Welcome to the Cumulus Support forum.

Latest Cumulus MX V4 release 4.0.1 (build 4023) - 16 May 2024

Latest Cumulus MX V3 release 3.28.6 (build 3283) - 21 March 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

Search found 11604 matches

by mcrossley
Fri 31 May 2024 4:35 pm
Forum: Cumulus MX version 3 (since build 3043)
Topic: Cumulus does not send me the minimum pressure for the year.
Replies: 5
Views: 156

Re: Cumulus does not send me the minimum pressure for the year.

Ok, it is likely you have some bad data somewhere then. Your all time low pressure should also be zero? Use the This Year records editor for this. Get the records from both the day file and the monthly logs. That will show the day time off the zero value. Edit the monthly log to remove that zero val...
by mcrossley
Thu 30 May 2024 5:13 pm
Forum: Cumulus MX version 3 (since build 3043)
Topic: Cumulus does not send me the minimum pressure for the year.
Replies: 5
Views: 156

Re: Cumulus does not send me the minimum pressure for the year.

What does it return if you request this URL in a browser: http://<cmx_ip>:8998/api/tags/process.json?YearPressH&YearPressL
by mcrossley
Thu 30 May 2024 3:45 pm
Forum: Cumulus MX version 4
Topic: Custom Alarms not executing Action
Replies: 3
Views: 66

Re: Custom Alarms not executing Action

OK, if necessary, please create a temporary user alarm that you can trigger straight away.

Nothing has changed in the alarm action code in Cumulus between v3 and v4
by mcrossley
Thu 30 May 2024 3:18 pm
Forum: Cumulus MX version 4
Topic: Custom Alarms not executing Action
Replies: 3
Views: 66

Re: Custom Alarms not executing Action

I had a quick look, there is an error if you do not specify any parameters. Put something in the parameters field and the task runs OK.
by mcrossley
Thu 30 May 2024 12:51 pm
Forum: Cumulus MX version 4
Topic: CMX v4 monthly Logfile format
Replies: 4
Views: 90

Re: CMX v4 monthly Logfile format

Not checked it other than the last field which isn't correct.
Look at "monthlyfileheader.txt" in the root folder
by mcrossley
Thu 30 May 2024 12:46 pm
Forum: Cumulus MX version 4
Topic: How to run CreateMising in linux
Replies: 8
Views: 224

Re: How to run CreateMising in linux

The last line is corrupt...
Screenshot 2024-05-30 134317.png

Fixed version attached.
by mcrossley
Thu 30 May 2024 11:13 am
Forum: Cumulus MX version 4
Topic: CMX v4 monthly Logfile format
Replies: 4
Views: 90

Re: CMX v4 monthly Logfile format

It's exactly the same fields as v3 - just now using consistent field separators, date/time separators, and dot decimals.
by mcrossley
Thu 30 May 2024 11:11 am
Forum: General
Topic: FTP a chart?
Replies: 3
Views: 134

Re: FTP a chart?

It's an idea David, but CMX isn't generating that chart image, you as a human are doing it. So not something you could automate easily - unless you invoke a screen clicker, or use the HighCharts export module (either sending the data to HighCharts for rendering, or setting up your own export server)...
by mcrossley
Thu 30 May 2024 10:40 am
Forum: Cumulus MX version 4
Topic: Important - Highcharts Licensing
Replies: 56
Views: 4183

Re: Important - Highcharts Licensing

Sorry, my spare time recently has been bogged down in v4 issues/tweaks/improvements.
by mcrossley
Thu 30 May 2024 10:40 am
Forum: General
Topic: FTP a chart?
Replies: 3
Views: 134

Re: FTP a chart?

Cumulus MX does not create the charts as images, they are drawn as required in your client browser from a data file. The software used (currently!) is HighCharts.
by mcrossley
Thu 30 May 2024 10:38 am
Forum: Cumulus MX version 4
Topic: How to run CreateMising in linux
Replies: 8
Views: 224

Re: How to run CreateMising in linux

Zip up and post the log file and I'll take a look.
by mcrossley
Thu 30 May 2024 10:37 am
Forum: Cumulus MX version 4
Topic: CMX just stopped
Replies: 7
Views: 177

Re: CMX just stopped

It does look like a crash in dotnet rather than Cumulus :(
by mcrossley
Wed 29 May 2024 9:58 pm
Forum: Cumulus MX version 4
Topic: How to run CreateMising in linux
Replies: 8
Views: 224

Re: How to run CreateMising in linux

Sorry, on Linux the dotnet commands should all reference the <name>.dll rather than .exe
So
> dotnet CreateMissing.dll

The .exe's are Windows only.
by mcrossley
Wed 29 May 2024 8:22 pm
Forum: Cumulus MX version 3 (since build 3043)
Topic: Cumulus does not send me the minimum pressure for the year.
Replies: 5
Views: 156

Re: Cumulus does not send me the minimum pressure for the year.

So, 14% on 4th March is not your minimum humidity, and 989.0 hPa on 26th March is not the minimum pressure?
by mcrossley
Wed 29 May 2024 8:18 pm
Forum: Cumulus MX version 4
Topic: How to run CreateMising in linux
Replies: 8
Views: 224

Re: How to run CreateMising in linux

Yep, if you are running Cumulus v3 you use mono, with v4 swap it to dotnet.