Homeconnect: Handler ... tried accessing its bridge although the handler was already disposed

(I’m on OpenHAB 4.3.0 on OpenHABian using the bundled Homeconnect binding)

For quite some time now, my log has the following messages:

2024-12-29 16:00:18.110 [WARN ] [.core.thing.binding.BaseThingHandler] - Handler HomeConnectDishwasherHandler of thing homeconnect:dishwasher:api_bridge_at_home:Constructa_Spueler tried accessing its bridge although the handler was already disposed.
2024-12-29 16:04:19.475 [WARN ] [.core.thing.binding.BaseThingHandler] - Handler HomeConnectDishwasherHandler of thing homeconnect:dishwasher:api_bridge_at_home:Constructa_Spueler tried accessing its bridge although the handler was already disposed.
2024-12-29 16:08:19.476 [WARN ] [.core.thing.binding.BaseThingHandler] - Handler HomeConnectDishwasherHandler of thing homeconnect:dishwasher:api_bridge_at_home:Constructa_Spueler tried accessing its bridge although the handler was already disposed.
2024-12-29 16:12:19.495 [WARN ] [.core.thing.binding.BaseThingHandler] - Handler HomeConnectDishwasherHandler of thing homeconnect:dishwasher:api_bridge_at_home:Constructa_Spueler tried accessing its bridge although the handler was already disposed.
2024-12-29 16:16:19.544 [WARN ] [.core.thing.binding.BaseThingHandler] - Handler HomeConnectDishwasherHandler of thing homeconnect:dishwasher:api_bridge_at_home:Constructa_Spueler tried accessing its bridge although the handler was already disposed.
2024-12-29 16:19:59.646 [WARN ] [.core.thing.binding.BaseThingHandler] - Handler HomeConnectDishwasherHandler of thing homeconnect:dishwasher:api_bridge_at_home:Constructa_Spueler tried accessing its bridge although the handler was already disposed.
2024-12-29 16:20:42.638 [WARN ] [.core.thing.binding.BaseThingHandler] - Handler HomeConnectDishwasherHandler of thing homeconnect:dishwasher:api_bridge_at_home:Constructa_Spueler tried accessing its bridge although the handler was already disposed.
2024-12-29 16:24:45.929 [WARN ] [.core.thing.binding.BaseThingHandler] - Handler HomeConnectDishwasherHandler of thing homeconnect:dishwasher:api_bridge_at_home:Constructa_Spueler tried accessing its bridge although the handler was already disposed.

The things are as follows:

Bridge homeconnect:api_bridge:api_bridge_at_home "Home Connect API" [ clientId="...",         clientSecret="....", simulator=false] {
    // Thing configurations
    Thing dishwasher Constructa_Spueler "Constructa Spueler"  [ haId="0110804251...." ]
    // Thing washer washer1 "Washer"  [ haId="SIEMENS-HCS03WCH1-1F35EC2BE34A0F" ]
    // Thing fridgefreezer fridge1 "Fridge Freezer  [ haId="SIEMENS-HCS05FRF1-7B3FA5EB3D885B" ]
}

I’ve deleted and recreated all my (file-configured) items and things, but this had no effect.
Does anybody have an idea what I could do about this?
Thanks!

1 Like

I’m having similar issues. seems my homeconnect binding is getting uninstalled…

I do have exactly the same problem - it is NOT new for 4.3.0 but also got this with 4.1.
Maybe a dev can hint us, what he needs for further analysis?