hjdhjd / homebridge-myq

:car: myQ Liftmaster and Chamberlain Plugin for Homebridge https://github.com/nfarina/homebridge
Other
567 stars 44 forks source link

Child bridge-second home #1067

Closed mlarosa closed 1 year ago

mlarosa commented 1 year ago

Describe The Problem: I have two homes. I have 2 homes in HomeKit. I have set-up two child bridges for MyQ and connected one bridge to my first home - and excluded the 2 garage doors from home 2. And connected the second bridge to the second home and excluded the first home doors.

It all "appears" to work and it actually looks correct but the second home simply gets a "not responding" on the devices.

Is what I'm trying to do not supported? Is there a way to do this?

To Reproduce: Create 2 HomeKit Homes. Create 2 child bridges for the myQ plugin and connect one to each home.

Logs: [5/3/2023, 8:45:38 AM] Homebridge v1.6.1 (HAP v0.11.1) (Homebridge) is running on port 51826. [5/3/2023, 8:45:38 AM] [myQ] Launched child bridge with PID 2026 [5/3/2023, 8:45:38 AM] [myQ SC] Launched child bridge with PID 2027 [5/3/2023, 8:45:38 AM] Registering platform 'homebridge-myq.myQ' [5/3/2023, 8:45:38 AM] Registering platform 'homebridge-myq.myQ' [5/3/2023, 8:45:38 AM] [myQ] Loaded homebridge-myq v2.11.1 child bridge successfully [5/3/2023, 8:45:38 AM] Loaded 2 cached accessories from cachedAccessories.0E6418D334CD. [5/3/2023, 8:45:38 AM] [myQ SC] Loaded homebridge-myq v2.11.1 child bridge successfully [5/3/2023, 8:45:38 AM] Loaded 3 cached accessories from cachedAccessories.0EA689923216. [5/3/2023, 8:45:38 AM] Homebridge v1.6.1 (HAP v0.11.1) (myQ) is running on port 30968. [5/3/2023, 8:45:38 AM] Homebridge v1.6.1 (HAP v0.11.1) (myQ SC) is running on port 34062. [5/3/2023, 8:45:39 AM] [myQ SC] myQ API: Successfully connected to the myQ API. [5/3/2023, 8:45:39 AM] [myQ] myQ API: Successfully connected to the myQ API. [5/3/2023, 8:45:39 AM] [myQ SC] myQ API: Discovered device family gateway: East Hanover [Chamberlain Ethernet Gateway] (serial number: GW0000008C80). [5/3/2023, 8:45:39 AM] [myQ SC] myQ API: Discovered device family garagedoor: Left Garage Door (serial number: CG08101E51E0, gateway: GW2000006A2E). [5/3/2023, 8:45:39 AM] [myQ SC] myQ API: Discovered device family garagedoor: Right Garage Door (serial number: CG081017CDB0, gateway: GW2000006A2E). [5/3/2023, 8:45:39 AM] [myQ SC] myQ API: Discovered device family gateway: Surf city [Chamberlain Ethernet Gateway] (serial number: GW000002246F). [5/3/2023, 8:45:39 AM] [myQ SC] myQ API: Discovered device family garagedoor: Surf City Left Garage (serial number: CG08101CB0A1, gateway: GW000002246F). [5/3/2023, 8:45:39 AM] [myQ SC] myQ API: Discovered device family garagedoor: Surf City Right Garage (serial number: CG08101CAF2B, gateway: GW000002246F). [5/3/2023, 8:45:39 AM] [myQ SC] Left Garage Door: Removing myQ device from HomeKit. [5/3/2023, 8:45:39 AM] [myQ] myQ API: Discovered device family gateway: East Hanover [Chamberlain Ethernet Gateway] (serial number: GW0000008C80). [5/3/2023, 8:45:39 AM] [myQ] myQ API: Discovered device family garagedoor: Left Garage Door (serial number: CG08101E51E0, gateway: GW2000006A2E). [5/3/2023, 8:45:39 AM] [myQ] myQ API: Discovered device family garagedoor: Right Garage Door (serial number: CG081017CDB0, gateway: GW2000006A2E). [5/3/2023, 8:45:39 AM] [myQ] myQ API: Discovered device family gateway: Surf city [Chamberlain Ethernet Gateway] (serial number: GW000002246F). [5/3/2023, 8:45:39 AM] [myQ] myQ API: Discovered device family garagedoor: Surf City Left Garage (serial number: CG08101CB0A1, gateway: GW000002246F). [5/3/2023, 8:45:39 AM] [myQ] myQ API: Discovered device family garagedoor: Surf City Right Garage (serial number: CG08101CAF2B, gateway: GW000002246F).

Homebridge Configuration: { "email": "xxx@gmail.com", "password": "xxx", "name": "myQ", "options": [ "Disable.CG08101CB0A1", "Disable.CG08101CAF2B" ], "_bridge": { "username": "xx:xx:xx:xx:xx:xx", "port": 30968 }, "platform": "myQ" }, { "email": "xxx@gmail.com", "password": "xxx", "name": "myQ SC", "options": [ "Disable.CG08101E51E0", "Disable.CG081017CDB0" ], "platform": "myQ", "_bridge": { "username": "xx:xx:xx:xx:xx:xx", "port": 34062 }

**Environment:

mlarosa commented 1 year ago

never mind...

github-actions[bot] commented 1 year ago

This issue is locked to prevent necroposting on closed issues. Please create a new issue for related support requests, bug reports, or feature suggestions.