Skip to content

Minor renames, renamed a control, iboost minimum time

Compare
Choose a tag to compare
@springfall2008 springfall2008 released this 21 Dec 17:13
· 18 commits to main since this release
e70a690

What's Changed

Features

  • Change name of switch.predbat_calculate_export_on_low_import to switch.predbat_calculate_export_on_high_import by @springfall2008 in #1767

Switch name has changed, and the default is now True (not False) - the functionality is untouched as it was previously named wrongly.

You can now change input_number.predbat_iboost_smart_min_length to configure the minimum length of a Smart iBoost slot. This will have no impact on Solar/Battery Charging iBoost and only impacts energy rate based iBoost.

Bug fixes

If switch.predbat_octopus_intelligent_ignore_unplugged is turned on then all future additional Octopus Intelligent slots will be ignored if car 0 is not plugged in. This means only the low overnight rate will be recognised and not any charging slots reported.

If switch.predbat_set_charge_freeze was turned off (or forced off as your inverter doesn't support it) Predbat still made some freeze charge calculations, this has been fixed.

If the inverter had button push enabled but the button was not defined Predbat would previous crash, now this is just ignored.

Unit testing

Improved reproduction of user plans from YAML
Added an iBoost Smart unit test

Full Changelog: v8.8.10...v8.8.11