.. | ||
concentrator.py | ||
README.md | ||
sensor.py |
Concentrator
Future software for Central Unit (RPi HAT / standalone embedded Linux computer). Temporary stored here, to be moved to Central Unit repository in the future.
This script should read all sensors, log output (optionally send it to MQTT broker) and visualize current IAQ status (possibly show history graph) in webserver.
For now only Flask is used to serve http content. This is not good solution for production environment; use nginx + uWSGI in the future.