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

Temperature setting less than 20 degrees #43

Open
algermi opened this issue Sep 13, 2023 · 2 comments
Open

Temperature setting less than 20 degrees #43

algermi opened this issue Sep 13, 2023 · 2 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@algermi
Copy link

algermi commented Sep 13, 2023

Hello all,

we have now really rocked a lot and I'm just playing with the idea of leaving the hot tub in the winter. So that the part does not always heats to 20 degrees, would it be possible from your point of view, the minimum temperature to trick? eg to 10 degrees

@Elektroarzt
Copy link
Collaborator

Elektroarzt commented Sep 13, 2023

From what I know, the temperature could be tricked by yourself below 20°C. If you want to operate the pool frost safe at e.g. 8°C just leave the pool set at 20°C (hard coded lowest possible value of the Intex board) and shut it off via MQTT once you read 9°C in your IOT software. Then turn it on at 8°C and so on like a simple two-point controller. Remember not to go too closely to <=5°C, as the pool will not heat anymore to avoid damage from pumping freezing water or ice cubes.
Be sure to have a reliable 24/7 connection to your IOT software therefor ... if the water is freezing in your pump, this would most likely kill it.

If I think a bit about it, this would be a nice enhancement in the ESP8266 firmware. Setting an 'antifreeze mode' via MQTT with a desired temperature >=5°C for example. This would be way more reliable than through MQTT and WiFi.

Maybe someone of the software developers is willing to take over this enhancement?

@jnsbyr
Copy link
Owner

jnsbyr commented May 25, 2024

As pointed out by @Elektroarzt: The temperature regulator of the pool will not support values below 20 °C. A possible solution would be to implement a temperature regulator in the ESP8266.

Pull requests are welcome!

@jnsbyr jnsbyr added enhancement New feature or request help wanted Extra attention is needed labels May 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants