zooZ motion sensor not updating item state

I have a zooZ motion sensor with the Alarm(Motion) channel linked to a switch, but the switch never gets updated. I have other motion sensors that work fine with this configuration. I can see it gets triggered in the log:

17:29:18.773 [DEBUG] [essage.ApplicationCommandMessageClass] - NODE 5: Application Command Request (ALIVE:DONE)
17:29:18.786 [DEBUG] [ialization.ZWaveNodeInitStageAdvancer] - NODE 5: Starting initialisation from DONE
17:29:18.800 [DEBUG] [ave.internal.protocol.ZWaveController] - Event Listener org.openhab.binding.zwave.internal.protocol.initialization.ZWaveNodeInitStageAdvancer@534b3e44 already registered
17:29:18.824 [DEBUG] [essage.ApplicationCommandMessageClass] - NODE 5: Incoming command class BASIC
17:29:18.836 [DEBUG] [l.commandclass.ZWaveBasicCommandClass] - NODE 5: Received Basic Request
17:29:18.849 [DEBUG] [l.commandclass.ZWaveBasicCommandClass] - NODE 5: Basic Set sent to the controller will be processed as Basic Report
17:29:18.865 [DEBUG] [l.commandclass.ZWaveBasicCommandClass] - NODE 5: Basic report, value = 0xFF
17:29:18.878 [DEBUG] [ave.internal.protocol.ZWaveController] - Notifying event listeners: ZWaveCommandClassValueEvent
17:29:18.894 [DEBUG] [nding.zwave.handler.ZWaveThingHandler] - NODE 5: Got an event from Z-Wave network: ZWaveCommandClassValueEvent
17:29:18.912 [DEBUG] [nding.zwave.handler.ZWaveThingHandler] - NODE 5: Got a value event from Z-Wave network, endpoint = 0, command class = BASIC, value = 255
17:29:18.934 [DEBUG] [nding.zwave.handler.ZWaveThingHandler] - NODE 5: Updating channel state zwave:device:656b4c09:node5:sensor_binary to ON [OnOffType]
17:29:18.967 [DEBUG] [l.serialmessage.ZWaveCommandProcessor] - Checking transaction complete: Message has Ack Pending: Message: class=SendData[0x13], type=Request[0x00], priority=Immediate, dest=5, callback=101, payload=05 02 20 02
17:29:18.994 [DEBUG] [ave.internal.protocol.ZWaveController] - Receive queue TAKE: Length=0
17:29:19.004 [DEBUG] [zwave.internal.protocol.SerialMessage] - Assembled message buffer = 01 10 00 04 00 05 0A 71 05 07 FF 00 FF 07 08 00 00 98
17:29:19.020 [DEBUG] [ave.internal.protocol.ZWaveController] - Process Message = 01 10 00 04 00 05 0A 71 05 07 FF 00 FF 07 08 00 00 98
17:29:19.035 [DEBUG] [ave.internal.protocol.ZWaveController] - Message: class=ApplicationCommandHandler[0x04], type=Request[0x00], priority=High, dest=255, callback=0, payload=00 05 0A 71 05 07 FF 00 FF 07 08 00 00
17:29:19.058 [DEBUG] [essage.ApplicationCommandMessageClass] - NODE 5: Application Command Request (ALIVE:DONE)
17:29:19.072 [DEBUG] [ialization.ZWaveNodeInitStageAdvancer] - NODE 5: Starting initialisation from DONE
17:29:19.086 [DEBUG] [ave.internal.protocol.ZWaveController] - Event Listener org.openhab.binding.zwave.internal.protocol.initialization.ZWaveNodeInitStageAdvancer@534b3e44 already registered
17:29:19.109 [DEBUG] [essage.ApplicationCommandMessageClass] - NODE 5: Incoming command class ALARM
17:29:19.122 [DEBUG] [l.commandclass.ZWaveAlarmCommandClass] - NODE 5: Received ALARM command V4
17:29:19.135 [DEBUG] [l.commandclass.ZWaveAlarmCommandClass] - NODE 5: Process NOTIFICATION_REPORT V4
17:29:19.148 [DEBUG] [l.commandclass.ZWaveAlarmCommandClass] - NODE 5: NOTIFICATION report - 7 = 255, event=8, status=255
17:29:19.164 [DEBUG] [l.commandclass.ZWaveAlarmCommandClass] - NODE 5: Alarm Type = BURGLAR (7)
17:29:19.177 [DEBUG] [ave.internal.protocol.ZWaveController] - Notifying event listeners: ZWaveAlarmValueEvent
17:29:19.191 [DEBUG] [nding.zwave.handler.ZWaveThingHandler] - NODE 5: Got an event from Z-Wave network: ZWaveAlarmValueEvent
17:29:19.208 [DEBUG] [nding.zwave.handler.ZWaveThingHandler] - NODE 5: Got a value event from Z-Wave network, endpoint = 0, command class = ALARM, value = 255
17:29:19.239 [DEBUG] [nternal.converter.ZWaveAlarmConverter] - Alarm converter processing NOTIFICATION
17:29:19.255 [DEBUG] [nternal.converter.ZWaveAlarmConverter] - Alarm converter NOTIFICATION event is 8, type OnOffType
17:29:19.273 [DEBUG] [nternal.converter.ZWaveAlarmConverter] - Alarm converter processing NOTIFICATION
17:29:19.288 [DEBUG] [nternal.converter.ZWaveAlarmConverter] - Alarm converter NOTIFICATION event is 8, type OnOffType
17:29:19.306 [DEBUG] [l.serialmessage.ZWaveCommandProcessor] - Checking transaction complete: Message has Ack Pending: Message: class=SendData[0x13], type=Request[0x00], priority=Immediate, dest=5, callback=101, payload=05 02 20 02

Thanks for the help.

If there is nothing in the log you should check if it is properly included and properly initialized.
Is it online?
Wake the sensor up (you probably need to press a button, check your manual)

The sensors Thing was working, but its linked item was not getting updated. It ended up working after I recreated the item and link a few times in paperUI. Thanks.