Z-Wave error "node address inconsistent"

Hi,

I have the following error which comes several times per seconds, which makes my logs grow like crazy (> 1 Go for now) :

2016-02-19 20:57:19.114 [DEBUG] [eController$ZWaveReceiveThread:1528]- Receive Message = 01 0E 00 04 00 03 08 32 02 21 12 00 E6 00 00 1B
2016-02-19 20:57:19.154 [DEBUG] [eController$ZWaveReceiveThread:1452]- Receive queue ADD: Length=1
2016-02-19 20:57:19.154 [DEBUG] [b.z.i.protocol.ZWaveController:1210]- Receive queue TAKE: Length=0
2016-02-19 20:57:19.165 [DEBUG] [o.b.z.i.protocol.SerialMessage:233 ]- Assembled message buffer = 01 0E 00 04 00 03 08 32 02 21 12 00 E6 00 00 1B
2016-02-19 20:57:19.183 [DEBUG] [b.z.i.protocol.ZWaveController:1211]- Process Message = 01 0E 00 04 00 03 08 32 02 21 12 00 E6 00 00 1B
2016-02-19 20:57:19.192 [DEBUG] [b.z.i.protocol.ZWaveController:190 ]- Message: class = ApplicationCommandHandler (0x04), type = Request (0x00), payload = 00 03 08 32 02 21 12 00 E6 00 00
2016-02-19 20:57:19.194 [DEBUG] [ApplicationCommandMessageClass:38  ]- NODE 3: Application Command Request (ALIVE:DONE)
2016-02-19 20:57:19.197 [DEBUG] [ApplicationCommandMessageClass:56  ]- NODE 3: Incoming command class METER
2016-02-19 20:57:19.200 [DEBUG] [z.i.p.c.ZWaveMeterCommandClass:109 ]- NODE 3: Received Meter Request
2016-02-19 20:57:19.203 [DEBUG] [z.i.p.c.ZWaveMeterCommandClass:157 ]- NODE 3: Meter: Type=Electric(1), Scale=W(2), Value=2.3E+2
2016-02-19 20:57:19.206 [DEBUG] [b.z.i.protocol.ZWaveController:682 ]- Notifying event listeners: ZWaveMeterValueEvent
2016-02-19 20:57:19.208 [DEBUG] [.z.internal.ZWaveActiveBinding:433 ]- ZwaveIncomingEvent
2016-02-19 20:57:19.211 [DEBUG] [.z.internal.ZWaveActiveBinding:450 ]- NODE 3: Got a value event from Z-Wave network, endpoint = 0, command class = METER, value = 2.3E+2
2016-02-19 20:57:19.215 [DEBUG] [ApplicationCommandMessageClass:85  ]- Transaction not completed: node address inconsistent.

It comes from a Everspring wall plug switch and energy meter. The switch & meter works but sometime report false states, which could be related to the issue.

What can I do ?

I am using openhab 1 on a RPi2 with a Sigma UZB stick and the zwave binding 1.7.1 (1.8 does not work for some reasons).

What makes you think this is an error? The log states it’s a [DEBUG] message…

This is in fact not an error - it’s just there to aid debugging of the transaction process…

The fact that it comes several times per second and the “node address inconsistent” message seemed to me like a retry loop to send the message or something like that. If I remove the wall plug, my logs becomes “quiet” although I have several other zwave devices around.

If you say it’s normal I will just check how to filter debug messages from this node.

Presumably this wall plug is sending unsolicited meter information or something similar? This will cause this issue, and if you have meter data being sent ‘several times per second’ then your logs will be very full anyway - one more line won’t make a lot of difference I would think.

But anyway, this is not an error, it’s just debug logging, so if you want to disable debug logging it will go away :wink: - errors of course will still be reported if they occur…

Hi @chris

i have aeotec single phase energy meter G2

i am getting 2 values for endpoint 0 and endpoint 1.
i totally confused which value is useful between these 2 values…Please help me out?
what is difference between 2 values…?

Thanks
shrikant

Sorry - I’m not sure what the two values are - can you provide a bit more information please. Meters often provide more than one value so this is likely normal.