Report your Weather Station Data to Windy
-
@Renato-Elias I think I've found the answer for my own question on a previous post...
Will make a try including "&stationId=0" on my GET sentence ;)
-
@Korina I'm now sending the stationId but the station is not being rendered in the map yet.
here's how I'm sending the data
and here's the returning message
SUCCESS (valid measurements count: 4, valid station info count: 0)the http return code is 301 (moved permanently) which makes no sense to me...
-
@Renato-Elias it seems windy closed api support on http requests..
-
@Renato-Elias Your station is visible on Windy, but does not show data.
-
@Korina but I keep sending the data every 5 minutes with the http request I've sent on my previous post. It's weird because was working fine, even without the stationId but it suddenly stopped :(
After @alperian 's reply I've started to play with the json post method but it's not working yet. I keep receiving a 301 returning code and using https I can't connect (connection failure).
BTW, do I need to send the "stations" data (id, name, lat, lon, elevation, etc...) every time I post an "observations"'s data?
-
@Korina said in Report your Weather Station Data to Windy:
@Renato-Elias Your station is visible on Windy, but does not show data.
@Korina I think it's working now using the GET method
The only change I've made in the code was replace the "http" by "https", thus, it's now sending:
other thing that I've noticed is that the "show key" in the station's account is misleading because everytime we click on that button, the station's key changes.
-
@Renato-Elias Yes, the station reports data now.
The key changes when you generate a new one.
-
Hi @Korina,
would you be kind enough to send me all the parameters that I can upload to windy (via url like: https://stations.windy.com/pws/update/MY_PWS_STATION_KEY?winddir=3&wind=0.0&gust=0.00&temp=-127.00&stationId=0)? -
@marcosimonetti You can send wind, wind direction, temperature, pressure, dew point, and rain.
-
@Korina
Hi,
If Windy can retrieve rain data from weather stations, why are the values not displayed? Specially from the professional ones. -
@idefix37 said in Report your Weather Station Data to Windy:
the values not displayed
Which values?
-
@Korina
Values of Rain:Here are the values currently displayed, rain is missing.
-
@Korina
gust?
gust direction?How often can I send data? 1 minute?
thanks -
@marcosimonetti said in Report your Weather Station Data to Windy:
@Korina
gust?
gust direction?How often can I send data? 1 minute?
thanks@Korina
and gust? gust direction?How often can I send data? min 5 minute?
with Cumulus I can send but... is there an online service that doesn't oblige me to keep the service turned on on my pc?
thanks
-
@idefix37 For WMO weather stations, it is possible to see rain accumulation.
-
Very few
-
This post is deleted! -
Hi @Korina,
I hope you're fine!
could you please write me the specifications of all the parameters that I can send on windi with update request ( https://stations.windy.com/pws/update/MY_PWS_STATION_KEY?winddir=213&wind=8.3&gust=12.6&temp=16.5&....etc etc etc..........&stationId=0)?-
wind
-
gust
-
to rain
-
etc. etc
thanks Korina and all
-
-
@idefix37 said in Report your Weather Station Data to Windy:
@Korina
Values of Rain:Here are the values currently displayed, rain is missing.
Hi @Korina and all
could you please write me the specifications of all the parameters that I can send on windi with update request ( https://stations.windy.com/pws/update/MY_PWS_STATION_KEY?winddir=213&wind=8.3&gust=12.6&temp=16.5&....etc etc etc..........&stationId=0)?-
wind
-
gust
-
wind direction
-
rain (PARTIAL SUCCESS (valid measurements count: 4, valid station info count: 0 - unknown params: 'rain')
-
etc. etc
I hope to have this information... thanks
-
-
I'm not really aware of the variables that can be streamed to Windy. Here is a weather station that apparently transmits a maximum of variables. So I guess you can do the same.
Temperature
Dew point
Relative humidity
Rain
Wind direction
Wind speed and gustsIf you have a problem with rain or another parameter, do not use it for Windy. The same goes for the wind, for which many PWS give poor values (because located in town, near buildings, with sensor at wrong height…).