# //Version 1.04 - 09-Sep-2011 - Cumulus 1.9.1 and 1.9.2Beta build 1011 tags # //Version 1.05 - 25-Sep-2011 - Cumulus 1.9.1 and 1.9.2Beta build 1016 tags # //Version 1.06 - 01-Oct-2011 - Cumulus 1.9.1 and 1.9.2Beta build 1017 tags # //Version 1.07 - 20-Oct-2011 - Cumulus 1.9.2 build 1019 tags # //Version 1.08 - 22-Jan-2012 - Cumulus 1.9.2 build 1028 tags # //Version 1.09 - 02-Jan-2013 - Cumulus 1.9.3 beta build 1057 tags and tags for wxtrends # //Version 1.10 - 12-Jan-2013 - Cumulus 1.9.3 beta build 1057 tags (fixed), wxtrends, extra dashboard tags wvar <#tempunit> Unit of temperature being used (Set in Cumulus as Centigrade or Fahrenheit) wvar <#tempunitnodeg> The temperature units being used, without a degree symbol, i.e. "F" or "C" wvar <#pressunit> Unit of measure for pressure. Possible values: mb, hPa, in wvar <#rainunit> Unit of measure for rain fall (e.g mm or inches) wvar <#windunit> Unit of measure for wind speed. Possible values: mph, m/s, km/h, kts wvar <#windrununit> Unit of measure for wind run (distance) wvar <#cloudbaseunit> The units used for cloudbase value, i.e. "ft" or "m" wvar <#date> The current date wvar <#time> The current time and date. Example result: 18:30 on 30 December 2009. wvar <#timehhmmss> The current time. Example format: 18:30:27 wvar <#timeUTC> The current UTC date/time rather than local date/time wvar <#day> The current day as a 2-digit number. Example format: 14 wvar <#dayname> The current day as a word. For example, Monday wvar <#shortdayname> The current day as a shortened word. Example format: Mon wvar <#month> The current month as a 2-digit number. Example format: 05 wvar <#monthname> The current month as a word. Example format: August wvar <#shortmonthname> The current month as a shortened word. Example format: Aug wvar <#year> The current year as a 4-digit number. Example format: 2009 wvar <#shortyear> The current year as a 2-digit number. Example format: 09 wvar <#hour> The current hour as a 2-digit number. Example format: 23 wvar <#minute> The current minute as a 2-digit number. Example format: 59 wvar <#apptemp> The apparent temperature wvar <#avgtemp> The average temperature so far today wvar <#temp> The outside temperature wvar <#intemp> The inside temperature wvar <#temptrend> The change in temperature over the last hour wvar <#temptrendtext> Temperature change over the last hour - Rising/Falling/Steady wvar <#temptrendenglish> Simple description of temperature change over the last hour - Rising/Falling/Steady. wvar <#heatindex> Current heat index wvar <#humidex> Current Humidex wvar <#hum> The outside humidity wvar <#inhum> The inside humidity wvar <#dew> The outside dew point wvar <#wchill> The current wind chill temperature wvar <#wetbulb> Estimated wet bulb temperature, currently only available via web tag wvar <#rfall> The total rainfall so far today wvar <#rrate> The current rainfall rate wvar <#rhour> The rainfall in the last hour wvar <#rmidnight> The total rainfall since midnight. Useful if you don't use midnight as your start of day wvar <#r24hour> Amount of rain in the last 24 hours wvar <#LastRainTipISO> Date/time of last rain gauge tip (e.g 2010-09-06 06:09) wvar <#press> The sea level pressure wvar <#presstrend> The pressure trend in words - values can be set in the 'strings.ini' file wvar <#presstrendval> The pressure trend in figures wvar <#presstrendenglish> a singe word description for the pressure trend - Rising/Falling/Steady. wvar <#altimeterpressure> Altimeter pressure. Pressure corrected to sea level using altitude only. Same as sea-level pressure for non-Davis stations. wvar <#wlatest> Current wind speed reading from console. Corresponds to 'latest' on the Cumulus main screen. wvar <#bearing> Current wind bearing in degrees wvar <#currentwdir> Current wind bearing as a compass point - e.g. ESE wvar <#wspeed> The 10-minute average, if you have Cumulus set to calculate a 10-minute average. Otherwise, it's the latest 'wind' value from the console wvar <#avgbearing> Average wind bearing in degrees over last 10 minutes. Range 1-360, 0=Calm wvar <#wdir> Average wind bearing over last 10 minutes as a compass point - e.g. ESE wvar <#wgust> The highest wind reading in the last 10 minutes. Corresponds to 'gust' on the Cumulus main screen. omit <#wdirdata> Comma separated list of recent wind bearing readings (up to 3600 entries). This is a circular buffer; to find the most recent value use nextwindindex omit <#wspddata> Comma separated list of recent wind speed readings (up to 3600 entries). This is a circular buffer; to find the most recent value use nextwindindex wvar <#nextwindindex> The index of the entries in wdirdata and wspddata which Cumulus is going to use next wvar <#beaufort> The current wind speed on the Beaufort scale (e.g. F8) wvar <#beaufortnumber> The current wind speed on the Beaufort scale, without a leading "F", e.g. "6" wvar <#beaudesc> The current wind speed Beaufort description (e.g. "Gale") wvar <#cloudbase> Calculated cloud base wvar <#cloudbasevalue> Current calculated cloud base without units wvar <#UV> Current UV index wvar <#SolarRad> Current solar radiation wvar <#forecast> The current forecast wvar <#forecastnumber> The number relating to the current forecast entry in the strings.ini file. wvar <#cumulusforecast> Always gives Cumulus (Zambretti) forecast, even if the <#forecast> tag provides a station forecast wvar <#wsforecast> Always gives station forecast (if available) beta <#IsFreezing> Is outside temperature is at or below 0C/32F. 0=Above freezing, 1=Below freezing beta <#IsRaining> For Hydreon RG-11 devices, shows the current rain state. 0=No rain, 1=It's raining wvar <#tempTH> Today's highest temperature wvar <#TtempTH> Time of Today's highest temperature wvar <#tempTL> Today's lowest temperature wvar <#TtempTL> Time of Today's lowest temperature wvar <#temprange> The temperature range (max - min) so far today wvar <#apptempTH> Today's high apparent temperature wvar <#TapptempTH> Time of Today's high apparent temperature wvar <#apptempTL> Today's low apparent temperature wvar <#TapptempTL> Time of Today's low apparent temperature wvar <#heatindexTH> Today's high heat index wvar <#TheatindexTH> Time of Today's high heat index wvar <#wchillTL> Today's lowest wind chill wvar <#TwchillTL> Time of Today's lowest wind chill wvar <#dewpointTH> Today's highest dew point wvar <#TdewpointTH> Time of Today's highest dew point wvar <#dewpointTL> Today's lowest dew point wvar <#TdewpointTL> Time of Today's lowest dew point wvar <#humTH> Today's highest humidity wvar <#ThumTH> Time of Today's highest humidity wvar <#humTL> Today's lowest humidity wvar <#ThumTL> Time of Today's lowest humidity wvar <#rrateTM> Today's maximum rain rate wvar <#TrrateTM> Time of Today's maximum rain rate wvar <#hourlyrainTH> Today's highest hourly rain wvar <#ThourlyrainTH> Time of Today's highest hourly rain wvar <#pressTH> Today's highest pressure reading wvar <#TpressTH> Time of Today's highest pressure reading wvar <#pressTL> Today's lowest pressure reading wvar <#TpressTL> Time of Today's lowest pressure reading wvar <#windTM> Today's maximum (average) wind speed wvar <#TwindTM> Time of Today's maximum (average) wind speed wvar <#wgustTM> Today's maximum wind gust wvar <#TwgustTM> Time of Today's maximum wind gust wvar <#bearingTM> The wind bearing at the time of today's high gust (<#wgustTM>) wvar <#TwgustTM> Time of The wind bearing at the time of today's high gust (<#wgustTM>) wvar <#Tbeaufort> Today's highest wind speed, expressed in the Beaufort scale wvar <#TwindTM> Time of Today's highest wind speed, expressed in the Beaufort scale wvar <#Tbeaufortnumber> Today's high wind speed on the Beaufort scale, without a leading "F", e.g. "6" wvar <#TwindTM> Time of Today's high wind speed on the Beaufort scale, without a leading "F", e.g. "6" wvar <#windrun> The total wind run so far today wvar <#domwindbearing> Today's dominant wind direction in degrees wvar <#domwinddir> Today's dominant wind direction as compass point wvar <#BearingRangeFrom> The 'lowest' bearing in the last 10 minutes (or as configured using AvgBearingMinutes in cumulus.ini) wvar <#BearingRangeTo> The 'highest' bearing in the last 10 minutes (or as configured using AvgBearingMinutes in cumulus.ini) wvar <#BearingRangeFrom10> The 'lowest' bearing in the last 10 minutes (or as configured using AvgBearingMinutes in cumulus.ini), rounded down to nearest 10 degrees wvar <#BearingRangeTo10> The 'highest' bearing in the last 10 minutes (or as configured using AvgBearingMinutes in cumulus.ini), rounded up to the nearest 10 degrees wvar <#ET> Today's evapotranspiration. beta <#solarTH> Today's high solar radiation value beta <#TsolarTH> Time of Today's high solar radiation value beta <#UVTH> Today's high UV Index beta <#TUVTH> Time of Today's high UV Index wvar <#heatdegdays> Today's heating degree days wvar <#cooldegdays> Today's cooling degree days wvar <#tempYH> Yesterday's highest temperature wvar <#TtempYH> Time of Yesterday's highest temperature wvar <#tempYL> Yesterday's lowest temperature wvar <#TtempYL> Time of Yesterday's lowest temperature wvar <#temprangeY> The temperature range (max - min) yesterday wvar <#apptempYH> Yesterday's high apparent temperature wvar <#TapptempYH> Time of Yesterday's high apparent temperature wvar <#apptempYL> Yesterday's low apparent temperature wvar <#TapptempYL> Time of Yesterday's low apparent temperature wvar <#heatindexYH> Yesterday's high heat index wvar <#TheatindexYH> Time of Yesterday's high heat index wvar <#wchillYL> Yesterday's lowest wind chill wvar <#TwchillYL> Time of Yesterday's lowest wind chill wvar <#dewpointYL> Yesterday's lowest dew point wvar <#TdewpointYL> Time of Yesterday's lowest dew point wvar <#dewpointYH> Yesterday's highest dew point wvar <#TdewpointYH> Time of Yesterday's highest dew point wvar <#humYH> High humidity yesterday wvar <#ThumYH> Time of High humidity yesterday wvar <#humYL> Low humidity yesterday wvar <#ThumYL> Time of Low humidity yesterday wvar <#rfallY> The total rainfall for yesterday wvar <#rrateYM> Yesterday's maximum rain rate wvar <#TrrateYM> Time of Yesterday's maximum rain rate wvar <#hourlyrainYH> Yesterday's highest hourly rain wvar <#ThourlyrainYH> Time of Yesterday's highest hourly rain wvar <#pressYH> Yesterday's highest pressure reading wvar <#TpressYH> Time of Yesterday's highest pressure reading wvar <#pressYL> Yesterday's lowest pressure reading wvar <#TpressYL> Time of Yesterday's lowest pressure reading wvar <#windYM> Yesterday's maximum (average) wind speed wvar <#TwindYM> Time of Yesterday's maximum (average) wind speed wvar <#wgustYM> Yesterday's maximum wind gust wvar <#TwgustYM> Time of Yesterday's maximum wind gust wvar <#bearingYM> The wind bearing at the time of yesterday's high gust wvar <#TwgustYM> Time of The wind bearing at the time of yesterday's high gust wvar <#Ybeaufort> Yesterday's highest wind speed, expressed in the Beaufort scale wvar <#TwindYM> Time of Yesterday's highest wind speed, expressed in the Beaufort scale wvar <#Ybeaufortnumber> Yesterday's high wind speed on the Beaufort scale, without a leading "F", e.g. "6" wvar <#TwindYM> Time of Yesterday's high wind speed on the Beaufort scale, without a leading "F", e.g. "6" wvar <#domwindbearingY> Yesterday's dominant wind direction in degrees wvar <#domwinddirY> Yesterday's dominant wind direction as compass point wvar <#windrunY> The total wind run for yesterday wvar <#heatdegdaysY> Yesterday's heating degree days wvar <#cooldegdaysY> Yesterday's cooling degree days beta <#avgtempY> Yesterday's average temperature beta <#solarYH> Yesterday's high solar radiation value beta <#TsolarYH> Time of Yesterday's high solar radiation value beta <#UVYH> Yesterday's high UV Index beta <#TUVYH> Time of Yesterday's high UV Index wvar <#MonthTempH> This months high temperature wvar <#MonthTempHT> Time of This months high temperature wvar <#MonthTempHD> Date of This months high temperature wvar <#MonthTempL> This months low temperature wvar <#MonthTempLT> Time of This months low temperature wvar <#MonthTempLD> Date of This months low temperature wvar <#MonthMinTempH> This months highest daily minimum temperature wvar <#MonthMinTempHD> Date of This months highest daily minimum temperature wvar <#MonthMaxTempL> This months lowest daily minimum temperature wvar <#MonthMaxTempLD> Date of This months lowest daily minimum temperature wvar <#MonthHighDailyTempRange> High Daily Temp Range wvar <#MonthHighDailyTempRangeD> Date of High Daily Temp Range wvar <#MonthLowDailyTempRange> Low Daily Temp Range wvar <#MonthLowDailyTempRangeD> Date of Low Daily Temp Range wvar <#MonthHeatIndexH> This months high heat index wvar <#MonthHeatIndexHT> Time of This months high heat index wvar <#MonthHeatIndexHD> Date of This months high heat index wvar <#MonthWChillL> This months low wind chill wvar <#MonthWChillLT> Time of This months low wind chill wvar <#MonthWChillLD> Date of This months low wind chill wvar <#MonthAppTempH> This months high apparent temperature wvar <#MonthAppTempHT> Time of This months high apparent temperature wvar <#MonthAppTempHD> Date of This months high apparent temperature wvar <#MonthAppTempL> This months low apparent temperature wvar <#MonthAppTempLT> Time of This months low apparent temperature wvar <#MonthAppTempLD> Date of This months low apparent temperature wvar <#MonthDewPointH> This months high dew point wvar <#MonthDewPointHT> Time of This months high dew point wvar <#MonthDewPointHD> Date of This months high dew point wvar <#MonthDewPointL> This months low dew point wvar <#MonthDewPointLT> Time of This months low dew point wvar <#MonthDewPointLD> Date of This months low dew point wvar <#MonthHumH> This months highest humidty wvar <#MonthHumHT> Time of This months highest humidty wvar <#MonthHumHD> Date of This months highest humidty wvar <#MonthHumL> This months lowest humidty wvar <#MonthHumLT> Time of This months lowest humidty wvar <#MonthHumLD> Date of This months lowest humidty wvar <#MonthPressH> This months highest pressure wvar <#MonthPressHT> Time of This months highest pressure wvar <#MonthPressHD> Date of This months highest pressure wvar <#MonthPressL> This months lowest pressure wvar <#MonthPressLT> Time of This months lowest pressure wvar <#MonthPressLD> Date of This months lowest pressure wvar <#MonthGustH> This months highest wind gust wvar <#MonthGustHT> Time of This months highest wind gust wvar <#MonthGustHD> Date of This months highest wind gust wvar <#MonthWindH> This months highest wind speed wvar <#MonthWindHT> Time of This months highest wind speed wvar <#MonthWindHD> Date of This months highest wind speed wvar <#MonthWindRunH> High Daily Wind Run wvar <#MonthWindRunHD> Date of High Daily Wind Run wvar <#rmonth> The total rainfall so far this month wvar <#MonthRainRateH> This months highest rainfall rate wvar <#MonthRainRateHT> Time of This months highest rainfall rate wvar <#MonthRainRateHD> Date of This months highest rainfall rate wvar <#MonthHourlyRainH> This months highest hourly rain wvar <#MonthHourlyRainHT> Time of This months highest hourly rain wvar <#MonthHourlyRainHD> Date of This months highest hourly rain wvar <#MonthDailyRainH> This months greatest daily rain wvar <#MonthDailyRainHD> Date of This months greatest daily rain wvar <#MonthLongestDryPeriod> Longest dry period ending this month (days) wvar <#MonthLongestDryPeriodD> Date of Longest dry period ending this month (days) wvar <#MonthLongestWetPeriod> Longest period of rain every day, ending this month (days) wvar <#MonthLongestWetPeriodD> Date of Longest period of rain every day, ending this month (days) wvar <#YearTempH> This years highest temperature wvar <#YearTempHT> Time of This years highest temperature wvar <#YearTempHD> Date of This years highest temperature wvar <#YearTempL> This years lowest temperature wvar <#YearTempLT> Time of This years lowest temperature wvar <#YearTempLD> Date of This years lowest temperature wvar <#YearHighDailyTempRange> High Daily Temp Range wvar <#YearHighDailyTempRangeD> Date of High Daily Temp Range wvar <#YearLowDailyTempRange> Low Daily Temp Range wvar <#YearLowDailyTempRangeD> Date of Low Daily Temp Range wvar <#YearHeatIndexH> This years highest heat index wvar <#YearHeatIndexHT> Time of This years highest heat index wvar <#YearHeatIndexHD> Date of This years highest heat index wvar <#YearWChillL> This years lowest wind chill wvar <#YearWChillLT> Time of This years lowest wind chill wvar <#YearWChillLD> Date of This years lowest wind chill wvar <#YearAppTempH> This years highest apparent temperature wvar <#YearAppTempHT> Time of This years highest apparent temperature wvar <#YearAppTempHD> Date of This years highest apparent temperature wvar <#YearAppTempL> This years lowest apparent temperature wvar <#YearAppTempLT> Time of This years lowest apparent temperature wvar <#YearAppTempLD> Date of This years lowest apparent temperature wvar <#YearDewPointH> This years highest dew point wvar <#YearDewPointHT> Time of This years highest dew point wvar <#YearDewPointHD> Date of This years highest dew point wvar <#YearDewPointL> This years lowest dew point wvar <#YearDewPointLT> Time of This years lowest dew point wvar <#YearDewPointLD> Date of This years lowest dew point wvar <#YearMinTempH> This years highest daily minimum temperature wvar <#YearMinTempHD> Date of This years highest daily minimum temperature wvar <#YearMaxTempL> This years lowest daily minimum temperature wvar <#YearMaxTempLD> Date of This years lowest daily minimum temperature wvar <#YearHumH> This years high humidty wvar <#YearHumHT> Time of This years high humidty wvar <#YearHumHD> Date of This years high humidty wvar <#YearHumL> This years low humidty wvar <#YearHumLT> Time of This years low humidty wvar <#YearHumLD> Date of This years low humidty wvar <#YearPressH> This years high pressure wvar <#YearPressHT> Time of This years high pressure wvar <#YearPressHD> Date of This years high pressure wvar <#YearPressL> This years low pressure wvar <#YearPressLT> Time of This years low pressure wvar <#YearPressLD> Date of This years low pressure wvar <#YearGustH> This years high wind gust wvar <#YearGustHT> Time of This years high wind gust wvar <#YearGustHD> Date of This years high wind gust wvar <#YearWindH> This years high wind speed wvar <#YearWindHT> Time of This years high wind speed wvar <#YearWindHD> Date of This years high wind speed wvar <#YearWindRunH> High Daily Wind Run wvar <#YearWindRunHD> Date of High Daily Wind Run wvar <#ryear> The total rainfall so far this year wvar <#YearRainRateH> This years high rainfall rate wvar <#YearRainRateHT> Time of This years high rainfall rate wvar <#YearRainRateHD> Date of This years high rainfall rate wvar <#YearHourlyRainH> This years high hourly rain wvar <#YearHourlyRainHT> Time of This years high hourly rain wvar <#YearHourlyRainHD> Date of This years high hourly rain wvar <#YearDailyRainH> This years high daily rain wvar <#YearDailyRainHD> Date of This years high daily rain wvar <#YearMonthlyRainH> This years high monthly rain wvar <#YearMonthlyRainHD> Date of This years high monthly rain wvar <#YearLongestDryPeriod> Longest period without rain ending this year (days) wvar <#YearLongestDryPeriodD> Date of Longest period without rain ending this year (days) wvar <#YearLongestWetPeriod> Longest period of rain every day ending this year (days) wvar <#YearLongestWetPeriodD> Date of Longest period of rain every day ending this year (days) wvar <#tempH> All time high temperature wvar <#TtempH> Time/Date of All time high temperature wvar <#tempL> All time low temperature wvar <#TtempL> Time/Date of All time low temperature wvar <#mintempH> All time high minimum temperature wvar <#TmintempH> Time/Date of All time high minimum temperature wvar <#maxtempL> All time low maximum temperature wvar <#TmaxtempL> Time/Date of All time low maximum temperature wvar <#LowDailyTempRange> All time low daily temperature range wvar <#TLowDailyTempRange> Time/Date of All time low daily temperature range wvar <#HighDailyTempRange> All time high daily temperature range wvar <#THighDailyTempRange> Time/Date of All time high daily temperature range wvar <#apptempH> All time high apparent temperature wvar <#TapptempH> Time/Date of All time high apparent temperature wvar <#apptempL> All time low apparent temperature wvar <#TapptempL> Time/Date of All time low apparent temperature wvar <#heatindexH> All time high heat index wvar <#TheatindexH> Time/Date of All time high heat index wvar <#dewpointH> All time high dew point wvar <#TdewpointH> Time/Date of All time high dew point wvar <#dewpointL> All time low dew point wvar <#TdewpointL> Time/Date of All time low dew point wvar <#humH> All time high humidity wvar <#ThumH> Time/Date of All time high humidity wvar <#humL> All time low humidity wvar <#ThumL> Time/Date of All time low humidity wvar <#wchillH> All time greatest wind chill (i.e. lowest temperature) wvar <#TwchillH> Time/Date of All time greatest wind chill (i.e. lowest temperature) wvar <#rrateM> All time high rain rate wvar <#TrrateM> Time/Date of All time high rain rate wvar <#rfallH> All time high daily rain wvar <#TrfallH> Time/Date of All time high daily rain wvar <#rfallhH> All time high hourly rain wvar <#TrfallhH> Time/Date of All time high hourly rain wvar <#rfallmH> All time high monthly rain wvar <#TrfallmH> Time/Date of All time high monthly rain wvar <#LongestDryPeriod> All time longest dry period (days) wvar <#TLongestDryPeriod> Time/Date of All time longest dry period (days) wvar <#LongestWetPeriod> All time longest wet period (days) wvar <#TLongestWetPeriod> Time/Date of All time longest wet period (days) wvar <#pressH> All time high pressure wvar <#TpressH> Time/Date of All time high pressure wvar <#pressL> All time low pressure wvar <#TpressL> Time/Date of All time low pressure wvar <#gustM> All time high wind gust wvar <#TgustM> Time/Date of All time high wind gust wvar <#wspeedH> All time high average wind speed wvar <#TwspeedH> Time/Date of All time high average wind speed wvar <#windrunH> All time high daily wind run wvar <#TwindrunH> Time/Date of All time high daily wind run wvar <#LatestError> Displays the last error from the Cumulus error log wvar <#LatestErrorDate> The date of the latest error logged to the error log window, using the system short date format. Gives dashes when latest error is reset wvar <#LatestErrorTime> The time of the latest error logged to the error log window, using the system short time format. Gives dashes when latest error is reset wvar <#ErrorLight> 1 if the 'error' light is flashing, 0 if not wvar <#version> The version of Cumulus in use wvar <#build> The build of Cumulus in use wvar <#realtimeinterval> The realtime update interval in seconds wvar <#interval> The web site update interval in minutes wvar <#rollovertime> The time that the logs rollover to the next day: 'Midnight', '9 am' or '10 am' wvar <#update> The date and time of the last web site update wvar <#stationtype> The type of station in use wvar <#latitude> The station latitude wvar <#longitude> The station longitude wvar <#altitude> The station altitude wvar <#location> The station location wvar <#longlocation> Longer description of the station location wvar <#forum> URL of the forum wvar <#webcam> URL of the webcam wvar <#graphperiod> The number of hours displayed by the graphs wvar <#battery> The console battery condition (Only available for the Davis weather stations) wvar <#txbattery> The transmitter battery condition (Only available for the Davis weather stations) wvar <#SensorContactLost> 1 if the station has lost contact with its remote sensors "Fine Offset only" 0 if contact has been established wvar <#snowdepth> Today's snow depth as entered manually in the Weather Diary. Normally in Centimeters.Output is purely as a numerical figure I.E 10 wvar <#currcond> Represents the value entered on the screen within Cumulus for the Current Weather condition, or the value as held in the currentconditions.txt file wvar <#chillhours> The number of 'chill hours' so far this season. wvar <#ConsecutiveRainDays> The number of days up to (but not including) today where it has rained every day. The threshold amount of rain required to determine a rain day is configurable via the RainDayThreshold setting in cumulus.ini, the units for the threshold are the same as your rain units wvar <#ConsecutiveDryDays> The number of days up to (but not including) today since it last rained. The threshold amount of rain required to determine a rain day is configurable via the RainDayThreshold setting in cumulus.ini the units for the threshold are the same as your rain units wvar <#WindRoseData> A comma-separated list of the wind 'totals' used to draw the wind rose (8 or 16 values) wvar <#WindRosePoints> The number of items in <#WindRoseData> (i.e. 8 or 16) wvar <#WindSampleCount> The number of wind samples making up the wind rose (etc) data (up to 3600) wvar <#LatestNOAAMonthlyReport> Gives file name of latest auto-saved NOAA monthly report wvar <#LatestNOAAYearlyReport> Gives file name of latest auto-saved NOAA yearly report wvar <#sunrise> Current sunrise time at the station wvar <#sunset> Current sunset time at the station wvar <#daylength> Length of day in hours and minutes (sunrise to sunset) wvar <#tomorrowdaylength> A string giving the difference between the length of day light today and tomorrow. Note. This tag has been shown to generate inaccurate results and will probably be removed from Cumulus but is here for reference only. wvar <#dawn> Start of Civil Twilight at the station wvar <#dusk> End of Civil Twilight at the station wvar <#daylightlength> Length of daylight in hours and minutes (dawn to dusk) wvar <#moonphase> Current phase of the moon wvar <#MoonAge> Current approximate age of the Moon in days (0-29) wvar <#moonrise> Current moonrise time at the station wvar <#moonset> Current moonset time at the station wvar <#isdaylight> A flag to indicate if the location for the station is in daylight or not, based on the dawn and dusk times. Possible values are 0 or 1, where 1 notes that it is currently within the hours of daylight. wvar <#IsSunUp> gives 1 between sunrise and sunset, otherwise 0 wvar <#SunshineHours> Hours of sunshine so far today wvar <#YSunshineHours> Total hours of sunshine yesterday wvar <#CurrentSolarMax> Current theoretical maximum solar radiation wvar <#IsSunny> Returns 1 if the sun is shining, otherwise 0 wvar <#MoonPercent> Current percentage of moon visible (negative value indicates 'waning') wvar <#MoonPercentAbs> Current percentage of moon visible (always positive) wvar <#LowTempAlarm> Low temperature alarm wvar <#HighTempAlarm> High temperature alarm wvar <#TempChangeUpAlarm> Temperature increase alarm wvar <#TempChangeDownAlarm> Temperature decrease alarm wvar <#TempChangeLastHour> The change in temperature over the last hour. The value can also be seen on the main screen as a 'mouseover' on the temperature trend value wvar <#LowPressAlarm> Low pressure alarm wvar <#HighPressAlarm> High pressure alarm wvar <#PressChangeUpAlarm> Pressure increase alarm wvar <#PressChangeDownAlarm> Pressure decrease alarm wvar <#HighRainTodayAlarm> High rain today alarm wvar <#HighRainRateAlarm> High rainfall rate alarm wvar <#HighWindGustAlarm> High wind gust alarm wvar <#HighWindSpeedAlarm> High wind speed alarm wvar <#recordsbegandate> The date that the all time records began wvar <#newrecord> 1 if 'new record' light is flashing, 0 if not wvar <#TempRecordSet> 1 if the indicator on the temperature tab on the all-time records screen is currently lit, 0 if not wvar <#WindRecordSet> 1 if the indicator on the wind tab on the all-time records screen is currently lit, 0 if not wvar <#RainRecordSet> 1 if the indicator on the rain tab on the all-time records screen is currently lit, 0 if not wvar <#HumidityRecordSet> 1 if the indicator on the humidity tab on the all-time records screen is currently lit, 0 if not wvar <#PressureRecordSet> 1 if the indicator on the pressure tab on the all-time records screen is currently lit, 0 if not wvar <#HighTempRecordSet> 1 if the all-time high temperature light is currently flashing, 0 if not wvar <#LowTempRecordSet> 1 if the all-time low temperature light is currently flashing, 0 if not wvar <#HighTempRangeRecordSet> 1 if the all-time high daily temperature range light is currently flashing, 0 if not wvar <#LowTempRangeRecordSet> 1 if the all-time low daily temperature range light is currently flashing, 0 if not wvar <#HighAppTempRecordSet> 1 if the all-time high apparent temperature light is currently flashing, 0 if not wvar <#LowAppTempRecordSet> 1 if the all-time low apparent temperature light is currently flashing, 0 if not wvar <#HighHeatIndexRecordSet> 1 if the all-time high heat index light is currently flashing, 0 if not wvar <#LowWindChillRecordSet> 1 if the all-time low wind chill light is currently flashing, 0 if not wvar <#HighDewPointRecordSet> 1 if the all-time high dew point light is currently flashing, 0 if not wvar <#LowDewPointRecordSet> 1 if the all-time low dew point light is currently flashing, 0 if not wvar <#HighMinTempRecordSet> 1 if the all-time high minimum temperature light is currently flashing, 0 if not wvar <#LowMaxTempRecordSet> 1 if the all-time low maximum temperature light is currently flashing, 0 if not wvar <#HighWindGustRecordSet> 1 if the all-time high wind gust light is currently flashing, 0 if not wvar <#HighWindSpeedRecordSet> 1 if the all-time high wind speed light is currently flashing, 0 if not wvar <#HighRainRateRecordSet> 1 if the all-time high rain rate light is currently flashing, 0 if not wvar <#HighHourlyRainRecordSet> 1 if the all-time high hourly rain light is currently flashing, 0 if not wvar <#HighDailyRainRecordSet> 1 if the all-time high daily rain light is currently flashing, 0 if not wvar <#HighMonthlyRainRecordSet> 1 if the all-time high monthly rain light is currently flashing, 0 if not wvar <#LongestDryPeriodRecordSet> 1 if the all-time longest dry period light is currently flashing, 0 if not wvar <#LongestWetPeriodRecordSet> 1 if the all-time longest wet period light is currently flashing, 0 if not wvar <#HighHumidityRecordSet> 1 if the all-time high humidity light is currently flashing, 0 if not wvar <#LowHumidityRecordSet> 1 if the all-time low humidity light is currently flashing, 0 if not wvar <#HighPressureRecordSet> 1 if the all-time high pressure light is currently flashing, 0 if not beta <#DataStopped> 1 if the station has apparently stopped sending data to Cumulus, otherwise 0 wvar <#LowPressureRecordSet> 1 if the all-time low pressure light is currently flashing, 0 if not wvar <#HighWindrunRecordSet> 1 if the all-time high wind run light is currently flashing, 0 if not wvar <#ExtraTemp1> Extra temperature channel 1 wvar <#ExtraTemp2> Extra temperature channel 2 wvar <#ExtraTemp3> Extra temperature channel 3 wvar <#ExtraDP1> Extra dew point channel 1 wvar <#ExtraDP2> Extra dew point channel 2 wvar <#ExtraDP3> Extra dew point channel 3 wvar <#ExtraHum1> Extra humidity channel 1 wvar <#ExtraHum2> Extra humidity channel 2 wvar <#ExtraHum3> Extra humidity channel 3 wvar <#DavisTotalPacketsReceived> Total number of data packets received wvar <#DavisTotalPacketsMissed> Number of missed data packets wvar <#DavisNumberOfResynchs> Number of times the console resynchronised with the transmitter wvar <#DavisMaxInARow> Longest streak of consecutive packets received wvar <#DavisNumCRCerrors> Number of packets received with CRC errors wvar <#DavisFirmwareVersion> The console firmware version (Davis stations only) wvar <#THWindex> A derived temperature using Temperature/Humidity/Wind values wvar <#THSWindex> A derived temperature using Temperature/Humidity/Solar/Wind values wvar <#Light> Current Lux value (3080 models only) wvar <#OsVersion> OS version, e.g. "Windows 7 x64 build 7600" wvar <#OsLanguage> OS language, e.g. "English" wvar <#SystemUpTime> How long the system has been up, e.g. "8 hours 21 minutes" wvar <#ProgramUpTime> How long Cumulus has been running, e.g. "7 hours 55 minutes" wvar <#CpuName> CPU type, e.g. "Intel(R) Core(TM)2 Quad CPU Q6600 @ 2.40GHz" wvar <#CpuCount> Number of processors, e.g. "4" wvar <#MemoryStatus> Free and total system RAM, e.g. "4619/8191 MB (free/total)" wvar <#DisplayMode> Screen display mode, e.g. "1680x1050, 32 bit" wvar <#AllocatedMemory> Amount of memory allocated to Cumulus, e.g. "18.76 MB" wvar <#DiskSize> Size of disk on which Cumulus is running, e.g. "931.51 GB" wvar <#DiskFree> Free space on disk on which Cumulus is running, e.g. "515.36 GB" wvar <#RCdew> Dew point wvar <#RCheatindex> Heat index wvar <#RChum> Outside humidity wvar <#RCinhum> Inside humidity wvar <#RCintemp> Inside temperature wvar <#RCpress> Pressure wvar <#RCpressTH> Today's high pressure wvar <#RCpressTL> Today's low pressure wvar <#RCrfall> Rainfall wvar <#RCrrate> Rainfall rate wvar <#RCrrateTM> Today's rainfall rate wvar <#RCtemp> Outside temperature wvar <#RCtempTH> Today's high outside temperature wvar <#RCtempTL> Today's low outside temperature wvar <#RCwchill> Wind chill temperature wvar <#RCwgust> Wind gust reading wvar <#RCwgustTM> Today's wind gust reading wvar <#RCwspeed> Wind speed reading beta <#RecentOutsideTemp m=5> 5 minutes ago Outside Temperature beta <#RecentWindSpeed m=5> 5 minutes ago Wind Speed beta <#RecentWindGust m=5> 5 minutes ago Wind Gust beta <#RecentWindLatest m=5> 5 minutes ago Wind Latest. beta <#RecentWindAvgDir m=5> 5 minutes ago Wind Direction (average) beta <#RecentWindChill m=5> 5 minutes ago Wind Chill beta <#RecentDewPoint m=5> 5 minutes ago Dew Point beta <#RecentHeatIndex m=5> 5 minutes ago Heat Index beta <#RecentHumidity m=5> 5 minutes ago Relative Humidity beta <#RecentPressure m=5> 5 minutes ago Sea-level Pressure beta <#RecentRainToday m=5> 5 minutes ago Today's rain beta <#RecentSolarRad m=5> 5 minutes ago Solar Radiation beta <#RecentUV m=5> 5 minutes ago UV Index beta <#RecentOutsideTemp m=10> 10 minutes ago Outside Temperature beta <#RecentWindSpeed m=10> 10 minutes ago Wind Speed beta <#RecentWindGust m=10> 10 minutes ago Wind Gust beta <#RecentWindLatest m=10> 10 minutes ago Wind Latest. beta <#RecentWindAvgDir m=10> 10 minutes ago Wind Direction (average) beta <#RecentWindChill m=10> 10 minutes ago Wind Chill beta <#RecentDewPoint m=10> 10 minutes ago Dew Point beta <#RecentHeatIndex m=10> 10 minutes ago Heat Index beta <#RecentHumidity m=10> 10 minutes ago Relative Humidity beta <#RecentPressure m=10> 10 minutes ago Sea-level Pressure beta <#RecentRainToday m=10> 10 minutes ago Today's rain beta <#RecentSolarRad m=10> 10 minutes ago Solar Radiation beta <#RecentUV m=10> 10 minutes ago UV Index beta <#RecentOutsideTemp m=15> 15 minutes ago Outside Temperature beta <#RecentWindSpeed m=15> 15 minutes ago Wind Speed beta <#RecentWindGust m=15> 15 minutes ago Wind Gust beta <#RecentWindLatest m=15> 15 minutes ago Wind Latest. beta <#RecentWindAvgDir m=15> 15 minutes ago Wind Direction (average) beta <#RecentWindChill m=15> 15 minutes ago Wind Chill beta <#RecentDewPoint m=15> 15 minutes ago Dew Point beta <#RecentHeatIndex m=15> 15 minutes ago Heat Index beta <#RecentHumidity m=15> 15 minutes ago Relative Humidity beta <#RecentPressure m=15> 15 minutes ago Sea-level Pressure beta <#RecentRainToday m=15> 15 minutes ago Today's rain beta <#RecentSolarRad m=15> 15 minutes ago Solar Radiation beta <#RecentUV m=15> 15 minutes ago UV Index beta <#RecentOutsideTemp m=20> 20 minutes ago Outside Temperature beta <#RecentWindSpeed m=20> 20 minutes ago Wind Speed beta <#RecentWindGust m=20> 20 minutes ago Wind Gust beta <#RecentWindLatest m=20> 20 minutes ago Wind Latest. beta <#RecentWindAvgDir m=20> 20 minutes ago Wind Direction (average) beta <#RecentWindChill m=20> 20 minutes ago Wind Chill beta <#RecentDewPoint m=20> 20 minutes ago Dew Point beta <#RecentHeatIndex m=20> 20 minutes ago Heat Index beta <#RecentHumidity m=20> 20 minutes ago Relative Humidity beta <#RecentPressure m=20> 20 minutes ago Sea-level Pressure beta <#RecentRainToday m=20> 20 minutes ago Today's rain beta <#RecentSolarRad m=20> 20 minutes ago Solar Radiation beta <#RecentUV m=20> 20 minutes ago UV Index beta <#RecentOutsideTemp m=30> 30 minutes ago Outside Temperature beta <#RecentWindSpeed m=30> 30 minutes ago Wind Speed beta <#RecentWindGust m=30> 30 minutes ago Wind Gust beta <#RecentWindLatest m=30> 30 minutes ago Wind Latest. beta <#RecentWindAvgDir m=30> 30 minutes ago Wind Direction (average) beta <#RecentWindChill m=30> 30 minutes ago Wind Chill beta <#RecentDewPoint m=30> 30 minutes ago Dew Point beta <#RecentHeatIndex m=30> 30 minutes ago Heat Index beta <#RecentHumidity m=30> 30 minutes ago Relative Humidity beta <#RecentPressure m=30> 30 minutes ago Sea-level Pressure beta <#RecentRainToday m=30> 30 minutes ago Today's rain beta <#RecentSolarRad m=30> 30 minutes ago Solar Radiation beta <#RecentUV m=30> 30 minutes ago UV Index beta <#RecentOutsideTemp m=45> 45 minutes ago Outside Temperature beta <#RecentWindSpeed m=45> 45 minutes ago Wind Speed beta <#RecentWindGust m=45> 45 minutes ago Wind Gust beta <#RecentWindLatest m=45> 45 minutes ago Wind Latest. beta <#RecentWindAvgDir m=45> 45 minutes ago Wind Direction (average) beta <#RecentWindChill m=45> 45 minutes ago Wind Chill beta <#RecentDewPoint m=45> 45 minutes ago Dew Point beta <#RecentHeatIndex m=45> 45 minutes ago Heat Index beta <#RecentHumidity m=45> 45 minutes ago Relative Humidity beta <#RecentPressure m=45> 45 minutes ago Sea-level Pressure beta <#RecentRainToday m=45> 45 minutes ago Today's rain beta <#RecentSolarRad m=45> 45 minutes ago Solar Radiation beta <#RecentUV m=45> 45 minutes ago UV Index beta <#RecentOutsideTemp m=60> 60 minutes ago Outside Temperature beta <#RecentWindSpeed m=60> 60 minutes ago Wind Speed beta <#RecentWindGust m=60> 60 minutes ago Wind Gust beta <#RecentWindLatest m=60> 60 minutes ago Wind Latest. beta <#RecentWindAvgDir m=60> 60 minutes ago Wind Direction (average) beta <#RecentWindChill m=60> 60 minutes ago Wind Chill beta <#RecentDewPoint m=60> 60 minutes ago Dew Point beta <#RecentHeatIndex m=60> 60 minutes ago Heat Index beta <#RecentHumidity m=60> 60 minutes ago Relative Humidity beta <#RecentPressure m=60> 60 minutes ago Sea-level Pressure beta <#RecentRainToday m=60> 60 minutes ago Today's rain beta <#RecentSolarRad m=60> 60 minutes ago Solar Radiation beta <#RecentUV m=60> 60 minutes ago UV Index beta <#RecentOutsideTemp m=75> 75 minutes ago Outside Temperature beta <#RecentWindSpeed m=75> 75 minutes ago Wind Speed beta <#RecentWindGust m=75> 75 minutes ago Wind Gust beta <#RecentWindLatest m=75> 75 minutes ago Wind Latest. beta <#RecentWindAvgDir m=75> 75 minutes ago Wind Direction (average) beta <#RecentWindChill m=75> 75 minutes ago Wind Chill beta <#RecentDewPoint m=75> 75 minutes ago Dew Point beta <#RecentHeatIndex m=75> 75 minutes ago Heat Index beta <#RecentHumidity m=75> 75 minutes ago Relative Humidity beta <#RecentPressure m=75> 75 minutes ago Sea-level Pressure beta <#RecentRainToday m=75> 75 minutes ago Today's rain beta <#RecentSolarRad m=75> 75 minutes ago Solar Radiation beta <#RecentUV m=75> 75 minutes ago UV Index beta <#RecentOutsideTemp m=90> 90 minutes ago Outside Temperature beta <#RecentWindSpeed m=90> 90 minutes ago Wind Speed beta <#RecentWindGust m=90> 90 minutes ago Wind Gust beta <#RecentWindLatest m=90> 90 minutes ago Wind Latest. beta <#RecentWindAvgDir m=90> 90 minutes ago Wind Direction (average) beta <#RecentWindChill m=90> 90 minutes ago Wind Chill beta <#RecentDewPoint m=90> 90 minutes ago Dew Point beta <#RecentHeatIndex m=90> 90 minutes ago Heat Index beta <#RecentHumidity m=90> 90 minutes ago Relative Humidity beta <#RecentPressure m=90> 90 minutes ago Sea-level Pressure beta <#RecentRainToday m=90> 90 minutes ago Today's rain beta <#RecentSolarRad m=90> 90 minutes ago Solar Radiation beta <#RecentUV m=90> 90 minutes ago UV Index beta <#RecentOutsideTemp m=105> 105 minutes ago Outside Temperature beta <#RecentWindSpeed m=105> 105 minutes ago Wind Speed beta <#RecentWindGust m=105> 105 minutes ago Wind Gust beta <#RecentWindLatest m=105> 105 minutes ago Wind Latest. beta <#RecentWindAvgDir m=105> 105 minutes ago Wind Direction (average) beta <#RecentWindChill m=105> 105 minutes ago Wind Chill beta <#RecentDewPoint m=105> 105 minutes ago Dew Point beta <#RecentHeatIndex m=105> 105 minutes ago Heat Index beta <#RecentHumidity m=105> 105 minutes ago Relative Humidity beta <#RecentPressure m=105> 105 minutes ago Sea-level Pressure beta <#RecentRainToday m=105> 105 minutes ago Today's rain beta <#RecentSolarRad m=105> 105 minutes ago Solar Radiation beta <#RecentUV m=105> 105 minutes ago UV Index beta <#RecentOutsideTemp m=120> 120 minutes ago Outside Temperature beta <#RecentWindSpeed m=120> 120 minutes ago Wind Speed beta <#RecentWindGust m=120> 120 minutes ago Wind Gust beta <#RecentWindLatest m=120> 120 minutes ago Wind Latest. beta <#RecentWindAvgDir m=120> 120 minutes ago Wind Direction (average) beta <#RecentWindChill m=120> 120 minutes ago Wind Chill beta <#RecentDewPoint m=120> 120 minutes ago Dew Point beta <#RecentHeatIndex m=120> 120 minutes ago Heat Index beta <#RecentHumidity m=120> 120 minutes ago Relative Humidity beta <#RecentPressure m=120> 120 minutes ago Sea-level Pressure beta <#RecentRainToday m=120> 120 minutes ago Today's rain beta <#RecentSolarRad m=120> 120 minutes ago Solar Radiation beta <#RecentUV m=120> 120 minutes ago UV Index beta <#RecentOutsideTemp h=24> 24 hours ago Outside Temperature beta <#txbattery> The transmitter battery condition, by default it returns the status of all transmitters. beta <#DaysSinceRecordsBegan> Days since records began beta <#metdate> The current meteorological date. beta <#rollovertime> Time of day for rollover of meteorological date. beta <#metdateyesterday> gives yesterday's 'meterological' date, for those using 0900/1000 rollover beta <#yesterday> gives yesterday's date. 'Format' parameter can be applied. beta <#Ybeaudesc> Beaufort 'description' for yesterday's high wind speed beta <#LastDataReadT> The date/time data was last read from the station