0.0.1 • Published 7 years ago

homebridge-mi-water-purifier v0.0.1

Weekly downloads
86
License
GPLV3
Repository
github
Last release
7 years ago

homebridge-mi-water-purifier

MiWaterPurifier for homebridge

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

TDS shows in Temperature.(No accessory available for water purifier)

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 miio homebridge-mi-water-purifier

Configuration

"platforms": [{
    "platform": "MiWaterPurifierPlatform",
    "deviceCfgs": [{
        "type": "MiWaterPurifier",
        "ip": "192.168.31.x",
        "token": "xxxxxxxxxxxxxxxxxxx",
        "Name": "Water TDS"
    }]
}]
0.0.1

7 years ago