+1 please, mandatory upgrade
+1 please! With cost of energy going up globally, it is becoming rather essential to know costs per device. Seems like it would be a relatively simple addition too so hopefully something we will see soon!
+1 for me on this also
+1 Yes, I need this.
+99999 Yes, I need this also
+1 This would be awesome!
With the 2022.12 release the workaround of adding appliances to the (gas) consumption dash board can be utilised to track individual appliance costs.
Add the relevant appliance energy sensor and an electricity cost sensor to the gas consumption section.
Sure, I make use of Dwains Dashboard GitHub - dwainscheeren/dwains-lovelace-dashboard: An fully auto generating Home Assistant UI dashboard for desktop, tablet and mobile by Dwains for desktop, tablet, mobile and the rest are all just apex charts, sankey and the general energy dashboard overview. I will post yaml (of Sankey) here, but it is all just copy/paste
energy_date_selection: true
height: 200
min_box_distance: 5
min_box_height: 3
round: 1
sections:
- entities:
- add_entities:
- sensor.dsmr_reading_electricity_delivered_1
children:
- total
color: purple
entity_id: sensor.dsmr_reading_electricity_delivered_1
name: Laagverbruik
substract_entities:
- sensor.dsmr_reading_electricity_delivered_2
type: entity
- add_entities:
- sensor.dsmr_reading_electricity_delivered_2
children:
- total
color: var(--warning-color)
entity_id: sensor.dsmr_reading_electricity_delivered_2
name: Hoogverbruik
substract_entities:
- sensor.dsmr_reading_electricity_delivered_1
type: entity
- entities:
- children:
- keuken
- washok
- woonkamer
- meterkast
- slaapkamer
- jpt
- jcl_kamer
- Verlichting
- unknown
color: var(--warning-color)
entity_id: total
name: Totaal verbruik
type: remaining_parent_state
- entities:
- children:
- sensor.keuken_powerplug_vaatwasser_energy
- sensor.koelkast_energy
entity_id: keuken
name: Keuken
type: remaining_child_state
- children:
- sensor.washok_powerplug_wasmachine_energy
- sensor.washok_powerplug_wasdroger_energy
entity_id: washok
name: Washok
type: remaining_child_state
- children:
- sensor.serverruimte_energy
entity_id: meterkast
name: Meterkast
type: remaining_child_state
- children:
- sensor.jpt_pc_verbruik_energy
entity_id: jpt
name: JPT Kamer
type: remaining_child_state
- children:
- sensor.jcl_pc_verbruik_energy
entity_id: jcl_kamer
name: JCL Kamer
type: remaining_child_state
- children:
- sensor.jl_pc_verbruik_energy
- sensor.woonkamer_powerplug_tvmeubel_energy
- sensor.woonkamer_powerplug_bank_energy
entity_id: woonkamer
name: Woonkamer
type: remaining_child_state
- children:
- sensor.slaapkamer_powerplug_tv_energy
entity_id: slaapkamer
name: Slaapkamer
type: remaining_child_state
- children:
- sensor.verlichting_energy
entity_id: Verlichting
name: Verlichting
type: remaining_child_state
- children: []
color: grey
entity_id: unknown
name: Overig
type: remaining_parent_state
- entities:
- children: []
color: green
entity_id: sensor.keuken_powerplug_vaatwasser_energy
type: entity
- children: []
color: green
entity_id: sensor.koelkast_energy
type: entity
- children: []
color: green
entity_id: sensor.washok_powerplug_wasmachine_energy
type: entity
- children: []
color: green
entity_id: sensor.washok_powerplug_wasdroger_energy
type: entity
- children: []
entity_id: sensor.serverruimte_energy
type: entity
- children: []
entity_id: sensor.jpt_pc_verbruik_energy
type: entity
- children: []
entity_id: sensor.jcl_pc_verbruik_energy
type: entity
- children: []
entity_id: sensor.jl_pc_verbruik_energy
type: entity
- children: []
entity_id: sensor.woonkamer_powerplug_bank_energy
type: entity
- children: []
color: yellow
entity_id: sensor.woonkamer_powerplug_tvmeubel_energy
type: entity
- children: []
color: yellow
entity_id: sensor.slaapkamer_powerplug_tv_energy
type: entity
- children: []
color: orange
entity_id: sensor.verlichting_energy
type: entity
show_names: true
show_states: true
show_units: true
type: custom:sankey-chart
unit_prefix: k
wide: true
The Sankey chart info can be found here. Since the latest release it also contains an autoconfig option that re-uses all entities available in the energy dashboard as well . Anyone using the Sankey Chart Card?
Is there something missing that we need to setup?
When i import your code i see the message
Error: No energy data received. Make sure to add a type: energy-date-selection
card to this screen.
The code only contains 1 card (sankey) add an additional custom card with type: energy-date-selection
Oh boy this needs a +1 from me as well. Would love to see this!
+1 from me too.
For all the +1 people, please âvoteâ on the top of this page by means of the vote button. Do you guys have other ideas to get this to the attention of the devs?or isthe forum the only way?
This feature has the third most votes already, so Iâm quite sure devs have this on their radar but please continue to vote it up!
I was also quite âblue-eyedâ on how an implementation could be done, however, itâs not that simple.
Quick check, what would the cost be for a device when (if) you produce your energy yourself (Solar panels)? How do you then calculate the cost for your light vs your boiler?
Then thereâs a clear complexity brought in from the fact that many countries/regions have different pricing originating from the grid companies and itâs quite complex to bring in all this at the same time.
My personal opinion is still that an MVP would suffice as a starting point.
Pricing from template entity and consumption like the âmainsâ would enable budgeting âon-timesâ e.g. âspend $10 on heating the boiler todayâ no matter if I produced the energy consumed or not.
This topic was also brought up during the âWhat the Heckâ month.
Please see the thread here where the complexity on this task is described: WTH!? - Why can't we see electricity cost for individual entities in Energy dashboard? - #19 by Boba_ferret
I think the complexity is overrated. (as long as the communication is clear about what it does, and expectations are clear).What we have seen here in this group, and some other areas, is that people would like to have a cost estimation per device to get an âhigh level viewâ what a individual device actually costs. As an example, the game pcâs of my kids are "on"all the time, even when they jump under a shower or watch videos on bed. It made them realize, that if they put their PC in standbye modus it actually is not using any power and thus saves money. having this insight in individual costs creates a humongous amount of awareness. setting the individual devices part in the energy dashboard up exactly as the gas portion in the dashboard, creates already this insight.
wrt to pricing I use DSMR reader created sensors for actual price (We have 2 tarifs, low and high at different times). DSMR spits out current tarifâŚ
I have solved the cost of consumption for solar/ battery/ grid mixed sources of power. See my comments above.
In summary I created a consumption cost entity ($/ kWh) which reflects the instant cost of the blended sources of power.
Assigning this entity to each relevant device through the âgasâ consumption dashboard ends up with the true cost for each device over the day/ week/ month/ year. All the smarts are in the consumption dashboard already.
You can see below, I donât assign a common cost per device, the cost depends on when the device is run. My pool cost is negative as I run the pumps when the export price is negative, so Iâm saving money by self consuming solar which I would otherwise have to export with a negative price.
Hello everyone!
I have tried to apply the workaround of adding the individual devices to Gas but unfortunately only my Wallbox integration appears, the entities created with RIEMANN SUM Helper are not there. Is there something missing?
state_class: total
source: sensor.fridge_current_consumption
unit_of_measurement: kWh
icon: mdi:chart-histogram
friendly_name: Fridge Consumption Total
I have a stupid question but adding individual devices as âReturn to the gridâ will work?
It will remove the amount consumed by those devices that are already included on the main source.
I think you miss:
unique_id: just_think_of_one
device_class: gas
Then it will work.
Your second question is not that stupid. I tried that as well. However your actual costs will be a bit messed up. I ended up using the Sankey chart to make things more visible aside.
It is a shame DEVS have not picked this up yet since this group is really populair.