Forum Replies Created

Viewing 17 posts - 1 through 17 (of 17 total)
  • Author
    Posts
  • in reply to: Announcement: Opensprinkler ET #48231

    richpuch
    Participant

    @shawnharte,

    Hope all is well. Your contributions are much appreciated.

    in reply to: Announcement: Opensprinkler ET #45931

    richpuch
    Participant

    Shawn,

    Tried to compile got a bunch of error messages. Let me know if you want me to be your guinea pig on the raspberry pi.

    Rich

    in reply to: Announcement: Opensprinkler ET #45883

    richpuch
    Participant

    Dpackham,

    I don’t think the guys have implemented ShawnHarte’s code into the main opensprinkler build. I’ve been running ShawnHarte’s version on the raspberry pi since July 2016 and it’s been running fine. Actually been running like a champ. I found one little bug, when selecting ‘flowers and shrubs’ the program won’t save the setting. The benefits of ET outweighs this little flowers and shrubs bug. ShawnHarte did an awesome job, and hopefully Ray and Samer add it some day.

    Rich

    in reply to: Announcement: Opensprinkler ET #43352

    richpuch
    Participant

    Shawn,

    Still have 0 under my current ET. When I do weather diagnistic I get last weather call Thur,07 July 2016 06:17:00 but under successful call I get a -. The rest of the fields are populated, humidity, temp…

    My wunderground key is working, the field is green so I assum it has connected.

    Any ideas

    Rich

    in reply to: Announcement: Opensprinkler ET #43339

    richpuch
    Participant

    Shawn,

    Thanks for the quick response…it compiled nicely and I’m able to get on it. Pretty impressive…I see the ET info when I log in with the updated UI. My Current ETs are 0…but I assume because I just installed and configured it. I’ll let it run for a few cycles…thanks. 🙂

    Rich

    in reply to: Announcement: Opensprinkler ET #43314

    richpuch
    Participant

    Shawn,

    Thanks for sharing…really excited to try it out. I tried to do the build and get the following:

    ./build.sh ospi
    Building OpenSprinkler…
    main.cpp: In function âvoid do_loop()â:
    main.cpp:416:78: error: âminâ was not declared in this scope
    main.cpp:450:79: error: âminâ was not declared in this scope
    Done!

    I did a git clone and tried from the downloaded zip and get the same error. As you can tell…I’m no coder :).

    Any ideas?

    Thanks
    Rich

    in reply to: Location & GPIO on new app #42324

    richpuch
    Participant

    Thanks Peter…I was hoping that was the case…somewhere I thought I read that Ray had it included in the current firmware and I was doing something wrong. Thanks for clarifying that, I can wait for Ray to include it in the next release. It’s a “nice to have” feature.


    richpuch
    Participant

    Guys…been following this thread and am excited you guys were able to put something together. I used to use Scott’s script (which I thought was awesome) prior to some upgrades (which kill the scripts). I since moved to the Unified FW and was hoping Scott would get his scripts working again.

    Anyways I’m interest on using the script…not much of a programmer…more like a hack when it comes to coding. How do you implement the script? Or should I wait…hoping its getting implemented into unified FW?

    Thanks
    Rich

    in reply to: plugins not loading #37040

    richpuch
    Participant

    What version are you running on?  I had the same problem and once I upgrade the problem went away.  If you rely on the upgrade plugin, you may need to do a git pull to upgrade since plugins aren’t working.  I’m now on 2.2.36 my previous problematic version was dated 2015-04-17 (don’t remember the version number).

     

    Rich

    in reply to: Weather-based Water Level to inches #33986

    richpuch
    Participant

    Thanks.

    in reply to: Unable to add interval programs #27918

    richpuch
    Participant

    Can you post your error?


    richpuch
    Participant

    Prior to you fixing the Monthly Audustment, my setting where all at 100% and now are:

    [39, 50, 66, 82, 95, 96, 100, 93, 77, 53, 38, 33]

    I don’t quite understand how this plugin works, are the values calculated automatically from wunderground or are these setting we need to adjust according to our environment? I do see during the ‘git pull’ the data/levels.json gets coppied down, so I assume these are your setting.

    Thanks
    Rich

    in reply to: auto program bug – http://<server ip>:8080/zone #27835

    richpuch
    Participant

    Thanks for the quick response. I’ll give it a shot.

    Awesome job on the program I really like it and wished I can somehow contribute.

    Rich


    richpuch
    Participant

    Guys,

    Thanks for the help, I installed apsheduler v2 and it fixed my issues:

    sudo pip install apscheduler==2.1.2

    All loaded nicely and I’m able to get to the auto-program. Gonna play with it now.

    Thanks again
    Rich

    in reply to: From where to begin ? #27682

    richpuch
    Participant

    ChaoscripT,

    Check out:

    http://rayshobby.net/mediawiki/index.php?title=Set_Up_RPi,_RTC,_WiFi,_Data_Log#Wifi_setup_with_a_static_address

    I set mine up similar to “/etc/network/interfaces method “

    post if you get stumped.

    Rich


    richpuch
    Participant

    Thanks for the tip on the apscheduler. I followed the wiki instruction and went ahead an installed the apscheduler and still see errors…

    The Python module apscheduler could not be found.

    I see the module in /usr/local/lib/python2.7/dist-packages/apscheduler/

    ls /usr/local/lib/python2.7/dist-packages/apscheduler/
    events.py executors __init__.pyc job.pyc schedulers util.py
    events.pyc __init__.py job.py jobstores triggers util.pyc

    But for some reason ospi.py is not finding it…

    I looking into the plugin files, but nothing really jumped out at me…

    Any recommendations?

    Thanks
    Rich


    richpuch
    Participant

    Scott,

    Having problems testing your code here is what I get on start-up:

    sudo python ospi.py
    The Python module apscheduler could not be found.
    Setting water level to 100%
    The Python module apscheduler could not be found.
    Checking rain status…
    No rain detected
    Ignoring exception while loading the zone_settings plug-in.
    name ‘sched’ is not defined
    Ignoring exception while loading the wx_settings plug-in.
    name ‘sched’ is not defined
    Ignoring exception while loading the auto_program plug-in.
    name ‘sched’ is not defined
    plugins loaded:

    Starting timing loop

    http://0.0.0.0:8080/

    Here is what I get when I go to http://192.168.2.30:8080/auto

    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 416, in _delegate
    mod = __import__(mod, None, None, )
    File “/home/pi/OSPi/plugins/auto_program.py”, line 282, in
    import wx_settings
    File “/home/pi/OSPi/plugins/wx_settings.py”, line 35, in
    @sched.cron_schedule(hour=1)
    NameError: name ‘sched’ is not defined

    192.168.2.114:58094 – – [27/Jul/2014 16:52:44] “HTTP/1.1 GET /auto” – 500 Internal Server Error

    Any ideas?

    Thanks
    Rich

Viewing 17 posts - 1 through 17 (of 17 total)