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