erikkastelec / hass-WEM-Portal

Custom component for retrieving sensor information from Weishaupt WEM Portal
MIT License
47 stars 10 forks source link

ADD: Energy usage from statistics (sum, heating, warm-water, defrost, cooling) #33

Open marcmanusch opened 2 years ago

marcmanusch commented 2 years ago

It would be great, if there are variables to see the used energy from the day.

Bildschirmfoto 2022-08-25 um 12 07 01
dm82m commented 2 years ago

You can do that on your own: https://github.com/erikkastelec/hass-WEM-Portal/issues/19#issuecomment-1093707465

marcmanusch commented 2 years ago

There is the value „sensor.leistungsabgabe“. This value can be used in Dashboards, but not in the energy dash.

https://developers.home-assistant.io/docs/core/entity/sensor/#long-term-statistics

The sensor has wrong configuration, please fix it.

dm82m commented 2 years ago

Won’t help you. The data is kWh and the energy dashboard in HA used m3. Read my post linked above. All is described that how to solve your problem.

vanto commented 2 years ago

Since https://github.com/home-assistant/core/pull/58426 HA's energy dashboard also supports kWh as unit for gas.

timg83 commented 1 year ago

First of all, thanks for this great HA integration!

Using the sensor "leistungsabgabe" I can see the current usage of the heatpump in HA. How can I see the daily usage, in a period of 24h, of the heatpump in HA? I have no gas so the unit should be kWh. I also like to know how I can add the heatpump usage as an individual device in the HA energy dashboard.