New sonoff zigbee door sensor

Hi, I’m trying to pair the new sonoff zigbee door sensor, but I having troubles. First I have Opnehab version 2.5.9 in a linux sever using openhabian. I have a zigbee controller HUSBZB-1 connet to a raspberry pi usig this tutorial Share Z-wave dongle over IP (USB over IP using ser2net / socat ) guide . Zwave is working so the connection is stablish. If I set to pairing i can see the device,and add it (it is detect it as ewwlink ds01) . It offer me 3 channel, tamper, contact and low battery. But nothing else happend. No channel is triggerd, i don’t know if the device is some how broken, incorrectly detected or the zigbee bridge is incorrectly configurate.
The device is show as online.
Thanks

ok, it was not my problem, it was a device problem.

After a new device a some testing I conclude that the problem is with the configuration of ser2net. But i don’t know why.

My /etc/ser2net.conf is very basic and copy from this forum.

3333:raw:0:/dev/ttyUSB0:115200 8DATABITS NONE 1STOPBIT
3334:raw:0:/dev/ttyUSB1:57600 8DATABITS NONE 1STOPBIT

socat-ttyUSB1.conf also very simple

SOCAT_DEFAULTS=-d -d -s -lf /var/log/socat.log
SOCAT_CONNECTION=pty,link=/dev/ttyUSB1,raw,user=openhab,group=dialout,mode=777 tcp:192.168.nnn.nnn:3334