All Projects → takatost → homebridge-mi-ac-partner

takatost / homebridge-mi-ac-partner

Licence: MIT license
[DEPRECATED] A Xiaomi Mi ac partner plugin for Homebridge.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to homebridge-mi-ac-partner

soph
AI in action
Stars: ✭ 39 (+34.48%)
Mutual labels:  deprecated
try-compose
Sample project to try Jetpack Compose early developer preview here and now!
Stars: ✭ 28 (-3.45%)
Mutual labels:  deprecated
roweb
⛔ [DEPRECATED] Active at https://github.com/ropensci/roweb2
Stars: ✭ 18 (-37.93%)
Mutual labels:  deprecated
papilo
DEPRECATED: Stream data processing micro-framework
Stars: ✭ 24 (-17.24%)
Mutual labels:  deprecated
PhotoPicker
Android Photo Picker
Stars: ✭ 27 (-6.9%)
Mutual labels:  deprecated
commerce-cif-magento
Adobe Commerce Integration Framework (CIF) Magento Integration
Stars: ✭ 41 (+41.38%)
Mutual labels:  deprecated
python-bandwidth
Public API for interfacing with Bandwidth from Python
Stars: ✭ 16 (-44.83%)
Mutual labels:  deprecated
gulp-rework
Preprocess CSS with Rework
Stars: ✭ 30 (+3.45%)
Mutual labels:  deprecated
dry-plugin
Jenkins dry plugin
Stars: ✭ 16 (-44.83%)
Mutual labels:  deprecated
jest-badges-readme
Creates a group of coverage badges from Jest into your README
Stars: ✭ 30 (+3.45%)
Mutual labels:  deprecated
authn
Prototype version of AuthN service. See: keratin/authn-server
Stars: ✭ 34 (+17.24%)
Mutual labels:  deprecated
generator-pwa-angular-core
Progressive Web App using Angular 4, .NET Core, and Entity Framework
Stars: ✭ 22 (-24.14%)
Mutual labels:  deprecated
SAUCE
⛔️ DEPRECATED - System for AUtomated Code Evaluation
Stars: ✭ 25 (-13.79%)
Mutual labels:  deprecated
cartesian ros control
DEPRECATED: A set of packages to bring Cartesian control functionality to the ROS-control framework.
Stars: ✭ 33 (+13.79%)
Mutual labels:  deprecated
resizeend
Debounced JavaScript resize events
Stars: ✭ 60 (+106.9%)
Mutual labels:  deprecated
foundation-server
(v1) A scalable cryptocurrency mining pool server written in Node.js
Stars: ✭ 45 (+55.17%)
Mutual labels:  deprecated
kubernetes-flexvolume-vault-plugin
A kubernetes flexvolume plugin that injects vault tokens at pod creation
Stars: ✭ 16 (-44.83%)
Mutual labels:  deprecated
snapup-android
Android application to take photos, then post them using the Meetup API.
Stars: ✭ 14 (-51.72%)
Mutual labels:  deprecated
webpack-react-boilerplate
A boilerplate for using webpack and react.
Stars: ✭ 33 (+13.79%)
Mutual labels:  deprecated
tls
🔒 Non-blocking, event-driven TLS built on OpenSSL & macOS security.
Stars: ✭ 26 (-10.34%)
Mutual labels:  deprecated

PLEASE NOTE, THIS PROJECT IS NO LONGER BEING MAINTAINED


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).



Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].