lux-power-distribution-card icon indicating copy to clipboard operation
lux-power-distribution-card copied to clipboard

After upgrade to v1.1.1 card broken - "cef.getEntitiesNumState is not a function"

Open CaptainMidnight opened this issue 1 year ago • 5 comments

Hi, all I did was update your card and it's broken.... just in case it was my config, I re-used yours from your github page.

Serial blanked to protect the innocent ;o)

type: custom:lux-power-distribution-card
inverter_count: 1
parallel:
  average_voltage: true
  parallel_first: true
battery_soc:
  entities:
    - sensor.lux_battery
battery_flow:
  entities:
    - sensor.lux_battery_flow_live
home_consumption:
  entities:
    - sensor.lux_home_consumption_live
grid_flow:
  entities:
    - sensor.lux_grid_flow_live
lux_dongle:
  - BA00000000
inverter_alias:
  - Inverter 1
battery_voltage:
  entities:
    - sensor.lux_battery_voltage_live
pv_power:
  entities:
    - sensor.lux_solar_output_live
backup_power:
  entities:
    - sensor.lux_power_to_eps_live
grid_voltage:
  entities:
    - sensor.lux_grid_voltage_live
update_time:
  entities:
    - sensor.lux_data_received_time
  show_last_update: true
grid_indicator:
  hue: true
status_codes:
  entities:
    - sensor.lux_status
  no_grid_is_warning: true
refresh_button: right

CaptainMidnight avatar Oct 03 '23 14:10 CaptainMidnight