iaq_sensor_wired/tests/concentrator
2021-12-22 18:40:38 +01:00
..
concentrator.py Added time logging to concentrator 2021-12-22 18:40:38 +01:00
README.md Added concentrator script 2021-11-27 18:32:03 +01:00
sensor.py Added concentrator script 2021-11-27 18:32:03 +01:00

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.