[SOLVED] Vision Door/Windows sensor zd2102 open/close and tamper are not triggered to different events

Thank you for the update. I grabbed the latest build and then removed and readded the device using HABmin. I then updated the items file to include a item and associated it to the new channel. Should I have done anything additional to apply the changes?

Contact FF_Mud_Entry_Sensor "Mud Entry [%s]" <door> (FF_Mud, Door) {channel="zwave:device:cab10335:node23:sensor_door"}
Number FF_Mud_Entry_Battery "Mud Entry Battery [%d %%]" <energy> (FF_Mud, Status) {channel="zwave:device:cab10335:node23:battery-level"}
Switch FF_Mud_Entry_Tamper "Mud Tamper [%s]" <siren> (FF_Mud, Status) {channel="zwave:device:cab10335:node23:alarm_burglar"}
Switch FF_Mud_Entry_Binary "Mud Entry Binary [%s]" <door> (FF_Mud, Door) {channel="zwave:device:cab10335:node23:sensor_binary"}

I’m new to these logs so I’m not really sure what to make of everything but my interpretation is that the only channel I’m seeing get updated is alarm_burglar.

When I remove the magnet to put the Reed Switch into open I get:

2018-01-20 10:16:37.547 [DEBUG] [ssage.ApplicationCommandMessageClass] - NODE 23: Application Command Request (ALIVE:DYNAMIC_VALUES)
2018-01-20 10:16:37.550 [DEBUG] [ssage.ApplicationCommandMessageClass] - NODE 23: Incoming command class BASIC
2018-01-20 10:16:37.552 [DEBUG] [.commandclass.ZWaveBasicCommandClass] - NODE 23: Received Basic Request
2018-01-20 10:16:37.555 [DEBUG] [.commandclass.ZWaveBasicCommandClass] - NODE 23: Basic Set sent to the controller will be processed as Basic Report
2018-01-20 10:16:37.557 [DEBUG] [.commandclass.ZWaveBasicCommandClass] - NODE 23: Basic report, value = 0xFF
2018-01-20 10:16:37.562 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 23: Got an event from Z-Wave network: ZWaveCommandClassValueEvent
2018-01-20 10:16:37.564 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 23: Got a value event from Z-Wave network, endpoint = 0, command class = BASIC, value = 255
2018-01-20 10:16:37.567 [DEBUG] [.serialmessage.ZWaveCommandProcessor] - Checking transaction complete: Message has Ack Pending: Message: class=SendData[0x13], type=Request[0x00], priority=Immediate, dest=23, callback=159, payload=17 02 30 02 
2018-01-20 10:16:37.616 [DEBUG] [ssage.ApplicationCommandMessageClass] - NODE 23: Application Command Request (ALIVE:DYNAMIC_VALUES)
2018-01-20 10:16:37.617 [DEBUG] [ssage.ApplicationCommandMessageClass] - NODE 23: Incoming command class BASIC
2018-01-20 10:16:37.619 [DEBUG] [.commandclass.ZWaveBasicCommandClass] - NODE 23: Received Basic Request
2018-01-20 10:16:37.620 [DEBUG] [.commandclass.ZWaveBasicCommandClass] - NODE 23: Basic Set sent to the controller will be processed as Basic Report
2018-01-20 10:16:37.621 [DEBUG] [.commandclass.ZWaveBasicCommandClass] - NODE 23: Basic report, value = 0xFF
2018-01-20 10:16:37.623 [DEBUG] [ve.internal.protocol.ZWaveController] - Notifying event listeners: ZWaveCommandClassValueEvent
2018-01-20 10:16:37.624 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 23: Got an event from Z-Wave network: ZWaveCommandClassValueEvent
2018-01-20 10:16:37.625 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 23: Got a value event from Z-Wave network, endpoint = 0, command class = BASIC, value = 255
2018-01-20 10:16:37.627 [DEBUG] [.serialmessage.ZWaveCommandProcessor] - Checking transaction complete: Message has Ack Pending: Message: class=SendData[0x13], type=Request[0x00], priority=Immediate, dest=23, callback=159, payload=17 02 30 02 
2018-01-20 10:16:37.912 [DEBUG] [ssage.ApplicationCommandMessageClass] - NODE 23: Application Command Request (ALIVE:DYNAMIC_VALUES)
2018-01-20 10:16:37.916 [DEBUG] [ssage.ApplicationCommandMessageClass] - NODE 23: Incoming command class BASIC
2018-01-20 10:16:37.920 [DEBUG] [.commandclass.ZWaveBasicCommandClass] - NODE 23: Received Basic Request
2018-01-20 10:16:37.923 [DEBUG] [.commandclass.ZWaveBasicCommandClass] - NODE 23: Basic Set sent to the controller will be processed as Basic Report
2018-01-20 10:16:37.927 [DEBUG] [.commandclass.ZWaveBasicCommandClass] - NODE 23: Basic report, value = 0xFF
2018-01-20 10:16:37.934 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 23: Got an event from Z-Wave network: ZWaveCommandClassValueEvent
2018-01-20 10:16:37.937 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 23: Got a value event from Z-Wave network, endpoint = 0, command class = BASIC, value = 255
2018-01-20 10:16:37.941 [DEBUG] [.serialmessage.ZWaveCommandProcessor] - Checking transaction complete: Message has Ack Pending: Message: class=SendData[0x13], type=Request[0x00], priority=Immediate, dest=23, callback=159, payload=17 02 30 02 
2018-01-20 10:16:38.041 [DEBUG] [ssage.ApplicationCommandMessageClass] - NODE 23: Application Command Request (ALIVE:DYNAMIC_VALUES)
2018-01-20 10:16:38.045 [DEBUG] [ssage.ApplicationCommandMessageClass] - NODE 23: Incoming command class ALARM
2018-01-20 10:16:38.048 [DEBUG] [.commandclass.ZWaveAlarmCommandClass] - NODE 23: Received ALARM command V2
2018-01-20 10:16:38.051 [DEBUG] [.commandclass.ZWaveAlarmCommandClass] - NODE 23: Process NOTIFICATION_REPORT V2
2018-01-20 10:16:38.053 [DEBUG] [.commandclass.ZWaveAlarmCommandClass] - NODE 23: NOTIFICATION report - 7 = 255, event=2, status=255
2018-01-20 10:16:38.056 [DEBUG] [.commandclass.ZWaveAlarmCommandClass] - NODE 23: Alarm Type = BURGLAR (7)
2018-01-20 10:16:38.061 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 23: Got an event from Z-Wave network: ZWaveAlarmValueEvent
2018-01-20 10:16:38.063 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 23: Got a value event from Z-Wave network, endpoint = 0, command class = ALARM, value = 255
2018-01-20 10:16:38.076 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 23: Updating channel state zwave:device:cab10335:node23:alarm_burglar to ON [OnOffType]
2018-01-20 10:16:38.081 [DEBUG] [.serialmessage.ZWaveCommandProcessor] - Checking transaction complete: Message has Ack Pending: Message: class=SendData[0x13], type=Request[0x00], priority=Immediate, dest=23, callback=159, payload=17 02 30 02 

I see that there is a BASIC command coming in with a value of 0xFF. Shouldn’t that be what updates the channel for the sensor_door to open?

I also see an ALARM command coming in immediately after with the Alarm Type BURGLAR and a NOTIFICATION report - 7 = 255, event=2, status=255 which is what I assume made the alarm_burglar update to ON.

I don’t see anything in the logs for the node while the Reed Switch remains open.

When I return the magnet to close the reed switch I get:

2018-01-20 10:42:59.025 [DEBUG] [ssage.ApplicationCommandMessageClass] - NODE 23: Application Command Request (ALIVE:DYNAMIC_VALUES)
2018-01-20 10:42:59.028 [DEBUG] [ssage.ApplicationCommandMessageClass] - NODE 23: Incoming command class BASIC
2018-01-20 10:42:59.030 [DEBUG] [.commandclass.ZWaveBasicCommandClass] - NODE 23: Received Basic Request
2018-01-20 10:42:59.031 [DEBUG] [.commandclass.ZWaveBasicCommandClass] - NODE 23: Basic Set sent to the controller will be processed as Basic Report
2018-01-20 10:42:59.032 [DEBUG] [.commandclass.ZWaveBasicCommandClass] - NODE 23: Basic report, value = 0x00
2018-01-20 10:42:59.035 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 23: Got an event from Z-Wave network: ZWaveCommandClassValueEvent
2018-01-20 10:42:59.036 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 23: Got a value event from Z-Wave network, endpoint = 0, command class = BASIC, value = 0
2018-01-20 10:42:59.088 [DEBUG] [ssage.ApplicationCommandMessageClass] - NODE 23: Application Command Request (ALIVE:DYNAMIC_VALUES)
2018-01-20 10:42:59.090 [DEBUG] [ssage.ApplicationCommandMessageClass] - NODE 23: Incoming command class ALARM
2018-01-20 10:42:59.091 [DEBUG] [.commandclass.ZWaveAlarmCommandClass] - NODE 23: Received ALARM command V2
2018-01-20 10:42:59.092 [DEBUG] [.commandclass.ZWaveAlarmCommandClass] - NODE 23: Process NOTIFICATION_REPORT V2
2018-01-20 10:42:59.093 [DEBUG] [.commandclass.ZWaveAlarmCommandClass] - NODE 23: NOTIFICATION report - 7 = 0, event=2, status=255
2018-01-20 10:42:59.095 [DEBUG] [.commandclass.ZWaveAlarmCommandClass] - NODE 23: Alarm Type = BURGLAR (7)
2018-01-20 10:42:59.097 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 23: Got an event from Z-Wave network: ZWaveAlarmValueEvent
2018-01-20 10:42:59.098 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 23: Got a value event from Z-Wave network, endpoint = 0, command class = ALARM, value = 255
2018-01-20 10:42:59.103 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 23: Updating channel state zwave:device:cab10335:node23:alarm_burglar to ON [OnOffType]

I see that there is a BASIC command coming in with a value of 0x00. Shouldn’t that be what updates the channel for the sensor_door to closed?

I also see an ALARM command coming in immediately after with the Alarm Type BURGLAR and a NOTIFICATION report - 7 = 0, event=2, status=255 which is what I assume made the alarm_burglar update but why is it still to ON? The difference I see is that the report is “255” for open and “0” for closed.

When I remove the back cover I get:

2018-01-20 10:12:59.115 [DEBUG] [ssage.ApplicationCommandMessageClass] - NODE 23: Application Command Request (ALIVE:DYNAMIC_VALUES)
2018-01-20 10:12:59.117 [DEBUG] [ssage.ApplicationCommandMessageClass] - NODE 23: Incoming command class ALARM
2018-01-20 10:12:59.119 [DEBUG] [.commandclass.ZWaveAlarmCommandClass] - NODE 23: Received ALARM command V2
2018-01-20 10:12:59.120 [DEBUG] [.commandclass.ZWaveAlarmCommandClass] - NODE 23: Process NOTIFICATION_REPORT V2
2018-01-20 10:12:59.122 [DEBUG] [.commandclass.ZWaveAlarmCommandClass] - NODE 23: NOTIFICATION report - 7 = 255, event=3, status=255
2018-01-20 10:12:59.124 [DEBUG] [.commandclass.ZWaveAlarmCommandClass] - NODE 23: Alarm Type = BURGLAR (7)
2018-01-20 10:12:59.128 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 23: Got an event from Z-Wave network: ZWaveAlarmValueEvent
2018-01-20 10:12:59.129 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 23: Got a value event from Z-Wave network, endpoint = 0, command class = ALARM, value = 255
2018-01-20 10:12:59.135 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 23: Updating channel state zwave:device:cab10335:node23:alarm_burglar to ON [OnOffType]

The same alarm_burglar is triggered to on. The difference I noticed in this command over the reed switch command is the NOTIFICATION report - 7 = 255, event=3, status=255. It is a event 3 instead of the 2 for the reed switch. This matches with what @HomeAutomation included earlier

The same commands repeat in the logs every 20-seconds while the back cover is off.

When I return the cover I get:

2018-01-20 10:15:32.035 [DEBUG] [commandclass.ZWaveWakeUpCommandClass] - NODE 23: Is awake with 3 messages in the wake-up queue.
2018-01-20 10:15:32.040 [DEBUG] [alization.ZWaveNodeInitStageAdvancer] - NODE 23: Wakeup during initialisation.
2018-01-20 10:15:32.042 [DEBUG] [alization.ZWaveNodeInitStageAdvancer] - NODE 23: Node advancer - DYNAMIC_VALUES: queue length(3), free to send(false)
2018-01-20 10:15:32.045 [DEBUG] [alization.ZWaveNodeInitStageAdvancer] - NODE 23: Node advancer - queued packet. Queue length is 3
2018-01-20 10:15:32.050 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 23: Got an event from Z-Wave network: ZWaveWakeUpEvent
2018-01-20 10:15:32.052 [DEBUG] [ing.zwave.handler.ZWaveSerialHandler] - NODE 23: Sending REQUEST Message = 01 0B 00 13 17 04 71 04 00 06 25 9E 3C 
2018-01-20 10:15:32.078 [me.event.ThingUpdatedEvent] - Thing 'zwave:device:cab10335:node23' has been updated.
2018-01-20 10:15:32.084 [DEBUG] [l.serialmessage.SendDataMessageClass] - NODE 23: Sent Data successfully placed on stack.
2018-01-20 10:15:32.281 [DEBUG] [l.serialmessage.SendDataMessageClass] - NODE 23: SendData Request. CallBack ID = 158, Status = Transmission complete and ACK received(0)
2018-01-20 10:15:32.285 [DEBUG] [.serialmessage.ZWaveCommandProcessor] - Checking transaction complete: Sent Message: class=SendData[0x13], type=Request[0x00], priority=Get, dest=23, callback=158, payload=17 04 71 04 00 06 
2018-01-20 10:15:37.055 [DEBUG] [ocol.ZWaveController$ZWaveSendThread] - NODE 23: Timeout while sending message. Requeueing - 1 attempts left!
2018-01-20 10:15:37.060 [DEBUG] [commandclass.ZWaveWakeUpCommandClass] - NODE 23: Is sleeping
2018-01-20 10:15:37.062 [DEBUG] [commandclass.ZWaveWakeUpCommandClass] - NODE 23: Message already on the wake-up queue. Removing original.
2018-01-20 10:15:37.065 [DEBUG] [commandclass.ZWaveWakeUpCommandClass] - NODE 23: Putting message SendData in wakeup queue.
2018-01-20 10:15:37.070 [DEBUG] [commandclass.ZWaveWakeUpCommandClass] - NODE 23: Putting message SendData in wakeup queue.

I didn’t see any channel updates being triggered and I also didn’t see any NOTIFICATION report.

I apologize for such a long response but I am really trying to learn so that I can help troubleshoot these types of issues more quickly and maybe be of help to others in the future.

Thank you,
B34N

We don’t normally use the basic class - only for very old devices. It’s normally used to trigger other devices (eg you can use it to turn on lights).

According to the spec, both events 2 and 3 are associated with the tamper alarm, so I’m not sure why it seems that event 2 is being sent when you trigger the door sensor?

Can you post the XML file for the device? One thing I could suggest is to use the latest dev (ie security) version - this has much better support for notifications.

According to what @HomeAutomation posted earlier from the manufacturer, Door/Reed Switch is 0x02 and Tamper Switch is 0x03 for Alarm Event. That matches with what I’m seeing.

<node>
  <deviceClass>
    <basicDeviceClass>ROUTING_SLAVE</basicDeviceClass>
    <genericDeviceClass>BINARY_SENSOR</genericDeviceClass>
    <specificDeviceClass>ROUTING_SENSOR_BINARY</specificDeviceClass>
  </deviceClass>
  <homeId>0xf67d3453</homeId>
  <nodeId>23</nodeId>
  <version>4</version>
  <manufacturer>0x109</manufacturer>
  <deviceId>0x102</deviceId>
  <deviceType>0x2001</deviceType>
  <listening>false</listening>
  <frequentlyListening>false</frequentlyListening>
  <routing>true</routing>
  <security>false</security>
  <beaming>true</beaming>
  <maxBaudRate>40000</maxBaudRate>
  <nodeInformationFrame>
    <commandClass>ALARM</commandClass>
    <commandClass>ASSOCIATION</commandClass>
    <commandClass>BATTERY</commandClass>
    <commandClass>MANUFACTURER_SPECIFIC</commandClass>
    <commandClass>SENSOR_BINARY</commandClass>
    <commandClass>VERSION</commandClass>
    <commandClass>WAKE_UP</commandClass>
  </nodeInformationFrame>
  <supportedCommandClasses>
    <entry>
      <commandClass>SENSOR_BINARY</commandClass>
      <binarySensorCommandClass>
        <version>1</version>
        <instances>1</instances>
        <versionSupported>1</versionSupported>
        <isGetSupported>true</isGetSupported>
        <types/>
      </binarySensorCommandClass>
    </entry>
    <entry>
      <commandClass>ASSOCIATION</commandClass>
      <associationCommandClass>
        <version>1</version>
        <instances>1</instances>
        <versionSupported>1</versionSupported>
        <maxGroups>1</maxGroups>
      </associationCommandClass>
    </entry>
    <entry>
      <commandClass>NO_OPERATION</commandClass>
      <noOperationCommandClass>
        <version>1</version>
        <instances>1</instances>
        <versionSupported>1</versionSupported>
      </noOperationCommandClass>
    </entry>
    <entry>
      <commandClass>BASIC</commandClass>
      <basicCommandClass>
        <version>1</version>
        <instances>1</instances>
        <versionSupported>1</versionSupported>
        <isGetSupported>true</isGetSupported>
      </basicCommandClass>
    </entry>
    <entry>
      <commandClass>WAKE_UP</commandClass>
      <WakeUpCommandClass>
        <version>2</version>
        <instances>1</instances>
        <versionSupported>2</versionSupported>
        <targetNodeId>1</targetNodeId>
        <interval>3600</interval>
        <minInterval>600</minInterval>
        <maxInterval>604800</maxInterval>
        <defaultInterval>3600</defaultInterval>
        <intervalStep>200</intervalStep>
        <lastWakeup>2018-01-20 14:42:23.337 UTC</lastWakeup>
        <isGetSupported>true</isGetSupported>
      </WakeUpCommandClass>
    </entry>
    <entry>
      <commandClass>SENSOR_MULTILEVEL</commandClass>
      <multiLevelSensorCommandClass>
        <version>0</version>
        <instances>0</instances>
        <versionSupported>0</versionSupported>
        <sensors>
          <entry>
            <multilevelSensorType>DIRECTION</multilevelSensorType>
            <multilevelSensor>
              <sensorType>DIRECTION</sensorType>
              <initialised>true</initialised>
            </multilevelSensor>
          </entry>
        </sensors>
        <isGetSupported>true</isGetSupported>
      </multiLevelSensorCommandClass>
    </entry>
    <entry>
      <commandClass>MANUFACTURER_SPECIFIC</commandClass>
      <manufacturerSpecificCommandClass>
        <version>1</version>
        <instances>1</instances>
        <versionSupported>1</versionSupported>
        <initSerialNumber>false</initSerialNumber>
        <deviceManufacturer>265</deviceManufacturer>
        <deviceType>8193</deviceType>
        <deviceId>258</deviceId>
      </manufacturerSpecificCommandClass>
    </entry>
    <entry>
      <commandClass>CONFIGURATION</commandClass>
      <configurationCommandClass>
        <version>0</version>
        <instances>0</instances>
        <versionSupported>0</versionSupported>
        <configParameters/>
      </configurationCommandClass>
    </entry>
    <entry>
      <commandClass>ALARM</commandClass>
      <alarmCommandClass>
        <version>2</version>
        <instances>1</instances>
        <versionSupported>2</versionSupported>
        <alarms>
          <entry>
            <alarmType>BURGLAR</alarmType>
            <alarmState>
              <alarmType>BURGLAR</alarmType>
              <reportedEvents/>
              <outer-class reference="../../../.."/>
            </alarmState>
          </entry>
          <entry>
            <alarmType>ACCESS_CONTROL</alarmType>
            <alarmState>
              <alarmType>ACCESS_CONTROL</alarmType>
              <reportedEvents/>
              <outer-class reference="../../../.."/>
            </alarmState>
          </entry>
          <entry>
            <alarmType>CARBON_DIOXIDE</alarmType>
            <alarmState>
              <alarmType>CARBON_DIOXIDE</alarmType>
              <reportedEvents/>
              <outer-class reference="../../../.."/>
            </alarmState>
          </entry>
        </alarms>
        <v1Supported>true</v1Supported>
        <isGetSupported>true</isGetSupported>
      </alarmCommandClass>
    </entry>
    <entry>
      <commandClass>BATTERY</commandClass>
      <batteryCommandClass>
        <version>1</version>
        <instances>1</instances>
        <versionSupported>1</versionSupported>
        <batteryLevel>100</batteryLevel>
        <batteryLow>false</batteryLow>
        <isGetSupported>true</isGetSupported>
      </batteryCommandClass>
    </entry>
    <entry>
      <commandClass>VERSION</commandClass>
      <versionCommandClass>
        <version>1</version>
        <instances>1</instances>
        <versionSupported>1</versionSupported>
        <libraryType>LIB_SLAVE_ROUTING</libraryType>
        <protocolVersion>3.52</protocolVersion>
        <applicationVersion>4.84</applicationVersion>
      </versionCommandClass>
    </entry>
  </supportedCommandClasses>
  <securedCommandClasses/>
  <associationGroups>
    <entry>
      <int>1</int>
      <associationGroup>
        <index>1</index>
        <associations>
          <associationMember>
            <node>1</node>
            <endpoint>0</endpoint>
          </associationMember>
        </associations>
      </associationGroup>
    </entry>
  </associationGroups>
  <nodeNeighbors>
    <int>1</int>
    <int>5</int>
    <int>7</int>
    <int>8</int>
    <int>9</int>
    <int>10</int>
    <int>11</int>
    <int>12</int>
    <int>13</int>
    <int>14</int>
    <int>15</int>
    <int>16</int>
    <int>17</int>
    <int>19</int>
  </nodeNeighbors>
  <lastSent>2018-01-20 14:42:24.399 UTC</lastSent>
  <lastReceived>2018-01-20 14:45:58.677 UTC</lastReceived>
</node>

Sorry - you’re right - I had a cut and paste error. It’s not really the right notifications for a door window sensor though which makes it a bit more difficult to use. It should use the ACCESS_CONTROL door/window notifications according to the standard (events 22 and 23) :frowning: .

Hmmmm - from the XML, the device is reporting that it does send the ACCESS_CONTROL notifications… Do you see any access control notifications showing up?

I’m not really sure what to do at the moment. To summarise the reports -:

Door open: BURGLAR, event=2
Door closed: BURGLAR, event=2
Tamper: BURGLAR, event=7

There should be the notification clearing message, which is BURGLAR, event=0. Otherwise the alarms will always be on, but that doesn’t appear in your log.

The only other solution is to use the binary sensor command if the notifications aren’t being sent correctly.

@HomeAutomation do you get the event=0 notifications?

@chris
My debug log is one of the first posts here. Do you need more log?

Thanks - I didn’t realise this thread went back so far :wink:

If I look back at your logs, then I see what I would expect - the door open/closed events are being sent. These are events 22 and 23 of the ACCESS_CONTROL notifications -:

This doesn’t seem to be what @B34N is seeing though so I don’t know why. Maybe there is some configuration available, or maybe the device has changed (for the worse as I would say it’s not following the standard now).

I gave it up to fix this.

I manipulated other door/window-sensors to use the inside tamper switch of as external contact. Something for brazing. But work very well.

Now I have a door/window-sensor with glas break contact too.

I don’t see those words in the log.

I’m not sure I’m understanding but my interpretation is that there is always an Alarm Type = BURGLAR (7) with event 2 or 3 and with status
Door open: NOTIFICATION report - 7 = 255, event=2, status=255
Door close: NOTIFICATION report - 7 = 0, event=2, status=255
Tamper open: NOTIFICATION report - 7 = 255, event=3, status=255
Tamper closed: I don’t see a notification but I see device in sleep and messages queued.

These are all in my logs from earlier.

I’m not sure what that means. I put a “sensor_binary” in my items file and that doesn’t trigger. All I get on these devices is the tamper. I’m not even sure that I get battery-level.

Please can you provide the log so I can see what is happening.

Is this what you want? I trigger to door sensor first, then removed the back cover and then returned the back cover.

2018-01-20 16:08:36.919 [DEBUG] [ssage.ApplicationCommandMessageClass] - NODE 23: Application Command Request (ALIVE:DYNAMIC_VALUES)
2018-01-20 16:08:36.927 [DEBUG] [ssage.ApplicationCommandMessageClass] - NODE 23: Incoming command class BASIC
2018-01-20 16:08:36.929 [DEBUG] [.commandclass.ZWaveBasicCommandClass] - NODE 23: Received Basic Request
2018-01-20 16:08:36.931 [DEBUG] [.commandclass.ZWaveBasicCommandClass] - NODE 23: Basic Set sent to the controller will be processed as Basic Report
2018-01-20 16:08:36.934 [DEBUG] [.commandclass.ZWaveBasicCommandClass] - NODE 23: Basic report, value = 0x00
2018-01-20 16:08:36.938 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 23: Got an event from Z-Wave network: ZWaveCommandClassValueEvent
2018-01-20 16:08:36.940 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 23: Got a value event from Z-Wave network, endpoint = 0, command class = BASIC, value = 0
2018-01-20 16:08:36.958 [DEBUG] [ssage.ApplicationCommandMessageClass] - NODE 23: Application Command Request (ALIVE:DYNAMIC_VALUES)
2018-01-20 16:08:36.960 [DEBUG] [ssage.ApplicationCommandMessageClass] - NODE 23: Incoming command class ALARM
2018-01-20 16:08:36.963 [DEBUG] [.commandclass.ZWaveAlarmCommandClass] - NODE 23: Received ALARM command V2
2018-01-20 16:08:36.965 [DEBUG] [.commandclass.ZWaveAlarmCommandClass] - NODE 23: Process NOTIFICATION_REPORT V2
2018-01-20 16:08:36.967 [DEBUG] [.commandclass.ZWaveAlarmCommandClass] - NODE 23: NOTIFICATION report - 7 = 0, event=2, status=255
2018-01-20 16:08:36.969 [DEBUG] [.commandclass.ZWaveAlarmCommandClass] - NODE 23: Alarm Type = BURGLAR (7)
2018-01-20 16:08:36.974 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 23: Got an event from Z-Wave network: ZWaveAlarmValueEvent
2018-01-20 16:08:36.976 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 23: Got a value event from Z-Wave network, endpoint = 0, command class = ALARM, value = 255
2018-01-20 16:08:36.983 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 23: Updating channel state zwave:device:cab10335:node23:alarm_burglar to ON [OnOffType]
2018-01-20 16:08:42.919 [DEBUG] [ssage.ApplicationCommandMessageClass] - NODE 23: Application Command Request (ALIVE:DYNAMIC_VALUES)
2018-01-20 16:08:42.922 [DEBUG] [ssage.ApplicationCommandMessageClass] - NODE 23: Incoming command class BASIC
2018-01-20 16:08:42.924 [DEBUG] [.commandclass.ZWaveBasicCommandClass] - NODE 23: Received Basic Request
2018-01-20 16:08:42.925 [DEBUG] [.commandclass.ZWaveBasicCommandClass] - NODE 23: Basic Set sent to the controller will be processed as Basic Report
2018-01-20 16:08:42.928 [DEBUG] [.commandclass.ZWaveBasicCommandClass] - NODE 23: Basic report, value = 0xFF
2018-01-20 16:08:42.931 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 23: Got an event from Z-Wave network: ZWaveCommandClassValueEvent
2018-01-20 16:08:42.933 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 23: Got a value event from Z-Wave network, endpoint = 0, command class = BASIC, value = 255
2018-01-20 16:08:42.964 [DEBUG] [ssage.ApplicationCommandMessageClass] - NODE 23: Application Command Request (ALIVE:DYNAMIC_VALUES)
2018-01-20 16:08:42.966 [DEBUG] [ssage.ApplicationCommandMessageClass] - NODE 23: Incoming command class ALARM
2018-01-20 16:08:42.969 [DEBUG] [.commandclass.ZWaveAlarmCommandClass] - NODE 23: Received ALARM command V2
2018-01-20 16:08:42.971 [DEBUG] [.commandclass.ZWaveAlarmCommandClass] - NODE 23: Process NOTIFICATION_REPORT V2
2018-01-20 16:08:42.973 [DEBUG] [.commandclass.ZWaveAlarmCommandClass] - NODE 23: NOTIFICATION report - 7 = 255, event=2, status=255
2018-01-20 16:08:42.975 [DEBUG] [.commandclass.ZWaveAlarmCommandClass] - NODE 23: Alarm Type = BURGLAR (7)
2018-01-20 16:08:42.980 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 23: Got an event from Z-Wave network: ZWaveAlarmValueEvent
2018-01-20 16:08:42.982 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 23: Got a value event from Z-Wave network, endpoint = 0, command class = ALARM, value = 255
2018-01-20 16:08:42.989 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 23: Updating channel state zwave:device:cab10335:node23:alarm_burglar to ON [OnOffType]
2018-01-20 16:08:44.134 [DEBUG] [ssage.ApplicationCommandMessageClass] - NODE 23: Application Command Request (ALIVE:DYNAMIC_VALUES)
2018-01-20 16:08:44.137 [DEBUG] [ssage.ApplicationCommandMessageClass] - NODE 23: Incoming command class BASIC
2018-01-20 16:08:44.139 [DEBUG] [.commandclass.ZWaveBasicCommandClass] - NODE 23: Received Basic Request
2018-01-20 16:08:44.141 [DEBUG] [.commandclass.ZWaveBasicCommandClass] - NODE 23: Basic Set sent to the controller will be processed as Basic Report
2018-01-20 16:08:44.143 [DEBUG] [.commandclass.ZWaveBasicCommandClass] - NODE 23: Basic report, value = 0x00
2018-01-20 16:08:44.148 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 23: Got an event from Z-Wave network: ZWaveCommandClassValueEvent
2018-01-20 16:08:44.150 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 23: Got a value event from Z-Wave network, endpoint = 0, command class = BASIC, value = 0
2018-01-20 16:08:44.173 [DEBUG] [ssage.ApplicationCommandMessageClass] - NODE 23: Application Command Request (ALIVE:DYNAMIC_VALUES)
2018-01-20 16:08:44.175 [DEBUG] [ssage.ApplicationCommandMessageClass] - NODE 23: Incoming command class ALARM
2018-01-20 16:08:44.177 [DEBUG] [.commandclass.ZWaveAlarmCommandClass] - NODE 23: Received ALARM command V2
2018-01-20 16:08:44.179 [DEBUG] [.commandclass.ZWaveAlarmCommandClass] - NODE 23: Process NOTIFICATION_REPORT V2
2018-01-20 16:08:44.181 [DEBUG] [.commandclass.ZWaveAlarmCommandClass] - NODE 23: NOTIFICATION report - 7 = 0, event=2, status=255
2018-01-20 16:08:44.183 [DEBUG] [.commandclass.ZWaveAlarmCommandClass] - NODE 23: Alarm Type = BURGLAR (7)
2018-01-20 16:08:44.187 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 23: Got an event from Z-Wave network: ZWaveAlarmValueEvent
2018-01-20 16:08:44.189 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 23: Got a value event from Z-Wave network, endpoint = 0, command class = ALARM, value = 255
2018-01-20 16:08:44.194 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 23: Updating channel state zwave:device:cab10335:node23:alarm_burglar to ON [OnOffType]
2018-01-20 16:08:48.044 [DEBUG] [ssage.ApplicationCommandMessageClass] - NODE 23: Application Command Request (ALIVE:DYNAMIC_VALUES)
2018-01-20 16:08:48.047 [DEBUG] [ssage.ApplicationCommandMessageClass] - NODE 23: Incoming command class BASIC
2018-01-20 16:08:48.050 [DEBUG] [.commandclass.ZWaveBasicCommandClass] - NODE 23: Received Basic Request
2018-01-20 16:08:48.053 [DEBUG] [.commandclass.ZWaveBasicCommandClass] - NODE 23: Basic Set sent to the controller will be processed as Basic Report
2018-01-20 16:08:48.055 [DEBUG] [.commandclass.ZWaveBasicCommandClass] - NODE 23: Basic report, value = 0xFF
2018-01-20 16:08:48.059 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 23: Got an event from Z-Wave network: ZWaveCommandClassValueEvent
2018-01-20 16:08:48.060 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 23: Got a value event from Z-Wave network, endpoint = 0, command class = BASIC, value = 255
2018-01-20 16:08:48.085 [DEBUG] [ssage.ApplicationCommandMessageClass] - NODE 23: Application Command Request (ALIVE:DYNAMIC_VALUES)
2018-01-20 16:08:48.087 [DEBUG] [ssage.ApplicationCommandMessageClass] - NODE 23: Incoming command class ALARM
2018-01-20 16:08:48.089 [DEBUG] [.commandclass.ZWaveAlarmCommandClass] - NODE 23: Received ALARM command V2
2018-01-20 16:08:48.091 [DEBUG] [.commandclass.ZWaveAlarmCommandClass] - NODE 23: Process NOTIFICATION_REPORT V2
2018-01-20 16:08:48.093 [DEBUG] [.commandclass.ZWaveAlarmCommandClass] - NODE 23: NOTIFICATION report - 7 = 255, event=2, status=255
2018-01-20 16:08:48.095 [DEBUG] [.commandclass.ZWaveAlarmCommandClass] - NODE 23: Alarm Type = BURGLAR (7)
2018-01-20 16:08:48.099 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 23: Got an event from Z-Wave network: ZWaveAlarmValueEvent
2018-01-20 16:08:48.100 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 23: Got a value event from Z-Wave network, endpoint = 0, command class = ALARM, value = 255
2018-01-20 16:08:48.106 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 23: Updating channel state zwave:device:cab10335:node23:alarm_burglar to ON [OnOffType]
2018-01-20 16:08:49.567 [DEBUG] [ssage.ApplicationCommandMessageClass] - NODE 23: Application Command Request (ALIVE:DYNAMIC_VALUES)
2018-01-20 16:08:49.569 [DEBUG] [ssage.ApplicationCommandMessageClass] - NODE 23: Incoming command class ALARM
2018-01-20 16:08:49.571 [DEBUG] [.commandclass.ZWaveAlarmCommandClass] - NODE 23: Received ALARM command V2
2018-01-20 16:08:49.572 [DEBUG] [.commandclass.ZWaveAlarmCommandClass] - NODE 23: Process NOTIFICATION_REPORT V2
2018-01-20 16:08:49.573 [DEBUG] [.commandclass.ZWaveAlarmCommandClass] - NODE 23: NOTIFICATION report - 7 = 255, event=3, status=255
2018-01-20 16:08:49.574 [DEBUG] [.commandclass.ZWaveAlarmCommandClass] - NODE 23: Alarm Type = BURGLAR (7)
2018-01-20 16:08:49.577 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 23: Got an event from Z-Wave network: ZWaveAlarmValueEvent
2018-01-20 16:08:49.579 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 23: Got a value event from Z-Wave network, endpoint = 0, command class = ALARM, value = 255
2018-01-20 16:08:49.583 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 23: Updating channel state zwave:device:cab10335:node23:alarm_burglar to ON [OnOffType]
2018-01-20 16:09:09.562 [DEBUG] [ssage.ApplicationCommandMessageClass] - NODE 23: Application Command Request (ALIVE:DYNAMIC_VALUES)
2018-01-20 16:09:09.564 [DEBUG] [ssage.ApplicationCommandMessageClass] - NODE 23: Incoming command class ALARM
2018-01-20 16:09:09.566 [DEBUG] [.commandclass.ZWaveAlarmCommandClass] - NODE 23: Received ALARM command V2
2018-01-20 16:09:09.568 [DEBUG] [.commandclass.ZWaveAlarmCommandClass] - NODE 23: Process NOTIFICATION_REPORT V2
2018-01-20 16:09:09.570 [DEBUG] [.commandclass.ZWaveAlarmCommandClass] - NODE 23: NOTIFICATION report - 7 = 255, event=3, status=255
2018-01-20 16:09:09.571 [DEBUG] [.commandclass.ZWaveAlarmCommandClass] - NODE 23: Alarm Type = BURGLAR (7)
2018-01-20 16:09:09.574 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 23: Got an event from Z-Wave network: ZWaveAlarmValueEvent
2018-01-20 16:09:09.575 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 23: Got a value event from Z-Wave network, endpoint = 0, command class = ALARM, value = 255
2018-01-20 16:09:09.579 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 23: Updating channel state zwave:device:cab10335:node23:alarm_burglar to ON [OnOffType]
2018-01-20 16:09:15.354 [DEBUG] [ssage.ApplicationCommandMessageClass] - NODE 23: Application Command Request (ALIVE:DYNAMIC_VALUES)
2018-01-20 16:09:15.356 [DEBUG] [ssage.ApplicationCommandMessageClass] - NODE 23: Incoming command class WAKE_UP
2018-01-20 16:09:15.358 [DEBUG] [commandclass.ZWaveWakeUpCommandClass] - NODE 23: Received Wake Up Request
2018-01-20 16:09:15.360 [DEBUG] [commandclass.ZWaveWakeUpCommandClass] - NODE 23: Received WAKE_UP_NOTIFICATION
2018-01-20 16:09:15.362 [DEBUG] [commandclass.ZWaveWakeUpCommandClass] - NODE 23: Is awake with 3 messages in the wake-up queue.
2018-01-20 16:09:15.372 [DEBUG] [alization.ZWaveNodeInitStageAdvancer] - NODE 23: Wakeup during initialisation.
2018-01-20 16:09:15.374 [DEBUG] [alization.ZWaveNodeInitStageAdvancer] - NODE 23: Node advancer - DYNAMIC_VALUES: queue length(3), free to send(false)
2018-01-20 16:09:15.376 [DEBUG] [alization.ZWaveNodeInitStageAdvancer] - NODE 23: Node advancer: Retries exceeded at DYNAMIC_VALUES
2018-01-20 16:09:15.378 [DEBUG] [alization.ZWaveNodeInitStageAdvancer] - NODE 23: Retry timout: Advancing
2018-01-20 16:09:15.380 [DEBUG] [alization.ZWaveNodeInitStageAdvancer] - NODE 23: Node advancer: loop - DYNAMIC_END try 0: stageAdvanced(false)
2018-01-20 16:09:15.383 [DEBUG] [l.initialization.ZWaveNodeSerializer] - NODE 23: Serializing to file /var/lib/openhab2/zwave/node23.xml
2018-01-20 16:09:15.427 [DEBUG] [alization.ZWaveNodeInitStageAdvancer] - NODE 23: Node advancer - advancing to HEAL_START
2018-01-20 16:09:15.431 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 23: Got an event from Z-Wave network: ZWaveInitializationStateEvent
2018-01-20 16:09:15.437 [hingStatusInfoChangedEvent] - 'zwave:device:cab10335:node23' changed from ONLINE to ONLINE: Node initialising: HEAL_START
2018-01-20 16:09:15.435 [DEBUG] [alization.ZWaveNodeInitStageAdvancer] - NODE 23: Node advancer: loop - HEAL_START try 0: stageAdvanced(true)
2018-01-20 16:09:15.440 [DEBUG] [alization.ZWaveNodeInitStageAdvancer] - NODE 23: Node advancer - advancing to DELETE_ROUTES
2018-01-20 16:09:15.443 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 23: Got an event from Z-Wave network: ZWaveInitializationStateEvent
2018-01-20 16:09:15.446 [DEBUG] [alization.ZWaveNodeInitStageAdvancer] - NODE 23: Node advancer: loop - DELETE_ROUTES try 0: stageAdvanced(true)
2018-01-20 16:09:15.447 [hingStatusInfoChangedEvent] - 'zwave:device:cab10335:node23' changed from ONLINE: Node initialising: HEAL_START to ONLINE: Node initialising: DELETE_ROUTES
2018-01-20 16:09:15.451 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 23: Generate return routes list
2018-01-20 16:09:15.453 [DEBUG] [alization.ZWaveNodeInitStageAdvancer] - NODE 23: Node advancer is deleting return routes.
2018-01-20 16:09:15.455 [DEBUG] [essage.DeleteReturnRouteMessageClass] - NODE 23: Deleting return routes
2018-01-20 16:09:15.457 [DEBUG] [alization.ZWaveNodeInitStageAdvancer] - NODE 23: Node advancer - queued packet. Queue length is 1
2018-01-20 16:09:15.462 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 23: Got an event from Z-Wave network: ZWaveWakeUpEvent
2018-01-20 16:09:15.484 [me.event.ThingUpdatedEvent] - Thing 'zwave:device:cab10335:node23' has been updated.
2018-01-20 16:09:15.509 [DEBUG] [essage.DeleteReturnRouteMessageClass] - NODE 23: Got DeleteReturnRoute response.
2018-01-20 16:09:15.512 [DEBUG] [essage.DeleteReturnRouteMessageClass] - NODE 23: DeleteReturnRoute command in progress.
2018-01-20 16:09:15.672 [DEBUG] [essage.DeleteReturnRouteMessageClass] - NODE 23: Got DeleteReturnRoute request.
2018-01-20 16:09:15.676 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 23: Got an event from Z-Wave network: ZWaveNetworkEvent
2018-01-20 16:09:15.689 [DEBUG] [alization.ZWaveNodeInitStageAdvancer] - NODE 23: Node advancer - DELETE_ROUTES: Transaction complete (DeleteReturnRoute:Request) success(true)
2018-01-20 16:09:15.691 [DEBUG] [alization.ZWaveNodeInitStageAdvancer] - NODE 23: Node advancer - checking initialisation queue. Queue size 1.
2018-01-20 16:09:15.692 [DEBUG] [alization.ZWaveNodeInitStageAdvancer] - NODE 23: Node advancer - message removed from queue. Queue size 0.
2018-01-20 16:09:15.694 [DEBUG] [alization.ZWaveNodeInitStageAdvancer] - NODE 23: Node advancer - DELETE_ROUTES: queue length(0), free to send(true)
2018-01-20 16:09:15.696 [DEBUG] [alization.ZWaveNodeInitStageAdvancer] - NODE 23: Node advancer: loop - DELETE_ROUTES try 1: stageAdvanced(false)
2018-01-20 16:09:15.698 [DEBUG] [alization.ZWaveNodeInitStageAdvancer] - NODE 23: Node advancer - advancing to RETURN_ROUTES
2018-01-20 16:09:15.702 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 23: Got an event from Z-Wave network: ZWaveInitializationStateEvent
2018-01-20 16:09:15.705 [DEBUG] [alization.ZWaveNodeInitStageAdvancer] - NODE 23: Node advancer: loop - RETURN_ROUTES try 0: stageAdvanced(true)
2018-01-20 16:09:15.707 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 23: Generate return routes list
2018-01-20 16:09:15.707 [hingStatusInfoChangedEvent] - 'zwave:device:cab10335:node23' changed from ONLINE: Node initialising: DELETE_ROUTES to ONLINE: Node initialising: RETURN_ROUTES
2018-01-20 16:09:15.708 [DEBUG] [alization.ZWaveNodeInitStageAdvancer] - NODE 23: Adding return route to 1
2018-01-20 16:09:15.710 [DEBUG] [essage.AssignReturnRouteMessageClass] - NODE 23: Assigning return route to node 1
2018-01-20 16:09:15.713 [DEBUG] [alization.ZWaveNodeInitStageAdvancer] - NODE 23: Node advancer - queued packet. Queue length is 1
2018-01-20 16:09:15.723 [DEBUG] [ing.zwave.handler.ZWaveSerialHandler] - NODE 23: Sending REQUEST Message = 01 0A 00 13 17 03 70 05 01 25 9F 3C 
2018-01-20 16:09:15.747 [DEBUG] [l.serialmessage.SendDataMessageClass] - NODE 23: Sent Data successfully placed on stack.
2018-01-20 16:09:15.784 [DEBUG] [l.serialmessage.SendDataMessageClass] - NODE 23: SendData Request. CallBack ID = 159, Status = Transmission complete and ACK received(0)
2018-01-20 16:09:15.787 [DEBUG] [.serialmessage.ZWaveCommandProcessor] - Checking transaction complete: Sent Message: class=SendData[0x13], type=Request[0x00], priority=Immediate, dest=23, callback=159, payload=17 03 70 05 01 
2018-01-20 16:09:19.018 [DEBUG] [ssage.ApplicationCommandMessageClass] - NODE 23: Transaction not completed: node address inconsistent.  lastSent=23, incoming=255
2018-01-20 16:09:19.059 [DEBUG] [ssage.ApplicationCommandMessageClass] - NODE 23: Transaction not completed: node address inconsistent.  lastSent=23, incoming=255
2018-01-20 16:09:20.726 [DEBUG] [ocol.ZWaveController$ZWaveSendThread] - NODE 23: Timeout while sending message. Requeueing - 1 attempts left!
2018-01-20 16:09:20.728 [DEBUG] [commandclass.ZWaveWakeUpCommandClass] - NODE 23: Is sleeping
2018-01-20 16:09:20.740 [DEBUG] [commandclass.ZWaveWakeUpCommandClass] - NODE 23: Putting message SendData in wakeup queue.
2018-01-20 16:09:20.744 [DEBUG] [commandclass.ZWaveWakeUpCommandClass] - NODE 23: Putting message SendData in wakeup queue.
2018-01-20 16:09:20.791 [DEBUG] [essage.AssignReturnRouteMessageClass] - NODE 23: Got AssignReturnRoute response.
2018-01-20 16:09:20.793 [DEBUG] [essage.AssignReturnRouteMessageClass] - NODE 23: AssignReturnRoute command in progress.
2018-01-20 16:09:21.645 [DEBUG] [essage.AssignReturnRouteMessageClass] - NODE 23: Got AssignReturnRoute request.
2018-01-20 16:09:21.651 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 23: Got an event from Z-Wave network: ZWaveNetworkEvent
2018-01-20 16:09:21.662 [DEBUG] [alization.ZWaveNodeInitStageAdvancer] - NODE 23: Node advancer - RETURN_ROUTES: Transaction complete (AssignReturnRoute:Request) success(true)
2018-01-20 16:09:21.663 [DEBUG] [alization.ZWaveNodeInitStageAdvancer] - NODE 23: Node advancer - checking initialisation queue. Queue size 1.
2018-01-20 16:09:21.665 [DEBUG] [alization.ZWaveNodeInitStageAdvancer] - NODE 23: Node advancer - message removed from queue. Queue size 0.
2018-01-20 16:09:21.666 [DEBUG] [alization.ZWaveNodeInitStageAdvancer] - NODE 23: Node advancer - RETURN_ROUTES: queue length(0), free to send(true)
2018-01-20 16:09:21.668 [DEBUG] [alization.ZWaveNodeInitStageAdvancer] - NODE 23: Node advancer: loop - RETURN_ROUTES try 1: stageAdvanced(false)
2018-01-20 16:09:21.670 [DEBUG] [alization.ZWaveNodeInitStageAdvancer] - NODE 23: Node advancer - advancing to NEIGHBORS
2018-01-20 16:09:21.673 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 23: Got an event from Z-Wave network: ZWaveInitializationStateEvent
2018-01-20 16:09:21.675 [DEBUG] [alization.ZWaveNodeInitStageAdvancer] - NODE 23: Node advancer: loop - NEIGHBORS try 0: stageAdvanced(true)
2018-01-20 16:09:21.676 [hingStatusInfoChangedEvent] - 'zwave:device:cab10335:node23' changed from ONLINE: Node initialising: RETURN_ROUTES to ONLINE: Node initialising: NEIGHBORS
2018-01-20 16:09:21.678 [DEBUG] [alization.ZWaveNodeInitStageAdvancer] - NODE 23: Node advancer: NEIGHBORS - get RoutingInfo
2018-01-20 16:09:21.681 [DEBUG] [almessage.GetRoutingInfoMessageClass] - NODE 23: Request routing info
2018-01-20 16:09:21.684 [DEBUG] [alization.ZWaveNodeInitStageAdvancer] - NODE 23: Node advancer - queued packet. Queue length is 1
2018-01-20 16:09:21.689 [DEBUG] [commandclass.ZWaveWakeUpCommandClass] - NODE 23: Putting message SendData in wakeup queue.
2018-01-20 16:09:21.720 [DEBUG] [almessage.GetRoutingInfoMessageClass] - NODE 23: Got NodeRoutingInfo request.
2018-01-20 16:09:21.722 [DEBUG] [almessage.GetRoutingInfoMessageClass] - NODE 23: Neighbor nodes: 1 5 7 8 9 10 11 12 13 14 15 16 17 19
2018-01-20 16:09:21.726 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 23: Got an event from Z-Wave network: ZWaveNetworkEvent
2018-01-20 16:09:21.737 [DEBUG] [alization.ZWaveNodeInitStageAdvancer] - NODE 23: Node advancer - NEIGHBORS: Transaction complete (GetRoutingInfo:Request) success(true)
2018-01-20 16:09:21.739 [DEBUG] [alization.ZWaveNodeInitStageAdvancer] - NODE 23: Node advancer - checking initialisation queue. Queue size 1.
2018-01-20 16:09:21.741 [DEBUG] [alization.ZWaveNodeInitStageAdvancer] - NODE 23: Node advancer - message removed from queue. Queue size 0.
2018-01-20 16:09:21.743 [DEBUG] [alization.ZWaveNodeInitStageAdvancer] - NODE 23: Node advancer - NEIGHBORS: queue length(0), free to send(true)
2018-01-20 16:09:21.745 [DEBUG] [alization.ZWaveNodeInitStageAdvancer] - NODE 23: Node advancer: loop - NEIGHBORS try 1: stageAdvanced(false)
2018-01-20 16:09:21.747 [DEBUG] [alization.ZWaveNodeInitStageAdvancer] - NODE 23: Node advancer - advancing to DONE
2018-01-20 16:09:21.751 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 23: Got an event from Z-Wave network: ZWaveInitializationStateEvent
2018-01-20 16:09:21.753 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 23: Updating node properties.
2018-01-20 16:09:21.755 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 23: Updating node properties. MAN=265
2018-01-20 16:09:21.757 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 23: Updating node properties. MAN=265. SET. Was 265
2018-01-20 16:09:21.760 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 23: Update ASSOCIATION group_1: Adding node_1_0
2018-01-20 16:09:21.762 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 23: Property to update: action_heal, false, false
2018-01-20 16:09:21.764 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 23: Property to update: config_1_1, 0, 0
2018-01-20 16:09:21.766 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 23: Property to update: wakeup_node, 1, 1
2018-01-20 16:09:21.768 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 23: Property to update: action_failed, false, false
2018-01-20 16:09:21.770 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 23: Property to update: wakeup_interval, 3600, 3600
2018-01-20 16:09:21.772 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 23: Property to update: group_1, [node_1_0], [node_1_0]
2018-01-20 16:09:21.773 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 23: Property to update: action_remove, false, false
2018-01-20 16:09:21.775 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 23: Property to update: binding_pollperiod, 1800, 1800
2018-01-20 16:09:21.778 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 23: Setting ONLINE
2018-01-20 16:09:21.781 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 23: Initialising Thing Node...
2018-01-20 16:09:21.782 [hingStatusInfoChangedEvent] - 'zwave:device:cab10335:node23' changed from ONLINE: Node initialising: NEIGHBORS to ONLINE
2018-01-20 16:09:21.784 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 23: Initialising channel zwave:device:cab10335:node23:sensor_binary
2018-01-20 16:09:21.786 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 23: Initialising cmd channel zwave:device:cab10335:node23:sensor_binary
2018-01-20 16:09:21.788 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 23: Initialising poll channel zwave:device:cab10335:node23:sensor_binary
2018-01-20 16:09:21.789 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 23: Initialising state channel zwave:device:cab10335:node23:sensor_binary
2018-01-20 16:09:21.791 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 23: Initialising channel zwave:device:cab10335:node23:alarm_burglar
2018-01-20 16:09:21.793 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 23: Initialising cmd channel zwave:device:cab10335:node23:alarm_burglar
2018-01-20 16:09:21.794 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 23: Initialising poll channel zwave:device:cab10335:node23:alarm_burglar
2018-01-20 16:09:21.795 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 23: Initialising state channel zwave:device:cab10335:node23:alarm_burglar
2018-01-20 16:09:21.796 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 23: Initialising channel zwave:device:cab10335:node23:sensor_door
2018-01-20 16:09:21.798 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 23: Initialising cmd channel zwave:device:cab10335:node23:sensor_door
2018-01-20 16:09:21.800 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 23: Initialising poll channel zwave:device:cab10335:node23:sensor_door
2018-01-20 16:09:21.801 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 23: Initialising state channel zwave:device:cab10335:node23:sensor_door
2018-01-20 16:09:21.802 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 23: Initialising channel zwave:device:cab10335:node23:battery-level
2018-01-20 16:09:21.804 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 23: Initialising cmd channel zwave:device:cab10335:node23:battery-level
2018-01-20 16:09:21.805 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 23: Initialising poll channel zwave:device:cab10335:node23:battery-level
2018-01-20 16:09:21.807 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 23: Initialising state channel zwave:device:cab10335:node23:battery-level
2018-01-20 16:09:21.808 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 23: Polling intialised at 1800 seconds - start in 1800000 milliseconds.
2018-01-20 16:09:21.810 [DEBUG] [alization.ZWaveNodeInitStageAdvancer] - NODE 23: Node advancer: loop - DONE try 0: stageAdvanced(true)
2018-01-20 16:09:21.811 [DEBUG] [l.initialization.ZWaveNodeSerializer] - NODE 23: Serializing to file /var/lib/openhab2/zwave/node23.xml
2018-01-20 16:09:21.838 [DEBUG] [alization.ZWaveNodeInitStageAdvancer] - NODE 23: Node advancer: Initialisation complete!
2018-01-20 16:09:21.841 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 23: Got an event from Z-Wave network: ZWaveInitializationStateEvent
2018-01-20 16:09:21.842 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 23: Updating node properties.
2018-01-20 16:09:21.843 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 23: Updating node properties. MAN=265
2018-01-20 16:09:21.845 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 23: Updating node properties. MAN=265. SET. Was 265
2018-01-20 16:09:21.846 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 23: Update ASSOCIATION group_1: Adding node_1_0
2018-01-20 16:09:21.848 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 23: Property to update: action_heal, false, false
2018-01-20 16:09:21.849 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 23: Property to update: config_1_1, 0, 0
2018-01-20 16:09:21.851 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 23: Property to update: wakeup_node, 1, 1
2018-01-20 16:09:21.852 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 23: Property to update: action_failed, false, false
2018-01-20 16:09:21.853 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 23: Property to update: wakeup_interval, 3600, 3600
2018-01-20 16:09:21.855 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 23: Property to update: group_1, [node_1_0], [node_1_0]
2018-01-20 16:09:21.856 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 23: Property to update: action_remove, false, false
2018-01-20 16:09:21.857 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 23: Property to update: binding_pollperiod, 1800, 1800
2018-01-20 16:09:21.859 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 23: Setting ONLINE
2018-01-20 16:09:21.862 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 23: Initialising Thing Node...
2018-01-20 16:09:21.863 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 23: Initialising channel zwave:device:cab10335:node23:sensor_binary
2018-01-20 16:09:21.865 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 23: Initialising cmd channel zwave:device:cab10335:node23:sensor_binary
2018-01-20 16:09:21.866 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 23: Initialising poll channel zwave:device:cab10335:node23:sensor_binary
2018-01-20 16:09:21.867 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 23: Initialising state channel zwave:device:cab10335:node23:sensor_binary
2018-01-20 16:09:21.869 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 23: Initialising channel zwave:device:cab10335:node23:alarm_burglar
2018-01-20 16:09:21.870 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 23: Initialising cmd channel zwave:device:cab10335:node23:alarm_burglar
2018-01-20 16:09:21.872 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 23: Initialising poll channel zwave:device:cab10335:node23:alarm_burglar
2018-01-20 16:09:21.873 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 23: Initialising state channel zwave:device:cab10335:node23:alarm_burglar
2018-01-20 16:09:21.874 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 23: Initialising channel zwave:device:cab10335:node23:sensor_door
2018-01-20 16:09:21.876 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 23: Initialising cmd channel zwave:device:cab10335:node23:sensor_door
2018-01-20 16:09:21.877 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 23: Initialising poll channel zwave:device:cab10335:node23:sensor_door
2018-01-20 16:09:21.878 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 23: Initialising state channel zwave:device:cab10335:node23:sensor_door
2018-01-20 16:09:21.880 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 23: Initialising channel zwave:device:cab10335:node23:battery-level
2018-01-20 16:09:21.881 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 23: Initialising cmd channel zwave:device:cab10335:node23:battery-level
2018-01-20 16:09:21.883 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 23: Initialising poll channel zwave:device:cab10335:node23:battery-level
2018-01-20 16:09:21.884 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 23: Initialising state channel zwave:device:cab10335:node23:battery-level
2018-01-20 16:09:21.886 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 23: Polling intialised at 1800 seconds - start in 1800000 milliseconds.
2018-01-20 16:09:21.887 [DEBUG] [commandclass.ZWaveWakeUpCommandClass] - NODE 23: Putting message SendData in wakeup queue.

Nearly - I think you’ve filtered it to only show lines with NODE 23 in them? This removes stuff I need to see…

That’s exactly what I did. How about now?

==> /var/log/openhab2/events.log <==
2018-01-20 16:21:23.539 [vent.ItemStateChangedEvent] - zwave_serial_zstick_cab10335_serial_sof changed from 4901 to 4902
==> /var/log/openhab2/openhab.log <==
2018-01-20 16:21:23.544 [DEBUG] [ve.internal.protocol.ZWaveController] - Receive queue TAKE: Length=0
2018-01-20 16:21:23.551 [DEBUG] [wave.internal.protocol.SerialMessage] - Assembled message buffer = 01 09 00 04 00 17 03 20 01 00 C7 
2018-01-20 16:21:23.556 [DEBUG] [ve.internal.protocol.ZWaveController] - Process Message = 01 09 00 04 00 17 03 20 01 00 C7 
2018-01-20 16:21:23.563 [DEBUG] [ve.internal.protocol.ZWaveController] - Message: class=ApplicationCommandHandler[0x04], type=Request[0x00], priority=High, dest=255, callback=0, payload=00 17 03 20 01 00 
2018-01-20 16:21:23.567 [DEBUG] [ssage.ApplicationCommandMessageClass] - NODE 23: Application Command Request (ALIVE:DONE)
2018-01-20 16:21:23.571 [DEBUG] [alization.ZWaveNodeInitStageAdvancer] - NODE 23: Starting initialisation from DONE
2018-01-20 16:21:23.582 [DEBUG] [ssage.ApplicationCommandMessageClass] - NODE 23: Incoming command class BASIC
2018-01-20 16:21:23.588 [DEBUG] [.commandclass.ZWaveBasicCommandClass] - NODE 23: Received Basic Request
2018-01-20 16:21:23.591 [DEBUG] [WaveSerialHandler$ZWaveReceiveThread] - Receive Message = 01 10 00 04 00 17 0A 71 05 07 00 00 FF 07 02 00 00 7F 
2018-01-20 16:21:23.592 [DEBUG] [.commandclass.ZWaveBasicCommandClass] - NODE 23: Basic Set sent to the controller will be processed as Basic Report
==> /var/log/openhab2/events.log <==
2018-01-20 16:21:23.592 [vent.ItemStateChangedEvent] - zwave_serial_zstick_cab10335_serial_sof changed from 4902 to 4903
==> /var/log/openhab2/openhab.log <==
2018-01-20 16:21:23.598 [DEBUG] [.commandclass.ZWaveBasicCommandClass] - NODE 23: Basic report, value = 0x00
2018-01-20 16:21:23.601 [DEBUG] [ve.internal.protocol.ZWaveController] - Notifying event listeners: ZWaveCommandClassValueEvent
2018-01-20 16:21:23.604 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 23: Got an event from Z-Wave network: ZWaveCommandClassValueEvent
2018-01-20 16:21:23.607 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 23: Got a value event from Z-Wave network, endpoint = 0, command class = BASIC, value = 0
2018-01-20 16:21:23.610 [DEBUG] [ssage.ApplicationCommandMessageClass] - NODE 25: Transaction not completed: node address inconsistent.  lastSent=25, incoming=255
2018-01-20 16:21:23.612 [DEBUG] [ve.internal.protocol.ZWaveController] - Receive queue TAKE: Length=0
2018-01-20 16:21:23.616 [DEBUG] [wave.internal.protocol.SerialMessage] - Assembled message buffer = 01 10 00 04 00 17 0A 71 05 07 00 00 FF 07 02 00 00 7F 
2018-01-20 16:21:23.619 [DEBUG] [ve.internal.protocol.ZWaveController] - Process Message = 01 10 00 04 00 17 0A 71 05 07 00 00 FF 07 02 00 00 7F 
2018-01-20 16:21:23.623 [DEBUG] [ve.internal.protocol.ZWaveController] - Message: class=ApplicationCommandHandler[0x04], type=Request[0x00], priority=High, dest=255, callback=0, payload=00 17 0A 71 05 07 00 00 FF 07 02 00 00 
2018-01-20 16:21:23.625 [DEBUG] [ssage.ApplicationCommandMessageClass] - NODE 23: Application Command Request (ALIVE:DONE)
2018-01-20 16:21:23.627 [DEBUG] [alization.ZWaveNodeInitStageAdvancer] - NODE 23: Starting initialisation from DONE
2018-01-20 16:21:23.630 [DEBUG] [ve.internal.protocol.ZWaveController] - Event Listener org.openhab.binding.zwave.internal.protocol.initialization.ZWaveNodeInitStageAdvancer@18ef965 already registered
2018-01-20 16:21:23.632 [DEBUG] [ssage.ApplicationCommandMessageClass] - NODE 23: Incoming command class ALARM
2018-01-20 16:21:23.634 [DEBUG] [.commandclass.ZWaveAlarmCommandClass] - NODE 23: Received ALARM command V2
2018-01-20 16:21:23.636 [DEBUG] [.commandclass.ZWaveAlarmCommandClass] - NODE 23: Process NOTIFICATION_REPORT V2
2018-01-20 16:21:23.639 [DEBUG] [.commandclass.ZWaveAlarmCommandClass] - NODE 23: NOTIFICATION report - 7 = 0, event=2, status=255
2018-01-20 16:21:23.641 [DEBUG] [.commandclass.ZWaveAlarmCommandClass] - NODE 23: Alarm Type = BURGLAR (7)
2018-01-20 16:21:23.643 [DEBUG] [ve.internal.protocol.ZWaveController] - Notifying event listeners: ZWaveAlarmValueEvent
2018-01-20 16:21:23.645 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 23: Got an event from Z-Wave network: ZWaveAlarmValueEvent
2018-01-20 16:21:23.647 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 23: Got a value event from Z-Wave network, endpoint = 0, command class = ALARM, value = 255
2018-01-20 16:21:23.650 [DEBUG] [ternal.converter.ZWaveAlarmConverter] - Alarm converter processing NOTIFICATION
2018-01-20 16:21:23.652 [DEBUG] [ternal.converter.ZWaveAlarmConverter] - Alarm converter NOTIFICATION event is 2, type OnOffType
2018-01-20 16:21:23.654 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 23: Updating channel state zwave:device:cab10335:node23:alarm_burglar to ON [OnOffType]
2018-01-20 16:21:23.658 [DEBUG] [ternal.converter.ZWaveAlarmConverter] - Alarm converter processing NOTIFICATION
2018-01-20 16:21:23.661 [DEBUG] [ssage.ApplicationCommandMessageClass] - NODE 25: Transaction not completed: node address inconsistent.  lastSent=25, incoming=255
2018-01-20 16:21:32.198 [DEBUG] [WaveSerialHandler$ZWaveReceiveThread] - Receive Message = 01 09 00 04 00 17 03 20 01 FF 38 
2018-01-20 16:21:32.208 [DEBUG] [ve.internal.protocol.ZWaveController] - Receive queue TAKE: Length=0
==> /var/log/openhab2/events.log <==
2018-01-20 16:21:32.208 [vent.ItemStateChangedEvent] - zwave_serial_zstick_cab10335_serial_sof changed from 4903 to 4904
==> /var/log/openhab2/openhab.log <==
2018-01-20 16:21:32.212 [DEBUG] [wave.internal.protocol.SerialMessage] - Assembled message buffer = 01 09 00 04 00 17 03 20 01 FF 38 
2018-01-20 16:21:32.218 [DEBUG] [ve.internal.protocol.ZWaveController] - Process Message = 01 09 00 04 00 17 03 20 01 FF 38 
2018-01-20 16:21:32.221 [DEBUG] [ve.internal.protocol.ZWaveController] - Message: class=ApplicationCommandHandler[0x04], type=Request[0x00], priority=High, dest=255, callback=0, payload=00 17 03 20 01 FF 
2018-01-20 16:21:32.223 [DEBUG] [ssage.ApplicationCommandMessageClass] - NODE 23: Application Command Request (ALIVE:DONE)
2018-01-20 16:21:32.224 [DEBUG] [alization.ZWaveNodeInitStageAdvancer] - NODE 23: Starting initialisation from DONE
2018-01-20 16:21:32.226 [DEBUG] [ve.internal.protocol.ZWaveController] - Event Listener org.openhab.binding.zwave.internal.protocol.initialization.ZWaveNodeInitStageAdvancer@18ef965 already registered
2018-01-20 16:21:32.228 [DEBUG] [ssage.ApplicationCommandMessageClass] - NODE 23: Incoming command class BASIC
2018-01-20 16:21:32.229 [DEBUG] [.commandclass.ZWaveBasicCommandClass] - NODE 23: Received Basic Request
2018-01-20 16:21:32.231 [DEBUG] [.commandclass.ZWaveBasicCommandClass] - NODE 23: Basic Set sent to the controller will be processed as Basic Report
2018-01-20 16:21:32.233 [DEBUG] [.commandclass.ZWaveBasicCommandClass] - NODE 23: Basic report, value = 0xFF
2018-01-20 16:21:32.234 [DEBUG] [ve.internal.protocol.ZWaveController] - Notifying event listeners: ZWaveCommandClassValueEvent
2018-01-20 16:21:32.236 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 23: Got an event from Z-Wave network: ZWaveCommandClassValueEvent
2018-01-20 16:21:32.237 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 23: Got a value event from Z-Wave network, endpoint = 0, command class = BASIC, value = 255
2018-01-20 16:21:32.239 [DEBUG] [ssage.ApplicationCommandMessageClass] - NODE 25: Transaction not completed: node address inconsistent.  lastSent=25, incoming=255
==> /var/log/openhab2/events.log <==
2018-01-20 16:21:32.248 [vent.ItemStateChangedEvent] - zwave_serial_zstick_cab10335_serial_sof changed from 4904 to 4905
==> /var/log/openhab2/openhab.log <==
2018-01-20 16:21:32.249 [DEBUG] [WaveSerialHandler$ZWaveReceiveThread] - Receive Message = 01 10 00 04 00 17 0A 71 05 07 FF 00 FF 07 02 00 00 80 
2018-01-20 16:21:32.254 [DEBUG] [ve.internal.protocol.ZWaveController] - Receive queue TAKE: Length=0
2018-01-20 16:21:32.258 [DEBUG] [wave.internal.protocol.SerialMessage] - Assembled message buffer = 01 10 00 04 00 17 0A 71 05 07 FF 00 FF 07 02 00 00 80 
2018-01-20 16:21:32.262 [DEBUG] [ve.internal.protocol.ZWaveController] - Process Message = 01 10 00 04 00 17 0A 71 05 07 FF 00 FF 07 02 00 00 80 
2018-01-20 16:21:32.266 [DEBUG] [ve.internal.protocol.ZWaveController] - Message: class=ApplicationCommandHandler[0x04], type=Request[0x00], priority=High, dest=255, callback=0, payload=00 17 0A 71 05 07 FF 00 FF 07 02 00 00 
2018-01-20 16:21:32.268 [DEBUG] [ssage.ApplicationCommandMessageClass] - NODE 23: Application Command Request (ALIVE:DONE)
2018-01-20 16:21:32.271 [DEBUG] [alization.ZWaveNodeInitStageAdvancer] - NODE 23: Starting initialisation from DONE
2018-01-20 16:21:32.273 [DEBUG] [ve.internal.protocol.ZWaveController] - Event Listener org.openhab.binding.zwave.internal.protocol.initialization.ZWaveNodeInitStageAdvancer@18ef965 already registered
2018-01-20 16:21:32.276 [DEBUG] [ssage.ApplicationCommandMessageClass] - NODE 23: Incoming command class ALARM
2018-01-20 16:21:32.278 [DEBUG] [.commandclass.ZWaveAlarmCommandClass] - NODE 23: Received ALARM command V2
2018-01-20 16:21:32.281 [DEBUG] [.commandclass.ZWaveAlarmCommandClass] - NODE 23: Process NOTIFICATION_REPORT V2
2018-01-20 16:21:32.283 [DEBUG] [.commandclass.ZWaveAlarmCommandClass] - NODE 23: NOTIFICATION report - 7 = 255, event=2, status=255
2018-01-20 16:21:32.285 [DEBUG] [.commandclass.ZWaveAlarmCommandClass] - NODE 23: Alarm Type = BURGLAR (7)
2018-01-20 16:21:32.287 [DEBUG] [ve.internal.protocol.ZWaveController] - Notifying event listeners: ZWaveAlarmValueEvent
2018-01-20 16:21:32.290 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 23: Got an event from Z-Wave network: ZWaveAlarmValueEvent
2018-01-20 16:21:32.292 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 23: Got a value event from Z-Wave network, endpoint = 0, command class = ALARM, value = 255
2018-01-20 16:21:32.294 [DEBUG] [ternal.converter.ZWaveAlarmConverter] - Alarm converter processing NOTIFICATION
2018-01-20 16:21:32.297 [DEBUG] [ternal.converter.ZWaveAlarmConverter] - Alarm converter NOTIFICATION event is 2, type OnOffType
2018-01-20 16:21:32.299 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 23: Updating channel state zwave:device:cab10335:node23:alarm_burglar to ON [OnOffType]
2018-01-20 16:21:32.305 [DEBUG] [ternal.converter.ZWaveAlarmConverter] - Alarm converter processing NOTIFICATION
2018-01-20 16:21:32.306 [DEBUG] [ssage.ApplicationCommandMessageClass] - NODE 25: Transaction not completed: node address inconsistent.  lastSent=25, incoming=255
==> /var/log/openhab2/events.log <==
2018-01-20 16:21:35.807 [vent.ItemStateChangedEvent] - zwave_serial_zstick_cab10335_serial_sof changed from 4905 to 4906
==> /var/log/openhab2/openhab.log <==
2018-01-20 16:21:35.813 [DEBUG] [WaveSerialHandler$ZWaveReceiveThread] - Receive Message = 01 10 00 04 00 17 0A 71 05 07 FF 00 FF 07 03 00 00 81 
2018-01-20 16:21:35.822 [DEBUG] [ve.internal.protocol.ZWaveController] - Receive queue TAKE: Length=0
2018-01-20 16:21:35.829 [DEBUG] [wave.internal.protocol.SerialMessage] - Assembled message buffer = 01 10 00 04 00 17 0A 71 05 07 FF 00 FF 07 03 00 00 81 
2018-01-20 16:21:35.835 [DEBUG] [ve.internal.protocol.ZWaveController] - Process Message = 01 10 00 04 00 17 0A 71 05 07 FF 00 FF 07 03 00 00 81 
2018-01-20 16:21:35.844 [DEBUG] [ve.internal.protocol.ZWaveController] - Message: class=ApplicationCommandHandler[0x04], type=Request[0x00], priority=High, dest=255, callback=0, payload=00 17 0A 71 05 07 FF 00 FF 07 03 00 00 
2018-01-20 16:21:35.847 [DEBUG] [ssage.ApplicationCommandMessageClass] - NODE 23: Application Command Request (ALIVE:DONE)
2018-01-20 16:21:35.851 [DEBUG] [alization.ZWaveNodeInitStageAdvancer] - NODE 23: Starting initialisation from DONE
2018-01-20 16:21:35.855 [DEBUG] [ve.internal.protocol.ZWaveController] - Event Listener org.openhab.binding.zwave.internal.protocol.initialization.ZWaveNodeInitStageAdvancer@18ef965 already registered
2018-01-20 16:21:35.861 [DEBUG] [ssage.ApplicationCommandMessageClass] - NODE 23: Incoming command class ALARM
2018-01-20 16:21:35.864 [DEBUG] [.commandclass.ZWaveAlarmCommandClass] - NODE 23: Received ALARM command V2
2018-01-20 16:21:35.866 [DEBUG] [.commandclass.ZWaveAlarmCommandClass] - NODE 23: Process NOTIFICATION_REPORT V2
2018-01-20 16:21:35.869 [DEBUG] [.commandclass.ZWaveAlarmCommandClass] - NODE 23: NOTIFICATION report - 7 = 255, event=3, status=255
2018-01-20 16:21:35.871 [DEBUG] [.commandclass.ZWaveAlarmCommandClass] - NODE 23: Alarm Type = BURGLAR (7)
2018-01-20 16:21:35.874 [DEBUG] [ve.internal.protocol.ZWaveController] - Notifying event listeners: ZWaveAlarmValueEvent
2018-01-20 16:21:35.876 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 23: Got an event from Z-Wave network: ZWaveAlarmValueEvent
2018-01-20 16:21:35.879 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 23: Got a value event from Z-Wave network, endpoint = 0, command class = ALARM, value = 255
2018-01-20 16:21:35.882 [DEBUG] [ternal.converter.ZWaveAlarmConverter] - Alarm converter processing NOTIFICATION
2018-01-20 16:21:35.884 [DEBUG] [ternal.converter.ZWaveAlarmConverter] - Alarm converter NOTIFICATION event is 3, type OnOffType
2018-01-20 16:21:35.887 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 23: Updating channel state zwave:device:cab10335:node23:alarm_burglar to ON [OnOffType]
2018-01-20 16:21:35.890 [DEBUG] [ternal.converter.ZWaveAlarmConverter] - Alarm converter processing NOTIFICATION
2018-01-20 16:21:35.892 [DEBUG] [ssage.ApplicationCommandMessageClass] - NODE 25: Transaction not completed: node address inconsistent.  lastSent=25, incoming=255
2018-01-20 16:21:53.852 [DEBUG] [WaveSerialHandler$ZWaveReceiveThread] - Receive Message = 01 09 00 04 00 1E 03 20 01 00 CE 
==> /var/log/openhab2/events.log <==
2018-01-20 16:21:53.861 [vent.ItemStateChangedEvent] - zwave_serial_zstick_cab10335_serial_sof changed from 4906 to 4907
==> /var/log/openhab2/openhab.log <==
2018-01-20 16:21:53.868 [DEBUG] [ve.internal.protocol.ZWaveController] - Receive queue TAKE: Length=0
2018-01-20 16:21:53.872 [DEBUG] [wave.internal.protocol.SerialMessage] - Assembled message buffer = 01 09 00 04 00 1E 03 20 01 00 CE 
2018-01-20 16:21:53.878 [DEBUG] [ve.internal.protocol.ZWaveController] - Process Message = 01 09 00 04 00 1E 03 20 01 00 CE 
2018-01-20 16:21:53.883 [DEBUG] [ve.internal.protocol.ZWaveController] - Message: class=ApplicationCommandHandler[0x04], type=Request[0x00], priority=High, dest=255, callback=0, payload=00 1E 03 20 01 00 
2018-01-20 16:21:53.887 [DEBUG] [ssage.ApplicationCommandMessageClass] - NODE 30: Application Command Request (ALIVE:DONE)
2018-01-20 16:21:53.891 [DEBUG] [alization.ZWaveNodeInitStageAdvancer] - NODE 30: Starting initialisation from DONE
2018-01-20 16:21:53.893 [DEBUG] [ve.internal.protocol.ZWaveController] - Event Listener org.openhab.binding.zwave.internal.protocol.initialization.ZWaveNodeInitStageAdvancer@f915b1 already registered
2018-01-20 16:21:53.895 [DEBUG] [ssage.ApplicationCommandMessageClass] - NODE 30: Incoming command class BASIC
2018-01-20 16:21:53.897 [DEBUG] [.commandclass.ZWaveBasicCommandClass] - NODE 30: Received Basic Request
2018-01-20 16:21:53.899 [DEBUG] [.commandclass.ZWaveBasicCommandClass] - NODE 30: Basic Set sent to the controller will be processed as Basic Report
2018-01-20 16:21:53.901 [DEBUG] [.commandclass.ZWaveBasicCommandClass] - NODE 30: Basic report, value = 0x00
2018-01-20 16:21:53.903 [DEBUG] [ve.internal.protocol.ZWaveController] - Notifying event listeners: ZWaveCommandClassValueEvent
2018-01-20 16:21:53.906 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 30: Got an event from Z-Wave network: ZWaveCommandClassValueEvent
2018-01-20 16:21:53.908 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 30: Got a value event from Z-Wave network, endpoint = 0, command class = BASIC, value = 0
2018-01-20 16:21:53.910 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 30: Updating channel state zwave:device:cab10335:node30:sensor_binary to OFF [OnOffType]
2018-01-20 16:21:53.914 [DEBUG] [ssage.ApplicationCommandMessageClass] - NODE 25: Transaction not completed: node address inconsistent.  lastSent=25, incoming=255
==> /var/log/openhab2/events.log <==
2018-01-20 16:21:53.920 [vent.ItemStateChangedEvent] - FF_Office_PIR_Tamper changed from ON to OFF
==> /var/log/openhab2/openhab.log <==
2018-01-20 16:21:54.005 [DEBUG] [WaveSerialHandler$ZWaveReceiveThread] - Receive Message = 01 10 00 04 00 1E 0A 71 05 07 00 00 FF 07 02 00 00 76 
==> /var/log/openhab2/events.log <==
2018-01-20 16:21:54.011 [vent.ItemStateChangedEvent] - zwave_serial_zstick_cab10335_serial_sof changed from 4907 to 4908
==> /var/log/openhab2/openhab.log <==
2018-01-20 16:21:54.012 [DEBUG] [ve.internal.protocol.ZWaveController] - Receive queue TAKE: Length=0
2018-01-20 16:21:54.017 [DEBUG] [wave.internal.protocol.SerialMessage] - Assembled message buffer = 01 10 00 04 00 1E 0A 71 05 07 00 00 FF 07 02 00 00 76 
2018-01-20 16:21:54.023 [DEBUG] [ve.internal.protocol.ZWaveController] - Process Message = 01 10 00 04 00 1E 0A 71 05 07 00 00 FF 07 02 00 00 76 
2018-01-20 16:21:54.028 [DEBUG] [ve.internal.protocol.ZWaveController] - Message: class=ApplicationCommandHandler[0x04], type=Request[0x00], priority=High, dest=255, callback=0, payload=00 1E 0A 71 05 07 00 00 FF 07 02 00 00 
2018-01-20 16:21:54.031 [DEBUG] [ssage.ApplicationCommandMessageClass] - NODE 30: Application Command Request (ALIVE:DONE)
2018-01-20 16:21:54.032 [DEBUG] [alization.ZWaveNodeInitStageAdvancer] - NODE 30: Starting initialisation from DONE
2018-01-20 16:21:54.034 [DEBUG] [ve.internal.protocol.ZWaveController] - Event Listener org.openhab.binding.zwave.internal.protocol.initialization.ZWaveNodeInitStageAdvancer@f915b1 already registered
2018-01-20 16:21:54.036 [DEBUG] [ssage.ApplicationCommandMessageClass] - NODE 30: Incoming command class ALARM
2018-01-20 16:21:54.038 [DEBUG] [.commandclass.ZWaveAlarmCommandClass] - NODE 30: Received ALARM command V2
2018-01-20 16:21:54.039 [DEBUG] [.commandclass.ZWaveAlarmCommandClass] - NODE 30: Process NOTIFICATION_REPORT V2
2018-01-20 16:21:54.041 [DEBUG] [.commandclass.ZWaveAlarmCommandClass] - NODE 30: NOTIFICATION report - 7 = 0, event=2, status=255
2018-01-20 16:21:54.043 [DEBUG] [.commandclass.ZWaveAlarmCommandClass] - NODE 30: Alarm Type = BURGLAR (7)
2018-01-20 16:21:54.044 [DEBUG] [ve.internal.protocol.ZWaveController] - Notifying event listeners: ZWaveAlarmValueEvent
2018-01-20 16:21:54.046 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 30: Got an event from Z-Wave network: ZWaveAlarmValueEvent
2018-01-20 16:21:54.047 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 30: Got a value event from Z-Wave network, endpoint = 0, command class = ALARM, value = 255
2018-01-20 16:21:54.049 [DEBUG] [ternal.converter.ZWaveAlarmConverter] - Alarm converter processing NOTIFICATION
2018-01-20 16:21:54.051 [DEBUG] [ternal.converter.ZWaveAlarmConverter] - Alarm converter NOTIFICATION event is 2, type OnOffType
2018-01-20 16:21:54.053 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 30: Updating channel state zwave:device:cab10335:node30:alarm_burglar to ON [OnOffType]
2018-01-20 16:21:54.055 [DEBUG] [ssage.ApplicationCommandMessageClass] - NODE 25: Transaction not completed: node address inconsistent.  lastSent=25, incoming=255
2018-01-20 16:21:55.798 [DEBUG] [WaveSerialHandler$ZWaveReceiveThread] - Receive Message = 01 10 00 04 00 17 0A 71 05 07 FF 00 FF 07 03 00 00 81 
==> /var/log/openhab2/events.log <==
2018-01-20 16:21:55.807 [vent.ItemStateChangedEvent] - zwave_serial_zstick_cab10335_serial_sof changed from 4908 to 4909
==> /var/log/openhab2/openhab.log <==
2018-01-20 16:21:55.810 [DEBUG] [ve.internal.protocol.ZWaveController] - Receive queue TAKE: Length=0
2018-01-20 16:21:55.817 [DEBUG] [wave.internal.protocol.SerialMessage] - Assembled message buffer = 01 10 00 04 00 17 0A 71 05 07 FF 00 FF 07 03 00 00 81 
2018-01-20 16:21:55.821 [DEBUG] [ve.internal.protocol.ZWaveController] - Process Message = 01 10 00 04 00 17 0A 71 05 07 FF 00 FF 07 03 00 00 81 
2018-01-20 16:21:55.824 [DEBUG] [ve.internal.protocol.ZWaveController] - Message: class=ApplicationCommandHandler[0x04], type=Request[0x00], priority=High, dest=255, callback=0, payload=00 17 0A 71 05 07 FF 00 FF 07 03 00 00 
2018-01-20 16:21:55.826 [DEBUG] [ssage.ApplicationCommandMessageClass] - NODE 23: Application Command Request (ALIVE:DONE)
2018-01-20 16:21:55.828 [DEBUG] [alization.ZWaveNodeInitStageAdvancer] - NODE 23: Starting initialisation from DONE
2018-01-20 16:21:55.831 [DEBUG] [ve.internal.protocol.ZWaveController] - Event Listener org.openhab.binding.zwave.internal.protocol.initialization.ZWaveNodeInitStageAdvancer@18ef965 already registered
2018-01-20 16:21:55.833 [DEBUG] [ssage.ApplicationCommandMessageClass] - NODE 23: Incoming command class ALARM
2018-01-20 16:21:55.835 [DEBUG] [.commandclass.ZWaveAlarmCommandClass] - NODE 23: Received ALARM command V2
2018-01-20 16:21:55.837 [DEBUG] [.commandclass.ZWaveAlarmCommandClass] - NODE 23: Process NOTIFICATION_REPORT V2
2018-01-20 16:21:55.839 [DEBUG] [.commandclass.ZWaveAlarmCommandClass] - NODE 23: NOTIFICATION report - 7 = 255, event=3, status=255
2018-01-20 16:21:55.841 [DEBUG] [.commandclass.ZWaveAlarmCommandClass] - NODE 23: Alarm Type = BURGLAR (7)
2018-01-20 16:21:55.843 [DEBUG] [ve.internal.protocol.ZWaveController] - Notifying event listeners: ZWaveAlarmValueEvent
2018-01-20 16:21:55.845 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 23: Got an event from Z-Wave network: ZWaveAlarmValueEvent
2018-01-20 16:21:55.847 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 23: Got a value event from Z-Wave network, endpoint = 0, command class = ALARM, value = 255
2018-01-20 16:21:55.850 [DEBUG] [ternal.converter.ZWaveAlarmConverter] - Alarm converter processing NOTIFICATION
2018-01-20 16:21:55.852 [DEBUG] [ternal.converter.ZWaveAlarmConverter] - Alarm converter NOTIFICATION event is 3, type OnOffType
2018-01-20 16:21:55.854 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 23: Updating channel state zwave:device:cab10335:node23:alarm_burglar to ON [OnOffType]
2018-01-20 16:21:55.858 [DEBUG] [ternal.converter.ZWaveAlarmConverter] - Alarm converter processing NOTIFICATION
2018-01-20 16:21:55.860 [DEBUG] [ssage.ApplicationCommandMessageClass] - NODE 25: Transaction not completed: node address inconsistent.  lastSent=25, incoming=255
2018-01-20 16:22:02.726 [DEBUG] [WaveSerialHandler$ZWaveReceiveThread] - Receive Message = 01 08 00 04 00 17 02 84 07 65 
2018-01-20 16:22:02.732 [DEBUG] [ve.internal.protocol.ZWaveController] - Receive queue TAKE: Length=0
==> /var/log/openhab2/events.log <==
2018-01-20 16:22:02.732 [vent.ItemStateChangedEvent] - zwave_serial_zstick_cab10335_serial_sof changed from 4909 to 4910
==> /var/log/openhab2/openhab.log <==
2018-01-20 16:22:02.740 [DEBUG] [wave.internal.protocol.SerialMessage] - Assembled message buffer = 01 08 00 04 00 17 02 84 07 65 
2018-01-20 16:22:02.748 [DEBUG] [ve.internal.protocol.ZWaveController] - Process Message = 01 08 00 04 00 17 02 84 07 65 
2018-01-20 16:22:02.754 [DEBUG] [ve.internal.protocol.ZWaveController] - Message: class=ApplicationCommandHandler[0x04], type=Request[0x00], priority=High, dest=255, callback=0, payload=00 17 02 84 07 
2018-01-20 16:22:02.759 [DEBUG] [ssage.ApplicationCommandMessageClass] - NODE 23: Application Command Request (ALIVE:DONE)
2018-01-20 16:22:02.763 [DEBUG] [alization.ZWaveNodeInitStageAdvancer] - NODE 23: Starting initialisation from DONE
2018-01-20 16:22:02.768 [DEBUG] [ve.internal.protocol.ZWaveController] - Event Listener org.openhab.binding.zwave.internal.protocol.initialization.ZWaveNodeInitStageAdvancer@18ef965 already registered
2018-01-20 16:22:02.773 [DEBUG] [ssage.ApplicationCommandMessageClass] - NODE 23: Incoming command class WAKE_UP
2018-01-20 16:22:02.777 [DEBUG] [commandclass.ZWaveWakeUpCommandClass] - NODE 23: Received Wake Up Request
2018-01-20 16:22:02.782 [DEBUG] [commandclass.ZWaveWakeUpCommandClass] - NODE 23: Received WAKE_UP_NOTIFICATION
2018-01-20 16:22:02.786 [DEBUG] [commandclass.ZWaveWakeUpCommandClass] - NODE 23: Is awake with 3 messages in the wake-up queue.
2018-01-20 16:22:02.790 [DEBUG] [ve.internal.protocol.ZWaveController] - Notifying event listeners: ZWaveWakeUpEvent
2018-01-20 16:22:02.794 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 23: Got an event from Z-Wave network: ZWaveWakeUpEvent
==> /var/log/openhab2/events.log <==
2018-01-20 16:22:02.816 [me.event.ThingUpdatedEvent] - Thing 'zwave:device:cab10335:node23' has been updated.
==> /var/log/openhab2/openhab.log <==
2018-01-20 16:22:02.816 [DEBUG] [ocol.ZWaveController$ZWaveSendThread] - Took message from queue for sending. Queue length = 0
2018-01-20 16:22:02.819 [DEBUG] [wave.internal.protocol.SerialMessage] - Assembled message buffer = 01 0B 00 13 17 04 71 04 00 06 25 D9 7B 
2018-01-20 16:22:02.822 [DEBUG] [ing.zwave.handler.ZWaveSerialHandler] - NODE 23: Sending REQUEST Message = 01 0B 00 13 17 04 71 04 00 06 25 D9 7B 
2018-01-20 16:22:02.816 [DEBUG] [ve.internal.protocol.ZWaveController] - Message queued. Queue length = 1. Queue={}
2018-01-20 16:22:02.825 [DEBUG] [ssage.ApplicationCommandMessageClass] - NODE 25: Transaction not completed: node address inconsistent.  lastSent=25, incoming=255
==> /var/log/openhab2/events.log <==
2018-01-20 16:22:02.832 [vent.ItemStateChangedEvent] - zwave_serial_zstick_cab10335_serial_ack changed from 1757 to 1758
==> /var/log/openhab2/openhab.log <==
2018-01-20 16:22:02.836 [DEBUG] [WaveSerialHandler$ZWaveReceiveThread] - Receive Message = 01 04 01 13 01 E8 
==> /var/log/openhab2/events.log <==
2018-01-20 16:22:02.840 [vent.ItemStateChangedEvent] - zwave_serial_zstick_cab10335_serial_sof changed from 4910 to 4911
==> /var/log/openhab2/openhab.log <==
2018-01-20 16:22:02.844 [DEBUG] [ve.internal.protocol.ZWaveController] - Receive queue TAKE: Length=0
2018-01-20 16:22:02.845 [DEBUG] [wave.internal.protocol.SerialMessage] - Assembled message buffer = 01 04 01 13 01 E8 
2018-01-20 16:22:02.847 [DEBUG] [ve.internal.protocol.ZWaveController] - Process Message = 01 04 01 13 01 E8 
2018-01-20 16:22:02.849 [DEBUG] [ve.internal.protocol.ZWaveController] - Message: class=SendData[0x13], type=Response[0x01], priority=High, dest=255, callback=0, payload=01 
2018-01-20 16:22:02.851 [DEBUG] [l.serialmessage.SendDataMessageClass] - NODE 23: Sent Data successfully placed on stack.
2018-01-20 16:22:02.873 [DEBUG] [WaveSerialHandler$ZWaveReceiveThread] - Receive Message = 01 07 00 13 D9 00 00 04 36 
==> /var/log/openhab2/events.log <==
2018-01-20 16:22:02.876 [vent.ItemStateChangedEvent] - zwave_serial_zstick_cab10335_serial_sof changed from 4911 to 4912
==> /var/log/openhab2/openhab.log <==
2018-01-20 16:22:02.879 [DEBUG] [ve.internal.protocol.ZWaveController] - Receive queue TAKE: Length=0
2018-01-20 16:22:02.881 [DEBUG] [wave.internal.protocol.SerialMessage] - Assembled message buffer = 01 09 00 13 D9 00 00 04 00 00 38 
2018-01-20 16:22:02.884 [DEBUG] [ve.internal.protocol.ZWaveController] - Process Message = 01 09 00 13 D9 00 00 04 00 00 38 
2018-01-20 16:22:02.887 [DEBUG] [ve.internal.protocol.ZWaveController] - Message: class=SendData[0x13], type=Request[0x00], priority=High, dest=255, callback=0, payload=D9 00 00 04 
2018-01-20 16:22:02.889 [DEBUG] [l.serialmessage.SendDataMessageClass] - NODE 23: SendData Request. CallBack ID = 217, Status = Transmission complete and ACK received(0)
2018-01-20 16:22:02.891 [DEBUG] [alization.ZWaveNodeInitStageAdvancer] - NODE 23: Starting initialisation from DONE
2018-01-20 16:22:02.893 [DEBUG] [ve.internal.protocol.ZWaveController] - Event Listener org.openhab.binding.zwave.internal.protocol.initialization.ZWaveNodeInitStageAdvancer@18ef965 already registered
2018-01-20 16:22:02.896 [DEBUG] [.serialmessage.ZWaveCommandProcessor] - Checking transaction complete: Sent Message: class=SendData[0x13], type=Request[0x00], priority=Immediate, dest=23, callback=217, payload=17 04 71 04 00 06 
2018-01-20 16:22:02.899 [DEBUG] [.serialmessage.ZWaveCommandProcessor] - Checking transaction complete: Recv Message: class=SendData[0x13], type=Request[0x00], priority=High, dest=255, callback=0, payload=D9 00 00 04 
2018-01-20 16:22:02.901 [DEBUG] [.serialmessage.ZWaveCommandProcessor] - Checking transaction complete: class=SendData, callback id=217, expected=ApplicationCommandHandler, cancelled=false      MISMATCH
2018-01-20 16:22:07.829 [DEBUG] [ocol.ZWaveController$ZWaveSendThread] - NODE 23: Too many retries. Discarding message: Message: class=SendData[0x13], type=Request[0x00], priority=Immediate, dest=23, callback=217, payload=17 04 71 04 00 06 
2018-01-20 16:22:18.458 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 21: Polling...
2018-01-20 16:22:18.462 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 21: Polling zwave:device:cab10335:node21:sensor_door
2018-01-20 16:22:18.465 [DEBUG] [converter.ZWaveBinarySensorConverter] - NODE 21: Generating poll message for SENSOR_BINARY, endpoint 0
2018-01-20 16:22:18.467 [DEBUG] [dclass.ZWaveBinarySensorCommandClass] - NODE 21: Creating new message for application command SENSOR_BINARY_GET
2018-01-20 16:22:18.471 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 21: Polling zwave:device:cab10335:node21:alarm_burglar
2018-01-20 16:22:18.473 [DEBUG] [ternal.converter.ZWaveAlarmConverter] - NODE 21: Generating poll message for ALARM, endpoint 0, alarm BURGLAR, event null
2018-01-20 16:22:18.476 [DEBUG] [.commandclass.ZWaveAlarmCommandClass] - NODE 21: Creating new message for application command NOTIFICATION_GET V2
2018-01-20 16:22:18.479 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 21: Polling zwave:device:cab10335:node21:battery-level
2018-01-20 16:22:18.481 [DEBUG] [rnal.converter.ZWaveBatteryConverter] - NODE 21: Generating poll message for BATTERY endpoint 0
2018-01-20 16:22:18.483 [DEBUG] [ommandclass.ZWaveBatteryCommandClass] - NODE 21: Creating new message for application command BATTERY_GET
2018-01-20 16:22:18.485 [DEBUG] [commandclass.ZWaveWakeUpCommandClass] - NODE 21: Message already on the wake-up queue. Removing original.
2018-01-20 16:22:18.486 [DEBUG] [commandclass.ZWaveWakeUpCommandClass] - NODE 21: Putting message SendData in wakeup queue.
2018-01-20 16:22:18.488 [DEBUG] [commandclass.ZWaveWakeUpCommandClass] - NODE 21: Message already on 

Yep - that’s the one - thanks.

Your device is an older version than @HomeAutomation. The alarms are using an old definition - unfortunately not one that I’ve seen before. Most devices either use the (old) V1 definition, or the newer V3+ definition. Yours is V2, and a different implementation of most V2 devices I’ve seen :frowning: .

I will need to have a think about how to handle this…

I greatly appreciate your continued help with this issue. These are fairly common door/window switches available in the US through monoprice.com. They are made by Vision but sold with no brand name on them through monoprice for a very reasonable price. I have looked through the forums and there are a few others who have had issues with these so I feel comfortable in saying that it will not only benefit me. The others with issues have either just thrown the devices in a box or have moved onto something other than openHAB.

I have a few other devices from these companies which I’m just trying to get running now. It appears that at least one, the ZP3102, shows similar results where the tamper (alarm_burglar) is triggered by the non-tamper (sensor_binary) action. In the case of the ZP3102 it seems that the tamper is triggered by the motion. While the motion is eventually turned off, the tamper never is.

In all honesty I can say that I don’t have a concern about the tamper alarm (for either device) but I realize that would only be half solving the problem so I’m willing to stick around and keep trying to solve the entire problem if you are.

I’m still curious why I have not gotten a battery reading for my ZD2102 devices. That seems to be set properly and I don’t see anything in the logs where it is sending a value.

@chris I haven’t made any progress with these door sensors but I did have some thoughts. I can envision a use case where the door/reed switch is intended to throw two updates. One update is the momentary status for when a door is currently open. That update gets cleared when the door is closed. The second is a “permanent” until cleared update for when a door has been opened since last reset. Thinking about the sensors from a security alarm standpoint I can see the use for the event that remains as an “Alarm” until cleared. This seems to match up with the behavior of the device assuming that there is another yet unknown event which is triggered to record the tamper.

Thoughts? I think it would be weird that multiple types of devices from the same manufacturer would be wrong. Maybe it’s just my interpretation.

The Linear WADWAZ-1 is a similar device (they look physically identical), and seems to behave the same. The sensor_door channel is the only one that gets values… the alarms are never populated. Here is Tamper ON, Tamper OFF, OPENED, and then CLOSED.

2018-01-24 21:20:23.052 [DEBUG] [wave.handler.ZWaveSerialHandler$ZWaveReceiveThread] - Receive Message = 01 10 00 04 00 67 0A 71 05 07 00 00 FF 07 02 00 00 0F 
2018-01-24 21:20:23.057 [DEBUG] [ng.zwave.internal.protocol.ZWaveTransactionManager] - processReceiveMessage input 0<>128 : Message: class=ApplicationCommandHandler[4], type=Request[0], dest=103, callback=0, payload=00 67 0A 71 05 07 00 00 FF 07 02 00 00 
2018-01-24 21:20:23.057 [DEBUG] [ng.zwave.internal.protocol.ZWaveTransactionManager] - processReceiveMessage past lock Message: class=ApplicationCommandHandler[4], type=Request[0], dest=103, callback=0, payload=00 67 0A 71 05 07 00 00 FF 07 02 00 00 
2018-01-24 21:20:23.057 [DEBUG] [ng.zwave.internal.protocol.ZWaveTransactionManager] - Received msg (0): Message: class=ApplicationCommandHandler[4], type=Request[0], dest=103, callback=0, payload=00 67 0A 71 05 07 00 00 FF 07 02 00 00 
2018-01-24 21:20:23.058 [DEBUG] [ng.zwave.internal.protocol.ZWaveTransactionManager] - lastTransaction null
2018-01-24 21:20:23.058 [DEBUG] [ng.zwave.internal.protocol.ZWaveTransactionManager] - NODE 103: Application Command Request (ALIVE:DONE)
2018-01-24 21:20:23.058 [DEBUG] [.openhab.binding.zwave.internal.protocol.ZWaveNode] - NODE 103: resetResendCount initComplete=true isDead=false
2018-01-24 21:20:23.058 [DEBUG] [.openhab.binding.zwave.internal.protocol.ZWaveNode] - NODE 103: Incoming command class COMMAND_CLASS_ALARM, endpoint 0
2018-01-24 21:20:23.058 [DEBUG] [.openhab.binding.zwave.internal.protocol.ZWaveNode] - NODE 103: SECURITY not supported
2018-01-24 21:20:23.058 [DEBUG] [e.internal.protocol.commandclass.ZWaveCommandClass] - NODE 103: Received COMMAND_CLASS_ALARM V2 NOTIFICATION_REPORT
2018-01-24 21:20:23.059 [DEBUG] [ernal.protocol.commandclass.ZWaveAlarmCommandClass] - NODE 103: NOTIFICATION report - 7 = 0, event=2, status=255, plen=0
2018-01-24 21:20:23.059 [DEBUG] [ernal.protocol.commandclass.ZWaveAlarmCommandClass] - NODE 103: Alarm Type = BURGLAR (7)
2018-01-24 21:20:23.059 [DEBUG] [ab.binding.zwave.internal.protocol.ZWaveController] - Notifying event listeners: ZWaveAlarmValueEvent
2018-01-24 21:20:23.059 [DEBUG] [rg.openhab.binding.zwave.handler.ZWaveThingHandler] - NODE 103: Got an event from Z-Wave network: ZWaveAlarmValueEvent
2018-01-24 21:20:23.059 [DEBUG] [rg.openhab.binding.zwave.handler.ZWaveThingHandler] - NODE 103: Got a value event from Z-Wave network, endpoint = 0, command class = COMMAND_CLASS_ALARM, value = 255
2018-01-24 21:20:23.060 [DEBUG] [nding.zwave.internal.converter.ZWaveAlarmConverter] - Alarm converter processing NOTIFICATION
2018-01-24 21:20:23.060 [DEBUG] [nding.zwave.internal.converter.ZWaveAlarmConverter] - Alarm converter NOTIFICATION event is 2, type OnOffType
2018-01-24 21:20:23.060 [DEBUG] [nding.zwave.internal.converter.ZWaveAlarmConverter] - Alarm converter NOTIFICATION event is 2, channel alarm_entry is not implemented.
2018-01-24 21:20:23.060 [DEBUG] [nding.zwave.internal.converter.ZWaveAlarmConverter] - Alarm converter processing NOTIFICATION
2018-01-24 21:20:23.060 [DEBUG] [nding.zwave.internal.converter.ZWaveAlarmConverter] - Alarm converter NOTIFICATION event is 2, type OnOffType
2018-01-24 21:20:23.060 [DEBUG] [nding.zwave.internal.converter.ZWaveAlarmConverter] - Alarm converter NOTIFICATION event is 2, channel alarm_general is not implemented.
2018-01-24 21:20:23.060 [DEBUG] [ng.zwave.internal.protocol.ZWaveTransactionManager] - NODE 103: Commands processed 1.
2018-01-24 21:20:23.060 [DEBUG] [ng.zwave.internal.protocol.ZWaveTransactionManager] - NODE 103: Checking command org.openhab.binding.zwave.internal.protocol.ZWaveCommandClassPayload@7d012529.

2018-01-24 21:21:34.308 [DEBUG] [wave.handler.ZWaveSerialHandler$ZWaveReceiveThread] - Receive Message = 01 10 00 04 00 67 0A 71 05 07 FF 00 FF 07 03 00 00 F1 
2018-01-24 21:21:34.313 [DEBUG] [ng.zwave.internal.protocol.ZWaveTransactionManager] - processReceiveMessage input 0<>128 : Message: class=ApplicationCommandHandler[4], type=Request[0], dest=103, callback=0, payload=00 67 0A 71 05 07 FF 00 FF 07 03 00 00 
2018-01-24 21:21:34.313 [DEBUG] [ng.zwave.internal.protocol.ZWaveTransactionManager] - processReceiveMessage past lock Message: class=ApplicationCommandHandler[4], type=Request[0], dest=103, callback=0, payload=00 67 0A 71 05 07 FF 00 FF 07 03 00 00 
2018-01-24 21:21:34.314 [DEBUG] [ng.zwave.internal.protocol.ZWaveTransactionManager] - Received msg (0): Message: class=ApplicationCommandHandler[4], type=Request[0], dest=103, callback=0, payload=00 67 0A 71 05 07 FF 00 FF 07 03 00 00 
2018-01-24 21:21:34.314 [DEBUG] [ng.zwave.internal.protocol.ZWaveTransactionManager] - lastTransaction null
2018-01-24 21:21:34.314 [DEBUG] [ng.zwave.internal.protocol.ZWaveTransactionManager] - NODE 103: Application Command Request (ALIVE:DONE)
2018-01-24 21:21:34.315 [DEBUG] [.openhab.binding.zwave.internal.protocol.ZWaveNode] - NODE 103: resetResendCount initComplete=true isDead=false
2018-01-24 21:21:34.317 [DEBUG] [.openhab.binding.zwave.internal.protocol.ZWaveNode] - NODE 103: Incoming command class COMMAND_CLASS_ALARM, endpoint 0
2018-01-24 21:21:34.318 [DEBUG] [.openhab.binding.zwave.internal.protocol.ZWaveNode] - NODE 103: SECURITY not supported
2018-01-24 21:21:34.319 [DEBUG] [e.internal.protocol.commandclass.ZWaveCommandClass] - NODE 103: Received COMMAND_CLASS_ALARM V2 NOTIFICATION_REPORT
2018-01-24 21:21:34.319 [DEBUG] [ernal.protocol.commandclass.ZWaveAlarmCommandClass] - NODE 103: NOTIFICATION report - 7 = 255, event=3, status=255, plen=0
2018-01-24 21:21:34.320 [DEBUG] [ernal.protocol.commandclass.ZWaveAlarmCommandClass] - NODE 103: Alarm Type = BURGLAR (7)
2018-01-24 21:21:34.321 [DEBUG] [ab.binding.zwave.internal.protocol.ZWaveController] - Notifying event listeners: ZWaveAlarmValueEvent
2018-01-24 21:21:34.321 [DEBUG] [rg.openhab.binding.zwave.handler.ZWaveThingHandler] - NODE 103: Got an event from Z-Wave network: ZWaveAlarmValueEvent
2018-01-24 21:21:34.323 [DEBUG] [rg.openhab.binding.zwave.handler.ZWaveThingHandler] - NODE 103: Got a value event from Z-Wave network, endpoint = 0, command class = COMMAND_CLASS_ALARM, value = 255
2018-01-24 21:21:34.324 [DEBUG] [nding.zwave.internal.converter.ZWaveAlarmConverter] - Alarm converter processing NOTIFICATION
2018-01-24 21:21:34.325 [DEBUG] [nding.zwave.internal.converter.ZWaveAlarmConverter] - Alarm converter NOTIFICATION event is 3, type OnOffType
2018-01-24 21:21:34.326 [DEBUG] [nding.zwave.internal.converter.ZWaveAlarmConverter] - Alarm converter NOTIFICATION event is 3, channel alarm_entry is not implemented.
2018-01-24 21:21:34.326 [DEBUG] [nding.zwave.internal.converter.ZWaveAlarmConverter] - Alarm converter processing NOTIFICATION
2018-01-24 21:21:34.327 [DEBUG] [nding.zwave.internal.converter.ZWaveAlarmConverter] - Alarm converter NOTIFICATION event is 3, type OnOffType
2018-01-24 21:21:34.327 [DEBUG] [nding.zwave.internal.converter.ZWaveAlarmConverter] - Alarm converter NOTIFICATION event is 3, channel alarm_general is not implemented.
2018-01-24 21:21:34.328 [DEBUG] [ng.zwave.internal.protocol.ZWaveTransactionManager] - NODE 103: Commands processed 1.
2018-01-24 21:21:34.328 [DEBUG] [ng.zwave.internal.protocol.ZWaveTransactionManager] - NODE 103: Checking command org.openhab.binding.zwave.internal.protocol.ZWaveCommandClassPayload@6373ba98.

2018-01-24 21:21:42.799 [DEBUG] [wave.handler.ZWaveSerialHandler$ZWaveReceiveThread] - Receive Message = 01 09 00 04 00 67 03 20 01 FF 48 
2018-01-24 21:21:42.803 [DEBUG] [ng.zwave.internal.protocol.ZWaveTransactionManager] - processReceiveMessage input 0<>128 : Message: class=ApplicationCommandHandler[4], type=Request[0], dest=103, callback=0, payload=00 67 03 20 01 FF 
2018-01-24 21:21:42.804 [DEBUG] [ng.zwave.internal.protocol.ZWaveTransactionManager] - processReceiveMessage past lock Message: class=ApplicationCommandHandler[4], type=Request[0], dest=103, callback=0, payload=00 67 03 20 01 FF 
2018-01-24 21:21:42.804 [DEBUG] [ng.zwave.internal.protocol.ZWaveTransactionManager] - Received msg (0): Message: class=ApplicationCommandHandler[4], type=Request[0], dest=103, callback=0, payload=00 67 03 20 01 FF 
2018-01-24 21:21:42.804 [DEBUG] [ng.zwave.internal.protocol.ZWaveTransactionManager] - lastTransaction null
2018-01-24 21:21:42.804 [DEBUG] [ng.zwave.internal.protocol.ZWaveTransactionManager] - NODE 103: Application Command Request (ALIVE:DONE)
2018-01-24 21:21:42.804 [DEBUG] [.openhab.binding.zwave.internal.protocol.ZWaveNode] - NODE 103: resetResendCount initComplete=true isDead=false
2018-01-24 21:21:42.804 [DEBUG] [.openhab.binding.zwave.internal.protocol.ZWaveNode] - NODE 103: Incoming command class COMMAND_CLASS_BASIC, endpoint 0
2018-01-24 21:21:42.804 [DEBUG] [.openhab.binding.zwave.internal.protocol.ZWaveNode] - NODE 103: SECURITY not supported
2018-01-24 21:21:42.805 [DEBUG] [e.internal.protocol.commandclass.ZWaveCommandClass] - NODE 103: Received COMMAND_CLASS_BASIC V1 BASIC_SET
2018-01-24 21:21:42.805 [DEBUG] [ernal.protocol.commandclass.ZWaveBasicCommandClass] - NODE 103: Basic report, value = 255
2018-01-24 21:21:42.805 [DEBUG] [ab.binding.zwave.internal.protocol.ZWaveController] - Notifying event listeners: ZWaveCommandClassValueEvent
2018-01-24 21:21:42.805 [DEBUG] [rg.openhab.binding.zwave.handler.ZWaveThingHandler] - NODE 103: Got an event from Z-Wave network: ZWaveCommandClassValueEvent
2018-01-24 21:21:42.805 [DEBUG] [rg.openhab.binding.zwave.handler.ZWaveThingHandler] - NODE 103: Got a value event from Z-Wave network, endpoint = 0, command class = COMMAND_CLASS_BASIC, value = 255
2018-01-24 21:21:42.805 [DEBUG] [rg.openhab.binding.zwave.handler.ZWaveThingHandler] - NODE 103: Updating channel state zwave:device:07cb40a2:node103:sensor_door to OPEN [OpenClosedType]
2018-01-24 21:21:42.806 [DEBUG] [ng.zwave.internal.protocol.ZWaveTransactionManager] - NODE 103: Commands processed 1.
2018-01-24 21:21:42.807 [DEBUG] [ng.zwave.internal.protocol.ZWaveTransactionManager] - NODE 103: Checking command org.openhab.binding.zwave.internal.protocol.ZWaveCommandClassPayload@36e8a35d.

2018-01-24 21:21:42.845 [DEBUG] [wave.handler.ZWaveSerialHandler$ZWaveReceiveThread] - Receive Message = 01 10 00 04 00 67 0A 71 05 07 FF 00 FF 07 02 00 00 F0 
2018-01-24 21:21:42.849 [DEBUG] [ng.zwave.internal.protocol.ZWaveTransactionManager] - processReceiveMessage input 0<>128 : Message: class=ApplicationCommandHandler[4], type=Request[0], dest=103, callback=0, payload=00 67 0A 71 05 07 FF 00 FF 07 02 00 00 
2018-01-24 21:21:42.850 [DEBUG] [ng.zwave.internal.protocol.ZWaveTransactionManager] - processReceiveMessage past lock Message: class=ApplicationCommandHandler[4], type=Request[0], dest=103, callback=0, payload=00 67 0A 71 05 07 FF 00 FF 07 02 00 00 
2018-01-24 21:21:42.850 [DEBUG] [ng.zwave.internal.protocol.ZWaveTransactionManager] - Received msg (0): Message: class=ApplicationCommandHandler[4], type=Request[0], dest=103, callback=0, payload=00 67 0A 71 05 07 FF 00 FF 07 02 00 00 
2018-01-24 21:21:42.850 [DEBUG] [ng.zwave.internal.protocol.ZWaveTransactionManager] - lastTransaction null
2018-01-24 21:21:42.850 [DEBUG] [ng.zwave.internal.protocol.ZWaveTransactionManager] - NODE 103: Application Command Request (ALIVE:DONE)
2018-01-24 21:21:42.851 [DEBUG] [.openhab.binding.zwave.internal.protocol.ZWaveNode] - NODE 103: resetResendCount initComplete=true isDead=false
2018-01-24 21:21:42.851 [DEBUG] [.openhab.binding.zwave.internal.protocol.ZWaveNode] - NODE 103: Incoming command class COMMAND_CLASS_ALARM, endpoint 0
2018-01-24 21:21:42.851 [DEBUG] [.openhab.binding.zwave.internal.protocol.ZWaveNode] - NODE 103: SECURITY not supported
2018-01-24 21:21:42.851 [DEBUG] [e.internal.protocol.commandclass.ZWaveCommandClass] - NODE 103: Received COMMAND_CLASS_ALARM V2 NOTIFICATION_REPORT
2018-01-24 21:21:42.851 [DEBUG] [ernal.protocol.commandclass.ZWaveAlarmCommandClass] - NODE 103: NOTIFICATION report - 7 = 255, event=2, status=255, plen=0
2018-01-24 21:21:42.851 [DEBUG] [ernal.protocol.commandclass.ZWaveAlarmCommandClass] - NODE 103: Alarm Type = BURGLAR (7)
2018-01-24 21:21:42.852 [DEBUG] [ab.binding.zwave.internal.protocol.ZWaveController] - Notifying event listeners: ZWaveAlarmValueEvent
2018-01-24 21:21:42.852 [DEBUG] [rg.openhab.binding.zwave.handler.ZWaveThingHandler] - NODE 103: Got an event from Z-Wave network: ZWaveAlarmValueEvent
2018-01-24 21:21:42.852 [DEBUG] [rg.openhab.binding.zwave.handler.ZWaveThingHandler] - NODE 103: Got a value event from Z-Wave network, endpoint = 0, command class = COMMAND_CLASS_ALARM, value = 255
2018-01-24 21:21:42.852 [DEBUG] [nding.zwave.internal.converter.ZWaveAlarmConverter] - Alarm converter processing NOTIFICATION
2018-01-24 21:21:42.852 [DEBUG] [nding.zwave.internal.converter.ZWaveAlarmConverter] - Alarm converter NOTIFICATION event is 2, type OnOffType
2018-01-24 21:21:42.853 [DEBUG] [nding.zwave.internal.converter.ZWaveAlarmConverter] - Alarm converter NOTIFICATION event is 2, channel alarm_entry is not implemented.
2018-01-24 21:21:42.853 [DEBUG] [nding.zwave.internal.converter.ZWaveAlarmConverter] - Alarm converter processing NOTIFICATION
2018-01-24 21:21:42.853 [DEBUG] [nding.zwave.internal.converter.ZWaveAlarmConverter] - Alarm converter NOTIFICATION event is 2, type OnOffType
2018-01-24 21:21:42.853 [DEBUG] [nding.zwave.internal.converter.ZWaveAlarmConverter] - Alarm converter NOTIFICATION event is 2, channel alarm_general is not implemented.
2018-01-24 21:21:42.853 [DEBUG] [ng.zwave.internal.protocol.ZWaveTransactionManager] - NODE 103: Commands processed 1.
2018-01-24 21:21:42.853 [DEBUG] [ng.zwave.internal.protocol.ZWaveTransactionManager] - NODE 103: Checking command org.openhab.binding.zwave.internal.protocol.ZWaveCommandClassPayload@69bac059.

2018-01-24 21:21:44.348 [DEBUG] [wave.handler.ZWaveSerialHandler$ZWaveReceiveThread] - Receive Message = 01 09 00 04 00 67 03 20 01 00 B7 
2018-01-24 21:21:44.351 [DEBUG] [ng.zwave.internal.protocol.ZWaveTransactionManager] - processReceiveMessage input 0<>128 : Message: class=ApplicationCommandHandler[4], type=Request[0], dest=103, callback=0, payload=00 67 03 20 01 00 
2018-01-24 21:21:44.351 [DEBUG] [ng.zwave.internal.protocol.ZWaveTransactionManager] - processReceiveMessage past lock Message: class=ApplicationCommandHandler[4], type=Request[0], dest=103, callback=0, payload=00 67 03 20 01 00 
2018-01-24 21:21:44.352 [DEBUG] [ng.zwave.internal.protocol.ZWaveTransactionManager] - Received msg (0): Message: class=ApplicationCommandHandler[4], type=Request[0], dest=103, callback=0, payload=00 67 03 20 01 00 
2018-01-24 21:21:44.352 [DEBUG] [ng.zwave.internal.protocol.ZWaveTransactionManager] - lastTransaction null
2018-01-24 21:21:44.352 [DEBUG] [ng.zwave.internal.protocol.ZWaveTransactionManager] - NODE 103: Application Command Request (ALIVE:DONE)
2018-01-24 21:21:44.352 [DEBUG] [.openhab.binding.zwave.internal.protocol.ZWaveNode] - NODE 103: resetResendCount initComplete=true isDead=false
2018-01-24 21:21:44.352 [DEBUG] [.openhab.binding.zwave.internal.protocol.ZWaveNode] - NODE 103: Incoming command class COMMAND_CLASS_BASIC, endpoint 0
2018-01-24 21:21:44.352 [DEBUG] [.openhab.binding.zwave.internal.protocol.ZWaveNode] - NODE 103: SECURITY not supported
2018-01-24 21:21:44.352 [DEBUG] [e.internal.protocol.commandclass.ZWaveCommandClass] - NODE 103: Received COMMAND_CLASS_BASIC V1 BASIC_SET
2018-01-24 21:21:44.352 [DEBUG] [ernal.protocol.commandclass.ZWaveBasicCommandClass] - NODE 103: Basic report, value = 0
2018-01-24 21:21:44.352 [DEBUG] [ab.binding.zwave.internal.protocol.ZWaveController] - Notifying event listeners: ZWaveCommandClassValueEvent
2018-01-24 21:21:44.352 [DEBUG] [rg.openhab.binding.zwave.handler.ZWaveThingHandler] - NODE 103: Got an event from Z-Wave network: ZWaveCommandClassValueEvent
2018-01-24 21:21:44.352 [DEBUG] [rg.openhab.binding.zwave.handler.ZWaveThingHandler] - NODE 103: Got a value event from Z-Wave network, endpoint = 0, command class = COMMAND_CLASS_BASIC, value = 0
2018-01-24 21:21:44.352 [DEBUG] [rg.openhab.binding.zwave.handler.ZWaveThingHandler] - NODE 103: Updating channel state zwave:device:07cb40a2:node103:sensor_door to CLOSED [OpenClosedType]
2018-01-24 21:21:44.354 [DEBUG] [ng.zwave.internal.protocol.ZWaveTransactionManager] - NODE 103: Commands processed 1.
2018-01-24 21:21:44.354 [DEBUG] [ng.zwave.internal.protocol.ZWaveTransactionManager] - NODE 103: Checking command org.openhab.binding.zwave.internal.protocol.ZWaveCommandClassPayload@1763008c.

2018-01-24 21:21:44.394 [DEBUG] [wave.handler.ZWaveSerialHandler$ZWaveReceiveThread] - Receive Message = 01 10 00 04 00 67 0A 71 05 07 00 00 FF 07 02 00 00 0F 
2018-01-24 21:21:44.397 [DEBUG] [ng.zwave.internal.protocol.ZWaveTransactionManager] - processReceiveMessage input 0<>128 : Message: class=ApplicationCommandHandler[4], type=Request[0], dest=103, callback=0, payload=00 67 0A 71 05 07 00 00 FF 07 02 00 00 
2018-01-24 21:21:44.397 [DEBUG] [ng.zwave.internal.protocol.ZWaveTransactionManager] - processReceiveMessage past lock Message: class=ApplicationCommandHandler[4], type=Request[0], dest=103, callback=0, payload=00 67 0A 71 05 07 00 00 FF 07 02 00 00 
2018-01-24 21:21:44.398 [DEBUG] [ng.zwave.internal.protocol.ZWaveTransactionManager] - Received msg (0): Message: class=ApplicationCommandHandler[4], type=Request[0], dest=103, callback=0, payload=00 67 0A 71 05 07 00 00 FF 07 02 00 00 
2018-01-24 21:21:44.398 [DEBUG] [ng.zwave.internal.protocol.ZWaveTransactionManager] - lastTransaction null
2018-01-24 21:21:44.398 [DEBUG] [ng.zwave.internal.protocol.ZWaveTransactionManager] - NODE 103: Application Command Request (ALIVE:DONE)
2018-01-24 21:21:44.398 [DEBUG] [.openhab.binding.zwave.internal.protocol.ZWaveNode] - NODE 103: resetResendCount initComplete=true isDead=false
2018-01-24 21:21:44.398 [DEBUG] [.openhab.binding.zwave.internal.protocol.ZWaveNode] - NODE 103: Incoming command class COMMAND_CLASS_ALARM, endpoint 0
2018-01-24 21:21:44.398 [DEBUG] [.openhab.binding.zwave.internal.protocol.ZWaveNode] - NODE 103: SECURITY not supported
2018-01-24 21:21:44.398 [DEBUG] [e.internal.protocol.commandclass.ZWaveCommandClass] - NODE 103: Received COMMAND_CLASS_ALARM V2 NOTIFICATION_REPORT
2018-01-24 21:21:44.398 [DEBUG] [ernal.protocol.commandclass.ZWaveAlarmCommandClass] - NODE 103: NOTIFICATION report - 7 = 0, event=2, status=255, plen=0
2018-01-24 21:21:44.399 [DEBUG] [ernal.protocol.commandclass.ZWaveAlarmCommandClass] - NODE 103: Alarm Type = BURGLAR (7)
2018-01-24 21:21:44.399 [DEBUG] [ab.binding.zwave.internal.protocol.ZWaveController] - Notifying event listeners: ZWaveAlarmValueEvent
2018-01-24 21:21:44.399 [DEBUG] [rg.openhab.binding.zwave.handler.ZWaveThingHandler] - NODE 103: Got an event from Z-Wave network: ZWaveAlarmValueEvent
2018-01-24 21:21:44.399 [DEBUG] [rg.openhab.binding.zwave.handler.ZWaveThingHandler] - NODE 103: Got a value event from Z-Wave network, endpoint = 0, command class = COMMAND_CLASS_ALARM, value = 255
2018-01-24 21:21:44.399 [DEBUG] [nding.zwave.internal.converter.ZWaveAlarmConverter] - Alarm converter processing NOTIFICATION
2018-01-24 21:21:44.399 [DEBUG] [nding.zwave.internal.converter.ZWaveAlarmConverter] - Alarm converter NOTIFICATION event is 2, type OnOffType
2018-01-24 21:21:44.399 [DEBUG] [nding.zwave.internal.converter.ZWaveAlarmConverter] - Alarm converter NOTIFICATION event is 2, channel alarm_entry is not implemented.
2018-01-24 21:21:44.399 [DEBUG] [nding.zwave.internal.converter.ZWaveAlarmConverter] - Alarm converter processing NOTIFICATION
2018-01-24 21:21:44.399 [DEBUG] [nding.zwave.internal.converter.ZWaveAlarmConverter] - Alarm converter NOTIFICATION event is 2, type OnOffType
2018-01-24 21:21:44.399 [DEBUG] [nding.zwave.internal.converter.ZWaveAlarmConverter] - Alarm converter NOTIFICATION event is 2, channel alarm_general is not implemented.
2018-01-24 21:21:44.399 [DEBUG] [ng.zwave.internal.protocol.ZWaveTransactionManager] - NODE 103: Commands processed 1.
2018-01-24 21:21:44.399 [DEBUG] [ng.zwave.internal.protocol.ZWaveTransactionManager] - NODE 103: Checking command org.openhab.binding.zwave.internal.protocol.ZWaveCommandClassPayload@798341cd.

@5iver What release of openHAB are you using? I’m on the development snapshots.

All I ever get triggered is alarm_burglar. I never get sensor_door. All I’m really looking for is sensor_door and battery-level.

@chris You mentioned that you needed to think about this. Any new thoughts? Is there any additional information that we can provide?

Is there a way to “manually” configure these to get them to work with openHAB 2? I did have these working in openHAB 1 for a while but I seem to recall never having them really show up through the database.

OH 2.3.0 snapshot 1198 and ZWave binding 2.3.0.201801212218. I get sensor_door, but our ThingTypes are setup differently in the database. The WADWAZ-1 is using BASIC for it, and it looks like Chris removed this from the others?

It also looks like your devices are not listed with the ALARM CC (but is sending them, so maybe not the right device?) in the Zwave Aliance db, but does have BASIC like mine…

https://products.z-wavealliance.org/products/111/classes

https://products.z-wavealliance.org/products/1033/classes

@5iver I’m still trying to understand how this all works so I greatly appreciate your time and that of others.

I used the Zwave alliance DB to look up the sensors by the brand Monoprice. I purchased them through monoprice but I was under the impression that they were unbranded ZD2102s as that is what the show up as in habmin. When I look up in the database by Monoprice I see:


which does show the Alarm command class.
https://products.z-wavealliance.org/products/1121/classes

I’m sorry for being slow to this, but does that mean I need to do something to the database that @Chris maintains?