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