Homebridge plugin for SR201 relay.
Credits to cryxli/sr201
for protocol details.
Add the following content to your config.json:
{
"accessory": "SR201Relay",
"name": "My SR201 Relay",
"address": "192.168.1.100",
"index": 1
}
with:
- accessory: set to "SR201Relay"
- name: your module name
- address: the ip address of the module
- index: the relay you wish to manage on your module (starting from 1)
This project is licensed under the MIT license.