OpenSprinkler Forums Hardware Questions OpenSprinkler Pi (OSPi) Interval 2 program issues

  • This topic is empty.
Viewing 25 posts - 1 through 25 (of 35 total)
  • Author
    Posts
  • #22992

    Archades
    Participant

    I am having trouble with interval 2 on the OSPI. When I click “programs” I get the error “internal server error” on the page http://*myip*:8080/vp

    I am also using the opensprinkler app for android and occasionally when setting up a program to run, the opsi sometimes doesn’t accept any more commands. At the moment the clock it returns on the android app is counts up but if you refresh the page it will return back to the same 6:00 time, is also the time I had a program to run for testing.

    When I look at the web app on port 8080 the clock still runs ok but neither the app or webpage will allow me to do manual control at the moment. Rebooted the OSPI and it allows me to do manual control via the webpage, but still the same server error when accessing the program page.

    #27286

    Dan in CA
    Participant

    Archades,

    Sorry to hear about the problems you are having.

    One thing you can do to get more information about the problem is to start the program manually from the OSPi directory.
    From the Pi home directory, issue the command to stop the program:

    sudo /etc/init.d/ospi stop

    Then cd to the OSPi directory and run the program with:

    sudo python ospi.py

    When the program is run this way it will show you more information about what is happening. If you see some error messages, post them here and we will try to figure out how to solve the problem.

    Dan

    #27287

    Archades
    Participant
    pi@ospi ~/OSPi $ sudo python ospi.py
    plugins loaded:

    Starting timing loop

    http://0.0.0.0:8080/
    192.168.1.147:53857 - - [25/Jun/2014 05:11:12] "HTTP/1.1 GET /" - 303 See Other
    192.168.1.147:53857 - - [25/Jun/2014 05:11:13] "HTTP/1.1 GET /login" - 200 OK
    192.168.1.147:53858 - - [25/Jun/2014 05:11:13] "HTTP/1.1 GET /static/scripts/jquery-1.8.2.min.js" - 200 192.168.1.147:53860 - - [25/Jun/2014 05:11:13] "HTTP/1.1 GET /static/images/favicon.ico" - 200 192.168.1.147:53859 - - [25/Jun/2014 05:11:13] "HTTP/1.1 GET /static/scripts/behaviors.js" - 200

    192.168.1.147:53857 - - [25/Jun/2014 05:11:13] "HTTP/1.1 GET /static/themes/basic/base.css" - 200

    192.168.1.147:53857 - - [25/Jun/2014 05:11:14] "HTTP/1.1 GET /static/themes/basic/grass.png" - 200 192.168.1.147:53858 - - [25/Jun/2014 05:11:14] "HTTP/1.1 GET /static/themes/basic/logo.png" - 200

    192.168.1.147:53857 - - [25/Jun/2014 05:11:16] "HTTP/1.1 POST /login" - 303 See Other
    192.168.1.147:53857 - - [25/Jun/2014 05:11:19] "HTTP/1.1 GET /" - 200 OK
    192.168.1.147:53857 - - [25/Jun/2014 05:11:19] "HTTP/1.1 GET /static/scripts/schedule.js" - 200
    192.168.1.147:53857 - - [25/Jun/2014 05:11:19] "HTTP/1.1 GET /static/themes/basic/home.png" - 200
    192.168.1.147:53859 - - [25/Jun/2014 05:11:19] "HTTP/1.1 GET /static/themes/basic/off.png" - 200
    192.168.1.147:53858 - - [25/Jun/2014 05:11:19] "HTTP/1.1 GET /static/themes/basic/on.png" - 200
    192.168.1.147:53860 - - [25/Jun/2014 05:11:19] "HTTP/1.1 GET /api/log" - 200 OK
    Traceback (most recent call last):
    File "/home/pi/OSPi/web/application.py", line 239, in process
    return self.handle()
    File "/home/pi/OSPi/web/application.py", line 230, in handle
    return self._delegate(fn, self.fvars, args)
    File "/home/pi/OSPi/web/application.py", line 420, in _delegate
    return handle_class(cls)
    File "/home/pi/OSPi/web/application.py", line 396, in handle_class
    return tocall(*args)
    File "ospi.py", line 812, in GET
    return render.programs()
    File "/home/pi/OSPi/web/template.py", line 881, in __call__
    return BaseTemplate.__call__(self, *a, **kw)
    File "/home/pi/OSPi/web/template.py", line 808, in __call__
    return self.t(*a, **kw)
    File "templates/programs.html", line 177, in __template__

    TypeError: unsupported operand type(s) for /: 'NoneType' and 'int'

    192.168.1.147:53857 - - [25/Jun/2014 05:11:23] "HTTP/1.1 GET /vp" - 500 Internal Server Error
    192.168.1.147:53857 - - [25/Jun/2014 05:11:23] "HTTP/1.1 GET /favicon.ico" - 404 Not Found
    192.168.1.147:53857 - - [25/Jun/2014 05:11:23] "HTTP/1.1 GET /favicon.ico" - 404 Not Found
    Traceback (most recent call last):
    File "/home/pi/OSPi/web/application.py", line 239, in process
    return self.handle()
    File "/home/pi/OSPi/web/application.py", line 230, in handle
    return self._delegate(fn, self.fvars, args)
    File "/home/pi/OSPi/web/application.py", line 420, in _delegate
    return handle_class(cls)
    File "/home/pi/OSPi/web/application.py", line 396, in handle_class
    return tocall(*args)
    File "ospi.py", line 812, in GET
    return render.programs()
    File "/home/pi/OSPi/web/template.py", line 881, in __call__
    return BaseTemplate.__call__(self, *a, **kw)
    File "/home/pi/OSPi/web/template.py", line 808, in __call__
    return self.t(*a, **kw)
    File "templates/programs.html", line 177, in __template__

    TypeError: unsupported operand type(s) for /: 'NoneType' and 'int'

    192.168.1.147:53870 - - [25/Jun/2014 05:11:39] "HTTP/1.1 GET /vp" - 500 Internal Server Error
    Traceback (most recent call last):
    File "/home/pi/OSPi/web/application.py", line 239, in process
    return self.handle()
    File "/home/pi/OSPi/web/application.py", line 230, in handle
    return self._delegate(fn, self.fvars, args)
    File "/home/pi/OSPi/web/application.py", line 420, in _delegate
    return handle_class(cls)
    File "/home/pi/OSPi/web/application.py", line 396, in handle_class
    return tocall(*args)
    File "ospi.py", line 812, in GET
    return render.programs()
    File "/home/pi/OSPi/web/template.py", line 881, in __call__
    return BaseTemplate.__call__(self, *a, **kw)
    File "/home/pi/OSPi/web/template.py", line 808, in __call__
    return self.t(*a, **kw)
    File "templates/programs.html", line 177, in __template__

    TypeError: unsupported operand type(s) for /: 'NoneType' and 'int'

    192.168.1.147:53877 - - [25/Jun/2014 05:11:51] "HTTP/1.1 GET /vp" - 500 Internal Server Error

    Here’s the errors. Thanks.

    #27288

    Archades
    Participant

    Updated to 2.0.1, same problems


    pi@ospi ~/OSPi $ sudo python ospi.py
    The Python module apscheduler could not be found.
    Setting water level to 100%
    plugins loaded:

    Starting timing loop

    http://0.0.0.0:8080/
    192.168.1.147:53601 - - [26/Jun/2014 07:13:10] "HTTP/1.1 GET /" - 200 OK
    192.168.1.147:53603 - - [26/Jun/2014 07:13:10] "HTTP/1.1 GET /static/scripts/schedule.js" - 304 Not Modified192.168.1.147:53601 - - [26/Jun/2014 07:13:10] "HTTP/1.1 GET /static/themes/basic/base.css" - 304 Not Modified

    192.168.1.147:53604 - - [26/Jun/2014 07:13:10] "HTTP/1.1 GET /static/scripts/behaviors.js" - 304 Not Modified
    192.168.1.147:53602 - - [26/Jun/2014 07:13:10] "HTTP/1.1 GET /static/scripts/jquery-1.8.2.min.js" - 304 Not Modified
    192.168.1.147:53603 - - [26/Jun/2014 07:13:11] "HTTP/1.1 GET /static/themes/basic/grass.jpg" - 304 Not Modified192.168.1.147:53601 - - [26/Jun/2014 07:13:11] "HTTP/1.1 GET /static/themes/basic/logo.png" - 304 Not Modified

    192.168.1.147:53604 - - [26/Jun/2014 07:13:11] "HTTP/1.1 GET /static/themes/basic/home.png" - 304 Not Modified192.168.1.147:53602 - - [26/Jun/2014 07:13:11] "HTTP/1.1 GET /static/themes/basic/on.png" - 304 Not Modified

    192.168.1.147:53607 - - [26/Jun/2014 07:13:11] "HTTP/1.1 GET /api/status" - 200 OK
    192.168.1.147:53601 - - [26/Jun/2014 07:13:11] "HTTP/1.1 GET /api/log" - 200 OK
    192.168.1.147:53601 - - [26/Jun/2014 07:13:15] "HTTP/1.1 GET /static/themes/basic/off.png" - 304 Not Modified
    Traceback (most recent call last):
    File "/home/pi/OSPi/web/application.py", line 239, in process
    return self.handle()
    File "/home/pi/OSPi/web/application.py", line 230, in handle
    return self._delegate(fn, self.fvars, args)
    File "/home/pi/OSPi/web/application.py", line 420, in _delegate
    return handle_class(cls)
    File "/home/pi/OSPi/web/application.py", line 396, in handle_class
    return tocall(*args)
    File "ospi.py", line 814, in GET
    return render.programs()
    File "/home/pi/OSPi/web/template.py", line 881, in __call__
    return BaseTemplate.__call__(self, *a, **kw)
    File "/home/pi/OSPi/web/template.py", line 808, in __call__
    return self.t(*a, **kw)
    File "templates/programs.html", line 177, in __template__

    TypeError: unsupported operand type(s) for /: 'NoneType' and 'int'

    192.168.1.147:53601 - - [26/Jun/2014 07:13:19] "HTTP/1.1 GET /vp" - 500 Internal Server Error
    192.168.1.147:53601 - - [26/Jun/2014 07:13:20] "HTTP/1.1 GET /favicon.ico" - 404 Not Found
    192.168.1.147:53601 - - [26/Jun/2014 07:13:20] "HTTP/1.1 GET /favicon.ico" - 404 Not Found

    #27289

    Archades
    Participant

    Any ideas on what the problem is?

    #27290

    Dan in CA
    Participant

    Hi Archades ,

    I have been try to replicate the server error you have been getting but so far everything is working properly.

    Can you describe more about what you are doing before the program gives the error? You mentioned “manual control”. Is that from the “Run Once” page or when the program is in manual mode?

    The error you posted indicates the program is not getting correct data when the program page tries to load but I can.t see where the bad date is coming from.

    Dan

    #27291

    Archades
    Participant

    On a fresh reboot, I login to the page, click programs and it goes to that error page. I’m not sure why.

    #27292

    fbienaime
    Participant

    I have got the same error message by cliking on Programs just starting from the Home page. I’m using a brand new V1.4 OSPi board and I have to mentionned that this error doesn’t occured until I have setup several mor things:
    – Monthly adjust plugin
    – Apache server to instal and run the Raspcontrol program that I used to operate and works correctly on other OSPi (V1.8.3) installation

    Maybe this would give some reason why I encounter this issue.

    Here is the log I’ve got my side:

    pi@rubus-demo ~/OSPi $ sudo python ospi.py
    The Python module apscheduler could not be found.
    Setting water level to 125%
    plugins loaded:

    Starting timing loop

    http://0.0.0.0:8080/
    192.168.0.23:51618 - - [04/Jul/2014 18:31:17] "HTTP/1.1 GET /" - 303 See Other
    192.168.0.23:51618 - - [04/Jul/2014 18:31:17] "HTTP/1.1 GET /login" - 200 OK
    192.168.0.23:51621 - - [04/Jul/2014 18:31:35] "HTTP/1.1 POST /login" - 303 See Other
    192.168.0.23:51621 - - [04/Jul/2014 18:31:38] "HTTP/1.1 GET /" - 200 OK
    192.168.0.23:51623 - - [04/Jul/2014 18:31:38] "HTTP/1.1 GET /api/status" - 200 OK
    192.168.0.23:51621 - - [04/Jul/2014 18:31:38] "HTTP/1.1 GET /api/log" - 200 OK
    192.168.0.23:51621 - - [04/Jul/2014 18:31:38] "HTTP/1.1 GET /api/log" - 200 OK
    Traceback (most recent call last):
    File "/home/pi/OSPi/web/application.py", line 239, in process
    return self.handle()
    File "/home/pi/OSPi/web/application.py", line 230, in handle
    return self._delegate(fn, self.fvars, args)
    File "/home/pi/OSPi/web/application.py", line 420, in _delegate
    return handle_class(cls)
    File "/home/pi/OSPi/web/application.py", line 396, in handle_class
    return tocall(*args)
    File "ospi.py", line 814, in GET
    return render.programs()
    File "/home/pi/OSPi/web/template.py", line 881, in __call__
    return BaseTemplate.__call__(self, *a, **kw)
    File "/home/pi/OSPi/web/template.py", line 808, in __call__
    return self.t(*a, **kw)
    File "templates/programs.html", line 177, in __template__

    TypeError: unsupported operand type(s) for >>: 'float' and 'int'

    192.168.0.23:51624 - - [04/Jul/2014 18:31:53] "HTTP/1.1 GET /vp" - 500 Internal Server Error

    Many thanks

    #27293

    jimnwolf
    Member

    I get the same “internal server error” response when I click on the Programs button of the webpage. I’m adding my voice to the previous messages because I haven’t installed any plugins or supplementary applications on the Pi; the OSPi is nearly virginal, just out of the box (so to speak) with only the usual setup that was necessary to try it out. Software version is 2.0.1.

    After striking out with the web interface, I installed the Windows Phone 8 app and was able to set up a rudimentary program using that app but I’m still learning how to get everything the way I need it.

    Please let me know if you need me to try someting else to help isolate this bug.

    Thanks.

    UPDATE (see below the log file).

    _____________________________________________________________________________________________
    pi@ospi ~/OSPi $ sudo python ospi.py
    The Python module apscheduler could not be found.
    Setting water level to 100%
    plugins loaded:

    Starting timing loop

    http://0.0.0.0:8080/
    192.168.1.68:60869 – – [04/Jul/2014 14:11:24] “HTTP/1.1 GET /” – 303 See Other
    192.168.1.68:60869 – – [04/Jul/2014 14:11:24] “HTTP/1.1 GET /login” – 200 OK
    192.168.1.68:60869 – – [04/Jul/2014 14:11:25] “HTTP/1.1 GET /static/images/favicon.ico” – 304 Not Modified
    192.168.1.68:60881 – – [04/Jul/2014 14:12:11] “HTTP/1.1 POST /login” – 303 See Other
    192.168.1.68:60881 – – [04/Jul/2014 14:12:14] “HTTP/1.1 GET /” – 200 OK
    192.168.1.68:60881 – – [04/Jul/2014 14:12:15] “HTTP/1.1 GET /static/scripts/jquery-1.8.2.min.js” – 304 Not Modified
    192.168.1.68:60881 – – [04/Jul/2014 14:12:15] “HTTP/1.1 GET /api/log” – 200 OK
    192.168.1.68:60885 – – [04/Jul/2014 14:12:15] “HTTP/1.1 GET /api/status” – 200 OK
    192.168.1.68:60885 – – [04/Jul/2014 14:12:15] “HTTP/1.1 GET /api/log” – 200 OK
    192.168.1.68:60889 – – [04/Jul/2014 14:12:45] “HTTP/1.1 GET /api/status” – 200 OK
    192.168.1.68:60889 – – [04/Jul/2014 14:12:45] “HTTP/1.1 GET /api/log” – 200 OK
    Traceback (most recent call last):
    File “/home/pi/OSPi/web/application.py”, line 239, in process
    return self.handle()
    File “/home/pi/OSPi/web/application.py”, line 230, in handle
    return self._delegate(fn, self.fvars, args)
    File “/home/pi/OSPi/web/application.py”, line 420, in _delegate
    return handle_class(cls)
    File “/home/pi/OSPi/web/application.py”, line 396, in handle_class
    return tocall(*args)
    File “ospi.py”, line 814, in GET
    return render.programs()
    File “/home/pi/OSPi/web/template.py”, line 881, in __call__
    return BaseTemplate.__call__(self, *a, **kw)
    File “/home/pi/OSPi/web/template.py”, line 808, in __call__
    return self.t(*a, **kw)
    File “templates/programs.html”, line 177, in __template__

    TypeError: unsupported operand type(s) for >>: ‘float’ and ‘int’

    192.168.1.68:60892 – – [04/Jul/2014 14:13:03] “HTTP/1.1 GET /vp” – 500 Internal Server Error
    _____________________________________________________________________________________________

    UPDATE: Perhaps this will be helpful to some: I was playing around with the web interface some more and changed the time zone offset to -7:00 under Options/System. Apparently, I hadn’t initialized it within the Interval program UI until then. Shortly after that, I tried the Programs button again, and it worked without error, even though I hadn’t rebooted after the time zone change. I even changed the Time zone back to 0 to see if the error recurred but, so far, I can’t make it fail again. Perhaps the bug has something to do with a time or date mismatch someplace that was fixed by me setting the Time zone. All I know is that it’s working fine for me, now.

    #27294

    adrnln
    Member

    I’m having the same issue. Everything seemed to be working OK, and I was able to set up some programs (although they seemed to be set up to repeat on an interval even though I selected the opposite). Now I get “internal server error” every time I try to go to the Programs link. I’ve done little other than configure some programs, and adjust my timezone.

    Here’s the error I’m getting:


    pi@raspberrypi ~/OSPi $ sudo python ospi.py
    The Python module apscheduler could not be found.
    Setting water level to 100%
    plugins loaded:

    Starting timing loop

    http://0.0.0.0:8080/
    10.0.0.14:55829 - - [05/Jul/2014 23:04:55] "HTTP/1.1 GET /api/status" - 200 OK
    10.0.0.14:55829 - - [05/Jul/2014 23:04:56] "HTTP/1.1 GET /api/log" - 200 OK
    Traceback (most recent call last):
    File "/home/pi/OSPi/web/application.py", line 239, in process
    return self.handle()
    File "/home/pi/OSPi/web/application.py", line 230, in handle
    return self._delegate(fn, self.fvars, args)
    File "/home/pi/OSPi/web/application.py", line 420, in _delegate
    return handle_class(cls)
    File "/home/pi/OSPi/web/application.py", line 396, in handle_class
    return tocall(*args)
    File "ospi.py", line 814, in GET
    return render.programs()
    File "/home/pi/OSPi/web/template.py", line 881, in __call__
    return BaseTemplate.__call__(self, *a, **kw)
    File "/home/pi/OSPi/web/template.py", line 808, in __call__
    return self.t(*a, **kw)
    File "templates/programs.html", line 177, in __template__

    TypeError: unsupported operand type(s) for >>: 'float' and 'int'

    10.0.0.14:55829 - - [05/Jul/2014 23:05:02] "HTTP/1.1 GET /vp" - 500 Internal Server Error

    What’s the easiest way to refresh back to clean settings and try again to see if I can replicate the problem?

    #27295

    Archades
    Participant

    I’ve tried changing the timezones to -7, 0, +10, rebooting each time and still get the errors.

    #27296

    Archades
    Participant

    I too would like to know how to completely remove all of the stuff related to the program and reinstall fresh.

    #27297

    Dan in CA
    Participant

    The easiest way to get a new install is to rename the current OSPi directory to something like OSPi-old and clone a new copy from GitHub.

    1. From the pi home directory rename the current directory:

    mv OSPi OSPi-old

    2. Clone a new copy:

    git clone https://github.com/Dan-in-CA/OSPi

    Then reboot the Pi. That will give you a clean start.

    I am still trying to get the program to give me the error but it has not yet misbehaved.

    Dan

    #27298

    Dan in CA
    Participant

    Question:

    Is your Pi set to the correct timezone?

    If you type “date” in the terminal window does it give you the correct time, date, and timezone?

    Dan

    #27299

    virtus
    Participant

    I’m pretty sure this is totally unrelated, but I had some issues with the interval program a few days ago (slow/incomplete page loads, inability to connect). It was caused by my rootfs being 100% full. Even though I was using a 4GB card I had forgotten to expand the pi’s file system after starting with the preconfigured SD card image. If you’re curious you can check yours from a command prompt by typing “df -h”. To expand it just type “sudo raspi-config” and choose “expand filesystem”.

    #27300

    Ramias
    Participant

    I just got my OSPi (Actually it is still in the mail but I am playing with the software on my Raspberry Pi). I got this to work with my MCV Vera.

    MCV Vera calls the main URL and looks for a HTTP 200 response and certain variables in the HTML.

    With the 1.8.3 version of the Interval software it works and returns this. It is looking for the tz, en, rd etc variables and then the var snames.





    var baseurl="http://192.168.0.192:8080"
    var ver=183,devt=1404902848;
    var sd = {
    nbrd : 1,
    tz : 28,
    en : 1,
    rd : 3,
    mm : 0,
    rdst : 1404913633,
    mas : 0,
    urs : 1,
    rs : 1,
    wl : 100,
    ipas : 0,
    nopts : 13,
    loc : '22310',
    name : 'OpenSprinkler Pi',
    ir : [0]
    }

    var sbits=[0,0],ps=0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0;
    var lrun=[0,0,0,0];
    var snames=;
    var tempunit="C";
    var cputemp=47.6; var tempunit="C";

    The 2.0.1 version of interval returns a 303 redirect code then a 200 but it only shows this:


    // Variables set by ospi.py
    var devt = 1404922267*1000;
    var tz = 48;
    var timeFormat = 1;
    var cputemp = "44.4";
    var tempunit = "C";

    jQuery(document).ready(function(){
    jQuery("#password").focus();
    });

    Any ideas where to start? Does Interval 2 keep the same variable names it just doesn’t show them in the HTML? Would it be pretty simple to add in some HTML to have those variables appear?

    #27301

    Samer
    Keymaster

    Your welcome to use the JSON replies that the mobile app uses. Take a look at the plugin, mobile_app. Also, navigate to http://os_ip/jc, /js, /jn, /jo, /jp and /jl.

    These should help you get the data you need in a reliable fashion.

    #27302

    Archades
    Participant

    Yay, the rename + gitclone trick worked. Thanks for the help!

    If you would like and let me know the commands, I could make a zip and post it here of the clone directory if you’re curious to find the bug. I am mainly a windows user 😛

    Here’s mine nearly all installed and conduit for the cabling. Still waiting on my slimline wifi dongle to put the cover over the opsi. Rocks are yet to be added for burying the cabling on the second pic with the solenoid valve box.

    #27303

    Dan in CA
    Participant

    Archades,

    Glad to hear that the program is working now.

    That’s a pretty fancy set up you’re building. Looks like you are using the coat hanger trick for attaching the cover. I find it makes things much easier, and when the CPU temp gets too high, I can just pop the cover off to help cool things down.

    As far as making a zip of the clone directory, you can just download a zip of the contents directly from GitHub:
    https://github.com/Dan-in-CA/OSPi
    but I think that installing from the zip might cause problems with upgrading to new releases. The best source for information related to the software is the wiki:
    http://rayshobby.net/mediawiki/index.php?title=Python_Interval_Program_for_OSPi

    Dan

    #27304

    Archades
    Participant

    Thanks 🙂

    I meant if you wanted the zip of the version I had that wasn’t working that’s on the sd card at the moment. I’m
    guessing it’s missing a file or something. The timezone was also correct.

    What is the coat hanger trick? Just opening the door? We’re in a very very high rainfall area of Australia (one of the top 3 places for rain I believe) so I wanted it all protected nicely, and also from the whipper snipper lol.

    I am using a weatherproof box from Masters in Australia if anyone was interested.

    masters.com.au/product/900030640/weatherproof-box-for-outdoor-power-connections

    #27305

    Andrew
    Participant

    Btw, whereabouts in Australia? I assume in FNQ somewhere? We live on the Atherton Tablelands so we might be very close OSPi neighbours… 🙂

    #27306

    Dan in CA
    Participant

    @ Archades,

    The coat hanger trick is described in this post:
    http://rayshobby.net/phpBB3/viewtopic.php?f=28&t=559

    I mistook the long bolts you are using to mount the base plate for pins to mount the cover.

    It would be good if you could post a zip of the OSPi folder that was having the problem. I am also a Windows user but I will be moving my software development to a Linux system before long. A really useful piece of free software for moving files between a Windows system and the Pi is Winscp:
    http://winscp.net/eng/index.php
    You can copy the old OSPi folder from the Pi and zip it up on your windows system. With Winscp you can view the files on the Pi from your Windows machine and even edit them.

    Dan

    #27307

    Archades
    Participant

    Here is the zip hopefully. The latest/cloned/new OSPi folder (that works) has 194files, 36 folders and is 4mb, the old reject one is 628 fies, 176 folders, 11.5mb. I probably messed up something when I made it lol.

    The zip of the OSPi-old – http://s000.tinyupload.com/index.php?file_id=88392279229765696805

    #27309

    Archades
    Participant

    @aradke wrote:

    Btw, whereabouts in Australia? I assume in FNQ somewhere? We live on the Atherton Tablelands so we might be very close OSPi neighbours… 🙂

    I am in Mourilyan, so we’re pretty close.

    #27308

    pls90
    Participant

    I just installed the OSPi and set my first programs.
    I am really impressed with the functionality. That beeing set I ran into 2 little obstacles.
    I wanted to set the delay between the start of different stations (options > station handling > station delay) to 30 min.
    The reason is that my well does not supply enough water, so after 15min of watering I have to wait a little while for new water to gather. Max. delay time seems to be 240s. Is there a chance to increase that value? (maybe 30*60s=1800?)
    Also, the preassure provided by my pump is very low. In order to get some of my rising sprinklers to work properly I have to turn on the pump with all stations closed to build up pressure on the line, and then open one station. The time to do so would be about 2-3min. Under Options > configure master > master on delay there is no possibility to enter negative values. What I would need is a value of maybe -3. Again, would it be possible to allow negative values?
    Thank you.

Viewing 25 posts - 1 through 25 (of 35 total)
  • You must be logged in to reply to this topic.

OpenSprinkler Forums Hardware Questions OpenSprinkler Pi (OSPi) Interval 2 program issues