Releases: pacemaker82/PredBat-Table-Card
Releases · pacemaker82/PredBat-Table-Card
1.6.0.3
NEW
- Reinstated the "plan last updated" time at the top of the plan. Set
hide_last_updatetotrueif you don't want the last updated time to appear at the top.
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
NEW
- Better error handling when the Predbat HTML entity is unavailable
1.6.0.1
FIXED
- Issue where
limit-columnin old skool mode would not honour thedebug_columnssetting
1.6.0.0
NEW
- Added
show_day_totalsYAML config to allow you to see the total kWh or costs in the plan for the remainder of that day. - Updated
show_totalstoshow_plan_totalsto make it more clear these are the plan totals. Note:show_totalscontinues to work for plan totals.
For both configs the totals support cost-column and any columns which show kWh
1.5.9.7
FIXED
- Issue where import / export pills were showing the debug values, despite not being set in the
debug_columnsYAML
1.5.9.6
FIXED
- Issue where predicted ("?") import/export costs were crashing the new
debug_columnsfunctionality
1.5.9.5
NEW
- Added support to show/hide debug prices in
debug_columnsYAML forimport-columnandexport-column. Important: These debug prices will disappear from the Import and Export price columns without setting in thedebug_columnsYAML going forwards. - Added support to show hide debug
limit-columnindebug_columnsYAML
1.5.9.4
NEW
- Added support to show/hide debug prices in
debug_columnsYAML forimport-columnandexport-column. Important: These debug prices will disappear from the Import and Export price columns without setting in thedebug_columnsYAML going forwards. - Added support to show hide debug
limit-columnindebug_columnsYAML
1.5.9
NEW
- Use
show_totals: truein 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
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.