homebridge-esp8266-dht-sensor
v1.0.3
Published
Allows homebridge to get ESP8266 DHT22 Sensor
Readme
homebridge-esp8266-dht-sensor
Get humidity and temparature from DHT22 Sensor with ESP8266 in HomeKit.
Installation(incomplete)
- How to set ESP8266
- Install this plugin using:
npm i homebridge-esp8266-dht-sensor - Update your configuration file.
Configuration
"accessories": [
{
"accessory": "ESP8266DHT"
"name": "ESP8266",
"ip": "192.168.0.10",
}
]