You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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?
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.
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
The text was updated successfully, but these errors were encountered: