I expect this is a question that only Brian can answer. I’ve been watching the various soil tags in preparation for bringing my soil station online in the next week or so. As expected most of the tags are at default values since I’ve not had a station before.
This is not the case with some of the month average tags
As I’ve watched, several (in particular May and July) are changing by a little each day. I’m wondering if this will affect their accuracy once I go operational and more importantly, is something else NOT getting updated as it should when this is happening?
The soil station has been online now for a few days and I need to know how I can reset the average soil temps. As mentioned in the previous post some of the other months are changing even though I never had a soil station before, but more importantly this month is incorrect. I’ve had soil temps in the mid to high 60s but the average is showing around 50 for some reason.
$maxsoiltemp = '68';
$minsoiltemp = '65';
$avtempsepnowsoil = '51.9'; // Average soil temperature for september from your data, this year
$avtempsepsoil = '50.2'; // Average soil temperature for september from your data
I’ve done a lot of forum searching and I think I’ve been through all the places to set that I have the soil station, but maybe I’ve missed something?
Another thing that I’ve noticed is that I’m getting the record high temps for sensors 2-4, but the lows are not changing.
$recordhighsoil2 = '70.0'; // Record high soil temp sensor # 2
$recordlowsoil2 = '32.0'; // Record low soil temp 2
$recordhighsoil3 = '68.0'; // Record high soil temp sensor # 3
$recordlowsoil3 = '32.0'; // Record low soil temp 3
$recordhighsoil4 = '67.0'; // Record high soil temp sensor # 4
$recordlowsoil4 = '32.0'; // Record low soil temp 4
Yes, I think month to date would be correct. I think that since this is my first month and I started on the 11th, perhaps the default values for the 1st-10th might be getting averaged in? Or something else?
I’m sure next month will be better, I just thought that maybe I could do something to fix this month’s average.
Now why some of the other months are changing is another mystery.
If that is why the other month’s values are changing, then probably not. Whatever makes sense to you to make the numbers right is certainly fine with me. Not sure what others might think though.
I can confirm that your fix for the “creep” has worked.
If I can learn how to fix the highlighted values below, everything will be perfect. If this is going to be hard and take a bunch of programming, let’s leave it be. It’s only soil and I don’t think future users will have the problem now that the “creep” is gone.
$avtempjannowsoil = ‘50.0’;
$avtempfebnowsoil = ‘50.0’;
$avtempmarnowsoil = ‘50.0’;
$avtempaprnowsoil = ‘50.0’;
$avtempmaynowsoil = ‘50.0’;
$avtempjunnowsoil = ‘50.0’;
$avtempjulnowsoil = ‘43.3’; (This should fix itself next July)
$avtempaugnowsoil = ‘50.0’; $avtempsepnowsoil = ‘53.8’; - This should be in the 60’s
$avtempoctnowsoil = ‘32.0’;
$avtempnovnowsoil = ‘32.0’;
$avtempdecnowsoil = ‘32.0’;
I hate to bother you again about soil station issues, but it appears that the “all-time” average soil temps aren’t being updated correctly.
$avtempsepnowsoil = '56.5'; // Average soil temperature for september from your data, this year
$avtempsepsoil = '51.2'; // Average soil temperature for september from your data
$avtempoctnowsoil = '59.6'; // Average soil temperature for october from your data, this year
$avtempoctsoil = '50.1'; // Average soil temperature for october from your data
When you get a minute could you take another look at this, and also is there a way to reset or recalculate any of these values? Converting the vantagelog.txt file to datafile doesn’t seem to accomplish that. Or maybe there’s a different way and I haven’t discovered it yet?
The station went online until Sep 11th and I’m using build 40 running 24/7.