Prometheus exporters for sensors: Difference between revisions
From Federal Burro of Information
Jump to navigationJump to search
(Created page with " == HTU21d == Temperature and humidity. https://github.com/drthornt/htu21d-exporter * Python script * Sensor is attached to raspberry pi zero. * Systemd service == BME680...") |
No edit summary |
||
(4 intermediate revisions by the same user not shown) | |||
Line 17: | Line 17: | ||
* Humidity | * Humidity | ||
* Barometric pressure ( hectopascals ) | * Barometric pressure ( hectopascals ) | ||
* Gas resistance | * Gas resistance KOms | ||
Implementation: | Implementation: | ||
Sensor attached to ESP 8266 12 | Sensor attached to ESP 8266 12 | ||
[http://192.168.1.98:9090/graph?g0.range_input=31d&g0.expr=temperature&g0.tab=0&g1.range_input=31d&g1.expr=humidity&g1.tab=0&g2.range_input=31d&g2.moment_input=2020-10-16%2000%3A17%3A27&g2.expr=barometric_pressure&g2.tab=0 link to graphs] | |||
== TODO == | |||
Graphing / Dashbaords | |||
[[Category:Projects]] | |||
[[Category: Electronics]] | |||
[[Category: Arduino]] | |||
[[Category: ESP]] |
Latest revision as of 23:02, 26 October 2024
HTU21d
Temperature and humidity.
https://github.com/drthornt/htu21d-exporter
- Python script
- Sensor is attached to raspberry pi zero.
- Systemd service
BME680
Metrics:
- Temperature
- Humidity
- Barometric pressure ( hectopascals )
- Gas resistance KOms
Implementation: Sensor attached to ESP 8266 12
TODO
Graphing / Dashbaords