npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

homebridge-abode-lights

v2.0.0

Published

Homebridge plugin for integrating Abode Switches and Dimmers into HomeKit.

Downloads

580

Readme

homebridge-abode-lights

verified-by-homebridge npm version

Homebridge plugin that integrates Abode switches and dimmers into HomeKit, as these are not included in their built-in HomeKit support.

This is an unofficial integration not created by or affiliated with Abode Systems, Inc.


Updates with v2.0.0

v2.0.0 introduces the ability to integrate the Abode Color Bulbs, as well as other bulbs that are connected. However, the main focus for the v2.0.0 update is to support the Abode Color Bulbs so there may be some issues with others. Specifically, I know Lifx bulbs can be connected, and the color and color temperature features work, but at the moment, this plugin will treat them as an Abode Color Bulb so they may not meet their full color temperature characteristics.

Known Issues with v2.0.0

  • There seems to be a bug with the color temperature wheel and the color presets. If you edit a color and then use the temperature tab to change the temperature, the prefix color will retain the original color, but HomeKit will remember it as a color temperature. Selecting this color will change the bulb to the color temperature, but the prefix color will not update. To address this, select the prefix color and select a color from the color wheel.

  • The Abode API can get overwhelmed when too many requests are sent too rapidly. Abode will return a 400 error with a status code that indicates an error 2191. I catch this error and continue processing. Further requests should process eventually. This is most notable when changing colors or color temperatures.


Installation

If you are new to Homebridge, please first read the Homebridge documentation and installation instructions first.

If you have Homebridge Config UI installed, you can install this plugin by going to the Plugins tab, searching for homebridge-abode-lights, and installing it.

If you prefer use the command line, you can do so by running:

npm install -g homebridge-abode-lights

Plugin configuration

To configure this plugin, enter the email and password for your Abode account. You may want to use a dedicated Abode user just for Homebridge.

If you want the plugin to automatically check for removed devices, enter a value (in minutes) for the polling interval. If not, leave it blank.

Note: the plugin will enforce a 5 minute minimum polling interval.

If you choose to configure this plugin directly instead of using Homebridge Config UI, you'll need to add the platform to your config.json file:

{
  "platform": "Abode Lights",
  "email": "YOUR_ABODE_ACCOUNT_EMAIL",
  "password": "YOUR_ABODE_ACCOUNT_PASSWORD",
  "pollingInterval": 5
}

Supported Devices

Currently, this plugin supports the following types of devices:

  • Abode Color Bulbs
  • Z-Wave Switches (tested with Embrighten indoor and outdoor switches)
  • Z-Wave Dimmer Switches (tested with Embrighten (formerly GE) dimmers)
  • Lifx bulbs registered with Abode

Automatic Addition and Removal of Devices

The plugin will now automatically add new devices to HomeKit as they are detected.

Unfortunately, Abode does not send out a notification when devices are removed, so instead the plugin will poll Abode at the frequency of config.pollingInterval and check for removed devices, if the option is set.

Reporting Bugs

I'm sure there are things that I missed in my testing, so please open new issues with any bugs that you find.

Recognition

There are several plugins that were inspirational in this work: