Welcome, Guest |
You have to register before you can post on our site.
|
Online Users |
There are currently 226 online users. » 0 Member(s) | 226 Guest(s)
|
Latest Threads |
SIP Stopped Working After...
Forum: Report a problem
Last Post: dan
2024 Dec 16, 04:19 PM
» Replies: 6
» Views: 220
|
Master keeps resetting to...
Forum: Report a problem
Last Post: DavidCNZ
2024 Dec 04, 08:57 PM
» Replies: 12
» Views: 239
|
installation fails
Forum: Installation and set up questions
Last Post: dan
2024 Nov 20, 06:52 PM
» Replies: 4
» Views: 86
|
Allow plugins ability to ...
Forum: Feature requests
Last Post: jonathan
2024 Aug 11, 10:56 PM
» Replies: 11
» Views: 485
|
Tank Fill Function
Forum: Feature requests
Last Post: dan
2024 Jul 12, 03:07 PM
» Replies: 3
» Views: 266
|
Curl Method Menu
Forum: Installation and set up questions
Last Post: astrogerard
2024 Jun 22, 03:15 PM
» Replies: 4
» Views: 331
|
Module i2c relay.
Forum: Feature requests
Last Post: litronas
2024 Jun 22, 12:45 PM
» Replies: 5
» Views: 381
|
problem after upgrade to ...
Forum: Installation and set up questions
Last Post: Darek
2024 May 19, 08:54 PM
» Replies: 2
» Views: 256
|
Monthly Adjust per Statio...
Forum: Writing plugins
Last Post: cdesouza
2024 Apr 18, 06:33 AM
» Replies: 17
» Views: 869
|
MQTT Plugin initialised b...
Forum: Report a problem
Last Post: cdesouza
2024 Mar 25, 03:56 PM
» Replies: 2
» Views: 233
|
|
|
Database Logging |
Posted by: danfranks - 2015 Nov 03, 04:06 PM - Forum: Plugin suggestions
- No Replies
|
|
A plugin that will log to a MySQL database. In theory it would be nice to support jdbc connections so that the logging could just be ansi compliant and support a wide array of databases but it appears jython would be needed for that, and that is probably too heavy for the pi. Similar situation with odbc.
Maybe the database type could be a drop down that will swap in different connectors based on the selection.
|
|
|
Master Valve Behaviour |
Posted by: macca - 2015 Oct 29, 12:07 PM - Forum: Report a problem
- Replies (3)
|
|
Hi All,
Firstly I want to thank all involved for an awesome program and the ease of installation was perfect. Very impressive.
I have what may or may not be a niche use case where the default behavior of the master valve doesn't work well for me. I've been running it for a couple of days on my desk, disconnected from my irrigation system to build confidence before wiring it all in and throwing my "dumb" controller in the bin!
Basically when running in sequential mode with master valve selected for my 3 stations I've noticed that the master valve turns off at the same time the first station finishes, then when station 2 starts there is a one second delay for the master valve to restart. Same goes for the next. This wouldn't normally be a problem however I imagine that stopping and starting the big bore pump repeatedly for every station can't be good for the longevity of the pump! Effectively turning one on/off cycle into 3 each time the program runs.
On my current "dumb" controller it leaves the bore running as it switches between stations until it is finished running the complete program.
So I got around this by going into Options -> Configure Master -> Master Off Adjust = 1 . This now leaves the pump running throughout the program which is great.
Instead now it leaves the pump running for 1 second after it's finished the program and closed all the valves which again will lead to a massive pressure spike just before it turns off, possibly damaging or at least adding wear to the pump.
I'm using the relay_board plugin with a cheapo chinese 8 relay optocoupler board with active low mode.
Any ideas as to where I'm going wrong? Appreciate any advice.
|
|
|
HTTP 500 error for system update |
Posted by: DavidCNZ - 2015 Oct 09, 10:42 PM - Forum: Report a problem
- Replies (6)
|
|
Hi,
I updated to version 3.1.999 now when I select system update from the plugins menu I get an HTTP 500 error for http:/xxx.xxx.xxx.xxx:8080/UPs
I tried a manual update but get a lot of errors about "packfile does not match index" and then a message saying "Already up to date"
Everything else appears to be functioning properly.
David
|
|
|
timezone |
Posted by: mattip - 2015 Sep 07, 07:39 AM - Forum: Report a problem
- Replies (2)
|
|
Thanks for OpenSprinkler, too bad you do not have a "donate" page somewhere ...
I set everything up fine on a raspberry pi, but then noticed time is displayed in UTC.
My pi was set to UTC timezone by default. So I added a TM to my profile and now when I type "date" at a command prompt time displays properly.
But OpenSprinkler is still displaying UTC time for logs and in the status <div>
How do I get the web interface to SIP to display non-utc time?
|
|
|
duration_adj error in sip.py |
Posted by: gatomon - 2015 Sep 07, 05:39 AM - Forum: Report a problem
- Replies (3)
|
|
I have a number OSPi's at my ranch in Oregon (Hazelnut orchid). After upgrading from version 2.2.51 to 3.1.25, I found the program would hang and not start sprinklers. It seemed to be related to the controllers that had a master. Anyway, after a bit of effort, I discovered an error on line 54 of sip.py:
< gv.sd['wl'] / 100 * extra_adjustment
---
> duration_adj = gv.sd['wl'] / 100 * extra_adjustment
Without the "duration_adj = " part, the program would hang when it tries to use an undefined value for duration_adj on line 55 . Anyway, I've attached a patch file for those who are having this issue, and assume that someone will fix it in the source code.
Thanks,
-Chris
|
|
|
response time webserver high! and .. |
Posted by: takezo - 2015 Sep 04, 01:15 PM - Forum: Report a problem
- Replies (7)
|
|
Hi!
I have two issues with SIP software. First of one is related with response time of webservice, I have been checking the times of responses and is very high, you can see in the following command returns lookup, connect, pretransfer, starttransfer time in seconds and the total time that the full operation lasted:
~ curl -s -w '\nLookup time:\t%{time_namelookup}\nConnect time:\t%{time_connect}\nPreXfer time:\t%{time_pretransfer}\nStartXfer time:\t%{time_starttransfer}\n\nTotal time:\t%{time_total}\n' -o /dev/null http://raspi-chapitown/
Lookup time: 0,005
Connect time: 0,009
PreXfer time: 0,009
StartXfer time: 25,870
Total time: 25,880
---- end log --
The second issue is rated with the programs execution. All of them works fine least one, and to do it work I must stop the service and re-starting the service again. The software looks that the program-1 works but it not sends the command to pump can start , do you know why to start this program-1 I must to restart the service manually from console raspberry-pi with command "sudo service sip stop" and "sudo service sip start"
Thanks for your comments!
I look your support!
|
|
|
|