Solved -- AeonLabs DSB05 / can't get values

I have searched all over so I apologize if I have missed someplace where
I can find the answer to this. I am new to openHAB and setting things
up for the first time.

Yesterday I setup openhab on ubuntu 14.04 (running on odroid - arm) with ZME USB Z-Wave Transceiver.
Next step was to include AeonLabs DSB05 4in1 Sensor.

Everything went fine (see screenshot below)

Afterwards I configured one item to show the temperature (see screenshot below)

Next step was to chaeck the temperature on webinterface
Result: No temperature value :frowning:
Found an interessting lines in openhab.log
> 09:54:56.455 [DEBUG] [veMultiLevelSensorCommandClass:298 ] - =========== Resetting init flag!
> 09:54:56.456 [DEBUG] [veMultiLevelSensorCommandClass:309 ] - ============ Requesting TEMPERATURE!
> 09:54:56.457 [DEBUG] [veMultiLevelSensorCommandClass:247 ] - NODE 2: Node doesn’t support get requests for MULTI_LEVEL_SENSOR
> 09:54:56.476 [DEBUG] [veMultiLevelSensorCommandClass:309 ] - ============ Requesting RELATIVE_HUMIDITY!
> 09:54:56.477 [DEBUG] [veMultiLevelSensorCommandClass:247 ] - NODE 2: Node doesn’t support get requests for MULTI_LEVEL_SENSOR
> 09:54:56.477 [DEBUG] [veMultiLevelSensorCommandClass:309 ] - ============ Requesting LUMINANCE!
> 09:54:56.478 [DEBUG] [veMultiLevelSensorCommandClass:247 ] - NODE 2: Node doesn’t support get requests for MULTI_LEVEL_SENSOR

openhab.log

> 09:54:43.580 [DEBUG] [o.b.z.i.protocol.SerialMessage:109  ] - NODE 255: Creating empty message of class = IsFailedNodeID (0x62), type = Request (0x00)
> 09:54:43.581 [DEBUG] [b.z.i.protocol.ZWaveController:667  ] - Enqueueing message. Queue length = 1
> 09:54:43.582 [DEBUG] [z.i.p.i.ZWaveNodeStageAdvancer:240  ] - NODE 2: Node advancer - queued packet. Queue length is 1
> 09:54:43.582 [DEBUG] [WaveController$ZWaveSendThread:1374 ] - NODE 255: Response processed after 43ms/129ms.
> 09:54:43.583 [DEBUG] [WaveController$ZWaveSendThread:1258 ] - Took message from queue for sending. Queue length = 0
> 09:54:43.584 [DEBUG] [o.b.z.i.protocol.SerialMessage:233  ] - Assembled message buffer = 01 04 00 62 02 9B 
> 09:54:43.585 [DEBUG] [WaveController$ZWaveSendThread:1315 ] - NODE 255: Sending REQUEST Message = 01 04 00 62 02 9B 
> 09:54:43.587 [DEBUG] [eController$ZWaveReceiveThread:1528 ] - Receive Message = 01 04 01 62 00 98 
> 09:54:43.588 [DEBUG] [eController$ZWaveReceiveThread:1452 ] - Receive queue ADD: Length=1
> 09:54:43.588 [DEBUG] [b.z.i.protocol.ZWaveController:1210 ] - Receive queue TAKE: Length=0
> 09:54:43.589 [DEBUG] [o.b.z.i.protocol.SerialMessage:233  ] - Assembled message buffer = 01 04 01 62 00 98 
> 09:54:43.590 [DEBUG] [b.z.i.protocol.ZWaveController:1211 ] - Process Message = 01 04 01 62 00 98 
> 09:54:43.590 [DEBUG] [b.z.i.protocol.ZWaveController:190  ] - Message: class = IsFailedNodeID (0x62), type = Response (0x01), payload = 00 
> 09:54:43.591 [DEBUG] [i.p.s.IsFailedNodeMessageClass:54   ] - NODE 2: Is currently marked as healthy by the controller
> 09:54:43.592 [DEBUG] [.z.i.p.s.ZWaveCommandProcessor:63   ] - Sent message Message: class = IsFailedNodeID (0x62), type = Request (0x00), payload = 02 
> 09:54:43.593 [DEBUG] [.z.i.p.s.ZWaveCommandProcessor:64   ] - Recv message Message: class = IsFailedNodeID (0x62), type = Response (0x01), payload = 00 
> 09:54:43.593 [DEBUG] [.z.i.p.s.ZWaveCommandProcessor:65   ] - Checking transaction complete: class=IsFailedNodeID, expected=IsFailedNodeID, cancelled=false
> 09:54:43.594 [DEBUG] [.z.i.p.s.ZWaveCommandProcessor:68   ] -          transaction complete!
> 09:54:43.595 [DEBUG] [b.z.i.protocol.ZWaveController:682  ] - Notifying event listeners: ZWaveTransactionCompletedEvent
> 09:54:43.595 [DEBUG] [.z.internal.ZWaveActiveBinding:433  ] - ZwaveIncomingEvent
> 09:54:43.596 [DEBUG] [z.i.p.i.ZWaveNodeStageAdvancer:1005 ] - NODE 2: Node advancer - FAILED_CHECK: Transaction complete (IsFailedNodeID:Request) success(true)
> 09:54:43.596 [DEBUG] [z.i.p.i.ZWaveNodeStageAdvancer:201  ] - NODE 2: Node advancer - checking initialisation queue. Queue size 1.
> 09:54:43.597 [DEBUG] [z.i.p.i.ZWaveNodeStageAdvancer:207  ] - NODE 2: Node advancer - message removed from queue. Queue size 0.
> 09:54:43.597 [DEBUG] [z.i.p.i.ZWaveNodeStageAdvancer:267  ] - NODE 2: Node advancer - FAILED_CHECK: queue length(0), free to send(true)
> 09:54:43.598 [DEBUG] [z.i.p.i.ZWaveNodeStageAdvancer:333  ] - NODE 2: Node advancer: loop - FAILED_CHECK try 1: stageAdvanced(false)
> 09:54:43.599 [DEBUG] [z.i.p.i.ZWaveNodeStageAdvancer:860  ] - NODE 2: Node advancer - advancing to WAIT
> 09:54:43.599 [DEBUG] [z.i.p.i.ZWaveNodeStageAdvancer:333  ] - NODE 2: Node advancer: loop - WAIT try 0: stageAdvanced(true)
> 09:54:43.600 [DEBUG] [z.i.p.i.ZWaveNodeStageAdvancer:380  ] - NODE 2: Node advancer: WAIT - Listening=false, FrequentlyListening=false
> 09:54:43.601 [DEBUG] [z.i.p.i.ZWaveNodeStageAdvancer:398  ] - NODE 2: Node advancer: WAIT - Still waiting!
> 09:54:43.602 [DEBUG] [WaveController$ZWaveSendThread:1374 ] - NODE 255: Response processed after 17ms/129ms.
> 09:54:56.381 [DEBUG] [eController$ZWaveReceiveThread:1528 ] - Receive Message = 01 11 00 49 84 02 0B 04 20 01 30 31 80 84 70 85 72 86 0B 
> 09:54:56.383 [DEBUG] [eController$ZWaveReceiveThread:1452 ] - Receive queue ADD: Length=1
> 09:54:56.383 [DEBUG] [b.z.i.protocol.ZWaveController:1210 ] - Receive queue TAKE: Length=0
> 09:54:56.384 [DEBUG] [o.b.z.i.protocol.SerialMessage:233  ] - Assembled message buffer = 01 11 00 49 84 02 0B 04 20 01 30 31 80 84 70 85 72 86 0B 
> 09:54:56.384 [DEBUG] [b.z.i.protocol.ZWaveController:1211 ] - Process Message = 01 11 00 49 84 02 0B 04 20 01 30 31 80 84 70 85 72 86 0B 
> 09:54:56.385 [DEBUG] [b.z.i.protocol.ZWaveController:190  ] - Message: class = ApplicationUpdate (0x49), type = Request (0x00), payload = 84 02 0B 04 20 01 30 31 80 84 70 85 72 86 
> 09:54:56.388 [DEBUG] [.ApplicationUpdateMessageClass:44   ] - NODE 2: Application update request. Node information received.
> 09:54:56.389 [DEBUG] [.o.b.z.i.p.c.ZWaveCommandClass:224  ] - NODE 2: Creating new instance of command class SENSOR_BINARY
> 09:54:56.389 [DEBUG] [.o.b.z.i.p.c.ZWaveCommandClass:224  ] - NODE 2: Creating new instance of command class SENSOR_MULTILEVEL
> 09:54:56.390 [DEBUG] [.o.b.z.i.p.c.ZWaveCommandClass:224  ] - NODE 2: Creating new instance of command class BATTERY
> 09:54:56.391 [DEBUG] [.o.b.z.i.p.c.ZWaveCommandClass:224  ] - NODE 2: Creating new instance of command class WAKE_UP
> 09:54:56.392 [DEBUG] [.o.b.z.i.p.c.ZWaveCommandClass:224  ] - NODE 2: Creating new instance of command class CONFIGURATION
> 09:54:56.393 [DEBUG] [.o.b.z.i.p.c.ZWaveCommandClass:224  ] - NODE 2: Creating new instance of command class ASSOCIATION
> 09:54:56.394 [DEBUG] [.o.b.z.i.p.c.ZWaveCommandClass:224  ] - NODE 2: Creating new instance of command class MANUFACTURER_SPECIFIC
> 09:54:56.395 [DEBUG] [.o.b.z.i.p.c.ZWaveCommandClass:224  ] - NODE 2: Creating new instance of command class VERSION
> 09:54:56.396 [DEBUG] [.i.p.c.ZWaveWakeUpCommandClass:411  ] - NODE 2: Is awake with 0 messages in the wake-up queue.
> 09:54:56.397 [DEBUG] [b.z.i.protocol.ZWaveController:682  ] - Notifying event listeners: ZWaveWakeUpEvent
> 09:54:56.398 [DEBUG] [.z.internal.ZWaveActiveBinding:433  ] - ZwaveIncomingEvent
> 09:54:56.398 [DEBUG] [z.i.p.i.ZWaveNodeStageAdvancer:1028 ] - NODE 2: Wakeup during initialisation.
> 09:54:56.399 [DEBUG] [z.i.p.i.ZWaveNodeStageAdvancer:267  ] - NODE 2: Node advancer - WAIT: queue length(0), free to send(true)
> 09:54:56.400 [DEBUG] [z.i.p.i.ZWaveNodeStageAdvancer:333  ] - NODE 2: Node advancer: loop - WAIT try 1: stageAdvanced(false)
> 09:54:56.400 [DEBUG] [z.i.p.i.ZWaveNodeStageAdvancer:380  ] - NODE 2: Node advancer: WAIT - Listening=false, FrequentlyListening=false
> 09:54:56.401 [DEBUG] [z.i.p.i.ZWaveNodeStageAdvancer:392  ] - NODE 2: Node advancer: WAIT - Node is awake
> 09:54:56.402 [DEBUG] [z.i.p.i.ZWaveNodeStageAdvancer:860  ] - NODE 2: Node advancer - advancing to PING
> 09:54:56.403 [DEBUG] [z.i.p.i.ZWaveNodeStageAdvancer:333  ] - NODE 2: Node advancer: loop - PING try 0: stageAdvanced(true)
> 09:54:56.404 [DEBUG] [z.i.p.i.ZWaveNodeStageAdvancer:417  ] - NODE 2: Node advancer: PING - send NoOperation
> 09:54:56.405 [DEBUG] [c.ZWaveNoOperationCommandClass:72   ] - NODE 2: Creating new message for command No Operation
> 09:54:56.405 [DEBUG] [o.b.z.i.protocol.SerialMessage:109  ] - NODE 2: Creating empty message of class = SendData (0x13), type = Request (0x00)
> 09:54:56.406 [DEBUG] [b.z.i.protocol.ZWaveController:985  ] - Callback ID = 2
> 09:54:56.407 [DEBUG] [b.z.i.protocol.ZWaveController:667  ] - Enqueueing message. Queue length = 1
> 09:54:56.407 [DEBUG] [WaveController$ZWaveSendThread:1258 ] - Took message from queue for sending. Queue length = 0
> 09:54:56.408 [DEBUG] [z.i.p.i.ZWaveNodeStageAdvancer:240  ] - NODE 2: Node advancer - queued packet. Queue length is 1
> 09:54:56.410 [DEBUG] [o.b.z.i.protocol.SerialMessage:233  ] - Assembled message buffer = 01 08 00 13 02 01 00 25 02 C0 
> 09:54:56.410 [DEBUG] [.z.i.p.s.ZWaveCommandProcessor:63   ] - Sent message Message: class = IsFailedNodeID (0x62), type = Request (0x00), payload = 02 
> 09:54:56.410 [DEBUG] [WaveController$ZWaveSendThread:1315 ] - NODE 2: Sending REQUEST Message = 01 08 00 13 02 01 00 25 02 C0 
> 09:54:56.411 [DEBUG] [.z.i.p.s.ZWaveCommandProcessor:64   ] - Recv message Message: class = ApplicationUpdate (0x49), type = Request (0x00), payload = 84 02 0B 04 20 01 30 31 80 84 70 85 72 86 
> 09:54:56.412 [DEBUG] [.z.i.p.s.ZWaveCommandProcessor:65   ] - Checking transaction complete: class=ApplicationUpdate, expected=IsFailedNodeID, cancelled=false
> 09:54:56.418 [DEBUG] [eController$ZWaveReceiveThread:1528 ] - Receive Message = 01 04 01 13 01 E8 
> 09:54:56.419 [DEBUG] [eController$ZWaveReceiveThread:1452 ] - Receive queue ADD: Length=1
> 09:54:56.419 [DEBUG] [b.z.i.protocol.ZWaveController:1210 ] - Receive queue TAKE: Length=0
> 09:54:56.420 [DEBUG] [o.b.z.i.protocol.SerialMessage:233  ] - Assembled message buffer = 01 04 01 13 01 E8 
> 09:54:56.420 [DEBUG] [b.z.i.protocol.ZWaveController:1211 ] - Process Message = 01 04 01 13 01 E8 
> 09:54:56.421 [DEBUG] [b.z.i.protocol.ZWaveController:190  ] - Message: class = SendData (0x13), type = Response (0x01), payload = 01 
> 09:54:56.422 [DEBUG] [b.z.i.p.s.SendDataMessageClass:38   ] - NODE 2: Sent Data successfully placed on stack.
> 09:54:56.435 [DEBUG] [eController$ZWaveReceiveThread:1528 ] - Receive Message = 01 07 00 13 02 00 00 02 EB 
> 09:54:56.436 [DEBUG] [eController$ZWaveReceiveThread:1452 ] - Receive queue ADD: Length=1
> 09:54:56.436 [DEBUG] [b.z.i.protocol.ZWaveController:1210 ] - Receive queue TAKE: Length=0
> 09:54:56.436 [DEBUG] [o.b.z.i.protocol.SerialMessage:233  ] - Assembled message buffer = 01 09 00 13 02 00 00 02 00 00 E5 
> 09:54:56.437 [DEBUG] [b.z.i.protocol.ZWaveController:1211 ] - Process Message = 01 09 00 13 02 00 00 02 00 00 E5 
> 09:54:56.438 [DEBUG] [b.z.i.protocol.ZWaveController:190  ] - Message: class = SendData (0x13), type = Request (0x00), payload = 02 00 00 02 
> 09:54:56.440 [DEBUG] [b.z.i.p.s.SendDataMessageClass:74   ] - NODE 2: SendData Request. CallBack ID = 2, Status = Transmission complete and ACK received(0)
> 09:54:56.441 [DEBUG] [.z.i.p.s.ZWaveCommandProcessor:63   ] - Sent message Message: class = SendData (0x13), type = Request (0x00), payload = 02 01 00 
> 09:54:56.442 [DEBUG] [.z.i.p.s.ZWaveCommandProcessor:64   ] - Recv message Message: class = SendData (0x13), type = Request (0x00), payload = 02 00 00 02 
> 09:54:56.442 [DEBUG] [.z.i.p.s.ZWaveCommandProcessor:65   ] - Checking transaction complete: class=SendData, expected=SendData, cancelled=false
> 09:54:56.442 [DEBUG] [.z.i.p.s.ZWaveCommandProcessor:68   ] -          transaction complete!
> 09:54:56.443 [DEBUG] [b.z.i.protocol.ZWaveController:682  ] - Notifying event listeners: ZWaveTransactionCompletedEvent
> 09:54:56.443 [DEBUG] [.z.internal.ZWaveActiveBinding:433  ] - ZwaveIncomingEvent
> 09:54:56.444 [DEBUG] [z.i.p.i.ZWaveNodeStageAdvancer:1005 ] - NODE 2: Node advancer - PING: Transaction complete (SendData:Request) success(true)
> 09:54:56.444 [DEBUG] [z.i.p.i.ZWaveNodeStageAdvancer:201  ] - NODE 2: Node advancer - checking initialisation queue. Queue size 1.
> 09:54:56.445 [DEBUG] [z.i.p.i.ZWaveNodeStageAdvancer:207  ] - NODE 2: Node advancer - message removed from queue. Queue size 0.
> 09:54:56.445 [DEBUG] [z.i.p.i.ZWaveNodeStageAdvancer:267  ] - NODE 2: Node advancer - PING: queue length(0), free to send(true)
> 09:54:56.446 [DEBUG] [z.i.p.i.ZWaveNodeStageAdvancer:333  ] - NODE 2: Node advancer: loop - PING try 1: stageAdvanced(false)
> 09:54:56.447 [DEBUG] [z.i.p.i.ZWaveNodeStageAdvancer:860  ] - NODE 2: Node advancer - advancing to DETAILS
> 09:54:56.447 [DEBUG] [z.i.p.i.ZWaveNodeStageAdvancer:333  ] - NODE 2: Node advancer: loop - DETAILS try 0: stageAdvanced(true)
> 09:54:56.447 [DEBUG] [z.i.p.i.ZWaveNodeStageAdvancer:435  ] - NODE 2: Node advancer: Restored from file - skipping static initialisation
> 09:54:56.448 [DEBUG] [z.i.p.i.ZWaveNodeStageAdvancer:860  ] - NODE 2: Node advancer - advancing to DYNAMIC_VALUES
> 09:54:56.448 [DEBUG] [z.i.p.i.ZWaveNodeStageAdvancer:333  ] - NODE 2: Node advancer: loop - DYNAMIC_VALUES try 0: stageAdvanced(true)
> 09:54:56.449 [DEBUG] [z.i.p.i.ZWaveNodeStageAdvancer:773  ] - NODE 2: Node advancer: DYNAMIC_VALUES - checking NO_OPERATION
> 09:54:56.450 [DEBUG] [z.i.p.i.ZWaveNodeStageAdvancer:773  ] - NODE 2: Node advancer: DYNAMIC_VALUES - checking SENSOR_BINARY
> 09:54:56.450 [DEBUG] [z.i.p.i.ZWaveNodeStageAdvancer:776  ] - NODE 2: Node advancer: DYNAMIC_VALUES - found    SENSOR_BINARY
> 09:54:56.451 [DEBUG] [z.i.p.i.ZWaveNodeStageAdvancer:780  ] - NODE 2: Found 1 instances of SENSOR_BINARY
> 09:54:56.451 [DEBUG] [.ZWaveBinarySensorCommandClass:128  ] - NODE 2: Creating new message for application command SENSOR_BINARY_GET
> 09:54:56.452 [DEBUG] [o.b.z.i.protocol.SerialMessage:109  ] - NODE 2: Creating empty message of class = SendData (0x13), type = Request (0x00)
> 09:54:56.453 [DEBUG] [z.i.p.i.ZWaveNodeStageAdvancer:773  ] - NODE 2: Node advancer: DYNAMIC_VALUES - checking VERSION
> 09:54:56.453 [DEBUG] [z.i.p.i.ZWaveNodeStageAdvancer:773  ] - NODE 2: Node advancer: DYNAMIC_VALUES - checking MANUFACTURER_SPECIFIC
> 09:54:56.454 [DEBUG] [z.i.p.i.ZWaveNodeStageAdvancer:773  ] - NODE 2: Node advancer: DYNAMIC_VALUES - checking SENSOR_MULTILEVEL
> 09:54:56.454 [DEBUG] [z.i.p.i.ZWaveNodeStageAdvancer:776  ] - NODE 2: Node advancer: DYNAMIC_VALUES - found    SENSOR_MULTILEVEL
> 09:54:56.455 [DEBUG] [z.i.p.i.ZWaveNodeStageAdvancer:780  ] - NODE 2: Found 1 instances of SENSOR_MULTILEVEL
> 09:54:56.455 [DEBUG] [veMultiLevelSensorCommandClass:298  ] - =========== Resetting init flag!
> 09:54:56.456 [DEBUG] [veMultiLevelSensorCommandClass:309  ] - ============ Requesting TEMPERATURE!
> 09:54:56.457 [DEBUG] [veMultiLevelSensorCommandClass:247  ] - NODE 2: Node doesn't support get requests for MULTI_LEVEL_SENSOR
> 09:54:56.476 [DEBUG] [veMultiLevelSensorCommandClass:309  ] - ============ Requesting RELATIVE_HUMIDITY!
> 09:54:56.477 [DEBUG] [veMultiLevelSensorCommandClass:247  ] - NODE 2: Node doesn't support get requests for MULTI_LEVEL_SENSOR
> 09:54:56.477 [DEBUG] [veMultiLevelSensorCommandClass:309  ] - ============ Requesting LUMINANCE!
> 09:54:56.478 [DEBUG] [veMultiLevelSensorCommandClass:247  ] - NODE 2: Node doesn't support get requests for MULTI_LEVEL_SENSOR
> 09:54:56.479 [DEBUG] [z.i.p.i.ZWaveNodeStageAdvancer:773  ] - NODE 2: Node advancer: DYNAMIC_VALUES - checking CONFIGURATION
> 09:54:56.480 [DEBUG] [z.i.p.i.ZWaveNodeStageAdvancer:773  ] - NODE 2: Node advancer: DYNAMIC_VALUES - checking BATTERY
> 09:54:56.481 [DEBUG] [z.i.p.i.ZWaveNodeStageAdvancer:776  ] - NODE 2: Node advancer: DYNAMIC_VALUES - found    BATTERY
> 09:54:56.481 [DEBUG] [z.i.p.i.ZWaveNodeStageAdvancer:780  ] - NODE 2: Found 1 instances of BATTERY
> 09:54:56.482 [DEBUG] [i.p.c.ZWaveBatteryCommandClass:137  ] - NODE 2: Creating new message for application command BATTERY_GET
> 09:54:56.483 [DEBUG] [o.b.z.i.protocol.SerialMessage:109  ] - NODE 2: Creating empty message of class = SendData (0x13), type = Request (0x00)
> 09:54:56.484 [DEBUG] [z.i.p.i.ZWaveNodeStageAdvancer:773  ] - NODE 2: Node advancer: DYNAMIC_VALUES - checking ASSOCIATION
> 09:54:56.485 [DEBUG] [z.i.p.i.ZWaveNodeStageAdvancer:773  ] - NODE 2: Node advancer: DYNAMIC_VALUES - checking WAKE_UP
> 09:54:56.486 [DEBUG] [z.i.p.i.ZWaveNodeStageAdvancer:773  ] - NODE 2: Node advancer: DYNAMIC_VALUES - checking BASIC
> 09:54:56.487 [DEBUG] [z.i.p.i.ZWaveNodeStageAdvancer:808  ] - NODE 2: Node advancer: DYNAMIC_VALUES - queued 2 frames
> 09:54:56.488 [DEBUG] [b.z.i.protocol.ZWaveController:985  ] - Callback ID = 3
> 09:54:56.489 [DEBUG] [b.z.i.protocol.ZWaveController:667  ] - Enqueueing message. Queue length = 1
> 09:54:56.490 [DEBUG] [z.i.p.i.ZWaveNodeStageAdvancer:240  ] - NODE 2: Node advancer - queued packet. Queue length is 2
> 09:54:56.491 [DEBUG] [WaveController$ZWaveSendThread:1374 ] - NODE 2: Response processed after 80ms/129ms.
> 09:54:56.492 [DEBUG] [WaveController$ZWaveSendThread:1258 ] - Took message from queue for sending. Queue length = 0
> 09:54:56.492 [DEBUG] [o.b.z.i.protocol.SerialMessage:233  ] - Assembled message buffer = 01 09 00 13 02 02 30 02 25 03 F1 
> 09:54:56.493 [DEBUG] [WaveController$ZWaveSendThread:1315 ] - NODE 2: Sending REQUEST Message = 01 09 00 13 02 02 30 02 25 03 F1 
> 09:54:56.501 [DEBUG] [eController$ZWaveReceiveThread:1528 ] - Receive Message = 01 04 01 13 01 E8 
> 09:54:56.502 [DEBUG] [eController$ZWaveReceiveThread:1452 ] - Receive queue ADD: Length=1
> 09:54:56.502 [DEBUG] [b.z.i.protocol.ZWaveController:1210 ] - Receive queue TAKE: Length=0
> 09:54:56.504 [DEBUG] [o.b.z.i.protocol.SerialMessage:233  ] - Assembled message buffer = 01 04 01 13 01 E8 
> 09:54:56.504 [DEBUG] [b.z.i.protocol.ZWaveController:1211 ] - Process Message = 01 04 01 13 01 E8 
> 09:54:56.505 [DEBUG] [b.z.i.protocol.ZWaveController:190  ] - Message: class = SendData (0x13), type = Response (0x01), payload = 01 
> 09:54:56.506 [DEBUG] [b.z.i.p.s.SendDataMessageClass:38   ] - NODE 2: Sent Data successfully placed on stack.
> 09:54:56.518 [DEBUG] [eController$ZWaveReceiveThread:1528 ] - Receive Message = 01 07 00 13 03 00 00 02 EA 
> 09:54:56.520 [DEBUG] [eController$ZWaveReceiveThread:1452 ] - Receive queue ADD: Length=1
> 09:54:56.520 [DEBUG] [b.z.i.protocol.ZWaveController:1210 ] - Receive queue TAKE: Length=0
> 09:54:56.521 [DEBUG] [o.b.z.i.protocol.SerialMessage:233  ] - Assembled message buffer = 01 09 00 13 03 00 00 02 00 00 E4 
> 09:54:56.521 [DEBUG] [b.z.i.protocol.ZWaveController:1211 ] - Process Message = 01 09 00 13 03 00 00 02 00 00 E4 
> 09:54:56.522 [DEBUG] [b.z.i.protocol.ZWaveController:190  ] - Message: class = SendData (0x13), type = Request (0x00), payload = 03 00 00 02 
> 09:54:56.522 [DEBUG] [b.z.i.p.s.SendDataMessageClass:74   ] - NODE 2: SendData Request. CallBack ID = 3, Status = Transmission complete and ACK received(0)
> 09:54:56.523 [DEBUG] [.z.i.p.s.ZWaveCommandProcessor:63   ] - Sent message Message: class = SendData (0x13), type = Request (0x00), payload = 02 02 30 02 
> 09:54:56.523 [DEBUG] [.z.i.p.s.ZWaveCommandProcessor:64   ] - Recv message Message: class = SendData (0x13), type = Request (0x00), payload = 03 00 00 02 
> 09:54:56.524 [DEBUG] [.z.i.p.s.ZWaveCommandProcessor:65   ] - Checking transaction complete: class=SendData, expected=ApplicationCommandHandler, cancelled=false
> 09:54:56.528 [DEBUG] [eController$ZWaveReceiveThread:1528 ] - Receive Message = 01 09 00 04 00 02 03 30 03 00 C0 
> 09:54:56.529 [DEBUG] [eController$ZWaveReceiveThread:1452 ] - Receive queue ADD: Length=1
> 09:54:56.529 [DEBUG] [b.z.i.protocol.ZWaveController:1210 ] - Receive queue TAKE: Length=0
> 09:54:56.530 [DEBUG] [o.b.z.i.protocol.SerialMessage:233  ] - Assembled message buffer = 01 09 00 04 00 02 03 30 03 00 C0 
> 09:54:56.531 [DEBUG] [b.z.i.protocol.ZWaveController:1211 ] - Process Message = 01 09 00 04 00 02 03 30 03 00 C0 
> 09:54:56.532 [DEBUG] [b.z.i.protocol.ZWaveController:190  ] - Message: class = ApplicationCommandHandler (0x04), type = Request (0x00), payload = 00 02 03 30 03 00 
> 09:54:56.533 [DEBUG] [ApplicationCommandMessageClass:38   ] - NODE 2: Application Command Request (ALIVE:DYNAMIC_VALUES)
> 09:54:56.534 [DEBUG] [ApplicationCommandMessageClass:56   ] - NODE 2: Incoming command class SENSOR_BINARY
> 09:54:56.535 [DEBUG] [.ZWaveBinarySensorCommandClass:82   ] - NODE 2: Received Sensor Binary Request (v1)
> 09:54:56.536 [DEBUG] [.ZWaveBinarySensorCommandClass:102  ] - NODE 2: Sensor Binary report, type=Unknown, value=0
> 09:54:56.536 [DEBUG] [b.z.i.protocol.ZWaveController:682  ] - Notifying event listeners: ZWaveBinarySensorValueEvent
> 09:54:56.537 [DEBUG] [.z.internal.ZWaveActiveBinding:433  ] - ZwaveIncomingEvent
> 09:54:56.538 [DEBUG] [.z.internal.ZWaveActiveBinding:450  ] - NODE 2: Got a value event from Z-Wave network, endpoint = 0, command class = SENSOR_BINARY, value = 0
> 09:54:56.539 [DEBUG] [.z.i.p.s.ZWaveCommandProcessor:63   ] - Sent message Message: class = SendData (0x13), type = Request (0x00), payload = 02 02 30 02 
> 09:54:56.539 [DEBUG] [.z.i.p.s.ZWaveCommandProcessor:64   ] - Recv message Message: class = ApplicationCommandHandler (0x04), type = Request (0x00), payload = 00 02 03 30 03 00 
> 09:54:56.540 [DEBUG] [.z.i.p.s.ZWaveCommandProcessor:65   ] - Checking transaction complete: class=ApplicationCommandHandler, expected=ApplicationCommandHandler, cancelled=false
> 09:54:56.541 [DEBUG] [.z.i.p.s.ZWaveCommandProcessor:68   ] -          transaction complete!
> 09:54:56.541 [DEBUG] [b.z.i.protocol.ZWaveController:682  ] - Notifying event listeners: ZWaveTransactionCompletedEvent
> 09:54:56.541 [DEBUG] [.z.internal.ZWaveActiveBinding:433  ] - ZwaveIncomingEvent
> 09:54:56.542 [DEBUG] [z.i.p.i.ZWaveNodeStageAdvancer:1005 ] - NODE 2: Node advancer - DYNAMIC_VALUES: Transaction complete (SendData:Request) success(true)
> 09:54:56.543 [DEBUG] [z.i.p.i.ZWaveNodeStageAdvancer:201  ] - NODE 2: Node advancer - checking initialisation queue. Queue size 2.
> 09:54:56.543 [DEBUG] [z.i.p.i.ZWaveNodeStageAdvancer:207  ] - NODE 2: Node advancer - message removed from queue. Queue size 1.
> 09:54:56.544 [DEBUG] [z.i.p.i.ZWaveNodeStageAdvancer:267  ] - NODE 2: Node advancer - DYNAMIC_VALUES: queue length(1), free to send(true)
> 09:54:56.544 [DEBUG] [b.z.i.protocol.ZWaveController:985  ] - Callback ID = 4
> 09:54:56.545 [DEBUG] [b.z.i.protocol.ZWaveController:667  ] - Enqueueing message. Queue length = 1
> 09:54:56.545 [DEBUG] [z.i.p.i.ZWaveNodeStageAdvancer:240  ] - NODE 2: Node advancer - queued packet. Queue length is 1
> 09:54:56.546 [DEBUG] [WaveController$ZWaveSendThread:1374 ] - NODE 2: Response processed after 52ms/129ms.
> 09:54:56.547 [DEBUG] [WaveController$ZWaveSendThread:1258 ] - Took message from queue for sending. Queue length = 0
> 09:54:56.547 [DEBUG] [o.b.z.i.protocol.SerialMessage:233  ] - Assembled message buffer = 01 09 00 13 02 02 80 02 25 04 46 
> 09:54:56.548 [DEBUG] [WaveController$ZWaveSendThread:1315 ] - NODE 2: Sending REQUEST Message = 01 09 00 13 02 02 80 02 25 04 46 
> 09:54:56.556 [DEBUG] [eController$ZWaveReceiveThread:1528 ] - Receive Message = 01 04 01 13 01 E8 
> 09:54:56.557 [DEBUG] [eController$ZWaveReceiveThread:1452 ] - Receive queue ADD: Length=1
> 09:54:56.557 [DEBUG] [b.z.i.protocol.ZWaveController:1210 ] - Receive queue TAKE: Length=0
> 09:54:56.558 [DEBUG] [o.b.z.i.protocol.SerialMessage:233  ] - Assembled message buffer = 01 04 01 13 01 E8 
> 09:54:56.559 [DEBUG] [b.z.i.protocol.ZWaveController:1211 ] - Process Message = 01 04 01 13 01 E8 
> 09:54:56.560 [DEBUG] [b.z.i.protocol.ZWaveController:190  ] - Message: class = SendData (0x13), type = Response (0x01), payload = 01 
> 09:54:56.560 [DEBUG] [b.z.i.p.s.SendDataMessageClass:38   ] - NODE 2: Sent Data successfully placed on stack.
> 09:54:56.572 [DEBUG] [eController$ZWaveReceiveThread:1528 ] - Receive Message = 01 07 00 13 04 00 00 02 ED 
> 09:54:56.574 [DEBUG] [eController$ZWaveReceiveThread:1452 ] - Receive queue ADD: Length=1
> 09:54:56.574 [DEBUG] [b.z.i.protocol.ZWaveController:1210 ] - Receive queue TAKE: Length=0
> 09:54:56.575 [DEBUG] [o.b.z.i.protocol.SerialMessage:233  ] - Assembled message buffer = 01 09 00 13 04 00 00 02 00 00 E3 
> 09:54:56.575 [DEBUG] [b.z.i.protocol.ZWaveController:1211 ] - Process Message = 01 09 00 13 04 00 00 02 00 00 E3 
> 09:54:56.576 [DEBUG] [b.z.i.protocol.ZWaveController:190  ] - Message: class = SendData (0x13), type = Request (0x00), payload = 04 00 00 02 
> 09:54:56.577 [DEBUG] [b.z.i.p.s.SendDataMessageClass:74   ] - NODE 2: SendData Request. CallBack ID = 4, Status = Transmission complete and ACK received(0)
> 09:54:56.578 [DEBUG] [.z.i.p.s.ZWaveCommandProcessor:63   ] - Sent message Message: class = SendData (0x13), type = Request (0x00), payload = 02 02 80 02 
> 09:54:56.579 [DEBUG] [.z.i.p.s.ZWaveCommandProcessor:64   ] - Recv message Message: class = SendData (0x13), type = Request (0x00), payload = 04 00 00 02 
> 09:54:56.579 [DEBUG] [.z.i.p.s.ZWaveCommandProcessor:65   ] - Checking transaction complete: class=SendData, expected=ApplicationCommandHandler, cancelled=false
> 09:54:59.040 [DEBUG] [eController$ZWaveReceiveThread:1528 ] - Receive Message = 01 09 00 04 00 02 03 80 03 00 70 
> 09:54:59.041 [DEBUG] [eController$ZWaveReceiveThread:1452 ] - Receive queue ADD: Length=1
> 09:54:59.041 [DEBUG] [b.z.i.protocol.ZWaveController:1210 ] - Receive queue TAKE: Length=0
> 09:54:59.042 [DEBUG] [o.b.z.i.protocol.SerialMessage:233  ] - Assembled message buffer = 01 09 00 04 00 02 03 80 03 00 70 
> 09:54:59.043 [DEBUG] [b.z.i.protocol.ZWaveController:1211 ] - Process Message = 01 09 00 04 00 02 03 80 03 00 70 
> 09:54:59.043 [DEBUG] [b.z.i.protocol.ZWaveController:190  ] - Message: class = ApplicationCommandHandler (0x04), type = Request (0x00), payload = 00 02 03 80 03 00 
> 09:54:59.044 [DEBUG] [ApplicationCommandMessageClass:38   ] - NODE 2: Application Command Request (ALIVE:DYNAMIC_VALUES)
> 09:54:59.044 [DEBUG] [ApplicationCommandMessageClass:56   ] - NODE 2: Incoming command class BATTERY
> 09:54:59.045 [DEBUG] [i.p.c.ZWaveBatteryCommandClass:81   ] - NODE 2: Received Battery Request
> 09:54:59.045 [DEBUG] [i.p.c.ZWaveBatteryCommandClass:96   ] - NODE 2: Battery report value = 0
> 09:54:59.045 [DEBUG] [b.z.i.protocol.ZWaveController:682  ] - Notifying event listeners: ZWaveCommandClassValueEvent
> 09:54:59.046 [DEBUG] [.z.internal.ZWaveActiveBinding:433  ] - ZwaveIncomingEvent
> 09:54:59.046 [DEBUG] [.z.internal.ZWaveActiveBinding:450  ] - NODE 2: Got a value event from Z-Wave network, endpoint = 0, command class = BATTERY, value = 0
> 09:54:59.047 [DEBUG] [.z.i.p.s.ZWaveCommandProcessor:63   ] - Sent message Message: class = SendData (0x13), type = Request (0x00), payload = 02 02 80 02 
> 09:54:59.047 [DEBUG] [.z.i.p.s.ZWaveCommandProcessor:64   ] - Recv message Message: class = ApplicationCommandHandler (0x04), type = Request (0x00), payload = 00 02 03 80 03 00 
> 09:54:59.047 [DEBUG] [.z.i.p.s.ZWaveCommandProcessor:65   ] - Checking transaction complete: class=ApplicationCommandHandler, expected=ApplicationCommandHandler, cancelled=false
> 09:54:59.048 [DEBUG] [.z.i.p.s.ZWaveCommandProcessor:68   ] -          transaction complete!
> 09:54:59.048 [DEBUG] [b.z.i.protocol.ZWaveController:682  ] - Notifying event listeners: ZWaveTransactionCompletedEvent
> 09:54:59.048 [DEBUG] [.z.internal.ZWaveActiveBinding:433  ] - ZwaveIncomingEvent
> 09:54:59.049 [DEBUG] [z.i.p.i.ZWaveNodeStageAdvancer:1005 ] - NODE 2: Node advancer - DYNAMIC_VALUES: Transaction complete (SendData:Request) success(true)
> 09:54:59.049 [DEBUG] [z.i.p.i.ZWaveNodeStageAdvancer:201  ] - NODE 2: Node advancer - checking initialisation queue. Queue size 1.
> 09:54:59.049 [DEBUG] [z.i.p.i.ZWaveNodeStageAdvancer:207  ] - NODE 2: Node advancer - message removed from queue. Queue size 0.
> 09:54:59.050 [DEBUG] [z.i.p.i.ZWaveNodeStageAdvancer:267  ] - NODE 2: Node advancer - DYNAMIC_VALUES: queue length(0), free to send(true)
> 09:54:59.050 [DEBUG] [z.i.p.i.ZWaveNodeStageAdvancer:333  ] - NODE 2: Node advancer: loop - DYNAMIC_VALUES try 1: stageAdvanced(false)
> 09:54:59.050 [DEBUG] [z.i.p.i.ZWaveNodeStageAdvancer:773  ] - NODE 2: Node advancer: DYNAMIC_VALUES - checking NO_OPERATION
> 09:54:59.051 [DEBUG] [z.i.p.i.ZWaveNodeStageAdvancer:773  ] - NODE 2: Node advancer: DYNAMIC_VALUES - checking SENSOR_BINARY
> 09:54:59.051 [DEBUG] [z.i.p.i.ZWaveNodeStageAdvancer:776  ] - NODE 2: Node advancer: DYNAMIC_VALUES - found    SENSOR_BINARY
> 09:54:59.051 [DEBUG] [z.i.p.i.ZWaveNodeStageAdvancer:780  ] - NODE 2: Found 1 instances of SENSOR_BINARY
> 09:54:59.051 [DEBUG] [z.i.p.i.ZWaveNodeStageAdvancer:773  ] - NODE 2: Node advancer: DYNAMIC_VALUES - checking VERSION
> 09:54:59.052 [DEBUG] [z.i.p.i.ZWaveNodeStageAdvancer:773  ] - NODE 2: Node advancer: DYNAMIC_VALUES - checking MANUFACTURER_SPECIFIC
> 09:54:59.052 [DEBUG] [z.i.p.i.ZWaveNodeStageAdvancer:773  ] - NODE 2: Node advancer: DYNAMIC_VALUES - checking SENSOR_MULTILEVEL
> 09:54:59.052 [DEBUG] [z.i.p.i.ZWaveNodeStageAdvancer:776  ] - NODE 2: Node advancer: DYNAMIC_VALUES - found    SENSOR_MULTILEVEL
> 09:54:59.053 [DEBUG] [z.i.p.i.ZWaveNodeStageAdvancer:780  ] - NODE 2: Found 1 instances of SENSOR_MULTILEVEL
> 09:54:59.053 [DEBUG] [veMultiLevelSensorCommandClass:309  ] - ============ Requesting TEMPERATURE!
> 09:54:59.053 [DEBUG] [veMultiLevelSensorCommandClass:247  ] - NODE 2: Node doesn't support get requests for MULTI_LEVEL_SENSOR
> 09:54:59.054 [DEBUG] [veMultiLevelSensorCommandClass:309  ] - ============ Requesting RELATIVE_HUMIDITY!
> 09:54:59.055 [DEBUG] [veMultiLevelSensorCommandClass:247  ] - NODE 2: Node doesn't support get requests for MULTI_LEVEL_SENSOR
> 09:54:59.056 [DEBUG] [veMultiLevelSensorCommandClass:309  ] - ============ Requesting LUMINANCE!
> 09:54:59.057 [DEBUG] [veMultiLevelSensorCommandClass:247  ] - NODE 2: Node doesn't support get requests for MULTI_LEVEL_SENSOR
> 09:54:59.058 [DEBUG] [z.i.p.i.ZWaveNodeStageAdvancer:773  ] - NODE 2: Node advancer: DYNAMIC_VALUES - checking CONFIGURATION
> 09:54:59.059 [DEBUG] [z.i.p.i.ZWaveNodeStageAdvancer:773  ] - NODE 2: Node advancer: DYNAMIC_VALUES - checking BATTERY
> 09:54:59.060 [DEBUG] [z.i.p.i.ZWaveNodeStageAdvancer:776  ] - NODE 2: Node advancer: DYNAMIC_VALUES - found    BATTERY

Can anyone help me ?

I don’t see anything obviously wrong. The normal mistake here is that you’ve not configured the device to send the data (it’s disabled by default). From memory, you need to configure parameter 101, and ensure association group 1 is set, but you should read the manual relating to these parameters.

There might also be other parameters relating to how often the data is sent - again, take a look at the manual, or do a search as this has been discussed quite often.

1 Like

Hi Chris,
thank you for the information.
I’ll try to set parameter 101 to 225 and inform you about the result.

Hi Chris,
that was a really great information.
No the sensor works within openhab.
Thanks a lot :slight_smile: