0.0.1 • Published 7 years ago

homebridge-imp-garagedoor v0.0.1

Weekly downloads
1
License
ISC
Repository
github
Last release
7 years ago

homebridge-imp-garagedoor

Homebridge plugin that supports triggering commands to check state, open, and close a garage door.

Installation

  1. Install homebridge using: npm install -g homebridge
  2. Install this plugin using: npm install -g homebridge-imp-garagedoor
  3. Update your configuration file. See sample-config.json in this repository for a sample.

Configuration

Configuration sample:

"accessories": [
  {
    "accessory": "GarageDoorImp",
    "name": "Garage Door",
    "url": "https://agent.electricimp.com/Homf6N8jHm9F",
    "sharedKey": "asdfghjklpoiuytrewqASDFGHJKL0987",
    "status_update_delay": 15
  }
]

Explanation:

FieldDescription
accessoryMust always be "GarageDoorImp". (required)
nameName of the Garage Door
urlurl to respond to msg=checkopenclose (required)
status_update_delayTime to have door in opening or closing state (defaults to 15 seconds)

The open, close, and state commands should return the following verbs: OPEN, CLOSED, OPENING, CLOSING.