Research On Electric Vehicle Charging Safety Warning Based On A-LSTM Algorithm
Research On Electric Vehicle Charging Safety Warning Based On A-LSTM Algorithm
ABSTRACT Accidents involving electric vehicle fires have increased as the number of electric vehicles
has grown recently. The issue of charging safety is a key barrier to the growth of the electric vehicle sector
because these accidents have resulted in large financial losses for car owners and charging facility operators.
The approach for resolving the issue of electric car charging safety through an electric vehicle charging
safety warning system is suggested in this research. The suggested solution uses an adaptive optimization
of long short-term memory neural network (A-LSTM) to forecast voltage changes throughout the whole
charging process by using the vehicle’s daily historical charging data. The warning threshold adjustment
method is established by the difference between the predicted voltage data and the actual voltage data, which
is dynamically adjusted as the charging process progresses. Finally, a real-time warning model for vehicle
charging alert is developed. The daily charging data of electric vehicles is used in the paper to verify the
precision of data prediction and the accuracy and timeliness of the model. The study’s findings demonstrate
that the early warning model suggested in this paper can quickly send out early warning signals to safeguard
the safety of car charging and can identify aberrant charging data.
INDEX TERMS Electric vehicle, charging safety, early warning, A-LSTM algorithm, daily charging data.
status is judged by comparing the charge response informa- early warning of thermal runaway [18]. The aforementioned
tion simulated by the battery model and the battery charge sta- methods based on big data and machine learning are able
tus information for charging fault monitoring and early warn- to handle time-series EV charging data, but they are mostly
ing [8]. Tran et al. comprehensive consideration of SOC, tem- based on laboratory data, and less research has been con-
perature and state of health (SOH) establishes an equivalent ducted on daily EV charging data.
circuit model for lithium-ion batteries, which is capable of In summary, big data research and machine learning algo-
estimating the battery state of charge, temperature and health rithms are widely used in the field of fault diagnosis and
status with high accuracy and can be effectively monitored early warning, however, electric vehicle charging data is time-
by the battery management system (BMS) [9]. In addition, series data, and the data volume is huge, the input dimension
some scholars have used the expert system approach for fault is many, and the coupling is strong, some deep learning
detection and early warning. Song designed a comprehensive algorithms are not well applied in this scene. The time series
evaluation index system for charging safety based on expert warning method based on Long Short-Term Memory (LSTM)
scoring and other methods from three aspects: power battery, can predict the future development trend of the data based
charging equipment and distribution network, and use the on current and historical data features, which is suitable for
gray correlation degree method to determine the weight of vehicle charging data warning requirements. Therefore, this
each index [10]. Qian et al. designed a safety and protection paper is based on LSTM algorithm to build the vehicle charg-
monitoring device for electric vehicle charging, and then ing safety warning model. Firstly, we analyze and summarize
established an early warning model based on the operation the factors affecting vehicle charging safety by combining
status of charging equipment by fuzzy comprehensive evalu- the characteristics of vehicle charging data and the charging
ation method [11]. EV battery systems are strongly nonlinear characteristics of lithium-ion battery, and filter the charging
and it is difficult to build an accurate model for them. Fearing safety warning factors according to the vehicle charging data
that a model is usually only applicable to a specific fault characteristics by using Pearson correlation analysis to cal-
type, it requires a lot of modeling work and is inconvenient culate the correlation coefficients between different warning
in engineering. factors; then we construct the A-LSTM prediction algorithm
In recent years, the widespread use of big data and machine and design the prediction model of charging data, and get the
learning has also led to new approaches to fault monitoring predicted values of electric vehicle charging data by analyz-
and early warning. Zhao et al. proposed a fault diagnosis ing and learning from the historical data; finally, we combine
method for electric vehicle battery system based on big the A-LSTM prediction algorithm and design the prediction
data statistical method to construct a more complete bat- model of charging data. Finally, the dynamic warning thresh-
tery system fault diagnosis model based on machine learn- old method is constructed by combining the predicted value,
ing algorithm and multi-level screening strategy to detect actual value and charging standard, and the real-time warning
abnormal changes of voltage [12]. Zhang et al. Constructing model of EV charging safety is designed. Finally, the dynamic
a charging warning model based on improved grey wolf warning threshold method is constructed by combining the
optimization-back propagation neural network (IGWO-BP) predicted values, actual values and charging standards to
to accurately identify abnormal EV charging voltage condi- design a real-time warning model for EV charging safety.
tions for diagnosis and warning [13]. Xia et al proposed a The daily charging data are analyzed and verified to prove
short-circuit fault diagnosis method based on voltage profile the accuracy and timeliness of the charging safety warning
correlation coefficients to detect short-circuit faults by cap- model constructed in the paper.
turing the decreasing trend of voltage correlation coefficients
of two adjacent cells individually and using recursive sliding II. EV CHARGING SAFETY ANALYSIS
windows to maintain the sensitivity of fault detection during A. ANALYSIS OF EV ACCIDENTS
operation. [14] Gao et al. constructed an electric vehicle There are significant differences between combustion acci-
charging process fault warning method based on adaptive dents in new energy vehicles and those in traditional fuel
deep belief networks, which can accurately warn of faults dur- vehicles. Combustion accidents in traditional vehicles are
ing the charging process of electric vehicles [15]. Zhang et al. typically caused by non-standard modifications, aging cir-
proposed a new method for quantifying electrical safety index cuits, arson, and other factors, whereas most combustion
system based on comprehensive weights, which is suitable for accidents in new energy vehicles are caused by thermal run-
application to electrical safety protection of electric vehicle away [19]. The fire scenarios caused by thermal runaway
charging equipment [16]. Yu combines BP neural networks in EVs mainly include five types: lithium-ion battery charg-
with outlier testing to achieve charging safety monitoring ing combustion, natural parking combustion, driving com-
and fault warning for electric vehicles, and is capable of bustion, collision combustion, and immersion combustion.
alerting when charging faults occur in electric vehicles [17]. According to statistics [20], the accident ratios for these
Yang et al. proposed a current prediction method based on scenarios are shown in Fig. 1, with the highest proportion of
back propagation neural network to estimate the current of combustion accidents occurring when EVs are being charged,
cells with external short circuit faults in the battery pack by parked, or driven. Generally, there are fewer supervisory
neural network using only voltage information to achieve personnel around vehicles in the charging and parking states
55082 VOLUME 11, 2023
X. Diao et al.: Research on EV Charging Safety Warning Based on A-LSTM Algorithm
than during driving. Therefore, it is necessary to improve the period of time, causing the internal temperature of the battery
safety warning system for EV charging and protect the safety to rise sharply, which will lead to charging accidents. From
of charging EVs. the perspective of the triggering mechanism, there are three
main types of internal short circuits in batteries: internal short
circuits caused by overcharge or over discharge, internal short
circuits caused by mechanical damage and self-triggered
internal short circuits [23].
2) BATTERY OVERCHARGE
Overcharging of a battery can be a dangerous condition where
the charging equipment continues to supply energy to the
battery for an extended period of time. This can lead to
safety accidents. There are several factors that can cause
battery overcharging, including high ambient temperatures
and incorrect charging methods [24].
Step 1: EV charging data processing. Firstly, the collected TABLE 1. EV charging safety warning factor.
EV historical charging data are subjected to de-hybridization
operation to remove missing values and great outliers from
the data, and then the data are normalized according to equa-
tion (1) to make the EV historical charging data vector EVhis
a standard data mapped to [−1, 1]. This can prevent the
subsequent calculation errors caused by data changes, and at
the same time can improve the operation speed and prediction
accuracy of the early warning model.
2 (EVhis − EVhis-min )
EVhis-input = −1 (1)
EVhis-max − EVhis-min
where EVhis-input is the normalized historical data value,
to obtain the EV warning factor prediction vector EVpre
which is used as the standard input data in the subsequent
and EV warning factor pressure residual vector EVre , which
steps; EVhis is the original charging data; EVhis-max and
lay a good foundation for the subsequent charging warning
EVhis-min are the maximum and minimum values of the cor-
threshold setting.
responding data in the original charging data.
Step 2: EV charging warning factor calculation. First, EVpre = fA-LSTM (EVinput ) (4)
the EV charging safety warning factor rwf is determined by
EVre = EVpre − EVnor (5)
considering the EV charging history data types and the EV
charging safety influencing factors summarized in the intro- Step 4: EV dynamic warning threshold setting. Accord-
duction section, and then the corresponding data in EVhis , ing to the EV prediction data residual EVre obtained
the EV charging history data set, are extracted according in step 3 and the ‘‘Electric Vehicle Safety Requirements
to the warning factor, and the correlation coefficient ck (GB 18384-2020)’’, the vehicle charging voltage threshold
among the influencing factors is calculated by the Pearson array EVthr is established with the data characteristics. then
correlation coefficient formula shown in equation (2) and the vehicle charging process is divided into 4 different warn-
equation (3), and finally the correlation coefficients among ing regions according to the SOC value, I, II, III and IV, con-
the factors are compared, and the one with the strongest sidering the changing characteristics of the vehicle charging
correlation with other factors is selected as the charging safety data, and each region is set up with the warning The threshold
warning factor rwf . adjustment factor w, w is dynamically adjusted according to
n
P different regions, and equation (6) constructs the dynamic
(xi − x)(yi − y) warning threshold EVthr-dy for EV charging warning factor.
i=1
cxy−i = s (2) Xn
n n EVthr-dy = wj EVthr−j (6)
− x)2 − y)2
P P
(xi (yi j=1
i=1 i=1
Xm EVthr = ±λ · EVre (7)
ck = cxy−i (3)
i=1 where j is the charging warning region serial number, taking
where i is the data number of the warning factor, n is the the value of [1] and [4], wj is the warning threshold adjust-
number of input data, x and y are two different warning data. ment factor of region j, and λ is the adjustment factor, taking
cxy−i shown in Table 1 indicates the correlation coefficient the value between [−1.15, 1.15] according to the specific data
between warning data x and y, x and y are the average value variation.
of the corresponding warning data set, k is the warning factor Step 5: EV charging safety warning. Input EV real-time
serial number, m is the number of warning factors, and m is charging data EVrt , record the initial SOC of EV charging
taken as 6 according to Table 1. as SOC0 and the highest voltage of vehicle battery as V0 ,
Step 3: EV charging data prediction. Extract EV standard determine the vehicle warning area according to the initial
charging data EVhis-input to select suitable parameters as input state of vehicle charging, then select the dynamic warning
EVinput , take the predicted data of charging factor as output threshold of the corresponding area and monitor the vehicle
EVpre , and build A-LSTM deep network for regression cal- charging status, when the vehicle charging status is abnor-
culation of the data. Observe the prediction results, gradu- mal, i.e., the changes of real-time charging voltage, charging
ally adjust the hyperparameters of the algorithm, explore the current and temperature are different from the safety model
balance between the amount of input data and the prediction constructed based on the historical normal charging data,
accuracy of the algorithm, while ensuring the optimal pre- consider that there is a safety problem of EV charging at this
diction accuracy and prediction time, determine the optimal time, implement the corresponding warning rules in time and
hyperparameters of the algorithm, form the A-LSTM deep take measures to deal with it. When the vehicle charging state
learning network model, and then use the A-LSTM algorithm is abnormal, i.e., the real-time charging voltage, charging
to fit the data, as shown in equation (4) and equation (5) current and temperature changes are different from the safety
model built based on the historical normal charging data, it is has proven effective in analyzing and learning input vehicle
considered that there is a safety problem in EV charging at historical charging time series data and forecasting the trend
this time, and the early warning is carried out in time and of subsequent charging data based on the historical and cur-
measures are taken to deal with it. rent state. Therefore, this study adopts LSTM to address the
The specific EV charging safety warning rules are as fol- data regression prediction challenge and further optimizes the
lows: problem solution by constructing an A-LSTM model.
The first level is EV normal charging state, the vehicle
charging data in this state is below the warning threshold, A. LSTM ALGORITHM
which is the most ideal charging state and no alarm will be The LSTM neural network is a variant of Recurrent Neural
made; Network (RNN) that addresses the problems of gradient van-
The second level is EV warning state, the EV SOC in this ishing and explosion. It replaces the hidden layer of the orig-
state is below 60% and the maximum battery voltage is higher inal RNN with LSTM units, which contain input, output, and
than the warning threshold, the state of this level indicates that forget gates. The forget gate regulates the amount of historical
the EV charging is abnormal and protective measures should input by controlling which information is retained and which
be taken in time to make it converge to normal charging; is discarded. The activation function of all three gates is the
The third level for the electric vehicle alert state, the state sigmoid function, which produces values between 0 and 1.
of the vehicle SOC in 60%-80%, the vehicle single battery The gates learn to weight the historical input, current input,
maximum voltage is higher than the warning threshold, at this and historical output, thereby achieving the memory function
time the vehicle state may have risk, should be alarmed and of historical input and output.
timely measures to prevent the vehicle from danger; The LSTM unit is constructed as shown in (8) to (13), with
The fourth level is EV dangerous state, the state of the the candidate LSTM memory cell state value represented by:
vehicle SOC is above 80%, the highest voltage of the vehicle
C̃ (t) = tanh (ωx − cx (t) + ωhc h (t − 1) + bc ) (8)
single battery is higher than the warning threshold and lasts
for a long time, the EV continues to charge in this state is where: x(t) is the input data of the historical charging of the
very likely to burn the car accident, should promptly cut off EV at the current moment, h(t − 1) is the output of the LSTM
the power and stop charging. unit at the previous moment, ωx and ωhc are the connection
In summary, the EV charging safety warning model is weights corresponding to the two inputs x(t) and the output
constructed, and the specific model operation block diagram h(t − 1), C̃ (t) is the memory unit reference, and bc is the
is shown in Figure 2. bias of the network. Values of the input gates of the LSTM
network:
ωxi x (t) + ωhi h (t − 1)
I (t) = sigmoid (9)
+ωci C (t − 1) + bi
where: ωxi , ωhi and ωci are the input data for the current
moment of EV historical charging, the previous moment
LSTM cell output and the previous moment cell output con-
nection weights to the input gate, respectively, and bi is the
bias of the input gate.
The values of the forgotten gates of the LSTM network:
ωxf x (t) + ωhf h (t − 1)
F (t) = sigmoid (10)
+ωfi C (t − 1) + bf
where: ωxf , ωhf and ωcf are the EV historical charging input
data at that moment, the previous moment LSTM cell output
and the previous moment cell output connection weights to
the forgetting gate, respectively; bf is the bias of the forgetting
gate.
FIGURE 2. Flow chart of EV charging safety warning model. In this way, the current LSTM memory cell state value:
C (t) = F (t) ⊗ C (t − 1) + I (t) ⊗ C̃ (t) (11)
IV. EV CHARGING DATA PREDICTION MODEL where ⊗ denotes the residence product operation.
The third step of the charging safety warning model con- And the value of the output gate of the LSTM network:
structed in Section III, accurate prediction of the complete
ωxo x (t) + ωho h (t − 1)
change pattern of EV charging data is crucial. It is apparent O (t) = sigmoid (12)
that EV charging data series represent standard time series +ωco C (t − 1) + bo
data, and predicting the variable constitutes a regression where: ωxo , ωho and ωco are the connection weights of the
problem for time series analysis. LSTM algorithm model current moment’s input, the previous moment’s LSTM cell
output and the previous moment’s cell output to the output the battery pack of the EV. Each individual cell has a rated
gate, respectively, and bo is the bias of the output gate. voltage of 3.7V and a rated capacity of 2.2Ah. Therefore,
It is feasible to determine the output of the LSTM memory the rated voltage and capacity of the EV battery pack are
cell at a given time t by combining equations (8) to (13). 328.5V and 69Ah, respectively. Throughout the entire charg-
ing process, the EV adopts a typical three-stage charging
h (t) = O (t − 1) ⊗ tanh (C (t − 1)) (13) method, with slow charging before the battery pack’s SOC
In summary, the working process of LSTM can be simplified reaches 80% using constant current charging. The charging
as follows: given the input value x(t) at the current time step, termination voltage of the vehicle’s battery system is 377V,
the information is filtered through candidate memory cells, and the discharge termination voltage is 276V. The operating
under the control of the input gate, to update the current temperature range for charging is between 0 to 50◦ C, and
memory cell. The forgetting gate determines whether the for discharging, it is between −20 to 60◦ C. The maximum
current memory cell can access information from the previous continuous charging current allowed is 35A, and the max-
cell, and the valuable information retained by these two parts imum continuous discharge current is 103A. The charging
(i.e., the updated memory) is passed to the next LSTM. The protection voltage for each individual cell is 4.1V, and the
output gate controls whether the information in the memory discharge protection voltage is 3V.
cell is transmitted to the hidden state for use in the output The experimental EV operating data is presented in
layer, and h(t) is also connected to the next LSTM cell Table 2, which includes fundamental information on vehicle
module. The interaction and control of the three gates allows operation and data related to the vehicle battery system.
for the longer-term memory of the input information.
TABLE 2. Summary of EV Charging Data.
B. A-LSTM ALGORITHM
To enhance the precision of the LSTM model’s predictions
and mitigate its error, this study utilizes the error corre-
lation linear analysis approach and proposes the A-LSTM
(Adaptation LSTM) model. This model involves developing
a relationship equation (13) that correlates the input variables
with the historical prediction error.
eh = f (x1 , . . . , xn ) (14)
where: eh represents the LSTM historical prediction error;
f (x1 , . . . , xn ) is a primary function on the input, (x1 , . . . , xn
denotes the input).
The prediction model after error correction is shown in
equation (14).
hA-LSTM = f (x1 , . . . , xn ) + h (x1 , . . . , xn ) (15)
where: h(x1 , . . . , xn ) is the established LSTM prediction B. EV CHARGING DATA PRE-PROCESSING
model; f (x1 , . . . , xn ) is the error linear correction function, In this study, a total of 153,247 vehicle charging history data
and hA-LSTM is the final output of the A-LSTM algorithm. are collected, with a data time span of 1 year, specifically
containing the basic data of vehicle-pile communication and
V. EXPERIMENTAL VERIFICATION AND ANALYSIS the data type required for the model, which can depict the
To validate the proposed EV warning model, this paper vehicle charging scenario more completely. External factors,
selected two types of daily charging data from vehicles for such as measurement errors of vehicle sensors and trans-
charging characteristic analysis and experimental simulation mission errors of data, may lead to null values, abnormally
verification. The charging data of vehicles using fast charging large values, and repeated values in historical charging data.
and slow charging were collected separately. The selected Moreover, due to the high data collection frequency, multiple
vehicles in this study have a demonstrative effect and can charging data correspond to the same SOC value when the
serve as a reference for developing other EV charging safety vehicle SOC accuracy is kept to 1 decimal place. There-
warning models. fore, data de-aggregation is required. After screening and
eliminating the abnormal data and blank data, the remaining
A. EV CHARGING DATA valid charging data are 98581. Then, the data were normal-
The EV battery system used in this study consists of ized to meet the input requirements of the model prediction
18650 type ternary lithium-ion batteries. The EV is composed algorithm.
of 92 individual cells connected in series to form one group, After data pre-processing, extract the relevant charging
and a total of 32 groups are connected in parallel to form data, and equations (2) and (3) were used to calculate the
correlation coefficients c between the real-time SOC of the the stable motor temperature and the battery temperature.
battery pack, the initial SOC of the battery pack charging, The correlation coefficient of each parameter was then recal-
the SOH of the battery pack, the charging current of the culated, as presented in Figure 5. Upon comparing Figure 3
battery pack, the maximum temperature of the single cell, and Figure 5, it is observed that the correlation coefficients
and the maximum voltage of the single cell. The purpose was between temperature (after the improved formulation) and
to investigate the degree of coupling between these factors other factors, except SOH, are significantly improved. This
and to determine the charging safety influence factor rwf . The is due to the narrow SOH range (94% to 96.5%) of the EV
results of these calculations are presented in Fig. 3. data obtained in this study, which is not enough to cover the
The strength of the correlation between two variables is entire SOH cycle.
indicated by the absolute value of the Pearson correlation Upon comprehensive observation of the correlation coef-
coefficient, with a value closer to 1 indicating a stronger ficients between the factors compared in Fig. 5, it is evident
correlation. Fig. 3, which displays the correlation coefficient that the correlation between single cell voltage and the other
heatmap, indicates that the real-time SOC of the battery pack factors is stronger when considered together. Therefore, sin-
is strongly correlated with both the EV charging current and gle cell voltage is selected as the warning factor.
the highest single cell voltage of the battery pack. The health
of the battery pack is strongly correlated with the initial SOC
of the battery pack charging. In contrast to the exposition of
related literature, the maximum temperature of the single cell
of the battery pack is weakly correlated with other factors.
Upon ranking, it was discovered that the maximum tempera-
ture of the single cell of the battery pack is more significantly
impacted by the ambient temperature, and that it changes
more under different ambient temperature conditions.
(Root Mean Square Error, RMSE) and mean absolute per- to include three hidden layers, with each layer containing
centage error sMAE (Mean Absolute Error, MAE) as the 100 units. The remaining hyperparameters of the A-LSTM
evaluation criteria to assess the prediction performance of the model are provided in Table 5.
A-LSTM algorithm under different parameters. The specific
formulas for these two evaluation criteria are shown in (16) TABLE 5. Hyperparameter setting of A-LSTM model.
and (17).
v
u n ,
uX
sRMSE = t (yi − fi )2
n (16)
i=1
n
1 X
sMAE = |yi − fi | (17)
n
i=1
possible, the warning threshold is set more strictly, with a resources, and facilitate the implementation of the national
required warning 1SOC of 0.8%. Compared with the fixed big data strategy.
threshold, the dynamic threshold proposed in this paper for The proposed method can effectively monitor various
charging safety warning has excellent warning timeliness. physical quantity data of EV charging, enable charging fault
warning of EV, and prevent false alarms caused by incorrect
charging data. However, this study has some limitations, par-
ticularly in terms of data acquisition of SOH and the lack of
complete life cycle EV charging data. Further research could
explore these areas in greater depth.
REFERENCES
[1] X. Feng, Y. Pan, X. He, L. Wang, and M. Ouyang, ‘‘Detecting the internal
short circuit in large-format lithium-ion battery using model-based fault-
diagnosis algorithm,’’ J. Energy Storage, vol. 18, pp. 26–39, Aug. 2018,
doi: 10.1016/j.est.2018.04.020.
[2] B. Mao, C. Zhao, H. Chen, Q. Wang, and J. Sun, ‘‘Experimental and
modeling analysis of jet flow and fire dynamics of 18650-type lithium-
ion battery,’’ Appl. Energy, vol. 281, Jan. 2021, Art. no. 116054, doi:
10.1016/j.apenergy.2020.116054.
[3] A. Barré, F. Suard, M. Gérard, M. Montaru, and D. Riu, ‘‘Statistical
analysis for understanding and predicting battery degradations in real-life
electric vehicle use,’’ J. Power Sources, vol. 245, pp. 846–856, Jan. 2014,
doi: 10.1016/j.jpowsour.2013.07.052.
FIGURE 15. Time-limit of warning for different models. [4] X. Feng, S. Zheng, D. Ren, X. He, L. Wang, H. Cui, X. Liu, C. Jin, F. Zhang,
C. Xu, H. Hsu, S. Gao, T. Chen, Y. Li, T. Wang, H. Wang, M. Li, and
M. Ouyang, ‘‘Investigating the thermal runaway mechanisms of lithium-
ion batteries based on thermal analysis database,’’ Appl. Energy, vol. 246,
pp. 53–64, Jul. 2019, doi: 10.1016/j.apenergy.2019.04.009.
VI. DISCUSSION
[5] G. Zhang, X. Wei, X. Tang, J. Zhu, S. Chen, and H. Dai, ‘‘Internal
The following conclusions can be drawn from the analysis of short circuit mechanisms, experimental approaches and detection meth-
the results over time: ods of lithium-ion batteries for electric vehicles: A review,’’ Renew.
Sustain. Energy Rev., vol. 141, May 2021, Art. no. 110790, doi:
1) The actual charging data of EVs obtained has abnormal 10.1016/j.rser.2021.110790.
samples due to sensor failures and transmission prob- [6] P. Bangalore and L. B. Tjernberg, ‘‘An artificial neural network approach
lems. Eliminating data anomalies through data prepro- for early fault detection of gearbox bearings,’’ IEEE Trans. Smart Grid,
vol. 6, no. 2, pp. 980–987, Mar. 2015, doi: 10.1109/TSG.2014.2386305.
cessing can improve the prediction accuracy of the
[7] M.-K. Tran and M. Fowler, ‘‘A review of lithium-ion battery fault diag-
algorithm; nostic algorithms: Current progress and future challenges,’’ Algorithms,
2) EV battery temperature is greatly influenced by the vol. 13, no. 3, p. 62, Mar. 2020, doi: 10.3390/a13030062.
external environment, by smoothing the motor tem- [8] Y. Zhang, T. Li, X. Yan, L. Wang, J. Zhang, X. Diao, and B. Li, ‘‘Electric
vehicle charging fault monitoring and warning method based on battery
perature and battery temperature at the same time, the model,’’ World Electr. Vehicle J., vol. 12, no. 1, p. 14, Jan. 2021, doi:
environmental influence can be significantly reduced, 10.3390/wevj12010014.
providing convenience for subsequent data prediction; [9] M.-K. Tran, M. Mathew, S. Janhunen, S. Panchal, K. Raahemifar, R. Fraser,
and M. Fowler, ‘‘A comprehensive equivalent circuit model for lithium-ion
3) A-LSTM algorithm for time series data prediction batteries, incorporating the effects of state of health, state of charge, and
problems: the accuracy and applicability of A-LSTM temperature on model parameters,’’ J. Energy Storage, vol. 43, Nov. 2021,
for EV voltage prediction problems is demonstrated by Art. no. 103252, doi: 10.1016/j.est.2021.103252.
[10] W. Song, ‘‘Research on integrated safety warning and protection system of
comparison with three other algorithms;
electric vehicle charging,’’ M.S. thesis, Nanjing Univ. Posts Telecommun.,
4) The construction of dynamic thresholds can signifi- 2019, vol. 2.
cantly improve the prediction accuracy and timeliness [11] L. Qian, M. Zhao, and W. Zhang, ‘‘A method to design the security early
of the model. Comparing dynamic thresholds with warning model of EV charging,’’ Adv. Power Syst. Hydroelectr. Eng.,
vol. 32, no. 12, pp. 114–119, 2016.
fixed thresholds, it was found that the dynamic thresh- [12] Y. Zhao, P. Liu, Z. Wang, L. Zhang, and J. Hong, ‘‘Fault and defect
olds had an average 4.52% higher accuracy in predict- diagnosis of battery for electric vehicles based on big data analy-
ing charging anomalies for different vehicles and the sis methods,’’ Appl. Energy, vol. 207, pp. 354–362, Dec. 2017, doi:
10.1016/j.apenergy.2017.05.139.
required 1SOC for warning was reduced by an average [13] L. Zhang, T. Gao, G. Cai, and K. L. Hai, ‘‘Research on electric vehicle
of 8.21%. charging safety warning model based on back propagation neural network
optimized by improved gray wolf algorithm,’’ J. Energy Storage, vol. 49,
May 2022, Art. no. 104092, doi: 10.1016/j.est.2022.104092.
VII. CONCLUSION
[14] B. Xia, Y. Shang, T. Nguyen, and C. Mi, ‘‘A correlation based fault
This paper proposes a state monitoring and fault warning detection method for short circuits in battery packs,’’ J. Power Sources,
method for electric vehicle charging processes based on vol. 337, pp. 1–10, Jan. 2017, doi: 10.1016/j.jpowsour.2016.11.007.
charging-side deep learning. The aim of the method is to [15] D. Gao, Y. Wang, X. Zheng, and Q. Yang, ‘‘A fault warning method
for electric vehicle charging process based on adaptive deep belief net-
ensure the safety of electric vehicle charging, promote the work,’’ World Electr. Vehicle J., vol. 12, no. 4, p. 265, Dec. 2021, doi:
integration of automotive safety technology with various data 10.3390/wevj12040265.
[16] K. Zhang, Z. Yin, X. Yang, Z. Yan, and Y. Huang, ‘‘Quantitative assessment TIAN GAO is pursuing the master’s degree with
of electric safety protection for electric vehicle charging equipment,’’ in Northeast Electric Power University, Jilin, China.
Proc. Int. Conf. Circuits, Devices Syst. (ICCDS), Sep. 2017, pp. 89–94. His research interest includes electric vehicle
[17] Y. Jing, ‘‘Research on safety monitoring and fault warning method charging safety warning considering multi-factor
of electric vehicle charging based on data mining technology,’’ coupling.
M.S. thesis, North China Electr. Power Univ., vol. 3, 2022, doi:
10.27139/d.cnki.ghbdu.2021.000707.
[18] R. Yang, R. Xiong, S. Ma, and X. Lin, ‘‘Characterization of external
short circuit faults in electric vehicle Li-ion battery packs and predic-
tion using artificial neural networks,’’ Appl. Energy, vol. 260, Feb. 2020,
Art. no. 114253, doi: 10.1016/j.apenergy.2019.114253.
[19] L. Jiang, Z. Deng, X. Tang, L. Hu, X. Lin, and X. Hu, ‘‘Data-driven
fault diagnosis and thermal runaway warning for battery packs using real-
world vehicle data,’’ Energy, vol. 234, Nov. 2021, Art. no. 121266, doi:
10.1016/j.energy.2021.121266. LIANG ZHANG (Member, IEEE) received the
[20] J. Lamb, C. J. Orendorff, L. A. M. Steele, and S. W. Spangler, ‘‘Failure M.S. and Ph.D. degrees in electrical engineer-
propagation in multi-cell lithium ion batteries,’’ J. Power Sources, vol. 283, ing and automation from the Harbin Institute of
pp. 517–523, Jun. 2015, doi: 10.1016/j.jpowsour.2014.10.081. Technology, Harbin, China, in 2010 and 2015,
[21] J. Hou, X. Feng, L. Wang, X. Liu, A. Ohma, L. Lu, D. Ren, W. Huang, respectively. He is currently an Associate Profes-
Y. Li, M. Yi, Y. Wang, J. Ren, Z. Meng, Z. Chu, G.-L. Xu, K. Amine, sor with the Department of Electrical Engineering,
X. He, H. Wang, Y. Nitta, and M. Ouyang, ‘‘Unlocking the self-supported
Northeast Electric Power University, Jilin, China.
thermal runaway of high-energy lithium-ion batteries,’’ Energy Storage
His current research interests include cover
Mater., vol. 39, pp. 395–402, Aug. 2021, doi: 10.1016/j.ensm.2021.04.035.
vehicle-grid coupling, demand side response, and
[22] B. Liu, ‘‘Design of charging control flow based on electric vehicles,’’ Auto-
mobile Parts, vol. 147, no. 9, pp. 6–9, 2020, doi: 10.19466/j.cnki.1674- V2G intelligent information interaction.
1986.2020.09.002.
[23] Y. Wu and Y. Wang, ‘‘Review of internal short circuit of lithium-ion
battery,’’ Mach. Building Autom., vol. 49, no. 4, pp. 169–172, 2020.
[24] D. Ouyang, Y. He, M. Chen, J. Liu, and J. Wang, ‘‘Experimental study
on the thermal behaviors of lithium-ion batteries under discharge and JUNYU ZHANG is pursuing the master’s degree
overcharge conditions,’’ J. Thermal Anal. Calorimetry, vol. 132, no. 1, with Northeast Electric Power University, Jilin,
pp. 65–75, Apr. 2018, doi: 10.1007/s10973-017-6888-x. China. His research interest includes electric vehi-
[25] X. Cheng, R. Zhang, C. Zhao, F. Wei, J. Zhang, and Q. Zhang, ‘‘A review cle charging early warning safety.
of solid electrolyte interphases on lithium metal anode,’’ Adv. Sci., vol. 3,
no. 3, Mar. 2016, Art. no. 1500213, doi: 10.1002/advs.201500213.
[26] Y. Liu, C. Zhang, J. Jiang, W. Zhang, and L. Zhang, ‘‘Research on
capacity difference identification method of lithium-ion battery pack,’’
Proc. CSEE, vol. 41, no. 4, pp. 1422–1430, 2021, doi: 10.13334/J.0258-
8013.PCSEE.200483.
LINRU JIANG received the M.S. degree from QIZHI WU is pursuing the master’s degree with
Nanjing Normal University, Jiangsu, China. Her Northeast Electric Power University, Jilin, China.
research interests include electric vehicle charging His research interest includes electric vehicle bat-
technology and electric vehicle charging safety tery charge and discharge warning.
warning.