Allows homebridge to get ESP8266 DHT22 Sensor
npm install homebridge-esp8266-dht-sensorGet humidity and temparature from DHT22 Sensor with ESP8266 in HomeKit.
1. How to set ESP8266
2. Install this plugin using: npm i homebridge-esp8266-dht-sensor
3. Update your configuration file.
"accessories": [
{
"accessory": "ESP8266DHT"
"name": "ESP8266",
"ip": "192.168.0.10",
}
]
``