Skip to content

AppleTechy/homebridge-liftmaster-Deprecated-

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

LiftMaster Plugin

This will work with Chamberlain as well! Since Liftmaster and Chamberlain share the same MYQ servers.

Example config.json:

{
  "accessories": [
    {
      "accessory": "LiftMaster",
      "name": "Garage Door",
      "username": "[email protected]",
      "password": "your_password”,
      "interval": "time_amount"
    }
  ]
}

If you have multiple garage doors connected to your LiftMaster account, the plugin will print out an error followed by the multiple device IDs it found. You'll need to use these IDs to enter your doors as separate accessories:

{
  "accessories": [
    {
      "accessory": "LiftMaster",
      "name": "Side Garage Door",
      "username": "[email protected]",
      "password": "your_password",
      "deviceID": "desired_device_id"
    }
  ]
}

Credits to @khaost for creating the revised index.json

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%