28.04.2020, 08:01
(This post was last modified: 28.04.2020, 08:01 by davidchispas.)
(26.04.2020, 09:54)admin Wrote: Add this at the start of scheduled reset script (before 2/2/2 value is set to 0):
Code:grp.write('3/3/3', grp.getvalue('2/2/2'))
Thank you very much Admin, it works.
In my opinion after the reset, this script is missing a counter status send. The monthly meter needs a first value to start the account. If it is not sent, a small value is lost in consumption.
After the reset, I added this script.
Code:
grp.write('1/1/1', grp.getvalue('1/1/1'))