Skip to content

Releases: springfall2008/batpred

GECloud: Catch bad SOH

Choose a tag to compare

@springfall2008 springfall2008 released this 09 Jul 20:13
0d01957

What's Changed

Full Changelog: v8.44.9...v8.44.10

Record component errors

Choose a tag to compare

@springfall2008 springfall2008 released this 09 Jul 19:48

Capture and record component errors in final status.

Full Changelog: v8.44.8...v8.44.9

GECloud: Fix to control charge rate not percentage

Choose a tag to compare

@springfall2008 springfall2008 released this 09 Jul 18:02
598b685

What's Changed

Full Changelog: v8.44.7...v8.44.8

Kraken API fixes, Minor planning improvements

Choose a tag to compare

@springfall2008 springfall2008 released this 08 Jul 18:10
bc1a282

What's Changed

Improvements

Kraken now support Intelligent dispatches (car planning):

Perform swap on charge slots if it saves money, add further detailed optimisation pass if it saves more

Bug fixes

Full Changelog: v8.44.6...v8.44.7

Octopus intelligent detection fix

Choose a tag to compare

@springfall2008 springfall2008 released this 08 Jul 06:56
713545b

What's Changed

For the new price cap tariff intelligent slots were not being detected.

Full Changelog: v8.44.5...v8.44.6

Sigenergy cloud fixes

Choose a tag to compare

@springfall2008 springfall2008 released this 06 Jul 19:20
3cd41cd

What's Changed

  • Fixes for Sigenergy cloudtotals
  • Fix to use storage cache for Sigenergy cloud

by @springfall2008 in #4197

Full Changelog: v8.44.4...v8.44.5

Fox cloud: Fix stale cache settings

Choose a tag to compare

@springfall2008 springfall2008 released this 06 Jul 09:57
b1d2614

What's Changed

Full Changelog: v8.44.3...v8.44.4

Fox cloud: fix issue with export limit and v2 scheduler

Choose a tag to compare

@springfall2008 springfall2008 released this 06 Jul 07:26
54761f4

What's Changed

Full Changelog: v8.44.2...v8.44.3

Fox Cloud v2 scheduler fixes

Choose a tag to compare

@springfall2008 springfall2008 released this 05 Jul 19:44
9d6a752

What's Changed

Full Changelog: v8.44.1...v8.44.2

Enable prediction kernel and days_previous_auto by default

Choose a tag to compare

@springfall2008 springfall2008 released this 05 Jul 17:50
47ced3d

What's Changed

Major changes

Default changes:

Enable days_previous_auto by default

By default the entire previous days history (max of days previous) is used to compute future load forecasts, the exact selected days in days_previous will be ignored. If you want to revert to the old behaviour set days_previous_auto to false in apps.yaml.

Enable prediction_kernel by default

If there is a prediction kernel binary available it will be used by default, otherwise fallback to Python. If this causes any problems with you can set prediction_kernel_enable to false in apps.yaml

by @springfall2008 in #4189

Optimisations

Fox cloud fixes

  • Fox: fall back to v2/v3 scheduler API for EVO series (v1 returns errno 41200 permanently) by @mgazza in #4181

Full Changelog: v8.44.0...v8.44.1