0.0.5 • Published 4 years ago

homebridge-airmonitor v0.0.5

Weekly downloads
2
License
ISC
Repository
github
Last release
4 years ago

homebridge-MiMultifunctionAirMonitor

npm version

Xiaomi MultifunctionAirMonitor plugin for HomeBridge.

Thanks for nfarina(the author of homebridge), OpenMiHome, aholstenson(the author of miio), all other developer and testers.

Note: If you find bugs, please submit them to issues.

npm.io

Installation

  1. Install HomeBridge, please follow it's README.
    If you are using Raspberry Pi, please read Running-HomeBridge-on-a-Raspberry-Pi.
  2. Make sure you can see HomeBridge in your iOS devices, if not, please go back to step 1.
  3. Install packages.
npm install -g homebridge-airmonitor

Configuration

"accessories": [{
    "accessory": "MiMultifunctionAirMonitor",
    "name": "AirQuality Sensor",
    "temperatureName": "Temparature Sensor",
    "humidityName": "Humidity Sensor",    
    "ip": "192.168.1.100",
    "token": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
    "co2SensorEnabled": true,
    "pm25SensorEnabled": true,
    "tvocSensorEnabled": true
}]

All sensors enabled by default.

Get token

For more information about token, please refer to docs.

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago