Skip to content

pablopoo/homebridge-almond

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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 pablopoo/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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%