jcallaghan / home-assistant-config

My Home Assistant configuration & documentation.
https://www.jcallaghan.com/
MIT License
173 stars 8 forks source link

Hot tub water quality - ORP sensor #27

Open jcallaghan opened 4 years ago

jcallaghan commented 4 years ago

I found some really helpful articles on pool chemistry which pointed me towards the need for an ORP sensor. This will allow me to measure my chlorine levels.

Originally posted by @jcallaghan in https://github.com/jcallaghan/home-assistant-config/issues/12#issuecomment-623085756

mzakharo commented 2 years ago

Hey -> just wanted to ask you whether you got any traction on ORP sensing? I just recently completed a battery powered ESP32 + Atlas Scientific ORP kit for my bromine hot tub. On wake-from-sleep (power - on), my ORP readings take longer to stabilize in hot-tub water (about 1 minute to 95%), compared to the reference solution ( a few seconds) or the datasheet. Otherwise, measurements from the kit from atlas scientific are pretty awesome!

Teryeahh commented 2 years ago

@mzakharo How did you set up this? And what do U use? Esphome?

mzakharo commented 2 years ago

No not esphome. esphome is not so great on battery. micropython all the way.

Details of my project: https://github.com/mzakharo/tubby/README.md

Teryeahh commented 2 years ago

@mzakharo Thanks for your quick reply๐Ÿ‘ I'm thinking of building monitoring for my pool. The plan is to mount sensors in a bypass. and monitor orp, ph, temp, environment temp and pump pressure. So i guess some of your hardware will work in ny case ๐Ÿ‘ I'm running Home Assistant. And already have a few esphome devices. But i also have mqtt. Guess i'll try with esphome. But have more options at least

Teryeahh commented 2 years ago

@mzakharo Do you measure constantly?

mzakharo commented 2 years ago

Constant measurement was not an option for me because I dont have power near the tub, and wiring power from the tub's electronics is ....... unwise due to insurance/warranty concerns.

I had to go for a battery powered solution, so the system is in deep sleep for 60 minutes between measurements.

Teryeahh commented 2 years ago

Ok. I have power where I plan to have this. So i guess constant is an option for me ๐Ÿ™‚

jcallaghan commented 1 year ago

Folks, thanks for your comments and contributions. Life has been a little hectic and I've had my focus elsewhere, forgive me. Over the coming weeks I will respond to each and every one of your comments as well as bring this repo back to life. I have lots to share. ๐Ÿซถ๐Ÿผ

image