-
Notifications
You must be signed in to change notification settings - Fork 15
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
Shunt resets only to 99% #17
Comments
Do you have "Charge efficiency factor %" set to 99% ? That will have the effect of subtracting 1% from the 100% on reset. |
yes charge efficency was at 99% interesting, if the shunt should reset to 100% at full charge it reset to the Charge efficiency factor % value this was not the case with older firmware |
The whole SoC calculation is different in this version - the previous one was incorrect. It doesn't set to the charge efficiency factor % directly. The SoC is calculated on the amps in vs out, and the factor % is applied to the "in" value to determine the SoC. |
what is the charge efficency factor for, if it has to be set to 100% ? make no sence for me, ok i will set it to 100%... |
When you charge any battery, some energy is lost - thats the efficiency. Lithium cells are very good - hence 99%+ - lead acid less so, probably 90% |
i undestand, but in this case if i set 99,5% efficency it wil never reset to 100%... but it has to |
Ok, set it to 100% then. |
Hi @stuartpittaway When discharging, voltage drops for example to 53,14V, SoC changes to 72,34%. Maybe there's something, which I don't underestand. |
Voltage has nothing to do with the SoC calculation ! Its only used to identify when 100% fully charged has been reached - 58.8V in your case. After that, its down to amp-hour counting. You can't apply a linear voltage drop calc to Lithium cells, they don't have a linear charge curve. |
any news on this issue? |
The state of charge does indeed reset to 100% when the conditions are met, however from that 100% value the charge efficiency is removed, typically this introduces the 99% value you see. |
hmm, so i have to live with the 99% on full? victron shunt does it right, it reset to 100% but still a "charge efficency" can be set seperatly |
There has been a code change submitted by another use to change the behaviour so that the soc goes to 100%, but that's not been incorporated into the main code base. |
could you please integrate it in the external shunt firmware, if its not to much work? |
This is related to issue stuartpittaway/diyBMSv4ESP32#232 |
the shunt reset to 99% not to 100% looks like a bug.
[Release-2023-01-25-12-26]
The text was updated successfully, but these errors were encountered: