Report your Weather Station Data to Windy
-
This post is deleted! -
Hi, after extensive hardware redevelopment on my Arduino based pws, I'm trying to reestablish data postings to Windy. It used to work!
Are you able to see if my station f075fa74 is pushing data.Many thanks
-
@JMcilvenny Please check this station, it should be the mentioned one.
-
@Ondřej-Šutera
Hi Ondrej, yes, that is indeed my station. All the data currently present (at least for the last couple of weeks) has been "GET" sent to Windy via the API development software POSTMAN. This allowed me to prove my string structure. I am confident that what I'm sending (via the Arduino) is correct.After sending a test string, I do receive an 'HTTP/1.0 308 Permanent Redirect' reply, along with a 'Location: https://stations.windy.com:443/pws/update/xxxAPIxxx?winddir=18
AT+CIPSHUT
Yet nothing presents on the Windy site.? -
@JMcilvenny Hi, I am sorry but I am not sure with colleagues what exactly you need from us now. However, you can check your stations and last observations here.
-
@Ondřej-Šutera Many thanks Ondrej.
I'll continue fault-finding on my side. (It must be something I'm doing wrong). -
I want to add the following station data to windy how do i do this?
-
@marcos2795 Please check this website, where you can add stations to Windy. If you need any further info, there is a whole thread about stations in general.
-
-
How does it work for Davis weatherlink?
-
-
how to delete a wrong data input?
-
@haryana What do you exactly mean? Reported data via station in Windy?
-
@Ondřej-Šutera yes pws data entered manually
-
@haryana and can you tell me when will my data be available for everyone.
-
@haryana When did you connect your station?
-
@Ondřej-Šutera about 6 hours ago
-
@haryana It usually takes a day or two, so please wait for a while.
-
@Ondřej-Šutera thanks for reply ondfej. nice talking to you.
-
@TomSlavkovsky said in Report your Weather Station Data to Windy:
precip - real number [mm]; precipitation over the past hour
How should I interpret this, precipitation added up over the entire hour that passed ? example at 10am the weather station sends the total precipitation between 9 and 10am ? My weather station sends a the observation every 5 minutes. at 10h05, 10h10 etc should then again send the precipitation between 9 and 10h?
-
@TomSlavkovsky
Hi, I'm sending data to Windy station f0ccf7c7 using requests.post(windy_url, data=windy_data) but when I look on www.windy.com/station/pws-f0ccf7c7, I get a message that says:Observation station f0ccf7c7 does not report any date for this period.
(did it mean data instead of date??)
So, why isn't this working?
Thanks for your help!