Skip to content

A mobile interface for the OpenSprinkler irrigation device. Designed to allow manual control, program management (preview, add, edit, and delete), initiation of a run-once program, viewing graphical and tabulated representations of log data, viewing device status, adjusting rain delay, and changing of OpenSprinkler settings.

Notifications You must be signed in to change notification settings

kurt-gailey/Sprinklers

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A mobile interface for the OpenSprinkler irrigation device. Designed to allow manual control, program management (view, edit, delete and add), initiation of a run-once program, viewing device status, adjusting rain delay, and changing of OpenSprinkler settings. Screenshots available below.

Overview:

  • This application is available for free from the Amazon Appstore, Apple App Store, BlackBerry AppWorld, Google Play Store and Windows Phone Store

  • This application interfaces with the interval program on the OpenSprinkler which is the default software available. The application has been tested and compatible with all firmwares. The application is also compatible with OSPi python interval program.

  • The application is written in Javascript and HTML/CSS. The application runs 100% within the user's browser and communicates directly with the OpenSprinkler.

  • For advanced users, the application supports authentication (HTTP Basic) and SSL for devices behind proxies. Guide:

  • For current discussion about the project please refer to the forum post.

Screenshots:

Splash Screen Home Screen Status Page Program Preview Program Editor Manual Program Rain Delay Run Once Settings

Install Instructions:

#install files
git clone https://github.com/salbahra/Sprinklers.git /var/www/sprinklers

If you don't have Git, you can download the ZIP file and extract to a local directory.

The webapp can also be installed to the SD card of the OpenSprinkler and run directly from the device. For this you will need to grab the specially formatted version from the sdcard branch.

Update Instructions:

#change to the install directory
cd /var/www/sprinklers

#perform update
git pull

About

A mobile interface for the OpenSprinkler irrigation device. Designed to allow manual control, program management (preview, add, edit, and delete), initiation of a run-once program, viewing graphical and tabulated representations of log data, viewing device status, adjusting rain delay, and changing of OpenSprinkler settings.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 82.4%
  • CSS 17.6%