#Energy distribution animations

1 messages · Page 1 of 1 (latest)

zinc elm
#

#1284966203026182206
On the energy dashboard the distribution tab. There was always little dots that animates how many kWh there were used between sources.
After the update to 2025.4.0 the animation is gone. Only a still tab...

How can I fix this issue?

#find-support

wary citrus
#

Not sure if it's a fix or a workaround, but mine still works fine. I'm using the Power Flow Card Plus Card with the following config

#
entities:
  battery:
    entity: sensor.givtcp_########_battery_power
    state_of_charge: sensor.givtcp_########_soc
    color:
      production:
        - 138
        - 207
        - 0
    color_icon: true
    color_circle: true
    display_state: one_way
    color_state_of_charge_value: true
    color_value: true
    show_state_of_charge: true
    display_zero_tolerance: 50
  grid:
    entity: sensor.givtcp_########_grid_power
    invert_state: true
    secondary_info:
      accept_negative: true
      icon: ""
      color_value: true
      display_zero: true
      entity: predbat.rates
      decimals: 1
      unit_of_measurement: p
    color:
      consumption:
        - 255
        - 77
        - 77
      production:
        - 204
        - 153
        - 255
    color_value: true
    color_icon: true
    color_circle: true
    display_state: one_way_no_zero
    display_zero_tolerance: 75
  solar:
    entity: sensor.givtcp_########_pv_power
    display_zero_state: false
    secondary_info:
      entity: sensor.pv_usage_percentage_today
      unit_of_measurement: "%"
      color_value: true
    color:
      - 138
      - 207
      - 0
    color_icon: true
    color_value: true
    display_zero_tolerance: 50
  fossil_fuel_percentage:
    secondary_info:
      entity: sensor.national_grid_grid_generation_renewable_percentage
      unit_of_measurement: "%"
      color_value: true
    entity: sensor.givtcp_########_grid_current
    color:
      - 255
      - 102
      - 0
    display_zero: true
    color_value: true
    color_icon: true
    name: Renewable %
    icon: mdi:factory
    display_zero_state: false
    use_metadata: false
    display_zero_tolerance: 10000
  home:
    entity: sensor.givtcp_########_load_power
    override_state: true
    secondary_info:
      unit_of_measurement: " "
      display_zero: true
      entity: sensor.predbat_cost_today_pounds_pennies
      color_value: true
      accept_negative: true
      icon: mdi:currency-gbp
      decimals: 2
    color_value: true
    color_icon: true
  individual:
    - entity: sensor.octopus_energy_heat_pump_########_live_power_input
      secondary_info:
        entity: >-
          sensor.octopus_energy_heat_pump_########_live_heat_output
        unit_of_measurement: kW
        decimals: 1
      display_zero: true
      display_zero_state: true
      calculate_flow_rate: true
      show_direction: false
      name: Heat Pump
      color_value: true
      color_icon: true
      color:
        - 209
        - 203
        - 194
      icon: mdi:heating-coil
      decimals: 1
clickable_entities: true
display_zero_lines:
  mode: transparency
  transparency: 90
  grey_color:
    - 189
    - 189
    - 189
use_new_flow_rate_model: true
w_decimals: 0
watt_threshold: 1000
transparency_zero_lines: 0
max_expected_power: 3000
disable_dots: false
kw_decimals: 1
max_flow_rate: 10
min_flow_rate: 1
min_expected_power: 50 ```