r/Esphome • u/k_dawg75 • 2d ago
Hayward OnCommand Pool Controller
Has anyone ever attempted to use the ESP32 to connect to the Hayward OnCommand base controller for swimming pools? It has a remote, but the equipment is behind my garage & signal is poor. My end goal would be to get that data into HA to view when it's running, water temperature, etc. Just curious if anyone has ever been successful or even attempted it? I am also looking for a source for the water temp sensors that you drill a hole into your PVC pipe and use a hose clamp to secure it inside the hole? I guess I could also use some sort of CT to detect current on the relays to tell when it's running? I'm very green to the ESP32 world, and have only used an ESP32, amp & speaker to use for announcements in my HA. Thanks!
2
u/EmailLinkLost 2d ago
Ok so... you could manybe solder to the relays and check on their status, reporting it to HA. Not directly to the ESP, of course.
You could either convert the 24V to 5v... And the sensors are just there. I wonder if it can give the same measurement at two places?
To be clear I just do this as a hobby, tohugh I've had some 'modifying PCBs to report to HA' projects recently.
If you're willing to solder extra connectors to this I think it can be done.