homebridge-esp8266-dht-sensor

Allows homebridge to get ESP8266 DHT22 Sensor

Stars
5

homebridge-esp8266-dht-sensor

Get humidity and temparature from DHT22 Sensor with ESP8266 in HomeKit.

Installation(incomplete)

  1. How to set ESP8266
  2. Install this plugin using: npm i homebridge-esp8266-dht-sensor
  3. Update your configuration file.

Configuration

"accessories": [
    {
        "accessory": "ESP8266DHT"
        "name": "ESP8266",
        "ip": "192.168.0.10",
    }
]
Related Projects