Skip to main content

Predicting key features of a substation without monitoring

Abstract

Understanding domestic electricity consumption behaviour is very important for planners and operators of electrical networks. Distribution Network Operators (DNOs) are installing monitoring devices at the low-voltage (LV) substation level. However, monitoring devices need to be allocated with consideration. This paper seeks to quantify the relationship between key information from a substation electricity profile, and the type of properties it supplies. Often the number of properties is the most significant predictor for key substation features. Additionally, the proportion of properties which are small-to-medium enterprises (SMEs) affects nearly all key features considered: from the overall load mean and variance, to the annual trend, to peak behaviour. Knowing substation key features is of direct use, for example where to prioritise monitoring. However we also demonstrate how these key features can be used within a so-called ‘buddying’ framework to estimate the load every half-hour for individual properties.

Introduction

Over the next few decades, electricity demand on the low-voltage network is expected to increase and become more irregular with the uptake of low carbon technologies such as electric vehicles and photovoltaics [1]. The grids’ changing demands mean that Distribution Network Operators (DNOs) need to be able to better predict electricity usage and evaluate the stability of their LV networks. Network models enable load flow analysis, and validations of potential energy reduction schemes such as demand side response or energy storage devices [2].

So across the UK DNOs, with support from the regulatory body OFGEM, are researching into strategies which will ensure electricity continues to be supplied safely and reliably, and in a manner that has minimal impact upon the customer [3]. Before monitoring devices, low-voltage electricity customer demands could be estimated through the after diversity maximum demand (ADMD) procedure, or aggregates estimated using the specifications of ACE Report No. 49 (ACE49) [4, 5]. Perhaps the most common estimates for individual load on the low-voltage are provided by Elexon [6], which only distinguishes between households with overnight storage heaters and those without, providing a smoothed approximation. However, for use within a network model for power analysis, the volatility and peak demands are required. So to match evolving electricity consumption on the low-voltage network, new methods are being developed to predict the electricity load of low-voltage customers, both on an individual level and aggregate level, such as [7,8,9].

A key development in monitoring is Smart Metering. The UK expects to complete their smart meter roll out by 2020, which potentially provides half-hourly load readings for households. Each household represents a separately metered point on the network, and is allocated a unique meter point administration number (MPAN). Smart meter data helps DNOs assess the LV network headroom [10], the effect of energy storage [8], and the network renewable capacity [11]. However, a DNO is charged for smart meter data [1] so approximations to half-hourly household demand are required, which is a not-trivial task since load on this individual level is volatile.

Alternatively, a DNO can install monitoring devices at LV substations, which measures the aggregate load every half hour for all households on the substation, which may be up to 500 households. However, ideally, this monitoring would be kept to a minimum, and key electricity behaviour features would be available without monitoring. This paper seeks to quantify the relationship between key information from substation monitoring, such as the maximum demand, or the time of the peak load, with information available without monitoring, such as the number of domestic or small-to-medium enterprises (SMEs) a substation supplies.

The findings of this paper two-fold. Firstly, we show that we can estimate key electricity demand features at the aggregate level. This information alone helps DNOs plan and manage, for example, knowing the average and peak load at a substation enables a DNO to make informed decisions regarding load management via storage devices [8]. Secondly, we demonstrate that this method can be used within a so-called ‘buddying framework’ [12] to provide a realistic half-hourly load profile for a single household.

Method

The data is at the half-hourly resolution for 135 substations, from Monday, 19th May 2014 up to Monday, 16th May 2016, precisely 104 weeks. Each substation provides electricity for 2 to 402 MPANs. Monday, 19th May 2014 (00:00) to Sunday, 17th May 2015 (23:30) is referred to as Year 1, and Monday, 18th May 2015 (00:00) to Sunday, 15th May 2016 (23:30) is referred to as Year 2. Each year has 17,472 half-hours. The substations are located in Bracknell, UK, where data has been collected as part of the Thames Valley Vision (TVV) project. Bracknell is a city in the South-East UK, and is home to many large companies and the local network is typical of much of Britain’s network, and therefore the lessons learned here can quickly to applied nationwide [13].

Regarding the predictor variables, we select as simple and straightforward a set of predictor variables as possible, relying only upon information already available to a DNO. For each substation we categorise the connected MPANs based upon their profile class. Standard, domestic households are profile class 1, domestic households with overnight storage heaters are profile class 2, and small-to-medium enterprises (SMEs) are profile class 3 or above. For simplicity, we group all SMEs together. Since photovoltaic generation greatly affect electricity load behaviour, and is also information currently available to a DNO, we further note the number of generation MPANs on each substation, where each generation MPAN relates to a separate, secondary, MPAN allocated for a property with, say, solar panels. Lastly, for a substation without monitoring, a DNO has access to its’ maximum demand indicator (MDI) reading. This value is the maximum demand in an instant, so is greater than the maximum at the half-hour resolution. Since we will be interested in predicting peak behaviour, the MDI is likely to be an important predictor. The MDI reading used here is for the period 1st January 2014 to 31st December 2015. We consider the proportion of MPANs in each of these categories, along with the number of MPANs, as possible predictor variables, see (1).

We consider nine features, that is nine response variables Ri, i = 1,…,9, which a DNO would like to estimate for substations without monitoring. These response variables can be classed into three primary areas of interest to a DNO: general features, annual trend and peak behaviour. Nonetheless, this method could be applied to predict secondary features such as the ratio of weekday load to weekend load. The first three response variables refer to general features:- R1: Mean load per half-hour over the 2 year period; R2: Standard deviation over the 2 year period; R3: The maximum load (in a given half hour) over the 2 year period. To inform long term decisions, a DNO needs to predict the annual trend, thus the next two response variables are:- R4: The normalised difference from Year 2 to Year 1; R5: The standard deviation between Year 1 and Year 2. The network is under the most stress during peak load, so understanding peak behaviour is especially important, so the last four response variables are:- R6: The mean time of the daily peak over the 2 year period; R7: The standard deviation in the daily peak position over the 2 year period; R8: The mean peak value; and R9: The standard deviation of the peak value.

We use the generalised additive model (GAM) to estimate each response variable Ri, i = 1,…,9,

$$ {\mathrm{R}}_{\mathrm{i}}={\mathrm{f}}_1\left(\mathrm{No}.\mathrm{MPAN}\right)+{\mathrm{f}}_2\left(\mathrm{Prop}.\mathrm{Gen}\right)+{\mathrm{f}}_3\left(\mathrm{Prop}.\mathrm{PC}1\right)+{\mathrm{f}}_4\left(\mathrm{Prop}.\mathrm{PC}2\right)+{\mathrm{f}}_5\left(\mathrm{Prop}.\mathrm{SME}\right)+{\mathrm{f}}_6\left(\mathrm{MDI}\right), $$
(1)

where the functions f1, to f6 are smooth functions estimated using a thin plate regression spline. A GAM is flexible to several predictor variables, and enables one to easily interpret which variables are significant. An alternative model would be multiple linear regression, however as this assumes a linear relationship between the response and predictors, it may be unsuitable. Whereas, if the relationship is in fact linear, the GAM model will reduce to the linear model, making a GAM model the most general choice of model. A DNO would prefer a model that requires little information, so if a particular response variable is found to be insignificant for a given response variable, it is preferable to identify this and remove the insignificant predictor from the model. The GAM model is implemented in R using the mgcv R package [14], which also provides a p-value for each predictor. For a given Ri, should the p-value be greater than 0.05 for a predictor, one can state that the predictor is not statistically significant for the key feature in question, thus the corresponding function f is set to zero. The response variables R1, R2, R3, R5, R6, R7, and R9 are strictly positive (Fig. 1), so we assume the response follows a Gamma distribution. For R4, which appears symmetrical, we assume a Gaussian distribution, and R8, which is skewed, we assume a log Gaussian distribution, see Fig. 1.

Fig. 1
figure 1

Nine different summary measurements (response variables) from the half-hourly electricity load, over 104 weeks, of 135 substations in Bracknell, UK. The actual value for the response variable R1,…,R9 for each substation (grey) ordered by increasing size (to indicate distribution), along with the corresponding prediction (empty circle) from the model specified by (1) and Table 1.The x-axis relates to the substations (which are ordered differently for each subplot so that the response variables ascend)

To predict the response variables for a single substation s, the model is run without s, then the response variable for s is estimated (leave-one-out analysis). The estimations are compared to the actual values using a root-mean squared error (RMSE). To compare the models for the different key features to each other, the RMSE is standardised by dividing it by the mean for each response variable. Without this normalisation, errors for features like the mean difference between years (which is small) will appear smaller than for features like the maximum load (which is large). It also enables a comparison between features that are measured by half hour with features that are measured in kWh.

Results and discussions

The response variables, and the corresponding statistically significant variables, with the p-value, are provided in Table 1. The smoothness parameters that control the trade-off between fit and smoothness, is selected by minimisation of the generalised cross validation score (GCV) [15]. These scores are also provided in Table 1, where a smaller GCV value indicates a better fit of the model.

Table 1 The error (RMSE) from the model predictions

The standardised RMSE suggests that peak mean position R6 and value R8 are the easiest to predict (Table 1), which is good for a DNO. The RMSE of 3.811 for peak mean position R6 indicates that on average, the peak is only 2 h incorrect. However, as 90 of the 135 substations (67%) have a peak mean position R6 between 5.30 pm (half hour 35), and the maximum peak mean position of 7:02 pm (half hour 38.08), this RMSE is perhaps unexpected (Fig. 1). The standard deviation of the year to year difference R5 is the most difficult to predict, but as there is little variation in R5, this is of little concern. However, the maximum demand for a given half-hour R3 varies considerably, and the model struggles to capture the high users (Table 1 and Fig. 1). Surprisingly the MDI reading is not significantly related to the maximum R3 (Fig. 2). This may be because the MDI reading is for a different time period. The two outliers for R3 are not unusual substations, they supply 134 and 133 MPANs, nearly all of which are profile class 1 (standard domestic), and none of which are SMEs. The mean loads for these two outliers are 85KWh and 57KWh - nothing extreme that would explain their extreme maximum demand. Moreover, these two outliers are not the same outliers in R9, the standard deviation of the peak value. These two outliers supply a larger number of MPANs, 203 and 304 which would indicate that there would be less variance around their peak behaviour, not more. The model also struggles to capture the low mean consumption R1 (Fig. 1), however, as the values are small, and the load is overestimated, this inaccuracy is of little concern to a DNO. The proportion of generation MPANs on a substation only affects the standard deviation of the annual trend R5 (Fig. 2).

Fig. 2
figure 2

The p-value, that is the statistical significance, of each predictor for each response variable. When the p-value is larger than 0.05, we consider the predictor to be insignificant and do not include it in the model (represented by a white square)

Unsurprisingly, the peak position R6 depends on the proportion of MPANs which have overnight storage heaters. However, so does the annual trend behaviour - both the mean R4 and standard deviation R5. For the majority of substations, the time of the daily peak R7 does not vary much. Nonetheless, for the few substations which do present a large standard deviation in peak position, the model cannot accurately predict this behaviour (Fig. 1).

Application to buddying

In this paper we refer to a ‘smart meter profile’ as the reading of the electricity load of a property every 30 min. Buddying is a process which assigns a smart meter profile to a household that does not have a smart meter. Therefore, it is an important tool for a DNO, since even if smart meter data can be purchased, it is likely to be expensive [16]. However, DNOs can install high resolution monitoring at the substation level and thus understand the aggregated demand, and potentially infer the customer demands [12]. Using a genetic algorithm, Giasemidis et al. [12] assign a smart meter profile to domestic customers based on demand at the substation, and households’ quarterly meter readings. Their genetic algorithm assigns properties on a substation to a particular smart meter profiles in a manner that minimises the difference between the estimated aggregated demand, and actual aggregated demand (from substation monitoring), and it also minimises the difference between the actual daily load (from quarterly meter readings) and the daily load of the assigned smart meter profile. The authors explore different weightings applied to these two measures. A diagram to illustrate the genetic algorithm is provided in Fig. 3.

Fig. 3
figure 3

The genetic algorithm assigns Smart Meter profiles randomly to households on a substation. This is done several times to create several ‘populations’. Each population is assessed according to a fitness function. Pairs of populations ‘crossover’ according to fitness (the two most fit, followed by the next fittest pair and so on). The ‘crossover’ means that from the two Smart Meter profiles assigned to a single house from the two populations, one profile is chosen at random. Applying this process for each household on a substation gives a new population. To avoid converging to a local optimum, each household has a small probability of being replaced with any of the Smart Meter profiles available. The new populations are assessed according the fitness function, and the process is iterated

To avoid monitoring at the substation, and to avoid relying upon (often inaccurate) quarterly meter readings, we propose a genetic algorithm which uses the predicted key features instead. We use smart meter data for 223 domestic properties over the same time period used for the substation data. The domestic customers are located in Bracknell, UK, where data has been collected as part of the Thames Valley Vision (TVV) project.

The buddying algorithm experiments with different combinations of Smart Meter profiles assigned to one substation. Note that one of the 223 Smart Meter profiles can be assigned to several households on a single substation, that is, we are essentially grouping households into one of 223 categories. The aggregate load from this estimated population is calculated and compared to the actual load at the substation. The estimate and actual load is only compared at two points (whereas [12] aim to match every half hour over several weeks). That is, the fitness function proposed here minimises the mean squared error (RMSE) of the estimated mean peak value, and the mean half-hourly load,

$$ \mathrm{F}=\mathrm{w}\left|\mathrm{P}\hbox{-} {\mathrm{R}}_8\right|+\left(1\hbox{-} \mathrm{w}\right)\left|\mathrm{A}\hbox{-} {\mathrm{R}}_1\right| $$
(2)

where P is the mean daily peak load from the aggregated profiles, and A is the half-hourly average load from the aggregated profiles. We experiment with different weighting assigned to peak versus mean, w = 0,0.1,…,1, and find that w = 0.9 (most weighting on matching mean peak load), is optimum. However, to three decimal places there is no difference in the median RMSE for w = 0.6, 0.7, 0.8, 0.9 and 1 (median RMSE of 0.011, see Fig. 4).

Fig. 4
figure 4

The root mean squared error (RMSE) when the genetic algorithm is implemented with fitness function F (eq. (2)), which uses estimates for the mean peak value and mean half-hourly load; and fitness function G (eq. (3)) which uses the actual average daily load, obtained from substation monitoring. For clarity, one outlier (the same outlier) from both models is not shown here

As a comparison, we also consider a fitness function that minimises the difference for every half-hour over an average day, a calculation only possible with substation monitoring,

$$ \mathrm{G}=\surd \left\{\sum {\left({\mathrm{L}}_{\mathrm{h}}\hbox{-} {\mathrm{l}}_{\mathrm{h}}\right)}^2\right\} $$
(3)

where the summation is over h = 1,..,48, Lh is the average load at half-hour h from the aggregated profiles, and l h is the actual average load at half-hour h from the substation monitoring. Using fitness function G (Eqn. (3)) instead of F (Eqn. (2)) actually results in a larger error (median RMSE of 0.199, see Fig. 4). This highlights the problems that can occur when using averages to capture peak behaviour.

To reduce computation time, we impose the limit that it is only possible for 10% of properties on a substation to be allocated the same smart meter profile. The genetic algorithm is implemented using genalg, a package for the statistical software R.

Conclusion

The effect on electricity load of the type of MPANs a substation supplies have been quantified, allowing predictions on the overall load, the annual trend, and peak behaviour - with greatest success in predicting mean peak load and position, and overall mean and standard deviation. Generally, the number of MPANs, the MDI reading and the proportion of SMEs are the strongest predictor variables. The importance of the MDI reading is reassuring for DNOs since it confirms the relevance of their current methods. The proportion of profile class 1 customers is required when estimating annual trend features, and the proportion of profile class 2 customers (overnight storage heater customers) is required when estimating the peak position and annual trend. The proportion of generation MPANs has little effect. However, the highest proportion of generation on a substation was only 10%.

For a substation without monitoring, we accurately estimated range of key features of value to a DNO. Therefore the learning gained from current monitoring can be extended to many more substations. This is especially true if the substation does not exhibit behaviour at the extremes, for example, the model did not accurately estimate the maximum load for two substations which exhibit a very high maximum, nor two different substations which have a large range of around the average peak value. However, further analysis showed nothing special about these outliers, suggesting that factors outside of those considered here affect peak demand. Should identifying these outliers be imperative, only monitoring would be able to inform the DNO. Nonetheless, for the majority of features, all substations were predicted with reasonable accuracy.

Lastly, we showed how our predictions for mean peak value, and mean half-hourly load, can be used within a buddying framework [12]. Aggregating across assigned smart meter profiles on a substation, we matched the substation behaviour accurately, even when compared with alternative methods which require substation monitoring. Therefore, the methods presented in this paper would allow a smart meter profile to be assigned to a household without requiring monitoring at the substation, nor requiring quarterly meter readings. A DNO can use these smart meter profiles within a network modelling environment, and make planning and management decisions. For example, electric vehicles and solar panels can be added (see [17, 18]) to the virtual network to inform decisions about reinforcements.

References

  1. EA Technology. Assessing the impact of low carbon technologies on great Britain’s power distribution networks (2014)

    Google Scholar 

  2. Lyons P, Wade N, Jiang T, Taylor P, Hashiesh F, Michel M et al (2015) Design and analysis of electrical energy storage demonstration projects on UK distribution networks. Appl Energy 137:677–691

    Article  Google Scholar 

  3. Version seven of the low carbon networks fund governance document, Ofgem, April 2015

  4. Richardson I, Thomson M, Infield D, Flifford C (2010) Energy Build 42:1878–1887

    Article  Google Scholar 

  5. ENA, Report on statistical method for calculating demands and voltage regulations on LV radial distribution systems (1981) Energy Networks Association

  6. ELEXON, Load profiles and their use in electricity settlement, 2013

    Google Scholar 

  7. Torriti J, Hassan MG, Leach M (2010) Demand response experience in Europe: policies, programmes and implementation. Energy 35(4):1575–1583

    Article  Google Scholar 

  8. Rowe M, Yunusov T, Haben S, Singleton C, Holderbaum W, Potter B (2014) A peak reduction scheduling algorithm for storage devices on the low voltage network. Smart Grid, IEEE Transactions 5(3):2115–2124

    Article  Google Scholar 

  9. McDonald J (2008) Adapative intelligent power systems: active distribution networks. Energ Policy 36(12):4346–4351

    Article  Google Scholar 

  10. Harrison GP, Wallace AR (2005) Optimal power flow evaluation of distribution network capacity for the connection of distribution generation. Proc Inst Elec Eng Gen Transm Distrib 152:115–122

    Article  Google Scholar 

  11. Ochoa L, Dent CJ, Harrison GP (2010) Distribution network capacity assessment: variable DG and active networks. IEEE Trans Power Syst 25:87–95

    Article  Google Scholar 

  12. Giasemidis G, Haben S, Lee TE, Singleton C (2017) A genetic algorithm approach for modelling low voltage network demands. Appl Energy 203:463–473

    Article  Google Scholar 

  13. http://www.thamesvalleyvision.co.uk/ Accessed 20 Apr 2017

  14. Wood S (2006) Generalised additive models: an introduction with R. CRC press, Taylor and Francis Group, USA

    MATH  Google Scholar 

  15. A. Pierrot and Y. Goude, (2011) Short-term electricity load forecasting with generalised additive models. 16th international conference on intelligent system applications to power systems

    Google Scholar 

  16. Technology EA (2014) Assessing the impact of low carbon technologies on Great Britain’s power distribution networks https://www.ofgem.gov.uk/publications-and-updates/assessing-impact-low-carbon-technologies-great-britains-power-distribution-networks.

  17. Poghosyan A, Greetham DV, Haben S, Lee T (2015) Long term individual load forecast under different electrical vehicles uptake scenarios. Appl Energy 157:699–709

    Article  Google Scholar 

  18. Hattam L, Greetham DV (2017) Green neighbourhoods in low voltage networks: measuring impact of electric vehicles and photovoltaics on load profiles. Journal of Modern Power Systems and Clean Energy 5(1):105–116

    Article  Google Scholar 

Download references

Acknowledgements

This paper uses data provided by Scottish and Southern Electricity Networks (SSEN), as part of the New Thames Valley Vision Low Network Fund, funded by OFGEM. Additional thanks to D. Roberts from EA Technology for his comments on earlier drafts.

Author information

Authors and Affiliations

Authors

Corresponding author

Correspondence to T. E. Lee.

Ethics declarations

Competing interests

The author declares that she has no competing interests.

Publisher’s Note

Springer Nature remains neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Rights and permissions

Open Access This article is distributed under the terms of the Creative Commons Attribution 4.0 International License (http://creativecommons.org/licenses/by/4.0/), which permits unrestricted use, distribution, and reproduction in any medium, provided you give appropriate credit to the original author(s) and the source, provide a link to the Creative Commons license, and indicate if changes were made.

Reprints and permissions

About this article

Check for updates. Verify currency and authenticity via CrossMark

Cite this article

Lee, T.E. Predicting key features of a substation without monitoring. Mathematics-in-Industry Case Studies 8, 3 (2017). https://doi.org/10.1186/s40929-017-0013-z

Download citation

  • Received:

  • Accepted:

  • Published:

  • DOI: https://doi.org/10.1186/s40929-017-0013-z

Keywords