No Connection to myopenHAB

Hello,

i installed Openhab 3 in a Docker add a few Devices and Things.
Now i want to connect to myopenhab.
So under userdata/uuid and userdata/openhabcloud/secret i found the variables and added this variables to my myopenhab account.

The Account site on myopenhab show offline.
userdata/logs/openhab.logs i found in the latest this:
2021-04-29 18:26:11.156 [INFO ] [io.openhabcloud.internal.CloudClient] - Shutting down openHAB Cloud service connection

did i forget something? This message i got after i started the Openhab Docker Container.

Did you install the openHAB Cloud Connector? It can be installed as add-on via the UI under Misc. Add-ons.

Must have, otherwise he would not get the posted log entry…

yes i installed the cloud connector Plugin

True…

any firewall rules that restrict outgoing connections ?

No, for “this network” i have only a any to any allow rule. The Openhab Container is in the same Network like some other Containers and the all have connections to the internet.
Is there a way to check it direct from the container?

The question for me is why “says” the log “Shutting down openHAB Cloud service connection” this happens on every start or restart to the openhab container.
Is there “a switch” in the webui for “start/stop” for this?

I would expect that within your network you should be able to see name lookups for and connections to myopenhab.org while doing a network trace.

This works i think…

root@Server:~# nslookup myopenhab.org
Server:         192.168.1.1
Address:        192.168.1.1#53

Non-authoritative answer:
Name:   myopenhab.org
Address: 139.162.171.235

root@Server:~# traceroute myopenhab.org
traceroute to myopenhab.org (139.162.171.235), 30 hops max, 60 byte packets
 1  OPNsense.lan (192.168.1.1)  0.278 ms  0.220 ms  0.222 ms
 2  ddn1001bihr001.versatel.de (62.214.63.143)  8.298 ms  8.321 ms  8.956 ms
 3  62.214.38.229 (62.214.38.229)  9.220 ms  9.271 ms  9.304 ms
 4  62.214.32.35 (62.214.32.35)  47.696 ms 62.214.36.146 (62.214.36.146)  38.509 ms 62.214.32.35 (62.214.32.35)  47.695 ms
 5  ipv4.de-cix.fra.de.as63949.linode.com (80.81.194.193)  28.247 ms 195.66.225.73 (195.66.225.73)  40.679 ms ipv4.de-cix.fra.de.as63949.linode.com (80.81.194.193)  29.264 ms
 6  213.52.131.141 (213.52.131.141)  39.303 ms  38.319 ms  42.421 ms
 7  139.162.129.13 (139.162.129.13)  36.697 ms * 139.162.129.17 (139.162.129.17)  36.554 ms
 8  * * *
 9  * * *
10  * * *
11  * * *
12  * * *
13  * * *
14  * * *
15  * * *
16  * * *
17  * * *
18  * * *
19  * * *
20  * * *
21  * * *
22  * * *
23  * * *
24  * * *
25  * * *
26  * * *
27  * * *
28  * * *
29  * * *
30  * * *

i reinstalled the cloud Connector but same Problem but now i get

2021-04-30 09:40:49.479 [ERROR] [io.openhabcloud.internal.CloudClient] - Error connecting to the openHAB Cloud instance

is there a way to “get more information” like a debug or something?