QUBINO ZMNHXD1 not included despite in Z-Wave Database

Hello,

i just got an QUBINO 3 Phase Smart Meter.
I’m trying to include it in openhab, but it is found as " Z-Wave Node 2 (0159:0007:0054:1.0)" in Inbox.
In the Device Database there is an appropriate entry:
https://www.cd-jackson.com/index.php/zwave/zwave-device-database/zwave-device-list/devicesummary/900

The label of the smart meter says “ZMNHXD1”, there is a “1” in the name.
Manufacturer ID, Device Type and Device ID do match to the database entry.

What can i do to add the smart meter to openhab?

Unbenannt

Wow… that’s a heavy duty meter! Which version of the binding do you have? It looks like this was only recently added on 9/28.

1 Like

I got binding-zwave - 2.3.0 - this could be the problem. Within the description of the binding the smart meter is not listed! Where can i get a newer version of the binding?

Wait for milestone M5 and upgrade to it, upgrade to a snapshot build, or manually download and install the binding from Cloudbees. If you choose the latter, this may be helpful (select snapshot, not development)…

Be aware of the recent breaking changes in the binding too

1 Like

Thank you, the smart meter is online now :grinning:

1 Like

I’ve got another question - The meter reports values every 30 min. With the parameter “polling period” i was able to decrease it to 10 min, not less.
But it does not push values. There is a configuration parameter called “40: reporting on power change”. If i try to modify it, there is always the value 50 stored?

According to manufacturer’s documentation every value between 0 and 100 should be fine.

Set value means percentage, set value from 0 – 100 = 0 % - 100 %. Available configuration parameters (data type is 1 Byte DEC):

* * default value 10
  * 0 - reporting disabled
  * 1 - 100 = 1 % - 100 % Reporting enabled. Power report is sent (pushed) only when actual power in Watts in real time changes for more than set percentage comparing to previous actual power in Watts, step is 1 %.

NOTE: If power changed is less than 1 W, the report is not sent (pushed)

NOTE: when W is changed for more than percent value in this parameter -> the module is reporting also:

* A (if the value has changed)
* V (if the value has changed)
* Power factor (if the value has changed)
* kVar (Reactive power) (if the value has changed)

The module is measuring some disturbances even if on the output is no load. To avoid unintended reporting: If measured active power (W) is below 5 W -> the value is not reported.

I’ve looked t the debug log of the zwave binding. When i try to set parameter “40” to the value “10” by paperui the following log is shown:

2018-10-07 10:25:15.610 [DEBUG] [nal.protocol.ZWaveTransactionManager] - TID 177: Advanced to WAIT_DATA
2018-10-07 10:25:15.610 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 2: TID 177: Transaction not completed
2018-10-07 10:25:15.610 [DEBUG] [nal.protocol.ZWaveTransactionManager] - ZWaveReceiveThread queue empty
2018-10-07 10:25:15.610 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction SendNextMessage 1 out at start. Holdoff false.
2018-10-07 10:25:15.624 [DEBUG] [WaveSerialHandler$ZWaveReceiveThread] - Receive Message = 01 0B 00 04 00 02 05 70 06 28 01 32 9A 
2018-10-07 10:25:15.625 [DEBUG] [nal.protocol.ZWaveTransactionManager] - processReceiveMessage input 0<>128 : Message: class=ApplicationCommandHandler[4], type=Request[0], dest=2, callback=0, payload=00 02 05 70 06 28 01 32 
2018-10-07 10:25:15.625 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Received msg (0): Message: class=ApplicationCommandHandler[4], type=Request[0], dest=2, callback=0, payload=00 02 05 70 06 28 01 32 
2018-10-07 10:25:15.625 [DEBUG] [nal.protocol.ZWaveTransactionManager] - lastTransaction null
2018-10-07 10:25:15.626 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 2: Application Command Request (ALIVE:DONE)
2018-10-07 10:25:15.626 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 2: resetResendCount initComplete=true isDead=false
2018-10-07 10:25:15.626 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 2: Incoming command class COMMAND_CLASS_CONFIGURATION, endpoint 0
2018-10-07 10:25:15.626 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 2: SECURITY NOT required on COMMAND_CLASS_CONFIGURATION
2018-10-07 10:25:15.626 [DEBUG] [tocol.commandclass.ZWaveCommandClass] - NODE 2: Received COMMAND_CLASS_CONFIGURATION V1 CONFIGURATIONCMD_REPORT
2018-10-07 10:25:15.626 [DEBUG] [class.ZWaveConfigurationCommandClass] - NODE 2: Node configuration report, parameter = 40, value = 50, size = 1
2018-10-07 10:25:15.627 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 2: Got an event from Z-Wave network: ZWaveConfigurationParameterEvent
2018-10-07 10:25:15.627 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 2: Got a value event from Z-Wave network, endpoint = 0, command class = COMMAND_CLASS_CONFIGURATION, value = org.openhab.binding.zwave.internal.protocol.ZWaveConfigurationParameter@14039c5
2018-10-07 10:25:15.627 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 2: Update CONFIGURATION 40/1 to 50
2018-10-07 10:25:15.627 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 2: Commands processed 1.
2018-10-07 10:25:15.627 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 2: Checking command org.openhab.binding.zwave.internal.protocol.ZWaveCommandClassPayload@1f700cb.
2018-10-07 10:25:15.627 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 2: Command verified org.openhab.binding.zwave.internal.protocol.ZWaveCommandClassPayload@1f700cb.
2018-10-07 10:25:15.628 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 2: notifyTransactionResponse TID:177 DONE
2018-10-07 10:25:15.628 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 2: Got an event from Z-Wave network: ZWaveTransactionCompletedEvent
2018-10-07 10:25:15.628 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction completed - outstandingTransactions 1
2018-10-07 10:25:15.628 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction completed - outstandingTransactions 0
2018-10-07 10:25:15.628 [DEBUG] [nal.protocol.ZWaveTransactionManager] - ZWaveReceiveThread queue empty
2018-10-07 10:25:15.628 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction SendNextMessage 0 out at start. Holdoff false.
2018-10-07 10:25:15.629 [DEBUG] [wave.internal.protocol.SerialMessage] - Assembled message buffer = 01 0A 00 13 02 03 8E 04 01 25 A2 EB 
2018-10-07 10:25:15.629 [DEBUG] [ing.zwave.handler.ZWaveSerialHandler] - NODE 2: Sending REQUEST Message = 01 0A 00 13 02 03 8E 04 01 25 A2 EB 
2018-10-07 10:25:15.629 [DEBUG] [ing.zwave.handler.ZWaveSerialHandler] - Message SENT

it seems to me that the binding is trying to set the parameter to 50 (Default value)?
NODE 2: Update CONFIGURATION 40/1 to 50

I believe the shortest period that can be set is 10 or 15 seconds. I don’t really recommend this though as it can start to choke the network.

This log doesn’t show what the binding is setting - it only shows the readback (ie it shows what the device is configured to). You need to provide the log earlier than you have.

(please also use code fences to format the logs - I’ve edited your post to fix the formatting).

Hey chris, thank you.

Here is a complete LOG,this time in code fences :grinning:

Is this the right log line?

17:31:24.383 [DEBUG] [nding.zwave.handler.ZWaveThingHandler] - NODE 2: Update CONFIGURATION 40/1 to 50

In Paperui i tried to set “10” for Parameter 40

17:31:24.213 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - processReceiveMessage input 0<>128 : Message: class=SendData[19], type=Request[0], dest=0, callback=32, payload=20 00 00 02
17:31:24.214 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - Received msg (0): Message: class=SendData[19], type=Request[0], dest=0, callback=32, payload=20 00 00 02
17:31:24.215 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - lastTransaction TID 1320: [WAIT_REQUEST] priority=Config, requiresResponse=true, callback: 32
17:31:24.215 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - Checking outstanding transactions: 1
17:31:24.216 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - Last transaction: TID 1320: [WAIT_REQUEST] priority=Config, requiresResponse=true, callback: 32
17:31:24.216 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - Checking TID 1320: (Callback 32)
17:31:24.216 [DEBUG] [l.serialmessage.ZWaveCommandProcessor] - Callback match!
17:31:24.217 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - Correlated to TID 1320: callback 32
17:31:24.217 [DEBUG] [ave.internal.protocol.ZWaveController] - Incoming Message: Message: class=SendData[19], type=Request[0], dest=0, callback=32, payload=20 00 00 02
17:31:24.218 [DEBUG] [ol.serialmessage.SendDataMessageClass] - NODE 2: SendData Request. CallBack ID = 32, Status = Transmission complete and ACK received(0)
17:31:24.218 [DEBUG] [ing.zwave.internal.protocol.ZWaveNode] - NODE 2: resetResendCount initComplete=true isDead=false
17:31:24.219 [DEBUG] [ve.internal.protocol.ZWaveTransaction] - TID 1320: Transaction COMPLETED
17:31:24.219 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - NODE 2: Response processed after 31ms
17:31:24.219 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - NODE 2: TID 1320: Transaction completed
17:31:24.220 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - NODE 2: notifyTransactionResponse TID:1320 DONE
17:31:24.220 [DEBUG] [nding.zwave.handler.ZWaveThingHandler] - NODE 2: Got an event from Z-Wave network: ZWaveTransactionCompletedEvent
17:31:24.225 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - ZWaveReceiveThread queue empty
17:31:24.225 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - Transaction SendNextMessage 0 out at start. Holdoff false.
17:31:24.225 [DEBUG] [zwave.internal.protocol.SerialMessage] - Assembled message buffer = 01 0A 00 13 02 03 70 05 2A 25 21 BC
17:31:24.226 [DEBUG] [ding.zwave.handler.ZWaveSerialHandler] - NODE 2: Sending REQUEST Message = 01 0A 00 13 02 03 70 05 2A 25 21 BC
17:31:24.227 [DEBUG] [ding.zwave.handler.ZWaveSerialHandler] - Message SENT
17:31:24.227 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - Transaction SendNextMessage started: TID 1321: [WAIT_RESPONSE] priority=Config, requiresResponse=true, callback: 33
17:31:24.228 [DEBUG] [ZWaveSerialHandler$ZWaveReceiveThread] - Receive Message = 06
17:31:24.228 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - processReceiveMessage input 0<>128 : Message: class=null[0], type=ACK[2], dest=255, callback=0, payload=
17:31:24.228 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - Received msg (0): Message: class=null[0], type=ACK[2], dest=255, callback=0, payload=
17:31:24.229 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - lastTransaction TID 1321: [WAIT_RESPONSE] priority=Config, requiresResponse=true, callback: 33
17:31:24.229 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - Received msg: ACK
17:31:24.230 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - ZWaveReceiveThread queue empty
17:31:24.230 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - Transaction SendNextMessage 1 out at start. Holdoff false.
17:31:24.234 [DEBUG] [ZWaveSerialHandler$ZWaveReceiveThread] - Receive Message = 01 04 01 13 01 E8
17:31:24.236 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - processReceiveMessage input 0<>128 : Message: class=SendData[19], type=Response[1], dest=255, callback=0, payload=01
17:31:24.237 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - Received msg (0): Message: class=SendData[19], type=Response[1], dest=255, callback=0, payload=01
17:31:24.237 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - lastTransaction TID 1321: [WAIT_RESPONSE] priority=Config, requiresResponse=true, callback: 33
17:31:24.238 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - Checking outstanding transactions: 1
17:31:24.238 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - Last transaction: TID 1321: [WAIT_RESPONSE] priority=Config, requiresResponse=true, callback: 33
17:31:24.239 [DEBUG] [ave.internal.protocol.ZWaveController] - Incoming Message: Message: class=SendData[19], type=Response[1], dest=255, callback=0, payload=01
17:31:24.239 [DEBUG] [ol.serialmessage.SendDataMessageClass] - NODE 2: sentData successfully placed on stack.
17:31:24.239 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - TID 1321: Advanced to WAIT_REQUEST
17:31:24.240 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - NODE 2: TID 1321: Transaction not completed
17:31:24.240 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - ZWaveReceiveThread queue empty
17:31:24.241 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - Transaction SendNextMessage 1 out at start. Holdoff false.
17:31:24.250 [DEBUG] [ZWaveSerialHandler$ZWaveReceiveThread] - Receive Message = 01 07 00 13 21 00 00 02 C8
17:31:24.251 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - processReceiveMessage input 0<>128 : Message: class=SendData[19], type=Request[0], dest=0, callback=33, payload=21 00 00 02
17:31:24.252 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - Received msg (0): Message: class=SendData[19], type=Request[0], dest=0, callback=33, payload=21 00 00 02
17:31:24.252 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - lastTransaction TID 1321: [WAIT_REQUEST] priority=Config, requiresResponse=true, callback: 33
17:31:24.252 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - Checking outstanding transactions: 1
17:31:24.253 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - Last transaction: TID 1321: [WAIT_REQUEST] priority=Config, requiresResponse=true, callback: 33
17:31:24.253 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - Checking TID 1321: (Callback 33)
17:31:24.254 [DEBUG] [l.serialmessage.ZWaveCommandProcessor] - Callback match!
17:31:24.254 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - Correlated to TID 1321: callback 33
17:31:24.254 [DEBUG] [ave.internal.protocol.ZWaveController] - Incoming Message: Message: class=SendData[19], type=Request[0], dest=0, callback=33, payload=21 00 00 02
17:31:24.255 [DEBUG] [ol.serialmessage.SendDataMessageClass] - NODE 2: SendData Request. CallBack ID = 33, Status = Transmission complete and ACK received(0)
17:31:24.255 [DEBUG] [ing.zwave.internal.protocol.ZWaveNode] - NODE 2: resetResendCount initComplete=true isDead=false
17:31:24.256 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - TID 1321: Advanced to WAIT_DATA
17:31:24.259 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - NODE 2: TID 1321: Transaction not completed
17:31:24.259 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - ZWaveReceiveThread queue empty
17:31:24.260 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - Transaction SendNextMessage 1 out at start. Holdoff false.
17:31:24.269 [DEBUG] [ZWaveSerialHandler$ZWaveReceiveThread] - Receive Message = 01 0C 00 04 00 02 06 70 06 2A 02 02 58 F7
17:31:24.271 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - processReceiveMessage input 0<>128 : Message: class=ApplicationCommandHandler[4], type=Request[0], dest=2, callback=0, payload=00 02 06 70 06 2A 02 02 58
17:31:24.271 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - Received msg (0): Message: class=ApplicationCommandHandler[4], type=Request[0], dest=2, callback=0, payload=00 02 06 70 06 2A 02 02 58
17:31:24.272 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - lastTransaction null
17:31:24.272 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - NODE 2: Application Command Request (ALIVE:DONE)
17:31:24.272 [DEBUG] [ing.zwave.internal.protocol.ZWaveNode] - NODE 2: resetResendCount initComplete=true isDead=false
17:31:24.273 [DEBUG] [ing.zwave.internal.protocol.ZWaveNode] - NODE 2: Incoming command class COMMAND_CLASS_CONFIGURATION, endpoint 0
17:31:24.273 [DEBUG] [ing.zwave.internal.protocol.ZWaveNode] - NODE 2: SECURITY NOT required on COMMAND_CLASS_CONFIGURATION
17:31:24.274 [DEBUG] [otocol.commandclass.ZWaveCommandClass] - NODE 2: Received COMMAND_CLASS_CONFIGURATION V1 CONFIGURATIONCMD_REPORT
17:31:24.274 [DEBUG] [dclass.ZWaveConfigurationCommandClass] - NODE 2: Node configuration report, parameter = 42, value = 600, size = 2
17:31:24.274 [DEBUG] [nding.zwave.handler.ZWaveThingHandler] - NODE 2: Got an event from Z-Wave network: ZWaveConfigurationParameterEvent
17:31:24.275 [DEBUG] [nding.zwave.handler.ZWaveThingHandler] - NODE 2: Got a value event from Z-Wave network, endpoint = 0, command class = COMMAND_CLASS_CONFIGURATION, value = org.openhab.binding.zwave.internal.protocol.ZWaveConfigurationParameter@1bbf3
17:31:24.276 [DEBUG] [nding.zwave.handler.ZWaveThingHandler] - NODE 2: Update CONFIGURATION 42/2 to 600
17:31:24.276 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - NODE 2: Commands processed 1.
17:31:24.276 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - NODE 2: Checking command org.openhab.binding.zwave.internal.protocol.ZWaveCommandClassPayload@13129a5.
17:31:24.277 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - NODE 2: Command verified org.openhab.binding.zwave.internal.protocol.ZWaveCommandClassPayload@13129a5.
17:31:24.277 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - NODE 2: notifyTransactionResponse TID:1321 DONE
17:31:24.278 [DEBUG] [nding.zwave.handler.ZWaveThingHandler] - NODE 2: Got an event from Z-Wave network: ZWaveTransactionCompletedEvent
17:31:24.298 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - Transaction completed - outstandingTransactions 1
17:31:24.298 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - Transaction completed - outstandingTransactions 0
17:31:24.298 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - ZWaveReceiveThread queue empty
17:31:24.299 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - Transaction SendNextMessage 0 out at start. Holdoff false.
17:31:24.299 [DEBUG] [zwave.internal.protocol.SerialMessage] - Assembled message buffer = 01 0C 00 13 02 05 70 04 28 01 32 25 22 8F
17:31:24.300 [DEBUG] [ding.zwave.handler.ZWaveSerialHandler] - NODE 2: Sending REQUEST Message = 01 0C 00 13 02 05 70 04 28 01 32 25 22 8F
17:31:24.301 [DEBUG] [ding.zwave.handler.ZWaveSerialHandler] - Message SENT
17:31:24.301 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - Transaction SendNextMessage started: TID 1322: [WAIT_RESPONSE] priority=Config, requiresResponse=true, callback: 34
17:31:24.302 [DEBUG] [ZWaveSerialHandler$ZWaveReceiveThread] - Receive Message = 06
17:31:24.302 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - processReceiveMessage input 0<>128 : Message: class=null[0], type=ACK[2], dest=255, callback=0, payload=
17:31:24.303 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - Received msg (0): Message: class=null[0], type=ACK[2], dest=255, callback=0, payload=
17:31:24.303 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - lastTransaction TID 1322: [WAIT_RESPONSE] priority=Config, requiresResponse=true, callback: 34
17:31:24.303 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - Received msg: ACK
17:31:24.304 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - ZWaveReceiveThread queue empty
17:31:24.304 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - Transaction SendNextMessage 1 out at start. Holdoff false.
17:31:24.308 [DEBUG] [ZWaveSerialHandler$ZWaveReceiveThread] - Receive Message = 01 04 01 13 01 E8
17:31:24.310 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - processReceiveMessage input 0<>128 : Message: class=SendData[19], type=Response[1], dest=255, callback=0, payload=01
17:31:24.310 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - Received msg (0): Message: class=SendData[19], type=Response[1], dest=255, callback=0, payload=01
17:31:24.311 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - lastTransaction TID 1322: [WAIT_RESPONSE] priority=Config, requiresResponse=true, callback: 34
17:31:24.311 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - Checking outstanding transactions: 1
17:31:24.311 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - Last transaction: TID 1322: [WAIT_RESPONSE] priority=Config, requiresResponse=true, callback: 34
17:31:24.312 [DEBUG] [ave.internal.protocol.ZWaveController] - Incoming Message: Message: class=SendData[19], type=Response[1], dest=255, callback=0, payload=01
17:31:24.312 [DEBUG] [ol.serialmessage.SendDataMessageClass] - NODE 2: sentData successfully placed on stack.
17:31:24.313 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - TID 1322: Advanced to WAIT_REQUEST
17:31:24.313 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - NODE 2: TID 1322: Transaction not completed
17:31:24.313 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - ZWaveReceiveThread queue empty
17:31:24.314 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - Transaction SendNextMessage 1 out at start. Holdoff false.
17:31:24.324 [DEBUG] [ZWaveSerialHandler$ZWaveReceiveThread] - Receive Message = 01 07 00 13 22 00 00 03 CA
17:31:24.325 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - processReceiveMessage input 0<>128 : Message: class=SendData[19], type=Request[0], dest=0, callback=34, payload=22 00 00 03
17:31:24.326 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - Received msg (0): Message: class=SendData[19], type=Request[0], dest=0, callback=34, payload=22 00 00 03
17:31:24.326 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - lastTransaction TID 1322: [WAIT_REQUEST] priority=Config, requiresResponse=true, callback: 34
17:31:24.327 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - Checking outstanding transactions: 1
17:31:24.327 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - Last transaction: TID 1322: [WAIT_REQUEST] priority=Config, requiresResponse=true, callback: 34
17:31:24.328 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - Checking TID 1322: (Callback 34)
17:31:24.328 [DEBUG] [l.serialmessage.ZWaveCommandProcessor] - Callback match!
17:31:24.328 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - Correlated to TID 1322: callback 34
17:31:24.332 [DEBUG] [ave.internal.protocol.ZWaveController] - Incoming Message: Message: class=SendData[19], type=Request[0], dest=0, callback=34, payload=22 00 00 03
17:31:24.332 [DEBUG] [ol.serialmessage.SendDataMessageClass] - NODE 2: SendData Request. CallBack ID = 34, Status = Transmission complete and ACK received(0)
17:31:24.333 [DEBUG] [ing.zwave.internal.protocol.ZWaveNode] - NODE 2: resetResendCount initComplete=true isDead=false
17:31:24.333 [DEBUG] [ve.internal.protocol.ZWaveTransaction] - TID 1322: Transaction COMPLETED
17:31:24.333 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - NODE 2: Response processed after 32ms
17:31:24.334 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - NODE 2: TID 1322: Transaction completed
17:31:24.334 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - NODE 2: notifyTransactionResponse TID:1322 DONE
17:31:24.335 [DEBUG] [nding.zwave.handler.ZWaveThingHandler] - NODE 2: Got an event from Z-Wave network: ZWaveTransactionCompletedEvent
17:31:24.335 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - ZWaveReceiveThread queue empty
17:31:24.335 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - Transaction SendNextMessage 0 out at start. Holdoff false.
17:31:24.336 [DEBUG] [zwave.internal.protocol.SerialMessage] - Assembled message buffer = 01 0A 00 13 02 03 70 05 28 25 23 BC
17:31:24.336 [DEBUG] [ding.zwave.handler.ZWaveSerialHandler] - NODE 2: Sending REQUEST Message = 01 0A 00 13 02 03 70 05 28 25 23 BC
17:31:24.337 [DEBUG] [ding.zwave.handler.ZWaveSerialHandler] - Message SENT
17:31:24.337 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - Transaction SendNextMessage started: TID 1323: [WAIT_RESPONSE] priority=Config, requiresResponse=true, callback: 35
17:31:24.338 [DEBUG] [ZWaveSerialHandler$ZWaveReceiveThread] - Receive Message = 06
17:31:24.338 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - processReceiveMessage input 0<>128 : Message: class=null[0], type=ACK[2], dest=255, callback=0, payload=
17:31:24.339 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - Received msg (0): Message: class=null[0], type=ACK[2], dest=255, callback=0, payload=
17:31:24.339 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - lastTransaction TID 1323: [WAIT_RESPONSE] priority=Config, requiresResponse=true, callback: 35
17:31:24.343 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - Received msg: ACK
17:31:24.343 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - ZWaveReceiveThread queue empty
17:31:24.344 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - Transaction SendNextMessage 1 out at start. Holdoff false.
17:31:24.344 [DEBUG] [ZWaveSerialHandler$ZWaveReceiveThread] - Receive Message = 01 04 01 13 01 E8
17:31:24.345 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - processReceiveMessage input 0<>128 : Message: class=SendData[19], type=Response[1], dest=255, callback=0, payload=01
17:31:24.346 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - Received msg (0): Message: class=SendData[19], type=Response[1], dest=255, callback=0, payload=01
17:31:24.346 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - lastTransaction TID 1323: [WAIT_RESPONSE] priority=Config, requiresResponse=true, callback: 35
17:31:24.346 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - Checking outstanding transactions: 1
17:31:24.347 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - Last transaction: TID 1323: [WAIT_RESPONSE] priority=Config, requiresResponse=true, callback: 35
17:31:24.347 [DEBUG] [ave.internal.protocol.ZWaveController] - Incoming Message: Message: class=SendData[19], type=Response[1], dest=255, callback=0, payload=01
17:31:24.348 [DEBUG] [ol.serialmessage.SendDataMessageClass] - NODE 2: sentData successfully placed on stack.
17:31:24.348 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - TID 1323: Advanced to WAIT_REQUEST
17:31:24.349 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - NODE 2: TID 1323: Transaction not completed
17:31:24.349 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - ZWaveReceiveThread queue empty
17:31:24.349 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - Transaction SendNextMessage 1 out at start. Holdoff false.
17:31:24.360 [DEBUG] [ZWaveSerialHandler$ZWaveReceiveThread] - Receive Message = 01 07 00 13 23 00 00 02 CA
17:31:24.361 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - processReceiveMessage input 0<>128 : Message: class=SendData[19], type=Request[0], dest=0, callback=35, payload=23 00 00 02
17:31:24.362 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - Received msg (0): Message: class=SendData[19], type=Request[0], dest=0, callback=35, payload=23 00 00 02
17:31:24.362 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - lastTransaction TID 1323: [WAIT_REQUEST] priority=Config, requiresResponse=true, callback: 35
17:31:24.363 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - Checking outstanding transactions: 1
17:31:24.363 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - Last transaction: TID 1323: [WAIT_REQUEST] priority=Config, requiresResponse=true, callback: 35
17:31:24.363 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - Checking TID 1323: (Callback 35)
17:31:24.366 [DEBUG] [l.serialmessage.ZWaveCommandProcessor] - Callback match!
17:31:24.367 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - Correlated to TID 1323: callback 35
17:31:24.367 [DEBUG] [ave.internal.protocol.ZWaveController] - Incoming Message: Message: class=SendData[19], type=Request[0], dest=0, callback=35, payload=23 00 00 02
17:31:24.368 [DEBUG] [ol.serialmessage.SendDataMessageClass] - NODE 2: SendData Request. CallBack ID = 35, Status = Transmission complete and ACK received(0)
17:31:24.368 [DEBUG] [ing.zwave.internal.protocol.ZWaveNode] - NODE 2: resetResendCount initComplete=true isDead=false
17:31:24.369 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - TID 1323: Advanced to WAIT_DATA
17:31:24.369 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - NODE 2: TID 1323: Transaction not completed
17:31:24.369 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - ZWaveReceiveThread queue empty
17:31:24.370 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - Transaction SendNextMessage 1 out at start. Holdoff false.
17:31:24.378 [DEBUG] [ZWaveSerialHandler$ZWaveReceiveThread] - Receive Message = 01 0B 00 04 00 02 05 70 06 28 01 32 9A
17:31:24.378 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - processReceiveMessage input 0<>128 : Message: class=ApplicationCommandHandler[4], type=Request[0], dest=2, callback=0, payload=00 02 05 70 06 28 01 32
17:31:24.379 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - Received msg (0): Message: class=ApplicationCommandHandler[4], type=Request[0], dest=2, callback=0, payload=00 02 05 70 06 28 01 32
17:31:24.379 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - lastTransaction null
17:31:24.380 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - NODE 2: Application Command Request (ALIVE:DONE)
17:31:24.380 [DEBUG] [ing.zwave.internal.protocol.ZWaveNode] - NODE 2: resetResendCount initComplete=true isDead=false
17:31:24.381 [DEBUG] [ing.zwave.internal.protocol.ZWaveNode] - NODE 2: Incoming command class COMMAND_CLASS_CONFIGURATION, endpoint 0
17:31:24.381 [DEBUG] [ing.zwave.internal.protocol.ZWaveNode] - NODE 2: SECURITY NOT required on COMMAND_CLASS_CONFIGURATION
17:31:24.381 [DEBUG] [otocol.commandclass.ZWaveCommandClass] - NODE 2: Received COMMAND_CLASS_CONFIGURATION V1 CONFIGURATIONCMD_REPORT
17:31:24.382 [DEBUG] [dclass.ZWaveConfigurationCommandClass] - NODE 2: Node configuration report, parameter = 40, value = 50, size = 1
17:31:24.382 [DEBUG] [nding.zwave.handler.ZWaveThingHandler] - NODE 2: Got an event from Z-Wave network: ZWaveConfigurationParameterEvent
17:31:24.383 [DEBUG] [nding.zwave.handler.ZWaveThingHandler] - NODE 2: Got a value event from Z-Wave network, endpoint = 0, command class = COMMAND_CLASS_CONFIGURATION, value = org.openhab.binding.zwave.internal.protocol.ZWaveConfigurationParameter@14039c5
17:31:24.383 [DEBUG] [nding.zwave.handler.ZWaveThingHandler] - NODE 2: Update CONFIGURATION 40/1 to 50
17:31:24.384 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - NODE 2: Commands processed 1.
17:31:24.384 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - NODE 2: Checking command org.openhab.binding.zwave.internal.protocol.ZWaveCommandClassPayload@19b6639.
17:31:24.384 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - NODE 2: Command verified org.openhab.binding.zwave.internal.protocol.ZWaveCommandClassPayload@19b6639.
17:31:24.385 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - NODE 2: notifyTransactionResponse TID:1323 DONE
17:31:24.385 [DEBUG] [nding.zwave.handler.ZWaveThingHandler] - NODE 2: Got an event from Z-Wave network: ZWaveTransactionCompletedEvent
17:31:24.386 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - Transaction completed - outstandingTransactions 1
17:31:24.386 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - Transaction completed - outstandingTransactions 0
17:31:24.386 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - ZWaveReceiveThread queue empty
17:31:24.390 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - Transaction SendNextMessage 0 out at start. Holdoff false.
17:31:24.391 [DEBUG] [zwave.internal.protocol.SerialMessage] - Assembled message buffer = 01 0A 00 13 02 03 8E 04 01 25 24 6D
17:31:24.391 [DEBUG] [ding.zwave.handler.ZWaveSerialHandler] - NODE 2: Sending REQUEST Message = 01 0A 00 13 02 03 8E 04 01 25 24 6D
17:31:24.392 [DEBUG] [ding.zwave.handler.ZWaveSerialHandler] - Message SENT
17:31:24.392 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - Transaction SendNextMessage started: TID 1324: [WAIT_RESPONSE] priority=Config, requiresResponse=true, callback: 36
17:31:24.393 [DEBUG] [ZWaveSerialHandler$ZWaveReceiveThread] - Receive Message = 06
17:31:24.393 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - processReceiveMessage input 0<>128 : Message: class=null[0], type=ACK[2], dest=255, callback=0, payload=
17:31:24.394 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - Received msg (0): Message: class=null[0], type=ACK[2], dest=255, callback=0, payload=
17:31:24.394 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - lastTransaction TID 1324: [WAIT_RESPONSE] priority=Config, requiresResponse=true, callback: 36
17:31:24.395 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - Received msg: ACK
17:31:24.395 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - ZWaveReceiveThread queue empty
17:31:24.395 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - Transaction SendNextMessage 1 out at start. Holdoff false.
17:31:24.400 [DEBUG] [ZWaveSerialHandler$ZWaveReceiveThread] - Receive Message = 01 04 01 13 01 E8
17:31:24.402 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - processReceiveMessage input 0<>128 : Message: class=SendData[19], type=Response[1], dest=255, callback=0, payload=01
17:31:24.403 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - Received msg (0): Message: class=SendData[19], type=Response[1], dest=255, callback=0, payload=01
17:31:24.404 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - lastTransaction TID 1324: [WAIT_RESPONSE] priority=Config, requiresResponse=true, callback: 36
17:31:24.404 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - Checking outstanding transactions: 1
17:31:24.404 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - Last transaction: TID 1324: [WAIT_RESPONSE] priority=Config, requiresResponse=true, callback: 36
17:31:24.405 [DEBUG] [ave.internal.protocol.ZWaveController] - Incoming Message: Message: class=SendData[19], type=Response[1], dest=255, callback=0, payload=01
17:31:24.405 [DEBUG] [ol.serialmessage.SendDataMessageClass] - NODE 2: sentData successfully placed on stack.
17:31:24.406 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - TID 1324: Advanced to WAIT_REQUEST
17:31:24.406 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - NODE 2: TID 1324: Transaction not completed
17:31:24.406 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - ZWaveReceiveThread queue empty
17:31:24.407 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - Transaction SendNextMessage 1 out at start. Holdoff false.
17:31:24.416 [DEBUG] [ZWaveSerialHandler$ZWaveReceiveThread] - Receive Message = 01 07 00 13 24 00 00 02 CD
17:31:24.417 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - processReceiveMessage input 0<>128 : Message: class=SendData[19], type=Request[0], dest=0, callback=36, payload=24 00 00 02
17:31:24.417 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - Received msg (0): Message: class=SendData[19], type=Request[0], dest=0, callback=36, payload=24 00 00 02
17:31:24.417 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - lastTransaction TID 1324: [WAIT_REQUEST] priority=Config, requiresResponse=true, callback: 36
17:31:24.418 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - Checking outstanding transactions: 1
17:31:24.418 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - Last transaction: TID 1324: [WAIT_REQUEST] priority=Config, requiresResponse=true, callback: 36
17:31:24.419 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - Checking TID 1324: (Callback 36)
17:31:24.419 [DEBUG] [l.serialmessage.ZWaveCommandProcessor] - Callback match!
17:31:24.419 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - Correlated to TID 1324: callback 36
17:31:24.420 [DEBUG] [ave.internal.protocol.ZWaveController] - Incoming Message: Message: class=SendData[19], type=Request[0], dest=0, callback=36, payload=24 00 00 02
17:31:24.420 [DEBUG] [ol.serialmessage.SendDataMessageClass] - NODE 2: SendData Request. CallBack ID = 36, Status = Transmission complete and ACK received(0)
17:31:24.421 [DEBUG] [ing.zwave.internal.protocol.ZWaveNode] - NODE 2: resetResendCount initComplete=true isDead=false
17:31:24.421 [DEBUG] [ve.internal.protocol.ZWaveTransaction] - TID 1324: Transaction COMPLETED
17:31:24.421 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - NODE 2: Response processed after 29ms
17:31:24.422 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - NODE 2: TID 1324: Transaction completed
17:31:24.425 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - NODE 2: notifyTransactionResponse TID:1324 DONE
17:31:24.426 [DEBUG] [nding.zwave.handler.ZWaveThingHandler] - NODE 2: Got an event from Z-Wave network: ZWaveTransactionCompletedEvent
17:31:24.426 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - ZWaveReceiveThread queue empty
17:31:24.426 [DEBUG] [rnal.protocol.ZWaveTransactionManager] - Transaction SendNextMessage 0 out at start. Holdoff false.
17:31:24.427 [DEBUG] [zwave.internal.protocol.SerialMessage] - Assembled message buffer = 01 0A 00 13 02 03 8E 02 01 25 25 6A
17:31:24.427 [DEBUG] [ding.zwave.handler.ZWaveSerialHandler] - NODE 2: Sending REQUEST Message = 01 0A 00 13 02 03 8E 02 01 25 25 6A
17:31:24.428 [DEBUG] [ding.zwave.handler.ZWaveSerialHandler] - Message SENT

Hi bones79, may I ask you how you managed to get your qubino_zmnhxd_00_000 meter online? Are you using 2.3.0 OpenHAB with 2.4.0 snapshot binding? Or have you moved to the latest snapshot? I tried the latter but it was unstabile so I had to move back.

right, i used 2.3 with 2.4 snapshot binding.

Thanks. Have you managed to change the parameter 40: Reporting on power change to 10? I am trying with no success.

With the snapshop binding and habmin it works now to manipulate settings (polling period). But still no luck with push.