No Luminance from Steinel L 810 LED iHF Sensor-switched outdoor up and downlighting

Hello, I have Openhabian (Openhab3.1.0) installed on Raspberry 4 with Z-Wave USB stick.
I have installed a lamp (Steinel L 810 LED iHF Sensor-switched outdoor up and downlighting) and linked it with 2 items.

https://www.opensmarthouse.org/zwavedatabase/705

One item for alarm (burglar) 2 = motion detection and one item for sensor (luminance) = light intensity.
The motion detection works very well, but for luminance I always get the value (NULL).
But in the Log Viewer a Sensor Value = e.g.1282 is displayed.
Here is an excerpt from the log viewer.

2021-07-28 20:00:56.269 [DEBUG] [nal.protocol.ZWaveTransactionManager] - lastTransaction null
2021-07-28 20:00:56.270 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 3: Application Command Request (ALIVE:DONE)
2021-07-28 20:00:56.272 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 3: resetResendCount initComplete=true isDead=false
2021-07-28 20:00:56.274 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 3: Decapsulating COMMAND_CLASS_MULTI_CHANNEL
2021-07-28 20:00:56.275 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 3: Incoming command class COMMAND_CLASS_SENSOR_MULTILEVEL, endpoint 3
2021-07-28 20:00:56.277 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 3: SECURITY not supported
2021-07-28 20:00:56.279 [DEBUG] [tocol.commandclass.ZWaveCommandClass] - NODE 3: Received COMMAND_CLASS_SENSOR_MULTILEVEL V4 SENSOR_MULTILEVEL_REPORT
2021-07-28 20:00:56.281 [DEBUG] [ss.ZWaveMultiLevelSensorCommandClass] - NODE 3: Sensor Type = Luminance(3), Scale = 1
2021-07-28 20:00:56.283 [DEBUG] [WaveSerialHandler$ZWaveReceiveThread] - Receive Message = 01 10 00 04 00 03 0A 60 0D 03 01 31 05 03 0A 05 02 B7 
2021-07-28 20:00:56.283 [DEBUG] [ss.ZWaveMultiLevelSensorCommandClass] - NODE 3: Sensor Value = 1282
2021-07-28 20:00:56.285 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 3: Got an event from Z-Wave network: ZWaveMultiLevelSensorValueEvent
2021-07-28 20:00:56.285 [DEBUG] [nal.protocol.ZWaveTransactionManager] - processReceiveMessage input 0<>128 : Message: class=ApplicationCommandHandler[4], type=Request[0], dest=3, callback=0, payload=00 03 0A 60 0D 03 01 31 05 03 0A 05 02 
2021-07-28 20:00:56.286 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 3: Got a value event from Z-Wave network, endpoint=3, command class=COMMAND_CLASS_SENSOR_MULTILEVEL, value=1282
2021-07-28 20:00:56.286 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 3: Commands processed 1.
2021-07-28 20:00:56.287 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 3: Checking command org.openhab.binding.zwave.internal.protocol.ZWaveCommandClassPayload@ab7b8d.
2021-07-28 20:00:56.288 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction completed - outstandingTransactions 0
2021-07-28 20:00:56.289 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction completed - outstandingTransactions 0
2021-07-28 20:00:56.290 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Received msg (0): Message: class=ApplicationCommandHandler[4], type=Request[0], dest=3, callback=0, payload=00 03 0A 60 0D 03 01 31 05 03 0A 05 02 
2021-07-28 20:00:56.291 [DEBUG] [nal.protocol.ZWaveTransactionManager] - lastTransaction null
2021-07-28 20:00:56.292 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 3: Application Command Request (ALIVE:DONE)
2021-07-28 20:00:56.292 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 3: resetResendCount initComplete=true isDead=false
2021-07-28 20:00:56.293 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 3: Decapsulating COMMAND_CLASS_MULTI_CHANNEL
2021-07-28 20:00:56.294 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 3: Incoming command class COMMAND_CLASS_SENSOR_MULTILEVEL, endpoint 3
2021-07-28 20:00:56.295 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 3: SECURITY not supported
2021-07-28 20:00:56.296 [DEBUG] [tocol.commandclass.ZWaveCommandClass] - NODE 3: Received COMMAND_CLASS_SENSOR_MULTILEVEL V4 SENSOR_MULTILEVEL_REPORT
2021-07-28 20:00:56.296 [DEBUG] [ss.ZWaveMultiLevelSensorCommandClass] - NODE 3: Sensor Type = Luminance(3), Scale = 1
2021-07-28 20:00:56.297 [DEBUG] [ss.ZWaveMultiLevelSensorCommandClass] - NODE 3: Sensor Value = 1282
2021-07-28 20:00:56.298 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 3: Got an event from Z-Wave network: ZWaveMultiLevelSensorValueEvent
2021-07-28 20:00:56.299 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 3: Got a value event from Z-Wave network, endpoint=3, command class=COMMAND_CLASS_SENSOR_MULTILEVEL, value=1282
2021-07-28 20:00:56.300 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 3: Commands processed 1.
2021-07-28 20:00:56.301 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 3: Checking command org.openhab.binding.zwave.internal.protocol.ZWaveCommandClassPayload@f3b497.
2021-07-28 20:00:56.302 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction completed - outstandingTransactions 0
2021-07-28 20:00:56.302 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction completed - outstandingTransactions 0
2021-07-28 20:00:56.303 [DEBUG] [nal.protocol.ZWaveTransactionManager] - ZWaveReceiveThread queue empty
2021-07-28 20:00:56.304 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction SendNextMessage 0 out at start. Holdoff false.
2021-07-28 20:01:56.260 [DEBUG] [WaveSerialHandler$ZWaveReceiveThread] - Receive Message = 01 10 00 04 00 03 0A 60 0D 03 01 31 05 03 0A 04 92 26 
2021-07-28 20:01:56.264 [DEBUG] [nal.protocol.ZWaveTransactionManager] - processReceiveMessage input 0<>128 : Message: class=ApplicationCommandHandler[4], type=Request[0], dest=3, callback=0, payload=00 03 0A 60 0D 03 01 31 05 03 0A 04 92 
2021-07-28 20:01:56.266 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Received msg (0): Message: class=ApplicationCommandHandler[4], type=Request[0], dest=3, callback=0, payload=00 03 0A 60 0D 03 01 31 05 03 0A 04 92 
2021-07-28 20:01:56.268 [DEBUG] [nal.protocol.ZWaveTransactionManager] - lastTransaction null
2021-07-28 20:01:56.269 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 3: Application Command Request (ALIVE:DONE)

Why does the luminance sensor not show anything in Openhab?
Thanks for the support.

Hey,

did you solved it? I have the same lamp.
I can only switch it on and off.
But no motion, luminance etc. is reported.

Hello
I have not solved the problem. With me also no movement and brightness is transferred.
But in the Log Viewer is already transferred what
For example it says:

NODE 3: Sensor Type = Luminance(3), Scale = 1
NODE 3: Sensor Value = 1282

See in the first post,
in my opinion, this should be the Lumiunace.
But in Openhab is not taken over.