-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Question about new sensors #68
Comments
yes ...just create integral sensor in HA. Not sure it makes sense to do on the esp ... we can leave it as is for now and revisit that topic later
Not really ... this is actually anything related to the verdichter (heating, ww, cooling) You can use the values to double check what the heatpump reports.
This you get via EL_AUFNAHMELEISTUNG_WW_SUMME_KWH
What is wrong with that? It is the estimated heat regained from the air outflow ... this is not really a gain or consumption, but rather a "what did I save having the kreuzwärmetauscher" |
you mean the value of this sensor - sensor.electric_heating_power? There is no data, is that maybe new from the update today? |
no, I meant ELEKTRISCHE_NACHERWAERMUNG ;) my suspicion is that the Verdichter started and then gave up because the target value was too high and it switched to electrical heating instead (which we know is not counted correctly by the heat pump) .. but it is all wild guessing at this point 🤷 |
So at least we know that it did not use electric heating 😆 |
perfect ... all good :) |
So the energy sensor EL_AUFNAHMELEISTUNG_WW_SUMME_KWH is showing the used energy for warm water, correct? So i f i want to track the power of my heating pump I need sensor.motorleistung and if not available just create integral sensors for tracking the kwh to show them in my energy dashboard, right? Then I should have the ernergy used for heating, warm water and fan. I think then I only need to get the value of the heating pump running itself. Hm maybe I have to add an external sensor here, wanted to avoid that. And what is this sensor showing? sensor.el_aufnahmeleistung_heiz_summe_kwh As far as I understand EL_AUFNAHMELEISTUNG_WW_SUMME_KWH is the extra power used for heating water, and motorleistung shows the heating itself? |
yes, unless it is additionally heated up with the heating elements ... in that case you need to add electric_heating_power to the game ... but that could in theory also contribute to heating if it is too cold outside ... their heat pump implementation is just 💩 in this respect
That should actually be the thing for overall power consumption ... although I'd prefer the split for hot water and heating to be able to fine tune stuff. Would be nice to know, if sensor.motorleistung is the sum of EL_AUFNAHMELEISTUNG_WW_SUMME_KWH and EL_AUFNAHMELEISTUNG_HEIZ_SUMME_KWH
No. The heat pump can heat up water using the compressor or the heating elements ... it does not care for which purpose it heats up the water, thus sensor.motorleistung is just providing the info that a certain amount of energy was used to power the compressor in order to heat up water. EL_AUFNAHMELEISTUNG_WW_SUMME_KWH and EL_AUFNAHMELEISTUNG_HEIZ_SUMME_KWH allow the tracking cause they depend on the state (e.g. Heizen and Warmwasser) to account to one of these. |
Ok will will let the sensor run a bit and then check if the collected data do match for me |
I just saw your update for adding new power sensors.
Wich sensors are now for getting power for
Sorry for asking but there are several sensor showing energy that can not for like "wärmerückgewinnung". Having clarification wich sensors are showing live power for the parts would be great.
The text was updated successfully, but these errors were encountered: