0.1.6 • Published 7 years ago

homebridge-almond v0.1.6

Weekly downloads
3
License
ISC
Repository
github
Last release
7 years ago

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.

Warning

When adding Homebridge to Homekit each device will be identified, this will result in the current state of the device being toggled. I'm not sure if this is a good idea right now, if you don't like it post an issue on Github.

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

0.1.6

7 years ago

0.1.5

7 years ago

0.1.4

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago