SlideShare a Scribd company logo
1 of 36
09-06-2021 Dept. of EE 1
PROJECT
ENERGY STORAGE SYSTEM TO REDUCE PEAK
DEMAND OF DOMESTIC CONSUMERS
CONTENT
 INTRODUCTION
 LITERATURE SURVEY
 OBJECTIVE
 METHODOLOGY
 BLOCK DIAGRAM
 CONTROL STRATEGY
 DESIGN
 SIMULATION AND RESULTS
 COST ESTIMATION
 HARDWARE & ANDROID APPLICATION
 ALGORITHM OF ARDUINO PROGRAM
 TRUTH TABLE
 CONCLUSION
 WORK PLAN
 REFERENCES
09-06-2021 Dept. of EE 2
INTRODUCTION
 Electricity consumers have to pay higher cost per unit energy within peak hours than in off peak hours. Electricity
suppliers should have to spend additional cost to produce electricity during the peak hours.
 At the peak hours, the current flowing through the transmission lines increases in large amounts and it causes
increase in power loss and drops the system voltage. Also during the off-peak hours, demand reduce in large
amount within small time period. As a result there’s a possibility of the power system being unstable.
 It was found that using a battery bank, the energy can be stored and supplied to the premise to reduce the peak
load. The results shows the storage system can reduce the peak load at the consumer premise and hence make an
impact to reduce the peak load in a utility.
09-06-2021 Dept. of EE 3
LITERATURE SURVEY
09-06-2021 Dept. of EE 4
1. S. Farah D. Whaley, P. Pudney, and W. Saman examined the impact of various battery charging and discharging
control strategies, with and without photovoltaic (PV) systems, to reduce both the monthly peak demands and life
cycle cost of electricity under a new proposed monthly demand tariff in South Australia. The study used real
household demand and PV data for a monitored low-energy house. The results showed that for the PV capacities
considered, electricity storage using Control Strategies could not reduce the life cycle cost of electricity. But
electricity storage systems can significantly reduce monthly peak demands.
2. E. Telaretti and L. Dusonchet evaluated the economic feasibility of electrochemical storage systems in peak load
shaving applications. Their analysis refers to a li-ion, an advanced lead-acid, a NaS and a flow battery. The sizing
and the operating strategy of the BESS have been defined, so as to obtain, at the same time, the flattest daily
usage pattern and the maximum benefit for the customer. Their simulation results show a customer daily power
profile perfectly levelled in shoulder seasons and a peak shaving effect in all other days.
OBJECTIVE
To design an economically feasible battery bank system which can
• Reduce the fluctuation in load frequencies during peak and off peak time
• Reduce additional cost to produce electricity during the peak hours
• Economic profit from TOD Tariff
09-06-2021 Dept. of EE 5
Mode 1
Dept. of EE 6
METHODOLOGY
Load < Rated Output
of the Battery
Grid Supply
Available?
Time
Peak Time Off-Peak Time
True False
Battery Full ?
True
False
True False
Mode 2 Mode 3 Mode 4 Mode 1*
09-06-2021
Peak-Load Shifting Process
Dept. of EE 7
BLOCK DIAGRAM
09-06-2021
CONTROL STRATEGY
Contactor – 01
Contactor – 02 and
Boost Inverter MOSFETs
Contactor – 03
Mode 1 OFF ON OFF
Mode 2 ON ON OFF
Mode 3 ON OFF ON
Mode 4 ON OFF OFF
09-06-2021 Dept. of EE 8
 Battery Type = Lead Acid Battery (12V 200Ah)
 Number of Batteries = 8
 Battery Capacity =
𝑇𝑜𝑡𝑎𝑙 𝑃𝑜𝑤𝑒𝑟 × 𝐵𝑎𝑐𝑘𝑢𝑝 𝑇𝑖𝑚𝑒
𝐵𝑎𝑡𝑡𝑒𝑟𝑦 𝑉𝑜𝑙𝑡𝑎𝑔𝑒 × 𝐸𝑓𝑓𝑖𝑐𝑖𝑒𝑛𝑐𝑦 × 𝐷𝑒𝑝𝑡ℎ 𝑜𝑓 𝐷𝑖𝑠𝑐ℎ𝑎𝑟𝑔𝑒
=
2000 × 4 𝐻𝑟𝑠
96 𝑉 × 80% × 50%
≈ 200𝐴ℎ
 Switch Type = IRF3205 N channel Power MOSFET
09-06-2021 Dept. of EE 9
CONTROL STRATEGY
DESIGN
 Duty Cycle, D = 1 −
𝑉𝑆
𝑉𝑂
= 1 -
96
300
=0.68
 Resistance, R =
𝑉2
𝑃
=
3002
2000
= 45Ω
 Inductance, L =
𝐷(1−𝐷)2𝑅
2𝐹
=
0.68(1−0.68)245
2 × 30 × 103 = 5.224 × 10−5
𝐻
 Capacitance, C =
𝐷
2𝐹𝑅
=
0.68
2 × 30 × 103 × 45
= 2.5185 × 10−7
𝐹
09-06-2021 Dept. of EE 10
09-06-2021 Dept. of EE 11
Circuit Diagram of Boost Inverter
5.224 × 𝟏𝟎−𝟓𝑯
𝟐. 𝟓𝟏𝟖𝟓 × 𝟏𝟎−𝟕𝑭
𝟗𝟔𝑽
LOAD
𝐌𝟎
𝐌𝟏 𝐌𝟐
𝐌𝟒
𝐌𝟑
𝐃
DESIGN
SIMULATION OF PROPOSED SYSTEM
09-06-2021 Dept. of EE 12
SIMULATION OF CONTROL SYSTEM
09-06-2021 Dept. of EE 13
SIMULATION OF GRID TIE INVERTER
09-06-2021 Dept. of EE 14
09-06-2021 Dept. of EE 15
Simulation Result
RESULTS
RESULTS
09-06-2021 Dept. of EE 16
1. When Load < 2000W
Contactor Control Signal Simulation Result
RESULTS
09-06-2021 Dept. of EE 17
1. When Load > 2000W
Contactor Control Signal Simulation Result
RESULTS
09-06-2021 Dept. of EE 18
COST ESTIMATION
09-06-2021 Dept. of EE 19
HARDWARE
09-06-2021 Dept. of EE 20
Hardware of sine wave single phase Inverter
ANDROID APPLICATION
09-06-2021 Dept. of EE 21
1. TAB 1 – General
1. Live status indicators from Arduino
2. Live battery level indicator
3. Live graphical data
4. Historical graphical data
Screenshot of the app (TAB 1)
ANDROID APPLICATION
09-06-2021 Dept. of EE 22
1. TAB 2 – Settings
1. Period selection
2. Peak and off peak time settings
Screenshot of the app (TAB 2)
HARDWARE
09-06-2021 Dept. of EE 23
Circuit Diagram of Control System
ALGORITHM OF ARDUINO PROGRAM
1. Start
2. Include necessary libraries
3. Declare all the variables
4. Define all analog and digital pins
5. Initialize virtual pins and app elements
6. Declare and define the functions mode1, mode2, mode3 and mode4
7. Declare and define the functions for data input from the app
8. Declare a timer event which calls respective functions according to the current time
9. In SETUP, initialize the serial communication
10. Set the pinMode of all the analog and digital pins
11. Establish connection to the server
12. Declare the timer function
13. In Loop, Call the timer function
14. Stop
09-06-2021 Dept. of EE 24
TRUTH TABLE
09-06-2021 Dept. of EE 25
HARDWARE
09-06-2021 Dept. of EE 26
HARDWARE
• Mode – 1
09-06-2021 Dept. of EE 27
Screenshot of the app during mode 1
Control system indicator LEDs during mode 1
G I B T L
09-06-2021 Dept. of EE 28
Screenshot of the app during mode 2
• Mode – 2
G I B T L
Control system indicator LEDs during mode 1
HARDWARE
09-06-2021 Dept. of EE 29
Screenshot of the app during mode 3
• Mode – 3
G I B T L
Control system indicator LEDs during mode 1
HARDWARE
09-06-2021 Dept. of EE 30
Screenshot of the app during mode 4
• Mode – 4
G I B T L
Control system indicator LEDs during mode 1
HARDWARE
09-06-2021 Dept. of EE 31
HARDWARE
SCREEN RECORDING FROM
ANDROID APPLICATION
09-06-2021 Dept. of EE 32
1. Live status indicators when load is varied
2. Live battery level indicator
3. Live graphical data
4. Period selection
5. Peak and off peak time settings
6. Full screen data history
CONCLUSION
 Grid tie inverter has been designed.
 The proposed system consumes power from the grid only during off peak time.
 The proposed system can also work as a conventional inverter.
 As a future work it is possible to use other energy storage methods like super capacitors which has low
cost, high efficiency and long lifetime than the battery bank.
 5G module can be integrated to directly connect to a high speed cloud server thereby making it
independent of an on-site server or computer for data transfer.
09-06-2021 Dept. of EE 33
WORK PLAN
09-06-2021 Dept. of EE 34
REFERENCES
09-06-2021 Dept. of EE 35
[1] A. G. N. Madhuranga and I. A. Premaratne, "Energy Storage Battery Bank system to reduce peak demand
for domestic consumers," 2017 International Conference on Computer, Communications and Electronics
(Comptelix), Jaipur, 2017, pp. 648-653, doi: 10.1109/COMPTELIX.2017.8004049.
[2] S. Farah, D. Whaley, P. Pudney, and W. Saman, “Control strategies of domestic electrical storage for
reducing electricity peak demand and life cycle cost.” IEEE, 2015, pp. 1–6.
[3] W. Zheng, K. Ma, and X. Wang, “Hybrid energy storage with supercapacitor for cost-efficient data center
power shaving and capping,” IEEE Transactions on Parallel and Distributed Systems, vol. 28, pp. 1105–1118,
2017.
[4] E. Telaretti and L. Dusonchet, “Battery storage systems for peak load shaving applications: Part 1: Operating
strategy and modification of the power diagram.” IEEE, 2016, pp. 1–6.
[5] A. Stone, M. Rasheduzzaman and P. Fajri, "A Review of Single-Phase Single-Stage DC/AC Boost Inverter
Topologies and Their Controllers," 2018 IEEE Conference on Technologies for Sustainability (SusTech), Long
Beach, CA, USA, 2018, pp. 1-8, doi: 10.1109/SusTech.2018.8671380.
Dept. of EE 36
THANK YOU
09-06-2021

More Related Content

What's hot

Survey of energy-efficient solutions in Network
Survey of energy-efficient solutions in NetworkSurvey of energy-efficient solutions in Network
Survey of energy-efficient solutions in NetworkOlivier Zheng
 
Design of management dashboard (smart electric grids)
Design of management dashboard (smart electric grids)Design of management dashboard (smart electric grids)
Design of management dashboard (smart electric grids)Jatin Pherwani
 
Grid Tied Solar Micro-Converter with Optimizer Mode Operation for Weak-Grid O...
Grid Tied Solar Micro-Converter with Optimizer Mode Operation for Weak-Grid O...Grid Tied Solar Micro-Converter with Optimizer Mode Operation for Weak-Grid O...
Grid Tied Solar Micro-Converter with Optimizer Mode Operation for Weak-Grid O...IRJET Journal
 
Feasibility of residential grid connected pv system under the jordanian net m...
Feasibility of residential grid connected pv system under the jordanian net m...Feasibility of residential grid connected pv system under the jordanian net m...
Feasibility of residential grid connected pv system under the jordanian net m...Alexander Decker
 
Jawad Ali Khan
Jawad Ali KhanJawad Ali Khan
Jawad Ali KhanJawad Khan
 
IRJET- Energy Management on Grid Connected Hybrid Renewable Energy Sources us...
IRJET- Energy Management on Grid Connected Hybrid Renewable Energy Sources us...IRJET- Energy Management on Grid Connected Hybrid Renewable Energy Sources us...
IRJET- Energy Management on Grid Connected Hybrid Renewable Energy Sources us...IRJET Journal
 
IRJET- A Review: To Design Efficient 32 Bits Carry Select Adder by using ...
IRJET-  	  A Review: To Design Efficient 32 Bits Carry Select Adder by using ...IRJET-  	  A Review: To Design Efficient 32 Bits Carry Select Adder by using ...
IRJET- A Review: To Design Efficient 32 Bits Carry Select Adder by using ...IRJET Journal
 
Designing of an automated power meter reading
Designing of an automated power meter readingDesigning of an automated power meter reading
Designing of an automated power meter readingManoj Kollam
 
A NEW DATA ENCODER AND DECODER SCHEME FOR NETWORK ON CHIP
A NEW DATA ENCODER AND DECODER SCHEME FOR  NETWORK ON CHIPA NEW DATA ENCODER AND DECODER SCHEME FOR  NETWORK ON CHIP
A NEW DATA ENCODER AND DECODER SCHEME FOR NETWORK ON CHIPEditor IJMTER
 
Noor’s Algorithmic Flow of Electronics and Communication Engineering
Noor’s Algorithmic Flow of Electronics and Communication EngineeringNoor’s Algorithmic Flow of Electronics and Communication Engineering
Noor’s Algorithmic Flow of Electronics and Communication EngineeringIRJET Journal
 
Janardhan (Power Electronics resume)
Janardhan (Power Electronics resume)Janardhan (Power Electronics resume)
Janardhan (Power Electronics resume)Janardhan Reddy
 
IRJET- Design of 1 Bit ALU using Various Full Adder Circuits
IRJET-  	  Design of 1 Bit ALU using Various Full Adder CircuitsIRJET-  	  Design of 1 Bit ALU using Various Full Adder Circuits
IRJET- Design of 1 Bit ALU using Various Full Adder CircuitsIRJET Journal
 

What's hot (20)

Survey of energy-efficient solutions in Network
Survey of energy-efficient solutions in NetworkSurvey of energy-efficient solutions in Network
Survey of energy-efficient solutions in Network
 
Design of management dashboard (smart electric grids)
Design of management dashboard (smart electric grids)Design of management dashboard (smart electric grids)
Design of management dashboard (smart electric grids)
 
Aqeel
AqeelAqeel
Aqeel
 
CV Didit Kurniawan 2016
CV Didit Kurniawan 2016CV Didit Kurniawan 2016
CV Didit Kurniawan 2016
 
Suresh Resume
Suresh ResumeSuresh Resume
Suresh Resume
 
Grid Tied Solar Micro-Converter with Optimizer Mode Operation for Weak-Grid O...
Grid Tied Solar Micro-Converter with Optimizer Mode Operation for Weak-Grid O...Grid Tied Solar Micro-Converter with Optimizer Mode Operation for Weak-Grid O...
Grid Tied Solar Micro-Converter with Optimizer Mode Operation for Weak-Grid O...
 
Feasibility of residential grid connected pv system under the jordanian net m...
Feasibility of residential grid connected pv system under the jordanian net m...Feasibility of residential grid connected pv system under the jordanian net m...
Feasibility of residential grid connected pv system under the jordanian net m...
 
Jawad Ali Khan
Jawad Ali KhanJawad Ali Khan
Jawad Ali Khan
 
IRJET- Energy Management on Grid Connected Hybrid Renewable Energy Sources us...
IRJET- Energy Management on Grid Connected Hybrid Renewable Energy Sources us...IRJET- Energy Management on Grid Connected Hybrid Renewable Energy Sources us...
IRJET- Energy Management on Grid Connected Hybrid Renewable Energy Sources us...
 
IRJET- A Review: To Design Efficient 32 Bits Carry Select Adder by using ...
IRJET-  	  A Review: To Design Efficient 32 Bits Carry Select Adder by using ...IRJET-  	  A Review: To Design Efficient 32 Bits Carry Select Adder by using ...
IRJET- A Review: To Design Efficient 32 Bits Carry Select Adder by using ...
 
Designing of an automated power meter reading
Designing of an automated power meter readingDesigning of an automated power meter reading
Designing of an automated power meter reading
 
Ce4301462465
Ce4301462465Ce4301462465
Ce4301462465
 
A NEW DATA ENCODER AND DECODER SCHEME FOR NETWORK ON CHIP
A NEW DATA ENCODER AND DECODER SCHEME FOR  NETWORK ON CHIPA NEW DATA ENCODER AND DECODER SCHEME FOR  NETWORK ON CHIP
A NEW DATA ENCODER AND DECODER SCHEME FOR NETWORK ON CHIP
 
Noor’s Algorithmic Flow of Electronics and Communication Engineering
Noor’s Algorithmic Flow of Electronics and Communication EngineeringNoor’s Algorithmic Flow of Electronics and Communication Engineering
Noor’s Algorithmic Flow of Electronics and Communication Engineering
 
Janardhan (Power Electronics resume)
Janardhan (Power Electronics resume)Janardhan (Power Electronics resume)
Janardhan (Power Electronics resume)
 
Janardhan resume
Janardhan resumeJanardhan resume
Janardhan resume
 
Microgrid
MicrogridMicrogrid
Microgrid
 
IRJET- Design of 1 Bit ALU using Various Full Adder Circuits
IRJET-  	  Design of 1 Bit ALU using Various Full Adder CircuitsIRJET-  	  Design of 1 Bit ALU using Various Full Adder Circuits
IRJET- Design of 1 Bit ALU using Various Full Adder Circuits
 
Dx34756759
Dx34756759Dx34756759
Dx34756759
 
Microgrid
MicrogridMicrogrid
Microgrid
 

Similar to Energy storage system to reduce peak demand of domestic consumers

Implementation of modular MPPT algorithm for energy harvesting embedded and I...
Implementation of modular MPPT algorithm for energy harvesting embedded and I...Implementation of modular MPPT algorithm for energy harvesting embedded and I...
Implementation of modular MPPT algorithm for energy harvesting embedded and I...IJECEIAES
 
Design and Control of Grid Connected Hybrid Energy sources based BEMS
Design and Control of Grid Connected Hybrid Energy sources based BEMSDesign and Control of Grid Connected Hybrid Energy sources based BEMS
Design and Control of Grid Connected Hybrid Energy sources based BEMSIRJET Journal
 
Design and Control of Grid Connected Hybrid Energy sources based BEMS
Design and Control of Grid Connected Hybrid Energy sources based BEMSDesign and Control of Grid Connected Hybrid Energy sources based BEMS
Design and Control of Grid Connected Hybrid Energy sources based BEMSIRJET Journal
 
IRJET- Hybrid Renewable Energy Based Micro Grid
IRJET- Hybrid Renewable Energy Based Micro GridIRJET- Hybrid Renewable Energy Based Micro Grid
IRJET- Hybrid Renewable Energy Based Micro GridIRJET Journal
 
Design methodology of smart photovoltaic plant
Design methodology of smart photovoltaic plant Design methodology of smart photovoltaic plant
Design methodology of smart photovoltaic plant IJECEIAES
 
Sizing of Hybrid PV/Battery Power System in Sohag city
Sizing of Hybrid PV/Battery Power System in Sohag citySizing of Hybrid PV/Battery Power System in Sohag city
Sizing of Hybrid PV/Battery Power System in Sohag cityiosrjce
 
DESIGN & IMPLEMENT OF PERFORMANCE OF MONITORING OF E- BATTERY USING NODEMCU E...
DESIGN & IMPLEMENT OF PERFORMANCE OF MONITORING OF E- BATTERY USING NODEMCU E...DESIGN & IMPLEMENT OF PERFORMANCE OF MONITORING OF E- BATTERY USING NODEMCU E...
DESIGN & IMPLEMENT OF PERFORMANCE OF MONITORING OF E- BATTERY USING NODEMCU E...IRJET Journal
 
Gsm Based Energy Meter Monitoring and Load Control
Gsm Based Energy Meter Monitoring and Load ControlGsm Based Energy Meter Monitoring and Load Control
Gsm Based Energy Meter Monitoring and Load ControlIRJET Journal
 
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 ...IRJET Journal
 
POWER FACTOR MONITORING AND CONTROLLING FOR INDUSTRIAL LOAD USING IOT
POWER FACTOR MONITORING AND CONTROLLING FOR INDUSTRIAL LOAD USING IOTPOWER FACTOR MONITORING AND CONTROLLING FOR INDUSTRIAL LOAD USING IOT
POWER FACTOR MONITORING AND CONTROLLING FOR INDUSTRIAL LOAD USING IOTIRJET Journal
 
IRJET- Optimization of Renewable Energy Sources for DC Microgrid
IRJET-  	  Optimization of Renewable Energy Sources for DC MicrogridIRJET-  	  Optimization of Renewable Energy Sources for DC Microgrid
IRJET- Optimization of Renewable Energy Sources for DC MicrogridIRJET Journal
 
Renewable Energy Integration in Smart Grids: A Review of Recent Solutions to ...
Renewable Energy Integration in Smart Grids: A Review of Recent Solutions to ...Renewable Energy Integration in Smart Grids: A Review of Recent Solutions to ...
Renewable Energy Integration in Smart Grids: A Review of Recent Solutions to ...IRJET Journal
 
Scrutinizing electricity sector results from PRIMES Energy System model using...
Scrutinizing electricity sector results from PRIMES Energy System model using...Scrutinizing electricity sector results from PRIMES Energy System model using...
Scrutinizing electricity sector results from PRIMES Energy System model using...IEA-ETSAP
 
IRJET- Comparison between Ideal and Estimated PV Parameters using Evolutionar...
IRJET- Comparison between Ideal and Estimated PV Parameters using Evolutionar...IRJET- Comparison between Ideal and Estimated PV Parameters using Evolutionar...
IRJET- Comparison between Ideal and Estimated PV Parameters using Evolutionar...IRJET Journal
 
FORMULATION AND EXECUTION OF A DC TO DC BOOST CONVERTER WITH NON-CONVENTIONAL...
FORMULATION AND EXECUTION OF A DC TO DC BOOST CONVERTER WITH NON-CONVENTIONAL...FORMULATION AND EXECUTION OF A DC TO DC BOOST CONVERTER WITH NON-CONVENTIONAL...
FORMULATION AND EXECUTION OF A DC TO DC BOOST CONVERTER WITH NON-CONVENTIONAL...IRJET Journal
 
IRJET- Performance Evaluation of Micro Grid
IRJET- Performance Evaluation of Micro GridIRJET- Performance Evaluation of Micro Grid
IRJET- Performance Evaluation of Micro GridIRJET Journal
 
Smartgrid seminar report
Smartgrid seminar report Smartgrid seminar report
Smartgrid seminar report Nazeemm2
 
IRJET- Efficient Power Utilization in Communication Towers
IRJET- Efficient Power Utilization in Communication TowersIRJET- Efficient Power Utilization in Communication Towers
IRJET- Efficient Power Utilization in Communication TowersIRJET Journal
 
A NOVEL SYSTEM OPTIMIZATION OF A GRID INDEPENDENT HYBRID RENEWABLE ENERGY SYS...
A NOVEL SYSTEM OPTIMIZATION OF A GRID INDEPENDENT HYBRID RENEWABLE ENERGY SYS...A NOVEL SYSTEM OPTIMIZATION OF A GRID INDEPENDENT HYBRID RENEWABLE ENERGY SYS...
A NOVEL SYSTEM OPTIMIZATION OF A GRID INDEPENDENT HYBRID RENEWABLE ENERGY SYS...ijscmcj
 

Similar to Energy storage system to reduce peak demand of domestic consumers (20)

Implementation of modular MPPT algorithm for energy harvesting embedded and I...
Implementation of modular MPPT algorithm for energy harvesting embedded and I...Implementation of modular MPPT algorithm for energy harvesting embedded and I...
Implementation of modular MPPT algorithm for energy harvesting embedded and I...
 
Design and Control of Grid Connected Hybrid Energy sources based BEMS
Design and Control of Grid Connected Hybrid Energy sources based BEMSDesign and Control of Grid Connected Hybrid Energy sources based BEMS
Design and Control of Grid Connected Hybrid Energy sources based BEMS
 
Design and Control of Grid Connected Hybrid Energy sources based BEMS
Design and Control of Grid Connected Hybrid Energy sources based BEMSDesign and Control of Grid Connected Hybrid Energy sources based BEMS
Design and Control of Grid Connected Hybrid Energy sources based BEMS
 
IRJET- Hybrid Renewable Energy Based Micro Grid
IRJET- Hybrid Renewable Energy Based Micro GridIRJET- Hybrid Renewable Energy Based Micro Grid
IRJET- Hybrid Renewable Energy Based Micro Grid
 
Design methodology of smart photovoltaic plant
Design methodology of smart photovoltaic plant Design methodology of smart photovoltaic plant
Design methodology of smart photovoltaic plant
 
I010626370
I010626370I010626370
I010626370
 
Sizing of Hybrid PV/Battery Power System in Sohag city
Sizing of Hybrid PV/Battery Power System in Sohag citySizing of Hybrid PV/Battery Power System in Sohag city
Sizing of Hybrid PV/Battery Power System in Sohag city
 
DESIGN & IMPLEMENT OF PERFORMANCE OF MONITORING OF E- BATTERY USING NODEMCU E...
DESIGN & IMPLEMENT OF PERFORMANCE OF MONITORING OF E- BATTERY USING NODEMCU E...DESIGN & IMPLEMENT OF PERFORMANCE OF MONITORING OF E- BATTERY USING NODEMCU E...
DESIGN & IMPLEMENT OF PERFORMANCE OF MONITORING OF E- BATTERY USING NODEMCU E...
 
Gsm Based Energy Meter Monitoring and Load Control
Gsm Based Energy Meter Monitoring and Load ControlGsm Based Energy Meter Monitoring and Load Control
Gsm Based Energy Meter Monitoring and Load Control
 
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 ...
 
POWER FACTOR MONITORING AND CONTROLLING FOR INDUSTRIAL LOAD USING IOT
POWER FACTOR MONITORING AND CONTROLLING FOR INDUSTRIAL LOAD USING IOTPOWER FACTOR MONITORING AND CONTROLLING FOR INDUSTRIAL LOAD USING IOT
POWER FACTOR MONITORING AND CONTROLLING FOR INDUSTRIAL LOAD USING IOT
 
IRJET- Optimization of Renewable Energy Sources for DC Microgrid
IRJET-  	  Optimization of Renewable Energy Sources for DC MicrogridIRJET-  	  Optimization of Renewable Energy Sources for DC Microgrid
IRJET- Optimization of Renewable Energy Sources for DC Microgrid
 
Renewable Energy Integration in Smart Grids: A Review of Recent Solutions to ...
Renewable Energy Integration in Smart Grids: A Review of Recent Solutions to ...Renewable Energy Integration in Smart Grids: A Review of Recent Solutions to ...
Renewable Energy Integration in Smart Grids: A Review of Recent Solutions to ...
 
Scrutinizing electricity sector results from PRIMES Energy System model using...
Scrutinizing electricity sector results from PRIMES Energy System model using...Scrutinizing electricity sector results from PRIMES Energy System model using...
Scrutinizing electricity sector results from PRIMES Energy System model using...
 
IRJET- Comparison between Ideal and Estimated PV Parameters using Evolutionar...
IRJET- Comparison between Ideal and Estimated PV Parameters using Evolutionar...IRJET- Comparison between Ideal and Estimated PV Parameters using Evolutionar...
IRJET- Comparison between Ideal and Estimated PV Parameters using Evolutionar...
 
FORMULATION AND EXECUTION OF A DC TO DC BOOST CONVERTER WITH NON-CONVENTIONAL...
FORMULATION AND EXECUTION OF A DC TO DC BOOST CONVERTER WITH NON-CONVENTIONAL...FORMULATION AND EXECUTION OF A DC TO DC BOOST CONVERTER WITH NON-CONVENTIONAL...
FORMULATION AND EXECUTION OF A DC TO DC BOOST CONVERTER WITH NON-CONVENTIONAL...
 
IRJET- Performance Evaluation of Micro Grid
IRJET- Performance Evaluation of Micro GridIRJET- Performance Evaluation of Micro Grid
IRJET- Performance Evaluation of Micro Grid
 
Smartgrid seminar report
Smartgrid seminar report Smartgrid seminar report
Smartgrid seminar report
 
IRJET- Efficient Power Utilization in Communication Towers
IRJET- Efficient Power Utilization in Communication TowersIRJET- Efficient Power Utilization in Communication Towers
IRJET- Efficient Power Utilization in Communication Towers
 
A NOVEL SYSTEM OPTIMIZATION OF A GRID INDEPENDENT HYBRID RENEWABLE ENERGY SYS...
A NOVEL SYSTEM OPTIMIZATION OF A GRID INDEPENDENT HYBRID RENEWABLE ENERGY SYS...A NOVEL SYSTEM OPTIMIZATION OF A GRID INDEPENDENT HYBRID RENEWABLE ENERGY SYS...
A NOVEL SYSTEM OPTIMIZATION OF A GRID INDEPENDENT HYBRID RENEWABLE ENERGY SYS...
 

Recently uploaded

Learn the concepts of Thermodynamics on Magic Marks
Learn the concepts of Thermodynamics on Magic MarksLearn the concepts of Thermodynamics on Magic Marks
Learn the concepts of Thermodynamics on Magic MarksMagic Marks
 
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.pptxmaisarahman1
 
Hostel management system project report..pdf
Hostel management system project report..pdfHostel management system project report..pdf
Hostel management system project report..pdfKamal Acharya
 
Thermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VThermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VDineshKumar4165
 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXssuser89054b
 
Hazard Identification (HAZID) vs. Hazard and Operability (HAZOP): A Comparati...
Hazard Identification (HAZID) vs. Hazard and Operability (HAZOP): A Comparati...Hazard Identification (HAZID) vs. Hazard and Operability (HAZOP): A Comparati...
Hazard Identification (HAZID) vs. Hazard and Operability (HAZOP): A Comparati...soginsider
 
Thermal Engineering Unit - I & II . ppt
Thermal Engineering  Unit - I & II . pptThermal Engineering  Unit - I & II . ppt
Thermal Engineering Unit - I & II . pptDineshKumar4165
 
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptxS1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptxSCMS School of Architecture
 
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 leapRishantSharmaFr
 
kiln thermal load.pptx kiln tgermal load
kiln thermal load.pptx kiln tgermal loadkiln thermal load.pptx kiln tgermal load
kiln thermal load.pptx kiln tgermal loadhamedmustafa094
 
Minimum and Maximum Modes of microprocessor 8086
Minimum and Maximum Modes of microprocessor 8086Minimum and Maximum Modes of microprocessor 8086
Minimum and Maximum Modes of microprocessor 8086anil_gaur
 
School management system project Report.pdf
School management system project Report.pdfSchool management system project Report.pdf
School management system project Report.pdfKamal Acharya
 
Air Compressor reciprocating single stage
Air Compressor reciprocating single stageAir Compressor reciprocating single stage
Air Compressor reciprocating single stageAbc194748
 
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...Arindam Chakraborty, Ph.D., P.E. (CA, TX)
 
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 MunicipalityMorshed Ahmed Rahath
 
data_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdfdata_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdfJiananWang21
 
Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...
Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...
Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...Call Girls Mumbai
 
COST-EFFETIVE and Energy Efficient BUILDINGS ptx
COST-EFFETIVE  and Energy Efficient BUILDINGS ptxCOST-EFFETIVE  and Energy Efficient BUILDINGS ptx
COST-EFFETIVE and Energy Efficient BUILDINGS ptxJIT KUMAR GUPTA
 
+97470301568>> buy weed in qatar,buy thc oil qatar,buy weed and vape oil in d...
+97470301568>> buy weed in qatar,buy thc oil qatar,buy weed and vape oil in d...+97470301568>> buy weed in qatar,buy thc oil qatar,buy weed and vape oil in d...
+97470301568>> buy weed in qatar,buy thc oil qatar,buy weed and vape oil in d...Health
 

Recently uploaded (20)

Learn the concepts of Thermodynamics on Magic Marks
Learn the concepts of Thermodynamics on Magic MarksLearn the concepts of Thermodynamics on Magic Marks
Learn the concepts of Thermodynamics on Magic Marks
 
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
 
Hostel management system project report..pdf
Hostel management system project report..pdfHostel management system project report..pdf
Hostel management system project report..pdf
 
Thermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VThermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - V
 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
 
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
 
Hazard Identification (HAZID) vs. Hazard and Operability (HAZOP): A Comparati...
Hazard Identification (HAZID) vs. Hazard and Operability (HAZOP): A Comparati...Hazard Identification (HAZID) vs. Hazard and Operability (HAZOP): A Comparati...
Hazard Identification (HAZID) vs. Hazard and Operability (HAZOP): A Comparati...
 
Thermal Engineering Unit - I & II . ppt
Thermal Engineering  Unit - I & II . pptThermal Engineering  Unit - I & II . ppt
Thermal Engineering Unit - I & II . ppt
 
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptxS1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
 
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
 
kiln thermal load.pptx kiln tgermal load
kiln thermal load.pptx kiln tgermal loadkiln thermal load.pptx kiln tgermal load
kiln thermal load.pptx kiln tgermal load
 
Minimum and Maximum Modes of microprocessor 8086
Minimum and Maximum Modes of microprocessor 8086Minimum and Maximum Modes of microprocessor 8086
Minimum and Maximum Modes of microprocessor 8086
 
School management system project Report.pdf
School management system project Report.pdfSchool management system project Report.pdf
School management system project Report.pdf
 
Air Compressor reciprocating single stage
Air Compressor reciprocating single stageAir Compressor reciprocating single stage
Air Compressor reciprocating single stage
 
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
 
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
 
data_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdfdata_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdf
 
Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...
Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...
Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...
 
COST-EFFETIVE and Energy Efficient BUILDINGS ptx
COST-EFFETIVE  and Energy Efficient BUILDINGS ptxCOST-EFFETIVE  and Energy Efficient BUILDINGS ptx
COST-EFFETIVE and Energy Efficient BUILDINGS ptx
 
+97470301568>> buy weed in qatar,buy thc oil qatar,buy weed and vape oil in d...
+97470301568>> buy weed in qatar,buy thc oil qatar,buy weed and vape oil in d...+97470301568>> buy weed in qatar,buy thc oil qatar,buy weed and vape oil in d...
+97470301568>> buy weed in qatar,buy thc oil qatar,buy weed and vape oil in d...
 

Energy storage system to reduce peak demand of domestic consumers

  • 1. 09-06-2021 Dept. of EE 1 PROJECT ENERGY STORAGE SYSTEM TO REDUCE PEAK DEMAND OF DOMESTIC CONSUMERS
  • 2. CONTENT  INTRODUCTION  LITERATURE SURVEY  OBJECTIVE  METHODOLOGY  BLOCK DIAGRAM  CONTROL STRATEGY  DESIGN  SIMULATION AND RESULTS  COST ESTIMATION  HARDWARE & ANDROID APPLICATION  ALGORITHM OF ARDUINO PROGRAM  TRUTH TABLE  CONCLUSION  WORK PLAN  REFERENCES 09-06-2021 Dept. of EE 2
  • 3. INTRODUCTION  Electricity consumers have to pay higher cost per unit energy within peak hours than in off peak hours. Electricity suppliers should have to spend additional cost to produce electricity during the peak hours.  At the peak hours, the current flowing through the transmission lines increases in large amounts and it causes increase in power loss and drops the system voltage. Also during the off-peak hours, demand reduce in large amount within small time period. As a result there’s a possibility of the power system being unstable.  It was found that using a battery bank, the energy can be stored and supplied to the premise to reduce the peak load. The results shows the storage system can reduce the peak load at the consumer premise and hence make an impact to reduce the peak load in a utility. 09-06-2021 Dept. of EE 3
  • 4. LITERATURE SURVEY 09-06-2021 Dept. of EE 4 1. S. Farah D. Whaley, P. Pudney, and W. Saman examined the impact of various battery charging and discharging control strategies, with and without photovoltaic (PV) systems, to reduce both the monthly peak demands and life cycle cost of electricity under a new proposed monthly demand tariff in South Australia. The study used real household demand and PV data for a monitored low-energy house. The results showed that for the PV capacities considered, electricity storage using Control Strategies could not reduce the life cycle cost of electricity. But electricity storage systems can significantly reduce monthly peak demands. 2. E. Telaretti and L. Dusonchet evaluated the economic feasibility of electrochemical storage systems in peak load shaving applications. Their analysis refers to a li-ion, an advanced lead-acid, a NaS and a flow battery. The sizing and the operating strategy of the BESS have been defined, so as to obtain, at the same time, the flattest daily usage pattern and the maximum benefit for the customer. Their simulation results show a customer daily power profile perfectly levelled in shoulder seasons and a peak shaving effect in all other days.
  • 5. OBJECTIVE To design an economically feasible battery bank system which can • Reduce the fluctuation in load frequencies during peak and off peak time • Reduce additional cost to produce electricity during the peak hours • Economic profit from TOD Tariff 09-06-2021 Dept. of EE 5
  • 6. Mode 1 Dept. of EE 6 METHODOLOGY Load < Rated Output of the Battery Grid Supply Available? Time Peak Time Off-Peak Time True False Battery Full ? True False True False Mode 2 Mode 3 Mode 4 Mode 1* 09-06-2021 Peak-Load Shifting Process
  • 7. Dept. of EE 7 BLOCK DIAGRAM 09-06-2021
  • 8. CONTROL STRATEGY Contactor – 01 Contactor – 02 and Boost Inverter MOSFETs Contactor – 03 Mode 1 OFF ON OFF Mode 2 ON ON OFF Mode 3 ON OFF ON Mode 4 ON OFF OFF 09-06-2021 Dept. of EE 8
  • 9.  Battery Type = Lead Acid Battery (12V 200Ah)  Number of Batteries = 8  Battery Capacity = 𝑇𝑜𝑡𝑎𝑙 𝑃𝑜𝑤𝑒𝑟 × 𝐵𝑎𝑐𝑘𝑢𝑝 𝑇𝑖𝑚𝑒 𝐵𝑎𝑡𝑡𝑒𝑟𝑦 𝑉𝑜𝑙𝑡𝑎𝑔𝑒 × 𝐸𝑓𝑓𝑖𝑐𝑖𝑒𝑛𝑐𝑦 × 𝐷𝑒𝑝𝑡ℎ 𝑜𝑓 𝐷𝑖𝑠𝑐ℎ𝑎𝑟𝑔𝑒 = 2000 × 4 𝐻𝑟𝑠 96 𝑉 × 80% × 50% ≈ 200𝐴ℎ  Switch Type = IRF3205 N channel Power MOSFET 09-06-2021 Dept. of EE 9 CONTROL STRATEGY
  • 10. DESIGN  Duty Cycle, D = 1 − 𝑉𝑆 𝑉𝑂 = 1 - 96 300 =0.68  Resistance, R = 𝑉2 𝑃 = 3002 2000 = 45Ω  Inductance, L = 𝐷(1−𝐷)2𝑅 2𝐹 = 0.68(1−0.68)245 2 × 30 × 103 = 5.224 × 10−5 𝐻  Capacitance, C = 𝐷 2𝐹𝑅 = 0.68 2 × 30 × 103 × 45 = 2.5185 × 10−7 𝐹 09-06-2021 Dept. of EE 10
  • 11. 09-06-2021 Dept. of EE 11 Circuit Diagram of Boost Inverter 5.224 × 𝟏𝟎−𝟓𝑯 𝟐. 𝟓𝟏𝟖𝟓 × 𝟏𝟎−𝟕𝑭 𝟗𝟔𝑽 LOAD 𝐌𝟎 𝐌𝟏 𝐌𝟐 𝐌𝟒 𝐌𝟑 𝐃 DESIGN
  • 12. SIMULATION OF PROPOSED SYSTEM 09-06-2021 Dept. of EE 12
  • 13. SIMULATION OF CONTROL SYSTEM 09-06-2021 Dept. of EE 13
  • 14. SIMULATION OF GRID TIE INVERTER 09-06-2021 Dept. of EE 14
  • 15. 09-06-2021 Dept. of EE 15 Simulation Result RESULTS
  • 16. RESULTS 09-06-2021 Dept. of EE 16 1. When Load < 2000W Contactor Control Signal Simulation Result
  • 17. RESULTS 09-06-2021 Dept. of EE 17 1. When Load > 2000W Contactor Control Signal Simulation Result
  • 20. HARDWARE 09-06-2021 Dept. of EE 20 Hardware of sine wave single phase Inverter
  • 21. ANDROID APPLICATION 09-06-2021 Dept. of EE 21 1. TAB 1 – General 1. Live status indicators from Arduino 2. Live battery level indicator 3. Live graphical data 4. Historical graphical data Screenshot of the app (TAB 1)
  • 22. ANDROID APPLICATION 09-06-2021 Dept. of EE 22 1. TAB 2 – Settings 1. Period selection 2. Peak and off peak time settings Screenshot of the app (TAB 2)
  • 23. HARDWARE 09-06-2021 Dept. of EE 23 Circuit Diagram of Control System
  • 24. ALGORITHM OF ARDUINO PROGRAM 1. Start 2. Include necessary libraries 3. Declare all the variables 4. Define all analog and digital pins 5. Initialize virtual pins and app elements 6. Declare and define the functions mode1, mode2, mode3 and mode4 7. Declare and define the functions for data input from the app 8. Declare a timer event which calls respective functions according to the current time 9. In SETUP, initialize the serial communication 10. Set the pinMode of all the analog and digital pins 11. Establish connection to the server 12. Declare the timer function 13. In Loop, Call the timer function 14. Stop 09-06-2021 Dept. of EE 24
  • 27. HARDWARE • Mode – 1 09-06-2021 Dept. of EE 27 Screenshot of the app during mode 1 Control system indicator LEDs during mode 1 G I B T L
  • 28. 09-06-2021 Dept. of EE 28 Screenshot of the app during mode 2 • Mode – 2 G I B T L Control system indicator LEDs during mode 1 HARDWARE
  • 29. 09-06-2021 Dept. of EE 29 Screenshot of the app during mode 3 • Mode – 3 G I B T L Control system indicator LEDs during mode 1 HARDWARE
  • 30. 09-06-2021 Dept. of EE 30 Screenshot of the app during mode 4 • Mode – 4 G I B T L Control system indicator LEDs during mode 1 HARDWARE
  • 31. 09-06-2021 Dept. of EE 31 HARDWARE
  • 32. SCREEN RECORDING FROM ANDROID APPLICATION 09-06-2021 Dept. of EE 32 1. Live status indicators when load is varied 2. Live battery level indicator 3. Live graphical data 4. Period selection 5. Peak and off peak time settings 6. Full screen data history
  • 33. CONCLUSION  Grid tie inverter has been designed.  The proposed system consumes power from the grid only during off peak time.  The proposed system can also work as a conventional inverter.  As a future work it is possible to use other energy storage methods like super capacitors which has low cost, high efficiency and long lifetime than the battery bank.  5G module can be integrated to directly connect to a high speed cloud server thereby making it independent of an on-site server or computer for data transfer. 09-06-2021 Dept. of EE 33
  • 35. REFERENCES 09-06-2021 Dept. of EE 35 [1] A. G. N. Madhuranga and I. A. Premaratne, "Energy Storage Battery Bank system to reduce peak demand for domestic consumers," 2017 International Conference on Computer, Communications and Electronics (Comptelix), Jaipur, 2017, pp. 648-653, doi: 10.1109/COMPTELIX.2017.8004049. [2] S. Farah, D. Whaley, P. Pudney, and W. Saman, “Control strategies of domestic electrical storage for reducing electricity peak demand and life cycle cost.” IEEE, 2015, pp. 1–6. [3] W. Zheng, K. Ma, and X. Wang, “Hybrid energy storage with supercapacitor for cost-efficient data center power shaving and capping,” IEEE Transactions on Parallel and Distributed Systems, vol. 28, pp. 1105–1118, 2017. [4] E. Telaretti and L. Dusonchet, “Battery storage systems for peak load shaving applications: Part 1: Operating strategy and modification of the power diagram.” IEEE, 2016, pp. 1–6. [5] A. Stone, M. Rasheduzzaman and P. Fajri, "A Review of Single-Phase Single-Stage DC/AC Boost Inverter Topologies and Their Controllers," 2018 IEEE Conference on Technologies for Sustainability (SusTech), Long Beach, CA, USA, 2018, pp. 1-8, doi: 10.1109/SusTech.2018.8671380.
  • 36. Dept. of EE 36 THANK YOU 09-06-2021