Skip to content

kmaehashi/homebridge-nature-remo-cloud-aircon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 

Repository files navigation

npm

homebridge-nature-remo-cloud-aircon

Homebridge Plug-in for Air Conditioner Managed by Nature Remo.

npm install -g homebridge-nature-remo-cloud-aircon

Example:

...

"accessories": [
  {
    "accessory": "NatureRemoAircon",
    "name": "Air Conditioner",
    "access_token": "xxxxxxxxx_xxxxxxxxxxxxxxx_x_xxxxxx_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
    "appliance_id": "",
    "skip_command_request_if_no_change": true
  }
]

...
  • Please get your access token at https://home.nature.global/ and set it to access_token.
  • appliance_id can be left blank if you only have one aircon.
  • skip_command_request_if_no_change can be omitted (Default: true). With this option enabled, command request (e.g. mode or temperature change) will not be sent to Nature Remo API if the request will change nothing by comparing it with the current AC state managed by Nature Remo. You may want to turn this false if you control your AC using both Nature Remo and factory hardware remotes in your Home since the latest AC state in the Nature Remo might be incorrect.