-
Notifications
You must be signed in to change notification settings - Fork 7
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
[ENHANCEMENT]: Flexible pumpspeed function #163
Comments
HeatPump will drive it's circulation pump to maintain it's delta_T. Pump stop judgement is by outlet temperature, if it's over by 2° from setpoint for 3min it will stop. So, there is not much possible to do.. theoretically what could happen next here, it could end in error, it could lead in overpressure in gas pipe, or overheating, because there will not be enough flow to take heat from hex. |
The heat pump takes a long time to modulate the flow, causing the temperature to rise too quickly and sometimes stopping before modulating. |
Try to set quaet mode lvl 3, it will not jump so rapid.. I think it's best form possible solutions, also remember to switch ot off in dhw. |
My machine always works quiet mode 3 in all modes. |
Oh, that's a lot. I am with 12kW pump, after renovation it become 2-3kW over.. Have you tried demand control? |
I haven't tried demand control, but I don't think it's the solution. |
Have you tried Soft-Start? Thats for reducing the start power by automatically lowering the setpoint during the start phase after a pause... |
I thought that soft start will help me to, but don't know why, but on my 12kW T-Cap with heat shift, and didn't notice any change in compressor frequency. |
Yes, I have it activated, and I manage to reduce consumption, with the heat pump at the minimum power and 19Hz after 30 minutes. However, the system remains too powerful, and I need it to also regulate the flow rate to the minimum. I was thinking of implementing such automation in Home Assistant. service: number.set_value |
Just to note: |
@edterbak don't know exactly how soft start works, but maybe it's possible implement this like rule in node-red Egyras/HeishaMon#465 (comment) To prevent start/stop count node red should drive pump near it's stop condition.. |
Thank you @edterbak, tried to understand logic from help page, so it will reduce compressor frequency according to inlet temperature? So outlet temperature which should be monitored to reduce compressor rate, lowest possible compressor frequency is 19-20Hz. And for start/stop reduction it could be possible to drive outlet temperature neat pump off limit. As for temperature setpoints in 2 zone systems, target outlet temperature will be chosen by highest setpoint value of individual zone.. so if zone2 target is highet than zone1, zone2 temperature will be picket as main target setpoint. And if buffer tank is used, you will need to select delta for buffer tank.. and with highest set point will add delta of buffer tank. For example if z1 set as 32°, z2 to 37°, and buffer tank delta set to 3°, main target temperature will be 37+3, 40°. |
Softstart has been implemented by edterbak to reduce the outlet setpoint during switching on the heatpump and to drive this setpoint (which drives the compressor frequency) at a low value, increasing in e.g 30 min to the choosen setpoint... so my point of understanding.. and it works! |
Oh, i have confused you with @edterbak :D |
Yes in some cases time will work, but for optimized work it should drive outlet setpoint.. and it might not work with 2 zone systems... |
@geduxas When I began to build this for myself, I built is for 1zone setup only. This is because I did not know better and I was building this form myself only. Now the scenario has changed a little. Not fond of that right now. :( Sorry. |
I am not fully sure I understand your issue, and what the hardware setup exaclty is. Maybe you can explain that with some extra words. Zone 1 + buffertank? But keep in mind that we are playing with a heat-balance.
The things we can play with:
Your suggestion to start doing someting when the target temperature has been reached, is a path that will result in a lot of compressor stop/starts. A heatpump is most efficient if it can continue running for long periods. |
I have zone 1 + buffertank. Alternatively, by experimenting with your suggestions: How can I implement these rules in your flow? |
I have no technical knowledge about z1 + a buffer tank. There is no heat exchanger inside? (I think not, but I like this confirmed.) |
Good afternoon,
I have an Aquarea kit-ADC-16HE5C-CL Generation H with a 100l inertia tank. The issue I'm facing is that the heat pump is too large for my home, resulting in frequent starts and stops. One of the problems is that the water pump in my secondary system has a flow rate of 16l/min, while the Aquarea pump has a minimum of 16.6l/min.
If I limit the pump speed from the start, it takes a long time to reach the Outlet setpoint, and I'm unsure of the flow rate required for defrosts.
I believe one solution would be to adjust the max pump duty when it reaches the outlet setpoint. Another option could be to set the maximum pump duty to decrease over time, for example, from 27l/min (19% in the flow setting) as the maximum configuration to 16.6l/min (8% in the flow setting) as the minimum configuration over 15 minutes.
I don't understand this very well, but I'll leave it here in case someone else is experiencing the same issue, and we can work on a solution together.
The text was updated successfully, but these errors were encountered: