homebridge-nature-remo-toggle-switch-sasuki
v1.0.0
Published
Homebridge Plugin to toggle switches using Nature Remo
Maintainers
Readme
homebridge-nature-remo-toggle-switch-sasuki
Homebridge plugin to toggle switches using Nature Remo.
Installation
npm install -g homebridge-nature-remo-toggle-switch-sasukiExample config.json
"accessories": [
{
"name": "[Name display in Home app]",
"access_token": "[Your access_token]",
"signal_ID": "[aaaaaaaa-aaaa-aaaa-aaaa-aaaaaaaaaaaa]",
"accessory": "NatureRemoToggleSwitchSasuki"
}
]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
