homebridge-smartmi-humidifier

0.1.3 • Public • Published

homebridge-smartmi-humidifier

Thanks for Mr.Yin ,acc-ua , nfarina(the author of homebridge), OpenMiHome, aholstenson(the author of miio), all other developer and testers.

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-smartmi-humidifier

zhimi.humidifier.ca1 ++++ "model": "ca1",

"accessories": [
    {
      "accessory": "MiHumidifier",
      "name": "智米加湿器",
      "ip": "192.168.1.77",
      "token": "7251f2fdc5eda606d9125d882c932914",
      "showTemperatureDisable": false,
      "showTemperatureSensorName": "加湿器温度"
    }
  ]

Get token

Get token by miio2.db

setup MiJia(MiHome) app in your android device or android virtual machine.
open MiJia(MiHome) app and login your account.
refresh device list and make sure device display in the device list.
get miio2.db(path: /data/data/com.xiaomi.smarthome/databases/miio2.db) file from your android device or android virtual machine.
open website [Get MiIo Tokens By DataBase File], upload miio2.db file and submit.

Get token by network

Open command prompt or terminal. Run following command:

miio --discover

Wait until you get output similar to this:

Device ID: xxxxxxxx   
Model info: Unknown   
Address: 192.168.88.xx   
Token: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx via auto-token   
Support: Unknown   

"xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" is token.
If token is "???", then reset device and connect device created Wi-Fi hotspot.
Run following command:

miio --discover --sync

Wait until you get output.
For more information about token, please refer to [OpenMiHome](https://github.com/OpenMiHome/mihome-binary-protocol

) and [miio](https://github.com/aholstenson/miio

).

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.3
    1
    • latest

Version History

Package Sidebar

Install

npm i homebridge-smartmi-humidifier

Weekly Downloads

5

Version

0.1.3

License

none

Unpacked Size

428 kB

Total Files

6

Last publish

Collaborators

  • hassbian-abc