Hi @TeeVee,
I tried your work around. Thanks to Habmin 2, I have set parameter 1 to 32 (parameter 2 was already set to 15). After a forced wake up (triple button), the sensor_binary
and general_alarm
channels have been updated to ON, but they keep always ON
(see my zwave logs).
2016-12-28 23:24:59.218 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 38: Processing config_25_1 len=3
2016-12-28 23:24:59.218 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 38: Processing config_25_1 - id = '25'
2016-12-28 23:24:59.218 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 38: Processing group_org.openhab.binding.zwave.internal.protocol.ZWaveAssociationGroup@155eb1a2
2016-12-28 23:24:59.218 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 38: Processing group_org.openhab.binding.zwave.internal.protocol.ZWaveAssociationGroup@1120d08d
2016-12-28 23:24:59.219 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 38: Got an event from Z-Wave network: ZWaveTransactionCompletedEvent
2016-12-28 23:24:59.219 [DEBUG] [ocol.ZWaveController$ZWaveSendThread] - NODE 38: Response processed after 55ms/4870ms.
2016-12-28 23:24:59.219 [DEBUG] [ing.zwave.handler.ZWaveSerialHandler] - NODE 38: Sending REQUEST Message = 01 09 00 13 26 02 30 02 25 28 FE
2016-12-28 23:24:59.228 [DEBUG] [l.serialmessage.SendDataMessageClass] - NODE 38: Sent Data successfully placed on stack.
2016-12-28 23:24:59.249 [DEBUG] [l.serialmessage.SendDataMessageClass] - NODE 38: SendData Request. CallBack ID = 40, Status = Transmission complete and ACK received(0)
2016-12-28 23:24:59.249 [DEBUG] [alization.ZWaveNodeInitStageAdvancer] - NODE 38: Starting initialisation from DONE
2016-12-28 23:24:59.262 [DEBUG] [ssage.ApplicationCommandMessageClass] - NODE 38: Application Command Request (ALIVE:DONE)
2016-12-28 23:24:59.263 [DEBUG] [alization.ZWaveNodeInitStageAdvancer] - NODE 38: Starting initialisation from DONE
2016-12-28 23:24:59.263 [DEBUG] [ssage.ApplicationCommandMessageClass] - NODE 38: Incoming command class SENSOR_BINARY
2016-12-28 23:24:59.263 [DEBUG] [dclass.ZWaveBinarySensorCommandClass] - NODE 38: Received SENSOR_BINARY command V1
2016-12-28 23:24:59.263 [DEBUG] [dclass.ZWaveBinarySensorCommandClass] - NODE 38: Sensor Binary report, type=Unknown, value=255
2016-12-28 23:24:59.263 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 38: Got an event from Z-Wave network: ZWaveBinarySensorValueEvent
2016-12-28 23:24:59.263 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 38: Got a value event from Z-Wave network, endpoint = 0, command class = SENSOR_BINARY, value = 255
2016-12-28 23:24:59.263 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 38: Updating channel state zwave:device:e663edc3:node38:sensor_binary to ON [OnOffType]
2016-12-28 23:24:59.265 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 38: Got an event from Z-Wave network: ZWaveTransactionCompletedEvent
2016-12-28 23:24:59.265 [DEBUG] [ocol.ZWaveController$ZWaveSendThread] - NODE 38: Response processed after 45ms/4870ms.
2016-12-28 23:24:59.266 [DEBUG] [ing.zwave.handler.ZWaveSerialHandler] - NODE 38: Sending REQUEST Message = 01 0B 00 13 26 04 31 04 01 00 25 29 FD
2016-12-28 23:24:59.275 [DEBUG] [l.serialmessage.SendDataMessageClass] - NODE 38: Sent Data successfully placed on stack.
2016-12-28 23:24:59.296 [DEBUG] [l.serialmessage.SendDataMessageClass] - NODE 38: SendData Request. CallBack ID = 41, Status = Transmission complete and ACK received(0)
2016-12-28 23:24:59.296 [DEBUG] [alization.ZWaveNodeInitStageAdvancer] - NODE 38: Starting initialisation from DONE
2016-12-28 23:24:59.310 [DEBUG] [ssage.ApplicationCommandMessageClass] - NODE 38: Application Command Request (ALIVE:DONE)
2016-12-28 23:24:59.310 [DEBUG] [alization.ZWaveNodeInitStageAdvancer] - NODE 38: Starting initialisation from DONE
2016-12-28 23:24:59.310 [DEBUG] [ssage.ApplicationCommandMessageClass] - NODE 38: Incoming command class SENSOR_MULTILEVEL
2016-12-28 23:24:59.311 [DEBUG] [ss.ZWaveMultiLevelSensorCommandClass] - NODE 38: Received COMMAND_CLASS_SENSOR_MULTILEVEL command V8
2016-12-28 23:24:59.311 [DEBUG] [ss.ZWaveMultiLevelSensorCommandClass] - NODE 38: Sensor Multi Level REPORT received
2016-12-28 23:24:59.311 [DEBUG] [ss.ZWaveMultiLevelSensorCommandClass] - NODE 38: Sensor Type = Temperature(1), Scale = 0
2016-12-28 23:24:59.311 [DEBUG] [ss.ZWaveMultiLevelSensorCommandClass] - NODE 38: Sensor Value = 21.2
2016-12-28 23:24:59.311 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 38: Got an event from Z-Wave network: ZWaveMultiLevelSensorValueEvent
2016-12-28 23:24:59.311 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 38: Got a value event from Z-Wave network, endpoint = 0, command class = SENSOR_MULTILEVEL, value = 21.2
2016-12-28 23:24:59.311 [DEBUG] [erter.ZWaveMultiLevelSensorConverter] - NODE 38: Sensor is reporting scale 0, requiring conversion to 0. Value is now 21.2.
2016-12-28 23:24:59.311 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 38: Updating channel state zwave:device:e663edc3:node38:sensor_temperature to 21.2 [DecimalType]
2016-12-28 23:24:59.313 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 38: Got an event from Z-Wave network: ZWaveTransactionCompletedEvent
2016-12-28 23:24:59.313 [DEBUG] [ocol.ZWaveController$ZWaveSendThread] - NODE 38: Response processed after 45ms/4870ms.
2016-12-28 23:24:59.313 [DEBUG] [ing.zwave.handler.ZWaveSerialHandler] - NODE 38: Sending REQUEST Message = 01 0B 00 13 26 04 31 04 19 00 25 2A E6
2016-12-28 23:24:59.322 [DEBUG] [l.serialmessage.SendDataMessageClass] - NODE 38: Sent Data successfully placed on stack.
2016-12-28 23:24:59.343 [DEBUG] [l.serialmessage.SendDataMessageClass] - NODE 38: SendData Request. CallBack ID = 42, Status = Transmission complete and ACK received(0)
2016-12-28 23:24:59.344 [DEBUG] [alization.ZWaveNodeInitStageAdvancer] - NODE 38: Starting initialisation from DONE
2016-12-28 23:24:59.358 [DEBUG] [ssage.ApplicationCommandMessageClass] - NODE 38: Application Command Request (ALIVE:DONE)
2016-12-28 23:24:59.358 [DEBUG] [alization.ZWaveNodeInitStageAdvancer] - NODE 38: Starting initialisation from DONE
2016-12-28 23:24:59.358 [DEBUG] [ssage.ApplicationCommandMessageClass] - NODE 38: Incoming command class SENSOR_MULTILEVEL
2016-12-28 23:24:59.358 [DEBUG] [ss.ZWaveMultiLevelSensorCommandClass] - NODE 38: Received COMMAND_CLASS_SENSOR_MULTILEVEL command V8
2016-12-28 23:24:59.358 [DEBUG] [ss.ZWaveMultiLevelSensorCommandClass] - NODE 38: Sensor Multi Level REPORT received
2016-12-28 23:24:59.358 [DEBUG] [ss.ZWaveMultiLevelSensorCommandClass] - NODE 38: Sensor Type = SeismicIntensity(25), Scale = 0
2016-12-28 23:24:59.358 [DEBUG] [ss.ZWaveMultiLevelSensorCommandClass] - NODE 38: Sensor Value = 0E+1
2016-12-28 23:24:59.358 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 38: Got an event from Z-Wave network: ZWaveMultiLevelSensorValueEvent
2016-12-28 23:24:59.358 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 38: Got a value event from Z-Wave network, endpoint = 0, command class = SENSOR_MULTILEVEL, value = 0E+1
2016-12-28 23:24:59.359 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 38: Updating channel state zwave:device:e663edc3:node38:sensor_seismicintensity to 0 [DecimalType]
2016-12-28 23:24:59.361 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 38: Got an event from Z-Wave network: ZWaveTransactionCompletedEvent
2016-12-28 23:24:59.361 [DEBUG] [ocol.ZWaveController$ZWaveSendThread] - NODE 38: Response processed after 47ms/4870ms.
2016-12-28 23:24:59.361 [DEBUG] [ing.zwave.handler.ZWaveSerialHandler] - NODE 38: Sending REQUEST Message = 01 0B 00 13 26 04 31 04 03 00 25 2B FD
2016-12-28 23:24:59.370 [DEBUG] [l.serialmessage.SendDataMessageClass] - NODE 38: Sent Data successfully placed on stack.
2016-12-28 23:24:59.391 [DEBUG] [l.serialmessage.SendDataMessageClass] - NODE 38: SendData Request. CallBack ID = 43, Status = Transmission complete and ACK received(0)
2016-12-28 23:24:59.391 [DEBUG] [alization.ZWaveNodeInitStageAdvancer] - NODE 38: Starting initialisation from DONE
2016-12-28 23:24:59.405 [DEBUG] [ssage.ApplicationCommandMessageClass] - NODE 38: Application Command Request (ALIVE:DONE)
2016-12-28 23:24:59.405 [DEBUG] [alization.ZWaveNodeInitStageAdvancer] - NODE 38: Starting initialisation from DONE
2016-12-28 23:24:59.406 [DEBUG] [ssage.ApplicationCommandMessageClass] - NODE 38: Incoming command class SENSOR_MULTILEVEL
2016-12-28 23:24:59.406 [DEBUG] [ss.ZWaveMultiLevelSensorCommandClass] - NODE 38: Received COMMAND_CLASS_SENSOR_MULTILEVEL command V8
2016-12-28 23:24:59.406 [DEBUG] [ss.ZWaveMultiLevelSensorCommandClass] - NODE 38: Sensor Multi Level REPORT received
2016-12-28 23:24:59.406 [DEBUG] [ss.ZWaveMultiLevelSensorCommandClass] - NODE 38: Sensor Type = Luminance(3), Scale = 1
2016-12-28 23:24:59.406 [DEBUG] [ss.ZWaveMultiLevelSensorCommandClass] - NODE 38: Sensor Value = 24
2016-12-28 23:24:59.406 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 38: Got an event from Z-Wave network: ZWaveMultiLevelSensorValueEvent
2016-12-28 23:24:59.406 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 38: Got a value event from Z-Wave network, endpoint = 0, command class = SENSOR_MULTILEVEL, value = 24
2016-12-28 23:24:59.406 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 38: Updating channel state zwave:device:e663edc3:node38:sensor_luminance to 24 [DecimalType]
2016-12-28 23:24:59.408 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 38: Got an event from Z-Wave network: ZWaveTransactionCompletedEvent
2016-12-28 23:24:59.408 [DEBUG] [ocol.ZWaveController$ZWaveSendThread] - NODE 38: Response processed after 47ms/4870ms.
2016-12-28 23:24:59.408 [DEBUG] [ing.zwave.handler.ZWaveSerialHandler] - NODE 38: Sending REQUEST Message = 01 0A 00 13 26 03 71 04 07 25 2C B8
2016-12-28 23:24:59.425 [DEBUG] [l.serialmessage.SendDataMessageClass] - NODE 38: Sent Data successfully placed on stack.
2016-12-28 23:24:59.438 [DEBUG] [l.serialmessage.SendDataMessageClass] - NODE 38: SendData Request. CallBack ID = 44, Status = Transmission complete and ACK received(0)
2016-12-28 23:24:59.438 [DEBUG] [alization.ZWaveNodeInitStageAdvancer] - NODE 38: Starting initialisation from DONE
2016-12-28 23:24:59.452 [DEBUG] [ssage.ApplicationCommandMessageClass] - NODE 38: Application Command Request (ALIVE:DONE)
2016-12-28 23:24:59.452 [DEBUG] [alization.ZWaveNodeInitStageAdvancer] - NODE 38: Starting initialisation from DONE
2016-12-28 23:24:59.452 [DEBUG] [ssage.ApplicationCommandMessageClass] - NODE 38: Incoming command class ALARM
2016-12-28 23:24:59.452 [DEBUG] [.commandclass.ZWaveAlarmCommandClass] - NODE 38: Received ALARM command V5
2016-12-28 23:24:59.452 [DEBUG] [.commandclass.ZWaveAlarmCommandClass] - NODE 38: Process NOTIFICATION_REPORT V5
2016-12-28 23:24:59.452 [DEBUG] [.commandclass.ZWaveAlarmCommandClass] - NODE 38: ALARM report - 0 = 0
2016-12-28 23:24:59.452 [DEBUG] [.commandclass.ZWaveAlarmCommandClass] - NODE 38: Alarm Type = GENERAL (0)
2016-12-28 23:24:59.452 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 38: Got an event from Z-Wave network: ZWaveAlarmValueEvent
2016-12-28 23:24:59.452 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 38: Got a value event from Z-Wave network, endpoint = 0, command class = ALARM, value = 0
2016-12-28 23:24:59.453 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 38: Got an event from Z-Wave network: ZWaveTransactionCompletedEvent
2016-12-28 23:24:59.453 [DEBUG] [ocol.ZWaveController$ZWaveSendThread] - NODE 38: Response processed after 45ms/4870ms.
2016-12-28 23:24:59.454 [DEBUG] [ing.zwave.handler.ZWaveSerialHandler] - NODE 38: Sending REQUEST Message = 01 09 00 13 26 02 80 02 25 2D 4B
2016-12-28 23:24:59.463 [DEBUG] [l.serialmessage.SendDataMessageClass] - NODE 38: Sent Data successfully placed on stack.
2016-12-28 23:24:59.484 [DEBUG] [l.serialmessage.SendDataMessageClass] - NODE 38: SendData Request. CallBack ID = 45, Status = Transmission complete and ACK received(0)
2016-12-28 23:24:59.484 [DEBUG] [alization.ZWaveNodeInitStageAdvancer] - NODE 38: Starting initialisation from DONE
2016-12-28 23:24:59.497 [DEBUG] [ssage.ApplicationCommandMessageClass] - NODE 38: Application Command Request (ALIVE:DONE)
2016-12-28 23:24:59.498 [DEBUG] [alization.ZWaveNodeInitStageAdvancer] - NODE 38: Starting initialisation from DONE
2016-12-28 23:24:59.498 [DEBUG] [ssage.ApplicationCommandMessageClass] - NODE 38: Incoming command class BATTERY
2016-12-28 23:24:59.498 [DEBUG] [ommandclass.ZWaveBatteryCommandClass] - NODE 38: Received Battery Request
2016-12-28 23:24:59.498 [DEBUG] [ommandclass.ZWaveBatteryCommandClass] - NODE 38: Battery report value = 100
2016-12-28 23:24:59.498 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 38: Got an event from Z-Wave network: ZWaveCommandClassValueEvent
2016-12-28 23:24:59.498 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 38: Got a value event from Z-Wave network, endpoint = 0, command class = BATTERY, value = 100
2016-12-28 23:24:59.498 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 38: Updating channel state zwave:device:e663edc3:node38:battery-level to 100 [DecimalType]
2016-12-28 23:24:59.499 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 38: Got an event from Z-Wave network: ZWaveTransactionCompletedEvent
2016-12-28 23:24:59.500 [DEBUG] [ocol.ZWaveController$ZWaveSendThread] - NODE 38: Response processed after 46ms/4870ms.
2016-12-28 23:24:59.500 [DEBUG] [ing.zwave.handler.ZWaveSerialHandler] - NODE 38: Sending REQUEST Message = 01 0A 00 13 26 03 9C 01 00 25 2E 55
2016-12-28 23:24:59.509 [DEBUG] [l.serialmessage.SendDataMessageClass] - NODE 38: Sent Data successfully placed on stack.
2016-12-28 23:24:59.530 [DEBUG] [l.serialmessage.SendDataMessageClass] - NODE 38: SendData Request. CallBack ID = 46, Status = Transmission complete and ACK received(0)
2016-12-28 23:24:59.530 [DEBUG] [alization.ZWaveNodeInitStageAdvancer] - NODE 38: Starting initialisation from DONE
2016-12-28 23:24:59.545 [DEBUG] [ssage.ApplicationCommandMessageClass] - NODE 38: Application Command Request (ALIVE:DONE)
2016-12-28 23:24:59.545 [DEBUG] [alization.ZWaveNodeInitStageAdvancer] - NODE 38: Starting initialisation from DONE
2016-12-28 23:24:59.545 [DEBUG] [ssage.ApplicationCommandMessageClass] - NODE 38: Incoming command class SENSOR_ALARM
2016-12-28 23:24:59.545 [DEBUG] [ndclass.ZWaveAlarmSensorCommandClass] - NODE 38: Received SENSOR_ALARM command V1
2016-12-28 23:24:59.545 [DEBUG] [ndclass.ZWaveAlarmSensorCommandClass] - NODE 38: Alarm Report: Source=38, Type=General(0), Value=255
2016-12-28 23:24:59.545 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 38: Got an event from Z-Wave network: ZWaveAlarmSensorValueEvent
2016-12-28 23:24:59.545 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 38: Got a value event from Z-Wave network, endpoint = 0, command class = SENSOR_ALARM, value = 255
2016-12-28 23:24:59.546 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 38: Updating channel state zwave:device:e663edc3:node38:alarm_general to ON [OnOffType]
2016-12-28 23:24:59.547 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 38: Got an event from Z-Wave network: ZWaveTransactionCompletedEvent
2016-12-28 23:24:59.547 [DEBUG] [ocol.ZWaveController$ZWaveSendThread] - NODE 38: Response processed after 47ms/4870ms.
2016-12-28 23:25:00.547 [DEBUG] [commandclass.ZWaveWakeUpCommandClass] - NODE 38: No more messages, go back to sleep
2016-12-28 23:25:00.547 [DEBUG] [commandclass.ZWaveWakeUpCommandClass] - NODE 38: Creating new message for application command WAKE_UP_NO_MORE_INFORMATION
2016-12-28 23:25:00.548 [DEBUG] [ing.zwave.handler.ZWaveSerialHandler] - NODE 38: Sending REQUEST Message = 01 09 00 13 26 02 84 08 25 2F 47
2016-12-28 23:25:00.557 [DEBUG] [l.serialmessage.SendDataMessageClass] - NODE 38: Sent Data successfully placed on stack.
2016-12-28 23:25:00.585 [DEBUG] [l.serialmessage.SendDataMessageClass] - NODE 38: SendData Request. CallBack ID = 47, Status = Transmission complete and ACK received(0)
2016-12-28 23:25:00.585 [DEBUG] [alization.ZWaveNodeInitStageAdvancer] - NODE 38: Starting initialisation from DONE
2016-12-28 23:25:00.586 [DEBUG] [commandclass.ZWaveWakeUpCommandClass] - NODE 38: Went to sleep
2016-12-28 23:25:00.586 [DEBUG] [commandclass.ZWaveWakeUpCommandClass] - NODE 38: Is sleeping
2016-12-28 23:25:00.586 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 38: Got an event from Z-Wave network: ZWaveTransactionCompletedEvent
2016-12-28 23:25:00.586 [DEBUG] [ocol.ZWaveController$ZWaveSendThread] - NODE 38: Response processed after 38ms/4870ms.
2016-12-28 23:25:02.290 [DEBUG] [ssage.ApplicationCommandMessageClass] - NODE 38: Application Command Request (ALIVE:DONE)
2016-12-28 23:25:02.290 [DEBUG] [alization.ZWaveNodeInitStageAdvancer] - NODE 38: Starting initialisation from DONE
2016-12-28 23:25:02.290 [DEBUG] [ssage.ApplicationCommandMessageClass] - NODE 38: Incoming command class WAKE_UP
2016-12-28 23:25:02.290 [DEBUG] [commandclass.ZWaveWakeUpCommandClass] - NODE 38: Received Wake Up Request
2016-12-28 23:25:02.290 [DEBUG] [commandclass.ZWaveWakeUpCommandClass] - NODE 38: Received WAKE_UP_NOTIFICATION
2016-12-28 23:25:02.291 [DEBUG] [commandclass.ZWaveWakeUpCommandClass] - NODE 38: Is awake with 0 messages in the wake-up queue.
2016-12-28 23:25:02.291 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 38: Got an event from Z-Wave network: ZWaveWakeUpEvent
2016-12-28 23:25:02.349 [DEBUG] [ssage.ApplicationCommandMessageClass] - NODE 38: Transaction not completed: node address inconsistent. lastSent=38, incoming=255
2016-12-28 23:25:03.291 [DEBUG] [commandclass.ZWaveWakeUpCommandClass] - NODE 38: No more messages, go back to sleep
2016-12-28 23:25:03.291 [DEBUG] [commandclass.ZWaveWakeUpCommandClass] - NODE 38: Creating new message for application command WAKE_UP_NO_MORE_INFORMATION
2016-12-28 23:25:03.292 [DEBUG] [ing.zwave.handler.ZWaveSerialHandler] - NODE 38: Sending REQUEST Message = 01 09 00 13 26 02 84 08 25 30 58
2016-12-28 23:25:03.300 [DEBUG] [l.serialmessage.SendDataMessageClass] - NODE 38: Sent Data successfully placed on stack.
2016-12-28 23:25:03.321 [DEBUG] [l.serialmessage.SendDataMessageClass] - NODE 38: SendData Request. CallBack ID = 48, Status = Transmission complete and ACK received(0)
2016-12-28 23:25:03.321 [DEBUG] [alization.ZWaveNodeInitStageAdvancer] - NODE 38: Starting initialisation from DONE
2016-12-28 23:25:03.321 [DEBUG] [commandclass.ZWaveWakeUpCommandClass] - NODE 38: Went to sleep
2016-12-28 23:25:03.321 [DEBUG] [commandclass.ZWaveWakeUpCommandClass] - NODE 38: Is sleeping
2016-12-28 23:25:03.322 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 38: Got an event from Z-Wave network: ZWaveTransactionCompletedEvent
2016-12-28 23:25:03.322 [DEBUG] [ocol.ZWaveController$ZWaveSendThread] - NODE 38: Response processed after 30ms/4870ms.
2016-12-28 23:25:04.380 [DEBUG] [ssage.ApplicationCommandMessageClass] - NODE 38: Application Command Request (ALIVE:DONE)
2016-12-28 23:25:04.381 [DEBUG] [alization.ZWaveNodeInitStageAdvancer] - NODE 38: Starting initialisation from DONE
2016-12-28 23:25:04.381 [DEBUG] [ssage.ApplicationCommandMessageClass] - NODE 38: Incoming command class SENSOR_MULTILEVEL
2016-12-28 23:25:04.381 [DEBUG] [ss.ZWaveMultiLevelSensorCommandClass] - NODE 38: Received COMMAND_CLASS_SENSOR_MULTILEVEL command V8
2016-12-28 23:25:04.381 [DEBUG] [ss.ZWaveMultiLevelSensorCommandClass] - NODE 38: Sensor Multi Level REPORT received
2016-12-28 23:25:04.381 [DEBUG] [ss.ZWaveMultiLevelSensorCommandClass] - NODE 38: Sensor Type = Luminance(3), Scale = 1
2016-12-28 23:25:04.381 [DEBUG] [ss.ZWaveMultiLevelSensorCommandClass] - NODE 38: Sensor Value = 24
2016-12-28 23:25:04.381 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 38: Got an event from Z-Wave network: ZWaveMultiLevelSensorValueEvent
2016-12-28 23:25:04.381 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 38: Got a value event from Z-Wave network, endpoint = 0, command class = SENSOR_MULTILEVEL, value = 24
2016-12-28 23:25:04.381 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 38: Updating channel state zwave:device:e663edc3:node38:sensor_luminance to 24 [DecimalType]
2016-12-28 23:25:04.541 [DEBUG] [ssage.ApplicationCommandMessageClass] - NODE 38: Application Command Request (ALIVE:DONE)
2016-12-28 23:25:04.541 [DEBUG] [alization.ZWaveNodeInitStageAdvancer] - NODE 38: Starting initialisation from DONE
2016-12-28 23:25:04.541 [DEBUG] [ssage.ApplicationCommandMessageClass] - NODE 38: Incoming command class SENSOR_MULTILEVEL
2016-12-28 23:25:04.541 [DEBUG] [ss.ZWaveMultiLevelSensorCommandClass] - NODE 38: Received COMMAND_CLASS_SENSOR_MULTILEVEL command V8
2016-12-28 23:25:04.541 [DEBUG] [ss.ZWaveMultiLevelSensorCommandClass] - NODE 38: Sensor Multi Level REPORT received
2016-12-28 23:25:04.541 [DEBUG] [ss.ZWaveMultiLevelSensorCommandClass] - NODE 38: Sensor Type = Temperature(1), Scale = 0
2016-12-28 23:25:04.541 [DEBUG] [ss.ZWaveMultiLevelSensorCommandClass] - NODE 38: Sensor Value = 21.2
2016-12-28 23:25:04.542 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 38: Got an event from Z-Wave network: ZWaveMultiLevelSensorValueEvent
2016-12-28 23:25:04.542 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 38: Got a value event from Z-Wave network, endpoint = 0, command class = SENSOR_MULTILEVEL, value = 21.2
2016-12-28 23:25:04.542 [DEBUG] [erter.ZWaveMultiLevelSensorConverter] - NODE 38: Sensor is reporting scale 0, requiring conversion to 0. Value is now 21.2.
2016-12-28 23:25:04.542 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 38: Updating channel state zwave:device:e663edc3:node38:sensor_temperature to 21.2 [DecimalType]
2016-12-28 23:25:32.234 [DEBUG] [ssage.ApplicationCommandMessageClass] - NODE 38: Application Command Request (ALIVE:DONE)
2016-12-28 23:25:32.234 [DEBUG] [alization.ZWaveNodeInitStageAdvancer] - NODE 38: Starting initialisation from DONE
2016-12-28 23:25:32.234 [DEBUG] [ssage.ApplicationCommandMessageClass] - NODE 38: Incoming command class ALARM
2016-12-28 23:25:32.234 [DEBUG] [.commandclass.ZWaveAlarmCommandClass] - NODE 38: Received ALARM command V5
2016-12-28 23:25:32.234 [DEBUG] [.commandclass.ZWaveAlarmCommandClass] - NODE 38: Process NOTIFICATION_REPORT V5
2016-12-28 23:25:32.235 [DEBUG] [.commandclass.ZWaveAlarmCommandClass] - NODE 38: NOTIFICATION report - 0 = 0, event=0, status=255
2016-12-28 23:25:32.235 [DEBUG] [.commandclass.ZWaveAlarmCommandClass] - NODE 38: Alarm Type = BURGLAR (0)
2016-12-28 23:25:32.235 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 38: Got an event from Z-Wave network: ZWaveAlarmValueEvent
2016-12-28 23:25:32.235 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 38: Got a value event from Z-Wave network, endpoint = 0, command class = ALARM, value = 255
2016-12-28 23:25:32.235 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 38: Updating channel state zwave:device:e663edc3:node38:alarm_burglar to OFF [OnOffType]
2016-12-28 23:26:16.574 [DEBUG] [ssage.ApplicationCommandMessageClass] - NODE 38: Application Command Request (ALIVE:DONE)
2016-12-28 23:26:16.574 [DEBUG] [alization.ZWaveNodeInitStageAdvancer] - NODE 38: Starting initialisation from DONE
2016-12-28 23:26:16.574 [DEBUG] [ssage.ApplicationCommandMessageClass] - NODE 38: Incoming command class ALARM
2016-12-28 23:26:16.574 [DEBUG] [.commandclass.ZWaveAlarmCommandClass] - NODE 38: Received ALARM command V5
2016-12-28 23:26:16.575 [DEBUG] [.commandclass.ZWaveAlarmCommandClass] - NODE 38: Process NOTIFICATION_REPORT V5
2016-12-28 23:26:16.575 [DEBUG] [.commandclass.ZWaveAlarmCommandClass] - NODE 38: NOTIFICATION report - 0 = 0, event=0, status=255
2016-12-28 23:26:16.576 [DEBUG] [.commandclass.ZWaveAlarmCommandClass] - NODE 38: Alarm Type = BURGLAR (0)
2016-12-28 23:26:16.576 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 38: Got an event from Z-Wave network: ZWaveAlarmValueEvent
2016-12-28 23:26:16.576 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 38: Got a value event from Z-Wave network, endpoint = 0, command class = ALARM, value = 255
2016-12-28 23:26:16.576 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 38: Updating channel state zwave:device:e663edc3:node38:alarm_burglar to OFF [OnOffType]
2016-12-28 23:26:41.475 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 38: Polling...
2016-12-28 23:26:41.475 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 38: Polling zwave:device:e663edc3:node38:sensor_binary
2016-12-28 23:26:41.475 [DEBUG] [converter.ZWaveBinarySensorConverter] - NODE 38: Generating poll message for SENSOR_BINARY, endpoint 0
2016-12-28 23:26:41.476 [DEBUG] [dclass.ZWaveBinarySensorCommandClass] - NODE 38: Creating new message for application command SENSOR_BINARY_GET
2016-12-28 23:26:41.476 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 38: Polling zwave:device:e663edc3:node38:sensor_temperature
2016-12-28 23:26:41.476 [DEBUG] [erter.ZWaveMultiLevelSensorConverter] - NODE 38: Generating poll message for SENSOR_MULTILEVEL, endpoint 0
2016-12-28 23:26:41.476 [DEBUG] [ss.ZWaveMultiLevelSensorCommandClass] - NODE 38: Creating new message for command SENSOR_MULTI_LEVEL_GET
2016-12-28 23:26:41.476 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 38: Polling zwave:device:e663edc3:node38:sensor_seismicintensity
2016-12-28 23:26:41.476 [DEBUG] [erter.ZWaveMultiLevelSensorConverter] - NODE 38: Generating poll message for SENSOR_MULTILEVEL, endpoint 0
2016-12-28 23:26:41.476 [DEBUG] [ss.ZWaveMultiLevelSensorCommandClass] - NODE 38: Creating new message for command SENSOR_MULTI_LEVEL_GET
2016-12-28 23:26:41.476 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 38: Polling zwave:device:e663edc3:node38:sensor_luminance
2016-12-28 23:26:41.476 [DEBUG] [erter.ZWaveMultiLevelSensorConverter] - NODE 38: Generating poll message for SENSOR_MULTILEVEL, endpoint 0
2016-12-28 23:26:41.476 [DEBUG] [ss.ZWaveMultiLevelSensorCommandClass] - NODE 38: Creating new message for command SENSOR_MULTI_LEVEL_GET
2016-12-28 23:26:41.476 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 38: Polling zwave:device:e663edc3:node38:alarm_burglar
2016-12-28 23:26:41.477 [DEBUG] [ternal.converter.ZWaveAlarmConverter] - NODE 38: Generating poll message for ALARM, endpoint 0, alarm BURGLAR
2016-12-28 23:26:41.477 [DEBUG] [.commandclass.ZWaveAlarmCommandClass] - NODE 38: Creating new message for application command NOTIFICATION_GET V5
2016-12-28 23:26:41.477 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 38: Polling zwave:device:e663edc3:node38:battery-level
2016-12-28 23:26:41.477 [DEBUG] [rnal.converter.ZWaveBatteryConverter] - NODE 38: Generating poll message for BATTERY endpoint 0
2016-12-28 23:26:41.477 [DEBUG] [ommandclass.ZWaveBatteryCommandClass] - NODE 38: Creating new message for application command BATTERY_GET
2016-12-28 23:26:41.477 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 38: Polling zwave:device:e663edc3:node38:alarm_general
2016-12-28 23:26:41.477 [DEBUG] [.converter.ZWaveAlarmSensorConverter] - NODE 38: Generating poll message for SENSOR_ALARM, endpoint 0, alarm null
2016-12-28 23:26:41.477 [DEBUG] [ndclass.ZWaveAlarmSensorCommandClass] - NODE 38: Creating new message for command SENSOR_ALARM_GET, type General
2016-12-28 23:26:41.477 [DEBUG] [commandclass.ZWaveWakeUpCommandClass] - NODE 38: Putting message SendData in wakeup queue.
2016-12-28 23:26:41.477 [DEBUG] [commandclass.ZWaveWakeUpCommandClass] - NODE 38: Putting message SendData in wakeup queue.
2016-12-28 23:26:41.477 [DEBUG] [commandclass.ZWaveWakeUpCommandClass] - NODE 38: Putting message SendData in wakeup queue.
2016-12-28 23:26:41.477 [DEBUG] [commandclass.ZWaveWakeUpCommandClass] - NODE 38: Putting message SendData in wakeup queue.
2016-12-28 23:26:41.477 [DEBUG] [commandclass.ZWaveWakeUpCommandClass] - NODE 38: Putting message SendData in wakeup queue.
2016-12-28 23:26:41.478 [DEBUG] [commandclass.ZWaveWakeUpCommandClass] - NODE 38: Putting message SendData in wakeup queue.
2016-12-28 23:26:41.478 [DEBUG] [commandclass.ZWaveWakeUpCommandClass] - NODE 38: Putting message SendData in wakeup queue.
2016-12-28 23:27:52.413 [DEBUG] [ssage.ApplicationCommandMessageClass] - NODE 38: Application Command Request (ALIVE:DONE)
2016-12-28 23:27:52.413 [DEBUG] [alization.ZWaveNodeInitStageAdvancer] - NODE 38: Starting initialisation from DONE
On motion detection, the alarm_burglar
channel is always updated (no update for sensor_binary
or alarm_general
channels).
Your work around does not seem to work for me
. No luck…