Next Article in Journal
Parametric Optimisation of a Direct Liquid Cooling–Based Prototype for Electric Vehicles Focused on Pouch-Type Battery Cells
Next Article in Special Issue
Fuel Cell Hybrid Electric Vehicles: A Review of Topologies and Energy Management Strategies
Previous Article in Journal
Design and Performance Analysis of Super Highspeed Flywheel Rotor for Electric Vehicle
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

State-of-Health Estimate for the Lithium-Ion Battery Based on Constant Voltage Current Entropy and Charging Duration

1
School of Electronic Engineering and Intelligent Manufacturing, Anqing Normal University, Anqing 246011, China
2
College of Intelligent Science and Control Engineering, Jinling Institute of Technology, Nanjing 211169, China
3
School of Intelligent Engineering Technology, Jiangsu Vocational Institute of Commerce, Nanjing 211168, China
*
Author to whom correspondence should be addressed.
World Electr. Veh. J. 2022, 13(8), 148; https://doi.org/10.3390/wevj13080148
Submission received: 11 July 2022 / Revised: 1 August 2022 / Accepted: 3 August 2022 / Published: 5 August 2022

Abstract

:
An accurate state-of-health (SOH) estimation is vital to guarantee the safety and reliability of a lithium-ion battery management system. In application, the electrical vehicles generally start charging when the battery is at a non-zero state of charge (SOC), which will influence the charging current, voltage and duration, greatly hindering many traditional health features to estimate the SOH. However, the constant voltage charging phase is not limited by the previous non-zero SOC starting charge. In order to overcome the difficulty, a method of estimating the battery SOH based on the information entropy of battery currents of the constant voltage charging phase and charging duration is proposed. Firstly, the time series of charging current data from the constant voltage phase are measured, and then the information entropy of battery currents and charging time are calculated as new indicators. The penalty coefficient and width factor of a support vector machine (SVM) improved by the sparrow search algorithm is utilized to establish the underlying mapping relationships between the current entropy, charging duration and battery SOH. Additionally, the results indicate the adaptability and effectiveness of the proposed approach for a battery pack and cell SOH estimation.

1. Introduction

Lithium-ion batteries play an increasingly important role in many fields, such as energy storage, aviation, aerospace and new energy vehicles, owing to the battery’s prominent advantages of a long-cycle life, low self-discharging rate, low cost and low environmental pollution [1,2]. The state of health (SOH), as one of the key indicators, is usually to measure the degree of the battery aging and whether the battery requires to be changed in time [3]. However, the repeated charge–discharge cycle of a battery will cause many serious problems, such as fast power consumption, long charging time, shortened driving distance, etc. Therefore, it is necessary to accurately estimate the battery SOH.
In order to obtain the aging condition of the battery more quickly and accurately, many battery SOH estimation methods were proposed in the past few years. These methodologies can be divided into three categories: (1) the experimental estimation approaches [4,5], (2) the model-based methods [6,7,8,9,10] and (3) the data-driven methods [11,12,13,14,15]. Experimental estimation approaches directly acquire specific characteristic parameters by measuring equipment and further analyze the degradation of the battery performance. Model-based methods simulate the internal structure, materials and chemical reactions of a battery by establishing an equivalent model. Data-driven methods only need to analyze historical data from laboratory measurements [16] and do not have to analyze the mechanism of the internal electrochemical reaction of the battery. It can directly establish the mapping relationship between the current, voltage, other characteristics and maximum discharge capacity, and then estimate the battery SOH. For the experimental estimation and model-based methods, a stable experimental environment or complex experimental equipment is required, which hinders their application. In recent years, the data-driven methods of the SOH estimation have attracted more and more scholars’ attention because of their flexibility and versatility.
Multiple SOH characteristics are often used as input for data-driven approaches. For instance, Zhang et al. [17] adopted the Coulomb counting and differential voltage in a constant current to extract characteristic. Although the computational burden of the Coulomb counting formula is small, the current measurement is not only affected by the equipment precision but also by the measurement noise. From the perspective of the chemical aging mechanism, Fu et al. [18] adopted impedance characteristics as an extreme learning machine (ELM) input, which can efficiently estimate the SOH, but the result of the estimation has a lot of randomness because the input weight of the extreme learning machine is not updated by feedback. In addition to the above perspectives of multiple SOH characteristics for estimating the SOH, Li et al. [19] established a novel capacity and the remaining useful life prediction model by employing the Elman and long short-term memory neural networks, which realized a stronger robustness and generalization. Similarly, Lin et al. [20] applied a novel estimation model established by fusing multiple neural networks, and the hybrid model has strong robustness. However, the computational burden is aggravated, with the hyperparameters of the fusion model becoming more complex.
In short, some inevitable fatal drawbacks still exist in the data-driven approaches. Firstly, some methods have complex parameters as well as a poor prediction ability for small sample data. Secondly, the neural network parameters are easily caught in the local optimum, which will create the overfitting problem [21]. The support vector machine (SVM) is one of the frequently employed data analysis algorithms. It can map nonlinear data to linear data by kernel function to proceed nonlinear system modeling. However, the parameters need to be optimized to maximize the estimation performance; the sparrow search algorithm (SSA) is derived from the behavior of sparrows foraging and escaping predators, and it has a comparatively good local search ability [22].
Additionally, the voltage data or current data in the whole phase of the constant current–constant voltage (CC-CV) charging, starting from the zero state of charge (SOC), is generally used in many studies on the SOH estimation of batteries to carry out the state estimation [23,24]. However, with new energy vehicles, in the actual application, charging starts when the battery SOC drops to 30–80%, so it is hard to extract the charging data with a starting point at zero SOC for the SOH estimation of the battery. The CV charging phase is the last stage; the maximal charging voltage of the battery cell or battery pack is maintained, and the current is slowly decreased to cut off the current in this phase. Therefore, the current sequence and charging time are extracted from the constant voltage–current curve as new features. Information entropy can quantify the current sequence into a value, which can effectively avoid the measurement error and cut down the computational burden.
To overcome the above-mentioned problems, a method for estimating the battery SOH, based on the information entropy of battery currents of the CV charging phase and charging duration, is proposed. Firstly, the charging currents data of a battery cell or pack from the constant voltage charging phase are extracted, and then the information entropy of the battery currents and charging time are calculated as the input features. The penalty coefficient and width factor of the SVM optimized by the sparrow search algorithm is utilized to establish the mapping relation between the battery SOH, charge duration and current entropy. After building up the SOH estimation model of the battery, it can quickly and efficiently estimate the battery pack and cell SOH value. Specifically, several key contributions are presented below.
(1)
An original SOH combination indicator is proposed to estimate the battery SOH when it starts charging at a non-zero SOC. By employing information entropy to quantify the current sequence, the current entropy and charging duration is deduced from the CV–charging current curve.
(2)
The computational burden and precision of the SOH estimation are compared with four other traditional methods of employing a different number of input features. Although the amount of the calculation burden of the proposed method increases, the precision of the SOH estimation value has been greatly improved.
(3)
The adaptability and effectiveness of the proposed approach for the battery pack and cell SOH estimation are verified based on two different types of batteries: battery cell and battery pack.

2. The Battery SOH

The battery is tested under a laboratory environment with repeated charge–discharge cycles, which will lead to the battery’s maximum available capacity loss. Therefore, the SOH of lithium batteries is defined by capacity in this paper.
SOH = Q max   capacity Q rated   capacity × 100 %
where Q max   capacity is the maximum discharge capacity at present, and Q rated   capacity is the factory-specified rated capacity of the battery.

3. Feature Extraction

In practice, the CC-CV charging is a common charging mode, which not only has high charging efficiency but also causes less damage to the battery. A larger current can be used in the CC charging phase, so that the charging efficiency will be relatively high. However, the polarization internal resistance will lead to a high virtual voltage of the battery. Therefore, it is necessary to add the CV charging phase, which can make the battery’s SOC fuller. In this paper, each charging process includes two phases, which are showed in Figure 1. Specifically, in the CC phase, the charging current is constant until the voltage rises to the upper cut-off voltage, and then in the CV phase, the voltage is kept constant until the current slowly reduces to the lower cut-off current. The current sequence in the CV phase is selected as the feature.

3.1. Current Entropy

Entropy originates from physics and is usually used to measure the stability of the thermodynamic systems. The lower the entropy is, the more ordered the system is. On the contrary, the higher the entropy is, the more disordered the system is. In discrete data, information entropy is the probability of discrete random events, which can be considered as a measure of information. Similarly, the discrete data are more ordered, the information entropy is smaller. In the opposite way, the discrete data are more disordered, the information entropy is larger. The information entropy formula [25] is defined as following.
H ( x ) = x = 1 n p x log 2 ( p x )
where p x represents the probability of appearance of sampling current of value x for all n, and n is the number of sampling currents.

3.2. Charging Time

The battery is tested under a complex and variable environment with repeated charge–discharge cycles, and internal irreversible chemical reactions, which will cause the increase in resistance with increasing cycle times, and its direct characterization of aging can be seen in the charging curve, as shown in Figure 2. The initial CC charging duration of the newly produced battery is the longest. However, with increasing cycle times, the CC charging duration is constantly decreasing, and the CV charging duration is gradually increasing. It means that the charging time is associated with the battery SOH [26,27]. Therefore, either the CC charging time or CC charging time can be selected as the input feature.

4. SSA-SVM

4.1. Support Vector Machine

SVM reorganizes nonlinear and disordered data into linear space for classification. It not only keeps fast and accurate estimation results even under conditions of the nonlinear or small sample data but also achieves fast convergence effect by reducing the complex calculation [28]. The function of that transformation process is expressed as follows:
f ( x , w ) = w · φ ( x ) + b
where w is the vector of weight of input quantity, b is the bias of regression and φ is nonlinear mapping function. Optimal planning expressions:
{ min f ( w ) = min 1 2 w 2 + c i = 1 n e i 2 s . t    w φ ( x i ) + b y i e i , i = 1 , 2 , , n
where c is a penalty coefficient of the error term, ei represents the error value of regression. The Lagrange equation is established through the above constraint conditions:
L ( w , b , e , μ ) = 1 2 w 2 + c i = 1 n e i 2 i = 1 n μ i ( w φ ( x i ) + b + e i y i )
where ui represents Lagrange multiplier. After finding first-order partial derivative of each variable based on Karush–Kuhn–Tucker (KKT) equations, arranging and converting the optimal solution into the following linear equations.
[ 0 I n T I n K + I n c ] [ b u ] = [ 0 y n ]
where In is a unit vector of order n, u = [u1, u2,…, un], K is the matrix of kernel function and it is described as follows:
K ( x i , x j ) = exp ( x i x j 2 2 σ 2 )
where σ is a width factor for controlling the shape of the kernel function. The mapping function of SVM is described as follows:
f ( x ) = i = 1 n ( μ i K ( x , x i ) ) + b
In SVM algorithm, the penalty factor and width factor are two critical parameters, which need to be set as optimal values to reach the best estimation effect. Therefore, the SSA is used to optimize above two parameters in this paper.

4.2. Sparrow Search Algorithm

According to their ability of foraging, the sparrow population of SSA is divided into producers, scroungers, who have an awareness of danger. In addition, between 10 and 20 percent of these sparrows are presumed to have a sense of danger, which are selected as defenders [22]. The SSA iteratively updates the location information of the producers, scroungers and defenders based on the individual fitness, and then obtains the location information of the global optimal. The location information of each sparrow is updated in the multidimensional space, and the update process is described as follows.
Producer’s location update state:
X i , j t + 1 = { X i , j t exp ( i α T max ) , R 2 < S T X i , j t + Q L ,          R 2 S T
where X i , j t + 1 is the jth-dimension position information of the ith sparrow in t + 1th generation, T max is the maximum iterations, α and R2 ∈ (0, 1], ST ∈ [0.5, 1.0], Q ∈ [−1, 1] is a random number, L denotes a matrix.
Scrounger’s location update state:
X i , j t + 1 = { Q exp ( X w o r s t t X i , j t i 2 ) ,                     i > n 2 X p t + 1 + | X i , j t X p t + 1 | A + L , i n 2
where X p t + 1 is the best location information in t + 1th generation, X w r o s t t represents the worst location information in tth generation, A+ denotes a matrix.
Defender’s location update state:
X i , j t + 1 = { X b e s t t + β | X i , j t X b e s t t | , f i > f g X i , j t + K ( | X i , j t X w o r s t t | ( f i f w ) + ε ) , f i = f g
where X b e s t t is the best location information in tth generation, β and K ∈ [−1, 1] are both random numbers, fi represents the fitness of the ith sparrow, fg and fw represent the best and worst fitness of the current generation, respectively, and ε denotes the small number.

4.3. The Process of SSA Optimizing SVM

The width factor and penalty coefficient of SVM is improved by SSA, and mean square error is defined as individual fitness. Compared with the traditional algorithm, the SSA not only has a better ability to search the best location information but can also effectively avoid local optimal issue. Such as the ant colony optimization algorithm search ability is slowly, the convergence value of particle swarm optimization algorithm will be obtained too early. The flowchart of the SSA-SVM is shown in Figure 3. Furthermore, the penalty coefficient and width factor are mapped to the two-dimensional location information of each sparrow. After optimizing two-dimensional location information, the penalty coefficient and width factor of the optimal two-dimensional location information are applied to the SVM. The detailed processes of SSA to single out the best values for penalty coefficient and width factor of SVM are described as follows.
Step 1: Initialize parameters of sparrow position information. Meanwhile, determine the value range of penalty coefficient and width factor.
Step 2: Divide producers and scroungers and randomly select defenders. Update lo-cation information of producers, scroungers, defenders, respectively.
Step 3: Find the best location information of sparrow individuals based on the principle of SSA.
Step 4: Obtain the penalty coefficient and width factor corresponding to the best in-dividual position of sparrow.
Step 5: Repeat step (2)~(4) to judge whether the terminated criterion is reached, that is, the maximum number of iterations.
Step 6: The SSA-SVM estimation model is established by the optimal penalty coefficient and width factor are assigned to the SVM for training.

5. Experimental Steps and Results Analysis

5.1. Battery Data

The battery is tested under a laboratory environment with repeated charge–discharge cycles. Specifically, in the CC phase, the charging current is maintained until the voltage rises to the upper cut-off voltage, and then the voltage is kept until the current is reduced to the lower cut-off current in CV phase. Finally, the discharging current is constant until the voltage drops to the lower cut-off voltage. The experimental data of battery pack and cell are obtained in AQNU university laboratory, and the SOH measurements of battery pack and cell are showed in Figure 4. The battery pack consists of six same 18,650 lithium-ion cells linked in series. The aging data of battery pack and cell are measured at room temperature with repeated charge–discharge cycles, by the efficient battery test system assembled from laboratory equipment, which includes the upper machine, battery pack measuring equipment, cell measuring equipment, incubator. The upper machine is used to record and store data of battery. Battery pack and cell measuring equipment are provided with the constant current, constant voltage and other settable charging and discharging modes. The efficient battery test system is shown in Figure 5.

5.2. Experimental Procedures

In this experiment, the SOH of battery pack and cell is estimated, respectively. The detailed steps are presented below.
Step 1: Extract charging currents data of battery pack and cell from each constant voltage charging phase, and then calculate the information entropy of battery currents and charging time from each charging cycle; the SOH data are from each discharging cycle.
Step 2: The calculated indictors are divided into training set and test set according to 1:1.
Step 3: Based on the training set, using SSA to optimize the width factor and penalty coefficient of SVM.
Step 4: The optimal penalty coefficient and width factor are employed to establish SOH estimation models of the battery pack and cell, respectively.
Step 5: Estimate SOH of battery pack and cell based on the test set.

5.3. Experimental Results Analysis

When the SSA optimizes the parameters of the SVM, the mean square error (MSE) between the estimated SOH and the actual SOH is adopted as the fitness. Taking the best fitness value from the sparrow populations of each iteration until the end of the iteration, the number of iterations of the SSA is 100. The penalty coefficient and width factor of the SVM are optimized by the SSA. The iterative optimization processes are shown in Figure 6.
The penalty coefficient and width factor of the SVM optimized by the SSA are shown in Table 1. The optimized penalty coefficient and width factor by the SSA are applied, and then the battery pack and cell SOH is estimated by employing the SVM, respectively. The results are shown in Figure 7, by the proposed method of the battery pack and cell SOH estimation which are very close to the SOH measurement, indicating that the proposed method based on the information entropy of the battery currents of the constant voltage charging phase and constant voltage charging duration as input features is valid. In addition, the bar error chart of the battery and cell are shown in Figure 8, indicating the proposed method has a high accuracy. From the bar error chart, it can be seen that the bar error of the battery pack SOH estimation is within 1.3%. Furthermore, the bar error of the battery cell SOH estimation is within 0.7%. Therefore, the proposed method is effective, which can exactly estimate the battery pack and cell SOH.
In order to prove the feasibility of the SOH estimation method, we set up four comparative experiments. Comparative experiment 1 was observed from the perspective of the dimension of the input features. Comparative experiment 2 contrasted from the perspective of whether to use the algorithm to optimize the parameters. Finally, comparative experiments 3 and 4 were both from the perspectives of a different network. The specifics of the comparative experiment are displayed in Table 2, and the comparison results of the comparative experiment are shown in Figure 9.
The absolute error between the battery SOH estimation values and the measurement SOH values are shown in Figure 10. The mean absolute error (MAE), maximal error (ME) and computational burden of the comparative experiment are displayed in Table 3. The proposed method is compared with method 1 from the perspective of the dimension of input features, the proposed method provides a better prediction accuracy and only slightly increases the calculation cost. The proposed method is compared with method 2 from the perspective of parameter optimization. After optimizing the penalty coefficient and width factor of the SVM by the SSA, the calculation cost of the proposed method increases, but the estimation precision is greatly improved. The SSA is good at searching the global optimization, and the local optimal issue can be avoided effectively. Regarding the comparison by method 3 and method 4, the Elman neural network has the advantages of local memory and feedback and can better estimate the battery SOH; however, the input weight of the ELM is random, and there is no need to learn and update the input weight. It can be observed that the Elman neural network has much more computational cost than the ELM, but the accuracy of the SOH estimation is lower than the ELM. Therefore, among the SOH estimation methods for the battery pack and cell, the SSA-SVM has a higher accuracy, and the ELM is more suitable for estimating the SOH than the Elman neural network in this paper.
In compared method 1, the SSA-SVM adopts the current entropy of each constant voltage charging phase as the feature input in comparative experiment 1, which the MAE and ME are 0.65 and 1.57%, respectively. However, the MAE and ME of the proposed method are 0.24 and 1.2%, respectively, which are all lower than the MAE and ME of compared method 1. Because the charging duration of the constant voltage charging phase is not considered in comparison method 1, and the battery is tested under a complex and variable environment with repeated charge–discharge cycles, there are resulting internal irreversible chemical reactions. Therefore, it can be considered that the increase in the charging duration is associated with the aging process, and the experimental results prove that the charging duration is an important feature of battery aging. Similarly, it is also shown that the constant voltage charging duration is related to the SOH in Ref. [29].
In compared method 2, the SVM adopts the current entropy and charging duration of each constant voltage charging phase as the feature input, but the MAE and ME are larger. Owing to the penalty factor and width factor playing an important role in the estimation performance of the model, the penalty coefficient is used to control the weight of loss and the width factor influences the radial action range of the kernel function and determines the distribution characteristics of the training sample data. Therefore, in this paper, the SSA is used to optimize the penalty coefficient and width factor of the SVM, which can effectively improve the precision of estimating the SOH.
In compared method 3, the Elman neural network of the local memory and feedback is used to estimate the battery SOH, MAE and ME of the Elman neural network which are 0.8 and 3.27%, respectively, which are all higher than the MAE and ME of the proposed method. This is because an SVM can map nonlinear problems to linear problems by the kernel function [30]. In the case of a small sample size, the global optimization can still be searched, without the weaknesses of training slowly and falling into local optimization caused by the gradient method. Therefore, the SSA-SVM method based on current entropy and charging duration has better accuracy in estimating the battery SOH in this paper.
In compared method 4, the extreme learning machine is used and compared with the classical neural network. The input weight of the extreme learning machine is random, and there is no need to update the input weight of the hidden layer [31]. However, the Elman neural network has feedback; it needs to learn and update the weight by the gradient method [32]. Therefore, the ELM has a fast calculation output and strong generalization ability. Its MAE and ME are 2.39 and 0.72%, respectively, which can quickly and accurately estimate the battery SOH, but it is inferior to the ability of the SVM to process nonlinear data.
In conclusion, the precision of the SSA-SVM estimation SOH method based on the current entropy and charging duration is higher than the other estimation methods. In comparative experiment 1, the MAE and ME are both lower, which can indicate that composite features of current entropy and charging duration are superior to the single feature in the SOH estimation. Similarly, the MAE and ME of comparative experiments 2, 3 and 4 are all higher than the proposed method, which also indicate that the accuracy of the SSA-SVM is higher than other estimation methods.

6. Conclusions

A novel method for estimating the SOH has been proposed based on the information entropy of the battery currents of the constant voltage charging phase and constant voltage charging duration. After obtaining the battery currents and charging time from each constant voltage charging phase, the current entropy and charging time are calculated as features to characterize the aging process. The penalty coefficient and width factor of the SVM are optimized by the SSA, and then the optimal mapping relationship between the battery SOH, charge duration and current entropy is obtained, and the battery SOH estimation model is constructed. Furthermore, in order to prove the validity of the proposed method, the error between the aging data SOH measured by the laboratory equipment and the estimated SOH has been analyzed, and then four groups of comparative experiments have been set up. The comparative experiment results indicate the adaptability and effectiveness of the proposed approach, and the maximal error is within 1.3%. In addition, the proposed method is not only suitable for the SOH estimation of the battery pack but also for the battery cell. Therefore, it has strong guidance and reference in SOH estimation methods of the battery pack and cell.

Author Contributions

Validation, formal analysis and writing, L.L.; methodology and software, C.Z.; conceptualization, Y.T.; project administration, H.L. All authors have read and agreed to the published version of the manuscript.

Funding

This work was supported by the “Four New” research and reform practice project under Grant No. 2021sx092.

Institutional Review Board Statement

Not applicable.

Informed Consent Statement

Not applicable.

Data Availability Statement

The datasets that support the findings of this study are measured in the corresponding author’s laboratory and available from the corresponding author upon reasonable request.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Kumar, R.; Sahoo, S.; Joanni, E.; Singh, R.K.; Tan, W.K.; Kar, K.K.; Matsuda, A. Recent progress in the synthesis of graphene and derived materials for next generation electrodes of high performance lithium ion batteries. Prog. Energy Combust. Sci. 2019, 75, 100786. [Google Scholar] [CrossRef]
  2. Gong, Y.; Yu, Y.; Huang, K.; Hu, J.; Li, C. Evaluation of lithium-ion batteries through the simultaneous consideration of environmental, economic and electrochemical performance indicators. J. Clean. Prod. 2017, 170, 915–923. [Google Scholar] [CrossRef]
  3. Misyris, G.S.; Tengnér, T.; Marinopoulos, A.G.; Doukas, D.I.; Labridis, D.P. Battery Energy Storage Systems Modeling for Online Applications. In Proceedings of the 12th IEEE PES PowerTech Conference, PowerTech, Manchester, UK, 18–22 June 2017; IEEE: Piscataway, NJ, USA. [Google Scholar]
  4. Rui, X.; Li, L.; Tian, J. Towards a smarter battery management system: A critical review on battery state of health monitoring methods. J. Power Sources 2018, 405, 18–29. [Google Scholar]
  5. Shi, M.; Xu, J.; Lin, C. A fast state-of-health estimation method using single linear feature for lithium-ion batteries. Energy 2022, 256, 124652. [Google Scholar] [CrossRef]
  6. Ouyang, M.; Feng, X.; Han, X.; Lu, L.; Li, Z.; He, X. A dynamic capacity degradation model and its applications considering varying load for a large format Li-ion battery. Appl. Energy 2016, 165, 48–59. [Google Scholar] [CrossRef] [Green Version]
  7. Wang, Y.; Gao, G.; Li, X.; Chen, Z. A fractional-order model-based state estimation approach for lithium-ion battery and ultra-capacitor hybrid power source system considering load trajectory. J. Power Sources 2020, 449, 227543. [Google Scholar] [CrossRef]
  8. Cheng, G.; Wang, X.; He, Y. Remaining useful life and state of health prediction for lithium batteries based on empirical mode decomposition and a long and short memory neural network. Energy 2021, 232, 121022. [Google Scholar] [CrossRef]
  9. Weng, C.; Feng, X.; Sun, J.; Peng, H. State-of-health monitoring of lithium-ion battery modules and packs via incremental capacity peak tracking. Appl. Energy 2016, 180, 360–368. [Google Scholar] [CrossRef] [Green Version]
  10. Li, K.; Wang, Y.; Chen, Z. A comparative study of battery state-of-health estimation based on empirical mode decomposition and neural network. J. Energy Storage 2022, 54, 105333. [Google Scholar] [CrossRef]
  11. Wang, Y.; Li, K.; Chen, Z. Battery Full Life Cycle Management and Health Prognosis based on Cloud Service and Broad Learning. IEEE/CAA J. Autom. Sin. 2022, 9, 1540–1542. [Google Scholar]
  12. Zhao, S.; Zhang, C.; Wang, Y. Lithium-ion battery capacity and remaining useful life prediction using board learning system and long short-term memory neural network. J. Energy Storage 2022, 52, 104901. [Google Scholar] [CrossRef]
  13. Sui, X.; He, S.; Vilsen, S.B.; Meng, J.; Teodorescu, R.; Stroe, D.I. A review of non-probabilistic machine learning-based state of health estimation techniques for Lithium-ion battery. Appl. Energy 2021, 300, 117346. [Google Scholar] [CrossRef]
  14. Sui, X.; He, S.; Vilsen, S.B.; Meng, J.; Teodorescu, R.; Stroe, D.I. Battery state-of-health estimation based on a metabolic extreme learning machine combining degradation state model and error compensation. Energy 2021, 215, 119078. [Google Scholar]
  15. Zhang, C.; Zhao, S.; He, Y. An Integrated Method of the Future Capacity and RUL Prediction for Lithium-Ion Battery Pack. IEEE Trans. Veh. Technol. 2021, 71, 2601–2613. [Google Scholar] [CrossRef]
  16. Xie, Y.; Cheng, X. Review of State Estimation of Lithium-ion Battery with Machine Learning. Automot. Eng. 2021, 43, 10. [Google Scholar]
  17. Zhang, S.; Guo, X.; Dou, X.; Zhang, X. A rapid online calculation method for state of health of lithium-ion battery based on coulomb counting method and differential voltage analysis. J. Power Sources 2020, 479, 228740. [Google Scholar] [CrossRef]
  18. Fu, Y.; Xu, J.; Shi, M.; Mei, X. A Fast Impedance Calculation Based Battery State-of-Health Estimation Method. IEEE Trans. Ind. Electron. 2022, 69, 7019–8028. [Google Scholar] [CrossRef]
  19. Li, X.; Zhang, L.; Wang, Z.; Dong, P. Remaining useful life prediction for lithium-ion batteries based on a hybrid model combining the long short-term memory and Elman neural networks. J. Energy Storage 2019, 21, 510–518. [Google Scholar] [CrossRef]
  20. Dai, H.; Zhao, G.; Lin, M.; Wu, J.; Zheng, G. A novel estimation method for the state of health of lithium-ion battery using prior knowledge-based neural network and Markov chain. IEEE Trans. Ind. Electron. 2019, 66, 7706–7716. [Google Scholar] [CrossRef]
  21. Shen, S.; Sadoughi, M.; Li, M.; Wang, Z.; Hu, C. Deep convolutional neural networks with ensemble learning and transfer learning for capacity estimation of lithium-ion batteries. Appl. Energy 2020, 260, 114296. [Google Scholar] [CrossRef]
  22. Xue, J.; Shen, B. A novel swarm intelligence optimization approach: Sparrow search algorithm. Syst. Sci. Control Eng. Open Access J. 2020, 8, 22–34. [Google Scholar] [CrossRef]
  23. Zheng, L.; Zhu, J.; Lu, D.C.; Wang, G.; He, T. Incremental capacity analysis and differential voltage analysis based state of charge and capacity estimation for lithium-ion batteries. Energy 2018, 150, 759–769. [Google Scholar] [CrossRef]
  24. Yang, D.; Zhang, X.; Pan, R.; Wang, Y.; Chen, Z. A novel Gaussian process regression model for state-of-health estimation of lithium-ion battery using charging curve. J. Power Sources 2018, 384, 387–395. [Google Scholar] [CrossRef]
  25. Yao, L.; Wang, Z.; Ma, J. Fault detection of the connection of lithium-ion power batteries based on entropy for electric vehicles. J. Power Sources 2015, 293, 548–561. [Google Scholar] [CrossRef]
  26. Deng, Y.; Ying, H.; Jiaqiang, E.; Zhu, H.; Wei, K.; Chen, J.; Liao, G. Feature parameter extraction and intelligent estimation of the State-of-Health of lithium-ion batteries. Energy 2019, 176, 91–102. [Google Scholar] [CrossRef]
  27. Bian, X.; Liu, L.; Yan, J. A model for state-of-health estimation of lithium ion batteries based on charging profiles. Energy 2019, 177, 57–65. [Google Scholar] [CrossRef]
  28. Feng, X.; Weng, C.; He, X.; Han, X.; Lu, L.; Ren, D.; Ouyang, M. Online state-of-health estimation for li-ion battery using partial charging segment based on support vector machine. IEEE Trans. Veh. Technol. 2019, 68, 8583–8592. [Google Scholar] [CrossRef]
  29. Wang, Z.; Zeng, S.; Guo, J.; Qin, T. State of health estimation of lithium-ion batteries based on the constant voltage charging curve. Energy 2019, 167, 661–669. [Google Scholar] [CrossRef]
  30. Klass, V.; Behm, M.; Lindbergh, G. A support vector machine-based state-of-health estimation method for lithium-ion batteries under electric vehicle operation. J. Power Sources 2014, 270, 262–272. [Google Scholar] [CrossRef]
  31. Li, S.; He, H.; Li, J. Big data driven lithium-ion battery modeling method based on SDAE-ELM algorithm and data pre-processing technology. Appl. Energy 2019, 242, 1259–1273. [Google Scholar] [CrossRef]
  32. Xie, K.; Yi, H.; Hu, G.; Li, L.; Fan, Z. Short-term power load forecasting based on Elman neural network with particle swarm optimization. Neurocomputing 2020, 416, 136–142. [Google Scholar] [CrossRef]
Figure 1. Constant current–constant voltage charging curve.
Figure 1. Constant current–constant voltage charging curve.
Wevj 13 00148 g001
Figure 2. Charging–time curves at different cycles.
Figure 2. Charging–time curves at different cycles.
Wevj 13 00148 g002
Figure 3. The flowchart of the SSA-SVM.
Figure 3. The flowchart of the SSA-SVM.
Wevj 13 00148 g003
Figure 4. Measured SOH data of battery pack and cell. (a) Battery pack; (b) battery cell.
Figure 4. Measured SOH data of battery pack and cell. (a) Battery pack; (b) battery cell.
Wevj 13 00148 g004
Figure 5. The efficient battery test system.
Figure 5. The efficient battery test system.
Wevj 13 00148 g005
Figure 6. Iterative optimization processes of battery pack and cell. (a) Battery pack; (b) battery cell.
Figure 6. Iterative optimization processes of battery pack and cell. (a) Battery pack; (b) battery cell.
Wevj 13 00148 g006
Figure 7. The estimation results of SSA-SVM. (a) Battery pack; (b) battery cell.
Figure 7. The estimation results of SSA-SVM. (a) Battery pack; (b) battery cell.
Wevj 13 00148 g007
Figure 8. The SOH bar errors between estimation and measurement. (a) Battery pack; (b) battery cell.
Figure 8. The SOH bar errors between estimation and measurement. (a) Battery pack; (b) battery cell.
Wevj 13 00148 g008
Figure 9. The comparison results of comparative experiment. (a) Battery pack; (b) battery cell.
Figure 9. The comparison results of comparative experiment. (a) Battery pack; (b) battery cell.
Wevj 13 00148 g009
Figure 10. The absolute SOH estimation error values of the comparative experiment. (a) Battery pack; (b) battery cell.
Figure 10. The absolute SOH estimation error values of the comparative experiment. (a) Battery pack; (b) battery cell.
Wevj 13 00148 g010
Table 1. The optimized penalty coefficient and width factor of SVM in the proposed method.
Table 1. The optimized penalty coefficient and width factor of SVM in the proposed method.
Battery TypePenalty CoefficientWidth Factor
Battery pack24.52850.0914
Battery cell6.74070.0610
Table 2. The specifics of the comparative experiment.
Table 2. The specifics of the comparative experiment.
MethodInputEstimation Method
Proposed methodCurrent entropy and charging timeSSA-SVM
Compared method 1Current entropySSA-SVM
Compared method 2Current entropy and charging timeSVM
Compared method 3Current entropy and charging timeElman
Compared method 4Current entropy and charging timeELM
Table 3. The MAE, ME and computational burden of the comparative experiment.
Table 3. The MAE, ME and computational burden of the comparative experiment.
MethodErrorBattery PackBattery CellTime (s)
Proposed methodMAE (%)
ME (%)
0.2364
1.2924
0.1939
0.6502
7.3965
Compared method 1MAE (%)
ME (%)
0.6482
1.5650
0.2525
1.1040
7.3620
Compared method 2MAE (%)
ME (%)
0.7139
1.6599
0.3251
1.2058
0.0121
Compared method 3MAE (%)
ME (%)
0.7963
3.2696
0.7426
2.1865
4.0970
Compared method 4MAE (%)
ME (%)
0.7212
2.3906
0.4594
1.5180
0.0105
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Share and Cite

MDPI and ACS Style

Luo, L.; Zhang, C.; Tian, Y.; Liu, H. State-of-Health Estimate for the Lithium-Ion Battery Based on Constant Voltage Current Entropy and Charging Duration. World Electr. Veh. J. 2022, 13, 148. https://doi.org/10.3390/wevj13080148

AMA Style

Luo L, Zhang C, Tian Y, Liu H. State-of-Health Estimate for the Lithium-Ion Battery Based on Constant Voltage Current Entropy and Charging Duration. World Electric Vehicle Journal. 2022; 13(8):148. https://doi.org/10.3390/wevj13080148

Chicago/Turabian Style

Luo, Laijin, Chaolong Zhang, Youhui Tian, and Huihan Liu. 2022. "State-of-Health Estimate for the Lithium-Ion Battery Based on Constant Voltage Current Entropy and Charging Duration" World Electric Vehicle Journal 13, no. 8: 148. https://doi.org/10.3390/wevj13080148

Article Metrics

Back to TopTop