Skip to content

Flask application to draw temperature time series using temperature-monitor library

Notifications You must be signed in to change notification settings

philippe-chartrand/FlaskTemp

 
 

Repository files navigation

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

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.

It contains:

tempreport.py

The flask app. Requires temperature-monitor, json, matplotlib, pylab and flask.

start_reporter.sh

A script that launches the flask app and sets it's environment

sample_crontab.txt

A crontab entry that generates graphs at fixed intervals.

About

Flask application to draw temperature time series using temperature-monitor library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 82.1%
  • HTML 7.6%
  • Python 7.2%
  • CSS 2.9%
  • Shell 0.2%