-
-
Notifications
You must be signed in to change notification settings - Fork 91
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error "Cannot add a bridged Accessory with the same UUID" #14
Comments
Hi Thomas @tkropf Thanks for your post. The good new: I think I can fix this; the bad news: I need a little help from you. I suspect this is a bug in homebridge-hue, related to issue #2: for Zigbee devices, I now base the Accessory UUID on the Zigbee ID (xx:xx:xx:xx:xx:xx:xx:xx). I suspect both bridge lights have the same Zigbee ID but a different suffix in the Could you please do a GET of /lights on your bridge using its CLIP API debugger and post the output here? See http://www.developers.meethue.com/documentation/getting-started. I don't have any Dresden Electronic lamps myself and I need to see how the hue bridge sees them. |
Hi Erik @ebauwee Thanks for the quick response. Much appreciated. Below is the complete result from the GET /lights command. The potential culprit is "8" and "9". And it seems your suspicion is right. { |
I just published version 0.0.11 which should address this issue. The Dresden Elektronik light should show as two homekit accessories, each with their own Lightbulb service. Eventually, I want to make this one homekit accessory with two Lightbulb services, but the changes for that are more elaborate (see also issue #4). |
Erik, Thank for your quick update. Unfortunately, I am currently on a business trip to China. I will be back next Friday and will immediately try out your fix (which I would love to do right now!). And yes, 5,6,7 are Living White Plugs. I bought them about 3 years ago as they are really useful to connect 'legacy lamps'. When I wanted to buy some more about a year ago I also was also unable to get them anywhere. It really is a shame that Philips has decided to stop selling them. Thomas
|
Erik, I was looking forward the whole week to return home and to try out your fix. Ta-dahhhh! ..it works :-) @ebaauw Thank you so much! Thomas |
Hi Thomas, @tkropf |
Hi,
when using homebridge-hue I get the following error message:
throw new Error("Cannot add a bridged Accessory with the same UUID as another bridged Accessory: " + existing.UUID);
I assume this is due to the fact that I have a non Philips hue light which registers always twice:
[2016-11-03 20:51:13] [Hue] Philips hue: found 3 accessories
[2016-11-03 20:51:17] [Hue] Initializing platform accessory 'Philips hue'...
[2016-11-03 20:51:17] [Hue] Initializing platform accessory 'Treppenhaus-LED-Streifen'...
[2016-11-03 20:51:17] [Hue] Initializing platform accessory 'Dimmable light 1'...
However, the last two accessories are just one light! It is a RGBW-LED stripe module which simultaneously drives an RGB and a white (W) channel. The RGB part and the W part register as separate lights. It works without problems using the Philips Hue app. However, this light is not accessible via Homekit - hence my hope was to get it working via hombridge.
Link to the product web site below.
Any suggestion how to circuvent this error?
Thanks!
Thomas
https://www.dresden-elektronik.de/funktechnik/solutions/wireless-light-control/wireless-ballasts/fls-pp-lp/?L=1&cHash=c9c902ccdb43164696acccf81b62b2bd
The text was updated successfully, but these errors were encountered: