Replies: 3 comments 3 replies
-
Yes it would be, using basically the same calculation I did, but instead of calculating from current SOC on current energy used, you'd calculate to 100% instead of down to Min SOC set (or empty). Actually neither will be completely accurate as I've discovered if you are not doing a full 100% charge, the cells get out of balance a bit, and when you see 25% it may actually be at 10%. Same for charging, if the cells are not balanced, you'll see it hit 100% and still be charging the battery for a while longer.
I need to actually look at a counter with a warning after 7 days since the last full charge. The battery has a register for it, but I see it is not returning any data. So I may set a counter to just keep running after 100% charge, and warn if that counter reaches 7 whole days.
Sent with Proton Mail secure email.
…------- Original Message -------
On Monday, September 18th, 2023 at 12:27, Faqterson ***@***.***> wrote:
I am trying to figure out, if it will be possible to calculate the time it will take for a battery to fully charge.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.[https://mail.proton.me/api/core/v4/images?Url=https%3A%2F%2Fgithub.com%2Fnotifications%2Fbeacon%2FAAIZVPRGLXU6RVD5W2XULLLX3AOYTA5CNFSM6AAAAAA44PVPLSWGG33NNVSW45C7OR4XAZNKIRUXGY3VONZWS33OVJRW63LNMVXHIX3JMTHAAVQ3BA.gif&DryRun=0&UID=uzb3qydlq7eteik3ioqzmunxagzkw3gw]
|
Beta Was this translation helpful? Give feedback.
-
I have done the following: Time to Full Charge calc
I aware the accuracy will be a problem with the battery. I mostly just looking at this as a guide line. I have broken time_left_on_battery_min_soc as well by using the battery current and if the battery not doing anything and sitting at 0 A. This breaks the calculation. Will have to add a second if statement to check battery current. |
Beta Was this translation helpful? Give feedback.
-
Here are some of the changes I made:
type: horizontal-stack
Having the exact battery time to full charge will be almost impossible because of the BMS and battery balancer. Secondly the Solar output keeps changing during the day, it will also be affected by the house consumption. Would love to have the decimal values in Hour:Min but I can't get it working. Keeps complaining about it looing for a float or Integer value in the logs. |
Beta Was this translation helpful? Give feedback.
-
I am trying to figure out, if it will be possible to calculate the time it will take for a battery to fully charge.
Beta Was this translation helpful? Give feedback.
All reactions