Zigbee CC2531 pairing not working

I’m trying to get a Xiaomi Aquara Cube to work together with openhab via a CC2531 stick.

I flashed the the CC2531 as described in the zigbee binding docs and added the CC2531 manually as a ‘CC2531 EMK Coordinater’ via PaperUI. Now if I try to add the Xiaomi Aquara Cube via auto-discovery I am not able to successfully connect it to openHAB. I’m using the latest openHAB release.
The following debug log is displayed in the log viewer:

2018-10-12 19:09:05.010 [DEBUG] [bee.discovery.ZigBeeDiscoveryService] - Starting ZigBee scan for zigbee:coordinator_cc2531:f6e5e2ed

2018-10-12 19:09:05.019 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - Permit join to 65532/0 for 60 seconds.

2018-10-12 19:09:05.022 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - TX CMD: ManagementPermitJoiningRequest [0/0 -> 65532/0, cluster=0036, TID=3F, permitDuration=60, tcSignificance=true]

2018-10-12 19:09:05.040 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - TX APS: ZigBeeApsFrame [sourceAddress=0/0, destinationAddress=65532/0, profile=0000, cluster=54, addressMode=DEVICE, radius=31, sequence=63, payload=00 3C 01]

2018-10-12 19:09:05.043 [DEBUG] [31.network.impl.CommandInterfaceImpl] - ->  AF_DATA_REQUEST (Packet: subsystem=null, length=13, apiId=24 01, data=FE 0D 24 01 FC FF 00 00 36 00 3F 30 1F 03 00 3C 01 33, checksum=33, error=false) 

2018-10-12 19:09:05.157 [DEBUG] [31.network.impl.CommandInterfaceImpl] - <-  AF_DATA_SRSP (FE 01 64 01 00 64)

2018-10-12 19:09:05.158 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - TX CMD: ManagementPermitJoiningRequest [0/0 -> 0/0, cluster=0036, TID=40, permitDuration=60, tcSignificance=true]

2018-10-12 19:09:05.160 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - TX APS: ZigBeeApsFrame [sourceAddress=0/0, destinationAddress=0/0, profile=0000, cluster=54, addressMode=DEVICE, radius=31, sequence=64, payload=00 3C 01]

2018-10-12 19:09:05.163 [DEBUG] [31.network.impl.CommandInterfaceImpl] - ->  AF_DATA_REQUEST (Packet: subsystem=null, length=13, apiId=24 01, data=FE 0D 24 01 00 00 00 00 36 00 40 30 1F 03 00 3C 01 4F, checksum=4F, error=false) 

2018-10-12 19:09:05.296 [DEBUG] [31.network.impl.CommandInterfaceImpl] - <-  AF_DATA_SRSP (FE 01 64 01 00 64)

2018-10-12 19:09:05.297 [DEBUG] [31.network.impl.CommandInterfaceImpl] - <-- ZToolPacket (FE 01 45 CB 3C B3)

2018-10-12 19:09:05.299 [DEBUG] [31.network.impl.CommandInterfaceImpl] - Received Async Cmd: Packet: subsystem=null, length=1, apiId=45 CB, data=FE 01 45 CB 3C B3, checksum=B3, error=false

2018-10-12 19:09:05.304 [DEBUG] [e.dongle.cc2531.ZigBeeDongleTiCc2531] - Unhandled ZToolPacket type 0x45cb

2018-10-12 19:09:05.319 [DEBUG] [31.network.impl.CommandInterfaceImpl] - <-- ZToolPacket (FE 03 45 B6 00 00 00 F0)

2018-10-12 19:09:05.322 [DEBUG] [31.network.impl.CommandInterfaceImpl] - Received Async Cmd: Packet: subsystem=null, length=3, apiId=45 B6, data=FE 03 45 B6 00 00 00 F0, checksum=F0, error=false

2018-10-12 19:09:05.324 [DEBUG] [e.dongle.cc2531.ZigBeeDongleTiCc2531] - Unhandled ZToolPacket type 0x45b6

2018-10-12 19:09:05.331 [DEBUG] [31.network.impl.CommandInterfaceImpl] - <-- ZToolPacket (FE 0A 45 FF 00 00 00 36 80 00 00 00 00 00 06)

2018-10-12 19:09:05.335 [DEBUG] [31.network.impl.CommandInterfaceImpl] - Received Async Cmd: Packet: subsystem=null, length=10, apiId=45 FF, data=FE 0A 45 FF 00 00 00 36 80 00 00 00 00 00 06, checksum=06, error=false

2018-10-12 19:09:05.338 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - RX APS: ZigBeeApsFrame [sourceAddress=0/0, destinationAddress=0/0, profile=0000, cluster=32822, addressMode=null, radius=0, sequence=0, payload=00 00]

2018-10-12 19:09:05.343 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - RX CMD: ManagementPermitJoiningResponse [0/0 -> 0/0, cluster=8036, TID=NULL, status=SUCCESS]

2018-10-12 19:09:17.409 [DEBUG] [31.network.impl.CommandInterfaceImpl] - <-- ZToolPacket (FE 0C 45 CA 98 0E 3C E0 7D 02 00 8D 15 00 00 00 2E)

2018-10-12 19:09:17.410 [DEBUG] [31.network.impl.CommandInterfaceImpl] - Received Async Cmd: Packet: subsystem=null, length=12, apiId=45 CA, data=FE 0C 45 CA 98 0E 3C E0 7D 02 00 8D 15 00 00 00 2E, checksum=2E, error=false

2018-10-12 19:09:17.411 [DEBUG] [e.dongle.cc2531.ZigBeeDongleTiCc2531] - Unhandled ZToolPacket type 0x45ca

2018-10-12 19:09:25.740 [DEBUG] [31.network.impl.CommandInterfaceImpl] - <-- ZToolPacket (FE 0C 45 CA 98 0E 3C E0 7D 02 00 8D 15 00 00 00 2E)

2018-10-12 19:09:25.742 [DEBUG] [31.network.impl.CommandInterfaceImpl] - Received Async Cmd: Packet: subsystem=null, length=12, apiId=45 CA, data=FE 0C 45 CA 98 0E 3C E0 7D 02 00 8D 15 00 00 00 2E, checksum=2E, error=false

2018-10-12 19:09:25.742 [DEBUG] [e.dongle.cc2531.ZigBeeDongleTiCc2531] - Unhandled ZToolPacket type 0x45ca

2018-10-12 19:09:32.854 [DEBUG] [31.network.impl.CommandInterfaceImpl] - <-- ZToolPacket (FE 0C 45 CA 98 0E 3C E0 7D 02 00 8D 15 00 00 00 2E)

2018-10-12 19:09:32.857 [DEBUG] [31.network.impl.CommandInterfaceImpl] - Received Async Cmd: Packet: subsystem=null, length=12, apiId=45 CA, data=FE 0C 45 CA 98 0E 3C E0 7D 02 00 8D 15 00 00 00 2E, checksum=2E, error=false

2018-10-12 19:09:32.860 [DEBUG] [e.dongle.cc2531.ZigBeeDongleTiCc2531] - Unhandled ZToolPacket type 0x45ca

2018-10-12 19:09:38.899 [DEBUG] [31.network.impl.CommandInterfaceImpl] - <-- ZToolPacket (FE 0C 45 CA 98 0E 3C E0 7D 02 00 8D 15 00 00 00 2E)

2018-10-12 19:09:38.901 [DEBUG] [31.network.impl.CommandInterfaceImpl] - Received Async Cmd: Packet: subsystem=null, length=12, apiId=45 CA, data=FE 0C 45 CA 98 0E 3C E0 7D 02 00 8D 15 00 00 00 2E, checksum=2E, error=false

2018-10-12 19:09:38.902 [DEBUG] [e.dongle.cc2531.ZigBeeDongleTiCc2531] - Unhandled ZToolPacket type 0x45ca

2018-10-12 19:09:45.159 [DEBUG] [internal.ZigBeeNodeServiceDiscoverer] - 00124B0018ED3CE9: Node SVC Discovery running

2018-10-12 19:09:45.161 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - TX CMD: NetworkAddressRequest [0/0 -> 65535/0, cluster=0000, TID=41, ieeeAddr=00124B0018ED3CE9, requestType=0, startIndex=0]

2018-10-12 19:09:45.163 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - TX APS: ZigBeeApsFrame [sourceAddress=0/0, destinationAddress=65535/0, profile=0000, cluster=0, addressMode=DEVICE, radius=31, sequence=65, payload=00 E9 3C ED 18 00 4B 12 00 00 00]

2018-10-12 19:09:45.164 [DEBUG] [31.network.impl.CommandInterfaceImpl] - ->  AF_DATA_REQUEST (Packet: subsystem=null, length=21, apiId=24 01, data=FE 15 24 01 FF FF 00 00 00 00 41 30 1F 0B 00 E9 3C ED 18 00 4B 12 00 00 00 2C, checksum=2C, error=false) 

2018-10-12 19:09:45.279 [DEBUG] [31.network.impl.CommandInterfaceImpl] - <-  AF_DATA_SRSP (FE 01 64 01 00 64)

2018-10-12 19:09:55.281 [DEBUG] [internal.ZigBeeNodeServiceDiscoverer] - 0: Node SVC Discovery NetworkAddressRequest returned null

2018-10-12 19:09:55.283 [DEBUG] [internal.ZigBeeNodeServiceDiscoverer] - 00124B0018ED3CE9: Node SVC Discovery request NWK_ADDRESS failed. Retry 32, wait 77352ms before retry.

2018-10-12 19:09:57.615 [DEBUG] [internal.ZigBeeNodeServiceDiscoverer] - 00124B0018ED3CE9: Node SVC Discovery already scheduled or running

2018-10-12 19:10:05.278 [DEBUG] [31.network.impl.CommandInterfaceImpl] - <-- ZToolPacket (FE 01 45 CB 00 8F)

2018-10-12 19:10:05.279 [DEBUG] [31.network.impl.CommandInterfaceImpl] - Received Async Cmd: Packet: subsystem=null, length=1, apiId=45 CB, data=FE 01 45 CB 00 8F, checksum=8F, error=false

2018-10-12 19:10:05.281 [DEBUG] [e.dongle.cc2531.ZigBeeDongleTiCc2531] - Unhandled ZToolPacket type 0x45cb

2018-10-12 19:11:12.637 [DEBUG] [internal.ZigBeeNodeServiceDiscoverer] - 00124B0018ED3CE9: Node SVC Discovery running

2018-10-12 19:11:12.641 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - TX CMD: NetworkAddressRequest [0/0 -> 65535/0, cluster=0000, TID=42, ieeeAddr=00124B0018ED3CE9, requestType=0, startIndex=0]

2018-10-12 19:11:12.642 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - TX APS: ZigBeeApsFrame [sourceAddress=0/0, destinationAddress=65535/0, profile=0000, cluster=0, addressMode=DEVICE, radius=31, sequence=66, payload=00 E9 3C ED 18 00 4B 12 00 00 00]

2018-10-12 19:11:12.643 [DEBUG] [31.network.impl.CommandInterfaceImpl] - ->  AF_DATA_REQUEST (Packet: subsystem=null, length=21, apiId=24 01, data=FE 15 24 01 FF FF 00 00 00 00 42 30 1F 0B 00 E9 3C ED 18 00 4B 12 00 00 00 2F, checksum=2F, error=false) 

2018-10-12 19:11:12.760 [DEBUG] [31.network.impl.CommandInterfaceImpl] - <-  AF_DATA_SRSP (FE 01 64 01 00 64)

2018-10-12 19:11:22.761 [DEBUG] [internal.ZigBeeNodeServiceDiscoverer] - 0: Node SVC Discovery NetworkAddressRequest returned null

2018-10-12 19:11:22.763 [DEBUG] [internal.ZigBeeNodeServiceDiscoverer] - 00124B0018ED3CE9: Node SVC Discovery request NWK_ADDRESS failed. Retry 33, wait 89072ms before retry.

2018-10-12 19:13:44.159 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - TX CMD: NetworkAddressRequest [0/0 -> 65535/0, cluster=0000, TID=44, ieeeAddr=00124B0018ED3CE9, requestType=0, startIndex=0]

2018-10-12 19:13:44.161 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - TX APS: ZigBeeApsFrame [sourceAddress=0/0, destinationAddress=65535/0, profile=0000, cluster=0, addressMode=DEVICE, radius=31, sequence=68, payload=00 E9 3C ED 18 00 4B 12 00 00 00]

2018-10-12 19:13:44.162 [DEBUG] [31.network.impl.CommandInterfaceImpl] - ->  AF_DATA_REQUEST (Packet: subsystem=null, length=21, apiId=24 01, data=FE 15 24 01 FF FF 00 00 00 00 44 30 1F 0B 00 E9 3C ED 18 00 4B 12 00 00 00 29, checksum=29, error=false) 

2018-10-12 19:13:44.278 [DEBUG] [31.network.impl.CommandInterfaceImpl] - <-  AF_DATA_SRSP (FE 01 64 01 00 64)

2018-10-12 19:13:54.280 [DEBUG] [internal.ZigBeeNodeServiceDiscoverer] - 0: Node SVC Discovery NetworkAddressRequest returned null

2018-10-12 19:13:54.281 [DEBUG] [internal.ZigBeeNodeServiceDiscoverer] - 00124B0018ED3CE9: Node SVC Discovery request NWK_ADDRESS failed. Retry 35, wait 67976ms before retry.

2018-10-12 19:14:46.201 [WARN ] [shd.server.session.ServerSessionImpl] - exceptionCaught(ServerSessionImpl[openhab@/127.0.0.1:45118])[state=Opened] InterruptedByTimeoutException: null

2018-10-12 19:14:57.617 [DEBUG] [internal.ZigBeeNodeServiceDiscoverer] - 00124B0018ED3CE9: Node SVC Discovery already scheduled or running

2018-10-12 19:15:02.264 [DEBUG] [internal.ZigBeeNodeServiceDiscoverer] - 00124B0018ED3CE9: Node SVC Discovery running

2018-10-12 19:15:02.266 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - TX CMD: NetworkAddressRequest [0/0 -> 65535/0, cluster=0000, TID=45, ieeeAddr=00124B0018ED3CE9, requestType=0, startIndex=0]

2018-10-12 19:15:02.267 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - TX APS: ZigBeeApsFrame [sourceAddress=0/0, destinationAddress=65535/0, profile=0000, cluster=0, addressMode=DEVICE, radius=31, sequence=69, payload=00 E9 3C ED 18 00 4B 12 00 00 00]

2018-10-12 19:15:02.270 [DEBUG] [31.network.impl.CommandInterfaceImpl] - ->  AF_DATA_REQUEST (Packet: subsystem=null, length=21, apiId=24 01, data=FE 15 24 01 FF FF 00 00 00 00 45 30 1F 0B 00 E9 3C ED 18 00 4B 12 00 00 00 28, checksum=28, error=false) 

2018-10-12 19:15:02.386 [DEBUG] [31.network.impl.CommandInterfaceImpl] - <-  AF_DATA_SRSP (FE 01 64 01 00 64)

2018-10-12 19:15:12.387 [DEBUG] [internal.ZigBeeNodeServiceDiscoverer] - 0: Node SVC Discovery NetworkAddressRequest returned null

2018-10-12 19:15:12.388 [DEBUG] [internal.ZigBeeNodeServiceDiscoverer] - 00124B0018ED3CE9: Node SVC Discovery request NWK_ADDRESS failed. Retry 36, wait 75008ms before retry.

2018-10-12 19:33:01.746 [DEBUG] [internal.ZigBeeNodeServiceDiscoverer] - 00124B0018ED3CE9: Node SVC Discovery running

2018-10-12 19:33:01.748 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - TX CMD: NetworkAddressRequest [0/0 -> 65535/0, cluster=0000, TID=50, ieeeAddr=00124B0018ED3CE9, requestType=0, startIndex=0]

2018-10-12 19:33:01.749 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - TX APS: ZigBeeApsFrame [sourceAddress=0/0, destinationAddress=65535/0, profile=0000, cluster=0, addressMode=DEVICE, radius=31, sequence=80, payload=00 E9 3C ED 18 00 4B 12 00 00 00]

2018-10-12 19:33:01.750 [DEBUG] [31.network.impl.CommandInterfaceImpl] - ->  AF_DATA_REQUEST (Packet: subsystem=null, length=21, apiId=24 01, data=FE 15 24 01 FF FF 00 00 00 00 50 30 1F 0B 00 E9 3C ED 18 00 4B 12 00 00 00 3D, checksum=3D, error=false) 

2018-10-12 19:33:01.866 [DEBUG] [31.network.impl.CommandInterfaceImpl] - <-  AF_DATA_SRSP (FE 01 64 01 00 64)

2018-10-12 19:33:11.869 [DEBUG] [internal.ZigBeeNodeServiceDiscoverer] - 0: Node SVC Discovery NetworkAddressRequest returned null

2018-10-12 19:33:11.870 [DEBUG] [internal.ZigBeeNodeServiceDiscoverer] - 00124B0018ED3CE9: Node SVC Discovery request NWK_ADDRESS failed. Retry 47, wait 98448ms before retry.

2018-10-12 19:34:50.322 [DEBUG] [internal.ZigBeeNodeServiceDiscoverer] - 00124B0018ED3CE9: Node SVC Discovery running

2018-10-12 19:34:50.325 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - TX CMD: NetworkAddressRequest [0/0 -> 65535/0, cluster=0000, TID=51, ieeeAddr=00124B0018ED3CE9, requestType=0, startIndex=0]

2018-10-12 19:34:50.327 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - TX APS: ZigBeeApsFrame [sourceAddress=0/0, destinationAddress=65535/0, profile=0000, cluster=0, addressMode=DEVICE, radius=31, sequence=81, payload=00 E9 3C ED 18 00 4B 12 00 00 00]

2018-10-12 19:34:50.328 [DEBUG] [31.network.impl.CommandInterfaceImpl] - ->  AF_DATA_REQUEST (Packet: subsystem=null, length=21, apiId=24 01, data=FE 15 24 01 FF FF 00 00 00 00 51 30 1F 0B 00 E9 3C ED 18 00 4B 12 00 00 00 3C, checksum=3C, error=false) 

2018-10-12 19:34:50.448 [DEBUG] [31.network.impl.CommandInterfaceImpl] - <-  AF_DATA_SRSP (FE 01 64 01 00 64)

2018-10-12 19:34:57.615 [DEBUG] [internal.ZigBeeNodeServiceDiscoverer] - 00124B0018ED3CE9: Node SVC Discovery already scheduled or running

2018-10-12 19:35:00.450 [DEBUG] [internal.ZigBeeNodeServiceDiscoverer] - 0: Node SVC Discovery NetworkAddressRequest returned null

2018-10-12 19:35:00.451 [DEBUG] [internal.ZigBeeNodeServiceDiscoverer] - 00124B0018ED3CE9: Node SVC Discovery request NWK_ADDRESS failed. Retry 48, wait 30472ms before retry.

2018-10-12 19:35:30.927 [DEBUG] [internal.ZigBeeNodeServiceDiscoverer] - 00124B0018ED3CE9: Node SVC Discovery running

2018-10-12 19:35:30.928 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - TX CMD: NetworkAddressRequest [0/0 -> 65535/0, cluster=0000, TID=52, ieeeAddr=00124B0018ED3CE9, requestType=0, startIndex=0]

2018-10-12 19:35:30.930 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - TX APS: ZigBeeApsFrame [sourceAddress=0/0, destinationAddress=65535/0, profile=0000, cluster=0, addressMode=DEVICE, radius=31, sequence=82, payload=00 E9 3C ED 18 00 4B 12 00 00 00]

2018-10-12 19:35:30.931 [DEBUG] [31.network.impl.CommandInterfaceImpl] - ->  AF_DATA_REQUEST (Packet: subsystem=null, length=21, apiId=24 01, data=FE 15 24 01 FF FF 00 00 00 00 52 30 1F 0B 00 E9 3C ED 18 00 4B 12 00 00 00 3F, checksum=3F, error=false) 

2018-10-12 19:35:31.048 [DEBUG] [31.network.impl.CommandInterfaceImpl] - <-  AF_DATA_SRSP (FE 01 64 01 00 64)

2018-10-12 19:35:41.049 [DEBUG] [internal.ZigBeeNodeServiceDiscoverer] - 0: Node SVC Discovery NetworkAddressRequest returned null

2018-10-12 19:35:41.051 [DEBUG] [internal.ZigBeeNodeServiceDiscoverer] - 00124B0018ED3CE9: Node SVC Discovery request NWK_ADDRESS failed. Retry 49, wait 67976ms before retry.

2018-10-12 19:36:49.028 [DEBUG] [internal.ZigBeeNodeServiceDiscoverer] - 00124B0018ED3CE9: Node SVC Discovery running

2018-10-12 19:36:49.030 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - TX CMD: NetworkAddressRequest [0/0 -> 65535/0, cluster=0000, TID=53, ieeeAddr=00124B0018ED3CE9, requestType=0, startIndex=0]

2018-10-12 19:36:49.031 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - TX APS: ZigBeeApsFrame [sourceAddress=0/0, destinationAddress=65535/0, profile=0000, cluster=0, addressMode=DEVICE, radius=31, sequence=83, payload=00 E9 3C ED 18 00 4B 12 00 00 00]

2018-10-12 19:36:49.032 [DEBUG] [31.network.impl.CommandInterfaceImpl] - ->  AF_DATA_REQUEST (Packet: subsystem=null, length=21, apiId=24 01, data=FE 15 24 01 FF FF 00 00 00 00 53 30 1F 0B 00 E9 3C ED 18 00 4B 12 00 00 00 3E, checksum=3E, error=false) 

2018-10-12 19:36:49.149 [DEBUG] [31.network.impl.CommandInterfaceImpl] - <-  AF_DATA_SRSP (FE 01 64 01 00 64)

2018-10-12 19:36:59.151 [DEBUG] [internal.ZigBeeNodeServiceDiscoverer] - 0: Node SVC Discovery NetworkAddressRequest returned null

2018-10-12 19:36:59.152 [DEBUG] [internal.ZigBeeNodeServiceDiscoverer] - 00124B0018ED3CE9: Node SVC Discovery request NWK_ADDRESS failed. Retry 50, wait 131264ms before retry.

2018-10-12 19:39:10.418 [DEBUG] [internal.ZigBeeNodeServiceDiscoverer] - 00124B0018ED3CE9: Node SVC Discovery running

2018-10-12 19:39:10.419 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - TX CMD: NetworkAddressRequest [0/0 -> 65535/0, cluster=0000, TID=54, ieeeAddr=00124B0018ED3CE9, requestType=0, startIndex=0]

2018-10-12 19:39:10.421 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - TX APS: ZigBeeApsFrame [sourceAddress=0/0, destinationAddress=65535/0, profile=0000, cluster=0, addressMode=DEVICE, radius=31, sequence=84, payload=00 E9 3C ED 18 00 4B 12 00 00 00]

2018-10-12 19:39:10.422 [DEBUG] [31.network.impl.CommandInterfaceImpl] - ->  AF_DATA_REQUEST (Packet: subsystem=null, length=21, apiId=24 01, data=FE 15 24 01 FF FF 00 00 00 00 54 30 1F 0B 00 E9 3C ED 18 00 4B 12 00 00 00 39, checksum=39, error=false) 

2018-10-12 19:39:10.538 [DEBUG] [31.network.impl.CommandInterfaceImpl] - <-  AF_DATA_SRSP (FE 01 64 01 00 64)

2018-10-12 19:39:20.542 [DEBUG] [internal.ZigBeeNodeServiceDiscoverer] - 0: Node SVC Discovery NetworkAddressRequest returned null

2018-10-12 19:39:20.543 [DEBUG] [internal.ZigBeeNodeServiceDiscoverer] - 00124B0018ED3CE9: Node SVC Discovery request NWK_ADDRESS failed. Retry 51, wait 63288ms before retry.

Does anyone have a clue what might be wrong in my configuration/setup of this zigbee stick?

I’ve got the same Problem. Did you resolved your Case ?

No, it’s still a todo. Unfortunately my ‘analysis skills’ for openHAB / zigbee might not be enough to solve this on my own. But maybe I’ll give it another try soon.

i have the same problem to. In my log i see responces from cube but cube not appears in inbox…