LG ThinQ Binding - does not work as expceted with a LG dryer

I have the LG ThinQ Binding 5.01 installed with OH 5.01 (Windows) which I would like to connect with an LG dryer. The LG Gateway is working and ON

LINE. But after I added the dryer it gives me an error (HANDLER_INITIALIZING_ERROR - URI is not absolute) In detail:

[ERROR] [core.thing.internal.ThingManagerImpl] - Exception occurred while initializing handler of thing ‘lgthinq:dryer-202:1cc43d8bd8’: URI is not absolute
java.lang.IllegalArgumentException: URI is not absolute
at java.net.URL.of(URL.java:862) ~[?:?]
at java.net.URI.toURL(URI.java:1172) ~[?:?]
at org.openhab.binding.lgthinq.lgservices.LGThinQAbstractApiClientService.loadDeviceCapability(LGThinQAbstractApiClientService.java:185) ~[?:?]
at org.openhab.binding.lgthinq.lgservices.LGThinQAbstractApiClientService.getCapability(LGThinQAbstractApiClientService.java:324) ~[?:?]
at org.openhab.binding.lgthinq.internal.handler.LGThinQAbstractDeviceHandler.getCapabilities(LGThinQAbstractDeviceHandler.java:325) ~[?:?]
at org.openhab.binding.lgthinq.internal.handler.LGThinQWasherDryerHandler.updateChannelDynStateDescription(LGThinQWasherDryerHandler.java:131) ~[?:?]
at org.openhab.binding.lgthinq.internal.handler.LGThinQAbstractDeviceHandler.initializeThing(LGThinQAbstractDeviceHandler.java:376) ~[?:?]
at org.openhab.binding.lgthinq.internal.handler.LGThinQWasherDryerHandler.initializeThing(LGThinQWasherDryerHandler.java:116) ~[?:?]
at org.openhab.binding.lgthinq.internal.handler.LGThinQAbstractDeviceHandler.initialize(LGThinQAbstractDeviceHandler.java:364) ~[?:?]
at jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?]
at java.lang.reflect.Method.invoke(Method.java:580) ~[?:?]
at org.openhab.core.internal.common.AbstractInvocationHandler.invokeDirect(AbstractInvocationHandler.java:149) ~[?:?]
at org.openhab.core.internal.common.Invocation.call(Invocation.java:52) ~[?:?]
at java.util.concurrent.FutureTask.run(FutureTask.java:317) ~[?:?]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[?:?]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[?:?]
at java.lang.Thread.run(Thread.java:1583) [?:?]

The LG app on the smartphone workes perfectly with the LG dryer. Why there is such errror?
Thanks in advance

This error is not limited to the dryer, I see the same with our washer…

@nemer Could you please check…..

This problem seams to be related to the discovery process. For some reason, the properties of your device can’t found in the LG API. I can’t reproduce in my lab and maybe need you some help to reproduce.

I’m preparing a version of the binding with some more debug information to confirm this suspect, and send to you to get more information. Is it ok to you ?

2 Likes

@nemer Do you have already a (new) binding for some more debug information ready?

Thanks

Sorry by the delay, Norick. I was very busy these days. I will work on it in this weekend.

1 Like

ok - perfect thank you

Please, try this version in my repository

I have increased the logging verbosity for both the device discovery process and the URI parsing routine. Please note that the 5.0.X version of the add-on introduced several attribute-name changes in the thing/bridge definitions to align with the platform’s standards. As a result, configurations originating from the 4.X series are not fully compatible with 5.X. If your Dryer thing was migrated from a previous 4.X installation, this may lead to the issue you are experiencing.

Before testing again, please follow these steps:

  1. Remove the Dryer device.

  2. Uninstall the current add-on.

  3. Manually install the add-on version I provided.

  4. Restart OpenHAB.

  5. Open the inbox (discovered things) and add the Dryer again.

If the issue still occurs, please send me the full log starting from the moment OpenHAB was restarted.

Hello, many thanks for the update. After I following your steps I still get the COMM-Error for the dryer. The gateway is online and it seems to work. Here the log:

Administration
Developer Tools
Advanced Object Management
Maintenance Tools
Der Administrationsbereich ist noch nicht übersetzt.
Log Viewer
lg
06:56:32 > 06:56:50
8/206
exclamationmark_octagon_fill 06:56:16.388	ERROR	
org.openhab.binding.lgthinq.internal.handler.LGThinQWasherDryerHandler
Error stopping LG Device monitor
exclamationmark_octagon_fill 06:56:16.389	ERROR	
org.openhab.binding.lgthinq.internal.handler.LGThinQWasherDryerHandler
Error updating thing /undef from LG API. Thing goes OFFLINE until next retry: Error starting device monitor in LG API for the device:undef
exclamationmark_octagon_fill 06:56:27.129	ERROR	
org.openhab.binding.lgthinq.internal.handler.LGThinQWasherDryerHandler
Error stopping LG Device monitor
exclamationmark_octagon_fill 06:56:27.130	ERROR	
org.openhab.binding.lgthinq.internal.handler.LGThinQWasherDryerHandler
Error updating thing /undef from LG API. Thing goes OFFLINE until next retry: Error starting device monitor in LG API for the device:undef
exclamationmark_octagon_fill 06:56:37.877	ERROR	
org.openhab.binding.lgthinq.internal.handler.LGThinQWasherDryerHandler
Error stopping LG Device monitor
exclamationmark_octagon_fill 06:56:37.878	ERROR	
org.openhab.binding.lgthinq.internal.handler.LGThinQWasherDryerHandler
Error updating thing /undef from LG API. Thing goes OFFLINE until next retry: Error starting device monitor in LG API for the device:undef
exclamationmark_octagon_fill 06:56:48.783	ERROR	
org.openhab.binding.lgthinq.internal.handler.LGThinQWasherDryerHandler
Error stopping LG Device monitor
exclamationmark_octagon_fill 06:56:48.785	ERROR	
org.openhab.binding.lgthinq.internal.handler.LGThinQWasherDryerHandler
Error updating thing /undef from LG API. Thing goes OFFLINE until next retry: Error starting device monitor in LG API for the device:undef

I have seen after adding the dryer, it was online for about 1s only. I used the default settings for the dryer binding.

Thanks in advance

Have you enabled DEBUG logging for the ‘LG ThinQ’ addon? Also, it looks like this log was taken from the UI, which unfortunately trims parts of the exceptions and makes it harder to analyze. Could you grab the full log directly from the file system and share that instead?

Yes I enabled DEBUG in the LG ThinQ addon. Below I have both all information from the OH-log and events-log:

Zeile  61: 2025-11-12 06:45:18.960 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'lgthinq:cloud-account:0afc744af0' changed from UNINITIALIZED (NOT_YET_READY) to INITIALIZING
	Zeile  62: 2025-11-12 06:45:18.961 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'lgthinq:cloud-account:0afc744af0' changed from INITIALIZING to UNKNOWN
	Zeile  63: 2025-11-12 06:45:19.265 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'lgthinq:cloud-account:0afc744af0' changed from UNKNOWN to ONLINE
	Zeile 297: 2025-11-12 06:45:25.238 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'lgthinq:dryer-202:0afc744af0:24f5a1bbd3' changed from UNINITIALIZED (NOT_YET_READY) to INITIALIZING
	Zeile 298: 2025-11-12 06:45:25.246 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'lgthinq:dryer-202:0afc744af0:24f5a1bbd3' changed from INITIALIZING to ONLINE
	Zeile 389: 2025-11-12 06:45:31.160 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'lgthinq:dryer-202:0afc744af0:24f5a1bbd3' changed from ONLINE to OFFLINE (COMMUNICATION_ERROR): Error starting device monitor in LG API for the device:undef
Suche "LG" (1654 Treffer in 2 Dateien von 13 gesucht) [Normal]

and the other log:

Zeile 2009: 2025-11-12 06:45:12.696 [DEBUG] [thinq.internal.LGThinQHandlerFactory] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.LGThinQHandlerFactory] : BundleComponentActivator : ComponentHolder created.
	Zeile 2010: 2025-11-12 06:45:12.696 [DEBUG] [rnal.LGThinQStateDescriptionProvider] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.LGThinQStateDescriptionProvider] : BundleComponentActivator : ComponentHolder created.
	Zeile 2011: 2025-11-12 06:45:12.696 [DEBUG] [al.discovery.LGThinqDiscoveryService] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.discovery.LGThinqDiscoveryService] : BundleComponentActivator : ComponentHolder created.
	Zeile 2012: 2025-11-12 06:45:12.697 [DEBUG] [thinq.internal.LGThinQHandlerFactory] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.LGThinQHandlerFactory] : Dependency Manager created $000interface=org.openhab.binding.lgthinq.internal.LGThinQStateDescriptionProvider, filter=null, policy=static, cardinality=1..1, bind=null, unbind=null, updated=null, field=null, field-option=null, collection-type=service, parameter=0
	Zeile 2013: 2025-11-12 06:45:12.697 [DEBUG] [thinq.internal.LGThinQHandlerFactory] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.LGThinQHandlerFactory] : Dependency Manager created $001interface=org.openhab.core.io.net.http.HttpClientFactory, filter=null, policy=static, cardinality=1..1, bind=null, unbind=null, updated=null, field=null, field-option=null, collection-type=service, parameter=1
	Zeile 2014: 2025-11-12 06:45:12.697 [DEBUG] [thinq.internal.LGThinQHandlerFactory] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.LGThinQHandlerFactory] : Dependency Manager created $002interface=org.openhab.core.thing.link.ItemChannelLinkRegistry, filter=null, policy=static, cardinality=1..1, bind=null, unbind=null, updated=null, field=null, field-option=null, collection-type=service, parameter=2
	Zeile 2015: 2025-11-12 06:45:12.697 [DEBUG] [thinq.internal.LGThinQHandlerFactory] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.LGThinQHandlerFactory] : Dependency Manager created osgi.ds.satisfying.conditioninterface=org.osgi.service.condition.Condition, filter=(osgi.condition.id=true), policy=dynamic, cardinality=1..1, bind=null, unbind=null, updated=null, field=null, field-option=null, collection-type=null, parameter=null
	Zeile 2016: 2025-11-12 06:45:12.697 [DEBUG] [thinq.internal.LGThinQHandlerFactory] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.LGThinQHandlerFactory] : Component created: DS=DS14, implementation=org.openhab.binding.lgthinq.internal.LGThinQHandlerFactory, immediate=false, default-enabled=true, factory=null, configuration-policy=optional, activate=activate, deactivate=deactivate, modified=null configuration-pid=[binding.lgthinq]
	Zeile 2017: 2025-11-12 06:45:12.697 [DEBUG] [thinq.internal.LGThinQHandlerFactory] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.LGThinQHandlerFactory] : Component Services: scope=singleton, services=[org.openhab.core.thing.binding.ThingHandlerFactory]
	Zeile 2018: 2025-11-12 06:45:12.697 [DEBUG] [thinq.internal.LGThinQHandlerFactory] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.LGThinQHandlerFactory] : Component Properties: {osgi.ds.satisfying.condition.target=(osgi.condition.id=true)}
	Zeile 2019: 2025-11-12 06:45:12.697 [DEBUG] [thinq.internal.LGThinQHandlerFactory] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.LGThinQHandlerFactory] : Querying state disabled
	Zeile 2020: 2025-11-12 06:45:12.697 [DEBUG] [thinq.internal.LGThinQHandlerFactory] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.LGThinQHandlerFactory] : Querying state disabled
	Zeile 2021: 2025-11-12 06:45:12.697 [DEBUG] [thinq.internal.LGThinQHandlerFactory] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.LGThinQHandlerFactory] : Component can not be activated since it is in state disabled
	Zeile 2022: 2025-11-12 06:45:12.697 [DEBUG] [thinq.internal.LGThinQHandlerFactory] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.LGThinQHandlerFactory] : Querying state disabled
	Zeile 2023: 2025-11-12 06:45:12.697 [DEBUG] [thinq.internal.LGThinQHandlerFactory] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.LGThinQHandlerFactory(473)] : Updating target filters
	Zeile 2024: 2025-11-12 06:45:12.697 [DEBUG] [thinq.internal.LGThinQHandlerFactory] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.LGThinQHandlerFactory(473)] : No change in target property for dependency $000: currently registered: false
	Zeile 2025: 2025-11-12 06:45:12.697 [DEBUG] [thinq.internal.LGThinQHandlerFactory] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.LGThinQHandlerFactory(473)] :  No existing service listener to unregister for dependency $000
	Zeile 2026: 2025-11-12 06:45:12.697 [DEBUG] [thinq.internal.LGThinQHandlerFactory] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.LGThinQHandlerFactory(473)] : Setting target property for dependency $000 to null
	Zeile 2027: 2025-11-12 06:45:12.697 [DEBUG] [thinq.internal.LGThinQHandlerFactory] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.LGThinQHandlerFactory(473)] : New service tracker for $000, initial active: false, previous references: {}, classFilter: (objectClass=org.openhab.binding.lgthinq.internal.LGThinQStateDescriptionProvider), initialReferenceFilter (objectClass=org.openhab.binding.lgthinq.internal.LGThinQStateDescriptionProvider)
	Zeile 2028: 2025-11-12 06:45:12.698 [DEBUG] [thinq.internal.LGThinQHandlerFactory] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.LGThinQHandlerFactory(473)] : dm $000 tracker reset (closed)
	Zeile 2029: 2025-11-12 06:45:12.698 [DEBUG] [thinq.internal.LGThinQHandlerFactory] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.LGThinQHandlerFactory(473)] : dm $000 tracker opened
	Zeile 2030: 2025-11-12 06:45:12.698 [DEBUG] [thinq.internal.LGThinQHandlerFactory] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.LGThinQHandlerFactory(473)] : registering service listener for dependency $000
	Zeile 2031: 2025-11-12 06:45:12.698 [DEBUG] [thinq.internal.LGThinQHandlerFactory] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.LGThinQHandlerFactory(473)] : No change in target property for dependency $001: currently registered: false
	Zeile 2032: 2025-11-12 06:45:12.698 [DEBUG] [thinq.internal.LGThinQHandlerFactory] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.LGThinQHandlerFactory(473)] :  No existing service listener to unregister for dependency $001
	Zeile 2033: 2025-11-12 06:45:12.698 [DEBUG] [thinq.internal.LGThinQHandlerFactory] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.LGThinQHandlerFactory(473)] : Setting target property for dependency $001 to null
	Zeile 2034: 2025-11-12 06:45:12.698 [DEBUG] [thinq.internal.LGThinQHandlerFactory] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.LGThinQHandlerFactory(473)] : New service tracker for $001, initial active: false, previous references: {}, classFilter: (objectClass=org.openhab.core.io.net.http.HttpClientFactory), initialReferenceFilter (objectClass=org.openhab.core.io.net.http.HttpClientFactory)
	Zeile 2035: 2025-11-12 06:45:12.698 [DEBUG] [thinq.internal.LGThinQHandlerFactory] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.LGThinQHandlerFactory(473)] : dm $001 tracker reset (closed)
	Zeile 2036: 2025-11-12 06:45:12.698 [DEBUG] [thinq.internal.LGThinQHandlerFactory] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.LGThinQHandlerFactory(473)] : dm $001 tracking 1 SingleStatic added {org.openhab.core.io.net.http.HttpClientFactory, org.openhab.core.io.net.http.WebSocketFactory}={service.id=303, service.bundleid=182, service.scope=bundle, osgi.ds.satisfying.condition.target=(osgi.condition.id=true), component.name=org.openhab.core.io.net.http.internal.WebClientFactoryImpl, component.id=168} (enter)
	Zeile 2037: 2025-11-12 06:45:12.698 [DEBUG] [thinq.internal.LGThinQHandlerFactory] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.LGThinQHandlerFactory(473)] : dm $001 tracking 1 SingleStatic active: false trackerOpened: false optional: false
	Zeile 2038: 2025-11-12 06:45:12.698 [DEBUG] [thinq.internal.LGThinQHandlerFactory] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.LGThinQHandlerFactory(473)] : dm $001 tracking 1 SingleStatic added {org.openhab.core.io.net.http.HttpClientFactory, org.openhab.core.io.net.http.WebSocketFactory}={service.id=303, service.bundleid=182, service.scope=bundle, osgi.ds.satisfying.condition.target=(osgi.condition.id=true), component.name=org.openhab.core.io.net.http.internal.WebClientFactoryImpl, component.id=168} (exit)
	Zeile 2039: 2025-11-12 06:45:12.698 [DEBUG] [thinq.internal.LGThinQHandlerFactory] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.LGThinQHandlerFactory(473)] : dm $001 tracker opened
	Zeile 2040: 2025-11-12 06:45:12.698 [DEBUG] [thinq.internal.LGThinQHandlerFactory] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.LGThinQHandlerFactory(473)] : registering service listener for dependency $001
	Zeile 2041: 2025-11-12 06:45:12.698 [DEBUG] [thinq.internal.LGThinQHandlerFactory] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.LGThinQHandlerFactory(473)] : No change in target property for dependency $002: currently registered: false
	Zeile 2042: 2025-11-12 06:45:12.698 [DEBUG] [thinq.internal.LGThinQHandlerFactory] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.LGThinQHandlerFactory(473)] :  No existing service listener to unregister for dependency $002
	Zeile 2043: 2025-11-12 06:45:12.698 [DEBUG] [thinq.internal.LGThinQHandlerFactory] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.LGThinQHandlerFactory(473)] : Setting target property for dependency $002 to null
	Zeile 2044: 2025-11-12 06:45:12.698 [DEBUG] [thinq.internal.LGThinQHandlerFactory] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.LGThinQHandlerFactory(473)] : New service tracker for $002, initial active: false, previous references: {}, classFilter: (objectClass=org.openhab.core.thing.link.ItemChannelLinkRegistry), initialReferenceFilter (objectClass=org.openhab.core.thing.link.ItemChannelLinkRegistry)
	Zeile 2045: 2025-11-12 06:45:12.698 [DEBUG] [thinq.internal.LGThinQHandlerFactory] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.LGThinQHandlerFactory(473)] : dm $002 tracker reset (closed)
	Zeile 2046: 2025-11-12 06:45:12.699 [DEBUG] [thinq.internal.LGThinQHandlerFactory] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.LGThinQHandlerFactory(473)] : dm $002 tracking 2 SingleStatic added {org.openhab.core.thing.link.ItemChannelLinkRegistry}={service.id=481, service.bundleid=221, service.scope=bundle, osgi.ds.satisfying.condition.target=(osgi.condition.id=true), component.name=org.openhab.core.thing.link.ItemChannelLinkRegistry, component.id=298} (enter)
	Zeile 2047: 2025-11-12 06:45:12.699 [DEBUG] [thinq.internal.LGThinQHandlerFactory] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.LGThinQHandlerFactory(473)] : dm $002 tracking 2 SingleStatic active: false trackerOpened: false optional: false
	Zeile 2048: 2025-11-12 06:45:12.699 [DEBUG] [thinq.internal.LGThinQHandlerFactory] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.LGThinQHandlerFactory(473)] : dm $002 tracking 2 SingleStatic added {org.openhab.core.thing.link.ItemChannelLinkRegistry}={service.id=481, service.bundleid=221, service.scope=bundle, osgi.ds.satisfying.condition.target=(osgi.condition.id=true), component.name=org.openhab.core.thing.link.ItemChannelLinkRegistry, component.id=298} (exit)
	Zeile 2049: 2025-11-12 06:45:12.699 [DEBUG] [thinq.internal.LGThinQHandlerFactory] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.LGThinQHandlerFactory(473)] : dm $002 tracker opened
	Zeile 2050: 2025-11-12 06:45:12.699 [DEBUG] [thinq.internal.LGThinQHandlerFactory] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.LGThinQHandlerFactory(473)] : registering service listener for dependency $002
	Zeile 2051: 2025-11-12 06:45:12.699 [DEBUG] [thinq.internal.LGThinQHandlerFactory] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.LGThinQHandlerFactory(473)] :  No existing service listener to unregister for dependency osgi.ds.satisfying.condition
	Zeile 2052: 2025-11-12 06:45:12.699 [DEBUG] [thinq.internal.LGThinQHandlerFactory] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.LGThinQHandlerFactory(473)] : Setting target property for dependency osgi.ds.satisfying.condition to (osgi.condition.id=true)
	Zeile 2053: 2025-11-12 06:45:12.699 [DEBUG] [thinq.internal.LGThinQHandlerFactory] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.LGThinQHandlerFactory(473)] : New service tracker for osgi.ds.satisfying.condition, initial active: false, previous references: {}, classFilter: (objectClass=org.osgi.service.condition.Condition), initialReferenceFilter (&(objectClass=org.osgi.service.condition.Condition)(osgi.condition.id=true))
	Zeile 2054: 2025-11-12 06:45:12.699 [DEBUG] [thinq.internal.LGThinQHandlerFactory] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.LGThinQHandlerFactory(473)] : dm osgi.ds.satisfying.condition tracker reset (closed)
	Zeile 2055: 2025-11-12 06:45:12.699 [DEBUG] [thinq.internal.LGThinQHandlerFactory] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.LGThinQHandlerFactory(473)] : dm osgi.ds.satisfying.condition tracking 3 SingleDynamic added {org.osgi.service.condition.Condition}={service.id=6, service.bundleid=0, service.scope=singleton, service.pid=0.org.osgi.service.condition.ConditionImpl, osgi.condition.id=true} (enter)
	Zeile 2056: 2025-11-12 06:45:12.699 [DEBUG] [thinq.internal.LGThinQHandlerFactory] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.LGThinQHandlerFactory(473)] : dm osgi.ds.satisfying.condition tracking 3 SingleDynamic added {org.osgi.service.condition.Condition}={service.id=6, service.bundleid=0, service.scope=singleton, service.pid=0.org.osgi.service.condition.ConditionImpl, osgi.condition.id=true} (exit)
	Zeile 2057: 2025-11-12 06:45:12.699 [DEBUG] [thinq.internal.LGThinQHandlerFactory] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.LGThinQHandlerFactory(473)] : dm osgi.ds.satisfying.condition tracker opened
	Zeile 2058: 2025-11-12 06:45:12.699 [DEBUG] [thinq.internal.LGThinQHandlerFactory] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.LGThinQHandlerFactory(473)] : registering service listener for dependency osgi.ds.satisfying.condition
	Zeile 2059: 2025-11-12 06:45:12.699 [DEBUG] [thinq.internal.LGThinQHandlerFactory] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.LGThinQHandlerFactory(473)] : Changed state from disabled to unsatisfiedReference
	Zeile 2060: 2025-11-12 06:45:12.699 [DEBUG] [thinq.internal.LGThinQHandlerFactory] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.LGThinQHandlerFactory(473)] : Component enabled
	Zeile 2061: 2025-11-12 06:45:12.700 [DEBUG] [thinq.internal.LGThinQHandlerFactory] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.LGThinQHandlerFactory(473)] : ActivateInternal
	Zeile 2062: 2025-11-12 06:45:12.700 [DEBUG] [thinq.internal.LGThinQHandlerFactory] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.LGThinQHandlerFactory(473)] : Querying state unsatisfiedReference
	Zeile 2063: 2025-11-12 06:45:12.700 [DEBUG] [thinq.internal.LGThinQHandlerFactory] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.LGThinQHandlerFactory(473)] : Querying state unsatisfiedReference
	Zeile 2064: 2025-11-12 06:45:12.700 [DEBUG] [thinq.internal.LGThinQHandlerFactory] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.LGThinQHandlerFactory(473)] : Activating component from state unsatisfiedReference
	Zeile 2065: 2025-11-12 06:45:12.700 [DEBUG] [thinq.internal.LGThinQHandlerFactory] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.LGThinQHandlerFactory(473)] : Querying state unsatisfiedReference
	Zeile 2066: 2025-11-12 06:45:12.700 [DEBUG] [thinq.internal.LGThinQHandlerFactory] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.LGThinQHandlerFactory(473)] : Querying state unsatisfiedReference
	Zeile 2067: 2025-11-12 06:45:12.700 [DEBUG] [thinq.internal.LGThinQHandlerFactory] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.LGThinQHandlerFactory(473)] : Dependency not satisfied: $000
	Zeile 2068: 2025-11-12 06:45:12.700 [DEBUG] [thinq.internal.LGThinQHandlerFactory] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.LGThinQHandlerFactory(473)] : Not all dependencies satisfied, cannot activate
	Zeile 2069: 2025-11-12 06:45:12.700 [DEBUG] [rnal.LGThinQStateDescriptionProvider] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.LGThinQStateDescriptionProvider] : Dependency Manager created $000interface=org.openhab.core.events.EventPublisher, filter=null, policy=static, cardinality=1..1, bind=null, unbind=null, updated=null, field=null, field-option=null, collection-type=service, parameter=0
	Zeile 2070: 2025-11-12 06:45:12.700 [DEBUG] [rnal.LGThinQStateDescriptionProvider] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.LGThinQStateDescriptionProvider] : Dependency Manager created $001interface=org.openhab.core.thing.link.ItemChannelLinkRegistry, filter=null, policy=static, cardinality=1..1, bind=null, unbind=null, updated=null, field=null, field-option=null, collection-type=service, parameter=1
	Zeile 2071: 2025-11-12 06:45:12.700 [DEBUG] [rnal.LGThinQStateDescriptionProvider] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.LGThinQStateDescriptionProvider] : Dependency Manager created $002interface=org.openhab.core.thing.i18n.ChannelTypeI18nLocalizationService, filter=null, policy=static, cardinality=1..1, bind=null, unbind=null, updated=null, field=null, field-option=null, collection-type=service, parameter=2
	Zeile 2072: 2025-11-12 06:45:12.700 [DEBUG] [rnal.LGThinQStateDescriptionProvider] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.LGThinQStateDescriptionProvider] : Dependency Manager created osgi.ds.satisfying.conditioninterface=org.osgi.service.condition.Condition, filter=(osgi.condition.id=true), policy=dynamic, cardinality=1..1, bind=null, unbind=null, updated=null, field=null, field-option=null, collection-type=null, parameter=null
	Zeile 2073: 2025-11-12 06:45:12.700 [DEBUG] [rnal.LGThinQStateDescriptionProvider] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.LGThinQStateDescriptionProvider] : Component created: DS=DS14, implementation=org.openhab.binding.lgthinq.internal.LGThinQStateDescriptionProvider, immediate=false, default-enabled=true, factory=null, configuration-policy=optional, activate=activate, deactivate=deactivate, modified=null configuration-pid=[org.openhab.binding.lgthinq.internal.LGThinQStateDescriptionProvider]
	Zeile 2074: 2025-11-12 06:45:12.700 [DEBUG] [rnal.LGThinQStateDescriptionProvider] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.LGThinQStateDescriptionProvider] : Component Services: scope=singleton, services=[org.openhab.core.thing.type.DynamicStateDescriptionProvider, org.openhab.binding.lgthinq.internal.LGThinQStateDescriptionProvider]
	Zeile 2075: 2025-11-12 06:45:12.700 [DEBUG] [rnal.LGThinQStateDescriptionProvider] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.LGThinQStateDescriptionProvider] : Component Properties: {osgi.ds.satisfying.condition.target=(osgi.condition.id=true)}
	Zeile 2076: 2025-11-12 06:45:12.700 [DEBUG] [rnal.LGThinQStateDescriptionProvider] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.LGThinQStateDescriptionProvider] : Querying state disabled
	Zeile 2077: 2025-11-12 06:45:12.700 [DEBUG] [rnal.LGThinQStateDescriptionProvider] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.LGThinQStateDescriptionProvider] : Querying state disabled
	Zeile 2078: 2025-11-12 06:45:12.700 [DEBUG] [rnal.LGThinQStateDescriptionProvider] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.LGThinQStateDescriptionProvider] : Component can not be activated since it is in state disabled
	Zeile 2079: 2025-11-12 06:45:12.700 [DEBUG] [rnal.LGThinQStateDescriptionProvider] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.LGThinQStateDescriptionProvider] : Querying state disabled
	Zeile 2080: 2025-11-12 06:45:12.700 [DEBUG] [rnal.LGThinQStateDescriptionProvider] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.LGThinQStateDescriptionProvider(474)] : Updating target filters
	Zeile 2081: 2025-11-12 06:45:12.701 [DEBUG] [rnal.LGThinQStateDescriptionProvider] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.LGThinQStateDescriptionProvider(474)] : No change in target property for dependency $000: currently registered: false
	Zeile 2082: 2025-11-12 06:45:12.701 [DEBUG] [rnal.LGThinQStateDescriptionProvider] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.LGThinQStateDescriptionProvider(474)] :  No existing service listener to unregister for dependency $000
	Zeile 2083: 2025-11-12 06:45:12.701 [DEBUG] [rnal.LGThinQStateDescriptionProvider] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.LGThinQStateDescriptionProvider(474)] : Setting target property for dependency $000 to null
	Zeile 2084: 2025-11-12 06:45:12.701 [DEBUG] [rnal.LGThinQStateDescriptionProvider] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.LGThinQStateDescriptionProvider(474)] : New service tracker for $000, initial active: false, previous references: {}, classFilter: (objectClass=org.openhab.core.events.EventPublisher), initialReferenceFilter (objectClass=org.openhab.core.events.EventPublisher)
	Zeile 2085: 2025-11-12 06:45:12.701 [DEBUG] [rnal.LGThinQStateDescriptionProvider] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.LGThinQStateDescriptionProvider(474)] : dm $000 tracker reset (closed)
	Zeile 2086: 2025-11-12 06:45:12.701 [DEBUG] [rnal.LGThinQStateDescriptionProvider] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.LGThinQStateDescriptionProvider(474)] : dm $000 tracking 1 SingleStatic added {org.openhab.core.events.EventPublisher}={service.id=170, service.bundleid=155, service.scope=bundle, osgi.ds.satisfying.condition.target=(osgi.condition.id=true), component.name=org.openhab.core.internal.events.OSGiEventPublisher, component.id=12} (enter)
	Zeile 2087: 2025-11-12 06:45:12.701 [DEBUG] [rnal.LGThinQStateDescriptionProvider] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.LGThinQStateDescriptionProvider(474)] : dm $000 tracking 1 SingleStatic active: false trackerOpened: false optional: false
	Zeile 2088: 2025-11-12 06:45:12.701 [DEBUG] [rnal.LGThinQStateDescriptionProvider] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.LGThinQStateDescriptionProvider(474)] : dm $000 tracking 1 SingleStatic added {org.openhab.core.events.EventPublisher}={service.id=170, service.bundleid=155, service.scope=bundle, osgi.ds.satisfying.condition.target=(osgi.condition.id=true), component.name=org.openhab.core.internal.events.OSGiEventPublisher, component.id=12} (exit)
	Zeile 2089: 2025-11-12 06:45:12.701 [DEBUG] [rnal.LGThinQStateDescriptionProvider] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.LGThinQStateDescriptionProvider(474)] : dm $000 tracker opened
	Zeile 2090: 2025-11-12 06:45:12.701 [DEBUG] [rnal.LGThinQStateDescriptionProvider] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.LGThinQStateDescriptionProvider(474)] : registering service listener for dependency $000
	Zeile 2091: 2025-11-12 06:45:12.701 [DEBUG] [rnal.LGThinQStateDescriptionProvider] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.LGThinQStateDescriptionProvider(474)] : No change in target property for dependency $001: currently registered: false
	Zeile 2092: 2025-11-12 06:45:12.701 [DEBUG] [rnal.LGThinQStateDescriptionProvider] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.LGThinQStateDescriptionProvider(474)] :  No existing service listener to unregister for dependency $001
	Zeile 2093: 2025-11-12 06:45:12.701 [DEBUG] [rnal.LGThinQStateDescriptionProvider] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.LGThinQStateDescriptionProvider(474)] : Setting target property for dependency $001 to null
	Zeile 2094: 2025-11-12 06:45:12.701 [DEBUG] [rnal.LGThinQStateDescriptionProvider] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.LGThinQStateDescriptionProvider(474)] : New service tracker for $001, initial active: false, previous references: {}, classFilter: (objectClass=org.openhab.core.thing.link.ItemChannelLinkRegistry), initialReferenceFilter (objectClass=org.openhab.core.thing.link.ItemChannelLinkRegistry)
	Zeile 2095: 2025-11-12 06:45:12.701 [DEBUG] [rnal.LGThinQStateDescriptionProvider] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.LGThinQStateDescriptionProvider(474)] : dm $001 tracker reset (closed)
	Zeile 2096: 2025-11-12 06:45:12.701 [DEBUG] [rnal.LGThinQStateDescriptionProvider] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.LGThinQStateDescriptionProvider(474)] : dm $001 tracking 2 SingleStatic added {org.openhab.core.thing.link.ItemChannelLinkRegistry}={service.id=481, service.bundleid=221, service.scope=bundle, osgi.ds.satisfying.condition.target=(osgi.condition.id=true), component.name=org.openhab.core.thing.link.ItemChannelLinkRegistry, component.id=298} (enter)
	Zeile 2097: 2025-11-12 06:45:12.701 [DEBUG] [rnal.LGThinQStateDescriptionProvider] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.LGThinQStateDescriptionProvider(474)] : dm $001 tracking 2 SingleStatic active: false trackerOpened: false optional: false
	Zeile 2098: 2025-11-12 06:45:12.701 [DEBUG] [rnal.LGThinQStateDescriptionProvider] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.LGThinQStateDescriptionProvider(474)] : dm $001 tracking 2 SingleStatic added {org.openhab.core.thing.link.ItemChannelLinkRegistry}={service.id=481, service.bundleid=221, service.scope=bundle, osgi.ds.satisfying.condition.target=(osgi.condition.id=true), component.name=org.openhab.core.thing.link.ItemChannelLinkRegistry, component.id=298} (exit)
	Zeile 2099: 2025-11-12 06:45:12.702 [DEBUG] [rnal.LGThinQStateDescriptionProvider] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.LGThinQStateDescriptionProvider(474)] : dm $001 tracker opened
	Zeile 2100: 2025-11-12 06:45:12.702 [DEBUG] [rnal.LGThinQStateDescriptionProvider] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.LGThinQStateDescriptionProvider(474)] : registering service listener for dependency $001
	Zeile 2101: 2025-11-12 06:45:12.702 [DEBUG] [rnal.LGThinQStateDescriptionProvider] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.LGThinQStateDescriptionProvider(474)] : No change in target property for dependency $002: currently registered: false
	Zeile 2102: 2025-11-12 06:45:12.702 [DEBUG] [rnal.LGThinQStateDescriptionProvider] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.LGThinQStateDescriptionProvider(474)] :  No existing service listener to unregister for dependency $002
	Zeile 2103: 2025-11-12 06:45:12.702 [DEBUG] [rnal.LGThinQStateDescriptionProvider] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.LGThinQStateDescriptionProvider(474)] : Setting target property for dependency $002 to null
	Zeile 2104: 2025-11-12 06:45:12.702 [DEBUG] [rnal.LGThinQStateDescriptionProvider] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.LGThinQStateDescriptionProvider(474)] : New service tracker for $002, initial active: false, previous references: {}, classFilter: (objectClass=org.openhab.core.thing.i18n.ChannelTypeI18nLocalizationService), initialReferenceFilter (objectClass=org.openhab.core.thing.i18n.ChannelTypeI18nLocalizationService)
	Zeile 2105: 2025-11-12 06:45:12.702 [DEBUG] [rnal.LGThinQStateDescriptionProvider] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.LGThinQStateDescriptionProvider(474)] : dm $002 tracker reset (closed)
	Zeile 2106: 2025-11-12 06:45:12.702 [DEBUG] [rnal.LGThinQStateDescriptionProvider] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.LGThinQStateDescriptionProvider(474)] : dm $002 tracking 3 SingleStatic added {org.openhab.core.thing.i18n.ChannelTypeI18nLocalizationService}={service.id=408, service.bundleid=221, service.scope=bundle, osgi.ds.satisfying.condition.target=(osgi.condition.id=true), component.name=org.openhab.core.thing.i18n.ChannelTypeI18nLocalizationService, component.id=277} (enter)
	Zeile 2107: 2025-11-12 06:45:12.702 [DEBUG] [rnal.LGThinQStateDescriptionProvider] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.LGThinQStateDescriptionProvider(474)] : dm $002 tracking 3 SingleStatic active: false trackerOpened: false optional: false
	Zeile 2108: 2025-11-12 06:45:12.702 [DEBUG] [rnal.LGThinQStateDescriptionProvider] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.LGThinQStateDescriptionProvider(474)] : dm $002 tracking 3 SingleStatic added {org.openhab.core.thing.i18n.ChannelTypeI18nLocalizationService}={service.id=408, service.bundleid=221, service.scope=bundle, osgi.ds.satisfying.condition.target=(osgi.condition.id=true), component.name=org.openhab.core.thing.i18n.ChannelTypeI18nLocalizationService, component.id=277} (exit)
	Zeile 2109: 2025-11-12 06:45:12.702 [DEBUG] [rnal.LGThinQStateDescriptionProvider] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.LGThinQStateDescriptionProvider(474)] : dm $002 tracker opened
	Zeile 2110: 2025-11-12 06:45:12.702 [DEBUG] [rnal.LGThinQStateDescriptionProvider] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.LGThinQStateDescriptionProvider(474)] : registering service listener for dependency $002
	Zeile 2111: 2025-11-12 06:45:12.702 [DEBUG] [rnal.LGThinQStateDescriptionProvider] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.LGThinQStateDescriptionProvider(474)] :  No existing service listener to unregister for dependency osgi.ds.satisfying.condition
	Zeile 2112: 2025-11-12 06:45:12.702 [DEBUG] [rnal.LGThinQStateDescriptionProvider] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.LGThinQStateDescriptionProvider(474)] : Setting target property for dependency osgi.ds.satisfying.condition to (osgi.condition.id=true)
	Zeile 2113: 2025-11-12 06:45:12.702 [DEBUG] [rnal.LGThinQStateDescriptionProvider] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.LGThinQStateDescriptionProvider(474)] : New service tracker for osgi.ds.satisfying.condition, initial active: false, previous references: {}, classFilter: (objectClass=org.osgi.service.condition.Condition), initialReferenceFilter (&(objectClass=org.osgi.service.condition.Condition)(osgi.condition.id=true))
	Zeile 2114: 2025-11-12 06:45:12.702 [DEBUG] [rnal.LGThinQStateDescriptionProvider] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.LGThinQStateDescriptionProvider(474)] : dm osgi.ds.satisfying.condition tracker reset (closed)
	Zeile 2115: 2025-11-12 06:45:12.702 [DEBUG] [rnal.LGThinQStateDescriptionProvider] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.LGThinQStateDescriptionProvider(474)] : dm osgi.ds.satisfying.condition tracking 4 SingleDynamic added {org.osgi.service.condition.Condition}={service.id=6, service.bundleid=0, service.scope=singleton, service.pid=0.org.osgi.service.condition.ConditionImpl, osgi.condition.id=true} (enter)
	Zeile 2116: 2025-11-12 06:45:12.702 [DEBUG] [rnal.LGThinQStateDescriptionProvider] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.LGThinQStateDescriptionProvider(474)] : dm osgi.ds.satisfying.condition tracking 4 SingleDynamic added {org.osgi.service.condition.Condition}={service.id=6, service.bundleid=0, service.scope=singleton, service.pid=0.org.osgi.service.condition.ConditionImpl, osgi.condition.id=true} (exit)
	Zeile 2117: 2025-11-12 06:45:12.702 [DEBUG] [rnal.LGThinQStateDescriptionProvider] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.LGThinQStateDescriptionProvider(474)] : dm osgi.ds.satisfying.condition tracker opened
	Zeile 2118: 2025-11-12 06:45:12.703 [DEBUG] [rnal.LGThinQStateDescriptionProvider] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.LGThinQStateDescriptionProvider(474)] : registering service listener for dependency osgi.ds.satisfying.condition
	Zeile 2119: 2025-11-12 06:45:12.703 [DEBUG] [rnal.LGThinQStateDescriptionProvider] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.LGThinQStateDescriptionProvider(474)] : Changed state from disabled to unsatisfiedReference
	Zeile 2120: 2025-11-12 06:45:12.703 [DEBUG] [rnal.LGThinQStateDescriptionProvider] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.LGThinQStateDescriptionProvider(474)] : Component enabled
	Zeile 2121: 2025-11-12 06:45:12.703 [DEBUG] [rnal.LGThinQStateDescriptionProvider] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.LGThinQStateDescriptionProvider(474)] : ActivateInternal
	Zeile 2122: 2025-11-12 06:45:12.703 [DEBUG] [rnal.LGThinQStateDescriptionProvider] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.LGThinQStateDescriptionProvider(474)] : Querying state unsatisfiedReference
	Zeile 2123: 2025-11-12 06:45:12.703 [DEBUG] [rnal.LGThinQStateDescriptionProvider] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.LGThinQStateDescriptionProvider(474)] : Querying state unsatisfiedReference
	Zeile 2124: 2025-11-12 06:45:12.703 [DEBUG] [rnal.LGThinQStateDescriptionProvider] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.LGThinQStateDescriptionProvider(474)] : Activating component from state unsatisfiedReference
	Zeile 2125: 2025-11-12 06:45:12.703 [DEBUG] [rnal.LGThinQStateDescriptionProvider] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.LGThinQStateDescriptionProvider(474)] : Querying state unsatisfiedReference
	Zeile 2126: 2025-11-12 06:45:12.703 [DEBUG] [rnal.LGThinQStateDescriptionProvider] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.LGThinQStateDescriptionProvider(474)] : Querying state unsatisfiedReference
	Zeile 2127: 2025-11-12 06:45:12.703 [DEBUG] [rnal.LGThinQStateDescriptionProvider] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.LGThinQStateDescriptionProvider(474)] : Changed state from unsatisfiedReference to satisfied
	Zeile 2128: 2025-11-12 06:45:12.703 [DEBUG] [rnal.LGThinQStateDescriptionProvider] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.LGThinQStateDescriptionProvider(474)] : registration change queue [registered]
	Zeile 2129: 2025-11-12 06:45:12.710 [DEBUG] [rnal.LGThinQStateDescriptionProvider] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.LGThinQStateDescriptionProvider(474)] : Checking constructor public org.openhab.binding.lgthinq.internal.LGThinQStateDescriptionProvider(org.openhab.core.events.EventPublisher,org.openhab.core.thing.link.ItemChannelLinkRegistry,org.openhab.core.thing.i18n.ChannelTypeI18nLocalizationService)
	Zeile 2130: 2025-11-12 06:45:12.710 [DEBUG] [rnal.LGThinQStateDescriptionProvider] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.LGThinQStateDescriptionProvider(474)] : getClassFromComponentClassLoader: Looking for interface class org.openhab.core.events.EventPublisher through loader of org.openhab.binding.lgthinq.internal.LGThinQStateDescriptionProvider
	Zeile 2131: 2025-11-12 06:45:12.710 [DEBUG] [rnal.LGThinQStateDescriptionProvider] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.LGThinQStateDescriptionProvider(474)] : getClassFromComponentClassLoader: Found class org.openhab.core.events.EventPublisher
	Zeile 2132: 2025-11-12 06:45:12.710 [DEBUG] [rnal.LGThinQStateDescriptionProvider] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.LGThinQStateDescriptionProvider(474)] : getClassFromComponentClassLoader: Looking for interface class org.openhab.core.thing.link.ItemChannelLinkRegistry through loader of org.openhab.binding.lgthinq.internal.LGThinQStateDescriptionProvider
	Zeile 2133: 2025-11-12 06:45:12.710 [DEBUG] [rnal.LGThinQStateDescriptionProvider] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.LGThinQStateDescriptionProvider(474)] : getClassFromComponentClassLoader: Found class org.openhab.core.thing.link.ItemChannelLinkRegistry
	Zeile 2134: 2025-11-12 06:45:12.710 [DEBUG] [rnal.LGThinQStateDescriptionProvider] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.LGThinQStateDescriptionProvider(474)] : getClassFromComponentClassLoader: Looking for interface class org.openhab.core.thing.i18n.ChannelTypeI18nLocalizationService through loader of org.openhab.binding.lgthinq.internal.LGThinQStateDescriptionProvider
	Zeile 2135: 2025-11-12 06:45:12.710 [DEBUG] [rnal.LGThinQStateDescriptionProvider] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.LGThinQStateDescriptionProvider(474)] : getClassFromComponentClassLoader: Found class org.openhab.core.thing.i18n.ChannelTypeI18nLocalizationService
	Zeile 2136: 2025-11-12 06:45:12.710 [DEBUG] [rnal.LGThinQStateDescriptionProvider] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.LGThinQStateDescriptionProvider(474)] : Found constructor with 3 arguments : public org.openhab.binding.lgthinq.internal.LGThinQStateDescriptionProvider(org.openhab.core.events.EventPublisher,org.openhab.core.thing.link.ItemChannelLinkRegistry,org.openhab.core.thing.i18n.ChannelTypeI18nLocalizationService)
	Zeile 2137: 2025-11-12 06:45:12.711 [DEBUG] [rnal.LGThinQStateDescriptionProvider] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.LGThinQStateDescriptionProvider(474)] : This thread collected dependencies
	Zeile 2138: 2025-11-12 06:45:12.711 [DEBUG] [rnal.LGThinQStateDescriptionProvider] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.LGThinQStateDescriptionProvider(474)] : getService (single component manager) dependencies collected.
	Zeile 2139: 2025-11-12 06:45:12.711 [DEBUG] [rnal.LGThinQStateDescriptionProvider] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.LGThinQStateDescriptionProvider(474)] : Querying state satisfied
	Zeile 2140: 2025-11-12 06:45:12.711 [DEBUG] [rnal.LGThinQStateDescriptionProvider] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.LGThinQStateDescriptionProvider(474)] : Querying state satisfied
	Zeile 2141: 2025-11-12 06:45:12.711 [DEBUG] [rnal.LGThinQStateDescriptionProvider] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.LGThinQStateDescriptionProvider(474)] : For dependency $000, optional: false; to bind: [[RefPair: ref: [{org.openhab.core.events.EventPublisher}={service.id=170, service.bundleid=155, service.scope=bundle, osgi.ds.satisfying.condition.target=(osgi.condition.id=true), component.name=org.openhab.core.internal.events.OSGiEventPublisher, component.id=12}] service: [null]]]
	Zeile 2142: 2025-11-12 06:45:12.711 [DEBUG] [rnal.LGThinQStateDescriptionProvider] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.LGThinQStateDescriptionProvider(474)] : For dependency $001, optional: false; to bind: [[RefPair: ref: [{org.openhab.core.thing.link.ItemChannelLinkRegistry}={service.id=481, service.bundleid=221, service.scope=bundle, osgi.ds.satisfying.condition.target=(osgi.condition.id=true), component.name=org.openhab.core.thing.link.ItemChannelLinkRegistry, component.id=298}] service: [null]]]
	Zeile 2143: 2025-11-12 06:45:12.711 [DEBUG] [rnal.LGThinQStateDescriptionProvider] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.LGThinQStateDescriptionProvider(474)] : For dependency $002, optional: false; to bind: [[RefPair: ref: [{org.openhab.core.thing.i18n.ChannelTypeI18nLocalizationService}={service.id=408, service.bundleid=221, service.scope=bundle, osgi.ds.satisfying.condition.target=(osgi.condition.id=true), component.name=org.openhab.core.thing.i18n.ChannelTypeI18nLocalizationService, component.id=277}] service: [null]]]
	Zeile 2144: 2025-11-12 06:45:12.711 [DEBUG] [rnal.LGThinQStateDescriptionProvider] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.LGThinQStateDescriptionProvider(474)] : For dependency osgi.ds.satisfying.condition, optional: false; to bind: [[RefPair: ref: [{org.osgi.service.condition.Condition}={service.id=6, service.bundleid=0, service.scope=singleton, service.pid=0.org.osgi.service.condition.ConditionImpl, osgi.condition.id=true}] service: [null]]]
	Zeile 2145: 2025-11-12 06:45:12.711 [DEBUG] [rnal.LGThinQStateDescriptionProvider] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.LGThinQStateDescriptionProvider(474)] : getting activate: activate
	Zeile 2146: 2025-11-12 06:45:12.711 [DEBUG] [rnal.LGThinQStateDescriptionProvider] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.LGThinQStateDescriptionProvider(474)] : Locating method activate in class org.openhab.binding.lgthinq.internal.LGThinQStateDescriptionProvider
	Zeile 2147: 2025-11-12 06:45:12.712 [DEBUG] [rnal.LGThinQStateDescriptionProvider] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.LGThinQStateDescriptionProvider(474)] : Declared Method org.openhab.binding.lgthinq.internal.LGThinQStateDescriptionProvider.activate([interface org.osgi.service.component.ComponentContext]) not found
	Zeile 2148: 2025-11-12 06:45:12.712 [DEBUG] [rnal.LGThinQStateDescriptionProvider] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.LGThinQStateDescriptionProvider(474)] : Locating method activate in class org.openhab.core.thing.binding.BaseDynamicStateDescriptionProvider
	Zeile 2149: 2025-11-12 06:45:12.712 [DEBUG] [rnal.LGThinQStateDescriptionProvider] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.LGThinQStateDescriptionProvider(474)] : Declared Method org.openhab.core.thing.binding.BaseDynamicStateDescriptionProvider.activate([interface org.osgi.service.component.ComponentContext]) not found
	Zeile 2150: 2025-11-12 06:45:12.712 [DEBUG] [rnal.LGThinQStateDescriptionProvider] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.LGThinQStateDescriptionProvider(474)] : Locating method activate in class org.openhab.core.thing.binding.AbstractDynamicDescriptionProvider
	Zeile 2151: 2025-11-12 06:45:12.712 [DEBUG] [rnal.LGThinQStateDescriptionProvider] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.LGThinQStateDescriptionProvider(474)] : Found activate method: protected void org.openhab.core.thing.binding.AbstractDynamicDescriptionProvider.activate(org.osgi.service.component.ComponentContext)
	Zeile 2152: 2025-11-12 06:45:12.712 [DEBUG] [rnal.LGThinQStateDescriptionProvider] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.LGThinQStateDescriptionProvider(474)] : invoking activate: activate: parameters [org.apache.felix.scr.impl.manager.ComponentContextImpl]
	Zeile 2153: 2025-11-12 06:45:12.712 [DEBUG] [rnal.LGThinQStateDescriptionProvider] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.LGThinQStateDescriptionProvider(474)] : invoked activate: activate
	Zeile 2154: 2025-11-12 06:45:12.712 [DEBUG] [rnal.LGThinQStateDescriptionProvider] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.LGThinQStateDescriptionProvider(474)] : Set implementation object for component
	Zeile 2155: 2025-11-12 06:45:12.712 [DEBUG] [rnal.LGThinQStateDescriptionProvider] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.LGThinQStateDescriptionProvider(474)] : Changed state from satisfied to active
	Zeile 2156: 2025-11-12 06:45:12.712 [DEBUG] [thinq.internal.LGThinQHandlerFactory] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.LGThinQHandlerFactory(473)] : dm $000 tracking 4 SingleStatic added {org.openhab.core.thing.type.DynamicStateDescriptionProvider, org.openhab.binding.lgthinq.internal.LGThinQStateDescriptionProvider}={service.id=778, service.bundleid=324, service.scope=bundle, osgi.ds.satisfying.condition.target=(osgi.condition.id=true), component.name=org.openhab.binding.lgthinq.internal.LGThinQStateDescriptionProvider, component.id=474} (enter)
	Zeile 2157: 2025-11-12 06:45:12.712 [DEBUG] [thinq.internal.LGThinQHandlerFactory] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.LGThinQHandlerFactory(473)] : ActivateInternal
	Zeile 2158: 2025-11-12 06:45:12.713 [DEBUG] [thinq.internal.LGThinQHandlerFactory] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.LGThinQHandlerFactory(473)] : Querying state unsatisfiedReference
	Zeile 2159: 2025-11-12 06:45:12.713 [DEBUG] [thinq.internal.LGThinQHandlerFactory] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.LGThinQHandlerFactory(473)] : Querying state unsatisfiedReference
	Zeile 2160: 2025-11-12 06:45:12.713 [DEBUG] [thinq.internal.LGThinQHandlerFactory] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.LGThinQHandlerFactory(473)] : Activating component from state unsatisfiedReference
	Zeile 2161: 2025-11-12 06:45:12.713 [DEBUG] [thinq.internal.LGThinQHandlerFactory] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.LGThinQHandlerFactory(473)] : Querying state unsatisfiedReference
	Zeile 2162: 2025-11-12 06:45:12.713 [DEBUG] [thinq.internal.LGThinQHandlerFactory] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.LGThinQHandlerFactory(473)] : Querying state unsatisfiedReference
	Zeile 2163: 2025-11-12 06:45:12.713 [DEBUG] [thinq.internal.LGThinQHandlerFactory] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.LGThinQHandlerFactory(473)] : Changed state from unsatisfiedReference to satisfied
	Zeile 2164: 2025-11-12 06:45:12.713 [DEBUG] [thinq.internal.LGThinQHandlerFactory] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.LGThinQHandlerFactory(473)] : registration change queue [registered]
	Zeile 2165: 2025-11-12 06:45:12.713 [DEBUG] [thinq.internal.LGThinQHandlerFactory] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.LGThinQHandlerFactory(473)] : Checking constructor public org.openhab.binding.lgthinq.internal.LGThinQHandlerFactory(org.openhab.binding.lgthinq.internal.LGThinQStateDescriptionProvider,org.openhab.core.io.net.http.HttpClientFactory,org.openhab.core.thing.link.ItemChannelLinkRegistry)
	Zeile 2166: 2025-11-12 06:45:12.714 [DEBUG] [thinq.internal.LGThinQHandlerFactory] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.LGThinQHandlerFactory(473)] : getClassFromComponentClassLoader: Looking for interface class org.openhab.binding.lgthinq.internal.LGThinQStateDescriptionProvider through loader of org.openhab.binding.lgthinq.internal.LGThinQHandlerFactory
	Zeile 2167: 2025-11-12 06:45:12.714 [DEBUG] [thinq.internal.LGThinQHandlerFactory] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.LGThinQHandlerFactory(473)] : getClassFromComponentClassLoader: Found class org.openhab.binding.lgthinq.internal.LGThinQStateDescriptionProvider
	Zeile 2168: 2025-11-12 06:45:12.714 [DEBUG] [thinq.internal.LGThinQHandlerFactory] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.LGThinQHandlerFactory(473)] : getClassFromComponentClassLoader: Looking for interface class org.openhab.core.io.net.http.HttpClientFactory through loader of org.openhab.binding.lgthinq.internal.LGThinQHandlerFactory
	Zeile 2169: 2025-11-12 06:45:12.714 [DEBUG] [thinq.internal.LGThinQHandlerFactory] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.LGThinQHandlerFactory(473)] : getClassFromComponentClassLoader: Found class org.openhab.core.io.net.http.HttpClientFactory
	Zeile 2170: 2025-11-12 06:45:12.714 [DEBUG] [thinq.internal.LGThinQHandlerFactory] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.LGThinQHandlerFactory(473)] : getClassFromComponentClassLoader: Looking for interface class org.openhab.core.thing.link.ItemChannelLinkRegistry through loader of org.openhab.binding.lgthinq.internal.LGThinQHandlerFactory
	Zeile 2171: 2025-11-12 06:45:12.714 [DEBUG] [thinq.internal.LGThinQHandlerFactory] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.LGThinQHandlerFactory(473)] : getClassFromComponentClassLoader: Found class org.openhab.core.thing.link.ItemChannelLinkRegistry
	Zeile 2172: 2025-11-12 06:45:12.714 [DEBUG] [thinq.internal.LGThinQHandlerFactory] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.LGThinQHandlerFactory(473)] : Found constructor with 3 arguments : public org.openhab.binding.lgthinq.internal.LGThinQHandlerFactory(org.openhab.binding.lgthinq.internal.LGThinQStateDescriptionProvider,org.openhab.core.io.net.http.HttpClientFactory,org.openhab.core.thing.link.ItemChannelLinkRegistry)
	Zeile 2173: 2025-11-12 06:45:12.714 [DEBUG] [thinq.internal.LGThinQHandlerFactory] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.LGThinQHandlerFactory(473)] : This thread collected dependencies
	Zeile 2174: 2025-11-12 06:45:12.714 [DEBUG] [thinq.internal.LGThinQHandlerFactory] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.LGThinQHandlerFactory(473)] : getService (single component manager) dependencies collected.
	Zeile 2175: 2025-11-12 06:45:12.714 [DEBUG] [thinq.internal.LGThinQHandlerFactory] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.LGThinQHandlerFactory(473)] : Querying state satisfied
	Zeile 2176: 2025-11-12 06:45:12.714 [DEBUG] [thinq.internal.LGThinQHandlerFactory] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.LGThinQHandlerFactory(473)] : Querying state satisfied
	Zeile 2177: 2025-11-12 06:45:12.714 [DEBUG] [thinq.internal.LGThinQHandlerFactory] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.LGThinQHandlerFactory(473)] : For dependency $000, optional: false; to bind: [[RefPair: ref: [{org.openhab.core.thing.type.DynamicStateDescriptionProvider, org.openhab.binding.lgthinq.internal.LGThinQStateDescriptionProvider}={service.id=778, service.bundleid=324, service.scope=bundle, osgi.ds.satisfying.condition.target=(osgi.condition.id=true), component.name=org.openhab.binding.lgthinq.internal.LGThinQStateDescriptionProvider, component.id=474}] service: [null]]]
	Zeile 2178: 2025-11-12 06:45:12.714 [DEBUG] [thinq.internal.LGThinQHandlerFactory] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.LGThinQHandlerFactory(473)] : For dependency $001, optional: false; to bind: [[RefPair: ref: [{org.openhab.core.io.net.http.HttpClientFactory, org.openhab.core.io.net.http.WebSocketFactory}={service.id=303, service.bundleid=182, service.scope=bundle, osgi.ds.satisfying.condition.target=(osgi.condition.id=true), component.name=org.openhab.core.io.net.http.internal.WebClientFactoryImpl, component.id=168}] service: [null]]]
	Zeile 2179: 2025-11-12 06:45:12.714 [DEBUG] [thinq.internal.LGThinQHandlerFactory] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.LGThinQHandlerFactory(473)] : For dependency $002, optional: false; to bind: [[RefPair: ref: [{org.openhab.core.thing.link.ItemChannelLinkRegistry}={service.id=481, service.bundleid=221, service.scope=bundle, osgi.ds.satisfying.condition.target=(osgi.condition.id=true), component.name=org.openhab.core.thing.link.ItemChannelLinkRegistry, component.id=298}] service: [null]]]
	Zeile 2180: 2025-11-12 06:45:12.714 [DEBUG] [thinq.internal.LGThinQHandlerFactory] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.LGThinQHandlerFactory(473)] : For dependency osgi.ds.satisfying.condition, optional: false; to bind: [[RefPair: ref: [{org.osgi.service.condition.Condition}={service.id=6, service.bundleid=0, service.scope=singleton, service.pid=0.org.osgi.service.condition.ConditionImpl, osgi.condition.id=true}] service: [null]]]
	Zeile 2181: 2025-11-12 06:45:12.714 [DEBUG] [thinq.internal.LGThinQHandlerFactory] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.LGThinQHandlerFactory(473)] : getting activate: activate
	Zeile 2182: 2025-11-12 06:45:12.715 [DEBUG] [thinq.internal.LGThinQHandlerFactory] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.LGThinQHandlerFactory(473)] : Locating method activate in class org.openhab.binding.lgthinq.internal.LGThinQHandlerFactory
	Zeile 2183: 2025-11-12 06:45:12.715 [DEBUG] [thinq.internal.LGThinQHandlerFactory] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.LGThinQHandlerFactory(473)] : Declared Method org.openhab.binding.lgthinq.internal.LGThinQHandlerFactory.activate([interface org.osgi.service.component.ComponentContext]) not found
	Zeile 2184: 2025-11-12 06:45:12.715 [DEBUG] [thinq.internal.LGThinQHandlerFactory] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.LGThinQHandlerFactory(473)] : Locating method activate in class org.openhab.core.thing.binding.BaseThingHandlerFactory
	Zeile 2185: 2025-11-12 06:45:12.715 [DEBUG] [thinq.internal.LGThinQHandlerFactory] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.LGThinQHandlerFactory(473)] : Found activate method: protected void org.openhab.core.thing.binding.BaseThingHandlerFactory.activate(org.osgi.service.component.ComponentContext)
	Zeile 2186: 2025-11-12 06:45:12.715 [DEBUG] [thinq.internal.LGThinQHandlerFactory] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.LGThinQHandlerFactory(473)] : invoking activate: activate: parameters [org.apache.felix.scr.impl.manager.ComponentContextImpl]
	Zeile 2187: 2025-11-12 06:45:12.715 [DEBUG] [thinq.internal.LGThinQHandlerFactory] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.LGThinQHandlerFactory(473)] : invoked activate: activate
	Zeile 2188: 2025-11-12 06:45:12.715 [DEBUG] [thinq.internal.LGThinQHandlerFactory] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.LGThinQHandlerFactory(473)] : Set implementation object for component

and…

	Zeile 2189: 2025-11-12 06:45:12.715 [DEBUG] [thinq.internal.LGThinQHandlerFactory] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.LGThinQHandlerFactory(473)] : Changed state from satisfied to active
	Zeile 2190: 2025-11-12 06:45:12.761 [DEBUG] [thinq.internal.LGThinQHandlerFactory] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.LGThinQHandlerFactory(473)] : dm $000 tracking 4 SingleStatic added {org.openhab.core.thing.type.DynamicStateDescriptionProvider, org.openhab.binding.lgthinq.internal.LGThinQStateDescriptionProvider}={service.id=778, service.bundleid=324, service.scope=bundle, osgi.ds.satisfying.condition.target=(osgi.condition.id=true), component.name=org.openhab.binding.lgthinq.internal.LGThinQStateDescriptionProvider, component.id=474} (exit)
	Zeile 2191: 2025-11-12 06:45:12.761 [DEBUG] [al.discovery.LGThinqDiscoveryService] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.discovery.LGThinqDiscoveryService] : Dependency Manager created osgi.ds.satisfying.conditioninterface=org.osgi.service.condition.Condition, filter=(osgi.condition.id=true), policy=dynamic, cardinality=1..1, bind=null, unbind=null, updated=null, field=null, field-option=null, collection-type=null, parameter=null
	Zeile 2192: 2025-11-12 06:45:12.761 [DEBUG] [al.discovery.LGThinqDiscoveryService] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.discovery.LGThinqDiscoveryService] : Component created: DS=DS13, implementation=org.openhab.binding.lgthinq.internal.discovery.LGThinqDiscoveryService, immediate=false, default-enabled=true, factory=null, configuration-policy=optional, activate=activate, deactivate=deactivate, modified=null configuration-pid=[org.openhab.binding.lgthinq.internal.discovery.LGThinqDiscoveryService]
	Zeile 2193: 2025-11-12 06:45:12.761 [DEBUG] [al.discovery.LGThinqDiscoveryService] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.discovery.LGThinqDiscoveryService] : Component Services: scope=prototype, services=[org.openhab.binding.lgthinq.internal.discovery.LGThinqDiscoveryService]
	Zeile 2194: 2025-11-12 06:45:12.761 [DEBUG] [al.discovery.LGThinqDiscoveryService] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.discovery.LGThinqDiscoveryService] : Component Properties: {osgi.ds.satisfying.condition.target=(osgi.condition.id=true)}
	Zeile 2195: 2025-11-12 06:45:12.762 [DEBUG] [al.discovery.LGThinqDiscoveryService] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.discovery.LGThinqDiscoveryService] : Querying state disabled
	Zeile 2196: 2025-11-12 06:45:12.762 [DEBUG] [al.discovery.LGThinqDiscoveryService] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.discovery.LGThinqDiscoveryService] : Querying state disabled
	Zeile 2197: 2025-11-12 06:45:12.762 [DEBUG] [al.discovery.LGThinqDiscoveryService] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.discovery.LGThinqDiscoveryService] : Component can not be activated since it is in state disabled
	Zeile 2198: 2025-11-12 06:45:12.762 [DEBUG] [al.discovery.LGThinqDiscoveryService] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.discovery.LGThinqDiscoveryService] : Querying state disabled
	Zeile 2199: 2025-11-12 06:45:12.762 [DEBUG] [al.discovery.LGThinqDiscoveryService] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.discovery.LGThinqDiscoveryService(475)] : Updating target filters
	Zeile 2200: 2025-11-12 06:45:12.762 [DEBUG] [al.discovery.LGThinqDiscoveryService] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.discovery.LGThinqDiscoveryService(475)] :  No existing service listener to unregister for dependency osgi.ds.satisfying.condition
	Zeile 2201: 2025-11-12 06:45:12.762 [DEBUG] [al.discovery.LGThinqDiscoveryService] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.discovery.LGThinqDiscoveryService(475)] : Setting target property for dependency osgi.ds.satisfying.condition to (osgi.condition.id=true)
	Zeile 2202: 2025-11-12 06:45:12.762 [DEBUG] [al.discovery.LGThinqDiscoveryService] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.discovery.LGThinqDiscoveryService(475)] : New service tracker for osgi.ds.satisfying.condition, initial active: false, previous references: {}, classFilter: (objectClass=org.osgi.service.condition.Condition), initialReferenceFilter (&(objectClass=org.osgi.service.condition.Condition)(osgi.condition.id=true))
	Zeile 2203: 2025-11-12 06:45:12.762 [DEBUG] [al.discovery.LGThinqDiscoveryService] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.discovery.LGThinqDiscoveryService(475)] : dm osgi.ds.satisfying.condition tracker reset (closed)
	Zeile 2204: 2025-11-12 06:45:12.762 [DEBUG] [al.discovery.LGThinqDiscoveryService] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.discovery.LGThinqDiscoveryService(475)] : dm osgi.ds.satisfying.condition tracking 1 SingleDynamic added {org.osgi.service.condition.Condition}={service.id=6, service.bundleid=0, service.scope=singleton, service.pid=0.org.osgi.service.condition.ConditionImpl, osgi.condition.id=true} (enter)
	Zeile 2205: 2025-11-12 06:45:12.762 [DEBUG] [al.discovery.LGThinqDiscoveryService] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.discovery.LGThinqDiscoveryService(475)] : dm osgi.ds.satisfying.condition tracking 1 SingleDynamic added {org.osgi.service.condition.Condition}={service.id=6, service.bundleid=0, service.scope=singleton, service.pid=0.org.osgi.service.condition.ConditionImpl, osgi.condition.id=true} (exit)
	Zeile 2206: 2025-11-12 06:45:12.762 [DEBUG] [al.discovery.LGThinqDiscoveryService] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.discovery.LGThinqDiscoveryService(475)] : dm osgi.ds.satisfying.condition tracker opened
	Zeile 2207: 2025-11-12 06:45:12.762 [DEBUG] [al.discovery.LGThinqDiscoveryService] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.discovery.LGThinqDiscoveryService(475)] : registering service listener for dependency osgi.ds.satisfying.condition
	Zeile 2208: 2025-11-12 06:45:12.762 [DEBUG] [al.discovery.LGThinqDiscoveryService] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.discovery.LGThinqDiscoveryService(475)] : Changed state from disabled to unsatisfiedReference
	Zeile 2209: 2025-11-12 06:45:12.762 [DEBUG] [al.discovery.LGThinqDiscoveryService] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.discovery.LGThinqDiscoveryService(475)] : Component enabled
	Zeile 2210: 2025-11-12 06:45:12.762 [DEBUG] [al.discovery.LGThinqDiscoveryService] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.discovery.LGThinqDiscoveryService(475)] : ActivateInternal
	Zeile 2211: 2025-11-12 06:45:12.762 [DEBUG] [al.discovery.LGThinqDiscoveryService] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.discovery.LGThinqDiscoveryService(475)] : Querying state unsatisfiedReference
	Zeile 2212: 2025-11-12 06:45:12.762 [DEBUG] [al.discovery.LGThinqDiscoveryService] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.discovery.LGThinqDiscoveryService(475)] : Querying state unsatisfiedReference
	Zeile 2213: 2025-11-12 06:45:12.762 [DEBUG] [al.discovery.LGThinqDiscoveryService] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.discovery.LGThinqDiscoveryService(475)] : Activating component from state unsatisfiedReference
	Zeile 2214: 2025-11-12 06:45:12.763 [DEBUG] [al.discovery.LGThinqDiscoveryService] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.discovery.LGThinqDiscoveryService(475)] : Querying state unsatisfiedReference
	Zeile 2215: 2025-11-12 06:45:12.763 [DEBUG] [al.discovery.LGThinqDiscoveryService] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.discovery.LGThinqDiscoveryService(475)] : Querying state unsatisfiedReference
	Zeile 2216: 2025-11-12 06:45:12.763 [DEBUG] [al.discovery.LGThinqDiscoveryService] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.discovery.LGThinqDiscoveryService(475)] : Changed state from unsatisfiedReference to satisfied
	Zeile 2217: 2025-11-12 06:45:12.763 [DEBUG] [al.discovery.LGThinqDiscoveryService] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.discovery.LGThinqDiscoveryService(475)] : registration change queue [registered]
	Zeile 2220: 2025-11-12 06:45:18.956 [DEBUG] [al.discovery.LGThinqDiscoveryService] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.discovery.LGThinqDiscoveryService(475)] : ServiceFactory.getService()
	Zeile 2221: 2025-11-12 06:45:18.957 [DEBUG] [al.discovery.LGThinqDiscoveryService] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.discovery.LGThinqDiscoveryService(475)] : Checking constructor public org.openhab.binding.lgthinq.internal.discovery.LGThinqDiscoveryService()
	Zeile 2222: 2025-11-12 06:45:18.957 [DEBUG] [al.discovery.LGThinqDiscoveryService] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.discovery.LGThinqDiscoveryService(475)] : Found constructor with 0 arguments : public org.openhab.binding.lgthinq.internal.discovery.LGThinqDiscoveryService()
	Zeile 2223: 2025-11-12 06:45:18.957 [DEBUG] [al.discovery.LGThinqDiscoveryService] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.discovery.LGThinqDiscoveryService(475)] : This thread collected dependencies
	Zeile 2224: 2025-11-12 06:45:18.957 [DEBUG] [al.discovery.LGThinqDiscoveryService] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.discovery.LGThinqDiscoveryService(475)] : getService (ServiceFactory) dependencies collected.
	Zeile 2225: 2025-11-12 06:45:18.957 [DEBUG] [al.discovery.LGThinqDiscoveryService] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.discovery.LGThinqDiscoveryService(475)] : Querying state satisfied
	Zeile 2226: 2025-11-12 06:45:18.957 [DEBUG] [al.discovery.LGThinqDiscoveryService] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.discovery.LGThinqDiscoveryService(475)] : For dependency osgi.ds.satisfying.condition, optional: false; to bind: [[RefPair: ref: [{org.osgi.service.condition.Condition}={service.id=6, service.bundleid=0, service.scope=singleton, service.pid=0.org.osgi.service.condition.ConditionImpl, osgi.condition.id=true}] service: [null]]]
	Zeile 2227: 2025-11-12 06:45:18.957 [DEBUG] [al.discovery.LGThinqDiscoveryService] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.discovery.LGThinqDiscoveryService(475)] : getting activate: activate
	Zeile 2228: 2025-11-12 06:45:18.957 [DEBUG] [al.discovery.LGThinqDiscoveryService] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.discovery.LGThinqDiscoveryService(475)] : Locating method activate in class org.openhab.binding.lgthinq.internal.discovery.LGThinqDiscoveryService
	Zeile 2229: 2025-11-12 06:45:18.958 [DEBUG] [al.discovery.LGThinqDiscoveryService] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.discovery.LGThinqDiscoveryService(475)] : Declared Method org.openhab.binding.lgthinq.internal.discovery.LGThinqDiscoveryService.activate([interface org.osgi.service.component.ComponentContext]) not found
	Zeile 2230: 2025-11-12 06:45:18.958 [DEBUG] [al.discovery.LGThinqDiscoveryService] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.discovery.LGThinqDiscoveryService(475)] : Locating method activate in class org.openhab.core.config.discovery.AbstractThingHandlerDiscoveryService
	Zeile 2231: 2025-11-12 06:45:18.958 [DEBUG] [al.discovery.LGThinqDiscoveryService] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.discovery.LGThinqDiscoveryService(475)] : Declared Method org.openhab.core.config.discovery.AbstractThingHandlerDiscoveryService.activate([interface org.osgi.service.component.ComponentContext]) not found
	Zeile 2232: 2025-11-12 06:45:18.958 [DEBUG] [al.discovery.LGThinqDiscoveryService] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.discovery.LGThinqDiscoveryService(475)] : Found activate method: public void org.openhab.core.config.discovery.AbstractThingHandlerDiscoveryService.activate(java.util.Map)
	Zeile 2233: 2025-11-12 06:45:18.958 [DEBUG] [al.discovery.LGThinqDiscoveryService] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.discovery.LGThinqDiscoveryService(475)] : invoking activate: activate: parameters [org.apache.felix.scr.impl.helper.ReadOnlyDictionary]
	Zeile 2234: 2025-11-12 06:45:18.958 [DEBUG] [al.discovery.LGThinqDiscoveryService] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.discovery.LGThinqDiscoveryService(475)] : invoked activate: activate
	Zeile 2235: 2025-11-12 06:45:18.958 [DEBUG] [al.discovery.LGThinqDiscoveryService] - bundle org.openhab.binding.lgthinq:5.1.0.202511100222 (324)[org.openhab.binding.lgthinq.internal.discovery.LGThinqDiscoveryService(475)] : Changed state from satisfied to active
	Zeile 2236: 2025-11-12 06:45:18.960 [DEBUG] [nternal.handler.LGThinQBridgeHandler] - Initializing LGThinq bridge handler.
	Zeile 2237: 2025-11-12 06:45:18.961 [DEBUG] [nternal.handler.LGThinQBridgeHandler] - Token authentication process has been already done. Skip first authentication process.
	Zeile 2238: 2025-11-12 06:45:20.962 [DEBUG] [nternal.handler.LGThinQBridgeHandler] - Token authentication process has been already done. Skip first authentication process.
	Zeile 2243: 2025-11-12 06:45:25.239 [DEBUG] [al.handler.LGThinQWasherDryerHandler] - Initializing Thinq thing.
	Zeile 2244: 2025-11-12 06:45:25.239 [DEBUG] [al.handler.LGThinQWasherDryerHandler] - initializeThing LQ Thinq lgthinq:dryer-202:0afc744af0:24f5a1bbd3. Bridge status ONLINE
	Zeile 2245: 2025-11-12 06:45:25.240 [ERROR] [ices.LGThinQAbstractApiClientService] - Error reading device undef thing definition with uri: []
	Zeile 2246: 2025-11-12 06:45:25.240 [WARN ] [al.handler.LGThinQWasherDryerHandler] - Error updating channels dynamic options descriptions based on capabilities of the device. Fallback to default values.
	Zeile 2247: org.openhab.binding.lgthinq.lgservices.errors.LGThinqApiException: Error parsing capability registry
	Zeile 2248: 	at org.openhab.binding.lgthinq.lgservices.LGThinQAbstractApiClientService.getCapability(LGThinQAbstractApiClientService.java:333) ~[?:?]
	Zeile 2249: 	at org.openhab.binding.lgthinq.internal.handler.LGThinQAbstractDeviceHandler.getCapabilities(LGThinQAbstractDeviceHandler.java:325) ~[?:?]
	Zeile 2250: 	at org.openhab.binding.lgthinq.internal.handler.LGThinQWasherDryerHandler.updateChannelDynStateDescription(LGThinQWasherDryerHandler.java:131) ~[?:?]
	Zeile 2251: 	at org.openhab.binding.lgthinq.internal.handler.LGThinQAbstractDeviceHandler.initializeThing(LGThinQAbstractDeviceHandler.java:376) ~[?:?]
	Zeile 2252: 	at org.openhab.binding.lgthinq.internal.handler.LGThinQWasherDryerHandler.initializeThing(LGThinQWasherDryerHandler.java:116) ~[?:?]
	Zeile 2253: 	at org.openhab.binding.lgthinq.internal.handler.LGThinQAbstractDeviceHandler.initialize(LGThinQAbstractDeviceHandler.java:364) ~[?:?]
	Zeile 2262: Caused by: org.openhab.binding.lgthinq.lgservices.errors.LGThinqApiException: Error reading device definition
	Zeile 2263: 	at org.openhab.binding.lgthinq.lgservices.LGThinQAbstractApiClientService.loadDeviceCapability(LGThinQAbstractApiClientService.java:193) ~[?:?]
	Zeile 2264: 	at org.openhab.binding.lgthinq.lgservices.LGThinQAbstractApiClientService.getCapability(LGThinQAbstractApiClientService.java:327) ~[?:?]
	Zeile 2269: 	at org.openhab.binding.lgthinq.lgservices.LGThinQAbstractApiClientService.loadDeviceCapability(LGThinQAbstractApiClientService.java:185) ~[?:?]
	Zeile 2270: 	at org.openhab.binding.lgthinq.lgservices.LGThinQAbstractApiClientService.getCapability(LGThinQAbstractApiClientService.java:327) ~[?:?]
	Zeile 2272: 2025-11-12 06:45:25.245 [DEBUG] [al.handler.LGThinQWasherDryerHandler] - Starting LG thinq polling for device/alias: undef/
	Zeile 2273: 2025-11-12 06:45:25.246 [DEBUG] [ices.LGThinQAbstractApiClientService] - Initializing device [undef] from bridge [0afc744af0]
	Zeile 2276: 2025-11-12 06:45:31.158 [ERROR] [al.handler.LGThinQWasherDryerHandler] - Error stopping LG Device monitor
	Zeile 2277: org.openhab.binding.lgthinq.lgservices.errors.LGThinqApiException: LG API report error processing the request -> resultCode=[null], message=[]
	Zeile 2278: 	at org.openhab.binding.lgthinq.lgservices.LGThinQAbstractApiV2ClientService.handleGenericErrorResult(LGThinQAbstractApiV2ClientService.java:123) ~[?:?]
	Zeile 2279: 	at org.openhab.binding.lgthinq.lgservices.LGThinQAbstractApiClientService.stopMonitor(LGThinQAbstractApiClientService.java:511) ~[?:?]
	Zeile 2280: 	at org.openhab.binding.lgthinq.internal.handler.LGThinQAbstractDeviceHandler.stopDeviceV1Monitor(LGThinQAbstractDeviceHandler.java:658) ~[?:?]
	Zeile 2281: 	at org.openhab.binding.lgthinq.internal.handler.LGThinQAbstractDeviceHandler.getSnapshotDeviceAdapter(LGThinQAbstractDeviceHandler.java:697) ~[?:?]
	Zeile 2282: 	at org.openhab.binding.lgthinq.internal.handler.LGThinQAbstractDeviceHandler.updateThingStateFromLG(LGThinQAbstractDeviceHandler.java:501) ~[?:?]
	Zeile 2283: 	at org.openhab.binding.lgthinq.internal.handler.LGThinQAbstractDeviceHandler$UpdateThingStateFromLG.run(LGThinQAbstractDeviceHandler.java:813) ~[?:?]
	Zeile 2290: 2025-11-12 06:45:31.159 [ERROR] [al.handler.LGThinQWasherDryerHandler] - Error updating thing /undef from LG API. Thing goes OFFLINE until next retry: Error starting device monitor in LG API for the device:undef
	Zeile 2291: org.openhab.binding.lgthinq.lgservices.errors.LGThinqApiException: Error starting device monitor in LG API for the device:undef
	Zeile 2292: 	at org.openhab.binding.lgthinq.internal.handler.LGThinQAbstractDeviceHandler.getSnapshotDeviceAdapter(LGThinQAbstractDeviceHandler.java:698) ~[?:?]
	Zeile 2293: 	at org.openhab.binding.lgthinq.internal.handler.LGThinQAbstractDeviceHandler.updateThingStateFromLG(LGThinQAbstractDeviceHandler.java:501) ~[?:?]
	Zeile 2294: 	at org.openhab.binding.lgthinq.internal.handler.LGThinQAbstractDeviceHandler$UpdateThingStateFromLG.run(LGThinQAbstractDeviceHandler.java:813) ~[?:?]
	Zeile 2301: Caused by: org.openhab.binding.lgthinq.lgservices.errors.LGThinqApiException: LG API report error processing the request -> resultCode=[null], message=[]
	Zeile 2302: 	at org.openhab.binding.lgthinq.lgservices.LGThinQAbstractApiV2ClientService.handleGenericErrorResult(LGThinQAbstractApiV2ClientService.java:123) ~[?:?]
	Zeile 2303: 	at org.openhab.binding.lgthinq.lgservices.LGThinQAbstractApiClientService.startMonitor(LGThinQAbstractApiClientService.java:493) ~[?:?]
	Zeile 2304: 	at org.openhab.binding.lgthinq.internal.handler.LGThinQAbstractDeviceHandler.getSnapshotDeviceAdapter(LGThinQAbstractDeviceHandler.java:687) ~[?:?]
	Zeile 2313: 2025-11-12 06:45:41.900 [ERROR] [al.handler.LGThinQWasherDryerHandler] - Error stopping LG Device monitor
	Zeile 2314: org.openhab.binding.lgthinq.lgservices.errors.LGThinqApiException: LG API report error processing the request -> resultCode=[null], message=[]
	Zeile 2315: 	at org.openhab.binding.lgthinq.lgservices.LGThinQAbstractApiV2ClientService.handleGenericErrorResult(LGThinQAbstractApiV2ClientService.java:123) ~[?:?]
	Zeile 2316: 	at org.openhab.binding.lgthinq.lgservices.LGThinQAbstractApiClientService.stopMonitor(LGThinQAbstractApiClientService.java:511) ~[?:?]
	Zeile 2317: 	at org.openhab.binding.lgthinq.internal.handler.LGThinQAbstractDeviceHandler.stopDeviceV1Monitor(LGThinQAbstractDeviceHandler.java:658) ~[?:?]
	Zeile 2318: 	at org.openhab.binding.lgthinq.internal.handler.LGThinQAbstractDeviceHandler.getSnapshotDeviceAdapter(LGThinQAbstractDeviceHandler.java:697) ~[?:?]
	Zeile 2319: 	at org.openhab.binding.lgthinq.internal.handler.LGThinQAbstractDeviceHandler.updateThingStateFromLG(LGThinQAbstractDeviceHandler.java:501) ~[?:?]
	Zeile 2320: 	at org.openhab.binding.lgthinq.internal.handler.LGThinQAbstractDeviceHandler$UpdateThingStateFromLG.run(LGThinQAbstractDeviceHandler.java:813) ~[?:?]
	Zeile 2327: 2025-11-12 06:45:41.901 [ERROR] [al.handler.LGThinQWasherDryerHandler] - Error updating thing /undef from LG API. Thing goes OFFLINE until next retry: Error starting device monitor in LG API for the device:undef
	Zeile 2328: org.openhab.binding.lgthinq.lgservices.errors.LGThinqApiException: Error starting device monitor in LG API for the device:undef
	Zeile 2329: 	at org.openhab.binding.lgthinq.internal.handler.LGThinQAbstractDeviceHandler.getSnapshotDeviceAdapter(LGThinQAbstractDeviceHandler.java:698) ~[?:?]
	Zeile 2330: 	at org.openhab.binding.lgthinq.internal.handler.LGThinQAbstractDeviceHandler.updateThingStateFromLG(LGThinQAbstractDeviceHandler.java:501) ~[?:?]
	Zeile 2331: 	at org.openhab.binding.lgthinq.internal.handler.LGThinQAbstractDeviceHandler$UpdateThingStateFromLG.run(LGThinQAbstractDeviceHandler.java:813) ~[?:?]
	Zeile 2338: Caused by: org.openhab.binding.lgthinq.lgservices.errors.LGThinqApiException: LG API report error processing the request -> resultCode=[null], message=[]
	Zeile 2339: 	at org.openhab.binding.lgthinq.lgservices.LGThinQAbstractApiV2ClientService.handleGenericErrorResult(LGThinQAbstractApiV2ClientService.java:123) ~[?:?]
	Zeile 2340: 	at org.openhab.binding.lgthinq.lgservices.LGThinQAbstractApiClientService.startMonitor(LGThinQAbstractApiClientService.java:493) ~[?:?]
	Zeile 2341: 	at org.openhab.binding.lgthinq.internal.handler.LGThinQAbstractDeviceHandler.getSnapshotDeviceAdapter(LGThinQAbstractDeviceHandler.java:687) ~[?:?]
	Zeile 2361: 2025-11-12 06:45:52.632 [ERROR] [al.handler.LGThinQWasherDryerHandler] - Error stopping LG Device monitor
	Zeile 2362: org.openhab.binding.lgthinq.lgservices.errors.LGThinqApiException: LG API report error processing the request -> resultCode=[null], message=[]
	Zeile 2363: 	at org.openhab.binding.lgthinq.lgservices.LGThinQAbstractApiV2ClientService.handleGenericErrorResult(LGThinQAbstractApiV2ClientService.java:123) ~[?:?]
	Zeile 2364: 	at org.openhab.binding.lgthinq.lgservices.LGThinQAbstractApiClientService.stopMonitor(LGThinQAbstractApiClientService.java:511) ~[?:?]
	Zeile 2365: 	at org.openhab.binding.lgthinq.internal.handler.LGThinQAbstractDeviceHandler.stopDeviceV1Monitor(LGThinQAbstractDeviceHandler.java:658) ~[?:?]
	Zeile 2366: 	at org.openhab.binding.lgthinq.internal.handler.LGThinQAbstractDeviceHandler.getSnapshotDeviceAdapter(LGThinQAbstractDeviceHandler.java:697) ~[?:?]
	Zeile 2367: 	at org.openhab.binding.lgthinq.internal.handler.LGThinQAbstractDeviceHandler.updateThingStateFromLG(LGThinQAbstractDeviceHandler.java:501) ~[?:?]
	Zeile 2368: 	at org.openhab.binding.lgthinq.internal.handler.LGThinQAbstractDeviceHandler$UpdateThingStateFromLG.run(LGThinQAbstractDeviceHandler.java:813) ~[?:?]
	Zeile 2375: 2025-11-12 06:45:52.633 [ERROR] [al.handler.LGThinQWasherDryerHandler] - Error updating thing /undef from LG API. Thing goes OFFLINE until next retry: Error starting device monitor in LG API for the device:undef
	Zeile 2376: org.openhab.binding.lgthinq.lgservices.errors.LGThinqApiException: Error starting device monitor in LG API for the device:undef
	Zeile 2377: 	at org.openhab.binding.lgthinq.internal.handler.LGThinQAbstractDeviceHandler.getSnapshotDeviceAdapter(LGThinQAbstractDeviceHandler.java:698) ~[?:?]
	Zeile 2378: 	at org.openhab.binding.lgthinq.internal.handler.LGThinQAbstractDeviceHandler.updateThingStateFromLG(LGThinQAbstractDeviceHandler.java:501) ~[?:?]
	Zeile 2379: 	at org.openhab.binding.lgthinq.internal.handler.LGThinQAbstractDeviceHandler$UpdateThingStateFromLG.run(LGThinQAbstractDeviceHandler.java:813) ~[?:?]
	Zeile 2386: Caused by: org.openhab.binding.lgthinq.lgservices.errors.LGThinqApiException: LG API report error processing the request -> resultCode=[null], message=[]
	Zeile 2387: 	at org.openhab.binding.lgthinq.lgservices.LGThinQAbstractApiV2ClientService.handleGenericErrorResult(LGThinQAbstractApiV2ClientService.java:123) ~[?:?]
	Zeile 2388: 	at org.openhab.binding.lgthinq.lgservices.LGThinQAbstractApiClientService.startMonitor(LGThinQAbstractApiClientService.java:493) ~[?:?]
	Zeile 2389: 	at org.openhab.binding.lgthinq.internal.handler.LGThinQAbstractDeviceHandler.getSnapshotDeviceAdapter(LGThinQAbstractDeviceHandler.java:687) ~[?:?]
	Zeile 2397: 2025-11-12 06:46:03.632 [ERROR] [al.handler.LGThinQWasherDryerHandler] - Error stopping LG Device monitor
	Zeile 2398: org.openhab.binding.lgthinq.lgservices.errors.LGThinqApiException: LG API report error processing the request -> resultCode=[null], message=[]
	Zeile 2399: 	at org.openhab.binding.lgthinq.lgservices.LGThinQAbstractApiV2ClientService.handleGenericErrorResult(LGThinQAbstractApiV2ClientService.java:123) ~[?:?]
	Zeile 2400: 	at org.openhab.binding.lgthinq.lgservices.LGThinQAbstractApiClientService.stopMonitor(LGThinQAbstractApiClientService.java:511) ~[?:?]
	Zeile 2401: 	at org.openhab.binding.lgthinq.internal.handler.LGThinQAbstractDeviceHandler.stopDeviceV1Monitor(LGThinQAbstractDeviceHandler.java:658) ~[?:?]
	Zeile 2402: 	at org.openhab.binding.lgthinq.internal.handler.LGThinQAbstractDeviceHandler.getSnapshotDeviceAdapter(LGThinQAbstractDeviceHandler.java:697) ~[?:?]
	Zeile 2403: 	at org.openhab.binding.lgthinq.internal.handler.LGThinQAbstractDeviceHandler.updateThingStateFromLG(LGThinQAbstractDeviceHandler.java:501) ~[?:?]
	Zeile 2404: 	at org.openhab.binding.lgthinq.internal.handler.LGThinQAbstractDeviceHandler$UpdateThingStateFromLG.run(LGThinQAbstractDeviceHandler.java:813) ~[?:?]
	Zeile 2411: 2025-11-12 06:46:03.633 [ERROR] [al.handler.LGThinQWasherDryerHandler] - Error updating thing /undef from LG API. Thing goes OFFLINE until next retry: Error starting device monitor in LG API for the device:undef
	Zeile 2412: org.openhab.binding.lgthinq.lgservices.errors.LGThinqApiException: Error starting device monitor in LG API for the device:undef
	Zeile 2413: 	at org.openhab.binding.lgthinq.internal.handler.LGThinQAbstractDeviceHandler.getSnapshotDeviceAdapter(LGThinQAbstractDeviceHandler.java:698) ~[?:?]
	Zeile 2414: 	at org.openhab.binding.lgthinq.internal.handler.LGThinQAbstractDeviceHandler.updateThingStateFromLG(LGThinQAbstractDeviceHandler.java:501) ~[?:?]
	Zeile 2415: 	at org.openhab.binding.lgthinq.internal.handler.LGThinQAbstractDeviceHandler$UpdateThingStateFromLG.run(LGThinQAbstractDeviceHandler.java:813) ~[?:?]
	Zeile 2422: Caused by: org.openhab.binding.lgthinq.lgservices.errors.LGThinqApiException: LG API report error processing the request -> resultCode=[null], message=[]
	Zeile 2423: 	at org.openhab.binding.lgthinq.lgservices.LGThinQAbstractApiV2ClientService.handleGenericErrorResult(LGThinQAbstractApiV2ClientService.java:123) ~[?:?]
	Zeile 2424: 	at org.openhab.binding.lgthinq.lgservices.LGThinQAbstractApiClientService.startMonitor(LGThinQAbstractApiClientService.java:493) ~[?:?]
	Zeile 2425: 	at org.openhab.binding.lgthinq.internal.handler.LGThinQAbstractDeviceHandler.getSnapshotDeviceAdapter(LGThinQAbstractDeviceHandler.java:687) ~[?:?]
	Zeile 2428: 2025-11-12 06:46:14.381 [ERROR] [al.handler.LGThinQWasherDryerHandler] - Error stopping LG Device monitor
	Zeile 2429: org.openhab.binding.lgthinq.lgservices.errors.LGThinqApiException: LG API report error processing the request -> resultCode=[null], message=[]
	Zeile 2430: 	at org.openhab.binding.lgthinq.lgservices.LGThinQAbstractApiV2ClientService.handleGenericErrorResult(LGThinQAbstractApiV2ClientService.java:123) ~[?:?]
	Zeile 2431: 	at org.openhab.binding.lgthinq.lgservices.LGThinQAbstractApiClientService.stopMonitor(LGThinQAbstractApiClientService.java:511) ~[?:?]
	Zeile 2432: 	at org.openhab.binding.lgthinq.internal.handler.LGThinQAbstractDeviceHandler.stopDeviceV1Monitor(LGThinQAbstractDeviceHandler.java:658) ~[?:?]
	Zeile 2433: 	at org.openhab.binding.lgthinq.internal.handler.LGThinQAbstractDeviceHandler.getSnapshotDeviceAdapter(LGThinQAbstractDeviceHandler.java:697) ~[?:?]
	Zeile 2434: 	at org.openhab.binding.lgthinq.internal.handler.LGThinQAbstractDeviceHandler.updateThingStateFromLG(LGThinQAbstractDeviceHandler.java:501) ~[?:?]
	Zeile 2435: 	at org.openhab.binding.lgthinq.internal.handler.LGThinQAbstractDeviceHandler$UpdateThingStateFromLG.run(LGThinQAbstractDeviceHandler.java:813) ~[?:?]
	Zeile 2442: 2025-11-12 06:46:14.382 [ERROR] [al.handler.LGThinQWasherDryerHandler] - Error updating thing /undef from LG API. Thing goes OFFLINE until next retry: Error starting device monitor in LG API for the device:undef
	Zeile 2443: org.openhab.binding.lgthinq.lgservices.errors.LGThinqApiException: Error starting device monitor in LG API for the device:undef
	Zeile 2444: 	at org.openhab.binding.lgthinq.internal.handler.LGThinQAbstractDeviceHandler.getSnapshotDeviceAdapter(LGThinQAbstractDeviceHandler.java:698) ~[?:?]
	Zeile 2445: 	at org.openhab.binding.lgthinq.internal.handler.LGThinQAbstractDeviceHandler.updateThingStateFromLG(LGThinQAbstractDeviceHandler.java:501) ~[?:?]
	Zeile 2446: 	at org.openhab.binding.lgthinq.internal.handler.LGThinQAbstractDeviceHandler$UpdateThingStateFromLG.run(LGThinQAbstractDeviceHandler.java:813) ~[?:?]
	Zeile 2453: Caused by: org.openhab.binding.lgthinq.lgservices.errors.LGThinqApiException: LG API report error processing the request -> resultCode=[null], message=[]
	Zeile 2454: 	at org.openhab.binding.lgthinq.lgservices.LGThinQAbstractApiV2ClientService.handleGenericErrorResult(LGThinQAbstractApiV2ClientService.java:123) ~[?:?]
	Zeile 2455: 	at org.openhab.binding.lgthinq.lgservices.LGThinQAbstractApiClientService.startMonitor(LGThinQAbstractApiClientService.java:493) ~[?:?]
	Zeile 2456: 	at org.openhab.binding.lgthinq.internal.handler.LGThinQAbstractDeviceHandler.getSnapshotDeviceAdapter(LGThinQAbstractDeviceHandler.java:687) ~[?:?]
	Zeile 2458: 2025-11-12 06:46:25.105 [ERROR] [al.handler.LGThinQWasherDryerHandler] - Error stopping LG Device monitor
	Zeile 2459: org.openhab.binding.lgthinq.lgservices.errors.LGThinqApiException: LG API report error processing the request -> resultCode=[null], message=[]
	Zeile 2460: 	at org.openhab.binding.lgthinq.lgservices.LGThinQAbstractApiV2ClientService.handleGenericErrorResult(LGThinQAbstractApiV2ClientService.java:123) ~[?:?]
	Zeile 2461: 	at org.openhab.binding.lgthinq.lgservices.LGThinQAbstractApiClientService.stopMonitor(LGThinQAbstractApiClientService.java:511) ~[?:?]
	Zeile 2462: 	at org.openhab.binding.lgthinq.internal.handler.LGThinQAbstractDeviceHandler.stopDeviceV1Monitor(LGThinQAbstractDeviceHandler.java:658) ~[?:?]
	Zeile 2463: 	at org.openhab.binding.lgthinq.internal.handler.LGThinQAbstractDeviceHandler.getSnapshotDeviceAdapter(LGThinQAbstractDeviceHandler.java:697) ~[?:?]
	Zeile 2464: 	at org.openhab.binding.lgthinq.internal.handler.LGThinQAbstractDeviceHandler.updateThingStateFromLG(LGThinQAbstractDeviceHandler.java:501) ~[?:?]
	Zeile 2465: 	at org.openhab.binding.lgthinq.internal.handler.LGThinQAbstractDeviceHandler$UpdateThingStateFromLG.run(LGThinQAbstractDeviceHandler.java:813) ~[?:?]
	Zeile 2472: 2025-11-12 06:46:25.106 [ERROR] [al.handler.LGThinQWasherDryerHandler] - Error updating thing /undef from LG API. Thing goes OFFLINE until next retry: Error starting device monitor in LG API for the device:undef
	Zeile 2473: org.openhab.binding.lgthinq.lgservices.errors.LGThinqApiException: Error starting device monitor in LG API for the device:undef
	Zeile 2474: 	at org.openhab.binding.lgthinq.internal.handler.LGThinQAbstractDeviceHandler.getSnapshotDeviceAdapter(LGThinQAbstractDeviceHandler.java:698) ~[?:?]
	Zeile 2475: 	at org.openhab.binding.lgthinq.internal.handler.LGThinQAbstractDeviceHandler.updateThingStateFromLG(LGThinQAbstractDeviceHandler.java:501) ~[?:?]
	Zeile 2476: 	at org.openhab.binding.lgthinq.internal.handler.LGThinQAbstractDeviceHandler$UpdateThingStateFromLG.run(LGThinQAbstractDeviceHandler.java:813) ~[?:?]
	Zeile 2483: Caused by: org.openhab.binding.lgthinq.lgservices.errors.LGThinqApiException: LG API report error processing the request -> resultCode=[null], message=[]
	Zeile 2484: 	at org.openhab.binding.lgthinq.lgservices.LGThinQAbstractApiV2ClientService.handleGenericErrorResult(LGThinQAbstractApiV2ClientService.java:123) ~[?:?]
	Zeile 2485: 	at org.openhab.binding.lgthinq.lgservices.LGThinQAbstractApiClientService.startMonitor(LGThinQAbstractApiClientService.java:493) ~[?:?]
	Zeile 2486: 	at org.openhab.binding.lgthinq.internal.handler.LGThinQAbstractDeviceHandler.getSnapshotDeviceAdapter(LGThinQAbstractDeviceHandler.java:687) ~[?:?]
	Zeile 2488: 2025-11-12 06:46:36.009 [ERROR] [al.handler.LGThinQWasherDryerHandler] - Error stopping LG Device monitor
	Zeile 2489: org.openhab.binding.lgthinq.lgservices.errors.LGThinqApiException: LG API report error processing the request -> resultCode=[null], message=[]
	Zeile 2490: 	at org.openhab.binding.lgthinq.lgservices.LGThinQAbstractApiV2ClientService.handleGenericErrorResult(LGThinQAbstractApiV2ClientService.java:123) ~[?:?]
	Zeile 2491: 	at org.openhab.binding.lgthinq.lgservices.LGThinQAbstractApiClientService.stopMonitor(LGThinQAbstractApiClientService.java:511) ~[?:?]
	Zeile 2492: 	at org.openhab.binding.lgthinq.internal.handler.LGThinQAbstractDeviceHandler.stopDeviceV1Monitor(LGThinQAbstractDeviceHandler.java:658) ~[?:?]
	Zeile 2493: 	at org.openhab.binding.lgthinq.internal.handler.LGThinQAbstractDeviceHandler.getSnapshotDeviceAdapter(LGThinQAbstractDeviceHandler.java:697) ~[?:?]
	Zeile 2494: 	at org.openhab.binding.lgthinq.internal.handler.LGThinQAbstractDeviceHandler.updateThingStateFromLG(LGThinQAbstractDeviceHandler.java:501) ~[?:?]
	Zeile 2495: 	at org.openhab.binding.lgthinq.internal.handler.LGThinQAbstractDeviceHandler$UpdateThingStateFromLG.run(LGThinQAbstractDeviceHandler.java:813) ~[?:?]
	Zeile 2502: 2025-11-12 06:46:36.011 [ERROR] [al.handler.LGThinQWasherDryerHandler] - Error updating thing /undef from LG API. Thing goes OFFLINE until next retry: Error starting device monitor in LG API for the device:undef
	Zeile 2503: org.openhab.binding.lgthinq.lgservices.errors.LGThinqApiException: Error starting device monitor in LG API for the device:undef
	Zeile 2504: 	at org.openhab.binding.lgthinq.internal.handler.LGThinQAbstractDeviceHandler.getSnapshotDeviceAdapter(LGThinQAbstractDeviceHandler.java:698) ~[?:?]
	Zeile 2505: 	at org.openhab.binding.lgthinq.internal.handler.LGThinQAbstractDeviceHandler.updateThingStateFromLG(LGThinQAbstractDeviceHandler.java:501) ~[?:?]
	Zeile 2506: 	at org.openhab.binding.lgthinq.internal.handler.LGThinQAbstractDeviceHandler$UpdateThingStateFromLG.run(LGThinQAbstractDeviceHandler.java:813) ~[?:?]
	Zeile 2513: Caused by: org.openhab.binding.lgthinq.lgservices.errors.LGThinqApiException: LG API report error processing the request -> resultCode=[null], message=[]
	Zeile 2514: 	at org.openhab.binding.lgthinq.lgservices.LGThinQAbstractApiV2ClientService.handleGenericErrorResult(LGThinQAbstractApiV2ClientService.java:123) ~[?:?]
	Zeile 2515: 	at org.openhab.binding.lgthinq.lgservices.LGThinQAbstractApiClientService.startMonitor(LGThinQAbstractApiClientService.java:493) ~[?:?]
	Zeile 2516: 	at org.openhab.binding.lgthinq.internal.handler.LGThinQAbstractDeviceHandler.getSnapshotDeviceAdapter(LGThinQAbstractDeviceHandler.java:687) ~[?:?]
	Zeile 2518: 2025-11-12 06:46:46.773 [ERROR] [al.handler.LGThinQWasherDryerHandler] - Error stopping LG Device monitor
	Zeile 2519: org.openhab.binding.lgthinq.lgservices.errors.LGThinqApiException: LG API report error processing the request -> resultCode=[null], message=[]
	Zeile 2520: 	at org.openhab.binding.lgthinq.lgservices.LGThinQAbstractApiV2ClientService.handleGenericErrorResult(LGThinQAbstractApiV2ClientService.java:123) ~[?:?]
	Zeile 2521: 	at org.openhab.binding.lgthinq.lgservices.LGThinQAbstractApiClientService.stopMonitor(LGThinQAbstractApiClientService.java:511) ~[?:?]
	Zeile 2522: 	at org.openhab.binding.lgthinq.internal.handler.LGThinQAbstractDeviceHandler.stopDeviceV1Monitor(LGThinQAbstractDeviceHandler.java:658) ~[?:?]
	Zeile 2523: 	at org.openhab.binding.lgthinq.internal.handler.LGThinQAbstractDeviceHandler.getSnapshotDeviceAdapter(LGThinQAbstractDeviceHandler.java:697) ~[?:?]
	Zeile 2524: 	at org.openhab.binding.lgthinq.internal.handler.LGThinQAbstractDeviceHandler.updateThingStateFromLG(LGThinQAbstractDeviceHandler.java:501) ~[?:?]
	Zeile 2525: 	at org.openhab.binding.lgthinq.internal.handler.LGThinQAbstractDeviceHandler$UpdateThingStateFromLG.run(LGThinQAbstractDeviceHandler.java:813) ~[?:?]
	Zeile 2532: 2025-11-12 06:46:46.775 [ERROR] [al.handler.LGThinQWasherDryerHandler] - Error updating thing /undef from LG API. Thing goes OFFLINE until next retry: Error starting device monitor in LG API for the device:undef
	Zeile 2533: org.openhab.binding.lgthinq.lgservices.errors.LGThinqApiException: Error starting device monitor in LG API for the device:undef
	Zeile 2534: 	at org.openhab.binding.lgthinq.internal.handler.LGThinQAbstractDeviceHandler.getSnapshotDeviceAdapter(LGThinQAbstractDeviceHandler.java:698) ~[?:?]
	Zeile 2535: 	at org.openhab.binding.lgthinq.internal.handler.LGThinQAbstractDeviceHandler.updateThingStateFromLG(LGThinQAbstractDeviceHandler.java:501) ~[?:?]
	Zeile 2536: 	at org.openhab.binding.lgthinq.internal.handler.LGThinQAbstractDeviceHandler$UpdateThingStateFromLG.run(LGThinQAbstractDeviceHandler.java:813) ~[?:?]
	Zeile 2543: Caused by: org.openhab.binding.lgthinq.lgservices.errors.LGThinqApiException: LG API report error processing the request -> resultCode=[null], message=[]
	Zeile 2544: 	at org.openhab.binding.lgthinq.lgservices.LGThinQAbstractApiV2ClientService.handleGenericErrorResult(LGThinQAbstractApiV2ClientService.java:123) ~[?:?]
	Zeile 2545: 	at org.openhab.binding.lgthinq.lgservices.LGThinQAbstractApiClientService.startMonitor(LGThinQAbstractApiClientService.java:493) ~[?:?]
	Zeile 2546: 	at org.openhab.binding.lgthinq.internal.handler.LGThinQAbstractDeviceHandler.getSnapshotDeviceAdapter(LGThinQAbstractDeviceHandler.java:687) ~[?:?]
	Zeile 2548: 2025-11-12 06:46:57.518 [ERROR] [al.handler.LGThinQWasherDryerHandler] - Error stopping LG Device monitor
	Zeile 2549: org.openhab.binding.lgthinq.lgservices.errors.LGThinqApiException: LG API report error processing the request -> resultCode=[null], message=[]
	Zeile 2550: 	at org.openhab.binding.lgthinq.lgservices.LGThinQAbstractApiV2ClientService.handleGenericErrorResult(LGThinQAbstractApiV2ClientService.java:123) ~[?:?]
	Zeile 2551: 	at org.openhab.binding.lgthinq.lgservices.LGThinQAbstractApiClientService.stopMonitor(LGThinQAbstractApiClientService.java:511) ~[?:?]
	Zeile 2552: 	at org.openhab.binding.lgthinq.internal.handler.LGThinQAbstractDeviceHandler.stopDeviceV1Monitor(LGThinQAbstractDeviceHandler.java:658) ~[?:?]
	Zeile 2553: 	at org.openhab.binding.lgthinq.internal.handler.LGThinQAbstractDeviceHandler.getSnapshotDeviceAdapter(LGThinQAbstractDeviceHandler.java:697) ~[?:?]
	Zeile 2554: 	at org.openhab.binding.lgthinq.internal.handler.LGThinQAbstractDeviceHandler.updateThingStateFromLG(LGThinQAbstractDeviceHandler.java:501) ~[?:?]
	Zeile 2555: 	at org.openhab.binding.lgthinq.internal.handler.LGThinQAbstractDeviceHandler$UpdateThingStateFromLG.run(LGThinQAbstractDeviceHandler.java:813) ~[?:?]
	Zeile 2562: 2025-11-12 06:46:57.519 [ERROR] [al.handler.LGThinQWasherDryerHandler] - Error updating thing /undef from LG API. Thing goes OFFLINE until next retry: Error starting device monitor in LG API for the device:undef
	Zeile 2563: org.openhab.binding.lgthinq.lgservices.errors.LGThinqApiException: Error starting device monitor in LG API for the device:undef
	Zeile 2564: 	at org.openhab.binding.lgthinq.internal.handler.LGThinQAbstractDeviceHandler.getSnapshotDeviceAdapter(LGThinQAbstractDeviceHandler.java:698) ~[?:?]
	Zeile 2565: 	at org.openhab.binding.lgthinq.internal.handler.LGThinQAbstractDeviceHandler.updateThingStateFromLG(LGThinQAbstractDeviceHandler.java:501) ~[?:?]
	Zeile 2566: 	at org.openhab.binding.lgthinq.internal.handler.LGThinQAbstractDeviceHandler$UpdateThingStateFromLG.run(LGThinQAbstractDeviceHandler.java:813) ~[?:?]
	Zeile 2573: Caused by: org.openhab.binding.lgthinq.lgservices.errors.LGThinqApiException: LG API report error processing the request -> resultCode=[null], message=[]
	Zeile 2574: 	at org.openhab.binding.lgthinq.lgservices.LGThinQAbstractApiV2ClientService.handleGenericErrorResult(LGThinQAbstractApiV2ClientService.java:123) ~[?:?]
	Zeile 2575: 	at org.openhab.binding.lgthinq.lgservices.LGThinQAbstractApiClientService.startMonitor(LGThinQAbstractApiClientService.java:493) ~[?:?]
	Zeile 2576: 	at org.openhab.binding.lgthinq.internal.handler.LGThinQAbstractDeviceHandler.getSnapshotDeviceAdapter(LGThinQAbstractDeviceHandler.java:687) ~[?:?]
	Zeile 2578: 2025-11-12 06:47:08.720 [ERROR] [al.handler.LGThinQWasherDryerHandler] - Error stopping LG Device monitor
	Zeile 2579: org.openhab.binding.lgthinq.lgservices.errors.LGThinqApiException: LG API report error processing the request -> resultCode=[null], message=[]
	Zeile 2580: 	at org.openhab.binding.lgthinq.lgservices.LGThinQAbstractApiV2ClientService.handleGenericErrorResult(LGThinQAbstractApiV2ClientService.java:123) ~[?:?]
	Zeile 2581: 	at org.openhab.binding.lgthinq.lgservices.LGThinQAbstractApiClientService.stopMonitor(LGThinQAbstractApiClientService.java:511) ~[?:?]
	Zeile 2582: 	at org.openhab.binding.lgthinq.internal.handler.LGThinQAbstractDeviceHandler.stopDeviceV1Monitor(LGThinQAbstractDeviceHandler.java:658) ~[?:?]
	Zeile 2583: 	at org.openhab.binding.lgthinq.internal.handler.LGThinQAbstractDeviceHandler.getSnapshotDeviceAdapter(LGThinQAbstractDeviceHandler.java:697) ~[?:?]
	Zeile 2584: 	at org.openhab.binding.lgthinq.internal.handler.LGThinQAbstractDeviceHandler.updateThingStateFromLG(LGThinQAbstractDeviceHandler.java:501) ~[?:?]
	Zeile 2585: 	at org.openhab.binding.lgthinq.internal.handler.LGThinQAbstractDeviceHandler$UpdateThingStateFromLG.run(LGThinQAbstractDeviceHandler.java:813) ~[?:?]
	Zeile 2592: 2025-11-12 06:47:08.721 [ERROR] [al.handler.LGThinQWasherDryerHandler] - Error updating thing /undef from LG API. Thing goes OFFLINE until next retry: Error starting device monitor in LG API for the device:undef
	Zeile 2593: org.openhab.binding.lgthinq.lgservices.errors.LGThinqApiException: Error starting device monitor in LG API for the device:undef
	Zeile 2594: 	at org.openhab.binding.lgthinq.internal.handler.LGThinQAbstractDeviceHandler.getSnapshotDeviceAdapter(LGThinQAbstractDeviceHandler.java:698) ~[?:?]
	Zeile 2595: 	at org.openhab.binding.lgthinq.internal.handler.LGThinQAbstractDeviceHandler.updateThingStateFromLG(LGThinQAbstractDeviceHandler.java:501) ~[?:?]
	Zeile 2596: 	at org.openhab.binding.lgthinq.internal.handler.LGThinQAbstractDeviceHandler$UpdateThingStateFromLG.run(LGThinQAbstractDeviceHandler.java:813) ~[?:?]
	Zeile 2603: Caused by: org.openhab.binding.lgthinq.lgservices.errors.LGThinqApiException: LG API report error processing the request -> resultCode=[null], message=[]
	Zeile 2604: 	at org.openhab.binding.lgthinq.lgservices.LGThinQAbstractApiV2ClientService.handleGenericErrorResult(LGThinQAbstractApiV2ClientService.java:123) ~[?:?]
	Zeile 2605: 	at org.openhab.binding.lgthinq.lgservices.LGThinQAbstractApiClientService.startMonitor(LGThinQAbstractApiClientService.java:493) ~[?:?]
	Zeile 2606: 	at org.openhab.binding.lgthinq.internal.handler.LGThinQAbstractDeviceHandler.getSnapshotDeviceAdapter(LGThinQAbstractDeviceHandler.java:687) ~[?:?]

This issue is quite characteristic of a corrupted or malformed metadata structure.
Even though the device has a valid identifier, it fails to resolve any of its attributes — including the label, which is a native OpenHab attribute not manipulated by the LG ThinQ binding itself. The Bridge seems to be working correctly, so the problem is likely isolated to the Thing definition or metadata.

To help diagnose the issue, please follow these steps and attach the collected log afterward:

  1. Remove all Things/Devices associated with the LG ThinQ Bridge.

  2. Open the Bridge configuration, disable it and then re-enable it.

  3. Go to the discovery inbox at:
    http://<OPENHAB_HOST:PORT>/settings/things/inbox

  4. Find your dryer (or the affected device) and add it again.

  5. Compress and attach the openhab.log file here.
    (Please don’t paste the content — just attach the file so I can review the complete event history in detail.)

Ok, after removing all Things/Devices associated with the LG ThinQ Bridge - I have only the LG dryer, the LG gateway (online) is seen in the things overview.

Now, when turning on the dryer I can not find any LG dryer in the inbox discovery link, also not the LG gateway.

http://<OPENHAB_HOST:PORT>/settings/things/inbox

Is this possible, or do I something wrong?

Did you disable - enable the gateway ? The bridge do the discovery process every hour. To force a discovery process you need to disable/enable the bridge, then when It come back online, it execute the discovery process forced.

I did following steps:

  1. disable LG gateway
  2. turned on dryer
  3. enable LG gateway
  4. waiting 10min while checking the Things-Inbox –> No new dryer or other LG devices were poped up
  5. returned to step1-5 several times - no LG dryer
  6. Added new LG thing → Scan → No LG dryer poped up with auto scan

makes this sense to you? I can see the LG dryer on the smartphone app without problem