Zigbee device always in Initialize state

Hello all,

I’m new in this forum and in the openhab.

I’m trying to pair one custom device that I developed with the openhab zigbee network. I’m using the TI dongle cc2531 as a coordinator. The binding is successfully deploying the network.

After that, I set my device to connect to the network and it connects correctly (it appears in openhab as a new device found)

The issue is that my device always stays in Initializing state.
I already look into the zigbee binding code and I saw that it never goes through this condition, in method initialize(), ZigbeeThingHandler.java

if (coordinatorHandler == null) {
return;
}

Can someone tell me if I’m doing something wrong?
Thanks in advance.

Igor