The RackRanger firmware gathers data from a plethora of sensors. It also serves as an endpoint that can be scraped by Prometheus for logging and visualization. On top of that, it can also push to Loki to log alerts from enviroment readings.
- Install PlatformIO Core
curl -fsSL -o get-platformio.py https://raw.githubusercontent.com/platformio/platformio-core-installer/master/get-platformio.py
python3 get-platformio.py- Run command to build, upload & debug
~/.platformio/penv/bin/platformio run -t upload && ~/.platformio/penv/bin/platformio device monitor