OpenSprinkler Forums OpenSprinkler Mobile and Web App Mobile Web App with Screenshots (Updated) Re: Re: Mobile Web App for OpenSprinkler (w/Screenshots)

#24026

Samer
Keymaster

Excited to say I just pushed an update that adds automatic rain delay! This option is not exposed to the user, yet. To enable this feature all you do is add the following line to your config.php:

$auto_delay=1;

However, this is for people who want to beta test. I am now writing the GUI to add all of this into the web application. This option will be disabled by default, even on new installs. Currently, the delays are not configurable via the GUI but soon they will be. This is all based on @andrew’s work who posted his script here: http://rayshobby.net/phpBB3/viewtopic.php?f=28&t=184

I am planning to incorporate the current weather conditions with the settings page so it becomes a dual-purpose feature. I also run the delay check once per hour. Any feedback is appreciated!

Thanks!