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

Search found 377 matches

by philpugh
Sat 13 Apr 2024 1:09 pm
Forum: Cumulus MX Current (releases since b3043)
Topic: Secondary rain gauge - how to access the data
Replies: 6
Views: 136

Re: Secondary rain gauge - how to access the data

Are you collecting data from the GW1100 with another instance of CMX? If so you should be able to 'export' the data either using the Extra Webfiles facility or if you are logging data to a database then extract the data from there for further processing.
by philpugh
Fri 05 Apr 2024 1:27 pm
Forum: Cumulus MX Current (releases since b3043)
Topic: Beta Build 4019
Replies: 29
Views: 1114

Re: Beta Build 4019

Three instances of b4019 running on RPi5 (64bit "bookworm") . No issues.
by philpugh
Thu 04 Apr 2024 5:27 pm
Forum: Cumulus MX Current (releases since b3043)
Topic: Beta Build 4019
Replies: 29
Views: 1114

Re: Beta Build 4019

b4019 working on RPi 5 (64bit Bookworm) with three instances running. No problems - at least with CMX :bash:
by philpugh
Thu 28 Mar 2024 12:09 pm
Forum: Cumulusutils
Topic: CUtils v7 upgrade notes
Replies: 28
Views: 1124

Re: CUtils v7 upgrade notes

@Hans Correct - just one of those things! Using the Ecowitt HP10 now!
by philpugh
Wed 27 Mar 2024 3:03 pm
Forum: Cumulusutils
Topic: CUtils v7 upgrade notes
Replies: 28
Views: 1124

Re: CUtils v7 upgrade notes

Hans:

Have installed V7 onto all three intances of CumulusMx 4b4017 running on RPI5 (Bookworm) 64bit.

No issues to report - all working as expected (except for my Reolink weather camera - which was 'bricked' during a firmware upgrade - apparently this is quite common?)
by philpugh
Wed 27 Mar 2024 12:31 pm
Forum: Cumulus MX Current (releases since b3043)
Topic: CMXv4 .NET8 Windows 10
Replies: 49
Views: 1472

Re: CMXv4 .NET8 Windows 10

I'm running dotnet 8.0.3 on a RPi5 and three instances of CumulusMX 4b4017 without any issues. System uptime: 5 days, 3 hours, 57 minutes System: Raspberry Pi 5 Model B Rev 1.0 Processor: Computer Nr of processors: 4 Processor Temperature: 46.3 °C OS: Linux 6.1.0-rpi8-rpi-2712 aarch64 Description: D...
by philpugh
Sat 23 Mar 2024 3:40 pm
Forum: Cumulus MX Current (releases since b3043)
Topic: Installing two copies of v4 as a service
Replies: 15
Views: 575

Re: Installing two copies of v4 as a service

Copy the existing cumulusmx.service file in /etc/system/system/ to say cumulusmx2.service Edit the cumulusmx2.service file Change the WorkingDirectoty= line to reflect the path to your second instance of MX, Change the ExecStart= line and add the parameter "-port 8999" Save the cumulusmx2...
by philpugh
Thu 29 Feb 2024 11:09 am
Forum: Cumulus MX Current (releases since b3043)
Topic: February 2024 errors with NOAA and rainfall generation
Replies: 25
Views: 1274

Re: February 2024 errors with NOAA and rainfall generation

Have you tried to regenerate the NOAA report? (Button at top of report page)
by philpugh
Mon 26 Feb 2024 12:44 pm
Forum: Cumulus MX Current (releases since b3043)
Topic: realtime.txt fails in raspberry Pi image
Replies: 43
Views: 1766

Re: realtime.txt fails in raspberry Pi image

You cannot restart CMX built-in web server, but nor does it cache the files, caching is disbaled, it serves the requested files afresh each time they are requested. Ok I understand! Can i run a second webserver in the raspberry simultaneously with Cumulusmx service; like apple or ngix? Yes - that's...
by philpugh
Thu 01 Feb 2024 2:38 pm
Forum: Cumulusutils
Topic: Chart scale on new pressure chart
Replies: 6
Views: 637

Re: Chart scale on new pressure chart

I obtained the correct scaling by adding WindSpeed. Will start to add other shortly

thanks
by philpugh
Wed 31 Jan 2024 4:49 pm
Forum: Cumulusutils
Topic: Chart scale on new pressure chart
Replies: 6
Views: 637

Re: Chart scale on new pressure chart

Thanks Hans. I will add other lines first.
by philpugh
Tue 30 Jan 2024 9:42 pm
Forum: Cumulusutils
Topic: Chart scale on new pressure chart
Replies: 6
Views: 637

Chart scale on new pressure chart

I want to create a chart based around pressure and including other information (eg wind speed / direction) So I created another chart in CutilsCharts.def thus: Chart Pressure Title Atmospheric Pressure Has WindBarbs Above Plot Recent Pressure Colour red EndCHART Just to try it out. It does produce a...
by philpugh
Fri 26 Jan 2024 3:48 pm
Forum: Cumulusutils
Topic: => Highcharts version 11.3 fail <=
Replies: 9
Views: 1762

Re: => Highcharts version 11.3 fail <=

Thanks to all!
by philpugh
Thu 25 Jan 2024 11:29 pm
Forum: Cumulus MX Current (releases since b3043)
Topic: Newbie question.
Replies: 21
Views: 1648

Re: Newbie question.

Yes it does seem daunting but a home server is well worth the effort. I run an NGINX server on my Rpi4 and it is reasonably rock solid - well atleast until we had 4 mains outages in 5 mins due to the recent storms. There are some very good diy how-tos on the web for setting these up. I don’t run php...
by philpugh
Mon 22 Jan 2024 4:58 pm
Forum: Cumulusutils
Topic: => Highcharts version 11.3 fail <=
Replies: 9
Views: 1762

Re: Highcharts version 11.3 fail

Highcharts released version 11.3.0 on 10th of January after which the charts indicated above started failing (when the release propagated through the CDN). The solution is to use: UseSpecificHighchartsVersion=11.2.0 I will notify Highcharts but will not start a debugging session with them to find t...