Posts: 5
Threads: 1
Joined: Aug 2016
Reputation:
0
Currently, I am using the latest version from your GitHub repository. The issue that I have noticed, is it appears that the weather-based water level adjustment plugin is not using the history correctly. currently, the way I am determining this is by looking at the history daily summery records stored under the data directory and have noticed the rain_mm appears to no be adding up correctly.
Is there some debug version of the plugin around or does the debug instrumentation need to be added to the plugin?
Steve
Posts: 652
Threads: 18
Joined: Aug 2015
Reputation:
22
At this point there is no debug version.
That plugin was submitted by another user.
Dan
Posts: 5
Threads: 1
Joined: Aug 2016
Reputation:
0
Do you have any recommendations on how I should add debugging?
Posts: 652
Threads: 18
Joined: Aug 2015
Reputation:
22
I'll take a look at the plugin.
It may be a day or two.
Dan
Posts: 5
Threads: 1
Joined: Aug 2016
Reputation:
0
I will take a look at it as well. I just wondering if you had a standard variable for debugging? I noticed in one other plugin, do_log is used to increase the logging. Would it be ok to us that again?
Posts: 652
Threads: 18
Joined: Aug 2015
Reputation:
22
Sure, you can use anything you like. You are working on a local copy of the plugin.
Once the problem is fixed we can update GitHub repository.
Dan
Posts: 652
Threads: 18
Joined: Aug 2015
Reputation:
22
Just to be sure we are looking at the same plugin are you talking about the "Weather_adj" plugin or the "Weather_level_adj plugin?
I'm guessing the Weather_level_adj plugin.
Dan
Posts: 7
Threads: 2
Joined: Aug 2016
Reputation:
0
sjbauer, thanks for the fix. I'm just getting started with SIP and have been looking at this plugin. This may be a newbie question, but shouldn't there be a metric in the plugin to take into account how much/long you've irrigated for the previous X days?