Skip to content

Reduction and reporting of inverter writes, optimiser changes (re-release)

Latest
Compare
Choose a tag to compare
@springfall2008 springfall2008 released this 01 Dec 18:54
· 3 commits to main since this release
cae90e4

What's Changed

RE-RELEASE of v8.8.0 due to bug with set_charge_rate

CAUTION Some fairly major changes here so its possible I broke something!

Register write improvements

Regarding the potential issue of Predbat creating too many register writes for your inverters flash memory:

  • Added a new entity to counter the total register writes so users can check their configuration and report and issues. An average of one every 5 minutes (288 a day) should be fine. If you are seeing much higher than this then please report it.

Features

Added a new setting to control the number of minutes margin in low power mode

Optimiser changes

30-minute charge slots are now either on, off or freeze. The charge % target will not be calculated for 30 minute slots. The percentage target is still calculated for larger slots (combine charge = True).

Please feedback on this change, if it causes other issues I may need to revert it.

Fixes

Code improvements

Full Changelog: v8.7.2...v8.8.1