WeatherCat Webtags with Cumulus Equivalents

From WeatherCat Wiki (Mahler)
(Difference between revisions)
Jump to: navigation, search
m
Line 4: Line 4:
  
 
{| class="wikitable"
 
{| class="wikitable"
|+Date/Time Tags
 
 
|-
 
|-
 
! SS-Gauges Tag
 
! SS-Gauges Tag
Line 11: Line 10:
 
! Description
 
! Description
 
! Notes
 
! Notes
 +
|-
 +
!colspan="5"|Date/Time Tags
 
|-
 
|-
 
||date||<#Date>||de$||The current date||
 
||date||<#Date>||de$||The current date||
 
|-
 
|-
 
|timeUTC||<#timeUTC>||DUTC$||The current UTC time||Format must be "yyyy,m,d,h,m,s"
 
|timeUTC||<#timeUTC>||DUTC$||The current UTC time||Format must be "yyyy,m,d,h,m,s"
|}
 
 
{| class="wikitable"
 
|+Unit Tags
 
 
|-
 
|-
! SS-Gauges Tag
+
!colspan="5"|Unit Tags
! Cumulus Tag
+
! WeatherCat Tag
+
! Description
+
! Notes
+
 
|-
 
|-
 
||tempunit||<#tempunit>||TEMPUNITS$||Temperature units being used||Possible values are C and F
 
||tempunit||<#tempunit>||TEMPUNITS$||Temperature units being used||Possible values are C and F
Line 33: Line 26:
 
|-
 
|-
 
|rainunit||<#rainunit>||RAINUNITS$||Rain units being used||Possible values are mm or inches
 
|rainunit||<#rainunit>||RAINUNITS$||Rain units being used||Possible values are mm or inches
|}
 
 
{| class="wikitable"
 
|+Temperature Tags
 
 
|-
 
|-
! SS-Gauges Tag
+
!colspan="5"|Temperature Tags
! Cumulus Tag
+
! WeatherCat Tag
+
! Description
+
! Notes
+
 
|-
 
|-
 
||temp||<#temp>||STAT$TEMPERATURE:CURRENT$||The current outside temperature ||
 
||temp||<#temp>||STAT$TEMPERATURE:CURRENT$||The current outside temperature ||
Line 56: Line 41:
 
|temptrend||<#temptrend>||STAT$TEMPERATURE:DELTA1$||The average rate of change in temperature over the last three hours||Weathercat does not have a "direct" translation of this value so it is manipulated within the gauges.js file
 
|temptrend||<#temptrend>||STAT$TEMPERATURE:DELTA1$||The average rate of change in temperature over the last three hours||Weathercat does not have a "direct" translation of this value so it is manipulated within the gauges.js file
 
|-
 
|-
||intemp||<#intemp>||STAT$INTTEMPERATURE:CURRENT$||The current inside temperature||
+
|intemp||<#intemp>||STAT$INTTEMPERATURE:CURRENT$||The current inside temperature||
 +
|-
 +
!colspan="5"|Dewpoint Tags
 +
|-
 +
|dew||<#dew>|| STAT$DEWPOINT:CURRENT$||The outside dew point||
 +
|-
 +
|dewpointTL||<#dewpointTL>||STAT$DEWPOINT:MIN:TODAY$||Today's lowest dew point||
 +
|-
 +
|TdewpointTL||<#TdewpointTL>||STAT$DEWPOINT:MIN:TODAY:TIME$||Time of today's lowest dew point||
 +
|-
 +
|dewpointTH||<#dewpointTH>||STAT$DEWPOINT:MAX:TODAY$||Today's highest dew point||
 +
|-
 +
|TdewpointTH||<#TdewpointTH>||STAT$DEWPOINT:MAX:TODAY:TIME$||Time of today's highest dew point||
 +
|-
 +
!colspan="5"|Apparent Temperature Tags
 +
|-
 +
|apptemp||<#apptemp>||AT_Aus$||The apparent outside temperature||The WeatherCat tag used could also be AT_US$ for the US calculation
 +
|-
 +
|apptempTL||<#apptempTL>||N/A||Today's lowest apparent outside temperature||WeatherCat does not have an equivalent tag
 +
|-
 +
|TapptempTL||<#TapptempTL>||N/A||Time of today's lowest apparent outside temperature||WeatherCat does not have an equivalent tag
 +
|-
 +
|apptempTH||<#apptempTH>||N/A||Today's highest apparent outside temperature||WeatherCat does not have an equivalent tag
 +
|-
 +
|TapptempTH||<#TapptempTH>||N/A||Time of today's highest apparent outside temperature||WeatherCat does not have an equivalent tag
 +
|-
 
|}
 
|}

Revision as of 02:43, 4 February 2013

After spending time working on the Stainless Steel Gauges and getting them to work with WeatherCat, this document will contain the webtags required to get the gauges working.

The rest will be available shortly, but here is a start.

SS-Gauges Tag Cumulus Tag WeatherCat Tag Description Notes
Date/Time Tags
date <#Date> de$ The current date
timeUTC <#timeUTC> DUTC$ The current UTC time Format must be "yyyy,m,d,h,m,s"
Unit Tags
tempunit <#tempunit> TEMPUNITS$ Temperature units being used Possible values are C and F
windunit <#windunit> WINDSPEEDUNITS$ Windspeed units being used Possible values are km/h, MPH, Knots or m/s
pressunit <#pressunit> PRESSUREUNITS$ Pressure units being used Possible values are mBar, in Hg or hPa
rainunit <#rainunit> RAINUNITS$ Rain units being used Possible values are mm or inches
Temperature Tags
temp <#temp> STAT$TEMPERATURE:CURRENT$ The current outside temperature
tempTL <#tempTL> STAT$TEMPERATURE:MIN:TODAY$ Lowest outside temperature today
TtempTL <#TtempTL> STAT$TEMPERATURE:MIN:TODAY:TIME$ Time of lowest outside temperature today
tempTH <#tempTH> STAT$TEMPERATURE:MAX:TODAY$ Highest outside temperature today
TtempTH <#TtempTH> STAT$TEMPERATURE:MAX:TODAY:TIME$ Time of highest outside temperature today
temptrend <#temptrend> STAT$TEMPERATURE:DELTA1$ The average rate of change in temperature over the last three hours Weathercat does not have a "direct" translation of this value so it is manipulated within the gauges.js file
intemp <#intemp> STAT$INTTEMPERATURE:CURRENT$ The current inside temperature
Dewpoint Tags
dew <#dew> STAT$DEWPOINT:CURRENT$ The outside dew point
dewpointTL <#dewpointTL> STAT$DEWPOINT:MIN:TODAY$ Today's lowest dew point
TdewpointTL <#TdewpointTL> STAT$DEWPOINT:MIN:TODAY:TIME$ Time of today's lowest dew point
dewpointTH <#dewpointTH> STAT$DEWPOINT:MAX:TODAY$ Today's highest dew point
TdewpointTH <#TdewpointTH> STAT$DEWPOINT:MAX:TODAY:TIME$ Time of today's highest dew point
Apparent Temperature Tags
apptemp <#apptemp> AT_Aus$ The apparent outside temperature The WeatherCat tag used could also be AT_US$ for the US calculation
apptempTL <#apptempTL> N/A Today's lowest apparent outside temperature WeatherCat does not have an equivalent tag
TapptempTL <#TapptempTL> N/A Time of today's lowest apparent outside temperature WeatherCat does not have an equivalent tag
apptempTH <#apptempTH> N/A Today's highest apparent outside temperature WeatherCat does not have an equivalent tag
TapptempTH <#TapptempTH> N/A Time of today's highest apparent outside temperature WeatherCat does not have an equivalent tag
Personal tools
Namespaces

Variants
Actions
Navigation
Tools