homebridge-nature-remo-toggle-fan
v1.0.0
Published
Homebridge Plugin to control toggle-type fans using Nature Remo
Downloads
3
Readme
Homebridge Nature Remo Toggle Fan
Homebridge plugin to control toggle-type fans using Nature Remo.
Installation
Search Nature Remo Toggle Fan
in the Plugin tab of the Homebridge UI.
Configuration
This plugin supports GUI configuration in the Homebridge UI.
Manual configuration with config.json
is also available.
"accessories": [
{
"name": "Living Room's Fan",
"accessToken": "[Nature Remo Cloud API Access Token]",
"powerSignal": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
"windLevel": 3,
"windSignal": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
"swingSignal": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
"accessory": "NatureRemoToggleFan"
}
]
name
can be set whatever you wantwindLevel
must be more than 1
1 will disable the wind level controlwindSignal
is required ifwindLevel
is more than 2swingSignal
is optionalaccessory
must beNatureRemoToggleFan
- To obtain
accessToken
, log in to https://home.nature.global/ with your Nature account - To obtain
powerSignal
,windSignal
andswingSignal
, run the following command and look for the relevantid
key
curl -X GET "https://api.nature.global/1/appliances" -H "Authorization: Bearer [accessToken]"