Skip to content

🏡 Control MiHome devices via homebridge. No need to get device token.

License

Notifications You must be signed in to change notification settings

bestK1ngArthur/homebridge-mihome

Repository files navigation

MiHome Plugin

Control MiHome devices via homebridge. No need to get device token.

Tested devices

Air Purifiers

  • Mi Air Purifier 3 (zhimi.airpurifier.ma4)

Air Humidifiers

  • Mi Smart Humidifier (deerma.humidifier.mjjsq)

Install

  1. Install node package.
npm install --location=global https://github.com/bestK1ngArthur/homebridge-mihome.git
  1. Add platform to config.
"platforms": [
  {
    "platform": "MiHomePlatform",
    "login": "PHONE (+XXXXXXXXXXX) or EMAIL",
    "password": "PASSWORD",
    "country": "cn"
  }
]
  1. Restart homebridge server.

About

🏡 Control MiHome devices via homebridge. No need to get device token.

Topics

Resources

License

Stars

Watchers

Forks