Welcome to the Cumulus Support forum.

Latest Cumulus MX V4 release 4.0.0 (build 4022) - 11 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 525 matches

by rogerthn
Wed 15 May 2024 1:23 pm
Forum: Cumulus MX version 4
Topic: How to start CumulusMX with dotnet in linux
Replies: 25
Views: 436

Re: How to start CumulusMX with dotnet in linux

hmm??
Upload of latest MXdiags-file might help.
For those that understand what they contain ;)
by rogerthn
Wed 15 May 2024 8:12 am
Forum: Cumulus MX version 4
Topic: How to start CumulusMX with dotnet in linux
Replies: 25
Views: 436

Re: How to start CumulusMX with dotnet in linux

After anther restart of the system, cumulusmx still didn't start up. Oh well. What else needs to be done to get it running without user input What do you get from systemctl status cumulusmx.service Mine on bullseye ● cumulusmx.service - CumulusMX service Loaded: loaded (/etc/systemd/system/cumulusm...
by rogerthn
Mon 13 May 2024 2:17 pm
Forum: Cumulus MX version 4
Topic: v4 - no temperature reading
Replies: 8
Views: 194

Re: v4 - no temperature reading

philipg wrote: Mon 13 May 2024 2:08 pm Can't find utils latest errors, have attached latest MXDiags log file, any help will be much apprieciated.
Screenshot 2024-05-13 161652.png
by rogerthn
Mon 13 May 2024 12:09 pm
Forum: Cumulus MX version 4
Topic: v4 - no temperature reading
Replies: 8
Views: 194

Re: v4 - no temperature reading

I did have the same and it was caused by
The spike removal for outdoor temperature is not working correctly.
viewtopic.php?p=181509#p181509
by rogerthn
Sun 12 May 2024 6:32 am
Forum: Cumulus MX version 4
Topic: Version 4.0 b4022 Spike Setting Issues
Replies: 9
Views: 108

Re: Version 4.0 b4022 More info

OK and THANKS for your efforts!
by rogerthn
Sat 11 May 2024 3:10 pm
Forum: Cumulus MX version 4
Topic: Version 4.0 b4022 Spike Setting Issues
Replies: 9
Views: 108

Re: Version 4.0 b4022 More info

Hence, change 9 below to 999 before the upgrade should do the trick?
Screenshot 2024-05-11 170902.png
But I do find it a bit strange that actions like this is needed when upgrading from RC b4021 to 4022
by rogerthn
Sat 11 May 2024 2:51 pm
Forum: Cumulus MX version 4
Topic: Version 4.0 b4022 Spike Setting Issues
Replies: 9
Views: 108

Version 4.0 b4022 Spike Setting Issues

i hope that this is an appropriate topic? Version 4.0 b4022 did send an alert E-mail as below on startup A Cumulus MX alarm has been triggered. A data spike from your weather station has been suppressed. Last message: Temp difference greater than spike value - NewVal=18.9 OldVal=999.0 SpikeTempDiff=...
by rogerthn
Sat 20 Apr 2024 1:13 pm
Forum: Cumulus MX version 3 (since build 3043)
Topic: Dayfile Help
Replies: 4
Views: 303

Re: Dayfile Help

water01 wrote: Sat 20 Apr 2024 7:04 am In the Cumulus Admin Console, Data Logs > Dayfile.
Select line and press delete
Screenshot 2024-04-20 151059.png
by rogerthn
Sat 20 Apr 2024 8:20 am
Forum: Cumulus MX version 3 (since build 3043)
Topic: Need help adding some links to my VP2 website
Replies: 15
Views: 733

Re: Need help adding some links to my VP2 website

dazza1223 wrote: Sat 20 Apr 2024 7:31 am
That's why I given up for so well said because it was non stop.....
For the record +1
PS
viewtopic.php?t=22158
by rogerthn
Fri 19 Apr 2024 9:39 am
Forum: Cumulus MX version 3 (since build 3043)
Topic: New help fixing time from UTC to my local time in Florida
Replies: 57
Views: 1518

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

You need to check your php-files!
Parts of https://adriansweatherstation.com/websitedata.json
"update":"4/19/2024 5:35:00 AM"

"MonthTempLT":"11:19 AM"

"MonthDewPointHT":"2:13 AM"
by rogerthn
Thu 18 Apr 2024 11:52 am
Forum: Cumulus MX version 3 (since build 3043)
Topic: New help fixing time from UTC to my local time in Florida
Replies: 57
Views: 1518

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

Maybe adding -lang en-US when starting CMX?
PS
It might be simplest to re-install the service?
sudo dotnet CumulusMX.dll -install -user <username> [-group <groupname>] [-port port_num] [-lang <lang-code>]
by rogerthn
Thu 18 Apr 2024 6:21 am
Forum: Cumulus MX version 3 (since build 3043)
Topic: New help fixing time from UTC to my local time in Florida
Replies: 57
Views: 1518

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

You might need to add the line LC_TIME=en_US.UTF-8 to /etc/default/locale, this can be done as below

Code: Select all

echo "LC_TIME=en_US.UTF-8" | sudo  tee --append /etc/default/locale
Please note --append to append to the file
and then

Code: Select all

sudo update-locale
by rogerthn
Wed 17 Apr 2024 4:56 pm
Forum: Cumulus MX version 3 (since build 3043)
Topic: New help fixing time from UTC to my local time in Florida
Replies: 57
Views: 1518

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

Have you tried sudo sed -i 's/%I/%l/g' /usr/share/i18n/locales/en_US ? Running bookworm :-) ls -l /usr/share/i18n/locales/en* From my bookworm, please note the timestamp on en_US :clap: ls -lrt /usr/share/i18n/locales/en* -rw-r--r-- 1 root root 2430 Feb 3 05:32 /usr/share/i18n/locales/en_ZW -rw-r--r...
by rogerthn
Wed 17 Apr 2024 2:48 pm
Forum: Cumulus MX version 3 (since build 3043)
Topic: New help fixing time from UTC to my local time in Florida
Replies: 57
Views: 1518

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

Whoops, your first try did have user and not usr
Screenshot 2024-04-17 164103.png
If

Code: Select all

sudo sed -i 's/%I/%l/g' /usr/share/i18n/locales/en_US
is failing please show me output from the commands below?

Code: Select all

cat /etc/os-release
and

Code: Select all

ls -l /usr/share/i18n/locales/en*
by rogerthn
Wed 17 Apr 2024 1:41 pm
Forum: Cumulus MX version 3 (since build 3043)
Topic: New help fixing time from UTC to my local time in Florida
Replies: 57
Views: 1518

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

There are spaces.
I normally use SELECT ALL, Copy and Paste.
Screenshot 2024-04-17 154003.png