Sending URL to Weather Underground
Capdiamont
Posts: 218
I want to send a url to Weather Underground to send home weather data to them. I find the url works in the browser, however I'm lost using Activity Board WX, Blocky Solo and the wifi module ESP8266. I do have it so I can program successfully, however the terminal through WiFi is not working.
Url, with ID and password is edited out. http://weatherstation.wunderground.com/weatherstation/updateweatherstation.php?ID=XXXXXXX&PASSWORD=YYYYYYY&dateutc=now&humidity=84.00&tempf=33.00&baromin=29.53&action=updateraw
Edit. I think I need to use TCP mode to get it to send out. Do I need to pull the IP adddress from DNS first?
Url, with ID and password is edited out. http://weatherstation.wunderground.com/weatherstation/updateweatherstation.php?ID=XXXXXXX&PASSWORD=YYYYYYY&dateutc=now&humidity=84.00&tempf=33.00&baromin=29.53&action=updateraw
Edit. I think I need to use TCP mode to get it to send out. Do I need to pull the IP adddress from DNS first?
Comments