Qubino double switch with group associations

Hello, I am running the latest openhab release 2.5.9 and I just created a group association from a fibaro motion sensor to a qubino flush relay (double switch). I want when the motion sensor detects motion to switch on the endpoint 1 on that relay switch. This works but for some reason also the endpoint 2 is enabled (a fan). Not sure why this happens.

Here is a snippet in the logs

2020-10-12 20:05:06.797 [vent.ItemStateChangedEvent] - BdMotionAlarm changed from OFF to ON 2020-10-12 20:05:06.835 [ome.event.ItemCommandEvent] - Item 'BathLight' received command ON 2020-10-12 20:05:06.841 [ome.event.ItemCommandEvent] - Item 'bathlighttimer' received command ON 2020-10-12 20:05:06.875 [nt.ItemStatePredictedEvent] - BathLight predicted to become ON 2020-10-12 20:05:06.891 [vent.ItemStateChangedEvent] - BathLight changed from OFF to ON 2020-10-12 20:05:06.895 [vent.ItemStateChangedEvent] - bathlighttimer changed from OFF to ON 2020-10-12 20:05:08.620 [vent.ItemStateChangedEvent] - BathAll changed from OFF to ON 2020-10-12 20:05:09.048 [vent.ItemStateChangedEvent] - BathFan changed from OFF to ON

And here is the log in debug for zwave (Node 41 is the motion sensor and Node 21 is the qubino double relay)

If you see shortly after endpoint 1 is set to ON, I also see endpoint (no number so I assume both?) is also set to ON. Why ?

2020-10-12 20:05:08.615 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 21: Updating channel state zwave:device:fb544589:node21:switch_binary to ON [OnOffType]

Full log below

2020-10-12 20:05:06.765 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 43: Application Command Request (ALIVE:DONE) 2020-10-12 20:05:06.767 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 43: resetResendCount initComplete=true isDead=false 2020-10-12 20:05:06.769 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 43: Incoming command class COMMAND_CLASS_ALARM, endpoint 0 2020-10-12 20:05:06.771 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 43: SECURITY NOT required on COMMAND_CLASS_ALARM 2020-10-12 20:05:06.773 [DEBUG] [tocol.commandclass.ZWaveCommandClass] - NODE 43: Received COMMAND_CLASS_ALARM V5 NOTIFICATION_REPORT 2020-10-12 20:05:06.774 [DEBUG] [.commandclass.ZWaveAlarmCommandClass] - NODE 43: NOTIFICATION report - 0 = 0, event=8, status=255, plen=0 2020-10-12 20:05:06.776 [DEBUG] [.commandclass.ZWaveAlarmCommandClass] - NODE 43: Alarm Type = BURGLAR (0) 2020-10-12 20:05:06.778 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 43: Got an event from Z-Wave network: ZWaveAlarmValueEvent 2020-10-12 20:05:06.780 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 43: Got a value event from Z-Wave network, endpoint=0, command class=COMMAND_CLASS_ALARM, value=255 2020-10-12 20:05:06.783 [DEBUG] [ternal.converter.ZWaveAlarmConverter] - NODE 43: Alarm converter processing NOTIFICATION 2020-10-12 20:05:06.785 [DEBUG] [ternal.converter.ZWaveAlarmConverter] - NODE 43: Alarm converter NOTIFICATION event is 8, type OnOffType 2020-10-12 20:05:06.788 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 43: Updating channel state zwave:device:fb544589:node43:alarm_motion to ON [OnOffType] 2020-10-12 20:05:06.791 [DEBUG] [ternal.converter.ZWaveAlarmConverter] - NODE 43: Alarm converter processing NOTIFICATION 2020-10-12 20:05:06.793 [DEBUG] [ternal.converter.ZWaveAlarmConverter] - NODE 43: Alarm converter NOTIFICATION event is 8, type OnOffType 2020-10-12 20:05:06.800 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 43: Commands processed 1. 2020-10-12 20:05:06.807 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 43: Checking command org.openhab.binding.zwave.internal.protocol.ZWaveCommandClassPayload@12d3e05. 2020-10-12 20:05:06.808 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction completed - outstandingTransactions 0 2020-10-12 20:05:06.810 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction completed - outstandingTransactions 0 2020-10-12 20:05:06.811 [DEBUG] [nal.protocol.ZWaveTransactionManager] - ZWaveReceiveThread queue empty 2020-10-12 20:05:06.812 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction SendNextMessage 0 out at start. Holdoff false. 2020-10-12 20:05:06.815 [DEBUG] [me.model.script.1_presence_detection] - Motion detected 2020-10-12 20:05:06.864 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 21: Command received zwave:device:fb544589:node21:switch_binary1 --> ON [OnOffType] 2020-10-12 20:05:06.866 [DEBUG] [dclass.ZWaveBinarySwitchCommandClass] - NODE 21: Creating new message for application command SWITCH_BINARY_SET 2020-10-12 20:05:06.867 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 21: Encapsulating message, instance / endpoint 1 2020-10-12 20:05:06.869 [DEBUG] [class.ZWaveMultiInstanceCommandClass] - NODE 21: Creating new message for command MULTI_CHANNEL_ENCAP endpoint 1 2020-10-12 20:05:06.870 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 21: SECURITY not supported 2020-10-12 20:05:06.872 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 21: Command Class COMMAND_CLASS_MULTI_CHANNEL is NOT required to be secured 2020-10-12 20:05:06.874 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 21: Adding to device queue 2020-10-12 20:05:06.877 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 21: Added 3086 to queue - size 7 2020-10-12 20:05:06.879 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction SendNextMessage 0 out at start. Holdoff false. 2020-10-12 20:05:06.882 [DEBUG] [wave.internal.protocol.SerialMessage] - Assembled message buffer = 01 0E 00 13 15 07 60 0D 01 01 25 01 FF 25 A0 C3 2020-10-12 20:05:06.885 [DEBUG] [ing.zwave.handler.ZWaveSerialHandler] - NODE 21: Sending REQUEST Message = 01 0E 00 13 15 07 60 0D 01 01 25 01 FF 25 A0 C3 2020-10-12 20:05:06.891 [DEBUG] [ing.zwave.handler.ZWaveSerialHandler] - Message SENT 2020-10-12 20:05:06.893 [DEBUG] [WaveSerialHandler$ZWaveReceiveThread] - Receive Message = 06 2020-10-12 20:05:06.895 [DEBUG] [nal.protocol.ZWaveTransactionManager] - processReceiveMessage input 0<>128 : Message: class=null[0], type=ACK[2], dest=255, callback=0, payload= 2020-10-12 20:05:06.895 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction SendNextMessage started: TID 3086: [WAIT_RESPONSE] priority=Set, requiresResponse=true, callback: 160 2020-10-12 20:05:06.897 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Received msg (0): Message: class=null[0], type=ACK[2], dest=255, callback=0, payload= 2020-10-12 20:05:06.899 [DEBUG] [nal.protocol.ZWaveTransactionManager] - lastTransaction null 2020-10-12 20:05:06.900 [DEBUG] [WaveSerialHandler$ZWaveReceiveThread] - Receive Message = 01 04 01 13 01 E8 2020-10-12 20:05:06.900 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 21: Polling initialised at 86400 seconds - start in 1500 milliseconds. 2020-10-12 20:05:06.900 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Received msg: ACK 2020-10-12 20:05:06.902 [DEBUG] [nal.protocol.ZWaveTransactionManager] - ZWaveReceiveThread queue empty 2020-10-12 20:05:06.904 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction SendNextMessage 1 out at start. Holdoff false. 2020-10-12 20:05:06.903 [DEBUG] [nal.protocol.ZWaveTransactionManager] - processReceiveMessage input 0<>128 : Message: class=SendData[19], type=Response[1], dest=255, callback=0, payload=01 2020-10-12 20:05:06.905 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Received msg (0): Message: class=SendData[19], type=Response[1], dest=255, callback=0, payload=01 2020-10-12 20:05:06.907 [DEBUG] [nal.protocol.ZWaveTransactionManager] - lastTransaction TID 3086: [WAIT_RESPONSE] priority=Set, requiresResponse=true, callback: 160 2020-10-12 20:05:06.908 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Checking outstanding transactions: 1 2020-10-12 20:05:06.910 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Last transaction: TID 3086: [WAIT_RESPONSE] priority=Set, requiresResponse=true, callback: 160 2020-10-12 20:05:06.911 [DEBUG] [ve.internal.protocol.ZWaveController] - Incoming Message: Message: class=SendData[19], type=Response[1], dest=255, callback=0, payload=01 2020-10-12 20:05:06.914 [DEBUG] [l.serialmessage.SendDataMessageClass] - NODE 21: sentData successfully placed on stack. 2020-10-12 20:05:06.915 [DEBUG] [nal.protocol.ZWaveTransactionManager] - TID 3086: Advanced to WAIT_REQUEST 2020-10-12 20:05:06.917 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 21: TID 3086: Transaction not completed 2020-10-12 20:05:06.918 [DEBUG] [nal.protocol.ZWaveTransactionManager] - ZWaveReceiveThread queue empty 2020-10-12 20:05:06.919 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction SendNextMessage 1 out at start. Holdoff false. 2020-10-12 20:05:07.063 [DEBUG] [WaveSerialHandler$ZWaveReceiveThread] - Receive Message = 01 07 00 13 A0 00 00 11 5A 2020-10-12 20:05:07.067 [DEBUG] [nal.protocol.ZWaveTransactionManager] - processReceiveMessage input 0<>128 : Message: class=SendData[19], type=Request[0], dest=0, callback=160, payload=A0 00 00 11 2020-10-12 20:05:07.068 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Received msg (0): Message: class=SendData[19], type=Request[0], dest=0, callback=160, payload=A0 00 00 11 2020-10-12 20:05:07.070 [DEBUG] [nal.protocol.ZWaveTransactionManager] - lastTransaction TID 3086: [WAIT_REQUEST] priority=Set, requiresResponse=true, callback: 160 2020-10-12 20:05:07.071 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Checking outstanding transactions: 1 2020-10-12 20:05:07.072 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Last transaction: TID 3086: [WAIT_REQUEST] priority=Set, requiresResponse=true, callback: 160 2020-10-12 20:05:07.073 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Checking TID 3086: (Callback 160) 2020-10-12 20:05:07.075 [DEBUG] [.serialmessage.ZWaveCommandProcessor] - Callback match! 2020-10-12 20:05:07.076 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Correlated to TID 3086: callback 160 2020-10-12 20:05:07.078 [DEBUG] [ve.internal.protocol.ZWaveController] - Incoming Message: Message: class=SendData[19], type=Request[0], dest=0, callback=160, payload=A0 00 00 11 2020-10-12 20:05:07.086 [DEBUG] [l.serialmessage.SendDataMessageClass] - NODE 21: SendData Request. CallBack ID = 160, Status = Transmission complete and ACK received(0) 2020-10-12 20:05:07.087 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 21: resetResendCount initComplete=true isDead=false 2020-10-12 20:05:07.088 [DEBUG] [e.internal.protocol.ZWaveTransaction] - TID 3086: Transaction COMPLETED 2020-10-12 20:05:07.089 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 21: Response processed after 195ms 2020-10-12 20:05:07.090 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 21: TID 3086: Transaction completed 2020-10-12 20:05:07.091 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 21: notifyTransactionResponse TID:3086 DONE 2020-10-12 20:05:07.093 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 21: Got an event from Z-Wave network: ZWaveTransactionCompletedEvent 2020-10-12 20:05:07.094 [DEBUG] [nal.protocol.ZWaveTransactionManager] - ZWaveReceiveThread queue empty 2020-10-12 20:05:07.095 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction SendNextMessage 0 out at start. Holdoff false. 2020-10-12 20:05:08.400 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 21: Polling... 2020-10-12 20:05:08.402 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 21: Polling zwave:device:fb544589:node21:switch_binary 2020-10-12 20:05:08.405 [DEBUG] [converter.ZWaveBinarySwitchConverter] - NODE 21: Generating poll message for COMMAND_CLASS_SWITCH_BINARY, endpoint 0 2020-10-12 20:05:08.406 [DEBUG] [dclass.ZWaveBinarySwitchCommandClass] - NODE 21: Creating new message for application command SWITCH_BINARY_GET 2020-10-12 20:05:08.409 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 21: SECURITY not supported 2020-10-12 20:05:08.410 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 21: Command Class COMMAND_CLASS_SWITCH_BINARY is NOT required to be secured 2020-10-12 20:05:08.413 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 21: Polling skipped for zwave:device:fb544589:node21:switch_binary on COMMAND_CLASS_BASIC 2020-10-12 20:05:08.415 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 21: Polling zwave:device:fb544589:node21:switch_binary1 2020-10-12 20:05:08.417 [DEBUG] [converter.ZWaveBinarySwitchConverter] - NODE 21: Generating poll message for COMMAND_CLASS_SWITCH_BINARY, endpoint 1 2020-10-12 20:05:08.419 [DEBUG] [dclass.ZWaveBinarySwitchCommandClass] - NODE 21: Creating new message for application command SWITCH_BINARY_GET 2020-10-12 20:05:08.421 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 21: Encapsulating message, instance / endpoint 1 2020-10-12 20:05:08.423 [DEBUG] [class.ZWaveMultiInstanceCommandClass] - NODE 21: Creating new message for command MULTI_CHANNEL_ENCAP endpoint 1 2020-10-12 20:05:08.425 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 21: SECURITY not supported 2020-10-12 20:05:08.427 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 21: Command Class COMMAND_CLASS_MULTI_CHANNEL is NOT required to be secured 2020-10-12 20:05:08.429 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 21: Polling skipped for zwave:device:fb544589:node21:switch_binary1 on COMMAND_CLASS_BASIC 2020-10-12 20:05:08.431 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 21: Polling zwave:device:fb544589:node21:switch_binary2 2020-10-12 20:05:08.434 [DEBUG] [converter.ZWaveBinarySwitchConverter] - NODE 21: Generating poll message for COMMAND_CLASS_SWITCH_BINARY, endpoint 2 2020-10-12 20:05:08.436 [DEBUG] [dclass.ZWaveBinarySwitchCommandClass] - NODE 21: Creating new message for application command SWITCH_BINARY_GET 2020-10-12 20:05:08.439 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 21: Encapsulating message, instance / endpoint 2 2020-10-12 20:05:08.441 [DEBUG] [class.ZWaveMultiInstanceCommandClass] - NODE 21: Creating new message for command MULTI_CHANNEL_ENCAP endpoint 2 2020-10-12 20:05:08.444 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 21: SECURITY not supported 2020-10-12 20:05:08.446 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 21: Command Class COMMAND_CLASS_MULTI_CHANNEL is NOT required to be secured 2020-10-12 20:05:08.448 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 21: Polling skipped for zwave:device:fb544589:node21:switch_binary2 on COMMAND_CLASS_BASIC 2020-10-12 20:05:08.450 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 21: Adding to device queue 2020-10-12 20:05:08.453 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 21: Added 3087 to queue - size 7 2020-10-12 20:05:08.455 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction SendNextMessage 0 out at start. Holdoff false. 2020-10-12 20:05:08.459 [DEBUG] [wave.internal.protocol.SerialMessage] - Assembled message buffer = 01 09 00 13 15 02 25 02 25 A1 51 2020-10-12 20:05:08.463 [DEBUG] [ing.zwave.handler.ZWaveSerialHandler] - NODE 21: Sending REQUEST Message = 01 09 00 13 15 02 25 02 25 A1 51 2020-10-12 20:05:08.465 [DEBUG] [ing.zwave.handler.ZWaveSerialHandler] - Message SENT 2020-10-12 20:05:08.467 [DEBUG] [WaveSerialHandler$ZWaveReceiveThread] - Receive Message = 06 2020-10-12 20:05:08.468 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction SendNextMessage started: TID 3087: [WAIT_RESPONSE] priority=Get, requiresResponse=true, callback: 161 2020-10-12 20:05:08.470 [DEBUG] [nal.protocol.ZWaveTransactionManager] - processReceiveMessage input 0<>128 : Message: class=null[0], type=ACK[2], dest=255, callback=0, payload= 2020-10-12 20:05:08.470 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 21: Adding to device queue 2020-10-12 20:05:08.473 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Received msg (0): Message: class=null[0], type=ACK[2], dest=255, callback=0, payload= 2020-10-12 20:05:08.474 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 21: Added 3088 to queue - size 7 2020-10-12 20:05:08.475 [DEBUG] [nal.protocol.ZWaveTransactionManager] - lastTransaction TID 3087: [WAIT_RESPONSE] priority=Get, requiresResponse=true, callback: 161 2020-10-12 20:05:08.476 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction SendNextMessage 1 out at start. Holdoff false. 2020-10-12 20:05:08.477 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Received msg: ACK 2020-10-12 20:05:08.478 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 21: Adding to device queue 2020-10-12 20:05:08.479 [DEBUG] [WaveSerialHandler$ZWaveReceiveThread] - Receive Message = 01 04 01 13 01 E8 2020-10-12 20:05:08.479 [DEBUG] [nal.protocol.ZWaveTransactionManager] - ZWaveReceiveThread queue empty 2020-10-12 20:05:08.480 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 21: Added 3089 to queue - size 8 2020-10-12 20:05:08.482 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction SendNextMessage 1 out at start. Holdoff false. 2020-10-12 20:05:08.484 [DEBUG] [nal.protocol.ZWaveTransactionManager] - processReceiveMessage input 0<>128 : Message: class=SendData[19], type=Response[1], dest=255, callback=0, payload=01 2020-10-12 20:05:08.485 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction SendNextMessage 1 out at start. Holdoff false. 2020-10-12 20:05:08.488 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Received msg (0): Message: class=SendData[19], type=Response[1], dest=255, callback=0, payload=01 2020-10-12 20:05:08.490 [DEBUG] [nal.protocol.ZWaveTransactionManager] - lastTransaction TID 3087: [WAIT_RESPONSE] priority=Get, requiresResponse=true, callback: 161 2020-10-12 20:05:08.493 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Checking outstanding transactions: 1 2020-10-12 20:05:08.495 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Last transaction: TID 3087: [WAIT_RESPONSE] priority=Get, requiresResponse=true, callback: 161 2020-10-12 20:05:08.497 [DEBUG] [ve.internal.protocol.ZWaveController] - Incoming Message: Message: class=SendData[19], type=Response[1], dest=255, callback=0, payload=01 2020-10-12 20:05:08.500 [DEBUG] [l.serialmessage.SendDataMessageClass] - NODE 21: sentData successfully placed on stack. 2020-10-12 20:05:08.502 [DEBUG] [nal.protocol.ZWaveTransactionManager] - TID 3087: Advanced to WAIT_REQUEST 2020-10-12 20:05:08.504 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 21: TID 3087: Transaction not completed 2020-10-12 20:05:08.506 [DEBUG] [nal.protocol.ZWaveTransactionManager] - ZWaveReceiveThread queue empty 2020-10-12 20:05:08.508 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction SendNextMessage 1 out at start. Holdoff false. 2020-10-12 20:05:08.526 [DEBUG] [WaveSerialHandler$ZWaveReceiveThread] - Receive Message = 01 07 00 13 A1 00 00 06 4C 2020-10-12 20:05:08.529 [DEBUG] [nal.protocol.ZWaveTransactionManager] - processReceiveMessage input 0<>128 : Message: class=SendData[19], type=Request[0], dest=0, callback=161, payload=A1 00 00 06 2020-10-12 20:05:08.531 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Received msg (0): Message: class=SendData[19], type=Request[0], dest=0, callback=161, payload=A1 00 00 06 2020-10-12 20:05:08.532 [DEBUG] [nal.protocol.ZWaveTransactionManager] - lastTransaction TID 3087: [WAIT_REQUEST] priority=Get, requiresResponse=true, callback: 161 2020-10-12 20:05:08.533 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Checking outstanding transactions: 1 2020-10-12 20:05:08.534 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Last transaction: TID 3087: [WAIT_REQUEST] priority=Get, requiresResponse=true, callback: 161 2020-10-12 20:05:08.535 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Checking TID 3087: (Callback 161) 2020-10-12 20:05:08.536 [DEBUG] [.serialmessage.ZWaveCommandProcessor] - Callback match! 2020-10-12 20:05:08.537 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Correlated to TID 3087: callback 161 2020-10-12 20:05:08.539 [DEBUG] [ve.internal.protocol.ZWaveController] - Incoming Message: Message: class=SendData[19], type=Request[0], dest=0, callback=161, payload=A1 00 00 06 2020-10-12 20:05:08.540 [DEBUG] [l.serialmessage.SendDataMessageClass] - NODE 21: SendData Request. CallBack ID = 161, Status = Transmission complete and ACK received(0) 2020-10-12 20:05:08.541 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 21: resetResendCount initComplete=true isDead=false 2020-10-12 20:05:08.542 [DEBUG] [nal.protocol.ZWaveTransactionManager] - TID 3087: Advanced to WAIT_DATA 2020-10-12 20:05:08.543 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 21: TID 3087: Transaction not completed 2020-10-12 20:05:08.544 [DEBUG] [nal.protocol.ZWaveTransactionManager] - ZWaveReceiveThread queue empty 2020-10-12 20:05:08.545 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction SendNextMessage 1 out at start. Holdoff false. 2020-10-12 20:05:08.598 [DEBUG] [WaveSerialHandler$ZWaveReceiveThread] - Receive Message = 01 09 00 04 00 15 03 25 03 FF 3D 2020-10-12 20:05:08.601 [DEBUG] [nal.protocol.ZWaveTransactionManager] - processReceiveMessage input 0<>128 : Message: class=ApplicationCommandHandler[4], type=Request[0], dest=21, callback=0, payload=00 15 03 25 03 FF 2020-10-12 20:05:08.604 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Received msg (0): Message: class=ApplicationCommandHandler[4], type=Request[0], dest=21, callback=0, payload=00 15 03 25 03 FF 2020-10-12 20:05:08.605 [DEBUG] [nal.protocol.ZWaveTransactionManager] - lastTransaction null 2020-10-12 20:05:08.606 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 21: Application Command Request (ALIVE:DONE) 2020-10-12 20:05:08.607 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 21: resetResendCount initComplete=true isDead=false 2020-10-12 20:05:08.608 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 21: Incoming command class COMMAND_CLASS_SWITCH_BINARY, endpoint 0 2020-10-12 20:05:08.609 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 21: SECURITY not supported 2020-10-12 20:05:08.610 [DEBUG] [tocol.commandclass.ZWaveCommandClass] - NODE 21: Received COMMAND_CLASS_SWITCH_BINARY V1 SWITCH_BINARY_REPORT 2020-10-12 20:05:08.611 [DEBUG] [dclass.ZWaveBinarySwitchCommandClass] - NODE 21: Switch Binary report, value = 255 2020-10-12 20:05:08.612 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 21: Got an event from Z-Wave network: ZWaveCommandClassValueEvent 2020-10-12 20:05:08.613 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 21: Got a value event from Z-Wave network, endpoint=0, command class=COMMAND_CLASS_SWITCH_BINARY, value=255 2020-10-12 20:05:08.615 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 21: Updating channel state zwave:device:fb544589:node21:switch_binary to ON [OnOffType] 2020-10-12 20:05:08.617 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 21: Commands processed 1. 2020-10-12 20:05:08.620 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 21: Checking command org.openhab.binding.zwave.internal.protocol.ZWaveCommandClassPayload@927899. 2020-10-12 20:05:08.622 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 21: Command verified org.openhab.binding.zwave.internal.protocol.ZWaveCommandClassPayload@927899. 2020-10-12 20:05:08.623 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 21: notifyTransactionResponse TID:3087 DONE 2020-10-12 20:05:08.625 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 21: Got an event from Z-Wave network: ZWaveTransactionCompletedEvent 2020-10-12 20:05:08.626 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction completed - outstandingTransactions 1 2020-10-12 20:05:08.627 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction completed - outstandingTransactions 0 2020-10-12 20:05:08.628 [DEBUG] [nal.protocol.ZWaveTransactionManager] - ZWaveReceiveThread queue empty 2020-10-12 20:05:08.629 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction SendNextMessage 0 out at start. Holdoff false. 2020-10-12 20:05:08.632 [DEBUG] [wave.internal.protocol.SerialMessage] - Assembled message buffer = 01 0D 00 13 15 06 60 0D 01 01 25 02 25 A2 3F 2020-10-12 20:05:08.634 [DEBUG] [ing.zwave.handler.ZWaveSerialHandler] - NODE 21: Sending REQUEST Message = 01 0D 00 13 15 06 60 0D 01 01 25 02 25 A2 3F 2020-10-12 20:05:08.635 [DEBUG] [ing.zwave.handler.ZWaveSerialHandler] - Message SENT 2020-10-12 20:05:08.638 [DEBUG] [WaveSerialHandler$ZWaveReceiveThread] - Receive Message = 06 2020-10-12 20:05:08.637 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction SendNextMessage started: TID 3088: [WAIT_RESPONSE] priority=Get, requiresResponse=true, callback: 162 2020-10-12 20:05:08.640 [DEBUG] [nal.protocol.ZWaveTransactionManager] - processReceiveMessage input 0<>128 : Message: class=null[0], type=ACK[2], dest=255, callback=0, payload= 2020-10-12 20:05:08.641 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Received msg (0): Message: class=null[0], type=ACK[2], dest=255, callback=0, payload= 2020-10-12 20:05:08.643 [DEBUG] [nal.protocol.ZWaveTransactionManager] - lastTransaction TID 3088: [WAIT_RESPONSE] priority=Get, requiresResponse=true, callback: 162 2020-10-12 20:05:08.644 [DEBUG] [WaveSerialHandler$ZWaveReceiveThread] - Receive Message = 01 04 01 13 01 E8 2020-10-12 20:05:08.645 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Received msg: ACK 2020-10-12 20:05:08.646 [DEBUG] [nal.protocol.ZWaveTransactionManager] - processReceiveMessage input 0<>128 : Message: class=SendData[19], type=Response[1], dest=255, callback=0, payload=01 2020-10-12 20:05:08.647 [DEBUG] [nal.protocol.ZWaveTransactionManager] - ZWaveReceiveThread queue empty 2020-10-12 20:05:08.648 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction SendNextMessage 1 out at start. Holdoff false. 2020-10-12 20:05:08.650 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Received msg (0): Message: class=SendData[19], type=Response[1], dest=255, callback=0, payload=01 2020-10-12 20:05:08.652 [DEBUG] [nal.protocol.ZWaveTransactionManager] - lastTransaction TID 3088: [WAIT_RESPONSE] priority=Get, requiresResponse=true, callback: 162 2020-10-12 20:05:08.654 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Checking outstanding transactions: 1 2020-10-12 20:05:08.656 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Last transaction: TID 3088: [WAIT_RESPONSE] priority=Get, requiresResponse=true, callback: 162 2020-10-12 20:05:08.658 [DEBUG] [ve.internal.protocol.ZWaveController] - Incoming Message: Message: class=SendData[19], type=Response[1], dest=255, callback=0, payload=01 2020-10-12 20:05:08.660 [DEBUG] [l.serialmessage.SendDataMessageClass] - NODE 21: sentData successfully placed on stack. 2020-10-12 20:05:08.662 [DEBUG] [nal.protocol.ZWaveTransactionManager] - TID 3088: Advanced to WAIT_REQUEST 2020-10-12 20:05:08.664 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 21: TID 3088: Transaction not completed 2020-10-12 20:05:08.665 [DEBUG] [nal.protocol.ZWaveTransactionManager] - ZWaveReceiveThread queue empty 2020-10-12 20:05:08.667 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction SendNextMessage 1 out at start. Holdoff false. 2020-10-12 20:05:08.738 [DEBUG] [WaveSerialHandler$ZWaveReceiveThread] - Receive Message = 01 07 00 13 A2 00 00 0A 43 2020-10-12 20:05:08.741 [DEBUG] [nal.protocol.ZWaveTransactionManager] - processReceiveMessage input 0<>128 : Message: class=SendData[19], type=Request[0], dest=0, callback=162, payload=A2 00 00 0A 2020-10-12 20:05:08.743 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Received msg (0): Message: class=SendData[19], type=Request[0], dest=0, callback=162, payload=A2 00 00 0A 2020-10-12 20:05:08.744 [DEBUG] [nal.protocol.ZWaveTransactionManager] - lastTransaction TID 3088: [WAIT_REQUEST] priority=Get, requiresResponse=true, callback: 162 2020-10-12 20:05:08.746 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Checking outstanding transactions: 1 2020-10-12 20:05:08.747 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Last transaction: TID 3088: [WAIT_REQUEST] priority=Get, requiresResponse=true, callback: 162 2020-10-12 20:05:08.748 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Checking TID 3088: (Callback 162) 2020-10-12 20:05:08.750 [DEBUG] [.serialmessage.ZWaveCommandProcessor] - Callback match! 2020-10-12 20:05:08.751 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Correlated to TID 3088: callback 162 2020-10-12 20:05:08.753 [DEBUG] [ve.internal.protocol.ZWaveController] - Incoming Message: Message: class=SendData[19], type=Request[0], dest=0, callback=162, payload=A2 00 00 0A 2020-10-12 20:05:08.754 [DEBUG] [l.serialmessage.SendDataMessageClass] - NODE 21: SendData Request. CallBack ID = 162, Status = Transmission complete and ACK received(0) 2020-10-12 20:05:08.755 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 21: resetResendCount initComplete=true isDead=false 2020-10-12 20:05:08.756 [DEBUG] [nal.protocol.ZWaveTransactionManager] - TID 3088: Advanced to WAIT_DATA 2020-10-12 20:05:08.757 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 21: TID 3088: Transaction not completed 2020-10-12 20:05:08.758 [DEBUG] [nal.protocol.ZWaveTransactionManager] - ZWaveReceiveThread queue empty 2020-10-12 20:05:08.759 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction SendNextMessage 1 out at start. Holdoff false. 2020-10-12 20:05:08.810 [DEBUG] [WaveSerialHandler$ZWaveReceiveThread] - Receive Message = 01 0D 00 04 00 15 07 60 0D 01 01 25 03 FF 50 2020-10-12 20:05:08.812 [DEBUG] [nal.protocol.ZWaveTransactionManager] - processReceiveMessage input 0<>128 : Message: class=ApplicationCommandHandler[4], type=Request[0], dest=21, callback=0, payload=00 15 07 60 0D 01 01 25 03 FF 2020-10-12 20:05:08.814 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Received msg (0): Message: class=ApplicationCommandHandler[4], type=Request[0], dest=21, callback=0, payload=00 15 07 60 0D 01 01 25 03 FF 2020-10-12 20:05:08.815 [DEBUG] [nal.protocol.ZWaveTransactionManager] - lastTransaction null 2020-10-12 20:05:08.816 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 21: Application Command Request (ALIVE:DONE) 2020-10-12 20:05:08.817 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 21: resetResendCount initComplete=true isDead=false 2020-10-12 20:05:08.818 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 21: Decapsulating COMMAND_CLASS_MULTI_CHANNEL 2020-10-12 20:05:08.819 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 21: Incoming command class COMMAND_CLASS_SWITCH_BINARY, endpoint 1 2020-10-12 20:05:08.820 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 21: SECURITY not supported 2020-10-12 20:05:08.820 [DEBUG] [tocol.commandclass.ZWaveCommandClass] - NODE 21: Received COMMAND_CLASS_SWITCH_BINARY V1 SWITCH_BINARY_REPORT 2020-10-12 20:05:08.821 [DEBUG] [dclass.ZWaveBinarySwitchCommandClass] - NODE 21: Switch Binary report, value = 255 2020-10-12 20:05:08.822 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 21: Got an event from Z-Wave network: ZWaveCommandClassValueEvent 2020-10-12 20:05:08.823 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 21: Got a value event from Z-Wave network, endpoint=1, command class=COMMAND_CLASS_SWITCH_BINARY, value=255 2020-10-12 20:05:08.825 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 21: Updating channel state zwave:device:fb544589:node21:switch_binary1 to ON [OnOffType] 2020-10-12 20:05:08.827 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 21: Commands processed 1. 2020-10-12 20:05:08.828 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 21: Checking command org.openhab.binding.zwave.internal.protocol.ZWaveCommandClassPayload@d628e1. 2020-10-12 20:05:08.830 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 21: Command verified org.openhab.binding.zwave.internal.protocol.ZWaveCommandClassPayload@d628e1. 2020-10-12 20:05:08.831 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 21: notifyTransactionResponse TID:3088 DONE 2020-10-12 20:05:08.833 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 21: Got an event from Z-Wave network: ZWaveTransactionCompletedEvent 2020-10-12 20:05:08.834 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction completed - outstandingTransactions 1 2020-10-12 20:05:08.835 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction completed - outstandingTransactions 0 2020-10-12 20:05:08.836 [DEBUG] [nal.protocol.ZWaveTransactionManager] - ZWaveReceiveThread queue empty 2020-10-12 20:05:08.837 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction SendNextMessage 0 out at start. Holdoff false. 2020-10-12 20:05:08.838 [DEBUG] [wave.internal.protocol.SerialMessage] - Assembled message buffer = 01 0D 00 13 15 06 60 0D 01 02 25 02 25 A3 3D 2020-10-12 20:05:08.840 [DEBUG] [ing.zwave.handler.ZWaveSerialHandler] - NODE 21: Sending REQUEST Message = 01 0D 00 13 15 06 60 0D 01 02 25 02 25 A3 3D 2020-10-12 20:05:08.841 [DEBUG] [ing.zwave.handler.ZWaveSerialHandler] - Message SENT 2020-10-12 20:05:08.844 [DEBUG] [WaveSerialHandler$ZWaveReceiveThread] - Receive Message = 06 2020-10-12 20:05:08.846 [DEBUG] [nal.protocol.ZWaveTransactionManager] - processReceiveMessage input 0<>128 : Message: class=null[0], type=ACK[2], dest=255, callback=0, payload= 2020-10-12 20:05:08.843 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction SendNextMessage started: TID 3089: [WAIT_RESPONSE] priority=Get, requiresResponse=true, callback: 163 2020-10-12 20:05:08.849 [DEBUG] [WaveSerialHandler$ZWaveReceiveThread] - Receive Message = 01 04 01 13 01 E8 2020-10-12 20:05:08.851 [DEBUG] [nal.protocol.ZWaveTransactionManager] - processReceiveMessage input 0<>128 : Message: class=SendData[19], type=Response[1], dest=255, callback=0, payload=01 2020-10-12 20:05:08.848 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Received msg (0): Message: class=null[0], type=ACK[2], dest=255, callback=0, payload= 2020-10-12 20:05:08.854 [DEBUG] [nal.protocol.ZWaveTransactionManager] - lastTransaction TID 3089: [WAIT_RESPONSE] priority=Get, requiresResponse=true, callback: 163 2020-10-12 20:05:08.855 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Received msg: ACK 2020-10-12 20:05:08.856 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Received msg (0): Message: class=SendData[19], type=Response[1], dest=255, callback=0, payload=01 2020-10-12 20:05:08.857 [DEBUG] [nal.protocol.ZWaveTransactionManager] - lastTransaction TID 3089: [WAIT_RESPONSE] priority=Get, requiresResponse=true, callback: 163 2020-10-12 20:05:08.858 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Checking outstanding transactions: 1 2020-10-12 20:05:08.859 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Last transaction: TID 3089: [WAIT_RESPONSE] priority=Get, requiresResponse=true, callback: 163 2020-10-12 20:05:08.860 [DEBUG] [ve.internal.protocol.ZWaveController] - Incoming Message: Message: class=SendData[19], type=Response[1], dest=255, callback=0, payload=01 2020-10-12 20:05:08.861 [DEBUG] [l.serialmessage.SendDataMessageClass] - NODE 21: sentData successfully placed on stack. 2020-10-12 20:05:08.862 [DEBUG] [nal.protocol.ZWaveTransactionManager] - TID 3089: Advanced to WAIT_REQUEST 2020-10-12 20:05:08.864 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 21: TID 3089: Transaction not completed 2020-10-12 20:05:08.864 [DEBUG] [nal.protocol.ZWaveTransactionManager] - ZWaveReceiveThread queue empty 2020-10-12 20:05:08.865 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction SendNextMessage 1 out at start. Holdoff false. 2020-10-12 20:05:08.947 [DEBUG] [WaveSerialHandler$ZWaveReceiveThread] - Receive Message = 01 07 00 13 A3 00 00 0A 42 2020-10-12 20:05:08.949 [DEBUG] [nal.protocol.ZWaveTransactionManager] - processReceiveMessage input 0<>128 : Message: class=SendData[19], type=Request[0], dest=0, callback=163, payload=A3 00 00 0A 2020-10-12 20:05:08.950 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Received msg (0): Message: class=SendData[19], type=Request[0], dest=0, callback=163, payload=A3 00 00 0A 2020-10-12 20:05:08.952 [DEBUG] [nal.protocol.ZWaveTransactionManager] - lastTransaction TID 3089: [WAIT_REQUEST] priority=Get, requiresResponse=true, callback: 163 2020-10-12 20:05:08.952 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Checking outstanding transactions: 1 2020-10-12 20:05:08.953 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Last transaction: TID 3089: [WAIT_REQUEST] priority=Get, requiresResponse=true, callback: 163 2020-10-12 20:05:08.954 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Checking TID 3089: (Callback 163) 2020-10-12 20:05:08.956 [DEBUG] [.serialmessage.ZWaveCommandProcessor] - Callback match! 2020-10-12 20:05:08.957 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Correlated to TID 3089: callback 163 2020-10-12 20:05:08.958 [DEBUG] [ve.internal.protocol.ZWaveController] - Incoming Message: Message: class=SendData[19], type=Request[0], dest=0, callback=163, payload=A3 00 00 0A 2020-10-12 20:05:08.960 [DEBUG] [l.serialmessage.SendDataMessageClass] - NODE 21: SendData Request. CallBack ID = 163, Status = Transmission complete and ACK received(0) 2020-10-12 20:05:08.961 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 21: resetResendCount initComplete=true isDead=false 2020-10-12 20:05:08.962 [DEBUG] [nal.protocol.ZWaveTransactionManager] - TID 3089: Advanced to WAIT_DATA 2020-10-12 20:05:08.964 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 21: TID 3089: Transaction not completed 2020-10-12 20:05:08.965 [DEBUG] [nal.protocol.ZWaveTransactionManager] - ZWaveReceiveThread queue empty 2020-10-12 20:05:08.966 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction SendNextMessage 1 out at start. Holdoff false. 2020-10-12 20:05:09.019 [DEBUG] [WaveSerialHandler$ZWaveReceiveThread] - Receive Message = 01 0D 00 04 00 15 07 60 0D 02 01 25 03 FF 53 2020-10-12 20:05:09.021 [DEBUG] [nal.protocol.ZWaveTransactionManager] - processReceiveMessage input 0<>128 : Message: class=ApplicationCommandHandler[4], type=Request[0], dest=21, callback=0, payload=00 15 07 60 0D 02 01 25 03 FF 2020-10-12 20:05:09.023 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Received msg (0): Message: class=ApplicationCommandHandler[4], type=Request[0], dest=21, callback=0, payload=00 15 07 60 0D 02 01 25 03 FF 2020-10-12 20:05:09.024 [DEBUG] [nal.protocol.ZWaveTransactionManager] - lastTransaction null 2020-10-12 20:05:09.025 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 21: Application Command Request (ALIVE:DONE) 2020-10-12 20:05:09.026 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 21: resetResendCount initComplete=true isDead=false 2020-10-12 20:05:09.027 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 21: Decapsulating COMMAND_CLASS_MULTI_CHANNEL 2020-10-12 20:05:09.028 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 21: Incoming command class COMMAND_CLASS_SWITCH_BINARY, endpoint 2 2020-10-12 20:05:09.029 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 21: SECURITY not supported 2020-10-12 20:05:09.029 [DEBUG] [tocol.commandclass.ZWaveCommandClass] - NODE 21: Received COMMAND_CLASS_SWITCH_BINARY V1 SWITCH_BINARY_REPORT 2020-10-12 20:05:09.030 [DEBUG] [dclass.ZWaveBinarySwitchCommandClass] - NODE 21: Switch Binary report, value = 255 2020-10-12 20:05:09.031 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 21: Got an event from Z-Wave network: ZWaveCommandClassValueEvent 2020-10-12 20:05:09.032 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 21: Got a value event from Z-Wave network, endpoint=2, command class=COMMAND_CLASS_SWITCH_BINARY, value=255 2020-10-12 20:05:09.034 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 21: Updating channel state zwave:device:fb544589:node21:switch_binary2 to ON [OnOffType] 2020-10-12 20:05:09.036 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 21: Commands processed 1. 2020-10-12 20:05:09.037 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 21: Checking command org.openhab.binding.zwave.internal.protocol.ZWaveCommandClassPayload@189e3fb. 2020-10-12 20:05:09.039 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 21: Command verified org.openhab.binding.zwave.internal.protocol.ZWaveCommandClassPayload@189e3fb. 2020-10-12 20:05:09.040 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 21: notifyTransactionResponse TID:3089 DONE 2020-10-12 20:05:09.041 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 21: Got an event from Z-Wave network: ZWaveTransactionCompletedEvent 2020-10-12 20:05:09.042 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction completed - outstandingTransactions 1 2020-10-12 20:05:09.044 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction completed - outstandingTransactions 0 2020-10-12 20:05:09.045 [DEBUG] [nal.protocol.ZWaveTransactionManager] - ZWaveReceiveThread queue empty 2020-10-12 20:05:09.046 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction SendNextMessage 0 out at start. Holdoff false. 2020-10-12 20:05:16.888 [DEBUG] [WaveSerialHandler$ZWaveReceiveThread] - Receive Message = 01 14 00 04 00 15 0E 60 0D 01 00 32 02 21 34 00 00 00 8C 00 00 31 2020-10-12 20:05:16.894 [DEBUG] [nal.protocol.ZWaveTransactionManager] - processReceiveMessage input 0<>128 : Message: class=ApplicationCommandHandler[4], type=Request[0], dest=21, callback=0, payload=00 15 0E 60 0D 01 00 32 02 21 34 00 00 00 8C 00 00 2020-10-12 20:05:16.897 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Received msg (0): Message: class=ApplicationCommandHandler[4], type=Request[0], dest=21, callback=0, payload=00 15 0E 60 0D 01 00 32 02 21 34 00 00 00 8C 00 00 2020-10-12 20:05:16.899 [DEBUG] [nal.protocol.ZWaveTransactionManager] - lastTransaction null 2020-10-12 20:05:16.902 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 21: Application Command Request (ALIVE:DONE) 2020-10-12 20:05:16.904 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 21: resetResendCount initComplete=true isDead=false 2020-10-12 20:05:16.906 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 21: Decapsulating COMMAND_CLASS_MULTI_CHANNEL 2020-10-12 20:05:16.909 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 21: Incoming command class COMMAND_CLASS_METER, endpoint 1 2020-10-12 20:05:16.911 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 21: SECURITY not supported 2020-10-12 20:05:16.914 [DEBUG] [tocol.commandclass.ZWaveCommandClass] - NODE 21: Received COMMAND_CLASS_METER V3 METER_REPORT 2020-10-12 20:05:16.916 [DEBUG] [.commandclass.ZWaveMeterCommandClass] - NODE 21: Meter: Type=Electric(1), Scale=W(2), Value=14 2020-10-12 20:05:16.918 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 21: Got an event from Z-Wave network: ZWaveMeterValueEvent 2020-10-12 20:05:16.920 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 21: Got a value event from Z-Wave network, endpoint=1, command class=COMMAND_CLASS_METER, value=14 2020-10-12 20:05:16.923 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 21: Updating channel state zwave:device:fb544589:node21:meter_watts1 to 14 [DecimalType] 2020-10-12 20:05:16.926 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 21: Commands processed 1. 2020-10-12 20:05:16.928 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 21: Checking command org.openhab.binding.zwave.internal.protocol.ZWaveCommandClassPayload@1cc31d9.