Report your Weather Station Data to Windy
-
@korina - I've got a more detailed error -
DEBUG weewx.restx: Windy: Failed upload attempt 1:
Not sure what this means! it's from a raspberry pi, via fritz router...
-
@pkaras Hello, did you set the upload intervals to 5 minutes and your station ID to 0?
I would recommend to contact WeeWX directly. -
@korina Thanks korina - It appears to be a security problem - not sure which end the problem is with as a wget command has the same issue so it may not be weewx
-
Hello,
Can the weather data also be uploaded via the ws view app?
-
@lukas1997 Hello, sharing is only available via API.
-
Hi, I have a brand new Davis Vantage Pro 2 with UV and Solar radiation sensors and Davis AirLink Air quality monitor, so I can upload solar, PM1, PM2.5, and PM10 measurements. Also, I have AS3935 powered lightning detector. Your API is not ready for this data?
-
@oldrichsveda Hi, at the moment, you cannot send AQ or lightning data via API.
-
Hi,
I've just registered to upload my station data to Windy and have added the API key to Cumulus MX. A few hours have passed and no sign of it on the site yet. Cumulus is reporting "The SSL connection could not be established, see inner exception" and the station link is showing the Error loading station data message.
Any ideas? In the meantime I am going to regenerate the key now and see how it looks in about 30mins
Station ID is f0437f5b
thanks
Claire -
@dubmuffin said in Report your Weather Station Data to Windy:
f0437f5b
Hello, please have a look at this category - https://community.windy.com/topic/11570/cumulus-mx-how-to-send-data-to-windy
-
@korina Yes, i have followed those instructions. The Cumulus Mx log is showing "ERROR - The SSL connection could not be established, see inner exception" every time it tries to send the data. It appears to be an known issue - have you looked into it at all?
-
@dubmuffin Hello, then I would suggest to update your certificate.
-
@korina Hello, I'm finally uploading with some help from the Cumulus forum! I've put a link to the most useful thread here if anyone else has this issue. I'm no expert, but managed to sort out the cert problem.
https://cumulus.hosiene.co.uk/viewtopic.php?p=157268#p157268
Claire
-
UPDATE: Data is now displaying so I guess +- 1 hour - hope this helps others
I just registered a new station f06e461d and am uploading using WeeWX how long does it take before data displays? I am currently just getting "unable to load or render station data"
-
@mitchellkrog said in Report your Weather Station Data to Windy:
f06e461d
Hello, it usually takes several hours till it is displayed on the map.
-
Hello I have a ecowitt weather station and have generated an api but I don’t know how to get my weather station sending data to windy.com can anyone help me please ?
-
@annerobeson Hello, I would recommend to try CumulusMX - https://community.windy.com/topic/13080/sending-data-from-ecowitt-weather-station?_=1646638073748
-
Hi I have just got a ambient weather ws2000.
Have got windy id and api ,but what url do I enter into my station etc to get online .
Am sending to ambient and wunderground ok -
@twitch64 Hello, please see this post - https://community.windy.com/topic/12469/ambient-wifi-to-windy/2?_=1639124442569
-
Hi there! I'm programming a weather station myself using an ESP8266 controller reading Davis anemometer/vane data. I don't know how to work with Json framework but I can already send data using GET method and would like to know if it's possible to send data using this method for 2 different stations. It seems that we can retrieve data from Windy using .../API-KEY/STATION_ID but I'm not sure if I could use GET method to send data using the same approach. I'll try anyway but maybe someone could help me on this first :)
-
@renato-elias nevermind... just found out how to do... we just need to add the station=id as part of the GET string. It's working ;)