DWDUnwetter Binding not working anymore

Hi, since yesterday evening the DWD Unwetterbinding isn’t working anymore on OH 3.3.

First i received the following error on openhab.log:

2022-10-10 22:35:46.708 [WARN ] [nwetter.internal.dto.DwdWarningsData] - Exception occurred while parsing the XML response: Unexpected character 'T' (code 84) in prolog; expected '<'

I restarted the binding, afterwards the Thing is in status unknown.
The following error occurs in openhab.log:

2022-10-10 23:52:08.262 [WARN ] [er.internal.dto.DwdWarningDataAccess] - Communication error occurred while getting data: java.util.concurrent.TimeoutException: Total timeout 5000 ms elapsed

I tried the URL (with my cell ID), a xml file is downloaded:
[https://maps.dwd.de/geoserver/dwd/ows?service=WFS&version=2.0.0&request=GetFeature&typeName=dwd:Warnungen_Gemeinden&CQL_FILTER=WARNCELLID LIKE ‘CELL ID’](https://maps.dwd.de/geoserver/dwd/ows?service=WFS&version=2.0.0&request=GetFeature&typeName=dwd:Warnungen_Gemeinden&CQL_FILTER=WARNCELLID LIKE ‘CELL ID’)

Maybe something changed on the API on DWD site?