homebridge-trackpin
v1.2.1-0
Published
Homebridge plugin to provide Trackpin garage door status
Downloads
1
Maintainers
Readme
homebridge-trackpin
Trackpin Garage Door status plugin
This plugin is designed to get status from the TrackPin (http://trackpin.com/) garage door opener system.
This system does not provide the ability to trigger the garage door remotely so this plugin is only designed to get the status of the garage door.
Install the plugin:
$ npm install homebridge-trackpin -g
Example config.json
:
"accessories": [
{
"accessory": "TRACKPIN",
"name": "Garage Door",
"email": "[email protected]",
"password": "secret",
"interval": 10000,
"pins": ["Family", "Cleaners"]
}
]
pins
is an optional array of a list of pins you would like to expose to homekit.
interval
is an optional parameter. By default the plugin will poll the garage door every 5 seconds, if you want it different this setting is in milliseconds.