No luminance from RS LED D2 Z-Wave Indoor LED-light with motion sensor

Hello,
I have installed Openhabian(2.5.10) on a Raspi 3B+ with a Z-Wave controller (Razberry).
I have successfully integrated a new “RS LED D2 Z-Wave Indoor LED-light with motion sensor” from Steinel in Openhab with the corresponding items:
Alarm (burglar) 2 for motion detection
Sensor (luminance) for the brightness.
The motion sensor works great, i.e. I get every detected motion displayed in the Openhab Log Viewer, even in Basic UI.
The light sensor Luminance does not show anything in Openhab Log Viewer and the corresponding item.
Only the one luminance channel is displayed in the binding.

But if I set the log messages for openhab.binding.zwave from level “WARN” to “DEBUG” in the Karaf Console, I get among others the Luminace from the “RS LED D2 Z-Wave Indoor LED-light with motion sensor” displayed in Log Viewer.
Here is an extract from the Log Viewer:

2020-11-20 10:05:11.416 [DEBUG] [WaveSerialHandler$ZWaveReceiveThread] - Receive Message = 01 10 00 04 00 14 0A 60 0D 03 01 31 05 03 0A 00 36 91 
2020-11-20 10:05:11.432 [DEBUG] [nal.protocol.ZWaveTransactionManager] - processReceiveMessage input 0<>128 : Message: class=ApplicationCommandHandler[4], type=Request[0], dest=20, callback=0, payload=00 14 0A 60 0D 03 01 31 05 03 0A 00 36 
2020-11-20 10:05:11.441 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Received msg (0): Message: class=ApplicationCommandHandler[4], type=Request[0], dest=20, callback=0, payload=00 14 0A 60 0D 03 01 31 05 03 0A 00 36 
2020-11-20 10:05:11.443 [DEBUG] [nal.protocol.ZWaveTransactionManager] - lastTransaction null
2020-11-20 10:05:11.446 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 20: Application Command Request (ALIVE:DONE)
2020-11-20 10:05:11.449 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 20: resetResendCount initComplete=true isDead=false
2020-11-20 10:05:11.452 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 20: Decapsulating COMMAND_CLASS_MULTI_CHANNEL
2020-11-20 10:05:11.455 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 20: Incoming command class COMMAND_CLASS_SENSOR_MULTILEVEL, endpoint 3
2020-11-20 10:05:11.457 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 20: SECURITY not supported
2020-11-20 10:05:11.460 [DEBUG] [tocol.commandclass.ZWaveCommandClass] - NODE 20: Received COMMAND_CLASS_SENSOR_MULTILEVEL V4 SENSOR_MULTILEVEL_REPORT
2020-11-20 10:05:11.462 [DEBUG] [ss.ZWaveMultiLevelSensorCommandClass] - NODE 20: Sensor Type = Luminance(3), Scale = 1
2020-11-20 10:05:11.465 [DEBUG] [ss.ZWaveMultiLevelSensorCommandClass] - NODE 20: Sensor Value = 54
2020-11-20 10:05:11.468 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 20: Got an event from Z-Wave network: ZWaveMultiLevelSensorValueEvent
2020-11-20 10:05:11.470 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 20: Got a value event from Z-Wave network, endpoint=3, command class=COMMAND_CLASS_SENSOR_MULTILEVEL, value=54
2020-11-20 10:05:11.474 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 20: Commands processed 1.
2020-11-20 10:05:11.476 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 20: Checking command org.openhab.binding.zwave.internal.protocol.ZWaveCommandClassPayload@2e90fa.
2020-11-20 10:05:11.478 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction completed - outstandingTransactions 0
2020-11-20 10:05:11.480 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction completed - outstandingTransactions 0
2020-11-20 10:05:11.483 [DEBUG] [nal.protocol.ZWaveTransactionManager] - ZWaveReceiveThread queue empty
2020-11-20 10:05:11.485 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction SendNextMessage 0 out at start. Holdoff false.

So the LED lamp sends the luminance values to Openhab or the Razberry module (Z-Wave) and receives it, but Openhab does not process it correctly.
Maybe someone has an idea how to get the light sensor working. Thanks

Translated with www.DeepL.com/Translator (free version)

Link to device db…

How is your Item defined?

These are my items:

Switch Steinel_1_alarmbugl “Steinel Bewegungsalarm [%s]” (steinel1) {channel=“zwave:device:10973cbe:node20:alarm_burglar2”}`

Number Steinel_1_luminance “Lichtstärke 1 [%s]” (steinel1) {channel=“zwave:device:10973cbe:node20:sensor_luminance”}

@chris, sensor_luminance is created in endpoint 0 for this device. Does this log show that it should be on endpoint 3?

(@KaiserPV, please learn about code fences. It makes it much easier to read logs and code in posts. Oh… welcome to the forum!)

Yes, I believe so. The device appears to be reporting on this EP.

I edited the post :slight_smile:

1 Like

I edited the device :slightly_smiling_face:

@KaiserPV, this should work after OH 2.5.11 is released. If you don’t want to wait, it is possible to manually install the snapshot version of the binding too. After upgrading, you will need to delete the Thing and then start discovery for the Z-Wave binding to pickup the changes.

1 Like

Thank you very much : :smiley:

Where can I download the snapshot version ?

Once it’s built, you can use the script from @5iver

Hello, with the new Openhab version 2.5.11 the luminace works flawlessly.
Thanks for the help. :grinning: