Skip to content
Philippe Chartrand edited this page Nov 17, 2018 · 6 revisions

FlaskTemp : a site to see current temperature readings and 24h trends.

temperatures for 2015-11-01 Flask is a python web micro-framework.

temperature-monitor is a python library that captures time series of temperature data from an arduino (using pyserial), stores it in a memcached store for 24 hours and allows to graph the data using mathplotlib.

You can see here measurements of 5 temperatures for a 12h period. daily view

Longer periods are accumulated by the application and can be stored and reloaded from disk. weekly view monthly view

Clone this wiki locally