Report your Weather Station Data to Windy
-
@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 ;)
-
So basically this means that Windy has no easy to use set up to add the API of your weather station to their page? Windguru and Wunderground do, very easily. why doesnt it windy too?
-
@lautarojg Hello, adding your station to Windy is easy, all you need to do is to register it at https://stations.windy.com/ and send us your data. In some cases, you will need additional software depending on your station's type.
-
Hi guys, I need some help to diagnose an issue I have with POST JSON data of my station. Here is my request:
body: "{"observations":[{"station":0,"temp":23.1}]}"
and i get
body: "ERROR: no params"
Is my JSON format correct? I'm using Node-Red to compile the message and post it.