Skip to content

Releases: springfall2008/batpred

Do not optimise away a charge window that is currently active

Choose a tag to compare

@springfall2008 springfall2008 released this 19 Jun 14:01
5216fa2

Sometimes during the last period of a charge window it's not needed anymore, avoid removing it (which will disable scheduled charging) and instead just keep it at low % target.

Full Changelog: v5.4...v5.5

Reduce small changes to charge % during charging sessions

Choose a tag to compare

@springfall2008 springfall2008 released this 19 Jun 10:12
914709d

Add a small weighting to sticking with the current SOC% to avoid going up and down a little throughout a charge window

Full Changelog: v5.3...v5.4

Fix bug where binary state on car charging slot sensor was incorrect

Choose a tag to compare

@springfall2008 springfall2008 released this 16 Jun 07:42
0638273

Full Changelog: v5.2...v5.3

Fix issue where intelligent charging was enabled without slot being configured

Choose a tag to compare

@springfall2008 springfall2008 released this 15 Jun 21:44
cf3b713

Full Changelog: v5.1...v5.2

Add support for planning car charging outside Intelligent

Choose a tag to compare

@springfall2008 springfall2008 released this 15 Jun 21:13
800e2d1

If you don't have intelligent then Predbat can now plan your charging based on the cheapest slots and if you decide to link it's slot via an automation you can control your charger in this way.
Fix a bug where charging slots more than 24 hours out were not picked up correctly

Full Changelog: v5.0...v5.1

Can now be configured from inside Home Assistant

Choose a tag to compare

@springfall2008 springfall2008 released this 15 Jun 07:47
e947973

Created a new user configuration which creates input_number and switch entities inside Home Assistant which allows live configuration of various parameters.
Some bug fixes and tuning for discharge

Full Changelog: v4.26...v5.0

Fixes to tariff handling

Choose a tag to compare

@springfall2008 springfall2008 released this 09 Jun 09:16
fc6c8f5
  • Fix issue in rate replicate using metric_house for missing values - now uses the last value
  • Fix issue download Octopus fixed rate tariffs

Discharge slot breaking into 15 minute slots

Choose a tag to compare

@springfall2008 springfall2008 released this 08 Jun 16:04
e556205

Configurable slot division - default 15 for discharge and 30 for charge (when enabled)
When splitting discharge slots default to 100% or 0% and then clip later
Fix bug where reserve was modified when set_reserve was False leading to no way to undo setting

Automatic retry of register writes when not in REST mode

Choose a tag to compare

@springfall2008 springfall2008 released this 08 Jun 14:25
523074c

Automatic retry of register writes when not in REST mode
Added internal inverter test mode

Add automatic retry to REST register writes

Choose a tag to compare

@springfall2008 springfall2008 released this 08 Jun 11:33
4aff1da

REST register writes now retry up to 5 times