Вы находитесь на странице: 1из 5

See discussions, stats, and author profiles for this publication at: https://www.researchgate.

net/publication/344346518

Smart meter-driven estimation of PV hosting capacity

Conference Paper · September 2020

CITATIONS READS

0 32

5 authors, including:

Andreas T. Procopiou Michael Z. Liu


Watts Battery Corp University of Melbourne
40 PUBLICATIONS   159 CITATIONS    11 PUBLICATIONS   8 CITATIONS   

SEE PROFILE SEE PROFILE

Luis(Nando) Ochoa
University of Melbourne
258 PUBLICATIONS   5,231 CITATIONS   

SEE PROFILE

Some of the authors of this publication are also working on these related projects:

Assessment of Integration Solution Methods for Increasing PV Hosting Capacity View project

Low Voltage Network Solutions View project

All content following this page was uploaded by Luis(Nando) Ochoa on 24 September 2020.

The user has requested enhancement of the downloaded file.


CIRED 2020 Berlin Workshop Berlin, 4 - 5 June 2020

Paper 265

Smart Meter-Driven Estimation of PV Hosting Capacity


Andreas T. Procopiou 1, Michael Z. Liu* 1, Luis F. Ochoa 1
Tom Langstaff 2 and Justin Harding 2
1
Department of Electrical and Electronic Engineering, The University of Melbourne, Melbourne, Australia
2
AusNet Services, Melbourne, Australia
*andreasprocopiou@ieee.org

r
Keywords: DISTRIBUTION NETWORKS, PV HOSTING CAPACITY, SMART METERS, ANALYTICS

pe
Abstract
As residential solar PV continues to grow around the world, voltage rise issues are expected to occur on the very infrastructure
they are connected to: the low-voltage (LV) networks. To avoid connection requests being unnecessarily delayed or even
rejected, distribution companies need to adequately assess the extent to which LV networks can host solar PV. This paper
proposes a smart meter-driven methodology to quickly estimate the hosting capacity of LV networks without the need of

Pa
complex and detailed network studies or the adoption of generic assumptions. Using smart meter data, a simple -yet practical-
univariate regression model is trained to estimate the average (diversified) active power per customer that can lead to voltages
outside the upper statutory limit. This value, in turn, can be used to calculate the additional PV capacity that can be hosted by
the LV network. The proposed methodology is adopted considering smart meter data produced from realistic simulations of
progressive PV penetrations on a real Australian HV feeder supplying 79 LV networks. Findings show that the proposed
analytical technique provides adequate estimations of hosting capacity, making it a faster and simpler alternative to model-based
approaches.
ed
1 Introduction capacity that can be hosted by the LV network. To understand
what the HC estimation might mean across customers, the
As solar PV penetrations continue to grow around the world, estimated diversified active power per customer is presented
significant technical challenges (i.e., voltage rise, asset including prediction limits to cater for uncertainties.
congestion) are expected to occur on the very infrastructure
they are connected to: the low-voltage (LV) and medium- The performance of the proposed methodology is assessed on
voltage (MV) networks [1, 2]. As such, many Distribution a real Australian MV-LV feeder considering hybrid smart
pt

Network Operators (DNOs) have adopted simple approaches meter data from a 5-year horizon with progressive PV
to estimate PV penetration limits (e.g., percentage of the penetrations. For the later, actual anonymized demand and
capacity of the distribution transformer, number of PV irradiance profiles were used to run unbalanced, time-series
installations, etc.). power flows for multiple days to extract customer voltages.
ce

Whilst, in principle, the use of a PV penetration limit is a 2. Smart Meter-Driven Hosting Capacity
sensible approach to swiftly deal with many connection A flowchart of the methodology proposed is present in Fig. 1
requests, the lack of advanced planning approaches has led and its main steps are descripted in this section.
DNOs to adopt values that might under or overestimate their
actual hosting capacity (HC), particularly due to voltage issues
in LV networks [3]. This, in turn, becomes a barrier for the
2.1. Methodology
widespread adoption of solar PV as it can create delays, Smart meter database. The daily smart meter data (i.e., P, Q,
Ac

increase cost, and could undermine the consumer V) from all customers (indexed 𝑖𝑖) in a given LV network are
attractiveness of the technology. extracted from the smart meter database.

This paper proposes a methodology based on smart meter data Data Processing. The smart meter data are then analyzed and
to quickly estimate the HC of LV networks without the need cleaned from missing and inconsistent values. Once cleaned,
of complex and detailed network studies or the adoption of the maximum voltage recorded for each day is identified and
generic assumptions. Leveraging historical smart meter data of the corresponding active powers (same timestamp) are added
a given LV network (i.e., active/reactive power, voltage), a up. Finally, a new dataset is produced containing the maximum
simple -yet practical- univariate regression model is trained to voltage and the aggregated power for each day.
estimate the average (diversified) active power per customer
that can lead to voltages outside the upper statutory limit. This Model Production. The new dataset is used to train a
value, in turn, can be used to calculate the additional PV supervised (i.e., gradient decent) univariate regression model

1
CIRED 2020 Berlin Workshop Berlin, 4 - 5 June 2020

Paper 265

Clean of Data Prepare Data


Training & Test Sets Estimated
𝑃𝑖,𝑡, 𝑄𝑖,𝑡 , 𝑉𝑖,𝑡 Identify daily max voltages Max V Hosting
Train Model
& Capacity
Calculate aggregated active using training dataset
Aggregated P
power (P) corresponding to Evaluate Model HC Estimation Model
Smart Meter Data daily maximum voltages using test dataset
Database
Fig. 1 Smart Meter-Driven Hosting Capacity Estimation Flow chart

r
the HC estimation might mean across customers. It is

pe
99% Prediction important to highlight that a positive value here represents
Upper Limit
Confidence power exports (i.e., demand lower than PV generation hence
Band
reverse power flow) and a negative value represents power
Smart
Meter imports (i.e., demand higher than PV generation).
Data

Model
99% Prediction The Model corresponds to the trained regression fit (𝑦 = 𝑎𝑥 +
Lower Limit
Performance 𝑐), that allows estimating the maximum voltage (𝑦) in the LV

Pa
HC Estimations network for a given value of diversified active power (𝑥) and
Importing Exporting its performance is denoted with the 𝑅2 . In general, the higher
the 𝑅2 , the better the model can predict a dependant variable
Fig. 2 HC Estimation Model demonstration example (i.e., maximum voltage) given an independent variable (i.e.,
aggregated active power). While this metric provides an
i.e., 𝑦 = 𝑎𝑥 + 𝑐, where 𝑦 is the dependant variable (i.e.,
overall value of the model performance, other metrics (i.e.,
maximum voltage), 𝑥 is the dependant variable (i.e., prediction limits, confidence band) should also be considered
aggregated active power) and 𝑐 is the y-axis intercept. First, to understand the level of estimation accuracy. As such the HC
the dataset is split in two subsets: the training (75% of dataset) estimation model provides also the 99% estimation prediction
and test (15% of dataset) subsets. The training subset is used
ed
limits (dashed grey lines). In other words, the estimated
to train the model by adopting a gradient decent optimization maximum voltage has a 99% probability to lie between the
algorithm to find the minimum of the loss function (i.e., mean upper and lower prediction limits. Similarly, the confidence
square error of each predicted value of 𝑦 and 𝑥). Once the band provides the 99% confidence level of the estimated
training is finished, the test subset is used to evaluate the 𝑅2 maximum voltages which in other words means that in
performance of the trained model. 𝑅2 is a statistical measure average, the maximum voltage considering different scenarios
that describes the percentage (0 to 100%) of the dependent (generation, demand) will be within this band. In other words,
variable variation been explained (correctly predicted) by the
pt

the smaller the band, the more accurate is the trained model.
trained model. In general, the higher the 𝑅2 , the better the
model can predict the dependant variable (i.e., maximum In terms of the HC estimations, the estimation model provides
voltage) given an independent variable (i.e., active power). three values, and these correspond to the:
• 𝑋ℎ𝑐−𝑚𝑜𝑑𝑒𝑙 , HC directly estimated by the model.
HC Estimation. Once the model is produced, the HC of the
• 𝑋ℎ𝑐−99ℎ𝑖𝑔ℎ , HC considering the upper prediction limit.
ce

LV network can be estimated by relating the aggregated active


power (or diversified per customer) to the voltage considered • 𝑋ℎ𝑐−99𝑙𝑜𝑤 , HC considering the lower prediction limit.
to be the maximum acceptable voltage by the DNO (e.g., upper The 𝑋ℎ𝑐−99ℎ𝑖𝑔ℎ and 𝑋ℎ𝑐−99𝑙𝑜𝑤 can be considered as the range
statutory limit). of possible HC estimations with the former representing a
conservative estimation while the latter a more optimistic one.
2.2. HC Estimation Model Demonstration
3. Case Study
Ac

Fig. 2 presents an example of the HC Estimation Model. For


simplicity and demonstration purposes, the model was trained The performance of the proposed methodology is assessed
using a limited volume of smart meter data. considering a large hybrid smart meter dataset of more than
4600+ residential customers from a 5-year horizon with
The Y-axis corresponds to the daily maximum voltage (p.u.) progressive PV penetrations. For the later, actual anonymized
of all customers in the LV network while the X-axis demand (P, Q) and irradiance profiles were used to run
corresponds to the diversified imports/exports (kW) in the unbalanced, time-series power flows for multiple days to
corresponding LV network. The diversified imports/exports extract customer voltages, V.
(kW) correspond to the LV network aggregated active power
(i.e., net demand) divided by the total number of customers 3.1. Real Australian HV Feeder
connected to the LV network. While the model, in effect, A real 22kV MV feeder, shown in Fig. 3, with 79 residential,
estimates the aggregated active power, this is presented as a underground LV networks (circles) from Victoria, Australia,
diversified value (per customer) in order to understand what

2
CIRED 2020 Berlin Workshop Berlin, 4 - 5 June 2020

Paper 265

r
Fig. 3 MV-LV Network Topology

pe
Table 1 HC based on Smart Meter Data
Diversified Aggregated Penetration
kW kW (%)
Hosting Capacity 2.52 347 60
Fig. 4 HC Estimation at different PV penetrations
First Voltage Violation

Pa
2.27 313 57 Considering all smart meter data in one of the largest LV
(worst case)
networks (500kVA transformer, supplying 138 customers), on
owned and operated by the DNO AusNet Services [4], is used average, the HC found to be 320kW of exports (2.32kW
in the case study. For simplicity, the voltage at the head of the diversified), and this value is used to assess the performance
HV feeder is considered to be constant at 22 kV (1.0 pu) which of the HC estimation model. Additionally, for comparison
corresponds to the voltage target setting used by the on-load purposes, the aggregated power of the first voltage violation
tap changers (OLTCs) at the substation. All LV transformer (i.e., 313kW-aggregated/2.27kW-diversified exports) is
off-load taps are assumed to be at position 2 (effectively considered understand the extent to which the model’s
transforming to 420 V), leading to ~1.05p.u. of voltage on the prediction limits cover potential outliers (i.e., worst-case
secondary side of the LV transformer assuming no-load scenario). These are also shown in Table 1.
ed
conditions.
Fig. 4, presents the HC estimation models constructed at
3.2. Hybrid Smart Meter Data different penetration levels (10 to 70%, steps of 10%). For
example, for a given X% penetration level, the model is
To create a realistic smart meter database for all residential
constructed with all smart meter data from day 1 (0%) until the
customers, detailed time-series power flow simulations were
day were X% of customers have a solar PV. This process is
performed for a duration of 5 years where the penetration of
trying to emulate real-life case scenarios where the user (e.g.,
pt

solar PV (% of houses with PV) was progressively increasing


DNO) can use all available smart meter data (in a given LV
from 0 to 100% throughout the years. A random PV uptake is
network) until the current day (i.e., representing an X%
considered that allows emulating the evolution of PV system
penetration level) to construct the Smart Meter-Driven HC
integration and capturing their seasonal effects on the network,
Estimation Model. For clarity and additional information, all
in a progressive and realistic manner.
smart meter data points shown in Fig. 4 are colour-coded based
ce

on their distance from the LV transformer. This allows


At the end of the time-series power flow simulations, a set of
understanding where each maximum voltage point is located
87,600 P, Q and V points is created for each residential
within the network.
customer, representing 5-years’ (i.e., 30-min resolution) worth
of smart meter data measurements (P, Q and V). For simplicity
As it can be observed, the magnitude of the daily maximum
and ease of referencing, these data were timestamped in the
voltage is increasing with the penetration levels and around
form of YYYY-MM-DD HH:MM:SS and given a range
60% of PV penetration level, the total aggregated power is
Ac

between 2018-01-01 00:00:00 to 2022-12-30 23:30:00. In


leading to voltages that violate the upper statutory limit (i.e.,
total, the database of the hybrid smart meter data produced for
1.1 p.u.). Considering the location (i.e., colour of data points)
this case study consists of almost 1 billion data points (3Gb+).
of the maximum voltage , Fig. 4 shows that this is varying
through the days as new PV system are installed in different
3.3. Results – Individual LV Network locations within the network (i.e., random uptake). For
To assess the performance of the proposed methodology, the example, while at a given day the maximum voltage location
estimation model is constructed at different penetration levels could be located at a customer with a PV system in the middle
of solar PV and the corresponding HC (i.e., amount of of an LV feeder, a new PV system installation of the same size
aggregated/diversified kW leading to 1.1 of maximum located at the end of the feeder might lead to larger voltage rise
voltage) of the LV network is estimated to understand the due to the larger electrical distance (i.e., higher impedance
extent to which penetration level the proposed HC estimation between the head of the feeder and the customer). On the other
methodology can provide meaningful results. hand, a new larger PV system installation closer to the head of

3
CIRED 2020 Berlin Workshop Berlin, 4 - 5 June 2020

Paper 265

Table 2 Overall Performance considering all 79 LV Networks


Penetration Level 10% 20% 30% 40% 50% 60% 70% 80% 90% 100%
Average Accuracy Error (%) 43 44 35 26 21 17 12 9 7 7
Percentage (%) of LV networks where Hosting
60 69 76 83 86 95 100 100 100 100
Capacity was included in the HC Estimation range
Percentage (%) of LV networks where the first voltage
62 71 76 86 93 95 100 100 100 100

r
violation was included in the HC Estimation range
another LV the feeder (connected to the same LV transformer) assumptions. The proposed methodology adopts a simple -yet

pe
might lead to higher voltage rise. This effect is in fact more practical- univariate regression model to estimate the average
obvious at low penetration levels (below 50%) where the (diversified) active power per customer of a given LV network
number of customers with PV systems is low, hence the that can lead to voltages outside the upper statutory limit. This
location and size of every new PV system installation can value can, in turn, be used to calculate the additional PV
affect the location of the maximum voltage. At larger capacity that can be hosted by the LV network.
penetration levels (above 50%), where more and more PV
systems are likely to be installed further to the LV transformer, The performance of the proposed methodology is assessed on

Pa
the location of the maximum voltage is shown to be always a real Australian MV-LV feeder considering realistic smart
located closer to the end of the feeders (in red). meter data from a 5-year horizon with progressive PV
penetrations. For the latter, actual anonymized demand and
Crucially, as the results show, the proposed HC Estimation irradiance profiles were used to run unbalanced, time-series
Model was able to provide an adequate HC estimation of this power flows for multiple days to extract customer voltages.
LV network from as early as 20% of PV penetration. For Findings show that the proposed analytical technique provides
example, at 20% penetration, the HC estimation model adequate estimations of PV hosting capacity, making it a faster
estimated that voltage violations will appear between 2.4 and and simpler alternative to model-based approaches.
3.1kW of diversified exports (see red circle), which was indeed Ultimately, such data-driven approaches can speed up PV
capturing the actual HC of 2.52kW diversified exports at 60% connection requests, hence accelerate the transition towards a
ed
of PV penetration (see red circle at 60% penetration). low-carbon energy future.

3.4. Results – Performance of all LV Networks 5. Acknowledgments


To understand the overall performance of the proposed The work presented in this paper is part of the project
methodology, the average accuracy error of the estimated HC Advanced Planning of PV-Rich Distribution Networks funded
is calculated for each penetration level and for all LV networks by the Australian Renewable Energy Agency (ARENA)
pt

(total of 41 out of 79) that experienced voltage violations. Advancing Renewables Program and led by The University of
Moreover, for each penetration level, the percentage of LV Melbourne in collaboration with AusNet Services. The views
networks for which the HC estimation range (i.e., prediction expressed herein are not necessarily the views of the
limits) successfully covered the HC (calculated using smart Australian Government, and the Australian Government does
meter data) and the first voltage violation, are provided. In not accept responsibility for any information or advice
ce

general, the average accuracy error appears to be higher for contained herein.
low penetration levels and reduces with higher penetrations.
6. References
Overall, it was found that the proposed methodology can
provide meaningful estimations from as early as 30% of PV [1] M. M. Haque and P. Wolfs, "A review of high PV
penetration. More specifically, at 30% penetration, the actual penetrations in LV distribution networks: Present status,
HC for 81% of the LV networks was captured by the proposed impacts and mitigation measures," Renewable and
Ac

methodology estimation range, while the same number Sustainable Energy Reviews, vol. 62, pp. 1195-1208
increased to 83% and 86% for 40 and 50% PV penetrations, [2] A. Navarro-Espinosa and L. F. Ochoa, "Probabilistic
respectively. More importantly, a very similar performance is Impact Assessment of Low Carbon Technologies in LV
observed for the case of first voltage violation, which shows Distribution Systems," IEEE Transactions on Power
that the proposed methodology can also cover potential Systems, vol. 31, no. 3, pp. 2192-2203, 2016, doi:
outliers (i.e., worst-case scenario). 10.1109/TPWRS.2015.2448663.
[3] A. T. Procopiou and L. F. Ochoa, "Deliverable 3 Analysis
of Network Impacts due to Solar PV," Solar PV
4. Conclusions Penetration and HV-LV Network ImpactsAustralia:
This paper presents a smart meter data-driven analytical AusNet Services, 2018, p. 28.
methodology proposed to quickly estimate the Hosting [4] A. T. Procopiou and L. F. Ochoa, "Deliverable 1 HV-LV
Capacity of LV networks without the need of complex and modelling of selected HV feeders," Advanced Planning of
detailed network studies or the adoption of generic PV-Rich Distribution Networks: AusNet Services, 2019

View publication stats

Вам также может понравиться