Z-wave Fibaro FGMS0001 Unknown Sensor Type = 54

Hi,

I’m using openhab2 on a rpi, and added my Fibaro FGMS 001 sensor. The temperature and luminance work fine, but i cannot get the burglaralarm, batterylevel, etc to work.
In the logs i see two error’s concerning the fibaro node (node9)

2017-01-18 10:38:07.845 [ERROR] [ss.ZWaveMultiLevelSensorCommandClass] - NODE 9: Unknown Sensor Type = 53, ignoring report.
2017-01-18 10:38:07.864 [ERROR] [ss.ZWaveMultiLevelSensorCommandClass] - NODE 9: Unknown Sensor Type = 54, ignoring report.
How do i get rid of these unknowns? I’m using the latest openhab snapshot and
Z-Wave binding 2.0.0.SNAPSHOT (zwave_version: 3.2)

Regards
Rino

That’s odd. I have two of these, and I’m not seeing this error. I’ve been running these for quite a while across many different builds (including the most recent build).

What version is showing up in HABmin? Here’s mine.

@chris can chime in here as well, but the SENSOR_MULTILEVEL command class is not used for BATTERY and ALARM notifications – they have their own command classes. And, those sensor types (53 and 54) look strange, too. If those are decimal numbers, they look like acceleration sensor types… And, that would make sense, since I don’t think the binding supports those yet.

You might need to provide a debug log showing what’s being sent to/from the node.

1 Like

Yes - it looks like we need to add the accelleration values into the binding. @rino can you provide a debug log showing the data that is received please?

Yes. Can you point me to instructions on how to generate such a debug log?

Launch the Karaf console as described here.
http://docs.openhab.org/administration/console.html

At the command prompt, enter the following command. Then cut out the relevant section of openhab.log and paste to this thread.

log:set DEBUG org.openhab.binding.zwave

You can turn off debug mode by entering this.

log:set INFO org.openhab.binding.zwave

Here is a piece of debug log with the “unknown sensor type”.
I only now notice the alarm does work.

2017-01-26 14:41:53.056 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 9: Got a value event from Z-Wave network, endpoint = 0, command class = SENSOR_MULTILEVEL, value = 1.8
2017-01-26 14:41:53.059 [DEBUG] [ssage.ApplicationCommandMessageClass] - NODE 20: Transaction not completed: node address inconsistent.  lastSent=20, incoming=255
2017-01-26 14:41:53.060 [DEBUG] [ve.internal.protocol.ZWaveController] - Receive queue TAKE: Length=0
2017-01-26 14:41:53.062 [DEBUG] [wave.internal.protocol.SerialMessage] - Assembled message buffer = 01 0B 00 04 00 09 05 31 05 35 21 E0 3C
2017-01-26 14:41:53.065 [DEBUG] [ve.internal.protocol.ZWaveController] - Process Message = 01 0B 00 04 00 09 05 31 05 35 21 E0 3C
2017-01-26 14:41:53.067 [DEBUG] [ve.internal.protocol.ZWaveController] - Message: class=ApplicationCommandHandler[0x04], type=Request[0x00], priority=High, dest=255, callback=0, payload=00 09 05 31 05 35 21 E0
2017-01-26 14:41:53.068 [DEBUG] [ssage.ApplicationCommandMessageClass] - NODE 9: Application Command Request (ALIVE:DETAILS)
2017-01-26 14:41:53.070 [DEBUG] [ssage.ApplicationCommandMessageClass] - NODE 9: Incoming command class SENSOR_MULTILEVEL
2017-01-26 14:41:53.071 [DEBUG] [ss.ZWaveMultiLevelSensorCommandClass] - NODE 9: Received COMMAND_CLASS_SENSOR_MULTILEVEL command V8
2017-01-26 14:41:53.072 [DEBUG] [WaveSerialHandler$ZWaveReceiveThread] - Receive Message = 01 0B 00 04 00 09 05 31 05 36 21 5E 81
2017-01-26 14:41:53.073 [DEBUG] [ss.ZWaveMultiLevelSensorCommandClass] - NODE 9: Sensor Multi Level REPORT received
2017-01-26 14:41:53.074 [ERROR] [ss.ZWaveMultiLevelSensorCommandClass] - NODE 9: Unknown Sensor Type = 53, ignoring report.
2017-01-26 14:41:53.075 [DEBUG] [ssage.ApplicationCommandMessageClass] - NODE 20: Transaction not completed: node address inconsistent.  lastSent=20, incoming=255
2017-01-26 14:41:53.077 [DEBUG] [ve.internal.protocol.ZWaveController] - Receive queue TAKE: Length=0
2017-01-26 14:41:53.079 [DEBUG] [wave.internal.protocol.SerialMessage] - Assembled message buffer = 01 0B 00 04 00 09 05 31 05 36 21 5E 81
2017-01-26 14:41:53.081 [DEBUG] [ve.internal.protocol.ZWaveController] - Process Message = 01 0B 00 04 00 09 05 31 05 36 21 5E 81
2017-01-26 14:41:53.082 [DEBUG] [ve.internal.protocol.ZWaveController] - Message: class=ApplicationCommandHandler[0x04], type=Request[0x00], priority=High, dest=255, callback=0, payload=00 09 05 31 05 36 21 5E
2017-01-26 14:41:53.084 [DEBUG] [ssage.ApplicationCommandMessageClass] - NODE 9: Application Command Request (ALIVE:DETAILS)
2017-01-26 14:41:53.086 [DEBUG] [ssage.ApplicationCommandMessageClass] - NODE 9: Incoming command class SENSOR_MULTILEVEL
2017-01-26 14:41:53.087 [DEBUG] [ss.ZWaveMultiLevelSensorCommandClass] - NODE 9: Received COMMAND_CLASS_SENSOR_MULTILEVEL command V8
2017-01-26 14:41:53.089 [DEBUG] [ss.ZWaveMultiLevelSensorCommandClass] - NODE 9: Sensor Multi Level REPORT received
2017-01-26 14:41:53.090 [ERROR] [ss.ZWaveMultiLevelSensorCommandClass] - NODE 9: Unknown Sensor Type = 54, ignoring report.

2017-01-26 14:43:18.290 [DEBUG] [WaveSerialHandler$ZWaveReceiveThread] - Receive Message = 01 0F 00 04 00 09 09 71 05 00 00 00 FF 07 03 00 7B
2017-01-26 14:43:18.293 [DEBUG] [ve.internal.protocol.ZWaveController] - Receive queue TAKE: Length=0
2017-01-26 14:43:18.295 [DEBUG] [wave.internal.protocol.SerialMessage] - Assembled message buffer = 01 0F 00 04 00 09 09 71 05 00 00 00 FF 07 03 00 7B
2017-01-26 14:43:18.297 [DEBUG] [ve.internal.protocol.ZWaveController] - Process Message = 01 0F 00 04 00 09 09 71 05 00 00 00 FF 07 03 00 7B
2017-01-26 14:43:18.299 [DEBUG] [ve.internal.protocol.ZWaveController] - Message: class=ApplicationCommandHandler[0x04], type=Request[0x00], priority=High, dest=255, callback=0, payload=00 09 09 71 05 00 00 00 FF 07 03 00
2017-01-26 14:43:18.301 [DEBUG] [ssage.ApplicationCommandMessageClass] - NODE 9: Application Command Request (ALIVE:DETAILS)
2017-01-26 14:43:18.302 [DEBUG] [ssage.ApplicationCommandMessageClass] - NODE 9: Incoming command class ALARM
2017-01-26 14:43:18.303 [DEBUG] [.commandclass.ZWaveAlarmCommandClass] - NODE 9: Received ALARM command V5
2017-01-26 14:43:18.304 [DEBUG] [.commandclass.ZWaveAlarmCommandClass] - NODE 9: Process NOTIFICATION_REPORT V5
2017-01-26 14:43:18.306 [DEBUG] [.commandclass.ZWaveAlarmCommandClass] - NODE 9: NOTIFICATION report - 0 = 0, event=3, status=255
2017-01-26 14:43:18.307 [DEBUG] [.commandclass.ZWaveAlarmCommandClass] - NODE 9: Alarm Type = BURGLAR (0)
2017-01-26 14:43:18.308 [DEBUG] [ve.internal.protocol.ZWaveController] - Notifying event listeners: ZWaveAlarmValueEvent
2017-01-26 14:43:18.309 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 9: Got an event from Z-Wave network: ZWaveAlarmValueEvent
2017-01-26 14:43:18.310 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 9: Got a value event from Z-Wave network, endpoint = 0, command class = ALARM, value = 255
2017-01-26 14:43:18.313 [DEBUG] [ternal.converter.ZWaveAlarmConverter] - Alarm converter processing NOTIFICATION
2017-01-26 14:43:18.314 [DEBUG] [ternal.converter.ZWaveAlarmConverter] - Alarm converter NOTIFICATION event is 3, type OnOffType
2017-01-26 14:43:18.315 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 9: Updating channel state zwave:device:158f1fe403d:node9:alarm_burglar to ON [OnOffType]
2017-01-26 14:43:18.318 [DEBUG] [ssage.ApplicationCommandMessageClass] - NODE 20: Transaction not completed: node address inconsistent.  lastSent=20, incoming=255



2017-01-26 14:43:49.147 [DEBUG] [WaveSerialHandler$ZWaveReceiveThread] - Receive Message = 01 10 00 04 00 09 0A 71 05 00 00 00 FF 07 00 01 03 66
2017-01-26 14:43:49.150 [DEBUG] [ve.internal.protocol.ZWaveController] - Receive queue TAKE: Length=0
2017-01-26 14:43:49.152 [DEBUG] [wave.internal.protocol.SerialMessage] - Assembled message buffer = 01 10 00 04 00 09 0A 71 05 00 00 00 FF 07 00 01 03 66
2017-01-26 14:43:49.154 [DEBUG] [ve.internal.protocol.ZWaveController] - Process Message = 01 10 00 04 00 09 0A 71 05 00 00 00 FF 07 00 01 03 66
2017-01-26 14:43:49.156 [DEBUG] [ve.internal.protocol.ZWaveController] - Message: class=ApplicationCommandHandler[0x04], type=Request[0x00], priority=High, dest=255, callback=0, payload=00 09 0A 71 05 00 00 00 FF 07 00 01 03
2017-01-26 14:43:49.157 [DEBUG] [ssage.ApplicationCommandMessageClass] - NODE 9: Application Command Request (ALIVE:DETAILS)
2017-01-26 14:43:49.159 [DEBUG] [ssage.ApplicationCommandMessageClass] - NODE 9: Incoming command class ALARM
2017-01-26 14:43:49.160 [DEBUG] [.commandclass.ZWaveAlarmCommandClass] - NODE 9: Received ALARM command V5
2017-01-26 14:43:49.161 [DEBUG] [.commandclass.ZWaveAlarmCommandClass] - NODE 9: Process NOTIFICATION_REPORT V5
2017-01-26 14:43:49.162 [DEBUG] [.commandclass.ZWaveAlarmCommandClass] - NODE 9: NOTIFICATION report - 0 = 0, event=0, status=255
2017-01-26 14:43:49.163 [DEBUG] [.commandclass.ZWaveAlarmCommandClass] - NODE 9: Alarm Type = BURGLAR (0)
2017-01-26 14:43:49.165 [DEBUG] [ve.internal.protocol.ZWaveController] - Notifying event listeners: ZWaveAlarmValueEvent
2017-01-26 14:43:49.166 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 9: Got an event from Z-Wave network: ZWaveAlarmValueEvent
2017-01-26 14:43:49.167 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 9: Got a value event from Z-Wave network, endpoint = 0, command class = ALARM, value = 255
2017-01-26 14:43:49.170 [DEBUG] [ternal.converter.ZWaveAlarmConverter] - Alarm converter processing NOTIFICATION
2017-01-26 14:43:49.171 [DEBUG] [ternal.converter.ZWaveAlarmConverter] - Alarm converter NOTIFICATION event is 0, type OnOffType
2017-01-26 14:43:49.172 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 9: Updating channel state zwave:device:158f1fe403d:node9:alarm_burglar to OFF [OnOffType]
2017-01-26 14:43:49.175 [DEBUG] [ssage.ApplicationCommandMessageClass] - NODE 20: Transaction not completed: node address inconsistent.  lastSent=20, incoming=255
2017-01-26 14:43:49.245 [DEBUG] [WaveSerialHandler$ZWaveReceiveThread] - Receive Message = 01 0B 00 04 00 09 05 31 05 34 21 0D D0
2017-01-26 14:43:49.249 [DEBUG] [ve.internal.protocol.ZWaveController] - Receive queue TAKE: Length=0
2017-01-26 14:43:49.251 [DEBUG] [wave.internal.protocol.SerialMessage] - Assembled message buffer = 01 0B 00 04 00 09 05 31 05 34 21 0D D0
2017-01-26 14:43:49.253 [DEBUG] [ve.internal.protocol.ZWaveController] - Process Message = 01 0B 00 04 00 09 05 31 05 34 21 0D D0
2017-01-26 14:43:49.255 [DEBUG] [ve.internal.protocol.ZWaveController] - Message: class=ApplicationCommandHandler[0x04], type=Request[0x00], priority=High, dest=255, callback=0, payload=00 09 05 31 05 34 21 0D
2017-01-26 14:43:49.256 [DEBUG] [ssage.ApplicationCommandMessageClass] - NODE 9: Application Command Request (ALIVE:DETAILS)
2017-01-26 14:43:49.258 [DEBUG] [ssage.ApplicationCommandMessageClass] - NODE 9: Incoming command class SENSOR_MULTILEVEL
2017-01-26 14:43:49.259 [DEBUG] [ss.ZWaveMultiLevelSensorCommandClass] - NODE 9: Received COMMAND_CLASS_SENSOR_MULTILEVEL command V8
2017-01-26 14:43:49.260 [DEBUG] [ss.ZWaveMultiLevelSensorCommandClass] - NODE 9: Sensor Multi Level REPORT received
2017-01-26 14:43:49.261 [DEBUG] [ss.ZWaveMultiLevelSensorCommandClass] - NODE 9: Sensor Type = MaxType(52), Scale = 0
2017-01-26 14:43:49.262 [DEBUG] [ss.ZWaveMultiLevelSensorCommandClass] - NODE 9: Sensor Value = 1.3
2017-01-26 14:43:49.264 [DEBUG] [ve.internal.protocol.ZWaveController] - Notifying event listeners: ZWaveMultiLevelSensorValueEvent
2017-01-26 14:43:49.265 [DEBUG] [WaveSerialHandler$ZWaveReceiveThread] - Receive Message = 01 0B 00 04 00 09 05 31 05 35 21 DC 00
2017-01-26 14:43:49.265 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 9: Got an event from Z-Wave network: ZWaveMultiLevelSensorValueEvent
2017-01-26 14:43:49.267 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 9: Got a value event from Z-Wave network, endpoint = 0, command class = SENSOR_MULTILEVEL, value = 1.3
2017-01-26 14:43:49.270 [DEBUG] [ssage.ApplicationCommandMessageClass] - NODE 20: Transaction not completed: node address inconsistent.  lastSent=20, incoming=255
2017-01-26 14:43:49.271 [DEBUG] [ve.internal.protocol.ZWaveController] - Receive queue TAKE: Length=0
2017-01-26 14:43:49.273 [DEBUG] [wave.internal.protocol.SerialMessage] - Assembled message buffer = 01 0B 00 04 00 09 05 31 05 35 21 DC 00
2017-01-26 14:43:49.275 [DEBUG] [ve.internal.protocol.ZWaveController] - Process Message = 01 0B 00 04 00 09 05 31 05 35 21 DC 00
2017-01-26 14:43:49.277 [DEBUG] [ve.internal.protocol.ZWaveController] - Message: class=ApplicationCommandHandler[0x04], type=Request[0x00], priority=High, dest=255, callback=0, payload=00 09 05 31 05 35 21 DC
2017-01-26 14:43:49.278 [DEBUG] [ssage.ApplicationCommandMessageClass] - NODE 9: Application Command Request (ALIVE:DETAILS)
2017-01-26 14:43:49.279 [DEBUG] [ssage.ApplicationCommandMessageClass] - NODE 9: Incoming command class SENSOR_MULTILEVEL
2017-01-26 14:43:49.281 [DEBUG] [ss.ZWaveMultiLevelSensorCommandClass] - NODE 9: Received COMMAND_CLASS_SENSOR_MULTILEVEL command V8
2017-01-26 14:43:49.282 [DEBUG] [ss.ZWaveMultiLevelSensorCommandClass] - NODE 9: Sensor Multi Level REPORT received
2017-01-26 14:43:49.283 [ERROR] [ss.ZWaveMultiLevelSensorCommandClass] - NODE 9: Unknown Sensor Type = 53, ignoring report.
2017-01-26 14:43:49.284 [DEBUG] [WaveSerialHandler$ZWaveReceiveThread] - Receive Message = 01 0B 00 04 00 09 05 31 05 36 21 5D 82
2017-01-26 14:43:49.284 [DEBUG] [ssage.ApplicationCommandMessageClass] - NODE 20: Transaction not completed: node address inconsistent.  lastSent=20, incoming=255
2017-01-26 14:43:49.288 [DEBUG] [ve.internal.protocol.ZWaveController] - Receive queue TAKE: Length=0
2017-01-26 14:43:49.290 [DEBUG] [wave.internal.protocol.SerialMessage] - Assembled message buffer = 01 0B 00 04 00 09 05 31 05 36 21 5D 82
2017-01-26 14:43:49.292 [DEBUG] [ve.internal.protocol.ZWaveController] - Process Message = 01 0B 00 04 00 09 05 31 05 36 21 5D 82
2017-01-26 14:43:49.294 [DEBUG] [ve.internal.protocol.ZWaveController] - Message: class=ApplicationCommandHandler[0x04], type=Request[0x00], priority=High, dest=255, callback=0, payload=00 09 05 31 05 36 21 5D
2017-01-26 14:43:49.295 [DEBUG] [ssage.ApplicationCommandMessageClass] - NODE 9: Application Command Request (ALIVE:DETAILS)
2017-01-26 14:43:49.297 [DEBUG] [ssage.ApplicationCommandMessageClass] - NODE 9: Incoming command class SENSOR_MULTILEVEL
2017-01-26 14:43:49.298 [DEBUG] [ss.ZWaveMultiLevelSensorCommandClass] - NODE 9: Received COMMAND_CLASS_SENSOR_MULTILEVEL command V8
2017-01-26 14:43:49.299 [DEBUG] [ss.ZWaveMultiLevelSensorCommandClass] - NODE 9: Sensor Multi Level REPORT received
2017-01-26 14:43:49.300 [ERROR] [ss.ZWaveMultiLevelSensorCommandClass] - NODE 9: Unknown Sensor Type = 54, ignoring report.
2017-01-26 14:43:49.301 [DEBUG] [ssage.ApplicationCommandMessageClass] - NODE 20: Transaction not completed: node address inconsistent.  lastSent=20, incoming=255
2017-01-26 14:44:10.170 [DEBUG] [WaveSerialHandler$ZWaveReceiveThread] - Receive Message = 01 10 00 04 00 09 0A 71 05 00 00 00 FF 07 00 01 08 6D
2017-01-26 14:44:10.175 [DEBUG] [ve.internal.protocol.ZWaveController] - Receive queue TAKE: Length=0
2017-01-26 14:44:10.177 [DEBUG] [wave.internal.protocol.SerialMessage] - Assembled message buffer = 01 10 00 04 00 09 0A 71 05 00 00 00 FF 07 00 01 08 6D
2017-01-26 14:44:10.179 [DEBUG] [ve.internal.protocol.ZWaveController] - Process Message = 01 10 00 04 00 09 0A 71 05 00 00 00 FF 07 00 01 08 6D
2017-01-26 14:44:10.181 [DEBUG] [ve.internal.protocol.ZWaveController] - Message: class=ApplicationCommandHandler[0x04], type=Request[0x00], priority=High, dest=255, callback=0, payload=00 09 0A 71 05 00 00 00 FF 07 00 01 08
2017-01-26 14:44:10.183 [DEBUG] [ssage.ApplicationCommandMessageClass] - NODE 9: Application Command Request (ALIVE:DETAILS)
2017-01-26 14:44:10.184 [DEBUG] [ssage.ApplicationCommandMessageClass] - NODE 9: Incoming command class ALARM
2017-01-26 14:44:10.186 [DEBUG] [.commandclass.ZWaveAlarmCommandClass] - NODE 9: Received ALARM command V5
2017-01-26 14:44:10.187 [DEBUG] [.commandclass.ZWaveAlarmCommandClass] - NODE 9: Process NOTIFICATION_REPORT V5
2017-01-26 14:44:10.188 [DEBUG] [.commandclass.ZWaveAlarmCommandClass] - NODE 9: NOTIFICATION report - 0 = 0, event=0, status=255
2017-01-26 14:44:10.190 [DEBUG] [.commandclass.ZWaveAlarmCommandClass] - NODE 9: Alarm Type = BURGLAR (0)
2017-01-26 14:44:10.191 [DEBUG] [ve.internal.protocol.ZWaveController] - Notifying event listeners: ZWaveAlarmValueEvent
2017-01-26 14:44:10.271 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 9: Got an event from Z-Wave network: ZWaveAlarmValueEvent
2017-01-26 14:44:10.276 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 9: Got a value event from Z-Wave network, endpoint = 0, command class = ALARM, value = 255
2017-01-26 14:44:10.277 [DEBUG] [ternal.converter.ZWaveAlarmConverter] - Alarm converter processing NOTIFICATION
2017-01-26 14:44:10.278 [DEBUG] [ternal.converter.ZWaveAlarmConverter] - Alarm converter NOTIFICATION event is 0, type OnOffType
2017-01-26 14:44:10.279 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 9: Updating channel state zwave:device:158f1fe403d:node9:alarm_burglar to OFF [OnOffType]
2017-01-26 14:44:10.282 [DEBUG] [ssage.ApplicationCommandMessageClass] - NODE 20: Transaction not completed: node address inconsistent.  lastSent=20, incoming=255
2017-01-26 14:44:14.685 [DEBUG] [WaveSerialHandler$ZWaveReceiveThread] - Receive Message = 01 0F 00 04 00 09 09 71 05 00 00 00 FF 07 08 00 70
2017-01-26 14:44:14.689 [DEBUG] [ve.internal.protocol.ZWaveController] - Receive queue TAKE: Length=0
2017-01-26 14:44:14.691 [DEBUG] [wave.internal.protocol.SerialMessage] - Assembled message buffer = 01 0F 00 04 00 09 09 71 05 00 00 00 FF 07 08 00 70
2017-01-26 14:44:14.693 [DEBUG] [ve.internal.protocol.ZWaveController] - Process Message = 01 0F 00 04 00 09 09 71 05 00 00 00 FF 07 08 00 70
2017-01-26 14:44:14.696 [DEBUG] [ve.internal.protocol.ZWaveController] - Message: class=ApplicationCommandHandler[0x04], type=Request[0x00], priority=High, dest=255, callback=0, payload=00 09 09 71 05 00 00 00 FF 07 08 00
2017-01-26 14:44:14.697 [DEBUG] [ssage.ApplicationCommandMessageClass] - NODE 9: Application Command Request (ALIVE:DETAILS)
2017-01-26 14:44:14.699 [DEBUG] [ssage.ApplicationCommandMessageClass] - NODE 9: Incoming command class ALARM
2017-01-26 14:44:14.700 [DEBUG] [.commandclass.ZWaveAlarmCommandClass] - NODE 9: Received ALARM command V5
2017-01-26 14:44:14.701 [DEBUG] [.commandclass.ZWaveAlarmCommandClass] - NODE 9: Process NOTIFICATION_REPORT V5
2017-01-26 14:44:14.703 [DEBUG] [.commandclass.ZWaveAlarmCommandClass] - NODE 9: NOTIFICATION report - 0 = 0, event=8, status=255
2017-01-26 14:44:14.704 [DEBUG] [.commandclass.ZWaveAlarmCommandClass] - NODE 9: Alarm Type = BURGLAR (0)
2017-01-26 14:44:14.706 [DEBUG] [ve.internal.protocol.ZWaveController] - Notifying event listeners: ZWaveAlarmValueEvent
2017-01-26 14:44:14.707 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 9: Got an event from Z-Wave network: ZWaveAlarmValueEvent
2017-01-26 14:44:14.709 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 9: Got a value event from Z-Wave network, endpoint = 0, command class = ALARM, value = 255
2017-01-26 14:44:14.712 [DEBUG] [ternal.converter.ZWaveAlarmConverter] - Alarm converter processing NOTIFICATION
2017-01-26 14:44:14.714 [DEBUG] [ternal.converter.ZWaveAlarmConverter] - Alarm converter NOTIFICATION event is 8, type OnOffType
2017-01-26 14:44:14.715 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 9: Updating channel state zwave:device:158f1fe403d:node9:alarm_burglar to ON [OnOffType]
2017-01-26 14:44:14.719 [DEBUG] [ssage.ApplicationCommandMessageClass] - NODE 20: Transaction not completed: node address inconsistent.  lastSent=20, incoming=255
2017-01-26 14:44:17.812 [DEBUG] [WaveSerialHandler$ZWaveReceiveThread] - Receive Message = 01 0F 00 04 00 09 09 71 05 00 00 00 FF 07 03 00 7B
2017-01-26 14:44:17.817 [DEBUG] [ve.internal.protocol.ZWaveController] - Receive queue TAKE: Length=0
2017-01-26 14:44:17.819 [DEBUG] [wave.internal.protocol.SerialMessage] - Assembled message buffer = 01 0F 00 04 00 09 09 71 05 00 00 00 FF 07 03 00 7B
2017-01-26 14:44:17.821 [DEBUG] [ve.internal.protocol.ZWaveController] - Process Message = 01 0F 00 04 00 09 09 71 05 00 00 00 FF 07 03 00 7B
2017-01-26 14:44:17.823 [DEBUG] [ve.internal.protocol.ZWaveController] - Message: class=ApplicationCommandHandler[0x04], type=Request[0x00], priority=High, dest=255, callback=0, payload=00 09 09 71 05 00 00 00 FF 07 03 00
2017-01-26 14:44:17.824 [DEBUG] [ssage.ApplicationCommandMessageClass] - NODE 9: Application Command Request (ALIVE:DETAILS)
2017-01-26 14:44:17.826 [DEBUG] [ssage.ApplicationCommandMessageClass] - NODE 9: Incoming command class ALARM
2017-01-26 14:44:17.827 [DEBUG] [.commandclass.ZWaveAlarmCommandClass] - NODE 9: Received ALARM command V5
2017-01-26 14:44:17.828 [DEBUG] [.commandclass.ZWaveAlarmCommandClass] - NODE 9: Process NOTIFICATION_REPORT V5
2017-01-26 14:44:17.829 [DEBUG] [.commandclass.ZWaveAlarmCommandClass] - NODE 9: NOTIFICATION report - 0 = 0, event=3, status=255
2017-01-26 14:44:17.830 [DEBUG] [.commandclass.ZWaveAlarmCommandClass] - NODE 9: Alarm Type = BURGLAR (0)
2017-01-26 14:44:17.832 [DEBUG] [ve.internal.protocol.ZWaveController] - Notifying event listeners: ZWaveAlarmValueEvent
2017-01-26 14:44:17.833 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 9: Got an event from Z-Wave network: ZWaveAlarmValueEvent
2017-01-26 14:44:17.834 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 9: Got a value event from Z-Wave network, endpoint = 0, command class = ALARM, value = 255
2017-01-26 14:44:17.837 [DEBUG] [ternal.converter.ZWaveAlarmConverter] - Alarm converter processing NOTIFICATION
2017-01-26 14:44:17.838 [DEBUG] [ternal.converter.ZWaveAlarmConverter] - Alarm converter NOTIFICATION event is 3, type OnOffType
2017-01-26 14:44:17.839 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 9: Updating channel state zwave:device:158f1fe403d:node9:alarm_burglar to ON [OnOffType]
2017-01-26 14:44:17.843 [DEBUG] [ssage.ApplicationCommandMessageClass] - NODE 20: Transaction not completed: node address inconsistent.  lastSent=20, incoming=255
2017-01-26 14:44:21.961 [DEBUG] [WaveSerialHandler$ZWaveReceiveThread] - Receive Message = 01 0C 00 04 00 09 06 31 05 03 0A 00 50 95
2017-01-26 14:44:21.966 [DEBUG] [ve.internal.protocol.ZWaveController] - Receive queue TAKE: Length=0
2017-01-26 14:44:21.968 [DEBUG] [wave.internal.protocol.SerialMessage] - Assembled message buffer = 01 0C 00 04 00 09 06 31 05 03 0A 00 50 95
2017-01-26 14:44:21.970 [DEBUG] [ve.internal.protocol.ZWaveController] - Process Message = 01 0C 00 04 00 09 06 31 05 03 0A 00 50 95
2017-01-26 14:44:21.973 [DEBUG] [ve.internal.protocol.ZWaveController] - Message: class=ApplicationCommandHandler[0x04], type=Request[0x00], priority=High, dest=255, callback=0, payload=00 09 06 31 05 03 0A 00 50
2017-01-26 14:44:21.975 [DEBUG] [ssage.ApplicationCommandMessageClass] - NODE 9: Application Command Request (ALIVE:DETAILS)
2017-01-26 14:44:21.976 [DEBUG] [ssage.ApplicationCommandMessageClass] - NODE 9: Incoming command class SENSOR_MULTILEVEL
2017-01-26 14:44:21.978 [DEBUG] [ss.ZWaveMultiLevelSensorCommandClass] - NODE 9: Received COMMAND_CLASS_SENSOR_MULTILEVEL command V8
2017-01-26 14:44:21.980 [DEBUG] [ss.ZWaveMultiLevelSensorCommandClass] - NODE 9: Sensor Multi Level REPORT received
2017-01-26 14:44:21.982 [DEBUG] [ss.ZWaveMultiLevelSensorCommandClass] - NODE 9: Sensor Type = Luminance(3), Scale = 1
2017-01-26 14:44:21.984 [DEBUG] [ss.ZWaveMultiLevelSensorCommandClass] - NODE 9: Sensor Value = 8E+1
2017-01-26 14:44:21.986 [DEBUG] [ve.internal.protocol.ZWaveController] - Notifying event listeners: ZWaveMultiLevelSensorValueEvent
2017-01-26 14:44:21.987 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 9: Got an event from Z-Wave network: ZWaveMultiLevelSensorValueEvent
2017-01-26 14:44:21.989 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 9: Got a value event from Z-Wave network, endpoint = 0, command class = SENSOR_MULTILEVEL, value = 8E+1
2017-01-26 14:44:21.992 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 9: Updating channel state zwave:device:158f1fe403d:node9:sensor_luminance to 80 [DecimalType]
2017-01-26 14:44:21.996 [DEBUG] [ssage.ApplicationCommandMessageClass] - NODE 20: Transaction not completed: node address inconsistent.  lastSent=20, incoming=255

Thanks - I’ll try and look at this tonight - if not then over the weekend.

FTR -: