Myopenhab cloud connection lost short time after restart

Hi all,

since a couple of days my connection to the openhab cloud is cut. Restarting the system helps only for a few minutes. Then the connection is lost again. I already tried to uninstall and reinstall the related binding. Does anyone knows this issue and knows what to do?

Many thanks in advance

edit: I performed a fritzbox update a couple of days before. Could this be the issue?

Your issue is not new,
see here and here.
In my case what helped for at least some weeks is:

  • Uninstall cloud binding
  • stop openhab and run “clean-cache”
  • restart and reinstall binding

I tried again:

sudo systemctl stop openhab.service
sudo openhab-cli clean-cache
sudo systemctl start openhab.service

this helped for 5 min. then the site map is not reachable again

the online/offline status is toggling every minute in the myopenhab dashboard

Have you checked out that you have stqble connection to myopenhab.org servers with sth like ping or Uptime Kuma that sgows a graph of connection?

In my case i had trouble with DNS nor resolving with sometimes, serring 1.1.1.1 or 8.8.8.8 for backup DNS server sloves it.

Tho there are some older versions of OH that have hard time to stay connected.

So what version of OH you running, on what hardware and is your intenet stable othervise.

Also see here.

openHAB cloud is creating a new SSE sitemap subscription every few seconds, and it will reach the max subscription limit of 50 pretty quickly. You can increase the subscription max by setting a configuration parameter, but it will still reach max subscriptions eventually.

Edit: FYI, you can “fix” the problem temporarily by restarting the org.openhab.core.io.rest.sitemap bundle in the Karaf console.

Looks like a fix just went in, so the problem should be resolved.