Z-Wave Binding: DCH-Z110

Hi All,

I bought six Door/Window Sensor DLink DCH-Z110. Unfortunately, the binary sensor only sends always the “open” state although it is closed. I am running on the z-wave binding from cloudbees (Version 3th of Dec 2016). Does anyone has a suggestion how to fix it?

Thanks in advance!


Item Config
Contact C “Movement [%s]” (gf) { zwave=“10:command=SENSOR_BINARY,respond_to_basic=TRUE” }
Number T “Temperature [%.1f °C]” (gf) { zwave=“10:command=sensor_multilevel,sensor_type=1” }
Number H “Luminance [%.0f Lux]” (gf) { zwave=“10:command=sensor_multilevel,sensor_type=3” }

As always, a debug log file is needed to see what is happening. Please can you provide the log showing the messages received from the device - both when it opens and closes. If it really is only sending messages when it closes, then this must be a configuration issue, but it would be good to confirm this with the log.

Hi Chris,

thanks for your quick reply. Please find attached the log (one where the should be an open state, one with a closed one). Hope this one is not too detailed.

As additional information: Openhab 1.7.1 is running plus the z-wave binding from the 3th of Dec.

Thanks.

015-12-05 22:00:18.133 [DEBUG] [ApplicationCommandMessageClass:38  ]- NODE 11: Application Command Request (ALIVE:GET_CONFIGURATION)
2015-12-05 22:00:18.137 [DEBUG] [ApplicationCommandMessageClass:56  ]- NODE 11: Incoming command class MULTI_CMD
2015-12-05 22:00:18.141 [DEBUG] [.ZWaveMultiCommandCommandClass:60  ]- NODE 11: Received Multi-Command Request
2015-12-05 22:00:18.144 [DEBUG] [.ZWaveMultiCommandCommandClass:92  ]- NODE 11: Incoming command class BATTERY
2015-12-05 22:00:18.148 [DEBUG] [.ZWaveMultiCommandCommandClass:113 ]- NODE 11: Calling handleApplicationCommandRequest.
2015-12-05 22:00:18.152 [DEBUG] [i.p.c.ZWaveBatteryCommandClass:81  ]- NODE 11: Received Battery Request
2015-12-05 22:00:18.155 [DEBUG] [i.p.c.ZWaveBatteryCommandClass:96  ]- NODE 11: Battery report value = 100
2015-12-05 22:00:18.159 [DEBUG] [b.z.i.protocol.ZWaveController:635 ]- Notifying event listeners: ZWaveCommandClassValueEvent
2015-12-05 22:00:18.163 [DEBUG] [.z.internal.ZWaveActiveBinding:433 ]- ZwaveIncomingEvent
2015-12-05 22:00:18.166 [DEBUG] [.z.internal.ZWaveActiveBinding:450 ]- NODE 11: Got a value event from Z-Wave network, endpoint = 0, command class = BATTERY, value = 100
2015-12-05 22:00:18.171 [DEBUG] [.ZWaveMultiCommandCommandClass:92  ]- NODE 11: Incoming command class ALARM
2015-12-05 22:00:18.175 [DEBUG] [.ZWaveMultiCommandCommandClass:113 ]- NODE 11: Calling handleApplicationCommandRequest.
2015-12-05 22:00:18.178 [DEBUG] [z.i.p.c.ZWaveAlarmCommandClass:82  ]- NODE 11: Received Alarm Request
2015-12-05 22:00:18.182 [DEBUG] [z.i.p.c.ZWaveAlarmCommandClass:94  ]- NODE 11: Alarm report - Value = 0
2015-12-05 22:00:18.185 [DEBUG] [z.i.p.c.ZWaveAlarmCommandClass:112 ]- NODE 11: Alarm Type = General (0)
2015-12-05 22:00:18.190 [DEBUG] [b.z.i.protocol.ZWaveController:635 ]- Notifying event listeners: ZWaveAlarmValueEvent
2015-12-05 22:00:18.193 [DEBUG] [.z.internal.ZWaveActiveBinding:433 ]- ZwaveIncomingEvent
2015-12-05 22:00:18.197 [DEBUG] [.z.internal.ZWaveActiveBinding:450 ]- NODE 11: Got a value event from Z-Wave network, endpoint = 0, command class = ALARM, value = 0
2015-12-05 22:00:18.204 [DEBUG] [.ZWaveMultiCommandCommandClass:92  ]- NODE 11: Incoming command class SENSOR_MULTILEVEL
2015-12-05 22:00:18.207 [DEBUG] [.ZWaveMultiCommandCommandClass:113 ]- NODE 11: Calling handleApplicationCommandRequest.
2015-12-05 22:00:18.211 [DEBUG] [veMultiLevelSensorCommandClass:97  ]- NODE 11: Received Sensor Multi Level Request
2015-12-05 22:00:18.215 [DEBUG] [veMultiLevelSensorCommandClass:131 ]- NODE 11: Sensor Multi Level REPORT received
2015-12-05 22:00:18.218 [DEBUG] [veMultiLevelSensorCommandClass:141 ]- NODE 11: Sensor Type = Luminance(3), Scale = 0
2015-12-05 22:00:18.222 [DEBUG] [veMultiLevelSensorCommandClass:150 ]- NODE 11: Sensor Value = 12
2015-12-05 22:00:18.226 [DEBUG] [b.z.i.protocol.ZWaveController:635 ]- Notifying event listeners: ZWaveMultiLevelSensorValueEvent
2015-12-05 22:00:18.229 [DEBUG] [.z.internal.ZWaveActiveBinding:433 ]- ZwaveIncomingEvent
2015-12-05 22:00:18.233 [DEBUG] [.z.internal.ZWaveActiveBinding:450 ]- NODE 11: Got a value event from Z-Wave network, endpoint = 0, command class = SENSOR_MULTILEVEL, value = 12
2015-12-05 22:00:18.245 [DEBUG] [.ZWaveMultiCommandCommandClass:92  ]- NODE 11: Incoming command class SENSOR_MULTILEVEL
2015-12-05 22:00:18.248 [DEBUG] [.ZWaveMultiCommandCommandClass:113 ]- NODE 11: Calling handleApplicationCommandRequest.
2015-12-05 22:00:18.257 [DEBUG] [veMultiLevelSensorCommandClass:97  ]- NODE 11: Received Sensor Multi Level Request
2015-12-05 22:00:18.261 [DEBUG] [veMultiLevelSensorCommandClass:131 ]- NODE 11: Sensor Multi Level REPORT received
2015-12-05 22:00:18.275 [DEBUG] [veMultiLevelSensorCommandClass:141 ]- NODE 11: Sensor Type = Temperature(1), Scale = 1
2015-12-05 22:00:18.278 [DEBUG] [veMultiLevelSensorCommandClass:150 ]- NODE 11: Sensor Value = 88
2015-12-05 22:00:18.282 [DEBUG] [b.z.i.protocol.ZWaveController:635 ]- Notifying event listeners: ZWaveMultiLevelSensorValueEvent
2015-12-05 22:00:18.286 [DEBUG] [.z.internal.ZWaveActiveBinding:433 ]- ZwaveIncomingEvent
2015-12-05 22:00:18.297 [DEBUG] [.z.internal.ZWaveActiveBinding:450 ]- NODE 11: Got a value event from Z-Wave network, endpoint = 0, command class = SENSOR_MULTILEVEL, value = 88
2015-12-05 22:00:18.303 [DEBUG] [ApplicationCommandMessageClass:85  ]- Transaction not completed: node address inconsistent.
2015-12-05 22:00:26.660 [DEBUG] [eController$ZWaveReceiveThread:1481]- Receive Message = 01 13 00 04 00 0B 0D 8F 01 01 09 71 05 00 00 00 FF 07 03 00 E7 
2015-12-05 22:00:26.679 [DEBUG] [b.z.i.protocol.ZWaveController:1163]- Receive queue TAKE: Length=0
2015-12-05 22:00:26.684 [DEBUG] [eController$ZWaveReceiveThread:1405]- Receive queue ADD: Length=0
2015-12-05 22:00:26.686 [DEBUG] [o.b.z.i.protocol.SerialMessage:233 ]- Assembled message buffer = 01 13 00 04 00 0B 0D 8F 01 01 09 71 05 00 00 00 FF 07 03 00 E7 
2015-12-05 22:00:26.700 [DEBUG] [b.z.i.protocol.ZWaveController:1164]- Process Message = 01 13 00 04 00 0B 0D 8F 01 01 09 71 05 00 00 00 FF 07 03 00 E7 
2015-12-05 22:00:26.707 [DEBUG] [b.z.i.protocol.ZWaveController:192 ]- Message: class = ApplicationCommandHandler (0x04), type = Request (0x00), payload = 00 0B 0D 8F 01 01 09 71 05 00 00 00 FF 07 03 00 
2015-12-05 22:00:26.712 [DEBUG] [ApplicationCommandMessageClass:38  ]- NODE 11: Application Command Request (ALIVE:GET_CONFIGURATION)
2015-12-05 22:00:26.717 [DEBUG] [ApplicationCommandMessageClass:56  ]- NODE 11: Incoming command class MULTI_CMD
2015-12-05 22:00:26.720 [DEBUG] [.ZWaveMultiCommandCommandClass:60  ]- NODE 11: Received Multi-Command Request
2015-12-05 22:00:26.723 [DEBUG] [.ZWaveMultiCommandCommandClass:92  ]- NODE 11: Incoming command class ALARM
2015-12-05 22:00:26.726 [DEBUG] [.ZWaveMultiCommandCommandClass:113 ]- NODE 11: Calling handleApplicationCommandRequest.
2015-12-05 22:00:26.787 [DEBUG] [z.i.p.c.ZWaveAlarmCommandClass:82  ]- NODE 11: Received Alarm Request
2015-12-05 22:00:26.798 [DEBUG] [z.i.p.c.ZWaveAlarmCommandClass:94  ]- NODE 11: Alarm report - Value = 0
2015-12-05 22:00:26.804 [DEBUG] [z.i.p.c.ZWaveAlarmCommandClass:112 ]- NODE 11: Alarm Type = General (0)
2015-12-05 22:00:26.815 [DEBUG] [b.z.i.protocol.ZWaveController:635 ]- Notifying event listeners: ZWaveAlarmValueEvent
2015-12-05 22:00:26.824 [DEBUG] [.z.internal.ZWaveActiveBinding:433 ]- ZwaveIncomingEvent
2015-12-05 22:00:26.830 [DEBUG] [.z.internal.ZWaveActiveBinding:450 ]- NODE 11: Got a value event from Z-Wave network, endpoint = 0, command class = ALARM, value = 0
2015-12-05 22:00:26.835 [DEBUG] [ApplicationCommandMessageClass:85  ]- Transaction not completed: node address inconsistent.
2015-12-05 22:00:27.815 [DEBUG] [eController$ZWaveReceiveThread:1481]- Receive Message = 01 10 00 04 00 0B 0A 8F 01 01 06 31 05 01 0A 00 58 04 
2015-12-05 22:00:27.823 [DEBUG] [b.z.i.protocol.ZWaveController:1163]- Receive queue TAKE: Length=0
2015-12-05 22:00:27.828 [DEBUG] [o.b.z.i.protocol.SerialMessage:233 ]- Assembled message buffer = 01 10 00 04 00 0B 0A 8F 01 01 06 31 05 01 0A 00 58 04 
2015-12-05 22:00:27.831 [DEBUG] [eController$ZWaveReceiveThread:1405]- Receive queue ADD: Length=0
2015-12-05 22:00:27.837 [DEBUG] [b.z.i.protocol.ZWaveController:1164]- Process Message = 01 10 00 04 00 0B 0A 8F 01 01 06 31 05 01 0A 00 58 04 
2015-12-05 22:00:27.842 [DEBUG] [b.z.i.protocol.ZWaveController:192 ]- Message: class = ApplicationCommandHandler (0x04), type = Request (0x00), payload = 00 0B 0A 8F 01 01 06 31 05 01 0A 00 58 
2015-12-05 22:00:27.845 [DEBUG] [ApplicationCommandMessageClass:38  ]- NODE 11: Application Command Request (ALIVE:GET_CONFIGURATION)
2015-12-05 22:00:27.849 [DEBUG] [ApplicationCommandMessageClass:56  ]- NODE 11: Incoming command class MULTI_CMD
2015-12-05 22:00:27.853 [DEBUG] [.ZWaveMultiCommandCommandClass:60  ]- NODE 11: Received Multi-Command Request
2015-12-05 22:00:27.856 [DEBUG] [.ZWaveMultiCommandCommandClass:92  ]- NODE 11: Incoming command class SENSOR_MULTILEVEL
2015-12-05 22:00:27.860 [DEBUG] [.ZWaveMultiCommandCommandClass:113 ]- NODE 11: Calling handleApplicationCommandRequest.
2015-12-05 22:00:27.863 [DEBUG] [veMultiLevelSensorCommandClass:97  ]- NODE 11: Received Sensor Multi Level Request
2015-12-05 22:00:27.866 [DEBUG] [veMultiLevelSensorCommandClass:131 ]- NODE 11: Sensor Multi Level REPORT received
2015-12-05 22:00:27.869 [DEBUG] [veMultiLevelSensorCommandClass:141 ]- NODE 11: Sensor Type = Temperature(1), Scale = 1
2015-12-05 22:00:27.873 [DEBUG] [veMultiLevelSensorCommandClass:150 ]- NODE 11: Sensor Value = 88
2015-12-05 22:00:27.876 [DEBUG] [b.z.i.protocol.ZWaveController:635 ]- Notifying event listeners: ZWaveMultiLevelSensorValueEvent
2015-12-05 22:00:27.879 [DEBUG] [.z.internal.ZWaveActiveBinding:433 ]- ZwaveIncomingEvent
2015-12-05 22:00:27.882 [DEBUG] [.z.internal.ZWaveActiveBinding:450 ]- NODE 11: Got a value event from Z-Wave network, endpoint = 0, command class = SENSOR_MULTILEVEL, value = 88
2015-12-05 22:00:27.891 [DEBUG] [ApplicationCommandMessageClass:85  ]- Transaction not completed: node address inconsistent.
2015-12-05 22:00:32.423 [DEBUG] [eController$ZWaveReceiveThread:1481]- Receive Message = 01 1B 00 49 84 0B 15 04 07 01 5E 80 71 85 70 72 86 30 31 84 59 73 5A 8F 98 7A EF 20 CC 
2015-12-05 22:00:32.433 [DEBUG] [b.z.i.protocol.ZWaveController:1163]- Receive queue TAKE: Length=0
2015-12-05 22:00:32.439 [DEBUG] [o.b.z.i.protocol.SerialMessage:233 ]- Assembled message buffer = 01 1B 00 49 84 0B 15 04 07 01 5E 80 71 85 70 72 86 30 31 84 59 73 5A 8F 98 7A EF 20 CC 
2015-12-05 22:00:32.442 [DEBUG] [eController$ZWaveReceiveThread:1405]- Receive queue ADD: Length=0
2015-12-05 22:00:32.449 [DEBUG] [b.z.i.protocol.ZWaveController:1164]- Process Message = 01 1B 00 49 84 0B 15 04 07 01 5E 80 71 85 70 72 86 30 31 84 59 73 5A 8F 98 7A EF 20 CC 
2015-12-05 22:00:32.456 [DEBUG] [b.z.i.protocol.ZWaveController:192 ]- Message: class = ApplicationUpdate (0x49), type = Request (0x00), payload = 84 0B 15 04 07 01 5E 80 71 85 70 72 86 30 31 84 59 73 5A 8F 98 7A EF 20 
2015-12-05 22:00:32.459 [DEBUG] [.ApplicationUpdateMessageClass:45  ]- NODE 11: Application update request. Node information received.
2015-12-05 22:00:32.463 [WARN ] [.o.b.z.i.p.c.ZWaveCommandClass:221 ]- NODE 11: Unsupported command class ZWAVE_PLUS_INFO
2015-12-05 22:00:32.467 [DEBUG] [.o.b.z.i.p.c.ZWaveCommandClass:224 ]- NODE 11: Creating new instance of command class BATTERY
2015-12-05 22:00:32.471 [DEBUG] [.o.b.z.i.p.c.ZWaveCommandClass:224 ]- NODE 11: Creating new instance of command class ALARM
2015-12-05 22:00:32.475 [DEBUG] [.o.b.z.i.p.c.ZWaveCommandClass:224 ]- NODE 11: Creating new instance of command class ASSOCIATION
2015-12-05 22:00:32.479 [DEBUG] [.o.b.z.i.p.c.ZWaveCommandClass:224 ]- NODE 11: Creating new instance of command class CONFIGURATION
2015-12-05 22:00:32.483 [DEBUG] [.o.b.z.i.p.c.ZWaveCommandClass:224 ]- NODE 11: Creating new instance of command class MANUFACTURER_SPECIFIC
2015-12-05 22:00:32.487 [DEBUG] [.o.b.z.i.p.c.ZWaveCommandClass:224 ]- NODE 11: Creating new instance of command class VERSION
2015-12-05 22:00:32.491 [DEBUG] [.o.b.z.i.p.c.ZWaveCommandClass:224 ]- NODE 11: Creating new instance of command class SENSOR_BINARY
2015-12-05 22:00:32.494 [DEBUG] [.o.b.z.i.p.c.ZWaveCommandClass:224 ]- NODE 11: Creating new instance of command class SENSOR_MULTILEVEL
2015-12-05 22:00:32.498 [DEBUG] [.o.b.z.i.p.c.ZWaveCommandClass:224 ]- NODE 11: Creating new instance of command class WAKE_UP
2015-12-05 22:00:32.503 [WARN ] [.o.b.z.i.p.c.ZWaveCommandClass:221 ]- NODE 11: Unsupported command class ASSOCIATION_GROUP_INFO
2015-12-05 22:00:32.507 [WARN ] [.o.b.z.i.p.c.ZWaveCommandClass:221 ]- NODE 11: Unsupported command class POWERLEVEL
2015-12-05 22:00:32.511 [WARN ] [.o.b.z.i.p.c.ZWaveCommandClass:221 ]- NODE 11: Unsupported command class DEVICE_RESET_LOCALLY
2015-12-05 22:00:32.517 [DEBUG] [.o.b.z.i.p.c.ZWaveCommandClass:224 ]- NODE 11: Creating new instance of command class MULTI_CMD
2015-12-05 22:00:32.521 [WARN ] [.o.b.z.i.p.c.ZWaveCommandClass:221 ]- NODE 11: Unsupported command class SECURITY
2015-12-05 22:00:32.526 [WARN ] [.o.b.z.i.p.c.ZWaveCommandClass:221 ]- NODE 11: Unsupported command class FIRMWARE_UPDATE_MD
2015-12-05 22:00:32.529 [DEBUG] [b.z.i.protocol.ZWaveController:635 ]- Notifying event listeners: ZWaveNodeInfoEvent
2015-12-05 22:00:32.533 [DEBUG] [.z.internal.ZWaveActiveBinding:433 ]- ZwaveIncomingEvent
2015-12-05 22:00:32.536 [DEBUG] [z.i.p.i.ZWaveNodeStageAdvancer:1060]- NODE 11: 11 NIF event during initialisation stage GET_CONFIGURATION
2015-12-05 22:00:32.540 [DEBUG] [z.i.p.i.ZWaveNodeStageAdvancer:1069]- NODE 11: NIF event during initialisation stage GET_CONFIGURATION
2015-12-05 22:00:32.543 [DEBUG] [z.i.p.i.ZWaveNodeStageAdvancer:269 ]- NODE 11: Node advancer - GET_CONFIGURATION: queue length(1), free to send(false)
2015-12-05 22:00:32.547 [DEBUG] [b.z.i.protocol.ZWaveController:938 ]- Callback ID = 41
2015-12-05 22:00:32.551 [DEBUG] [.i.p.c.ZWaveWakeUpCommandClass:237 ]- NODE 11: Message already on the wake-up queue. Removing original.
2015-12-05 22:00:32.555 [DEBUG] [.i.p.c.ZWaveWakeUpCommandClass:241 ]- NODE 11: Putting message SendData in wakeup queue.
2015-12-05 22:00:32.559 [DEBUG] [z.i.p.i.ZWaveNodeStageAdvancer:242 ]- NODE 11: Node advancer - queued packet. Queue length is 1
2015-12-05 22:00:32.563 [DEBUG] [z.i.p.i.ZWaveNodeStageAdvancer:1060]- NODE 11: 5 NIF event during initialisation stage PING
2015-12-05 22:00:32.567 [DEBUG] [z.i.p.i.ZWaveNodeStageAdvancer:1060]- NODE 11: 8 NIF event during initialisation stage PING
2015-12-05 22:00:32.570 [DEBUG] [z.i.p.i.ZWaveNodeStageAdvancer:1060]- NODE 11: 10 NIF event during initialisation stage PING
2015-12-05 22:00:32.574 [DEBUG] [z.i.p.i.ZWaveNodeStageAdvancer:1060]- NODE 11: 4 NIF event during initialisation stage PING
2015-12-05 22:00:32.578 [DEBUG] [.i.p.c.ZWaveWakeUpCommandClass:411 ]- NODE 11: Is awake with 1 messages in the wake-up queue.
2015-12-05 22:00:32.582 [DEBUG] [b.z.i.protocol.ZWaveController:635 ]- Notifying event listeners: ZWaveWakeUpEvent
2015-12-05 22:00:32.585 [DEBUG] [.z.internal.ZWaveActiveBinding:433 ]- ZwaveIncomingEvent
2015-12-05 22:00:32.589 [DEBUG] [z.i.p.i.ZWaveNodeStageAdvancer:1036]- NODE 11: Wakeup during initialisation.
2015-12-05 22:00:32.593 [DEBUG] [z.i.p.i.ZWaveNodeStageAdvancer:269 ]- NODE 11: Node advancer - GET_CONFIGURATION: queue length(1), free to send(false)
2015-12-05 22:00:32.596 [DEBUG] [b.z.i.protocol.ZWaveController:938 ]- Callback ID = 42
2015-12-05 22:00:32.605 [DEBUG] [WaveController$ZWaveSendThread:1211]- Took message from queue for sending. Queue length = 0
2015-12-05 22:00:32.610 [DEBUG] [o.b.z.i.protocol.SerialMessage:233 ]- Assembled message buffer = 01 0A 00 13 0B 03 70 05 16 25 2A 82 
2015-12-05 22:00:32.610 [DEBUG] [b.z.i.protocol.ZWaveController:620 ]- Enqueueing message. Queue length = 0
2015-12-05 22:00:32.618 [DEBUG] [z.i.p.i.ZWaveNodeStageAdvancer:242 ]- NODE 11: Node advancer - queued packet. Queue length is 1
2015-12-05 22:00:32.624 [DEBUG] [b.z.i.protocol.ZWaveController:938 ]- Callback ID = 43
2015-12-05 22:00:32.623 [DEBUG] [WaveController$ZWaveSendThread:1268]- NODE 11: Sending REQUEST Message = 01 0A 00 13 0B 03 70 05 16 25 2A 82 
2015-12-05 22:00:32.632 [DEBUG] [b.z.i.protocol.ZWaveController:620 ]- Enqueueing message. Queue length = 1
2015-12-05 22:00:32.638 [DEBUG] [.z.i.p.s.ZWaveCommandProcessor:63  ]- Sent message Message: class = SendData (0x13), type = Request (0x00), payload = 09 01 00 
2015-12-05 22:00:32.645 [DEBUG] [.z.i.p.s.ZWaveCommandProcessor:64  ]- Recv message Message: class = ApplicationUpdate (0x49), type = Request (0x00), payload = 84 0B 15 04 07 01 5E 80 71 85 70 72 86 30 31 84 59 73 5A 8F 98 7A EF 20 
2015-12-05 22:00:32.648 [DEBUG] [.z.i.p.s.ZWaveCommandProcessor:65  ]- Checking transaction complete: class=ApplicationUpdate, expected=SendData, cancelled=false
2015-12-05 22:00:32.653 [DEBUG] [eController$ZWaveReceiveThread:1481]- Receive Message = 01 04 01 13 01 E8 
2015-12-05 22:00:32.660 [DEBUG] [b.z.i.protocol.ZWaveController:1163]- Receive queue TAKE: Length=0
2015-12-05 22:00:32.664 [DEBUG] [o.b.z.i.protocol.SerialMessage:233 ]- Assembled message buffer = 01 04 01 13 01 E8 
2015-12-05 22:00:32.667 [DEBUG] [eController$ZWaveReceiveThread:1405]- Receive queue ADD: Length=0
2015-12-05 22:00:32.672 [DEBUG] [b.z.i.protocol.ZWaveController:1164]- Process Message = 01 04 01 13 01 E8 
2015-12-05 22:00:32.676 [DEBUG] [b.z.i.protocol.ZWaveController:192 ]- Message: class = SendData (0x13), type = Response (0x01), payload = 01 
2015-12-05 22:00:32.680 [DEBUG] [b.z.i.p.s.SendDataMessageClass:38  ]- NODE 11: Sent Data successfully placed on stack.
2015-12-05 22:00:32.687 [DEBUG] [eController$ZWaveReceiveThread:1481]- Receive Message = 01 07 00 13 2A 00 00 02 C3 
2015-12-05 22:00:32.693 [DEBUG] [b.z.i.protocol.ZWaveController:1163]- Receive queue TAKE: Length=0
2015-12-05 22:00:32.697 [DEBUG] [o.b.z.i.protocol.SerialMessage:233 ]- Assembled message buffer = 01 09 00 13 2A 00 00 02 00 00 CD 
2015-12-05 22:00:32.701 [DEBUG] [eController$ZWaveReceiveThread:1405]- Receive queue ADD: Length=0
2015-12-05 22:00:32.706 [DEBUG] [b.z.i.protocol.ZWaveController:1164]- Process Message = 01 09 00 13 2A 00 00 02 00 00 CD 
2015-12-05 22:00:32.710 [DEBUG] [b.z.i.protocol.ZWaveController:192 ]- Message: class = SendData (0x13), type = Request (0x00), payload = 2A 00 00 02 
2015-12-05 22:00:32.714 [DEBUG] [b.z.i.p.s.SendDataMessageClass:74  ]- NODE 11: SendData Request. CallBack ID = 42, Status = Transmission complete and ACK received(0)
2015-12-05 22:00:32.718 [WARN ] [b.z.i.p.s.SendDataMessageClass:77  ]- NODE 11: Already processed another send data request for this callback Id, ignoring.
2015-12-05 22:00:33.376 [DEBUG] [eController$ZWaveReceiveThread:1481]- Receive Message = 01 0B 00 04 00 0B 05 70 06 16 01 00 9F 
2015-12-05 22:00:33.383 [DEBUG] [b.z.i.protocol.ZWaveController:1163]- Receive queue TAKE: Length=0
2015-12-05 22:00:33.387 [DEBUG] [o.b.z.i.protocol.SerialMessage:233 ]- Assembled message buffer = 01 0B 00 04 00 0B 05 70 06 16 01 00 9F 
2015-12-05 22:00:33.389 [DEBUG] [eController$ZWaveReceiveThread:1405]- Receive queue ADD: Length=0
2015-12-05 22:00:33.396 [DEBUG] [b.z.i.protocol.ZWaveController:1164]- Process Message = 01 0B 00 04 00 0B 05 70 06 16 01 00 9F 
2015-12-05 22:00:33.400 [DEBUG] [b.z.i.protocol.ZWaveController:192 ]- Message: class = ApplicationCommandHandler (0x04), type = Request (0x00), payload = 00 0B 05 70 06 16 01 00 
2015-12-05 22:00:33.404 [DEBUG] [ApplicationCommandMessageClass:38  ]- NODE 11: Application Command Request (ALIVE:GET_CONFIGURATION)
2015-12-05 22:00:33.407 [DEBUG] [ApplicationCommandMessageClass:56  ]- NODE 11: Incoming command class CONFIGURATION
2015-12-05 22:00:33.411 [DEBUG] [ZWaveConfigurationCommandClass:76  ]- NODE 11: Received Configuration Request
2015-12-05 22:00:33.414 [DEBUG] [ZWaveConfigurationCommandClass:121 ]- NODE 11: Node configuration report, parameter = 22, value = 0
2015-12-05 22:00:33.418 [DEBUG] [b.z.i.protocol.ZWaveController:635 ]- Notifying event listeners: ZWaveConfigurationParameterEvent
2015-12-05 22:00:33.421 [DEBUG] [.z.internal.ZWaveActiveBinding:433 ]- ZwaveIncomingEvent
2015-12-05 22:00:33.424 [DEBUG] [.z.internal.ZWaveActiveBinding:450 ]- NODE 11: Got a value event from Z-Wave network, endpoint = 0, command class = CONFIGURATION, value = org.openhab.binding.zwave.internal.protocol.ConfigurationParameter@19f8d1
2015-12-05 22:00:33.539 [DEBUG] [.b.z.i.p.i.ZWaveNodeSerializer:100 ]- NODE 11: Serialise aborted as static stages not complete
2015-12-05 22:00:33.820 [DEBUG] [eController$ZWaveReceiveThread:1481]- Receive Message = 01 08 00 04 00 0B 02 84 07 79 
2015-12-05 22:00:33.826 [DEBUG] [b.z.i.protocol.ZWaveController:1163]- Receive queue TAKE: Length=0
2015-12-05 22:00:33.830 [DEBUG] [o.b.z.i.protocol.SerialMessage:233 ]- Assembled message buffer = 01 08 00 04 00 0B 02 84 07 79 
2015-12-05 22:00:33.833 [DEBUG] [eController$ZWaveReceiveThread:1405]- Receive queue ADD: Length=0
2015-12-05 22:00:33.837 [DEBUG] [b.z.i.protocol.ZWaveController:1164]- Process Message = 01 08 00 04 00 0B 02 84 07 79 
2015-12-05 22:00:33.842 [DEBUG] [b.z.i.protocol.ZWaveController:192 ]- Message: class = ApplicationCommandHandler (0x04), type = Request (0x00), payload = 00 0B 02 84 07 
2015-12-05 22:00:33.847 [DEBUG] [ApplicationCommandMessageClass:38  ]- NODE 11: Application Command Request (ALIVE:GET_CONFIGURATION)
2015-12-05 22:00:33.851 [DEBUG] [ApplicationCommandMessageClass:56  ]- NODE 11: Incoming command class WAKE_UP
2015-12-05 22:00:33.855 [DEBUG] [.i.p.c.ZWaveWakeUpCommandClass:136 ]- NODE 11: Received Wake Up Request
2015-12-05 22:00:33.858 [DEBUG] [.i.p.c.ZWaveWakeUpCommandClass:182 ]- NODE 11: Received WAKE_UP_NOTIFICATION
2015-12-05 22:00:33.862 [DEBUG] [.i.p.c.ZWaveWakeUpCommandClass:411 ]- NODE 11: Is awake with 0 messages in the wake-up queue.
2015-12-05 22:00:33.866 [DEBUG] [b.z.i.protocol.ZWaveController:635 ]- Notifying event listeners: ZWaveWakeUpEvent
2015-12-05 22:00:33.870 [DEBUG] [.z.internal.ZWaveActiveBinding:433 ]- ZwaveIncomingEvent
2015-12-05 22:00:33.874 [DEBUG] [z.i.p.i.ZWaveNodeStageAdvancer:1036]- NODE 11: Wakeup during initialisation.
2015-12-05 22:00:33.878 [DEBUG] [z.i.p.i.ZWaveNodeStageAdvancer:269 ]- NODE 11: Node advancer - GET_CONFIGURATION: queue length(1), free to send(false)
2015-12-05 22:00:33.882 [DEBUG] [b.z.i.protocol.ZWaveController:938 ]- Callback ID = 44
2015-12-05 22:00:33.886 [DEBUG] [b.z.i.protocol.ZWaveController:620 ]- Enqueueing message. Queue length = 2
2015-12-05 22:00:33.890 [DEBUG] [z.i.p.i.ZWaveNodeStageAdvancer:242 ]- NODE 11: Node advancer - queued packet. Queue length is 1
2015-12-05 22:00:34.894 [DEBUG] [.i.p.c.ZWaveWakeUpCommandClass:506 ]- NODE 11: No more messages, go back to sleep
2015-12-05 22:00:34.898 [DEBUG] [.i.p.c.ZWaveWakeUpCommandClass:202 ]- NODE 11: Creating new message for application command WAKE_UP_NO_MORE_INFORMATION
2015-12-05 22:00:34.902 [DEBUG] [o.b.z.i.protocol.SerialMessage:109 ]- NODE 11: Creating empty message of class = SendData (0x13), type = Request (0x00)
2015-12-05 22:00:34.905 [DEBUG] [b.z.i.protocol.ZWaveController:938 ]- Callback ID = 45
2015-12-05 22:00:34.909 [DEBUG] [b.z.i.protocol.ZWaveController:620 ]- Enqueueing message. Queue length = 3
2015-12-05 22:00:36.155 [DEBUG] [z.internal.ZWaveNetworkMonitor:315 ]- Network Monitor: Queue length is 3 - deferring network monitor functions.
2015-12-05 22:00:37.633 [DEBUG] [o.b.z.i.protocol.SerialMessage:109 ]- NODE 255: Creating empty message of class = SendDataAbort (0x16), type = Request (0x00)
2015-12-05 22:00:37.637 [DEBUG] [o.b.z.i.protocol.SerialMessage:233 ]- Assembled message buffer = 01 03 00 16 EA 
2015-12-05 22:00:37.641 [DEBUG] [WaveController$ZWaveSendThread:1294]- NODE 11: Sending ABORT Message = 01 03 00 16 EA 
2015-12-05 22:00:37.646 [ERROR] [WaveController$ZWaveSendThread:1309]- NODE 11: Timeout while sending message. Requeueing - 1 attempts left!
2015-12-05 22:00:37.649 [DEBUG] [.i.p.c.ZWaveWakeUpCommandClass:435 ]- NODE 11: Is sleeping
2015-12-05 22:00:37.652 [DEBUG] [.i.p.c.ZWaveWakeUpCommandClass:241 ]- NODE 11: Putting message SendData in wakeup queue.
2015-12-05 22:00:37.656 [DEBUG] [WaveController$ZWaveSendThread:1211]- Took message from queue for sending. Queue length = 2
2015-12-05 22:00:37.660 [DEBUG] [.i.p.c.ZWaveWakeUpCommandClass:237 ]- NODE 11: Message already on the wake-up queue. Removing original.
2015-12-05 22:00:37.663 [DEBUG] [.i.p.c.ZWaveWakeUpCommandClass:241 ]- NODE 11: Putting message SendData in wakeup queue.
2015-12-05 22:00:37.667 [DEBUG] [WaveController$ZWaveSendThread:1211]- Took message from queue for sending. Queue length = 1
2015-12-05 22:00:37.670 [DEBUG] [.i.p.c.ZWaveWakeUpCommandClass:237 ]- NODE 11: Message already on the wake-up queue. Removing original.
2015-12-05 22:00:37.673 [DEBUG] [.i.p.c.ZWaveWakeUpCommandClass:241 ]- NODE 11: Putting message SendData in wakeup queue.
2015-12-05 22:00:37.676 [DEBUG] [WaveController$ZWaveSendThread:1211]- Took message from queue for sending. Queue length = 0
2015-12-05 22:00:37.679 [DEBUG] [.i.p.c.ZWaveWakeUpCommandClass:241 ]- NODE 11: Putting message SendData in wakeup queue.
2015-12-05 22:01:28.508 [DEBUG] [eController$ZWaveReceiveThread:1481]- Receive Message = 01 09 00 04 00 08 03 80 03 45 3F 
2015-12-05 22:01:28.514 [DEBUG] [b.z.i.protocol.ZWaveController:1163]- Receive queue TAKE: Length=0
2015-12-05 22:01:28.520 [DEBUG] [eController$ZWaveReceiveThread:1405]- Receive queue ADD: Length=0
2015-12-05 22:01:28.523 [DEBUG] [o.b.z.i.protocol.SerialMessage:233 ]- Assembled message buffer = 01 09 00 04 00 08 03 80 03 45 3F 
2015-12-05 22:01:28.528 [DEBUG] [b.z.i.protocol.ZWaveController:1164]- Process Message = 01 09 00 04 00 08 03 80 03 45 3F
2015-12-05 21:59:23.837 [DEBUG] [eController$ZWaveReceiveThread:1481]- Receive Message = 01 24 00 04 00 0B 1E 8F 01 04 03 80 03 64 09 71 05 00 00 00 FF 06 16 00 05 31 05 03 01 1A 06 31 05 01 0A 00 5A 7C 
2015-12-05 21:59:23.849 [DEBUG] [b.z.i.protocol.ZWaveController:1163]- Receive queue TAKE: Length=0
2015-12-05 21:59:23.857 [DEBUG] [o.b.z.i.protocol.SerialMessage:233 ]- Assembled message buffer = 01 24 00 04 00 0B 1E 8F 01 04 03 80 03 64 09 71 05 00 00 00 FF 06 16 00 05 31 05 03 01 1A 06 31 05 01 0A 00 5A 7C 
2015-12-05 21:59:23.860 [DEBUG] [eController$ZWaveReceiveThread:1405]- Receive queue ADD: Length=0
2015-12-05 21:59:23.867 [DEBUG] [b.z.i.protocol.ZWaveController:1164]- Process Message = 01 24 00 04 00 0B 1E 8F 01 04 03 80 03 64 09 71 05 00 00 00 FF 06 16 00 05 31 05 03 01 1A 06 31 05 01 0A 00 5A 7C 
2015-12-05 21:59:23.874 [DEBUG] [b.z.i.protocol.ZWaveController:192 ]- Message: class = ApplicationCommandHandler (0x04), type = Request (0x00), payload = 00 0B 1E 8F 01 04 03 80 03 64 09 71 05 00 00 00 FF 06 16 00 05 31 05 03 01 1A 06 31 05 01 0A 00 5A 
2015-12-05 21:59:23.877 [DEBUG] [ApplicationCommandMessageClass:38  ]- NODE 11: Application Command Request (ALIVE:GET_CONFIGURATION)
2015-12-05 21:59:23.881 [DEBUG] [ApplicationCommandMessageClass:56  ]- NODE 11: Incoming command class MULTI_CMD
2015-12-05 21:59:23.884 [DEBUG] [.ZWaveMultiCommandCommandClass:60  ]- NODE 11: Received Multi-Command Request
2015-12-05 21:59:23.889 [DEBUG] [.ZWaveMultiCommandCommandClass:92  ]- NODE 11: Incoming command class BATTERY
2015-12-05 21:59:23.892 [DEBUG] [.ZWaveMultiCommandCommandClass:113 ]- NODE 11: Calling handleApplicationCommandRequest.
2015-12-05 21:59:23.895 [DEBUG] [i.p.c.ZWaveBatteryCommandClass:81  ]- NODE 11: Received Battery Request
2015-12-05 21:59:23.898 [DEBUG] [i.p.c.ZWaveBatteryCommandClass:96  ]- NODE 11: Battery report value = 100
2015-12-05 21:59:23.901 [DEBUG] [b.z.i.protocol.ZWaveController:635 ]- Notifying event listeners: ZWaveCommandClassValueEvent
2015-12-05 21:59:23.906 [DEBUG] [.z.internal.ZWaveActiveBinding:433 ]- ZwaveIncomingEvent
2015-12-05 21:59:23.910 [DEBUG] [.z.internal.ZWaveActiveBinding:450 ]- NODE 11: Got a value event from Z-Wave network, endpoint = 0, command class = BATTERY, value = 100
2015-12-05 21:59:23.915 [DEBUG] [.ZWaveMultiCommandCommandClass:92  ]- NODE 11: Incoming command class ALARM
2015-12-05 21:59:23.919 [DEBUG] [.ZWaveMultiCommandCommandClass:113 ]- NODE 11: Calling handleApplicationCommandRequest.
2015-12-05 21:59:23.923 [DEBUG] [z.i.p.c.ZWaveAlarmCommandClass:82  ]- NODE 11: Received Alarm Request
2015-12-05 21:59:23.926 [DEBUG] [z.i.p.c.ZWaveAlarmCommandClass:94  ]- NODE 11: Alarm report - Value = 0
2015-12-05 21:59:23.931 [DEBUG] [z.i.p.c.ZWaveAlarmCommandClass:112 ]- NODE 11: Alarm Type = General (0)
2015-12-05 21:59:23.935 [DEBUG] [b.z.i.protocol.ZWaveController:635 ]- Notifying event listeners: ZWaveAlarmValueEvent
2015-12-05 21:59:23.938 [DEBUG] [.z.internal.ZWaveActiveBinding:433 ]- ZwaveIncomingEvent
2015-12-05 21:59:23.941 [DEBUG] [.z.internal.ZWaveActiveBinding:450 ]- NODE 11: Got a value event from Z-Wave network, endpoint = 0, command class = ALARM, value = 0
2015-12-05 21:59:23.946 [DEBUG] [.ZWaveMultiCommandCommandClass:92  ]- NODE 11: Incoming command class SENSOR_MULTILEVEL
2015-12-05 21:59:23.950 [DEBUG] [.ZWaveMultiCommandCommandClass:113 ]- NODE 11: Calling handleApplicationCommandRequest.
2015-12-05 21:59:23.954 [DEBUG] [veMultiLevelSensorCommandClass:97  ]- NODE 11: Received Sensor Multi Level Request
2015-12-05 21:59:23.958 [DEBUG] [veMultiLevelSensorCommandClass:131 ]- NODE 11: Sensor Multi Level REPORT received
2015-12-05 21:59:23.961 [DEBUG] [veMultiLevelSensorCommandClass:141 ]- NODE 11: Sensor Type = Luminance(3), Scale = 0
2015-12-05 21:59:23.965 [DEBUG] [veMultiLevelSensorCommandClass:150 ]- NODE 11: Sensor Value = 26
2015-12-05 21:59:23.969 [DEBUG] [b.z.i.protocol.ZWaveController:635 ]- Notifying event listeners: ZWaveMultiLevelSensorValueEvent
2015-12-05 21:59:23.973 [DEBUG] [.z.internal.ZWaveActiveBinding:433 ]- ZwaveIncomingEvent
2015-12-05 21:59:23.977 [DEBUG] [.z.internal.ZWaveActiveBinding:450 ]- NODE 11: Got a value event from Z-Wave network, endpoint = 0, command class = SENSOR_MULTILEVEL, value = 26
2015-12-05 21:59:23.993 [DEBUG] [.ZWaveMultiCommandCommandClass:92  ]- NODE 11: Incoming command class SENSOR_MULTILEVEL
2015-12-05 21:59:23.997 [DEBUG] [.ZWaveMultiCommandCommandClass:113 ]- NODE 11: Calling handleApplicationCommandRequest.
2015-12-05 21:59:24.000 [DEBUG] [veMultiLevelSensorCommandClass:97  ]- NODE 11: Received Sensor Multi Level Request
2015-12-05 21:59:24.013 [DEBUG] [veMultiLevelSensorCommandClass:131 ]- NODE 11: Sensor Multi Level REPORT received
2015-12-05 21:59:24.017 [DEBUG] [veMultiLevelSensorCommandClass:141 ]- NODE 11: Sensor Type = Temperature(1), Scale = 1
2015-12-05 21:59:24.021 [DEBUG] [veMultiLevelSensorCommandClass:150 ]- NODE 11: Sensor Value = 9E+1
2015-12-05 21:59:24.034 [DEBUG] [b.z.i.protocol.ZWaveController:635 ]- Notifying event listeners: ZWaveMultiLevelSensorValueEvent
2015-12-05 21:59:24.038 [DEBUG] [.z.internal.ZWaveActiveBinding:433 ]- ZwaveIncomingEvent
2015-12-05 21:59:24.048 [DEBUG] [.z.internal.ZWaveActiveBinding:450 ]- NODE 11: Got a value event from Z-Wave network, endpoint = 0, command class = SENSOR_MULTILEVEL, value = 9E+1
2015-12-05 21:59:24.058 [DEBUG] [ApplicationCommandMessageClass:85  ]- Transaction not completed: node address inconsistent.
2015-12-05 21:59:24.102 [DEBUG] [eController$ZWaveReceiveThread:1481]- Receive Message = 01 24 00 04 00 0B 1E 8F 01 04 03 80 03 64 09 71 05 00 00 00 FF 06 17 00 05 31 05 03 01 1C 06 31 05 01 0A 00 5A 7B 
2015-12-05 21:59:24.146 [DEBUG] [b.z.i.protocol.ZWaveController:1163]- Receive queue TAKE: Length=0
2015-12-05 21:59:24.152 [DEBUG] [eController$ZWaveReceiveThread:1405]- Receive queue ADD: Length=0
2015-12-05 21:59:24.157 [DEBUG] [o.b.z.i.protocol.SerialMessage:233 ]- Assembled message buffer = 01 24 00 04 00 0B 1E 8F 01 04 03 80 03 64 09 71 05 00 00 00 FF 06 17 00 05 31 05 03 01 1C 06 31 05 01 0A 00 5A 7B 
2015-12-05 21:59:24.167 [DEBUG] [b.z.i.protocol.ZWaveController:1164]- Process Message = 01 24 00 04 00 0B 1E 8F 01 04 03 80 03 64 09 71 05 00 00 00 FF 06 17 00 05 31 05 03 01 1C 06 31 05 01 0A 00 5A 7B 
2015-12-05 21:59:24.199 [DEBUG] [b.z.i.protocol.ZWaveController:192 ]- Message: class = ApplicationCommandHandler (0x04), type = Request (0x00), payload = 00 0B 1E 8F 01 04 03 80 03 64 09 71 05 00 00 00 FF 06 17 00 05 31 05 03 01 1C 06 31 05 01 0A 00 5A 
2015-12-05 21:59:24.202 [DEBUG] [ApplicationCommandMessageClass:38  ]- NODE 11: Application Command Request (ALIVE:GET_CONFIGURATION)
2015-12-05 21:59:24.209 [DEBUG] [ApplicationCommandMessageClass:56  ]- NODE 11: Incoming command class MULTI_CMD
2015-12-05 21:59:24.229 [DEBUG] [.ZWaveMultiCommandCommandClass:60  ]- NODE 11: Received Multi-Command Request
2015-12-05 21:59:24.240 [DEBUG] [.ZWaveMultiCommandCommandClass:92  ]- NODE 11: Incoming command class BATTERY
2015-12-05 21:59:24.247 [DEBUG] [.ZWaveMultiCommandCommandClass:113 ]- NODE 11: Calling handleApplicationCommandRequest.
2015-12-05 21:59:24.264 [DEBUG] [i.p.c.ZWaveBatteryCommandClass:81  ]- NODE 11: Received Battery Request
2015-12-05 21:59:24.268 [DEBUG] [i.p.c.ZWaveBatteryCommandClass:96  ]- NODE 11: Battery report value = 100
2015-12-05 21:59:24.271 [DEBUG] [b.z.i.protocol.ZWaveController:635 ]- Notifying event listeners: ZWaveCommandClassValueEvent
2015-12-05 21:59:24.275 [DEBUG] [.z.internal.ZWaveActiveBinding:433 ]- ZwaveIncomingEvent
2015-12-05 21:59:24.279 [DEBUG] [.z.internal.ZWaveActiveBinding:450 ]- NODE 11: Got a value event from Z-Wave network, endpoint = 0, command class = BATTERY, value = 100
2015-12-05 21:59:24.290 [DEBUG] [.ZWaveMultiCommandCommandClass:92  ]- NODE 11: Incoming command class ALARM
2015-12-05 21:59:24.296 [DEBUG] [.ZWaveMultiCommandCommandClass:113 ]- NODE 11: Calling handleApplicationCommandRequest.
2015-12-05 21:59:24.303 [DEBUG] [z.i.p.c.ZWaveAlarmCommandClass:82  ]- NODE 11: Received Alarm Request
2015-12-05 21:59:24.307 [DEBUG] [z.i.p.c.ZWaveAlarmCommandClass:94  ]- NODE 11: Alarm report - Value = 0
2015-12-05 21:59:24.314 [DEBUG] [z.i.p.c.ZWaveAlarmCommandClass:112 ]- NODE 11: Alarm Type = General (0)
2015-12-05 21:59:24.318 [DEBUG] [b.z.i.protocol.ZWaveController:635 ]- Notifying event listeners: ZWaveAlarmValueEvent
2015-12-05 21:59:24.334 [DEBUG] [.z.internal.ZWaveActiveBinding:433 ]- ZwaveIncomingEvent
2015-12-05 21:59:24.338 [DEBUG] [.z.internal.ZWaveActiveBinding:450 ]- NODE 11: Got a value event from Z-Wave network, endpoint = 0, command class = ALARM, value = 0
2015-12-05 21:59:24.343 [DEBUG] [.ZWaveMultiCommandCommandClass:92  ]- NODE 11: Incoming command class SENSOR_MULTILEVEL
2015-12-05 21:59:24.346 [DEBUG] [.ZWaveMultiCommandCommandClass:113 ]- NODE 11: Calling handleApplicationCommandRequest.
2015-12-05 21:59:24.353 [DEBUG] [veMultiLevelSensorCommandClass:97  ]- NODE 11: Received Sensor Multi Level Request
2015-12-05 21:59:24.364 [DEBUG] [veMultiLevelSensorCommandClass:131 ]- NODE 11: Sensor Multi Level REPORT received
2015-12-05 21:59:24.368 [DEBUG] [veMultiLevelSensorCommandClass:141 ]- NODE 11: Sensor Type = Luminance(3), Scale = 0
2015-12-05 21:59:24.372 [DEBUG] [veMultiLevelSensorCommandClass:150 ]- NODE 11: Sensor Value = 28
2015-12-05 21:59:24.386 [DEBUG] [b.z.i.protocol.ZWaveController:635 ]- Notifying event listeners: ZWaveMultiLevelSensorValueEvent
2015-12-05 21:59:24.389 [DEBUG] [.z.internal.ZWaveActiveBinding:433 ]- ZwaveIncomingEvent
2015-12-05 21:59:24.393 [DEBUG] [.z.internal.ZWaveActiveBinding:450 ]- NODE 11: Got a value event from Z-Wave network, endpoint = 0, command class = SENSOR_MULTILEVEL, value = 28
2015-12-05 21:59:24.422 [DEBUG] [.ZWaveMultiCommandCommandClass:92  ]- NODE 11: Incoming command class SENSOR_MULTILEVEL
2015-12-05 21:59:24.432 [DEBUG] [.ZWaveMultiCommandCommandClass:113 ]- NODE 11: Calling handleApplicationCommandRequest.
2015-12-05 21:59:24.453 [DEBUG] [veMultiLevelSensorCommandClass:97  ]- NODE 11: Received Sensor Multi Level Request
2015-12-05 21:59:24.457 [DEBUG] [veMultiLevelSensorCommandClass:131 ]- NODE 11: Sensor Multi Level REPORT received
2015-12-05 21:59:24.464 [DEBUG] [veMultiLevelSensorCommandClass:141 ]- NODE 11: Sensor Type = Temperature(1), Scale = 1
2015-12-05 21:59:24.475 [DEBUG] [veMultiLevelSensorCommandClass:150 ]- NODE 11: Sensor Value = 9E+1
2015-12-05 21:59:24.491 [DEBUG] [b.z.i.protocol.ZWaveController:635 ]- Notifying event listeners: ZWaveMultiLevelSensorValueEvent
2015-12-05 21:59:24.503 [DEBUG] [.z.internal.ZWaveActiveBinding:433 ]- ZwaveIncomingEvent
2015-12-05 21:59:24.514 [DEBUG] [.z.internal.ZWaveActiveBinding:450 ]- NODE 11: Got a value event from Z-Wave network, endpoint = 0, command class = SENSOR_MULTILEVEL, value = 9E+1
2015-12-05 21:59:24.526 [DEBUG] [ApplicationCommandMessageClass:85  ]- Transaction not completed: node address inconsistent.
2015-12-05 21:59:26.024 [DEBUG] [eController$ZWaveReceiveThread:1481]- Receive Message = 01 06 00 49 81 00 00 31 
2015-12-05 21:59:26.030 [DEBUG] [b.z.i.protocol.ZWaveController:1163]- Receive queue TAKE: Length=0
2015-12-05 21:59:26.034 [DEBUG] [o.b.z.i.protocol.SerialMessage:233 ]- Assembled message buffer = 01 06 00 49 81 00 00 31 
2015-12-05 21:59:26.037 [DEBUG] [eController$ZWaveReceiveThread:1405]- Receive queue ADD: Length=0
2015-12-05 21:59:26.041 [DEBUG] [b.z.i.protocol.ZWaveController:1164]- Process Message = 01 06 00 49 81 00 00 31 
2015-12-05 21:59:26.045 [DEBUG] [b.z.i.protocol.ZWaveController:192 ]- Message: class = ApplicationUpdate (0x49), type = Request (0x00), payload = 81 00 00 
2015-12-05 21:59:26.049 [DEBUG] [.ApplicationUpdateMessageClass:112 ]- NODE 255: Application update request. Node Info Request Failed.
2015-12-05 21:59:26.055 [ERROR] [.ApplicationUpdateMessageClass:116 ]- NODE 255: Got Node Info Request Failed. Requeueing
2015-12-05 21:59:26.059 [DEBUG] [b.z.i.protocol.ZWaveController:620 ]- Enqueueing message. Queue length = 2
2015-12-05 21:59:26.063 [DEBUG] [.z.i.p.s.ZWaveCommandProcessor:63  ]- Sent message Message: class = RequestNodeInfo (0x60), type = Request (0x00), payload = 0B 
2015-12-05 21:59:26.068 [DEBUG] [.z.i.p.s.ZWaveCommandProcessor:64  ]- Recv message Message: class = ApplicationUpdate (0x49), type = Request (0x00), payload = 81 00 00 
2015-12-05 21:59:26.071 [DEBUG] [.z.i.p.s.ZWaveCommandProcessor:65  ]- Checking transaction complete: class=ApplicationUpdate, expected=ApplicationUpdate, cancelled=true
2015-12-05 21:59:26.121 [DEBUG] [z.internal.ZWaveNetworkMonitor:315 ]- Network Monitor: Queue length is 2 - deferring network monitor functions.
2015-12-05 21:59:26.164 [WARN ] [WaveController$ZWaveSendThread:1318]- NODE 255: Too many retries. Discarding message: Message: class = RequestNodeInfo (0x60), type = Request (0x00), payload = 0B 
2015-12-05 21:59:26.167 [DEBUG] [WaveController$ZWaveSendThread:1211]- Took message from queue for sending. Queue length = 1
2015-12-05 21:59:26.171 [DEBUG] [o.b.z.i.protocol.SerialMessage:233 ]- Assembled message buffer = 01 04 00 60 0B 90 
2015-12-05 21:59:26.175 [DEBUG] [WaveController$ZWaveSendThread:1268]- NODE 255: Sending REQUEST Message = 01 04 00 60 0B 90 
2015-12-05 21:59:26.188 [DEBUG] [eController$ZWaveReceiveThread:1481]- Receive Message = 01 04 01 60 01 9B 
2015-12-05 21:59:26.193 [DEBUG] [b.z.i.protocol.ZWaveController:1163]- Receive queue TAKE: Length=0
2015-12-05 21:59:26.197 [DEBUG] [o.b.z.i.protocol.SerialMessage:233 ]- Assembled message buffer = 01 04 01 60 01 9B 
2015-12-05 21:59:26.200 [DEBUG] [eController$ZWaveReceiveThread:1405]- Receive queue ADD: Length=0
2015-12-05 21:59:26.205 [DEBUG] [b.z.i.protocol.ZWaveController:1164]- Process Message = 01 04 01 60 01 9B 
2015-12-05 21:59:26.209 [DEBUG] [b.z.i.protocol.ZWaveController:192 ]- Message: class = RequestNodeInfo (0x60), type = Response (0x01), payload = 01 
2015-12-05 21:59:26.213 [DEBUG] [.s.RequestNodeInfoMessageClass:38  ]- Request node info successfully placed on stack.
2015-12-05 21:59:26.218 [DEBUG] [.z.i.p.s.ZWaveCommandProcessor:63  ]- Sent message Message: class = RequestNodeInfo (0x60), type = Request (0x00), payload = 0B 
2015-12-05 21:59:26.222 [DEBUG] [.z.i.p.s.ZWaveCommandProcessor:64  ]- Recv message Message: class = RequestNodeInfo (0x60), type = Response (0x01), payload = 01 
2015-12-05 21:59:26.226 [DEBUG] [.z.i.p.s.ZWaveCommandProcessor:65  ]- Checking transaction complete: class=RequestNodeInfo, expected=ApplicationUpdate, cancelled=false
2015-12-05 21:59:28.301 [DEBUG] [eController$ZWaveReceiveThread:1481]- Receive Message = 01 10 00 04 00 0B 0A 8F 01 01 06 31 05 01 0A 00 59 05 
2015-12-05 21:59:28.308 [DEBUG] [b.z.i.protocol.ZWaveController:1163]- Receive queue TAKE: Length=0
2015-12-05 21:59:28.313 [DEBUG] [eController$ZWaveReceiveThread:1405]- Receive queue ADD: Length=0
2015-12-05 21:59:28.316 [DEBUG] [o.b.z.i.protocol.SerialMessage:233 ]- Assembled message buffer = 01 10 00 04 00 0B 0A 8F 01 01 06 31 05 01 0A 00 59 05 
2015-12-05 21:59:28.323 [DEBUG] [b.z.i.protocol.ZWaveController:1164]- Process Message = 01 10 00 04 00 0B 0A 8F 01 01 06 31 05 01 0A 00 59 05 
2015-12-05 21:59:28.329 [DEBUG] [b.z.i.protocol.ZWaveController:192 ]- Message: class = ApplicationCommandHandler (0x04), type = Request (0x00), payload = 00 0B 0A 8F 01 01 06 31 05 01 0A 00 59 
2015-12-05 21:59:28.332 [DEBUG] [ApplicationCommandMessageClass:38  ]- NODE 11: Application Command Request (ALIVE:GET_CONFIGURATION)
2015-12-05 21:59:28.336 [DEBUG] [ApplicationCommandMessageClass:56  ]- NODE 11: Incoming command class MULTI_CMD
2015-12-05 21:59:28.340 [DEBUG] [.ZWaveMultiCommandCommandClass:60  ]- NODE 11: Received Multi-Command Request
2015-12-05 21:59:28.343 [DEBUG] [.ZWaveMultiCommandCommandClass:92  ]- NODE 11: Incoming command class SENSOR_MULTILEVEL
2015-12-05 21:59:28.347 [DEBUG] [.ZWaveMultiCommandCommandClass:113 ]- NODE 11: Calling handleApplicationCommandRequest.
2015-12-05 21:59:28.350 [DEBUG] [veMultiLevelSensorCommandClass:97  ]- NODE 11: Received Sensor Multi Level Request
2015-12-05 21:59:28.352 [DEBUG] [veMultiLevelSensorCommandClass:131 ]- NODE 11: Sensor Multi Level REPORT received
2015-12-05 21:59:28.356 [DEBUG] [veMultiLevelSensorCommandClass:141 ]- NODE 11: Sensor Type = Temperature(1), Scale = 1
2015-12-05 21:59:28.359 [DEBUG] [veMultiLevelSensorCommandClass:150 ]- NODE 11: Sensor Value = 89
2015-12-05 21:59:28.363 [DEBUG] [b.z.i.protocol.ZWaveController:635 ]- Notifying event listeners: ZWaveMultiLevelSensorValueEvent
2015-12-05 21:59:28.366 [DEBUG] [.z.internal.ZWaveActiveBinding:433 ]- ZwaveIncomingEvent
2015-12-05 21:59:28.369 [DEBUG] [.z.internal.ZWaveActiveBinding:450 ]- NODE 11: Got a value event from Z-Wave network, endpoint = 0, command class = SENSOR_MULTILEVEL, value = 89
2015-12-05 21:59:28.385 [DEBUG] [ApplicationCommandMessageClass:85  ]- Transaction not completed: node address inconsistent.
2015-12-05 21:59:31.181 [WARN ] [WaveController$ZWaveSendThread:1318]- NODE 255: Too many retries. Discarding message: Message: class = RequestNodeInfo (0x60), type = Request (0x00), payload = 0B 
2015-12-05 21:59:31.184 [DEBUG] [WaveController$ZWaveSendThread:1211]- Took message from queue for sending. Queue length = 0
2015-12-05 21:59:31.188 [DEBUG] [o.b.z.i.protocol.SerialMessage:233 ]- Assembled message buffer = 01 04 00 60 0B 90 
2015-12-05 21:59:31.192 [DEBUG] [WaveController$ZWaveSendThread:1268]- NODE 255: Sending REQUEST Message = 01 04 00 60 0B 90 
2015-12-05 21:59:31.204 [DEBUG] [eController$ZWaveReceiveThread:1481]- Receive Message = 01 04 01 60 01 9B 
2015-12-05 21:59:31.209 [DEBUG] [b.z.i.protocol.ZWaveController:1163]- Receive queue TAKE: Length=0
2015-12-05 21:59:31.213 [DEBUG] [o.b.z.i.protocol.SerialMessage:233 ]- Assembled message buffer = 01 04 01 60 01 9B 
2015-12-05 21:59:31.217 [DEBUG] [eController$ZWaveReceiveThread:1405]- Receive queue ADD: Length=0
2015-12-05 21:59:31.221 [DEBUG] [b.z.i.protocol.ZWaveController:1164]- Process Message = 01 04 01 60 01 9B 
2015-12-05 21:59:31.225 [DEBUG] [b.z.i.protocol.ZWaveController:192 ]- Message: class = RequestNodeInfo (0x60), type = Response (0x01), payload = 01 
2015-12-05 21:59:31.228 [DEBUG] [.s.RequestNodeInfoMessageClass:38  ]- Request node info successfully placed on stack.
2015-12-05 21:59:31.232 [DEBUG] [.z.i.p.s.ZWaveCommandProcessor:63  ]- Sent message Message: class = RequestNodeInfo (0x60), type = Request (0x00), payload = 0B 
2015-12-05 21:59:31.236 [DEBUG] [.z.i.p.s.ZWaveCommandProcessor:64  ]- Recv message Message: class = RequestNodeInfo (0x60), type = Response (0x01), payload = 01 
2015-12-05 21:59:31.239 [DEBUG] [.z.i.p.s.ZWaveCommandProcessor:65  ]- Checking transaction complete: class=RequestNodeInfo, expected=ApplicationUpdate, cancelled=false
2015-12-05 21:59:31.244 [DEBUG] [eController$ZWaveReceiveThread:1481]- Receive Message = 01 06 00 49 81 00 00 31 
2015-12-05 21:59:31.250 [DEBUG] [b.z.i.protocol.ZWaveController:1163]- Receive queue TAKE: Length=0
2015-12-05 21:59:31.254 [DEBUG] [o.b.z.i.protocol.SerialMessage:233 ]- Assembled message buffer = 01 06 00 49 81 00 00 31 
2015-12-05 21:59:31.257 [DEBUG] [eController$ZWaveReceiveThread:1405]- Receive queue ADD: Length=0
2015-12-05 21:59:31.261 [DEBUG] [b.z.i.protocol.ZWaveController:1164]- Process Message = 01 06 00 49 81 00 00 31 
2015-12-05 21:59:31.264 [DEBUG] [b.z.i.protocol.ZWaveController:192 ]- Message: class = ApplicationUpdate (0x49), type = Request (0x00), payload = 81 00 00 
2015-12-05 21:59:31.268 [DEBUG] [.ApplicationUpdateMessageClass:112 ]- NODE 255: Application update request. Node Info Request Failed.
2015-12-05 21:59:31.272 [WARN ] [.ApplicationUpdateMessageClass:120 ]- NODE 255: Node Info Request Failed 3x. Discarding message: Message: class = RequestNodeInfo (0x60), type = Request (0x00), payload = 0B 
2015-12-05 21:59:31.276 [DEBUG] [.z.i.p.s.ZWaveCommandProcessor:63  ]- Sent message Message: class = RequestNodeInfo (0x60), type = Request (0x00), payload = 0B 
2015-12-05 21:59:31.282 [DEBUG] [.z.i.p.s.ZWaveCommandProcessor:64  ]- Recv message Message: class = ApplicationUpdate (0x49), type = Request (0x00), payload = 81 00 00 
2015-12-05 21:59:31.285 [DEBUG] [.z.i.p.s.ZWaveCommandProcessor:65  ]- Checking transaction complete: class=ApplicationUpdate, expected=ApplicationUpdate, cancelled=true
2015-12-05 21:59:34.392 [DEBUG] [eController$ZWaveReceiveThread:1481]- Receive Message = 01 24 00 04 00 0B 1E 8F 01 04 03 80 03 64 09 71 05 00 00 00 FF 06 16 00 05 31 05 03 01 0F 06 31 05 01 0A 00 59 6A 
2015-12-05 21:59:34.403 [DEBUG] [b.z.i.protocol.ZWaveController:1163]- Receive queue TAKE: Length=0
2015-12-05 21:59:34.411 [DEBUG] [o.b.z.i.protocol.SerialMessage:233 ]- Assembled message buffer = 01 24 00 04 00 0B 1E 8F 01 04 03 80 03 64 09 71 05 00 00 00 FF 06 16 00 05 31 05 03 01 0F 06 31 05 01 0A 00 59 6A 
2015-12-05 21:59:34.414 [DEBUG] [eController$ZWaveReceiveThread:1405]- Receive queue ADD: Length=0
2015-12-05 21:59:34.422 [DEBUG] [b.z.i.protocol.ZWaveController:1164]- Process Message = 01 24 00 04 00 0B 1E 8F 01 04 03 80 03 64 09 71 05 00 00 00 FF 06 16 00 05 31 05 03 01 0F 06 31 05 01 0A 00 59 6A 
2015-12-05 21:59:34.429 [DEBUG] [b.z.i.protocol.ZWaveController:192 ]- Message: class = ApplicationCommandHandler (0x04), type = Request (0x00), payload = 00 0B 1E 8F 01 04 03 80 03 64 09 71 05 00 00 00 FF 06 16 00 05 31 05 03 01 0F 06 31 05 01 0A 00 59 
2015-12-05 21:59:34.432 [DEBUG] [ApplicationCommandMessageClass:38  ]- NODE 11: Application Command Request (ALIVE:GET_CONFIGURATION)
2015-12-05 21:59:34.436 [DEBUG] [ApplicationCommandMessageClass:56  ]- NODE 11: Incoming command class MULTI_CMD
2015-12-05 21:59:34.439 [DEBUG] [.ZWaveMultiCommandCommandClass:60  ]- NODE 11: Received Multi-Command Request
2015-12-05 21:59:34.442 [DEBUG] [.ZWaveMultiCommandCommandClass:92  ]- NODE 11: Incoming command class BATTERY
2015-12-05 21:59:34.448 [DEBUG] [.ZWaveMultiCommandCommandClass:113 ]- NODE 11: Calling handleApplicationCommandRequest.
2015-12-05 21:59:34.452 [DEBUG] [i.p.c.ZWaveBatteryCommandClass:81  ]- NODE 11: Received Battery Request
2015-12-05 21:59:34.457 [DEBUG] [i.p.c.ZWaveBatteryCommandClass:96  ]- NODE 11: Battery report value = 100
2015-12-05 21:59:34.461 [DEBUG] [b.z.i.protocol.ZWaveController:635 ]- Notifying event listeners: ZWaveCommandClassValueEvent
2015-12-05 21:59:34.464 [DEBUG] [.z.internal.ZWaveActiveBinding:433 ]- ZwaveIncomingEvent
2015-12-05 21:59:34.468 [DEBUG] [.z.internal.ZWaveActiveBinding:450 ]- NODE 11: Got a value event from Z-Wave network, endpoint = 0, command class = BATTERY, value = 100
2015-12-05 21:59:34.473 [DEBUG] [.ZWaveMultiCommandCommandClass:92  ]- NODE 11: Incoming command class ALARM
2015-12-05 21:59:34.476 [DEBUG] [.ZWaveMultiCommandCommandClass:113 ]- NODE 11: Calling handleApplicationCommandRequest.
2015-12-05 21:59:34.480 [DEBUG] [z.i.p.c.ZWaveAlarmCommandClass:82  ]- NODE 11: Received Alarm Request
2015-12-05 21:59:34.484 [DEBUG] [z.i.p.c.ZWaveAlarmCommandClass:94  ]- NODE 11: Alarm report - Value = 0
2015-12-05 21:59:34.487 [DEBUG] [z.i.p.c.ZWaveAlarmCommandClass:112 ]- NODE 11: Alarm Type = General (0)
2015-12-05 21:59:34.492 [DEBUG] [b.z.i.protocol.ZWaveController:635 ]- Notifying event listeners: ZWaveAlarmValueEvent
2015-12-05 21:59:34.495 [DEBUG] [.z.internal.ZWaveActiveBinding:433 ]- ZwaveIncomingEvent
2015-12-05 21:59:34.499 [DEBUG] [.z.internal.ZWaveActiveBinding:450 ]- NODE 11: Got a value event from Z-Wave network, endpoint = 0, command class = ALARM, value = 0
2015-12-05 21:59:34.503 [DEBUG] [.ZWaveMultiCommandCommandClass:92  ]- NODE 11: Incoming command class SENSOR_MULTILEVEL
2015-12-05 21:59:34.506 [DEBUG] [.ZWaveMultiCommandCommandClass:113 ]- NODE 11: Calling handleApplicationCommandRequest.
2015-12-05 21:59:34.510 [DEBUG] [veMultiLevelSensorCommandClass:97  ]- NODE 11: Received Sensor Multi Level Request
2015-12-05 21:59:34.514 [DEBUG] [veMultiLevelSensorCommandClass:131 ]- NODE 11: Sensor Multi Level REPORT received
2015-12-05 21:59:34.518 [DEBUG] [veMultiLevelSensorCommandClass:141 ]- NODE 11: Sensor Type = Luminance(3), Scale = 0
2015-12-05 21:59:34.522 [DEBUG] [veMultiLevelSensorCommandClass:150 ]- NODE 11: Sensor Value = 15
2015-12-05 21:59:34.526 [DEBUG] [b.z.i.protocol.ZWaveController:635 ]- Notifying event listeners: ZWaveMultiLevelSensorValueEvent
2015-12-05 21:59:34.529 [DEBUG] [.z.internal.ZWaveActiveBinding:433 ]- ZwaveIncomingEvent
2015-12-05 21:59:34.533 [DEBUG] [.z.internal.ZWaveActiveBinding:450 ]- NODE 11: Got a value event from Z-Wave network, endpoint = 0, command class = SENSOR_MULTILEVEL, value = 15
2015-12-05 21:59:34.545 [DEBUG] [.ZWaveMultiCommandCommandClass:92  ]- NODE 11: Incoming command class SENSOR_MULTILEVEL
2015-12-05 21:59:34.552 [DEBUG] [.ZWaveMultiCommandCommandClass:113 ]- NODE 11: Calling handleApplicationCommandRequest.
2015-12-05 21:59:34.556 [DEBUG] [veMultiLevelSensorCommandClass:97  ]- NODE 11: Received Sensor Multi Level Request
2015-12-05 21:59:34.564 [DEBUG] [veMultiLevelSensorCommandClass:131 ]- NODE 11: Sensor Multi Level REPORT received
2015-12-05 21:59:34.568 [DEBUG] [veMultiLevelSensorCommandClass:141 ]- NODE 11: Sensor Type = Temperature(1), Scale = 1
2015-12-05 21:59:34.588 [DEBUG] [veMultiLevelSensorCommandClass:150 ]- NODE 11: Sensor Value = 89
2015-12-05 21:59:34.592 [DEBUG] [b.z.i.protocol.ZWaveController:635 ]- Notifying event listeners: ZWaveMultiLevelSensorValueEvent
2015-12-05 21:59:34.604 [DEBUG] [.z.internal.ZWaveActiveBinding:433 ]- ZwaveIncomingEvent
2015-12-05 21:59:34.607 [DEBUG] [.z.internal.ZWaveActiveBinding:450 ]- NODE 11: Got a value event from Z-Wave network, endpoint = 0, command class = SENSOR_MULTILEVEL, value = 89
2015-12-05 21:59:34.613 [DEBUG] [ApplicationCommandMessageClass:85  ]- Transaction not completed: node address inconsistent.
2015-12-05 21:59:36.071 [DEBUG] [eController$ZWaveReceiveThread:1481]- Receive Message = 01 06 00 49 81 00 00 31 
2015-12-05 21:59:36.077 [DEBUG] [b.z.i.protocol.ZWaveController:1163]- Receive queue TAKE: Length=0
2015-12-05 21:59:36.082 [DEBUG] [eController$ZWaveReceiveThread:1405]- Receive queue ADD: Length=0
2015-12-05 21:59:36.086 [DEBUG] [o.b.z.i.protocol.SerialMessage:233 ]- Assembled message buffer = 01 06 00 49 81 00 00 31 
2015-12-05 21:59:36.090 [DEBUG] [b.z.i.protocol.ZWaveController:1164]- Process Message = 01 06 00 49 81 00 00 31 
2015-12-05 21:59:36.095 [DEBUG] [b.z.i.protocol.ZWaveController:192 ]- Message: class = ApplicationUpdate (0x49), type = Request (0x00), payload = 81 00 00 
2015-12-05 21:59:36.098 [DEBUG] [.ApplicationUpdateMessageClass:112 ]- NODE 255: Application update request. Node Info Request Failed.
2015-12-05 21:59:36.102 [WARN ] [.ApplicationUpdateMessageClass:120 ]- NODE 255: Node Info Request Failed 3x. Discarding message: Message: class = RequestNodeInfo (0x60), type = Request (0x00), payload = 0B 
2015-12-05 21:59:36.106 [DEBUG] [.z.i.p.s.ZWaveCommandProcessor:63  ]- Sent message Message: class = RequestNodeInfo (0x60), type = Request (0x00), payload = 0B 
2015-12-05 21:59:36.110 [DEBUG] [.z.i.p.s.ZWaveCommandProcessor:64  ]- Recv message Message: class = ApplicationUpdate (0x49), type = Request (0x00), payload = 81 00 00 
2015-12-05 21:59:36.114 [DEBUG] [.z.i.p.s.ZWaveCommandProcessor:65  ]- Checking transaction complete: class=ApplicationUpdate, expected=ApplicationUpdate, cancelled=true
2015-12-05 21:59:36.197 [WARN ] [WaveController$ZWaveSendThread:1318]- NODE 255: Too many retries. Discarding message: Message: class = RequestNodeInfo (0x60), type = Request (0x00), payload = 0B

There is an Parameter in the node configuration to turn off the “Basic Command Off” message, did you check this?
However, you could set the response command from the notification class to sensor binary class in the node configuration. This makes the “respond_to_basic=TRUE” unnecessary and ignores the Basic Command Off" paramete.

Thanks for your reply.

There is an Parameter in the node configuration to turn off the “Basic Command Off” message, did you check this?

do you mean to change the value for “Basic Set Level” to zero?

However, you could set the response command from the notification class to sensor binary class in the node configuration. This makes the “respond_to_basic=TRUE” unnecessary and ignores the Basic Command Off" parameter.

Sorry, I am not sure how to implement this.

dampfnudel, i got the same problem. I resolved it by changing how donald suggested. You need to change the configuration parameters by using for example habmin.

Set parameter 7 to 20 to set first and fourth bit ( Bit4: Notification Type,
0: Using Notification Report.
1: Using Sensor Binary Report. ) to 1.

Maybe Donald could explaing the difference between Notification Report and Binary Report, since i couldnt get the door sensor get to work with notification report.

1 Like

Here is my configuration, important is Parameter 7 as Mpower said. The notification report is a different command class witch is not supportet by openhab, yet. If you don’t get the close notification check Paramater 7 Bit0 to be disabled. Tthere is a function “Disable send out BASIC OFF after door closed. (1:Disable, 0:Enable)” However, the value 20 for Paramter 7 includes the correct Bit.

1 Like

@donald @Mpower Thanks guys. It works with this configuration!

@chris Do you think this could be a problem with the binding or openhab?

I’m not sure - can you delete the XML file for the node, then restart and provide the debug log when this node starts - I want to see this right from the beginning up to the point at which the node completes initialisation.

@chris

Here you go (just now included):

2015-12-14 21:29:09.442 [DEBUG] [eController$ZWaveReceiveThread:1481]- Receive Message = 01 10 00 04 00 0F 0A 8F 01 01 06 31 05 01 0A 00 45 1D 
2015-12-14 21:29:09.452 [DEBUG] [b.z.i.protocol.ZWaveController:1163]- Receive queue TAKE: Length=0
2015-12-14 21:29:09.457 [DEBUG] [eController$ZWaveReceiveThread:1405]- Receive queue ADD: Length=0
2015-12-14 21:29:09.461 [DEBUG] [o.b.z.i.protocol.SerialMessage:233 ]- Assembled message buffer = 01 10 00 04 00 0F 0A 8F 01 01 06 31 05 01 0A 00 45 1D 
2015-12-14 21:29:09.470 [DEBUG] [b.z.i.protocol.ZWaveController:1164]- Process Message = 01 10 00 04 00 0F 0A 8F 01 01 06 31 05 01 0A 00 45 1D 
2015-12-14 21:29:09.477 [DEBUG] [b.z.i.protocol.ZWaveController:192 ]- Message: class = ApplicationCommandHandler (0x04), type = Request (0x00), payload = 00 0F 0A 8F 01 01 06 31 05 01 0A 00 45 
2015-12-14 21:29:09.481 [DEBUG] [ApplicationCommandMessageClass:38  ]- NODE 15: Application Command Request (ALIVE:PING)
2015-12-14 21:29:09.486 [DEBUG] [ApplicationCommandMessageClass:56  ]- NODE 15: Incoming command class MULTI_CMD
2015-12-14 21:29:09.490 [DEBUG] [ApplicationCommandMessageClass:62  ]- NODE 15: Command class MULTI_CMD not found, trying to add it.
2015-12-14 21:29:09.494 [DEBUG] [.o.b.z.i.p.c.ZWaveCommandClass:224 ]- NODE 15: Creating new instance of command class MULTI_CMD
2015-12-14 21:29:09.499 [DEBUG] [ApplicationCommandMessageClass:68  ]- NODE 15: Adding command class MULTI_CMD
2015-12-14 21:29:09.503 [DEBUG] [.z.internal.protocol.ZWaveNode:560 ]- NODE 15: Adding command class MULTI_CMD to the list of supported command classes.
2015-12-14 21:29:09.507 [DEBUG] [.ZWaveMultiCommandCommandClass:60  ]- NODE 15: Received Multi-Command Request
2015-12-14 21:29:09.511 [DEBUG] [.ZWaveMultiCommandCommandClass:92  ]- NODE 15: Incoming command class SENSOR_MULTILEVEL
2015-12-14 21:29:09.515 [DEBUG] [.ZWaveMultiCommandCommandClass:98  ]- NODE 15: Command class SENSOR_MULTILEVEL not found, trying to add it.
2015-12-14 21:29:09.520 [DEBUG] [.o.b.z.i.p.c.ZWaveCommandClass:224 ]- NODE 15: Creating new instance of command class SENSOR_MULTILEVEL
2015-12-14 21:29:09.532 [DEBUG] [.ZWaveMultiCommandCommandClass:104 ]- NODE 15: Adding command class %s
2015-12-14 21:29:09.542 [DEBUG] [.z.internal.protocol.ZWaveNode:560 ]- NODE 15: Adding command class SENSOR_MULTILEVEL to the list of supported command classes.
2015-12-14 21:29:09.550 [DEBUG] [.ZWaveMultiCommandCommandClass:113 ]- NODE 15: Calling handleApplicationCommandRequest.
2015-12-14 21:29:09.560 [DEBUG] [veMultiLevelSensorCommandClass:97  ]- NODE 15: Received Sensor Multi Level Request
2015-12-14 21:29:09.568 [DEBUG] [veMultiLevelSensorCommandClass:131 ]- NODE 15: Sensor Multi Level REPORT received
2015-12-14 21:29:09.577 [DEBUG] [veMultiLevelSensorCommandClass:180 ]- NODE 15: Adding new sensor Type = Temperature(1)
2015-12-14 21:29:09.585 [DEBUG] [veMultiLevelSensorCommandClass:141 ]- NODE 15: Sensor Type = Temperature(1), Scale = 1
2015-12-14 21:29:09.594 [DEBUG] [veMultiLevelSensorCommandClass:150 ]- NODE 15: Sensor Value = 69
2015-12-14 21:29:09.603 [DEBUG] [b.z.i.protocol.ZWaveController:635 ]- Notifying event listeners: ZWaveMultiLevelSensorValueEvent
2015-12-14 21:29:09.613 [DEBUG] [.z.internal.ZWaveActiveBinding:433 ]- ZwaveIncomingEvent
2015-12-14 21:29:09.621 [DEBUG] [.z.internal.ZWaveActiveBinding:450 ]- NODE 15: Got a value event from Z-Wave network, endpoint = 0, command class = SENSOR_MULTILEVEL, value = 69
2015-12-14 21:29:09.632 [WARN ] [.z.internal.ZWaveActiveBinding:467 ]- NODE 15: No item bound for event, endpoint = 0, command class = SENSOR_MULTILEVEL, value = 69, ignoring.
2015-12-14 21:29:09.641 [DEBUG] [ApplicationCommandMessageClass:85  ]- Transaction not completed: node address inconsistent.

Does anyone know if the Z110 supports PIR ?

The ZWave documentation sais no (only Z120 supports PIR but no door), but the binding includes PIR settings.

The documentation also describes the firmware update process. I assume the Original DLINK Hub is needed to update firmware? Does anyone know if an update is available ?

Thanks !

I would suspect the documentation is correct, and we’ve just added the 120. This probably should be fixed in the database…

1 Like

Hi everyone.

I have the same sensors and I just tried installing them for the first time. I am running openhab on a raspberry and habmin does not seem to recognize the sensor properly.
Although it has the green dot and shows as connected, I do not have any configuration parameters and it is just called Manufacturer: 264 [ID:e,Type:2]

@Nick: I would suggest to download the latest Z-Wave-Jar from Cloudbees. I did the same and it is working fine.

@mawa: I guess there is a PIR Sensor. I changed the PIR Sensitivity from 0 to 80 and it is giving response.

1 Like

@Nick
had the same issue. The Openhab 1.7.1 ZWave binding has no support for this sensor. Use the current Cloudbee 1.8. snapshot addon and Openhab will recognize the Z110 properly
https://openhab.ci.cloudbees.com

Btw: I had massive lags and resposne issues with ZWAVE on the Raspberry 1/2 (using the Z-Wave ZME_UZB1), probaby related to this: https://github.com/openhab/openhab/issues/1564

I’m now using Openhab on a Cubietruck (booting from SATA SSD) and it works like a charm.

@dampfnudel

I tried changing the sensitivity value, but after wakeup the value is set back to 0. Maybe I need to set another config value?
Could you post a Screenshot of your habmin settings?

Thanks !

Ok, I downloaded the 1.8 snapshot binding. I assume I have to remove the 1.7.1 binding from the addons folder and remove the “Snapshot” part of the name?

Renaming is not necessary, just remove the 1.71 binding

@mawa I have the same problem :frowning:

@chris is it possible that this is a problem with the binding?

Great, it works (somehow)

While looking through the configuration parameters, I have to admit I did not fully understand the values in 5,6 and 7.
Can someone explain to me, or point me to a source where I can find out about the “Bit” thing and how that transates into the values I have to set?

Thanks again! You´ve been great help!