homebridge-airmonitor

0.0.5 • Public • Published

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.

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.

/homebridge-airmonitor/

    Package Sidebar

    Install

    npm i homebridge-airmonitor

    Weekly Downloads

    2

    Version

    0.0.5

    License

    ISC

    Unpacked Size

    42.5 kB

    Total Files

    5

    Last publish

    Collaborators

    • defensor