SmartSense Multi Sensor timing out connection

I’ve searched through as many forums and tutorials I could find but I am stumped. I’m still learning OpenHab so I’m probably overlooking something. The situation is, I have a SmartSense Multi Sensor that was connected through Smart Things. One day it lost connection with the app so I decided to use this opportunity to migrate it to OpenHab (which I’m still tinkering with). After resetting the pairing, I can eventually get PaperUI to recognize it. But under Control, it doesn’t show any metrics. I’ve added items manually through SSH but it doesn’t change those metrics. Going through DEBUG, I get a bunch of timeouts and an error that the address cannot be found.

 2018-07-05 18:26:45.628 [DEBUG] [internal.ZigBeeNodeServiceDiscoverer] - 000D6F000E35A237: Node SVC Discovery running

2018-07-05 18:26:45.632 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - TX CMD: ManagementLqiRequest [0/0 -> 47892/0, cluster=0031, TID=E9, startIndex=0]

2018-07-05 18:26:45.636 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - TX APS: ZigBeeApsFrame [sourceAddress=0/0, destinationAddress=47892/0, profile=0000, cluster=49, addressMode=DEVICE, radius=31, sequence=233, payload=00 00]

2018-07-05 18:26:45.639 [DEBUG] [.zigbee.dongle.xbee.ZigBeeDongleXBee] - XBee send: XBeeTransmitRequestExplicitCommand [frameId=null, ieeeAddress=000D6F000E35A237, networkAddress=47892, sourceEndpoint=0, destinationEndpoint=0, cluster=49, profileId=0, broadcastRadius=0, options=[ENABLE_APS_ENCRYPTION], data=00 00]

2018-07-05 18:26:45.643 [DEBUG] [ongle.xbee.internal.XBeeFrameHandler] - TX XBEE queue: 1: XBeeTransmitRequestExplicitCommand [frameId=253, ieeeAddress=000D6F000E35A237, networkAddress=47892, sourceEndpoint=0, destinationEndpoint=0, cluster=49, profileId=0, broadcastRadius=0, options=[ENABLE_APS_ENCRYPTION], data=00 00]

2018-07-05 18:26:45.646 [DEBUG] [ongle.xbee.internal.XBeeFrameHandler] - TX XBEE: XBeeTransmitRequestExplicitCommand [frameId=253, ieeeAddress=000D6F000E35A237, networkAddress=47892, sourceEndpoint=0, destinationEndpoint=0, cluster=49, profileId=0, broadcastRadius=0, options=[ENABLE_APS_ENCRYPTION], data=00 00]

2018-07-05 18:26:45.652 [DEBUG] [ongle.xbee.internal.XBeeFrameHandler] - TX XBEE Data: 00 16 11 FD 00 0D 6F 00 0E 35 A2 37 BB 14 00 00 00 31 00 00 00 20 00 00 39

2018-07-05 18:26:50.504 [DEBUG] [ongle.xbee.internal.XBeeFrameHandler] - RX XBEE Data: 00 07 8B FD FF FD 00 24 02 55

2018-07-05 18:26:50.507 [DEBUG] [ongle.xbee.internal.XBeeFrameHandler] - RX XBEE: XBeeTransmitStatusResponse [frameId=253, networkAddress=65533, transmitRetryCount=0, deliveryStatus=ADDRESS_NOT_FOUND, discoveryStatus=ROUTE_DISCOVERY]

2018-07-05 18:26:55.643 [DEBUG] [internal.ZigBeeNodeServiceDiscoverer] - 000D6F000E35A237: Node SVC Discovery ManagementLqiRequest response CommandResult [TIMEOUT]

2018-07-05 18:26:55.647 [DEBUG] [internal.ZigBeeNodeServiceDiscoverer] - 000D6F000E35A237: Node SVC Discovery request NEIGHBORS failed. Retry 72, wait 197542ms before retry.

The same thing seems to be happening with a SmartSense Motion Sensor as well. I’m concentrating on this one hoping the solution is a two bird one stone kind of thing.

I can’t help with your specific problem but I’m adding the zigbee tag so maybe someone who can help will see it.

Be aware though that zigbee is not as strong of a standard as some. Consequently just because it says zigbee does not gurantee it will work.

Thanks Rich. Knowing that not all Zigbee devices are created equal helps. I’m still tinkering until I get word that it won’t work at all.