-
-
Notifications
You must be signed in to change notification settings - Fork 29
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
climate.luxtronik2_domestic_water show operation while defrosting #37
Comments
If the heat pump runs longer when the outside temperature is low, it will defrost again and again. However, this does not end the process of heating the water or heating. |
But look at the image - there are bars even when the heat pump is not preparing the domestic water. There is a defrost but as part of heating. |
Okay, that means both thermostats has _attr_hvac_mode != HVAC_MODE_OFF. |
Yes, it looks like that, so caching would be required if you want to keep heating/domestic water while actually defrosting. |
I can confirm the behavior now. There was defrosting during heating and:
Hope this helps with the issue resolving 🙏 |
I also noticed that when the heat pump is running for domestic water, it also shows as "active" in the heating thermostat graph. |
Have a look at the graph below, is this where you observe the problem? Can you create a similar graph, and/or given some other information that could help to understand why you observe this and I don't? |
I understood that 😃 |
I’m not seeing my issue anymore with version 2022.12.03. |
So far this has not been fixed. |
Hi, I can confirm it fixed my issue, thanks! 👍 |
Hi, it looks like the
climate.luxtronik2_domestic_water
shows operational status when the heat pump is defrosting.Maybe we should remove
LUX_STATUS_DEFROST
from this line 🤔The text was updated successfully, but these errors were encountered: