Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/MoonJuhan/homebridge-esp8266-dht-sensor

Allows homebridge to get ESP8266 DHT22 Sensor
https://github.com/MoonJuhan/homebridge-esp8266-dht-sensor

esp8266 homebridge homebridge-plugin homekit

Last synced: 3 months ago
JSON representation

Allows homebridge to get ESP8266 DHT22 Sensor

Awesome Lists containing this project

README

        

# homebridge-esp8266-dht-sensor

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

## Installation(incomplete)

1. [How to set ESP8266](./arduino-sketch/HowToSetESP8266.md)
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",
}
]
```