Go to file
Håvard O. Nordstrand f90672fda2 Replace DHT sensor library 2020-06-27 20:21:31 +02:00
src Replace DHT sensor library 2020-06-27 20:21:31 +02:00
LICENSE Initial commit 2020-06-26 08:35:46 +02:00
README.md Replace DHT sensor library 2020-06-27 20:21:31 +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.