@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 ;)
R
Best posts made by Renato Elias
-
RE: Report your Weather Station Data to Windy
Latest posts made by Renato Elias
-
RE: Report your Weather Station Data to Windy
@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 ;)
-
RE: Report your Weather Station Data to Windy
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 :)