HeatPump icon indicating copy to clipboard operation
HeatPump copied to clipboard

Question about remote temperature

Open sle118 opened this issue 10 months ago • 2 comments

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!

sle118 avatar Mar 28 '24 03:03 sle118

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 https://github.com/SwiCago/HeatPump/issues/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.

mbbush avatar Jun 18 '24 00:06 mbbush

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.

sle118 avatar Jul 11 '24 12:07 sle118