thkl / Homematic-Virtual-Interface

Add your other HTTP Devices as Homematic Actors to your CCU
54 stars 23 forks source link

Fix für Windrichtung und Regenstatus #127

Closed Ein-User closed 4 years ago

Ein-User commented 4 years ago

Hallo Thomas, mit diesem kleinen Fix konnte ich die Windrichtung übernehmen und RAINING wurde nach dem Regnen wieder auf FALSE gesetzt.

Vielen Dank für Dein geniales Plugin!

Die WU API liefert mir aktuell folgende Antwort:

{ "observations": [ { "stationID": "IDORTMUN1", "obsTimeUtc": "2020-06-10T07:40:04Z", "obsTimeLocal": "2020-06-10 09:40:04", "neighborhood": "Stadtkrone Ost", "softwareType": "open2300 v1.10", "country": "DE", "solarRadiation": null, "lon": 7.525898, "realtimeFrequency": null, "epoch": 1591774804, "lat": 51.500465, "uv": null, "winddir": 338, "humidity": 90, "qcStatus": 1, "metric": { "temp": 12, "heatIndex": 12, "dewpt": 10, "windChill": 12, "windSpeed": 0, "windGust": null, "pressure": 1015.51, "precipRate": 0.00, "precipTotal": 0.00, "elev": 140 } } ] }