flixlix / power-flow-card-plus

A power distribution card inspired by the official Energy Distribution card for Home Assistant
591 stars 72 forks source link

individual not displayed #526

Closed lowrisk75 closed 6 months ago

lowrisk75 commented 7 months ago

what ever I do, even using the template, with valid sensor, the individual won't work (e.g ev car). rest work

type: custom:power-flow-card-plus
entities:
  home:
    entity: sensor.electric_meter_channel_1_power
    color_icon: solar
  fossil_fuel_percentage:
    entity: sensor.grid_fossil_fuel_percentage
    icon: mdi:pine-tree
    color_icon: true
    display_zero: true
    name: Non Fossil
    state_type: power
  grid:
    icon: mdi:ab-testing
    name: Provider
    entity:
      production: sensor.returned_to_the_grid
      consumption: sensor.electric_meter_channel_1_power
  solar:
    icon: mdi:solar-panel-large
    entity: sensor.total_solar_production
  battery:
    name: Batery
    icon: mdi:home-battery-outline
    entity:
      consumption: sensor.solarinverters
      production: sensor.battery_solar_in_power
      state_of_charge: sensor.battery_battery_level
  individual:
    - entity: sensor.proxmox_power_2
      icon: mdi:car
      name: Denim Flash
w_decimals: 0
kw_decimals: 2
min_flow_rate: 0.9
max_flow_rate: 6
watt_threshold: 10000
clickable_entities: true
title: Electricity
flixlix commented 6 months ago

If you are not using the latest beta version, please use these instructions.

https://github.com/flixlix/power-flow-card-plus/blob/08a3ce5c4b2229d85b88c55faf633331c8292f72/README.md#individual-configuration

I'm sorry for the inconvenience, but I updated the readme too early and the new configuration is only supported in the latest beta.