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 3288 matches

by beteljuice
Tue 03 Aug 2010 10:01 pm
Forum: Web site - General
Topic: Playing with non-linear gauges
Replies: 12
Views: 3479

Re: Playing with non-linear gauges

Not my 'thing', but a subtle and significant improvement in readability whilst maintaining your desire to show change at the lower levels. I think if I were to do 'logs', I would probably do it in reverse so most change would be shown at higher levels - BUT the scale max. ranges would probably be re...
by beteljuice
Mon 02 Aug 2010 5:46 pm
Forum: Web site - General
Topic: Playing with non-linear gauges
Replies: 12
Views: 3479

Re: Playing with non-linear gauges

beteljuice no like !

It give a visually dispropionate view of change at low levels - surely you would be more concerned about eg. wind speed change from 10 => 30 than 0.5 => 2.0 ?
by beteljuice
Sat 31 Jul 2010 10:25 pm
Forum: Web site - General
Topic: Chandler Burning Index
Replies: 42
Views: 22152

Re: Chandler Burning Index

As possible (and small) negative values are meaningless, and the index is quoted as integer % it would be better to modify the code slightly <?php $ftemp = '73.0'; // why are these numbers in quotes ? $rh = '87'; // Convert F temp to C temp $ctemp = (5/9)*($ftemp-32); $ct = round($ctemp,0); // why a...
by beteljuice
Tue 22 Jun 2010 12:17 am
Forum: Cumulus 1 (No longer being developed)
Topic: Cloudbase (again)
Replies: 3
Views: 1056

Re: Cloudbase (again)

Unless you are doing cloudbase by some kind of observational measurement, I don't see the point !

As has been stated elsewhere, the calculation is for the lowest (cumulus) type formation, which may or may not occur.

ie. the sky could be clear or have higher level cloud formation.
by beteljuice
Fri 18 Jun 2010 10:27 am
Forum: Web site - General
Topic: All the help you can give me.
Replies: 105
Views: 20608

Re: All the help you can give me.

Have you ever thought of reading the help files or the wiki ? Make sure that in cumulus Internet Settings - Sites/Options : Web Settings that the Realtime box is ticked. As your html pages and graphs are being uploaded the web path you have must be correct, and you say you can manually upkoad the re...
by beteljuice
Sat 12 Jun 2010 11:30 am
Forum: General
Topic: New Zealand weather Stations?
Replies: 4
Views: 2262

Re: New Zealand weather Stations?

... Would be cool to have a NZ home weather network going...
Not seen this then ... http://www.nzweather.net/ ;)
by beteljuice
Wed 09 Jun 2010 9:37 pm
Forum: Cumulus 1 (No longer being developed)
Topic: Forecast logic?
Replies: 5
Views: 1973

Re: Forecast logic?

Another hiccough is that the Sager technique also (correctly) employs 'trend' eg. change (or not) of wind direction over perhaps last fours hours. These are intuitive to an observer, but without external logging / coding this data is not 'native' output to C1. The Zambretti forecast could be more ve...
by beteljuice
Sun 06 Jun 2010 12:38 am
Forum: Web site - General
Topic: php that shows time of season date an time
Replies: 6
Views: 2835

Re: php that shows time of season date an time

... and times :lol:

It's all very loose - It depends where on the globe you are, and if you want to 'measure' them by temperature or astronomically ;)

... http://en.wikipedia.org/wiki/Season
by beteljuice
Fri 04 Jun 2010 10:08 pm
Forum: Cumulus 1 (No longer being developed)
Topic: wind gust = wind speed
Replies: 12
Views: 3016

Re: wind gust = wind speed

There are a few sites (can't remember offhand) with 'calculators', but if I remember correctly it's more a case of hours of 'useful' windspeed, typically > 9 mph for an effecient turbine. It's surprising just how few good sites there are ! - I suppose a good rule of thumb would be if you live near s...
by beteljuice
Fri 04 Jun 2010 9:56 pm
Forum: Webcams
Topic: Who has the longest working USB cable?
Replies: 26
Views: 14450

Re: Who has the longest working USB cable?

BTW - using the balun(s) should be good for 300m with unshielded twisted pair ;)
by beteljuice
Wed 02 Jun 2010 9:20 pm
Forum: Webcams
Topic: Who has the longest working USB cable?
Replies: 26
Views: 14450

Re: Who has the longest working USB cable?

The problem (presumeably) is not the video data but the power ? - what about a splitter or a powered repeater after the network adaptor at the cam end ?
by beteljuice
Sun 23 May 2010 10:19 pm
Forum: Homebuilt
Topic: Yet Another Stevenson Screen
Replies: 15
Views: 8123

Re: Yet Another Stevenson Screen

Not happy about you positioning your sensor in a 'tunnel' between the shed and the trees - both can be heat sources !
by beteljuice
Fri 21 May 2010 10:30 pm
Forum: Webcams
Topic: webcam refresh countdown timers
Replies: 13
Views: 9719

Re: webcam refresh countdown timers

The code is 'old' ;) [edit: some of my points covered even as I was typing] Whilst hating CSS, it does have its uses :o A more upto date philosophy would be to have your timer displaying in a named <div> or <span> with it's content being updated. In a similar vein, pure eye-candy, is to have TWO <di...
by beteljuice
Fri 21 May 2010 10:02 pm
Forum: Webcams
Topic: Webcam .... Advice and Recommendations
Replies: 86
Views: 31243

Re: Webcam .... Advice and Recommendations

The only problem is if YAWCAM or your PC or your 'line' goes kaput ! A simple PHP solution is: <?php // Time to wait before showing the offline image in seconds $offtime=300; // 300 = 5min // path/name of off-line image $offline = "NOCAM02.jpg"; // path/name of latest webcam image $cam = &...
by beteljuice
Thu 20 May 2010 10:13 am
Forum: Webcams
Topic: Webcam .... Advice and Recommendations
Replies: 86
Views: 31243

Re: Webcam .... Advice and Recommendations

Thinking aloud ..... If you have php and the graphics library on your server you should be able, for example: If top left pixel rgb values > 'dark' values image = cached last good (or perhaps avi of the day ?) else copy latest image to cached last good put 'too dark' text on image use latest image (...