Welcome to the Cumulus Support forum.

Latest Cumulus MX V3 release 3.28.6 (build 3283) - 21 March 2024

Cumulus MX V4 beta test release 4.0.0 (build 4018) - 28 March 2024

Legacy Cumulus 1 release v1.9.4 (build 1099) - 28 November 2014 (a patch is available for 1.9.4 build 1099 that extends the date range of drop-down menus to 2030)

Download the Software (Cumulus MX / Cumulus 1 and other related items) from the Wiki

Trouble with yesterday's humidity

Please discuss beta versions of Cumulus 1 here. Note: There are currently no beta versions of Cumulus 1.
Locked
User avatar
Ned
Posts: 258
Joined: Mon 19 Jul 2010 11:15 am
Weather Station: WS2083 (aspirated)
Operating System: Win 10
Location: Auckland NZ

Trouble with yesterday's humidity

Post 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
User avatar
steve
Cumulus Author
Posts: 26702
Joined: Mon 02 Jun 2008 6:49 pm
Weather Station: None
Operating System: None
Location: Vienne, France
Contact:

Re: Trouble with yesterday's humidity

Post 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.
Steve
User avatar
steve
Cumulus Author
Posts: 26702
Joined: Mon 02 Jun 2008 6:49 pm
Weather Station: None
Operating System: None
Location: Vienne, France
Contact:

Re: Trouble with yesterday's humidity

Post by steve »

And it's not just the Fine Offset code, I've copied the same error to the Davis and La Crosse code.
Steve
Locked