Forum Replies Created
-
AuthorPosts
-
Dan in CAParticipantTim,
It is possible IE 9 is not compatible with the web interface. Microsoft recommends upgrading:
http://blogs.msdn.com/b/ie/archive/2014/08/07/stay-up-to-date-with-internet-explorer.aspx
Dan
Dan in CAParticipantAccording to the Raspberry Pi web site, version 2 has “Complete compatibility with Raspberry Pi 1”.
It also has the same form factor as the B+ So it should work just fine with the B+ version of the OSPi board but 6X faster.
I wanted to order one but the usual sources are sold out.
Dan
Dan in CAParticipantMike,
If you have the micro-controller based OpenSprinkler you can click the support link at the top of the page for help on this.
Dan
Dan in CAParticipantOK, a resource page is now on the Wiki:
https://github.com/Dan-in-CA/ospi_plugins/wiki/Resources
I think I’ll probably use it myself. It has my favorite resources in one place.
Dan
January 26, 2015 at 1:06 pm in reply to: Who accept a challenge to write plugin with soil moisture? #35391
Dan in CAParticipantThanks for the update.
I’m sure there are a lot of folks who will be interested in your progress.
Dan
Dan in CAParticipantMike,
The log problem may be solved. See this post:
https://opensprinkler.com/forums/topic/log-display/
I will look into the erratic time issue. It may have something to do with the nature of the Linux operating system.
Dan
January 26, 2015 at 12:51 pm in reply to: New feature suggestions: station description and flow rate #35389
Dan in CAParticipantVery good suggestions!
It is a matter of having the time to implement it.
I think I will start a list of requested features and add it to the plugins wiki. If someone is looking for a project to work on that would give them some ideas.
Dan
Dan in CAParticipantI was planning to add a resources section. That will be the next thing I work on.
The project has been developed on a Windows system up till now so some of the resources I am familiar with lean towards that platform. This is a community based project so anyone with Python programming experience on a Mac is encouraged to chime in with suggestions.
For abut the first year of the project I used Idle, Python’s built in IDE which is cross platform. Another user mentioned that he uses PyScripter:
https://code.google.com/p/pyscripter/
But I have no experience with it.
One of the most important tips for getting started is to look at what others have done.
@Ken,For your temperature based scheduling, The other weather based plugins may give you some good ideas. You might be able to modify one of them for your purposes. The first thing to consider is how you will get the temperature data.
Dan
Dan in CAParticipantHi Ken,
It should be pretty easy with a plugin. It might involve adding additional runs to those zones that need it (just a suggestion).
I am in the process of writing documentation about plugin authoring. You can see what I’ve got so far at:
https://github.com/Dan-in-CA/ospi_plugins/wiki
There will be a bare bones plugin named proto that can be used as a starting point. I will try to post it to the new plugins repository on GitHub later today.
If you give plugin writing a go, it would be helpful if you could post about what you need help with. That will help with the documentation.
Dan
Dan in CAParticipantI just pushed a rev to GitHub that should fix the problem.
Dan
Dan in CAParticipantThere actually is one in the plugins directory, disabled by default.
You can enable it with:
sudo chmod +x OSPi/plugins/system_update.py
But it only does a git pull and will not handle this situation. It will be easy to fix.
I am currently working on a new plugin management system that will make things a lot easier. I will include an updated rev of the system updater when that is released. Hopefully within the next couple of weeks.
Dan
Dan in CAParticipantAt the point where you have gotten the error you can just do “sudo git reset –hard origin/master” to fix the problem.
It is due to the nature of the update rather than how the repository is managed.
Dan
Dan in CAParticipantIf you are referring to the “_” character, it is actually the name of a function that enables translations to work. If you look into any of the .html files in the templates directory you will see a lot of them.
Dan
January 13, 2015 at 1:10 pm in reply to: Will Opensprinkler work if I don't connect GPIO 14 and 15 ? #35197
Dan in CAParticipantThere are two numbering schemes for the GPIO pins. It looks like you are using GPIO numbers rather than physical P1 numbering. In that case it should not be a problem as long as you don’t plan to use the rain sensor connector or the on board relay.
I would be interested in learning about your rs 485 application.
Dan
Dan in CAParticipantI would like to thank Jose Zapater for contributing a Spanish translation for the web interface.
Some text on the home page was not showing the translations. That has now been fixed.
Dan
January 6, 2015 at 2:15 pm in reply to: Interval plugin: Auto-Program – v2 release now available! #35158
Dan in CAParticipantScott,
Glad to see you are still involved!
I am planning to push an update in the next couple of days. It includes support for multiple languages and a new signalling system which allows events in the core program to trigger functions in plugins without polling (no looping required).
At this point I expect the code to remain fairly stable for the foreseeable future except for feature updates such as the ability to schedule multiple zones in each program.
Dan
January 4, 2015 at 7:03 pm in reply to: Who accept a challenge to write plugin with soil moisture? #35136
Dan in CAParticipantHi Mike,
Looks like the link you posted has the sensor end of things pretty well covered. The problem would be connecting both an xbee and the OSBo board to a BBB. A quick internet search brought up some links to an xbee cape for the BBB but it looks like that would preclude connecting the OSBo board unless you figure out how to use cables to make the connection.
If you figure out a way to have both the xbee and OSBo board connectd it should be pretty easy to write a plugin for the ospi software to handle controlling the irrigation.
Dan
January 2, 2015 at 7:00 pm in reply to: Sprikler PHP code doest not work for opensprinkler pi #35124
Dan in CAParticipantThere was a change to the code a while back made by another developer. You need to use http://XX.XXX.XXX.XXX:8080/sn?sid=1 to get the status of station 1.
You can also do http://XX.XXX.XXX.XXX:8080/sn?sid=1&set_to=1 to turn the station on or http://XX.XXX.XXX.XXX:8080/sn?sid=1&set_to=0 to turn the station off.
Dan
January 2, 2015 at 6:38 pm in reply to: Who accept a challenge to write plugin with soil moisture? #35123
Dan in CAParticipantMike,
It’s not dead but as far as I know there has not been any progress in a while.
I am currently working on an experimental modbus network but time is the limiting factor.
Dan
Dan in CAParticipantThe file rtcdev.sh is now on GitHub.
Let us know how it goes.
Dan
Dan in CAParticipantAlan,
Thanks for the additional input. I have been running some tests but didn’t see the problem yet.
This will give a better direction for testing. what rain delay times have you been using?
Dan
Dan in CAParticipantYes. This is on the TODO list.
Dan
Dan in CAParticipantAlan,
That is not the expected behavior. I’ll take a look.
Dan
Dan in CAParticipantHi Luke,
I think this may be related to another bug that has been reported in which some irrigation events get pushed to the next day if they are scheduled late in the day. I think it has to do with the timezone offset and I am working to solve it.
You might check the home page timeline display for the following day to see if the program shows up there.
Dan
November 23, 2014 at 1:00 pm in reply to: program preview (or scheduled run time) shifts days (interval program) #34799
Dan in CAParticipantI am currently merging an update to add multiple language support. That should be done in the next day or so.
As soon as that is finished the date display problem is my next priority. Your additional input above is helpful.
Dan
-
AuthorPosts