tribemili.blogg.se

Opensprinkler pi setup
Opensprinkler pi setup













opensprinkler pi setup
  1. Opensprinkler pi setup install#
  2. Opensprinkler pi setup update#
  3. Opensprinkler pi setup software#

  • Add soil sensors (I haven't done this yet – not supported by Open Sprinkler as of publish date).
  • Integrate with weather reports (built in to OpenSprinkler).
  • Add functionality to the irrigation system.
  • Control the irrigation system from the web.
  • Don’t lose any functionality from current Rainbird irrigation system.
  • If you are looking for a first project, do this one. This is the perfect home automation project. This instructable simply documents my progress in Home Automation. OpenSprinkler doesn't need an instructable.

    opensprinkler pi setup

    It is an easy and low-cost solution to transform a Raspberry Pi into a capable sprinkler controller with 8 zones for lawn and garden watering. OpenSprinkler Pi (OSPi) is an open-source sprinkler / irrigation extension board for the Raspberry Pi. I updated it JUL2021 to use latest build and newer hardware. The computer must be on the same network as the Raspberry Pi.This instructable was published in 2015. This will access the OpenSpinkler web interface.

  • Open a browser on your computer to, where hostname is the name of your Raspberry Pi.
  • If it returns nothing, then something went wrong check the previous steps. You can test with pgrep OpenSprinkler If it returns the process id number, then OpenSprinkler was started automatically and is running.
  • Reboot your Pi and OpenSprinkler should be started automatically.
  • Go ahead and run the executable to test it. If it compiles ok, you should have an executable /usr/local/OpenSprinkler/OpenSprinkler ready to go.

    Opensprinkler pi setup software#

  • The build script will ask if you want to run the software on startup, answer yes.
  • Go into the OpenSprinkler directory and build the firmware.
  • This will create a directory in /usr/local called OpenSprinkler.
  • Clone the OpenSprinkler firmware repository.
  • Change directory to /usr/local cd /usr/local.
  • sudo su so you don’t have to sudo for every command.
  • opensprinkler pi setup

    Opensprinkler pi setup install#

    Install GPIO Zero (optional, so you can run the pinout command later) sudo apt install python3-gpiozero.

    Opensprinkler pi setup update#

    Update/install any other packages you want For example:Īpt-get update apt-get upgrade Could update raspian: sudo apt-get dist-upgrade.Change the hostname, passwords, and configure it: run: sudo raspi-config Enable SSH permanently. Using Putty, open a remote session to the Raspberry Piĭefault hostname: raspberrypi user: pi pass: raspberry.Install and run Putty on your computer.Put the SD card in your Raspberry Pi and power it up.This will enable Secure Shell, which will allow you to connect to your Raspberry Pi from a remote computer. Add a file to enable SSH Create an empty file in the boot directory called ssh.Enter your WiFi details, replacing the placeholder text with your own details.Ĭountry=AU ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev update_config=1 network= Create a file wpa_nf in the base directory of the SD card. Put the SD card into your card reader on your computer.

    opensprinkler pi setup

    The following steps allow the Raspberry Pi access to your WiFi network and enable remote access. I recommend connecting the Raspberry Pi Zero to your wireless network and accessing it remotely from your computer. Since this is a Raspberry Pi Zero, I did not connect any monitors or keyboards to it. The SD card that I suggest comes pre-loaded with a 'lite' version of Raspian. The web page is accessible only on my home WiFi network. To schedule my sprinkler system, I access a web page served by the Raspberry Pi on my home network. In this project, I took a new Raspberry Pi, installed OpenSprinkler on it, and used a simple relay board to trigger my home sprinkler system. Replace the old sprinkler controller in your garage with a web-page based Raspberry Pi controller.















    Opensprinkler pi setup