Split planning and execution up for performance
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.
-
Update README.md, minor typo changes to iboost entries by @gcoan in #208
-
Added custom octopus rate card by @springfall2008 in #212
#207
See the Readme for details.
Full Changelog: v7.9.2...v7.10