OpenSprinkler › Forums › Hardware Questions › OpenSprinkler Pi (OSPi) › Interval 2 program issues
- This topic is empty.
-
AuthorPosts
-
June 23, 2014 at 8:23 pm #22992
ArchadesParticipantI 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.
June 23, 2014 at 10:11 pm #27286
Dan in CAParticipantArchades,
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
June 24, 2014 at 7:13 pm #27287
ArchadesParticipantpi@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.
June 25, 2014 at 9:14 pm #27288
ArchadesParticipantUpdated 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
June 28, 2014 at 5:17 am #27289
ArchadesParticipantAny ideas on what the problem is?
June 29, 2014 at 6:36 pm #27290
Dan in CAParticipantHi 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
June 29, 2014 at 7:30 pm #27291
ArchadesParticipantOn a fresh reboot, I login to the page, click programs and it goes to that error page. I’m not sure why.
July 4, 2014 at 4:42 pm #27292
fbienaimeParticipantI 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) installationMaybe 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
July 4, 2014 at 10:10 pm #27293
jimnwolfMemberI 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.
July 6, 2014 at 6:11 am #27294
adrnlnMemberI’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?
July 6, 2014 at 10:36 am #27295
ArchadesParticipantI’ve tried changing the timezones to -7, 0, +10, rebooting each time and still get the errors.
July 8, 2014 at 5:33 am #27296
ArchadesParticipantI too would like to know how to completely remove all of the stuff related to the program and reinstall fresh.
July 8, 2014 at 9:06 pm #27297
Dan in CAParticipantThe 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
July 8, 2014 at 9:19 pm #27298
Dan in CAParticipantQuestion:
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
July 9, 2014 at 3:15 am #27299
virtusParticipantI’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”.
July 9, 2014 at 4:17 pm #27300
RamiasParticipantI 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?
July 9, 2014 at 6:24 pm #27301
SamerKeymasterYour 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.
July 12, 2014 at 12:55 pm #27302
ArchadesParticipantYay, 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.
July 12, 2014 at 7:41 pm #27303
Dan in CAParticipantArchades,
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_OSPiDan
July 13, 2014 at 5:48 am #27304
ArchadesParticipantThanks 🙂
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
July 13, 2014 at 9:06 am #27305
AndrewParticipantBtw, whereabouts in Australia? I assume in FNQ somewhere? We live on the Atherton Tablelands so we might be very close OSPi neighbours… 🙂
July 13, 2014 at 5:48 pm #27306
Dan in CAParticipant@ Archades,
The coat hanger trick is described in this post:
http://rayshobby.net/phpBB3/viewtopic.php?f=28&t=559I 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
July 16, 2014 at 2:08 pm #27307
ArchadesParticipantHere 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
July 16, 2014 at 2:17 pm #27309
ArchadesParticipant@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.
July 16, 2014 at 5:53 pm #27308
pls90ParticipantI 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. -
AuthorPosts
- You must be logged in to reply to this topic.
OpenSprinkler › Forums › Hardware Questions › OpenSprinkler Pi (OSPi) › Interval 2 program issues