Warn: Cannot find battery discharge curve #3750
-
|
I have recently setup predbat and come across this error in the logs every few minutes:
I have gone through apps.yaml and found the entry related to the above entities then cross referenced with home assistant in the dev tools, and each one has a value, predbat.status being "Demand" Edit in case it's relevant, I also see this error:
The inverter is a GivEnergy so I have configured the Lastly, at 0200 this morning the battery was at 4% and by 0900 back to 100%, so I have performed a full empty/charge cycle. Can someone help point out what I am missing please? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
|
Sorry for the delay in replying, I have been away and then taking a sabbatical away from github The charge/discharge curves are explained in the documentation https://springfall2008.github.io/batpred/apps-yaml/#battery-chargedischarge-curves It is most likely that predbat is giving this error because (as it explains in the documentation) predbat cannot find a full-rate or near full rate charge or discharge to full/empty in your entity history. The key thing is that the charge/discharge must be at near full rate. The inverter being in Eco mode and trickle charging off solar is not enough for predbat to be able to determine the curves Not having the curves is not a major issue, it just improves the plan accuracy |
Beta Was this translation helpful? Give feedback.
-
|
No need to apologies at all. There was no expectation you'd be the one replying - hope you had a good break! I like to optimise everything as much as possible so will endeavour to keep going. My last attempt was to add this but it didn't stop the logs: Like you mentioned, I'll try taking it out of eco mode and forcing a faster power cycle. |
Beta Was this translation helpful? Give feedback.
-
|
Commenting the fix for anyone in the future: Thanks again for the help |
Beta Was this translation helpful? Give feedback.
Sorry for the delay in replying, I have been away and then taking a sabbatical away from github
The charge/discharge curves are explained in the documentation https://springfall2008.github.io/batpred/apps-yaml/#battery-chargedischarge-curves
It is most likely that predbat is giving this error because (as it explains in the documentation) predbat cannot find a full-rate or near full rate charge or discharge to full/empty in your entity history. The key thing is that the charge/discharge must be at near full rate. The inverter being in Eco mode and trickle charging off solar is not enough for predbat to be able to determine the curves
Not having the curves is not a major issue, it just impr…