1.4.1 • Published 6 years ago

homebridge-xiaomi-air-purifier v1.4.1

Weekly downloads
5
License
MIT
Repository
github
Last release
6 years ago

homebridge-xiaomi-air-purifier

This project is forked from homebridge-mi-air-purifier.

This is Xiaomi Mi Air Purifier plugin for Homebridge. Since Apple Homekit doesn't support air purifier on iOS 10, you need to upgrade your iOS devices to iOS 11 or above.

mi-air-purifier

Features

  • Switch on / off.
  • Control modes:
    • Auto: Auto Mode on Mi Air Purifier.
    • Manual: Favourite Mode on Mi Air Purifier.
  • Change Favourite Mode speed.
  • Switch LED and brightness
  • Display temperature.
  • Display humidity.
  • Display air quality.
  • Support latest version of miio.

Installation

  1. Install required packages.

    npm install -g homebridge-xiaomi-air-purifier miio
  2. Add following accessory to the config.json.

      "accessories": [
        {
          "accessory": "XiaoMiAirPurifier",
          "name": "Air Purifier",
          "showTemperature": true,
          "showHumidity": true,
          "showAirQuality": true,
          "address": "10.0.0.2",
          "token": "a829f4cd88765425ce1ca8eb2cfed74f",
          "model": "zhimi.airpurifier.m1"
        }
      ]

    Use miio --discover to find out all mi devices, with their address, identifiers, models and tokens. Visit this website for more information.

  3. Restart Homebridge, and your Mi air purifier will be discovered automatically.

Known Issues

  • Stuck on 'turning off' after turn off the air purifier. It seem to be a bug of homebridge.

License

See the LICENSE file for license rights and limitations (MIT).

1.4.1

6 years ago

1.4.0

6 years ago

1.3.1

6 years ago

1.3.0

6 years ago

1.2.1

7 years ago

1.2.0

7 years ago