Zigbee bridge OFFLINE: Communication_Error after updating openHAB to 5.2 Milestone 2

Has anyone else had this issue?

2026-04-09 20:58:23.598 [ERROR] [ding.zigbee.internal.ZigBeeDataStore] - 00124B00252126F6: Error reading network state: 

com.thoughtworks.xstream.converters.ConversionException: 

---- Debugging information ----

cause-exception     : java.lang.IllegalArgumentException

cause-message       : IeeeAddress string must contain valid hexadecimal value

class               : com.zsmartsystems.zigbee.IeeeAddress

required-type       : com.zsmartsystems.zigbee.IeeeAddress

converter-type      : org.openhab.binding.zigbee.internal.IeeeAddressConverter

path                : /ZigBeeNode/bindingTable/IeeeAddress

line number         : 1151

class[1]            : java.util.HashSet

required-type[1]    : java.util.HashSet

converter-type[1]   : com.thoughtworks.xstream.converters.collections.CollectionConverter

class[2]            : com.zsmartsystems.zigbee.database.ZigBeeNodeDao

required-type[2]    : com.zsmartsystems.zigbee.database.ZigBeeNodeDao

converter-type[2]   : com.thoughtworks.xstream.converters.reflection.ReflectionConverter

version             : 1.4.21

-------------------------------

	at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:81) ~[?:?]

	at com.thoughtworks.xstream.core.AbstractReferenceUnmarshaller.convert(AbstractReferenceUnmarshaller.java:72) ~[?:?]

	at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:68) ~[?:?]

	at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:52) ~[?:?]

	at com.thoughtworks.xstream.converters.collections.AbstractCollectionConverter.readBareItem(AbstractCollectionConverter.java:132) ~[?:?]

	at com.thoughtworks.xstream.converters.collections.AbstractCollectionConverter.readItem(AbstractCollectionConverter.java:117) ~[?:?]

	at com.thoughtworks.xstream.converters.collections.CollectionConverter.addCurrentElementToCollection(CollectionConverter.java:99) ~[?:?]

	at com.thoughtworks.xstream.converters.collections.CollectionConverter.populateCollection(CollectionConverter.java:92) ~[?:?]

	at com.thoughtworks.xstream.converters.collections.CollectionConverter.populateCollection(CollectionConverter.java:86) ~[?:?]

	at com.thoughtworks.xstream.converters.collections.CollectionConverter.unmarshal(CollectionConverter.java:81) ~[?:?]

	at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:74) ~[?:?]

	at com.thoughtworks.xstream.core.AbstractReferenceUnmarshaller.convert(AbstractReferenceUnmarshaller.java:72) ~[?:?]

	at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:68) ~[?:?]

	at com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.unmarshallField(AbstractReflectionConverter.java:496) ~[?:?]

	at com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.doUnmarshal(AbstractReflectionConverter.java:420) ~[?:?]

	at com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.unmarshal(AbstractReflectionConverter.java:277) ~[?:?]

	at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:74) ~[?:?]

	at com.thoughtworks.xstream.core.AbstractReferenceUnmarshaller.convert(AbstractReferenceUnmarshaller.java:72) ~[?:?]

	at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:68) ~[?:?]

	at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:52) ~[?:?]

	at com.thoughtworks.xstream.core.TreeUnmarshaller.start(TreeUnmarshaller.java:136) ~[?:?]

	at com.thoughtworks.xstream.core.AbstractTreeMarshallingStrategy.unmarshal(AbstractTreeMarshallingStrategy.java:32) ~[?:?]

	at com.thoughtworks.xstream.XStream.unmarshal(XStream.java:1468) ~[?:?]

	at com.thoughtworks.xstream.XStream.unmarshal(XStream.java:1445) ~[?:?]

	at com.thoughtworks.xstream.XStream.fromXML(XStream.java:1325) ~[?:?]

	at org.openhab.binding.zigbee.internal.ZigBeeDataStore.readNode(ZigBeeDataStore.java:158) ~[?:?]

	at com.zsmartsystems.zigbee.database.ZigBeeNetworkDatabaseManager.startup(ZigBeeNetworkDatabaseManager.java:194) ~[?:?]

	at com.zsmartsystems.zigbee.ZigBeeNetworkManager.initialize(ZigBeeNetworkManager.java:420) ~[?:?]

	at org.openhab.binding.zigbee.handler.ZigBeeCoordinatorHandler.initialiseZigBee(ZigBeeCoordinatorHandler.java:434) ~[?:?]

	at org.openhab.binding.zigbee.handler.ZigBeeCoordinatorHandler.lambda$2(ZigBeeCoordinatorHandler.java:566) ~[?:?]

	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572) ~[?:?]

	at java.util.concurrent.FutureTask.run(FutureTask.java:317) ~[?:?]

	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304) ~[?:?]

	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[?:?]

	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[?:?]

	at java.lang.Thread.run(Thread.java:1583) [?:?]

Caused by: java.lang.IllegalArgumentException: IeeeAddress string must contain valid hexadecimal value

	at com.zsmartsystems.zigbee.IeeeAddress.<init>(IeeeAddress.java:52) ~[?:?]

	at org.openhab.binding.zigbee.internal.IeeeAddressConverter.unmarshal(IeeeAddressConverter.java:42) ~[?:?]

	at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:74) ~[?:?]

	... 35 more

I have not had any Zigbee dongle bridge issues in the past two years of having Zigbee. That was until this week after updating from 5.2M1 to 5.2M2. After the update the bridge would not come online. Nothing was changed other then the update as the zigbee Temperature graphs show it was working up until the time of the update. Co-ordinators firmware was updated to the latest Ember firmware a month ago, and the system has been restarted sucessfully multiple times since this was done.

The openHAB user has the dialout, tty and audio groups added.

I checked what Baud the coordinator was using and then forced it to the correct value with this command to match the binding as it was not matching after I was playing with settings to try and fix the issue.

stty -a -F /dev/ttyUSB0
sudo stty -F /dev/ttyUSB0 115200

Confirmed the hardware flow control was active by seeing `crtscts` is listed in the output of the first command without a - sign at the start.

Binding matches the settings. I also rolled back the installation to openHAB 5.2 M1 and this did not resolve the issue.

Debug output of the binding as it starts.

2026-04-09 20:58:22.310 [DEBUG] [bee.handler.ZigBeeCoordinatorHandler] - Config: zigbee_initialise found, initializeNetwork=false

2026-04-09 20:58:22.311 [DEBUG] [ng.zigbee.ember.handler.EmberHandler] - Initializing ZigBee Ember serial bridge handler.

2026-04-09 20:58:22.349 [DEBUG] [ng.zigbee.ember.handler.EmberHandler] - ZigBee Ember Coordinator opening Port:'/dev/ttyUSB0' PAN:xxxx, EPAN:REDACTEDDATAFOR PRIVACY, Channel:11

2026-04-09 20:58:22.350 [DEBUG] [ng.zigbee.ember.handler.EmberHandler] - Ember end device poll timeout set to (255 * 2^14) = 4177920 seconds

2026-04-09 20:58:22.356 [DEBUG] [bee.handler.ZigBeeCoordinatorHandler] - Scheduling ZigBee start

2026-04-09 20:58:23.358 [DEBUG] [bee.handler.ZigBeeCoordinatorHandler] - ZigBee network starting

2026-04-09 20:58:23.361 [DEBUG] [bee.handler.ZigBeeCoordinatorHandler] - Initialising ZigBee coordinator

2026-04-09 20:58:23.457 [DEBUG] [e.transaction.ZigBeeTransactionQueue] - Default: Set profile to ZigBeeTransactionProfile [maxOutstandingTransactions=1, interTransactionDelay=50, maxRetries=2]

2026-04-09 20:58:23.458 [DEBUG] [e.transaction.ZigBeeTransactionQueue] - Broadcast: Set profile to ZigBeeTransactionProfile [maxOutstandingTransactions=2, interTransactionDelay=4000, maxRetries=0]

2026-04-09 20:58:23.460 [DEBUG] [e.transaction.ZigBeeTransactionQueue] - Multicast: Set profile to ZigBeeTransactionProfile [maxOutstandingTransactions=3, interTransactionDelay=1200, maxRetries=0]

2026-04-09 20:58:23.474 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - ZigBeeNetworkManager initialize: networkState=UNINITIALISED

2026-04-09 20:58:23.475 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - Network state is updated to INITIALISING

2026-04-09 20:58:23.479 [DEBUG] [bee.handler.ZigBeeCoordinatorHandler] - null: networkStateUpdated called with state=INITIALISING

2026-04-09 20:58:23.598 [ERROR] [ding.zigbee.internal.ZigBeeDataStore] - 00124B00252126F6: Error reading network state: 

com.thoughtworks.xstream.converters.ConversionException: 

---- Debugging information ----

cause-exception     : java.lang.IllegalArgumentException

cause-message       : IeeeAddress string must contain valid hexadecimal value

class               : com.zsmartsystems.zigbee.IeeeAddress

required-type       : com.zsmartsystems.zigbee.IeeeAddress

converter-type      : org.openhab.binding.zigbee.internal.IeeeAddressConverter

path                : /ZigBeeNode/bindingTable/IeeeAddress

line number         : 1151

class[1]            : java.util.HashSet

required-type[1]    : java.util.HashSet

converter-type[1]   : com.thoughtworks.xstream.converters.collections.CollectionConverter

class[2]            : com.zsmartsystems.zigbee.database.ZigBeeNodeDao

required-type[2]    : com.zsmartsystems.zigbee.database.ZigBeeNodeDao

converter-type[2]   : com.thoughtworks.xstream.converters.reflection.ReflectionConverter

version             : 1.4.21

-------------------------------

	at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:81) ~[?:?]

	at com.thoughtworks.xstream.core.AbstractReferenceUnmarshaller.convert(AbstractReferenceUnmarshaller.java:72) ~[?:?]

	at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:68) ~[?:?]

	at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:52) ~[?:?]

	at com.thoughtworks.xstream.converters.collections.AbstractCollectionConverter.readBareItem(AbstractCollectionConverter.java:132) ~[?:?]

	at com.thoughtworks.xstream.converters.collections.AbstractCollectionConverter.readItem(AbstractCollectionConverter.java:117) ~[?:?]

	at com.thoughtworks.xstream.converters.collections.CollectionConverter.addCurrentElementToCollection(CollectionConverter.java:99) ~[?:?]

	at com.thoughtworks.xstream.converters.collections.CollectionConverter.populateCollection(CollectionConverter.java:92) ~[?:?]

	at com.thoughtworks.xstream.converters.collections.CollectionConverter.populateCollection(CollectionConverter.java:86) ~[?:?]

	at com.thoughtworks.xstream.converters.collections.CollectionConverter.unmarshal(CollectionConverter.java:81) ~[?:?]

	at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:74) ~[?:?]

	at com.thoughtworks.xstream.core.AbstractReferenceUnmarshaller.convert(AbstractReferenceUnmarshaller.java:72) ~[?:?]

	at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:68) ~[?:?]

	at com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.unmarshallField(AbstractReflectionConverter.java:496) ~[?:?]

	at com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.doUnmarshal(AbstractReflectionConverter.java:420) ~[?:?]

	at com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.unmarshal(AbstractReflectionConverter.java:277) ~[?:?]

	at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:74) ~[?:?]

	at com.thoughtworks.xstream.core.AbstractReferenceUnmarshaller.convert(AbstractReferenceUnmarshaller.java:72) ~[?:?]

	at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:68) ~[?:?]

	at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:52) ~[?:?]

	at com.thoughtworks.xstream.core.TreeUnmarshaller.start(TreeUnmarshaller.java:136) ~[?:?]

	at com.thoughtworks.xstream.core.AbstractTreeMarshallingStrategy.unmarshal(AbstractTreeMarshallingStrategy.java:32) ~[?:?]

	at com.thoughtworks.xstream.XStream.unmarshal(XStream.java:1468) ~[?:?]

	at com.thoughtworks.xstream.XStream.unmarshal(XStream.java:1445) ~[?:?]

	at com.thoughtworks.xstream.XStream.fromXML(XStream.java:1325) ~[?:?]

	at org.openhab.binding.zigbee.internal.ZigBeeDataStore.readNode(ZigBeeDataStore.java:158) ~[?:?]

	at com.zsmartsystems.zigbee.database.ZigBeeNetworkDatabaseManager.startup(ZigBeeNetworkDatabaseManager.java:194) ~[?:?]

	at com.zsmartsystems.zigbee.ZigBeeNetworkManager.initialize(ZigBeeNetworkManager.java:420) ~[?:?]

	at org.openhab.binding.zigbee.handler.ZigBeeCoordinatorHandler.initialiseZigBee(ZigBeeCoordinatorHandler.java:434) ~[?:?]

	at org.openhab.binding.zigbee.handler.ZigBeeCoordinatorHandler.lambda$2(ZigBeeCoordinatorHandler.java:566) ~[?:?]

	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572) ~[?:?]

	at java.util.concurrent.FutureTask.run(FutureTask.java:317) ~[?:?]

	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304) ~[?:?]

	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[?:?]

	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[?:?]

	at java.lang.Thread.run(Thread.java:1583) [?:?]

Caused by: java.lang.IllegalArgumentException: IeeeAddress string must contain valid hexadecimal value

	at com.zsmartsystems.zigbee.IeeeAddress.<init>(IeeeAddress.java:52) ~[?:?]

	at org.openhab.binding.zigbee.internal.IeeeAddressConverter.unmarshal(IeeeAddressConverter.java:42) ~[?:?]

	at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:74) ~[?:?]

	... 35 more

2026-04-09 20:58:23.610 [DEBUG] [atabase.ZigBeeNetworkDatabaseManager] - 00124B00252126F6: Data store: Node was not found in database.

2026-04-09 20:58:23.663 [DEBUG] [ding.zigbee.internal.ZigBeeDataStore] - B43522FFFE0BFEEF: ZigBee reading network state complete.

2026-04-09 20:58:23.911 [DEBUG] [atabase.ZigBeeNetworkDatabaseManager] - B43522FFFE0BFEEF: Data store: Node was restored.

2026-04-09 20:58:23.912 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - B43522FFFE0BFEEF: Updating node NWK=A3E1

2026-04-09 20:58:23.947 [ERROR] [ding.zigbee.internal.ZigBeeDataStore] - 00124B00234E3A87: Error reading network state: 

com.thoughtworks.xstream.converters.ConversionException: 

---- Debugging information ----

cause-exception     : java.lang.IllegalArgumentException

cause-message       : IeeeAddress string must contain valid hexadecimal value

class               : com.zsmartsystems.zigbee.IeeeAddress

required-type       : com.zsmartsystems.zigbee.IeeeAddress

converter-type      : org.openhab.binding.zigbee.internal.IeeeAddressConverter

path                : /ZigBeeNode/bindingTable/IeeeAddress

line number         : 1101

class[1]            : java.util.HashSet

required-type[1]    : java.util.HashSet

converter-type[1]   : com.thoughtworks.xstream.converters.collections.CollectionConverter

class[2]            : com.zsmartsystems.zigbee.database.ZigBeeNodeDao

required-type[2]    : com.zsmartsystems.zigbee.database.ZigBeeNodeDao

converter-type[2]   : com.thoughtworks.xstream.converters.reflection.ReflectionConverter

version             : 1.4.21

-------------------------------

	at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:81) ~[?:?]

	at com.thoughtworks.xstream.core.AbstractReferenceUnmarshaller.convert(AbstractReferenceUnmarshaller.java:72) ~[?:?]

	at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:68) ~[?:?]

	at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:52) ~[?:?]

	at com.thoughtworks.xstream.converters.collections.AbstractCollectionConverter.readBareItem(AbstractCollectionConverter.java:132) ~[?:?]

	at com.thoughtworks.xstream.converters.collections.AbstractCollectionConverter.readItem(AbstractCollectionConverter.java:117) ~[?:?]

	at com.thoughtworks.xstream.converters.collections.CollectionConverter.addCurrentElementToCollection(CollectionConverter.java:99) ~[?:?]

	at com.thoughtworks.xstream.converters.collections.CollectionConverter.populateCollection(CollectionConverter.java:92) ~[?:?]

	at com.thoughtworks.xstream.converters.collections.CollectionConverter.populateCollection(CollectionConverter.java:86) ~[?:?]

	at com.thoughtworks.xstream.converters.collections.CollectionConverter.unmarshal(CollectionConverter.java:81) ~[?:?]

	at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:74) ~[?:?]

	at com.thoughtworks.xstream.core.AbstractReferenceUnmarshaller.convert(AbstractReferenceUnmarshaller.java:72) ~[?:?]

	at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:68) ~[?:?]

	at com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.unmarshallField(AbstractReflectionConverter.java:496) ~[?:?]

	at com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.doUnmarshal(AbstractReflectionConverter.java:420) ~[?:?]

	at com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.unmarshal(AbstractReflectionConverter.java:277) ~[?:?]

	at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:74) ~[?:?]

	at com.thoughtworks.xstream.core.AbstractReferenceUnmarshaller.convert(AbstractReferenceUnmarshaller.java:72) ~[?:?]

	at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:68) ~[?:?]

	at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:52) ~[?:?]

	at com.thoughtworks.xstream.core.TreeUnmarshaller.start(TreeUnmarshaller.java:136) ~[?:?]

	at com.thoughtworks.xstream.core.AbstractTreeMarshallingStrategy.unmarshal(AbstractTreeMarshallingStrategy.java:32) ~[?:?]

	at com.thoughtworks.xstream.XStream.unmarshal(XStream.java:1468) ~[?:?]

	at com.thoughtworks.xstream.XStream.unmarshal(XStream.java:1445) ~[?:?]

	at com.thoughtworks.xstream.XStream.fromXML(XStream.java:1325) ~[?:?]

	at org.openhab.binding.zigbee.internal.ZigBeeDataStore.readNode(ZigBeeDataStore.java:158) ~[?:?]

	at com.zsmartsystems.zigbee.database.ZigBeeNetworkDatabaseManager.startup(ZigBeeNetworkDatabaseManager.java:194) ~[?:?]

	at com.zsmartsystems.zigbee.ZigBeeNetworkManager.initialize(ZigBeeNetworkManager.java:420) ~[?:?]

	at org.openhab.binding.zigbee.handler.ZigBeeCoordinatorHandler.initialiseZigBee(ZigBeeCoordinatorHandler.java:434) ~[?:?]

	at org.openhab.binding.zigbee.handler.ZigBeeCoordinatorHandler.lambda$2(ZigBeeCoordinatorHandler.java:566) ~[?:?]

	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572) ~[?:?]

	at java.util.concurrent.FutureTask.run(FutureTask.java:317) ~[?:?]

	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304) ~[?:?]

	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[?:?]

	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[?:?]

	at java.lang.Thread.run(Thread.java:1583) [?:?]

Caused by: java.lang.IllegalArgumentException: IeeeAddress string must contain valid hexadecimal value

	at com.zsmartsystems.zigbee.IeeeAddress.<init>(IeeeAddress.java:52) ~[?:?]

	at org.openhab.binding.zigbee.internal.IeeeAddressConverter.unmarshal(IeeeAddressConverter.java:42) ~[?:?]

	at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:74) ~[?:?]

	... 35 more

2026-04-09 20:58:23.957 [DEBUG] [atabase.ZigBeeNetworkDatabaseManager] - 00124B00234E3A87: Data store: Node was not found in database.

2026-04-09 20:58:23.972 [DEBUG] [ding.zigbee.internal.ZigBeeDataStore] - CCCCCCFFFEA5F228: ZigBee reading network state complete.

2026-04-09 20:58:23.973 [DEBUG] [atabase.ZigBeeNetworkDatabaseManager] - CCCCCCFFFEA5F228: Data store: Node was restored.

2026-04-09 20:58:23.975 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - CCCCCCFFFEA5F228: Updating node NWK=0000

2026-04-09 20:58:24.010 [DEBUG] [ding.zigbee.internal.ZigBeeDataStore] - B4E3F9FFFEB1B81D: ZigBee reading network state complete.

2026-04-09 20:58:24.012 [DEBUG] [atabase.ZigBeeNetworkDatabaseManager] - B4E3F9FFFEB1B81D: Data store: Node was restored.

2026-04-09 20:58:24.012 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - B4E3F9FFFEB1B81D: Updating node NWK=62A7

2026-04-09 20:58:24.049 [DEBUG] [ding.zigbee.internal.ZigBeeDataStore] - 847127FFFE79EDB9: ZigBee reading network state complete.

2026-04-09 20:58:24.053 [DEBUG] [atabase.ZigBeeNetworkDatabaseManager] - 847127FFFE79EDB9: Data store: Node was restored.

2026-04-09 20:58:24.054 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - 847127FFFE79EDB9: Updating node NWK=AACE

2026-04-09 20:58:24.090 [DEBUG] [ding.zigbee.internal.ZigBeeDataStore] - 00124B00251ED867: ZigBee reading network state complete.

2026-04-09 20:58:24.092 [DEBUG] [atabase.ZigBeeNetworkDatabaseManager] - 00124B00251ED867: Data store: Node was restored.

2026-04-09 20:58:24.093 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - 00124B00251ED867: Updating node NWK=775B

2026-04-09 20:58:24.133 [DEBUG] [ding.zigbee.internal.ZigBeeDataStore] - 8C73DAFFFEFFE163: ZigBee reading network state complete.

2026-04-09 20:58:24.138 [DEBUG] [.zsmartsystems.zigbee.ZigBeeEndpoint] - 8C73DAFFFEFFE163: Endpoint 1. Unsupported cluster FC11 - using ZclCustomCluster

2026-04-09 20:58:24.140 [DEBUG] [.zsmartsystems.zigbee.ZigBeeEndpoint] - 8C73DAFFFEFFE163: Endpoint 1. Unsupported cluster FC57 - using ZclCustomCluster

2026-04-09 20:58:24.149 [DEBUG] [atabase.ZigBeeNetworkDatabaseManager] - 8C73DAFFFEFFE163: Data store: Node was restored.

2026-04-09 20:58:24.150 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - 8C73DAFFFEFFE163: Updating node NWK=92D6

2026-04-09 20:58:24.184 [DEBUG] [ding.zigbee.internal.ZigBeeDataStore] - 00124B0024CA3519: ZigBee reading network state complete.

2026-04-09 20:58:24.186 [DEBUG] [.zsmartsystems.zigbee.ZigBeeEndpoint] - 00124B0024CA3519: Endpoint 1. Unsupported cluster FC57 - using ZclCustomCluster

2026-04-09 20:58:24.187 [DEBUG] [atabase.ZigBeeNetworkDatabaseManager] - 00124B0024CA3519: Data store: Node was restored.

2026-04-09 20:58:24.188 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - 00124B0024CA3519: Updating node NWK=2578

2026-04-09 20:58:24.214 [DEBUG] [ding.zigbee.internal.ZigBeeDataStore] - 00124B0023970577: ZigBee reading network state complete.

2026-04-09 20:58:24.215 [DEBUG] [atabase.ZigBeeNetworkDatabaseManager] - 00124B0023970577: Data store: Node was restored.

2026-04-09 20:58:24.216 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - 00124B0023970577: Updating node NWK=5956

2026-04-09 20:58:24.248 [DEBUG] [ding.zigbee.internal.ZigBeeDataStore] - B43522FFFE0C00F1: ZigBee reading network state complete.

2026-04-09 20:58:24.250 [DEBUG] [atabase.ZigBeeNetworkDatabaseManager] - B43522FFFE0C00F1: Data store: Node was restored.

2026-04-09 20:58:24.251 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - B43522FFFE0C00F1: Updating node NWK=22D6

2026-04-09 20:58:24.251 [DEBUG] [zigbee.dongle.ember.ZigBeeDongleEzsp] - EZSP Dongle: Initialize with protocol ASH2.

2026-04-09 20:58:24.252 [DEBUG] [nding.zigbee.serial.ZigBeeSerialPort] - Connecting to serial port [/dev/ttyUSB0] at 115200 baud, flow control FLOWCONTROL_OUT_RTSCTS.

2026-04-09 20:58:24.286 [DEBUG] [nding.zigbee.serial.ZigBeeSerialPort] - Serial port [/dev/ttyUSB0] is initialized.

2026-04-09 20:58:34.436 [DEBUG] [systems.zigbee.dongle.ember.EmberNcp] - No response from ezspVersion command

2026-04-09 20:58:34.437 [DEBUG] [zigbee.dongle.ember.ZigBeeDongleEzsp] - EZSP Dongle: Version returned null. ASH/EZSP not initialised.

2026-04-09 20:58:34.438 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - Network state is updated to OFFLINE

2026-04-09 20:58:34.439 [DEBUG] [bee.handler.ZigBeeCoordinatorHandler] - null: networkStateUpdated called with state=OFFLINE

2026-04-09 20:58:34.453 [DEBUG] [ng.zigbee.handler.ZigBeeThingHandler] - 847127FFFE79EDB9: Initializing ZigBee thing handler zigbee:device:2ece524e1a:BathroomTemperature

2026-04-09 20:58:34.455 [DEBUG] [ng.zigbee.handler.ZigBeeThingHandler] - 8C73DAFFFEFFE163: Initializing ZigBee thing handler zigbee:device:2ece524e1a:Temperature5

2026-04-09 20:58:34.456 [DEBUG] [ng.zigbee.handler.ZigBeeThingHandler] - 847127FFFE79EDB9: Coordinator status changed to OFFLINE.

2026-04-09 20:58:34.456 [DEBUG] [ng.zigbee.handler.ZigBeeThingHandler] - 847127FFFE79EDB9: Coordinator is unknown or not online.

2026-04-09 20:58:34.462 [DEBUG] [ng.zigbee.handler.ZigBeeThingHandler] - 8C73DAFFFEFFE163: Coordinator status changed to OFFLINE.

2026-04-09 20:58:34.464 [DEBUG] [ng.zigbee.handler.ZigBeeThingHandler] - 8C73DAFFFEFFE163: Coordinator is unknown or not online.

2026-04-09 20:58:34.467 [DEBUG] [ng.zigbee.handler.ZigBeeThingHandler] - B43522FFFE0C00F1: Initializing ZigBee thing handler zigbee:device:2ece524e1a:b43522fffe0c00f1

2026-04-09 20:58:34.469 [DEBUG] [ng.zigbee.handler.ZigBeeThingHandler] - 00124B0024CA3519: Initializing ZigBee thing handler zigbee:device:2ece524e1a:00124b0024ca3519

2026-04-09 20:58:34.470 [DEBUG] [ng.zigbee.handler.ZigBeeThingHandler] - 00124B00251ED867: Initializing ZigBee thing handler zigbee:device:2ece524e1a:Temperature3

2026-04-09 20:58:34.471 [DEBUG] [ng.zigbee.handler.ZigBeeThingHandler] - 00124B0024CA3519: Coordinator status changed to OFFLINE.

2026-04-09 20:58:34.472 [DEBUG] [ng.zigbee.handler.ZigBeeThingHandler] - B43522FFFE0C00F1: Coordinator status changed to OFFLINE.

2026-04-09 20:58:34.472 [DEBUG] [ng.zigbee.handler.ZigBeeThingHandler] - 00124B0024CA3519: Coordinator is unknown or not online.

2026-04-09 20:58:34.473 [DEBUG] [ng.zigbee.handler.ZigBeeThingHandler] - B43522FFFE0C00F1: Coordinator is unknown or not online.

2026-04-09 20:58:34.473 [DEBUG] [ng.zigbee.handler.ZigBeeThingHandler] - 00124B00251ED867: Coordinator status changed to OFFLINE.

2026-04-09 20:58:34.474 [DEBUG] [ng.zigbee.handler.ZigBeeThingHandler] - 847127FFFE79EDB9: Coordinator status changed to OFFLINE.

2026-04-09 20:58:34.475 [DEBUG] [ng.zigbee.handler.ZigBeeThingHandler] - B43522FFFE0BFEEF: Initializing ZigBee thing handler zigbee:device:2ece524e1a:b43522fffe0bfeef

2026-04-09 20:58:34.475 [DEBUG] [ng.zigbee.handler.ZigBeeThingHandler] - 847127FFFE79EDB9: Coordinator is unknown or not online.

2026-04-09 20:58:34.477 [DEBUG] [ng.zigbee.handler.ZigBeeThingHandler] - 8C73DAFFFEFFE163: Coordinator status changed to OFFLINE.

2026-04-09 20:58:34.478 [DEBUG] [ng.zigbee.handler.ZigBeeThingHandler] - 00124B00251ED867: Coordinator status changed to OFFLINE.

2026-04-09 20:58:34.479 [DEBUG] [ng.zigbee.handler.ZigBeeThingHandler] - 00124B00251ED867: Coordinator is unknown or not online.

2026-04-09 20:58:34.479 [DEBUG] [ng.zigbee.handler.ZigBeeThingHandler] - 00124B00251ED867: Coordinator is unknown or not online.

2026-04-09 20:58:34.480 [DEBUG] [ng.zigbee.handler.ZigBeeThingHandler] - B43522FFFE0C00F1: Coordinator status changed to OFFLINE.

2026-04-09 20:58:34.480 [DEBUG] [ng.zigbee.handler.ZigBeeThingHandler] - B43522FFFE0BFEEF: Coordinator status changed to OFFLINE.

2026-04-09 20:58:34.481 [DEBUG] [ng.zigbee.handler.ZigBeeThingHandler] - B43522FFFE0C00F1: Coordinator is unknown or not online.

2026-04-09 20:58:34.481 [DEBUG] [ng.zigbee.handler.ZigBeeThingHandler] - B43522FFFE0BFEEF: Coordinator is unknown or not online.

2026-04-09 20:58:34.482 [DEBUG] [ng.zigbee.handler.ZigBeeThingHandler] - 00124B0024CA3519: Coordinator status changed to OFFLINE.

2026-04-09 20:58:34.483 [DEBUG] [ng.zigbee.handler.ZigBeeThingHandler] - 00124B0024CA3519: Coordinator is unknown or not online.

2026-04-09 20:58:34.484 [DEBUG] [bee.handler.ZigBeeCoordinatorHandler] - ZigBee coordinator zigbee:coordinator_ember:2ece524e1a child added zigbee:device:2ece524e1a:Temperature5. Total 2 children.

2026-04-09 20:58:34.484 [DEBUG] [bee.handler.ZigBeeCoordinatorHandler] - ZigBee coordinator zigbee:coordinator_ember:2ece524e1a child added zigbee:device:2ece524e1a:BathroomTemperature. Total 1 children.

2026-04-09 20:58:34.484 [DEBUG] [bee.handler.ZigBeeCoordinatorHandler] - ZigBee coordinator zigbee:coordinator_ember:2ece524e1a child added zigbee:device:2ece524e1a:00124b0024ca3519. Total 3 children.

2026-04-09 20:58:34.485 [DEBUG] [bee.handler.ZigBeeCoordinatorHandler] - ZigBee coordinator zigbee:coordinator_ember:2ece524e1a child added zigbee:device:2ece524e1a:b43522fffe0c00f1. Total 4 children.

2026-04-09 20:58:34.485 [DEBUG] [bee.handler.ZigBeeCoordinatorHandler] - ZigBee coordinator zigbee:coordinator_ember:2ece524e1a child added zigbee:device:2ece524e1a:Temperature3. Total 5 children.

2026-04-09 20:58:34.485 [DEBUG] [bee.handler.ZigBeeCoordinatorHandler] - ZigBee coordinator zigbee:coordinator_ember:2ece524e1a child added zigbee:device:2ece524e1a:b43522fffe0bfeef. Total 6 children.

2026-04-09 20:58:34.477 [DEBUG] [ng.zigbee.handler.ZigBeeThingHandler] - 8C73DAFFFEFFE163: Coordinator is unknown or not online.

2026-04-09 20:58:34.487 [DEBUG] [ng.zigbee.handler.ZigBeeThingHandler] - B4E3F9FFFEB1B81D: Initializing ZigBee thing handler zigbee:device:2ece524e1a:b4e3f9fffeb1b81d

2026-04-09 20:58:34.490 [DEBUG] [bee.handler.ZigBeeCoordinatorHandler] - ZigBee coordinator zigbee:coordinator_ember:2ece524e1a child added zigbee:device:2ece524e1a:b4e3f9fffeb1b81d. Total 7 children.

2026-04-09 20:58:34.491 [DEBUG] [ng.zigbee.handler.ZigBeeThingHandler] - B4E3F9FFFEB1B81D: Coordinator status changed to OFFLINE.

2026-04-09 20:58:34.492 [DEBUG] [ng.zigbee.handler.ZigBeeThingHandler] - B4E3F9FFFEB1B81D: Coordinator is unknown or not online.

2026-04-09 20:58:35.443 [INFO ] [bee.handler.ZigBeeCoordinatorHandler] - ZigBee dongle inactivity timer. Reinitializing ZigBee

2026-04-09 20:58:35.443 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - ZigBeeNetworkManager shutdown: networkState=OFFLINE

2026-04-09 20:58:35.444 [DEBUG] [atabase.ZigBeeNetworkDatabaseManager] - Data store: Deferred Write Time set to 0ms

2026-04-09 20:58:35.444 [DEBUG] [atabase.ZigBeeNetworkDatabaseManager] - Data store: Deferred Write Time set less than Max Deferred Write Time

2026-04-09 20:58:35.444 [DEBUG] [atabase.ZigBeeNetworkDatabaseManager] - Data store: Max Deferred Write Time set to 0ms

2026-04-09 20:58:35.445 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - Network state is updated to SHUTDOWN

2026-04-09 20:58:35.445 [DEBUG] [bee.handler.ZigBeeCoordinatorHandler] - null: networkStateUpdated called with state=SHUTDOWN

2026-04-09 20:58:35.446 [DEBUG] [atabase.ZigBeeNetworkDatabaseManager] - Data store: Shutdown

2026-04-09 20:58:35.447 [DEBUG] [atabase.ZigBeeNetworkDatabaseManager] - B43522FFFE0BFEEF: Data store: Writing node.

2026-04-09 20:58:35.522 [DEBUG] [ding.zigbee.internal.ZigBeeDataStore] - B43522FFFE0BFEEF: ZigBee saving network state complete.

2026-04-09 20:58:35.523 [DEBUG] [atabase.ZigBeeNetworkDatabaseManager] - CCCCCCFFFEA5F228: Data store: Writing node.

2026-04-09 20:58:35.531 [DEBUG] [ding.zigbee.internal.ZigBeeDataStore] - CCCCCCFFFEA5F228: ZigBee saving network state complete.

2026-04-09 20:58:35.532 [DEBUG] [atabase.ZigBeeNetworkDatabaseManager] - B4E3F9FFFEB1B81D: Data store: Writing node.

2026-04-09 20:58:35.569 [DEBUG] [ding.zigbee.internal.ZigBeeDataStore] - B4E3F9FFFEB1B81D: ZigBee saving network state complete.

2026-04-09 20:58:35.570 [DEBUG] [atabase.ZigBeeNetworkDatabaseManager] - 847127FFFE79EDB9: Data store: Writing node.

2026-04-09 20:58:35.615 [DEBUG] [ding.zigbee.internal.ZigBeeDataStore] - 847127FFFE79EDB9: ZigBee saving network state complete.

2026-04-09 20:58:35.616 [DEBUG] [atabase.ZigBeeNetworkDatabaseManager] - 00124B00251ED867: Data store: Writing node.

2026-04-09 20:58:35.641 [DEBUG] [ding.zigbee.internal.ZigBeeDataStore] - 00124B00251ED867: ZigBee saving network state complete.

2026-04-09 20:58:35.642 [DEBUG] [atabase.ZigBeeNetworkDatabaseManager] - 8C73DAFFFEFFE163: Data store: Writing node.

2026-04-09 20:58:35.670 [DEBUG] [ding.zigbee.internal.ZigBeeDataStore] - 8C73DAFFFEFFE163: ZigBee saving network state complete.

2026-04-09 20:58:35.671 [DEBUG] [atabase.ZigBeeNetworkDatabaseManager] - 00124B0024CA3519: Data store: Writing node.

2026-04-09 20:58:35.696 [DEBUG] [ding.zigbee.internal.ZigBeeDataStore] - 00124B0024CA3519: ZigBee saving network state complete.

2026-04-09 20:58:35.697 [DEBUG] [atabase.ZigBeeNetworkDatabaseManager] - 00124B0023970577: Data store: Writing node.

2026-04-09 20:58:35.715 [DEBUG] [ding.zigbee.internal.ZigBeeDataStore] - 00124B0023970577: ZigBee saving network state complete.

2026-04-09 20:58:35.715 [DEBUG] [atabase.ZigBeeNetworkDatabaseManager] - B43522FFFE0C00F1: Data store: Writing node.

2026-04-09 20:58:35.736 [DEBUG] [ding.zigbee.internal.ZigBeeDataStore] - B43522FFFE0C00F1: ZigBee saving network state complete.

2026-04-09 20:58:35.737 [DEBUG] [zigbee.dongle.ember.ZigBeeDongleEzsp] - EZSP Dongle: Shutdown