homebridge-nature-remo-switch
v1.0.4
Published
Homebridge Plugin to turn switches on and off using Nature Remo
Maintainers
Readme
homebridge-nature-remo-switch
Homebridge plugin to turn switches on and off using Nature Remo.
Installation
npm install -g homebridge-nature-remo-switchExample config.json
"accessories": [
{
"name": "[Name display in Home app]",
"access_token": "[Your access_token]",
"signal_ID_on": "[aaaaaaaa-aaaa-aaaa-aaaa-aaaaaaaaaaaa]",
"signal_ID_off": "[bbbbbbbb-bbbb-bbbb-bbbb-bbbbbbbbbbbb]",
"signal_ID_on_times": number,
"signal_ID_off_times": number,
"delay_ms": number,
"accessory": "NatureRemoSwitch"
}
]namecan be set whatever you want- To get
access_token, visit https://home.nature.global/ - To get
signal_ID_onandsignal_ID_off, runcurl -X GET "https://api.nature.global/1/appliances" -H "Authorization: Bearer [access_token]"and findidkey accessorymust beNatureRemoSwitch
