Temperature and Humidity via MQTT, a DHT-11 and an ESP-01
Go to file
James Wood 31f0b47a92 Remove WiFiManager because that is Not Simple 2020-12-03 16:40:08 +11:00
.vscode Remove WiFiManager because that is Not Simple 2020-12-03 16:40:08 +11:00
src Remove WiFiManager because that is Not Simple 2020-12-03 16:40:08 +11:00
.gitignore Remove WiFiManager because that is Not Simple 2020-12-03 16:40:08 +11:00
platformio.ini Remove WiFiManager because that is Not Simple 2020-12-03 16:40:08 +11:00
readme.md Remove WiFiManager because that is Not Simple 2020-12-03 16:40:08 +11:00

readme.md

SimpleWeather

Connects a DHT11 or DHT22 to an ESP-8266, then sends temperature and humidity over MQTT.

I use an ESP-01 to keep things cheap. The goal is to have one of these things per room and one outside, so low cost is a high priority.

Keep the ESP separated from the DHT — or else the heat from the wifi module affects the temperature and humidity readings.

Setup

Edit your wifi/mqtt settings and flash your device.