A project to read temperature, humidity and pressure from a Raspberry Pi Sense Hat and display the corresponding graphs on a simple website.
Go to file
Andreas Zweili 2c5bac292a replace timezone with datetime
Since the plots are not really part of django they aren't returning timezone
objects which django can convert to the correct timezone. Therefore they are
always UTC. However we can disable the timezone support in django. The're might
be a more elegant solution to this but since this is just a small project I'll
leave it at that.
2019-10-21 19:42:03 +02:00
requirements sort base requirements alphabetically 2019-10-20 21:36:59 +02:00
sensors replace timezone with datetime 2019-10-21 19:42:03 +02:00
.coveragerc extend coveragerc for django 2019-10-14 17:39:55 +01:00
.gitignore ignore migration files 2019-10-14 21:35:38 +02:00
LICENSE Initial commit 2019-10-12 19:44:45 +02:00
Makefile listen on all ips when running the server 2019-10-20 22:59:32 +02:00
README.md wrap the lines at 80 characters 2019-10-12 19:14:31 +01:00
pytest.ini add a pytest.ini file 2019-10-14 17:41:22 +01:00

README.md

environment_sensors

A project to read temperature, humidity and pressure from a Raspberry Pi Sense Hat and display the corresponding graphs on a simple website.