Homebridge plugin to control toggle switches using Nature Remo.
npm install -g homebridge-nature-remo-toggle-switch
"accessories": [
{
"name": "Living Room's Light",
"access_token": "[Your access_token]",
"signal_ID": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
"accessory": "NatureRemoToggleSwitch"
}
]
name
can 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 findid
key accessory
must beNatureRemoToggleSwitch