pacemaker82 / PredBat-Table-Card

A custom Predbat table card that allows flexible column management and styling
10 stars 1 forks source link

Odd spelling! #24

Closed PianSom closed 5 months ago

PianSom commented 5 months ago

See screenshot below

Screenshot 2024-05-02 at 08 33 02

pacemaker82 commented 5 months ago

I'll need to see your original predbat table please to see what its pulling through.

Its not a bad spelling its showing multiple values : Manually Forced | Force Dischrg | Idle - which I have never seen.

PianSom commented 5 months ago

Screenshot 2024-05-02 at 08 39 21

I am doing a Manual Force Discharge (as I have a Power-up starting at 9am)

pacemaker82 commented 5 months ago

ok thanks - am looking into it.

Looks like you use the friendly states in your config right?

PianSom commented 5 months ago

Yup

type: custom:predbat-table-card
entity: predbat.plan_html
columns:
  - time-column
  - soc-column
  - pv-column
  - load-column
  - state-column
  - limit-column
  - cost-column
  - total-column
  - import-column
old_skool_columns:
  - soc-column
  - state-column
  - pv-column
  - import-column
fill_empty_cells: true
stack_pills: false
force_single_line: true
use_friendly_states: true
gcoan commented 5 months ago

I'm doing the same at the moment. Mine says 'Force Dischrg' and a downwards arrow OK

pacemaker82 commented 5 months ago

because you arent using the friendly states override... I can see the issue - should be fixed for @PianSom shortly

pacemaker82 commented 5 months ago

@PianSom good to go, check out https://github.com/pacemaker82/PredBat-Table-Card/releases/tag/v.1.5.3.2

PianSom commented 5 months ago

Thanks!

Downloaded. Will test later, if that's ok. Will post here if there is any issue.

PianSom commented 5 months ago

All working well - thanks again