homebridge-liftmaster2 icon indicating copy to clipboard operation
homebridge-liftmaster2 copied to clipboard

Newbie trying to setup Homebridge via MacOS

Open ahtsui opened this issue 7 years ago • 2 comments

Hello ive recently setup home bridge with myq chamberlain garage door using the Liftmaster2 plugin.
Everything worked until I restarted my computer. After few hours of fiddling around, I was able to diagnose the problem. Thinking Im an expert now, Ive tried to add the Wemo plugin as I have 5 Wemo switches. That's when I thought, I should of just left it were it was. Long story short , I've removed the Wemo plugin but now the Liftmaster2 plugin would just stuck in utilizing platform accessory....... it only load the 1 platforms but no accessories....

here's my Config.jon : { "bridge": { "name": "Homebridge", "username": "xxxx", "port": xxxxx, "pin": "xxxx" },

"description": "This is an example configuration file with one fake accessory and one fake platform. You can use this as a template for creating your own configuration file containing devices you actually own.",

"accessories": [],

"platforms": [{
	"platform": "LiftMaster2",
	"username": "xxxxxxl.com",
	"password": "xxxxxx"
	}
]

}

Any information would be greatly appreciated .. sorry again im new to this thank you for your patients.

ahtsui avatar Jan 04 '18 18:01 ahtsui

This is how its currently stuck at initializing when I try to run home bridge via terminal Mac0s

[2018-1-4 14:28:43] Loaded plugin: homebridge-liftmaster2 [2018-1-4 14:28:43] Registering platform 'homebridge-liftmaster2.LiftMaster2' [2018-1-4 14:28:43] --- [2018-1-4 14:28:43] Loaded config.json with 0 accessories and 1 platforms. [2018-1-4 14:28:43] --- [2018-1-4 14:28:43] Loading 1 platforms... [2018-1-4 14:28:43] [LiftMaster2] Initializing LiftMaster2 platform... [2018-1-4 14:28:43] Loading 0 accessories... Setup Payload: X-HM://0023ISYWYOC8L Scan this code with your HomeKit app on your iOS device to pair with Homebridge: Or enter this code with your HomeKit app on your iOS device to pair with Homebridge:

┌────────────┐     
│ 031-45-154 │     
└────────────┘     
                   

[2018-1-4 14:28:43] Homebridge is running on port xxxxx. [2018-1-4 14:28:44] [LiftMaster2] Initializing platform accessory 'Garage Door Opener (ID: xxxxxx)'...

ahtsui avatar Jan 04 '18 19:01 ahtsui

Try this config: { "bridge": { "name": "Homebridge", "username": "CC:22:3D:E3:CE:30", "port": 51826, "pin": "031-45-154" }, "description": "Homebridge", "accessories": [], "platforms": [ { "platform": "LiftMaster2", "username": "redacted", "password": "redacted" } ] }

iRayanKhan avatar Sep 27 '18 03:09 iRayanKhan