Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/moonjuhan/homebridge-esp8266-relay-module
Allows homebridge to use ESP8266 Relay Module
https://github.com/moonjuhan/homebridge-esp8266-relay-module
esp8266 homebridge homebridge-plugin homekit
Last synced: 5 days ago
JSON representation
Allows homebridge to use ESP8266 Relay Module
- Host: GitHub
- URL: https://github.com/moonjuhan/homebridge-esp8266-relay-module
- Owner: MoonJuhan
- License: mit
- Created: 2023-06-20T12:00:10.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-06-22T11:04:21.000Z (over 1 year ago)
- Last Synced: 2024-10-17T02:20:53.789Z (21 days ago)
- Topics: esp8266, homebridge, homebridge-plugin, homekit
- Language: JavaScript
- Homepage:
- Size: 217 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# homebridge-esp8266-relay-module
Manage relay module with ESP8266 in HomeKit.
## Installation
1. [How to set ESP8266](./arduino-sketch/HowToSetESP8266.md)
2. Install this plugin using: `npm i homebridge-esp8266-relay-module`
3. Update your configuration file.## Configuration
```
"accessories": [
{
"accessory": "ESP8266RelayModule",
"name": "ESP8266",
"ip": "192.168.0.0",
}
]
```