homebridge-mi-air-purifier2

1.0.1 • Public • Published

homebridge-mi-air-purifier

This is Xiaomi Mi Air Purifier plugin for Homebridge. Since Apple Homekit is not supporting air purifier device yet, this plugin will add the air purifier as Fan and Air Quality Sensor to your Home app.

mi-air-purifier

Features

  • Switch on / off.

  • Control modes:

    • On/Off

    • Fan speed from 0 to 100%

      Notes: Alternatively, you can ask Siri to change the fan speed within the range to adjust the air purifier mode. Example:

      Hey Siri, change the air purifier speed to 100.
      

  • Display temperature.

  • Display humidity.

  • Display air quality.

Installation

  1. Install required packages.

    npm install -g homebridge-mi-air-purifier2 miio
    

  2. Add following accessory to the config.json.

      "accessories": [
        {
          "accessory": "MiAirPurifier",
          "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 Mi air purifier will be discovered automatically.

License

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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.1
    2
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.1
    2
  • 1.0.0
    0

Package Sidebar

Install

npm i homebridge-mi-air-purifier2

Weekly Downloads

2

Version

1.0.1

License

MIT

Last publish

Collaborators

  • djchen