Skip to content
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

Unhandled rejection Error: Cannot add a bridged Accessory with the same UUID as another bridged Accessory: #168

Open
fernmac2 opened this issue Oct 20, 2018 · 5 comments

Comments

@fernmac2
Copy link

Hi, I could use some help with this error. I already deleted the persist and accessories folders and restarted with no success. Any help would be great.

Log:
[10/20/2018, 6:42:40 PM] [Vera] Initializing platform accessory 'Estores qd chego à noite'...
[10/20/2018, 6:42:40 PM] [Vera] Initializing platform accessory 'Porta'...
Unhandled rejection Error: Cannot add a bridged Accessory with the same UUID as another bridged Accessory: d227b333-5eda-46e4-9c94-bae686a11767
at Bridge.Accessory.addBridgedAccessory (/usr/local/lib/node_modules/homebridge/node_modules/hap-nodejs/lib/Accessory.js:264:13)
at Server. (/usr/local/lib/node_modules/homebridge/lib/server.js:399:24)
at /usr/local/lib/node_modules/homebridge/node_modules/hap-nodejs/lib/util/once.js:16:19
at functions.getVeraInfo.then (/usr/local/lib/node_modules/homebridge-vera/index.js:33:15)
at tryCatcher (/usr/local/lib/node_modules/homebridge-vera/node_modules/bluebird/js/release/util.js:16:23)
at Promise._settlePromiseFromHandler (/usr/local/lib/node_modules/homebridge-vera/node_modules/bluebird/js/release/promise.js:512:31)
at Promise._settlePromise (/usr/local/lib/node_modules/homebridge-vera/node_modules/bluebird/js/release/promise.js:569:18)
at Promise._settlePromise0 (/usr/local/lib/node_modules/homebridge-vera/node_modules/bluebird/js/release/promise.js:614:10)
at Promise._settlePromises (/usr/local/lib/node_modules/homebridge-vera/node_modules/bluebird/js/release/promise.js:694:18)
at _drainQueueStep (/usr/local/lib/node_modules/homebridge-vera/node_modules/bluebird/js/release/async.js:138:12)
at _drainQueue (/usr/local/lib/node_modules/homebridge-vera/node_modules/bluebird/js/release/async.js:131:9)
at Async._drainQueues (/usr/local/lib/node_modules/homebridge-vera/node_modules/bluebird/js/release/async.js:147:5)
at Immediate.Async.drainQueues [as _onImmediate] (/usr/local/lib/node_modules/homebridge-vera/node_modules/bluebird/js/release/async.js:17:14)
at runCallback (timers.js:705:18)
at tryOnImmediate (timers.js:676:5)
at processImmediate (timers.js:658:5)

@ka4ev
Copy link

ka4ev commented Oct 22, 2018

I have the same problem!

@ceou
Copy link

ceou commented Jan 28, 2019

i have the same problem

@ChrisHolcomb
Copy link

I have the same problem, has anyone figured out how to get around or fix this?

@ChrisHolcomb
Copy link

This works good for listing your devices and finding duplicates:
http://192.168.xxx.xxx:3480/data_request?id=invoke

Mine was a scene so I used:
http://ip_address:3480/data_request?id=scene&action=delete&scene=5

Still not able to connect but at least the homebridge is starting up.

@ChrisHolcomb
Copy link

Finally got mine to work. I deleted the ~/.homebridge/persists folder, and changed my username. But I think the actually fix was updating node to v10+, it seems it is required but never complains about it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants