Trixology
WeatherCat => WeatherCat General Discussion => Topic started by: jg on August 02, 2012, 04:56:25 PM
-
I've connected the Solar sensor to my Pro 2 and want to use it to help ascertain irrigation needs.
I'm using the Atkins templates; I got the solar dial but am having trouble figuring out the correct syntax for getting the daily and weekly evapotranspiration totals. The page is here:
http://www.jgweather.info/StowWeather/index.html
Ideally I'd like to show the current evapotranspiration on the main view, then yesterday's, then this week and this month.
Any help would be appreciated.
-
I don't have those sensors here so I can't say these work, but do these tags get the data you're seeking?
STAT$DAILYET$
STAT$MONTHLYET$
STAT$YEARLYET$
If so, just insert these tags into the template as follows:
For example, the Yesterday panel would be:
Find the line that says <div class="yestextremes" id="panel0">and insert the following, e.g. right after the Rain Yesterday line.
<p>STAT$DAILYET$</p>
and it should look like this:
<div class="yestextremes" id="panel0">
<p> High: STAT$TEMPERATURE:MAX:YESTERDAY$ TEMPUNITS$ at STAT$TEMPERATURE:MAX:YESTERDAY:TIME$</p>
<p> Low: STAT$TEMPERATURE:MIN:YESTERDAY$ TEMPUNITS$ at STAT$TEMPERATURE:MIN:YESTERDAY:TIME$</p>
<p> High Heat Index: STAT$HEATINDEX:MAX:YESTERDAY$ TEMPUNITS$ at STAT$HEATINDEX:MAX:YESTERDAY:TIME$</p>
<p> Low Windchill: STAT$WINDCHILL:MIN:YESTERDAY$ TEMPUNITS$ at STAT$WINDCHILL:MIN:YESTERDAY:TIME$</p>
<p> High Humidity: STAT$EXTHUMIDITY:MAX:YESTERDAY$ % at STAT$EXTHUMIDITY:MAX:YESTERDAY:TIME$</p>
<p> Low Humidity: STAT$EXTHUMIDITY:MIN:YESTERDAY$ % at STAT$EXTHUMIDITY:MIN:YESTERDAY:TIME$</p>
<p> High Dew Point: STAT$DEWPOINT:MAX:YESTERDAY$ TEMPUNITS$ at STAT$DEWPOINT:MAX:YESTERDAY:TIME$</p>
<p> Low Dew Point: STAT$DEWPOINT:MIN:YESTERDAY$ TEMPUNITS$ at STAT$DEWPOINT:MIN:YESTERDAY:TIME$</p>
<p> High Pressure: STAT$PRESSURE:MAX:YESTERDAY$ PRESSUREUNITS$ at STAT$PRESSURE:MAX:YESTERDAY:TIME$</p>
<p> High Windspeed: STAT$WINDSPEED:MAX:YESTERDAY$ WINDSPEEDUNITS$ at STAT$WINDSPEED:MAX:YESTERDAY:TIME$</p>
<p> Rain: STAT$RAIN:TOTAL:YESTERDAY$ RAINUNITS$</p>
<p>STAT$DAILYET$</p>
</div>
You can follow a similar procedure for the Monthly and Yearly panels as well.
-
When I use those commands like that I get syntax errors.
Also, if I use the Daily in Yesterday won't it give me today? How can I get yesterday. Anyway to get the last 7 days?
-
I was able to fix the Syntax with :CURRENT$ at the end of the tag.
Still curious as to how to get prior days/weeks readings.
-
Here's another weirdness, if you look at the page the Monthly ET is reporting the same reading as the DailyET and I checked the tag, it is pulling monthly. It has been running for two days and yesterday was .03. I checked the Data Editor and it shows .03 for yesterday. Annual ET is off as well.
-
I'm not sure I ca help, as I don't display ET data other than the previously linked graphs (http://www.avon-weather.com/soil.html). They show the daily, monthly, and annual ET.
I keep the spreadsheet of ET data generated by Edouard's ET AppleScript.
Steve
-
Hi JG and WeatherCat fans, [cat]
Here's another weirdness, if you look at the page the Monthly ET is reporting the same reading as the DailyET and I checked the tag, it is pulling monthly. It has been running for two days and yesterday was .03. I checked the Data Editor and it shows .03 for yesterday. Annual ET is off as well.
Sorry that you have been having problems with the ET tags. Unfortunately, I don't use these tags either because I use my WC ET Reporter AppleScript's tags instead.
However, Stu should be back home from his vacation sometime this weekend. So hopefully he can figure out what's amiss.
Cheers, Edouard [cheers1]
-
Are those ET scripts available to download?
-
Today the Historical/Monthly is correct (we'll see if it updates throughout the day).
-
Are those ET scripts available to download?
Yep, here's the link
http://athena.trixology.com/index.php?topic=307.0
-
Dear JG, Steve, and WeatherCat fans, [cat]
Are those ET scripts available to download?
Thanks Steve for giving the pointer to the download.
As you will see immediately, these are AppleScripts and not polished applications. However, you install them according to the instructions, they are very robust and reliable. A number of us have been using them for months without problems.
Certainly let me know if you have any problems with them.
Cheers, Edouard [cheers1]
-
Hi JG,
Currently it isn't possible to perform STAT$ type queries with extra channels, just the current value (CURRENT$) - more details on the tags page:
http://live.trixology.com/custom/ (scroll down to 'Individual Stats').
This feature is planned for in a future release.
Hope this helps,
Stu.
-
Hi JG,
Currently it isn't possible to perform STAT$ type queries with extra channels, just the current value (CURRENT$) - more details on the tags page:
http://live.trixology.com/custom/ (scroll down to 'Individual Stats').
This feature is planned for in a future release.
Hope this helps,
Stu.
Thanks.