Communication Error with Conbee 2 since upgrading to openHAB 3.3.0

Since upgrading to openHAB 3.3.0 I cannot establish a connection to my Conbee 2 / deconz.

I’m running openHAB on a Rasperry (openHABian) with UI on port 8080. Deconz is running on the same decive on port 8090.

● deconz.service - deCONZ: ZigBee gateway -- REST API
   Loaded: loaded (/lib/systemd/system/deconz.service; disabled; vendor preset: enabled)
  Drop-In: /etc/systemd/system/deconz.service.d
           └─override.conf
   Active: active (running) since Mon 2022-08-22 15:40:31 CEST; 18min ago
 Main PID: 11884 (deCONZ)
    Tasks: 4 (limit: 4915)
   CGroup: /system.slice/deconz.service
           └─11884 /usr/bin/deCONZ -platform minimal --http-port=8090

Deconz Web UI is working, just openHAB is not able to establish a connection.

I’ve tried restarting, reconnecting, with and without API key. Without success until now. See the following log output.

[INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'deconz:deconz:00212E075414' changed from INITIALIZING to OFFLINE (COMMUNICATION_ERROR): Error while connecting: org.eclipse.jetty.websocket.api.UpgradeException: Failed to upgrade to websocket: Unexpected HTTP Response Status Code: 200 OK

[INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'deconz:deconz:00212E075414' changed from OFFLINE (COMMUNICATION_ERROR): Error while connecting: org.eclipse.jetty.websocket.api.UpgradeException: Failed to upgrade to websocket: Unexpected HTTP Response Status Code: 200 OK to OFFLINE (COMMUNICATION_ERROR): Error while connecting: Destroyed container cannot be restarted

[WARN ] [nternal.netutils.WebSocketConnection] - Websocket$1661174781205-1 trying to re-connect while still disconnecting

[INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'deconz:deconz:00212E075414' changed from OFFLINE (CONFIGURATION_PENDING): Waiting for configuration to OFFLINE (COMMUNICATION_ERROR): Error while connecting: Destroyed container cannot be restarted

[INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'deconz:deconz:00212E075414' changed from OFFLINE (COMMUNICATION_ERROR): Error while connecting: Destroyed container cannot be restarted to OFFLINE (CONFIGURATION_PENDING): Requesting API Key

[INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'deconz:deconz:00212E075414' changed from OFFLINE (CONFIGURATION_PENDING): Requesting API Key to OFFLINE (CONFIGURATION_PENDING): Waiting for configuration

[INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'deconz:deconz:00212E075414' changed from OFFLINE (COMMUNICATION_ERROR): Error while connecting: org.eclipse.jetty.websocket.api.UpgradeException: Failed to upgrade to websocket: Unexpected HTTP Response Status Code: 200 OK to OFFLINE (COMMUNICATION_ERROR): Error while connecting: null

Thing configuration is set up to use 8090 as http and websocket port. What am I missing? Any ideas?

This seems to be an error introduced with OH 3.3.

I have it as well, just as many others. Another thread with the issue is this one: Thread

For me, what usually works is:

  • deactivating the deconz thing
  • activating the 3rd party app pairing in the Phoscon Webinterface
  • deleting the API key in the deconz thing
  • activating the thing, it will generate a new key.

It does not help you but:

  • the same error was reported for earlier versions as well
  • I am on OH 3.3 using Conbee II with .things 'file configuration
    so far I haven’t seen this error message

Looks similar to this problem [deconz] Gateway stays offline after OH restart: Error while connecting: Destroyed container cannot be restarted · Issue #13141 · openhab/openhab-addons · GitHub

You can try to stop and start the bridge manually after openHAB hast been started.

facing the same here.
Although all these errors are thrown and the bridge is tagged “ERROR: COMM”, it seems to work!? The lights appeared in my inbox and I am able to control them, despite the error.

I am using TrueNAS Scale with truecharts.org, deconz and openhab are running in different pods (if this is the right term, used to use pure docker before).

snippet from debug.log (you’ll find a longer one in the attachement
deconz.log (76.4 KB)
)

2022-09-03T15:09:00.994198336Z 17:09:00.993 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'deconz:deconz:6f0a0e82dd' changed from UNINITIALIZED to INITIALIZING
2022-09-03T15:09:00.995380081Z 17:09:00.995 [DEBUG] [internal.handler.DeconzBridgeHandler] - Start initializing bridge deconz:deconz:6f0a0e82dd
2022-09-03T15:09:11.025007578Z 17:09:11.023 [DEBUG] [nternal.netutils.WebSocketConnection] - Trying to connect Websocket$1662217740991-1 to ws://deconz.ix-deconz.svc.cluster.local:10001
2022-09-03T15:09:11.029053544Z 17:09:11.028 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'deconz:deconz:6f0a0e82dd' changed from INITIALIZING to OFFLINE (COMMUNICATION_ERROR): Error while connecting: java.net.ConnectException: Connection refused
2022-09-03T15:09:21.030831638Z 17:09:21.030 [DEBUG] [nternal.netutils.WebSocketConnection] - Trying to connect Websocket$1662217740991-1 to ws://deconz.ix-deconz.svc.cluster.local:10001
2022-09-03T15:09:21.036621295Z 17:09:21.036 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'deconz:deconz:6f0a0e82dd' changed from OFFLINE (COMMUNICATION_ERROR): Error while connecting: java.net.ConnectException: Connection refused to OFFLINE (COMMUNICATION_ERROR): Error while connecting: null
2022-09-03T15:09:31.036550195Z 17:09:31.035 [DEBUG] [nternal.netutils.WebSocketConnection] - Trying to connect Websocket$1662217740991-1 to ws://deconz.ix-deconz.svc.cluster.local:10001
2022-09-03T15:09:41.039585800Z 17:09:41.038 [DEBUG] [nternal.netutils.WebSocketConnection] - Trying to connect Websocket$1662217740991-1 to ws://deconz.ix-deconz.svc.cluster.local:10001
2022-09-03T15:09:51.040944772Z 17:09:51.040 [DEBUG] [nternal.netutils.WebSocketConnection] - Trying to connect Websocket$1662217740991-1 to ws://deconz.ix-deconz.svc.cluster.local:10001
2022-09-03T15:10:01.042261307Z 17:10:01.041 [DEBUG] [nternal.netutils.WebSocketConnection] - Trying to connect Websocket$1662217740991-1 to ws://deconz.ix-deconz.svc.cluster.local:10001
2022-09-03T15:10:11.044038385Z 17:10:11.043 [DEBUG] [nternal.netutils.WebSocketConnection] - Trying to connect Websocket$1662217740991-1 to ws://deconz.ix-deconz.svc.cluster.local:10001
2022-09-03T15:10:21.045084031Z 17:10:21.044 [DEBUG] [nternal.netutils.WebSocketConnection] - Trying to connect Websocket$1662217740991-1 to ws://deconz.ix-deconz.svc.cluster.local:10001
2022-09-03T15:10:31.046159103Z 17:10:31.045 [DEBUG] [nternal.netutils.WebSocketConnection] - Trying to connect Websocket$1662217740991-1 to ws://deconz.ix-deconz.svc.cluster.local:10001
2022-09-03T15:10:41.047344923Z 17:10:41.046 [DEBUG] [nternal.netutils.WebSocketConnection] - Trying to connect Websocket$1662217740991-1 to ws://deconz.ix-deconz.svc.cluster.local:10001
2022-09-03T15:10:51.048344266Z 17:10:51.047 [DEBUG] [nternal.netutils.WebSocketConnection] - Trying to connect Websocket$1662217740991-1 to ws://deconz.ix-deconz.svc.cluster.local:10001
2022-09-03T15:11:01.049408070Z 17:11:01.048 [DEBUG] [nternal.netutils.WebSocketConnection] - Trying to connect Websocket$1662217740991-1 to ws://deconz.ix-deconz.svc.cluster.local:10001
2022-09-03T15:11:11.050868837Z 17:11:11.050 [DEBUG] [nternal.netutils.WebSocketConnection] - Trying to connect Websocket$1662217740991-1 to ws://deconz.ix-deconz.svc.cluster.local:10001
2022-09-03T15:11:21.051928252Z 17:11:21.051 [DEBUG] [nternal.netutils.WebSocketConnection] - Trying to connect Websocket$1662217740991-1 to ws://deconz.ix-deconz.svc.cluster.local:10001
2022-09-03T15:11:31.052995429Z 17:11:31.052 [DEBUG] [nternal.netutils.WebSocketConnection] - Trying to connect Websocket$1662217740991-1 to ws://deconz.ix-deconz.svc.cluster.local:10001
2022-09-03T15:11:41.054027008Z 17:11:41.053 [DEBUG] [nternal.netutils.WebSocketConnection] - Trying to connect Websocket$1662217740991-1 to ws://deconz.ix-deconz.svc.cluster.local:10001
2022-09-03T15:11:51.055041953Z 17:11:51.054 [DEBUG] [nternal.netutils.WebSocketConnection] - Trying to connect Websocket$1662217740991-1 to ws://deconz.ix-deconz.svc.cluster.local:10001
2022-09-03T15:12:01.056127802Z 17:12:01.055 [DEBUG] [nternal.netutils.WebSocketConnection] - Trying to connect Websocket$1662217740991-1 to ws://deconz.ix-deconz.svc.cluster.local:10001
2022-09-03T15:12:11.057231431Z 17:12:11.056 [DEBUG] [nternal.netutils.WebSocketConnection] - Trying to connect Websocket$1662217740991-1 to ws://deconz.ix-deconz.svc.cluster.local:10001
2022-09-03T15:12:21.058387340Z 17:12:21.057 [DEBUG] [nternal.netutils.WebSocketConnection] - Trying to connect Websocket$1662217740991-1 to ws://deconz.ix-deconz.svc.cluster.local:10001
2022-09-03T15:12:31.059294067Z 17:12:31.058 [DEBUG] [nternal.netutils.WebSocketConnection] - Trying to connect Websocket$1662217740991-1 to ws://deconz.ix-deconz.svc.cluster.local:10001
2022-09-03T15:12:31.060774519Z 17:12:31.060 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'deconz:deconz:6f0a0e82dd' changed from OFFLINE (COMMUNICATION_ERROR): Error while connecting: null to OFFLINE (COMMUNICATION_ERROR): Error while connecting: java.net.ConnectException: Connection refused
2022-09-03T15:12:41.060980317Z 17:12:41.060 [DEBUG] [nternal.netutils.WebSocketConnection] - Trying to connect Websocket$1662217740991-1 to ws://deconz.ix-deconz.svc.cluster.local:10001
2022-09-03T15:12:41.062751449Z 17:12:41.062 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'deconz:deconz:6f0a0e82dd' changed from OFFLINE (COMMUNICATION_ERROR): Error while connecting: java.net.ConnectException: Connection refused to OFFLINE (COMMUNICATION_ERROR): Error while connecting: null
2022-09-03T15:12:51.062230020Z 17:12:51.061 [DEBUG] [nternal.netutils.WebSocketConnection] - Trying to connect Websocket$1662217740991-1 to ws://deconz.ix-deconz.svc.cluster.local:10001
2022-09-03T15:13:01.063190080Z 17:13:01.062 [DEBUG] [nternal.netutils.WebSocketConnection] - Trying to connect Websocket$1662217740991-1 to ws://deconz.ix-deconz.svc.cluster.local:10001
2022-09-03T15:13:11.064244391Z 17:13:11.063 [DEBUG] [nternal.netutils.WebSocketConnection] - Trying to connect Websocket$1662217740991-1 to ws://deconz.ix-deconz.svc.cluster.local:10001
2022-09-03T15:13:21.065403556Z 17:13:21.064 [DEBUG] [nternal.netutils.WebSocketConnection] - Trying to connect Websocket$1662217740991-1 to ws://deconz.ix-deconz.svc.cluster.local:10001
2022-09-03T15:13:31.065962379Z 17:13:31.065 [DEBUG] [nternal.netutils.WebSocketConnection] - Trying to connect Websocket$1662217740991-1 to ws://deconz.ix-deconz.svc.cluster.local:10001
2022-09-03T15:13:41.067073025Z 17:13:41.066 [DEBUG] [nternal.netutils.WebSocketConnection] - Trying to connect Websocket$1662217740991-1 to ws://deconz.ix-deconz.svc.cluster.local:10001
2022-09-03T15:13:51.067870933Z 17:13:51.067 [DEBUG] [nternal.netutils.WebSocketConnection] - Trying to connect Websocket$1662217740991-1 to ws://deconz.ix-deconz.svc.cluster.local:10001
2022-09-03T15:14:01.003835881Z 17:14:01.003 [INFO ] [g.discovery.internal.PersistentInbox] - Added new thing 'deconz:daylightsensor:6f0a0e82dd:00212effff093c9401' to inbox.
2022-09-03T15:14:01.004025162Z 17:14:01.003 [INFO ] [openhab.event.InboxAddedEvent       ] - Discovery Result with UID 'deconz:daylightsensor:6f0a0e82dd:00212effff093c9401' has been added.
2022-09-03T15:14:01.005710276Z 17:14:01.005 [INFO ] [g.discovery.internal.PersistentInbox] - Added new thing 'deconz:colortemperaturelight:6f0a0e82dd:847127fffe0a91f001' to inbox.
2022-09-03T15:14:01.006463197Z 17:14:01.006 [INFO ] [g.discovery.internal.PersistentInbox] - Added new thing 'deconz:colortemperaturelight:6f0a0e82dd:84fd27fffed1e48201' to inbox.
2022-09-03T15:14:01.008230601Z 17:14:01.007 [INFO ] [g.discovery.internal.PersistentInbox] - Added new thing 'deconz:lightgroup:6f0a0e82dd:1' to inbox.
2022-09-03T15:14:01.013139418Z 17:14:01.010 [INFO ] [openhab.event.InboxAddedEvent       ] - Discovery Result with UID 'deconz:colortemperaturelight:6f0a0e82dd:847127fffe0a91f001' has been added.
2022-09-03T15:14:01.013247396Z 17:14:01.013 [INFO ] [openhab.event.InboxAddedEvent       ] - Discovery Result with UID 'deconz:colortemperaturelight:6f0a0e82dd:84fd27fffed1e48201' has been added.
2022-09-03T15:14:01.013346538Z 17:14:01.013 [INFO ] [openhab.event.InboxAddedEvent       ] - Discovery Result with UID 'deconz:lightgroup:6f0a0e82dd:1' has been added.
2022-09-03T15:14:01.068797103Z 17:14:01.068 [DEBUG] [nternal.netutils.WebSocketConnection] - Trying to connect Websocket$1662217740991-1 to ws://deconz.ix-deconz.svc.cluster.local:10001
2022-09-03T15:14:11.070122617Z 17:14:11.069 [DEBUG] [nternal.netutils.WebSocketConnection] - Trying to connect Websocket$1662217740991-1 to ws://deconz.ix-deconz.svc.cluster.local:10001
2022-09-03T15:14:21.071131114Z 17:14:21.070 [DEBUG] [nternal.netutils.WebSocketConnection] - Trying to connect Websocket$1662217740991-1 to ws://deconz.ix-deconz.svc.cluster.local:10001
2022-09-03T15:14:31.072231030Z 17:14:31.071 [DEBUG] [nternal.netutils.WebSocketConnection] - Trying to connect Websocket$1662217740991-1 to ws://deconz.ix-deconz.svc.cluster.local:10001
2022-09-03T15:14:41.073429027Z 17:14:41.072 [DEBUG] [nternal.netutils.WebSocketConnection] - Trying to connect Websocket$1662217740991-1 to ws://deconz.ix-deconz.svc.cluster.local:10001
2022-09-03T15:14:51.074569152Z 17:14:51.074 [DEBUG] [nternal.netutils.WebSocketConnection] - Trying to connect Websocket$1662217740991-1 to ws://deconz.ix-deconz.svc.cluster.local:10001
2022-09-03T15:15:01.075239783Z 17:15:01.075 [DEBUG] [nternal.netutils.WebSocketConnection] - Trying to connect Websocket$1662217740991-1 to ws://deconz.ix-deconz.svc.cluster.local:10001
2022-09-03T15:15:01.076179155Z 17:15:01.076 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'deconz:deconz:6f0a0e82dd' changed from OFFLINE (COMMUNICATION_ERROR): Error while connecting: null to OFFLINE (COMMUNICATION_ERROR): Error while connecting: java.net.ConnectException: Connection refused
2022-09-03T15:15:11.076454146Z 17:15:11.075 [DEBUG] [nternal.netutils.WebSocketConnection] - Trying to connect Websocket$1662217740991-1 to ws://deconz.ix-deconz.svc.cluster.local:10001
2022-09-03T15:15:11.077782348Z 17:15:11.077 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'deconz:deconz:6f0a0e82dd' changed from OFFLINE (COMMUNICATION_ERROR): Error while connecting: java.net.ConnectException: Connection refused to OFFLINE (COMMUNICATION_ERROR): Error while connecting: null
2022-09-03T15:15:21.077571397Z 17:15:21.077 [DEBUG] [nternal.netutils.WebSocketConnection] - Trying to connect Websocket$1662217740991-1 to ws://deconz.ix-deconz.svc.cluster.local:10001
2022-09-03T15:15:21.079208184Z 17:15:21.078 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'deconz:deconz:6f0a0e82dd' changed from OFFLINE (COMMUNICATION_ERROR): Error while connecting: null to OFFLINE (COMMUNICATION_ERROR): Error while connecting: java.net.ConnectException: Connection refused
2022-09-03T15:15:31.079178623Z 17:15:31.078 [DEBUG] [nternal.netutils.WebSocketConnection] - Trying to connect Websocket$1662217740991-1 to ws://deconz.ix-deconz.svc.cluster.local:10001
2022-09-03T15:15:31.080460315Z 17:15:31.080 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'deconz:deconz:6f0a0e82dd' changed from OFFLINE (COMMUNICATION_ERROR): Error while connecting: java.net.ConnectException: Connection refused to OFFLINE (COMMUNICATION_ERROR): Error while connecting: null
2022-09-03T15:15:41.080372256Z 17:15:41.079 [DEBUG] [nternal.netutils.WebSocketConnection] - Trying to connect Websocket$1662217740991-1 to ws://deconz.ix-deconz.svc.cluster.local:10001
2022-09-03T15:15:51.081484460Z 17:15:51.080 [DEBUG] [nternal.netutils.WebSocketConnection] - Trying to connect Websocket$1662217740991-1 to ws://deconz.ix-deconz.svc.cluster.local:10001
2022-09-03T15:16:01.082598704Z 17:16:01.082 [DEBUG] [nternal.netutils.WebSocketConnection] - Trying to connect Websocket$1662217740991-1 to ws://deconz.ix-deconz.svc.cluster.local:10001
2022-09-03T15:16:11.083634300Z 17:16:11.083 [DEBUG] [nternal.netutils.WebSocketConnection] - Trying to connect Websocket$1662217740991-1 to ws://deconz.ix-deconz.svc.cluster.local:10001
2022-09-03T15:16:21.085138157Z 17:16:21.084 [DEBUG] [nternal.netutils.WebSocketConnection] - Trying to connect Websocket$1662217740991-1 to ws://deconz.ix-deconz.svc.cluster.local:10001
2022-09-03T15:16:23.023004138Z 17:16:23.022 [INFO ] [openhab.event.InboxRemovedEvent     ] - Discovery Result with UID 'deconz:colortemperaturelight:6f0a0e82dd:847127fffe0a91f001' has been removed.
2022-09-03T15:16:23.026116066Z 17:16:23.025 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'deconz:colortemperaturelight:6f0a0e82dd:847127fffe0a91f001' changed from UNINITIALIZED to INITIALIZING
2022-09-03T15:16:23.031920806Z 17:16:23.031 [DEBUG] [econzDynamicStateDescriptionProvider] - Cannot post event as EventPublisher is missing
2022-09-03T15:16:23.033908964Z 17:16:23.033 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'deconz:colortemperaturelight:6f0a0e82dd:847127fffe0a91f001' changed from INITIALIZING to OFFLINE (BRIDGE_OFFLINE)
2022-09-03T15:16:28.776155141Z 17:16:28.775 [INFO ] [openhab.event.InboxRemovedEvent     ] - Discovery Result with UID 'deconz:colortemperaturelight:6f0a0e82dd:84fd27fffed1e48201' has been removed.
2022-09-03T15:16:28.779604426Z 17:16:28.777 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'deconz:colortemperaturelight:6f0a0e82dd:84fd27fffed1e48201' changed from UNINITIALIZED to INITIALIZING
2022-09-03T15:16:28.782390982Z 17:16:28.782 [DEBUG] [econzDynamicStateDescriptionProvider] - Cannot post event as EventPublisher is missing
2022-09-03T15:16:28.782804964Z 17:16:28.782 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'deconz:colortemperaturelight:6f0a0e82dd:84fd27fffed1e48201' changed from INITIALIZING to OFFLINE (BRIDGE_OFFLINE)
2022-09-03T15:16:31.086272209Z 17:16:31.085 [DEBUG] [nternal.netutils.WebSocketConnection] - Trying to connect Websocket$1662217740991-1 to ws://deconz.ix-deconz.svc.cluster.local:10001
2022-09-03T15:16:41.086895036Z 17:16:41.086 [DEBUG] [nternal.netutils.WebSocketConnection] - Trying to connect Websocket$1662217740991-1 to ws://deconz.ix-deconz.svc.cluster.local:10001
2022-09-03T15:16:42.402365832Z 17:16:42.401 [INFO ] [openhab.event.ItemStateChangedEvent ] - Item 'LightPillarRight_Helligkeit' changed from NULL to 0
2022-09-03T15:16:42.402411489Z 17:16:42.402 [INFO ] [openhab.event.ItemUpdatedEvent      ] - Item 'LightPillarRight_Helligkeit' has been updated.
2022-09-03T15:16:42.404407936Z 17:16:42.404 [INFO ] [openhab.event.ItemUpdatedEvent      ] - Item 'LightPillarRight_Farbtemperatur' has been updated.
2022-09-03T15:16:43.320613280Z 17:16:43.319 [WARN ] [e.internal.SseItemStatesEventBuilder] - Attempting to send a state update of an item which doesn't exist: LightPillarRight
2022-09-03T15:16:51.087860959Z 17:16:51.087 [DEBUG] [nternal.netutils.WebSocketConnection] - Trying to connect Websocket$1662217740991-1 to ws://deconz.ix-deconz.svc.cluster.local:10001
2022-09-03T15:17:01.088945438Z 17:17:01.088 [DEBUG] [nternal.netutils.WebSocketConnection] - Trying to connect Websocket$1662217740991-1 to ws://deconz.ix-deconz.svc.cluster.local:10001
2022-09-03T15:17:08.866101827Z 17:17:08.865 [INFO ] [openhab.event.ItemStateChangedEvent ] - Item 'LightPillar001_Helligkeit' changed from NULL to 0
2022-09-03T15:17:11.090104325Z 17:17:11.089 [DEBUG] [nternal.netutils.WebSocketConnection] - Trying to connect Websocket$1662217740991-1 to ws://deconz.ix-deconz.svc.cluster.local:10001
2022-09-03T15:17:21.091117960Z 17:17:21.090 [DEBUG] [nternal.netutils.WebSocketConnection] - Trying to connect Websocket$1662217740991-1 to ws://deconz.ix-deconz.svc.cluster.local:10001
2022-09-03T15:17:23.969573117Z 17:17:23.968 [INFO ] [openhab.event.ItemStateChangedEvent ] - Item 'LightPillar002_Helligkeit' changed from NULL to 0
2022-09-03T15:17:31.092735816Z 17:17:31.092 [DEBUG] [nternal.netutils.WebSocketConnection] - Trying to connect Websocket$1662217740991-1 to ws://deconz.ix-deconz.svc.cluster.local:10001
2022-09-03T15:17:41.093854165Z 17:17:41.093 [DEBUG] [nternal.netutils.WebSocketConnection] - Trying to connect Websocket$1662217740991-1 to ws://deconz.ix-deconz.svc.cluster.local:10001
2022-09-03T15:17:51.094744339Z 17:17:51.094 [DEBUG] [nternal.netutils.WebSocketConnection] - Trying to connect Websocket$1662217740991-1 to ws://deconz.ix-deconz.svc.cluster.local:10001
2022-09-03T15:17:51.097598651Z 17:17:51.096 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'deconz:deconz:6f0a0e82dd' changed from OFFLINE (COMMUNICATION_ERROR): Error while connecting: null to OFFLINE (COMMUNICATION_ERROR): Error while connecting: java.net.ConnectException: Connection refused
2022-09-03T15:18:01.097905823Z 17:18:01.097 [DEBUG] [nternal.netutils.WebSocketConnection] - Trying to connect Websocket$1662217740991-1 to ws://deconz.ix-deconz.svc.cluster.local:10001
2022-09-03T15:18:01.099778030Z 17:18:01.099 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'deconz:deconz:6f0a0e82dd' changed from OFFLINE (COMMUNICATION_ERROR): Error while connecting: java.net.ConnectException: Connection refused to OFFLINE (COMMUNICATION_ERROR): Error while connecting: null
2022-09-03T15:18:03.931269952Z 17:18:03.930 [INFO ] [openhab.event.ItemCommandEvent      ] - Item 'LightPillar001_Helligkeit' received command 16
2022-09-03T15:18:03.932066059Z 17:18:03.931 [INFO ] [penhab.event.ItemStatePredictedEvent] - Item 'LightPillar001_Helligkeit' predicted to become 0
2022-09-03T15:18:04.829793201Z 17:18:04.829 [INFO ] [openhab.event.ItemCommandEvent      ] - Item 'LightPillar001_Helligkeit' received command 0
2022-09-03T15:18:04.830094256Z 17:18:04.829 [INFO ] [penhab.event.ItemStatePredictedEvent] - Item 'LightPillar001_Helligkeit' predicted to become 0
2022-09-03T15:18:11.100110055Z 17:18:11.099 [DEBUG] [nternal.netutils.WebSocketConnection] - Trying to connect Websocket$1662217740991-1 to ws://deconz.ix-deconz.svc.cluster.local:10001
2022-09-03T15:18:21.101376802Z 17:18:21.100 [DEBUG] [nternal.netutils.WebSocketConnection] - Trying to connect Websocket$1662217740991-1 to ws://deconz.ix-deconz.svc.cluster.local:10001