1.0.0 • Published 4 years ago
homebridge-nature-remo-toggle-switch v1.0.0
homebridge-nature-remo-toggle-switch
About
Homebridge plugin to control toggle switches using Nature Remo.
Installation
You can easily find this plugin by searching on "Plugins" tab of Homebridge Config UI X.
Or just run this command in terminal.
npm install -g homebridge-nature-remo-toggle-switchExample config.json
"accessories": [
{
"name": "Living Room's Light",
"access_token": "[Your access_token]",
"signal_ID": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
"accessory": "NatureRemoToggleSwitch"
}
]namecan be set whatever you want- To get
access_token, visit https://home.nature.global/ - To get
signal_ID, runcurl -X GET "https://api.nature.global/1/appliances" -H "Authorization: Bearer [access_token]"and findidkey accessorymust beNatureRemoToggleSwitch
1.0.0
4 years ago