homebridge-xiaomi-airpurifier v1.0.0
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.
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
Install required packages.
npm install -g homebridge-xiaomi-air-purifier miio
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.
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).
8 years ago