Philio 3 in 1 sensor (DTL)

Hey,

I’m trying to get the Philio Multi Sensor (temperature, light and contact) to get to work. So far, I was able to read the temperature, battery and illumination of it. But I can’t manage to figure out why I can’t read the contact.

For the moment, i’ve got following in my items:

Number Sensor_AT_Bureau1_Temperatuur “Bureau [%.1f C]” (GF_Living) { zwave=“2:command=SENSOR_MULTILEVEL,sensor_type=1” }
Number Sensor_AT_Bureau1_Helderheid “Bureau [%.0f Lux]” (GF_Living) { zwave=“2:command=SENSOR_MULTILEVEL,sensor_type=3” }
Number Sensor_AT_Bureau1_Batterij “Bureau [%s %%]” (GF_Living) { zwave=“2:command=BATTERY” }
Contact Sensor_AT_Bureau1_Status “Bureau Deur [%s]” (Door) {zwave=“2:command=sensor_alarm” }

And in my sitemap:

Text item=Sensor_AT_Bureau1_Status
Text item=Sensor_AT_Bureau1_Temperatuur
Text item=Sensor_AT_Bureau1_Helderheid
Text item=Sensor_AT_Bureau1_Batterij

I’ve also tried the status with following (and others) but each time, no luck.

Contact Sensor_AT_Bureau1_Status “Deur status [%s]” {zwave=“2:command=SENSOR_BINARY,sensor_type=10,respond_to_basic=true”}

Any idea what command I should use in order to have the contact?

Please can you post the XML for this device (from the etc/zwave folder - or userdata/zwave if you’re in OH2).

(I assume this is the PST02C?).

File is locate at /var/lib/openhab/zwave/node8.xml

Philio3in1_ABC.pdf (62.2 KB)

Thanks, but can you provide it as a text file rahter than a PDF? I would like to process it through a processor I have here for reading these files, and I can’t do that with a PDF (sorry).

Sure, but seems I’m not allowed to uploaded txt files. :blush:
So you can simple rename this file from pdf towards txt…

Philio3in1_ABC.pdf (10.3 KB)

So it looks like the two command classes that are supported are SENSOR_BINARY and ALARM. So, in the first instance I would try -:

zwave="2:command=SENSOR_BINARY"

and

zwave="2:command=ALARM"

Probably one of these is the tamper alarm, and one is the PIR sensor, but I’m not 100% sure… See if this does anything - otherwise it might need someone with this device to comment…

When I use SENSOR_BINARY, nothing happens.
When I give in ALARM, the status in my GUI is CLOSED.
But it’s not being update when I open the door.

In my logs, I don’t see any open commands? So I guess something is “wrong” with the sensor parameters?
grep Sensor_WO_Achterdeur1 /var/log/openhab/events.log

2016-05-27 19:12:33 - Sensor_WO_Achterdeur1_Status state updated to CLOSED
2016-05-27 19:13:18 - Sensor_WO_Achterdeur1_Status state updated to CLOSED
2016-05-27 19:13:21 - Sensor_WO_Achterdeur1_Status state updated to CLOSED
2016-05-27 19:14:51 - Sensor_WO_Achterdeur1_Status state updated to CLOSED
2016-05-27 19:15:09 - Sensor_WO_Achterdeur1_Status state updated to CLOSED
2016-05-27 19:15:09 - Sensor_WO_Achterdeur1_Status state updated to CLOSED
2016-05-27 19:15:09 - Sensor_WO_Achterdeur1_Status state updated to CLOSED
2016-05-27 19:15:09 - Sensor_WO_Achterdeur1_Status state updated to CLOSED
2016-05-27 19:15:09 - Sensor_WO_Achterdeur1_Status state updated to CLOSED
2016-05-27 19:15:09 - Sensor_WO_Achterdeur1_Status state updated to CLOSED
2016-05-27 19:15:20 - Sensor_WO_Achterdeur1_Status state updated to CLOSED
2016-05-27 19:15:46 - Sensor_WO_Achterdeur1_Status state updated to CLOSED

Can you provide a debug log and I’ll take a look…

Sure, this should be the results.
I’ve opened and closed 2 times the sensor NODE5.
And if I read the logfile correctly, only the status ‘CLOSED’ is coming in, nothing about ‘OPEN’ or so. :blush:

2016-05-29 13:42:33.091 [DEBUG] [z.i.p.i.ZWaveNodeStageAdvancer:1099]- NODE 6: Stage PING. Initialisation retry timer triggered. Increased to 80000
2016-05-29 13:42:33.091 [DEBUG] [z.i.p.i.ZWaveNodeStageAdvancer:269 ]- NODE 6: Node advancer - PING: queue length(0), free to send(false)
2016-05-29 13:42:33.091 [DEBUG] [z.i.p.i.ZWaveNodeStageAdvancer:1131]- NODE 6: Initialisation retry timer started 80000
2016-05-29 13:42:33.091 [DEBUG] [z.i.p.i.ZWaveNodeStageAdvancer:335 ]- NODE 6: Node advancer: loop - PING try 4: stageAdvanced(false)
2016-05-29 13:42:33.091 [DEBUG] [z.i.p.i.ZWaveNodeStageAdvancer:419 ]- NODE 6: Node advancer: PING - send NoOperation
2016-05-29 13:42:33.091 [DEBUG] [c.ZWaveNoOperationCommandClass:72  ]- NODE 6: Creating new message for command No Operation
2016-05-29 13:42:33.092 [DEBUG] [o.b.z.i.protocol.SerialMessage:109 ]- NODE 6: Creating empty message of class = SendData (0x13), type = Request (0x00)
2016-05-29 13:42:33.092 [DEBUG] [b.z.i.protocol.ZWaveController:938 ]- Callback ID = 6
2016-05-29 13:42:33.092 [DEBUG] [WaveController$ZWaveSendThread:1211]- Took message from queue for sending. Queue length = 0
2016-05-29 13:42:33.092 [DEBUG] [o.b.z.i.protocol.SerialMessage:233 ]- Assembled message buffer = 01 08 00 13 06 01 00 25 06 C0 
2016-05-29 13:42:33.092 [DEBUG] [WaveController$ZWaveSendThread:1268]- NODE 6: Sending REQUEST Message = 01 08 00 13 06 01 00 25 06 C0 
2016-05-29 13:42:33.093 [DEBUG] [b.z.i.protocol.ZWaveController:620 ]- Enqueueing message. Queue length = 0
2016-05-29 13:42:33.093 [DEBUG] [z.i.p.i.ZWaveNodeStageAdvancer:242 ]- NODE 6: Node advancer - queued packet. Queue length is 1
2016-05-29 13:42:33.691 [DEBUG] [eController$ZWaveReceiveThread:1481]- Receive Message = 01 04 01 13 01 E8 
2016-05-29 13:42:33.693 [DEBUG] [eController$ZWaveReceiveThread:1405]- Receive queue ADD: Length=1
2016-05-29 13:42:33.693 [DEBUG] [b.z.i.protocol.ZWaveController:1163]- Receive queue TAKE: Length=0
2016-05-29 13:42:33.694 [DEBUG] [o.b.z.i.protocol.SerialMessage:233 ]- Assembled message buffer = 01 04 01 13 01 E8 
2016-05-29 13:42:33.694 [DEBUG] [b.z.i.protocol.ZWaveController:1164]- Process Message = 01 04 01 13 01 E8 
2016-05-29 13:42:33.694 [DEBUG] [b.z.i.protocol.ZWaveController:192 ]- Message: class = SendData (0x13), type = Response (0x01), payload = 01 
2016-05-29 13:42:33.694 [DEBUG] [b.z.i.p.s.SendDataMessageClass:38  ]- NODE 6: Sent Data successfully placed on stack.
2016-05-29 13:42:37.767 [DEBUG] [eController$ZWaveReceiveThread:1481]- Receive Message = 01 07 00 13 06 01 01 98 75 
2016-05-29 13:42:37.770 [DEBUG] [eController$ZWaveReceiveThread:1405]- Receive queue ADD: Length=1
2016-05-29 13:42:37.770 [DEBUG] [b.z.i.protocol.ZWaveController:1163]- Receive queue TAKE: Length=0
2016-05-29 13:42:37.771 [DEBUG] [o.b.z.i.protocol.SerialMessage:233 ]- Assembled message buffer = 01 09 00 13 06 01 01 98 00 00 7B 
2016-05-29 13:42:37.771 [DEBUG] [b.z.i.protocol.ZWaveController:1164]- Process Message = 01 09 00 13 06 01 01 98 00 00 7B 
2016-05-29 13:42:37.771 [DEBUG] [b.z.i.protocol.ZWaveController:192 ]- Message: class = SendData (0x13), type = Request (0x00), payload = 06 01 01 98 
2016-05-29 13:42:37.771 [DEBUG] [b.z.i.p.s.SendDataMessageClass:74  ]- NODE 6: SendData Request. CallBack ID = 6, Status = Transmission complete, no ACK received(1)
2016-05-29 13:42:37.772 [ERROR] [b.z.i.p.s.SendDataMessageClass:141 ]- NODE 6: Node is DEAD. Dropping message.
2016-05-29 13:42:37.772 [DEBUG] [b.z.i.protocol.ZWaveController:635 ]- Notifying event listeners: ZWaveTransactionCompletedEvent
2016-05-29 13:42:37.772 [DEBUG] [.z.internal.ZWaveActiveBinding:433 ]- ZwaveIncomingEvent
2016-05-29 13:42:37.772 [DEBUG] [z.i.p.i.ZWaveNodeStageAdvancer:1013]- NODE 6: Node advancer - PING: Transaction complete (SendData:Request) success(false)
2016-05-29 13:42:37.772 [DEBUG] [WaveController$ZWaveSendThread:1327]- NODE 6: Response processed after 4680ms/4680ms.
2016-05-29 13:42:42.328 [DEBUG] [eController$ZWaveReceiveThread:1481]- Receive Message = 01 24 00 04 00 05 1E 8F 01 04 03 80 03 64 09 71 05 00 00 00 FF 06 16 00 05 31 05 03 01 4D 06 31 05 01 22 00 F5 A2 
2016-05-29 13:42:42.330 [DEBUG] [b.z.i.protocol.ZWaveController:1163]- Receive queue TAKE: Length=0
2016-05-29 13:42:42.330 [DEBUG] [o.b.z.i.protocol.SerialMessage:233 ]- Assembled message buffer = 01 24 00 04 00 05 1E 8F 01 04 03 80 03 64 09 71 05 00 00 00 FF 06 16 00 05 31 05 03 01 4D 06 31 05 01 22 00 F5 A2 
2016-05-29 13:42:42.330 [DEBUG] [b.z.i.protocol.ZWaveController:1164]- Process Message = 01 24 00 04 00 05 1E 8F 01 04 03 80 03 64 09 71 05 00 00 00 FF 06 16 00 05 31 05 03 01 4D 06 31 05 01 22 00 F5 A2 
2016-05-29 13:42:42.330 [DEBUG] [b.z.i.protocol.ZWaveController:192 ]- Message: class = ApplicationCommandHandler (0x04), type = Request (0x00), payload = 00 05 1E 8F 01 04 03 80 03 64 09 71 05 00 00 00 FF 06 16 00 05 31 05 03 01 4D 06 31 05 01 22 00 F5 
2016-05-29 13:42:42.331 [DEBUG] [ApplicationCommandMessageClass:38  ]- NODE 5: Application Command Request (ALIVE:PING)
2016-05-29 13:42:42.331 [DEBUG] [ApplicationCommandMessageClass:56  ]- NODE 5: Incoming command class MULTI_CMD
2016-05-29 13:42:42.331 [DEBUG] [.ZWaveMultiCommandCommandClass:60  ]- NODE 5: Received Multi-Command Request
2016-05-29 13:42:42.332 [DEBUG] [eController$ZWaveReceiveThread:1405]- Receive queue ADD: Length=0
2016-05-29 13:42:42.332 [DEBUG] [.ZWaveMultiCommandCommandClass:92  ]- NODE 5: Incoming command class BATTERY
2016-05-29 13:42:42.332 [DEBUG] [.ZWaveMultiCommandCommandClass:113 ]- NODE 5: Calling handleApplicationCommandRequest.
2016-05-29 13:42:42.332 [DEBUG] [i.p.c.ZWaveBatteryCommandClass:81  ]- NODE 5: Received Battery Request
2016-05-29 13:42:42.332 [DEBUG] [i.p.c.ZWaveBatteryCommandClass:96  ]- NODE 5: Battery report value = 100
2016-05-29 13:42:42.333 [DEBUG] [b.z.i.protocol.ZWaveController:635 ]- Notifying event listeners: ZWaveCommandClassValueEvent
2016-05-29 13:42:42.333 [DEBUG] [.z.internal.ZWaveActiveBinding:433 ]- ZwaveIncomingEvent
2016-05-29 13:42:42.333 [DEBUG] [.z.internal.ZWaveActiveBinding:450 ]- NODE 5: Got a value event from Z-Wave network, endpoint = 0, command class = BATTERY, value = 100
2016-05-29 13:42:42.338 [DEBUG] [.ZWaveMultiCommandCommandClass:92  ]- NODE 5: Incoming command class ALARM
2016-05-29 13:42:42.338 [DEBUG] [.ZWaveMultiCommandCommandClass:113 ]- NODE 5: Calling handleApplicationCommandRequest.
2016-05-29 13:42:42.339 [DEBUG] [z.i.p.c.ZWaveAlarmCommandClass:82  ]- NODE 5: Received Alarm Request
2016-05-29 13:42:42.339 [DEBUG] [z.i.p.c.ZWaveAlarmCommandClass:94  ]- NODE 5: Alarm report - Value = 0
2016-05-29 13:42:42.339 [DEBUG] [z.i.p.c.ZWaveAlarmCommandClass:112 ]- NODE 5: Alarm Type = General (0)
2016-05-29 13:42:42.340 [DEBUG] [b.z.i.protocol.ZWaveController:635 ]- Notifying event listeners: ZWaveAlarmValueEvent
2016-05-29 13:42:42.340 [DEBUG] [.z.internal.ZWaveActiveBinding:433 ]- ZwaveIncomingEvent
2016-05-29 13:42:42.340 [DEBUG] [.z.internal.ZWaveActiveBinding:450 ]- NODE 5: Got a value event from Z-Wave network, endpoint = 0, command class = ALARM, value = 0
2016-05-29 13:42:42.342 [DEBUG] [.ZWaveMultiCommandCommandClass:92  ]- NODE 5: Incoming command class SENSOR_MULTILEVEL
2016-05-29 13:42:42.343 [DEBUG] [.ZWaveMultiCommandCommandClass:113 ]- NODE 5: Calling handleApplicationCommandRequest.
2016-05-29 13:42:42.343 [DEBUG] [veMultiLevelSensorCommandClass:97  ]- NODE 5: Received Sensor Multi Level Request
2016-05-29 13:42:42.343 [DEBUG] [veMultiLevelSensorCommandClass:131 ]- NODE 5: Sensor Multi Level REPORT received
2016-05-29 13:42:42.344 [DEBUG] [veMultiLevelSensorCommandClass:141 ]- NODE 5: Sensor Type = Luminance(3), Scale = 0
2016-05-29 13:42:42.346 [DEBUG] [veMultiLevelSensorCommandClass:150 ]- NODE 5: Sensor Value = 77
2016-05-29 13:42:42.346 [DEBUG] [b.z.i.protocol.ZWaveController:635 ]- Notifying event listeners: ZWaveMultiLevelSensorValueEvent
2016-05-29 13:42:42.347 [DEBUG] [.z.internal.ZWaveActiveBinding:433 ]- ZwaveIncomingEvent
2016-05-29 13:42:42.347 [DEBUG] [.z.internal.ZWaveActiveBinding:450 ]- NODE 5: Got a value event from Z-Wave network, endpoint = 0, command class = SENSOR_MULTILEVEL, value = 77
2016-05-29 13:42:42.348 [DEBUG] [.ZWaveMultiCommandCommandClass:92  ]- NODE 5: Incoming command class SENSOR_MULTILEVEL
2016-05-29 13:42:42.350 [DEBUG] [.ZWaveMultiCommandCommandClass:113 ]- NODE 5: Calling handleApplicationCommandRequest.
2016-05-29 13:42:42.350 [DEBUG] [veMultiLevelSensorCommandClass:97  ]- NODE 5: Received Sensor Multi Level Request
2016-05-29 13:42:42.350 [DEBUG] [veMultiLevelSensorCommandClass:131 ]- NODE 5: Sensor Multi Level REPORT received
2016-05-29 13:42:42.351 [DEBUG] [veMultiLevelSensorCommandClass:141 ]- NODE 5: Sensor Type = Temperature(1), Scale = 0
2016-05-29 13:42:42.351 [DEBUG] [veMultiLevelSensorCommandClass:150 ]- NODE 5: Sensor Value = 24.5
2016-05-29 13:42:42.354 [DEBUG] [b.z.i.protocol.ZWaveController:635 ]- Notifying event listeners: ZWaveMultiLevelSensorValueEvent
2016-05-29 13:42:42.354 [DEBUG] [.z.internal.ZWaveActiveBinding:433 ]- ZwaveIncomingEvent
2016-05-29 13:42:42.354 [DEBUG] [.z.internal.ZWaveActiveBinding:450 ]- NODE 5: Got a value event from Z-Wave network, endpoint = 0, command class = SENSOR_MULTILEVEL, value = 24.5
2016-05-29 13:42:42.355 [DEBUG] [ApplicationCommandMessageClass:85  ]- Transaction not completed: node address inconsistent.
2016-05-29 13:42:45.570 [DEBUG] [eController$ZWaveReceiveThread:1481]- Receive Message = 01 24 00 04 00 05 1E 8F 01 04 03 80 03 64 09 71 05 00 00 00 FF 06 17 00 05 31 05 03 01 31 06 31 05 01 22 00 F5 DF 
2016-05-29 13:42:45.572 [DEBUG] [b.z.i.protocol.ZWaveController:1163]- Receive queue TAKE: Length=0
2016-05-29 13:42:45.572 [DEBUG] [o.b.z.i.protocol.SerialMessage:233 ]- Assembled message buffer = 01 24 00 04 00 05 1E 8F 01 04 03 80 03 64 09 71 05 00 00 00 FF 06 17 00 05 31 05 03 01 31 06 31 05 01 22 00 F5 DF 
2016-05-29 13:42:45.573 [DEBUG] [b.z.i.protocol.ZWaveController:1164]- Process Message = 01 24 00 04 00 05 1E 8F 01 04 03 80 03 64 09 71 05 00 00 00 FF 06 17 00 05 31 05 03 01 31 06 31 05 01 22 00 F5 DF 
2016-05-29 13:42:45.573 [DEBUG] [b.z.i.protocol.ZWaveController:192 ]- Message: class = ApplicationCommandHandler (0x04), type = Request (0x00), payload = 00 05 1E 8F 01 04 03 80 03 64 09 71 05 00 00 00 FF 06 17 00 05 31 05 03 01 31 06 31 05 01 22 00 F5 
2016-05-29 13:42:45.573 [DEBUG] [ApplicationCommandMessageClass:38  ]- NODE 5: Application Command Request (ALIVE:PING)
2016-05-29 13:42:45.573 [DEBUG] [ApplicationCommandMessageClass:56  ]- NODE 5: Incoming command class MULTI_CMD
2016-05-29 13:42:45.573 [DEBUG] [.ZWaveMultiCommandCommandClass:60  ]- NODE 5: Received Multi-Command Request
2016-05-29 13:42:45.574 [DEBUG] [.ZWaveMultiCommandCommandClass:92  ]- NODE 5: Incoming command class BATTERY
2016-05-29 13:42:45.574 [DEBUG] [.ZWaveMultiCommandCommandClass:113 ]- NODE 5: Calling handleApplicationCommandRequest.
2016-05-29 13:42:45.574 [DEBUG] [i.p.c.ZWaveBatteryCommandClass:81  ]- NODE 5: Received Battery Request
2016-05-29 13:42:45.574 [DEBUG] [i.p.c.ZWaveBatteryCommandClass:96  ]- NODE 5: Battery report value = 100
2016-05-29 13:42:45.574 [DEBUG] [b.z.i.protocol.ZWaveController:635 ]- Notifying event listeners: ZWaveCommandClassValueEvent
2016-05-29 13:42:45.574 [DEBUG] [.z.internal.ZWaveActiveBinding:433 ]- ZwaveIncomingEvent
2016-05-29 13:42:45.574 [DEBUG] [.z.internal.ZWaveActiveBinding:450 ]- NODE 5: Got a value event from Z-Wave network, endpoint = 0, command class = BATTERY, value = 100
2016-05-29 13:42:45.574 [DEBUG] [eController$ZWaveReceiveThread:1405]- Receive queue ADD: Length=0
2016-05-29 13:42:45.575 [DEBUG] [.ZWaveMultiCommandCommandClass:92  ]- NODE 5: Incoming command class ALARM
2016-05-29 13:42:45.575 [DEBUG] [.ZWaveMultiCommandCommandClass:113 ]- NODE 5: Calling handleApplicationCommandRequest.
2016-05-29 13:42:45.575 [DEBUG] [z.i.p.c.ZWaveAlarmCommandClass:82  ]- NODE 5: Received Alarm Request
2016-05-29 13:42:45.575 [DEBUG] [z.i.p.c.ZWaveAlarmCommandClass:94  ]- NODE 5: Alarm report - Value = 0
2016-05-29 13:42:45.576 [DEBUG] [z.i.p.c.ZWaveAlarmCommandClass:112 ]- NODE 5: Alarm Type = General (0)
2016-05-29 13:42:45.576 [DEBUG] [b.z.i.protocol.ZWaveController:635 ]- Notifying event listeners: ZWaveAlarmValueEvent
2016-05-29 13:42:45.576 [DEBUG] [.z.internal.ZWaveActiveBinding:433 ]- ZwaveIncomingEvent
2016-05-29 13:42:45.576 [DEBUG] [.z.internal.ZWaveActiveBinding:450 ]- NODE 5: Got a value event from Z-Wave network, endpoint = 0, command class = ALARM, value = 0
2016-05-29 13:42:45.577 [DEBUG] [.ZWaveMultiCommandCommandClass:92  ]- NODE 5: Incoming command class SENSOR_MULTILEVEL
2016-05-29 13:42:45.577 [DEBUG] [.ZWaveMultiCommandCommandClass:113 ]- NODE 5: Calling handleApplicationCommandRequest.
2016-05-29 13:42:45.577 [DEBUG] [veMultiLevelSensorCommandClass:97  ]- NODE 5: Received Sensor Multi Level Request
2016-05-29 13:42:45.577 [DEBUG] [veMultiLevelSensorCommandClass:131 ]- NODE 5: Sensor Multi Level REPORT received
2016-05-29 13:42:45.578 [DEBUG] [veMultiLevelSensorCommandClass:141 ]- NODE 5: Sensor Type = Luminance(3), Scale = 0
2016-05-29 13:42:45.578 [DEBUG] [veMultiLevelSensorCommandClass:150 ]- NODE 5: Sensor Value = 49
2016-05-29 13:42:45.578 [DEBUG] [b.z.i.protocol.ZWaveController:635 ]- Notifying event listeners: ZWaveMultiLevelSensorValueEvent
2016-05-29 13:42:45.578 [DEBUG] [.z.internal.ZWaveActiveBinding:433 ]- ZwaveIncomingEvent
2016-05-29 13:42:45.578 [DEBUG] [.z.internal.ZWaveActiveBinding:450 ]- NODE 5: Got a value event from Z-Wave network, endpoint = 0, command class = SENSOR_MULTILEVEL, value = 49
2016-05-29 13:42:45.579 [DEBUG] [.ZWaveMultiCommandCommandClass:92  ]- NODE 5: Incoming command class SENSOR_MULTILEVEL
2016-05-29 13:42:45.579 [DEBUG] [.ZWaveMultiCommandCommandClass:113 ]- NODE 5: Calling handleApplicationCommandRequest.
2016-05-29 13:42:45.579 [DEBUG] [veMultiLevelSensorCommandClass:97  ]- NODE 5: Received Sensor Multi Level Request
2016-05-29 13:42:45.579 [DEBUG] [veMultiLevelSensorCommandClass:131 ]- NODE 5: Sensor Multi Level REPORT received
2016-05-29 13:42:45.579 [DEBUG] [veMultiLevelSensorCommandClass:141 ]- NODE 5: Sensor Type = Temperature(1), Scale = 0
2016-05-29 13:42:45.579 [DEBUG] [veMultiLevelSensorCommandClass:150 ]- NODE 5: Sensor Value = 24.5
2016-05-29 13:42:45.579 [DEBUG] [b.z.i.protocol.ZWaveController:635 ]- Notifying event listeners: ZWaveMultiLevelSensorValueEvent
2016-05-29 13:42:45.579 [DEBUG] [.z.internal.ZWaveActiveBinding:433 ]- ZwaveIncomingEvent
2016-05-29 13:42:45.580 [DEBUG] [.z.internal.ZWaveActiveBinding:450 ]- NODE 5: Got a value event from Z-Wave network, endpoint = 0, command class = SENSOR_MULTILEVEL, value = 24.5
2016-05-29 13:42:45.580 [DEBUG] [ApplicationCommandMessageClass:85  ]- Transaction not completed: node address inconsistent.
2016-05-29 13:42:50.126 [DEBUG] [eController$ZWaveReceiveThread:1481]- Receive Message = 01 24 00 04 00 05 1E 8F 01 04 03 80 03 64 09 71 05 00 00 00 FF 06 16 00 05 31 05 03 01 49 06 31 05 01 22 00 F5 A6 
2016-05-29 13:42:50.128 [DEBUG] [b.z.i.protocol.ZWaveController:1163]- Receive queue TAKE: Length=0
2016-05-29 13:42:50.128 [DEBUG] [o.b.z.i.protocol.SerialMessage:233 ]- Assembled message buffer = 01 24 00 04 00 05 1E 8F 01 04 03 80 03 64 09 71 05 00 00 00 FF 06 16 00 05 31 05 03 01 49 06 31 05 01 22 00 F5 A6 
2016-05-29 13:42:50.129 [DEBUG] [b.z.i.protocol.ZWaveController:1164]- Process Message = 01 24 00 04 00 05 1E 8F 01 04 03 80 03 64 09 71 05 00 00 00 FF 06 16 00 05 31 05 03 01 49 06 31 05 01 22 00 F5 A6 
2016-05-29 13:42:50.129 [DEBUG] [b.z.i.protocol.ZWaveController:192 ]- Message: class = ApplicationCommandHandler (0x04), type = Request (0x00), payload = 00 05 1E 8F 01 04 03 80 03 64 09 71 05 00 00 00 FF 06 16 00 05 31 05 03 01 49 06 31 05 01 22 00 F5 
2016-05-29 13:42:50.131 [DEBUG] [ApplicationCommandMessageClass:38  ]- NODE 5: Application Command Request (ALIVE:PING)
2016-05-29 13:42:50.131 [DEBUG] [ApplicationCommandMessageClass:56  ]- NODE 5: Incoming command class MULTI_CMD
2016-05-29 13:42:50.131 [DEBUG] [.ZWaveMultiCommandCommandClass:60  ]- NODE 5: Received Multi-Command Request
2016-05-29 13:42:50.132 [DEBUG] [.ZWaveMultiCommandCommandClass:92  ]- NODE 5: Incoming command class BATTERY
2016-05-29 13:42:50.132 [DEBUG] [.ZWaveMultiCommandCommandClass:113 ]- NODE 5: Calling handleApplicationCommandRequest.
2016-05-29 13:42:50.131 [DEBUG] [eController$ZWaveReceiveThread:1405]- Receive queue ADD: Length=1
2016-05-29 13:42:50.132 [DEBUG] [i.p.c.ZWaveBatteryCommandClass:81  ]- NODE 5: Received Battery Request
2016-05-29 13:42:50.133 [DEBUG] [i.p.c.ZWaveBatteryCommandClass:96  ]- NODE 5: Battery report value = 100
2016-05-29 13:42:50.138 [DEBUG] [b.z.i.protocol.ZWaveController:635 ]- Notifying event listeners: ZWaveCommandClassValueEvent
2016-05-29 13:42:50.138 [DEBUG] [.z.internal.ZWaveActiveBinding:433 ]- ZwaveIncomingEvent
2016-05-29 13:42:50.138 [DEBUG] [.z.internal.ZWaveActiveBinding:450 ]- NODE 5: Got a value event from Z-Wave network, endpoint = 0, command class = BATTERY, value = 100
2016-05-29 13:42:50.140 [DEBUG] [.ZWaveMultiCommandCommandClass:92  ]- NODE 5: Incoming command class ALARM
2016-05-29 13:42:50.140 [DEBUG] [.ZWaveMultiCommandCommandClass:113 ]- NODE 5: Calling handleApplicationCommandRequest.
2016-05-29 13:42:50.141 [DEBUG] [z.i.p.c.ZWaveAlarmCommandClass:82  ]- NODE 5: Received Alarm Request
2016-05-29 13:42:50.141 [DEBUG] [z.i.p.c.ZWaveAlarmCommandClass:94  ]- NODE 5: Alarm report - Value = 0
2016-05-29 13:42:50.141 [DEBUG] [z.i.p.c.ZWaveAlarmCommandClass:112 ]- NODE 5: Alarm Type = General (0)
2016-05-29 13:42:50.141 [DEBUG] [b.z.i.protocol.ZWaveController:635 ]- Notifying event listeners: ZWaveAlarmValueEvent
2016-05-29 13:42:50.141 [DEBUG] [.z.internal.ZWaveActiveBinding:433 ]- ZwaveIncomingEvent
2016-05-29 13:42:50.142 [DEBUG] [.z.internal.ZWaveActiveBinding:450 ]- NODE 5: Got a value event from Z-Wave network, endpoint = 0, command class = ALARM, value = 0
2016-05-29 13:42:50.143 [DEBUG] [.ZWaveMultiCommandCommandClass:92  ]- NODE 5: Incoming command class SENSOR_MULTILEVEL
2016-05-29 13:42:50.144 [DEBUG] [.ZWaveMultiCommandCommandClass:113 ]- NODE 5: Calling handleApplicationCommandRequest.
2016-05-29 13:42:50.144 [DEBUG] [veMultiLevelSensorCommandClass:97  ]- NODE 5: Received Sensor Multi Level Request
2016-05-29 13:42:50.144 [DEBUG] [veMultiLevelSensorCommandClass:131 ]- NODE 5: Sensor Multi Level REPORT received
2016-05-29 13:42:50.145 [DEBUG] [veMultiLevelSensorCommandClass:141 ]- NODE 5: Sensor Type = Luminance(3), Scale = 0
2016-05-29 13:42:50.145 [DEBUG] [veMultiLevelSensorCommandClass:150 ]- NODE 5: Sensor Value = 73
2016-05-29 13:42:50.145 [DEBUG] [b.z.i.protocol.ZWaveController:635 ]- Notifying event listeners: ZWaveMultiLevelSensorValueEvent
2016-05-29 13:42:50.145 [DEBUG] [.z.internal.ZWaveActiveBinding:433 ]- ZwaveIncomingEvent
2016-05-29 13:42:50.145 [DEBUG] [.z.internal.ZWaveActiveBinding:450 ]- NODE 5: Got a value event from Z-Wave network, endpoint = 0, command class = SENSOR_MULTILEVEL, value = 73
2016-05-29 13:42:50.150 [DEBUG] [.ZWaveMultiCommandCommandClass:92  ]- NODE 5: Incoming command class SENSOR_MULTILEVEL
2016-05-29 13:42:50.150 [DEBUG] [.ZWaveMultiCommandCommandClass:113 ]- NODE 5: Calling handleApplicationCommandRequest.
2016-05-29 13:42:50.151 [DEBUG] [veMultiLevelSensorCommandClass:97  ]- NODE 5: Received Sensor Multi Level Request
2016-05-29 13:42:50.151 [DEBUG] [veMultiLevelSensorCommandClass:131 ]- NODE 5: Sensor Multi Level REPORT received
2016-05-29 13:42:50.152 [DEBUG] [veMultiLevelSensorCommandClass:141 ]- NODE 5: Sensor Type = Temperature(1), Scale = 0
2016-05-29 13:42:50.158 [DEBUG] [veMultiLevelSensorCommandClass:150 ]- NODE 5: Sensor Value = 24.5
2016-05-29 13:42:50.158 [DEBUG] [b.z.i.protocol.ZWaveController:635 ]- Notifying event listeners: ZWaveMultiLevelSensorValueEvent
2016-05-29 13:42:50.159 [DEBUG] [.z.internal.ZWaveActiveBinding:433 ]- ZwaveIncomingEvent
2016-05-29 13:42:50.159 [DEBUG] [.z.internal.ZWaveActiveBinding:450 ]- NODE 5: Got a value event from Z-Wave network, endpoint = 0, command class = SENSOR_MULTILEVEL, value = 24.5
2016-05-29 13:42:50.160 [DEBUG] [ApplicationCommandMessageClass:85  ]- Transaction not completed: node address inconsistent.
2016-05-29 13:42:52.222 [DEBUG] [z.internal.ZWaveNetworkMonitor:341 ]- NODE 6: Sending periodic PING.
2016-05-29 13:42:52.222 [DEBUG] [c.ZWaveNoOperationCommandClass:72  ]- NODE 6: Creating new message for command No Operation
2016-05-29 13:42:52.222 [DEBUG] [o.b.z.i.protocol.SerialMessage:109 ]- NODE 6: Creating empty message of class = SendData (0x13), type = Request (0x00)
2016-05-29 13:42:52.222 [DEBUG] [b.z.i.protocol.ZWaveController:938 ]- Callback ID = 7
2016-05-29 13:42:52.223 [DEBUG] [b.z.i.protocol.ZWaveController:620 ]- Enqueueing message. Queue length = 1
2016-05-29 13:42:52.223 [DEBUG] [WaveController$ZWaveSendThread:1211]- Took message from queue for sending. Queue length = 0
2016-05-29 13:42:52.223 [DEBUG] [o.b.z.i.protocol.SerialMessage:233 ]- Assembled message buffer = 01 08 00 13 06 01 00 25 07 C1 
2016-05-29 13:42:52.223 [DEBUG] [WaveController$ZWaveSendThread:1268]- NODE 6: Sending REQUEST Message = 01 08 00 13 06 01 00 25 07 C1 
2016-05-29 13:42:52.278 [DEBUG] [eController$ZWaveReceiveThread:1481]- Receive Message = 01 04 01 13 01 E8 
2016-05-29 13:42:52.279 [DEBUG] [eController$ZWaveReceiveThread:1405]- Receive queue ADD: Length=1
2016-05-29 13:42:52.280 [DEBUG] [b.z.i.protocol.ZWaveController:1163]- Receive queue TAKE: Length=0
2016-05-29 13:42:52.280 [DEBUG] [o.b.z.i.protocol.SerialMessage:233 ]- Assembled message buffer = 01 04 01 13 01 E8 
2016-05-29 13:42:52.280 [DEBUG] [b.z.i.protocol.ZWaveController:1164]- Process Message = 01 04 01 13 01 E8 
2016-05-29 13:42:52.280 [DEBUG] [b.z.i.protocol.ZWaveController:192 ]- Message: class = SendData (0x13), type = Response (0x01), payload = 01 
2016-05-29 13:42:52.280 [DEBUG] [b.z.i.p.s.SendDataMessageClass:38  ]- NODE 6: Sent Data successfully placed on stack.
2016-05-29 13:42:52.842 [DEBUG] [eController$ZWaveReceiveThread:1481]- Receive Message = 01 24 00 04 00 05 1E 8F 01 04 03 80 03 64 09 71 05 00 00 00 FF 06 17 00 05 31 05 03 01 2E 06 31 05 01 22 00 F5 C0 
2016-05-29 13:42:52.844 [DEBUG] [eController$ZWaveReceiveThread:1405]- Receive queue ADD: Length=1
2016-05-29 13:42:52.845 [DEBUG] [b.z.i.protocol.ZWaveController:1163]- Receive queue TAKE: Length=0
2016-05-29 13:42:52.845 [DEBUG] [o.b.z.i.protocol.SerialMessage:233 ]- Assembled message buffer = 01 24 00 04 00 05 1E 8F 01 04 03 80 03 64 09 71 05 00 00 00 FF 06 17 00 05 31 05 03 01 2E 06 31 05 01 22 00 F5 C0 
2016-05-29 13:42:52.845 [DEBUG] [b.z.i.protocol.ZWaveController:1164]- Process Message = 01 24 00 04 00 05 1E 8F 01 04 03 80 03 64 09 71 05 00 00 00 FF 06 17 00 05 31 05 03 01 2E 06 31 05 01 22 00 F5 C0 
2016-05-29 13:42:52.846 [DEBUG] [b.z.i.protocol.ZWaveController:192 ]- Message: class = ApplicationCommandHandler (0x04), type = Request (0x00), payload = 00 05 1E 8F 01 04 03 80 03 64 09 71 05 00 00 00 FF 06 17 00 05 31 05 03 01 2E 06 31 05 01 22 00 F5 
2016-05-29 13:42:52.846 [DEBUG] [ApplicationCommandMessageClass:38  ]- NODE 5: Application Command Request (ALIVE:PING)
2016-05-29 13:42:52.846 [DEBUG] [ApplicationCommandMessageClass:56  ]- NODE 5: Incoming command class MULTI_CMD
2016-05-29 13:42:52.847 [DEBUG] [.ZWaveMultiCommandCommandClass:60  ]- NODE 5: Received Multi-Command Request
2016-05-29 13:42:52.847 [DEBUG] [.ZWaveMultiCommandCommandClass:92  ]- NODE 5: Incoming command class BATTERY
2016-05-29 13:42:52.847 [DEBUG] [.ZWaveMultiCommandCommandClass:113 ]- NODE 5: Calling handleApplicationCommandRequest.
2016-05-29 13:42:52.847 [DEBUG] [i.p.c.ZWaveBatteryCommandClass:81  ]- NODE 5: Received Battery Request
2016-05-29 13:42:52.847 [DEBUG] [i.p.c.ZWaveBatteryCommandClass:96  ]- NODE 5: Battery report value = 100
2016-05-29 13:42:52.848 [DEBUG] [b.z.i.protocol.ZWaveController:635 ]- Notifying event listeners: ZWaveCommandClassValueEvent
2016-05-29 13:42:52.848 [DEBUG] [.z.internal.ZWaveActiveBinding:433 ]- ZwaveIncomingEvent
2016-05-29 13:42:52.848 [DEBUG] [.z.internal.ZWaveActiveBinding:450 ]- NODE 5: Got a value event from Z-Wave network, endpoint = 0, command class = BATTERY, value = 100
2016-05-29 13:42:52.849 [DEBUG] [.ZWaveMultiCommandCommandClass:92  ]- NODE 5: Incoming command class ALARM
2016-05-29 13:42:52.849 [DEBUG] [.ZWaveMultiCommandCommandClass:113 ]- NODE 5: Calling handleApplicationCommandRequest.
2016-05-29 13:42:52.850 [DEBUG] [z.i.p.c.ZWaveAlarmCommandClass:82  ]- NODE 5: Received Alarm Request
2016-05-29 13:42:52.851 [DEBUG] [z.i.p.c.ZWaveAlarmCommandClass:94  ]- NODE 5: Alarm report - Value = 0
2016-05-29 13:42:52.851 [DEBUG] [z.i.p.c.ZWaveAlarmCommandClass:112 ]- NODE 5: Alarm Type = General (0)
2016-05-29 13:42:52.851 [DEBUG] [b.z.i.protocol.ZWaveController:635 ]- Notifying event listeners: ZWaveAlarmValueEvent
2016-05-29 13:42:52.851 [DEBUG] [.z.internal.ZWaveActiveBinding:433 ]- ZwaveIncomingEvent
2016-05-29 13:42:52.852 [DEBUG] [.z.internal.ZWaveActiveBinding:450 ]- NODE 5: Got a value event from Z-Wave network, endpoint = 0, command class = ALARM, value = 0
2016-05-29 13:42:52.853 [DEBUG] [.ZWaveMultiCommandCommandClass:92  ]- NODE 5: Incoming command class SENSOR_MULTILEVEL
2016-05-29 13:42:52.853 [DEBUG] [.ZWaveMultiCommandCommandClass:113 ]- NODE 5: Calling handleApplicationCommandRequest.
2016-05-29 13:42:52.853 [DEBUG] [veMultiLevelSensorCommandClass:97  ]- NODE 5: Received Sensor Multi Level Request
2016-05-29 13:42:52.854 [DEBUG] [veMultiLevelSensorCommandClass:131 ]- NODE 5: Sensor Multi Level REPORT received
2016-05-29 13:42:52.854 [DEBUG] [veMultiLevelSensorCommandClass:141 ]- NODE 5: Sensor Type = Luminance(3), Scale = 0
2016-05-29 13:42:52.854 [DEBUG] [veMultiLevelSensorCommandClass:150 ]- NODE 5: Sensor Value = 46
2016-05-29 13:42:52.855 [DEBUG] [b.z.i.protocol.ZWaveController:635 ]- Notifying event listeners: ZWaveMultiLevelSensorValueEvent
2016-05-29 13:42:52.855 [DEBUG] [.z.internal.ZWaveActiveBinding:433 ]- ZwaveIncomingEvent
2016-05-29 13:42:52.855 [DEBUG] [.z.internal.ZWaveActiveBinding:450 ]- NODE 5: Got a value event from Z-Wave network, endpoint = 0, command class = SENSOR_MULTILEVEL, value = 46
2016-05-29 13:42:52.856 [DEBUG] [.ZWaveMultiCommandCommandClass:92  ]- NODE 5: Incoming command class SENSOR_MULTILEVEL
2016-05-29 13:42:52.857 [DEBUG] [.ZWaveMultiCommandCommandClass:113 ]- NODE 5: Calling handleApplicationCommandRequest.
2016-05-29 13:42:52.857 [DEBUG] [veMultiLevelSensorCommandClass:97  ]- NODE 5: Received Sensor Multi Level Request
2016-05-29 13:42:52.857 [DEBUG] [veMultiLevelSensorCommandClass:131 ]- NODE 5: Sensor Multi Level REPORT received
2016-05-29 13:42:52.857 [DEBUG] [veMultiLevelSensorCommandClass:141 ]- NODE 5: Sensor Type = Temperature(1), Scale = 0
2016-05-29 13:42:52.858 [DEBUG] [veMultiLevelSensorCommandClass:150 ]- NODE 5: Sensor Value = 24.5
2016-05-29 13:42:52.858 [DEBUG] [b.z.i.protocol.ZWaveController:635 ]- Notifying event listeners: ZWaveMultiLevelSensorValueEvent
2016-05-29 13:42:52.858 [DEBUG] [.z.internal.ZWaveActiveBinding:433 ]- ZwaveIncomingEvent
2016-05-29 13:42:52.858 [DEBUG] [.z.internal.ZWaveActiveBinding:450 ]- NODE 5: Got a value event from Z-Wave network, endpoint = 0, command class = SENSOR_MULTILEVEL, value = 24.5
2016-05-29 13:42:52.859 [DEBUG] [ApplicationCommandMessageClass:85  ]- Transaction not completed: node address inconsistent.
2016-05-29 13:42:56.385 [DEBUG] [eController$ZWaveReceiveThread:1481]- Receive Message = 01 07 00 13 07 01 01 9B 77 
2016-05-29 13:42:56.390 [DEBUG] [eController$ZWaveReceiveThread:1405]- Receive queue ADD: Length=1
2016-05-29 13:42:56.391 [DEBUG] [b.z.i.protocol.ZWaveController:1163]- Receive queue TAKE: Length=0
2016-05-29 13:42:56.391 [DEBUG] [o.b.z.i.protocol.SerialMessage:233 ]- Assembled message buffer = 01 09 00 13 07 01 01 9B 00 00 79 
2016-05-29 13:42:56.391 [DEBUG] [b.z.i.protocol.ZWaveController:1164]- Process Message = 01 09 00 13 07 01 01 9B 00 00 79 
2016-05-29 13:42:56.392 [DEBUG] [b.z.i.protocol.ZWaveController:192 ]- Message: class = SendData (0x13), type = Request (0x00), payload = 07 01 01 9B 
2016-05-29 13:42:56.392 [DEBUG] [b.z.i.p.s.SendDataMessageClass:74  ]- NODE 6: SendData Request. CallBack ID = 7, Status = Transmission complete, no ACK received(1)
2016-05-29 13:42:56.392 [ERROR] [b.z.i.p.s.SendDataMessageClass:141 ]- NODE 6: Node is DEAD. Dropping message.
2016-05-29 13:42:56.392 [DEBUG] [b.z.i.protocol.ZWaveController:635 ]- Notifying event listeners: ZWaveTransactionCompletedEvent
2016-05-29 13:42:56.392 [DEBUG] [.z.internal.ZWaveActiveBinding:433 ]- ZwaveIncomingEvent
2016-05-29 13:42:56.393 [DEBUG] [z.i.p.i.ZWaveNodeStageAdvancer:1013]- NODE 6: Node advancer - PING: Transaction complete (SendData:Request) success(false)
2016-05-29 13:42:56.393 [DEBUG] [WaveController$ZWaveSendThread:1327]- NODE 6: Response processed after 4169ms/4680ms.

Hey,

Finally figured it out (with info out of this topic: my-first-door-sensor).
I needed to change the customer parameter 7 from 4 to 22 through HABmin.
Not sure if i need 22 since i don’t have a Motion Detector in it (only D-T-L), but it works!.

Thanks for the help and your patience!