Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
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

  • 1.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
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

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

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc