Skip to content
This repository has been archived by the owner on Apr 1, 2023. It is now read-only.

A Xiaomi Mi air purifier plugin for Homebridge. This is a fork that allows for 0 to 100% fan speed control from HomeKit.

License

Notifications You must be signed in to change notification settings

djchen/homebridge-mi-air-purifier2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A Xiaomi Mi air purifier plugin for Homebridge. This is a fork that allows for 0 to 100% fan speed control from HomeKit.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%