Energy Dashboard remains in initial state

I have a sensor in HA, showing the electric power sonsumption (kWh). This sensor feeds a utility_meter (monthly), and the utility meter is registered in the Energy Dashboard.

This is running now for more than 2 days, but the Energy Dashboard is still in the initial state.

Has anybody a hint what I can do, to make the Energy Dashboard start counting?

Same problem here, the collection stopped unexpectedly around 6 yesterday. Restart and repopulating the parameters in energy didn’t solve the issue. Someone any suggestions?

Solved by adding a card on the dashboard:

type: custom:mini-graph-card
entities:
  - entity: sensor.xxxxxxxxxxxxxx_current_power_production
    name: PRODUCTION
  - entity: sensor.xxxxxxxxxxxxxx_current_power_consumption
    name: CONSUMPTION
name: ENERGY
hours_to_show: 168
points_per_hour: 0.25

mini-graph-card can by added via HACS

Mark

found the issue: The sensors, that are used in the energy dashboard grid consumption setup, must be included in the home assistant recorder integration. Otherwise, they are not accepted by the energy dashboard!

1 Like