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

Station appear offline

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

ExperiMentor
Posts: 214
Joined: Tue 24 Nov 2015 11:30 pm
Weather Station: Fine Offset & Davis Vantage Vue
Operating System: Windows 10; Raspbian Buster
Location: Switzerland

Re: Station appear offline

Post by ExperiMentor »

Something has changed. Right now, the LED is GREEN, and the message now says "error: Forbidden"
freddie
Posts: 2477
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: Station appear offline

Post by freddie »

Yesterday your gauges banner was saying that the data was 147 days out of date. Yesterday's date is 147 days after its American equivalent 06/01. Today it is 117 days out of date. Todays date is 117 days after its American equivalent (06/02). Therefore I think there is a date format mismatch between Cumulus and Gauges JavaScript. Worth a look.
Freddie
Image
ExperiMentor
Posts: 214
Joined: Tue 24 Nov 2015 11:30 pm
Weather Station: Fine Offset & Davis Vantage Vue
Operating System: Windows 10; Raspbian Buster
Location: Switzerland

Re: Station appear offline

Post by ExperiMentor »

Freddie, I like it, that's not a coincidence!

Predictions for the days ahead (will be correct on Saturday of course!)
Please don't fix it before Sunday, when the difference goes negative. We wanna see the explosion!

01-Jun-20 06-01-20 147
02-Jun-20 06-02-20 117
03-Jun-20 06-03-20 89
04-Jun-20 06-04-20 59
05-Jun-20 06-05-20 30
06-Jun-20 06-06-20 0
07-Jun-20 06-07-20 -29
08-Jun-20 06-08-20 -59
09-Jun-20 06-09-20 -89
10-Jun-20 06-10-20 -118
11-Jun-20 06-11-20 -148
12-Jun-20 06-12-20 -177
13-Jun-20 06-01-21 -207
richard_newberry
Posts: 481
Joined: Tue 12 Apr 2011 10:23 pm
Weather Station: Watson W-8186
Operating System: Raspbian Bookworm & Debian 12
Location: Leicester
Contact:

Re: Station appear offline

Post by richard_newberry »

Yep all updating fine. Console everything apart from that error message in gauges.htm.
Desford Weather (at parents)
https://desford-weather.co.uk

Countesthorpe Weather (at mine)
https://countesthorpe-weather.co.uk
richard_newberry
Posts: 481
Joined: Tue 12 Apr 2011 10:23 pm
Weather Station: Watson W-8186
Operating System: Raspbian Bookworm & Debian 12
Location: Leicester
Contact:

Re: Station appear offline

Post by richard_newberry »

NoSensorCheck = 0

Is that making it say the error message in Gauges.htm?

Next time I am up my parents house I'll have to turn debug on and see if it comes back with any errors.
Desford Weather (at parents)
https://desford-weather.co.uk

Countesthorpe Weather (at mine)
https://countesthorpe-weather.co.uk
richard_newberry
Posts: 481
Joined: Tue 12 Apr 2011 10:23 pm
Weather Station: Watson W-8186
Operating System: Raspbian Bookworm & Debian 12
Location: Leicester
Contact:

Re: Station appear offline

Post by richard_newberry »

I have tried putting gauges.js back to default and gauges.htm back to default and still saying currently offline...

Just because i went from 4.18.97+ to 4.18.118 its displaying that error.

I don't get it. The MXdiags says it's found the console via USB.

I have no idea what's up.

I can only think of, it's the version of Mono I have installed with Buster....
Desford Weather (at parents)
https://desford-weather.co.uk

Countesthorpe Weather (at mine)
https://countesthorpe-weather.co.uk
freddie
Posts: 2477
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: Station appear offline

Post by freddie »

richard_newberry wrote: Tue 02 Jun 2020 10:41 pm I have tried putting gauges.js back to default and gauges.htm back to default and still saying currently offline...
Your message has changed to "Last updated 89 days ago" which is what I expected it to do due to the mis-match between date formats somewhere within your setup.

Looking at http://desford-weather.co.uk/realtimegauges.txt I see this:

Code: Select all

"timeUTC":"2020,3,6,7,12,24,",
The expected format is "Year,Month,Day,Hour,Minute,Second". Looking at your data, the "Month" and "Day" are swapped - i.e. the American style. This is very likely down to your locale setting on your pi. Type the following command in the console on your pi:

Code: Select all

locale
Post the result in a reply to this topic.
Freddie
Image
richard_newberry
Posts: 481
Joined: Tue 12 Apr 2011 10:23 pm
Weather Station: Watson W-8186
Operating System: Raspbian Bookworm & Debian 12
Location: Leicester
Contact:

Re: Station appear offline

Post by richard_newberry »

locale
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-8"
LC_MESSAGES="en_GB.UTF-8"
LC_PAPER="en_GB.UTF-8"
LC_NAME="en_GB.UTF-8"
LC_ADDRESS="en_GB.UTF-8"
LC_TELEPHONE="en_GB.UTF-8"
LC_MEASUREMENT="en_GB.UTF-8"
LC_IDENTIFICATION="en_GB.UTF-8"
LC_ALL=

i will change round what you suggested.
Desford Weather (at parents)
https://desford-weather.co.uk

Countesthorpe Weather (at mine)
https://countesthorpe-weather.co.uk
richard_newberry
Posts: 481
Joined: Tue 12 Apr 2011 10:23 pm
Weather Station: Watson W-8186
Operating System: Raspbian Bookworm & Debian 12
Location: Leicester
Contact:

Re: Station appear offline

Post by richard_newberry »

All working cheers.
Desford Weather (at parents)
https://desford-weather.co.uk

Countesthorpe Weather (at mine)
https://countesthorpe-weather.co.uk
Post Reply