Added concentrator script

This commit is contained in:
mj
2021-11-27 18:32:03 +01:00
parent 1de3c05fea
commit 13e1ba0ab1
6 changed files with 80 additions and 16 deletions

View File

@@ -0,0 +1,7 @@
# 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.