Skip to content

Releases: springfall2008/batpred

Fix crash with update service

05 May 12:10
b289c0d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v7.17.11...v7.17.12

Further bug fixes to async changes, fix chart filtering

05 May 10:35
93e780b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v7.17.10...v7.17.11

Fix bug in manual update, add today fields, show discharge <30 mins

04 May 19:27
5406daa
Compare
Choose a tag to compare

What's Changed

Today attribute gives data from midnight for use in scripts etc.

Now you can use a less than 30 minute discharge as an idle followed by a discharge on the HTML plan

  • Fix async issue with update by @springfall2008 in #1047
    Predbat update from the drop down would lock up, now fixed

Full Changelog: v7.17.9...v7.17.10

Improve manual times, improve debug

04 May 14:18
98953fc
Compare
Choose a tag to compare

What's Changed

Now if you select a force override that is already present in another override selector it will cancel the conflicting override
Improve handling of time selectors

  • Improve debug log to show plan state for best, show 5 minute data in charts by @springfall2008 in #1043

The charts will now show 5 minute data rather than 5, so metric cloud will be visible on power charts

Full Changelog: v7.17.8...v7.17.9

Fix to Octopus intelligent rate collection

04 May 10:18
bd29706
Compare
Choose a tag to compare

What's Changed

Octopus plugin changes can now give rate start times not aligned to 30 minute boundaries, causing the Predbat charging plan to break. Change to fix alignment.

Full Changelog: v7.17.7...v7.17.8

Add pause battery when car is charging

03 May 19:54
1362691
Compare
Choose a tag to compare

What's Changed

Full Changelog: v7.17.6...v7.17.7

Minor fixes

28 Apr 18:54
5e868c9
Compare
Choose a tag to compare

What's Changed

See v7.17.5 for some feature updates.

Full Changelog: v7.17.5...v7.17.6

GE Timed pause support, Manual freeze charge/discharge support, Misc

28 Apr 17:38
dcd9a25
Compare
Choose a tag to compare

What's Changed

Features:

  • Predbat now supports Timed Pause mode for GivEnergy inverters, this can reduce the amount of "leakage" during Freeze Charge and Freeze Discharge modes. To enable it you must:

a) Have an inverter with support for pause mode, which is the New Firmware on Gen1 inverters or Gen2/Gen3/AIO inverters.
b) Have the 'old firmware' toggle disabled in GivTCP
c) Update your apps.yaml to point to the controls needed. Gen1 inverters do not have the start/end time options so this can be left out but newer inverters do.

  pause_mode:
   - select.givtcp_{geserial}_battery_pause_mode
   - select.givtcp_{geserial2}_battery_pause_mode
  pause_start_time:
   - select.givtcp_{geserial}_battery_pause_start_time_slot
   - select.givtcp2_{geserial2}_battery_pause_start_time_slot
  pause_end_time:
   - select.givtcp_{geserial}_battery_pause_end_time_slot
   - select.givtcp2_{geserial2}_battery_pause_end_time_slot
  • Predbat now supports manual override for Freeze Charge and Freeze Discharge by using a selectors select.predbat_manual_freeze_charge and select.predbat_manual_freeze_discharge

Fixes/misc:

Full Changelog: v7.17.4...v7.17.5

Improve initial plan optimisation (levelling)

27 Apr 08:51
a427f02
Compare
Choose a tag to compare

What's Changed

Improvements to the plan optimisation code

Full Changelog: v7.17.3...v7.17.4

Improve freeze charging behaviour

25 Apr 17:33
d51f824
Compare
Choose a tag to compare

What's Changed

Full Changelog: v7.17.2...v7.17.3