Energy Consumption per day with specifiy devices

Hello,

I’m looking for a solution to display the daily consumption of specific devices (with energy meetering) on my Dashboard in Home Assistant? How can i do this?

Need some more information.

How do you want to display them, as numbers or as graphs?

Do you actually have daily energy entities or only always increasing energy entities?

Some ideas,
Sankey chart (custom card in HACS):
image
Default energy dashboard card:

both respond to the date selector and can do day, month and year.

1 Like

Displaying as numbers would be ok, as graph is cool but not realy needed. The problem is that i don’t have a sensor who can measure my complete house consumption. I only have a few devices who can measure my consumption and I want to make an entity card on my dashboard with consumption of these devices per day (and as well all time consumption) and price per day (and all time) would be very nice. The energy dashboard needs more input devices (sensors) to give me a usefull state

Is there a way to provide friendly names for the entities on the energy-devices-graph card?
(Like the optional configuration with statistics-graph)

type: energy-devices-graph
entities:
  - entity: sensor.smartpluginductionhob_summation_delivered
    name: 'Induction Hob'

Rather than having to amend the entity name?

I don’t think so, I habitually curate every friendly name of all my entities so I’ve not looked into it.

1 Like