Fibaro Motion Sensor problems - maybe related to Aeon ZSTICK (GEN5) - missing configuration?

Since this is important for other users as well, let’s start from the beginning :slight_smile:

I will try each option, and let’s see what’s going on.

Here’s my updated items:

Number  eye1_batt    "Battery: [%d %%]" {zwave="5:command=battery"}
Number  eye1_lux     "Lux: [%.2f Lux]"  {zwave="5:command=sensor_multilevel,sensor_type=3"}
Number  eye1_temp    "Temp: [%.1f °C]"  {zwave="5:command=sensor_multilevel,sensor_type=1"}
Contact eye1_motion  "Motion: [%s]"     {zwave="5:command=sensor_binary"}
Contact eye1_s_alarm "Sensor_Alarm: [%s]"       { zwave="5:command=sensor_alarm" }
Switch  eye1_basic   "Basic: [%s]" {zwave="5:command=basic"}
Contact eye1_alarm   "Alarm: [%s]" {zwave="5:command=alarm"}

First, I’m trying with option A - only ‘Lifeline’.
In my sitemap, I see correct temperature, battery and lux values, but no change in the other fields - i.e., no indication of motion and tamper.

This is the log file.
Please note, that there is only ALARM command class, with only value 0 - while I’d expected to get 4 different indications (motion start, motion end, tamper start, motion end)

12:35:12.319 [DEBUG] [eController$ZWaveReceiveThread:1530 ] - Receive Message = 01 0F 00 04 00 05 09 71 05 00 00 00 FF 07 08 00 7C 
12:35:12.321 [DEBUG] [eController$ZWaveReceiveThread:1446 ] - Receive queue ADD: Length=1
12:35:12.321 [DEBUG] [b.z.i.protocol.ZWaveController:1194 ] - Receive queue TAKE: Length=0
12:35:12.322 [DEBUG] [o.b.z.i.protocol.SerialMessage:243  ] - Assembled message buffer = 01 0F 00 04 00 05 09 71 05 00 00 00 FF 07 08 00 7C 
12:35:12.323 [DEBUG] [b.z.i.protocol.ZWaveController:1195 ] - Process Message = 01 0F 00 04 00 05 09 71 05 00 00 00 FF 07 08 00 7C 
12:35:12.324 [DEBUG] [b.z.i.protocol.ZWaveController:194  ] - Message: class = ApplicationCommandHandler (0x04), type = Request (0x00), payload = 00 05 09 71 05 00 00 00 FF 07 08 00 
12:35:12.325 [DEBUG] [ApplicationCommandMessageClass:40   ] - NODE 5: Application Command Request (ALIVE:PING)
12:35:12.326 [DEBUG] [ApplicationCommandMessageClass:58   ] - NODE 5: Incoming command class ALARM
12:35:12.327 [DEBUG] [z.i.p.c.ZWaveAlarmCommandClass:82   ] - NODE 5: Received Alarm Request
12:35:12.327 [DEBUG] [z.i.p.c.ZWaveAlarmCommandClass:94   ] - NODE 5: Alarm report - Value = 0
12:35:12.328 [DEBUG] [z.i.p.c.ZWaveAlarmCommandClass:113  ] - NODE 5: Alarm Type = General (0)
12:35:12.329 [DEBUG] [b.z.i.protocol.ZWaveController:648  ] - Notifying event listeners: ZWaveAlarmValueEvent
12:35:12.329 [DEBUG] [.z.internal.ZWaveActiveBinding:449  ] - ZwaveIncomingEvent
12:35:12.330 [DEBUG] [.z.internal.ZWaveActiveBinding:466  ] - NODE 5: Got a value event from Z-Wave network, endpoint = 0, command class = ALARM, value = 0
12:35:12.332 [DEBUG] [ApplicationCommandMessageClass:89   ] - Transaction not completed: node address inconsistent.
12:35:12.333 [DEBUG] [o.o.i.m.i.MyOpenHABServiceImpl:281  ] - store(eye1_alarm), state = CLOSED
12:35:23.076 [DEBUG] [eController$ZWaveReceiveThread:1530 ] - Receive Message = 01 0F 00 04 00 05 09 71 05 00 00 00 FF 07 03 00 77 
12:35:23.079 [DEBUG] [eController$ZWaveReceiveThread:1446 ] - Receive queue ADD: Length=1
12:35:23.079 [DEBUG] [b.z.i.protocol.ZWaveController:1194 ] - Receive queue TAKE: Length=0
12:35:23.081 [DEBUG] [o.b.z.i.protocol.SerialMessage:243  ] - Assembled message buffer = 01 0F 00 04 00 05 09 71 05 00 00 00 FF 07 03 00 77 
12:35:23.083 [DEBUG] [b.z.i.protocol.ZWaveController:1195 ] - Process Message = 01 0F 00 04 00 05 09 71 05 00 00 00 FF 07 03 00 77 
12:35:23.085 [DEBUG] [b.z.i.protocol.ZWaveController:194  ] - Message: class = ApplicationCommandHandler (0x04), type = Request (0x00), payload = 00 05 09 71 05 00 00 00 FF 07 03 00 
12:35:23.087 [DEBUG] [ApplicationCommandMessageClass:40   ] - NODE 5: Application Command Request (ALIVE:PING)
12:35:23.088 [DEBUG] [ApplicationCommandMessageClass:58   ] - NODE 5: Incoming command class ALARM
12:35:23.089 [DEBUG] [z.i.p.c.ZWaveAlarmCommandClass:82   ] - NODE 5: Received Alarm Request
12:35:23.090 [DEBUG] [z.i.p.c.ZWaveAlarmCommandClass:94   ] - NODE 5: Alarm report - Value = 0
12:35:23.091 [DEBUG] [z.i.p.c.ZWaveAlarmCommandClass:113  ] - NODE 5: Alarm Type = General (0)
12:35:23.093 [DEBUG] [b.z.i.protocol.ZWaveController:648  ] - Notifying event listeners: ZWaveAlarmValueEvent
12:35:23.093 [DEBUG] [.z.internal.ZWaveActiveBinding:449  ] - ZwaveIncomingEvent
12:35:23.094 [DEBUG] [.z.internal.ZWaveActiveBinding:466  ] - NODE 5: Got a value event from Z-Wave network, endpoint = 0, command class = ALARM, value = 0
12:35:23.095 [DEBUG] [ApplicationCommandMessageClass:89   ] - Transaction not completed: node address inconsistent.
12:35:41.589 [DEBUG] [inding.ntp.internal.NtpBinding:78   ] - There is no existing NTP binding configuration => refresh cycle aborted!
12:35:50.924 [DEBUG] [eController$ZWaveReceiveThread:1530 ] - Receive Message = 01 10 00 04 00 05 0A 71 05 00 00 00 FF 07 00 01 08 61 
12:35:50.926 [DEBUG] [eController$ZWaveReceiveThread:1446 ] - Receive queue ADD: Length=1
12:35:50.926 [DEBUG] [b.z.i.protocol.ZWaveController:1194 ] - Receive queue TAKE: Length=0
12:35:50.929 [DEBUG] [o.b.z.i.protocol.SerialMessage:243  ] - Assembled message buffer = 01 10 00 04 00 05 0A 71 05 00 00 00 FF 07 00 01 08 61 
12:35:50.931 [DEBUG] [b.z.i.protocol.ZWaveController:1195 ] - Process Message = 01 10 00 04 00 05 0A 71 05 00 00 00 FF 07 00 01 08 61 
12:35:50.933 [DEBUG] [b.z.i.protocol.ZWaveController:194  ] - Message: class = ApplicationCommandHandler (0x04), type = Request (0x00), payload = 00 05 0A 71 05 00 00 00 FF 07 00 01 08 
12:35:50.966 [DEBUG] [ApplicationCommandMessageClass:40   ] - NODE 5: Application Command Request (ALIVE:PING)
12:35:50.968 [DEBUG] [ApplicationCommandMessageClass:58   ] - NODE 5: Incoming command class ALARM
12:35:50.969 [DEBUG] [z.i.p.c.ZWaveAlarmCommandClass:82   ] - NODE 5: Received Alarm Request
12:35:50.970 [DEBUG] [z.i.p.c.ZWaveAlarmCommandClass:94   ] - NODE 5: Alarm report - Value = 0
12:35:50.971 [DEBUG] [z.i.p.c.ZWaveAlarmCommandClass:113  ] - NODE 5: Alarm Type = General (0)
12:35:50.973 [DEBUG] [b.z.i.protocol.ZWaveController:648  ] - Notifying event listeners: ZWaveAlarmValueEvent
12:35:50.974 [DEBUG] [.z.internal.ZWaveActiveBinding:449  ] - ZwaveIncomingEvent
12:35:50.975 [DEBUG] [.z.internal.ZWaveActiveBinding:466  ] - NODE 5: Got a value event from Z-Wave network, endpoint = 0, command class = ALARM, value = 0
12:35:50.976 [DEBUG] [ApplicationCommandMessageClass:89   ] - Transaction not completed: node address inconsistent.
12:35:53.928 [DEBUG] [eController$ZWaveReceiveThread:1530 ] - Receive Message = 01 10 00 04 00 05 0A 71 05 00 00 00 FF 07 00 01 03 6A 
12:35:53.930 [DEBUG] [eController$ZWaveReceiveThread:1446 ] - Receive queue ADD: Length=1
12:35:53.930 [DEBUG] [b.z.i.protocol.ZWaveController:1194 ] - Receive queue TAKE: Length=0
12:35:53.932 [DEBUG] [o.b.z.i.protocol.SerialMessage:243  ] - Assembled message buffer = 01 10 00 04 00 05 0A 71 05 00 00 00 FF 07 00 01 03 6A 
12:35:53.933 [DEBUG] [b.z.i.protocol.ZWaveController:1195 ] - Process Message = 01 10 00 04 00 05 0A 71 05 00 00 00 FF 07 00 01 03 6A 
12:35:53.935 [DEBUG] [b.z.i.protocol.ZWaveController:194  ] - Message: class = ApplicationCommandHandler (0x04), type = Request (0x00), payload = 00 05 0A 71 05 00 00 00 FF 07 00 01 03 
12:35:53.937 [DEBUG] [ApplicationCommandMessageClass:40   ] - NODE 5: Application Command Request (ALIVE:PING)
12:35:53.938 [DEBUG] [ApplicationCommandMessageClass:58   ] - NODE 5: Incoming command class ALARM
12:35:53.939 [DEBUG] [z.i.p.c.ZWaveAlarmCommandClass:82   ] - NODE 5: Received Alarm Request
12:35:53.940 [DEBUG] [z.i.p.c.ZWaveAlarmCommandClass:94   ] - NODE 5: Alarm report - Value = 0
12:35:53.941 [DEBUG] [z.i.p.c.ZWaveAlarmCommandClass:113  ] - NODE 5: Alarm Type = General (0)
12:35:53.942 [DEBUG] [b.z.i.protocol.ZWaveController:648  ] - Notifying event listeners: ZWaveAlarmValueEvent
12:35:53.943 [DEBUG] [.z.internal.ZWaveActiveBinding:449  ] - ZwaveIncomingEvent
12:35:53.944 [DEBUG] [.z.internal.ZWaveActiveBinding:466  ] - NODE 5: Got a value event from Z-Wave network, endpoint = 0, command class = ALARM, value = 0
12:35:53.945 [DEBUG] [ApplicationCommandMessageClass:89   ] - Transaction not completed: node address inconsistent.
12:36:11.592 [DEBUG] [inding.ntp.internal.NtpBinding:78   ] - There is no existing NTP binding configuration => refresh cycle aborted!
12:36:13.827 [DEBUG] [eController$ZWaveReceiveThread:1530 ] - Receive Message = 01 0F 00 04 00 05 09 71 05 00 00 00 FF 07 08 00 7C 
12:36:13.829 [DEBUG] [eController$ZWaveReceiveThread:1446 ] - Receive queue ADD: Length=1
12:36:13.829 [DEBUG] [b.z.i.protocol.ZWaveController:1194 ] - Receive queue TAKE: Length=0
12:36:13.831 [DEBUG] [o.b.z.i.protocol.SerialMessage:243  ] - Assembled message buffer = 01 0F 00 04 00 05 09 71 05 00 00 00 FF 07 08 00 7C 
12:36:13.833 [DEBUG] [b.z.i.protocol.ZWaveController:1195 ] - Process Message = 01 0F 00 04 00 05 09 71 05 00 00 00 FF 07 08 00 7C 
12:36:13.834 [DEBUG] [b.z.i.protocol.ZWaveController:194  ] - Message: class = ApplicationCommandHandler (0x04), type = Request (0x00), payload = 00 05 09 71 05 00 00 00 FF 07 08 00 
12:36:13.836 [DEBUG] [ApplicationCommandMessageClass:40   ] - NODE 5: Application Command Request (ALIVE:PING)
12:36:13.837 [DEBUG] [ApplicationCommandMessageClass:58   ] - NODE 5: Incoming command class ALARM
12:36:13.838 [DEBUG] [z.i.p.c.ZWaveAlarmCommandClass:82   ] - NODE 5: Received Alarm Request
12:36:13.839 [DEBUG] [z.i.p.c.ZWaveAlarmCommandClass:94   ] - NODE 5: Alarm report - Value = 0
12:36:13.840 [DEBUG] [z.i.p.c.ZWaveAlarmCommandClass:113  ] - NODE 5: Alarm Type = General (0)
12:36:13.841 [DEBUG] [b.z.i.protocol.ZWaveController:648  ] - Notifying event listeners: ZWaveAlarmValueEvent
12:36:13.842 [DEBUG] [.z.internal.ZWaveActiveBinding:449  ] - ZwaveIncomingEvent
12:36:13.843 [DEBUG] [.z.internal.ZWaveActiveBinding:466  ] - NODE 5: Got a value event from Z-Wave network, endpoint = 0, command class = ALARM, value = 0
12:36:13.844 [DEBUG] [ApplicationCommandMessageClass:89   ] - Transaction not completed: node address inconsistent.

That’s what you’re getting - isn’t it?

As stated earlier, the reason you’re not seeing these is because the device is using the NOTIFICATION class, and this is not supported in OH1 (or OH2 at the moment).

So, bottom line, when using OH1, in the current situation, our ‘Option 1’ (Lifeline only) is not good…

I think from the previous logs you provided that all associations sent the same data?

Here’s ‘option B’: Lifeline, Motion and Tamper (all regular).
It’s better than option A, but not perfect.

There’s BASIC with values 0 and 255 - for motion start and end.
But there is only ALARM with value 0 - for tamper start and end.

12:48:02.473 [DEBUG] [eController$ZWaveReceiveThread:1530 ] - Receive Message = 01 0F 00 04 00 05 09 71 05 00 00 00 FF 07 03 00 77 
12:48:02.475 [DEBUG] [eController$ZWaveReceiveThread:1446 ] - Receive queue ADD: Length=1
12:48:02.475 [DEBUG] [b.z.i.protocol.ZWaveController:1194 ] - Receive queue TAKE: Length=0
12:48:02.478 [DEBUG] [o.b.z.i.protocol.SerialMessage:243  ] - Assembled message buffer = 01 0F 00 04 00 05 09 71 05 00 00 00 FF 07 03 00 77 
12:48:02.480 [DEBUG] [b.z.i.protocol.ZWaveController:1195 ] - Process Message = 01 0F 00 04 00 05 09 71 05 00 00 00 FF 07 03 00 77 
12:48:02.481 [DEBUG] [b.z.i.protocol.ZWaveController:194  ] - Message: class = ApplicationCommandHandler (0x04), type = Request (0x00), payload = 00 05 09 71 05 00 00 00 FF 07 03 00 
12:48:02.483 [DEBUG] [ApplicationCommandMessageClass:40   ] - NODE 5: Application Command Request (ALIVE:PING)
12:48:02.484 [DEBUG] [ApplicationCommandMessageClass:58   ] - NODE 5: Incoming command class ALARM
12:48:02.486 [DEBUG] [z.i.p.c.ZWaveAlarmCommandClass:82   ] - NODE 5: Received Alarm Request
12:48:02.487 [DEBUG] [z.i.p.c.ZWaveAlarmCommandClass:94   ] - NODE 5: Alarm report - Value = 0
12:48:02.488 [DEBUG] [z.i.p.c.ZWaveAlarmCommandClass:113  ] - NODE 5: Alarm Type = General (0)
12:48:02.490 [DEBUG] [b.z.i.protocol.ZWaveController:648  ] - Notifying event listeners: ZWaveAlarmValueEvent
12:48:02.491 [DEBUG] [.z.internal.ZWaveActiveBinding:449  ] - ZwaveIncomingEvent
12:48:02.493 [DEBUG] [.z.internal.ZWaveActiveBinding:466  ] - NODE 5: Got a value event from Z-Wave network, endpoint = 0, command class = ALARM, value = 0
12:48:02.494 [DEBUG] [ApplicationCommandMessageClass:89   ] - Transaction not completed: node address inconsistent.
12:48:02.563 [DEBUG] [eController$ZWaveReceiveThread:1530 ] - Receive Message = 01 0F 00 04 08 05 09 71 05 00 00 00 FF 07 03 00 7F 
12:48:02.565 [DEBUG] [eController$ZWaveReceiveThread:1446 ] - Receive queue ADD: Length=1
12:48:02.566 [DEBUG] [b.z.i.protocol.ZWaveController:1194 ] - Receive queue TAKE: Length=0
12:48:02.568 [DEBUG] [o.b.z.i.protocol.SerialMessage:243  ] - Assembled message buffer = 01 0F 00 04 08 05 09 71 05 00 00 00 FF 07 03 00 7F 
12:48:02.570 [DEBUG] [b.z.i.protocol.ZWaveController:1195 ] - Process Message = 01 0F 00 04 08 05 09 71 05 00 00 00 FF 07 03 00 7F 
12:48:02.571 [DEBUG] [b.z.i.protocol.ZWaveController:194  ] - Message: class = ApplicationCommandHandler (0x04), type = Request (0x00), payload = 08 05 09 71 05 00 00 00 FF 07 03 00 
12:48:02.573 [DEBUG] [ApplicationCommandMessageClass:40   ] - NODE 5: Application Command Request (ALIVE:PING)
12:48:02.575 [DEBUG] [ApplicationCommandMessageClass:58   ] - NODE 5: Incoming command class ALARM
12:48:02.576 [DEBUG] [z.i.p.c.ZWaveAlarmCommandClass:82   ] - NODE 5: Received Alarm Request
12:48:02.576 [DEBUG] [z.i.p.c.ZWaveAlarmCommandClass:94   ] - NODE 5: Alarm report - Value = 0
12:48:02.577 [DEBUG] [z.i.p.c.ZWaveAlarmCommandClass:113  ] - NODE 5: Alarm Type = General (0)
12:48:02.578 [DEBUG] [b.z.i.protocol.ZWaveController:648  ] - Notifying event listeners: ZWaveAlarmValueEvent
12:48:02.578 [DEBUG] [.z.internal.ZWaveActiveBinding:449  ] - ZwaveIncomingEvent
12:48:02.579 [DEBUG] [.z.internal.ZWaveActiveBinding:466  ] - NODE 5: Got a value event from Z-Wave network, endpoint = 0, command class = ALARM, value = 0
12:48:02.579 [DEBUG] [ApplicationCommandMessageClass:89   ] - Transaction not completed: node address inconsistent.
12:48:02.605 [DEBUG] [eController$ZWaveReceiveThread:1530 ] - Receive Message = 01 0F 00 04 00 05 09 71 05 00 00 00 FF 07 03 00 77 
12:48:02.606 [DEBUG] [eController$ZWaveReceiveThread:1446 ] - Receive queue ADD: Length=1
12:48:02.606 [DEBUG] [b.z.i.protocol.ZWaveController:1194 ] - Receive queue TAKE: Length=0
12:48:02.607 [DEBUG] [o.b.z.i.protocol.SerialMessage:243  ] - Assembled message buffer = 01 0F 00 04 00 05 09 71 05 00 00 00 FF 07 03 00 77 
12:48:02.607 [DEBUG] [b.z.i.protocol.ZWaveController:1195 ] - Process Message = 01 0F 00 04 00 05 09 71 05 00 00 00 FF 07 03 00 77 
12:48:02.608 [DEBUG] [b.z.i.protocol.ZWaveController:194  ] - Message: class = ApplicationCommandHandler (0x04), type = Request (0x00), payload = 00 05 09 71 05 00 00 00 FF 07 03 00 
12:48:02.608 [DEBUG] [ApplicationCommandMessageClass:40   ] - NODE 5: Application Command Request (ALIVE:PING)
12:48:02.609 [DEBUG] [ApplicationCommandMessageClass:58   ] - NODE 5: Incoming command class ALARM
12:48:02.609 [DEBUG] [z.i.p.c.ZWaveAlarmCommandClass:82   ] - NODE 5: Received Alarm Request
12:48:02.610 [DEBUG] [z.i.p.c.ZWaveAlarmCommandClass:94   ] - NODE 5: Alarm report - Value = 0
12:48:02.610 [DEBUG] [z.i.p.c.ZWaveAlarmCommandClass:113  ] - NODE 5: Alarm Type = General (0)
12:48:02.611 [DEBUG] [b.z.i.protocol.ZWaveController:648  ] - Notifying event listeners: ZWaveAlarmValueEvent
12:48:02.611 [DEBUG] [.z.internal.ZWaveActiveBinding:449  ] - ZwaveIncomingEvent
12:48:02.612 [DEBUG] [.z.internal.ZWaveActiveBinding:466  ] - NODE 5: Got a value event from Z-Wave network, endpoint = 0, command class = ALARM, value = 0
12:48:02.612 [DEBUG] [ApplicationCommandMessageClass:89   ] - Transaction not completed: node address inconsistent.
12:48:20.643 [DEBUG] [inding.ntp.internal.NtpBinding:78   ] - There is no existing NTP binding configuration => refresh cycle aborted!
12:48:32.280 [DEBUG] [eController$ZWaveReceiveThread:1530 ] - Receive Message = 01 10 00 04 00 05 0A 71 05 00 00 00 FF 07 00 01 08 61 
12:48:32.283 [DEBUG] [eController$ZWaveReceiveThread:1446 ] - Receive queue ADD: Length=1
12:48:32.283 [DEBUG] [b.z.i.protocol.ZWaveController:1194 ] - Receive queue TAKE: Length=0
12:48:32.285 [DEBUG] [o.b.z.i.protocol.SerialMessage:243  ] - Assembled message buffer = 01 10 00 04 00 05 0A 71 05 00 00 00 FF 07 00 01 08 61 
12:48:32.287 [DEBUG] [b.z.i.protocol.ZWaveController:1195 ] - Process Message = 01 10 00 04 00 05 0A 71 05 00 00 00 FF 07 00 01 08 61 
12:48:32.288 [DEBUG] [b.z.i.protocol.ZWaveController:194  ] - Message: class = ApplicationCommandHandler (0x04), type = Request (0x00), payload = 00 05 0A 71 05 00 00 00 FF 07 00 01 08 
12:48:32.290 [DEBUG] [ApplicationCommandMessageClass:40   ] - NODE 5: Application Command Request (ALIVE:PING)
12:48:32.291 [DEBUG] [ApplicationCommandMessageClass:58   ] - NODE 5: Incoming command class ALARM
12:48:32.293 [DEBUG] [z.i.p.c.ZWaveAlarmCommandClass:82   ] - NODE 5: Received Alarm Request
12:48:32.294 [DEBUG] [z.i.p.c.ZWaveAlarmCommandClass:94   ] - NODE 5: Alarm report - Value = 0
12:48:32.295 [DEBUG] [z.i.p.c.ZWaveAlarmCommandClass:113  ] - NODE 5: Alarm Type = General (0)
12:48:32.297 [DEBUG] [b.z.i.protocol.ZWaveController:648  ] - Notifying event listeners: ZWaveAlarmValueEvent
12:48:32.298 [DEBUG] [.z.internal.ZWaveActiveBinding:449  ] - ZwaveIncomingEvent
12:48:32.299 [DEBUG] [.z.internal.ZWaveActiveBinding:466  ] - NODE 5: Got a value event from Z-Wave network, endpoint = 0, command class = ALARM, value = 0
12:48:32.301 [DEBUG] [ApplicationCommandMessageClass:89   ] - Transaction not completed: node address inconsistent.
12:48:32.404 [DEBUG] [eController$ZWaveReceiveThread:1530 ] - Receive Message = 01 09 00 04 08 05 03 20 01 00 DD 
12:48:32.406 [DEBUG] [eController$ZWaveReceiveThread:1446 ] - Receive queue ADD: Length=1
12:48:32.406 [DEBUG] [b.z.i.protocol.ZWaveController:1194 ] - Receive queue TAKE: Length=0
12:48:32.408 [DEBUG] [o.b.z.i.protocol.SerialMessage:243  ] - Assembled message buffer = 01 09 00 04 08 05 03 20 01 00 DD 
12:48:32.409 [DEBUG] [b.z.i.protocol.ZWaveController:1195 ] - Process Message = 01 09 00 04 08 05 03 20 01 00 DD 
12:48:32.410 [DEBUG] [b.z.i.protocol.ZWaveController:194  ] - Message: class = ApplicationCommandHandler (0x04), type = Request (0x00), payload = 08 05 03 20 01 00 
12:48:32.412 [DEBUG] [ApplicationCommandMessageClass:40   ] - NODE 5: Application Command Request (ALIVE:PING)
12:48:32.414 [DEBUG] [ApplicationCommandMessageClass:58   ] - NODE 5: Incoming command class BASIC
12:48:32.415 [DEBUG] [z.i.p.c.ZWaveBasicCommandClass:73   ] - NODE 5: Received Basic Request
12:48:32.416 [DEBUG] [z.i.p.c.ZWaveBasicCommandClass:77   ] - NODE 5: Basic Set sent to the controller will be processed as Basic Report
12:48:32.418 [DEBUG] [z.i.p.c.ZWaveBasicCommandClass:106  ] - NODE 5: Basic report, value = 0x00
12:48:32.419 [DEBUG] [b.z.i.protocol.ZWaveController:648  ] - Notifying event listeners: ZWaveCommandClassValueEvent
12:48:32.421 [DEBUG] [.z.internal.ZWaveActiveBinding:449  ] - ZwaveIncomingEvent
12:48:32.422 [DEBUG] [.z.internal.ZWaveActiveBinding:466  ] - NODE 5: Got a value event from Z-Wave network, endpoint = 0, command class = BASIC, value = 0
12:48:32.424 [DEBUG] [ApplicationCommandMessageClass:89   ] - Transaction not completed: node address inconsistent.
12:48:32.427 [DEBUG] [o.o.i.m.i.MyOpenHABServiceImpl:281  ] - store(eye1_basic), state = OFF
12:48:32.441 [DEBUG] [eController$ZWaveReceiveThread:1530 ] - Receive Message = 01 09 00 04 00 05 03 20 01 00 D5 
12:48:32.442 [DEBUG] [eController$ZWaveReceiveThread:1446 ] - Receive queue ADD: Length=1
12:48:32.442 [DEBUG] [b.z.i.protocol.ZWaveController:1194 ] - Receive queue TAKE: Length=0
12:48:32.444 [DEBUG] [o.b.z.i.protocol.SerialMessage:243  ] - Assembled message buffer = 01 09 00 04 00 05 03 20 01 00 D5 
12:48:32.444 [DEBUG] [b.z.i.protocol.ZWaveController:1195 ] - Process Message = 01 09 00 04 00 05 03 20 01 00 D5 
12:48:32.445 [DEBUG] [b.z.i.protocol.ZWaveController:194  ] - Message: class = ApplicationCommandHandler (0x04), type = Request (0x00), payload = 00 05 03 20 01 00 
12:48:32.446 [DEBUG] [ApplicationCommandMessageClass:40   ] - NODE 5: Application Command Request (ALIVE:PING)
12:48:32.447 [DEBUG] [ApplicationCommandMessageClass:58   ] - NODE 5: Incoming command class BASIC
12:48:32.447 [DEBUG] [z.i.p.c.ZWaveBasicCommandClass:73   ] - NODE 5: Received Basic Request
12:48:32.448 [DEBUG] [z.i.p.c.ZWaveBasicCommandClass:77   ] - NODE 5: Basic Set sent to the controller will be processed as Basic Report
12:48:32.450 [DEBUG] [z.i.p.c.ZWaveBasicCommandClass:106  ] - NODE 5: Basic report, value = 0x00
12:48:32.450 [DEBUG] [b.z.i.protocol.ZWaveController:648  ] - Notifying event listeners: ZWaveCommandClassValueEvent
12:48:32.451 [DEBUG] [.z.internal.ZWaveActiveBinding:449  ] - ZwaveIncomingEvent
12:48:32.452 [DEBUG] [.z.internal.ZWaveActiveBinding:466  ] - NODE 5: Got a value event from Z-Wave network, endpoint = 0, command class = BASIC, value = 0
12:48:32.453 [DEBUG] [ApplicationCommandMessageClass:89   ] - Transaction not completed: node address inconsistent.
12:48:33.287 [DEBUG] [eController$ZWaveReceiveThread:1530 ] - Receive Message = 01 10 00 04 00 05 0A 71 05 00 00 00 FF 07 00 01 03 6A 
12:48:33.289 [DEBUG] [eController$ZWaveReceiveThread:1446 ] - Receive queue ADD: Length=1
12:48:33.289 [DEBUG] [b.z.i.protocol.ZWaveController:1194 ] - Receive queue TAKE: Length=0
12:48:33.292 [DEBUG] [o.b.z.i.protocol.SerialMessage:243  ] - Assembled message buffer = 01 10 00 04 00 05 0A 71 05 00 00 00 FF 07 00 01 03 6A 
12:48:33.294 [DEBUG] [b.z.i.protocol.ZWaveController:1195 ] - Process Message = 01 10 00 04 00 05 0A 71 05 00 00 00 FF 07 00 01 03 6A 
12:48:33.295 [DEBUG] [b.z.i.protocol.ZWaveController:194  ] - Message: class = ApplicationCommandHandler (0x04), type = Request (0x00), payload = 00 05 0A 71 05 00 00 00 FF 07 00 01 03 
12:48:33.297 [DEBUG] [ApplicationCommandMessageClass:40   ] - NODE 5: Application Command Request (ALIVE:PING)
12:48:33.299 [DEBUG] [ApplicationCommandMessageClass:58   ] - NODE 5: Incoming command class ALARM
12:48:33.300 [DEBUG] [z.i.p.c.ZWaveAlarmCommandClass:82   ] - NODE 5: Received Alarm Request
12:48:33.302 [DEBUG] [z.i.p.c.ZWaveAlarmCommandClass:94   ] - NODE 5: Alarm report - Value = 0
12:48:33.303 [DEBUG] [z.i.p.c.ZWaveAlarmCommandClass:113  ] - NODE 5: Alarm Type = General (0)
12:48:33.304 [DEBUG] [b.z.i.protocol.ZWaveController:648  ] - Notifying event listeners: ZWaveAlarmValueEvent
12:48:33.306 [DEBUG] [.z.internal.ZWaveActiveBinding:449  ] - ZwaveIncomingEvent
12:48:33.307 [DEBUG] [.z.internal.ZWaveActiveBinding:466  ] - NODE 5: Got a value event from Z-Wave network, endpoint = 0, command class = ALARM, value = 0
12:48:33.309 [DEBUG] [ApplicationCommandMessageClass:89   ] - Transaction not completed: node address inconsistent.
12:48:33.377 [DEBUG] [eController$ZWaveReceiveThread:1530 ] - Receive Message = 01 10 00 04 08 05 0A 71 05 00 00 00 FF 07 00 01 03 62 
12:48:33.379 [DEBUG] [eController$ZWaveReceiveThread:1446 ] - Receive queue ADD: Length=1
12:48:33.379 [DEBUG] [b.z.i.protocol.ZWaveController:1194 ] - Receive queue TAKE: Length=0
12:48:33.380 [DEBUG] [o.b.z.i.protocol.SerialMessage:243  ] - Assembled message buffer = 01 10 00 04 08 05 0A 71 05 00 00 00 FF 07 00 01 03 62 
12:48:33.381 [DEBUG] [b.z.i.protocol.ZWaveController:1195 ] - Process Message = 01 10 00 04 08 05 0A 71 05 00 00 00 FF 07 00 01 03 62 
12:48:33.382 [DEBUG] [b.z.i.protocol.ZWaveController:194  ] - Message: class = ApplicationCommandHandler (0x04), type = Request (0x00), payload = 08 05 0A 71 05 00 00 00 FF 07 00 01 03 
12:48:33.383 [DEBUG] [ApplicationCommandMessageClass:40   ] - NODE 5: Application Command Request (ALIVE:PING)
12:48:33.384 [DEBUG] [ApplicationCommandMessageClass:58   ] - NODE 5: Incoming command class ALARM
12:48:33.385 [DEBUG] [z.i.p.c.ZWaveAlarmCommandClass:82   ] - NODE 5: Received Alarm Request
12:48:33.385 [DEBUG] [z.i.p.c.ZWaveAlarmCommandClass:94   ] - NODE 5: Alarm report - Value = 0
12:48:33.386 [DEBUG] [z.i.p.c.ZWaveAlarmCommandClass:113  ] - NODE 5: Alarm Type = General (0)
12:48:33.386 [DEBUG] [b.z.i.protocol.ZWaveController:648  ] - Notifying event listeners: ZWaveAlarmValueEvent
12:48:33.387 [DEBUG] [.z.internal.ZWaveActiveBinding:449  ] - ZwaveIncomingEvent
12:48:33.388 [DEBUG] [.z.internal.ZWaveActiveBinding:466  ] - NODE 5: Got a value event from Z-Wave network, endpoint = 0, command class = ALARM, value = 0
12:48:33.389 [DEBUG] [ApplicationCommandMessageClass:89   ] - Transaction not completed: node address inconsistent.
12:48:33.421 [DEBUG] [eController$ZWaveReceiveThread:1530 ] - Receive Message = 01 10 00 04 00 05 0A 71 05 00 00 00 FF 07 00 01 03 6A 
12:48:33.424 [DEBUG] [eController$ZWaveReceiveThread:1446 ] - Receive queue ADD: Length=1
12:48:33.424 [DEBUG] [b.z.i.protocol.ZWaveController:1194 ] - Receive queue TAKE: Length=0
12:48:33.426 [DEBUG] [o.b.z.i.protocol.SerialMessage:243  ] - Assembled message buffer = 01 10 00 04 00 05 0A 71 05 00 00 00 FF 07 00 01 03 6A 
12:48:33.427 [DEBUG] [b.z.i.protocol.ZWaveController:1195 ] - Process Message = 01 10 00 04 00 05 0A 71 05 00 00 00 FF 07 00 01 03 6A 
12:48:33.428 [DEBUG] [b.z.i.protocol.ZWaveController:194  ] - Message: class = ApplicationCommandHandler (0x04), type = Request (0x00), payload = 00 05 0A 71 05 00 00 00 FF 07 00 01 03 
12:48:33.429 [DEBUG] [ApplicationCommandMessageClass:40   ] - NODE 5: Application Command Request (ALIVE:PING)
12:48:33.432 [DEBUG] [ApplicationCommandMessageClass:58   ] - NODE 5: Incoming command class ALARM
12:48:33.433 [DEBUG] [z.i.p.c.ZWaveAlarmCommandClass:82   ] - NODE 5: Received Alarm Request
12:48:33.434 [DEBUG] [z.i.p.c.ZWaveAlarmCommandClass:94   ] - NODE 5: Alarm report - Value = 0
12:48:33.435 [DEBUG] [z.i.p.c.ZWaveAlarmCommandClass:113  ] - NODE 5: Alarm Type = General (0)
12:48:33.436 [DEBUG] [b.z.i.protocol.ZWaveController:648  ] - Notifying event listeners: ZWaveAlarmValueEvent
12:48:33.437 [DEBUG] [.z.internal.ZWaveActiveBinding:449  ] - ZwaveIncomingEvent
12:48:33.438 [DEBUG] [.z.internal.ZWaveActiveBinding:466  ] - NODE 5: Got a value event from Z-Wave network, endpoint = 0, command class = ALARM, value = 0
12:48:33.440 [DEBUG] [ApplicationCommandMessageClass:89   ] - Transaction not completed: node address inconsistent.

I thought there was some mis-understanding between us, that’s why I started over with new log files…

I wasn’t aware of any misunderstanding - I just processed the logs you gave and provided the processed output here.

Do you mean the logs you provided a few minutes ago? This doesn’t cover all the options that I previously looked at does it?

If you’re not sure, I suggest that you grab a log with the different settings and process it with the log viewer and see what it shows? I’m also happy to process the logs and provide feedback, but please provide a clear log showing what you did, and what you want to know.

So I suggest you use this then and don’t worry about the tamper for now. The tamper is sending using the NOTIFICATION message which isn’t supported (as I’ve said earlier). This is sending a start and end (as you can see in the processed logs I provided), but it’s not processed in openHAB at this time.

And here is the last log, covering ‘option C’ - using Lifeline, Motion BC and Tamper BC.

In this log there are 4 different command and values -
SENSOR_BINARY, values 0 and 255 (for motion start and end)
SENSOR_ALARM, values 0 and 255 (for tamper start and end).

Thus, as far as I can tell, this is the best option.

13:01:17.006 [DEBUG] [eController$ZWaveReceiveThread:1530 ] - Receive Message = 01 0F 00 04 00 05 09 71 05 00 00 00 FF 07 08 00 7C 
13:01:17.006 [DEBUG] [eController$ZWaveReceiveThread:1530 ] - Receive Message = 01 0F 00 04 00 05 09 71 05 00 00 00 FF 07 08 00 7C 
13:01:17.006 [DEBUG] [eController$ZWaveReceiveThread:1446 ] - Receive queue ADD: Length=1
13:01:17.006 [DEBUG] [b.z.i.protocol.ZWaveController:1194 ] - Receive queue TAKE: Length=0
13:01:17.006 [DEBUG] [o.b.z.i.protocol.SerialMessage:243  ] - Assembled message buffer = 01 0F 00 04 00 05 09 71 05 00 00 00 FF 07 08 00 7C 
13:01:17.006 [DEBUG] [b.z.i.protocol.ZWaveController:1195 ] - Process Message = 01 0F 00 04 00 05 09 71 05 00 00 00 FF 07 08 00 7C 
13:01:17.006 [DEBUG] [b.z.i.protocol.ZWaveController:194  ] - Message: class = ApplicationCommandHandler (0x04), type = Request (0x00), payload = 00 05 09 71 05 00 00 00 FF 07 08 00 
13:01:17.021 [DEBUG] [ApplicationCommandMessageClass:40   ] - NODE 5: Application Command Request (ALIVE:PING)
13:01:17.021 [DEBUG] [ApplicationCommandMessageClass:58   ] - NODE 5: Incoming command class ALARM
13:01:17.021 [DEBUG] [z.i.p.c.ZWaveAlarmCommandClass:82   ] - NODE 5: Received Alarm Request
13:01:17.021 [DEBUG] [z.i.p.c.ZWaveAlarmCommandClass:94   ] - NODE 5: Alarm report - Value = 0
13:01:17.021 [DEBUG] [z.i.p.c.ZWaveAlarmCommandClass:113  ] - NODE 5: Alarm Type = General (0)
13:01:17.021 [DEBUG] [b.z.i.protocol.ZWaveController:648  ] - Notifying event listeners: ZWaveAlarmValueEvent
13:01:17.021 [DEBUG] [.z.internal.ZWaveActiveBinding:449  ] - ZwaveIncomingEvent
13:01:17.021 [DEBUG] [.z.internal.ZWaveActiveBinding:466  ] - NODE 5: Got a value event from Z-Wave network, endpoint = 0, command class = ALARM, value = 0
13:01:17.021 [DEBUG] [ApplicationCommandMessageClass:89   ] - Transaction not completed: node address inconsistent.
13:01:17.084 [DEBUG] [eController$ZWaveReceiveThread:1530 ] - Receive Message = 01 09 00 04 08 05 03 30 03 FF 30 
13:01:17.084 [DEBUG] [eController$ZWaveReceiveThread:1446 ] - Receive queue ADD: Length=1
13:01:17.084 [DEBUG] [b.z.i.protocol.ZWaveController:1194 ] - Receive queue TAKE: Length=0
13:01:17.099 [DEBUG] [o.b.z.i.protocol.SerialMessage:243  ] - Assembled message buffer = 01 09 00 04 08 05 03 30 03 FF 30 
13:01:17.099 [DEBUG] [b.z.i.protocol.ZWaveController:1195 ] - Process Message = 01 09 00 04 08 05 03 30 03 FF 30 
13:01:17.099 [DEBUG] [b.z.i.protocol.ZWaveController:194  ] - Message: class = ApplicationCommandHandler (0x04), type = Request (0x00), payload = 08 05 03 30 03 FF 
13:01:17.099 [DEBUG] [ApplicationCommandMessageClass:40   ] - NODE 5: Application Command Request (ALIVE:PING)
13:01:17.099 [DEBUG] [ApplicationCommandMessageClass:58   ] - NODE 5: Incoming command class SENSOR_BINARY
13:01:17.099 [DEBUG] [.ZWaveBinarySensorCommandClass:82   ] - NODE 5: Received Sensor Binary Request (v1)
13:01:17.099 [DEBUG] [.ZWaveBinarySensorCommandClass:103  ] - NODE 5: Sensor Binary report, type=Unknown, value=255
13:01:17.099 [DEBUG] [b.z.i.protocol.ZWaveController:648  ] - Notifying event listeners: ZWaveBinarySensorValueEvent
13:01:17.099 [DEBUG] [.z.internal.ZWaveActiveBinding:449  ] - ZwaveIncomingEvent
13:01:17.099 [DEBUG] [.z.internal.ZWaveActiveBinding:466  ] - NODE 5: Got a value event from Z-Wave network, endpoint = 0, command class = SENSOR_BINARY, value = 255
13:01:17.115 [DEBUG] [ApplicationCommandMessageClass:89   ] - Transaction not completed: node address inconsistent.
13:01:17.115 [DEBUG] [o.o.i.m.i.MyOpenHABServiceImpl:281  ] - store(eye1_motion), state = OPEN
13:01:17.131 [DEBUG] [eController$ZWaveReceiveThread:1530 ] - Receive Message = 01 09 00 04 00 05 03 30 03 FF 38 
13:01:17.131 [DEBUG] [eController$ZWaveReceiveThread:1446 ] - Receive queue ADD: Length=1
13:01:17.131 [DEBUG] [b.z.i.protocol.ZWaveController:1194 ] - Receive queue TAKE: Length=0
13:01:17.131 [DEBUG] [o.b.z.i.protocol.SerialMessage:243  ] - Assembled message buffer = 01 09 00 04 00 05 03 30 03 FF 38 
13:01:17.131 [DEBUG] [b.z.i.protocol.ZWaveController:1195 ] - Process Message = 01 09 00 04 00 05 03 30 03 FF 38 
13:01:17.131 [DEBUG] [b.z.i.protocol.ZWaveController:194  ] - Message: class = ApplicationCommandHandler (0x04), type = Request (0x00), payload = 00 05 03 30 03 FF 
13:01:17.131 [DEBUG] [ApplicationCommandMessageClass:40   ] - NODE 5: Application Command Request (ALIVE:PING)
13:01:17.131 [DEBUG] [ApplicationCommandMessageClass:58   ] - NODE 5: Incoming command class SENSOR_BINARY
13:01:17.146 [DEBUG] [.ZWaveBinarySensorCommandClass:82   ] - NODE 5: Received Sensor Binary Request (v1)
13:01:17.146 [DEBUG] [.ZWaveBinarySensorCommandClass:103  ] - NODE 5: Sensor Binary report, type=Unknown, value=255
13:01:17.146 [DEBUG] [b.z.i.protocol.ZWaveController:648  ] - Notifying event listeners: ZWaveBinarySensorValueEvent
13:01:17.146 [DEBUG] [.z.internal.ZWaveActiveBinding:449  ] - ZwaveIncomingEvent
13:01:17.146 [DEBUG] [.z.internal.ZWaveActiveBinding:466  ] - NODE 5: Got a value event from Z-Wave network, endpoint = 0, command class = SENSOR_BINARY, value = 255
13:01:17.146 [DEBUG] [ApplicationCommandMessageClass:89   ] - Transaction not completed: node address inconsistent.
13:01:22.526 [DEBUG] [eController$ZWaveReceiveThread:1530 ] - Receive Message = 01 0F 00 04 00 05 09 71 05 00 00 00 FF 07 03 00 77 
13:01:22.526 [DEBUG] [eController$ZWaveReceiveThread:1446 ] - Receive queue ADD: Length=1
13:01:22.526 [DEBUG] [b.z.i.protocol.ZWaveController:1194 ] - Receive queue TAKE: Length=0
13:01:22.526 [DEBUG] [o.b.z.i.protocol.SerialMessage:243  ] - Assembled message buffer = 01 0F 00 04 00 05 09 71 05 00 00 00 FF 07 03 00 77 
13:01:22.526 [DEBUG] [b.z.i.protocol.ZWaveController:1195 ] - Process Message = 01 0F 00 04 00 05 09 71 05 00 00 00 FF 07 03 00 77 
13:01:22.526 [DEBUG] [b.z.i.protocol.ZWaveController:194  ] - Message: class = ApplicationCommandHandler (0x04), type = Request (0x00), payload = 00 05 09 71 05 00 00 00 FF 07 03 00 
13:01:22.526 [DEBUG] [ApplicationCommandMessageClass:40   ] - NODE 5: Application Command Request (ALIVE:PING)
13:01:22.526 [DEBUG] [ApplicationCommandMessageClass:58   ] - NODE 5: Incoming command class ALARM
13:01:22.526 [DEBUG] [z.i.p.c.ZWaveAlarmCommandClass:82   ] - NODE 5: Received Alarm Request
13:01:22.541 [DEBUG] [z.i.p.c.ZWaveAlarmCommandClass:94   ] - NODE 5: Alarm report - Value = 0
13:01:22.541 [DEBUG] [z.i.p.c.ZWaveAlarmCommandClass:113  ] - NODE 5: Alarm Type = General (0)
13:01:22.541 [DEBUG] [b.z.i.protocol.ZWaveController:648  ] - Notifying event listeners: ZWaveAlarmValueEvent
13:01:22.541 [DEBUG] [.z.internal.ZWaveActiveBinding:449  ] - ZwaveIncomingEvent
13:01:22.541 [DEBUG] [.z.internal.ZWaveActiveBinding:466  ] - NODE 5: Got a value event from Z-Wave network, endpoint = 0, command class = ALARM, value = 0
13:01:22.541 [DEBUG] [ApplicationCommandMessageClass:89   ] - Transaction not completed: node address inconsistent.
13:01:22.642 [DEBUG] [eController$ZWaveReceiveThread:1530 ] - Receive Message = 01 0D 00 04 08 05 07 9C 02 05 00 FF 00 00 98 
13:01:22.658 [DEBUG] [eController$ZWaveReceiveThread:1446 ] - Receive queue ADD: Length=1
13:01:22.658 [DEBUG] [b.z.i.protocol.ZWaveController:1194 ] - Receive queue TAKE: Length=0
13:01:22.658 [DEBUG] [o.b.z.i.protocol.SerialMessage:243  ] - Assembled message buffer = 01 0D 00 04 08 05 07 9C 02 05 00 FF 00 00 98 
13:01:22.658 [DEBUG] [b.z.i.protocol.ZWaveController:1195 ] - Process Message = 01 0D 00 04 08 05 07 9C 02 05 00 FF 00 00 98 
13:01:22.658 [DEBUG] [b.z.i.protocol.ZWaveController:194  ] - Message: class = ApplicationCommandHandler (0x04), type = Request (0x00), payload = 08 05 07 9C 02 05 00 FF 00 00 
13:01:22.658 [DEBUG] [ApplicationCommandMessageClass:40   ] - NODE 5: Application Command Request (ALIVE:PING)
13:01:22.658 [DEBUG] [ApplicationCommandMessageClass:58   ] - NODE 5: Incoming command class SENSOR_ALARM
13:01:22.658 [DEBUG] [c.ZWaveAlarmSensorCommandClass:85   ] - NODE 5: Received Sensor Alarm Request
13:01:22.658 [DEBUG] [c.ZWaveAlarmSensorCommandClass:104  ] - NODE 5: Alarm Report: Source=5, Type=General(0), Value=255
13:01:22.658 [DEBUG] [b.z.i.protocol.ZWaveController:648  ] - Notifying event listeners: ZWaveAlarmSensorValueEvent
13:01:22.658 [DEBUG] [.z.internal.ZWaveActiveBinding:449  ] - ZwaveIncomingEvent
13:01:22.674 [DEBUG] [.z.internal.ZWaveActiveBinding:466  ] - NODE 5: Got a value event from Z-Wave network, endpoint = 0, command class = SENSOR_ALARM, value = 255
13:01:22.674 [DEBUG] [ApplicationCommandMessageClass:89   ] - Transaction not completed: node address inconsistent.
13:01:22.674 [DEBUG] [o.o.i.m.i.MyOpenHABServiceImpl:281  ] - store(eye1_s_alarm), state = OPEN
13:01:22.689 [DEBUG] [eController$ZWaveReceiveThread:1530 ] - Receive Message = 01 0D 00 04 00 05 07 9C 02 05 00 FF 00 00 90 
13:01:22.689 [DEBUG] [eController$ZWaveReceiveThread:1446 ] - Receive queue ADD: Length=1
13:01:22.689 [DEBUG] [b.z.i.protocol.ZWaveController:1194 ] - Receive queue TAKE: Length=0
13:01:22.689 [DEBUG] [o.b.z.i.protocol.SerialMessage:243  ] - Assembled message buffer = 01 0D 00 04 00 05 07 9C 02 05 00 FF 00 00 90 
13:01:22.705 [DEBUG] [b.z.i.protocol.ZWaveController:1195 ] - Process Message = 01 0D 00 04 00 05 07 9C 02 05 00 FF 00 00 90 
13:01:22.705 [DEBUG] [b.z.i.protocol.ZWaveController:194  ] - Message: class = ApplicationCommandHandler (0x04), type = Request (0x00), payload = 00 05 07 9C 02 05 00 FF 00 00 
13:01:22.705 [DEBUG] [ApplicationCommandMessageClass:40   ] - NODE 5: Application Command Request (ALIVE:PING)
13:01:22.705 [DEBUG] [ApplicationCommandMessageClass:58   ] - NODE 5: Incoming command class SENSOR_ALARM
13:01:22.705 [DEBUG] [c.ZWaveAlarmSensorCommandClass:85   ] - NODE 5: Received Sensor Alarm Request
13:01:22.705 [DEBUG] [c.ZWaveAlarmSensorCommandClass:104  ] - NODE 5: Alarm Report: Source=5, Type=General(0), Value=255
13:01:22.705 [DEBUG] [b.z.i.protocol.ZWaveController:648  ] - Notifying event listeners: ZWaveAlarmSensorValueEvent
13:01:22.705 [DEBUG] [.z.internal.ZWaveActiveBinding:449  ] - ZwaveIncomingEvent
13:01:22.705 [DEBUG] [.z.internal.ZWaveActiveBinding:466  ] - NODE 5: Got a value event from Z-Wave network, endpoint = 0, command class = SENSOR_ALARM, value = 255
13:01:22.705 [DEBUG] [ApplicationCommandMessageClass:89   ] - Transaction not completed: node address inconsistent.
13:01:42.680 [DEBUG] [inding.ntp.internal.NtpBinding:78   ] - There is no existing NTP binding configuration => refresh cycle aborted!
13:01:53.047 [DEBUG] [eController$ZWaveReceiveThread:1530 ] - Receive Message = 01 10 00 04 00 05 0A 71 05 00 00 00 FF 07 00 01 03 6A 
13:01:53.047 [DEBUG] [eController$ZWaveReceiveThread:1446 ] - Receive queue ADD: Length=1
13:01:53.047 [DEBUG] [b.z.i.protocol.ZWaveController:1194 ] - Receive queue TAKE: Length=0
13:01:53.047 [DEBUG] [o.b.z.i.protocol.SerialMessage:243  ] - Assembled message buffer = 01 10 00 04 00 05 0A 71 05 00 00 00 FF 07 00 01 03 6A 
13:01:53.047 [DEBUG] [b.z.i.protocol.ZWaveController:1195 ] - Process Message = 01 10 00 04 00 05 0A 71 05 00 00 00 FF 07 00 01 03 6A 
13:01:53.047 [DEBUG] [b.z.i.protocol.ZWaveController:194  ] - Message: class = ApplicationCommandHandler (0x04), type = Request (0x00), payload = 00 05 0A 71 05 00 00 00 FF 07 00 01 03 
13:01:53.047 [DEBUG] [ApplicationCommandMessageClass:40   ] - NODE 5: Application Command Request (ALIVE:PING)
13:01:53.063 [DEBUG] [ApplicationCommandMessageClass:58   ] - NODE 5: Incoming command class ALARM
13:01:53.063 [DEBUG] [z.i.p.c.ZWaveAlarmCommandClass:82   ] - NODE 5: Received Alarm Request
13:01:53.063 [DEBUG] [z.i.p.c.ZWaveAlarmCommandClass:94   ] - NODE 5: Alarm report - Value = 0
13:01:53.063 [DEBUG] [z.i.p.c.ZWaveAlarmCommandClass:113  ] - NODE 5: Alarm Type = General (0)
13:01:53.063 [DEBUG] [b.z.i.protocol.ZWaveController:648  ] - Notifying event listeners: ZWaveAlarmValueEvent
13:01:53.063 [DEBUG] [.z.internal.ZWaveActiveBinding:449  ] - ZwaveIncomingEvent
13:01:53.063 [DEBUG] [.z.internal.ZWaveActiveBinding:466  ] - NODE 5: Got a value event from Z-Wave network, endpoint = 0, command class = ALARM, value = 0
13:01:53.063 [DEBUG] [ApplicationCommandMessageClass:89   ] - Transaction not completed: node address inconsistent.
13:01:53.172 [DEBUG] [eController$ZWaveReceiveThread:1530 ] - Receive Message = 01 0D 00 04 08 05 07 9C 02 05 00 00 00 00 67 
13:01:53.172 [DEBUG] [eController$ZWaveReceiveThread:1446 ] - Receive queue ADD: Length=1
13:01:53.172 [DEBUG] [b.z.i.protocol.ZWaveController:1194 ] - Receive queue TAKE: Length=0
13:01:53.172 [DEBUG] [o.b.z.i.protocol.SerialMessage:243  ] - Assembled message buffer = 01 0D 00 04 08 05 07 9C 02 05 00 00 00 00 67 
13:01:53.172 [DEBUG] [b.z.i.protocol.ZWaveController:1195 ] - Process Message = 01 0D 00 04 08 05 07 9C 02 05 00 00 00 00 67 
13:01:53.172 [DEBUG] [b.z.i.protocol.ZWaveController:194  ] - Message: class = ApplicationCommandHandler (0x04), type = Request (0x00), payload = 08 05 07 9C 02 05 00 00 00 00 
13:01:53.188 [DEBUG] [ApplicationCommandMessageClass:40   ] - NODE 5: Application Command Request (ALIVE:PING)
13:01:53.188 [DEBUG] [ApplicationCommandMessageClass:58   ] - NODE 5: Incoming command class SENSOR_ALARM
13:01:53.188 [DEBUG] [c.ZWaveAlarmSensorCommandClass:85   ] - NODE 5: Received Sensor Alarm Request
13:01:53.188 [DEBUG] [c.ZWaveAlarmSensorCommandClass:104  ] - NODE 5: Alarm Report: Source=5, Type=General(0), Value=0
13:01:53.188 [DEBUG] [b.z.i.protocol.ZWaveController:648  ] - Notifying event listeners: ZWaveAlarmSensorValueEvent
13:01:53.188 [DEBUG] [.z.internal.ZWaveActiveBinding:449  ] - ZwaveIncomingEvent
13:01:53.188 [DEBUG] [.z.internal.ZWaveActiveBinding:466  ] - NODE 5: Got a value event from Z-Wave network, endpoint = 0, command class = SENSOR_ALARM, value = 0
13:01:53.188 [DEBUG] [ApplicationCommandMessageClass:89   ] - Transaction not completed: node address inconsistent.
13:01:53.188 [DEBUG] [o.o.i.m.i.MyOpenHABServiceImpl:281  ] - store(eye1_s_alarm), state = CLOSED
13:01:53.219 [DEBUG] [eController$ZWaveReceiveThread:1530 ] - Receive Message = 01 0D 00 04 00 05 07 9C 02 05 00 00 00 00 6F 
13:01:53.219 [DEBUG] [eController$ZWaveReceiveThread:1446 ] - Receive queue ADD: Length=1
13:01:53.219 [DEBUG] [b.z.i.protocol.ZWaveController:1194 ] - Receive queue TAKE: Length=0
13:01:53.219 [DEBUG] [o.b.z.i.protocol.SerialMessage:243  ] - Assembled message buffer = 01 0D 00 04 00 05 07 9C 02 05 00 00 00 00 6F 
13:01:53.219 [DEBUG] [b.z.i.protocol.ZWaveController:1195 ] - Process Message = 01 0D 00 04 00 05 07 9C 02 05 00 00 00 00 6F 
13:01:53.219 [DEBUG] [b.z.i.protocol.ZWaveController:194  ] - Message: class = ApplicationCommandHandler (0x04), type = Request (0x00), payload = 00 05 07 9C 02 05 00 00 00 00 
13:01:53.219 [DEBUG] [ApplicationCommandMessageClass:40   ] - NODE 5: Application Command Request (ALIVE:PING)
13:01:53.219 [DEBUG] [ApplicationCommandMessageClass:58   ] - NODE 5: Incoming command class SENSOR_ALARM
13:01:53.219 [DEBUG] [c.ZWaveAlarmSensorCommandClass:85   ] - NODE 5: Received Sensor Alarm Request
13:01:53.219 [DEBUG] [c.ZWaveAlarmSensorCommandClass:104  ] - NODE 5: Alarm Report: Source=5, Type=General(0), Value=0
13:01:53.219 [DEBUG] [b.z.i.protocol.ZWaveController:648  ] - Notifying event listeners: ZWaveAlarmSensorValueEvent
13:01:53.219 [DEBUG] [.z.internal.ZWaveActiveBinding:449  ] - ZwaveIncomingEvent
13:01:53.219 [DEBUG] [.z.internal.ZWaveActiveBinding:466  ] - NODE 5: Got a value event from Z-Wave network, endpoint = 0, command class = SENSOR_ALARM, value = 0
13:01:53.219 [DEBUG] [ApplicationCommandMessageClass:89   ] - Transaction not completed: node address inconsistent.
13:01:55.036 [DEBUG] [eController$ZWaveReceiveThread:1530 ] - Receive Message = 01 10 00 04 00 05 0A 71 05 00 00 00 FF 07 00 01 08 61 
13:01:55.036 [DEBUG] [eController$ZWaveReceiveThread:1446 ] - Receive queue ADD: Length=1
13:01:55.036 [DEBUG] [b.z.i.protocol.ZWaveController:1194 ] - Receive queue TAKE: Length=0
13:01:55.036 [DEBUG] [o.b.z.i.protocol.SerialMessage:243  ] - Assembled message buffer = 01 10 00 04 00 05 0A 71 05 00 00 00 FF 07 00 01 08 61 
13:01:55.036 [DEBUG] [b.z.i.protocol.ZWaveController:1195 ] - Process Message = 01 10 00 04 00 05 0A 71 05 00 00 00 FF 07 00 01 08 61 
13:01:55.036 [DEBUG] [b.z.i.protocol.ZWaveController:194  ] - Message: class = ApplicationCommandHandler (0x04), type = Request (0x00), payload = 00 05 0A 71 05 00 00 00 FF 07 00 01 08 
13:01:55.052 [DEBUG] [ApplicationCommandMessageClass:40   ] - NODE 5: Application Command Request (ALIVE:PING)
13:01:55.052 [DEBUG] [ApplicationCommandMessageClass:58   ] - NODE 5: Incoming command class ALARM
13:01:55.052 [DEBUG] [z.i.p.c.ZWaveAlarmCommandClass:82   ] - NODE 5: Received Alarm Request
13:01:55.052 [DEBUG] [z.i.p.c.ZWaveAlarmCommandClass:94   ] - NODE 5: Alarm report - Value = 0
13:01:55.052 [DEBUG] [z.i.p.c.ZWaveAlarmCommandClass:113  ] - NODE 5: Alarm Type = General (0)
13:01:55.052 [DEBUG] [b.z.i.protocol.ZWaveController:648  ] - Notifying event listeners: ZWaveAlarmValueEvent
13:01:55.052 [DEBUG] [.z.internal.ZWaveActiveBinding:449  ] - ZwaveIncomingEvent
13:01:55.052 [DEBUG] [.z.internal.ZWaveActiveBinding:466  ] - NODE 5: Got a value event from Z-Wave network, endpoint = 0, command class = ALARM, value = 0
13:01:55.052 [DEBUG] [ApplicationCommandMessageClass:89   ] - Transaction not completed: node address inconsistent.
13:01:55.114 [DEBUG] [eController$ZWaveReceiveThread:1530 ] - Receive Message = 01 09 00 04 08 05 03 30 03 00 CF 
13:01:55.130 [DEBUG] [eController$ZWaveReceiveThread:1446 ] - Receive queue ADD: Length=1
13:01:55.130 [DEBUG] [b.z.i.protocol.ZWaveController:1194 ] - Receive queue TAKE: Length=0
13:01:55.130 [DEBUG] [o.b.z.i.protocol.SerialMessage:243  ] - Assembled message buffer = 01 09 00 04 08 05 03 30 03 00 CF 
13:01:55.130 [DEBUG] [b.z.i.protocol.ZWaveController:1195 ] - Process Message = 01 09 00 04 08 05 03 30 03 00 CF 
13:01:55.130 [DEBUG] [b.z.i.protocol.ZWaveController:194  ] - Message: class = ApplicationCommandHandler (0x04), type = Request (0x00), payload = 08 05 03 30 03 00 
13:01:55.130 [DEBUG] [ApplicationCommandMessageClass:40   ] - NODE 5: Application Command Request (ALIVE:PING)
13:01:55.130 [DEBUG] [ApplicationCommandMessageClass:58   ] - NODE 5: Incoming command class SENSOR_BINARY
13:01:55.130 [DEBUG] [.ZWaveBinarySensorCommandClass:82   ] - NODE 5: Received Sensor Binary Request (v1)
13:01:55.130 [DEBUG] [.ZWaveBinarySensorCommandClass:103  ] - NODE 5: Sensor Binary report, type=Unknown, value=0
13:01:55.130 [DEBUG] [b.z.i.protocol.ZWaveController:648  ] - Notifying event listeners: ZWaveBinarySensorValueEvent
13:01:55.130 [DEBUG] [.z.internal.ZWaveActiveBinding:449  ] - ZwaveIncomingEvent
13:01:55.130 [DEBUG] [.z.internal.ZWaveActiveBinding:466  ] - NODE 5: Got a value event from Z-Wave network, endpoint = 0, command class = SENSOR_BINARY, value = 0
13:01:55.130 [DEBUG] [ApplicationCommandMessageClass:89   ] - Transaction not completed: node address inconsistent.
13:01:55.146 [DEBUG] [o.o.i.m.i.MyOpenHABServiceImpl:281  ] - store(eye1_motion), state = CLOSED
13:01:55.161 [DEBUG] [eController$ZWaveReceiveThread:1530 ] - Receive Message = 01 09 00 04 00 05 03 30 03 00 C7 
13:01:55.161 [DEBUG] [eController$ZWaveReceiveThread:1446 ] - Receive queue ADD: Length=1
13:01:55.161 [DEBUG] [b.z.i.protocol.ZWaveController:1194 ] - Receive queue TAKE: Length=0
13:01:55.161 [DEBUG] [o.b.z.i.protocol.SerialMessage:243  ] - Assembled message buffer = 01 09 00 04 00 05 03 30 03 00 C7 
13:01:55.161 [DEBUG] [b.z.i.protocol.ZWaveController:1195 ] - Process Message = 01 09 00 04 00 05 03 30 03 00 C7 
13:01:55.161 [DEBUG] [b.z.i.protocol.ZWaveController:194  ] - Message: class = ApplicationCommandHandler (0x04), type = Request (0x00), payload = 00 05 03 30 03 00 
13:01:55.161 [DEBUG] [ApplicationCommandMessageClass:40   ] - NODE 5: Application Command Request (ALIVE:PING)
13:01:55.161 [DEBUG] [ApplicationCommandMessageClass:58   ] - NODE 5: Incoming command class SENSOR_BINARY
13:01:55.161 [DEBUG] [.ZWaveBinarySensorCommandClass:82   ] - NODE 5: Received Sensor Binary Request (v1)
13:01:55.161 [DEBUG] [.ZWaveBinarySensorCommandClass:103  ] - NODE 5: Sensor Binary report, type=Unknown, value=0
13:01:55.161 [DEBUG] [b.z.i.protocol.ZWaveController:648  ] - Notifying event listeners: ZWaveBinarySensorValueEvent
13:01:55.161 [DEBUG] [.z.internal.ZWaveActiveBinding:449  ] - ZwaveIncomingEvent
13:01:55.177 [DEBUG] [.z.internal.ZWaveActiveBinding:466  ] - NODE 5: Got a value event from Z-Wave network, endpoint = 0, command class = SENSOR_BINARY, value = 0
13:01:55.177 [DEBUG] [ApplicationCommandMessageClass:89   ] - Transaction not completed: node address inconsistent.
13:01:55.427 [DEBUG] [eController$ZWaveReceiveThread:1530 ] - Receive Message = 01 0F 00 04 00 05 09 71 05 00 00 00 FF 07 08 00 7C 
13:01:55.427 [DEBUG] [eController$ZWaveReceiveThread:1446 ] - Receive queue ADD: Length=1
13:01:55.427 [DEBUG] [b.z.i.protocol.ZWaveController:1194 ] - Receive queue TAKE: Length=0
13:01:55.427 [DEBUG] [o.b.z.i.protocol.SerialMessage:243  ] - Assembled message buffer = 01 0F 00 04 00 05 09 71 05 00 00 00 FF 07 08 00 7C 
13:01:55.427 [DEBUG] [b.z.i.protocol.ZWaveController:1195 ] - Process Message = 01 0F 00 04 00 05 09 71 05 00 00 00 FF 07 08 00 7C 
13:01:55.427 [DEBUG] [b.z.i.protocol.ZWaveController:194  ] - Message: class = ApplicationCommandHandler (0x04), type = Request (0x00), payload = 00 05 09 71 05 00 00 00 FF 07 08 00 
13:01:55.427 [DEBUG] [ApplicationCommandMessageClass:40   ] - NODE 5: Application Command Request (ALIVE:PING)
13:01:55.427 [DEBUG] [ApplicationCommandMessageClass:58   ] - NODE 5: Incoming command class ALARM
13:01:55.427 [DEBUG] [z.i.p.c.ZWaveAlarmCommandClass:82   ] - NODE 5: Received Alarm Request
13:01:55.427 [DEBUG] [z.i.p.c.ZWaveAlarmCommandClass:94   ] - NODE 5: Alarm report - Value = 0
13:01:55.427 [DEBUG] [z.i.p.c.ZWaveAlarmCommandClass:113  ] - NODE 5: Alarm Type = General (0)
13:01:55.427 [DEBUG] [b.z.i.protocol.ZWaveController:648  ] - Notifying event listeners: ZWaveAlarmValueEvent
13:01:55.427 [DEBUG] [.z.internal.ZWaveActiveBinding:449  ] - ZwaveIncomingEvent
13:01:55.427 [DEBUG] [.z.internal.ZWaveActiveBinding:466  ] - NODE 5: Got a value event from Z-Wave network, endpoint = 0, command class = ALARM, value = 0
13:01:55.442 [DEBUG] [ApplicationCommandMessageClass:89   ] - Transaction not completed: node address inconsistent.
13:01:55.505 [DEBUG] [eController$ZWaveReceiveThread:1530 ] - Receive Message = 01 09 00 04 08 05 03 30 03 FF 30 
13:01:55.521 [DEBUG] [eController$ZWaveReceiveThread:1446 ] - Receive queue ADD: Length=1
13:01:55.521 [DEBUG] [b.z.i.protocol.ZWaveController:1194 ] - Receive queue TAKE: Length=0
13:01:55.521 [DEBUG] [o.b.z.i.protocol.SerialMessage:243  ] - Assembled message buffer = 01 09 00 04 08 05 03 30 03 FF 30 
13:01:55.521 [DEBUG] [b.z.i.protocol.ZWaveController:1195 ] - Process Message = 01 09 00 04 08 05 03 30 03 FF 30 
13:01:55.521 [DEBUG] [b.z.i.protocol.ZWaveController:194  ] - Message: class = ApplicationCommandHandler (0x04), type = Request (0x00), payload = 08 05 03 30 03 FF 
13:01:55.521 [DEBUG] [ApplicationCommandMessageClass:40   ] - NODE 5: Application Command Request (ALIVE:PING)
13:01:55.521 [DEBUG] [ApplicationCommandMessageClass:58   ] - NODE 5: Incoming command class SENSOR_BINARY
13:01:55.521 [DEBUG] [.ZWaveBinarySensorCommandClass:82   ] - NODE 5: Received Sensor Binary Request (v1)
13:01:55.521 [DEBUG] [.ZWaveBinarySensorCommandClass:103  ] - NODE 5: Sensor Binary report, type=Unknown, value=255
13:01:55.521 [DEBUG] [b.z.i.protocol.ZWaveController:648  ] - Notifying event listeners: ZWaveBinarySensorValueEvent
13:01:55.521 [DEBUG] [.z.internal.ZWaveActiveBinding:449  ] - ZwaveIncomingEvent
13:01:55.521 [DEBUG] [.z.internal.ZWaveActiveBinding:466  ] - NODE 5: Got a value event from Z-Wave network, endpoint = 0, command class = SENSOR_BINARY, value = 255
13:01:55.536 [DEBUG] [ApplicationCommandMessageClass:89   ] - Transaction not completed: node address inconsistent.
13:01:55.536 [DEBUG] [o.o.i.m.i.MyOpenHABServiceImpl:281  ] - store(eye1_motion), state = OPEN
13:01:55.552 [DEBUG] [eController$ZWaveReceiveThread:1530 ] - Receive Message = 01 09 00 04 00 05 03 30 03 FF 38 
13:01:55.552 [DEBUG] [eController$ZWaveReceiveThread:1446 ] - Receive queue ADD: Length=1
13:01:55.552 [DEBUG] [b.z.i.protocol.ZWaveController:1194 ] - Receive queue TAKE: Length=0
13:01:55.552 [DEBUG] [o.b.z.i.protocol.SerialMessage:243  ] - Assembled message buffer = 01 09 00 04 00 05 03 30 03 FF 38 
13:01:55.552 [DEBUG] [b.z.i.protocol.ZWaveController:1195 ] - Process Message = 01 09 00 04 00 05 03 30 03 FF 38 
13:01:55.552 [DEBUG] [b.z.i.protocol.ZWaveController:194  ] - Message: class = ApplicationCommandHandler (0x04), type = Request (0x00), payload = 00 05 03 30 03 FF 
13:01:55.552 [DEBUG] [ApplicationCommandMessageClass:40   ] - NODE 5: Application Command Request (ALIVE:PING)
13:01:55.567 [DEBUG] [ApplicationCommandMessageClass:58   ] - NODE 5: Incoming command class SENSOR_BINARY
13:01:55.567 [DEBUG] [.ZWaveBinarySensorCommandClass:82   ] - NODE 5: Received Sensor Binary Request (v1)
13:01:55.567 [DEBUG] [.ZWaveBinarySensorCommandClass:103  ] - NODE 5: Sensor Binary report, type=Unknown, value=255
13:01:55.567 [DEBUG] [b.z.i.protocol.ZWaveController:648  ] - Notifying event listeners: ZWaveBinarySensorValueEvent
13:01:55.567 [DEBUG] [.z.internal.ZWaveActiveBinding:449  ] - ZwaveIncomingEvent
13:01:55.578 [DEBUG] [.z.internal.ZWaveActiveBinding:466  ] - NODE 5: Got a value event from Z-Wave network, endpoint = 0, command class = SENSOR_BINARY, value = 255
13:01:55.581 [DEBUG] [ApplicationCommandMessageClass:89   ] - Transaction not completed: node address inconsistent.

You’re quicker than me :slight_smile:

Well, now I’ve finished posting all 3 updated logs, covering all 3 options.

I think that we can conclude that given the current situation, option C - using BC groups - is the best option, covering everything.

I’d recommend even using them as default association groups.

Yes - there should be an indicator on the forum that shows someone else is writing a response so we don’t cross messages :wink:

Yes, this is probably a good idea for OH1. I’d just need to work out how to do this in OH1 and not OH2…

Isn’t there some API to distinguish between OH1 and OH2?
In that case, I’d recommend requesting that from Kai.
I think it’s important.

I’m not sure I follow your point.

Bindings are completely separate between OH1 and OH2, and a different concept. The database is common, and this is where the associations are configured and currently there’s no way to generate a different database configuration for OH1 and OH2.

My mistake…

When I further think about it:
In OH1, only Option C (using BC groups) is working.
In OH2, Option C is working, and also options A & B.
(am I correct?)

If that’s so, isn’t the simplest solution to make Option C the default for both of them?
And if some OH2 user would like, it’s always possible to change the default configuration.