1.0.0 • Published 8 years ago

homebridge-xiaomi-airpurifier v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
8 years ago

homebridge-xiaomi-air-purifier

This is Xiaomi Mi Air Purifier plugin for Homebridge. This plugin will add the air purifier and Air Quality Sensor to your Home app. This version is working with iOS 11 to add the device as air purifier in Home app.

mi-air-purifier

Features

  • Switch on / off.

  • Switch auto / manual mode.

  • Fan Speed 0 - 100% (16 steps).

  • Display temperature.

  • Display humidity.

  • Display air quality.

  • Display PM2.5 Density.

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
        }
      ]

    Notes: Set value for showTemperature, showHumidity, showAirQuality to true or false to show or hide these sensors in Home app.

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

Credit

The original Air Purifier work was done by seikan.

License

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

1.0.0

8 years ago