FAQ

From Cumulus Wiki
Revision as of 21:08, 22 August 2009 by Daj (talk | contribs)
Jump to navigationJump to search

The Cumulus FAQ

If you think a question is missing from the FAQ, please add it to the 'discussion' tab and we can insert this if necessary


Installing and Running Cumulus

What operating systems does Cumulus run on?

Windows XP, Windows Server 2003, Windows Vista, Windows 7, Windows Home Server, and Windows Server 2008. It may also work on Windows 2000, but this is not supported. You will probably not be able to get it to work on Windows 2000 with a Fine Offset station.

What weather stations does Cumulus work with?

Davis Vantage Pro (VP) and Vantage Pro2 (VP2), Oregon Scientific WM918, WMR918, WMR928 and WMR968, stations which use the Easyweather software such as MyDEL, Nevada, Watson and Fine Offset, with model numbers such as WH1080, WH1081, W8681, 265NC etc, and the La Crosse WS2300 range. You may have problems with corrupt data if you use a WS23xx with a serial/USB adapter; this combination is therefore not supported.

For a complete list see the Supported Devices page.

Will you support weather station X?

It’s quite hard to support a particular weather station when I don’t have access to one. Also, most companies don’t seem to like third parties writing software for their stations, so don’t make the protocol available. However, if the protocol is available somewhere, and you are prepared to do all of the testing (it will be frustrating, hard work), I may consider adding support for your weather station. Please post a request on the forum.

How do I upgrade to a new release?

Back up your data, and run the new setup. Occasionally, there may be actions you need to perform before or after the upgrade - these will be documented in the readme.txt file.

How do I back up my data?

Copy the contents of the Cumulus ‘data’ folder.

What are the formats of the Cumulus data files?

These are detailed in the Log Files section of this Wiki and also in the Cumulus help file, in the section “Data log file format”

What do the various wind speeds in Cumulus correspond to, with Fine Offset stations?

For Fine Offset stations, the ‘latest’ value in Cumulus corresponds to the ‘gust’ value on the station. The ‘gust’ value in Cumulus is the highest of the ‘latest’ figures in the last 10 minutes. The ‘average’ value in Cumulus is either the ’speed’ from the station (a 48-second average, apparently) or, if you have Cumulus set to calculate a 10-minute average, it’s the average over the last 10 minutes of the ‘latest’ values.


Troubleshooting

I’ve configured my ftp details but the web pages aren’t appearing on my site

Try setting ‘use active FTP mode’.

I’ve tried active FTP mode, buy my web pages still don’t appear?

Are you absolutely sure you have set the ftp path correctly? Most problems like this are a result of an incorrect path. Try turning on the ftp logging and look in the ftplog.txt and realtimeftplog.txt files.

My web pages have things like <#location> in them

You’ve edited them with something like Dreamweaver, and it’s changed the angle brackets on the webtags to < and > - you need to change them back to < and >. These may look very similar on your screen, but you can only generate the correct ones by using the appropriate keys on your keyboard.

My ‘new record’ light has stopped flashing

The ‘new record’ light only flashes when an all-time record has been broken.

I installed a new version and my web page templates got over-written

The supplied web page templates are part of Cumulus and will be over-written on upgrade. If you want to create your own web pages, don’t edit the supplied ones, use the ‘extra files’ facility.

I can’t find my data files!

You’re probably running Windows Vista. Look in C:\Users\[username]\AppData\Local\VirtualStore\Program Files\Cumulus

The Moon rise or set time is showing dashes.

The moon doesn’t rise and set every day, the dashes appear when that event doesn’t occur on that particular day. The period between a moon rise and set is approximately 12 hours and 25 minutes, on average. The moon rises (or sets) approximately 50 minutes later, on average, each day. It therefore follows that sometimes the moon will not rise or set on a particular day - i.e. it had risen the previous day, or will set on the following day.

I’ve ‘zoomed’ a graph, how do I get it back to full size?

Drag from lower right to upper left.

My monthly and/or annual rainfall totals are wrong

The monthly and annual rainfall totals are calculated from the daily totals in dayfile.txt. So you need to stop Cumulus and edit the daily totals until your monthly and annual totals are correct. The format of the dayfile.txt file is in the help file, in the section “Data log file format”, or here. If you need to, you can specify a year-to-date total to add in for the period up to the point where you started using Cumulus, so that your first year’s total is correct. This is on the Station Configuration screen.

The ‘gust’ line has disappeared from my graph

You probably have Cumulus set to calculate a 10-minute average, and your logger period is 10 minutes or longer, so your gust comes out the same as the average when using data from the logger.

My ‘gust’ values are the same as my ‘average’ wind speed values.

As above, you probably have Cumulus set to calculate a 10-minute average, and your logger period is 10 minutes or longer, so your gust comes out the same as the average when using data from the logger.

I’ve just installed Cumulus, and it didn’t download all the old data from my weather station

Cumulus deliberately doesn’t attempt to download any data from before the point when you first run it. If you wish, you can force it to download data from any point by editing the ‘Timestamp’ line in the today.ini file (in the data folder), before starting it. If you do this, you may need to edit your data file a little as you may have duplicate entries and/or entries out of order.

Cumulus doesn’t show the same pressure as my Fine Offset console

First of all, check that you are comparing the Cumulus display with the ‘relative’ pressure on your console. Cumulus displays pressure corrected to sea level, which the console calls ‘relative pressure’.

If your relative pressure still disagrees with the Cumulus display, it may be due to the following: The Fine Offset stations only supply absolute/station pressure to Cumulus, so it has to adjust to sea level. When Cumulus starts, it reads the pressure ‘offset’ (the difference between absolute/station and relative/sea level pressure) from the station so it can use it subsequently to calculate the sea level pressure. Sometimes the offset that is read is clearly garbage, so Cumulus uses zero as a best effort.

To circumvent this, you can edit cumulus.ini, and in the [Station] section add an entry:

EWpressureoffset=x.y

where x.y is your pressure offset. Cumulus will then use this instead of reading it from the station.

I get an error when I try to view my all-time records. Also, they don’t appear on my web site

The date format on your system has probably changed. Look at the Startdate line in cumulus.ini and check whether this is in the correct format for your system. If not, stop Cumulus and correct the date format.