-
Notifications
You must be signed in to change notification settings - Fork 98
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added battery_state_of_health to capacity sensors #388
base: main
Are you sure you want to change the base?
Conversation
Is there any indication that multiplying the battery capacity with the state of health value results in a useful number? |
I was just thinking it more accurately calculates capacity. If the state of health is for instance Is 98 then the actual battery capacity would be 98% of the battery capacity in theory. And the change I made basically multiplies the battery capacity by the state of health percentage. I noticed with mine the battery capacity is not dropping as the state of health of the battery drops. |
What I meant was: all of that is based on the assumption that the state of health value represents "overall capacity is at X percent of when it was brand new". I'm not sure that is accurate. |
Oh ok I did think that was the definition of state of health. Maybe sungrow is different. |
The conservative option then would be to add this as a separate entity instead of replacing the regular one. Thoughts? :-) |
Just had a look at my data. When my battery was new for the first 30 days I averaged discharging 9.35 Kwh a day out of the battery. |
hey @BrettLynch123, I searched the web a bit - My guess is that you are right with the SoH reflecting the usable energy. I am not sure how to integrate it. Spent a while now and am very confused what was commited 1-2 years ago. Need a fresh mind... Here are my notes. The sensors really require some more documentation :)
Since I am not good with naming - does anyone have some suggestions how to name a new sensor with SOH? Otherwise, I don't mind putting the SOH into "Battery charge (nominal)" and "Battery charge" as you suggested. |
Battery charge (health-rated)? |
Wondering if the state of health sensor should be used when calculating capacity of batteries.