-
Notifications
You must be signed in to change notification settings - Fork 25
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
Fix compensation curve heating values, update HeatPumpType models #96
Conversation
Not so sure about that, it's ok on my side. Remark: It's saying e.g. "temperature at lowest point on heat curve". That means: Low point on heat curve, e.g. -10°C outside temp, shall yield xx°C outlet temperature". This value will of course be the high one, as the other will be low on high outside temperatures. So it is counter intuitive on the first read, but correct |
This is exactly what this PR attempts to fix. :-) |
Yes, but it's problem only with outside temperature naming.. for heat in lowest point i think it's correct :) |
@ekouters i think you're free to make changes :) |
Hello, thanks both for the patch and comments. |
The descriptions of the heating compensation curve for Z1 and Z2 have the "lowest" and "highest" swapped.
Initially I thought the installer configured it incorrectly, but it turns out the description was incorrect. :-)
My heatpump was not recognized (T-CAP J-series 12kW), so I have updated the
models.py
with the attached script.