dotsam / homebridge-milight

MiLight/LimitlessLED/Easybulb Plugin for Homebridge
MIT License
63 stars 12 forks source link

second bridge added fails to load as a light option #59

Open zuroph opened 5 years ago

zuroph commented 5 years ago

Hi,

When adding multiple iBox bridges (the one that has a built in light), the second one added shows up in Home App as an unsupported device, and then cannot be removed/edited/assigned a room. I have two bridges, and have rotated the order they're listed, the second one is always the failed one to use as a light (the connected bulbs all still work as expected, its literally just the inbuilt light that doesn't work)

In the below code, the downstairsiBox does show in Home app, but as unsupported and cannot be moved/edited. this box was previously first in the JSON, and was controllable via Home, but the alternate one was not controllable when listed as the second one.

"platforms": [ { "platform":"MiLight", "name":"MiLight", "bridges": [ { "ip_address": "192.168.0.XX", "version": "v6", "lights": {"bridge": ["upstairsiBox"], "fullColor": ["Bedroom",null,null, null], "rgbw": ["office","Lilli",null,"Ella"]}, "repeat": 1, "delay": 30 }, { "ip_address": "192.168.0.XX", "version": "v6", "lights": {"bridge": ["DownstairsiBox"], "rgbw": ["Kichen","sittingroom","lamp",null]}, "repeat": 1, "delay": 30 } ]

ralfvanuden commented 3 years ago

I have exact the same problem