Thanks will pass on
Before i do, I could be wrong (likely) but I do see a windchill tag:
$windch = ‘%windch%’; |
// current wind-chill |
$windchnodp = ‘%windchnodp%’; |
// current wind-chill, no decimal place |
Also if I look at the testtags.php file right now I see:
// Temperature/Humidity
// ====================
// Current:
// --------
$temperature = ‘24.0°F’; // temperature
$tempnodp = ‘25’; // temperature, no decimal place
$humidity = ‘61’; // humidity
$dewpt = ‘12.5°F’; // dew point
$maxtemp = ‘24.0°F’; // today’s maximum temperature
$maxtempt = ‘08:54’; // time this occurred
$mintemp = ‘17.7°F’; // today’s minimum temperature
$mintempt = ‘01:15’; // time this occurred
$feelslike = ‘24’; // Shows heat index or humidex or windchill (if less than 16oC)
$heati = ‘24.0°F’; // current heat index
$heatinodp = ‘24’; // current heat index,no decimal place
$windch = ‘24.0°F’; // current wind-chill
$windchnodp = ‘24°F’; // current wind-chill, no decimal place
$humidexfaren = ‘16.7°F’; // Humidex value in oF
$humidexcelsius = ‘-8.5�C’; // Humidex value in oC
This matches what I see in WD, so would that suggest WD is sending it?