Page 1 of 1

MultiMeter_Calendar

Posted: Wednesday 15 July 2020 11:01
by gege05
Hello,
How is the field 'Values3' of the MultiMeter_calendar table calculated ?
cordially

Gérard

Re: MultiMeter_Calendar

Posted: Wednesday 15 July 2020 13:12
by waaren
gege05 wrote: Wednesday 15 July 2020 11:01 How is the field 'Values3' of the MultiMeter_calendar table calculated ?
It depends on the device type. For P1 smartmeter types it is max(value3) - min(value3) of yesterdays MultiMeter data for the device.

See the function CSQLHelper::AddCalendarUpdateMultiMeter() starting at line 6639 in main/SQLHelper.cpp

Re: MultiMeter_Calendar

Posted: Wednesday 15 July 2020 15:46
by gege05
Thanks a lot for your answer
Bests regards
Gerard