Aqara plugin for HomeBridge
This repository contains the Aqara plugin for homebridge.
Aqara is a ZigBee gateway with a few sensors. Please see the pictures below.
- Install HomeBridge, please follow it's README. If you are using Raspberry Pi, please read Running-HomeBridge-on-a-Raspberry-Pi.
- Make sure you can see HomeBridge in your iOS devices, if not, please go back to step 1.
- Download homebridge-aqara to your local folder.
-
Open Aqara gateway's settings, enable local network protocol. Please follow the steps in this thread: http://bbs.xiaomi.cn/t-13198850. It's in Chinese so you might need a translator to read it.
-
Put gateway's MAC address (lower case without colon) and password to ~/homebridge/config.json. If you have more than one gateways, fill them in right order, like below.
{ "platforms": [ { "platform": "AqaraPlatform", "sid": ["6409802da3b3", "f0b4299a5b2b", "f0b4299a77dd"], "password": ["02i44k56zrgg578b", "g250s2vtne8q9qhv", "syu3oasva3uqd5qd"] }] }
-
From source code
$ cd /path/to/homebridge-aqara $ DEBUG=* homebridge -D -P .
-
As homebridge plugin
$ npm install -g homebridge-aqara $ homebridge