Z-Wave FGDW-002 Fibaro Window sensor not working

Hi,

I am fairly new to Z-Wave and my FGDW-002 binding is not working.

Should I report this to you @chris so you can update the database or what should I do to make this work?

This is my item config:

//Window
Switch Z1_OO2_Window_State “State [%s]” {channel=“zwave:device:16009f3dc56:node6:sensor_binary”}
Switch Z1_OO2_Window_Tamper “Tamper [%s]” {channel=“zwave:device:16009f3dc56:node6:alarm_burglar”}
Number Z1_OO2_Window_Battery “Battery [%d %%]” (batteryLevel) {channel=“zwave:device:16009f3dc56:node6:battery-level”}

This is the debug log when I “open” my window:

2017-11-30 20:20:12.793 [DEBUG] [WaveSerialHandler$ZWaveReceiveThread] - Receive Message = 01 0F 00 04 00 06 09 71 05 00 00 00 FF 06 16 00 60
2017-11-30 20:20:12.795 [DEBUG] [ve.internal.protocol.ZWaveController] - Receive queue TAKE: Length=0
2017-11-30 20:20:12.797 [DEBUG] [wave.internal.protocol.SerialMessage] - Assembled message buffer = 01 0F 00 04 00 06 09 71 05 00 00 00 FF 06 16 00 60
2017-11-30 20:20:12.798 [DEBUG] [ve.internal.protocol.ZWaveController] - Process Message = 01 0F 00 04 00 06 09 71 05 00 00 00 FF 06 16 00 60
2017-11-30 20:20:12.799 [DEBUG] [ve.internal.protocol.ZWaveController] - Message: class=ApplicationCommandHandler[0x04], type=Request[0x00], priority=High, dest=255, callback=0, payload=00 06 09 71 05 00 00 00 FF 06 16 00
2017-11-30 20:20:12.800 [DEBUG] [ssage.ApplicationCommandMessageClass] - NODE 6: Application Command Request (ALIVE:DETAILS)
2017-11-30 20:20:12.801 [DEBUG] [ssage.ApplicationCommandMessageClass] - NODE 6: Incoming command class ALARM
2017-11-30 20:20:12.802 [DEBUG] [.commandclass.ZWaveAlarmCommandClass] - NODE 6: Received ALARM command V5
2017-11-30 20:20:12.802 [DEBUG] [.commandclass.ZWaveAlarmCommandClass] - NODE 6: Process NOTIFICATION_REPORT V5
2017-11-30 20:20:12.803 [DEBUG] [.commandclass.ZWaveAlarmCommandClass] - NODE 6: NOTIFICATION report - 0 = 0, event=22, status=255
2017-11-30 20:20:12.803 [DEBUG] [.commandclass.ZWaveAlarmCommandClass] - NODE 6: Alarm Type = ACCESS_CONTROL (0)
2017-11-30 20:20:12.804 [DEBUG] [ve.internal.protocol.ZWaveController] - Notifying event listeners: ZWaveAlarmValueEvent
2017-11-30 20:20:12.805 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 6: Got an event from Z-Wave network: ZWaveAlarmValueEvent
2017-11-30 20:20:12.805 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 6: Got a value event from Z-Wave network, endpoint = 0, command class = ALARM, value = 255
2017-11-30 20:20:12.806 [DEBUG] [ternal.converter.ZWaveAlarmConverter] - Alarm converter processing NOTIFICATION
2017-11-30 20:20:12.807 [DEBUG] [ternal.converter.ZWaveAlarmConverter] - Alarm converter processing NOTIFICATION
2017-11-30 20:20:12.808 [DEBUG] [ternal.converter.ZWaveAlarmConverter] - Alarm converter NOTIFICATION event is 22, type OnOffType
2017-11-30 20:20:12.809 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 6: Updating channel state zwave:device:16009f3dc56:node6:alarm_access to ON [OnOffType]
2017-11-30 20:20:12.810 [DEBUG] [ternal.converter.ZWaveAlarmConverter] - Alarm converter processing NOTIFICATION
2017-11-30 20:20:12.811 [DEBUG] [ternal.converter.ZWaveAlarmConverter] - Alarm converter processing NOTIFICATION
2017-11-30 20:20:12.811 [DEBUG] [ssage.ApplicationCommandMessageClass] - NODE 3: Transaction not completed: node address inconsistent. lastSent=3, incoming=255

When I “close” my window:

2017-11-30 20:20:33.918 [DEBUG] [WaveSerialHandler$ZWaveReceiveThread] - Receive Message = 01 0F 00 04 00 06 09 71 05 00 00 00 FF 06 17 00 61
2017-11-30 20:20:33.920 [DEBUG] [ve.internal.protocol.ZWaveController] - Receive queue TAKE: Length=0
2017-11-30 20:20:33.921 [DEBUG] [wave.internal.protocol.SerialMessage] - Assembled message buffer = 01 0F 00 04 00 06 09 71 05 00 00 00 FF 06 17 00 61
2017-11-30 20:20:33.922 [DEBUG] [ve.internal.protocol.ZWaveController] - Process Message = 01 0F 00 04 00 06 09 71 05 00 00 00 FF 06 17 00 61
2017-11-30 20:20:33.923 [DEBUG] [ve.internal.protocol.ZWaveController] - Message: class=ApplicationCommandHandler[0x04], type=Request[0x00], priority=High, dest=255, callback=0, payload=00 06 09 71 05 00 00 00 FF 06 17 00
2017-11-30 20:20:33.924 [DEBUG] [ssage.ApplicationCommandMessageClass] - NODE 6: Application Command Request (ALIVE:DETAILS)
2017-11-30 20:20:33.925 [DEBUG] [ssage.ApplicationCommandMessageClass] - NODE 6: Incoming command class ALARM
2017-11-30 20:20:33.925 [DEBUG] [.commandclass.ZWaveAlarmCommandClass] - NODE 6: Received ALARM command V5
2017-11-30 20:20:33.926 [DEBUG] [.commandclass.ZWaveAlarmCommandClass] - NODE 6: Process NOTIFICATION_REPORT V5
2017-11-30 20:20:33.927 [DEBUG] [.commandclass.ZWaveAlarmCommandClass] - NODE 6: NOTIFICATION report - 0 = 0, event=23, status=255
2017-11-30 20:20:33.927 [DEBUG] [.commandclass.ZWaveAlarmCommandClass] - NODE 6: Alarm Type = ACCESS_CONTROL (0)
2017-11-30 20:20:33.928 [DEBUG] [ve.internal.protocol.ZWaveController] - Notifying event listeners: ZWaveAlarmValueEvent
2017-11-30 20:20:33.928 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 6: Got an event from Z-Wave network: ZWaveAlarmValueEvent
2017-11-30 20:20:33.929 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 6: Got a value event from Z-Wave network, endpoint = 0, command class = ALARM, value = 255
2017-11-30 20:20:33.930 [DEBUG] [ternal.converter.ZWaveAlarmConverter] - Alarm converter processing NOTIFICATION
2017-11-30 20:20:33.930 [DEBUG] [ternal.converter.ZWaveAlarmConverter] - Alarm converter processing NOTIFICATION
2017-11-30 20:20:33.931 [DEBUG] [ternal.converter.ZWaveAlarmConverter] - Alarm converter NOTIFICATION event is 23, type OnOffType
2017-11-30 20:20:33.931 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 6: Updating channel state zwave:device:16009f3dc56:node6:alarm_access to ON [OnOffType]
2017-11-30 20:20:33.932 [DEBUG] [ternal.converter.ZWaveAlarmConverter] - Alarm converter processing NOTIFICATION
2017-11-30 20:20:33.933 [DEBUG] [ternal.converter.ZWaveAlarmConverter] - Alarm converter processing NOTIFICATION
2017-11-30 20:20:33.934 [DEBUG] [ssage.ApplicationCommandMessageClass] - NODE 3: Transaction not completed: node address inconsistent. lastSent=3, incoming=255