homebridge-liftmaster

0.1.3 • Public • Published

LiftMaster Plugin

Example config.json:

{
  "accessories": [
    {
      "accessory": "LiftMaster",
      "name": "Garage Door",
      "username": "your@email.com",
      "password": "your_password"
    }
  ]
}

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": "your@email.com",
      "password": "your_password",
      "deviceID": "desired_device_id"
    }
  ]
}

Readme

Keywords

Package Sidebar

Install

npm i homebridge-liftmaster

Weekly Downloads

1

Version

0.1.3

License

ISC

Last publish

Collaborators

  • nfarina