2.0.1 • Published 7 years ago

homebridge-mi-ac-partner v2.0.1

Weekly downloads
4
License
MIT
Repository
github
Last release
7 years ago

homebridge-mi-ac-partner

npm version

This is Xiaomi Mi Ac Partner plugin for Homebridge. Since Apple Homekit is not supporting ac partner device yet, this plugin will add the ac partner as Thermostat to your Home app.

Features

  • Switch on / off.

  • Control modes:

    • Lift ac partner temperature between 17 - 30.

      Notes: Alternatively, you can ask Siri to change the temperature within the range to adjust the ac partner mode. Example:

      Hey Siri, change the ac partner temperature to 23.

Installation

  1. Install required packages.

    npm install -g homebridge-mi-ac-partner miio

  2. Add following accessory to the config.json.

Follow the Document to get token of ac partner.

  "accessories": [
    {
       "accessory": "MiAcPartner",
       "token": "token-as-hex",
       "name": "Ac Partner",
       "brand": "your AC brand",
       "preset_no": "preset number of your AC in Mi App"
    }
  ]
  • Supports: brand media preset_no 1, brand gree preset_no 1

Example:

 ```
 "accessories": [
   {
      "accessory": "MiAcPartner",
      "token": "eda2570a242a2e9f862b7d4ff1c93631",
      "name": "Ac Partner",
      "brand": "media",
      "preset_no": "1"
   }
 ]
​

3. Restart Homebridge, and your Mi ac partner will be discovered automatically.



### License

See the [LICENSE](https://github.com/takatost/homebridge-mi-ac-partner/blob/master/LICENSE.md) file for license rights and limitations (MIT).
2.0.1

7 years ago

2.0.0

7 years ago

1.1.4

7 years ago

1.1.3

7 years ago

1.1.2

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago