kyya / homebridge-zhimi-humidifier2

🎁 A home bridge plugin for zhimi.humidifier.ca4 written by typescript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

homebridge-zhimi-humidifier2

npm package

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>"
    }
  ]

About

🎁 A home bridge plugin for zhimi.humidifier.ca4 written by typescript

License:MIT License


Languages

Language:TypeScript 100.0%