Socket
Socket
Sign inDemoInstall

homebridge-abode-garage

Package Overview
Dependencies
4
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    homebridge-abode-garage

Raspberry Pi Garage Abode Plugin for homebridge


Version published
Weekly downloads
5
increased by400%
Maintainers
1
Install size
924 kB
Created
Weekly downloads
 

Readme

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

FAQs

Last updated on 09 Sep 2017

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc