jamesrodda / homebridge-mihomegateway

A homebridge plugin for connecting the MiHome gateway to HomeKit
Apache License 2.0
12 stars 2 forks source link
energenie homebridge homebridge-plugin homekit mihome

MiHome Gateway Platform Plugin

verified-by-homebridge

Energenie MiHome gateway plugin for Homebridge.

Installation

  1. Install Homebridge using: npm install -g homebridge
  2. Install this plugin using: npm install -g homebridge-mihomegateway
  3. Update your configuration file. See the sample below.

Updating

Configuration

Currently, the setup is a bit convoluted - sorry about that!

This will all be automated in upcoming releases but for now a bit of manual work is required.

Sample Configuration

"platforms": [{
    "name": "MiHome Gateway",
    "platform": "MiHomeGateway",
    "username": "",
    "password": ""
}]

TODO

Credits