Go to file
Håvard O. Nordstrand 213d2e05b5 Change metric names slightly 2020-06-28 05:31:11 +02:00
src Change metric names slightly 2020-06-28 05:31:11 +02:00
LICENSE Initial commit 2020-06-26 08:35:46 +02:00
README.md Change metric names slightly 2020-06-28 05:31:11 +02:00

README.md

Prometheus ESP8266 DHT Exporter

A Prometheus exporter for IoT temperature and humidity measurements, using an ESP8266 (Arduino-compatible) with a Wi-Fi module and a DHT (temperature + humidity) sensor.

Hardware

ESP8266 board: WEMOS D1 Mini (ESP8266)

DHT sensor: Wemos DHT Shield (DHT11)

Requirements

Building

This uses the Arduino IDE.

  1. Copy config.default.h to config.h and fill inn the details.
  2. Set the correct settings for the board.
    • WEMOS D1 Mini uses board "WeMoS D1 R2 & mini".
  3. Build and upload using the Arduino IDE.

Metrics

Metric Description Unit
iot_air_humidity_percent Air humidity. %
iot_air_temperature_celsius Air temperature. °C
iot_air_heat_index_celsius Apparent air temperature, based on temperature and humidity. °C