dubocr / homebridge-gpio-device

Homebridge GPIO device expose several HomeKit accessories interacting with GPIO
Apache License 2.0
66 stars 20 forks source link

Error with same name, different type #115

Open ladvoc opened 3 years ago

ladvoc commented 3 years ago

Hello,

I have created two accessories. One is a ContactSensor and the other is a LockMechanism. Both accessories are called "Front Door." However, when both accessories are called "Front Door," I get the following error:

Error loading the accessory "GPIODevice" from "homebridge-gpio-device" requested in your config.json: Cannot add a bridged Accessory with the same UUID as another bridged Accessory: d9d1559a-d15c-4947-bb44-22dbd5a64b1e

Current workaround is to give each accessory a different name.