Smart Water Fountain Auto-Fill: A Hands-On Solution

As a homeowner who loves the soothing sound of flowing water, I’ve always been a fan of having a water fountain in my backyard. However, the constant need to refill it during hot summer months was becoming a hassle. I decided to take matters into my own hands and automate the process using Home Assistant (HA) and some clever gadgets. Here’s how I did it!

The Problem

Our fountain would lose water quickly due to evaporation and splashing, requiring frequent refills. This was inconvenient, especially during busy days. I wanted a system that could monitor the water level and refill it automatically without any manual intervention.

The Solution

I came across a fantastic idea on the HA community where someone used a float switch tied to an Aqara open/close sensor to detect low water levels. Inspired by this, I decided to implement a similar setup. Here’s what I used:

  • Linktap G2S Water Valve: To control the water flow.
  • Float Switch: To detect when the water level is low.
  • Aqara Open/Close Sensor: To send signals to HA when the float switch triggers.
  • Minoston Outdoor Plug: To power the system.
  • 1/2 PVC Pipe: To channel the water from the valve to the fountain.

How It Works

  1. Float Switch Detection: When the water level drops, the float switch sends a signal to the Aqara sensor, which notifies HA.
  2. Automatic Refill: HA activates the Linktap valve, allowing water to flow through the PVC pipe into the fountain.
  3. Safety Measures: The system is programmed to shut off the valve after 30 seconds or if the float switch closes, ensuring no overflows.

Safety First

I added multiple layers of safety to prevent any accidents. The Linktap valve has a built-in timer, and there’s an upstream valve as a backup. This ensures that even if one valve fails, the system won’t overfill.

The Results

This setup has been a game-changer! I no longer have to worry about running out of water, and the fountain remains operational all day long. It’s been running smoothly for weeks, and I couldn’t be happier with the outcome.

Tips for Others

If you’re considering a similar project, here are a few tips:

  • Plan Your Plumbing: Ensure the PVC pipe is properly routed and secured to avoid leaks.
  • Test Sensors First: Before integrating everything, test the float switch and Aqara sensor to make sure they’re working as expected.
  • Program Safely: Use Node-RED or HA automations to set up failsafes and ensure everything runs smoothly.

Conclusion

This project not only solved a practical problem but also gave me a sense of accomplishment. It’s amazing how a combination of smart devices and some DIY skills can transform everyday tasks into automated wonders. If you’re looking to automate something in your home, I highly recommend exploring the possibilities with HA and smart gadgets!

Have you tried any DIY automation projects? I’d love to hear about your experiences in the comments below!