Cannot add a Service with the same UUID #353
Unanswered
JimMeldrum
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a Dishwasher, Washer, Dryer, and Fridge. The Dishwasher is not appearing in accessories and the log shows the following error. Anyone seen this or have any idea how to address please?
[6/1/2025, 11:04:11 AM] [homebridge-lg-thinq] Launched child bridge with PID 88712
[6/1/2025, 11:04:12 AM] [homebridge-lg-thinq] Loaded homebridge-lg-thinq v1.8.11 child bridge successfully
[6/1/2025, 11:04:12 AM] Loaded 4 cached accessories from cachedAccessories.0E64D13DC3DB.
[6/1/2025, 11:04:12 AM] Homebridge v1.9.0 (HAP v0.12.3) (Electricity Rates) is running on port 53752.
[6/1/2025, 11:04:12 AM] [homebridge-lg-thinq] Loading accessory from Homebridge cache: Dryer
[6/1/2025, 11:04:12 AM] [homebridge-lg-thinq] Loading accessory from Homebridge cache: Washer
[6/1/2025, 11:04:12 AM] [homebridge-lg-thinq] Loading accessory from Homebridge cache: Refrigerator
[6/1/2025, 11:04:12 AM] [homebridge-lg-thinq] Loading accessory from Homebridge cache: Dishwasher
[6/1/2025, 11:04:15 AM] [homebridge-lg-thinq] Successfully connected to the ThinQ API.
[6/1/2025, 11:04:16 AM] [homebridge-lg-thinq] [Dryer] Setting up device!
[6/1/2025, 11:04:16 AM] [homebridge-lg-thinq] Restoring existing accessory: 77d30481-b955-12a2-8638-147f67c8e9fe: Dryer (DRYER RH90V9_WW)
[6/1/2025, 11:04:16 AM] [homebridge-lg-thinq] [Dishwasher] Setting up device!
[6/1/2025, 11:04:16 AM] [homebridge-lg-thinq] Restoring existing accessory: b4f37409-c14e-4030-b0ce-e0854d6ef463: Dishwasher (DISHWASHER D0211)
[6/1/2025, 11:04:16 AM] [homebridge-lg-thinq] Cannot add a Service with the same UUID '000000D8-0000-1000-8000-0026BB765291' and subtype 'CataNicoGaTa-70' as another Service in this Accessory.
Debug log shows: -
[6/1/2025, 10:58:53 AM] [homebridge-lg-thinq] Error: Cannot add a Service with the same UUID '000000D8-0000-1000-8000-0026BB765291' and subtype 'CataNicoGaTa-70' as another Service in this Accessory.
at Accessory.addService (/usr/local/lib/node_modules/homebridge/node_modules/hap-nodejs/src/lib/Accessory.ts:561:17)
at PlatformAccessory.addService (/usr/local/lib/node_modules/homebridge/src/platformAccessory.ts:106:41)
at new Dishwasher (/usr/local/lib/node_modules/homebridge-lg-thinq/src/devices/Dishwasher.ts:74:22)
at LGThinQHomebridgePlatform.discoverDevices (/usr/local/lib/node_modules/homebridge-lg-thinq/src/platform.ts:148:25)
at processTicksAndRejections (node:internal/process/task_queues:105:5)
Beta Was this translation helpful? Give feedback.
All reactions