jedimdan / homebridge-almond

Almond+ plugin for homebridge

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Almond+ Platform plugin for the amazing Homebridge project.

Currently only support binary switches, with more coming later.

Installation

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

Configuration

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

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.

About

Almond+ plugin for homebridge


Languages

Language:JavaScript 100.0%