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

Multiton feature request

Discussion of Mark Crossley's HTML5/Javascript gauges

Moderator: mcrossley

Post Reply
tklucis
Posts: 2
Joined: Tue 09 Jun 2015 3:38 pm
Weather Station: Airmar, Davis, Aanderaa
Operating System: All
Location: Riga, Latvia

Multiton feature request

Post by tklucis »

Hey Mark,

First of all would like to thank You, about great job you did and do. Awsome. :clap:

About my problem. Have 6 weather stations. They are running on different pages, but now got request to integrate all in one single page.
All are different ... Davis Vantage Pro2, Airmar WX150 multiple units, Aanderaa ... so if anyone have questions regarding NMEA integration and custom logging services ... you are welcome.
Actually wrote script for listening on TCP/Serial and dumping it to SQlite3 database ... and some additional for parsing to clientraw.txt bla bla bla ...

So question is: do you have or plan to introduce multiton feature to your script ? So multiple weather stations can be displayed on one, single web page ?

Thank you
User avatar
mcrossley
Posts: 12756
Joined: Thu 07 Jan 2010 9:44 pm
Weather Station: Davis VP2/WLL
Operating System: Bullseye Lite rPi
Location: Wilmslow, Cheshire, UK
Contact:

Re: Multiton feature request

Post by mcrossley »

That sounds like a job for something like a PHP script on your server to consolidate the data down to a single JSON data file for the gauges. That is what I did before I moved to Cumulus MX, I was running two copies of Cumulus, two weather stations and display the combined data on the 'standardish' gauges page.
tklucis
Posts: 2
Joined: Tue 09 Jun 2015 3:38 pm
Weather Station: Airmar, Davis, Aanderaa
Operating System: All
Location: Riga, Latvia

Re: Multiton feature request

Post by tklucis »

Yep. That can be done easily. But feature like LED (canvas_led) will not work. Because canvas_led object is only one per page, but I have many stations.
Post Reply