I did that back then according to your guide, not sure now, gotta look at daylight at it.
Just swapped the TX/RX in the config. No change.
Something is clearly broken, need to check the hardware and the sugarvalley settings.
Instead I’ll kick out some of the data I am not interested in
And add some power consumption data and shelly power outlets I have added to the pool box … thought of some additional temp sensor for the box, I guess that could be added to the ESP8266, I’d like to see if I still get temperatures below 0°C over the year.
EDIT: Just noticed the AUX switches don’t do anything when clicking them, I know the control is a bit laggy but there doesn’t seem to happen anything.
I see, maybe for the future then. Currently I am using one AUX but there is no need to switch anything during the season, so I guess I can just comment the AUX part out of the menu.
The server is up to the user, I just wanted to show the commands. In my specific case I use my LAN Stratum1 time server (GPS and PPS disciplined) in LAN, managed with chrony+gpsd that gives me a much better accuracy vs public time servers (nanoseconds vs microseconds).
For public server for Italy, I suggest ntp.inrim.it and ntp2.inrim.it. In general, for all countries I also recommend time.cloudflare.com, it’s a pool, very reliable and fast.
Just stopping by to say thank you.
The oem wifi module is over $500AUD and a replacement screen is somewhere near that also, my screen has stopped working. This project cost me $60AUD only due to the minimum spend from component supplier, would have been around $30 if not for that.
Hello to all, i hope you are doing fine.
I have a question about the management of the anti freeze functionality.
Currently where i live we are reaching quite cold temps . Setting the oxilife in smart mode will react at 4°C by switching on the pump .
The point is that , checking the logs i’m realizing the pump stays on wihtout any kind of hysteresis meaning that as soon as the temp probe reads above 4°C it will shut down.
Is this correct behaviour, i’m afraid, not circulating at least one filter relative volume of water ,could be risky in some situation.
what are your inputs and any automation i can put in place?
Since the “Smart” mode has very limited functionality, I use Tasmota (Rules) to control the frost protection.
So far, I only had my roller shutter on the water and a simple silo film (from the agricultural supply) on top. In addition, I set my filtration pump to the lowest power over the winter (so it only needs about 45 W then, but still achieves 2 to 2,5 m³/h). The water has never been below 2.5° C so far, although we have had temperatures below -15°C here for several days.
My Tasmota rules does the folllowing:
below -1.5° C the filtration runs permanently (Manual mode)
between -1.5°C and 3°C the filtration runs in interval mode (5 min on, 115 min off via Manual mode). This ensures that neither the skimmer nor the pipes freeze.
above 3°C, Tasmota sets the filtration to “Auto” (but I can configure every availabe mode for this condition) which has 2 fixed times: 21:00 - 21:10 and 05:00 - 05:10 (to measure the current water temp).
Tasmota Rules because I had it before I used HA and also because it works even if HA fails.
All values (temperature thresholds, runtimes) can be controlled via Tasmota mem variables. I can control these values via a separate dashboard in HA (MQTT).
I did not know that you can also use tasmota rules instead of HA for setting the pump. It seems a bit difficult though to set up. Can you share the precise rules? And I wondered whether if during the auto filtration setting the water temperature is below -1.5 (for example) the filtration switches directly to manual mode.
Tasmota itself, compiled with the NeoPool module, provides the extended Tasmota commands and data set between the Sugar Valley devices and provides this via simplified MQTT access. The commands are therefore integrated in Tasmota and not via this HA integration. This HA integration uses the MQTT commands and data and it does not access your system directly.
It is, but as I said above (I had this solution before HA) and in the past, I am a friend of technical diversity whenever possible. Nobody puts all their eggs in one basket when it comes to investments, but this is often the case in the technical field.
I personaly don’t want everything to fail, especially for critical systems, just because a central component like HA no longer works.
I may have mistakenly forgotten to mention that I work with an additional temperature sensor in my setting (with the temperatures specified above) and do not use the water temperature, as nothing would flow at -1.5° C pool water.
My return pipe from the skimmer comes out of the ground and then goes into the plant room. Where the pipe comes out of the ground, I have attached a DS18B20 to the outside of the pipe. So I measure a mix of air temperature and the heated return pipe (due to the even warmer pool water). This measurement sometimes drops below -1.5° if the outside temperature falls below -8 or -10° for a longer period of time without the pool water freezing.
Of course, you can also measure the pure air temperature or the pool water temperature and use other switching values, because mine won’t work with that.
If you are really interested, yes.
No, only for antifreeze during winter, which is for me a critical functionality.