OH3 MT 02648 ZWave Door- / Window Contact

  • Platform information:
    • Hardware: Intel Core I5, 16 GB RAM, 500GB SSD
    • OS: Windows Server 2019
    • Java Runtime Environment: Java 11
    • openHAB version: 3
    • Aeotec Z-Wave Gen5

Hello everybody,

I have problems integrating the MT 02648 ZWave Door- / Window Contact. The temperature and battery status are transferred. However, it was not open or closed.

I’ve already tried that in the matadata
State description (OPEN=offen
CLOSED=geschlossen).

Does somebody still have an idea?

Please provide a debug log showing the reception of the door sensor data.

how do I do that?

Thanks for the guide. It’s about the Node8.

2020-12-26 10:57:08.261 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 8: Application Command Request (ALIVE:REQUEST_NIF)
2020-12-26 10:57:08.262 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 8: Decapsulating COMMAND_CLASS_MULTI_CMD
2020-12-26 10:57:08.262 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 8: Incoming command class COMMAND_CLASS_BATTERY, endpoint 0
2020-12-26 10:57:08.262 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 8: SECURITY NOT required on COMMAND_CLASS_BATTERY
2020-12-26 10:57:08.262 [DEBUG] [tocol.commandclass.ZWaveCommandClass] - NODE 8: Received COMMAND_CLASS_BATTERY V1 BATTERY_REPORT
2020-12-26 10:57:08.262 [DEBUG] [ommandclass.ZWaveBatteryCommandClass] - NODE 8: Battery report value = 100
2020-12-26 10:57:08.263 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 8: Got an event from Z-Wave network: ZWaveCommandClassValueEvent
2020-12-26 10:57:08.263 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 8: Got a value event from Z-Wave network, endpoint=0, command class=COMMAND_CLASS_BATTERY, value=100
2020-12-26 10:57:08.263 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 8: Updating channel state zwave:device:504f03f3e0:node8:battery-level to 100 [DecimalType]
2020-12-26 10:57:08.264 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 8: Incoming command class COMMAND_CLASS_SENSOR_BINARY, endpoint 0
2020-12-26 10:57:08.264 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 8: SECURITY NOT required on COMMAND_CLASS_SENSOR_BINARY
2020-12-26 10:57:08.264 [DEBUG] [tocol.commandclass.ZWaveCommandClass] - NODE 8: Received COMMAND_CLASS_SENSOR_BINARY V2 SENSOR_BINARY_REPORT
2020-12-26 10:57:08.264 [DEBUG] [dclass.ZWaveBinarySensorCommandClass] - Processing Sensor Type 10
2020-12-26 10:57:08.264 [DEBUG] [dclass.ZWaveBinarySensorCommandClass] - Sensor Type is DOORWINDOW
2020-12-26 10:57:08.264 [DEBUG] [dclass.ZWaveBinarySensorCommandClass] - NODE 8: Sensor Binary report, type=Door/Window, value=255
2020-12-26 10:57:08.265 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 8: Got an event from Z-Wave network: ZWaveBinarySensorValueEvent
2020-12-26 10:57:08.265 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 8: Got a value event from Z-Wave network, endpoint=0, command class=COMMAND_CLASS_SENSOR_BINARY, value=255
2020-12-26 10:57:08.265 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 8: Incoming command class COMMAND_CLASS_SENSOR_MULTILEVEL, endpoint 0
2020-12-26 10:57:08.265 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 8: SECURITY NOT required on COMMAND_CLASS_SENSOR_MULTILEVEL
2020-12-26 10:57:08.265 [DEBUG] [tocol.commandclass.ZWaveCommandClass] - NODE 8: Received COMMAND_CLASS_SENSOR_MULTILEVEL V5 SENSOR_MULTILEVEL_REPORT
2020-12-26 10:57:08.266 [DEBUG] [ss.ZWaveMultiLevelSensorCommandClass] - NODE 8: Sensor Type = Luminance(3), Scale = 0
2020-12-26 10:57:08.266 [DEBUG] [ss.ZWaveMultiLevelSensorCommandClass] - NODE 8: Sensor Value = 97
2020-12-26 10:57:08.266 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 8: Got an event from Z-Wave network: ZWaveMultiLevelSensorValueEvent
2020-12-26 10:57:08.266 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 8: Got a value event from Z-Wave network, endpoint=0, command class=COMMAND_CLASS_SENSOR_MULTILEVEL, value=97
2020-12-26 10:57:08.267 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 8: Updating channel state zwave:device:504f03f3e0:node8:sensor_luminance to 97 % [QuantityType]
2020-12-26 10:57:08.267 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 8: Incoming command class COMMAND_CLASS_SENSOR_MULTILEVEL, endpoint 0
2020-12-26 10:57:08.267 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 8: SECURITY NOT required on COMMAND_CLASS_SENSOR_MULTILEVEL
2020-12-26 10:57:08.267 [DEBUG] [tocol.commandclass.ZWaveCommandClass] - NODE 8: Received COMMAND_CLASS_SENSOR_MULTILEVEL V5 SENSOR_MULTILEVEL_REPORT
2020-12-26 10:57:08.267 [DEBUG] [ss.ZWaveMultiLevelSensorCommandClass] - NODE 8: Sensor Type = Temperature(1), Scale = 0
2020-12-26 10:57:08.268 [DEBUG] [ss.ZWaveMultiLevelSensorCommandClass] - NODE 8: Sensor Value = 19
2020-12-26 10:57:08.268 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 8: Got an event from Z-Wave network: ZWaveMultiLevelSensorValueEvent
2020-12-26 10:57:08.268 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 8: Got a value event from Z-Wave network, endpoint=0, command class=COMMAND_CLASS_SENSOR_MULTILEVEL, value=19
2020-12-26 10:57:08.268 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 8: Updating channel state zwave:device:504f03f3e0:node8:sensor_temperature to 19 °C [QuantityType]
2020-12-26 10:57:08.269 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 8: Commands processed 4.
2020-12-26 10:57:08.269 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 8: Checking command org.openhab.binding.zwave.internal.protocol.ZWaveCommandClassPayload@420f43ae.
2020-12-26 10:57:08.270 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction completed - outstandingTransactions 0
2020-12-26 10:57:08.270 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction completed - outstandingTransactions 0
2020-12-26 10:57:08.270 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 8: Checking command org.openhab.binding.zwave.internal.protocol.ZWaveCommandClassPayload@42c5a3b4.
2020-12-26 10:57:08.270 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction completed - outstandingTransactions 0
2020-12-26 10:57:08.270 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction completed - outstandingTransactions 0
2020-12-26 10:57:08.270 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 8: Checking command org.openhab.binding.zwave.internal.protocol.ZWaveCommandClassPayload@1d821e6a.
2020-12-26 10:57:08.270 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction completed - outstandingTransactions 0
2020-12-26 10:57:08.271 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction completed - outstandingTransactions 0
2020-12-26 10:57:08.271 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 8: Checking command org.openhab.binding.zwave.internal.protocol.ZWaveCommandClassPayload@13cd35e3.
2020-12-26 10:57:08.271 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction completed - outstandingTransactions 0
2020-12-26 10:57:08.271 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction completed - outstandingTransactions 0
2020-12-26 10:57:08.271 [DEBUG] [nal.protocol.ZWaveTransactionManager] - ZWaveReceiveThread queue empty
2020-12-26 10:57:08.272 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction SendNextMessage 0 out at start. Holdoff false.
2020-12-26 10:57:09.670 [DEBUG] [WaveSerialHandler$ZWaveReceiveThread] - Receive Message = 01 1F 00 04 00 08 19 8F 01 04 03 80 03 64 04 30 03 00 0A 05 31 05 03 01 60 06 31 05 01 22 00 BE 5A 
2020-12-26 10:57:09.671 [DEBUG] [nal.protocol.ZWaveTransactionManager] - processReceiveMessage input 0<>128 : Message: class=ApplicationCommandHandler[4], type=Request[0], dest=8, callback=0, payload=00 08 19 8F 01 04 03 80 03 64 04 30 03 00 0A 05 31 05 03 01 60 06 31 05 01 22 00 BE 
2020-12-26 10:57:09.671 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Received msg (0): Message: class=ApplicationCommandHandler[4], type=Request[0], dest=8, callback=0, payload=00 08 19 8F 01 04 03 80 03 64 04 30 03 00 0A 05 31 05 03 01 60 06 31 05 01 22 00 BE 
2020-12-26 10:57:09.672 [DEBUG] [nal.protocol.ZWaveTransactionManager] - lastTransaction null
2020-12-26 10:57:09.672 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 8: Application Command Request (ALIVE:REQUEST_NIF)
2020-12-26 10:57:09.672 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 8: Decapsulating COMMAND_CLASS_MULTI_CMD
2020-12-26 10:57:09.672 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 8: Incoming command class COMMAND_CLASS_BATTERY, endpoint 0
2020-12-26 10:57:09.672 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 8: SECURITY NOT required on COMMAND_CLASS_BATTERY
2020-12-26 10:57:09.673 [DEBUG] [tocol.commandclass.ZWaveCommandClass] - NODE 8: Received COMMAND_CLASS_BATTERY V1 BATTERY_REPORT
2020-12-26 10:57:09.673 [DEBUG] [ommandclass.ZWaveBatteryCommandClass] - NODE 8: Battery report value = 100
2020-12-26 10:57:09.673 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 8: Got an event from Z-Wave network: ZWaveCommandClassValueEvent
2020-12-26 10:57:09.673 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 8: Got a value event from Z-Wave network, endpoint=0, command class=COMMAND_CLASS_BATTERY, value=100
2020-12-26 10:57:09.674 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 8: Updating channel state zwave:device:504f03f3e0:node8:battery-level to 100 [DecimalType]
2020-12-26 10:57:09.674 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 8: Incoming command class COMMAND_CLASS_SENSOR_BINARY, endpoint 0
2020-12-26 10:57:09.674 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 8: SECURITY NOT required on COMMAND_CLASS_SENSOR_BINARY
2020-12-26 10:57:09.674 [DEBUG] [tocol.commandclass.ZWaveCommandClass] - NODE 8: Received COMMAND_CLASS_SENSOR_BINARY V2 SENSOR_BINARY_REPORT
2020-12-26 10:57:09.675 [DEBUG] [dclass.ZWaveBinarySensorCommandClass] - Processing Sensor Type 10
2020-12-26 10:57:09.675 [DEBUG] [dclass.ZWaveBinarySensorCommandClass] - Sensor Type is DOORWINDOW
2020-12-26 10:57:09.675 [DEBUG] [dclass.ZWaveBinarySensorCommandClass] - NODE 8: Sensor Binary report, type=Door/Window, value=0
2020-12-26 10:57:09.675 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 8: Got an event from Z-Wave network: ZWaveBinarySensorValueEvent
2020-12-26 10:57:09.675 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 8: Got a value event from Z-Wave network, endpoint=0, command class=COMMAND_CLASS_SENSOR_BINARY, value=0
2020-12-26 10:57:09.676 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 8: Incoming command class COMMAND_CLASS_SENSOR_MULTILEVEL, endpoint 0
2020-12-26 10:57:09.676 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 8: SECURITY NOT required on COMMAND_CLASS_SENSOR_MULTILEVEL
2020-12-26 10:57:09.676 [DEBUG] [tocol.commandclass.ZWaveCommandClass] - NODE 8: Received COMMAND_CLASS_SENSOR_MULTILEVEL V5 SENSOR_MULTILEVEL_REPORT
2020-12-26 10:57:09.676 [DEBUG] [ss.ZWaveMultiLevelSensorCommandClass] - NODE 8: Sensor Type = Luminance(3), Scale = 0
2020-12-26 10:57:09.676 [DEBUG] [ss.ZWaveMultiLevelSensorCommandClass] - NODE 8: Sensor Value = 96
2020-12-26 10:57:09.677 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 8: Got an event from Z-Wave network: ZWaveMultiLevelSensorValueEvent
2020-12-26 10:57:09.677 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 8: Got a value event from Z-Wave network, endpoint=0, command class=COMMAND_CLASS_SENSOR_MULTILEVEL, value=96
2020-12-26 10:57:09.677 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 8: Updating channel state zwave:device:504f03f3e0:node8:sensor_luminance to 96 % [QuantityType]
2020-12-26 10:57:09.677 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 8: Incoming command class COMMAND_CLASS_SENSOR_MULTILEVEL, endpoint 0
2020-12-26 10:57:09.677 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 8: SECURITY NOT required on COMMAND_CLASS_SENSOR_MULTILEVEL
2020-12-26 10:57:09.678 [DEBUG] [tocol.commandclass.ZWaveCommandClass] - NODE 8: Received COMMAND_CLASS_SENSOR_MULTILEVEL V5 SENSOR_MULTILEVEL_REPORT
2020-12-26 10:57:09.678 [DEBUG] [ss.ZWaveMultiLevelSensorCommandClass] - NODE 8: Sensor Type = Temperature(1), Scale = 0
2020-12-26 10:57:09.679 [DEBUG] [ss.ZWaveMultiLevelSensorCommandClass] - NODE 8: Sensor Value = 19
2020-12-26 10:57:09.679 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 8: Got an event from Z-Wave network: ZWaveMultiLevelSensorValueEvent
2020-12-26 10:57:09.679 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 8: Got a value event from Z-Wave network, endpoint=0, command class=COMMAND_CLASS_SENSOR_MULTILEVEL, value=19
2020-12-26 10:57:09.679 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 8: Updating channel state zwave:device:504f03f3e0:node8:sensor_temperature to 19 °C [QuantityType]
2020-12-26 10:57:09.680 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 8: Commands processed 4.
2020-12-26 10:57:09.680 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 8: Checking command org.openhab.binding.zwave.internal.protocol.ZWaveCommandClassPayload@49acff72.
2020-12-26 10:57:09.681 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction completed - outstandingTransactions 0
2020-12-26 10:57:09.681 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction completed - outstandingTransactions 0
2020-12-26 10:57:09.681 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 8: Checking command org.openhab.binding.zwave.internal.protocol.ZWaveCommandClassPayload@3334b989.
2020-12-26 10:57:09.681 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction completed - outstandingTransactions 0
2020-12-26 10:57:09.682 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction completed - outstandingTransactions 0
2020-12-26 10:57:09.682 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 8: Checking command org.openhab.binding.zwave.internal.protocol.ZWaveCommandClassPayload@207046d6.
2020-12-26 10:57:09.682 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction completed - outstandingTransactions 0
2020-12-26 10:57:09.682 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction completed - outstandingTransactions 0
2020-12-26 10:57:09.682 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 8: Checking command org.openhab.binding.zwave.internal.protocol.ZWaveCommandClassPayload@62247cbc.
2020-12-26 10:57:09.682 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction completed - outstandingTransactions 0
2020-12-26 10:57:09.683 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction completed - outstandingTransactions 0
2020-12-26 10:57:09.683 [DEBUG] [nal.protocol.ZWaveTransactionManager] - ZWaveReceiveThread queue empty
2020-12-26 10:57:09.683 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction SendNextMessage 0 out at start. Holdoff false.
2020-12-26 10:57:12.040 [DEBUG] [WaveSerialHandler$ZWaveReceiveThread] - Receive Message = 01 1F 00 04 00 08 19 8F 01 04 03 80 03 64 04 30 03 FF 0A 05 31 05 03 01 61 06 31 05 01 22 00 BE A4 
2020-12-26 10:57:12.041 [DEBUG] [nal.protocol.ZWaveTransactionManager] - processReceiveMessage input 0<>128 : Message: class=ApplicationCommandHandler[4], type=Request[0], dest=8, callback=0, payload=00 08 19 8F 01 04 03 80 03 64 04 30 03 FF 0A 05 31 05 03 01 61 06 31 05 01 22 00 BE 
2020-12-26 10:57:12.041 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Received msg (0): Message: class=ApplicationCommandHandler[4], type=Request[0], dest=8, callback=0, payload=00 08 19 8F 01 04 03 80 03 64 04 30 03 FF 0A 05 31 05 03 01 61 06 31 05 01 22 00 BE 
2020-12-26 10:57:12.042 [DEBUG] [nal.protocol.ZWaveTransactionManager] - lastTransaction null
2020-12-26 10:57:12.042 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 8: Application Command Request (ALIVE:REQUEST_NIF)
2020-12-26 10:57:12.042 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 8: Decapsulating COMMAND_CLASS_MULTI_CMD
2020-12-26 10:57:12.042 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 8: Incoming command class COMMAND_CLASS_BATTERY, endpoint 0
2020-12-26 10:57:12.043 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 8: SECURITY NOT required on COMMAND_CLASS_BATTERY
2020-12-26 10:57:12.043 [DEBUG] [tocol.commandclass.ZWaveCommandClass] - NODE 8: Received COMMAND_CLASS_BATTERY V1 BATTERY_REPORT
2020-12-26 10:57:12.043 [DEBUG] [ommandclass.ZWaveBatteryCommandClass] - NODE 8: Battery report value = 100
2020-12-26 10:57:12.043 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 8: Got an event from Z-Wave network: ZWaveCommandClassValueEvent
2020-12-26 10:57:12.043 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 8: Got a value event from Z-Wave network, endpoint=0, command class=COMMAND_CLASS_BATTERY, value=100
2020-12-26 10:57:12.044 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 8: Updating channel state zwave:device:504f03f3e0:node8:battery-level to 100 [DecimalType]
2020-12-26 10:57:12.044 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 8: Incoming command class COMMAND_CLASS_SENSOR_BINARY, endpoint 0
2020-12-26 10:57:12.044 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 8: SECURITY NOT required on COMMAND_CLASS_SENSOR_BINARY
2020-12-26 10:57:12.044 [DEBUG] [tocol.commandclass.ZWaveCommandClass] - NODE 8: Received COMMAND_CLASS_SENSOR_BINARY V2 SENSOR_BINARY_REPORT
2020-12-26 10:57:12.045 [DEBUG] [dclass.ZWaveBinarySensorCommandClass] - Processing Sensor Type 10
2020-12-26 10:57:12.045 [DEBUG] [dclass.ZWaveBinarySensorCommandClass] - Sensor Type is DOORWINDOW
2020-12-26 10:57:12.045 [DEBUG] [dclass.ZWaveBinarySensorCommandClass] - NODE 8: Sensor Binary report, type=Door/Window, value=255
2020-12-26 10:57:12.045 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 8: Got an event from Z-Wave network: ZWaveBinarySensorValueEvent
2020-12-26 10:57:12.045 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 8: Got a value event from Z-Wave network, endpoint=0, command class=COMMAND_CLASS_SENSOR_BINARY, value=255
2020-12-26 10:57:12.046 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 8: Incoming command class COMMAND_CLASS_SENSOR_MULTILEVEL, endpoint 0
2020-12-26 10:57:12.046 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 8: SECURITY NOT required on COMMAND_CLASS_SENSOR_MULTILEVEL
2020-12-26 10:57:12.046 [DEBUG] [tocol.commandclass.ZWaveCommandClass] - NODE 8: Received COMMAND_CLASS_SENSOR_MULTILEVEL V5 SENSOR_MULTILEVEL_REPORT
2020-12-26 10:57:12.046 [DEBUG] [ss.ZWaveMultiLevelSensorCommandClass] - NODE 8: Sensor Type = Luminance(3), Scale = 0
2020-12-26 10:57:12.046 [DEBUG] [ss.ZWaveMultiLevelSensorCommandClass] - NODE 8: Sensor Value = 97
2020-12-26 10:57:12.047 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 8: Got an event from Z-Wave network: ZWaveMultiLevelSensorValueEvent
2020-12-26 10:57:12.047 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 8: Got a value event from Z-Wave network, endpoint=0, command class=COMMAND_CLASS_SENSOR_MULTILEVEL, value=97
2020-12-26 10:57:12.047 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 8: Updating channel state zwave:device:504f03f3e0:node8:sensor_luminance to 97 % [QuantityType]
2020-12-26 10:57:12.047 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 8: Incoming command class COMMAND_CLASS_SENSOR_MULTILEVEL, endpoint 0
2020-12-26 10:57:12.048 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 8: SECURITY NOT required on COMMAND_CLASS_SENSOR_MULTILEVEL
2020-12-26 10:57:12.048 [DEBUG] [tocol.commandclass.ZWaveCommandClass] - NODE 8: Received COMMAND_CLASS_SENSOR_MULTILEVEL V5 SENSOR_MULTILEVEL_REPORT
2020-12-26 10:57:12.048 [DEBUG] [ss.ZWaveMultiLevelSensorCommandClass] - NODE 8: Sensor Type = Temperature(1), Scale = 0
2020-12-26 10:57:12.048 [DEBUG] [ss.ZWaveMultiLevelSensorCommandClass] - NODE 8: Sensor Value = 19
2020-12-26 10:57:12.048 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 8: Got an event from Z-Wave network: ZWaveMultiLevelSensorValueEvent
2020-12-26 10:57:12.049 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 8: Got a value event from Z-Wave network, endpoint=0, command class=COMMAND_CLASS_SENSOR_MULTILEVEL, value=19
2020-12-26 10:57:12.049 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 8: Updating channel state zwave:device:504f03f3e0:node8:sensor_temperature to 19 °C [QuantityType]
2020-12-26 10:57:12.050 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 8: Commands processed 4.
2020-12-26 10:57:12.050 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 8: Checking command org.openhab.binding.zwave.internal.protocol.ZWaveCommandClassPayload@4c5d58e5.
2020-12-26 10:57:12.050 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction completed - outstandingTransactions 0
2020-12-26 10:57:12.050 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction completed - outstandingTransactions 0
2020-12-26 10:57:12.050 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 8: Checking command org.openhab.binding.zwave.internal.protocol.ZWaveCommandClassPayload@5ab34816.
2020-12-26 10:57:12.051 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction completed - outstandingTransactions 0
2020-12-26 10:57:12.051 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction completed - outstandingTransactions 0
2020-12-26 10:57:12.051 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 8: Checking command org.openhab.binding.zwave.internal.protocol.ZWaveCommandClassPayload@7857e360.
2020-12-26 10:57:12.051 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction completed - outstandingTransactions 0
2020-12-26 10:57:12.051 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction completed - outstandingTransactions 0
2020-12-26 10:57:12.052 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 8: Checking command org.openhab.binding.zwave.internal.protocol.ZWaveCommandClassPayload@3957b14a.
2020-12-26 10:57:12.052 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction completed - outstandingTransactions 0
2020-12-26 10:57:12.052 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction completed - outstandingTransactions 0
2020-12-26 10:57:12.052 [DEBUG] [nal.protocol.ZWaveTransactionManager] - ZWaveReceiveThread queue empty
2020-12-26 10:57:12.052 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction SendNextMessage 0 out at start. Holdoff false.
2020-12-26 10:57:12.981 [DEBUG] [WaveSerialHandler$ZWaveReceiveThread] - Receive Message = 01 1F 00 04 00 08 19 8F 01 04 03 80 03 64 04 30 03 00 0A 05 31 05 03 01 60 06 31 05 01 22 00 BE 5A 
2020-12-26 10:57:12.982 [DEBUG] [nal.protocol.ZWaveTransactionManager] - processReceiveMessage input 0<>128 : Message: class=ApplicationCommandHandler[4], type=Request[0], dest=8, callback=0, payload=00 08 19 8F 01 04 03 80 03 64 04 30 03 00 0A 05 31 05 03 01 60 06 31 05 01 22 00 BE 
2020-12-26 10:57:12.983 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Received msg (0): Message: class=ApplicationCommandHandler[4], type=Request[0], dest=8, callback=0, payload=00 08 19 8F 01 04 03 80 03 64 04 30 03 00 0A 05 31 05 03 01 60 06 31 05 01 22 00 BE 
2020-12-26 10:57:12.983 [DEBUG] [nal.protocol.ZWaveTransactionManager] - lastTransaction null
2020-12-26 10:57:12.983 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 8: Application Command Request (ALIVE:REQUEST_NIF)
2020-12-26 10:57:12.983 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 8: Decapsulating COMMAND_CLASS_MULTI_CMD
2020-12-26 10:57:12.983 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 8: Incoming command class COMMAND_CLASS_BATTERY, endpoint 0
2020-12-26 10:57:12.983 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 8: SECURITY NOT required on COMMAND_CLASS_BATTERY
2020-12-26 10:57:12.983 [DEBUG] [tocol.commandclass.ZWaveCommandClass] - NODE 8: Received COMMAND_CLASS_BATTERY V1 BATTERY_REPORT
2020-12-26 10:57:12.984 [DEBUG] [ommandclass.ZWaveBatteryCommandClass] - NODE 8: Battery report value = 100
2020-12-26 10:57:12.984 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 8: Got an event from Z-Wave network: ZWaveCommandClassValueEvent
2020-12-26 10:57:12.984 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 8: Got a value event from Z-Wave network, endpoint=0, command class=COMMAND_CLASS_BATTERY, value=100
2020-12-26 10:57:12.984 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 8: Updating channel state zwave:device:504f03f3e0:node8:battery-level to 100 [DecimalType]
2020-12-26 10:57:12.984 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 8: Incoming command class COMMAND_CLASS_SENSOR_BINARY, endpoint 0
2020-12-26 10:57:12.984 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 8: SECURITY NOT required on COMMAND_CLASS_SENSOR_BINARY
2020-12-26 10:57:12.984 [DEBUG] [tocol.commandclass.ZWaveCommandClass] - NODE 8: Received COMMAND_CLASS_SENSOR_BINARY V2 SENSOR_BINARY_REPORT
2020-12-26 10:57:12.984 [DEBUG] [dclass.ZWaveBinarySensorCommandClass] - Processing Sensor Type 10
2020-12-26 10:57:12.984 [DEBUG] [dclass.ZWaveBinarySensorCommandClass] - Sensor Type is DOORWINDOW
2020-12-26 10:57:12.985 [DEBUG] [dclass.ZWaveBinarySensorCommandClass] - NODE 8: Sensor Binary report, type=Door/Window, value=0
2020-12-26 10:57:12.985 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 8: Got an event from Z-Wave network: ZWaveBinarySensorValueEvent
2020-12-26 10:57:12.985 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 8: Got a value event from Z-Wave network, endpoint=0, command class=COMMAND_CLASS_SENSOR_BINARY, value=0
2020-12-26 10:57:12.985 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 8: Incoming command class COMMAND_CLASS_SENSOR_MULTILEVEL, endpoint 0
2020-12-26 10:57:12.985 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 8: SECURITY NOT required on COMMAND_CLASS_SENSOR_MULTILEVEL
2020-12-26 10:57:12.985 [DEBUG] [tocol.commandclass.ZWaveCommandClass] - NODE 8: Received COMMAND_CLASS_SENSOR_MULTILEVEL V5 SENSOR_MULTILEVEL_REPORT
2020-12-26 10:57:12.985 [DEBUG] [ss.ZWaveMultiLevelSensorCommandClass] - NODE 8: Sensor Type = Luminance(3), Scale = 0
2020-12-26 10:57:12.985 [DEBUG] [ss.ZWaveMultiLevelSensorCommandClass] - NODE 8: Sensor Value = 96
2020-12-26 10:57:12.985 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 8: Got an event from Z-Wave network: ZWaveMultiLevelSensorValueEvent
2020-12-26 10:57:12.985 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 8: Got a value event from Z-Wave network, endpoint=0, command class=COMMAND_CLASS_SENSOR_MULTILEVEL, value=96
2020-12-26 10:57:12.986 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 8: Updating channel state zwave:device:504f03f3e0:node8:sensor_luminance to 96 % [QuantityType]
2020-12-26 10:57:12.986 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 8: Incoming command class COMMAND_CLASS_SENSOR_MULTILEVEL, endpoint 0
2020-12-26 10:57:12.986 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 8: SECURITY NOT required on COMMAND_CLASS_SENSOR_MULTILEVEL
2020-12-26 10:57:12.986 [DEBUG] [tocol.commandclass.ZWaveCommandClass] - NODE 8: Received COMMAND_CLASS_SENSOR_MULTILEVEL V5 SENSOR_MULTILEVEL_REPORT
2020-12-26 10:57:12.986 [DEBUG] [ss.ZWaveMultiLevelSensorCommandClass] - NODE 8: Sensor Type = Temperature(1), Scale = 0
2020-12-26 10:57:12.986 [DEBUG] [ss.ZWaveMultiLevelSensorCommandClass] - NODE 8: Sensor Value = 19
2020-12-26 10:57:12.986 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 8: Got an event from Z-Wave network: ZWaveMultiLevelSensorValueEvent
2020-12-26 10:57:12.986 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 8: Got a value event from Z-Wave network, endpoint=0, command class=COMMAND_CLASS_SENSOR_MULTILEVEL, value=19
2020-12-26 10:57:12.986 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 8: Updating channel state zwave:device:504f03f3e0:node8:sensor_temperature to 19 °C [QuantityType]
2020-12-26 10:57:12.987 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 8: Commands processed 4.
2020-12-26 10:57:12.987 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 8: Checking command org.openhab.binding.zwave.internal.protocol.ZWaveCommandClassPayload@1feb4cf5.
2020-12-26 10:57:12.987 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction completed - outstandingTransactions 0
2020-12-26 10:57:12.987 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction completed - outstandingTransactions 0
2020-12-26 10:57:12.987 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 8: Checking command org.openhab.binding.zwave.internal.protocol.ZWaveCommandClassPayload@5f5854e6.
2020-12-26 10:57:12.987 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction completed - outstandingTransactions 0
2020-12-26 10:57:12.987 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction completed - outstandingTransactions 0
2020-12-26 10:57:12.987 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 8: Checking command org.openhab.binding.zwave.internal.protocol.ZWaveCommandClassPayload@18d3e08e.
2020-12-26 10:57:12.988 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction completed - outstandingTransactions 0
2020-12-26 10:57:12.988 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction completed - outstandingTransactions 0
2020-12-26 10:57:12.988 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 8: Checking command org.openhab.binding.zwave.internal.protocol.ZWaveCommandClassPayload@1c0adf3f.
2020-12-26 10:57:12.988 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction completed - outstandingTransactions 0
2020-12-26 10:57:12.988 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction completed - outstandingTransactions 0
2020-12-26 10:57:12.988 [DEBUG] [nal.protocol.ZWaveTransactionManager] - ZWaveReceiveThread queue empty
2020-12-26 10:57:12.988 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction SendNextMessage 0 out at start. Holdoff false.
1 Like

The issue here is we changed the database definition recently to use the newer notification types, but that has clearly broken the device for you. There is a configuration option to allow the notification type to be set - it is set in parameter 7 “Customer Function” and bit 4 needs to be set to 0 (which seems to be the default) -:

Bit4: Notification Type, 0: Using Notification Report. 1: Using Sensor Binary Report.

I need to update the database to fix an issue to allow you to type in any value - I’ll do this shortly and you will need to use the latest snapshot of the binding. I would suggest using the value 4, which is the default.

1 Like

Thank you for your quick help.

Can’t get it to work with latest snapshot version.
They don’t report OPEN/CLOSED state anymore.

2021-01-06 11:53:13.000 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 43: Command Class COMMAND_CLASS_CONFIGURATION is required to be secured
2021-01-06 11:53:13.001 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 43: sendTransaction org.openhab.binding.zwave.internal.protocol.transaction.ZWaveCommandClassTransactionPayload@16c5c4b
2021-01-06 11:53:13.002 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 43: Bump transaction 5288 priority from Config to Immediate
2021-01-06 11:53:13.003 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 43: Adding to device queue
2021-01-06 11:53:13.004 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 43: Added 5288 to queue - size 11
2021-01-06 11:53:13.005 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction SendNextMessage 0 out at start. Holdoff false.
2021-01-06 11:53:13.006 [DEBUG] [mmandclass.ZWaveSecurityCommandClass] - NODE 43: isNonceAvailable = null
2021-01-06 11:53:13.007 [DEBUG] [andclass.impl.CommandClassSecurityV1] - Creating command message SECURITY_NONCE_GET version 1
2021-01-06 11:53:13.009 [DEBUG] [wave.internal.protocol.SerialMessage] - Assembled message buffer = 01 09 00 13 2B 02 98 40 25 8A BB 
2021-01-06 11:53:13.010 [DEBUG] [ing.zwave.handler.ZWaveSerialHandler] - NODE 43: Sending REQUEST Message = 01 09 00 13 2B 02 98 40 25 8A BB 
2021-01-06 11:53:13.012 [DEBUG] [ing.zwave.handler.ZWaveSerialHandler] - Message SENT
2021-01-06 11:53:13.013 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction SendNextMessage started: TID 5289: [WAIT_RESPONSE] priority=High, requiresResponse=true, callback: 138
2021-01-06 11:53:13.014 [DEBUG] [WaveSerialHandler$ZWaveReceiveThread] - Receive Message = 06
2021-01-06 11:53:13.015 [DEBUG] [nal.protocol.ZWaveTransactionManager] - processReceiveMessage input 0<>128 : Message: class=null[0], type=ACK[2], dest=255, callback=0, payload=
2021-01-06 11:53:13.016 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Received msg (0): Message: class=null[0], type=ACK[2], dest=255, callback=0, payload=
2021-01-06 11:53:13.017 [DEBUG] [nal.protocol.ZWaveTransactionManager] - lastTransaction TID 5289: [WAIT_RESPONSE] priority=High, requiresResponse=true, callback: 138
2021-01-06 11:53:13.018 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Received msg: ACK
2021-01-06 11:53:13.019 [DEBUG] [nal.protocol.ZWaveTransactionManager] - ZWaveReceiveThread queue empty
2021-01-06 11:53:13.020 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction SendNextMessage 1 out at start. Holdoff false.
2021-01-06 11:53:13.021 [DEBUG] [WaveSerialHandler$ZWaveReceiveThread] - Receive Message = 01 04 01 13 01 E8 
2021-01-06 11:53:13.023 [DEBUG] [nal.protocol.ZWaveTransactionManager] - processReceiveMessage input 0<>128 : Message: class=SendData[19], type=Response[1], dest=255, callback=0, payload=01 
2021-01-06 11:53:13.024 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Received msg (0): Message: class=SendData[19], type=Response[1], dest=255, callback=0, payload=01 
2021-01-06 11:53:13.025 [DEBUG] [nal.protocol.ZWaveTransactionManager] - lastTransaction TID 5289: [WAIT_RESPONSE] priority=High, requiresResponse=true, callback: 138
2021-01-06 11:53:13.026 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Checking outstanding transactions: 1
2021-01-06 11:53:13.027 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Last transaction: TID 5289: [WAIT_RESPONSE] priority=High, requiresResponse=true, callback: 138
2021-01-06 11:53:13.028 [DEBUG] [ve.internal.protocol.ZWaveController] - Incoming Message: Message: class=SendData[19], type=Response[1], dest=255, callback=0, payload=01 
2021-01-06 11:53:13.029 [DEBUG] [l.serialmessage.SendDataMessageClass] - NODE 43: sentData successfully placed on stack.
2021-01-06 11:53:13.030 [DEBUG] [nal.protocol.ZWaveTransactionManager] - TID 5289: Advanced to WAIT_REQUEST
2021-01-06 11:53:13.031 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 43: TID 5289: Transaction not completed
2021-01-06 11:53:13.032 [DEBUG] [nal.protocol.ZWaveTransactionManager] - ZWaveReceiveThread queue empty
2021-01-06 11:53:13.033 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction SendNextMessage 1 out at start. Holdoff false.
2021-01-06 11:53:13.036 [DEBUG] [WaveSerialHandler$ZWaveReceiveThread] - Receive Message = 01 07 00 13 8A 00 00 02 63 
2021-01-06 11:53:13.039 [DEBUG] [nal.protocol.ZWaveTransactionManager] - processReceiveMessage input 0<>128 : Message: class=SendData[19], type=Request[0], dest=0, callback=138, payload=8A 00 00 02 
2021-01-06 11:53:13.040 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Received msg (0): Message: class=SendData[19], type=Request[0], dest=0, callback=138, payload=8A 00 00 02 
2021-01-06 11:53:13.041 [DEBUG] [nal.protocol.ZWaveTransactionManager] - lastTransaction TID 5289: [WAIT_REQUEST] priority=High, requiresResponse=true, callback: 138
2021-01-06 11:53:13.042 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Checking outstanding transactions: 1
2021-01-06 11:53:13.043 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Last transaction: TID 5289: [WAIT_REQUEST] priority=High, requiresResponse=true, callback: 138
2021-01-06 11:53:13.044 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Checking TID 5289: (Callback 138)
2021-01-06 11:53:13.045 [DEBUG] [.serialmessage.ZWaveCommandProcessor] - Callback match!
2021-01-06 11:53:13.046 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Correlated to TID 5289: callback 138
2021-01-06 11:53:13.047 [DEBUG] [ve.internal.protocol.ZWaveController] - Incoming Message: Message: class=SendData[19], type=Request[0], dest=0, callback=138, payload=8A 00 00 02 
2021-01-06 11:53:13.048 [DEBUG] [l.serialmessage.SendDataMessageClass] - NODE 43: SendData Request. CallBack ID = 138, Status = Transmission complete and ACK received(0)
2021-01-06 11:53:13.050 [DEBUG] [nal.protocol.ZWaveTransactionManager] - TID 5289: Advanced to WAIT_DATA
2021-01-06 11:53:13.051 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 43: TID 5289: Transaction not completed
2021-01-06 11:53:13.052 [DEBUG] [nal.protocol.ZWaveTransactionManager] - ZWaveReceiveThread queue empty
2021-01-06 11:53:13.052 [DEBUG] [WaveSerialHandler$ZWaveReceiveThread] - Receive Message = 01 10 00 04 00 2B 0A 98 80 33 AD 58 11 01 38 7F 09 4A 
2021-01-06 11:53:13.053 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction SendNextMessage 1 out at start. Holdoff false.
2021-01-06 11:53:13.056 [DEBUG] [nal.protocol.ZWaveTransactionManager] - processReceiveMessage input 0<>128 : Message: class=ApplicationCommandHandler[4], type=Request[0], dest=43, callback=0, payload=00 2B 0A 98 80 33 AD 58 11 01 38 7F 09 
2021-01-06 11:53:13.058 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Received msg (0): Message: class=ApplicationCommandHandler[4], type=Request[0], dest=43, callback=0, payload=00 2B 0A 98 80 33 AD 58 11 01 38 7F 09 
2021-01-06 11:53:13.059 [DEBUG] [nal.protocol.ZWaveTransactionManager] - lastTransaction null
2021-01-06 11:53:13.060 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 43: Application Command Request (ALIVE:GET_CONFIGURATION)
2021-01-06 11:53:13.061 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 43: Incoming command class COMMAND_CLASS_SECURITY, endpoint 0
2021-01-06 11:53:13.062 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 43: SECURITY check internal
2021-01-06 11:53:13.063 [DEBUG] [tocol.commandclass.ZWaveCommandClass] - NODE 43: Received COMMAND_CLASS_SECURITY V1 SECURITY_NONCE_REPORT
2021-01-06 11:53:13.064 [DEBUG] [mmandclass.ZWaveSecurityCommandClass] - NODE 43: NONCE Received start...
2021-01-06 11:53:13.065 [DEBUG] [mmandclass.ZWaveSecurityCommandClass] - NODE 43: NONCE Received start null
2021-01-06 11:53:13.066 [DEBUG] [mmandclass.ZWaveSecurityCommandClass] - NODE 43: NONCE Received ZWaveNonce [nonceBytes=(33 AD 58 11 01 38 7F 09 ), timer=403585, valid=true]
2021-01-06 11:53:13.067 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 43: Commands processed 1.
2021-01-06 11:53:13.068 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 43: Checking command org.openhab.binding.zwave.internal.protocol.ZWaveCommandClassPayload@1e64f11.
2021-01-06 11:53:13.069 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 43: Command verified org.openhab.binding.zwave.internal.protocol.ZWaveCommandClassPayload@1e64f11.
2021-01-06 11:53:13.070 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 43: notifyTransactionResponse TID:5289 DONE
2021-01-06 11:53:13.072 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 43: Got an event from Z-Wave network: ZWaveTransactionCompletedEvent
2021-01-06 11:53:13.074 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction completed - outstandingTransactions 1
2021-01-06 11:53:13.075 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction completed - outstandingTransactions 0
2021-01-06 11:53:13.076 [DEBUG] [nal.protocol.ZWaveTransactionManager] - ZWaveReceiveThread queue empty
2021-01-06 11:53:13.077 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction SendNextMessage 0 out at start. Holdoff false.
2021-01-06 11:53:13.078 [DEBUG] [andclass.impl.CommandClassSecurityV1] - Creating command message SECURITY_MESSAGE_ENCAPSULATION version 1
2021-01-06 11:53:13.080 [DEBUG] [mmandclass.ZWaveSecurityCommandClass] - NODE 43: SECURITY_TXD 70 05 05 
2021-01-06 11:53:13.082 [DEBUG] [wave.internal.protocol.SerialMessage] - Assembled message buffer = 01 1E 00 13 2B 17 98 81 D2 24 FE A3 16 C8 06 9F 32 52 63 10 33 E9 1F 50 15 8B FB 49 56 25 8B 69 
2021-01-06 11:53:13.085 [DEBUG] [ing.zwave.handler.ZWaveSerialHandler] - NODE 43: Sending REQUEST Message = 01 1E 00 13 2B 17 98 81 D2 24 FE A3 16 C8 06 9F 32 52 63 10 33 E9 1F 50 15 8B FB 49 56 25 8B 69 
2021-01-06 11:53:13.086 [DEBUG] [ing.zwave.handler.ZWaveSerialHandler] - Message SENT
2021-01-06 11:53:13.087 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction SendNextMessage started: TID 5288: [WAIT_RESPONSE] priority=Immediate, requiresResponse=true, callback: 139
2021-01-06 11:53:13.090 [DEBUG] [WaveSerialHandler$ZWaveReceiveThread] - Receive Message = 06
2021-01-06 11:53:13.091 [DEBUG] [nal.protocol.ZWaveTransactionManager] - processReceiveMessage input 0<>128 : Message: class=null[0], type=ACK[2], dest=255, callback=0, payload=
2021-01-06 11:53:13.092 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Received msg (0): Message: class=null[0], type=ACK[2], dest=255, callback=0, payload=
2021-01-06 11:53:13.093 [DEBUG] [nal.protocol.ZWaveTransactionManager] - lastTransaction TID 5288: [WAIT_RESPONSE] priority=Immediate, requiresResponse=true, callback: 139
2021-01-06 11:53:13.095 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Received msg: ACK
2021-01-06 11:53:13.095 [DEBUG] [nal.protocol.ZWaveTransactionManager] - ZWaveReceiveThread queue empty
2021-01-06 11:53:13.096 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction SendNextMessage 1 out at start. Holdoff false.
2021-01-06 11:53:13.097 [DEBUG] [WaveSerialHandler$ZWaveReceiveThread] - Receive Message = 01 04 01 13 01 E8 
2021-01-06 11:53:13.099 [DEBUG] [nal.protocol.ZWaveTransactionManager] - processReceiveMessage input 0<>128 : Message: class=SendData[19], type=Response[1], dest=255, callback=0, payload=01 
2021-01-06 11:53:13.100 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Received msg (0): Message: class=SendData[19], type=Response[1], dest=255, callback=0, payload=01 
2021-01-06 11:53:13.101 [DEBUG] [nal.protocol.ZWaveTransactionManager] - lastTransaction TID 5288: [WAIT_RESPONSE] priority=Immediate, requiresResponse=true, callback: 139
2021-01-06 11:53:13.102 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Checking outstanding transactions: 1
2021-01-06 11:53:13.103 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Last transaction: TID 5288: [WAIT_RESPONSE] priority=Immediate, requiresResponse=true, callback: 139
2021-01-06 11:53:13.104 [DEBUG] [ve.internal.protocol.ZWaveController] - Incoming Message: Message: class=SendData[19], type=Response[1], dest=255, callback=0, payload=01 
2021-01-06 11:53:13.106 [DEBUG] [l.serialmessage.SendDataMessageClass] - NODE 43: sentData successfully placed on stack.
2021-01-06 11:53:13.107 [DEBUG] [nal.protocol.ZWaveTransactionManager] - TID 5288: Advanced to WAIT_REQUEST
2021-01-06 11:53:13.108 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 43: TID 5288: Transaction not completed
2021-01-06 11:53:13.109 [DEBUG] [nal.protocol.ZWaveTransactionManager] - ZWaveReceiveThread queue empty
2021-01-06 11:53:13.110 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction SendNextMessage 1 out at start. Holdoff false.
2021-01-06 11:53:13.115 [DEBUG] [WaveSerialHandler$ZWaveReceiveThread] - Receive Message = 01 07 00 13 8B 00 00 03 63 
2021-01-06 11:53:13.117 [DEBUG] [nal.protocol.ZWaveTransactionManager] - processReceiveMessage input 0<>128 : Message: class=SendData[19], type=Request[0], dest=0, callback=139, payload=8B 00 00 03 
2021-01-06 11:53:13.119 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Received msg (0): Message: class=SendData[19], type=Request[0], dest=0, callback=139, payload=8B 00 00 03 
2021-01-06 11:53:13.120 [DEBUG] [nal.protocol.ZWaveTransactionManager] - lastTransaction TID 5288: [WAIT_REQUEST] priority=Immediate, requiresResponse=true, callback: 139
2021-01-06 11:53:13.121 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Checking outstanding transactions: 1
2021-01-06 11:53:13.121 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Last transaction: TID 5288: [WAIT_REQUEST] priority=Immediate, requiresResponse=true, callback: 139
2021-01-06 11:53:13.122 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Checking TID 5288: (Callback 139)
2021-01-06 11:53:13.123 [DEBUG] [.serialmessage.ZWaveCommandProcessor] - Callback match!
2021-01-06 11:53:13.124 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Correlated to TID 5288: callback 139
2021-01-06 11:53:13.126 [DEBUG] [ve.internal.protocol.ZWaveController] - Incoming Message: Message: class=SendData[19], type=Request[0], dest=0, callback=139, payload=8B 00 00 03 
2021-01-06 11:53:13.127 [DEBUG] [l.serialmessage.SendDataMessageClass] - NODE 43: SendData Request. CallBack ID = 139, Status = Transmission complete and ACK received(0)
2021-01-06 11:53:13.127 [DEBUG] [WaveSerialHandler$ZWaveReceiveThread] - Receive Message = 01 08 00 04 00 2B 02 98 40 02 
2021-01-06 11:53:13.128 [DEBUG] [nal.protocol.ZWaveTransactionManager] - TID 5288: Advanced to WAIT_DATA
2021-01-06 11:53:13.130 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 43: TID 5288: Transaction not completed
2021-01-06 11:53:13.130 [DEBUG] [nal.protocol.ZWaveTransactionManager] - processReceiveMessage input 0<>128 : Message: class=ApplicationCommandHandler[4], type=Request[0], dest=43, callback=0, payload=00 2B 02 98 40 
2021-01-06 11:53:13.131 [DEBUG] [nal.protocol.ZWaveTransactionManager] - ZWaveReceiveThread queue empty
2021-01-06 11:53:13.132 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction SendNextMessage 1 out at start. Holdoff false.
2021-01-06 11:53:13.133 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Received msg (0): Message: class=ApplicationCommandHandler[4], type=Request[0], dest=43, callback=0, payload=00 2B 02 98 40 
2021-01-06 11:53:13.134 [DEBUG] [nal.protocol.ZWaveTransactionManager] - lastTransaction null
2021-01-06 11:53:13.135 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 43: Application Command Request (ALIVE:GET_CONFIGURATION)
2021-01-06 11:53:13.136 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 43: Incoming command class COMMAND_CLASS_SECURITY, endpoint 0
2021-01-06 11:53:13.137 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 43: SECURITY check internal
2021-01-06 11:53:13.138 [DEBUG] [tocol.commandclass.ZWaveCommandClass] - NODE 43: Received COMMAND_CLASS_SECURITY V1 SECURITY_NONCE_GET
2021-01-06 11:53:13.142 [DEBUG] [andclass.impl.CommandClassSecurityV1] - Creating command message SECURITY_NONCE_REPORT version 1
2021-01-06 11:53:13.143 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 43: Added to secure queue - size 1
2021-01-06 11:53:13.144 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 43: Commands processed 1.
2021-01-06 11:53:13.146 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 43: Checking command org.openhab.binding.zwave.internal.protocol.ZWaveCommandClassPayload@99ecae.
2021-01-06 11:53:13.147 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 43: Command NOT verified org.openhab.binding.zwave.internal.protocol.ZWaveCommandClassPayload@99ecae.
2021-01-06 11:53:13.148 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction completed - outstandingTransactions 1
2021-01-06 11:53:13.148 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction completed - outstandingTransactions 1
2021-01-06 11:53:13.149 [DEBUG] [nal.protocol.ZWaveTransactionManager] - ZWaveReceiveThread queue empty
2021-01-06 11:53:13.150 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction SendNextMessage 1 out at start. Holdoff false.
2021-01-06 11:53:13.152 [DEBUG] [wave.internal.protocol.SerialMessage] - Assembled message buffer = 01 11 00 13 2B 0A 98 80 EC EE 93 15 65 D4 C0 23 25 8C BB 
2021-01-06 11:53:13.154 [DEBUG] [ing.zwave.handler.ZWaveSerialHandler] - NODE 43: Sending REQUEST Message = 01 11 00 13 2B 0A 98 80 EC EE 93 15 65 D4 C0 23 25 8C BB 
2021-01-06 11:53:13.155 [DEBUG] [ing.zwave.handler.ZWaveSerialHandler] - Message SENT
2021-01-06 11:53:13.156 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction SendNextMessage started: TID 5290: [WAIT_RESPONSE] priority=NonceResponse, requiresResponse=true, callback: 140
2021-01-06 11:53:13.157 [DEBUG] [WaveSerialHandler$ZWaveReceiveThread] - Receive Message = 06
2021-01-06 11:53:13.158 [DEBUG] [nal.protocol.ZWaveTransactionManager] - processReceiveMessage input 0<>128 : Message: class=null[0], type=ACK[2], dest=255, callback=0, payload=
2021-01-06 11:53:13.159 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Received msg (0): Message: class=null[0], type=ACK[2], dest=255, callback=0, payload=
2021-01-06 11:53:13.160 [DEBUG] [nal.protocol.ZWaveTransactionManager] - lastTransaction TID 5290: [WAIT_RESPONSE] priority=NonceResponse, requiresResponse=true, callback: 140
2021-01-06 11:53:13.161 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Received msg: ACK
2021-01-06 11:53:13.162 [DEBUG] [nal.protocol.ZWaveTransactionManager] - ZWaveReceiveThread queue empty
2021-01-06 11:53:13.162 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 43: WakeupTimerTask 2 Messages waiting, state GET_CONFIGURATION
2021-01-06 11:53:13.163 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction SendNextMessage 2 out at start. Holdoff false.
2021-01-06 11:53:13.163 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 43: No more messages, go back to sleep
2021-01-06 11:53:13.164 [DEBUG] [commandclass.ZWaveWakeUpCommandClass] - NODE 43: Creating new message for application command WAKE_UP_NO_MORE_INFORMATION
2021-01-06 11:53:13.166 [DEBUG] [WaveSerialHandler$ZWaveReceiveThread] - Receive Message = 01 04 01 13 01 E8 
2021-01-06 11:53:13.166 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 43: SECURITY required on COMMAND_CLASS_WAKE_UP
2021-01-06 11:53:13.167 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 43: Command Class COMMAND_CLASS_WAKE_UP is required to be secured
2021-01-06 11:53:13.168 [DEBUG] [nal.protocol.ZWaveTransactionManager] - processReceiveMessage input 0<>128 : Message: class=SendData[19], type=Response[1], dest=255, callback=0, payload=01 
2021-01-06 11:53:13.168 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 43: sendTransaction org.openhab.binding.zwave.internal.protocol.transaction.ZWaveCommandClassTransactionPayload@163862d
2021-01-06 11:53:13.169 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Received msg (0): Message: class=SendData[19], type=Response[1], dest=255, callback=0, payload=01 
2021-01-06 11:53:13.170 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 43: Bump transaction 5291 priority from Immediate to Immediate
2021-01-06 11:53:13.170 [DEBUG] [nal.protocol.ZWaveTransactionManager] - lastTransaction TID 5290: [WAIT_RESPONSE] priority=NonceResponse, requiresResponse=true, callback: 140
2021-01-06 11:53:13.171 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 43: Adding to device queue
2021-01-06 11:53:13.173 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 43: Added 5291 to queue - size 11
2021-01-06 11:53:13.174 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Checking outstanding transactions: 2
2021-01-06 11:53:13.175 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Last transaction: TID 5290: [WAIT_RESPONSE] priority=NonceResponse, requiresResponse=true, callback: 140
2021-01-06 11:53:13.176 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction SendNextMessage 2 out at start. Holdoff false.
2021-01-06 11:53:13.176 [DEBUG] [ve.internal.protocol.ZWaveController] - Incoming Message: Message: class=SendData[19], type=Response[1], dest=255, callback=0, payload=01 
2021-01-06 11:53:13.178 [DEBUG] [l.serialmessage.SendDataMessageClass] - NODE 43: sentData successfully placed on stack.
2021-01-06 11:53:13.179 [DEBUG] [nal.protocol.ZWaveTransactionManager] - TID 5290: Advanced to WAIT_REQUEST
2021-01-06 11:53:13.180 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 43: TID 5290: Transaction not completed
2021-01-06 11:53:13.181 [DEBUG] [nal.protocol.ZWaveTransactionManager] - ZWaveReceiveThread queue empty
2021-01-06 11:53:13.181 [DEBUG] [WaveSerialHandler$ZWaveReceiveThread] - Receive Message = 01 07 00 13 8C 00 00 02 65 
2021-01-06 11:53:13.182 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction SendNextMessage 2 out at start. Holdoff false.
2021-01-06 11:53:13.183 [DEBUG] [nal.protocol.ZWaveTransactionManager] - processReceiveMessage input 0<>128 : Message: class=SendData[19], type=Request[0], dest=0, callback=140, payload=8C 00 00 02 
2021-01-06 11:53:13.185 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Received msg (0): Message: class=SendData[19], type=Request[0], dest=0, callback=140, payload=8C 00 00 02 
2021-01-06 11:53:13.186 [DEBUG] [nal.protocol.ZWaveTransactionManager] - lastTransaction TID 5290: [WAIT_REQUEST] priority=NonceResponse, requiresResponse=true, callback: 140
2021-01-06 11:53:13.187 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Checking outstanding transactions: 2
2021-01-06 11:53:13.188 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Last transaction: TID 5290: [WAIT_REQUEST] priority=NonceResponse, requiresResponse=true, callback: 140
2021-01-06 11:53:13.189 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Checking TID 5288: (Callback 139)
2021-01-06 11:53:13.190 [DEBUG] [.serialmessage.ZWaveCommandProcessor] - NO callback match! (139 <> 140)
2021-01-06 11:53:13.191 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Checking TID 5290: (Callback 140)
2021-01-06 11:53:13.192 [DEBUG] [.serialmessage.ZWaveCommandProcessor] - Callback match!
2021-01-06 11:53:13.192 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Correlated to TID 5290: callback 140
2021-01-06 11:53:13.194 [DEBUG] [ve.internal.protocol.ZWaveController] - Incoming Message: Message: class=SendData[19], type=Request[0], dest=0, callback=140, payload=8C 00 00 02 
2021-01-06 11:53:13.195 [DEBUG] [l.serialmessage.SendDataMessageClass] - NODE 43: SendData Request. CallBack ID = 140, Status = Transmission complete and ACK received(0)
2021-01-06 11:53:13.196 [DEBUG] [e.internal.protocol.ZWaveTransaction] - TID 5290: Transaction COMPLETED
2021-01-06 11:53:13.197 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 43: Response processed after 41ms
2021-01-06 11:53:13.199 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 43: TID 5290: Transaction completed
2021-01-06 11:53:13.200 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 43: notifyTransactionResponse TID:5290 DONE
2021-01-06 11:53:13.201 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 43: Got an event from Z-Wave network: ZWaveTransactionCompletedEvent
2021-01-06 11:53:13.202 [DEBUG] [WaveSerialHandler$ZWaveReceiveThread] - Receive Message = 01 1F 00 04 00 2B 19 98 81 BD CE B5 D1 B6 F1 53 2C 07 8F C5 7E 19 6B EC 7C 4E 95 F7 06 02 99 2C AC 
2021-01-06 11:53:13.203 [DEBUG] [nal.protocol.ZWaveTransactionManager] - ZWaveReceiveThread queue empty
2021-01-06 11:53:13.204 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction SendNextMessage 1 out at start. Holdoff false.
2021-01-06 11:53:13.207 [DEBUG] [nal.protocol.ZWaveTransactionManager] - processReceiveMessage input 0<>128 : Message: class=ApplicationCommandHandler[4], type=Request[0], dest=43, callback=0, payload=00 2B 19 98 81 BD CE B5 D1 B6 F1 53 2C 07 8F C5 7E 19 6B EC 7C 4E 95 F7 06 02 99 2C 
2021-01-06 11:53:13.209 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Received msg (0): Message: class=ApplicationCommandHandler[4], type=Request[0], dest=43, callback=0, payload=00 2B 19 98 81 BD CE B5 D1 B6 F1 53 2C 07 8F C5 7E 19 6B EC 7C 4E 95 F7 06 02 99 2C 
2021-01-06 11:53:13.210 [DEBUG] [nal.protocol.ZWaveTransactionManager] - lastTransaction null
2021-01-06 11:53:13.211 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 43: Application Command Request (ALIVE:GET_CONFIGURATION)
2021-01-06 11:53:13.212 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 43: Decapsulating COMMAND_CLASS_SECURITY
2021-01-06 11:53:13.215 [DEBUG] [mmandclass.ZWaveSecurityCommandClass] - NODE 43: SECURITY_RXD 70 06 05 01 08 
2021-01-06 11:53:13.216 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 43: Incoming command class COMMAND_CLASS_CONFIGURATION, endpoint 0
2021-01-06 11:53:13.217 [DEBUG] [tocol.commandclass.ZWaveCommandClass] - NODE 43: Received COMMAND_CLASS_CONFIGURATION V1 CONFIGURATIONCMD_REPORT
2021-01-06 11:53:13.218 [DEBUG] [class.ZWaveConfigurationCommandClass] - NODE 43: Node configuration report, parameter = 5, value = 8, size = 1
2021-01-06 11:53:13.219 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 43: Got an event from Z-Wave network: ZWaveConfigurationParameterEvent
2021-01-06 11:53:13.220 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 43: Got a value event from Z-Wave network, endpoint=0, command class=COMMAND_CLASS_CONFIGURATION, value=org.openhab.binding.zwave.internal.protocol.ZWaveConfigurationParameter@172a1eb
2021-01-06 11:53:13.221 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 43: Update CONFIGURATION 5/1 to 8
2021-01-06 11:53:13.222 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 43: Commands processed 1.
2021-01-06 11:53:13.224 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 43: Checking command org.openhab.binding.zwave.internal.protocol.ZWaveCommandClassPayload@105fc1.
2021-01-06 11:53:13.225 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 43: Command verified org.openhab.binding.zwave.internal.protocol.ZWaveCommandClassPayload@105fc1.
2021-01-06 11:53:13.226 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 43: notifyTransactionResponse TID:5288 DONE
2021-01-06 11:53:13.227 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 43: Got an event from Z-Wave network: ZWaveTransactionCompletedEvent
2021-01-06 11:53:13.227 [DEBUG] [nal.protocol.ZWaveTransactionManager] - TID 5288: Transaction event listener: DONE: DONE -> 
2021-01-06 11:53:13.228 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction completed - outstandingTransactions 1
2021-01-06 11:53:13.229 [DEBUG] [alization.ZWaveNodeInitStageAdvancer] - NODE 43: Node Init response (0) org.openhab.binding.zwave.internal.protocol.ZWaveTransactionResponse@1f53e65
2021-01-06 11:53:13.230 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction completed - outstandingTransactions 0
2021-01-06 11:53:13.230 [DEBUG] [nal.protocol.ZWaveTransactionManager] - ZWaveReceiveThread queue empty
2021-01-06 11:53:13.230 [DEBUG] [alization.ZWaveNodeInitStageAdvancer] - NODE 43: Node Init transaction completed with response COMPLETE
2021-01-06 11:53:13.231 [DEBUG] [alization.ZWaveNodeInitStageAdvancer] - NODE 43: Node advancer: GET_CONFIGURATION - checking config_6_1 - config
2021-01-06 11:53:13.231 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction SendNextMessage 0 out at start. Holdoff false.
2021-01-06 11:53:13.233 [DEBUG] [alization.ZWaveNodeInitStageAdvancer] - NODE 43: Node advancer: GET_CONFIGURATION - checking config_6_1 - index 6
2021-01-06 11:53:13.233 [DEBUG] [mmandclass.ZWaveSecurityCommandClass] - NODE 43: isNonceAvailable = null
2021-01-06 11:53:13.234 [DEBUG] [andclass.impl.CommandClassSecurityV1] - Creating command message SECURITY_NONCE_GET version 1
2021-01-06 11:53:13.234 [DEBUG] [class.ZWaveConfigurationCommandClass] - NODE 43: Creating new message for application command CONFIGURATIONCMD_GET
2021-01-06 11:53:13.235 [DEBUG] [alization.ZWaveNodeInitStageAdvancer] - NODE 43: ZWaveCommandClassTransactionPayload - send to node
2021-01-06 11:53:13.236 [DEBUG] [wave.internal.protocol.SerialMessage] - Assembled message buffer = 01 09 00 13 2B 02 98 40 25 8D BC 
2021-01-06 11:53:13.236 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 43: SECURITY required on COMMAND_CLASS_CONFIGURATION
2021-01-06 11:53:13.237 [DEBUG] [ing.zwave.handler.ZWaveSerialHandler] - NODE 43: Sending REQUEST Message = 01 09 00 13 2B 02 98 40 25 8D BC 
2021-01-06 11:53:13.237 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 43: Command Class COMMAND_CLASS_CONFIGURATION is required to be secured
2021-01-06 11:53:13.238 [DEBUG] [ing.zwave.handler.ZWaveSerialHandler] - Message SENT
2021-01-06 11:53:13.239 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 43: sendTransaction org.openhab.binding.zwave.internal.protocol.transaction.ZWaveCommandClassTransactionPayload@16f7d80
2021-01-06 11:53:13.239 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction SendNextMessage started: TID 5292: [WAIT_RESPONSE] priority=High, requiresResponse=true, callback: 141
2021-01-06 11:53:13.240 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 43: Bump transaction 5293 priority from Config to Immediate
2021-01-06 11:53:13.241 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 43: Adding to device queue
2021-01-06 11:53:13.242 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 43: Added 5293 to queue - size 11
2021-01-06 11:53:13.243 [DEBUG] [WaveSerialHandler$ZWaveReceiveThread] - Receive Message = 01 08 00 04 00 2B 02 98 40 02 
2021-01-06 11:53:13.244 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction SendNextMessage 1 out at start. Holdoff false.
2021-01-06 11:53:13.246 [DEBUG] [nal.protocol.ZWaveTransactionManager] - processReceiveMessage input 0<>128 : Message: class=ApplicationCommandHandler[4], type=Request[0], dest=43, callback=0, payload=00 2B 02 98 40 
2021-01-06 11:53:13.247 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Received msg (0): Message: class=ApplicationCommandHandler[4], type=Request[0], dest=43, callback=0, payload=00 2B 02 98 40 
2021-01-06 11:53:13.248 [DEBUG] [WaveSerialHandler$ZWaveReceiveThread] - Receive Message = 18
2021-01-06 11:53:13.249 [DEBUG] [nal.protocol.ZWaveTransactionManager] - lastTransaction TID 5292: [WAIT_RESPONSE] priority=High, requiresResponse=true, callback: 141
2021-01-06 11:53:13.249 [DEBUG] [nal.protocol.ZWaveTransactionManager] - processReceiveMessage input 0<>128 : Message: class=null[0], type=CAN[4], dest=255, callback=0, payload=
2021-01-06 11:53:13.250 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 43: Application Command Request (ALIVE:GET_CONFIGURATION)
2021-01-06 11:53:13.251 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 43: Incoming command class COMMAND_CLASS_SECURITY, endpoint 0
2021-01-06 11:53:13.252 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 43: SECURITY check internal
2021-01-06 11:53:13.254 [DEBUG] [tocol.commandclass.ZWaveCommandClass] - NODE 43: Received COMMAND_CLASS_SECURITY V1 SECURITY_NONCE_GET
2021-01-06 11:53:13.255 [DEBUG] [andclass.impl.CommandClassSecurityV1] - Creating command message SECURITY_NONCE_REPORT version 1
2021-01-06 11:53:13.256 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 43: Added to secure queue - size 1
2021-01-06 11:53:13.257 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 43: Commands processed 1.
2021-01-06 11:53:13.258 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 43: Checking command org.openhab.binding.zwave.internal.protocol.ZWaveCommandClassPayload@574a7a.
2021-01-06 11:53:13.259 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction completed - outstandingTransactions 1
2021-01-06 11:53:13.260 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction completed - outstandingTransactions 1
2021-01-06 11:53:13.261 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Received msg (0): Message: class=null[0], type=CAN[4], dest=255, callback=0, payload=
2021-01-06 11:53:13.262 [DEBUG] [nal.protocol.ZWaveTransactionManager] - lastTransaction TID 5292: [WAIT_RESPONSE] priority=High, requiresResponse=true, callback: 141
2021-01-06 11:53:13.263 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Holdoff Timer started...
2021-01-06 11:53:13.264 [DEBUG] [nal.protocol.ZWaveTransactionManager] - TID 5292: Resetting transaction
2021-01-06 11:53:13.284 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 43: notifyTransactionResponse TID:5292 WAIT_RESPONSE
2021-01-06 11:53:13.286 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 43: processing secure transaction -- TID:5291
2021-01-06 11:53:13.288 [DEBUG] [nal.protocol.ZWaveTransactionManager] - TID 5291: Transaction event listener: DONE: UNINTIALIZED -> 
2021-01-06 11:53:13.289 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Completing UNINTIALIZED transaction 5291!!! How?!?
2021-01-06 11:53:13.290 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 43: Adding to device queue
2021-01-06 11:53:13.290 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 43: Went to sleep CANCELLED
2021-01-06 11:53:13.291 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 43: Added 5292 to queue - size 12
2021-01-06 11:53:13.292 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction SendNextMessage 0 out at start. Holdoff true.
2021-01-06 11:53:13.294 [DEBUG] [nal.protocol.ZWaveTransactionManager] - ZWaveReceiveThread queue empty
2021-01-06 11:53:13.295 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction SendNextMessage 0 out at start. Holdoff true.
2021-01-06 11:53:13.515 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction SendNextMessage 0 out at start. Holdoff false.
2021-01-06 11:53:13.517 [DEBUG] [wave.internal.protocol.SerialMessage] - Assembled message buffer = 01 11 00 13 2B 0A 98 80 A3 94 D9 35 64 5F B8 ED 25 8E DA 
2021-01-06 11:53:13.519 [DEBUG] [ing.zwave.handler.ZWaveSerialHandler] - NODE 43: Sending REQUEST Message = 01 11 00 13 2B 0A 98 80 A3 94 D9 35 64 5F B8 ED 25 8E DA 
2021-01-06 11:53:13.520 [DEBUG] [ing.zwave.handler.ZWaveSerialHandler] - Message SENT
2021-01-06 11:53:13.522 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction SendNextMessage started: TID 5294: [WAIT_RESPONSE] priority=NonceResponse, requiresResponse=true, callback: 142
2021-01-06 11:53:13.523 [DEBUG] [WaveSerialHandler$ZWaveReceiveThread] - Receive Message = 06
2021-01-06 11:53:13.525 [DEBUG] [nal.protocol.ZWaveTransactionManager] - processReceiveMessage input 0<>128 : Message: class=null[0], type=ACK[2], dest=255, callback=0, payload=
2021-01-06 11:53:13.526 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Received msg (0): Message: class=null[0], type=ACK[2], dest=255, callback=0, payload=
2021-01-06 11:53:13.527 [DEBUG] [nal.protocol.ZWaveTransactionManager] - lastTransaction TID 5294: [WAIT_RESPONSE] priority=NonceResponse, requiresResponse=true, callback: 142
2021-01-06 11:53:13.528 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Received msg: ACK
2021-01-06 11:53:13.529 [DEBUG] [nal.protocol.ZWaveTransactionManager] - ZWaveReceiveThread queue empty
2021-01-06 11:53:13.530 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction SendNextMessage 1 out at start. Holdoff false.
2021-01-06 11:53:13.531 [DEBUG] [WaveSerialHandler$ZWaveReceiveThread] - Receive Message = 01 04 01 13 01 E8 
2021-01-06 11:53:13.532 [DEBUG] [nal.protocol.ZWaveTransactionManager] - processReceiveMessage input 0<>128 : Message: class=SendData[19], type=Response[1], dest=255, callback=0, payload=01 
2021-01-06 11:53:13.534 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Received msg (0): Message: class=SendData[19], type=Response[1], dest=255, callback=0, payload=01 
2021-01-06 11:53:13.535 [DEBUG] [nal.protocol.ZWaveTransactionManager] - lastTransaction TID 5294: [WAIT_RESPONSE] priority=NonceResponse, requiresResponse=true, callback: 142
2021-01-06 11:53:13.536 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Checking outstanding transactions: 1
2021-01-06 11:53:13.537 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Last transaction: TID 5294: [WAIT_RESPONSE] priority=NonceResponse, requiresResponse=true, callback: 142
2021-01-06 11:53:13.538 [DEBUG] [ve.internal.protocol.ZWaveController] - Incoming Message: Message: class=SendData[19], type=Response[1], dest=255, callback=0, payload=01 
2021-01-06 11:53:13.539 [DEBUG] [l.serialmessage.SendDataMessageClass] - NODE 43: sentData successfully placed on stack.
2021-01-06 11:53:13.540 [DEBUG] [nal.protocol.ZWaveTransactionManager] - TID 5294: Advanced to WAIT_REQUEST
2021-01-06 11:53:13.541 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 43: TID 5294: Transaction not completed
2021-01-06 11:53:13.542 [DEBUG] [nal.protocol.ZWaveTransactionManager] - ZWaveReceiveThread queue empty
2021-01-06 11:53:13.543 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction SendNextMessage 1 out at start. Holdoff false.
2021-01-06 11:53:13.547 [DEBUG] [WaveSerialHandler$ZWaveReceiveThread] - Receive Message = 01 07 00 13 8E 00 00 02 67 
2021-01-06 11:53:13.549 [DEBUG] [nal.protocol.ZWaveTransactionManager] - processReceiveMessage input 0<>128 : Message: class=SendData[19], type=Request[0], dest=0, callback=142, payload=8E 00 00 02 
2021-01-06 11:53:13.551 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Received msg (0): Message: class=SendData[19], type=Request[0], dest=0, callback=142, payload=8E 00 00 02 
2021-01-06 11:53:13.552 [DEBUG] [nal.protocol.ZWaveTransactionManager] - lastTransaction TID 5294: [WAIT_REQUEST] priority=NonceResponse, requiresResponse=true, callback: 142
2021-01-06 11:53:13.553 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Checking outstanding transactions: 1
2021-01-06 11:53:13.554 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Last transaction: TID 5294: [WAIT_REQUEST] priority=NonceResponse, requiresResponse=true, callback: 142
2021-01-06 11:53:13.555 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Checking TID 5294: (Callback 142)
2021-01-06 11:53:13.556 [DEBUG] [.serialmessage.ZWaveCommandProcessor] - Callback match!
2021-01-06 11:53:13.557 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Correlated to TID 5294: callback 142
2021-01-06 11:53:13.558 [DEBUG] [ve.internal.protocol.ZWaveController] - Incoming Message: Message: class=SendData[19], type=Request[0], dest=0, callback=142, payload=8E 00 00 02 
2021-01-06 11:53:13.559 [DEBUG] [l.serialmessage.SendDataMessageClass] - NODE 43: SendData Request. CallBack ID = 142, Status = Transmission complete and ACK received(0)
2021-01-06 11:53:13.561 [DEBUG] [e.internal.protocol.ZWaveTransaction] - TID 5294: Transaction COMPLETED
2021-01-06 11:53:13.562 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 43: Response processed after 41ms
2021-01-06 11:53:13.562 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 43: TID 5294: Transaction completed
2021-01-06 11:53:13.563 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 43: notifyTransactionResponse TID:5294 DONE
2021-01-06 11:53:13.565 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 43: Got an event from Z-Wave network: ZWaveTransactionCompletedEvent
2021-01-06 11:53:13.566 [DEBUG] [nal.protocol.ZWaveTransactionManager] - ZWaveReceiveThread queue empty
2021-01-06 11:53:13.568 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction SendNextMessage 0 out at start. Holdoff false.
2021-01-06 11:53:13.573 [DEBUG] [WaveSerialHandler$ZWaveReceiveThread] - Receive Message = 01 33 00 04 00 2B 2D 98 81 52 E9 25 51 C3 10 90 E5 84 E2 40 24 50 68 F7 E0 30 AB 2D 44 7C E6 A0 BD D7 24 40 E3 A2 0C 24 EB B2 4C A3 B5 BD 86 F4 43 78 B5 80 FE 
2021-01-06 11:53:13.580 [DEBUG] [nal.protocol.ZWaveTransactionManager] - processReceiveMessage input 0<>128 : Message: class=ApplicationCommandHandler[4], type=Request[0], dest=43, callback=0, payload=00 2B 2D 98 81 52 E9 25 51 C3 10 90 E5 84 E2 40 24 50 68 F7 E0 30 AB 2D 44 7C E6 A0 BD D7 24 40 E3 A2 0C 24 EB B2 4C A3 B5 BD 86 F4 43 78 B5 80 
2021-01-06 11:53:13.584 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Received msg (0): Message: class=ApplicationCommandHandler[4], type=Request[0], dest=43, callback=0, payload=00 2B 2D 98 81 52 E9 25 51 C3 10 90 E5 84 E2 40 24 50 68 F7 E0 30 AB 2D 44 7C E6 A0 BD D7 24 40 E3 A2 0C 24 EB B2 4C A3 B5 BD 86 F4 43 78 B5 80 
2021-01-06 11:53:13.585 [DEBUG] [nal.protocol.ZWaveTransactionManager] - lastTransaction null
2021-01-06 11:53:13.586 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 43: Application Command Request (ALIVE:GET_CONFIGURATION)
2021-01-06 11:53:13.587 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 43: Decapsulating COMMAND_CLASS_SECURITY
2021-01-06 11:53:13.590 [DEBUG] [mmandclass.ZWaveSecurityCommandClass] - NODE 43: SECURITY_RXD 8F 01 04 03 80 03 64 04 30 03 FF 0A 05 31 05 03 01 06 06 31 05 01 22 01 0E 
2021-01-06 11:53:13.591 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 43: Decapsulating COMMAND_CLASS_MULTI_CMD
2021-01-06 11:53:13.592 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 43: Incoming command class COMMAND_CLASS_BATTERY, endpoint 0
2021-01-06 11:53:13.593 [DEBUG] [tocol.commandclass.ZWaveCommandClass] - NODE 43: Received COMMAND_CLASS_BATTERY V1 BATTERY_REPORT
2021-01-06 11:53:13.594 [DEBUG] [ommandclass.ZWaveBatteryCommandClass] - NODE 43: Battery report value = 100
2021-01-06 11:53:13.596 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 43: Got an event from Z-Wave network: ZWaveCommandClassValueEvent
2021-01-06 11:53:13.597 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 43: Got a value event from Z-Wave network, endpoint=0, command class=COMMAND_CLASS_BATTERY, value=100
2021-01-06 11:53:13.598 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 43: Updating channel state zwave:device:bc36c55b91:node43:battery-level to 100 [DecimalType]
2021-01-06 11:53:13.601 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 43: Incoming command class COMMAND_CLASS_SENSOR_BINARY, endpoint 0
2021-01-06 11:53:13.602 [DEBUG] [tocol.commandclass.ZWaveCommandClass] - NODE 43: Received COMMAND_CLASS_SENSOR_BINARY V2 SENSOR_BINARY_REPORT
2021-01-06 11:53:13.603 [DEBUG] [dclass.ZWaveBinarySensorCommandClass] - Processing Sensor Type 10
2021-01-06 11:53:13.605 [DEBUG] [dclass.ZWaveBinarySensorCommandClass] - Sensor Type is DOORWINDOW
2021-01-06 11:53:13.606 [DEBUG] [dclass.ZWaveBinarySensorCommandClass] - NODE 43: Sensor Binary report, type=Door/Window, value=255
2021-01-06 11:53:13.607 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 43: Got an event from Z-Wave network: ZWaveBinarySensorValueEvent
2021-01-06 11:53:13.609 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 43: Got a value event from Z-Wave network, endpoint=0, command class=COMMAND_CLASS_SENSOR_BINARY, value=255
2021-01-06 11:53:13.610 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 43: Incoming command class COMMAND_CLASS_SENSOR_MULTILEVEL, endpoint 0
2021-01-06 11:53:13.612 [DEBUG] [tocol.commandclass.ZWaveCommandClass] - NODE 43: Received COMMAND_CLASS_SENSOR_MULTILEVEL V5 SENSOR_MULTILEVEL_REPORT
2021-01-06 11:53:13.616 [DEBUG] [ss.ZWaveMultiLevelSensorCommandClass] - NODE 43: Sensor Type = Luminance(3), Scale = 0
2021-01-06 11:53:13.617 [DEBUG] [ss.ZWaveMultiLevelSensorCommandClass] - NODE 43: Sensor Value = 6
2021-01-06 11:53:13.619 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 43: Got an event from Z-Wave network: ZWaveMultiLevelSensorValueEvent
2021-01-06 11:53:13.620 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 43: Got a value event from Z-Wave network, endpoint=0, command class=COMMAND_CLASS_SENSOR_MULTILEVEL, value=6
2021-01-06 11:53:13.622 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 43: Updating channel state zwave:device:bc36c55b91:node43:sensor_luminance to 6 % [QuantityType]
2021-01-06 11:53:13.626 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 43: Incoming command class COMMAND_CLASS_SENSOR_MULTILEVEL, endpoint 0
2021-01-06 11:53:13.627 [DEBUG] [tocol.commandclass.ZWaveCommandClass] - NODE 43: Received COMMAND_CLASS_SENSOR_MULTILEVEL V5 SENSOR_MULTILEVEL_REPORT
2021-01-06 11:53:13.629 [DEBUG] [ss.ZWaveMultiLevelSensorCommandClass] - NODE 43: Sensor Type = Temperature(1), Scale = 0
2021-01-06 11:53:13.631 [DEBUG] [ss.ZWaveMultiLevelSensorCommandClass] - NODE 43: Sensor Value = 27
2021-01-06 11:53:13.632 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 43: Got an event from Z-Wave network: ZWaveMultiLevelSensorValueEvent
2021-01-06 11:53:13.633 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 43: Got a value event from Z-Wave network, endpoint=0, command class=COMMAND_CLASS_SENSOR_MULTILEVEL, value=27
2021-01-06 11:53:13.635 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 43: Updating channel state zwave:device:bc36c55b91:node43:sensor_temperature to 27 °C [QuantityType]
2021-01-06 11:53:13.639 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 43: Commands processed 4.
2021-01-06 11:53:13.640 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 43: Checking command org.openhab.binding.zwave.internal.protocol.ZWaveCommandClassPayload@1150181.
2021-01-06 11:53:13.642 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction completed - outstandingTransactions 0
2021-01-06 11:53:13.644 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction completed - outstandingTransactions 0
2021-01-06 11:53:13.645 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 43: Checking command org.openhab.binding.zwave.internal.protocol.ZWaveCommandClassPayload@15d8403.
2021-01-06 11:53:13.648 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction completed - outstandingTransactions 0
2021-01-06 11:53:13.650 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction completed - outstandingTransactions 0
2021-01-06 11:53:13.651 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 43: Checking command org.openhab.binding.zwave.internal.protocol.ZWaveCommandClassPayload@1a5d64e.
2021-01-06 11:53:13.652 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction completed - outstandingTransactions 0
2021-01-06 11:53:13.653 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction completed - outstandingTransactions 0
2021-01-06 11:53:13.654 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 43: Checking command org.openhab.binding.zwave.internal.protocol.ZWaveCommandClassPayload@151d4f1.
2021-01-06 11:53:13.655 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction completed - outstandingTransactions 0
2021-01-06 11:53:13.656 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction completed - outstandingTransactions 0
2021-01-06 11:53:13.657 [DEBUG] [nal.protocol.ZWaveTransactionManager] - ZWaveReceiveThread queue empty
2021-01-06 11:53:13.658 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction SendNextMessage 0 out at start. Holdoff false.

What have you tried to get this working? Have you configured the device to send notifications as it looks like it is sending binary sensor reports.

You’re right. Sorry. It is working now. :grimacing:

1 Like

Hi,
then i set Parameter (config_7_1) has it none effekt. Can you help me?
I set the Parameter with
curl -u frank -X PUT --header "Content-Type: application/json" --header "Accept: application/json" -d "{\"config_7_1\": 4}" "http://openhabiandevice:8080/rest/things/zwave%3Adevice%3ARazberry2%3Anode40/config"

Hi chris, after upgrading to OH3 also had this issue and followed your instructions and(worked). However, after running OH3 a little while, decided to downgraded to 2.5.11 so the door doesn’t work again. Unable to revert parameter 7 in Paper UI on 2.5. Question, is it possible to run the z-wave 3.1 binding on 2.5 (even temp) to reverse parameter 7 change? If no, could you kindly suggest how I can revert? Thanks in advance for your help.

No - this is not possible - OH3 bindings will not run on OH2.5.

I’m not sure why it doesn’t change the value - if you change it one way, or should work fine the other way. Also, I would have expected the two bindings to be the same anyway - they both use exactly the same database and code.

Hi, I also confirm this issue. I’m running 2.5.11 and OH3.1.0-SNAPSHOT - Build #2135. I have config:

UID: zwave:device:zwave:node6
label: Node06
thingTypeUID: zwave:devolo_mt02648_00_000
configuration:
config_20_1: 30
config_21_1: 1
config_22_1: 0
config_11_1: 12
config_10_1: 12
wakeup_interval: 10800
group_1:
- controller
group_2: []
config_2_1: -1
config_7_1: 20
wakeup_node: 1
config_8_1: 3
config_9_1: 4
config_12_1: 12
config_3_1: 0
config_4_1: 99
config_13_1: 12
config_5_1: 10
node_id: 6
config_6_1: 22
bridgeUID: zwave:serial_zstick:zwave

all three window sensors work perfectly in OH2.5 but in OH3. In OH3 all parameters are reported - except Door contact.

Actually it seems, that the sonsor is reporting…

2021-01-12 16:17:30.634 [DEBUG] [dclass.ZWaveBinarySensorCommandClass] - Sensor Type is DOORWINDOW

2021-01-12 16:17:30.636 [DEBUG] [dclass.ZWaveBinarySensorCommandClass] - NODE 7: Sensor Binary report, type=Door/Window, value=255

2021-01-12 16:17:30.652 [TRACE] [ding.zwave.handler.ZWaveThingHandler] - NODE 7: Checking channel=zwave:device:zwave:node7:sensor_door, cmdClass=COMMAND_CLASS_ALARM, endpoint=0

2021-01-12 16:17:30.696 [TRACE] [ding.zwave.handler.ZWaveThingHandler] - NODE 7: Checking channel=zwave:device:zwave:node7:sensor_door, cmdClass=COMMAND_CLASS_ALARM, endpoint=0

2021-01-12 16:17:30.745 [TRACE] [ding.zwave.handler.ZWaveThingHandler] - NODE 7: Checking channel=zwave:device:zwave:node7:sensor_door, cmdClass=COMMAND_CLASS_ALARM, endpoint=0

2021-01-12 16:17:32.281 [TRACE] [ding.zwave.handler.ZWaveThingHandler] - NODE 7: Checking channel=zwave:device:zwave:node7:sensor_door, cmdClass=COMMAND_CLASS_ALARM, endpoint=0

2021-01-12 16:17:32.321 [DEBUG] [dclass.ZWaveBinarySensorCommandClass] - Sensor Type is DOORWINDOW

2021-01-12 16:17:32.323 [DEBUG] [dclass.ZWaveBinarySensorCommandClass] - NODE 7: Sensor Binary report, type=Door/Window, value=0

2021-01-12 16:17:32.339 [TRACE] [ding.zwave.handler.ZWaveThingHandler] - NODE 7: Checking channel=zwave:device:zwave:node7:sensor_door, cmdClass=COMMAND_CLASS_ALARM, endpoint=0

2021-01-12 16:17:32.391 [TRACE] [ding.zwave.handler.ZWaveThingHandler] - NODE 7: Checking channel=zwave:device:zwave:node7:sensor_door, cmdClass=COMMAND_CLASS_ALARM, endpoint=0

2021-01-12 16:17:32.448 [TRACE] [ding.zwave.handler.ZWaveThingHandler] - NODE 7: Checking channel=zwave:device:zwave:node7:sensor_door, cmdClass=COMMAND_CLASS_ALARM, endpoint=0

ok thanks for your reply. I’m not sure either, but is certainly resolved this above issue for OH3 after changing para 7 value (from 20 to 4) using Binding 3.1. However, when going back to 2.5 it passes temp and batt values, but the contact stopped responding, so my thought was to change it back. However, in 2.5.11 the para 7 is again a drop down (similar to 3.0) so unsure how to change para 7 now. Are there any another ways, perhaps a a different tool? thanks again Chris and sorry to ask the same questions. Just looking for your advice on a good direction I could go sort this out.

I would suggest to try the 2.5.12 binding. There was a problem with the database editor at one point that caused this, but it should be fixed in the newer binding.

Your other option (maybe) is to use OH3 to change it back if that worked to change it in the first place?

The other option is the Silabs tools, but that’s quite a big install for one small parameter :slight_smile:

Thanks mate! I’ll give those options a go.

1 Like

Hello, I still have the problem, what should I do? I have no more idea of trying anything

I tested it again with my old OH2.4 image in Z-Wave Debug mode, and it works.
Here is the extract from the log. the bold line is missing in the log for OH3, is it a bug in the Z-Wave binding?

2021-01-24 13:23:10.179 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 40: Application Command Request (ALIVE:DONE)
2021-01-24 13:23:10.181 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 40: resetResendCount initComplete=true isDead=false
2021-01-24 13:23:10.183 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 40: Incoming command class COMMAND_CLASS_SENSOR_BINARY, endpoint 0
2021-01-24 13:23:10.184 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 40: SECURITY NOT required on COMMAND_CLASS_SENSOR_BINARY
2021-01-24 13:23:10.186 [DEBUG] [tocol.commandclass.ZWaveCommandClass] - NODE 40: Received COMMAND_CLASS_SENSOR_BINARY V2 SENSOR_BINARY_REPORT
2021-01-24 13:23:10.192 [DEBUG] [dclass.ZWaveBinarySensorCommandClass] - NODE 40: Sensor Binary report, type=Door/Window, value=255
2021-01-24 13:23:10.194 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 40: Got an event from Z-Wave network: ZWaveBinarySensorValueEvent
2021-01-24 13:23:10.196 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 40: Got a value event from Z-Wave network, endpoint = 0, command class = COMMAND_CLASS_SENSOR_BINARY, value = 255
2021-01-24 13:23:10.198 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 40: Updating channel state zwave:device:Razberry2:node40:sensor_door to OPEN [OpenClosedType]