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 4017) - 17 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

Re: On the ChartsCompiler

Discussion of the Cumulusutils tool and website generator.

Moderator: HansR

AndyKF650
Posts: 704
Joined: Thu 20 Aug 2020 8:35 am
Weather Station: Davis VP2 Plus
Operating System: RPiv4 64bit Linux 12 Bookworm
Location: Jersey Channel Islands
Contact:

Moon icon on CUtils

Post by AndyKF650 »

Hi Hans

Would it be possible to add the moon icon cf CMX to the CUtils desktop? This could be an either/or use of your moon diagram or the CMX generated image presumably access through the .ini file so that it stays in place through the website upgrade process.
User avatar
HansR
Posts: 5870
Joined: Sat 20 Oct 2012 6:53 am
Weather Station: GW1100 (WS80/WH40)
Operating System: Raspberry OS/Bullseye
Location: Wagenborgen (NL)
Contact:

Re: Change Requests

Post by HansR »

@AndyKF650 : OK, Moon on the ToDo list for when the dust settled on the tech changes.
Hans

https://meteo-wagenborgen.nl
CMX build 4017+ ● RPi 3B+ ● Raspbian Linux 6.1.21-v7+ armv7l ● dotnet 8.0.3
AndyKF650
Posts: 704
Joined: Thu 20 Aug 2020 8:35 am
Weather Station: Davis VP2 Plus
Operating System: RPiv4 64bit Linux 12 Bookworm
Location: Jersey Channel Islands
Contact:

Re: Change Requests

Post by AndyKF650 »

Hi Hans

I put my mind to the Moon change request over the weekend and came up with a solution.

If you remove the link to a Moon panel item and copy it to a CUserMenu.txt new tab called Moon, the following script works for me. It also has the advantage of being permanent when a Website update is performed.

""
</li>
<li class='nav-item dropdown'>
<a class='nav-link dropdown-toggle' href='#' id='navbarDropdown' role='button' data-toggle='dropdown' aria-haspopup='true' aria-expanded='false'> Moon </a>
<div class='dropdown-menu' aria-labelledby='navbarDropdown'>
<div class='col border rounded-lg CUCellBody' onclick="ClickGauge(26);"> <h4 class='CUCellTitle'>Moon</h4> <img id="Moon" src="/Generalicons/moon.png";>
<p> <span>Moonrise: @&nbsp;</span> <span id='CUmoonrise'></span><br />
<span>Moonset: @&nbsp;</span> <span id='CUmoonset'></span > </p>
<div class='dropdown-divider'>
</div>
</div>

""

I expect you will have a more slick solution but given my rather limited coding knowledge I will use this for the time being.
User avatar
HansR
Posts: 5870
Joined: Sat 20 Oct 2012 6:53 am
Weather Station: GW1100 (WS80/WH40)
Operating System: Raspberry OS/Bullseye
Location: Wagenborgen (NL)
Contact:

Re: Change Requests

Post by HansR »

AndyKF650 wrote: Mon 22 Nov 2021 8:24 am I expect you will have a more slick solution but given my rather limited coding knowledge I will use this for the time being.
Haha... respect for the inventive solution :clap: , but you are right, I'll probably do it differently :D

[EDIT]
And I am a bit surprised this works fine
Hans

https://meteo-wagenborgen.nl
CMX build 4017+ ● RPi 3B+ ● Raspbian Linux 6.1.21-v7+ armv7l ● dotnet 8.0.3
User avatar
HansR
Posts: 5870
Joined: Sat 20 Oct 2012 6:53 am
Weather Station: GW1100 (WS80/WH40)
Operating System: Raspberry OS/Bullseye
Location: Wagenborgen (NL)
Contact:

Re: Change Requests

Post by HansR »

Summary of requests so far (since end of may 2021):

Done:
  1. Extra Sensors (full module inclusing support of / with the ChartsCompiler)
  2. Dashboard configurable panel order
  3. Sun hours today addition
  4. Using CMX moon image iso CUtils moon abstraction
ToDo (not decided yet):
  1. Scroll bar on day records table: under investigation, ToDo for version 7.0
  2. Change the image for the header depending on the time of day: ToDo for version 7.0
    Under investigation; Currently experimental;
    (Implementation is aimed at different images for all phases of dawn/day/dusk/night)
Hans

https://meteo-wagenborgen.nl
CMX build 4017+ ● RPi 3B+ ● Raspbian Linux 6.1.21-v7+ armv7l ● dotnet 8.0.3
User avatar
HansR
Posts: 5870
Joined: Sat 20 Oct 2012 6:53 am
Weather Station: GW1100 (WS80/WH40)
Operating System: Raspberry OS/Bullseye
Location: Wagenborgen (NL)
Contact:

Re: Change Requests

Post by HansR »

Please note that I will be making scrollbars for some modules to have them more nicely fit in the reportview of the website like e.g. pwsFWI had it from the beginning.
However if you are using these modules really modular (that is in your own website), it may have an effect (possibly unwanted) on how you do things.

If you would like NOT to use scrollbars on e.g. Top10 or Daily Records modules, please let me know and I will parametrise this.
Hans

https://meteo-wagenborgen.nl
CMX build 4017+ ● RPi 3B+ ● Raspbian Linux 6.1.21-v7+ armv7l ● dotnet 8.0.3
AndyKF650
Posts: 704
Joined: Thu 20 Aug 2020 8:35 am
Weather Station: Davis VP2 Plus
Operating System: RPiv4 64bit Linux 12 Bookworm
Location: Jersey Channel Islands
Contact:

Re: Change Requests

Post by AndyKF650 »

Hi Hans

Thanks for the update on scrollbars. I am very happy that they get incorporated into the CUtils release.

I have been working on my site and have now incorporated a virtual Davis Console, CMX website and the Beteljuice YADR into my site. At the moment I am happy with it but I am sure something new will spark some more development work.
User avatar
meteo19
Posts: 89
Joined: Tue 03 May 2016 8:13 pm
Weather Station: Davis VP2+/DP1500 SmartHub
Operating System: Microsoft Windows 7 Pro
Location: Ségur-Le-Château, France
Contact:

Re: Change Requests

Post by meteo19 »

Hi Hans
I fully understand the improvement for Utils certainly a nice advance.On the other hand as you know I use your powerful program for all my sites and I am afraid of encountering problems.Ideally you should be able to try and go back if it is not suitable but it may not be possible :groan: .Have a nice day and thank you for everything.

Best regards,
Patrick
User avatar
HansR
Posts: 5870
Joined: Sat 20 Oct 2012 6:53 am
Weather Station: GW1100 (WS80/WH40)
Operating System: Raspberry OS/Bullseye
Location: Wagenborgen (NL)
Contact:

Re: Change Requests

Post by HansR »

meteo19 wrote: Thu 02 Dec 2021 5:35 am Hi Hans
I fully understand the improvement for Utils certainly a nice advance.On the other hand as you know I use your powerful program for all my sites and I am afraid of encountering problems.Ideally you should be able to try and go back if it is not suitable but it may not be possible :groan: .Have a nice day and thank you for everything.

Best regards,
Patrick
Hi Patrick,

Thanks for the comment and OK, I get your point.
I'll make it a choice and parametrise the scroll bars on the records pages to make it optional.

Regards,
Hans

https://meteo-wagenborgen.nl
CMX build 4017+ ● RPi 3B+ ● Raspbian Linux 6.1.21-v7+ armv7l ● dotnet 8.0.3
User avatar
HansR
Posts: 5870
Joined: Sat 20 Oct 2012 6:53 am
Weather Station: GW1100 (WS80/WH40)
Operating System: Raspberry OS/Bullseye
Location: Wagenborgen (NL)
Contact:

Re: Change Requests

Post by HansR »

HansR wrote: Tue 30 Nov 2021 9:49 am ToDo (not decided yet):
  1. Scroll bar on day records table: under investigation, ToDo for version 7.0
  2. Change the image for the header depending on the time of day: ToDo for version 7.0
    Under investigation; Currently experimental;
    (Implementation is aimed at different images for all phases of dawn/day/dusk/night)
Done. These will be available in version 7 (depending on CMX).
You can see the results in the CMX4 test site (see below in my signature). You should be able to see the header image change within a minute of the solar phases changes.
(see the release notes for what is going on in that release)
Hans

https://meteo-wagenborgen.nl
CMX build 4017+ ● RPi 3B+ ● Raspbian Linux 6.1.21-v7+ armv7l ● dotnet 8.0.3
AndyKF650
Posts: 704
Joined: Thu 20 Aug 2020 8:35 am
Weather Station: Davis VP2 Plus
Operating System: RPiv4 64bit Linux 12 Bookworm
Location: Jersey Channel Islands
Contact:

Re: Change Requests

Post by AndyKF650 »

Hi Hans

I really like the scroll bar option for the day records, this will make interpreting long data table much easier.

Not sure about the changeable header, I will need to do some further investigation.
User avatar
meteo19
Posts: 89
Joined: Tue 03 May 2016 8:13 pm
Weather Station: Davis VP2+/DP1500 SmartHub
Operating System: Microsoft Windows 7 Pro
Location: Ségur-Le-Château, France
Contact:

Re: Change Requests

Post by meteo19 »

Hi Hans
I've been using Ecowitt's DP60 lightning detector for about two months.Je me demandais s'il été possible de récupérer les données pour créer des graphiques avec Utils.I guess for this to be possible we would have to add the tags to the strings.ini of CMX.
Thank you very much.

Regards,
Patrick
User avatar
HansR
Posts: 5870
Joined: Sat 20 Oct 2012 6:53 am
Weather Station: GW1100 (WS80/WH40)
Operating System: Raspberry OS/Bullseye
Location: Wagenborgen (NL)
Contact:

Re: Change Requests

Post by HansR »

Hi Patrick,

The problem with the lightning detector is that CMX does not log it so there is no data to handle for CumulusUtils.

I did not bother to ask Mark to log this sensor because in my view the detector is missing a very important attribute: direction. But if it gets logged I will provide CumulusUtils to pick it up and make it possible to chart it (strike moment and distance). It would be charted like all ExtraSensors only as a RECENT plotvariable (and not sure yet how you would like to see time, distance and number plotted, I assume some kind of scatter plot).

I am not really sure it is worth the trouble though.

Currently the lightning detector is only presented by CMX on the Extra Sensor page as instantaneous data and it would be a change to CMX (to log it).
You would have to ask Mark to add logging for it in the Cumulus MX Development Suggestions board.

NB: nice mix of French/English. I only noticed after I had published the answer :lol:

Regards,
Hans

https://meteo-wagenborgen.nl
CMX build 4017+ ● RPi 3B+ ● Raspbian Linux 6.1.21-v7+ armv7l ● dotnet 8.0.3
User avatar
meteo19
Posts: 89
Joined: Tue 03 May 2016 8:13 pm
Weather Station: Davis VP2+/DP1500 SmartHub
Operating System: Microsoft Windows 7 Pro
Location: Ségur-Le-Château, France
Contact:

Re: Change Requests

Post by meteo19 »

HansR wrote: Tue 28 Dec 2021 9:52 am Hi Patrick,

The problem with the lightning detector is that CMX does not log it so there is no data to handle for CumulusUtils.

I did not bother to ask Mark to log this sensor because in my view the detector is missing a very important attribute: direction. But if it gets logged I will provide CumulusUtils to pick it up and make it possible to chart it (strike moment and distance). It would be charted like all ExtraSensors only as a RECENT plotvariable (and not sure yet how you would like to see time, distance and number plotted, I assume some kind of scatter plot).

I am not really sure it is worth the trouble though.

Currently the lightning detector is only presented by CMX on the Extra Sensor page as instantaneous data and it would be a change to CMX (to log it).
You would have to ask Mark to add logging for it in the Cumulus MX Development Suggestions board.

NB: nice mix of French/English. I only noticed after I had published the answer :lol:

Regards,
Hi Hans
I'm really sorry for the French English mix :idea: .For the rest you are right we do not have here on the European continent thunderstorms every day.A simple line like below will do.
Capture.PNG
Regards
You do not have the required permissions to view the files attached to this post.
water01
Posts: 3215
Joined: Sat 13 Aug 2011 9:33 am
Weather Station: Ecowitt HP2551
Operating System: Windows 10 64bit
Location: Burnham-on-Sea
Contact:

Re: Change Requests

Post by water01 »

I am storing all the lightning detected in a MySQL table updated at "rollover" by

Code: Select all

INSERT IGNORE INTO Lightning (LogDate,StrikesToday) VALUES ('<#metdateyesterday format=yyyy-MM-dd>',<#LightningStrikesToday>)
In a Table called Lightning containing two columns LogDate (type date) and StrikesToday (type int(11)).

I am then plotting these on my historical graphs page https://www.dmjsystems.co.uk/weatherbos ... graphs.php click on Lightning.

Code kindly supplied by mapantz on this forum and I am sure she will not mind me supplying if you want to do this.
David
Image
Post Reply