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

February 2024 errors with NOAA and rainfall generation

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

brookr
Posts: 110
Joined: Sun 30 Jun 2013 7:41 am
Weather Station: Vanatge Pro2 plus
Operating System: Windows 10
Location: Farsley Near Leeds

February 2024 errors with NOAA and rainfall generation

Post by brookr »

It's not been a good month for Cumulus MX as something is corrupting my data files and I'm unable to fix. I have reproduced my NOAA report for this month that isn't updating at all. I've also reproduced my daily rainfall tables that has a recurring error that is giving spurious large rainfall on almost a daily basis. my Weatherlink total rainfall to date is 74.8mm.
:groan: :cry:
You do not have the required permissions to view the files attached to this post.
freddie
Posts: 2483
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: February 2024 errors with NOAA and rainfall generation

Post by freddie »

If you zip up and post your MXdiags log files then somebody can take a look at what's occurring.
Freddie
Image
brookr
Posts: 110
Joined: Sun 30 Jun 2013 7:41 am
Weather Station: Vanatge Pro2 plus
Operating System: Windows 10
Location: Farsley Near Leeds

Re: February 2024 errors with NOAA and rainfall generation

Post by brookr »

Thanks Freddie. I'll do that!
brookr
Posts: 110
Joined: Sun 30 Jun 2013 7:41 am
Weather Station: Vanatge Pro2 plus
Operating System: Windows 10
Location: Farsley Near Leeds

Re: February 2024 errors with NOAA and rainfall generation

Post by brookr »

Here's my latest MXdiag: Hope someone can see my problems. For me it's all a bit confusing to say the least! :oops:
You do not have the required permissions to view the files attached to this post.
SamiS
Posts: 383
Joined: Sun 27 Feb 2011 5:13 pm
Weather Station: Ecowitt HP2551 & GW1100
Operating System: Raspberry Pi OS
Location: Kangasala, Finland

Re: February 2024 errors with NOAA and rainfall generation

Post by SamiS »

Your dayfile.txt has an error that might be the reason for report generation to fail.

Code: Select all

 Error at line 1256 of data\dayfile.txt : Input string was not in a correct format.
If that particular line seems to be ok, check if there are some corrupted lines before that. If you can’t see anything obvious, you could post the file here also.
brookr
Posts: 110
Joined: Sun 30 Jun 2013 7:41 am
Weather Station: Vanatge Pro2 plus
Operating System: Windows 10
Location: Farsley Near Leeds

Re: February 2024 errors with NOAA and rainfall generation

Post by brookr »

Thanks. It's always difficult to see what's right and wrong for me!
Here's the file in question . Hope it's obvious. :groan: :clap:
dayfile.txt
You do not have the required permissions to view the files attached to this post.
yamen
Posts: 8
Joined: Wed 10 Nov 2021 3:17 pm
Weather Station: Rosenborg 68750
Operating System: windows 10/Raspbian bullseye

Re: February 2024 errors with NOAA and rainfall generation

Post by yamen »

I'm not sure if this is the problem and how it may happened but you can try to edit this entry or use this attached already modified dayfile

Code: Select all

01/02/24,38,247,23:20,4.7,00:50,7.9,00:00,1025.36,19:30,1031.80,10:17,0.0,00:00,0.6
error.png
You do not have the required permissions to view the files attached to this post.
Software: CumulusMX build 3248
Hardware: Raspberry pi zero W
Weather station: Rosenborg 68750 (wh1090 clone).
brookr
Posts: 110
Joined: Sun 30 Jun 2013 7:41 am
Weather Station: Vanatge Pro2 plus
Operating System: Windows 10
Location: Farsley Near Leeds

Re: February 2024 errors with NOAA and rainfall generation

Post by brookr »

Thanks Sami
I deleted the file and replaced it with your corrected file and hey it works! However, not the end of the story since the gigantic rainfall totals are still amiss and continuing, but at least I can see the blatant errors in the two location of "daily rain" and on the "Noaa report" I like the way you identified the issue. How did you find the error in the dayfile?
Much appreciated.
:clap:
https://leedsweathercentre.co.uk/noaareports.php
brookr
Posts: 110
Joined: Sun 30 Jun 2013 7:41 am
Weather Station: Vanatge Pro2 plus
Operating System: Windows 10
Location: Farsley Near Leeds

Re: February 2024 errors with NOAA and rainfall generation

Post by brookr »

Sorry I see It's not Sami that identified. Thanks for the file regardless!
SamiS
Posts: 383
Joined: Sun 27 Feb 2011 5:13 pm
Weather Station: Ecowitt HP2551 & GW1100
Operating System: Raspberry Pi OS
Location: Kangasala, Finland

Re: February 2024 errors with NOAA and rainfall generation

Post by SamiS »

brookr wrote: Mon 26 Feb 2024 10:00 am I deleted the file and replaced it with your corrected file and hey it works! However, not the end of the story since the gigantic rainfall totals are still amiss and continuing, but at least I can see the blatant errors in the two location of "daily rain" and on the "Noaa report" I like the way you identified the issue. How did you find the error in the dayfile?
Not to take credit of @yamen’s work… :D But when using a proper editor (Notepad++ on the screenshot) you can see the line numbers. Then you have just to look at the error specified line to see visually what is wrong. The data in your case is comma separated, and with decimal dots, so it is very obvious that a value should not have two dots. It usually helps to spot the differences when comparing with the line above and below. This was very strange error itself, usually the whole line is just garbage if there is corruption.

If you are still having problems with improper rainfall figures, you might want to first check your station settings that the rain correction factor and measuring unit is correctly set. If necessary, you may want to open a new thread for that problem. It may need some debug logging by Mark that developes Cumulus code.
brookr
Posts: 110
Joined: Sun 30 Jun 2013 7:41 am
Weather Station: Vanatge Pro2 plus
Operating System: Windows 10
Location: Farsley Near Leeds

Re: February 2024 errors with NOAA and rainfall generation

Post by brookr »

Thanks
No errors with Weatherlink data, or correction factors. It's definitely Cumulus software :P
brookr
Posts: 110
Joined: Sun 30 Jun 2013 7:41 am
Weather Station: Vanatge Pro2 plus
Operating System: Windows 10
Location: Farsley Near Leeds

Re: February 2024 errors with NOAA and rainfall generation

Post by brookr »

Hi
I've now managed to correct the DAy rainfall editing the dayfile log, but once again NOAA rainfall is being fed from another file that is causing the program to produce huge rainfall totals on a daily basis. How can I correct this ongoing problem without causing any further anomalies. This is my only criticism of CumulusMX. Error correcting :groan: is a nightmare! :groan:
You do not have the required permissions to view the files attached to this post.
brookr
Posts: 110
Joined: Sun 30 Jun 2013 7:41 am
Weather Station: Vanatge Pro2 plus
Operating System: Windows 10
Location: Farsley Near Leeds

Re: February 2024 errors with NOAA and rainfall generation

Post by brookr »

Dayfile corrections work for this report
You do not have the required permissions to view the files attached to this post.
User avatar
philpugh
Posts: 388
Joined: Tue 24 May 2011 8:34 am
Weather Station: See Signature
Operating System: Debian 11 (RPi4)
Location: Antrobus, Cheshire, UK
Contact:

Re: February 2024 errors with NOAA and rainfall generation

Post by philpugh »

Have you tried to regenerate the NOAA report? (Button at top of report page)
Phil Pugh
GW1000 + WH65/WH57/WH31; HP2551 + WS68/WH40A; GW2001 WittBoy
CumulusMX V4 / CUtils V7
Raspberry Pi 5 64bit
http://goosegate.uk/
User avatar
mcrossley
Posts: 12778
Joined: Thu 07 Jan 2010 9:44 pm
Weather Station: Davis VP2/WLL
Operating System: Bullseye Lite rPi
Location: Wilmslow, Cheshire, UK
Contact:

Re: February 2024 errors with NOAA and rainfall generation

Post by mcrossley »

The report is generated from data in the dayfile.

If you have regenerated the report and still have the problem; how did you edit the dayfile? Using the built-in editor, or manually?
Post Reply