I moving to a new home with a small pool and I was thinking of buying a pool sensor.
Right now I'm searching for something simple like temperature but would be nice to have ph and others.
I'd like it to be local, no cloud, and right now something cheap, I love DIY stuff.
So, any recommendations? Any experiences with these kind of sensors? My searches lead to pretty expensive stuff that can measure all the pool parameters and cloud based.
I went with inkbird for something similar. They are Bluetooth, with a cheap wifi module as well. Wide range of sensors. Cost me 60 in total to monitor my hottub temp when I'm in Mexico and it's -40 at home
Thank you! Just checked it and it looks really nice. How do you integrate it with home assistant? I've been checking the inkbird integration and it seems to be Bluetooth only. I'm afraid Bluetooth is not an alternative, the HA server is in the basement and is not going to reach the pool by Bluetooth
I built a pool water temp sensor using an ESP32 and a DS18B20. I drilled a hole in the pump intake pipe, installed it and now I always know the temp of the pool.
I cant find the original page I used to build it but it wasnt hard and there are similar guides online. Here is the code I am using on the ESP32
I know you said "cheap", and this isn't exactly that... but I thought I'd mention it as an option anyway. I went with the Atlas Scientific pool kit when automating my pool. It gives me pH, Temp, and ORP. They also have a dosing pump if you want to automate chemicals. It's based on an Adafruit ESP8266, so you can flash esphome on it, making integration with Home Assistant dead simple. https://atlas-scientific.com/kits/wi-fi-pool-kit/
You can go the DIY route for temperature with a $5 ESP8266 off Amazon and a $1 thermistor, but I don't think there are similarly cheap options for pH and ORP.
I don't think you need to stress too much about weatherproofing your DIY enclosure. You can get "weatherproof" boxes off Amazon for ~$20, and as long as you mount it somewhere out of direct exposure (e.g. near your pool controller under an eave) you'll be fine. For example, I built an irrigation control valve for an unrelated project into one of these boxes and mounted it to the back of my garden shed. It even comes with 2 cable glands. https://a.co/d/j7hkyDX
Then you can just run a cable over to a section of your pool's PVC piping (probably just after your pump), drill a small 1/4" hole and stick a thermistor into the flow. Something like this is designed for exactly this purpose: https://a.co/d/994WUHf It's even got an o-ring to seal the hole, you just hold it onto the pipe with a cable tie. Whether you get a Pentair-branded temp sensor or not, they're mostly all 10kOhm thermistors, which you can easily add to ESPHome as an NTC sensor: https://esphome.io/components/sensor/ntc.html