Calculate Meter Reading
calculate
Method |
URL |
|---|---|
|
api/esh/calculate_meter_reading/calculate |
Calculate an estimated meter_reading.
First we determine the determined_consumption: - AZI when there is no production, other AMI.
Then we calculate the correction_factor and sum_fractions for the specific profile_category, grid_area, determined_consumption and period. Then we can calculate the new readings:
previous_meter_reading + sum_fractions * eac / correction_factor
This is done per given meter_reading per direction and peak / off_peak
- return:
{‘estimated_meter_reading’: int}