ZigBeeBinding CC2531 and Xiaomi Aquara Sensor can't connect

I’ve sucessfully flashed the CC2531ZNP-Pro-Secure_Standard.hex on a CC2531 and a CC2531 Router just to confirm ZigBee Binding is working. It is, the Router is added.
However I can’t add the Xiaomi Aquara Temperature and Humidity Sensor. It isn’t found at all. Here in the forum I see only confirmations that it is working with XBee Stick (and losing connection after some time) but not with the CC2531. If the CC2531 is mentioned with that Sensors I only find ZigBee2MQTT with the CC2531.
So does it generally work? If so, where might be the problem? I’ve long pressed the button till it flashes three times and startet a search in the Inbox, but nothing is found.

Thanks for your support.

The CC2531 works fine, and the Xiaomi devices should also work fine with it. These are problematic devices due to the way they work, but it should work ok.

It’s hard really to comment on what might be the problem without more information on what you’re doing and maybe what you see in the logs. I’m assuming that you’re starting a discovery (you don’t explicitly state that, but I assume so?).

Yes, exactly. Perhaps I do it the wrong way?
First I click in the upper right corner and then on the ZigBee Binding.

That looks fine.

What can I do to troubleshoot this issue further?

As I suggested above, the first step is always to look at the debug log. That may or may not help - if the problem is that the device is not connecting to the coordinator, then the binding will not log anything as there will be nothing to log. First step though is to see what the logs show.

I can confirm that the Xiaomi aqara temperature/pressure/humidity sensor works with Openhab / Zigbee Binding and cc2531.

Had to press the button quite often for discovery, then I could add the thing via Paper UI. Maybe it helps to place the sensor next to your gateway for discovery.

In the first hours I was sceptical whether it works because it did only send very few / nearly no updates. But after some hours it was fine - works since several weeks now!

1 Like

There was a report recently that said sometimes these devices don’t send reports for a long time if the temperature doesn’t change. The binding tries to configure devices to send reports periodically so we can keep tabs on the devices, but it seems that these devices don’t respect that configuration.

Glad to hear it’s working ok though - thanks for the feedback.

Which channel do you use?

After pushing the button for a few seconds, Aquara sensor blinks 3 times in a row bluw and only a few milliseconds later a forth time blue. However still it is not shown in the PaperUI. I push the button only a few cm away from CC2531

The Paper-UI details of the CC2531. It finds 2 devices as neighbours, but can’t tell if there is the Aquara among it. Is it normal, that zigbee_networkaddress is “0”? If not how can it be changed?

Here a piece of the log, perhaps that helps

2019-06-23 17:07:30.810 [DEBUG] [bee.discovery.ZigBeeDiscoveryService] - : Discovery: Starting discovery for existing device

2019-06-23 17:07:30.814 [DEBUG] [bee.discovery.ZigBeeDiscoveryService] - Starting ZigBee scan for zigbee:coordinator_cc2531:ZigBeeStick

2019-06-23 17:07:30.817 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - Permit join to 65532/0 for 60 seconds.

2019-06-23 17:07:30.820 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - TX CMD: ManagementPermitJoiningRequest [0/0 → 65532/0, cluster=0036, TID=7F, permitDuration=60, tcSignificance=true]

2019-06-23 17:07:30.825 [INFO ] [bee.discovery.ZigBeeDiscoveryService] - : Starting ZigBee device discovery

2019-06-23 17:07:30.829 [DEBUG] [bee.discovery.ZigBeeDiscoveryService] - : Creating ZigBee device zigbee:device with bridge zigbee:coordinator_cc2531:ZigBeeStick

2019-06-23 17:07:30.834 [DEBUG] [scovery.ZigBeeNodePropertyDiscoverer] - : ZigBee node property discovery start

2019-06-23 17:07:30.838 [DEBUG] [scovery.ZigBeeNodePropertyDiscoverer] - : ZigBee node property discovery using 41809/8

2019-06-23 17:07:30.823 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - TX APS: ZigBeeApsFrame [sourceAddress=0/0, destinationAddress=65532/0, profile=0000, cluster=54, addressMode=DEVICE, radius=31, apsSecurity=false, apsCounter=127, payload=00 3C 01]

2019-06-23 17:07:30.844 [DEBUG] [.zsmartsystems.zigbee.zcl.ZclCluster] - readSync request: ZclAttribute [cluster=BASIC, id=2, name=StackVersion, dataType=UNSIGNED_8_BIT_INTEGER, lastValue=null]

at com.zsmartsystems.zigbee.ZigBeeNetworkManager.scheduleTask(ZigBeeNetworkManager.java:559) ~[?:?]

at com.zsmartsystems.zigbee.transaction.ZigBeeTransaction.sendTransaction(ZigBeeTransaction.java:69) ~[?:?]

at com.zsmartsystems.zigbee.ZigBeeNetworkManager.sendTransaction(ZigBeeNetworkManager.java:1439) ~[?:?]

at com.zsmartsystems.zigbee.ZigBeeNode.sendTransaction(ZigBeeNode.java:775) ~[?:?]

at com.zsmartsystems.zigbee.ZigBeeEndpoint.sendTransaction(ZigBeeEndpoint.java:501) ~[?:?]

at com.zsmartsystems.zigbee.zcl.ZclCluster.send(ZclCluster.java:158) ~[?:?]

at com.zsmartsystems.zigbee.zcl.ZclCluster.read(ZclCluster.java:174) ~[?:?]

at com.zsmartsystems.zigbee.zcl.ZclCluster.read(ZclCluster.java:184) ~[?:?]

at com.zsmartsystems.zigbee.zcl.ZclCluster.readSync(ZclCluster.java:233) ~[?:?]

at com.zsmartsystems.zigbee.zcl.clusters.ZclBasicCluster.getStackVersion(ZclBasicCluster.java:284) ~[?:?]

at org.openhab.binding.zigbee.discovery.ZigBeeNodePropertyDiscoverer.getProperties(ZigBeeNodePropertyDiscoverer.java:145) ~[?:?]

at org.openhab.binding.zigbee.discovery.ZigBeeDiscoveryService$2.run(ZigBeeDiscoveryService.java:211) ~[?:?]

Yes - this is normal. The coordinator is always address 0.

You haven’t said what versions you are using?

Versions are:

openhab2 2.4.0-1
binding-zigbee - 2.4.0

That’s very old - I’d suggest for starters please use the latest version of the binding. That may require you to change to the snapshot versions as I’m not 100% sure if you can run the 2.5 binding with the 2.4 framework.

Now it is openHAB 2.5.0~M1-1 and binding-zigbee - 2.5.0
but same problem still exists

Log-Output when trying to add device

2019-06-23 20:45:02.039 [DEBUG] [bee.discovery.ZigBeeDiscoveryService] - Starting ZigBee scan for zigbee:coordinator_cc2531:zigbeestick

2019-06-23 20:45:02.045 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - Permit join to 65532/0 for 60 seconds.

2019-06-23 20:45:02.050 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - TX CMD: ManagementPermitJoiningRequest [0/0 → 65532/0, cluster=0036, TID=24, permitDuration=60, tcSignificance=true]

2019-06-23 20:45:02.056 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - TX APS: ZigBeeApsFrame [sourceAddress=0/0, destinationAddress=65532/0, profile=0000, cluster=54, addressMode=DEVICE, radius=31, apsSecurity=false, apsCounter=36, payload=00 3C 01]

2019-06-23 20:45:02.187 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - TX CMD: ManagementPermitJoiningRequest [0/0 → 0/0, cluster=0036, TID=25, permitDuration=60, tcSignificance=true]

2019-06-23 20:45:02.191 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - TX APS: ZigBeeApsFrame [sourceAddress=0/0, destinationAddress=0/0, profile=0000, cluster=54, addressMode=DEVICE, radius=31, apsSecurity=false, apsCounter=37, payload=00 3C 01]

2019-06-23 20:45:02.330 [DEBUG] [e.dongle.cc2531.ZigBeeDongleTiCc2531] - Unhandled ZToolPacket type 0x45cb

2019-06-23 20:45:02.335 [DEBUG] [e.dongle.cc2531.ZigBeeDongleTiCc2531] - Unhandled ZToolPacket type 0x45b6

2019-06-23 20:45:02.342 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - RX APS: ZigBeeApsFrame [sourceAddress=0/0, destinationAddress=0/0, profile=0000, cluster=32822, addressMode=null, radius=0, apsSecurity=false, apsCounter=0, payload=00 00]

2019-06-23 20:45:02.344 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - RX CMD: ManagementPermitJoiningResponse [0/0 → 0/0, cluster=8036, TID=NULL, status=SUCCESS]

2019-06-23 20:45:13.140 [DEBUG] [e.dongle.cc2531.ZigBeeDongleTiCc2531] - Unhandled ZToolPacket type 0x45ca

2019-06-23 20:45:16.821 [DEBUG] [e.dongle.cc2531.ZigBeeDongleTiCc2531] - Unhandled ZToolPacket type 0x45ca

2019-06-23 20:46:02.330 [DEBUG] [e.dongle.cc2531.ZigBeeDongleTiCc2531] - Unhandled ZToolPacket type 0x45cb

You mean the zigbee channel? I’m using channel 11.

Regarding the version, I’m also using openhab 2.5.0 M1 release (including zigbee, should be version 1.1.6).

Ok, even with channel 11 I can’t get the aquara sensor connected. Log:

2019-06-23 22:06:33.159 [hingStatusInfoChangedEvent] - ‘zigbee:xiaomi_lumisensorht:1d153709’ changed from UNINITIALIZED to UNINITIALIZED (HANDLER_MISSING_ERROR)

2019-06-23 22:06:37.490 [DEBUG] [iscovery.ZigBeeNodeServiceDiscoverer] - : Node SVC Discovery: running

2019-06-23 22:06:37.495 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - TX CMD: NetworkAddressRequest [0/0 → 65535/0, cluster=0000, TID=34, ieeeAddr=, requestType=0, startIndex=0]

2019-06-23 22:06:37.501 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - TX APS: ZigBeeApsFrame [sourceAddress=0/0, destinationAddress=65535/0, profile=0000, cluster=0, addressMode=DEVICE, radius=31, apsSecurity=false, apsCounter=52, payload=00 9F AD E1 18 00 4B 12 00 00 00]

2019-06-23 22:06:45.494 [DEBUG] [zigbee.transaction.ZigBeeTransaction] - Transaction timeout: NetworkAddressRequest [0/0 → 65535/0, cluster=0000, TID=34, ieeeAddr=, requestType=0, startIndex=0]

2019-06-23 22:06:45.501 [DEBUG] [iscovery.ZigBeeNodeServiceDiscoverer] - 0: Node SVC Discovery: NetworkAddressRequest returned null

2019-06-23 22:06:45.503 [DEBUG] [iscovery.ZigBeeNodeServiceDiscoverer] - : Node SVC Discovery: request NWK_ADDRESS failed. Retry 5, wait 9140ms before retry.

2019-06-23 22:06:47.405 [DEBUG] [e.dongle.cc2531.ZigBeeDongleTiCc2531] - Unhandled ZToolPacket type 0x45ca

2019-06-23 22:06:54.645 [DEBUG] [iscovery.ZigBeeNodeServiceDiscoverer] - : Node SVC Discovery: running

2019-06-23 22:06:54.647 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - TX CMD: NetworkAddressRequest [0/0 → 65535/0, cluster=0000, TID=35, ieeeAddr=, requestType=0, startIndex=0]

2019-06-23 22:06:54.650 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - TX APS: ZigBeeApsFrame [sourceAddress=0/0, destinationAddress=65535/0, profile=0000, cluster=0, addressMode=DEVICE, radius=31, apsSecurity=false, apsCounter=53, payload=00 9F AD E1 18 00 4B 12 00 00 00]

2019-06-23 22:06:59.677 [DEBUG] [e.dongle.cc2531.ZigBeeDongleTiCc2531] - Unhandled ZToolPacket type 0x45cb

2019-06-23 22:07:02.648 [DEBUG] [zigbee.transaction.ZigBeeTransaction] - Transaction timeout: NetworkAddressRequest [0/0 → 65535/0, cluster=0000, TID=35, ieeeAddr=, requestType=0, startIndex=0]

2019-06-23 22:07:02.656 [DEBUG] [iscovery.ZigBeeNodeServiceDiscoverer] - 0: Node SVC Discovery: NetworkAddressRequest returned null

2019-06-23 22:07:02.661 [DEBUG] [iscovery.ZigBeeNodeServiceDiscoverer] - : Node SVC Discovery: request NWK_ADDRESS failed. Retry 6, wait 11425ms before retry.

2019-06-23 22:07:04.674 [DEBUG] [bee.discovery.ZigBeeDiscoveryService] - Starting ZigBee scan for zigbee:coordinator_cc2531:zigbeestick

2019-06-23 22:07:04.679 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - Permit join to 65532/0 for 60 seconds.

2019-06-23 22:07:04.683 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - TX CMD: ManagementPermitJoiningRequest [0/0 → 65532/0, cluster=0036, TID=36, permitDuration=60, tcSignificance=true]

2019-06-23 22:07:04.689 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - TX APS: ZigBeeApsFrame [sourceAddress=0/0, destinationAddress=65532/0, profile=0000, cluster=54, addressMode=DEVICE, radius=31, apsSecurity=false, apsCounter=54, payload=00 3C 01]

2019-06-23 22:07:04.824 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - TX CMD: ManagementPermitJoiningRequest [0/0 → 0/0, cluster=0036, TID=37, permitDuration=60, tcSignificance=true]

2019-06-23 22:07:04.829 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - TX APS: ZigBeeApsFrame [sourceAddress=0/0, destinationAddress=0/0, profile=0000, cluster=54, addressMode=DEVICE, radius=31, apsSecurity=false, apsCounter=55, payload=00 3C 01]

2019-06-23 22:07:04.972 [DEBUG] [e.dongle.cc2531.ZigBeeDongleTiCc2531] - Unhandled ZToolPacket type 0x45cb

2019-06-23 22:07:04.980 [DEBUG] [e.dongle.cc2531.ZigBeeDongleTiCc2531] - Unhandled ZToolPacket type 0x45b6

2019-06-23 22:07:04.989 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - RX APS: ZigBeeApsFrame [sourceAddress=0/0, destinationAddress=0/0, profile=0000, cluster=32822, addressMode=null, radius=0, apsSecurity=false, apsCounter=0, payload=00 00]

2019-06-23 22:07:04.992 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - RX CMD: ManagementPermitJoiningResponse [0/0 → 0/0, cluster=8036, TID=NULL, status=SUCCESS]

2019-06-23 22:07:08.860 [DEBUG] [e.dongle.cc2531.ZigBeeDongleTiCc2531] - Unhandled ZToolPacket type 0x45ca

2019-06-23 22:07:12.701 [DEBUG] [e.dongle.cc2531.ZigBeeDongleTiCc2531] - Unhandled ZToolPacket type 0x45ca

2019-06-23 22:07:14.090 [DEBUG] [iscovery.ZigBeeNodeServiceDiscoverer] - : Node SVC Discovery: running

2019-06-23 22:07:14.094 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - TX CMD: NetworkAddressRequest [0/0 → 65535/0, cluster=0000, TID=38, ieeeAddr=, requestType=0, startIndex=0]

2019-06-23 22:07:14.098 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - TX APS: ZigBeeApsFrame [sourceAddress=0/0, destinationAddress=65535/0, profile=0000, cluster=0, addressMode=DEVICE, radius=31, apsSecurity=false, apsCounter=56, payload=00 9F AD E1 18 00 4B 12 00 00 00]

2019-06-23 22:07:22.094 [DEBUG] [zigbee.transaction.ZigBeeTransaction] - Transaction timeout: NetworkAddressRequest [0/0 → 65535/0, cluster=0000, TID=38, ieeeAddr=, requestType=0, startIndex=0]

2019-06-23 22:07:22.101 [DEBUG] [iscovery.ZigBeeNodeServiceDiscoverer] - 0: Node SVC Discovery: NetworkAddressRequest returned null

2019-06-23 22:07:22.104 [DEBUG] [iscovery.ZigBeeNodeServiceDiscoverer] - : Node SVC Discovery: request NWK_ADDRESS failed. Retry 7, wait 15995ms before retry.

2019-06-23 22:07:38.101 [DEBUG] [iscovery.ZigBeeNodeServiceDiscoverer] - : Node SVC Discovery: running

2019-06-23 22:07:38.104 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - TX CMD: NetworkAddressRequest [0/0 → 65535/0, cluster=0000, TID=39, ieeeAddr=, requestType=0, startIndex=0]

2019-06-23 22:07:38.107 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - TX APS: ZigBeeApsFrame [sourceAddress=0/0, destinationAddress=65535/0, profile=0000, cluster=0, addressMode=DEVICE, radius=31, apsSecurity=false, apsCounter=57, payload=00 9F AD E1 18 00 4B 12 00 00 00]

2019-06-23 22:07:46.104 [DEBUG] [zigbee.transaction.ZigBeeTransaction] - Transaction timeout: NetworkAddressRequest [0/0 → 65535/0, cluster=0000, TID=39, ieeeAddr=, requestType=0, startIndex=0]

2019-06-23 22:07:46.111 [DEBUG] [iscovery.ZigBeeNodeServiceDiscoverer] - 0: Node SVC Discovery: NetworkAddressRequest returned null

2019-06-23 22:07:46.113 [DEBUG] [iscovery.ZigBeeNodeServiceDiscoverer] - : Node SVC Discovery: request NWK_ADDRESS failed. Retry 8, wait 11425ms before retry.

2019-06-23 22:07:57.542 [DEBUG] [iscovery.ZigBeeNodeServiceDiscoverer] - : Node SVC Discovery: running

2019-06-23 22:07:57.547 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - TX CMD: NetworkAddressRequest [0/0 → 65535/0, cluster=0000, TID=3A, ieeeAddr=, requestType=0, startIndex=0]

2019-06-23 22:07:57.553 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - TX APS: ZigBeeApsFrame [sourceAddress=0/0, destinationAddress=65535/0, profile=0000, cluster=0, addressMode=DEVICE, radius=31, apsSecurity=false, apsCounter=58, payload=00 9F AD E1 18 00 4B 12 00 00 00]

2019-06-23 22:08:04.970 [DEBUG] [e.dongle.cc2531.ZigBeeDongleTiCc2531] - Unhandled ZToolPacket type 0x45cb

2019-06-23 22:08:05.546 [DEBUG] [zigbee.transaction.ZigBeeTransaction] - Transaction timeout: NetworkAddressRequest [0/0 → 65535/0, cluster=0000, TID=3A, ieeeAddr=, requestType=0, startIndex=0]

2019-06-23 22:08:05.552 [DEBUG] [iscovery.ZigBeeNodeServiceDiscoverer] - 0: Node SVC Discovery: NetworkAddressRequest returned null

2019-06-23 22:08:05.555 [DEBUG] [iscovery.ZigBeeNodeServiceDiscoverer] - : Node SVC Discovery: request NWK_ADDRESS failed. Retry 9, wait 9140ms before retry.

2019-06-23 22:08:14.698 [DEBUG] [iscovery.ZigBeeNodeServiceDiscoverer] - : Node SVC Discovery: running

2019-06-23 22:08:14.704 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - TX CMD: NetworkAddressRequest [0/0 → 65535/0, cluster=0000, TID=3B, ieeeAddr=, requestType=0, startIndex=0]

2019-06-23 22:08:14.718 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - TX APS: ZigBeeApsFrame [sourceAddress=0/0, destinationAddress=65535/0, profile=0000, cluster=0, addressMode=DEVICE, radius=31, apsSecurity=false, apsCounter=59, payload=00 9F AD E1 18 00 4B 12 00 00 00]

2019-06-23 22:08:22.703 [DEBUG] [zigbee.transaction.ZigBeeTransaction] - Transaction timeout: NetworkAddressRequest [0/0 → 65535/0, cluster=0000, TID=3B, ieeeAddr=, requestType=0, startIndex=0]

2019-06-23 22:08:22.709 [DEBUG] [iscovery.ZigBeeNodeServiceDiscoverer] - 0: Node SVC Discovery: NetworkAddressRequest returned null

2019-06-23 22:08:22.714 [DEBUG] [iscovery.ZigBeeNodeServiceDiscoverer] - : Node SVC Discovery: request NWK_ADDRESS failed. Retry 10, wait 18280ms before retry.

2019-06-23 22:08:40.997 [DEBUG] [iscovery.ZigBeeNodeServiceDiscoverer] - : Node SVC Discovery: running

2019-06-23 22:08:41.001 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - TX CMD: NetworkAddressRequest [0/0 → 65535/0, cluster=0000, TID=3C, ieeeAddr=, requestType=0, startIndex=0]

2019-06-23 22:08:41.004 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - TX APS: ZigBeeApsFrame [sourceAddress=0/0, destinationAddress=65535/0, profile=0000, cluster=0, addressMode=DEVICE, radius=31, apsSecurity=false, apsCounter=60, payload=00 9F AD E1 18 00 4B 12 00 00 00]

2019-06-23 22:08:49.002 [DEBUG] [zigbee.transaction.ZigBeeTransaction] - Transaction timeout: NetworkAddressRequest [0/0 → 65535/0, cluster=0000, TID=3C, ieeeAddr=, requestType=0, startIndex=0]

2019-06-23 22:08:49.009 [DEBUG] [iscovery.ZigBeeNodeServiceDiscoverer] - 0: Node SVC Discovery: NetworkAddressRequest returned null

2019-06-23 22:08:49.014 [DEBUG] [iscovery.ZigBeeNodeServiceDiscoverer] - : Node SVC Discovery: request NWK_ADDRESS failed. Retry 11, wait 9140ms before retry.

2019-06-23 22:08:58.159 [DEBUG] [iscovery.ZigBeeNodeServiceDiscoverer] - : Node SVC Discovery: running

2019-06-23 22:08:58.162 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - TX CMD: NetworkAddressRequest [0/0 → 65535/0, cluster=0000, TID=3D, ieeeAddr=, requestType=0, startIndex=0]

2019-06-23 22:08:58.165 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - TX APS: ZigBeeApsFrame [sourceAddress=0/0, destinationAddress=65535/0, profile=0000, cluster=0, addressMode=DEVICE, radius=31, apsSecurity=false, apsCounter=61, payload=00 9F AD E1 18 00 4B 12 00 00 00]

2019-06-23 22:09:06.163 [DEBUG] [zigbee.transaction.ZigBeeTransaction] - Transaction timeout: NetworkAddressRequest [0/0 → 65535/0, cluster=0000, TID=3D, ieeeAddr=, requestType=0, startIndex=0]

2019-06-23 22:09:06.173 [DEBUG] [iscovery.ZigBeeNodeServiceDiscoverer] - 0: Node SVC Discovery: NetworkAddressRequest returned null

2019-06-23 22:09:06.178 [DEBUG] [iscovery.ZigBeeNodeServiceDiscoverer] - : Node SVC Discovery: request NWK_ADDRESS failed. Retry 12, wait 29705ms before retry.

2019-06-23 22:09:35.888 [DEBUG] [iscovery.ZigBeeNodeServiceDiscoverer] - : Node SVC Discovery: running

2019-06-23 22:09:35.893 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - TX CMD: NetworkAddressRequest [0/0 → 65535/0, cluster=0000, TID=3E, ieeeAddr=, requestType=0, startIndex=0]

2019-06-23 22:09:35.899 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - TX APS: ZigBeeApsFrame [sourceAddress=0/0, destinationAddress=65535/0, profile=0000, cluster=0, addressMode=DEVICE, radius=31, apsSecurity=false, apsCounter=62, payload=00 9F AD E1 18 00 4B 12 00 00 00]

2019-06-23 22:09:43.893 [DEBUG] [zigbee.transaction.ZigBeeTransaction] - Transaction timeout: NetworkAddressRequest [0/0 → 65535/0, cluster=0000, TID=3E, ieeeAddr=, requestType=0, startIndex=0]

2019-06-23 22:09:43.905 [DEBUG] [iscovery.ZigBeeNodeServiceDiscoverer] - 0: Node SVC Discovery: NetworkAddressRequest returned null

2019-06-23 22:09:43.910 [DEBUG] [iscovery.ZigBeeNodeServiceDiscoverer] - : Node SVC Discovery: request NWK_ADDRESS failed after 13 attempts.

2019-06-23 22:09:43.914 [DEBUG] [iscovery.ZigBeeNodeServiceDiscoverer] - : Node SVC Discovery: running

2019-06-23 22:09:43.917 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - TX CMD: ManagementLqiRequest [0/0 → 0/0, cluster=0031, TID=3F, startIndex=0]

2019-06-23 22:09:43.921 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - TX APS: ZigBeeApsFrame [sourceAddress=0/0, destinationAddress=0/0, profile=0000, cluster=49, addressMode=DEVICE, radius=31, apsSecurity=false, apsCounter=63, payload=00 00]

2019-06-23 22:09:44.076 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - RX APS: ZigBeeApsFrame [sourceAddress=0/0, destinationAddress=0/0, profile=0000, cluster=32817, addressMode=null, radius=0, apsSecurity=false, apsCounter=0, payload=00 00 01 00 01 53 76 A0 0B 5F CD 9C 89 8A 73 F8 02 00 8D 15 00 39 84 12 02 01 AA]

2019-06-23 22:09:44.082 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - RX CMD: ManagementLqiResponse [0/0 → 0/0, cluster=8031, TID=NULL, status=SUCCESS, neighborTableEntries=1, startIndex=0, neighborTableList=[NeighborTable [extendedPanId=899CCD5F0BA07653, extendedAddress=00158D0002F8738A, networkAddress=33849, deviceType=END_DEVICE, rxOnWhenIdle=RX_OFF, relationship=CHILD, permitJoining=UNKNOWN, depth=1, lqi=170]]]

2019-06-23 22:09:44.100 [DEBUG] [zigbee.transaction.ZigBeeTransaction] - Transaction complete: ManagementLqiRequest [0/0 → 0/0, cluster=0031, TID=3F, startIndex=0]

2019-06-23 22:09:44.111 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - RX APS: ZigBeeApsFrame [sourceAddress=0/0, destinationAddress=0/0, profile=0000, cluster=32817, addressMode=null, radius=0, apsSecurity=false, apsCounter=0, payload=00 00 01 00 01 53 76 A0 0B 5F CD 9C 89 8A 73 F8 02 00 8D 15 00 39 84 12 02 01 AA]

2019-06-23 22:09:44.110 [DEBUG] [iscovery.ZigBeeNodeServiceDiscoverer] - : Node SVC Discovery: ManagementLqiRequest response CommandResult [SUCCESS, ManagementLqiResponse [0/0 → 0/0, cluster=8031, TID=NULL, status=SUCCESS, neighborTableEntries=1, startIndex=0, neighborTableList=[NeighborTable [extendedPanId=899CCD5F0BA07653, extendedAddress=00158D0002F8738A, networkAddress=33849, deviceType=END_DEVICE, rxOnWhenIdle=RX_OFF, relationship=CHILD, permitJoining=UNKNOWN, depth=1, lqi=170]]]]

2019-06-23 22:09:44.115 [DEBUG] [iscovery.ZigBeeNodeServiceDiscoverer] - : Node SVC Discovery: ManagementLqiRequest complete [1 neighbors]

2019-06-23 22:09:44.118 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - RX CMD: ManagementLqiResponse [0/0 → 0/0, cluster=8031, TID=NULL, status=SUCCESS, neighborTableEntries=1, startIndex=0, neighborTableList=[NeighborTable [extendedPanId=899CCD5F0BA07653, extendedAddress=00158D0002F8738A, networkAddress=33849, deviceType=END_DEVICE, rxOnWhenIdle=RX_OFF, relationship=CHILD, permitJoining=UNKNOWN, depth=1, lqi=170]]]

2019-06-23 22:09:44.122 [DEBUG] [com.zsmartsystems.zigbee.ZigBeeNode ] - : Neighbor table updated: [NeighborTable [extendedPanId=899CCD5F0BA07653, extendedAddress=00158D0002F8738A, networkAddress=33849, deviceType=END_DEVICE, rxOnWhenIdle=RX_OFF, relationship=CHILD, permitJoining=UNKNOWN, depth=1, lqi=170]]

2019-06-23 22:09:44.126 [DEBUG] [iscovery.ZigBeeNodeServiceDiscoverer] - : Node SVC Discovery: request NEIGHBORS successful. Advanced to null.

2019-06-23 22:09:44.131 [DEBUG] [iscovery.ZigBeeNodeServiceDiscoverer] - : Node SVC Discovery: running

2019-06-23 22:09:44.135 [DEBUG] [iscovery.ZigBeeNodeServiceDiscoverer] - : Node SVC Discovery: complete

2019-06-23 22:09:44.139 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - : Node 0 update

2019-06-23 22:09:44.143 [DEBUG] [nal.ZigBeeNetworkStateSerializerImpl] - Saving ZigBee network state

2019-06-23 22:09:44.164 [DEBUG] [nal.ZigBeeNetworkStateSerializerImpl] - Saving ZigBee network state: Start.

2019-06-23 22:09:44.168 [me.event.ThingUpdatedEvent] - Thing ‘zigbee:coordinator_cc2531:zigbeestick’ has been updated.

2019-06-23 22:09:44.195 [DEBUG] [nal.ZigBeeNetworkStateSerializerImpl] - Saving ZigBee network state: Done.

I’ve now even tried to flash it in windows. Still no change. Sensor is ok, tried it with deCONZ Stick and there it worked.
I’ve just flashed the stick and added it in OpenHab. Perhaps I’ve missed some configuration there? Hope somebody can help to get it finally work.

Can anyone help, please?

I know that this topic is about ZigBee binding, but why wouldn’t you use Zigbee2MQTT and use them that way? I’m using them that way and really have no complaints…

Because ZigBee-Binding makes things a lot easier than using the extra steps with Zigbee2MQTT and when it is officially supported than I like to get it work that way.

Can you provide the debug log in a more readable format - ie if you must paste it in to the forum, then please use code fences (or the </> button) to format it, or preferably supply it as a file. I tried editing your post, but it is not so easy as you’ve pasted it as a comment.

Thanks.