demand-consults / demand_acep

A data-pipeline for high-resolution power meter data
MIT License
1 stars 4 forks source link

Understand GVEA pricing strategy. #36

Closed chintanp closed 5 years ago

chintanp commented 5 years ago

This can affect the smoothing technique/interval. Find out whether they read data per minute or finer.

reconjohn commented 5 years ago

Data pruning for demand charge analysis

Let's see the behavior of the data for a day, Jan. 01, 2019, the 3 figures the main variables representing the day as below. image

The main concern here is demand charge in terms of the peak demand, which is the main factor deciding the cost reduction.

Two options

Through the conversation with an electrical engineer, there are 2 options to find the demand charge based on:

Demand (kW) = Energy consumed in the 15-minute interval (kWh) / 0.25 hours

I plotted them and compared them as below. image image

Issues

Here are two issues.

Next step

We need to figure out which data is more reliable for the analyses as it seems there are certain abnormalities. After addressing the issues, we can use the power trend of each meters for the whole months and years for the forecasting and the further analysis.

reconjohn commented 5 years ago

The reason why there is a sudden reduction on the 15 mins average power (kW) from EDetTot is because there is a sudden increase power consumption during the 1st second.

image

chintanp commented 5 years ago

A 15 min chunk maximum power is used for demand charge calculation and some calculations are presented here in the documentation.