Skip to content

Releases: springfall2008/batpred

Fix crash in previous release, add discharge window notifications

Choose a tag to compare

@springfall2008 springfall2008 released this 05 Jun 15:31
3a7ac07

Fix crash in non-REST mode
Add discharge window notifications

Fix file naming issue - many updates to the correct location

Choose a tag to compare

@springfall2008 springfall2008 released this 05 Jun 13:26
124cbcc

** CAUTION: If you have a predbat.py in config/appdaemon/apps please delete it as it should be in config/appdeamon/apps/batpred

In REST mode only, if SOC Max is reported very different from nominal capacity then use nominal
Adjusted sorting algorithm for multi-window sorting to maintain time order when prices are the same
Discharge calculations now dual mass for multi-windows
Fix bug where rates were not replicated for export before calculating windows
Ensure record window range is static throughout calculation
Add debug on soc_min times
Fix a bug where soc_min was being ignored in some cases
Make combining or splitting charge and discharge windows optional
Default discharge windows to combine, now discharge % is being used
By running exactly at the minute slots e.g. 13:00, 13:05, 13:10 it means forced discharge will me more exact
You can now enable charge and discharge predictions on separate options (calculate_best_charge/calculate_best_discharge)
best_min_soc is now taken into account for discharge slots
Discharge percentage is now calculated per discharge slot and the reserve % setting used to control them.

HACS now installs config automatically

Choose a tag to compare

@springfall2008 springfall2008 released this 02 Jun 21:23
03c06e3
v4.3

Update README.md

Bug fix release

Choose a tag to compare

@springfall2008 springfall2008 released this 02 Jun 20:29
826a6a0

Fix bug with planned_charging
Attempt to add HACS support

REST Api Introduction, smaller improvements

Choose a tag to compare

@springfall2008 springfall2008 released this 02 Jun 09:00
3582f05
  • Now supports inverter control via REST API for faster response/avoid MQTT reliability issues
  • Auto setting of reserve % to prevent discharge below charge limit feature
  • Notifications can now be configured per device
  • Car charging hold now uses car charging rate when enabled without sensor
  • Ability to see the record limit on the charts
  • Some code tidy up and fixes

Improvement to predictions

Choose a tag to compare

@springfall2008 springfall2008 released this 26 May 17:47
0713c71

Ensure consistent record window that doesn't go too far ahead
Show the record window the example chart
Improve multi-window optimisation (e.g. Agile)

Add car charging prediction sensors

Choose a tag to compare

@springfall2008 springfall2008 released this 24 May 18:28
69e4b41

Add car charging prediction sensors
Add better debug information
Some bug fixes to min_soc calculation and predicted data within 48 hours but into a 3rd day

Support battery discharge losses

Choose a tag to compare

@springfall2008 springfall2008 released this 20 May 15:58
b1d3e3e

Some code tidy up
Support for battery discharge losses

Multi-inverter support

Choose a tag to compare

@springfall2008 springfall2008 released this 19 May 09:58
a0b6c87

Support more than one inverter
Support for battery size scaling
Bug fixes to charging window handling and reporting

Minor fixes

Choose a tag to compare

@springfall2008 springfall2008 released this 17 May 16:47
4f9ffd0
v3.2

Change to timeout values, minor update to template config