Almond+ Platform plugin for the amazing Homebridge project.
Currently only support binary switches, with more coming later.
- Install homebridge using:
npm install -g homebridge
- Install this plugin using:
npm install -g pablopoo/homebridge-almond
- Update your configuration file. See the sample below.
Configuration sample:
This uses the Almond+ websocket API so you need to be running at least R89 firmware.
Then add this to your homebridge config.json (updating the password).
"platforms": [
{
"platform": "Almond",
"name": "Almond Platform",
"host":"10.10.10.254",
"port": "7681",
"username": "root",
"password": "frank"
}
]
Credits to
- Timon Reinhard as I based my Almond Client on his work.
- The creators of the WeMo homebridge platform as this plugin is based on their work.