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

Search found 113 matches

by Herbaldew
Mon 14 Aug 2017 7:47 pm
Forum: Homebuilt
Topic: Davis VP2 Relay Device
Replies: 102
Views: 122245

Re: Davis VP2 Relay Device

just plug it in, no soldering! How did you attach the antenna wire? Edit: Stuck a straightened paper click in the ant hole and am receiving from both the ISS and the 6332. However, I can't connect at all with my consoles. Both are Rev 3.15 (US) English. Any suggestions? Thanks Am I supposed to add ...
by Herbaldew
Sun 13 Aug 2017 1:21 pm
Forum: CumulusMX Beta (releases up to b3043 ONLY)
Topic: CumulusMX gets no connection to Wh1080
Replies: 33
Views: 17263

Re: CumulusMX gets no connection to Wh1080

Here is how I install Mono:

Code: Select all

sudo apt-get install mono-complete
That is what I found when I searched how to install it when I got my rPi. It installs v3.2.8. I assumed it was installing the latest until I read this thread. At any rate - CmX runs flawlessly with it.
by Herbaldew
Sat 12 Aug 2017 4:21 pm
Forum: Homebuilt
Topic: Davis VP2 Relay Device
Replies: 102
Views: 122245

Re: Davis VP2 Relay Device

Kudos to LowPowerLab ... ordered Friday @ 1235 and delivery is scheduled for Monday. Quite surprised given I didn't even know they were here in the US. I've been reading up on what software I need and how to get the Moteino up and running with your sketches. One thing I still haven't figured out and...
by Herbaldew
Fri 11 Aug 2017 1:35 pm
Forum: Homebuilt
Topic: Davis VP2 Relay Device
Replies: 102
Views: 122245

Re: Davis VP2 Relay Device

For Aus you will want the 915 MHz model. Which one depends on what range/connect it. Could there be a problem with too much power? All my stuff is fairly close now but at only $1 more for the HCW was thinking that was good just in case I ever spread stuff out more. Also, I'm in the US not AUS. Acco...
by Herbaldew
Thu 10 Aug 2017 6:15 pm
Forum: Homebuilt
Topic: Davis VP2 Relay Device
Replies: 102
Views: 122245

Re: Davis VP2 Relay Device

I bought my solar and uv sensors months after my VP2 and 6332 transmitter but remembered seeing the "sun" and "uv" receptacles when installing my 6332. After installing the solar and uv sensors and saw that they were working I immediately searched for a ready-made pole mount for ...
by Herbaldew
Thu 10 Aug 2017 5:49 pm
Forum: SteelSeries Gauges
Topic: Solar Gauge "Wedge" Issue
Replies: 16
Views: 10018

Re: Solar Gauge "Wedge" Issue

Works great - thanks!

A note to anyone trying this and who may be copy-n-pasting like me ... I ended up with one "}" too many and had to delete one, so I used this:

Code: Select all

 else {
    ssGauge.setArea([]);
}
instead of this:

Code: Select all

} else {
    ssGauge.setArea([]);
}
by Herbaldew
Wed 09 Aug 2017 8:31 pm
Forum: SteelSeries Gauges
Topic: Solar Gauge "Wedge" Issue
Replies: 16
Views: 10018

Re: Solar Gauge "Wedge" Issue

mcrossley wrote: Opps! - and you didn't copy the extraneous single quote! :roll:
Of course I did lol

That unbroke the page - now I can move on to figuring out where to add the "else" statement :)
by Herbaldew
Wed 09 Aug 2017 8:11 pm
Forum: SteelSeries Gauges
Topic: Solar Gauge "Wedge" Issue
Replies: 16
Views: 10018

Re: Solar Gauge "Wedge" Issue

When I do this the page breaks like it does with everything I have tried. That is...no gauges show up, just the radio buttons below the ones that have them.
mcrossley wrote:You could change

Code: Select all

if (data.CurrentSolarMax !== 'N/A')
to

Code: Select all

if (cache.currMaxValue > 0')
by Herbaldew
Wed 09 Aug 2017 4:22 pm
Forum: SteelSeries Gauges
Topic: Solar Gauge "Wedge" Issue
Replies: 16
Views: 10018

Re: Solar Gauge "Wedge" Issue

Playing with this gauge again and am stuck as usual :D I am trying to get the "wedge" to not display when the current theoretical max = zero. I have been trying to manipulate this section of code: if (data.CurrentSolarMax !== 'N/A') Everything I try breaks the display. Am I even barking up...
by Herbaldew
Sun 06 Aug 2017 10:53 pm
Forum: CumulusMX Beta (releases up to b3043 ONLY)
Topic: New to Cumulus trying to install on Rpi advice needed please
Replies: 31
Views: 12883

Re: New to Cumulus trying to install on Rpi advice needed please

I'm fairly new at this so take my advice with a grain of salt... I don't think there is any "install" available. Does rPi1 have USB? Just zip your CumulusMX folder and transfer it to the rPi on a thumb drive. I personally use the built in VNC Server and simply zip the CumulusMX folder and ...
by Herbaldew
Sun 06 Aug 2017 2:43 pm
Forum: SteelSeries Gauges
Topic: Frameless gauges?
Replies: 5
Views: 3923

Re: Frameless gauges?

That did it - thanks!
by Herbaldew
Sat 05 Aug 2017 7:41 pm
Forum: SteelSeries Gauges
Topic: Frameless gauges?
Replies: 5
Views: 3923

Re: Frameless gauges?

mcrossley wrote:You can indeed 'switch off' the frame completely, you do this via an additional gauge initialization parameter NoFrame: true
Could you be specific on how to add this? I can't seem to get it to work.

Thanks
by Herbaldew
Tue 25 Jul 2017 3:41 pm
Forum: SteelSeries Gauges
Topic: UV Gauge Issue
Replies: 10
Views: 5482

Re: UV Gauge Issue

Success! I had played with "gaugeGlobals.uvScaleDefMax" before without luck but must have done something different this time because it worked :D Thanks again. cache.maxValue = Math.max(cache.value, cache.maxMeasured, gaugeGlobals.uvScaleDefMax); cache.maxValue = nextHighest(cache.maxValue...
by Herbaldew
Tue 25 Jul 2017 2:59 pm
Forum: SteelSeries Gauges
Topic: UV Gauge Issue
Replies: 10
Views: 5482

Re: UV Gauge Issue

Hmm - can't edit that last post. Could this be needed? gaugeGlobals.uvScaleDefMax I have played with adding this because the solar irradiation gauge has a similar entry at the top of the script and this in its if statement: cache.maxValue = Math.max(cache.value, cache.currMaxValue, cache.maxToday, g...
by Herbaldew
Tue 25 Jul 2017 2:18 pm
Forum: SteelSeries Gauges
Topic: UV Gauge Issue
Replies: 10
Views: 5482

Re: UV Gauge Issue

Now my needle is endlessly dropping to zero about every 3 seconds then climbing back up.

I had this happen with several of my attempts.