Device energy cost calculation

Hi all

I currently have the following in HASS:

  • A Glow IHD, reporting usage and cost of electric and gas
  • A variety of energy monitors around the house
  • Powercalc (from HACS) giving virtual energy mornitoring on a variety of devices (e.g. lights)

Note: I have only a standard supply, no PV or battery at present or in the forseeable future, unfortunately.

In the energy dashboard, I can see the energy use of all monitored devices, as well as the total energy use and cost.

What I would like to see is a breakdown of the cost of the individual devices, as well as untracked use.

I could, of course, manually calculate this, set up individual template sensors, or a variety of other things. However, I am looking for a better way.

Does anyone have any ideas?

Hello, I was also dismayed yesterday, after redoing my entire energy monitoring setup to use HA’s energy dashboard, that it does not expose a per-device energy cost, like it does for the grid connection.

This feels to me like a very solid use case, since the very reason why many of us go through the trouble of measuring device energy usage is to try and understand how much these devices are costing us in actual currency. If you are on a fixed rate, this is very straight forward to do. But for folks that are on dynamic energy rates, this gets very very complicated very quickly.

You have two options:

Add in each device as a separate grid connection. I don’t have a grid connection sensor, so that used to work fine for me. But I moved away from this because I’m looking to get a grid connection monitor.

I ended up going with a HACS add-on called Dynamic Energy Cost

You give it a sensor that tracks the energy usage of your device, and a sensor that tracks your energy rates, and it takes care of the rest, exposing entities that tracks hourly, daily, weekly, monthly etc costs. So far it’s been working quite nicely for me.

I will see if I can maybe contribute some changes to the energy dashboard to include an optional per-device energy cost output, imo this is a really critical requirement to make the dashboard truly usable.