homebridge-nature-remo-toggle-fan
v1.0.0
Published
Homebridge Plugin to control toggle-type fans using Nature Remo
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"
}
]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]"