OpenHab Cloud notification not working

Running openHab 4.2.2 on Raspi 4B.
Since 2 weeks and after the last updates, no notifications are being sent.
The log says:

2024-11-17 22:17:25.822 [INFO ] [io.openhabcloud.internal.CloudClient] - Connected to the openHAB Cloud service (UUID = 24…40, base URL = http://localhost:8080)
2024-11-17 22:17:50.817 [DEBUG] [io.openhabcloud.internal.CloudClient] - Socket.IO ping
2024-11-17 22:17:50.842 [DEBUG] [io.openhabcloud.internal.CloudClient] - Socket.IO pong: 25 ms
2024-11-17 22:17:55.481 [INFO ] [penhab.core.model.script.Testswitch2] - Notification sent
2024-11-17 22:17:55.483 [DEBUG] [b.io.openhabcloud.NotificationAction] - sending notification ‘Test Notification’ to user um-gs@arcor.de
2024-11-17 22:17:55.484 [DEBUG] [o.openhabcloud.internal.CloudService] - Sending message ‘Test Notification’ to user id um-gs@arcor.de
2024-11-17 22:17:55.486 [DEBUG] [io.openhabcloud.internal.CloudClient] - No connection, notification is not sent
2024-11-17 22:17:55.487 [DEBUG] [b.io.openhabcloud.NotificationAction] - sending broadcast notification ‘Test Broadcast Notification’ to all users
2024-11-17 22:17:55.488 [DEBUG] [o.openhabcloud.internal.CloudService] - Sending broadcast message ‘Test Broadcast Notification’ to all users
2024-11-17 22:17:55.489 [DEBUG] [io.openhabcloud.internal.CloudClient] - No connection, notification is not sent
2024-11-17 22:17:55.491 [DEBUG] [b.io.openhabcloud.NotificationAction] - sending log notification ‘Test LogNotification’
2024-11-17 22:17:55.492 [DEBUG] [o.openhabcloud.internal.CloudService] - Sending log message ‘Test LogNotification’
2024-11-17 22:17:55.493 [DEBUG] [io.openhabcloud.internal.CloudClient] - No connection, notification is not sent
2024-11-17 22:18:15.843 [DEBUG] [io.openhabcloud.internal.CloudClient] - Socket.IO ping
2024-11-17 22:18:15.866 [DEBUG] [io.openhabcloud.internal.CloudClient] - Socket.IO pong: 23 ms
2024-11-17 22:18:29.244 [DEBUG] [o.openhabcloud.internal.CloudService] - bundle org.openhab.io.openhabcloud:4.2.2 (330)[org.openhab.io.openhabcloud.internal.CloudService(536)] : ConfigurableComponentHolder configuration updated for pid org.openhab.openhabcloud with change count 13
2024-11-17 22:18:29.246 [DEBUG] [o.openhabcloud.internal.CloudService] - bundle org.openhab.io.openhabcloud:4.2.2 (330)[org.openhab.io.openhabcloud.internal.CloudService(536)] : Querying state active
2024-11-17 22:18:29.248 [DEBUG] [o.openhabcloud.internal.CloudService] - bundle org.openhab.io.openhabcloud:4.2.2 (330)[org.openhab.io.openhabcloud.internal.CloudService(536)] : Querying state active
2024-11-17 22:18:29.250 [DEBUG] [o.openhabcloud.internal.CloudService] - bundle org.openhab.io.openhabcloud:4.2.2 (330)[org.openhab.io.openhabcloud.internal.CloudService(536)] : invoking modified: modified: parameters [org.apache.felix.scr.impl.helper.ReadOnlyDictionary]
2024-11-17 22:18:29.252 [DEBUG] [o.openhabcloud.internal.CloudService] - Using secret at ‘/var/lib/openhab/openhabcloud/secret’ with content ‘Ia…HO’
2024-11-17 22:18:29.253 [DEBUG] [o.openhabcloud.internal.CloudService] - UUID = 24…40, secret = Ia…HO
2024-11-17 22:18:29.313 [INFO ] [io.openhabcloud.internal.CloudClient] - Shutting down openHAB Cloud service connection
2024-11-17 22:18:29.314 [WARN ] [io.openhabcloud.internal.CloudClient] - Socket.IO disconnected: io client disconnect
2024-11-17 22:18:29.316 [INFO ] [io.openhabcloud.internal.CloudClient] - Disconnected from the openHAB Cloud service (UUID = 24…40, base URL = http://localhost:8080)
2024-11-17 22:18:29.469 [INFO ] [io.openhabcloud.internal.CloudClient] - Connected to the openHAB Cloud service (UUID = 24…40, base URL = http://localhost:8080)

So there is a connection with openhabcloud, I can also remotely connect to my server, but the notification is not sent.

Do the notifications appear in the notification log on myopenhab.org?

Could you please elaborate on your client devices registered in openHAB cloud?

Hi,
the notifications do not appear in the notification log on myopenhab.org (only the older ones until it stopped).
These devices are registered:

Pulling in @digitaldan: Can you check what’s going on?

Have you tried restarting the entire openHAB process? There is a very rare condition where i think a zombie instance hangs around and the active one does not get routed actions. Restarting openHAB is the only way to clear out.

Yes, openhab.service has been stopped an a clean cache performed before rebooting. No improvement though.

Hi, anyone any ideas what to do?