2015 Sep 07, 05:39 AM
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
< 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
==============================
"Be happy while you're living, for you're a long time dead." -Scottish Proverb
Chris Heegard aka Gatomon
==============================
"Be happy while you're living, for you're a long time dead." -Scottish Proverb
Chris Heegard aka Gatomon
==============================