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 4018) - 28 March 2024

Legacy Cumulus 1 release v1.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 3288 matches

by beteljuice
Tue 16 Nov 2021 12:45 pm
Forum: Web site - General
Topic: Lost data on home page
Replies: 2
Views: 809

Re: Lost data on home page

That is the Template page, not the processed template ..
by beteljuice
Fri 12 Nov 2021 9:27 pm
Forum: Cumulusutils
Topic: Virtual Davis VP2 console integration
Replies: 20
Views: 2716

Re: Virtual Davis VP2 console integration

That would have been the next 'gentle suggestion' (or a PM) - but Mark does like popping bubbles :lol:

That's the problem when you code for others - you become bitter and twisted :twisted:

:? :ugeek: :lol: :lol: :lol:
by beteljuice
Fri 12 Nov 2021 12:22 pm
Forum: Cumulusutils
Topic: Virtual Davis VP2 console integration
Replies: 20
Views: 2716

Re: Virtual Davis VP2 console integration

:clap: nuff said ...
by beteljuice
Thu 11 Nov 2021 10:34 pm
Forum: Cumulusutils
Topic: Virtual Davis VP2 console integration
Replies: 20
Views: 2716

Re: Virtual Davis VP2 console integration

... but I have cleaned up the VP2 boarder Yup, that's what I was seeing, but you've you've lost your nice rounded edges. did you just crop the graphic ? On the original screenshot it seems to be showing the grid pattern of what should be a transparent (image) background ? Something wring with the i...
by beteljuice
Thu 11 Nov 2021 12:53 pm
Forum: Cumulusutils
Topic: Virtual Davis VP2 console integration
Replies: 20
Views: 2716

Re: Virtual Davis VP2 console integration

Hi Andy ...

Small niggle ..
Looking at the screenshot you don't seem to have styled the background and / or the <IFrame> ?

Well done on the integration :clap:
by beteljuice
Sat 06 Nov 2021 11:43 am
Forum: Web site - General
Topic: Need a little PHP help
Replies: 8
Views: 1549

Re: Need a little PHP help

Works correctly on my 'old' php ...

double-check you have:

Code: Select all

    $valTot = (float)$row[3] - (float)$row[1];
    $valSuccess = $valTot / (float)$row[3] * 100;
BTW - I don't know what you are checking, but are you sure total is recorded - missed and not recorded + missed ?
by beteljuice
Sat 06 Nov 2021 1:43 am
Forum: Web site - General
Topic: Need a little PHP help
Replies: 8
Views: 1549

Re: Need a little PHP help

All depends on if the array value is a string or not ..
When I pull $valSuccess in highcharts (Javascript)
Silly question ... you have checked the php value that is being used ?
by beteljuice
Sat 06 Nov 2021 12:29 am
Forum: Web site - General
Topic: Need a little PHP help
Replies: 8
Views: 1549

Re: Need a little PHP help

Code: Select all

    $valTot = $row[3] - $row[1];
You haven't floated the $row values and - (minus) won't force them to numeric.
by beteljuice
Thu 04 Nov 2021 2:12 pm
Forum: Cumulus MX Current (releases since b3043)
Topic: Adding a 24 hour trend to the display
Replies: 12
Views: 1899

Re: Adding a 24 hour trend to the display

As I implied earlier - script in the html page shouldn't work. Regardless of the approach you need to get your hands dirty in the setpagedata.js file This is because both (object) cmx_data.name or your variable defined within the 'grab' function stay there. i.e. they cannot be 'seen' outside of the ...
by beteljuice
Thu 28 Oct 2021 1:36 am
Forum: Ecowitt
Topic: Adding in the Air Quality sensor & graphs
Replies: 7
Views: 1981

Re: Adding in the Air Quality sensor & graphs

... not the website. Not sure why. The website template(s), old or new are basically driven by <#webtags> one way or another. AQ paraphernalia being relatively new are both vendor specific (currently Davis or Ecowitt) and an 'Extra Sensor', of which there could be multiple number quantities and / o...
by beteljuice
Wed 20 Oct 2021 11:01 pm
Forum: Cumulus MX Current (releases since b3043)
Topic: Adding a 24 hour trend to the display
Replies: 12
Views: 1899

Re: Adding a 24 hour trend to the display

... but where / how is the html script getting the values to work with in the first place ;)
by beteljuice
Wed 20 Oct 2021 10:11 pm
Forum: Cumulus MX Current (releases since b3043)
Topic: Adding a 24 hour trend to the display
Replies: 12
Views: 1899

Re: Adding a 24 hour trend to the display

Hi guys ... A few pointers .... In the json file eg. "OutsideTemp1hAgo":"<#RecentOutsideTemp h=1>", // this creates a STRING value (because of " <#RecentOutsideTemp h=1> " ) For math purposes it is easier to remove the quotes here, rather than floatval() later. You want...
by beteljuice
Sat 16 Oct 2021 3:09 pm
Forum: Cumulus Support Forum Feedback
Topic: Report Spam Button
Replies: 11
Views: 7181

Re: Report Spam Button

the beteljuice is not seeing any kind of 'report' link on / in any of the above posts :?
by beteljuice
Tue 12 Oct 2021 9:53 pm
Forum: General
Topic: beteljuice paper chase
Replies: 30
Views: 6430

Re: beteljuice paper chase

First of all congratulations to those with the patience and wit to successfully complete the challenge :clap: Mark (Crossley) billy HansR (with help :) ) Each week I will be 'redacting' the spoilers in reverse order, just to make things interesting for new participants. Although born of boredom thi...
by beteljuice
Thu 07 Oct 2021 10:09 am
Forum: Web site - General
Topic: AQM-III Web interface.
Replies: 1
Views: 913

Re: AQM-III Web interface.

The weatherDuino 'page' is already formatted with <head> <body> and <style>
JSON's are easily available .....

... multi AQ sensors on a page.
Then use the (JSON) data files Dear Henry, Dear Henry - use the data files. 8-)