Web interface for Enviro+ sensor board plugged into a Raspberry PI
A very simple Flask application that serves a wep page with the current sensor readings and a graph over a specified time period.
By default it expects a particle sensor to be attached. Change line 20 of app.py to particle_sensor = False
to run without one.
Also by default a gas sensor is expected. If you have and Enviro board without one also set gas_sensor = False
.
Run sudo ./install-service.sh
and it will be installed as a service that starts on boot.
*Forked version with a less contrasted color scheme and also a different responsive rescale for the graph:
https://gitlab.com/idotj/enviroplusweb