| Current dateTime: |
03-Sep-2010 11:20 |
| Current dateTime with formatting: |
11:20 |
| Raw dateTime: |
1283538000 |
| Outside Temperature (normal formatting) |
10.2°C |
| Outside Temperature (explicit unit conversion to Celsius) |
10.2°C |
| Outside Temperature (explicit unit conversion to Fahrenheit) |
50.3°F |
| Outside Temperature (explicit unit conversion to Celsius, plus formatting) |
10.158°C |
| Outside Temperature (explicit unit conversion to Fahrenheit, plus formatting) |
50.284°F |
| Outside Temperature (with explicit binding to 'wx_binding') |
10.2°C |
| Outside Temperature (with explicit binding to 'alt_binding') |
7.3°C |
| Outside Temperature with nonsense binding 'foo_binding' |
?'foo_binding'? |
| Outside Temperature with explicit time |
10.2°C |
| Outside Temperature with nonsense time |
N/A |
| Outside Temperature trend (3 hours) |
5.7°C |
| Outside Temperature trend with explicit time_delta (3600 seconds) |
2.4°C |
| Outside Temperature trend where previous value is known to be None (9000 seconds) |
N/A |
| Trend with nonsense type |
?'foobar'? |
| Barometer (normal) |
1042.2 mbar |
| Barometer trend (3 hours) |
-3.6 mbar |
| Barometer using $latest |
1042.2 mbar |
| Barometer using $latest and explicit data binding |
1029.0 mbar at 1283538000 |
| Wind Chill (normal) |
N/A |
| Heat Index (normal) |
N/A |
| Heat Index (in Celsius) |
N/A |
| Heat Index (in Fahrenheit) |
N/A |
| Dewpoint |
N/A |
| Humidity |
N/A |
| Wind |
29 kph from 129° |
| Rain Rate |
N/A |
| Inside Temperature |
N/A |
| Test tag "exists" for an existent type: $current.outTemp.exists |
PASS |
| Test tag "exists" for a nonsense type: $current.nonsense.exists |
PASS |
| Test tag "has_data" for an existing type with data: $current.outTemp.has_data |
PASS |
| Test tag "has_data" for an existing type without data: $current.hail.has_data |
PASS |
| Test tag "has_data" for a nonsense type: $current.nonsense.has_data |
PASS |
| Test for a bad attribute on a tag: $current.foobar |
?'foobar'? |
| Start of day: |
09/03/10 00:00:00 |
| Start of day (unix epoch time): |
1283497200 |
| End of day (unix epoch time): |
1283583600 |
| Max Temperature |
17.4°C |
| Min Temperature |
3.8°C |
| Time of max temperature: |
00:10 |
| Time of min temperature: |
07:00 |
| Last temperature of the day |
10.2°C |
| Time of the last temperature of the day |
09/03/10 11:20:00 |
| Max Temperature in alt_binding |
10.9°C |
| Min temp with explicit conversion to Celsius |
3.8°C |
| Min temp with explicit conversion to Fahrenheit |
38.8°F |
| Min temp with explicit conversion to nonsense type |
$day.outTemp.min.badtype |
| Min temperature with inappropriate conversion: $day.outTemp.min.mbar |
$day.outTemp.min.mbar |
| Nonexistent type: |
N/A |
| Sum aggregation (rain) |
14.7 mm |
| High Wind from "$day.wind.max" |
39 kph from 90° at 01:00 |
| High Wind from "$day.windGust.max" |
39 kph |
| High Wind from "$day.windSpeed.max" |
32 kph |
| Average wind from "$day.wind.avg" |
31 kph |
| High Wind from "$day.windSpeed.avg" |
31 kph |
| Average aggregation (wind) |
31 kph |
| RMS aggregation(wind) |
31 kph |
| Aggregation Vector Average (wind) |
30 kph |
| Aggregation Vector Direction (wind) |
107° |
| Test tag "has_data" with nonsense type |
PASS |
| Test tag "exists" with an existing type that has no data |
PASS |
| Test tag "has_data" with existent type that has no data |
PASS |
| Test tag "has_data" with existent type that has data |
PASS |