Skip to content

Split planning and execution up for performance

Compare
Choose a tag to compare
@springfall2008 springfall2008 released this 28 Oct 18:11
· 1000 commits to main since this release
b56f509

What's Changed

  • Split out planning from execution so that the plan can be updated at a different frequency by @springfall2008 in #210

Now the inverter will be controlled every 5 minutes, however the re-calculate timeframe can be adjusted using input_number.predbat_calculate_plan_every which defaults to 10 minutes. The plan update happens after the inverter control to ensure quicker response times.

See the Readme for details.

Full Changelog: v7.9.2...v7.10