First time here? Check out the Help page!
1 | initial version |
If you wanted the monthly and annual averages during certain time windows, then you could use Output:Table:Monthly
with the following columns:
HoursPositive
SumOrAverageDuringHoursShown
- this will average during the hours counted in the previous column.But if this is supposed to be the maximum 3-day moving average, you'll need to use an EMS (EnergyManagementSystem:*
) program to do the calculations and generate a custom output variable. If you want the result for that to end up in the html output, you can use Output:Table:Monthly
to report the monthly and annual maximum of the custom EMS output variable.
I also considered using UtilityCost:Ratchet
but I don't see a way to set the demand window to 9 hours.