Page 1 of 1

Use ESP8266 Thing Dev to call API

Posted: Sun May 22, 2016 8:35 pm
by Flying Dutchman
Hi,
I'm trying to use temperature forecast data to trigger a fan in the attic. Leveraging the ESP8266 Thing Dev with Arduino IDE.

Thing connects to my wifi and I'm able to get data from e.g. NTP and post to Phant. But now I'm trying to get data from http://api.wunderground.com/api/<API_KE ... utoip.json and parse out the json.

The pieces of code are out there, but I can't seem to make them work.

Anybody have any code I could leverage, would be awesome!

Thank you all!