Predheat improvements, Predbat minor improvements
What's Changed
Predbat improvements
- HTML plan improvements by @springfall2008 in #1740
In plan_debug mode the XLoad column shows data being imported from outside Predbat (e.g. Predheat/PredAI).
- Rename secondary order slots and split by import/export @springfall2008 in #1757
switch.predbat_calculate_secondary_order_slots is replaced by two new options:
switch.calculate_import_low_export
Defaults to Enabled, for multiple same priced import slots then export rate will be taken into acount
calculate_export_low_import
Defaults to Disabled, for multiple same priced export slots then then they will be sorted only by time (latest possible export).
Predheat improvements
- Predheat weather comp by @Meatballs1 in #1752
Predheat now can take a weather compensation table to adjust flow temperature predictions.
- Fix heat energy to be energy in not out by @springfall2008 in #1751
The maximum and minimum heat energy was based on input energy, this has been changed to be maximum output energy. E.g. a 7kw max will mean the heating can produce up to 7kw of heat.
Bug fixes
- Fix issue with manual api load_scaling crash by @springfall2008 in #1741
- Weather comp fixes by @springfall2008 in #1754
- Update customisation.md by @springfall2008 in #1755
- Fix predheat crash by @springfall2008 in #1758
- Update FUNDING.yml by @springfall2008 in #1759
- Update docs to reflect binary_sensor batpred_discharging renamed to batpred_exporting by @raldred in #1756
Full Changelog: v8.8.9...v8.8.10