Skip to content

Releases: pacemaker82/PredBat-Table-Card

1.6.0.3

26 Apr 13:37
f14b030

Choose a tag to compare

NEW

  • Reinstated the "plan last updated" time at the top of the plan. Set hide_last_update to true if you don't want the last updated time to appear at the top.
Screenshot 2025-04-26 at 14 37 17

Note: This metadata was removed from the original Predbat plan. I have used an alternative route (when the HTML entity changes) to determine the last updated time.

1.6.0.2

26 Apr 08:39
74f90fd

Choose a tag to compare

NEW

  • Better error handling when the Predbat HTML entity is unavailable

1.6.0.1

21 Apr 05:02
23dfb61

Choose a tag to compare

FIXED

  • Issue where limit-column in old skool mode would not honour the debug_columns setting

1.6.0.0

19 Apr 11:50
1a59c6d

Choose a tag to compare

NEW

  • Added show_day_totals YAML config to allow you to see the total kWh or costs in the plan for the remainder of that day.
  • Updated show_totals to show_plan_totals to make it more clear these are the plan totals. Note: show_totals continues to work for plan totals.

For both configs the totals support cost-column and any columns which show kWh

1.5.9.7

19 Apr 10:08
1165e81

Choose a tag to compare

FIXED

  • Issue where import / export pills were showing the debug values, despite not being set in the debug_columns YAML

1.5.9.6

19 Apr 09:52
255a7a3

Choose a tag to compare

FIXED

  • Issue where predicted ("?") import/export costs were crashing the new debug_columns functionality

1.5.9.5

18 Apr 16:22
032616f

Choose a tag to compare

NEW

  • Added support to show/hide debug prices in debug_columns YAML for import-column and export-column. Important: These debug prices will disappear from the Import and Export price columns without setting in the debug_columns YAML going forwards.
  • Added support to show hide debug limit-column in debug_columns YAML

1.5.9.4

18 Apr 15:26
a526be2

Choose a tag to compare

NEW

  • Added support to show/hide debug prices in debug_columns YAML for import-column and export-column. Important: These debug prices will disappear from the Import and Export price columns without setting in the debug_columns YAML going forwards.
  • Added support to show hide debug limit-column in debug_columns YAML

1.5.9

18 Apr 14:01
30b457c

Choose a tag to compare

NEW

  • Use show_totals: true in your card YAML to show a new "Totals" row at the end of the table. These totals work for any columns that can be calculated based on the data in the plan. Note: NOT using the totals from the original Predbat plan as its unpredictable

1.5.8.1

18 Apr 12:28
2e5993c

Choose a tag to compare

FIXED

  • Card crash introduced when Predbat added a new "totals" row at the bottom the Predbat plan

Note: The totals row is not supported yet in this card, mainly because I need greater explanation on what the values mean in some columns.