1.0.2 • Published 2 years ago

homebridge-zhimi-humidifier2 v1.0.2

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

homebridge-zhimi-humidifier2

A typescript version of homebridge-smartmi-humidifier2

Tested on zhimi.humidifier.ca4

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-zhimi-humidifier2
"accessories": [
    {
      "accessory": "MiHumidifier2",
      "name": "zhimi.humidifier.ca4",
      "ip": "<replace with your device ip>",
      "token": "<replace_with_your_token>"
    }
  ]