SlideShare a Scribd company logo
1 of 21
A multi-period management method at user
level for storage systems using artificial
neural network forecasts
G. Belli, A. Burgio, D. Menniti, A. Pinnarelli,
N. Sorrentino, P. Vizza
P.Vizza - EEEIC 2016
2
SUMMARY
 Framework
 Forecasting model
PV Forecasting Model
Load Forecasting Model
 Storage Management Method
Description Method
The University of Calabria case study
Simulation
Minimization of exchanged energy
Minimization of grid Power Peaks
 Conclusion and future aim
P.Vizza - EEEIC 2016
3
The well-known tendency to produce on
site the necessary energy to the end user
by means of small size plants, generally
from non-programmable renewable
sources, led to a rapid increase of installed
photovoltaic power.
The PV power non-programmability can reduce the economic and environmental benefits.
To increase the possibility to self-consume the produced energy and increase the profit for the
user, storage systems should be utilized, furthermore generation and load forecasting systems
would be useful.
In addition, with the new Italian Electricity Market tools, 48 hours to 7 days ahead PV and load
forecasts could be necessary.
Worth noting that storage systems, particularly battery devices, have a limited lifetime, related to
their charge and discharge cycles. For this reason, it is opportune to manage storage systems with a
specific strategy that ensure them a long lifetime.
FRAMEWORK
P.Vizza - EEEIC 2016
4
Energy
Energy
Money
Money
Energy
Energy
It would be interesting to observe the benefits
for a single user equipped with a PV
generation system and a storage system.
FRAMEWORK
A goal for the user should be to make “himself-sustainable”, satisfying his total energy demand by
means of local energy production, minimizing the exchanges of energy with the grid.
First of all
PV and Load Forecasting Models are necessary
P.Vizza - EEEIC 2016
5
Many forecasting methods are able to obtain high levels of accuracy with limited percentage
errors. In such methods, accurate meteorological data are utilized; but such meteorological data
are not always available.
Therefore, a “practical” PV power
forecast method is implemented.
This method is a single-step
method, which predicts the
production 2/7 days ahead, using
weather forecasts directly from the
web. The method implements an
ANN that predicts the power of a
PV plant, starting from definite
inputs.
PV FORECASTING MODEL
P.Vizza - EEEIC 2016
6
• 5 input neurons (meteorological
condition of the considered hour h,
meteorological condition of the hour h+1,
meteorological condition of the hour h-1,
the hourly irradiance, the considered
hour);
• 30 hidden layer neurons;
• 1 output neuron (hourly forecasted
power production).
The implemented Multi Layer Perceptron (MLP) Artificial Neural
Network (ANN) consists of:
PV FORECASTING MODEL
P.Vizza - EEEIC 2016
7
Another two important evaluated parameters are the maximum absolute error and the MAE (Mean
Absolute Error): such parameters are respectively 6.7% and 2.6% of rated PV power plant.
The MAPE (Mean Absolute Percentage Error) is equal to 9.8%. The percentage error becomes
minimum (less than 1%) for the hours of higher production.
PV FORECASTING MODEL
P.Vizza - EEEIC 2016
8
LOAD FORECASTING MODEL
The load forecasting model implemented in
this paper utilizes accessible data and it is a
‘‘simple and practical’’ model; such a model
predicts also individual and aggregate loads.
Although its simplicity the results
demonstrate the good performances of the
model.
Load forecast is utilized for several purposes, specially for islanded operation, because it is
necessary to guarantee grid stability, in addition to allow programmable generation system to
work at a maximum efficient point.
P.Vizza - EEEIC 2016
9
• 7 input neurons (month, day, day type, hour,
daily maximum temperature, daily minimum
temperature and daily average temperature);
• 30 hidden layer neurons;
• 1 output neuron (hourly forecasted power
consumption).
The implemented ANN consists of:
LOAD FORECASTING MODEL
P.Vizza - EEEIC 2016
10
The load forecasting model has been tested on real data of a typical user. The forecasted and
the real load profiles are shown, for three days (Thursday, Friday and Saturday). The obtained
Mean Absolute Error (MAE), compared to the rated power of the considered user’s contract is
less than 6%, that is an acceptable error for the purpose of the method.
LOAD FORECASTING MODEL
P.Vizza - EEEIC 2016
11
Nomenclature
𝑃𝑔 𝑡
𝑑 Grid Transferred Power; (time t, day d)
𝑃𝐿 𝑡
𝑑 Load Power; (time t, day d)
𝑃𝑆 𝑡
𝑑 Storage Transferred Power; (time t, day d)
𝐸𝑆 𝑡
𝑑 Storage Energy Level; (time t, day d)
𝐸𝑆 𝑚𝑖𝑛
, 𝐸𝑆 𝑚𝑎𝑥
Minimum and maximum Storage Energy Level
𝑃𝑆 𝑚𝑖𝑛
, 𝑃𝑆 𝑚𝑎𝑥
Minimum and maximum Storage Power
𝐸𝑆 𝐼𝑛𝑖𝑡
Initial Energy stored
STORAGE MANAGEMENT METHOD
The main equations which describe the
MPSM method are as follow:
𝑂𝐹: min
𝑡=1
𝑑=1
𝐷
𝑇
𝑓(𝑃𝑔 𝑡
𝑑
) (1)
s.t.
𝑃𝑔 𝑡
𝑑
= 𝑃𝐿 𝑡
𝑑
− 𝑃𝑃𝑉 𝑡
𝑑
+ 𝑃𝑆 𝑡
𝑑
(2)
𝐸𝑆 𝑡+1
𝑑
= 𝐸𝑆 𝑡
𝑑
+ 𝑃𝑆 𝑡
𝑑
∗ 𝑡 (3)
𝐸𝑆 𝑚𝑖𝑛
≤ 𝐸𝑆 𝑡
𝑑
≤ 𝐸𝑆 𝑚𝑎𝑥
(4)
𝑃𝑆 𝑚𝑖𝑛
≤ 𝑃𝑆 𝑡
𝑑
≤ 𝑃𝑆 𝑚𝑎𝑥
(5)
𝑠𝑖𝑔𝑛 𝑃𝑆 𝑡
𝑑
= 𝑠𝑖𝑔𝑛(𝑃𝑃𝑉 𝑡
𝑑
− 𝑃𝐿 𝑡
𝑑
) (6)
𝐸𝑆 𝑡=1
𝑑=1
= 𝐸𝑆 𝐼𝑛𝑖𝑡
(7)
“Real Time” management method
If 𝑃𝐿 𝑡
𝑑
< 𝑃𝑃𝑉 𝑡
𝑑
→ 𝑃𝑆 𝑡
𝑑
≥ 0
If 𝑃𝐿 𝑡
𝑑
≥ 𝑃𝑃𝑉 𝑡
𝑑
→ 𝑃𝑆 𝑡
𝑑
≤ 0
If 𝑃𝐿 𝑡
𝑑
< 𝑃𝑃𝑉 𝑡
𝑑
→ 𝑃𝑆 𝑡
𝑑
≤𝑃𝑃𝑉 𝑡
𝑑
− 𝑃𝐿 𝑡
𝑑
If 𝑃𝐿 𝑡
𝑑
≥ 𝑃𝑃𝑉 𝑡
𝑑
→ 𝑃𝑆 𝑡
𝑑
≥𝑃𝑃𝑉 𝑡
𝑑
− 𝑃𝐿 𝑡
𝑑
P.Vizza - EEEIC 2016
12
The considered building has a maximum
power consumption of 25 kW and the
installed PV plants power is 45 kW.
The test considers a time period of 7 days,
from the 10th to 16th October 2015.
After determining load and PV power
profiles, it is necessary to size storage
system for the required function.
The considered prosumer is a build of University of Calabria: this is a business user, equipped
with photovoltaic plant.
STORAGE MANAGEMENT METHOD
P.Vizza - EEEIC 2016
13
The considered PV power is 45 kW, that is the rated PV power of the installed PV plants.
Storage capacity will be the smallest between the resulting
average daily energy purchased and supplied to the grid. This
analysis is carried out for profiles of a typical day.
After calculating storage capacity, an overestimation to be
conservative will be necessary: an increase of 20% will be
considered. In addition, in order to safeguard the storage
useful life, a residual state of charge (SOC) of 40% has to be
considered as a further increase of the estimated storage
capacity.
Storage capacity is calculated to supply loads and limit the
exchange of energy with the grid.
STORAGE MANAGEMENT METHOD
P.Vizza - EEEIC 2016
14
In this case, the daily purchased energy is almost 170 kWh, whereas the energy supplied
to the grid is 80 kWh; so the storage would have a capacity of 80 kWh, and considering
the further increase the obtained storage capacity is about 140 kWh.
Purchased
170 kWh
Supplied
80 kWh
STORAGE MANAGEMENT METHOD
P.Vizza - EEEIC 2016
15
Simulation
The first group of simulation aims to
minimize the total exchange of energy with
the grid, trying to make the prosumer self-
sustainable and to avoid congestions on the
grid.
While the second group of simulation aims
to minimize only the peaks of power during
the day, trying to reduce the costs of energy
supply and to avoid worthless oversize of
the generation plants.
The overall energy exchanged between the user and the grid without using a storage device
is equal to 1.68 MWh, where 1.13 MWh is the energy purchased by the user and 0.55 MWh
is the energy supplied to the grid.
STORAGE MANAGEMENT METHOD
P.Vizza - EEEIC 2016
16
Simulation
Total exchange of energy with the energy grid minimization.
For the first group of simulations, when none management method is utilized, the total
energy exchange with the grid decreases until 0.69 MWh, where 0.60 MWh is the purchased
energy by the user and 0.09 MWh supplied to the grid. If the storage is managed by MPSM
method, the total energy exchanged with the grid is equal to 0.68 MWh. Respect the
previous case, the difference is very limited.
STORAGE MANAGEMENT METHOD
-30
-20
-10
0
10
20
30
Real Time management method
MPSM method
P.Vizza - EEEIC 2016
17
Although this difference is only 0.01 MWh, the positive effect of the MPSM method consists in
the possibility to maximize the performance of the storage system. Indeed, using a “real time”
operation strategy, the charge and discharge cycles are not optimized because they are partial
cycles, while with MPSM method, the storage executes full cycles of charge and discharge.
STORAGE MANAGEMENT METHOD
Storage Cycles Optimization
P.Vizza - EEEIC 2016
18
For the second group of simulations, while the power exchanged in “real time” reaches 23 kW,
if the MPSM method is utilized, the power exchanged reaches about 8 kW.
Minimization the peaks of power exchanged with the grid
STORAGE MANAGEMENT METHOD
P.Vizza - EEEIC 2016
19
OPTIMIZED RATED PV POWER
Moreover a simulation using the
optimized rated PV Power is carried
out; Similarly to the previous
subsection the storage system is
properly sized and the obtained
capacity is about 240 kWh.
139 kWh
136 kWh
STORAGE MANAGEMENT METHOD
The obtained result of the total energy
exchanged with the grid is equal to 0.41
MWh, where 0.25 MWh is the
purchased energy by the user and 0.16
MWh is the energy supplied to the grid.
This simulation shows that before to use
the MPSM method, optimal PV and
storage sizing is necessary.
P.Vizza - EEEIC 2016
20
CONCLUSION AND FUTURE AIMS
• The paper shows the importance of an opportune management method for storage
devices. In fact, the positive effect resulting from the use of storage systems, particularly
in relation to non-programmable resources, can be increased if an appropriate
management strategy is utilized.
• One of the feature of the implemented method is its multi-periodicity. In fact, if the
management is made on more days, there are more data input and the storage can be
managed in a better way.
• First of all, the method minimizes the total energy exchanged with the grid to make users
self-sustainable. This implies the use of opportune PV and load forecast models. Secondly
the method is also utilized to reduce the peak of power exchanged with the grid.
• Moreover, it is underlined that an accurate sizing of PV and storage systems is necessary
before to implement and utilize a management strategy.
• It would be interesting evaluate the behavior of the method if a schedulable load is
adopted, otherwise if an additional programmable source is adopted.
P.Vizza - EEEIC 2016
21
Thanks
for your attention
Any question?
mail: pasquale.vizza@unical.it

More Related Content

What's hot

Fuel cell vehicle projects in texas richard thompson - oct 2010
Fuel cell vehicle projects in texas   richard thompson - oct 2010Fuel cell vehicle projects in texas   richard thompson - oct 2010
Fuel cell vehicle projects in texas richard thompson - oct 2010
cahouser
 
Implementation of solar pv battery and diesel generator based electric vehic...
Implementation of solar pv  battery and diesel generator based electric vehic...Implementation of solar pv  battery and diesel generator based electric vehic...
Implementation of solar pv battery and diesel generator based electric vehic...
Asoka Technologies
 

What's hot (20)

Graduation Project - PV Solar With MPPT System
Graduation Project - PV Solar With MPPT SystemGraduation Project - PV Solar With MPPT System
Graduation Project - PV Solar With MPPT System
 
Poland 2
Poland 2Poland 2
Poland 2
 
ICPCCI19_CPG-UVT BASED GRID CONNECTED PV SYSTEM
ICPCCI19_CPG-UVT BASED GRID CONNECTED PV SYSTEMICPCCI19_CPG-UVT BASED GRID CONNECTED PV SYSTEM
ICPCCI19_CPG-UVT BASED GRID CONNECTED PV SYSTEM
 
An Intelligent Power Management Investigation for Stand-alone Hybrid System U...
An Intelligent Power Management Investigation for Stand-alone Hybrid System U...An Intelligent Power Management Investigation for Stand-alone Hybrid System U...
An Intelligent Power Management Investigation for Stand-alone Hybrid System U...
 
Lecture 2: Electrical load demand analysis and management
 Lecture 2: Electrical load demand analysis and management  Lecture 2: Electrical load demand analysis and management
Lecture 2: Electrical load demand analysis and management
 
IRJET- Simulation of Solar PV and DG based Hybrid Micro Grid
IRJET-  	  Simulation of Solar PV and DG based Hybrid Micro GridIRJET-  	  Simulation of Solar PV and DG based Hybrid Micro Grid
IRJET- Simulation of Solar PV and DG based Hybrid Micro Grid
 
IRJET- Performance Evaluation of Stand-Alone and on Grid Photovoltaic System ...
IRJET- Performance Evaluation of Stand-Alone and on Grid Photovoltaic System ...IRJET- Performance Evaluation of Stand-Alone and on Grid Photovoltaic System ...
IRJET- Performance Evaluation of Stand-Alone and on Grid Photovoltaic System ...
 
ENERGY MANAGEMENT SYSTEM FOR CRITICAL LOADS USING POWER ELECTRONICS
ENERGY MANAGEMENT SYSTEM FOR CRITICAL LOADS USING POWER ELECTRONICSENERGY MANAGEMENT SYSTEM FOR CRITICAL LOADS USING POWER ELECTRONICS
ENERGY MANAGEMENT SYSTEM FOR CRITICAL LOADS USING POWER ELECTRONICS
 
What is mppt solar charge controller
What is mppt solar charge controllerWhat is mppt solar charge controller
What is mppt solar charge controller
 
A SMART RESIDENTIAL PV AND ENERGY STORAGE SYSTEM
A  SMART RESIDENTIAL PV AND ENERGY STORAGE SYSTEMA  SMART RESIDENTIAL PV AND ENERGY STORAGE SYSTEM
A SMART RESIDENTIAL PV AND ENERGY STORAGE SYSTEM
 
Dual Mode Control of Grid Connected Photovoltaic System
Dual Mode Control of Grid Connected Photovoltaic SystemDual Mode Control of Grid Connected Photovoltaic System
Dual Mode Control of Grid Connected Photovoltaic System
 
Feasibility and optimal design of a hybrid power system for rural electrifica...
Feasibility and optimal design of a hybrid power system for rural electrifica...Feasibility and optimal design of a hybrid power system for rural electrifica...
Feasibility and optimal design of a hybrid power system for rural electrifica...
 
Fuel cell vehicle projects in texas richard thompson - oct 2010
Fuel cell vehicle projects in texas   richard thompson - oct 2010Fuel cell vehicle projects in texas   richard thompson - oct 2010
Fuel cell vehicle projects in texas richard thompson - oct 2010
 
A Unified Control and Power Management Scheme for PV-Battery-Based Hybrid Mic...
A Unified Control and Power Management Scheme for PV-Battery-Based Hybrid Mic...A Unified Control and Power Management Scheme for PV-Battery-Based Hybrid Mic...
A Unified Control and Power Management Scheme for PV-Battery-Based Hybrid Mic...
 
Control strategy for power flow management in a pv system supplying dc loads
Control strategy for power flow management in a pv system supplying dc loadsControl strategy for power flow management in a pv system supplying dc loads
Control strategy for power flow management in a pv system supplying dc loads
 
EDIBON Energy Units
EDIBON Energy UnitsEDIBON Energy Units
EDIBON Energy Units
 
CSTEP BORRERO R poster
CSTEP BORRERO R posterCSTEP BORRERO R poster
CSTEP BORRERO R poster
 
Project overview
Project overviewProject overview
Project overview
 
Planning and Designing a Stand Alone Solar Power System for Multi-Building Or...
Planning and Designing a Stand Alone Solar Power System for Multi-Building Or...Planning and Designing a Stand Alone Solar Power System for Multi-Building Or...
Planning and Designing a Stand Alone Solar Power System for Multi-Building Or...
 
Implementation of solar pv battery and diesel generator based electric vehic...
Implementation of solar pv  battery and diesel generator based electric vehic...Implementation of solar pv  battery and diesel generator based electric vehic...
Implementation of solar pv battery and diesel generator based electric vehic...
 

Similar to A multi-period management method at user level for storage systems using artificial neural network forecasts

Optimal Capacitor Placement for IEEE 14 bus system using Genetic Algorithm
Optimal Capacitor Placement for IEEE 14 bus system using Genetic AlgorithmOptimal Capacitor Placement for IEEE 14 bus system using Genetic Algorithm
Optimal Capacitor Placement for IEEE 14 bus system using Genetic Algorithm
AM Publications
 
Presentation 1 of Phd Ali literature review.pptx
Presentation 1 of Phd Ali literature review.pptxPresentation 1 of Phd Ali literature review.pptx
Presentation 1 of Phd Ali literature review.pptx
AlzuhairyAli1
 

Similar to A multi-period management method at user level for storage systems using artificial neural network forecasts (20)

Quaid-e-Azam solar park.pptx
Quaid-e-Azam solar park.pptxQuaid-e-Azam solar park.pptx
Quaid-e-Azam solar park.pptx
 
Automatic energy managemet system
Automatic energy managemet systemAutomatic energy managemet system
Automatic energy managemet system
 
Automatic energy managemet system
Automatic energy managemet systemAutomatic energy managemet system
Automatic energy managemet system
 
2018 2019 ieee power electronics and drives title and abstract
2018 2019 ieee power electronics and drives title and abstract2018 2019 ieee power electronics and drives title and abstract
2018 2019 ieee power electronics and drives title and abstract
 
Optimal Capacitor Placement for IEEE 14 bus system using Genetic Algorithm
Optimal Capacitor Placement for IEEE 14 bus system using Genetic AlgorithmOptimal Capacitor Placement for IEEE 14 bus system using Genetic Algorithm
Optimal Capacitor Placement for IEEE 14 bus system using Genetic Algorithm
 
PPT-1 INTRODUCTION SEMINAR (1).pptx
PPT-1 INTRODUCTION SEMINAR (1).pptxPPT-1 INTRODUCTION SEMINAR (1).pptx
PPT-1 INTRODUCTION SEMINAR (1).pptx
 
Renewable Energy Driven Optimized Microgrid System: A Case Study with Hybrid ...
Renewable Energy Driven Optimized Microgrid System: A Case Study with Hybrid ...Renewable Energy Driven Optimized Microgrid System: A Case Study with Hybrid ...
Renewable Energy Driven Optimized Microgrid System: A Case Study with Hybrid ...
 
Two-way Load Flow Analysis using Newton-Raphson and Neural Network Methods
Two-way Load Flow Analysis using Newton-Raphson and Neural Network MethodsTwo-way Load Flow Analysis using Newton-Raphson and Neural Network Methods
Two-way Load Flow Analysis using Newton-Raphson and Neural Network Methods
 
Pvsolarcell
PvsolarcellPvsolarcell
Pvsolarcell
 
IRJET- Energy Management and Control for Grid Connected Hybrid Energy Storage...
IRJET- Energy Management and Control for Grid Connected Hybrid Energy Storage...IRJET- Energy Management and Control for Grid Connected Hybrid Energy Storage...
IRJET- Energy Management and Control for Grid Connected Hybrid Energy Storage...
 
Nonlinear Current Controller for a Single Phase Grid Connected Photovoltaic S...
Nonlinear Current Controller for a Single Phase Grid Connected Photovoltaic S...Nonlinear Current Controller for a Single Phase Grid Connected Photovoltaic S...
Nonlinear Current Controller for a Single Phase Grid Connected Photovoltaic S...
 
Power Optimization of Battery Charging System Using FPGA Based Neural Network...
Power Optimization of Battery Charging System Using FPGA Based Neural Network...Power Optimization of Battery Charging System Using FPGA Based Neural Network...
Power Optimization of Battery Charging System Using FPGA Based Neural Network...
 
P4806112122
P4806112122P4806112122
P4806112122
 
IRJET- Loss of Load Probability Method Applicability Limits as Function o...
IRJET-  	  Loss of Load Probability Method Applicability Limits as Function o...IRJET-  	  Loss of Load Probability Method Applicability Limits as Function o...
IRJET- Loss of Load Probability Method Applicability Limits as Function o...
 
NMRESGI_Optimized Integration of PV with Battery Storage_Hawkins
NMRESGI_Optimized Integration of PV with Battery Storage_HawkinsNMRESGI_Optimized Integration of PV with Battery Storage_Hawkins
NMRESGI_Optimized Integration of PV with Battery Storage_Hawkins
 
WIND AND SOLAR MPPT IN HYBRID MICROGRID
WIND AND SOLAR MPPT IN HYBRID MICROGRID WIND AND SOLAR MPPT IN HYBRID MICROGRID
WIND AND SOLAR MPPT IN HYBRID MICROGRID
 
PVPF tool: an automated web application for real-time photovoltaic power fore...
PVPF tool: an automated web application for real-time photovoltaic power fore...PVPF tool: an automated web application for real-time photovoltaic power fore...
PVPF tool: an automated web application for real-time photovoltaic power fore...
 
Presentation 1 of Phd Ali literature review.pptx
Presentation 1 of Phd Ali literature review.pptxPresentation 1 of Phd Ali literature review.pptx
Presentation 1 of Phd Ali literature review.pptx
 
IRJET- Survey of Micro Grid Cost Reduction Techniques
IRJET-  	  Survey of Micro Grid Cost Reduction TechniquesIRJET-  	  Survey of Micro Grid Cost Reduction Techniques
IRJET- Survey of Micro Grid Cost Reduction Techniques
 
IRJET- Comparative Study of Maximum Power Point Techniques
IRJET- Comparative Study of Maximum Power Point TechniquesIRJET- Comparative Study of Maximum Power Point Techniques
IRJET- Comparative Study of Maximum Power Point Techniques
 

More from Alessandro Burgio

More from Alessandro Burgio (14)

The time resolution of the load profile and its impact on a photovoltaic-batt...
The time resolution of the load profile and its impact on a photovoltaic-batt...The time resolution of the load profile and its impact on a photovoltaic-batt...
The time resolution of the load profile and its impact on a photovoltaic-batt...
 
A Printed Circuit Board Suitable for Controlling a 22.8kVA IGBT Three-Phase I...
A Printed Circuit Board Suitable for Controlling a 22.8kVA IGBT Three-Phase I...A Printed Circuit Board Suitable for Controlling a 22.8kVA IGBT Three-Phase I...
A Printed Circuit Board Suitable for Controlling a 22.8kVA IGBT Three-Phase I...
 
Remote Control of Nanogrids: a Cost-effective Solution in a Laboratory Setup
Remote Control of Nanogrids: a Cost-effective Solution in a Laboratory SetupRemote Control of Nanogrids: a Cost-effective Solution in a Laboratory Setup
Remote Control of Nanogrids: a Cost-effective Solution in a Laboratory Setup
 
High-Intensity Discharge Lamps in Centralized Systems: Exploring New Techniqu...
High-Intensity Discharge Lamps in Centralized Systems: Exploring New Techniqu...High-Intensity Discharge Lamps in Centralized Systems: Exploring New Techniqu...
High-Intensity Discharge Lamps in Centralized Systems: Exploring New Techniqu...
 
A laboratory model of a dual active bridge dc-dc converter for a smart user n...
A laboratory model of a dual active bridge dc-dc converter for a smart user n...A laboratory model of a dual active bridge dc-dc converter for a smart user n...
A laboratory model of a dual active bridge dc-dc converter for a smart user n...
 
A Comparison of Two Active Resonance Dampers
A Comparison of Two Active Resonance DampersA Comparison of Two Active Resonance Dampers
A Comparison of Two Active Resonance Dampers
 
A dual active bridge dc-dc converter for application in a smart user network
A dual active bridge dc-dc converter for application in a smart user networkA dual active bridge dc-dc converter for application in a smart user network
A dual active bridge dc-dc converter for application in a smart user network
 
5
55
5
 
8
88
8
 
A Two-Input Dual Active Bridge Converter for a Smart User Network Using Integ...
A Two-Input Dual Active Bridge Converter for a Smart User Network Using Integ...A Two-Input Dual Active Bridge Converter for a Smart User Network Using Integ...
A Two-Input Dual Active Bridge Converter for a Smart User Network Using Integ...
 
NanoGrids for Home Application in a Power Cloud Framework
NanoGrids for Home Application in a Power Cloud Framework NanoGrids for Home Application in a Power Cloud Framework
NanoGrids for Home Application in a Power Cloud Framework
 
3 of the authors
3 of the authors3 of the authors
3 of the authors
 
The prototype of a Smartbox
The prototype of a SmartboxThe prototype of a Smartbox
The prototype of a Smartbox
 
FEED‐IN‐TARIFF for integrated PV and batteries plant
 FEED‐IN‐TARIFF for integrated PV and batteries plant  FEED‐IN‐TARIFF for integrated PV and batteries plant
FEED‐IN‐TARIFF for integrated PV and batteries plant
 

Recently uploaded

"Lesotho Leaps Forward: A Chronicle of Transformative Developments"
"Lesotho Leaps Forward: A Chronicle of Transformative Developments""Lesotho Leaps Forward: A Chronicle of Transformative Developments"
"Lesotho Leaps Forward: A Chronicle of Transformative Developments"
mphochane1998
 
Integrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - NeometrixIntegrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - Neometrix
Neometrix_Engineering_Pvt_Ltd
 
Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7
Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7
Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7
9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
Hospital management system project report.pdf
Hospital management system project report.pdfHospital management system project report.pdf
Hospital management system project report.pdf
Kamal Acharya
 
Digital Communication Essentials: DPCM, DM, and ADM .pptx
Digital Communication Essentials: DPCM, DM, and ADM .pptxDigital Communication Essentials: DPCM, DM, and ADM .pptx
Digital Communication Essentials: DPCM, DM, and ADM .pptx
pritamlangde
 

Recently uploaded (20)

457503602-5-Gas-Well-Testing-and-Analysis-pptx.pptx
457503602-5-Gas-Well-Testing-and-Analysis-pptx.pptx457503602-5-Gas-Well-Testing-and-Analysis-pptx.pptx
457503602-5-Gas-Well-Testing-and-Analysis-pptx.pptx
 
Introduction to Serverless with AWS Lambda
Introduction to Serverless with AWS LambdaIntroduction to Serverless with AWS Lambda
Introduction to Serverless with AWS Lambda
 
Generative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTGenerative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPT
 
"Lesotho Leaps Forward: A Chronicle of Transformative Developments"
"Lesotho Leaps Forward: A Chronicle of Transformative Developments""Lesotho Leaps Forward: A Chronicle of Transformative Developments"
"Lesotho Leaps Forward: A Chronicle of Transformative Developments"
 
Integrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - NeometrixIntegrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - Neometrix
 
Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7
Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7
Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7
 
Thermal Engineering Unit - I & II . ppt
Thermal Engineering  Unit - I & II . pptThermal Engineering  Unit - I & II . ppt
Thermal Engineering Unit - I & II . ppt
 
Online electricity billing project report..pdf
Online electricity billing project report..pdfOnline electricity billing project report..pdf
Online electricity billing project report..pdf
 
A Study of Urban Area Plan for Pabna Municipality
A Study of Urban Area Plan for Pabna MunicipalityA Study of Urban Area Plan for Pabna Municipality
A Study of Urban Area Plan for Pabna Municipality
 
Thermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.pptThermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.ppt
 
Employee leave management system project.
Employee leave management system project.Employee leave management system project.
Employee leave management system project.
 
Computer Networks Basics of Network Devices
Computer Networks  Basics of Network DevicesComputer Networks  Basics of Network Devices
Computer Networks Basics of Network Devices
 
Moment Distribution Method For Btech Civil
Moment Distribution Method For Btech CivilMoment Distribution Method For Btech Civil
Moment Distribution Method For Btech Civil
 
Hospital management system project report.pdf
Hospital management system project report.pdfHospital management system project report.pdf
Hospital management system project report.pdf
 
Unleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leapUnleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leap
 
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced LoadsFEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
 
A CASE STUDY ON CERAMIC INDUSTRY OF BANGLADESH.pptx
A CASE STUDY ON CERAMIC INDUSTRY OF BANGLADESH.pptxA CASE STUDY ON CERAMIC INDUSTRY OF BANGLADESH.pptx
A CASE STUDY ON CERAMIC INDUSTRY OF BANGLADESH.pptx
 
Design For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the startDesign For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the start
 
NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...
NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...
NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...
 
Digital Communication Essentials: DPCM, DM, and ADM .pptx
Digital Communication Essentials: DPCM, DM, and ADM .pptxDigital Communication Essentials: DPCM, DM, and ADM .pptx
Digital Communication Essentials: DPCM, DM, and ADM .pptx
 

A multi-period management method at user level for storage systems using artificial neural network forecasts

  • 1. A multi-period management method at user level for storage systems using artificial neural network forecasts G. Belli, A. Burgio, D. Menniti, A. Pinnarelli, N. Sorrentino, P. Vizza
  • 2. P.Vizza - EEEIC 2016 2 SUMMARY  Framework  Forecasting model PV Forecasting Model Load Forecasting Model  Storage Management Method Description Method The University of Calabria case study Simulation Minimization of exchanged energy Minimization of grid Power Peaks  Conclusion and future aim
  • 3. P.Vizza - EEEIC 2016 3 The well-known tendency to produce on site the necessary energy to the end user by means of small size plants, generally from non-programmable renewable sources, led to a rapid increase of installed photovoltaic power. The PV power non-programmability can reduce the economic and environmental benefits. To increase the possibility to self-consume the produced energy and increase the profit for the user, storage systems should be utilized, furthermore generation and load forecasting systems would be useful. In addition, with the new Italian Electricity Market tools, 48 hours to 7 days ahead PV and load forecasts could be necessary. Worth noting that storage systems, particularly battery devices, have a limited lifetime, related to their charge and discharge cycles. For this reason, it is opportune to manage storage systems with a specific strategy that ensure them a long lifetime. FRAMEWORK
  • 4. P.Vizza - EEEIC 2016 4 Energy Energy Money Money Energy Energy It would be interesting to observe the benefits for a single user equipped with a PV generation system and a storage system. FRAMEWORK A goal for the user should be to make “himself-sustainable”, satisfying his total energy demand by means of local energy production, minimizing the exchanges of energy with the grid. First of all PV and Load Forecasting Models are necessary
  • 5. P.Vizza - EEEIC 2016 5 Many forecasting methods are able to obtain high levels of accuracy with limited percentage errors. In such methods, accurate meteorological data are utilized; but such meteorological data are not always available. Therefore, a “practical” PV power forecast method is implemented. This method is a single-step method, which predicts the production 2/7 days ahead, using weather forecasts directly from the web. The method implements an ANN that predicts the power of a PV plant, starting from definite inputs. PV FORECASTING MODEL
  • 6. P.Vizza - EEEIC 2016 6 • 5 input neurons (meteorological condition of the considered hour h, meteorological condition of the hour h+1, meteorological condition of the hour h-1, the hourly irradiance, the considered hour); • 30 hidden layer neurons; • 1 output neuron (hourly forecasted power production). The implemented Multi Layer Perceptron (MLP) Artificial Neural Network (ANN) consists of: PV FORECASTING MODEL
  • 7. P.Vizza - EEEIC 2016 7 Another two important evaluated parameters are the maximum absolute error and the MAE (Mean Absolute Error): such parameters are respectively 6.7% and 2.6% of rated PV power plant. The MAPE (Mean Absolute Percentage Error) is equal to 9.8%. The percentage error becomes minimum (less than 1%) for the hours of higher production. PV FORECASTING MODEL
  • 8. P.Vizza - EEEIC 2016 8 LOAD FORECASTING MODEL The load forecasting model implemented in this paper utilizes accessible data and it is a ‘‘simple and practical’’ model; such a model predicts also individual and aggregate loads. Although its simplicity the results demonstrate the good performances of the model. Load forecast is utilized for several purposes, specially for islanded operation, because it is necessary to guarantee grid stability, in addition to allow programmable generation system to work at a maximum efficient point.
  • 9. P.Vizza - EEEIC 2016 9 • 7 input neurons (month, day, day type, hour, daily maximum temperature, daily minimum temperature and daily average temperature); • 30 hidden layer neurons; • 1 output neuron (hourly forecasted power consumption). The implemented ANN consists of: LOAD FORECASTING MODEL
  • 10. P.Vizza - EEEIC 2016 10 The load forecasting model has been tested on real data of a typical user. The forecasted and the real load profiles are shown, for three days (Thursday, Friday and Saturday). The obtained Mean Absolute Error (MAE), compared to the rated power of the considered user’s contract is less than 6%, that is an acceptable error for the purpose of the method. LOAD FORECASTING MODEL
  • 11. P.Vizza - EEEIC 2016 11 Nomenclature 𝑃𝑔 𝑡 𝑑 Grid Transferred Power; (time t, day d) 𝑃𝐿 𝑡 𝑑 Load Power; (time t, day d) 𝑃𝑆 𝑡 𝑑 Storage Transferred Power; (time t, day d) 𝐸𝑆 𝑡 𝑑 Storage Energy Level; (time t, day d) 𝐸𝑆 𝑚𝑖𝑛 , 𝐸𝑆 𝑚𝑎𝑥 Minimum and maximum Storage Energy Level 𝑃𝑆 𝑚𝑖𝑛 , 𝑃𝑆 𝑚𝑎𝑥 Minimum and maximum Storage Power 𝐸𝑆 𝐼𝑛𝑖𝑡 Initial Energy stored STORAGE MANAGEMENT METHOD The main equations which describe the MPSM method are as follow: 𝑂𝐹: min 𝑡=1 𝑑=1 𝐷 𝑇 𝑓(𝑃𝑔 𝑡 𝑑 ) (1) s.t. 𝑃𝑔 𝑡 𝑑 = 𝑃𝐿 𝑡 𝑑 − 𝑃𝑃𝑉 𝑡 𝑑 + 𝑃𝑆 𝑡 𝑑 (2) 𝐸𝑆 𝑡+1 𝑑 = 𝐸𝑆 𝑡 𝑑 + 𝑃𝑆 𝑡 𝑑 ∗ 𝑡 (3) 𝐸𝑆 𝑚𝑖𝑛 ≤ 𝐸𝑆 𝑡 𝑑 ≤ 𝐸𝑆 𝑚𝑎𝑥 (4) 𝑃𝑆 𝑚𝑖𝑛 ≤ 𝑃𝑆 𝑡 𝑑 ≤ 𝑃𝑆 𝑚𝑎𝑥 (5) 𝑠𝑖𝑔𝑛 𝑃𝑆 𝑡 𝑑 = 𝑠𝑖𝑔𝑛(𝑃𝑃𝑉 𝑡 𝑑 − 𝑃𝐿 𝑡 𝑑 ) (6) 𝐸𝑆 𝑡=1 𝑑=1 = 𝐸𝑆 𝐼𝑛𝑖𝑡 (7) “Real Time” management method If 𝑃𝐿 𝑡 𝑑 < 𝑃𝑃𝑉 𝑡 𝑑 → 𝑃𝑆 𝑡 𝑑 ≥ 0 If 𝑃𝐿 𝑡 𝑑 ≥ 𝑃𝑃𝑉 𝑡 𝑑 → 𝑃𝑆 𝑡 𝑑 ≤ 0 If 𝑃𝐿 𝑡 𝑑 < 𝑃𝑃𝑉 𝑡 𝑑 → 𝑃𝑆 𝑡 𝑑 ≤𝑃𝑃𝑉 𝑡 𝑑 − 𝑃𝐿 𝑡 𝑑 If 𝑃𝐿 𝑡 𝑑 ≥ 𝑃𝑃𝑉 𝑡 𝑑 → 𝑃𝑆 𝑡 𝑑 ≥𝑃𝑃𝑉 𝑡 𝑑 − 𝑃𝐿 𝑡 𝑑
  • 12. P.Vizza - EEEIC 2016 12 The considered building has a maximum power consumption of 25 kW and the installed PV plants power is 45 kW. The test considers a time period of 7 days, from the 10th to 16th October 2015. After determining load and PV power profiles, it is necessary to size storage system for the required function. The considered prosumer is a build of University of Calabria: this is a business user, equipped with photovoltaic plant. STORAGE MANAGEMENT METHOD
  • 13. P.Vizza - EEEIC 2016 13 The considered PV power is 45 kW, that is the rated PV power of the installed PV plants. Storage capacity will be the smallest between the resulting average daily energy purchased and supplied to the grid. This analysis is carried out for profiles of a typical day. After calculating storage capacity, an overestimation to be conservative will be necessary: an increase of 20% will be considered. In addition, in order to safeguard the storage useful life, a residual state of charge (SOC) of 40% has to be considered as a further increase of the estimated storage capacity. Storage capacity is calculated to supply loads and limit the exchange of energy with the grid. STORAGE MANAGEMENT METHOD
  • 14. P.Vizza - EEEIC 2016 14 In this case, the daily purchased energy is almost 170 kWh, whereas the energy supplied to the grid is 80 kWh; so the storage would have a capacity of 80 kWh, and considering the further increase the obtained storage capacity is about 140 kWh. Purchased 170 kWh Supplied 80 kWh STORAGE MANAGEMENT METHOD
  • 15. P.Vizza - EEEIC 2016 15 Simulation The first group of simulation aims to minimize the total exchange of energy with the grid, trying to make the prosumer self- sustainable and to avoid congestions on the grid. While the second group of simulation aims to minimize only the peaks of power during the day, trying to reduce the costs of energy supply and to avoid worthless oversize of the generation plants. The overall energy exchanged between the user and the grid without using a storage device is equal to 1.68 MWh, where 1.13 MWh is the energy purchased by the user and 0.55 MWh is the energy supplied to the grid. STORAGE MANAGEMENT METHOD
  • 16. P.Vizza - EEEIC 2016 16 Simulation Total exchange of energy with the energy grid minimization. For the first group of simulations, when none management method is utilized, the total energy exchange with the grid decreases until 0.69 MWh, where 0.60 MWh is the purchased energy by the user and 0.09 MWh supplied to the grid. If the storage is managed by MPSM method, the total energy exchanged with the grid is equal to 0.68 MWh. Respect the previous case, the difference is very limited. STORAGE MANAGEMENT METHOD -30 -20 -10 0 10 20 30 Real Time management method MPSM method
  • 17. P.Vizza - EEEIC 2016 17 Although this difference is only 0.01 MWh, the positive effect of the MPSM method consists in the possibility to maximize the performance of the storage system. Indeed, using a “real time” operation strategy, the charge and discharge cycles are not optimized because they are partial cycles, while with MPSM method, the storage executes full cycles of charge and discharge. STORAGE MANAGEMENT METHOD Storage Cycles Optimization
  • 18. P.Vizza - EEEIC 2016 18 For the second group of simulations, while the power exchanged in “real time” reaches 23 kW, if the MPSM method is utilized, the power exchanged reaches about 8 kW. Minimization the peaks of power exchanged with the grid STORAGE MANAGEMENT METHOD
  • 19. P.Vizza - EEEIC 2016 19 OPTIMIZED RATED PV POWER Moreover a simulation using the optimized rated PV Power is carried out; Similarly to the previous subsection the storage system is properly sized and the obtained capacity is about 240 kWh. 139 kWh 136 kWh STORAGE MANAGEMENT METHOD The obtained result of the total energy exchanged with the grid is equal to 0.41 MWh, where 0.25 MWh is the purchased energy by the user and 0.16 MWh is the energy supplied to the grid. This simulation shows that before to use the MPSM method, optimal PV and storage sizing is necessary.
  • 20. P.Vizza - EEEIC 2016 20 CONCLUSION AND FUTURE AIMS • The paper shows the importance of an opportune management method for storage devices. In fact, the positive effect resulting from the use of storage systems, particularly in relation to non-programmable resources, can be increased if an appropriate management strategy is utilized. • One of the feature of the implemented method is its multi-periodicity. In fact, if the management is made on more days, there are more data input and the storage can be managed in a better way. • First of all, the method minimizes the total energy exchanged with the grid to make users self-sustainable. This implies the use of opportune PV and load forecast models. Secondly the method is also utilized to reduce the peak of power exchanged with the grid. • Moreover, it is underlined that an accurate sizing of PV and storage systems is necessary before to implement and utilize a management strategy. • It would be interesting evaluate the behavior of the method if a schedulable load is adopted, otherwise if an additional programmable source is adopted.
  • 21. P.Vizza - EEEIC 2016 21 Thanks for your attention Any question? mail: pasquale.vizza@unical.it

Editor's Notes

  1. For example if the user have not a storage system, the energy surplus must be sold to the grid and the energy deficit must be purchased from the grid. Considering the same amount of exchanged energy(in input and output), referring to Italian Electricity Market, the cost of the purchased energy is greater than that of the sold energy. A goal for the user should be to make “himself-sustainable”, satisfying his total energy demand by means of local energy production, minimizing the exchanges of energy with the grid. storage systems should be utilized, moreover generation and load forecasting systems would be useful. So, at a prosumer level, it is advantageous to know generation and load profiles forecast to choose the better storage power scheduling. (((if the considered period is greater than 24h and a multi-period optimal management method is adopted))).
  2. In this Figure The results for clear-sky days are reported.
  3. Highlights that is more difficult to predict the individual load than an aggregate of loads.
  4. To test the effectiveness of the MPSM method, some simulations are carried out considering ….. In Fig. 4, load and PV power forecast profiles of the considered 7 days are reported.
  5. which are calculated as the difference between PV production and load profiles.
  6. which are calculated as the difference between PV production and load profiles.
  7. In Figure the exchanged energy profile with and without MPSM method are depicted
  8. In this section, starting from the average daily load profile and the (theoretical) monthly average daily PV profile, to minimize the exchange of energy with the grid, the PV plant is sized to cover the daily energy demand. The obtained rated PV power is about 56 kW. Similarly to the previous subsection A, the storage system is properly sized and the obtained capacity is about 240 kWh. With such data the method is utilized to carry out the same test of the previous case. Moreover, referring to figure, it is possible to observe that the energy supplied to the grid is greater than the energy purchased from the grid; only the 5th day the purchased energy is greater than the supplied one, because it is not a clear sky day. Worth noting that the PV power is sized to cover the daily energy demand; so if the rated PV power increase, obviously the produced energy increase and as a consequence the total energy exchanged with the grid increases. In fact, for example, if the rated PV power is 60 kW the total exchanged energy is 0.49 MWh, instead of 0.41 MWh. This shows that before to use the MPSM method, optimal PV and storage sizing is necessary.