1.0.3 • Published 1 year ago

homebridge-abode-garage-doors v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

homebridge-abode-garage-doors

Homebridge plugin that integrates Abode door garage doors 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.

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-garage-doors, and installing it.

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

npm install -g homebridge-abode-garage-doors

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 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 Garage Locks",
	"email": "YOUR_ABODE_ACCOUNT_EMAIL",
	"password": "YOUR_ABODE_ACCOUNT_PASSWORD"
}

Recognition

This plugin is based on homebridge-abode-locks by @jasperpatterson. Also check out homebridge-abode-lights by @chrisbsmith.

1.0.3

1 year ago