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 4019) - 03 April 2024

Legacy Cumulus 1 release 1.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

Need help adjusting crazy yearly rainfall totals

From build 3044 the development baton passed to Mark Crossley. Mark has been responsible for all the Builds since. He has made the code available on GitHub. It is Mark's hope that others will join in this development, but at the very least he welcomes your ideas for future developments (see Cumulus MX Development suggestions).

Moderator: mcrossley

User avatar
PaulMy
Posts: 3857
Joined: Sun 28 Sep 2008 11:54 pm
Weather Station: Davis VP2 Plus 24-Hour FARS
Operating System: Windows8 and Windows10
Location: Komoka, ON Canada
Contact:

Re: Need help adjusting crazy yearly rainfall totals

Post by PaulMy »

What is your settings for "Rain" year?
The sum of your Historic Monthly Rainfall shows 37.4 (rounded to 1 decimal)

Enjoy,
Paul
VP2+
C1 www.komokaweather.com/komokaweather-ca
MX https://komokaweather.com/cumulusmx/index.htm /index.html /index.php
MX https://komokaweather.com/cumulusmxwll/index.htm /index.html /index.php
MX https:// komokaweather.com/cumulusmx4/index.htm
Image
Adrianwx23
Posts: 79
Joined: Sun 03 Mar 2024 5:09 pm
Weather Station: Davis Vantage Pro 2
Operating System: Meteobridge
Location: Lake Worth Florida

Re: Need help adjusting crazy yearly rainfall totals

Post by Adrianwx23 »

PaulMy wrote: Fri 05 Apr 2024 2:16 pm What is your settings for "Rain" year?
The sum of your Historic Monthly Rainfall shows 37.4 (rounded to 1 decimal)

Enjoy,
Paul

Hi Paul sorry for the dumb question but were exactly is this " Rain" year ? In my cumulus dashboard? If its there it already shows 13.06
water01
Posts: 3263
Joined: Sat 13 Aug 2011 9:33 am
Weather Station: Ecowitt HP2551
Operating System: Windows 10 64bit
Location: Burnham-on-Sea
Contact:

Re: Need help adjusting crazy yearly rainfall totals

Post by water01 »

Station Settings > Annual Rainfall.
David
Image
Adrianwx23
Posts: 79
Joined: Sun 03 Mar 2024 5:09 pm
Weather Station: Davis Vantage Pro 2
Operating System: Meteobridge
Location: Lake Worth Florida

Re: Need help adjusting crazy yearly rainfall totals

Post by Adrianwx23 »

water01 wrote: Fri 05 Apr 2024 3:17 pm Station Settings > Annual Rainfall.
Hi Water01! Its already showing 13.06 in there. It also shows up in my weatherlink.com account its just not showing up in my site.

This is what i have.

YEAR TO DATE AMOUNT: 13.06

YEAR TO WHICH YEAR TO DATE AMOUNT APPLIES: 0


Here is my site. bottom says 37.49

https://www.adriansweatherstation.com
water01
Posts: 3263
Joined: Sat 13 Aug 2011 9:33 am
Weather Station: Ecowitt HP2551
Operating System: Windows 10 64bit
Location: Burnham-on-Sea
Contact:

Re: Need help adjusting crazy yearly rainfall totals

Post by water01 »

Looking at your code in the Developers console it is using <!-- Cumulus WebTag XML Data file - version 1.8 --> and the data is being loaded from this XML item

Code: Select all

<item name="ryear">
<value>37.49</value>
<unit>
<![CDATA[ ]]>
</unit>
<image/>
<class>dynamic</class>
<description>The total rainfall so far this year</description>
</item>
Now I am afraid I am not familiar with how this XML file is loaded with data except the instructions in the Wiki says it is processed as an extra file by CumulusMX, presumably the base file is an XML formatted file containing the correct WebTags that pass the data to the XML file and uploads it.

However, the original 1.8 file is no longer available in the Wiki so I cannot see what WebTag field is being used to load "ryear".

It could be that the 1.8 file is out of date as far as WebTags are concerned and it is loading the wrong data.

Perhaps if you attached XML file you are using we could check that?
David
Image
User avatar
PaulMy
Posts: 3857
Joined: Sun 28 Sep 2008 11:54 pm
Weather Station: Davis VP2 Plus 24-Hour FARS
Operating System: Windows8 and Windows10
Location: Komoka, ON Canada
Contact:

Re: Need help adjusting crazy yearly rainfall totals

Post by PaulMy »

Code: Select all

What is your settings for "Rain" year?
The sum of your Historic Monthly Rainfall shows 37.4 (rounded to 1 decimal)
Sorry if my post wasn't clear. What is the "Start of rainfall season:" in the Annual Rainfall settings?

Enjoy,
Paul
VP2+
C1 www.komokaweather.com/komokaweather-ca
MX https://komokaweather.com/cumulusmx/index.htm /index.html /index.php
MX https://komokaweather.com/cumulusmxwll/index.htm /index.html /index.php
MX https:// komokaweather.com/cumulusmx4/index.htm
Image
Adrianwx23
Posts: 79
Joined: Sun 03 Mar 2024 5:09 pm
Weather Station: Davis Vantage Pro 2
Operating System: Meteobridge
Location: Lake Worth Florida

Re: Need help adjusting crazy yearly rainfall totals

Post by Adrianwx23 »

water01 wrote: Fri 05 Apr 2024 4:12 pm Looking at your code in the Developers console it is using <!-- Cumulus WebTag XML Data file - version 1.8 --> and the data is being loaded from this XML item

Code: Select all

<item name="ryear">
<value>37.49</value>
<unit>
<![CDATA[ ]]>
</unit>
<image/>
<class>dynamic</class>
<description>The total rainfall so far this year</description>
</item>
Now I am afraid I am not familiar with how this XML file is loaded with data except the instructions in the Wiki says it is processed as an extra file by CumulusMX, presumably the base file is an XML formatted file containing the correct WebTags that pass the data to the XML file and uploads it.

However, the original 1.8 file is no longer available in the Wiki so I cannot see what WebTag field is being used to load "ryear".

It could be that the 1.8 file is out of date as far as WebTags are concerned and it is loading the wrong data.

Perhaps if you attached XML file you are using we could check that?
Sorry for my question but were exactly would i get this? In my hosting?
Adrianwx23
Posts: 79
Joined: Sun 03 Mar 2024 5:09 pm
Weather Station: Davis Vantage Pro 2
Operating System: Meteobridge
Location: Lake Worth Florida

Re: Need help adjusting crazy yearly rainfall totals

Post by Adrianwx23 »

PaulMy wrote: Fri 05 Apr 2024 4:32 pm

Code: Select all

What is your settings for "Rain" year?
The sum of your Historic Monthly Rainfall shows 37.4 (rounded to 1 decimal)
Sorry if my post wasn't clear. What is the "Start of rainfall season:" in the Annual Rainfall settings?

Enjoy,
Paul
Start of rainfall season: MAY
freddie
Posts: 2485
Joined: Wed 08 Jun 2011 11:19 am
Weather Station: Davis Vantage Pro 2 + Ecowitt
Operating System: GNU/Linux Ubuntu 22.04 LXC
Location: Alcaston, Shropshire, UK
Contact:

Re: Need help adjusting crazy yearly rainfall totals

Post by freddie »

So does the sum of rainfall since the start of May 2023 add up to 37.4 inches?

I've not heard of a rainfall season starting in May before - it defaults to January so it must be something you have set.

Where are you located?
Freddie
Image
User avatar
De Hout
Posts: 34
Joined: Thu 09 Oct 2014 5:40 pm
Weather Station: Davis Vantage Pro2 Plus
Operating System: Windows 11
Location: Alkmaar, The Netherlands
Contact:

Re: Need help adjusting crazy yearly rainfall totals

Post by De Hout »

Adrianwx23 wrote: Fri 05 Apr 2024 1:21 pm
De Hout wrote: Fri 05 Apr 2024 11:08 am
Adrianwx23 wrote: Fri 05 Apr 2024 12:57 am on my site it still says 37.49
That may be a caching issue.
I don't see 37.49 anywhere on your site.
Its there surely. Please show me a screen shot from your end i already cleared my cache a few times in mutiple pcs. Hoping i can get this resolved.
Sorry Adrian, I didn't look in the right place. Indeed, I see it now too.
Unfortunately, I can't help you further because I still use Cumulus 1. I don't know anything about higher versions.
Weather Station Website: http://www.alkmaarweer.nl
User avatar
PaulMy
Posts: 3857
Joined: Sun 28 Sep 2008 11:54 pm
Weather Station: Davis VP2 Plus 24-Hour FARS
Operating System: Windows8 and Windows10
Location: Komoka, ON Canada
Contact:

Re: Need help adjusting crazy yearly rainfall totals

Post by PaulMy »

Start of rainfall season: MAY
Bingo :)

Enjoy,
Paul
VP2+
C1 www.komokaweather.com/komokaweather-ca
MX https://komokaweather.com/cumulusmx/index.htm /index.html /index.php
MX https://komokaweather.com/cumulusmxwll/index.htm /index.html /index.php
MX https:// komokaweather.com/cumulusmx4/index.htm
Image
Adrianwx23
Posts: 79
Joined: Sun 03 Mar 2024 5:09 pm
Weather Station: Davis Vantage Pro 2
Operating System: Meteobridge
Location: Lake Worth Florida

Re: Need help adjusting crazy yearly rainfall totals

Post by Adrianwx23 »

freddie wrote: Fri 05 Apr 2024 4:41 pm So does the sum of rainfall since the start of May 2023 add up to 37.4 inches?

I've not heard of a rainfall season starting in May before - it defaults to January so it must be something you have set.

Where are you located?
I am South Florida West Palm Beach area. Our rainy season typically starts to be exact May 15th
Adrianwx23
Posts: 79
Joined: Sun 03 Mar 2024 5:09 pm
Weather Station: Davis Vantage Pro 2
Operating System: Meteobridge
Location: Lake Worth Florida

Re: Need help adjusting crazy yearly rainfall totals

Post by Adrianwx23 »

PaulMy wrote: Fri 05 Apr 2024 4:45 pm
Start of rainfall season: MAY
Bingo :)

Enjoy,
Paul
Dont Understand its always been that. The day it offically starts here is May 15th. Change it to January even thought it starts in May?
Last edited by Adrianwx23 on Fri 05 Apr 2024 4:52 pm, edited 1 time in total.
Adrianwx23
Posts: 79
Joined: Sun 03 Mar 2024 5:09 pm
Weather Station: Davis Vantage Pro 2
Operating System: Meteobridge
Location: Lake Worth Florida

Re: Need help adjusting crazy yearly rainfall totals

Post by Adrianwx23 »

This is what i see..


Image
User avatar
PaulMy
Posts: 3857
Joined: Sun 28 Sep 2008 11:54 pm
Weather Station: Davis VP2 Plus 24-Hour FARS
Operating System: Windows8 and Windows10
Location: Komoka, ON Canada
Contact:

Re: Need help adjusting crazy yearly rainfall totals

Post by PaulMy »

@De Hout wrote:
I can't help you further because I still use Cumulus 1. I don't know anything about higher versions.
About the same thing in CU1 and CMX - "Rainfall season start" in CU1 and "Start of rainfall season" in CMX, just in a different Station setup menu tab.

Enjoy,
Paul
VP2+
C1 www.komokaweather.com/komokaweather-ca
MX https://komokaweather.com/cumulusmx/index.htm /index.html /index.php
MX https://komokaweather.com/cumulusmxwll/index.htm /index.html /index.php
MX https:// komokaweather.com/cumulusmx4/index.htm
Image
Post Reply