3.1.0 • Published 6 years ago

homebridge-assurelink2 v3.1.0

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

homebridge-assurelink2

AssureLink Plugin for Homebridge (API 2.0)

Reversed engineered from LiftMaster Plugin for HomeBridge (API 2.0) by luisiam to be compatible with Craftsman AssureLink GDOs. This code will not be managed or supported in any additional manner and resolves the Duplicate UUIDs that was experienced with tekuonline's Assurelink Plugin for HomeBridge (API 2.0).

Special thanks to luisiam for the original LiftMaster plugin/code that this was based on and tekuonline for the Craftsman API URLs.

Installation

  1. Install homebridge using sudo npm install -g homebridge.
  2. Install this plugin using sudo npm install -g git+https://github.com/pilot76103/homebridge-assurelink2.git.
  3. Update your configuration file. See configuration sample below.

Configuration

Edit your config.json accordingly. Configuration sample:

"platforms": [{
   "platform": "AssureLink2",
   "username": "email@email.com",
   "password": "password"
}]

Advanced Configuration (Optional)

This step is not required. Homebridge with API 2.0 can handle configurations in the HomeKit app.

"platforms": [{
    "platform": "AssureLink2",
    "name": "MyQ",
    "username": "email@email.com",
    "password": "password",
    "openDuration": 15,
    "closeDuration": 25,
    "polling": true,
    "longPoll": 300,
    "shortPoll": 5,
    "shortPollDuration": 120
}]
FieldsDescriptionDefaultRequired
platformMust always be AssureLink2.Yes
nameFor logging purposes.No
usernameYour MyQ account email.Yes
passwordYour MyQ account password.Yes
openDurationTime in s to open garage door completely.15No
closeDurationTime in s to close garage door completely.25No
pollingState polling.falseNo
longPollNormal polling interval in s.300No
shortPollPolling interval in s when door state changes.5No
shortPollDurationDuration in s to use shortPoll.120No
3.1.0

6 years ago

3.0.5

7 years ago

3.0.4

7 years ago

3.0.1

7 years ago

3.0.0

7 years ago

0.1.0

7 years ago

1.1.2

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago