Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kmaehashi/homebridge-nature-remo-cloud-aircon
Homebridge Plug-in for Air Conditioner Managed by Nature Remo
https://github.com/kmaehashi/homebridge-nature-remo-cloud-aircon
homebridge homebridge-plugin homekit nature-remo
Last synced: 4 months ago
JSON representation
Homebridge Plug-in for Air Conditioner Managed by Nature Remo
- Host: GitHub
- URL: https://github.com/kmaehashi/homebridge-nature-remo-cloud-aircon
- Owner: kmaehashi
- Created: 2018-07-16T13:20:11.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-07-01T06:16:01.000Z (over 1 year ago)
- Last Synced: 2024-09-28T19:21:08.717Z (4 months ago)
- Topics: homebridge, homebridge-plugin, homekit, nature-remo
- Language: JavaScript
- Homepage:
- Size: 39.1 KB
- Stars: 36
- Watchers: 5
- Forks: 19
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![npm](https://img.shields.io/npm/v/homebridge-nature-remo-cloud-aircon?style=for-the-badge)](https://www.npmjs.com/package/homebridge-nature-remo-cloud-aircon)
# homebridge-nature-remo-cloud-aircon
Homebridge Plug-in for Air Conditioner Managed by Nature Remo.
```
npm install -g homebridge-nature-remo-cloud-aircon
```Example:
```js
..."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.