https://github.com/jeroenterheerdt/esp8266dhtmqtt
Using an ESP8266 chip and a DHT shield to send temperature, humidity and heat index info over MQTT
https://github.com/jeroenterheerdt/esp8266dhtmqtt
dht esp8266 esp8266-arduino esp8266mqtt home-assistant mqtt
Last synced: 3 months ago
JSON representation
Using an ESP8266 chip and a DHT shield to send temperature, humidity and heat index info over MQTT
- Host: GitHub
- URL: https://github.com/jeroenterheerdt/esp8266dhtmqtt
- Owner: jeroenterheerdt
- License: mit
- Created: 2018-03-30T12:52:19.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-30T12:59:40.000Z (about 7 years ago)
- Last Synced: 2025-01-27T08:29:59.095Z (5 months ago)
- Topics: dht, esp8266, esp8266-arduino, esp8266mqtt, home-assistant, mqtt
- Language: C++
- Size: 2.93 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# esp8266DHTMQTT
Using an ESP8266 chip and DHT11 shield to send temperature, humidity and heat index info over MQTT.This sketch sends the temperature, humidity and heat index info over MQTT every ten seconds if they changed by at least 0.1
It can be used together with [Home Assistant](http://www.home-assistant.io) or any other MQTT based platform.
Requires *PubSubClient* package to be installed on your Arduino environment.