Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/MoonJuhan/homebridge-esp8266-dht-sensor
- Owner: MoonJuhan
- Created: 2021-07-25T06:56:21.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-09-07T10:18:58.000Z (over 3 years ago)
- Last Synced: 2024-10-03T06:52:10.342Z (3 months ago)
- Topics: esp8266, homebridge, homebridge-plugin, homekit
- Language: JavaScript
- Homepage:
- Size: 445 KB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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",
}
]
```