First time here? Check our help page!
1

Variable assignment Time-of-use Tariff

I have created the UtilityCost object based on the below rates. I wanted to use peakEnergy, midPeakEnergy and offPeakEnergy variables for aggregating the energy charges. For the ECA 4/kWh will variable totalEnergy =(peakEnergy+midPeakEnergy+offPeakEnergy)?

Similarly, I am want to use -

peakDemand= High Peak hours
midPeakDemand= Low Peak hours
offPeakDemand = Base hours
totalDemand= Facilities Charges

image description

rkbest's avatar
1.4k
rkbest
asked 2016-11-16 15:16:41 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

2

The totalEnergy economic tariff variable should represent the entire amount of energy, during each month, for the facility assuming that the Output Meter Name field is Electricity:Facility. If you are using the Time of Use Period Schedule Name field to define different time of use periods, than the sum of each period (peakEnergy + shoulderEnergy + offPeakEnergy + midPeakEnergy) should be the same as the totalEnergy.

JasonGlazer's avatar
6.8k
JasonGlazer
answered 2016-12-30 07:05:35 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments