Close
0%
0%

Sprinkler Switch

A web-enabled extension to your home lawn irrigation controller that intelligently enables or disables your sprinkler system.

Similar projects worth following
A correctly tuned sprinkler system can actually save water if it intelligently shuts itself on and off based on current conditions and forecast weather. The Sprinkler Switch loads forecasted weather information from NOAA and parses previously recorded data to determine if the sprinkler system should run or not.

At least that's the goal.

Currently the system fetches the forecast data from NOAA, visualizes the data on a dashboard, and allows Raspberry Pi GPIO to switch the irrigation controller on or off as an expansion sensor module. This is available over a Web interface, allowing the irrigation system to be controlled remotely.
  • Updated for Raspian Jessie!

    DeckerEgo07/29/2016 at 01:50 0 comments

    The SprinklerSwitch project has FINALLY been updated to support the latest version of Raspian. The biggest hiccup was switching to the WiringPi2 library - which is now the defacto library for addressing GPIO pins. The good thing is pin addressing is now entirely in userspace (no sudo required!), however there were significant changes that required refactoring.

    Things are up & tested with the latest version of Raspian however - so have at it!

View project log

  • 1
    Step 1

    First, construct a switch for your Raspberry Pi GPIO pins. I generally use MOSFETs for these low-voltage operations, with the gate to a GPIO pin.

  • 2
    Step 2

    Some sprinkler systems have a moisture / rain sensor that open or close a circuit to disable or enable the next scheduled irrigation. Usually if a sensor is not installed, there's a jumper wire to keep the circuit open. Replace the jumper or sensor wires with the open & ground wires on the relay or MOSTFET wired to the Pi. --> DO NOT WIRE THE GPIO PIN TO YOUR SPRINKLER SYSTEM <--. You'll likely frizzle-fry the whole thing. You want to close the circuit, not send any amperage to it. Seriously. Don't move on unless you understand your irrigation system. SERIOUSLY.

  • 3
    Step 3

    If necessary, enable the sensor or disable the sensor bypass on the irrigation controller.

View all 4 instructions

Enjoy this project?

Share

Discussions

Similar Projects

Does this project spark your interest?

Become a member to follow this project and never miss any updates