Platform Information
-x86_64
-Ubuntu 20.04
-OpenJDK Runtime Environment Zulu11.50+19-CA (build 11.0.12+7-LTS)
-OpenJDK 64-Bit Server VM Zulu11.50+19-CA (build 11.0.12+7-LTS, mixed mode)
-OpenHab Version: 3.1.0 (Build)
I have a Minoston MP21ZP zwave switch that does not have a device when added to OpenHab3. I see the zwave database have a similar device ( NIE Technology MP21Z Z-Wave Mini Plug). Both devices look similar except the MP21ZP version support power report (power meter).
The Type for the MP21Z is → FF00:FF0C
while
The Type for the MP21ZP is → FF00:FF0E
Database entry for MP21Z → OpenSmartHouse Z-Wave Device Database
network_ffcc53bb__node_16.xml (11.3 KB)
MP21ZP-manual-20210722.pdf (676.9 KB)
Device is communicating fine debug logs show it is reporting power and voltage
2021-09-22 17:50:53.512 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 16: Got a value event from Z-Wave network, endpoint=0, command class=COMMAND_CLASS_METER, value=0E+1
2021-09-22 17:50:53.512 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 16: Commands processed 1.
2021-09-22 17:50:53.512 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 16: Checking command org.openhab.binding.zwave.internal.protocol.ZWaveCommandClassPayload@39e4eb5b.
2021-09-22 17:51:13.941 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 16: Application Command Request (ALIVE:DONE)
2021-09-22 17:51:13.941 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 16: resetResendCount initComplete=true isDead=false
2021-09-22 17:51:13.942 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 16: Incoming command class COMMAND_CLASS_METER, endpoint 0
2021-09-22 17:51:13.942 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 16: SECURITY not supported
2021-09-22 17:51:13.943 [DEBUG] [tocol.commandclass.ZWaveCommandClass] - NODE 16: Received COMMAND_CLASS_METER V3 METER_REPORT
2021-09-22 17:51:13.943 [DEBUG] [.commandclass.ZWaveMeterCommandClass] - NODE 16: Meter: Type=Electric(1), Scale=A(5), Value=0E+1
2021-09-22 17:51:13.943 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 16: Got an event from Z-Wave network: ZWaveMeterValueEvent
2021-09-22 17:51:13.944 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 16: Got a value event from Z-Wave network, endpoint=0, command class=COMMAND_CLASS_METER, value=0E+1
2021-09-22 17:51:13.944 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 16: Commands processed 1.
2021-09-22 17:51:13.944 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 16: Checking command org.openhab.binding.zwave.internal.protocol.ZWaveCommandClassPayload@146971e1.
2021-09-22 17:51:13.985 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 16: Application Command Request (ALIVE:DONE)
2021-09-22 17:51:13.985 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 16: resetResendCount initComplete=true isDead=false
2021-09-22 17:51:13.986 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 16: Incoming command class COMMAND_CLASS_METER, endpoint 0
2021-09-22 17:51:13.986 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 16: SECURITY not supported
2021-09-22 17:51:13.986 [DEBUG] [tocol.commandclass.ZWaveCommandClass] - NODE 16: Received COMMAND_CLASS_METER V3 METER_REPORT
2021-09-22 17:51:13.986 [DEBUG] [.commandclass.ZWaveMeterCommandClass] - NODE 16: Meter: Type=Electric(1), Scale=W(2), Value=0E+1
2021-09-22 17:51:13.987 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 16: Got an event from Z-Wave network: ZWaveMeterValueEvent
2021-09-22 17:51:13.987 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 16: Got a value event from Z-Wave network, endpoint=0, command class=COMMAND_CLASS_METER, value=0E+1
2021-09-22 17:51:13.987 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 16: Commands processed 1.
2021-09-22 17:51:13.988 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 16: Checking command org.openhab.binding.zwave.internal.protocol.ZWaveCommandClassPayload@a49fe04.
2021-09-22 17:51:26.199 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 16: Application Command Request (ALIVE:DONE)
2021-09-22 17:51:26.200 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 16: resetResendCount initComplete=true isDead=false
2021-09-22 17:51:26.200 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 16: Incoming command class COMMAND_CLASS_METER, endpoint 0
2021-09-22 17:51:26.200 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 16: SECURITY not supported
2021-09-22 17:51:26.200 [DEBUG] [tocol.commandclass.ZWaveCommandClass] - NODE 16: Received COMMAND_CLASS_METER V3 METER_REPORT
2021-09-22 17:51:26.200 [DEBUG] [.commandclass.ZWaveMeterCommandClass] - NODE 16: Meter: Type=Electric(1), Scale=V(4), Value=122.14
2021-09-22 17:51:26.201 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 16: Got an event from Z-Wave network: ZWaveMeterValueEvent
2021-09-22 17:51:26.201 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 16: Got a value event from Z-Wave network, endpoint=0, command class=COMMAND_CLASS_METER, value=122.14
2021-09-22 17:51:26.201 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 16: Commands processed 1.
2021-09-22 17:51:26.201 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 16: Checking command org.openhab.binding.zwave.internal.protocol.ZWaveCommandClassPayload@1b0804c5.
2021-09-22 17:51:54.806 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 16: Application Command Request (ALIVE:DONE)
2021-09-22 17:51:54.806 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 16: resetResendCount initComplete=true isDead=false
2021-09-22 17:51:54.806 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 16: Incoming command class COMMAND_CLASS_METER, endpoint 0
2021-09-22 17:51:54.806 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 16: SECURITY not supported
2021-09-22 17:51:54.807 [DEBUG] [tocol.commandclass.ZWaveCommandClass] - NODE 16: Received COMMAND_CLASS_METER V3 METER_REPORT
2021-09-22 17:51:54.807 [DEBUG] [.commandclass.ZWaveMeterCommandClass] - NODE 16: Meter: Type=Electric(1), Scale=kWh(0), Value=0E+1
2021-09-22 17:51:54.807 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 16: Got an event from Z-Wave network: ZWaveMeterValueEvent
2021-09-22 17:51:54.807 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 16: Got a value event from Z-Wave network, endpoint=0, command class=COMMAND_CLASS_METER, value=0E+1
2021-09-22 17:51:54.808 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 16: Commands processed 1.
2021-09-22 17:51:54.808 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 16: Checking command org.openhab.binding.zwave.internal.protocol.ZWaveCommandClassPayload@3251e720.
I created a login and submitted a ticked but i have not received any reply.
regards
Harry