-
Notifications
You must be signed in to change notification settings - Fork 8
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
Understanding temperature offset and valve-based calculation #112
Comments
As far as I know, setting offset only works manually on the device. When you try to set offset via bluetooth, it might show a different value but will not act accordingly. |
That's very odd! Are you sure it's not just the eq3 not respecting it's schedule? |
I never used auto mode. I think there was a thread in the eq3 forum, where somebody wrote about offset not working properly when setting it remotely. I found that thread because I had the same problem. I tried it at home with the dial knob and suddenly it worked. |
Auto mode is great ! You can set the schedules with a service this integration provides |
Thanks for the suggestion @mayonezo but for me, it appears that offsets that I set via Home Assistant get reflected in the on-device settings, so I assume that works. I found the code for valve-based calculation and had GitHub Copilot explain it to me:
|
Hi lumaxis, |
First of all, thank you for creating and maintaining this integration! Very happy to have found it and it's been working great so far.
However, the last few days, I've noticed that the thermostat in one of our rooms has been heating way too much and the room is consistently 2 to 2.5 degrees Celsius above target. I've been trying to figure out how to correctly use temperature offset to fix this. To do this, I wanted to see what the thermostat thinks the current temperature is so I can compare it to the real, externally measured one. Is there a way to do this, is this what
valve based calculation
does?Additionally, I'm still somewhat confused as to how the offset works, even after reading through various forum threads online and the documentation. I would expect to have to use an offset of
+2.0
to adjust for my problem but that does not seem to be working. Any help or reports from experience would be greatly appreciated! Thanks 🙏The text was updated successfully, but these errors were encountered: