Page 1 of 1

Trouble with yesterday's humidity

Posted: Tue 19 Oct 2010 9:54 pm
by Ned
I updated my TodayT and YesterdayT html templates (manually) to show the humidity extremes from the new webtags, but yesterday's time of lowest humidity (#ThumYL) does not relate at all to the graph. I would expect it to adopt the value of #ThumTL at rollover but that's not happening, on both days since implementation. The rest of the humidity data is fine. A possible bug, or have I messed up?

from YesterdayT.htm:
<tr class="td_temperature_data">
<td>High&nbsp;Humidity</td>
<td><#humYH>&nbsp; %</td>
<td>at&nbsp;<#ThumYH></td>
</tr>
<tr class="td_temperature_data">
<td>Low&nbsp;Humidity</td>
<td><#humYL>&nbsp; %</td>
<td>at&nbsp;<#ThumYL></td>
</tr>

cheers

Re: Trouble with yesterday's humidity

Posted: Tue 19 Oct 2010 10:39 pm
by steve
It's not actually a problem with transferring todays' time to yesterday, it's today's time that's wrong in the first place, if you stop and start Cumulus. It's a bug in Cumulus in the Fine Offset code - a cut and paste error. It loads in the time of today's low pressure instead of humidity when it starts up.

Re: Trouble with yesterday's humidity

Posted: Tue 19 Oct 2010 10:41 pm
by steve
And it's not just the Fine Offset code, I've copied the same error to the Davis and La Crosse code.