-->
Page 1 of 4

ESP8266 Webserver using Google Chart Objects

PostPosted: Sun May 24, 2015 9:24 am
by Stefan73
Dear all,

I just made a temperature and humidity logger out of an AM2301 + ESP8266. So far nothing special.
What turned out to work very well is using Google Chart Objects with a simple web-server on the ESP8266. By this way you can get quite nice graphs without any need for cloud accounts like thinkspeak or any data leaving your network. Google Chart Objects are documented pretty well and do not use big html code; see https://developers.google.com/chart/

Here are two sample screenshots - sorry for the German UI:
Image
Image

Code is attached - comments are English.
A more detailled description in German and bigger images on https://blog.thesen.eu/wlan-lufttemperatur-und-feuchte-logger-mit-grafischer-darstellung-fuer-esp8266/

Re: ESP8266 Webserver using Google Chart Objects

PostPosted: Sun May 24, 2015 12:00 pm
by mikekgr
Very good job.

Thanks to share this with us

Re: ESP8266 Webserver using Google Chart Objects

PostPosted: Sun May 24, 2015 2:43 pm
by andrew melvin
Good, work. i've been wondering how to deal with data + html!

Re: ESP8266 Webserver using Google Chart Objects

PostPosted: Sun May 24, 2015 4:45 pm
by iwalker
Very Nice - Thanks for Sharing

Which DHT library are You using for this ?