Releases: pacemaker82/PredBat-Table-Card
1.8.0.2
Bug Fix Release v1.8.0.2
- Console.log cleanup
Bug Fix Release v1.8.0.1
- Fixed issue where certain timeslots in the plan should not allow override settings.
- Fixed issue where
options-columnandoptions-popup-columnbroke the plan when using oldskool settings.
Previous Release v1.8
Battery Capacity as kWh
Now you can add battery_capacity to your card YAML to provide your total battery capacity. When doing this, the soc-column will show your battery capacity in kWh, rather than in percentage.
This should be set as a float value, e.g.
battery_capacity: 9.532
Manual Overrides for timeslots
Building on the recent release to allow time-slot overrides, a number of enhancements have taken place to give more flexibility and usage. Overrides allow you to force Predbat to behave in the way you want, rather than the way it wants, like force a charge for a time slot, or export.
Supports the following Predbat overrides:
- Manual Force Demand
- Manual Force Charge
- Manual Force Export
- Manual Freeze Charge
- Manual Freeze Export
There are a number of ways you can use these manual override settings, choose your favoured option below:
- By default, the time-column is now clickable. On click/tap, a pop up will appear allowing you to manage the override settings for that timeslot.
- Add
options-columnto thecolumnsYAML settings to show a new column on the plan, giving you all the options in line. - Add
options-popup-columnto thecolumnsYAML settings, this will display a single icon that you can click to show the same pop up in option (1). Useful if you dont want thetime-columnto be clickable, and want the placement of that column to be somewhere else in your plan.
Icons (or the time-column) will turn GREEN when a timeslot has had a manual override set on it.
REMEMBER: You need to wait for the plan to do a re-run before your settings take hold. Selecting multiple settings at once may not necessarily get planned in by Predbat straight away. Be patient... this is the nature of Predbat and how it handles the manual override changes.
1.8.0.1
Bug Fix Release v1.8.0.1
- Fixed issue where certain timeslots in the plan should not allow override settings.
- Fixed issue where
options-columnandoptions-popup-columnbroke the plan when using oldskool settings.
Previous Release v1.8
Battery Capacity as kWh
Now you can add battery_capacity to your card YAML to provide your total battery capacity. When doing this, the soc-column will show your battery capacity in kWh, rather than in percentage.
This should be set as a float value, e.g.
battery_capacity: 9.532
Manual Overrides for timeslots
Building on the recent release to allow time-slot overrides, a number of enhancements have taken place to give more flexibility and usage. Overrides allow you to force Predbat to behave in the way you want, rather than the way it wants, like force a charge for a time slot, or export.
Supports the following Predbat overrides:
- Manual Force Demand
- Manual Force Charge
- Manual Force Export
- Manual Freeze Charge
- Manual Freeze Export
There are a number of ways you can use these manual override settings, choose your favoured option below:
- By default, the time-column is now clickable. On click/tap, a pop up will appear allowing you to manage the override settings for that timeslot.
- Add
options-columnto thecolumnsYAML settings to show a new column on the plan, giving you all the options in line. - Add
options-popup-columnto thecolumnsYAML settings, this will display a single icon that you can click to show the same pop up in option (1). Useful if you dont want thetime-columnto be clickable, and want the placement of that column to be somewhere else in your plan.
Icons (or the time-column) will turn GREEN when a timeslot has had a manual override set on it.
REMEMBER: You need to wait for the plan to do a re-run before your settings take hold. Selecting multiple settings at once may not necessarily get planned in by Predbat straight away. Be patient... this is the nature of Predbat and how it handles the manual override changes.
1.8
Major Release v1.8
Battery Capacity as kWh
Now you can add battery_capacity to your card YAML to provide your total battery capacity. When doing this, the soc-column will show your battery capacity in kWh, rather than in percentage.
This should be set as a float value, e.g.
battery_capacity: 9.532
Manual Overrides for timeslots
Building on the recent release to allow time-slot overrides, a number of enhancements have taken place to give more flexibility and usage. Overrides allow you to force Predbat to behave in the way you want, rather than the way it wants, like force a charge for a time slot, or export.
Supports the following Predbat overrides:
- Manual Force Demand
- Manual Force Charge
- Manual Force Export
- Manual Freeze Charge
- Manual Freeze Export
There are a number of ways you can use these manual override settings, choose your favoured option below:
- By default, the time-column is now clickable. On click/tap, a pop up will appear allowing you to manage the override settings for that timeslot.
- Add
options-columnto thecolumnsYAML settings to show a new column on the plan, giving you all the options in line. - Add
options-popup-columnto thecolumnsYAML settings, this will display a single icon that you can click to show the same pop up in option (1). Useful if you dont want thetime-columnto be clickable, and want the placement of that column to be somewhere else in your plan.
Icons (or the time-column) will turn GREEN when a timeslot has had a manual override set on it.
REMEMBER: You need to wait for the plan to do a re-run before your settings take hold. Selecting multiple settings at once may not necessarily get planned in by Predbat straight away. Be patient... this is the nature of Predbat and how it handles the manual override changes.
1.7.2
Added
- New
options-columnwhich gives button options to control Predbat
Details
By adding the options-column as a column in your card YAML, you can display a column of buttons that help you control Predbat for that timeslot.
This column currently supports the following capabilities:
- Force Demand / Idle
- Force Battery Charge
- Force Battery Export
Clicking these buttons within the timeslot is the same as selecting them from the Predbat dropdown options. It will trigger a plan rebuild, which will reflect the actual status in the status-column once calculated.
1.7.1.2
NEW
- Added
path_for_clickYAML configuration item.
In combination with the "mini" Predbat card options released in 1.7.1.1, this new config item allows you to configure the entire plan to be clickable, and navigate to another dashboard view.
Useful if you want your mini Predbat plan to click through (or tap through) to another dashboard with the full plan.
path_for_click: /my-dashboard/predbat-plan
1.7.1.1
NEW
- Use
row_limitin your YAML config to limit the number of rows the plan returns. Any rows that total up the columns will be based on the row limit set.
This is super useful for creating a quick-look "mini" version of the plan that you can show on a dashboard with other cards.
See here for more: https://github.com/pacemaker82/PredBat-Table-Card?tab=readme-ov-file#creating-a-mini-predbat-card

1.7.1.0
1.7.0.9
FIXED
- Broken plan when using the new override for load feature in Predbat 8.24.2
1.7.0.8
FIXED
- "Plan Last Updated" time - removed the AM/PM label
- Removed bunch of legacy code
1.7.0.7
FIXED
- "Plan Last Updated" time now appears as 24 hour clock inline with the plan time format.