========================
chefreddoFAB alternatively known as checaldoFAB is an enviromental monitor (temperature, humidity, pressure) originally designed for the poliFAB cleanroom. It is based on sensor BME280, arduino, arduino_exporter, prometheus and grafana.
====
- Arduino code is in the Arduino folder.
- Arduino_exporter runs locally, it has to be installed with
pip install arduino_exporter
arduino_exporter server run -s COM1 -p 8000 -b 115200
(windows)arduino_exporter server run -s /dev/ttyUSB0 -p 8000 -b 115200
(linux)- Prometheus and grafana run in docker, configuration files are in the relative subfolders.