Skip to content
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

Question about remote temperature #216

Open
sle118 opened this issue Mar 28, 2024 · 2 comments
Open

Question about remote temperature #216

sle118 opened this issue Mar 28, 2024 · 2 comments

Comments

@sle118
Copy link

sle118 commented Mar 28, 2024

General behaviour question here.

How frequently should remote temperature be updated? And suppose we set a remote temperature of 21 while the set point is 22 via a mqtt integration and the mqtt server goes down for a while. Will the heat pump fall back to an internal reading, or will it just keep heating and eventually go above target?

Thank you!

@mbbush
Copy link

mbbush commented Jun 18, 2024

I update mine once a minute. I think doing anything faster than a handful of times per minute would be excessive.

There is no logic built in to the library to automatically fall back to the internal thermometer. So in the case you described the heat pump would continually call for heat until the mqtt server came back up. This is obviously not desirable behavior.

I opened #190 a while back discussing whether to add this to the library, and the consensus was that it belongs at a higher level in the stack. Several implementations that use this library have some sort of timeout implemented in them.

@sle118
Copy link
Author

sle118 commented Jul 11, 2024

I originally wanted to implement my own solution, but abandoned the project as others were more advanced and had a faster pace. So I opted for https://github.com/muart-group/esphome, which the developers hope to merge as an official component of ESPHome some day.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants