Forum Replies Created

Viewing 25 posts - 26 through 50 (of 270 total)
  • Author
    Posts
  • in reply to: Cannot access web interface #35506

    Dan in CA
    Participant

    Tim,

    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

    in reply to: Raspberry pi 2 #35480

    Dan in CA
    Participant

    According 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

    in reply to: Clock Problem & Data #35395

    Dan in CA
    Participant

    Mike,

    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

    in reply to: Add water schedule based on hot temperature #35393

    Dan in CA
    Participant

    OK, 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

    in reply to: Who accept a challenge to write plugin with soil moisture? #35391

    Dan in CA
    Participant

    Thanks for the update.

    I’m sure there are a lot of folks who will be interested in your progress.

    Dan

    in reply to: Clock Problem & Data #35390

    Dan in CA
    Participant

    Mike,

    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

    in reply to: New feature suggestions: station description and flow rate #35389

    Dan in CA
    Participant

    Very 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

    in reply to: Add water schedule based on hot temperature #35388

    Dan in CA
    Participant

    I 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

    in reply to: Add water schedule based on hot temperature #35360

    Dan in CA
    Participant

    Hi 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

    in reply to: Log display #35337

    Dan in CA
    Participant

    I just pushed a rev to GitHub that should fix the problem.

    Dan

    in reply to: git pull problems #35261

    Dan in CA
    Participant

    There 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

     

    in reply to: git pull problems #35228

    Dan in CA
    Participant

    At 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

    in reply to: First ospi update of 2015 v 2.2.0 #35226

    Dan in CA
    Participant

    If 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

    in reply to: Will Opensprinkler work if I don't connect GPIO 14 and 15 ? #35197

    Dan in CA
    Participant

    There 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

    in reply to: First ospi update of 2015 v 2.2.0 #35196

    Dan in CA
    Participant

    I 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


    Dan in CA
    Participant

    Scott,

    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

    in reply to: Who accept a challenge to write plugin with soil moisture? #35136

    Dan in CA
    Participant

    Hi 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

     

    in reply to: Sprikler PHP code doest not work for opensprinkler pi #35124

    Dan in CA
    Participant

    There 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

    in reply to: Who accept a challenge to write plugin with soil moisture? #35123

    Dan in CA
    Participant

    Mike,

    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

    in reply to: Setting up RTC #35028

    Dan in CA
    Participant

    The file rtcdev.sh is now on GitHub.

    Let us know how it goes.

    Dan

    in reply to: OSPi Log #35007

    Dan in CA
    Participant

    Alan,

    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

    in reply to: Quick Suggestion #35006

    Dan in CA
    Participant

    Yes. This is on the TODO list.

    Dan

    in reply to: OSPi Log #34993

    Dan in CA
    Participant

    Alan,

    That is not the expected behavior. I’ll take a look.

    Dan

    in reply to: Weekly Program not starting #34992

    Dan in CA
    Participant

    Hi 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


    Dan in CA
    Participant

    I 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

Viewing 25 posts - 26 through 50 (of 270 total)