Releases: springfall2008/batpred
Release list
GECloud: Catch bad SOH
What's Changed
- Debug harness: use load_scaling when evaluating the original plan by @springfall2008 in #4218
- GECloud: Catch bad soh by @springfall2008 in #4219
Full Changelog: v8.44.9...v8.44.10
Record component errors
Capture and record component errors in final status.
Full Changelog: v8.44.8...v8.44.9
GECloud: Fix to control charge rate not percentage
What's Changed
- Fix target_soc passed as float in service API calls by @springfall2008 with @Copilot in #4215
- GECloud: Don't control charge rate percentage if we have a rate setting by @springfall2008 in #4217
Full Changelog: v8.44.7...v8.44.8
Kraken API fixes, Minor planning improvements
What's Changed
Improvements
Kraken now support Intelligent dispatches (car planning):
- Kraken dispatches by @springfall2008 in #4214
Perform swap on charge slots if it saves money, add further detailed optimisation pass if it saves more
- Minor improvements to plan generation by @springfall2008 in #4200
Bug fixes
- Kraken api fixes and improvements by @springfall2008 in #4206
Full Changelog: v8.44.6...v8.44.7
Octopus intelligent detection fix
What's Changed
For the new price cap tariff intelligent slots were not being detected.
- Octopus intelligent detection fix by @springfall2008 in #4204
Full Changelog: v8.44.5...v8.44.6
Sigenergy cloud fixes
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
What's Changed
- Fox cloud: Fix stale cache settings by @springfall2008 in #4196
Full Changelog: v8.44.3...v8.44.4
Fox cloud: fix issue with export limit and v2 scheduler
What's Changed
- Fox cloud: fix issue with export limit and v2 scheduler by @springfall2008 in #4193
Full Changelog: v8.44.2...v8.44.3
Fox Cloud v2 scheduler fixes
What's Changed
- Fox Cloud v2 scheduler fixes by @springfall2008 in #4190
Full Changelog: v8.44.1...v8.44.2
Enable prediction kernel and days_previous_auto by default
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
- Memory reduction fixes by @springfall2008 in #4176
- Solar calibration improvements by @springfall2008 in #4188
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