Shenzhen Neo Electronics Co., Ltd - Siren Alarm

I am really new here and this is my first post… Started directly with openhab 2 and it gives me some pain.

@chris I think you have routing enable on this one and since it is battery operated device and nothing concerned routing is written on the manual of the device I think you disable it
http://www.cd-jackson.com/index.php/zwave/zwave-device-database/zwave-device-list/devicesummary/522

I have already an account on your site but not the privileges to make any change…

moreover concerning this device…

I have found how to send an ON command from rules using,
zwave_device_55555_node3_switch_binary.sendCommand(ON)

but I am looking for a way to send a change for some of the parameters for the device?? (sound, duration, volume etc) what command should I use???

If you have issues with the use of the device, then changing this setting in the database will not make any difference (but please feel free to correct it if it is wrong). The setting in the database is not used - this information is read directly from the device by the binding.

Please let me know your user name and I can update access.

We will need to add new channels to do this - we use the config_decimal channel with the parameter=XXX option to set which parameter the channel is linked to.

I am getting some errors on the log and I think it has to do with the routing. Moreover on Z-Wave Netwwork Viewer the diagram is wrong…
I am having the same issue with the PIR sensor from the same company…
In the log I am getting
2017-09-29 13:10:03.601 [DEBUG] [ssage.ApplicationCommandMessageClass] - NODE 5: Transaction not completed: node address inconsistent. lastSent=5, incoming=255

My username is ko and I have buy almost all the sensors from the same company…

I am confused… is there anyway to do that right now? or you are planning to do that in the future??
IF it is possible to do it know what will be the exact code I have to write in rules file?

Thank you @chris

Please provide the log showing the errors and I’ll take a look.

That’s fine - this is only a debug message and not an indicator of any problem at all.

Yes - it needs to be added to the database. We need to add the channel I mentioned above into the configuration command class in the database and then update the binding with this new database.

Once the change to the database is done, then you will be able to set the item to the value you want - I have no idea what the “exact code” will look like since I don’t know the function you want to do, but it is just standard rules similar to what you have shown above for sending the ON command.

2017-09-29 14:07:16.201 [vent.ItemStateChangedEvent] - zwave_serial_zstick_55555_serial_sof changed from 343 to 344
==> /var/log/openhab2/openhab.log <==
2017-09-29 14:07:16.202 [DEBUG] [.commandclass.ZWaveAlarmCommandClass] - NODE 4: Process NOTIFICATION_REPORT V8
2017-09-29 14:07:16.204 [DEBUG] [.commandclass.ZWaveAlarmCommandClass] - NODE 4: NOTIFICATION report - 0 = 0, event=8, status=255
2017-09-29 14:07:16.206 [DEBUG] [.commandclass.ZWaveAlarmCommandClass] - NODE 4: Alarm Type = BURGLAR (0)
2017-09-29 14:07:16.208 [DEBUG] [ve.internal.protocol.ZWaveController] - Notifying event listeners: ZWaveAlarmValueEvent
2017-09-29 14:07:16.210 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 4: Got an event from Z-Wave network: ZWaveAlarmValueEvent
2017-09-29 14:07:16.212 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 4: Got a value event from Z-Wave network, endpoint = 0, command class = ALARM, value = 255
2017-09-29 14:07:16.215 [DEBUG] [ternal.converter.ZWaveAlarmConverter] - Alarm converter processing NOTIFICATION
2017-09-29 14:07:16.217 [DEBUG] [ternal.converter.ZWaveAlarmConverter] - Alarm converter NOTIFICATION event is 8, type OnOffType
2017-09-29 14:07:16.219 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 4: Updating channel state zwave:device:55555:node4:alarm_burglar to ON [OnOffType]
2017-09-29 14:07:16.222 [DEBUG] [ssage.ApplicationCommandMessageClass] - NODE 2: Transaction not completed: node address inconsistent. lastSent=2, incoming=255
2017-09-29 14:07:16.224 [DEBUG] [ve.internal.protocol.ZWaveController] - Receive queue TAKE: Length=0
2017-09-29 14:07:16.226 [DEBUG] [wave.internal.protocol.SerialMessage] - Assembled message buffer = 01 0A 00 04 00 04 04 30 03 FF 0C 31
2017-09-29 14:07:16.229 [DEBUG] [ve.internal.protocol.ZWaveController] - Process Message = 01 0A 00 04 00 04 04 30 03 FF 0C 31
2017-09-29 14:07:16.231 [DEBUG] [ve.internal.protocol.ZWaveController] - Message: class=ApplicationCommandHandler[0x04], type=Request[0x00], priority=High, dest=255, callback=0, payload=00 04 04 30 03 FF 0C
2017-09-29 14:07:16.233 [DEBUG] [ssage.ApplicationCommandMessageClass] - NODE 4: Application Command Request (ALIVE:DETAILS)
2017-09-29 14:07:16.235 [DEBUG] [ssage.ApplicationCommandMessageClass] - NODE 4: Incoming command class SENSOR_BINARY
2017-09-29 14:07:16.237 [DEBUG] [dclass.ZWaveBinarySensorCommandClass] - NODE 4: Received SENSOR_BINARY command V2
2017-09-29 14:07:16.239 [DEBUG] [dclass.ZWaveBinarySensorCommandClass] - Processing Sensor Type 12
2017-09-29 14:07:16.240 [DEBUG] [dclass.ZWaveBinarySensorCommandClass] - Sensor Type is MOTION
2017-09-29 14:07:16.242 [DEBUG] [dclass.ZWaveBinarySensorCommandClass] - NODE 4: Sensor Binary report, type=Motion, value=255
2017-09-29 14:07:16.244 [DEBUG] [ve.internal.protocol.ZWaveController] - Notifying event listeners: ZWaveBinarySensorValueEvent
2017-09-29 14:07:16.246 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 4: Got an event from Z-Wave network: ZWaveBinarySensorValueEvent
2017-09-29 14:07:16.248 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 4: Got a value event from Z-Wave network, endpoint = 0, command class = SENSOR_BINARY, value = 255
2017-09-29 14:07:16.250 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 4: Updating channel state zwave:device:55555:node4:sensor_binary to ON [OnOffType]
2017-09-29 14:07:16.254 [DEBUG] [ssage.ApplicationCommandMessageClass] - NODE 2: Transaction not completed: node address inconsistent. lastSent=2, incoming=255
2017-09-29 14:07:25.439 [DEBUG] [WaveSerialHandler$ZWaveReceiveThread] - Receive Message = 01 0F 00 04 00 04 09 71 05 00 00 00 FF 07 08 00 7D
2017-09-29 14:07:25.442 [DEBUG] [ve.internal.protocol.ZWaveController] - Receive queue TAKE: Length=0
==> /var/log/openhab2/events.log <==
2017-09-29 14:07:25.442 [vent.ItemStateChangedEvent] - zwave_serial_zstick_55555_serial_sof changed from 344 to 345
==> /var/log/openhab2/openhab.log <==
2017-09-29 14:07:25.447 [DEBUG] [wave.internal.protocol.SerialMessage] - Assembled message buffer = 01 0F 00 04 00 04 09 71 05 00 00 00 FF 07 08 00 7D
2017-09-29 14:07:25.451 [DEBUG] [ve.internal.protocol.ZWaveController] - Process Message = 01 0F 00 04 00 04 09 71 05 00 00 00 FF 07 08 00 7D
2017-09-29 14:07:25.454 [DEBUG] [ve.internal.protocol.ZWaveController] - Message: class=ApplicationCommandHandler[0x04], type=Request[0x00], priority=High, dest=255, callback=0, payload=00 04 09 71 05 00 00 00 FF 07 08 00
2017-09-29 14:07:25.456 [DEBUG] [WaveSerialHandler$ZWaveReceiveThread] - Receive Message = 01 0A 00 04 00 04 04 30 03 FF 0C 31
2017-09-29 14:07:25.458 [DEBUG] [ssage.ApplicationCommandMessageClass] - NODE 4: Application Command Request (ALIVE:DETAILS)
2017-09-29 14:07:25.460 [DEBUG] [ssage.ApplicationCommandMessageClass] - NODE 4: Incoming command class ALARM
==> /var/log/openhab2/events.log <==
2017-09-29 14:07:25.460 [vent.ItemStateChangedEvent] - zwave_serial_zstick_55555_serial_sof changed from 345 to 346
==> /var/log/openhab2/openhab.log <==
2017-09-29 14:07:25.461 [DEBUG] [.commandclass.ZWaveAlarmCommandClass] - NODE 4: Received ALARM command V8
2017-09-29 14:07:25.463 [DEBUG] [.commandclass.ZWaveAlarmCommandClass] - NODE 4: Process NOTIFICATION_REPORT V8
2017-09-29 14:07:25.465 [DEBUG] [.commandclass.ZWaveAlarmCommandClass] - NODE 4: NOTIFICATION report - 0 = 0, event=8, status=255
2017-09-29 14:07:25.467 [DEBUG] [.commandclass.ZWaveAlarmCommandClass] - NODE 4: Alarm Type = BURGLAR (0)
2017-09-29 14:07:25.469 [DEBUG] [ve.internal.protocol.ZWaveController] - Notifying event listeners: ZWaveAlarmValueEvent
2017-09-29 14:07:25.471 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 4: Got an event from Z-Wave network: ZWaveAlarmValueEvent
2017-09-29 14:07:25.473 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 4: Got a value event from Z-Wave network, endpoint = 0, command class = ALARM, value = 255
2017-09-29 14:07:25.475 [DEBUG] [ternal.converter.ZWaveAlarmConverter] - Alarm converter processing NOTIFICATION
2017-09-29 14:07:25.477 [DEBUG] [ternal.converter.ZWaveAlarmConverter] - Alarm converter NOTIFICATION event is 8, type OnOffType
2017-09-29 14:07:25.479 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 4: Updating channel state zwave:device:55555:node4:alarm_burglar to ON [OnOffType]
2017-09-29 14:07:25.483 [DEBUG] [ssage.ApplicationCommandMessageClass] - NODE 2: Transaction not completed: node address inconsistent. lastSent=2, incoming=255
2017-09-29 14:07:25.485 [DEBUG] [ve.internal.protocol.ZWaveController] - Receive queue TAKE: Length=0
2017-09-29 14:07:25.487 [DEBUG] [wave.internal.protocol.SerialMessage] - Assembled message buffer = 01 0A 00 04 00 04 04 30 03 FF 0C 31
2017-09-29 14:07:25.489 [DEBUG] [ve.internal.protocol.ZWaveController] - Process Message = 01 0A 00 04 00 04 04 30 03 FF 0C 31
2017-09-29 14:07:25.492 [DEBUG] [ve.internal.protocol.ZWaveController] - Message: class=ApplicationCommandHandler[0x04], type=Request[0x00], priority=High, dest=255, callback=0, payload=00 04 04 30 03 FF 0C
2017-09-29 14:07:25.493 [DEBUG] [ssage.ApplicationCommandMessageClass] - NODE 4: Application Command Request (ALIVE:DETAILS)
2017-09-29 14:07:25.495 [DEBUG] [ssage.ApplicationCommandMessageClass] - NODE 4: Incoming command class SENSOR_BINARY
2017-09-29 14:07:25.497 [DEBUG] [dclass.ZWaveBinarySensorCommandClass] - NODE 4: Received SENSOR_BINARY command V2
2017-09-29 14:07:25.499 [DEBUG] [dclass.ZWaveBinarySensorCommandClass] - Processing Sensor Type 12
2017-09-29 14:07:25.501 [DEBUG] [dclass.ZWaveBinarySensorCommandClass] - Sensor Type is MOTION
2017-09-29 14:07:25.503 [DEBUG] [dclass.ZWaveBinarySensorCommandClass] - NODE 4: Sensor Binary report, type=Motion, value=255
2017-09-29 14:07:25.504 [DEBUG] [ve.internal.protocol.ZWaveController] - Notifying event listeners: ZWaveBinarySensorValueEvent
2017-09-29 14:07:25.506 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 4: Got an event from Z-Wave network: ZWaveBinarySensorValueEvent
2017-09-29 14:07:25.508 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 4: Got a value event from Z-Wave network, endpoint = 0, command class = SENSOR_BINARY, value = 255
2017-09-29 14:07:25.511 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 4: Updating channel state zwave:device:55555:node4:sensor_binary to ON [OnOffType]
2017-09-29 14:07:25.514 [DEBUG] [ssage.ApplicationCommandMessageClass] - NODE 2: Transaction not completed: node address inconsistent. lastSent=2, incoming=255
2017-09-29 14:07:35.741 [DEBUG] [WaveSerialHandler$ZWaveReceiveThread] - Receive Message = 01 0F 00 04 00 04 09 71 05 00 00 00 FF 07 08 00 7D
==> /var/log/openhab2/events.log <==
2017-09-29 14:07:35.744 [vent.ItemStateChangedEvent] - zwave_serial_zstick_55555_serial_sof changed from 346 to 347
==> /var/log/openhab2/openhab.log <==
2017-09-29 14:07:35.749 [DEBUG] [ve.internal.protocol.ZWaveController] - Receive queue TAKE: Length=0
2017-09-29 14:07:35.751 [DEBUG] [wave.internal.protocol.SerialMessage] - Assembled message buffer = 01 0F 00 04 00 04 09 71 05 00 00 00 FF 07 08 00 7D
2017-09-29 14:07:35.753 [DEBUG] [ve.internal.protocol.ZWaveController] - Process Message = 01 0F 00 04 00 04 09 71 05 00 00 00 FF 07 08 00 7D
2017-09-29 14:07:35.756 [DEBUG] [ve.internal.protocol.ZWaveController] - Message: class=ApplicationCommandHandler[0x04], type=Request[0x00], priority=High, dest=255, callback=0, payload=00 04 09 71 05 00 00 00 FF 07 08 00
2017-09-29 14:07:35.758 [DEBUG] [ssage.ApplicationCommandMessageClass] - NODE 4: Application Command Request (ALIVE:DETAILS)
2017-09-29 14:07:35.760 [DEBUG] [ssage.ApplicationCommandMessageClass] - NODE 4: Incoming command class ALARM
2017-09-29 14:07:35.759 [DEBUG] [WaveSerialHandler$ZWaveReceiveThread] - Receive Message = 01 0A 00 04 00 04 04 30 03 FF 0C 31
2017-09-29 14:07:35.761 [DEBUG] [.commandclass.ZWaveAlarmCommandClass] - NODE 4: Received ALARM command V8
2017-09-29 14:07:35.763 [DEBUG] [.commandclass.ZWaveAlarmCommandClass] - NODE 4: Process NOTIFICATION_REPORT V8
==> /var/log/openhab2/events.log <==
2017-09-29 14:07:35.764 [vent.ItemStateChangedEvent] - zwave_serial_zstick_55555_serial_sof changed from 347 to 348
==> /var/log/openhab2/openhab.log <==
2017-09-29 14:07:35.765 [DEBUG] [.commandclass.ZWaveAlarmCommandClass] - NODE 4: NOTIFICATION report - 0 = 0, event=8, status=255
2017-09-29 14:07:35.767 [DEBUG] [.commandclass.ZWaveAlarmCommandClass] - NODE 4: Alarm Type = BURGLAR (0)
2017-09-29 14:07:35.769 [DEBUG] [ve.internal.protocol.ZWaveController] - Notifying event listeners: ZWaveAlarmValueEvent
2017-09-29 14:07:35.772 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 4: Got an event from Z-Wave network: ZWaveAlarmValueEvent
2017-09-29 14:07:35.774 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 4: Got a value event from Z-Wave network, endpoint = 0, command class = ALARM, value = 255
2017-09-29 14:07:35.776 [DEBUG] [ternal.converter.ZWaveAlarmConverter] - Alarm converter processing NOTIFICATION
2017-09-29 14:07:35.778 [DEBUG] [ternal.converter.ZWaveAlarmConverter] - Alarm converter NOTIFICATION event is 8, type OnOffType
2017-09-29 14:07:35.780 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 4: Updating channel state zwave:device:55555:node4:alarm_burglar to ON [OnOffType]
2017-09-29 14:07:35.783 [DEBUG] [ssage.ApplicationCommandMessageClass] - NODE 2: Transaction not completed: node address inconsistent. lastSent=2, incoming=255
2017-09-29 14:07:35.785 [DEBUG] [ve.internal.protocol.ZWaveController] - Receive queue TAKE: Length=0
2017-09-29 14:07:35.787 [DEBUG] [wave.internal.protocol.SerialMessage] - Assembled message buffer = 01 0A 00 04 00 04 04 30 03 FF 0C 31
2017-09-29 14:07:35.789 [DEBUG] [ve.internal.protocol.ZWaveController] - Process Message = 01 0A 00 04 00 04 04 30 03 FF 0C 31
2017-09-29 14:07:35.792 [DEBUG] [ve.internal.protocol.ZWaveController] - Message: class=ApplicationCommandHandler[0x04], type=Request[0x00], priority=High, dest=255, callback=0, payload=00 04 04 30 03 FF 0C
2017-09-29 14:07:35.794 [DEBUG] [ssage.ApplicationCommandMessageClass] - NODE 4: Application Command Request (ALIVE:DETAILS)
2017-09-29 14:07:35.796 [DEBUG] [ssage.ApplicationCommandMessageClass] - NODE 4: Incoming command class SENSOR_BINARY
2017-09-29 14:07:35.797 [DEBUG] [dclass.ZWaveBinarySensorCommandClass] - NODE 4: Received SENSOR_BINARY command V2
2017-09-29 14:07:35.799 [DEBUG] [dclass.ZWaveBinarySensorCommandClass] - Processing Sensor Type 12
2017-09-29 14:07:35.801 [DEBUG] [dclass.ZWaveBinarySensorCommandClass] - Sensor Type is MOTION
2017-09-29 14:07:35.803 [DEBUG] [dclass.ZWaveBinarySensorCommandClass] - NODE 4: Sensor Binary report, type=Motion, value=255
2017-09-29 14:07:35.804 [DEBUG] [ve.internal.protocol.ZWaveController] - Notifying event listeners: ZWaveBinarySensorValueEvent
2017-09-29 14:07:35.806 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 4: Got an event from Z-Wave network: ZWaveBinarySensorValueEvent
2017-09-29 14:07:35.808 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 4: Got a value event from Z-Wave network, endpoint = 0, command class = SENSOR_BINARY, value = 255
2017-09-29 14:07:35.810 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 4: Updating channel state zwave:device:55555:node4:sensor_binary to ON [OnOffType]
2017-09-29 14:07:35.814 [DEBUG] [ssage.ApplicationCommandMessageClass] - NODE 2: Transaction not completed: node address inconsistent. lastSent=2, incoming=255
2017-09-29 14:07:44.053 [DEBUG] [WaveSerialHandler$ZWaveReceiveThread] - Receive Message = 01 0F 00 04 00 04 09 71 05 00 00 00 FF 07 08 00 7D
==> /var/log/openhab2/events.log <==
2017-09-29 14:07:44.056 [vent.ItemStateChangedEvent] - zwave_serial_zstick_55555_serial_sof changed from 348 to 349
==> /var/log/openhab2/openhab.log <==
2017-09-29 14:07:44.057 [DEBUG] [ve.internal.protocol.ZWaveController] - Receive queue TAKE: Length=0
2017-09-29 14:07:44.059 [DEBUG] [wave.internal.protocol.SerialMessage] - Assembled message buffer = 01 0F 00 04 00 04 09 71 05 00 00 00 FF 07 08 00 7D
2017-09-29 14:07:44.061 [DEBUG] [ve.internal.protocol.ZWaveController] - Process Message = 01 0F 00 04 00 04 09 71 05 00 00 00 FF 07 08 00 7D
2017-09-29 14:07:44.064 [DEBUG] [ve.internal.protocol.ZWaveController] - Message: class=ApplicationCommandHandler[0x04], type=Request[0x00], priority=High, dest=255, callback=0, payload=00 04 09 71 05 00 00 00 FF 07 08 00
2017-09-29 14:07:44.066 [DEBUG] [ssage.ApplicationCommandMessageClass] - NODE 4: Application Command Request (ALIVE:DETAILS)
2017-09-29 14:07:44.069 [DEBUG] [ssage.ApplicationCommandMessageClass] - NODE 4: Incoming command class ALARM
2017-09-29 14:07:44.071 [DEBUG] [.commandclass.ZWaveAlarmCommandClass] - NODE 4: Received ALARM command V8
2017-09-29 14:07:44.073 [DEBUG] [.commandclass.ZWaveAlarmCommandClass] - NODE 4: Process NOTIFICATION_REPORT V8
2017-09-29 14:07:44.074 [DEBUG] [WaveSerialHandler$ZWaveReceiveThread] - Receive Message = 01 0A 00 04 00 04 04 30 03 FF 0C 31
2017-09-29 14:07:44.075 [DEBUG] [.commandclass.ZWaveAlarmCommandClass] - NODE 4: NOTIFICATION report - 0 = 0, event=8, status=255
2017-09-29 14:07:44.076 [DEBUG] [.commandclass.ZWaveAlarmCommandClass] - NODE 4: Alarm Type = BURGLAR (0)
==> /var/log/openhab2/events.log <==
2017-09-29 14:07:44.076 [vent.ItemStateChangedEvent] - zwave_serial_zstick_55555_serial_sof changed from 349 to 350
==> /var/log/openhab2/openhab.log <==
2017-09-29 14:07:44.078 [DEBUG] [ve.internal.protocol.ZWaveController] - Notifying event listeners: ZWaveAlarmValueEvent
2017-09-29 14:07:44.080 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 4: Got an event from Z-Wave network: ZWaveAlarmValueEvent
2017-09-29 14:07:44.083 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 4: Got a value event from Z-Wave network, endpoint = 0, command class = ALARM, value = 255
2017-09-29 14:07:44.086 [DEBUG] [ternal.converter.ZWaveAlarmConverter] - Alarm converter processing NOTIFICATION
2017-09-29 14:07:44.088 [DEBUG] [ternal.converter.ZWaveAlarmConverter] - Alarm converter NOTIFICATION event is 8, type OnOffType
2017-09-29 14:07:44.090 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 4: Updating channel state zwave:device:55555:node4:alarm_burglar to ON [OnOffType]
2017-09-29 14:07:44.094 [DEBUG] [ssage.ApplicationCommandMessageClass] - NODE 2: Transaction not completed: node address inconsistent. lastSent=2, incoming=255
2017-09-29 14:07:44.096 [DEBUG] [ve.internal.protocol.ZWaveController] - Receive queue TAKE: Length=0
2017-09-29 14:07:44.098 [DEBUG] [wave.internal.protocol.SerialMessage] - Assembled message buffer = 01 0A 00 04 00 04 04 30 03 FF 0C 31
2017-09-29 14:07:44.100 [DEBUG] [ve.internal.protocol.ZWaveController] - Process Message = 01 0A 00 04 00 04 04 30 03 FF 0C 31
2017-09-29 14:07:44.103 [DEBUG] [ve.internal.protocol.ZWaveController] - Message: class=ApplicationCommandHandler[0x04], type=Request[0x00], priority=High, dest=255, callback=0, payload=00 04 04 30 03 FF 0C
2017-09-29 14:07:44.105 [DEBUG] [ssage.ApplicationCommandMessageClass] - NODE 4: Application Command Request (ALIVE:DETAILS)
2017-09-29 14:07:44.107 [DEBUG] [ssage.ApplicationCommandMessageClass] - NODE 4: Incoming command class SENSOR_BINARY
2017-09-29 14:07:44.109 [DEBUG] [dclass.ZWaveBinarySensorCommandClass] - NODE 4: Received SENSOR_BINARY command V2
2017-09-29 14:07:44.111 [DEBUG] [dclass.ZWaveBinarySensorCommandClass] - Processing Sensor Type 12
2017-09-29 14:07:44.112 [DEBUG] [dclass.ZWaveBinarySensorCommandClass] - Sensor Type is MOTION
2017-09-29 14:07:44.113 [DEBUG] [dclass.ZWaveBinarySensorCommandClass] - NODE 4: Sensor Binary report, type=Motion, value=255
2017-09-29 14:07:44.115 [DEBUG] [ve.internal.protocol.ZWaveController] - Notifying event listeners: ZWaveBinarySensorValueEvent
2017-09-29 14:07:44.116 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 4: Got an event from Z-Wave network: ZWaveBinarySensorValueEvent
2017-09-29 14:07:44.117 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 4: Got a value event from Z-Wave network, endpoint = 0, command class = SENSOR_BINARY, value = 255
2017-09-29 14:07:44.119 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 4: Updating channel state zwave:device:55555:node4:sensor_binary to ON [OnOffType]
2017-09-29 14:07:44.121 [DEBUG] [ssage.ApplicationCommandMessageClass] - NODE 2: Transaction not completed: node address inconsistent. lastSent=2, incoming=255
2017-09-29 14:08:00.878 [DEBUG] [WaveSerialHandler$ZWaveReceiveThread] - Receive Message = 01 0F 00 04 00 04 09 71 05 00 00 00 FF 07 08 00 7D
==> /var/log/openhab2/events.log <==
2017-09-29 14:08:00.880 [vent.ItemStateChangedEvent] - zwave_serial_zstick_55555_serial_sof changed from 350 to 351
==> /var/log/openhab2/openhab.log <==
2017-09-29 14:08:00.884 [DEBUG] [ve.internal.protocol.ZWaveController] - Receive queue TAKE: Length=0
2017-09-29 14:08:00.887 [DEBUG] [wave.internal.protocol.SerialMessage] - Assembled message buffer = 01 0F 00 04 00 04 09 71 05 00 00 00 FF 07 08 00 7D
2017-09-29 14:08:00.889 [DEBUG] [ve.internal.protocol.ZWaveController] - Process Message = 01 0F 00 04 00 04 09 71 05 00 00 00 FF 07 08 00 7D
2017-09-29 14:08:00.892 [DEBUG] [ve.internal.protocol.ZWaveController] - Message: class=ApplicationCommandHandler[0x04], type=Request[0x00], priority=High, dest=255, callback=0, payload=00 04 09 71 05 00 00 00 FF 07 08 00
2017-09-29 14:08:00.894 [DEBUG] [ssage.ApplicationCommandMessageClass] - NODE 4: Application Command Request (ALIVE:DETAILS)
2017-09-29 14:08:00.896 [DEBUG] [ssage.ApplicationCommandMessageClass] - NODE 4: Incoming command class ALARM
2017-09-29 14:08:00.897 [DEBUG] [WaveSerialHandler$ZWaveReceiveThread] - Receive Message = 01 0A 00 04 00 04 04 30 03 FF 0C 31
2017-09-29 14:08:00.898 [DEBUG] [.commandclass.ZWaveAlarmCommandClass] - NODE 4: Received ALARM command V8
2017-09-29 14:08:00.899 [DEBUG] [.commandclass.ZWaveAlarmCommandClass] - NODE 4: Process NOTIFICATION_REPORT V8
2017-09-29 14:08:00.901 [DEBUG] [.commandclass.ZWaveAlarmCommandClass] - NODE 4: NOTIFICATION report - 0 = 0, event=8, status=255
2017-09-29 14:08:00.903 [DEBUG] [.commandclass.ZWaveAlarmCommandClass] - NODE 4: Alarm Type = BURGLAR (0)
==> /var/log/openhab2/events.log <==
2017-09-29 14:08:00.904 [vent.ItemStateChangedEvent] - zwave_serial_zstick_55555_serial_sof changed from 351 to 352
==> /var/log/openhab2/openhab.log <==
2017-09-29 14:08:00.905 [DEBUG] [ve.internal.protocol.ZWaveController] - Notifying event listeners: ZWaveAlarmValueEvent
2017-09-29 14:08:00.907 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 4: Got an event from Z-Wave network: ZWaveAlarmValueEvent
2017-09-29 14:08:00.909 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 4: Got a value event from Z-Wave network, endpoint = 0, command class = ALARM, value = 255
2017-09-29 14:08:00.912 [DEBUG] [ternal.converter.ZWaveAlarmConverter] - Alarm converter processing NOTIFICATION
2017-09-29 14:08:00.914 [DEBUG] [ternal.converter.ZWaveAlarmConverter] - Alarm converter NOTIFICATION event is 8, type OnOffType
2017-09-29 14:08:00.916 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 4: Updating channel state zwave:device:55555:node4:alarm_burglar to ON [OnOffType]
2017-09-29 14:08:00.920 [DEBUG] [ssage.ApplicationCommandMessageClass] - NODE 2: Transaction not completed: node address inconsistent. lastSent=2, incoming=255
2017-09-29 14:08:00.922 [DEBUG] [ve.internal.protocol.ZWaveController] - Receive queue TAKE: Length=0
2017-09-29 14:08:00.924 [DEBUG] [wave.internal.protocol.SerialMessage] - Assembled message buffer = 01 0A 00 04 00 04 04 30 03 FF 0C 31
2017-09-29 14:08:00.927 [DEBUG] [ve.internal.protocol.ZWaveController] - Process Message = 01 0A 00 04 00 04 04 30 03 FF 0C 31
2017-09-29 14:08:00.930 [DEBUG] [ve.internal.protocol.ZWaveController] - Message: class=ApplicationCommandHandler[0x04], type=Request[0x00], priority=High, dest=255, callback=0, payload=00 04 04 30 03 FF 0C
2017-09-29 14:08:00.931 [DEBUG] [ssage.ApplicationCommandMessageClass] - NODE 4: Application Command Request (ALIVE:DETAILS)
2017-09-29 14:08:00.934 [DEBUG] [ssage.ApplicationCommandMessageClass] - NODE 4: Incoming command class SENSOR_BINARY
2017-09-29 14:08:00.935 [DEBUG] [dclass.ZWaveBinarySensorCommandClass] - NODE 4: Received SENSOR_BINARY command V2
2017-09-29 14:08:00.937 [DEBUG] [dclass.ZWaveBinarySensorCommandClass] - Processing Sensor Type 12
2017-09-29 14:08:00.939 [DEBUG] [dclass.ZWaveBinarySensorCommandClass] - Sensor Type is MOTION
2017-09-29 14:08:00.941 [DEBUG] [dclass.ZWaveBinarySensorCommandClass] - NODE 4: Sensor Binary report, type=Motion, value=255
2017-09-29 14:08:00.942 [DEBUG] [ve.internal.protocol.ZWaveController] - Notifying event listeners: ZWaveBinarySensorValueEvent
2017-09-29 14:08:00.944 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 4: Got an event from Z-Wave network: ZWaveBinarySensorValueEvent
2017-09-29 14:08:00.946 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 4: Got a value event from Z-Wave network, endpoint = 0, command class = SENSOR_BINARY, value = 255
2017-09-29 14:08:00.949 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 4: Updating channel state zwave:device:55555:node4:sensor_binary to ON [OnOffType]
2017-09-29 14:08:00.952 [DEBUG] [ssage.ApplicationCommandMessageClass] - NODE 2: Transaction not completed: node address inconsistent. lastSent=2, incoming=255