-
-
Notifications
You must be signed in to change notification settings - Fork 40
Add switch for warm water circulation pump #310
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
Comments
I solved that with an outlet (zigbee - zha) and a motion sensor. |
Right, there are many ways to control the circulation pump (or virtually any component) by external devices, but IMO that is not the point of this integration. Additionally, I prefer software solutions over altering the hardware whenever possible. There is a point in the control menu where you can switch the pump manually for venting and I was wondering if that is reachable via the interface. |
That would be awesome 👍 |
I have learned from the author that thermal desinfection is just like any other water heating mode. Since then i don't care about how it is called, i just increase it whenever i want, especially when i have a lot of solar overproduction just to store more energy in the house. |
@apf-doit and how do you do it? Via luxtronik write command or custom automation? I have no entities, that set this mode directly. |
@Gifford47 i have an entity named "number.luxtronik2_dhw_target_temperature" which basically is what it says it is: domestic water temperature. Combined with an automation checking the solar production and few other checks like current energy price, i increase the temp from default 45 to 60 and turn back when the temp is reached. The default desinfection target temp is actually 65, but with that entity i cannot set above 60, don't know why. But 60 is hot enough. |
I have been using "ID_Einst_BWZIP_akt" for a while now to somewhat successfully turn off the hot water circulation pump. It's set to 0 by default and kind of disables it when set to 1. However the pump can still turn itself on sometimes and then run for even 20min non stop, ignoring the circulation timings settings. It usually happens after it's been off for a few hours. Despite that it successfully reduces the energy usage. Usually by more than 50%. |
May I ask how you disable or enable the hot water circulation pump? I think the "ID_Einst_BWZIP_akt" is not in the current implementation from BenPru. But I can add it via Bouni and YAML. right? |
@Mehli12
An change it's value with the
However, the post I made actually inspired me to find a more reliable way to disable the circulation pump. I realized it could work more seamlessly with the heat pump if I used the integration to modify the circulation schedule instead of just turning it off directly. With a bit of help from Gemini, I figured out the parameters used for the matrix that stores circulation start and end times (in seconds from midnight). The IDs follow this pattern: ID_Einst_SuZIP + Wo/25/Tg + _zeit_X_Y
For example, So, instead of completely disabling the circulation pump, I now modify the schedule based on presence. When everyone leaves, the schedule changes from the normal 6:00–00:00 to just on at 6:00 and off at 6:15. I use the same Additionally, if no one is home at 5:58, I change the schedule to end at 5:55, and start at 5:50, wait 18 minutes, then switch it back to the usual 6:00–6:15. I update the end time first. The system handles this well—even if the end time is earlier than the start time. For instance, if the start time is 6:00 and the end time is 5:00, the pump runs from 6:00 until 5:00 the next day and doesn't run from 5:00 to 6:00. So I've been using that instead of |
Would it be possible to add a switch for the warm water circulation pump?
Would be very usefull for energy conserving and demand driven (instead of time based) circulation control.
Could also help as a work around for manual thermal disinfection.
The text was updated successfully, but these errors were encountered: