ShellyRelayHandler tried updating the thing status although the handler was already disposed

The kitchen lights (via a Shelly 2PM) can no longer be controlled via openHAB (nu problem via the Shelly App or the Devices own web-UI).

The thing is shown as online with no apparent problem:

But when I switch the power on or off the item state is updated but the state does not correspond to reality, i.e. the light isn’t switched.

  • If logs where generated please post these here using code fences:

Everytime I attempt to switch the light as described above, the following log is produced in openhab.log

2024-10-06 16:46:30.961 [WARN ] [.core.thing.binding.BaseThingHandler] - Handler ShellyRelayHandler tried updating the thing status although the handler was already disposed.

The OH configuration has not ben modified for months and the light has always been working fine,

I had the same error message from a different binding. A clean-cache and server restart helped.

Yes, restarting the server helped. But it does not remove the root cause. Do you have any idea what might causing this?

Unfortunately not