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
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

Revision as of 21:46, 18 August 2020

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