Note: Run Homebridge with the deviceID's blank to generate the ID's. If you get multiple ID's or it says it's invalid, use the one with CG.
{
"accessory": "Chamberlain",
"name": "Garage Door",
"username": "your mychamberlain.com email",
"password": "your mychamberlain.com password"
}
If you have multiple garage doors, the plugin will throw an error and list the controllable device IDs. Use those IDs to create individual accessories. Be sure to uniquely name the door via the "name" field, otherwise you'll get a UUID error in the console (Error: Cannot add a bridged Accessory with the same UUID as another bridged Accessory
).
{
"accessory": "Chamberlain",
"name": "Main Garage Door",
"username": "your mychamberlain.com email",
"password": "your mychamberlain.com password",
"deviceId": "xxx"
},
{
"accessory": "Chamberlain",
"name": "Side Garage Door",
"username": "your mychamberlain.com email",
"password": "your mychamberlain.com password",
"deviceId": "xxx"
},
...