Hi!
Energy Dashboard does only allow to display gas consumption. I would love to see heat pumps added as an option.
This should only be a minor change.
Hi!
Energy Dashboard does only allow to display gas consumption. I would love to see heat pumps added as an option.
This should only be a minor change.
Any energy consuming (or generating) device can be added.
Really? I did not find it! I can only add Battery, Solar collectors, gas heating and water consumption. I was not able to get a separate graph and the corresponding energy distribution for my heatpump. Therefore I added a gas heating instead, with statistics from my heat pump.
But title âGas consumptionâ doesnât fit.
Add it under individual devices.
I have added several individual devices, like washing machine, fridges and so on. But it is not the same kind/quality of device. I want my heat pump explicitly displayed - like the gas heating.
How are you monitoring itâs power consumption?
Good question.
I have several dashboards displaying either current statistics or history stats.
The energy dashboard is a good addition to monitor overall power consumption and to compare values with earlier points in time.
Power usage and energy consumption as well as many other entities are either delivered by Luxtronik integrated (HACS) or dedicated electricity meter.
Maybe a different feature request is in order, as what @nickrout said above, youâre already able to add this to âindividual devicesâ.
It sounds like what youâre looking for is not specifically to track usage of a particular device, but instead to allow categorization or tagging, then grouping of usage from devices based on the tags, categories (and maybe areas?)
ex: tagging a device as climate-related (heat pump) to allow separating it from separate usage. You might also tag lights & switches into a lighting category, maybe the equipment in a home office as âwork-relatedâ, etc, etc.
hmâŠ
The dashboard has some âlogicalâ limitations - and I can see, that it will become âhardâ to divide all these different cases in the futureâŠ
Heating / Power Consumtion:
The problem here is clear:
You have a chart for the Power Consumtion in kWh - which includes your meter-reading, your solar installation and maybe your battery.
You have another chart for the Energy used for heating.
This chart does allow the usage of mÂł as well as kWh - since these are the measurements, usually provided on your bill / meter.
Now: The heatpump:
It is using electric energy - so part of your âGrid-Chartâ - but applying also to heatâŠ
You could add the heatpump as a âGas Sensorâ - then, it would just have the wrong ânamingâ⊠but without the knowledge of the efficiancy (COP, etc) it is not possible to detect how much energy you REALLY used for heating.
Oh my heat pump delivers current heat output measured as kWh. In combination with electricity meter you can build a lot of statistics
ok, your heatpump can provide such data - but if this should be implemented into the energy dashboard, I would expect that this is a bit more complicated, because you would need to asure different cases as well.
Do you want to have the total energy output?
Do you only want to have the output based on the COP and the usage in your power consumption?
and so on⊠I agree, that having more options would be great - and I would also love to put my heatpumps into the dashboard, if I have them⊠but as said, I think it needs some changes in the overall architecture of the dashboard and how it is designed atm.
Agreed!
Most relevant (to me) seem:
I have a Panasonic heatpump, and with the latest release of this module, I can finally get realtime consumption data. I would be really nice to have it shown properly in the Energy dashboard, as it is a huge consumer of electricity in the winter.
Well add it then.
if your heat pump delivers current heat output measured as kWh,but it cannot be added in the energy dashboard,
homeassistant:
customize_glob:
sensor.*heat_pump_energy*:
last_reset: '1970-01-01T00:00:00+00:00'
device_class: energy
state_class: total_increasing
Agree, Energy Dashboard needs support for HPs.
I made an entry in another thread, should have done it here instead. But check it out:
/A
Yes. the data I get from my F730 Modbus via NibePi and MQTT are missing a few attributes to be useful. I have corrected this in configuration.yaml by adding this:
homeassistant:
customize:
sensor.nibe_airflow_ref:
unit_of_measurement: "m3/h"
sensor.nibe_eb100_adjusted_bs1_air_flow:
unit_of_measurement: "m3/h"
sensor.nibe_eb100_bs1_air_flow:
unit_of_measurement: "m3/h"
sensor.nibe_hp_consumed_energy_due_to_heating:
state_class: total_increasing
device_class: energy
sensor.nibe_hp_consumed_energy_due_to_hot_water:
state_class: total_increasing
device_class: energy
sensor.nibe_hp_consumed_energy_due_to_ventilation:
state_class: total_increasing
device_class: energy
Supporting this feature request! Our Bosch heat pump (via EMS-ESP) also provides data about consumed electricity and produced engergy (ww, heat or cooling). Visualizing this data should be included in the Energy Dashboard.
Consumed:
Produced:
Maybe, it should be considered, that the current âGASâ section of the Energy Dashboard should just be changed in a way to support âHeatingâ systems, independend of their current technology.
It could be GAS, it could be Oil, it could be a HeatPump.
So it should also support the different units of measurement - Liter, mÂł, kWh - you could then just add, whatever your integration does provide.
I think that would simplify the whole concept and would provide the most flexibility.
Hi guys,
A heat pump is a little different to a gas or oil heating system. There, the heat output (kW) is more or less fixed, whereas the heat output (kW) compared to the electrical output (kW) (which is relevant for billing) varies with a heat pump.
It would therefore make sense to specify both the heat output (for the comparison) and the electrical output (for the cost calculation) in the Energy Dashboard. This would also allow the COP to be calculated.
So just changing the name from gas to heating would not really be enough.