homebridge-nature-remo-cloud-aircon

1.1.1 • Public • Published

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.

Dependencies (2)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i homebridge-nature-remo-cloud-aircon

    Weekly Downloads

    9

    Version

    1.1.1

    License

    ISC

    Unpacked Size

    17.4 kB

    Total Files

    3

    Last publish

    Collaborators

    • kmaehashi