homebridge-trackpin

1.2.1-0 • Public • Published

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@abc.com",
        "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.

Standard - JavaScript Style Guide

Package Sidebar

Install

npm i homebridge-trackpin

Weekly Downloads

1

Version

1.2.1-0

License

MIT

Last publish

Collaborators

  • wurmr