-
Notifications
You must be signed in to change notification settings - Fork 44
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
Max CH water temeprature #22
Comments
My boiler does not allow setting the CH max water setpoint, but when you limit the values in the t_set output, it effectively does the same:
Make sure you check out actual output water temperature of the boiler though, I get a few degrees of overshoot, don't want to damage those floors. |
Hi @wildekek , thanks for you answer. I have another question. How it is working with your heating system? I have a feeling that water temperature is offten close to max. It looks like PID controller is setting max water temp and after few hours I have overheated home and for net few hours PIC controller turns everything off... It doesn't look like optimal/comfort solution. |
@wildekek I was able to make it working. I created a simply function to set t_set value based on heating curve and outside temperature. It looks like it is working. I'm wondering if it is possible to combine your PID controller configuration with outside temperature sensor... |
@SebuZet I think combining those would be possible by influencing the PID factors based on the error between inside and outside temp, What helped me a great deal in tuning PID was to use a sensor to check the boiler setpoint temp, and graph it together with the PID terms:
|
Thanks for your answer. I will try to play with it. |
Hi,
First of all I would like to thanks for you work.
I'm trying to use it with my Immergas Victrix Tera 28 1 but it looks like CH max water point cannot be changed.
I've underfloor heating system and I wanted to change maximum water temperature in CH. It should be 40 degrees but this limit doesn't work. How can I set a max water temperature? Is it possible without recompilation of Opentherm library?
Thanks,
Seba
The text was updated successfully, but these errors were encountered: