Launch Week Day 2: Introducing Reports: An Extensible Reporting Framework for Socket Data.Learn More
Socket
Book a DemoSign in
Socket

homebridge-abode-garage

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

homebridge-abode-garage

Raspberry Pi Garage Abode Plugin for homebridge

latest
Source
npmnpm
Version
1.0.0
Version published
Weekly downloads
8
Maintainers
1
Weekly downloads
 
Created
Source

homebridge-abode-garage

Homebridge plugin that supports commands for a garage door opener. The status of the garage comes from an abode door contact doorContactId. You can control the garage with a HTTP GET request to relayUrl.

Installation

npm i -g homebridge-abode-garage

Configuration

Configuration sample:

"accessories": [
    {
        "accessory":      "Garage",
            "name":           "The Garage",
            "relayUrl": "http://",
            "abode": {
                "username":      "",
                "password":      "",
                "doorContactId": "00:00000000"
            }
    }
]

Abode API

I created and am using abode-api to control the alam in homebridge-abode (not required for homebridge-abode-garage to work) and to get the status of the door contact. To obtain the id of the door contact visit abode-api and look at abode.devices() and find the id of the door contact you have attached yo your garage, then add the id as doorContactId in the configuration file.

You need to specify your abode login credentials in the configuration file.

Keywords

homebridge-plugin

FAQs

Package last updated on 09 Sep 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts