Z-Wave ZW120 burglar alarm not triggered

I am using the ZW120 Aeotec Window/Door sensor.
The binary_sensor and battery-level channels are working fine but the alarm_general is not triggered.
How can I fix this? I am fairly new to Z-Wave and it’s bindings.

Should I report this to you @chris for the database?

This is my Z-Wave item file:

//=============================================================================
//Room 001
//=============================================================================
//Window
Switch Z1_OO1_Window_State “State [%s]” {channel=“zwave:device:16009f3dc56:node4:sensor_binary”}
Switch Z1_OO1_Window_Tamper “Tamper [%s]” {channel=“zwave:device:16009f3dc56:node4:alarm_general”}
Number Z1_OO1_Window_Battery “Battery [%d %%]” (batteryLevel) {channel=“zwave:device:16009f3dc56:node4:battery-level”}

This is the Z-Wave Debug log when removing it from the wall (what should trigger the alarm_general):

2017-11-30 19:46:06.308 [DEBUG] [WaveSerialHandler$ZWaveReceiveThread] - Receive Message = 01 10 00 04 00 04 0A 71 05 00 00 00 FF 07 03 00 00 6A
2017-11-30 19:46:06.312 [DEBUG] [ve.internal.protocol.ZWaveController] - Receive queue TAKE: Length=0
2017-11-30 19:46:06.315 [DEBUG] [wave.internal.protocol.SerialMessage] - Assembled message buffer = 01 10 00 04 00 04 0A 71 05 00 00 00 FF 07 03 00 00 6A
2017-11-30 19:46:06.318 [DEBUG] [ve.internal.protocol.ZWaveController] - Process Message = 01 10 00 04 00 04 0A 71 05 00 00 00 FF 07 03 00 00 6A
2017-11-30 19:46:06.320 [DEBUG] [ve.internal.protocol.ZWaveController] - Message: class=ApplicationCommandHandler[0x04], type=Request[0x00], priority=High, dest=255, callback=0, payload=00 04 0A 71 05 00 00 00 FF 07 03 00 00
2017-11-30 19:46:06.323 [DEBUG] [ssage.ApplicationCommandMessageClass] - NODE 4: Application Command Request (ALIVE:DONE)
2017-11-30 19:46:06.325 [DEBUG] [alization.ZWaveNodeInitStageAdvancer] - NODE 4: Starting initialisation from DONE
2017-11-30 19:46:06.327 [DEBUG] [ve.internal.protocol.ZWaveController] - Event Listener org.openhab.binding.zwave.internal.protocol.initialization.ZWaveNodeInitStageAdvancer@9e411a already registered
2017-11-30 19:46:06.330 [DEBUG] [ssage.ApplicationCommandMessageClass] - NODE 4: Incoming command class ALARM
2017-11-30 19:46:06.331 [DEBUG] [.commandclass.ZWaveAlarmCommandClass] - NODE 4: Received ALARM command V4
2017-11-30 19:46:06.332 [DEBUG] [.commandclass.ZWaveAlarmCommandClass] - NODE 4: Process NOTIFICATION_REPORT V4
2017-11-30 19:46:06.334 [DEBUG] [.commandclass.ZWaveAlarmCommandClass] - NODE 4: NOTIFICATION report - 0 = 0, event=3, status=255
2017-11-30 19:46:06.335 [DEBUG] [.commandclass.ZWaveAlarmCommandClass] - NODE 4: Alarm Type = BURGLAR (0)
2017-11-30 19:46:06.337 [DEBUG] [ve.internal.protocol.ZWaveController] - Notifying event listeners: ZWaveAlarmValueEvent
2017-11-30 19:46:06.338 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 4: Got an event from Z-Wave network: ZWaveAlarmValueEvent
2017-11-30 19:46:06.340 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 4: Got a value event from Z-Wave network, endpoint = 0, command class = ALARM, value = 255
2017-11-30 19:46:06.341 [DEBUG] [ternal.converter.ZWaveAlarmConverter] - Alarm converter processing NOTIFICATION
2017-11-30 19:46:06.343 [DEBUG] [.serialmessage.ZWaveCommandProcessor] - Checking transaction complete: Sent Message: class=SendData[0x13], type=Request[0x00], priority=Immediate, dest=4, callback=92, payload=04 02 84 08
2017-11-30 19:46:06.346 [DEBUG] [.serialmessage.ZWaveCommandProcessor] - Checking transaction complete: Recv Message: class=ApplicationCommandHandler[0x04], type=Request[0x00], priority=High, dest=255, callback=0, payload=00 04 0A 71 05 00 00 00 FF 07 03 00 00
2017-11-30 19:46:06.347 [DEBUG] [.serialmessage.ZWaveCommandProcessor] - Checking transaction complete: class=ApplicationCommandHandler, callback id=92, expected=SendData, cancelled=false MISMATCH