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-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

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",
}
]
```