luisiam / homebridge-liftmaster2

LiftMaster Plugin for HomeBridge (API 2.0): https://github.com/nfarina/homebridge
61 stars 15 forks source link

Newbie trying to setup Homebridge via MacOS #35

Open ahtsui opened 6 years ago

ahtsui commented 6 years ago

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 commented 6 years ago

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)'...

iRayanKhan commented 5 years ago

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" } ] }