aboutsummaryrefslogtreecommitdiffstats
path: root/sensor.py
Commit message (Collapse)AuthorAgeFilesLines
* Update based on what is used nowHEADmasterMatt Kohls2021-04-231-33/+297
| | | | | | Many changes, mostly to make landing page more readable Oh and a file to read a sensor attached via i2c on a Raspberry Pi and add that to the db
* Added graphsMatt Kohls2016-04-131-3/+28
| | | | | | | | | sensor.py added routes to draw additional graphs fixed problem reading datetime from database show_entries.html added additional figures for graphs
* Graph plotting dataMatt Kohls2016-04-131-12/+4
| | | | | sensor.py plots temperature data to graph
* Initial graph workingMatt Kohls2016-04-131-1/+16
| | | | | | | | | sensor.py added route to draw graph show_entries.html added spot for graph reformatted tabs
* Adding code to draw graphsMatt Kohls2016-04-121-1/+9
| | | | | | | | | | sensor.py starting pygal graph draws not working templates/ removed references to login.html added place for graph to go
* Initial Commit.Matt Kohls2016-04-111-0/+64
Basic webapp that can save/display weather data