Get measurements from some hardware sensors and share them using prometheus
protocol to integrate with grafana
visualisation graphs.
Tested on raspberry pi zero.
I2c used addresses (and possible chip alternatives):
- si7021
: 0x40
- tmp102
: 0x48 0x49
- ads1115
: 0x48 0x49 0x4A 0x4B
NOTICE: ads1115
is on separate i2c bus. Rest of sensors shares the same bus.
Project is under Creative Commons BY-NC-SA 4.0
Used resources which are not managed by cargo build system: - si7021 is Apache 2.0 or MIT - Logo is Creative Commons BY 4.0