Homebridge plugin to control toggle-type fans using Nature Remo.
Search Nature Remo Toggle Fan in the Plugin tab of the Homebridge UI.
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"
}
]namecan be set whatever you wantwindLevelmust be more than 1
1 will disable the wind level controlwindSignalis required ifwindLevelis more than 2swingSignalis optionalaccessorymust beNatureRemoToggleFan- To obtain
accessToken, log in to https://home.nature.global/ with your Nature account - To obtain
powerSignal,windSignalandswingSignal, run the following command and look for the relevantidkey
curl -X GET "https://api.nature.global/1/appliances" -H "Authorization: Bearer [accessToken]"