Re: The Aeotec HEM Gen5 - 3 Phase energy meter
Posted: 17 May 2023 12:21
Sorry but I do not understand. What should I be looking for?
I have the exact same issue, I can't figure out what is wrong either so if I could get some help I would really appreciate it. I have had my HEM for a pretty long time without issues but now clamp #3 only reports total usage.
Code: Select all
devices[N].instances[3].Meter.data.version = 4; devices[N].instances[3].Meter.Interview()
Thank you for the reply, I try to run this with 8083/ZWaveAPI/Run/devices[N].instances[3].Meter.data.version = 4; devices[N].instances[3].Meter.Interview()PoltoS wrote: ↑24 May 2023 02:38This bug was found and will be fixed in v4.1.1
Meanwhile you can do (change N)Code: Select all
devices[N].instances[3].Meter.data.version = 4; devices[N].instances[3].Meter.Interview()
Worked like a charm! Thanks for excellent help.PoltoS wrote: ↑28 May 2023 05:55you can test it on this version: https://storage.z-wave.me/z-way-server/ ... _armhf.deb
Thank you too, it worksthozomas wrote: ↑30 May 2023 10:06Worked like a charm! Thanks for excellent help.PoltoS wrote: ↑28 May 2023 05:55you can test it on this version: https://storage.z-wave.me/z-way-server/ ... _armhf.deb