Fixed it. Didn't know there was type validation introduced in the API
P
Latest posts made by pavelbl
-
RE: PWS data not updated
-
PWS data not updated
I manage pws-f0761d01. Since Wednesday the data has not been updated on Windy, although it is sending correct requests to the API and is getting response with 200 status code.
This is the data and the returned status code:
WINDY DATA: {'stations': [{'name': 'Badevtsi', 'elevation': 630, 'lon': 25.752350091934208, 'windheight': 2, 'station': 0, 'lat': 42.882219549627024, 'tempheight': 2}], 'observations': [{'winddir': ['223'], 'dateutc': '2024-05-31T13:56:59', 'windgustmph': ['3.36'], 'rh': ['46'], 'tempf': ['79.34'], 'uv': ['5'], 'baromin': ['30.050'], 'station': 0, 'windspeedmph': ['2.24'], 'rainin': ['0.000']}]} WINDY STATUS: 200