What's Changed
- Added new inverter_battery_rate_min to model batteries that won't fully turn off by @springfall2008 in #152
- Add new rate offset feature which allows setting a offset for future unpublished energy rates by @springfall2008 in #155
In HA configuration:
metric_future_rate_offset_import Sets an offset to apply to future import energy rates that are not yet published, best used for variable rate tariffs such as Agile import where the rates are not published until 4pm. If you set this to a positive value then Predbat will assume unpublished import rates are higher by the given amount.
metric_future_rate_offset_export Sets an offset to apply to future export energy rates that are not yet published, best used for variable rate tariffs such as Agile export where the rates are not published until 4pm. If you set this to a negative value then Predbat will assume unpublished export rates are lower by the given amount.
In apps.yaml, inverter_battery_rate_min - One per inverter (optional), set in watts, when set models a "bug" in the inverter firmware in some models where if charge or discharge rates are set to 0 you actually get a small amount of charge or discharge. Recommended setting is 200 for gen1 hybrids with this issue.
Full Changelog: v7.7.1...v7.7.2