I want to trigger a 2nd smoke detector directly via Zwave associaton when a smoke alarm is detected on the 1st smoke detector. But 2nd smode detector does not signal a acustic alarm.
I have
- openHAB 2.4 installation on Rasbian
- Raspberry3B+
- node-1: Razberry2 Zwave controller
- node-2, node-3: Popp 009402 ‘10 Year Smoke Detector and Siren’ v1.15
The smoke detector have 3 associaton groups
- Association Group #1: Z-Wave Plus Lifeline
The Lifeline association group reports device status to a hub and is not designed to control other devices directly. When using the Lineline group with a hub, in most cases, only the lifeline group will need to be configured and normally the hub will perform this automatically during the device initialisation. - Association Group #2: Alarm reports
All devices in this group will receive a Alarm notifications (Smoke, Battery Low, Tamper) - Association Group #3: Switch command
All devices in this group will receive a BASIC SET command on Smoke Alarms. Configuration parameter 3 and 4 (byte, default 99) will define the value sent on alarm occurs (->ON) and alarm clearance (->OFF).
So I configured the association in HABmin that node-2 will trigger node-3 in association group #2 and #3 (I also tested to use only #2 and only #3). And node-3 will trigger node-2 in same way.
Here is the example of HABmin for node-2:
And the debug log for org.openhab.binding.zwave when saving this change:
12:08:47.06212:09:40.957 [DEBUG] [nding.zwave.handler.ZWaveThingHandler] - NODE 2: Configuration update received
12:09:40.989 [DEBUG] [nding.zwave.handler.ZWaveThingHandler] - NODE 2: Configuration update set group_3 to [node_3] (ArrayList)
12:09:40.997 [DEBUG] [nding.zwave.handler.ZWaveThingHandler] - NODE 2: Current Members ZWaveAssociationGroup [index=3, name=null, profile1=null, profile2=null, associations=[]]
12:09:41.004 [DEBUG] [nding.zwave.handler.ZWaveThingHandler] - NODE 2: Current Members ZWaveAssociationGroup [index=3, name=null, profile1=null, profile2=null, associations=[]]
12:09:41.012 [DEBUG] [nding.zwave.handler.ZWaveThingHandler] - NODE 2: New Members ZWaveAssociationGroup [index=3, name=null, profile1=null, profile2=null, associations=[node_3]]
12:09:41.016 [DEBUG] [nding.zwave.handler.ZWaveThingHandler] - NODE 2: New Members ZWaveAssociationGroup [index=3, name=null, profile1=null, profile2=null, associations=[node_3]]
12:09:41.020 [DEBUG] [andclass.ZWaveAssociationCommandClass] - NODE 2: Creating new message for application command ASSOCIATIONCMD_SET, group=3, node=3
12:09:41.025 [DEBUG] [ing.zwave.internal.protocol.ZWaveNode] - NODE 2: SECURITY NOT required on COMMAND_CLASS_ASSOCIATION
12:09:41.028 [DEBUG] [ing.zwave.internal.protocol.ZWaveNode] - NODE 2: Command Class COMMAND_CLASS_ASSOCIATION is NOT required to be secured
12:09:41.032 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - NODE 2: Bump transaction 37 priority from Config to Immediate
12:09:41.035 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - NODE 2: Adding to device queue
12:09:41.038 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - NODE 2: Added 37 to queue - size 1
12:09:41.041 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - Transaction SendNextMessage 0 out at start. Holdoff false.
12:09:41.045 [DEBUG] [zwave.internal.protocol.SerialMessage] - Assembled message buffer = 01 0B 00 13 02 04 85 01 03 03 25 1A 5A
12:09:41.049 [DEBUG] [ding.zwave.handler.ZWaveSerialHandler] - NODE 2: Sending REQUEST Message = 01 0B 00 13 02 04 85 01 03 03 25 1A 5A
12:09:41.054 [DEBUG] [ZWaveSerialHandler$ZWaveReceiveThread] - Receive Message = 06
12:09:41.059 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - processReceiveMessage input 0<>128 : Message: class=null[0], type=ACK[2], dest=255, callback=0, payload=
12:09:41.063 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - Received msg (0): Message: class=null[0], type=ACK[2], dest=255, callback=0, payload=
12:09:41.067 [DEBUG] [ZWaveSerialHandler$ZWaveReceiveThread] - Receive Message = 01 04 01 13 01 E8
12:09:41.066 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - lastTransaction null
12:09:41.073 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - Received msg: ACK
12:09:41.076 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - ZWaveReceiveThread queue empty
12:09:41.075 [DEBUG] [ding.zwave.handler.ZWaveSerialHandler] - Message SENT
12:09:41.080 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - Transaction SendNextMessage started: TID 37: [WAIT_RESPONSE] priority=Immediate, requiresResponse=true, callback: 26
12:09:41.084 [DEBUG] [andclass.ZWaveAssociationCommandClass] - NODE 2: Creating new message for application command ASSOCIATIONCMD_GET group 3
12:09:41.086 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - Transaction SendNextMessage 1 out at start. Holdoff false.
12:09:41.088 [DEBUG] [ing.zwave.internal.protocol.ZWaveNode] - NODE 2: SECURITY NOT required on COMMAND_CLASS_ASSOCIATION
12:09:41.093 [DEBUG] [ing.zwave.internal.protocol.ZWaveNode] - NODE 2: Command Class COMMAND_CLASS_ASSOCIATION is NOT required to be secured
12:09:41.096 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - NODE 2: Bump transaction 38 priority from Config to Immediate
12:09:41.100 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - NODE 2: Adding to device queue
12:09:41.103 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - NODE 2: Added 38 to queue - size 1
12:09:41.107 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - Transaction SendNextMessage 1 out at start. Holdoff false.
12:09:41.108 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - processReceiveMessage input 0<>128 : Message: class=SendData[19], type=Response[1], dest=255, callback=0, payload=01
12:09:41.111 [DEBUG] [nding.zwave.handler.ZWaveThingHandler] - NODE 2: Configuration update set group_2 to [node_3] (ArrayList)
12:09:41.113 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - Received msg (0): Message: class=SendData[19], type=Response[1], dest=255, callback=0, payload=01
12:09:41.115 [DEBUG] [nding.zwave.handler.ZWaveThingHandler] - NODE 2: Current Members ZWaveAssociationGroup [index=2, name=null, profile1=null, profile2=null, associations=[]]
12:09:41.120 [DEBUG] [nding.zwave.handler.ZWaveThingHandler] - NODE 2: Current Members ZWaveAssociationGroup [index=2, name=null, profile1=null, profile2=null, associations=[]]
12:09:41.122 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - lastTransaction TID 37: [WAIT_RESPONSE] priority=Immediate, requiresResponse=true, callback: 26
12:09:41.124 [DEBUG] [nding.zwave.handler.ZWaveThingHandler] - NODE 2: New Members ZWaveAssociationGroup [index=2, name=null, profile1=null, profile2=null, associations=[node_3]]
12:09:41.129 [DEBUG] [nding.zwave.handler.ZWaveThingHandler] - NODE 2: New Members ZWaveAssociationGroup [index=2, name=null, profile1=null, profile2=null, associations=[node_3]]
12:09:41.130 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - Checking outstanding transactions: 1
12:09:41.135 [DEBUG] [andclass.ZWaveAssociationCommandClass] - NODE 2: Creating new message for application command ASSOCIATIONCMD_SET, group=2, node=3
12:09:41.140 [DEBUG] [ing.zwave.internal.protocol.ZWaveNode] - NODE 2: SECURITY NOT required on COMMAND_CLASS_ASSOCIATION
12:09:41.141 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - Last transaction: TID 37: [WAIT_RESPONSE] priority=Immediate, requiresResponse=true, callback: 26
12:09:41.144 [DEBUG] [ing.zwave.internal.protocol.ZWaveNode] - NODE 2: Command Class COMMAND_CLASS_ASSOCIATION is NOT required to be secured
12:09:41.150 [DEBUG] [ave.internal.protocol.ZWaveController] - Incoming Message: Message: class=SendData[19], type=Response[1], dest=255, callback=0, payload=01
12:09:41.149 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - NODE 2: Bump transaction 39 priority from Config to Immediate
12:09:41.154 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - NODE 2: Adding to device queue
12:09:41.155 [DEBUG] [ol.serialmessage.SendDataMessageClass] - NODE 2: sentData successfully placed on stack.
12:09:41.158 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - NODE 2: Added 39 to queue - size 2
12:09:41.163 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - TID 37: Advanced to WAIT_REQUEST
12:09:41.162 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - Transaction SendNextMessage 1 out at start. Holdoff false.
12:09:41.167 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - NODE 2: TID 37: Transaction not completed
12:09:41.168 [DEBUG] [andclass.ZWaveAssociationCommandClass] - NODE 2: Creating new message for application command ASSOCIATIONCMD_GET group 2
12:09:41.173 [DEBUG] [ing.zwave.internal.protocol.ZWaveNode] - NODE 2: SECURITY NOT required on COMMAND_CLASS_ASSOCIATION
12:09:41.175 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - ZWaveReceiveThread queue empty
12:09:41.177 [DEBUG] [ing.zwave.internal.protocol.ZWaveNode] - NODE 2: Command Class COMMAND_CLASS_ASSOCIATION is NOT required to be secured
12:09:41.179 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - Transaction SendNextMessage 1 out at start. Holdoff false.
12:09:41.181 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - NODE 2: Bump transaction 40 priority from Config to Immediate
12:09:41.185 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - NODE 2: Adding to device queue
12:09:41.189 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - NODE 2: Added 40 to queue - size 3
12:09:41.192 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - Transaction SendNextMessage 1 out at start. Holdoff false.
12:09:41.210 [INFO ] [smarthome.event.ThingUpdatedEvent ] - Thing 'zwave:device:Razberry2:node2' has been updated.
12:09:41.214 [INFO ] [smarthome.event.ConfigStatusInfoEvent] - ConfigStatusInfo [configStatusMessages=[ConfigStatusMessage [parameterName=group_3, type=PENDING, messageKey=null, arguments=null, message=null, statusCode=null], ConfigStatusMessage [parameterName=group_2, type=PENDING, messageKey=null, arguments=null, message=null, statusCode=null]]]
12:09:42.326 [DEBUG] [ZWaveSerialHandler$ZWaveReceiveThread] - Receive Message = 01 18 00 13 1A 00 00 7E 00 D0 7F 7F 7F 7F 00 01 03 00 00 00 00 42 04 00 00 04
12:09:42.357 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - processReceiveMessage input 0<>128 : Message: class=SendData[19], type=Request[0], dest=0, callback=26, payload=1A 00 00 7E 00 D0 7F 7F 7F 7F 00 01 03 00 00 00 00 42 04 00 00
12:09:42.366 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - Received msg (0): Message: class=SendData[19], type=Request[0], dest=0, callback=26, payload=1A 00 00 7E 00 D0 7F 7F 7F 7F 00 01 03 00 00 00 00 42 04 00 00
12:09:42.374 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - lastTransaction TID 37: [WAIT_REQUEST] priority=Immediate, requiresResponse=true, callback: 26
12:09:42.380 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - Checking outstanding transactions: 1
12:09:42.389 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - Last transaction: TID 37: [WAIT_REQUEST] priority=Immediate, requiresResponse=true, callback: 26
12:09:42.397 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - Checking TID 37: (Callback 26)
12:09:42.402 [DEBUG] [l.serialmessage.ZWaveCommandProcessor] - Callback match!
12:09:42.410 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - Correlated to TID 37: callback 26
12:09:42.415 [DEBUG] [ave.internal.protocol.ZWaveController] - Incoming Message: Message: class=SendData[19], type=Request[0], dest=0, callback=26, payload=1A 00 00 7E 00 D0 7F 7F 7F 7F 00 01 03 00 00 00 00 42 04 00 00
12:09:42.426 [DEBUG] [ol.serialmessage.SendDataMessageClass] - NODE 2: SendData Request. CallBack ID = 26, Status = Transmission complete and ACK received(0)
12:09:42.431 [DEBUG] [ing.zwave.internal.protocol.ZWaveNode] - NODE 2: resetResendCount initComplete=true isDead=false
12:09:42.436 [DEBUG] [ve.internal.protocol.ZWaveTransaction] - TID 37: Transaction COMPLETED
12:09:42.440 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - NODE 2: Response processed after 1360ms
12:09:42.443 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - NODE 2: TID 37: Transaction completed
12:09:42.445 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - NODE 2: notifyTransactionResponse TID:37 DONE
12:09:42.448 [DEBUG] [nding.zwave.handler.ZWaveThingHandler] - NODE 2: Got an event from Z-Wave network: ZWaveTransactionCompletedEvent
12:09:42.452 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - ZWaveReceiveThread queue empty
12:09:42.455 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - Transaction SendNextMessage 0 out at start. Holdoff false.
12:09:42.457 [DEBUG] [zwave.internal.protocol.SerialMessage] - Assembled message buffer = 01 0A 00 13 02 03 85 02 03 25 1B 5D
12:09:42.460 [DEBUG] [ding.zwave.handler.ZWaveSerialHandler] - NODE 2: Sending REQUEST Message = 01 0A 00 13 02 03 85 02 03 25 1B 5D
12:09:42.465 [DEBUG] [ZWaveSerialHandler$ZWaveReceiveThread] - Receive Message = 06
12:09:42.468 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - processReceiveMessage input 0<>128 : Message: class=null[0], type=ACK[2], dest=255, callback=0, payload=
12:09:42.471 [DEBUG] [ZWaveSerialHandler$ZWaveReceiveThread] - Receive Message = 01 04 01 13 01 E8
12:09:42.485 [DEBUG] [ding.zwave.handler.ZWaveSerialHandler] - Message SENT
12:09:42.489 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - Transaction SendNextMessage started: TID 38: [WAIT_RESPONSE] priority=Immediate, requiresResponse=true, callback: 27
12:09:42.491 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - Received msg (0): Message: class=null[0], type=ACK[2], dest=255, callback=0, payload=
12:09:42.494 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - lastTransaction TID 38: [WAIT_RESPONSE] priority=Immediate, requiresResponse=true, callback: 27
12:09:42.496 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - Received msg: ACK
12:09:42.499 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - ZWaveReceiveThread queue empty
12:09:42.501 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - Transaction SendNextMessage 1 out at start. Holdoff false.
12:09:42.516 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - processReceiveMessage input 0<>128 : Message: class=SendData[19], type=Response[1], dest=255, callback=0, payload=01
12:09:42.519 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - Received msg (0): Message: class=SendData[19], type=Response[1], dest=255, callback=0, payload=01
12:09:42.520 [DEBUG] [ZWaveSerialHandler$ZWaveReceiveThread] - Receive Message = 01 18 00 13 1B 00 00 02 00 D0 7F 7F 7F 7F 00 01 03 00 00 00 00 02 01 00 00 3C
12:09:42.522 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - lastTransaction TID 38: [WAIT_RESPONSE] priority=Immediate, requiresResponse=true, callback: 27
12:09:42.525 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - Checking outstanding transactions: 1
12:09:42.527 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - Last transaction: TID 38: [WAIT_RESPONSE] priority=Immediate, requiresResponse=true, callback: 27
12:09:42.530 [DEBUG] [ave.internal.protocol.ZWaveController] - Incoming Message: Message: class=SendData[19], type=Response[1], dest=255, callback=0, payload=01
12:09:42.533 [DEBUG] [ol.serialmessage.SendDataMessageClass] - NODE 2: sentData successfully placed on stack.
12:09:42.535 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - TID 38: Advanced to WAIT_REQUEST
12:09:42.538 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - NODE 2: TID 38: Transaction not completed
12:09:42.540 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - ZWaveReceiveThread queue empty
12:09:42.543 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - Transaction SendNextMessage 1 out at start. Holdoff false.
12:09:42.556 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - processReceiveMessage input 0<>128 : Message: class=SendData[19], type=Request[0], dest=0, callback=27, payload=1B 00 00 02 00 D0 7F 7F 7F 7F 00 01 03 00 00 00 00 02 01 00 00
12:09:42.560 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - Received msg (0): Message: class=SendData[19], type=Request[0], dest=0, callback=27, payload=1B 00 00 02 00 D0 7F 7F 7F 7F 00 01 03 00 00 00 00 02 01 00 00
12:09:42.561 [DEBUG] [ZWaveSerialHandler$ZWaveReceiveThread] - Receive Message = 01 0E 00 04 00 02 06 85 03 03 0A 00 03 D0 00 AD
12:09:42.563 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - lastTransaction TID 38: [WAIT_REQUEST] priority=Immediate, requiresResponse=true, callback: 27
12:09:42.566 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - Checking outstanding transactions: 1
12:09:42.569 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - Last transaction: TID 38: [WAIT_REQUEST] priority=Immediate, requiresResponse=true, callback: 27
12:09:42.571 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - Checking TID 38: (Callback 27)
12:09:42.574 [DEBUG] [l.serialmessage.ZWaveCommandProcessor] - Callback match!
12:09:42.576 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - Correlated to TID 38: callback 27
12:09:42.579 [DEBUG] [ave.internal.protocol.ZWaveController] - Incoming Message: Message: class=SendData[19], type=Request[0], dest=0, callback=27, payload=1B 00 00 02 00 D0 7F 7F 7F 7F 00 01 03 00 00 00 00 02 01 00 00
12:09:42.582 [DEBUG] [ol.serialmessage.SendDataMessageClass] - NODE 2: SendData Request. CallBack ID = 27, Status = Transmission complete and ACK received(0)
12:09:42.584 [DEBUG] [ing.zwave.internal.protocol.ZWaveNode] - NODE 2: resetResendCount initComplete=true isDead=false
12:09:42.587 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - TID 38: Advanced to WAIT_DATA
12:09:42.590 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - NODE 2: TID 38: Transaction not completed
12:09:42.592 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - ZWaveReceiveThread queue empty
12:09:42.594 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - Transaction SendNextMessage 1 out at start. Holdoff false.
12:09:42.596 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - processReceiveMessage input 0<>128 : Message: class=ApplicationCommandHandler[4], type=Request[0], dest=2, callback=0, payload=00 02 06 85 03 03 0A 00 03 D0 00
12:09:42.603 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - Received msg (0): Message: class=ApplicationCommandHandler[4], type=Request[0], dest=2, callback=0, payload=00 02 06 85 03 03 0A 00 03 D0 00
12:09:42.606 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - lastTransaction null
12:09:42.608 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - NODE 2: Application Command Request (ALIVE:DONE)
12:09:42.612 [DEBUG] [ing.zwave.internal.protocol.ZWaveNode] - NODE 2: resetResendCount initComplete=true isDead=false
12:09:42.615 [DEBUG] [ing.zwave.internal.protocol.ZWaveNode] - NODE 2: Incoming command class COMMAND_CLASS_ASSOCIATION, endpoint 0
12:09:42.619 [DEBUG] [ing.zwave.internal.protocol.ZWaveNode] - NODE 2: SECURITY NOT required on COMMAND_CLASS_ASSOCIATION
12:09:42.621 [DEBUG] [otocol.commandclass.ZWaveCommandClass] - NODE 2: Received COMMAND_CLASS_ASSOCIATION V2 ASSOCIATIONCMD_REPORT
12:09:42.623 [DEBUG] [andclass.ZWaveAssociationCommandClass] - NODE 2: association group 3 has max associations 10
12:09:42.626 [DEBUG] [andclass.ZWaveAssociationCommandClass] - NODE 2: association group 3 includes the following nodes:
12:09:42.629 [DEBUG] [andclass.ZWaveAssociationCommandClass] - Node 3
12:09:42.631 [DEBUG] [nding.zwave.handler.ZWaveThingHandler] - NODE 2: Got an event from Z-Wave network: ZWaveAssociationEvent
12:09:42.634 [DEBUG] [nding.zwave.handler.ZWaveThingHandler] - NODE 2: Got a value event from Z-Wave network, endpoint = 0, command class = COMMAND_CLASS_ASSOCIATION, value = 0
12:09:42.638 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - NODE 2: Commands processed 1.
12:09:42.640 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - NODE 2: Checking command org.openhab.binding.zwave.internal.protocol.ZWaveCommandClassPayload@1fb7012.
12:09:42.643 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - NODE 2: Command verified org.openhab.binding.zwave.internal.protocol.ZWaveCommandClassPayload@1fb7012.
12:09:42.646 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - NODE 2: notifyTransactionResponse TID:38 DONE
12:09:42.651 [DEBUG] [nding.zwave.handler.ZWaveThingHandler] - NODE 2: Got an event from Z-Wave network: ZWaveTransactionCompletedEvent
12:09:42.654 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - Transaction completed - outstandingTransactions 1
12:09:42.658 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - Transaction completed - outstandingTransactions 0
12:09:42.661 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - ZWaveReceiveThread queue empty
12:09:42.664 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - Transaction SendNextMessage 0 out at start. Holdoff false.
12:09:42.668 [DEBUG] [zwave.internal.protocol.SerialMessage] - Assembled message buffer = 01 0B 00 13 02 04 85 01 02 03 25 1C 5D
12:09:42.672 [DEBUG] [ding.zwave.handler.ZWaveSerialHandler] - NODE 2: Sending REQUEST Message = 01 0B 00 13 02 04 85 01 02 03 25 1C 5D
12:09:42.677 [DEBUG] [ZWaveSerialHandler$ZWaveReceiveThread] - Receive Message = 06
12:09:42.680 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - processReceiveMessage input 0<>128 : Message: class=null[0], type=ACK[2], dest=255, callback=0, payload=
12:09:42.684 [DEBUG] [ZWaveSerialHandler$ZWaveReceiveThread] - Receive Message = 01 04 01 13 01 E8
12:09:42.695 [DEBUG] [ding.zwave.handler.ZWaveSerialHandler] - Message SENT
12:09:42.699 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - Transaction SendNextMessage started: TID 39: [WAIT_RESPONSE] priority=Immediate, requiresResponse=true, callback: 28
12:09:42.704 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - Received msg (0): Message: class=null[0], type=ACK[2], dest=255, callback=0, payload=
12:09:42.707 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - lastTransaction TID 39: [WAIT_RESPONSE] priority=Immediate, requiresResponse=true, callback: 28
12:09:42.710 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - Received msg: ACK
12:09:42.714 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - ZWaveReceiveThread queue empty
12:09:42.718 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - Transaction SendNextMessage 1 out at start. Holdoff false.
12:09:42.726 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - processReceiveMessage input 0<>128 : Message: class=SendData[19], type=Response[1], dest=255, callback=0, payload=01
12:09:42.729 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - Received msg (0): Message: class=SendData[19], type=Response[1], dest=255, callback=0, payload=01
12:09:42.732 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - lastTransaction TID 39: [WAIT_RESPONSE] priority=Immediate, requiresResponse=true, callback: 28
12:09:42.732 [DEBUG] [ZWaveSerialHandler$ZWaveReceiveThread] - Receive Message = 01 18 00 13 1C 00 00 02 00 CF 7F 7F 7F 7F 00 01 03 00 00 00 00 02 01 00 00 24
12:09:42.735 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - Checking outstanding transactions: 1
12:09:42.741 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - Last transaction: TID 39: [WAIT_RESPONSE] priority=Immediate, requiresResponse=true, callback: 28
12:09:42.744 [DEBUG] [ave.internal.protocol.ZWaveController] - Incoming Message: Message: class=SendData[19], type=Response[1], dest=255, callback=0, payload=01
12:09:42.748 [DEBUG] [ol.serialmessage.SendDataMessageClass] - NODE 2: sentData successfully placed on stack.
12:09:42.752 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - TID 39: Advanced to WAIT_REQUEST
12:09:42.755 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - NODE 2: TID 39: Transaction not completed
12:09:42.758 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - ZWaveReceiveThread queue empty
12:09:42.762 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - Transaction SendNextMessage 1 out at start. Holdoff false.
12:09:42.766 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - processReceiveMessage input 0<>128 : Message: class=SendData[19], type=Request[0], dest=0, callback=28, payload=1C 00 00 02 00 CF 7F 7F 7F 7F 00 01 03 00 00 00 00 02 01 00 00
12:09:42.770 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - Received msg (0): Message: class=SendData[19], type=Request[0], dest=0, callback=28, payload=1C 00 00 02 00 CF 7F 7F 7F 7F 00 01 03 00 00 00 00 02 01 00 00
12:09:42.773 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - lastTransaction TID 39: [WAIT_REQUEST] priority=Immediate, requiresResponse=true, callback: 28
12:09:42.776 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - Checking outstanding transactions: 1
12:09:42.779 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - Last transaction: TID 39: [WAIT_REQUEST] priority=Immediate, requiresResponse=true, callback: 28
12:09:42.782 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - Checking TID 39: (Callback 28)
12:09:42.786 [DEBUG] [l.serialmessage.ZWaveCommandProcessor] - Callback match!
12:09:42.788 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - Correlated to TID 39: callback 28
12:09:42.792 [DEBUG] [ave.internal.protocol.ZWaveController] - Incoming Message: Message: class=SendData[19], type=Request[0], dest=0, callback=28, payload=1C 00 00 02 00 CF 7F 7F 7F 7F 00 01 03 00 00 00 00 02 01 00 00
12:09:42.797 [DEBUG] [ol.serialmessage.SendDataMessageClass] - NODE 2: SendData Request. CallBack ID = 28, Status = Transmission complete and ACK received(0)
12:09:42.801 [DEBUG] [ing.zwave.internal.protocol.ZWaveNode] - NODE 2: resetResendCount initComplete=true isDead=false
12:09:42.804 [DEBUG] [ve.internal.protocol.ZWaveTransaction] - TID 39: Transaction COMPLETED
12:09:42.816 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - NODE 2: Response processed after 117ms
12:09:42.819 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - NODE 2: TID 39: Transaction completed
12:09:42.822 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - NODE 2: notifyTransactionResponse TID:39 DONE
12:09:42.828 [DEBUG] [nding.zwave.handler.ZWaveThingHandler] - NODE 2: Got an event from Z-Wave network: ZWaveTransactionCompletedEvent
12:09:42.831 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - ZWaveReceiveThread queue empty
12:09:42.834 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - Transaction SendNextMessage 0 out at start. Holdoff false.
12:09:42.837 [DEBUG] [zwave.internal.protocol.SerialMessage] - Assembled message buffer = 01 0A 00 13 02 03 85 02 02 25 1D 5A
12:09:42.840 [DEBUG] [ding.zwave.handler.ZWaveSerialHandler] - NODE 2: Sending REQUEST Message = 01 0A 00 13 02 03 85 02 02 25 1D 5A
12:09:42.852 [DEBUG] [ZWaveSerialHandler$ZWaveReceiveThread] - Receive Message = 06
12:09:42.855 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - processReceiveMessage input 0<>128 : Message: class=null[0], type=ACK[2], dest=255, callback=0, payload=
12:09:42.859 [DEBUG] [ZWaveSerialHandler$ZWaveReceiveThread] - Receive Message = 01 04 01 13 01 E8
12:09:42.865 [DEBUG] [ding.zwave.handler.ZWaveSerialHandler] - Message SENT
12:09:42.868 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - Transaction SendNextMessage started: TID 40: [WAIT_RESPONSE] priority=Immediate, requiresResponse=true, callback: 29
12:09:42.871 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - Received msg (0): Message: class=null[0], type=ACK[2], dest=255, callback=0, payload=
12:09:42.874 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - lastTransaction TID 40: [WAIT_RESPONSE] priority=Immediate, requiresResponse=true, callback: 29
12:09:42.877 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - Received msg: ACK
12:09:42.881 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - ZWaveReceiveThread queue empty
12:09:42.884 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - Transaction SendNextMessage 1 out at start. Holdoff false.
12:09:42.896 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - processReceiveMessage input 0<>128 : Message: class=SendData[19], type=Response[1], dest=255, callback=0, payload=01
12:09:42.899 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - Received msg (0): Message: class=SendData[19], type=Response[1], dest=255, callback=0, payload=01
12:09:42.902 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - lastTransaction TID 40: [WAIT_RESPONSE] priority=Immediate, requiresResponse=true, callback: 29
12:09:42.902 [DEBUG] [ZWaveSerialHandler$ZWaveReceiveThread] - Receive Message = 01 18 00 13 1D 00 00 02 00 D5 7F 7F 7F 7F 00 01 03 00 00 00 00 02 01 00 00 3F
12:09:42.908 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - Checking outstanding transactions: 1
12:09:42.912 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - Last transaction: TID 40: [WAIT_RESPONSE] priority=Immediate, requiresResponse=true, callback: 29
12:09:42.915 [DEBUG] [ave.internal.protocol.ZWaveController] - Incoming Message: Message: class=SendData[19], type=Response[1], dest=255, callback=0, payload=01
12:09:42.919 [DEBUG] [ol.serialmessage.SendDataMessageClass] - NODE 2: sentData successfully placed on stack.
12:09:42.922 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - TID 40: Advanced to WAIT_REQUEST
12:09:42.924 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - NODE 2: TID 40: Transaction not completed
12:09:42.927 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - ZWaveReceiveThread queue empty
12:09:42.930 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - Transaction SendNextMessage 1 out at start. Holdoff false.
12:09:42.936 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - processReceiveMessage input 0<>128 : Message: class=SendData[19], type=Request[0], dest=0, callback=29, payload=1D 00 00 02 00 D5 7F 7F 7F 7F 00 01 03 00 00 00 00 02 01 00 00
12:09:42.940 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - Received msg (0): Message: class=SendData[19], type=Request[0], dest=0, callback=29, payload=1D 00 00 02 00 D5 7F 7F 7F 7F 00 01 03 00 00 00 00 02 01 00 00
12:09:42.941 [DEBUG] [ZWaveSerialHandler$ZWaveReceiveThread] - Receive Message = 01 0E 00 04 00 02 06 85 03 02 0A 00 03 D0 00 AC
12:09:42.943 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - lastTransaction TID 40: [WAIT_REQUEST] priority=Immediate, requiresResponse=true, callback: 29
12:09:42.947 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - Checking outstanding transactions: 1
12:09:42.950 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - Last transaction: TID 40: [WAIT_REQUEST] priority=Immediate, requiresResponse=true, callback: 29
12:09:42.955 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - Checking TID 40: (Callback 29)
12:09:42.959 [DEBUG] [l.serialmessage.ZWaveCommandProcessor] - Callback match!
12:09:42.961 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - Correlated to TID 40: callback 29
12:09:42.964 [DEBUG] [ave.internal.protocol.ZWaveController] - Incoming Message: Message: class=SendData[19], type=Request[0], dest=0, callback=29, payload=1D 00 00 02 00 D5 7F 7F 7F 7F 00 01 03 00 00 00 00 02 01 00 00
12:09:42.967 [DEBUG] [ol.serialmessage.SendDataMessageClass] - NODE 2: SendData Request. CallBack ID = 29, Status = Transmission complete and ACK received(0)
12:09:42.970 [DEBUG] [ing.zwave.internal.protocol.ZWaveNode] - NODE 2: resetResendCount initComplete=true isDead=false
12:09:42.973 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - TID 40: Advanced to WAIT_DATA
12:09:42.975 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - NODE 2: TID 40: Transaction not completed
12:09:42.976 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - processReceiveMessage input 0<>128 : Message: class=ApplicationCommandHandler[4], type=Request[0], dest=2, callback=0, payload=00 02 06 85 03 02 0A 00 03 D0 00
12:09:42.978 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - ZWaveReceiveThread queue empty
12:09:42.981 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - Transaction SendNextMessage 1 out at start. Holdoff false.
12:09:42.983 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - Received msg (0): Message: class=ApplicationCommandHandler[4], type=Request[0], dest=2, callback=0, payload=00 02 06 85 03 02 0A 00 03 D0 00
12:09:42.986 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - lastTransaction null
12:09:42.989 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - NODE 2: Application Command Request (ALIVE:DONE)
12:09:42.992 [DEBUG] [ing.zwave.internal.protocol.ZWaveNode] - NODE 2: resetResendCount initComplete=true isDead=false
12:09:42.994 [DEBUG] [ing.zwave.internal.protocol.ZWaveNode] - NODE 2: Incoming command class COMMAND_CLASS_ASSOCIATION, endpoint 0
12:09:42.997 [DEBUG] [ing.zwave.internal.protocol.ZWaveNode] - NODE 2: SECURITY NOT required on COMMAND_CLASS_ASSOCIATION
12:09:43.002 [DEBUG] [otocol.commandclass.ZWaveCommandClass] - NODE 2: Received COMMAND_CLASS_ASSOCIATION V2 ASSOCIATIONCMD_REPORT
12:09:43.005 [DEBUG] [andclass.ZWaveAssociationCommandClass] - NODE 2: association group 2 has max associations 10
12:09:43.008 [DEBUG] [andclass.ZWaveAssociationCommandClass] - NODE 2: association group 2 includes the following nodes:
12:09:43.010 [DEBUG] [andclass.ZWaveAssociationCommandClass] - Node 3
12:09:43.013 [DEBUG] [nding.zwave.handler.ZWaveThingHandler] - NODE 2: Got an event from Z-Wave network: ZWaveAssociationEvent
12:09:43.015 [DEBUG] [nding.zwave.handler.ZWaveThingHandler] - NODE 2: Got a value event from Z-Wave network, endpoint = 0, command class = COMMAND_CLASS_ASSOCIATION, value = 0
12:09:43.018 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - NODE 2: Commands processed 1.
12:09:43.020 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - NODE 2: Checking command org.openhab.binding.zwave.internal.protocol.ZWaveCommandClassPayload@c6d7a5.
12:09:43.023 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - NODE 2: Command verified org.openhab.binding.zwave.internal.protocol.ZWaveCommandClassPayload@c6d7a5.
12:09:43.026 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - NODE 2: notifyTransactionResponse TID:40 DONE
12:09:43.029 [DEBUG] [nding.zwave.handler.ZWaveThingHandler] - NODE 2: Got an event from Z-Wave network: ZWaveTransactionCompletedEvent
12:09:43.033 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - Transaction completed - outstandingTransactions 1
12:09:43.036 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - Transaction completed - outstandingTransactions 0
12:09:43.040 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - ZWaveReceiveThread queue empty
12:09:43.044 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - Transaction SendNextMessage 0 out at start. Holdoff false.
12:09:47.061 [INFO ] [smarthome.event.ItemStateChangedEvent] - iDate changed from 2019-02-16T12:08:47.034+0100 to 2019-02-16T12:09:47.039+0100
When I trigger a smoke alarm on node-2 here are the logs:
12:12:18.002 [DEBUG] [ZWaveSerialHandler$ZWaveReceiveThread] - Receive Message = 01 0C 00 04 00 02 04 30 03 FF 02 CA 00 F5
12:12:18.036 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - processReceiveMessage input 0<>128 : Message: class=ApplicationCommandHandler[4], type=Request[0], dest=2, callback=0, payload=00 02 04 30 03 FF 02 CA 00
12:12:18.042 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - Received msg (0): Message: class=ApplicationCommandHandler[4], type=Request[0], dest=2, callback=0, payload=00 02 04 30 03 FF 02 CA 00
12:12:18.043 [DEBUG] [ZWaveSerialHandler$ZWaveReceiveThread] - Receive Message = 01 0B 00 04 00 02 03 25 03 FF CA 00 E2
12:12:18.047 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - lastTransaction null
12:12:18.059 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - NODE 2: Application Command Request (ALIVE:DONE)
12:12:18.064 [DEBUG] [ing.zwave.internal.protocol.ZWaveNode] - NODE 2: resetResendCount initComplete=true isDead=false
12:12:18.072 [DEBUG] [ing.zwave.internal.protocol.ZWaveNode] - NODE 2: Incoming command class COMMAND_CLASS_SENSOR_BINARY, endpoint 0
12:12:18.076 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - processReceiveMessage input 0<>128 : Message: class=ApplicationCommandHandler[4], type=Request[0], dest=2, callback=0, payload=00 02 03 25 03 FF CA 00
12:12:18.079 [DEBUG] [ing.zwave.internal.protocol.ZWaveNode] - NODE 2: SECURITY NOT required on COMMAND_CLASS_SENSOR_BINARY
12:12:18.084 [DEBUG] [otocol.commandclass.ZWaveCommandClass] - NODE 2: Received COMMAND_CLASS_SENSOR_BINARY V2 SENSOR_BINARY_REPORT
12:12:18.089 [DEBUG] [ndclass.ZWaveBinarySensorCommandClass] - Processing Sensor Type 2
12:12:18.094 [DEBUG] [ndclass.ZWaveBinarySensorCommandClass] - Sensor Type is SMOKE
12:12:18.098 [DEBUG] [ndclass.ZWaveBinarySensorCommandClass] - NODE 2: Sensor Binary report, type=Smoke, value=255
12:12:18.105 [DEBUG] [nding.zwave.handler.ZWaveThingHandler] - NODE 2: Got an event from Z-Wave network: ZWaveBinarySensorValueEvent
12:12:18.111 [DEBUG] [nding.zwave.handler.ZWaveThingHandler] - NODE 2: Got a value event from Z-Wave network, endpoint = 0, command class = COMMAND_CLASS_SENSOR_BINARY, value = 255
12:12:18.116 [DEBUG] [nding.zwave.handler.ZWaveThingHandler] - NODE 2: Updating channel state zwave:device:Razberry2:node2:sensor_binary to ON [OnOffType]
12:12:18.123 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - NODE 2: Commands processed 1.
12:12:18.128 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - NODE 2: Checking command org.openhab.binding.zwave.internal.protocol.ZWaveCommandClassPayload@b523d7.
12:12:18.132 [INFO ] [smarthome.event.ItemStateChangedEvent] - iSmokeDetector__DG_LV__AlarmAny changed from OFF to ON
12:12:18.136 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - Transaction completed - outstandingTransactions 0
12:12:18.143 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - Transaction completed - outstandingTransactions 0
12:12:18.149 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - Received msg (0): Message: class=ApplicationCommandHandler[4], type=Request[0], dest=2, callback=0, payload=00 02 03 25 03 FF CA 00
12:12:18.155 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - lastTransaction null
12:12:18.162 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - NODE 2: Application Command Request (ALIVE:DONE)
12:12:18.166 [DEBUG] [ing.zwave.internal.protocol.ZWaveNode] - NODE 2: resetResendCount initComplete=true isDead=false
12:12:18.172 [DEBUG] [ing.zwave.internal.protocol.ZWaveNode] - NODE 2: Incoming command class COMMAND_CLASS_SWITCH_BINARY, endpoint 0
12:12:18.176 [DEBUG] [ing.zwave.internal.protocol.ZWaveNode] - NODE 2: SECURITY NOT required on COMMAND_CLASS_SWITCH_BINARY
12:12:18.181 [DEBUG] [otocol.commandclass.ZWaveCommandClass] - NODE 2: Received COMMAND_CLASS_SWITCH_BINARY V1 SWITCH_BINARY_REPORT
12:12:18.184 [DEBUG] [ndclass.ZWaveBinarySwitchCommandClass] - NODE 2: Switch Binary report, value = 255
12:12:18.187 [DEBUG] [nding.zwave.handler.ZWaveThingHandler] - NODE 2: Got an event from Z-Wave network: ZWaveCommandClassValueEvent
12:12:18.191 [DEBUG] [nding.zwave.handler.ZWaveThingHandler] - NODE 2: Got a value event from Z-Wave network, endpoint = 0, command class = COMMAND_CLASS_SWITCH_BINARY, value = 255
12:12:18.194 [DEBUG] [nding.zwave.handler.ZWaveThingHandler] - NODE 2: Updating channel state zwave:device:Razberry2:node2:switch_binary to ON [OnOffType]
12:12:18.198 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - NODE 2: Commands processed 1.
12:12:18.201 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - NODE 2: Checking command org.openhab.binding.zwave.internal.protocol.ZWaveCommandClassPayload@1d63e64.
12:12:18.204 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - Transaction completed - outstandingTransactions 0
12:12:18.204 [INFO ] [smarthome.event.ItemStateChangedEvent] - iSmokeDetector__DG_LV__SirenSwitch changed from OFF to ON
12:12:18.207 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - Transaction completed - outstandingTransactions 0
12:12:18.212 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - ZWaveReceiveThread queue empty
12:12:18.215 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - Transaction SendNextMessage 0 out at start. Holdoff false.
12:12:22.946 [DEBUG] [ZWaveSerialHandler$ZWaveReceiveThread] - Receive Message = 01 13 00 04 00 02 0B 71 05 00 00 00 FF 01 02 00 00 00 CA 00 A3
12:12:22.976 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - processReceiveMessage input 0<>128 : Message: class=ApplicationCommandHandler[4], type=Request[0], dest=2, callback=0, payload=00 02 0B 71 05 00 00 00 FF 01 02 00 00 00 CA 00
12:12:22.982 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - Received msg (0): Message: class=ApplicationCommandHandler[4], type=Request[0], dest=2, callback=0, payload=00 02 0B 71 05 00 00 00 FF 01 02 00 00 00 CA 00
12:12:22.987 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - lastTransaction null
12:12:22.993 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - NODE 2: Application Command Request (ALIVE:DONE)
12:12:22.997 [DEBUG] [ing.zwave.internal.protocol.ZWaveNode] - NODE 2: resetResendCount initComplete=true isDead=false
12:12:23.003 [DEBUG] [ing.zwave.internal.protocol.ZWaveNode] - NODE 2: Incoming command class COMMAND_CLASS_ALARM, endpoint 0
12:12:23.009 [DEBUG] [ing.zwave.internal.protocol.ZWaveNode] - NODE 2: SECURITY NOT required on COMMAND_CLASS_ALARM
12:12:23.014 [DEBUG] [otocol.commandclass.ZWaveCommandClass] - NODE 2: Received COMMAND_CLASS_ALARM V5 NOTIFICATION_REPORT
12:12:23.020 [DEBUG] [l.commandclass.ZWaveAlarmCommandClass] - NODE 2: NOTIFICATION report - 0 = 0, event=2, status=255, plen=0
12:12:23.025 [DEBUG] [l.commandclass.ZWaveAlarmCommandClass] - NODE 2: Alarm Type = SMOKE (0)
12:12:23.031 [DEBUG] [nding.zwave.handler.ZWaveThingHandler] - NODE 2: Got an event from Z-Wave network: ZWaveAlarmValueEvent
12:12:23.036 [DEBUG] [nding.zwave.handler.ZWaveThingHandler] - NODE 2: Got a value event from Z-Wave network, endpoint = 0, command class = COMMAND_CLASS_ALARM, value = 255
12:12:23.042 [DEBUG] [nternal.converter.ZWaveAlarmConverter] - NODE 2: Alarm converter processing NOTIFICATION
12:12:23.048 [DEBUG] [nternal.converter.ZWaveAlarmConverter] - NODE 2: Alarm converter NOTIFICATION event is 2, type OnOffType
12:12:23.053 [DEBUG] [nternal.converter.ZWaveAlarmConverter] - NODE 2: Alarm converter NOTIFICATION event is 2, channel alarm_system is not implemented.
12:12:23.059 [DEBUG] [nternal.converter.ZWaveAlarmConverter] - NODE 2: Alarm converter processing NOTIFICATION
12:12:23.065 [DEBUG] [nternal.converter.ZWaveAlarmConverter] - NODE 2: Alarm converter NOTIFICATION event is 2, type OnOffType
12:12:23.071 [DEBUG] [nding.zwave.handler.ZWaveThingHandler] - NODE 2: Updating channel state zwave:device:Razberry2:node2:alarm_smoke to ON [OnOffType]
12:12:23.079 [DEBUG] [nternal.converter.ZWaveAlarmConverter] - NODE 2: Alarm converter processing NOTIFICATION
12:12:23.085 [DEBUG] [nternal.converter.ZWaveAlarmConverter] - NODE 2: Alarm converter NOTIFICATION event is 2, type OnOffType
12:12:23.091 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - NODE 2: Commands processed 1.
12:12:23.096 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - NODE 2: Checking command org.openhab.binding.zwave.internal.protocol.ZWaveCommandClassPayload@e7470a.
12:12:23.101 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - Transaction completed - outstandingTransactions 0
12:12:23.105 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - Transaction completed - outstandingTransactions 0
12:12:23.109 [INFO ] [smarthome.event.ItemStateChangedEvent] - iSmokeDetector__DG_LV__AlarmSmoke changed from OFF to ON
12:12:23.110 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - ZWaveReceiveThread queue empty
12:12:23.114 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - Transaction SendNextMessage 0 out at start. Holdoff false.
12:12:23.129 [INFO ] [se.smarthome.model.script.Smoke alarm] - Smoke alarm DG_LV - ON
12:12:47.079 [INFO ] [smarthome.event.ItemStateChangedEvent] - iDate changed from 2019-02-16T12:11:47.049+0100 to 2019-02-16T12:12:47.052+0100