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 506 matches

by rogerthn
Tue 16 Apr 2024 6:00 pm
Forum: Cumulus MX Current (releases since b3043)
Topic: New help fixing time from UTC to my local time in Florida
Replies: 26
Views: 321

Re: New help fixing time from UTC to my local time in Florida

Adrianwx23 wrote: Tue 16 Apr 2024 5:47 pm So what do you want me to do? How and were do i add en_US.utf8 ?
Execute sudo dpkg-reconfigure locales
Arrow down to en_US.UTF-8 UTF-8
Select with Space
Press enter
Press enter again

To "verify" run

Code: Select all

LC_ALL=en_US.utf8 date
by rogerthn
Tue 16 Apr 2024 5:26 pm
Forum: Cumulus MX Current (releases since b3043)
Topic: New help fixing time from UTC to my local time in Florida
Replies: 26
Views: 321

Re: New help fixing time from UTC to my local time in Florida

OK, you are missing en_US.utf8 Demonstration below LC_ALL=en_GB.utf8 date Tue 16 Apr 19:19:21 CEST 2024 LC_ALL=en_US.utf8 date Tue Apr 16 07:19:30 PM CEST 2024 I do think that you need to add en_US.utf8, as a starting point sudo dpkg-reconfigure locales Leaving en_GB.utf8 as default should be OK
by rogerthn
Tue 16 Apr 2024 4:34 pm
Forum: Cumulus MX Current (releases since b3043)
Topic: New help fixing time from UTC to my local time in Florida
Replies: 26
Views: 321

Re: New help fixing time from UTC to my local time in Florida

Adrianwx23 wrote: Tue 16 Apr 2024 4:32 pm So you want me to type the command "locale" ?
Yes please ;-)
by rogerthn
Tue 16 Apr 2024 4:22 pm
Forum: Cumulus MX Current (releases since b3043)
Topic: New help fixing time from UTC to my local time in Florida
Replies: 26
Views: 321

Re: New help fixing time from UTC to my local time in Florida

Yes, time zone is one part. Can you please tell me what the command locale returns My CumulusMX bullseye have LANG=en_GB.UTF-8 LANGUAGE= LC_CTYPE="en_GB.UTF-8" LC_NUMERIC="en_GB.UTF-8" LC_TIME="en_GB.UTF-8" LC_COLLATE="en_GB.UTF-8" LC_MONETARY="en_GB.UTF-...
by rogerthn
Tue 16 Apr 2024 3:57 pm
Forum: Cumulus MX Current (releases since b3043)
Topic: New help fixing time from UTC to my local time in Florida
Replies: 26
Views: 321

Re: New help fixing time from UTC to my local time in Florida

Hmmm???
Digging a bit deeper, do you have a file /etc/default/locale and if so what does it contain?
by rogerthn
Tue 16 Apr 2024 12:05 pm
Forum: Cumulus MX Current (releases since b3043)
Topic: New help fixing time from UTC to my local time in Florida
Replies: 26
Views: 321

Re: New help fixing time from UTC to my local time in Florida

I did find out that one of my bullseye did have AM/PM, not what I want.
I do think command below did fix it

Code: Select all

sudo localectl set-locale LANGUAGE=en_GB.UTF-8
Maybe you need

Code: Select all

sudo localectl set-locale LANGUAGE=en_US.UTF-8
Please not that re-login is needed.
by rogerthn
Tue 16 Apr 2024 11:19 am
Forum: Cumulus MX Current (releases since b3043)
Topic: New help fixing time from UTC to my local time in Florida
Replies: 26
Views: 321

Re: New help fixing time from UTC to my local time in Florida

Have you tried localectl?
localectl
System Locale: LANG=en_US.UTF-8

date
Tue 16 Apr 2024 01:16:34 PM CEST
localectl
System Locale: LANG=en_GB.UTF-8

date
Tue 16 Apr 13:18:15 CEST 2024
by rogerthn
Mon 15 Apr 2024 5:56 pm
Forum: Cumulus MX Current (releases since b3043)
Topic: Installing CMX v4
Replies: 26
Views: 536

Re: Installing CMX v4

RogerH wrote: Mon 15 Apr 2024 4:41 pm ...
I have got CumulusMX running using as a service using

Code: Select all

systemctl enable cumulusmx 
but it only runs for a few seconds and then stops. What am I doing wrong?

RogerH
Enable is to enable the service.
Have you tried

Code: Select all

systemctl start cumulusmx
by rogerthn
Sat 13 Apr 2024 4:38 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

OK
My GW1000 pushes data to Home Assistant but I could still pull data from it.

Good luck
Roger
by rogerthn
Sat 13 Apr 2024 4:27 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

No it's just the single instance collecting from the Davis, and receiving from the GW1100. I do have a database but need to get the data in it first :) I've a GW1000 and trying https://github.com/bmrzycki/gw1000-http curl -s http://localhost:9000 information api : 1 timestamp : 2024-04-13 18:23:00 ...
by rogerthn
Thu 11 Apr 2024 8:00 pm
Forum: Cumulus MX Current (releases since b3043)
Topic: Important - Highcharts Licensing
Replies: 53
Views: 2235

Re: Important - Highcharts Licensing

Mapantz wrote: Thu 11 Apr 2024 7:47 pm Trusted CDN providers have exceptional levels of security.
This might be, but The XZ Utils Backdoor?
by rogerthn
Thu 04 Apr 2024 10:24 am
Forum: Cumulus MX Current (releases since b3043)
Topic: MySQL Out of range value for column 'ChillHours'
Replies: 2
Views: 136

Re: MySQL Out of range value for column 'ChillHours'

The table definition was changed back in v3.20.0 There is a script in the distribution zip - /MXutils/v3.20.0-AlterMySqlTables.sql - that adds the ChillHours column with decimal(7,2) to old tables that did not have it. OK, must have missed that I don't remember if originally, I had said to use (5,2...
by rogerthn
Thu 04 Apr 2024 8:17 am
Forum: Cumulus MX Current (releases since b3043)
Topic: MySQL Out of range value for column 'ChillHours'
Replies: 2
Views: 136

MySQL Out of range value for column 'ChillHours'

I did have some invalid wind yesterday and needed to update, but.
MysQL Dayfile ChillHours do have decimal(5,2) and the Dayfile Viewer/Editor have vaules > 999.99, hence update did fail.
I did change to decimal(7,2) and my update was OK.