ximon / Hot-tub-remote

Lay-z-Spa wifi remote (3 pin model)
44 stars 7 forks source link

Changing temperature from the esp doesn't result in the correct temperature #7

Closed ximon closed 4 years ago

ximon commented 4 years ago

When changing the temperature from the esp it seems to under / overshoot the temperature it's aiming for

ximon commented 4 years ago

It's just occurred to me that this will be caused by the temperature reading for the target temperature only being taken once and won't be read again until the display stops flashing, then starts flashing again.

The target temperature readings need to be taken until the display stops flashing or temp up / down commands are no longer being sent.

ximon commented 4 years ago

Resolved in platformio branch