springfall2008 / batpred

Home battery prediction and charging automation for Home Assistant, supporting many inverter types
https://springfall2008.github.io/batpred/
114 stars 39 forks source link

Pulling from Grid unnessarily #577

Closed b1nuzz closed 8 months ago

b1nuzz commented 8 months ago

Describe the bug Pulling from the grid when everything points to battery usage would be OK.

PredBat up to date

appdaemon.log Screenshot 2024-01-04 135453 Screenshot 2024-01-04 135327 Screenshot 2024-01-04 135305 Screenshot 2024-01-04 091452

springfall2008 commented 8 months ago

I think there are two things here:

  1. Your timeouts in the log are probably as you have the run loop time for GivTCP set too fast, can try changing it to maybe 20 seconds in your GivTCP settings?

  2. The plan above looks okay but probably not idea due to round trip losses, if you try to turn off 'combine charge' then I think it will get better.

springfall2008 commented 8 months ago

Can you also try this release:

https://github.com/springfall2008/batpred/releases/tag/v7.14.32

And make sure set_reserve_enable is true

b1nuzz commented 8 months ago

Thanks. I have actioned all of the above. Immediately the battery prediction looks more like it used to, with overnight charges and daily useage.

Will run like this for 24/48 hours and report back.

springfall2008 commented 8 months ago

Please reopen if you have a new issue