Forum Replies Created
-
AuthorPosts
-
richpuchParticipantHope all is well. Your contributions are much appreciated.
richpuchParticipantShawn,
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
richpuchParticipantDpackham,
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
richpuchParticipantShawn,
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
richpuchParticipantShawn,
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
richpuchParticipantShawn,
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
richpuchParticipantThanks 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.
July 26, 2015 at 9:22 am in reply to: Penmen-Monteith ETo method python script for possible use as weather script #39492
richpuchParticipantGuys…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
richpuchParticipantWhat 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
richpuchParticipantThanks.
richpuchParticipantCan you post your error?
August 13, 2014 at 4:04 pm in reply to: Interval plugin: Auto-Program – v2 release now available! #27028
richpuchParticipantPrior 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
richpuchParticipantThanks 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
August 5, 2014 at 3:25 am in reply to: Interval plugin: Auto-Program – v2 release now available! #27019
richpuchParticipantGuys,
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
richpuchParticipantChaoscripT,
Check out:
I set mine up similar to “/etc/network/interfaces method “
post if you get stumped.
Rich
August 3, 2014 at 1:42 pm in reply to: Interval plugin: Auto-Program – v2 release now available! #27016
richpuchParticipantThanks 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.pycBut 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
RichJuly 27, 2014 at 8:53 pm in reply to: Interval plugin: Auto-Program – v2 release now available! #27009
richpuchParticipantScott,
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
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 defined192.168.2.114:58094 – – [27/Jul/2014 16:52:44] “HTTP/1.1 GET /auto” – 500 Internal Server Error
Any ideas?
Thanks
Rich -
AuthorPosts