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

by Warrandyte
Thu 03 Aug 2017 10:29 am
Forum: Fine Offset/EasyWeather
Topic: Can't get sensor to pair / connect
Replies: 12
Views: 6600

Re: Can't get sensor to pair / connect

The trick is to power up the base first, then the transmitter. Also if it has solar on top the use the reset button with a paperclip. Don't try too close, line of sight at a few meters is fine for pairing. I had one I couldn't pair when sat next to the receiver. I just bought rechargeable from the s...
by Warrandyte
Wed 07 Jun 2017 5:41 am
Forum: Web site - General
Topic: Moon Ditty
Replies: 0
Views: 2037

Moon Ditty

Just a quick little something to replace the moon image it uses the MoonPercent Webtag and gets an appropriate image for that phase of the moon like so: http://www.warrandytefarm.com/images/moon/moon_03.png theres a bit of code to go in the placeholder for the image, and the moon images need to be i...
by Warrandyte
Tue 23 May 2017 11:17 am
Forum: Web site - General
Topic: SQL dayfile data Viewer
Replies: 32
Views: 18940

Re: SQL dayfile data Viewer

Something missing from the package.. ;) dataTables.scroller.js Install that to: ../examples/resources The table will now list the entire contents (pretty fast, I might add) which you can scroll through. It also automatically updates the text: Displaying 1 - 14 days from 328 days to show you exactly...
by Warrandyte
Mon 22 May 2017 5:11 am
Forum: Cumulus 1 (No longer being developed)
Topic: FTP Connect Error 500 Again
Replies: 23
Views: 8094

Re: FTP Connect Error 500 Again

Ive had a similar intermittent issue where neither the hostname nor ip appear to be resolving as they keep pulling back the record of the nameserver. However I still acceeess the site through another provider. seems like the NS records are all fouled up somewhere, maybe i should just point them all ...
by Warrandyte
Fri 19 Aug 2016 12:33 pm
Forum: Cumulus 1 (No longer being developed)
Topic: Strange FTP issues
Replies: 2
Views: 1667

Re: Strange FTP issues

Had done all of te above but it magically started working again and php processing stoped just after the hosting provider said they cant find anything wrong.... usual story.
Thanks Steve.
by Warrandyte
Fri 19 Aug 2016 10:01 am
Forum: Cumulus 1 (No longer being developed)
Topic: Strange FTP issues
Replies: 2
Views: 1667

Strange FTP issues

My hosting provider recently had to reset my hosting. One letter change in username thats all However ftp simply doesnt work I get 500 messages in the log and see password rejects but the same credentials work in winscp and oher ftp programs Even via android with the same credentials it works fine J...
by Warrandyte
Sun 29 Mar 2015 11:53 pm
Forum: CumulusMX Beta (releases up to b3043 ONLY)
Topic: Dumb Questions.
Replies: 5
Views: 2521

Dumb Questions.

Sorry few dumb questions. I tried accessing (remote pc IP):8998 via the internal LAN but got nothing, is it only accessible locally? it does say initialising on port 8002 for the web interface however 8998 is the admin port. Can I just copy the data files across to pick up history? People mention us...
by Warrandyte
Fri 27 Mar 2015 10:27 pm
Forum: CumulusMX Beta (releases up to b3043 ONLY)
Topic: erroneous rainfall in mx
Replies: 2
Views: 1495

erroneous rainfall in mx

warrandytefarm.com/
and
warrandytefarm.com/mx/

Mx recording 1520mm of rain from fine offset where none existed.
by Warrandyte
Mon 02 Mar 2015 10:52 pm
Forum: Web site - General
Topic: php recursive directory search working for webcams
Replies: 2
Views: 2130

Re: php recursive directory search working for webcams

Kevin. My mistake. It was 5.4... And i needed 5.5 so theyre not too bad once you can get around the phillipino need to script and reiterate every sentence of a conversation. I live in a more remote part of Australia and they have one of the few intrfaces that isnt image intensive so i can actually u...
by Warrandyte
Sat 28 Feb 2015 5:02 am
Forum: Webcams
Topic: Displaying webcam images - got a recursive dir Iterator
Replies: 4
Views: 3684

Re: Displaying webcam images - got a recursive dir Iterator

/webcam/yyyymmdd/hh/Cam(x)__YYYYMMDDhhmmssms.jpg and its a bugger. the number of images is dependant on the hour divided by minutes per image (or seconds per image if you had unlimited bandwidth) 4 cameras, same (ha ha) firmware versions 2 different methods two under YYYYMMDD directly, the other two...
by Warrandyte
Fri 27 Feb 2015 11:05 pm
Forum: Webcams
Topic: Displaying webcam images - got a recursive dir Iterator
Replies: 4
Views: 3684

Re: Displaying webcam images - got a recursive dir Iterator

They all list under the link. Apologies i meant 5.4 rather than 5.5. My subversive subversion thinking. I went to throw them all into an array sorted by filename which gives the date and filtered by camera number which is the Filename prefix (as i think most cameras allow this method) As you can see...
by Warrandyte
Fri 27 Feb 2015 12:17 pm
Forum: Web site - General
Topic: php recursive directory search working for webcams
Replies: 2
Views: 2130

php recursive directory search working for webcams

http://www.warrandytefarm.com/test/getimagenames.php the code is below for anyone who wants one that works on php4+ <?php /** * @author Rob France */ $myfile = new RecursiveDirectoryIterator("webcam/"); $display = Array ('jpeg', 'jpg' ); foreach(new RecursiveIteratorIterator($myfile) as $...
by Warrandyte
Fri 27 Feb 2015 12:16 pm
Forum: Webcams
Topic: Displaying webcam images - got a recursive dir Iterator
Replies: 4
Views: 3684

Displaying webcam images - got a recursive dir Iterator

http://www.warrandytefarm.com/test/getimagenames.php the code is below for anyone who wants one that works on php4+ <?php /** * @author Rob France */ $myfile = new RecursiveDirectoryIterator("webcam/"); $display = Array ('jpeg', 'jpg' ); foreach(new RecursiveIteratorIterator($myfile) as $...
by Warrandyte
Wed 25 Feb 2015 10:53 pm
Forum: Cumulus 1 (No longer being developed)
Topic: Cumulus MX (Cumulus 3) beta test
Replies: 390
Views: 170370

Re: Cumulus MX (Cumulus 3)

Dammit, wrong thread on last post.

Yes please Steve,
Running XP 7 8, 8,1 and 10
WH3081
by Warrandyte
Wed 25 Feb 2015 10:45 pm
Forum: Cumulus 1 (No longer being developed)
Topic: Cumulus MX / 3.0
Replies: 7
Views: 4219

Re: Cumulus MX / 3.0

Yes Please Steve, limited as I may be.
Also running Win 10 on a dev PC
Thanks, Rob