You are on page 1of 5

Power Management of a Residential Hybrid

Photovoltaic Inverter with Battery Energy Storage


System
Wei Xiong Jianwu Zeng* Liangcai Wu Hao Cheng
Growatt New Energy Technology Dept. of Electrical and Computer Growatt New Energy Technology Growatt New Energy Technology
Shiyan, Shenzhen, China Engineering and Technology Shiyan, Shenzhen, China Shiyan, Shenzhen, China
wei.xiong@growatt.com Minnesota State University liangcai.wu@ginverter.com hao.cheng@growatt.com
Mankato, MN USA
jianwu.zeng@mnsu.edu

Abstract—This paper presents power management of a grid- growth in demand for a highly reliable energy supply, the
connected photovoltaic (PV) inverter with battery energy battery energy storage system (BESS) is expected to be used
storage system (BESS) for the residential application. The together with the PV inverter to achieve both power
overall system is controlled at the grid level and converter level.
At the grid level, the inverter is capable of regulating the power
generation and self-consumption [7].
provided by the system controller. At the converter level, the Due to the use of the BESS, the overall energy conversion
inverter system with BESS can manage the power while system is more reliable than that using the PV inverter only
considering the priorities of the battery or the grid, e.g., battery [8],[9]. It is possible to achieve the peak shaving [10], fully
first and the grid first. Different controllers are designed to use the peak-valley time-of-use (TOU) price [11], and
control the battery power, inverter power, and the PV power participating the power system level control as the traditional
when their priorities are changed. The experimental results
show that with the designed controllers, the system is not only
power generators.
capable of dealing with the local load and source change, but To manage the power flow of these energy sources and
also can participate the system level control by regulating the the load, control strategy as well as real-time controllers are
amount power provided by the upper level controllers. need to be properly designed for the different operation
modes of the system [12]. The control strategy generally can
Keywords-Battery energy storage system (BESS), photovoltaic be categorized into two types: centralized [13] and the
(PV), power management, residential
decentralized control [14]. The centralized control requires
I. INTRODUCTION communications among the different converters and it is
With the penetration of the sustainable energy, the relative simple compared to the decentralized control. In this
installation of the renewable energy generator such as the paper, the centralized control strategy is used to simulate the
wind turbine and photovoltaic (PV) array has been increased grid-level control.
drastically during the past decade. For example, solar energy, This paper presents a power management strategy for a
the fastest growing source of the power [1] and has PV-battery system at two different levels: converter level and
experienced an average annual growth rate of 59% [2]. These the grid level. At the converter level, the controllers balance
energy sources are distributed in wide area and such the power between the generation and the consumption while
distributed generators (DGs) can help to fully make use of the considering the priority of the battery and the grid. At the
abundant clean renewable energy [3]. grid-level, the system can participate the power scheduling if
One of characteristics of the renewable energy is its necessary.
intermittence, e.g., the solar energy has diurnal characteristic, II. SYSTEM CONFIGURATION AND CONTROL STRATEGY
the energy can only be generated during the daytime when
Fig. 1 shows the system configuration of the grid-
the weather condition is fair. On one hand, it can lead to
connected PV inverter with battery energy storage for the
uncertainties in the power system planning and operation,
residential application. The overall system consists of a boost
particularly, under high PV penetration. On the other hand,
converter which interfaces with the PV array, a bidirectional
since the load requires the continuous power from the energy
DC-DC converter (BDC) connected to a battery bank, a grid-
sources, it is expected to add extra energy sources to provide
connected inverter, and a load. The BDC consists of a H-
the power when there is deficient while absorbing the power
bridge LLC resonant converter and a buck-boost converter,
when there is surplus. The adding of the energy storage units
the inverter is capable of working in rectifier mode as well.
such as batteries and ultra-capacitors to the renewable energy
Therefore, the power flows of the battery and the grid are
generation system have the potential to solve the
bidirectional as shown in Fig. 1.
aforementioned problems [4]-[6].
The objective of this system is to manage the power flow
With the increasing penetration of the solar energy and
of the battery, PV array, and the grid under the different

978-1-7281-2455-1/19/$31.00 ©2019 IEEE


450
Fig. 1. The structure of the grid-connected PV inverter with BESS.

condition. For example, when the solar power is more than is supposed to be delivered to the grid; while the negative
the load power, the surplus power will be stored in the battery reference power indicates the inverter will work in the
with higher priority than delivering to the grid if the SOC of rectifier mode, the power is delivered from the grid to the
the battery is low. inverter.
To achieve these functions, real-time controllers are need At the converter level, if there is power reference from the
to be designed for each converter and organized in a proper grid-level, the inverter will regulate the power provided by
manner. Fig. 2 shows the flowchart of this two-level control the grid-level controller, otherwise, the inverter reference
strategy. At the grid level, the power can be directly power will be generated from the local controllers at the
controlled by operator/consumers via the remote control. The converter level. As shown in Fig. 2, it will check the battery,
power command can be directly sent to the converter level the grid, and the load with the decrease priorities to meet the
controllers. For example, when the power reference is power balance while protecting the battery from the over
positive, the inverter works in the generator mode, the power charge or over discharge. The power is finally balanced by
regulating the battery current.
Start III. CONTROLLERS DESIGN
This paper focus on the controllers’ design of the BDC
and the inverter. The controller’s design of the boost
RemoteCtrlEn
== Charge ?
Y Pcmd = RemoteCtrlPower converter will not be included. Fig. 3 shows the signal flow
of the battery loops which includes inner current loop and the
Grid level

N
outer voltage loop. To protect the battery from over
RemoteCtrlEn
Y Pcmd = -RemoteCtrlPower
charging/discharging, the charge/discharging voltage and the
==Discharge ?
current are limited. The battery reference current (icRef) is the
N minimum current of the iclimit and icp, where iclimit is the
maximum charge current; icp is the current calculated from
BatFirst ? Y Pcmd = LocalCtrlChgPercent the reference battery power. Then the reference current is
limited by the characteristic of the battery and the power
N reference. The battery current then is regulated by controller
Ci(s) which is designed based on Gid(s). The voltage
GridFirst ? Y Pcmd = LocalCtrlDishgPercent
controller Cv(s) is designed from Giv(s) which cutoff
frequency is 1/10 of that of the current loop.
Converter level

N
Fig. 4 shows the signal flow of the inverter when it works
LoadFirst Pcmd = Pref +0.5PM in the grid-connected mode. The DC bus voltage is controlled
by the inverter so that the generated solar power can be
delivered to the load. Besides, the inverter can eject the
Pref = PowerDerate(Pcmd);
reactive power to the grid as well if generated power is more
than the demand. The current then is regulated by its inner
IbbRef = (Pref / Vbus1) + IbbCompensate current controller CiL(s).
When the inverter works in the island mode, the bus
voltage is controlled by the boost converter as shown in Fig.
End
5(a), the PV array may not work in the maximum power point
tracking mode. The output voltage of the inverter is regulated
Fig. 2. The flowchart of two-level control strategy.
by its voltage controller Co(s) as shown in Fig. 5(b).

451
ic lim it

VBat Re f ic Re f ic
Ci ( s ) Gid ( s ) Giv ( s )
Cv ( s)

VBat ic

Fig. 3. The control blocks of the battery.

iq Re f
v Bus Qcmd Par sin g
vg

VBus Re f I d Re f id Re f i L Re f
C Bus (s ) C iL (s ) Ginv (s )

vg iL
sin ωt
PLL

Fig. 4. The signal flow of the inverter in grid-connected mode.

vBus Re f + i pv Re f + d i pv vBus
C1 ( s) C2 ( s) Gid (s) G vi (s)

− i pv
vBus
(a)

vo iload vo

Vo Re f il Re f i L Re f
C o (s ) CiL (s ) Ginv (s )

iL

(b)
Fig. 5. The signal flow of the inverter in island mode. (a) Bus voltage loop; (b) inverter voltage and current loop.

8 kW load is connected and disconnected. As shown in Fig.


IV. EXPERIMENTAL RESULTS 7, when there is no load, the generated solar power is charged
To validate the effectiveness of the controllers, a hybrid to the battery and the current is 50 A, when the 8 kW load is
PV and battery system is built. The nominal power of the PV, added, the grid provides the deficient power and the battery
battery, and the inverter are 4 kW, 3 kW, and 6 kW, is changed from the charge mode to the discharge mode;
respectively. Fig. 6 shows the overall experimental setup. It when the load is disconnected, the grid power decreases and
includes a PV simulator, Li-ion battery bank, converters the battery is switched to the charge mode, during the
which includes boost converter, inverter, and the BDC, the transient, the bus voltage (vbus) and the PV voltage (vpv) are
grid simulator and the load. controlled to be constant.
Fig. 7 shows the measured transient waveforms when an

452
Fig. 6. Experimental setup.

Fig. 7. Measured transient waveforms when the 8 kW load is connected and disconnected.

ibat
vbus

iinv

Grid first Battery first Grid first

Fig. 8. The transition between the grid first and the battery first.
Fig. 8 shows the transition when the system is switched power and the stored battery energy instead of the grid power,
from grid first to battery first mode. When the grid has higher the battery then works in the discharge mode. When the
priority than the battery, the system tends to use the solar priority of the battery is higher than the grid, e.g., the SOC of

453
the battery is low, the battery is charged by the PV and the V. CONCLUSION
grid. During the switching transient, the bus voltage is This paper presents control of a residential grid connected
constant with small overshoot within short period. PV inverter with the BESS. Various controllers are first
To participate the grid-level power management, the designed for each converter to regulate its voltage and
system needs to transit from one mode to the other within current. These controllers then are properly organized to
certain time period, e.g., charge mode to the discharge mode. manage the power flows of the battery and the inverter while
Fig. 9 shows the transition between the charge and discharge considering different priorities. The experimental results
mode when the power reference is changed remotely at the show that with these controllers, the system is capable of
grid-level. As shown in Fig. 9, the battery current is changed balancing the power as well as smoothly switching from one
from the charge mode to the discharge mode within one mode to another.
second, during the whole transition, the bus voltage is
maintained at a constant value. REFERENCES
Fig. 10 shows the battery power when the priority of the [1] https://www.usatoday.com/story/money/2017/10/04/solar-energy-
battery, grid, and the load is changed. When the battery has fastest growing-source-power/730594001/
the highest priority, e.g., from 20:10- 20:15, the battery is [2] https://www.seia.org/initiatives/solar-investment-tax-credit-itc
charged with 1400 W; when the grid is set the highest priority, [3] M. Ding and M. Wang, “Distributed generation technology,” Electric
the battery discharges with 1600 W during the time slot of Power Automation Equioment, vol. 24, no.7, pp. 31-36, July 2004.
[4] M. Badawy and Y. Sozer, “Power flow management of a grid tied PV-
20:15-20:21. battery system for electric vehicles charging,” IEEE Trans. Ind.
Appl.,vol. 53, no. 2, pp. 1347-1357, Mar./Apr. 2017.
[5] J. Zeng, W. Qiao, and L. Qu, “An isolated three-port bidirectional DC-
DC converter for photovoltaic systems with energy storage,” IEEE
Trans. Ind. Appl., vol. 51, no. 4, pp. 3493-3503, Jul./Aug. 2015.
[6] F. Chen, W. Qiao, and L. Qu, “A scalable and reconfigurable battery
system,” in Proc. IEEE 8th Int. Symp. Power Electron. Distributed
Generation Syst., Florianopolis, 2017, pp. 1-6.
[7] http://new.abb.com/power-converters-inverters/solar/photovoltaic
[8] S. Vavilapalli, U. Subramaniam, S. Padmanaban, and V.
Ramachandaramurthy, "Design and real-time simulation of an AC
voltage regulator based battery charger for large-scale PV-grid energy
storage systems," IEEE Access, vol. 5, pp. 25158-25170, 2017.
iinv ibat [9] S. Abdelrazek and S. Kamalasadan, "Integrated PV capacity firming
and energy time shift battery energy storage management using energy-
vbus oriented optimization," IEEE Trans. Ind. Appl., vol. 52, no. 3, pp.
2607-2617, May-June 2016.
[10] M. Alam, K. Muttaqi, and D. Sutanto, "Mitigation of rooftop solar PV
impacts and evening peak support by managing available capacity of
distributed energy storage systems," IEEE Trans. Power Syst., vol. 28,
no. 4, pp. 3874-3884, Nov. 2013.
[11] V. Tran, K. Muttaqi, and D. Sutanto, “A robust power management
strategy with multi-mode control features for an integrated PV and
Fig. 9. The transition of regulating the power from the system-level energy storage system to take the advantage of ToU electricity
controller. pricing,” IEEE Trans. Ind. Appl., vol. 55, no. 2, pp. 2110-2120, March-
April 2019.
1800 [12] X. Xu, L. Fang, X. Xu, and X. Lu, "Control strategy of photovoltaic
Disharge generation inverter grid-connected operating and harmonic elimination
hybrid system," in Proc. 2nd Int. Conf. Power & Renewable Energy,
1600

1400
Charge Chengdu, 2017, pp. 886-890.
1200
[13] Z. Yi, W. Dong, and A. Etemadi, “A unified control and power
management scheme for PV-battery-based hybrid microgrids for both
1000 grid-connected and islanded modes," IEEE Trans. Smart Grid, vol. 9,
no. 6, pp. 5975-5985, Nov. 2018.
800

[14] H. Mahmood, D. Michaelson, and J. Jiang, “Decentralized power


600
management of a PV/battery hybrid unit in a droop-controlled islanded
400
microgrid," IEEE Trans. Power Electron., vol. 30, no. 12, pp. 7215-
7229, Dec. 2015.
200

0
20:07:51
20:08:58
20:10:05
20:11:12
20:12:19
20:13:26
20:14:33
20:15:40
20:16:47
20:17:54
20:19:01
20:20:08
20:21:15
20:22:22
20:23:29
20:24:36
20:25:43
20:26:50
20:27:57
20:29:04
20:30:12
20:31:19
20:32:26
20:33:33
20:34:40
20:35:47
20:36:54
20:38:01
20:39:08
20:40:15
20:41:22
20:42:29
20:43:36
20:44:43
20:45:50
20:46:57
20:48:04
20:49:11
20:50:18
20:51:25
20:52:32
20:53:39
20:54:46
20:55:53
20:57:00
20:58:07
20:59:14
21:00:21
21:01:28
21:02:35
21:03:42
21:04:49
21:05:56
21:07:03
21:08:10
21:09:17

Fig. 10. Measured battery power when priorities are changed.

454

You might also like