Qubino SmartMeter ZMNHTD channel not updated

Hi all,

I’m trying to use a Qubino SmartMeter ZMNHTD1 H1S7P1 with OH2.3

I first had “Endpoint 1 not found. Cannot set command classes” and after lookking to:
https://community.openhab.org/t/zwave-qubino-smartmeter-zmnhtd/25043

I changed parameter 100 to “Endpoints IR external relay disabled, External relay enabled” and now I have the METER update in the DEBUG level logs:

2018-11-12 07:42:18.246 [DEBUG] [ssage.ApplicationCommandMessageClass] - NODE 9: Incoming command class MULTI_INSTANCE
2018-11-12 07:42:18.246 [DEBUG] [class.ZWaveMultiInstanceCommandClass] - NODE 9: Received MULTI_INSTANCE command V2
2018-11-12 07:42:18.246 [DEBUG] [class.ZWaveMultiInstanceCommandClass] - NODE 9: Requested Command Class = METER (0x32)
2018-11-12 07:42:18.247 [DEBUG] [class.ZWaveMultiInstanceCommandClass] - NODE 9: Endpoint = 1, calling handleApplicationCommandRequest.
2018-11-12 07:42:18.247 [DEBUG] [.commandclass.ZWaveMeterCommandClass] - NODE 9: Received METER command V3
2018-11-12 07:42:18.248 [DEBUG] [.commandclass.ZWaveMeterCommandClass] - NODE 9: Meter: Type=Electric(1), Scale=Power Factor(6), Value=0.9851
2018-11-12 07:42:18.248 [DEBUG] [ve.internal.protocol.ZWaveController] - Notifying event listeners: ZWaveMeterValueEvent
2018-11-12 07:42:18.249 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 9: Got an event from Z-Wave network: ZWaveMeterValueEvent
2018-11-12 07:42:18.249 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 9: Got a value event from Z-Wave network, endpoint = 1, command class = METER, value = 0.9851

but I do not have something like Updating channel state zwave:device…
and the corresponding item is updated.

Help needed, please