@korina This is an example of (exact copy of one request) the payload I send to https://stations.windy.com/pws/update/[KEY] where [KEY] contains my full API key
{
"observations": [
{
"station": 0,
"dateutc": "2022-01-21 00:40:00",
"temp": 30.414529914529915,
"wind": 6.003861076351413,
"winddir": 33.16001811018417,
"gust": 10.90002709185132,
"rh": 35.84615384615385,
"dewpoint": 13.574392460640862,
"pressure": 102100.50674564925,
"precip": 0.0,
"uv": 61.69230769230769
}
]
}
And I get a 200 response back from the API and the word SUCCESS
in the response body.
But I am not able to see any station data on windy.com itself? Are you able to help me debug this further?