<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.cumuluswiki.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Steve</id>
	<title>Cumulus Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://www.cumuluswiki.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Steve"/>
	<link rel="alternate" type="text/html" href="https://www.cumuluswiki.org/a/Special:Contributions/Steve"/>
	<updated>2026-05-06T02:18:19Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.39.7</generator>
	<entry>
		<id>https://www.cumuluswiki.org/index.php?title=SFTP&amp;diff=4033</id>
		<title>SFTP</title>
		<link rel="alternate" type="text/html" href="https://www.cumuluswiki.org/index.php?title=SFTP&amp;diff=4033"/>
		<updated>2017-05-11T20:53:35Z</updated>

		<summary type="html">&lt;p&gt;Steve: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Many ISPs now only support Secure FTP due to the open, unsecure nature of standard FTP.  &lt;br /&gt;
&lt;br /&gt;
As Cumulus does not currently support Secure FTP an external application must be used. Note that Cumulus MX has support for FTP over TLS/SSL. &lt;br /&gt;
&lt;br /&gt;
[http://winscp.net WINSCP] can be used &lt;br /&gt;
&lt;br /&gt;
Looking at http://winscp.net/eng/docs/script_upload_single_file, winSCP can be used to script SFTP. When installing WinSCP, be sure to tick the option to add the installation directory to the search path.&lt;br /&gt;
&lt;br /&gt;
You have to run it by hand once, to allow the SSH key to be trusted, then it works on its own &lt;br /&gt;
&lt;br /&gt;
The following script works well &lt;br /&gt;
&lt;br /&gt;
 option batch abort&lt;br /&gt;
 option confirm off&lt;br /&gt;
 open User:pass@server&lt;br /&gt;
 put &amp;quot;localpath\realtime.txt&amp;quot; /remotepath&lt;br /&gt;
 exit&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
*change User:pass@server to your username, password and server name combination&lt;br /&gt;
&lt;br /&gt;
*change localpath\realtime.txt to the local path on your PC&lt;br /&gt;
&lt;br /&gt;
*change /remotepath to the remote path on the web server (as seen when you SFTP to the web site)&lt;br /&gt;
&lt;br /&gt;
Save the commands in a text file, let&#039;s use the filename &amp;quot;C:\Cumulus\sftp-cmds.txt&amp;quot; as an example.&lt;br /&gt;
&lt;br /&gt;
Now create a batch file with the following contents:&lt;br /&gt;
&lt;br /&gt;
 winscp.com /script=c:\cumulus\sftp-cmds.txt&lt;br /&gt;
&lt;br /&gt;
Save this batch file, let&#039;s use the file name &amp;quot;C:\cumulus\sftp.bat&amp;quot; as an example.&lt;br /&gt;
&lt;br /&gt;
After creating the batch file, configure Cumulus to call it at each web update interval (using the &#039;external program&#039; settings on the Internet Settings screen). For this example, the external program would be set to &amp;quot;c:\cumulus\sftp.bat&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
If you don&#039;t supply an ftp host name to Cumulus, it will create the updated web files locally but not attempt to ftp them itself.&lt;br /&gt;
&lt;br /&gt;
Note that there are (at least) two different secure FTP protocols, SFTP (SSH FTP) and FTPS (FTP over SSL). WinSCP supports both, but you&#039;ll need to make sure you&#039;re using the correct one for your server. &lt;br /&gt;
&lt;br /&gt;
To upload the &#039;standard web site&#039; that ships with Cumulus, you will need to copy the following files: &lt;br /&gt;
&lt;br /&gt;
*index.htm&lt;br /&gt;
*today.htm&lt;br /&gt;
*yesterday.htm&lt;br /&gt;
*record.htm&lt;br /&gt;
*trends.htm&lt;br /&gt;
*gauges.htm&lt;br /&gt;
*thismonth.htm&lt;br /&gt;
*thisyear.htm&lt;br /&gt;
*monthlyrecord.htm&lt;br /&gt;
&lt;br /&gt;
and to the &#039;images&#039; folder:&lt;br /&gt;
&lt;br /&gt;
*compass.png&lt;br /&gt;
*hum.png&lt;br /&gt;
*humsm.png&lt;br /&gt;
*intemp.png&lt;br /&gt;
*intempsm.png&lt;br /&gt;
*moon.bmp&lt;br /&gt;
*press.png&lt;br /&gt;
*presssm.png&lt;br /&gt;
*rain.png&lt;br /&gt;
*rainsm.png&lt;br /&gt;
*raind.png&lt;br /&gt;
*raindsm.png&lt;br /&gt;
*raint.png&lt;br /&gt;
*raintsm.png&lt;br /&gt;
*solar.png (only required if you have a Solar sensor)&lt;br /&gt;
*solarsm.png (only required if you have a Solar sensor)&lt;br /&gt;
*sunshine.png (only required if you have a Sunshine sensor)&lt;br /&gt;
*sunshinesm.png (only required if you have a Sunshine sensor)&lt;br /&gt;
*temp.png&lt;br /&gt;
*tempsm.png&lt;br /&gt;
*tempm.png&lt;br /&gt;
*tempmsm.png&lt;br /&gt;
*uv.png (only required if you have a UV sensor)&lt;br /&gt;
*uvsm.png (only required if you have a UV sensor)&lt;br /&gt;
*wind.png&lt;br /&gt;
*windd.png&lt;br /&gt;
*windsm.png&lt;br /&gt;
*windgauge.png&lt;br /&gt;
*windrose.png&lt;br /&gt;
*winddsm.png&lt;br /&gt;
&lt;br /&gt;
[[Category:WebTips]]&lt;/div&gt;</summary>
		<author><name>Steve</name></author>
	</entry>
	<entry>
		<id>https://www.cumuluswiki.org/index.php?title=FAQ&amp;diff=4016</id>
		<title>FAQ</title>
		<link rel="alternate" type="text/html" href="https://www.cumuluswiki.org/index.php?title=FAQ&amp;diff=4016"/>
		<updated>2017-03-21T12:10:40Z</updated>

		<summary type="html">&lt;p&gt;Steve: /* Cumulus isn&amp;#039;t performing periodic tasks, like data logging or web uploads */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is the Cumulus FAQ (consult also the Help screens within Cumulus software, and learn more from the rest of this Wiki)&lt;br /&gt;
&lt;br /&gt;
= Installing and Running Cumulus  =&lt;br /&gt;
&lt;br /&gt;
== What operating systems does Cumulus run on?  ==&lt;br /&gt;
&lt;br /&gt;
All versions of Windows from XP to Windows 10 inclusive (and the server versions). It works on 32 bit and 64 bit editions. 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.&lt;br /&gt;
&lt;br /&gt;
Cumulus MX runs on Windows from Windows 7 onwards, and on Linux and Mac OS X.&lt;br /&gt;
&lt;br /&gt;
== Where do I find the Cumulus installer? ==&lt;br /&gt;
&lt;br /&gt;
On the [http://sandaysoft.com/downloads downloads page]&lt;br /&gt;
&lt;br /&gt;
== What do I need to get right when first getting Cumulus? ==&lt;br /&gt;
The installation process for Cumulus displays &#039;&#039;&#039;readme.txt&#039;&#039;&#039;, that has many tips. See also [[Setup]]. Below are three key points.&lt;br /&gt;
# Install Cumulus in its own directory directly under a drive root.&lt;br /&gt;
# Connect your weather station before you start Cumulus&lt;br /&gt;
# When you first run Cumulus, it displays the &#039;&#039;&#039;Station settings&#039;&#039;&#039; screen. On this, make sure you pick the right sort of station (to ensure Cumulus communicates correctly with your weather station, and can identify all the observations) and choose your &#039;&#039;&#039;units&#039;&#039;&#039; wisely. (Changing units later means all stored Lowest and highest numbers up to that point have to be converted immediately manually).  See the &#039;&#039;&#039;Help&#039;&#039;&#039; for information about the rest of the screen, but generally you can easily adjust the other options later.&lt;br /&gt;
&lt;br /&gt;
== What weather stations does Cumulus work with?  ==&lt;br /&gt;
&lt;br /&gt;
*Davis Vantage Pro (VP), Vantage Pro2 (VP2), and Vue. &lt;br /&gt;
*Oregon Scientific WM918, WMR918, WMR928, WMR968, WMR88 (see [[FAQ#How do I set up recording wind speeds in Cumulus, with Oregon Scientific and La Crosse stations | this FAQ]]), WMR100, WMR180, WMR200. &lt;br /&gt;
*Fine Offset - USB-connected stations which use the Easyweather software such as MyDEL, Nevada, Watson and Fine Offset, with model numbers such as WH1080, WH1081, W8681, 265NC etc.&lt;br /&gt;
*La Crosse WS2300 range (see [[FAQ#How do I set up recording wind speeds in Cumulus, with Oregon Scientific and La Crosse stations | this FAQ]]). You may have problems with corrupt data if you use a WS23xx with a serial/USB adapter; this combination is therefore not supported.&lt;br /&gt;
&lt;br /&gt;
For a more complete list see the [[Supported Devices]] page.&lt;br /&gt;
&lt;br /&gt;
== Will you support a new weather station type?  ==&lt;br /&gt;
&lt;br /&gt;
It’s quite hard to support a particular weather station when I don’t have access to one. No weather station is perfect, and problems inevitably arise after the code is written, and I have to start adding more and more code to work around issues with the station. Also, most companies don’t seem to like third parties writing software for their stations, so don’t make the protocol available. I will only consider adding support for a station under a certain set of circumstances which would include &#039;&#039;at least&#039;&#039;: &lt;br /&gt;
&lt;br /&gt;
*A significant donation towards Cumulus development &lt;br /&gt;
*A well documented official protocol spec &lt;br /&gt;
*Loan or donation of a station &lt;br /&gt;
*Access to technical support from the station manufacturer&lt;br /&gt;
&lt;br /&gt;
Please contact me if you would like to discuss this further&lt;br /&gt;
&lt;br /&gt;
== How do I request a new feature for Cumulus? ==&lt;br /&gt;
&lt;br /&gt;
Please create an [http://sandaysoft.com/forum/tracker.php enhancement request].  &lt;br /&gt;
&lt;br /&gt;
== Why haven&#039;t you added the feature I asked for a long time ago? ==&lt;br /&gt;
&lt;br /&gt;
I develop and support Cumulus in my spare time, and I have a full time job. I invite donations, but I don&#039;t make a living from Cumulus. I add facilities when I can. There is a long list of  [http://sandaysoft.com/forum/tracker.php enhancement requests] already, and I am slowly working my way through them as time permits. If there is an enhancement request for the facility you have asked for, and the facility is a reasonable one (in my opinion) then I will hopefully get around to adding it one day. Please be patient. Please don&#039;t ask for a forecast of when a feature will be added.&lt;br /&gt;
&lt;br /&gt;
== How do I upgrade to a new release?  ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Just run the installer for the new version.&#039;&#039;&#039; Your data and settings are not affected, but it is still best if you back up your data (sub-folder &#039;data&#039;) and any settings files (e.g. cumulus.ini and strings.ini) before you run the installer. &lt;br /&gt;
&lt;br /&gt;
You can install the new version where you like, but the installer will offer the same place as the previous version as the default.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Occasionally, there may be actions you need to perform before or after the upgrade.&#039;&#039;   Required actions usually appear in the announcement of the version you are installing, and may be documented in the readme.txt file that will appear as you run the installer. Read such announcements for every release since your existing build in case any of the in-between changes affect you.&lt;br /&gt;
&lt;br /&gt;
These instructions apply whether you are updating by one build, skipping several builds, upgrading to/from a beta version, or installing the latest &#039;release&#039; version. &lt;br /&gt;
&lt;br /&gt;
The installer will always upgrade the following files (replacing them, ignoring existing versions):&lt;br /&gt;
# &amp;quot;cumulus.exe&amp;quot;; - the latest build&lt;br /&gt;
# &amp;quot;unins000.exe&amp;quot;;&lt;br /&gt;
# &amp;quot;libeay32.dll&amp;quot;;&lt;br /&gt;
# &amp;quot;ssleay32.dll&amp;quot;;&lt;br /&gt;
# &amp;quot;readme.txt&amp;quot;; - advice for you to follow at installation time&lt;br /&gt;
# &amp;quot;licence.txt&amp;quot;; - reminder about restrictions on use&lt;br /&gt;
# &amp;quot;alert.wav&amp;quot;; - default alarm sound&lt;br /&gt;
#  &amp;quot;web\originals\*.*&amp;quot;; - Cumulus will always install the HTML template files here&lt;br /&gt;
# &amp;quot;webfiles\*.*&amp;quot;; e.g. weatherstyle.css, wz_jsgraphics.js&lt;br /&gt;
# &amp;quot;webfiles\images\picture.jpg&amp;quot;;&lt;br /&gt;
# &amp;quot;Help\Cumulus.chm&amp;quot;; - the latest help including lists of log files and web tags&lt;br /&gt;
There may be extra files automatically upgraded by particular builds - see announcement.&lt;br /&gt;
&lt;br /&gt;
During the install, you will see a &#039;&#039;&#039;Select Components&#039;&#039;&#039; screen , if you tick the &#039;&#039;HTML templates&#039;&#039; (the default) it will also upgrade the HTML template files in the web folder.&lt;br /&gt;
&lt;br /&gt;
*So tick this option, if you have a standard Cumulus implementation and then you can be sure to upgrade the standard templates.&lt;br /&gt;
*Untick this option if you have  [[Customised_templates#Creating_Your_Own_Templates|customised the existing pages]],  so that if your customised versions  are in &amp;quot;web\*.*&amp;quot; they don&#039;t get overwritten. It is recommended that you store any customised pages in a directory outside the Cumulus folder, as you can specify up to 10 such files on the local side of the files tab in the Configuration menu Internet settings screen and (if you are not using standard files) untick &#039;&#039;Include Standard Files&#039;&#039; on the same screen. (100 such files can be specified in [[Cumulus.ini]]).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Changing to different weather station ==&lt;br /&gt;
&lt;br /&gt;
Just change the station type. If Cumulus doesn&#039;t start reading the data from the new station, stop Cumulus and start it again. Some of the rain figures may be odd for a while (e.g. rain in last 24 hours). It is as simple as that.&lt;br /&gt;
&lt;br /&gt;
In testing planned changes to Cumulus, I switch backwards and forwards between a Fine Offset and a WMR200 frequently, the only thing that happens is that the rain figures go wrong initially (because the two stations have different counters).&lt;br /&gt;
&lt;br /&gt;
== Moving Cumulus software to a new PC (or updating Windows Operating System) ==&lt;br /&gt;
&lt;br /&gt;
Cumulus will continue to work with your existing weather station and existing log files, providing&lt;br /&gt;
#Your Windows regional settings are the same (i.e. date format unchanged, same time zone, decimal point symbol unchanged, list separator character unchanged) - if there is a difference, the new installation cannot understand the old lines in the log files and will give an error when Cumulus is restarted.&lt;br /&gt;
#You may need to &#039;tweak&#039; a few things (serial port number etc) in [[cumulus.ini]].&lt;br /&gt;
#In the folder with cumulus.exe in it, copy across  &#039;cumulus.ini&#039;,  and if you have created a &#039;strings.ini&#039; that file must be copied across too.&lt;br /&gt;
#The Cumulus &#039;data&#039; sub-folder has been copied across.&lt;br /&gt;
#Obviously if you use customised web pages, then you need the corresponding templates in the new installation.&lt;br /&gt;
#Any other customised files (images and/or a twitter.txt file, for example), you may want to copy those over too.&lt;br /&gt;
&lt;br /&gt;
== Can I view my Cumulus data on another device? ==&lt;br /&gt;
&lt;br /&gt;
# If Cumulus uploads your weather information to an online web site, you can view that on another device.&lt;br /&gt;
# Software like &#039;Remote Desktop&#039; can be used to view the computer that is running Cumulus - see many postings on the Support Forum.&lt;br /&gt;
# A back-up as described in the next answer can be viewed in Cumulus installed on another PC (see point about Windows regional settings in previous question) to look at past extremes or graphs; although obviously that additional installation will not be able to add further observations from the weather station connected to the original PC.&lt;br /&gt;
# If your web site is on your local network, but not online, your device may be able to view it directly or view a back-up of how it was in the past.&lt;br /&gt;
&lt;br /&gt;
== How do I back up my data?  ==&lt;br /&gt;
&lt;br /&gt;
*Copy the contents of the Cumulus ‘data’ sub-folder on a regular basis to a different storage device.  Then if you have any problem with the original storage device, or corruption of files, you can minimise the loss of logged observations. To restore from the backup, just copy the saved data folder back into your Cumulus installation, with Cumulus stopped.&lt;br /&gt;
*It can be useful to take copies of the Cumulus &#039;backup&#039; sub-folder on key dates (e.g. just after change of month or year), or if you think you might have some rogue figures.  The &#039;.ini&#039; files in the backup sub-folder contain past extreme values that you might want to look up.&lt;br /&gt;
*You should also back up, at least once, your cumulus.ini file in the main Cumulus folder.  This contains all the key settings and you need a record of those!&lt;br /&gt;
&lt;br /&gt;
== Moving Cumulus software to a different location on your PC? ==&lt;br /&gt;
&lt;br /&gt;
This article in the wiki gives more details above moving Cumulus: [[Moving cumulus]]&lt;br /&gt;
&lt;br /&gt;
== What are the formats of the Cumulus data files?  ==&lt;br /&gt;
&lt;br /&gt;
These are detailed in the [[:Category:Log Files|Log Files]] section of this Wiki and also in the Cumulus help file, in the section “Data log file format”&lt;br /&gt;
&lt;br /&gt;
== Can I import logged information from before I installed Cumulus? ==&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;Configuration&#039;&#039;&#039; menu, &#039;&#039;Station&#039;&#039; setting screen (near bottom) has option to enter there the &#039;&#039;rainfall total&#039;&#039; for the bit of the year (starting month can be selected here too) until when you first start using Cumulus.  See the Cumulus &#039;&#039;&#039;Help&#039;&#039;&#039; for this screen for further details.&lt;br /&gt;
&lt;br /&gt;
Yes is the answer for other weather information, providing you can manipulate the information you have into either (preferably) the format used by the [[Monthly_log_files#Importing_pre-Cumulus_data]] or (second best) [[Dayfile.txt]]. Look up those cross-references in this Wiki (or the Cumulus &#039;&#039;&#039;Help&#039;&#039;&#039;) for further information on required formats.  The support forum includes a few threads related to this topic, and if you post there then people who have already imported from particular systems may offer their services to import your past observations.&lt;br /&gt;
&lt;br /&gt;
A converter for Weather Display log files is available from this thread in the forum: http://sandaysoft.com/forum/viewtopic.php?f=4&amp;amp;t=10118&lt;br /&gt;
&lt;br /&gt;
A converter for WeatherLink log files is available from this thread in the forum: http://sandaysoft.com/forum/viewtopic.php?f=6&amp;amp;t=11349&lt;br /&gt;
&lt;br /&gt;
== I was away on the last day of last month/year - How do I see the final lowest and highest figures for last month/year? ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;View&#039;&#039;&#039; menu, &#039;&#039;This month&#039;&#039; or &#039;&#039;This year&#039;&#039; screens show some figures for any month or year selected by you, but do not show all the figures shown on a standard web page or as shown on the &#039;&#039;Highs and Lows&#039;&#039; screen for the current month/year.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;View&#039;&#039;&#039; menu, &#039;&#039;Highs and Lows - This month (or This year)&#039;&#039; (or &#039;&#039;thismonth.htm&#039;&#039; or &#039;&#039;thisyear.htm&#039;&#039; web page) only shows the lowest and highest values for the current calendar month (or current year). This answer describes a way to see the same information for the month (or year) that fairly recently ended.  It is valid only until build 1088 (from 5 March 2014 build 1089 &#039;Delay writing of end of day backup files until the first log entry is written&#039; means the stored &#039;&#039;month.ini&#039;&#039; relates to the &#039;&#039;initial&#039;&#039; entries for the start of the new month). From version 1.9.3 build 1041, Cumulus creates a daily backup of the log files. &lt;br /&gt;
*Look in the &#039;&#039;backup\daily&#039;&#039; subfolder within your Cumulus installation. &lt;br /&gt;
*These daily backups will be created if Cumulus was left running during the period of interest, or stopped before that period and since restarted. &lt;br /&gt;
*Normally about 10 such back ups are available, each folder has a name based on the timestamp and contains the 6 [[:Category:Log_Files|xxxx.ini files]], the current [[Monthly_log_files|monthly standard data log]]/[[Extra_Sensor_Files|monthly extra data log]], and the most recent update of [[dayfile.txt|daily summary log]].&lt;br /&gt;
&lt;br /&gt;
Open as a text file [[month.ini]] in the folder whose name is bearing the timestamp after your final rollover, for Cumulus builds 1041 to 1088 the final lowest and highest for each observation in the month will be listed.&lt;br /&gt;
&lt;br /&gt;
In a similar manner if you miss the last day of the year, for Cumulus builds 1041 to 1088 see the final &#039;this year&#039; figures for last year by opening [[year.ini]] from the appropriate backup.&lt;br /&gt;
&lt;br /&gt;
== What do the various wind speeds in Cumulus correspond to, with Davis stations?  ==&lt;br /&gt;
&lt;br /&gt;
Davis station firmware supplies two windspeeds, a 3-second average and a 10-minute average (later versions of the firmware also supply a 2-minute average, Cumulus currently doesn&#039;t use this).  &lt;br /&gt;
* The latest Davis 3-second average is treated by Cumulus as &#039;Latest&#039; (available via &amp;lt;#wlatest&amp;gt;)&lt;br /&gt;
* The highest of the station&#039;s 3-second readings over the previous 10 (configurable by adding &#039;&#039;AvgSpeedMinutes=N&#039;&#039; in [[Cumulus.ini#Section:_Station]] where &#039;N&#039; is number of) minutes becomes the Cumulus &#039;Gust (available via &amp;lt;#wgust&amp;gt;). Note that the WMO definition of a wind gust is the mean wind speed over a 2 to 3 second sample period (not the maximum instantaneous wind speed).&lt;br /&gt;
* The Davis 10-minute average is the Cumulus &#039;Average&#039; (available via &amp;lt;#wspeed&amp;gt;).&lt;br /&gt;
Note that if you sample these readings at shorter (real time) intervals it is possible for Cumulus &#039;Latest&#039; to be lower than Cumulus &#039;Average&#039; because approximately half of the 3-second wind speeds will be higher and half of them lower than the 10-minute average. &lt;br /&gt;
If the Cumulus figure seems lower than the Davis figure see [[#My_Davis_station_shows_a_higher_maximum_wind_speed_than_Cumulus]].&lt;br /&gt;
&lt;br /&gt;
Davis station loggers record a single spot (not any average) wind speed, so if you restart Cumulus and the software attempts to catch up from the station logger there may be only one or two values to include in the Cumulus average (over 10 or whatever) minutes calculation.&lt;br /&gt;
&lt;br /&gt;
== What do the various wind speeds in Cumulus correspond to, with Fine Offset stations?  ==&lt;br /&gt;
&lt;br /&gt;
Fine Offset sensors measure wind over 48-second intervals, divided into 24 2-second intervals. At the end of each 48-second period, they transmit the highest of those 24 values as &#039;Gust&#039;, and the average of those 24 values as &#039;Wind&#039;. The console keeps &#039;&#039;&#039;overwriting&#039;&#039;&#039; the newly received &#039;Gust&#039; and &#039;Wind&#039; values to the same area of console memory every 48 seconds, until the station logging interval time is reached, then it moves on to the next memory location, leaving the last values it wrote in the previous console memory location.  &lt;br /&gt;
*If Cumulus is not running all the time, on restart it works through the console memory locations and extracts the Fine Offset Wind and Gust in each memory location, i.e. at the station logging interval. &lt;br /&gt;
*While Cumulus is running, it reads the current wind speeds (and direction) every 10 seconds. There are new values only every 48 seconds (i.e. every fourth or fifth read)&lt;br /&gt;
&lt;br /&gt;
Cumulus, for various reasons, uses different terminology, and also has configuration settings which control how some of the wind values are displayed.&lt;br /&gt;
* The Fine Offset console &#039;Gust&#039; value becomes Cumulus &#039;Latest&#039;. &lt;br /&gt;
* The highest of the Fine Offset &#039;Gust&#039; values over the previous 10 minutes becomes Cumulus &#039;Gust&#039;.  Note that the WMO definition of a wind gust is the mean wind speed over a 2 to 3 second sample period (not the maximum instantaneous wind speed).&lt;br /&gt;
* Cumulus &#039;Average&#039;  can be calculated in 3 different ways:&lt;br /&gt;
** The default: If &#039;Calculate 10-min wind average&#039; is not selected on the Station Settings screen, the console &#039;Wind&#039; value is used.&lt;br /&gt;
** If &#039;Calculate 10-min wind average&#039; is selected, then by default the average of the Fine Offset &#039;Gust&#039; values read over the previous N (configurable, defaults to 10) minutes is used.&lt;br /&gt;
** If &#039;Calculate 10-min wind average&#039; and &#039;Use speed for avg calculation&#039; are both selected, the average of the Fine Offset &#039;Wind&#039; values read over the previous N (configurable, defaults to 10) minutes is used.&lt;br /&gt;
&lt;br /&gt;
Select value for &#039;N&#039; using &#039;&#039;AvgSpeedMinutes=N&#039;&#039; in [[Cumulus.ini#Section:_Station]].&lt;br /&gt;
&lt;br /&gt;
Note that Fine Offset Consoles can display a &#039;MAX&#039; figure, this is highest recorded since it was last reset (on touchscreen models multiple touches of the displayed speed will cause maximum speed, or gust, to be shown, and when a max value is displayed continuing to hold touching that value for 3 seconds will reset max to current value).  Cumulus maintains its own various extremes for different periods (e.g High wind and high gust for yesterday on its main screen) calculated from all values read by Cumulus in that period.&lt;br /&gt;
&lt;br /&gt;
== How do I set up recording wind speeds in Cumulus, with Oregon Scientific and La Crosse stations  ==&lt;br /&gt;
&lt;br /&gt;
La Crosse and some Oregon Scientific weather stations only output a single wind speed.  To allow Cumulus to calculate &#039;gust&#039; and &#039;wind speed&#039; with different values, select the &#039;&#039;&#039;Station&#039;&#039;&#039; dialogue from the &#039;&#039;Configuration&#039;&#039; menu and set &#039;&#039;Calculate 10 min wind average&#039;&#039; in the &#039;Settings&#039; frame, so in [[cumulus.ini]] this will produce the parameter &#039;Wind10MinAverage=1 when cumulus is next stopped.&lt;br /&gt;
* The station&#039;s &#039;Wind&#039; value will then display as Cumulus &#039;Latest&#039;.&lt;br /&gt;
* A 10 (configurable by adding &#039;&#039;AvgSpeedMinutes=N&#039;&#039; in [[Cumulus.ini#Section:_Station]] where &#039;N&#039; is number of) minutes average of the station&#039;s &#039;Wind&#039; value will then display as Cumulus &#039;Average&#039;.&lt;br /&gt;
* The highest of the station&#039;s &#039;Wind&#039; value in a 10 minute period will then display as Cumulus &#039;Gust&#039;.  Note that the WMO definition of a wind gust is the mean wind speed over a 2 to 3 second sample period (not the maximum instantaneous wind speed).&lt;br /&gt;
&lt;br /&gt;
See &#039;&#039;LCMaxWind=X&#039;&#039; parameter in [[Cumulus.ini#La_Crosse_specific:]] where X is the maximum (uncalibrated) wind speed in m/s that you want to allow.&lt;br /&gt;
&lt;br /&gt;
== How do I make Cumulus run automatically when Windows starts?  ==&lt;br /&gt;
&lt;br /&gt;
There is no option in Cumulus to set this up automatically as I prefer to leave it under the control of the user: The safest and most reliable method is simply to put a shortcut in your Startup folder. If you are running Vista or Windows 7, or later versions of Windows, you may find that Cumulus gets blocked by UAC if you try to run it from the Startup folder, in which case it is recommended that you use Task Scheduler instead. See here for a good description of how to do this - http://blogs.techrepublic.com/window-on-windows/?p=616&lt;br /&gt;
&lt;br /&gt;
== How does Cumulus handle Daylight Saving Time?  ==&lt;br /&gt;
&lt;br /&gt;
As far as the timestamps in the extreme logs, monthly log, and the graphs, are concerned; Cumulus doesn&#039;t do anything in particular for DST. &lt;br /&gt;
*It generates timestamps based on the Windows clock. &lt;br /&gt;
**So basically, at the start of DST (i.e. when the clocks &#039;go forward&#039; for the summer) you will get an apparent gap of one hour in your data logs and on graphs.&lt;br /&gt;
**Similarly at the end of DST (i.e. when the clocks &#039;go back&#039; for the winter) you will get an apparent hour of duplicate timestamps in your logs and graphs. &lt;br /&gt;
*You will tend to get better results if you leave Cumulus running during the clock change, because if it is stopped you may lose data,&lt;br /&gt;
**the exact timing of the affected hours depends on the type of station and the times when Cumulus was running/stopped.&lt;br /&gt;
&lt;br /&gt;
=== ... How do Davis stations handle Daylight Saving Time? ===&lt;br /&gt;
&lt;br /&gt;
Note that there seems to be an issue with Davis stations, either in the console/logger, or in the Davis DLL which Cumulus uses. &lt;br /&gt;
*If you don&#039;t have Cumulus running when DST ends (autumn), then when you start Cumulus up again, it doesn&#039;t receive all of the logger data it needs to catch up to the &#039;&#039;present time&#039;&#039; - the previous hour or so is missing. &lt;br /&gt;
*So with Davis stations, I strongly recommend that you leave Cumulus running at the end of DST, if at all possible.&lt;br /&gt;
&lt;br /&gt;
=== ... How do Fine Offset stations handle Daylight Saving Time? ===&lt;br /&gt;
&lt;br /&gt;
*For Fine Offset models &#039;&#039;without access to a radio controlled clock&#039;&#039;, if you don&#039;t have Cumulus running when DST ends in autumn, then when you start Cumulus up again, the catch up &#039;&#039;misses off the first hour after the time Cumulus was stopped&#039;&#039; (unless you have adjusted the time in [[today.ini]] by subtracting one hour for end of DST while Cumulus was stopped).  &lt;br /&gt;
**This is because the console memory does not time-stamp the data blocks and each memory location simply contains the number of minutes elapsed since the previous memory location was last updated.&lt;br /&gt;
**Cumulus does not remember the console data block used just before shutdown, (after all depending on how long Cumulus has been stopped and the station logging interval, the old memory location could be overwritten by now), and so Cumulus works out a time-stamp based on current clock time and the stored elapsed interval times as it works back through those memory locations.&lt;br /&gt;
**The stored minutes elapsed value will be consistent with the logging interval you selected for the station (might be different to that selected on Cumulus) and apart from adding an extra minute if a read from the transmitter (every 48 seconds on models without solar sensors) delays a particular log update, the console clock is unaware of DST.&lt;br /&gt;
**On restart Cumulus just tries to read the appropriate number of hours worth of observations back from the block now marked as latest.  &lt;br /&gt;
**For example if it was stopped at 2200 DST and restarted at 0600 standard time, Cumulus catches up with the last 8 hours worth of stored measurements as if going back to 2200 standard time, that means it retrieves back to 2300 DST and has forever lost the period 2200 to 2300 DST.  &lt;br /&gt;
*So with Fine Offset stations, I strongly recommend that you leave Cumulus running at the end of DST, if at all possible, to ensure that average temperature, heating/cooling degree days, wind run, and similar calculations are accurate.&lt;br /&gt;
*See Fine Offset forum discussions for further information.&lt;br /&gt;
&lt;br /&gt;
== What formula does Cumulus use for Dew Point?  ==&lt;br /&gt;
dewpoint := tempinC + ((0.13 * tempinC) + 13.6) * Ln(humidity / 100)&lt;br /&gt;
&lt;br /&gt;
== What formula does Cumulus use for Apparent Temperature?  ==&lt;br /&gt;
It uses a formula from the Australian BOM - http://www.bom.gov.au/info/thermal_stress/#atapproximation&lt;br /&gt;
&lt;br /&gt;
Note that the version used is the one that doesn&#039;t take into account solar radiation.&lt;br /&gt;
&lt;br /&gt;
== How does Cumulus know the height of the cloud base?  ==&lt;br /&gt;
&lt;br /&gt;
It doesn&#039;t. It uses a calculation which gives the theoretical height above ground level at which Cumulus clouds might form, based on the current temperature and dew point. It assumes that the difference between temperature and dew point decreases by about 4.4 degrees Fahrenheit per 1000 feet increase in altitude. When the two values coincide, the air is saturated (relative humidity = 100%) and Cumulus clouds may form. &lt;br /&gt;
&lt;br /&gt;
== How is my rain rate calculated?  ==&lt;br /&gt;
&lt;br /&gt;
For stations which supply a rain rate, Cumulus uses that. For stations which don&#039;t supply a rain rate (e.g. Fine Offset and La Crosse), Cumulus simply takes the rain total from the last five minutes and calculates a rate based on that; e.g. a single tip of 0.3mm in 5 minutes is a rate of 3.6mm/hr. When data from the station&#039;s logger is used, a similar calculation is performed, but the interval used is the logger interval rather than five minutes.&lt;br /&gt;
&lt;br /&gt;
== Where does Cumulus get its this month and this year rainfall totals from?  ==&lt;br /&gt;
&lt;br /&gt;
* Each time Cumulus reads records from the weather station it applies any change to the &#039;total rain count&#039; against today&#039;s total in its memory.&lt;br /&gt;
* The today&#039;s total so far at each reading time is also added to the &#039;recent tag&#039; array allowing total values for the day-so-far at one minute intervals for up to a week ago to be added as web tags to a web template. &lt;br /&gt;
* The rainfall totals, are initialised when Cumulus is (re-)started by adding up the corresponding daily totals in dayfile.txt and storing those sums in memory. Two of the totals can be seen using default settings on &#039;&#039;&#039;View&#039;&#039;&#039; menu, &#039;&#039;This month&#039;&#039; screen for this month, &#039;&#039;This year&#039;&#039; screen for this calendar year, but the third total for the rain season (you can change starting month) is seen on the &#039;&#039;main&#039;&#039; Cumulus screen.&lt;br /&gt;
* The rainfall totals shown on the &#039;&#039;This period&#039;&#039;, &#039;&#039;This month&#039;&#039;, and &#039;&#039;This year&#039;&#039; screens within the &#039;&#039;&#039;View&#039;&#039;&#039; menu are generated by adding up the daily rainfall totals found in [[dayfile.txt]] for the selected period. So any rainfall for the current (meteorological) day is excluded as the latest dayfile.txt row is for yesterday. Totals are recalculated when you press the &#039;&#039;Update display&#039;&#039; button. Important note: The view menu &#039;This year&#039; screen always calculates the total for a selected calendar year starting in January.&lt;br /&gt;
* The rain figures that Cumulus uses for displaying in &#039;This month&#039; and &#039;This year&#039; on the Cumulus &#039;&#039;main screen&#039;&#039; are updated each time Cumulus receives a rain reading from the station, so will not be displayed if Cumulus is unable to read rain information from your station.&lt;br /&gt;
* For the web tags, Cumulus takes its stored sums and adds today&#039;s latest total each time, to give the current totals for this month and this rain season (year so far) when processing &#039;thismonthT.htm&#039; and &#039;thisyearT.htm&#039; web templates.&lt;br /&gt;
**Important, for the &amp;lt;#ryear&amp;gt; web tag, and for the &#039;This year&#039; display on the &#039;&#039;main&#039;&#039; Cumulus screen, the processing reads the &#039;&#039;dayfile.txt&#039;&#039; for the rainfall season starting with the month set on the station settings screen and stored as the value for attribute &#039;&#039;RainSeasonStart&#039;&#039; in [[Cumulus.ini#Section:_Station]] (its default is January).  &lt;br /&gt;
**If you have set a &#039;year to date&#039; value and Cumulus is being re-started when the year specified beside that figure matches the current year, your year-to-date amount is also added into this year&#039;s total. This should normally only be relevant in your first rain season of operating Cumulus, but could be used if in any season you needed to add an extra amount because for some reason you had a gap in your recording period.&lt;br /&gt;
**There is no corresponding setting for calculating the total for the first &#039;this month&#039; of Cumulus operation.&lt;br /&gt;
*Note that you need to stop and then restart Cumulus to update these initial values that are stored in memory and get any corrections you made to rogue values in the daily summary log (or year-to-date) reflected on the main Cumulus screen and in web tags.&lt;br /&gt;
&lt;br /&gt;
The built-in dayfile.txt editor is used if it is necessary to amend the daily totals (to correct any monthly, rain season, or calendar year, totals); the built-in all-time (or monthly records) editor(s) in Cumulus is used if it is necessary to regenerate the extreme records from dayfile.txt; see [[#My_station_invented_some_rain_that_didn.27t_really_occur.2C_and_I_want_to_set_it_to_zero_.28or_some_other_figure.29 |FAQ about correcting incorrect rainfall displays]].&lt;br /&gt;
&lt;br /&gt;
== How do I reset all my data to start again from scratch?  ==&lt;br /&gt;
&lt;br /&gt;
Stop Cumulus and delete all of the files in the data folder. You may also want to edit the &#039;StartDate=&#039; line in [[cumulus.ini]] to set the date for the start of your data, if you are starting again on a different date.&lt;br /&gt;
&lt;br /&gt;
== How do I localise Cumulus to my own language? ==&lt;br /&gt;
&lt;br /&gt;
Cumulus does not directly support languages other than English. It was never intended for use in other languages, and it is not possible to add support for this now. However, the text used for:&lt;br /&gt;
*Forecasting&lt;br /&gt;
*Moonphases&lt;br /&gt;
*Beaufort Scale&lt;br /&gt;
*Trend descriptions&lt;br /&gt;
*Compass points&lt;br /&gt;
*Graph titles&lt;br /&gt;
*Extra sensor channels&lt;br /&gt;
can all be customised by using the [[strings.ini]] file. This facility may be extended to allow other items to be translated, but it is very unlikely that there will ever be a fully multi-language version of Cumulus in its current form.&lt;br /&gt;
&lt;br /&gt;
This wiki page [[:Category:Other_Languages|Other Languages]] has some old information about customising the standard web pages and see the downloads page as several third-party alternative web pages include some language translation modules.&lt;br /&gt;
&lt;br /&gt;
== Can I connect/disconnect my weather station while Cumulus is running? ==&lt;br /&gt;
No. You must make sure your weather station is connected to your PC and switched on, before running Cumulus. Do not disconnect your station while Cumulus is running.&lt;br /&gt;
&lt;br /&gt;
== How does Cumulus deal with extra sensors? ==&lt;br /&gt;
&lt;br /&gt;
By default, Cumulus deals with weather stations incorporating solar sensors, if you have selected the relevant station &#039;Type&#039; or &#039;Display solar/extra data&#039; in configuration, but it has some capability to deal with extra sensors added including the Blake-Larsen Sun Recorder.&lt;br /&gt;
Cumulus has the ability to input, log, and display Current Values/Outputs from the [[Rain_measurement#Optical_Rain_Gauges|Hydreon Optical Rain Sensor - Model RG-11]] and from either Oregon Scientific or Davis [[Extra_Sensor_Files|extra sensors]]. Only today&#039;s and yesterday&#039;s total rainfall from a Hydreon sensor are available in [[today.ini]] and [[yesterday.ini]] respectively. For some Oregon Scientific models, the temperature from an extra sensor can replace the temperature from the main sensor for processing by Cumulus, but all extra sensor values are stored in a series of [[Extra_Sensor_Files| monthly log]] files. No other processing is performed for Davis extra sensors, but past values are retained in a series of [[Extra_Sensor_Files| monthly log]] files.  The file [[strings.ini]] is used to customise the description associated with extra sensors.&lt;br /&gt;
&lt;br /&gt;
== What is this &amp;quot;Solar Max&amp;quot; value which Cumulus is displaying? ==&lt;br /&gt;
&lt;br /&gt;
It&#039;s the current theoretical maximum solar radiation value at the current date and time at your location. It is calculated using the Ryan-Stolzenbach formula, and uses the &#039;transmission factor&#039; configurable in the station settings to allow for the effect of transmission through the atmosphere. The figure is not particularly useful in itself; it is used if you have a solar sensor, to compare with the current solar radiation reading, in an attempt to determine whether the sun is currently shining or not.&lt;br /&gt;
&lt;br /&gt;
== My Fine Offset console says the memory is nearly full - how do I clear it? ==&lt;br /&gt;
&lt;br /&gt;
You don&#039;t need to, and it&#039;s much safer if you don&#039;t; clearing the memory could lead to a loss of data. The memory indicator on the console has no effect on the logging of data; the console will automatically start re-using the oldest memory locations. As long as you are running Cumulus (at least occasionally), Cumulus will have downloaded the data it needs from the console, so the console is free to overwrite the oldest data when it needs to.&lt;br /&gt;
&lt;br /&gt;
== How do I get my Davis station with USB working with Cumulus? ==&lt;br /&gt;
&lt;br /&gt;
Cumulus cannot drive the station in USB mode, you must install &#039;virtual serial port&#039; drivers, and configure Cumulus to use the virtual serial port. Make sure you have the station connected to the PC during the following operations.&lt;br /&gt;
&lt;br /&gt;
You should first make sure that you can use the station with Weatherlink, in serial mode. If you have not already installed the Weatherlink software, install the version which came with your weather station. You should then upgrade to the latest version of Weatherlink; you can download the update from the Davis web site,  [http://www.davisnet.com/support/weather/downloads/software_sftwr.asp here].&lt;br /&gt;
&lt;br /&gt;
You now need to install the &#039;CP210X USB to Serial Converter&#039;. You may find a link on your Start menu under &#039;Weatherlink&#039;. Alternatively, you should find it in the folder where Weatherlink was installed, under &#039;Support&#039; then &#039;Utilities&#039;. Davis also make version 2 of this utility available on their web site, [http://www.davisnet.com/support/weather/downloads/software_driver.asp here], and you may find that this version will work for you if the installed version does not. It should be clear from the messages output by the utility that it has successfully switched the logger to serial mode. &lt;br /&gt;
&lt;br /&gt;
It&#039;s a good idea to then update the driver to the latest version from the Silicon Labs web site, particularly if you use Windows 7 or later. You can download it [http://www.silabs.com/products/mcu/pages/usbtouartbridgevcpdrivers.aspx here] - click on &#039;VCP driver kit&#039; under &#039;Download for Windows XP/Server 2003/Vista/7...&#039; to begin the download. Run the executable once it&#039;s downloaded.&lt;br /&gt;
&lt;br /&gt;
At this point, it&#039;s best to restart your computer.&lt;br /&gt;
&lt;br /&gt;
You should now run Weatherlink, and attempt to connect to the weather station &#039;&#039;&#039;in serial mode&#039;&#039;&#039;. Weatherlink should find the appropriate COM port number automatically. If not, you can find it under &#039;Ports (COM &amp;amp; LPT)&#039; in the Windows device manager. Look for the port called &#039;USB Serial Port (COMn)&#039;, where &#039;n&#039; is a number. That&#039;s the number of the port you need to use in Weatherlink. If you cannot get Weatherlink to work using this virtual COM port, it is unlikely that you will be able to get Cumulus to work either, so either contact Davis support, explaining that you are trying to use the virtual serial port drivers because you want to run third-party software, or ask in the Cumulus forum, someone may be able to advise.&lt;br /&gt;
&lt;br /&gt;
Once you have Weatherlink connected and working via the virtual serial port, &#039;&#039;&#039;close it down&#039;&#039;&#039;, and start Cumulus.&lt;br /&gt;
&lt;br /&gt;
In the station settings in Cumulus, select the appropriate station type for your station; under &#039;VP Type&#039; select &#039;&#039;&#039;Serial&#039;&#039;&#039;; in the serial port section enter the COM port number that you found earlier. You may need to restart Cumulus at this point. It will then start displaying live data. Note that the it deliberately does not download any historical logger data from before the current point in time. When you run it subsequently, it will download logger data to catch up if necessary from when you last ran it, but never from earlier than when you first ran it.&lt;br /&gt;
&lt;br /&gt;
If you still having difficulty, the Davis Weatherlink manual offers this advice, which may be useful:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Included with the WeatherLink software is a utility that allows you to convert a USB data logger from a direct USB data logger back to a USB data logger that emulates the serial port. To use&lt;br /&gt;
this utility, select Convert USB to Virtual Serial in your WeatherLink program group on the Start menu of your computer (Start&amp;gt;AllPrograms&amp;gt;WeatherLink&amp;gt;Convert USB to Virtual Serial) and run the utility to convert your data logger. Please contact Davis Technical Support (“Contacting Davis Technical Support” on page 26) for more information.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== Why does Cumulus do some things the way it does, when there are better ways? ==&lt;br /&gt;
&lt;br /&gt;
Cumulus was originally something I &#039;knocked together&#039; quickly when I got my first weather station, simply because I couldn&#039;t find any other software anywhere which I was prepared to use. No &#039;design&#039; went into it, it was really just a prototype. Some of the things I did were just quick &#039;hacks&#039; that I intended to fix when I did it &#039;properly&#039;. But I never got around to going back and doing it &#039;properly&#039;, and it was never my intention that anyone else would use it. But I was persuaded to make it available for others, and then to add more and more enhancements. &lt;br /&gt;
&lt;br /&gt;
The fact that it works with several different types of weather station means that much of it is a compromise; it doesn&#039;t use certain features of the weather station which it could use if it were dedicated to that type of weather station. For example, it typically does not use any high/low data that the station might store internally. Instead, it maintains its own high/low data from individual readings. There are a number of reasons for this; the fact that Cumulus supports an 0900-0900 day, and the weather station does not, and the fact that typically Cumulus maintains far more high/low values than the station does, and these need to be self-consistent. &lt;br /&gt;
&lt;br /&gt;
So yes, I am aware that some of things that Cumulus does may seem strange, but it is simply not possible for me to start again from scratch, knowing what I know now. And it is not possible for me to effectively produce separate versions of Cumulus specifically for each type of weather station. If you don&#039;t like the way Cumulus does certain things, do what I did and write your own software!&lt;br /&gt;
&lt;br /&gt;
== Can I run 2 copies of Cumulus? ==&lt;br /&gt;
&lt;br /&gt;
3 options:&lt;br /&gt;
*You can install Cumulus on more than one PC, but each copy must connect directly to its own weather station (one station connected per PC).&lt;br /&gt;
*You can install 2 copies of Cumulus in different paths on a single PC, &#039;&#039;if you have two weather stations&#039;&#039; and Cumulus is able to distinguish between them, e.g. they are from different manufacturers, or both are serial port stations (different ports), or one is USB and one is serial, or one is a Weatherlink IP. In other words the  combination that does not work on a single PC is two USB stations from the same manufacturer. Note that Davis stations with USB loggers are serial port stations as far as Cumulus is concerned, so there are no problems using multiple copies of Cumulus with multiple Davis stations on the same PC.&lt;br /&gt;
*It is possible to back up the Cumulus files from one installation running off a weather station, and briefly have another reduced functionality copy just looking at historic data without ever any updating (the second Cumulus is set up as if reading from an EasyWeather.dat file, but not given a path/file name) - see [[Cumulus.ini#Introduced_for_problems_with_Fine_Offset_family:|Easyweather.dat section here]].&lt;br /&gt;
&lt;br /&gt;
= Troubleshooting  =&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Please note, these answers are written for Cumulus 1.x.y; the support forum is where Cumulus MX problems are discussed, together with how screens and files are different for the beta development.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== My &#039;Error&#039; light is flashing  ==&lt;br /&gt;
&lt;br /&gt;
Click on it, and a window will open describing the error. It may just be a temporary ftp problem. If you want to stop ftp errors being reported in this way, you can turn them off in the display settings (&amp;quot;Show FTP errors on error log window&amp;quot;).&lt;br /&gt;
&lt;br /&gt;
== My ‘new record’ light has stopped flashing  ==&lt;br /&gt;
&lt;br /&gt;
It is the normal situation that the light does not flash. The ‘new record’ light only flashes when an all-time record has been broken. It stops flashing if you click on it or restart Cumulus, until another all-time record is broken. When you first start using Cumulus, inevitably the light will flash a lot, even if you cancel it, as you will be breaking records constantly. After a while, it will &#039;settle down&#039; and not flash so often.&lt;br /&gt;
&lt;br /&gt;
== I installed a new version and my web page templates got over-written  ==&lt;br /&gt;
&lt;br /&gt;
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, place them in a different folder and use the ‘extra files’ facility. From version 1.8.9, the installer offers the option of not over-writing the web templates; it unconditionally also installs them to a sub-folder of the web folder called &#039;originals&#039;, so you can refer to them if required, even if you chose not to over-write those in the web folder.&lt;br /&gt;
&lt;br /&gt;
== I can’t find my data files!  ==&lt;br /&gt;
&lt;br /&gt;
You’re probably running Windows Vista/Windows 7/Windows 8 (or one of the corresponding server versions of Windows). Look in C:\Users\[username]\AppData\Local\VirtualStore\Program Files\Cumulus - note that this is a &#039;hidden&#039; folder. Ideally, to avoid this situation, you would install to somewhere outside the Program Files hierarchy, as recommended in the readme.txt.&lt;br /&gt;
&lt;br /&gt;
== I can&#039;t save my NOAA reports! ==&lt;br /&gt;
&lt;br /&gt;
You&#039;ve probably corrupted your Cumulus.ini file in the default Cumulus folder. See [[Cumulus.ini#Section:_NOAA]]. It can only be edited either (if Cumulus is stopped) with an external text file editor or (with Cumulus running) using the &#039;&#039;NOAA Setup&#039;&#039; in the configuation menu.  Pay attention to where the quotes are required for the file names, and check that you have an allowed date format (see [[Webtags#Time.2FDate_.27format.27_Parameter]]).&lt;br /&gt;
&lt;br /&gt;
== My sunrise and sunset times are wrong  ==&lt;br /&gt;
&lt;br /&gt;
You&#039;ve almost certainly entered your co-ordinates incorrectly, or not entered them at all - on the station settings screen. You must enter DEGREES, MINUTES, and SECONDS, no other format will work. Make sure to use &#039;&#039;&#039;unsigned whole numbers&#039;&#039;&#039; for degrees, minutes, and seconds, with a &#039;W&#039; for your longitude if you&#039;re West of the Greenwich meridian (e.g. if you are in the United States), and the appropriate letter for your latitude (N for northern hemisphere, S for southern hemisphere). &lt;br /&gt;
&lt;br /&gt;
If you are not familiar with the degrees/minutes/seconds standard format and have your co-ordinates in some other format, there are pages on the web which will convert for you. One such is here: http://transition.fcc.gov/mb/audio/bickel/DDDMMSS-decimal.html&lt;br /&gt;
&lt;br /&gt;
One other less likely possibility is that you have set the wrong time zone on your PC.&lt;br /&gt;
&lt;br /&gt;
== The Moon rise or set time is showing dashes.  ==&lt;br /&gt;
&lt;br /&gt;
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. &lt;br /&gt;
&lt;br /&gt;
== The Moon image is just black ==&lt;br /&gt;
&lt;br /&gt;
It&#039;s probably a New Moon.&lt;br /&gt;
&lt;br /&gt;
== Why are the &#039;Yesterday&#039; figures missing on the Main Cumulus Screen? ==&lt;br /&gt;
&lt;br /&gt;
The yesterday values on the Main Screen under &amp;quot;Recent Extremes&amp;quot; are not shown correctly:&lt;br /&gt;
*EITHER when the &#039;&#039;end of day rollover has not taken place&#039;&#039;. &lt;br /&gt;
**The usual cause of this is allowing your PC to &#039;sleep&#039; while Cumulus is running. &lt;br /&gt;
**The support forum mentions a few other causes. &lt;br /&gt;
**Cure this (if you have a weather station type that has a log that Cumulus reads) by looking in &amp;quot;&#039;&#039;Cumulus\backup&#039;&#039;&amp;quot; folder, and finding a backup directly in that folder or in &amp;quot;daily&amp;quot; sub-folder for just before the problem. With Cumulus stopped, copy all the files in that backup into the &amp;quot;&#039;&#039;&#039;Cumulus\data&#039;&#039;&#039;&amp;quot; folder, and then restart Cumulus. &lt;br /&gt;
*OR if Cumulus was unable to read observations from your station during that day, but can today. &lt;br /&gt;
**You can try the same cure, but may not be able to recover the lost information in this case.&lt;br /&gt;
&lt;br /&gt;
== Why do I have some unexpected zero figures? ==&lt;br /&gt;
&lt;br /&gt;
Cumulus may not be able to update some values/extremes, leaving them at zero, if:&lt;br /&gt;
*EITHER you are allowing your PC to go into sleep/standby while Cumulus is running,&lt;br /&gt;
*OR you have more than one copy of Cumulus attempting to interrogate the same weather station,&lt;br /&gt;
*OR you are closing Cumulus down very close to before/after roll-over (the latter is a restriction due to the way the processing of logger data works).&lt;br /&gt;
&lt;br /&gt;
== I’ve ‘zoomed’ a graph, how do I get it back to full size?  ==&lt;br /&gt;
&lt;br /&gt;
Drag from lower right to upper left.&lt;br /&gt;
&lt;br /&gt;
== Cumulus won&#039;t read the data from my station  ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CUMULUS RUNNING&#039;&#039;&#039;&lt;br /&gt;
If you have one of the Fine Offset clones, make sure you have configured your relative pressure correctly. If Cumulus finds an &#039;impossible&#039; value, it will ignore all data from your station.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CUMULUS RE-STARTED&#039;&#039;&#039;&lt;br /&gt;
If Cumulus does not read catch-up data from the station logger:&lt;br /&gt;
#Might be problem with connection lead, or interference from nearby electrical unit.&lt;br /&gt;
#Your station type may not have a logger, if so Cumulus cannot read anything from station while software was not running.&lt;br /&gt;
#There is a bug in the Davis DLL (Dynamic-Link Library) that Cumulus 1.x.x uses, where it never downloads the last archive record; so if there is only one to download (compare how long Cumulus was stopped with logging interval on your Davis station), it doesn&#039;t get any at all. (See [[#Cumulus_takes_a_long_time_to_download_the_data_from_my_Davis_station_at_start_up|here]] for opposite problem). Cure this by ensuring if you stop Cumulus you either leave it stopped for less than Davis logging interval time, or don&#039;t restart until after at least 2 logging intervals.&lt;br /&gt;
#You have not selected &amp;quot;&#039;&#039;&#039;Use data logger&#039;&#039;&#039;&amp;quot; in the &#039;&#039;Settings&#039;&#039; section of the &#039;&#039;&#039;Station settings&#039;&#039;&#039; screen accessed from &#039;&#039;Configuration&#039;&#039;  menu. Correct this:&lt;br /&gt;
##Stop Cumulus after changing this setting&lt;br /&gt;
##Look in &#039;&#039;Cumulus\backup&#039;&#039; folder (or its &#039;&#039;daily&#039;&#039; sub-folder) for a folder of .ini files prior to the problem, copy all those files to overwrite the ones in &#039;&#039;Cumulus\data&#039;&#039; folder&lt;br /&gt;
##Re-start Cumulus, it should use revised start date/time, and read the station logger for the whole re-wind period&lt;br /&gt;
#If there is another problem, read the instructions accessed from &amp;quot;Please click here before posting&amp;quot; at the top of the support forum page including the request to zip up the contents of the &#039;&#039;Cumulus\diags&#039;&#039; folder when asking for such support.&lt;br /&gt;
&lt;br /&gt;
== Cumulus read some invalid figures from my station ==&lt;br /&gt;
If you have:&lt;br /&gt;
*just started using Cumulus, &lt;br /&gt;
*just re-started Cumulus and you are only getting bad data when you start Cumulus up (i.e. when it is using archive data from the station logger),&lt;br /&gt;
*or you have just changed some settings,&lt;br /&gt;
... check you have the correct station type selected (see the Cumulus &#039;&#039;Help&#039;&#039; for the settings screen).&lt;br /&gt;
&lt;br /&gt;
Choosing the wrong station type means individual items of information are not correctly assigned to weather parameters.  Cumulus knows what is at what location for each station type. &lt;br /&gt;
*Is the information &#039;&#039;correct on the station console&#039;&#039; (i.e. not a fault with a sensor), but incorrectly displayed on Cumulus screen (i.e. transfer problem)? &lt;br /&gt;
Check all your settings on Cumulus, or see [[#Cumulus_won.27t_read_the_data_from_my_station|previous question]].&lt;br /&gt;
*If the &#039;&#039;station itself shows incorrect figures&#039;&#039;, a sensor may have a problem (mechanical or electrical failure, obstruction by animal activity) or a battery may need replacing.&lt;br /&gt;
Over successive versions of Cumulus more and more code has been incorporated to deal with the way some stations are prone to reporting rogue readings.&lt;br /&gt;
*Ensure you are using the latest Cumulus build, if you are using an old version you will not have any enhancements made since the earlier build that might improve the way Cumulus reads from your station type.&lt;br /&gt;
In general, if Cumulus 1.x.x identifies an odd value it will reuse the last good value instead, assuming that the problem will either right itself, or be spotted and dealt with quickly.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fine Offset stations&#039;&#039;&#039; are prone to reporting the odd non-sensical value, and Cumulus has the ability to compare successive readings:&lt;br /&gt;
*From the &#039;&#039;&#039;Configuration&#039;&#039;&#039; menu select [[Cumulus_Screenshots#Configuration_Menu_Screens|&#039;&#039;Calibration&#039;&#039;]] and in the &#039;&#039;&#039;Spike removal&#039;&#039;&#039; frame you can specify &amp;quot;the maximum &#039;&#039;&#039;differences&#039;&#039;&#039; between successive values&amp;quot; that Cumulus is to tolerate. See the &#039;&#039;&#039;Help&#039;&#039;&#039; for that screen, and note that spike removal applies while Cumulus is running, not to catch-up readings from the station&#039;s logger. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Possible Cure:&#039;&#039;&#039;&lt;br /&gt;
The purpose of the backup files is to allow Cumulus to be &#039;rewound&#039; to a particular point in time.  It simulates the situation where someone had closed Cumulus down at that point, and is only now starting it up again, and needs data to be downloaded from the station&#039;s logger to catch up to the present time. Obviously this cure will not work if your station type does not have a logger (one is needed for Cumulus to read old readings again).&lt;br /&gt;
*If you have only installed Cumulus a few days ago, or have just re-started Cumulus after it was stopped and encounter multiple &#039;&#039;rogue readings in the catch-up from the station logger&#039;&#039;; &#039;&#039;&#039;one possibility&#039;&#039;&#039; is to stop Cumulus and find the backup files that it took when you started it up (or just after the previous roll-over time), copy those files into the data folder, overwriting the ones that are there, then when you start it up again it could sort itself out.&lt;br /&gt;
The [[Diags]] log often contains useful information for sorting out what has been read, which values have been ignored, and which highs or lows may have been updated incorrectly. Note that automatic backups are made just after roll-over time because restarting Cumulus when there are no logger records to read before roll-over has been known to cause problems. Therefore, the backup to choose might be one with the date before when the problem occured, but remember that any calculations Cumulus makes are based on readings at least every minute when Cumulus is running, but for the catch up period such calculations can only use the readings available at your station&#039;s logging interval. Note if you choose a later backup and it does not work, you can always then repeat the &#039;rewind&#039; with a earlier backup.&lt;br /&gt;
&lt;br /&gt;
== I get very large amounts of rainfall shown, or other high readings ==&lt;br /&gt;
&lt;br /&gt;
Fine Offset stations have a habit of producing unbelievable readings, and Cumulus filters many of these out automatically. You can also use the &#039;spike removal&#039; settings on the calibration page, and Cumulus will then filter out large changes in readings. Please read the help for how to use these settings. Another possible explanation is that you have chosen the wrong station type in the Cumulus station settings. You should only select the &amp;quot;Fine Offset with UV/Light sensor&amp;quot; type if your station actually has SENSORS for these. Your station may have solar CHARGING, but this is not the same as having a solar SENSOR, and so you should choose the &amp;quot;Fine Offset (WH1080 etc)&amp;quot; type. Typically, stations which do have solar SENSORS have a model number which starts with a &#039;3&#039;, e.g. WS3080, and stations without solar sensors start with a &#039;1&#039; or &#039;2&#039;. Selecting the wrong type of station will cause Cumulus to misinterpret the logger data read from the station (which it uses when it starts up) and hence incorrect readings will result, typically when you restart Cumulus.&lt;br /&gt;
&lt;br /&gt;
== My station invented some rain that didn&#039;t really occur, and I want to set it to zero (or some other figure)  ==&lt;br /&gt;
&lt;br /&gt;
Cumulus does include some code to try to ignore some obvious rain errors. For example, if the station reports negative rain, Cumulus will normally ignore that, but if for 6 consecutive readings the rain cumulative count stays below what it was before, Cumulus will normally accept the new count as a new starting point. Because many positive values are realistic (see sub-answers), Cumulus generally will accept those as a result of accidental knocking of a tipping bucket gauge, due to wind effects on the gauge, or even due to the station electronics generating a rogue reading.&lt;br /&gt;
=== (Invented rain) Error in today&#039;s total===&lt;br /&gt;
#correct today&#039;s total using the &#039;today&#039;s rain&#039; editor on the edit menu (select from main screen in Cumulus 1, or find in the MX browser interface).&lt;br /&gt;
#optionally stop Cumulus and edit [[today.ini]] to change the &#039;&#039;LastTip=&#039;&#039;(look up previous value in a recently backed up today.ini) parameter.&lt;br /&gt;
#Remember that &#039;ConsecutiveDryDays&#039; and &#039;ConsecutiveWetDays&#039; do not include today.&lt;br /&gt;
&lt;br /&gt;
=== (Invented rain) Error in yesterday&#039;s total ===&lt;br /&gt;
#edit the total for the relevant day in dayfile.txt, (using the dayfile.txt editor available in Cumulus 1 on the edit menu, use any external text editor for MX).&lt;br /&gt;
#optionally edit yesterday&#039;s total (which is only held temporarily for display purposes) in [[today.ini]], while Cumulus is stopped.&lt;br /&gt;
&lt;br /&gt;
=== (Invented rain) Error in total or high rainfall rate for any day before today ===&lt;br /&gt;
Just edit the total or rate for the relevant day in dayfile.txt, using the [[Cumulus_Screenshots#File.2FEdit.2FHelp_Menu|dayfile.txt]] editor on the edit menu.&lt;br /&gt;
&lt;br /&gt;
=== (Invented rain) Error in total, or extremes, for this month and/or this year ===&lt;br /&gt;
See next FAQ. Once you have corrected the daily totals (or high rainfall rates) in dayfile.txt, you can use the editors (on the edit menu) for &#039;This Month&#039; and &#039;This Year&#039; to fetch the corrected values from dayfile.txt (or enter figures manually).&lt;br /&gt;
&lt;br /&gt;
=== (Invented rain) Error in all-time records ===&lt;br /&gt;
See [[#How_do_I_correct_my_all-time_.28or_monthly_all-time.29_records.3F |this FAQ]].&lt;br /&gt;
&lt;br /&gt;
To see the previous value for all-time records see [[Alltimelog.txt]]. If your all-time records, or month-by-month all-time records have been affected, in Cumulus 1 you can use the built-in editors (in Cumulus MX, use any external text editor). The Cumulus 1 editors can fetch the correct values after you have corrected dayfile.txt.&lt;br /&gt;
&lt;br /&gt;
===  (Invented rain and) Other rain figures ===&lt;br /&gt;
Note that other rain figures, such as &#039;rain last hour&#039;, &#039;rain last 24 hours&#039; and &#039;rain since midnight&#039; depend on a sensible progression of the rain counter, so it&#039;s not easy to correct this; it&#039;s easier to wait until the erroneous figure is far enough in the past so as not to affect the calculation. If you really do want to try to correct it; you would need to stop Cumulus, then find and edit multiple field 11 (assuming date is field 0) the Cumulus &#039;rain counter&#039; values in the [[monthly_log_files]] in the current monthly log file so they are correct relative to the current value of the rain counter (i.e. the latest one logged). Note that if you&#039;re using a midnight start of day then you don&#039;t need the &#039;rain since midnight&#039; figure anyway, as it is normally the same as &#039;rain today&#039;, and that figure is much more easily corrected.&lt;br /&gt;
&lt;br /&gt;
===  (Invented rain) Error prevention by Spike removal ===&lt;br /&gt;
#It is better to try to avoid spurious rain being recorded in the first place.&lt;br /&gt;
#Cumulus attempts to ignore large increases in the rain total automatically, and is quite often successful.&lt;br /&gt;
#For &#039;hourly rain&#039; and &#039;rain rate&#039;, you can set &#039;spike removal&#039; settings on the calibration settings screen. The value you set here, is the maximum change allowed between successive observations. Rain Rate corrections apply only to Fine Offset and La Crosse stations (which are known to occasionally produce faulty rain readings).&lt;br /&gt;
&lt;br /&gt;
===  (Invented rain) More information ===&lt;br /&gt;
There is more information about correcting rogue data elsewhere in the Wiki, in the pages about the [[:Category:Log_Files|log files]].&lt;br /&gt;
&lt;br /&gt;
== My monthly and/or annual rainfall totals are wrong  ==&lt;br /&gt;
&lt;br /&gt;
Cumulus calculates these when it is restarted, holds the values within memory, and increments them as required while it is running. This FAQ in the previous section [[#Where_does_Cumulus_get_its_this_month_and_this_year_rainfall_totals_from.3F]] has a concise description of how Cumulus calculates these figures.&lt;br /&gt;
&lt;br /&gt;
* The rainfall total shown on the &#039;&#039;This month&#039;&#039; screen within the &#039;&#039;&#039;View&#039;&#039;&#039; menu, is calculated from summing [[dayfile.txt]] totals for a selected month, and so for the default current month will exclude the current meteorological day.  The rainfall total for today so far is added for the web tag &#039;&#039;&amp;lt;#rmonth&amp;gt;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
* The rainfall total shown on the &#039;&#039;This year&#039;&#039;  screen within the &#039;&#039;&#039;View&#039;&#039;&#039; menu, is calculated from summing totals in dayfile.txt for a selected calendar year. For the default current year, it will exclude the current meteorological day.&lt;br /&gt;
&lt;br /&gt;
* The rainfall total reported by the &#039;&#039;&amp;lt;#ryear&amp;gt;&#039;&#039; web tag is for the rainfall season to date, it is calculated from taking today&#039;s rain and then adding the sum of the totals in dayfile.txt starting with the first (meteorological) day of the month specified in the &#039;rainfall season&#039; frame on the &#039;&#039;station settings&#039;&#039; screen within the &#039;&#039;&#039;Configuration&#039;&#039;&#039; menu, until the end of dayfile.txt is reached. So check you have specified the right starting month there before deciding the rainfall total shown is wrong. &lt;br /&gt;
&lt;br /&gt;
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 also on the [[Cumulus_Screenshots#Station|Station Configuration screen]].  Make sure you specify the first Cumulus operating year here, otherwise the extra will be added to the annual total for the wrong year!&lt;br /&gt;
&lt;br /&gt;
See immediately preceding FAQ [[#My_station_invented_some_rain_that_didn.27t_really_occur.2C_and_I_want_to_set_it_to_zero_.28or_some_other_figure.29 |correcting rainfall]]  for how to correct errors in total for particular days and how to correct the high extremes for the various periods.&lt;br /&gt;
&lt;br /&gt;
In all cases then restart Cumulus to get the monthly and annual totals recalculated from correct daily totals. &lt;br /&gt;
&lt;br /&gt;
If you need to correct within day values for trend graphs as well as the longer period totals, provided you know roughly when the rogue rainfall was recorded, find (and edit) it in the [[monthly_log_files]], field 11 (assuming date is field 0) is the count used to derive other parameters. Increasing the value in the count field, decreases the difference to the next (or current) count, and therefore reduces the rain in the in-between period.&lt;br /&gt;
&lt;br /&gt;
== The ‘gust’ line has disappeared from my graph  ==&lt;br /&gt;
&lt;br /&gt;
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. Depending on your weather station type, there are a few things you could try, to improve things. Decrease your station&#039;s logger interval, and if you have Cumulus calculating the wind speed average and you have a Fine Offset station, set &#039;Use speed for avg calculation&#039;.&lt;br /&gt;
&lt;br /&gt;
== My ‘gust’ values are the same as my ‘average’ wind speed values.  ==&lt;br /&gt;
&lt;br /&gt;
As above, you probably have Cumulus set to calculate a 10-minute average, and your station logger period is 10 minutes or longer, so your gust comes out the same as the average when using data from the logger. See the previous FAQ for suggestions on how to improve this.&lt;br /&gt;
&lt;br /&gt;
== I’ve just installed Cumulus, and it didn’t download all the old data from my weather station  ==&lt;br /&gt;
&lt;br /&gt;
Cumulus deliberately doesn’t attempt to download any data from before the point when you first run it. If you wish, although this isn&#039;t recommended, 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 (you will need to have run it at least once previously). Note that if you do this, it is at your own risk, and you will need to sort out any issues which may arise yourself.&lt;br /&gt;
&lt;br /&gt;
If you do this, you will probably need to edit your log files in the &#039;&#039;&#039;data&#039;&#039;&#039; folder as you may have duplicate entries and/or entries out of order. Your rain totals will almost certainly also be wrong - the total for &amp;quot;today&amp;quot; in particular. See the [[FAQ#My_station_invented_some_rain_that_didn.27t_really_occur.2C_and_I_want_to_set_it_to_zero_.28or_some_other_figure.29 |FAQ]] entry about correcting rainfall data. If you have only just started using Cumulus, you could delete all of the files in the data folder, and just create a simple today.ini as below. Then when you start Cumulus it will start again with just the data from the station&#039;s logger.&lt;br /&gt;
&lt;br /&gt;
Note that this method does not work for the Oregon WMR200 station. This station deletes logger entries when they are downloaded, and there is no mechanism for retrieving logger entries for a particular period - it just sends all the entries that it has. You may be able to circumvent this by creating a today.ini file in the data folder before you run Cumulus, with just this in it:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[General]&lt;br /&gt;
Date=10/04/2012&lt;br /&gt;
Timestamp=10/04/2012 10:00:00&lt;br /&gt;
CurrentYear=2012&lt;br /&gt;
CurrentMonth=4&lt;br /&gt;
CurrentDay=10&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Change the dates and time to match the point from which you want Cumulus to start downloading data. If the station has already sent the data, this may not work, unfortunately.&lt;br /&gt;
&lt;br /&gt;
If you stored data from your weather station (on another file-based system) before you first ran Cumulus, then you may be able to (using a text editor outside Cumulus) generate [[Monthly log files]] for the pre-Cumulus period.  See that Wiki article for more information on what you can then do with those files within Cumulus.&lt;br /&gt;
&lt;br /&gt;
== I have inserted pre-Cumulus data and now I get errors ==&lt;br /&gt;
&lt;br /&gt;
Probably some of your inserts used the wrong format (blank rows, fields with real numbers where integers expected, alternatively missing or duplicated fields). See [[:Category:Log_Files]]. Note that Cumulus will only flag errors in the log files that it reads (e.g. those relating to the period for which it displays trends graphs).  Check all the log files you have amended.&lt;br /&gt;
&lt;br /&gt;
== I have inserted pre-Cumulus data making &#039;Records began on&#039; date wrong ==&lt;br /&gt;
&lt;br /&gt;
Stop Cumulus and edit [[Cumulus.ini#Section:_Station | cumulus.ini (station section)]] within the main Cumulus folder. Change the &amp;quot;StartDate=&amp;quot; line. Be sure to use the same format for the date.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note&#039;&#039;&#039; &#039;&#039;StartDate=xxxx&#039;&#039; does &#039;&#039;not&#039;&#039; need to be updated for Cumulus to recognise earlier data in log files in its &#039;&#039;data&#039;&#039; subfolder.  &lt;br /&gt;
&lt;br /&gt;
It really represents &amp;quot;Cumulus began on&amp;quot;, so there is an alternative of leaving cumulus.ini unchanged, but editing default Cumulus &#039;&#039;recordsT.htm&#039;&#039; template twice:&lt;br /&gt;
*after the h2 heading is &#039;&#039;&amp;amp;lt;p&amp;amp;gt;Records began on &amp;lt;#recordsbegandate&amp;gt;. Here are the extremes recorded since then.&amp;amp;lt;/p&amp;amp;gt;&#039;&#039;;  you can replace &#039;&amp;lt;#recordsbegandate&amp;gt;&#039; with the new earliest date typed in as text; and&lt;br /&gt;
*at the start of the table is the &#039;&#039;&amp;amp;lt;caption&amp;amp;gt;Records Since &amp;lt;#recordsbegandate&amp;gt;&amp;amp;lt;/caption&amp;amp;gt;&#039;&#039;; replace the label &amp;quot;Records since&amp;quot; with &amp;quot;Cumulus began on&amp;quot; leaving the web tag unchanged.&lt;br /&gt;
&lt;br /&gt;
== Cumulus doesn’t show the same pressure as my Fine Offset console  ==&lt;br /&gt;
&lt;br /&gt;
Cumulus displays atmospheric pressure corrected to sea level. The console calls this ‘relative pressure’; it displays the letters &amp;quot;rel&amp;quot; when this is being displayed.  First of all, check&lt;br /&gt;
# that you are comparing the Cumulus display with the ‘relative’ pressure on your console,&lt;br /&gt;
# that only one copy of Cumulus is accessing the weather station (and no other software),&lt;br /&gt;
# that you do not have a &#039;EWpressureoffset=x.y&#039; line in the [Station] section of [[Cumulus.ini#Introduced_for_problems_with_Fine_Offset_family:| cumulus.ini]],&lt;br /&gt;
# and that you do not have a setting for pressure on the Cumulus calibration screen.&lt;br /&gt;
&lt;br /&gt;
The Fine Offset stations only store absolute/station pressure readings in their weather memory locations updated with each transmission and read by Cumulus. Within Cumulus, the software applies the adjustment to sea level before any further processing. It does &#039;&#039;not&#039;&#039; use the altitude setting in the cumulus station configuration screen.&lt;br /&gt;
Normally when Cumulus starts, it reads in [http://www.jim-easterbrook.me.uk/weather/mm/ the fixed block] in the console a pair of absolute/station pressure and relative/sea level pressure readings and uses the difference between these as the ‘offset’ in millibar for the station;  Cumulus uses this offset subsequently to calculate the sea level pressure (each time when reading the absolute pressure in the weather memory locations of the station), but it is possible to define the offset in cumulus.ini instead. &lt;br /&gt;
&lt;br /&gt;
Make sure that you have set your console&#039;s relative pressure correctly:&lt;br /&gt;
*for a push button operated model, press &#039;menu&#039; key 4 times for pressure mode, press &#039;enter&#039; to move to relative pressure setting, press &#039;up&#039; or &#039;down&#039; to adjust value.&lt;br /&gt;
*if your model uses a touch sensitive screen then it is probably tap the reading three times, then touch &#039;+&#039; or &#039;-&#039; to adjust value.&lt;br /&gt;
&lt;br /&gt;
The support forum includes discussion on where to find isobar charts or other sources to determine what the pressure should be - make sure you use a reliable source of data, e.g. a Met Office station if in the UK.  Obviously after any adjustment you need to stop Cumulus, because it is when you restart it that Cumulus reads the new pressure offset.&lt;br /&gt;
&lt;br /&gt;
Sometimes the offset that cumulus reads from the fixed block is clearly garbage, so&lt;br /&gt;
# the cumulus error light is set,&lt;br /&gt;
# an error message suggests you check the station, and&lt;br /&gt;
# Cumulus uses zero offset instead as a best effort.&lt;br /&gt;
In this situation, Cumulus will display the same value as the &#039;absolute&#039; pressure on the console (no &amp;quot;rel&amp;quot; is displayed on the console when it is displaying absolute pressure). Often, if you restart Cumulus, it will then be able to read the correct value. If the problem happens often, you can circumvent it by editing cumulus.ini (while Cumulus is stopped), and in the [Station] section add an entry: &lt;br /&gt;
&lt;br /&gt;
 EWpressureoffset=x.y&lt;br /&gt;
&lt;br /&gt;
where x.y is your pressure offset. &#039;&#039;&#039;Cumulus will then use this instead of reading the fixed block offset from the station&#039;&#039;&#039;.  &lt;br /&gt;
&#039;&#039;&#039;Note&#039;&#039;&#039; that &#039;&#039;you must supply the offset in hPa&#039;&#039; (i.e. the millibar units that the station works with) and that this circumvention generally stops Cumulus from agreeing with the relative pressure displayed on the console.&lt;br /&gt;
&lt;br /&gt;
== My pressure suddenly dropped! Or suddenly increased!  ==&lt;br /&gt;
&lt;br /&gt;
If you have a Fine Offset station, and this happened when you (re)started Cumulus, it is quite likely a problem with reading the pressure &#039;offset&#039; from the station. See: &amp;quot;Cumulus doesn’t show the same pressure as my Fine Offset console&amp;quot; above.&lt;br /&gt;
&lt;br /&gt;
== I get an error when I try to view my all-time records. Also, they don’t appear on my web site  ==&lt;br /&gt;
&lt;br /&gt;
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. &lt;br /&gt;
&lt;br /&gt;
== I get an error when I close Cumulus  ==&lt;br /&gt;
&lt;br /&gt;
Cumulus does sometimes report an error when you close it. This does not appear to cause any problems, you can just close the error message. I don&#039;t seem to be able to do anything about this, as the &#039;crash&#039; is not in code that I have control over. You may be able to avoid this error by avoiding closing Cumulus while it is uploading to the internet. Please don&#039;t bother sending me a bug report about this. &lt;br /&gt;
&lt;br /&gt;
== My forecast says &amp;quot;Not available&amp;quot;  ==&lt;br /&gt;
&lt;br /&gt;
You can get Cumulus to create a simple forecast by selecting &#039;Cumulus Forecast&#039; on the Stations Settings screen. &lt;br /&gt;
&lt;br /&gt;
== My forecast always says &amp;quot;Exceptional Weather, Stormy, much precipitation&amp;quot;  ==&lt;br /&gt;
&lt;br /&gt;
You probably have incorrect Pressure Extreme settings in the Forecast section on the Station Settings window. Make sure that the values you have supplied match the units you have selected for the extremes. Note that the units for the extremes are not related to the units you have chosen for pressure display in Cumulus. The option of supplying mb/hPa or inHg for the extremes is merely a convenience; you can supply either, but the values and the units must of course match.&lt;br /&gt;
&lt;br /&gt;
== My computer hibernated/suspended, and I lost data/my graphs &#039;flat-lined&#039;  ==&lt;br /&gt;
&lt;br /&gt;
Cumulus can&#039;t cope with being suspended, it just carries on as normal after being woken. There is an option in the station settings to &#039;close on suspend&#039;, so Cumulus will close itself as a safety measure, if you forget to do it manually. Don&#039;t use the &#039;close on suspend&#039; option and the &#039;confirm shutdown&#039; option at the same time; this will cause problems. &lt;br /&gt;
&lt;br /&gt;
But I strongly recommend that you don&#039;t have your computer set to go into any form of standby while Cumulus is running - it&#039;s continuously gathering real-time data, after all, so it&#039;s a rather strange thing to do. &lt;br /&gt;
&lt;br /&gt;
== My heat index/humidex/wind chill is the same as my temperature  ==&lt;br /&gt;
&lt;br /&gt;
*Wind chill only applies when the average wind speed is above 4.8 kph &#039;&#039;&#039;and&#039;&#039;&#039; (by default in Cumulus as it should really always be set, but this is an option that can be unset) the temperature is below 10 degrees Celsius.  &lt;br /&gt;
*Heat index only applies when the temperature is above 27 degrees Celsius &#039;&#039;&#039;and&#039;&#039;&#039; the humidity is above 40%. &lt;br /&gt;
* Humidex does not have any &#039;cutoff&#039; values, but at low temperature and/or humidity it will give the same figure as ambient temperature.&lt;br /&gt;
&lt;br /&gt;
If heat index or wind chill is not applicable, Cumulus will set them the same as the ambient temperature.&lt;br /&gt;
&lt;br /&gt;
== Cumulus is showing a different wind speed compared to my console  ==&lt;br /&gt;
&lt;br /&gt;
You have probably misunderstood Cumulus processing of wind speeds, looking at different parameters, or different averaging periods.&lt;br /&gt;
*If you have a Davis weather station see [[#What_do_the_various_wind_speeds_in_Cumulus_correspond_to.2C_with_Davis_stations.3F]]&lt;br /&gt;
*If you have a Fine Offset station, see [[#What_do_the_various_wind_speeds_in_Cumulus_correspond_to.2C_with_Fine_Offset_stations.3F]] &lt;br /&gt;
* For Oregon Scientific and La Crosse stations see [[#How_do_I_set_up_recording_wind_speeds_in_Cumulus.2C_with_Oregon_Scientific_and_La_Crosse_stations]]&lt;br /&gt;
&lt;br /&gt;
Note that you can&#039;t compare the graphs drawn by Easyweather and Cumulus unless you are certain that they are plotting the same data. They can&#039;t both be running at the same time, so one would normally be plotting &#039;live&#039; data at a given interval, and the other will be plotting data downloaded from the station&#039;s logger. The wind speed will hence not normally be the same for a particular time on the graph as it may well have changed at the point that it is saved to the logger. The only situation where it &#039;&#039;would&#039;&#039; be valid to compare the graphs would be if neither were running at the times you are comparing, and both subsequently downloaded the same data from the logger.&lt;br /&gt;
&lt;br /&gt;
== I get error -32710 with Cumulus and my USB Davis station  ==&lt;br /&gt;
&lt;br /&gt;
The USB support in the Davis DLL which Cumulus uses doesn&#039;t seem to work. You need to use the CP210X USB/serial software which Davis supply, and use the station in serial mode. If you have previously been using your station with Weatherlink in USB mode, you will need to change to serial mode in Weatherlink before you can use the station with Cumulus. You can do this using [http://www.davisnet.com/support/weather/download/CP210X_USB_Serial_Converter_ver2.exe this utility from Davis]. See also this FAQ entry - http://wiki.sandaysoft.com/a/FAQ#How_do_I_get_my_Davis_station_with_USB_working_with_Cumulus.3F&lt;br /&gt;
&lt;br /&gt;
== When I start Cumulus, the graphs restart again each time and don&#039;t show the earlier data  ==&lt;br /&gt;
&lt;br /&gt;
You probably have an error in one or more data files. Look near the beginning of the latest file in the Diags folder for an error message which will tell you which file is in error and which line is causing the problem. It may simply be a blank line. Edit the file with Cumulus stopped. Note that you may need to repeat this process; only the first error is shown.&lt;br /&gt;
&lt;br /&gt;
This problem can also occur if you change your system format settings (date format, decimal and list separators etc). Again, check the diags file for a message about a number not being a valid floating point value.&lt;br /&gt;
&lt;br /&gt;
== The peak values on my graphs are not the same as my extreme values  ==&lt;br /&gt;
&lt;br /&gt;
The graphs are snapshots of the data, taken once a minute while Cumulus is running; it is not feasible to plot every data point. If the extreme value did not coincide exactly with the point at which the data was added to the graph, then it will not appear on the graph. The graphs are not intended to show all of the highs and lows, they are there to give an idea of the trends. This also applies to &#039;Select-A-Graph&#039;, which takes its data from the data logs; the highs and lows do not necessarily appear in the periodic data logs.&lt;br /&gt;
&lt;br /&gt;
This is most noticeable with wind gusts, the value of which can change rapidly, even over a period of a minute. The &#039;Plot latest gust&#039; setting causes the &#039;Latest&#039; figure (as shown on the main screen) to be plotted. What this figure represents exactly depends on your weather station type. This figure may vary rapidly, e.g. on Davis stations, it changes every 3 seconds or so. The graphs are plotted once a minute, and hence, with Davis stations, for example, there is approximately a one in 20 chance of any given &#039;latest&#039; figure actually being plotted.&lt;br /&gt;
&lt;br /&gt;
Cumulus also stores the peak value of the &#039;latest&#039; figure from the last 10 minutes. It calls this the &#039;gust&#039;, as this is a reasonable representation of a true &#039;gust&#039; figure. If you untick &#039;plot latest gust&#039;, it will plot this figure instead. As it contains the peak figure from the last 10 minutes, and the graph is plotted once a minute, plotting this value means that the high gust figure will always appear on the graph. The exception to this is with Davis stations, in the situation where the &#039;high gust&#039; figure has been read directly (as a way of ensuring that the high gust isn&#039;t missed) rather than by the usual reading of the current data. In this case, the gust is recorded as the high, but is not written to the current value, and hence does not appear on the graph, as it may be out of sequence with the current data.&lt;br /&gt;
&lt;br /&gt;
== My extreme values do not appear in the &#039;monthly&#039; data logs  ==&lt;br /&gt;
&lt;br /&gt;
The data logs are snapshots of the data, taken at the configured interval while Cumulus is running (or at the station&#039;s configured interval when data is read from the station&#039;s logger directly into the Cumulus monthly log). Cumulus, while it is running, reads the station frequently, detecting each change in observations, and can update extremes at each of these reading times.&lt;br /&gt;
&lt;br /&gt;
If the extreme value reading time did not immediately precede a time at which the data was logged, then it will not appear in the log. This is most noticeable with wind gusts, the value of which can change rapidly between log entries.&lt;br /&gt;
&lt;br /&gt;
Cumulus is designed to be kept running, if you only run it once a day, then the information it reads from the station&#039;s logger during catch up may miss extremes. For example &#039;&#039;when Cumulus reads the archive temperatures from a Davis station&#039;&#039;,  (in a compromise to allow Cumulus to have as much code as possible that is common to all weather station types) the design means that it ignores the first and second figures representing highest and lowest reported at each logged time, just reading the third figure that, depending on console configuration, is either the average value over the archive period or the final reading of the archive period (I don&#039;t know what the default is).&lt;br /&gt;
&lt;br /&gt;
== Cumulus takes a long time to download the data from my Davis station at start up  ==&lt;br /&gt;
&lt;br /&gt;
When Cumulus starts, it asks the station for all the data from the logger since the last time it was running. If the time-stamp that it supplies does not exactly match the time-stamp of an entry in the Davis logger, the station has a strange &#039;feature&#039; where it decides to send the entire contents of the logger. This will take some time to download, during which the Davis console display may appear to freeze. &lt;br /&gt;
#It is recommended that you enable the feature &#039;&#039;&#039;Synchronise station clock&#039;&#039;&#039; in the &#039;Settings&#039; block accessed from the &#039;&#039;Configuration&#039;&#039; menu  &#039;&#039;&#039;Station&#039;&#039;&#039; [[Cumulus_Screenshots#Station|Screen]].&lt;br /&gt;
#It is recommended that you set the logging interval in Cumulus (in the &#039;Data log interval&#039; block accessed from the &#039;&#039;Configuration&#039;&#039; menu  &#039;&#039;&#039;Station&#039;&#039;&#039; Screen) to the same interval as the station (the station interval can be changed using Weatherlink), then Cumulus will be able to make sure it uses a time-stamp that matches an entry in the logger. Note that this is mentioned in the &#039;&#039;&#039;readme.txt&#039;&#039;&#039; file that appears during the Cumulus installation, which you were asked to read at the time. If you didn&#039;t read it, it is strongly recommended that you do so now; it contains important information.&lt;br /&gt;
&lt;br /&gt;
Note that this situation can also occur if you close Cumulus and then start it up again very soon afterwards, for similar reasons. There is nothing that Cumulus can do about this, it is an issue with the logger (or Virtual VP, which behaves in the same way).&lt;br /&gt;
&lt;br /&gt;
== My Davis console clock is not exactly the same as my PC clock, but I have &amp;quot;Synchronise station clock&amp;quot; selected ==&lt;br /&gt;
&lt;br /&gt;
The Davis protocol only allows hours and minutes to be set, so there is always likely to be a difference of up to 60 seconds between the PC and the station.&lt;br /&gt;
&lt;br /&gt;
== Today is the shortest/longest day, but Cumulus says that tomorrow will be a few seconds shorter/longer  ==&lt;br /&gt;
&lt;br /&gt;
The routines I use to calculate (at midnight GMT) the length of the day aren&#039;t really suitable for this level of accuracy and may use the previous day in one parameter. I don&#039;t consider it an issue.&lt;br /&gt;
&lt;br /&gt;
== Cumulus got the forecast wrong!  ==&lt;br /&gt;
&lt;br /&gt;
Cumulus uses a forecast based on the Zambretti Forecaster (see Google). I didn&#039;t design the algorithm myself and to be honest I don&#039;t know how it works, so I can&#039;t answer any questions about it. Note that this is a &#039;forecast&#039; for the following 12 hours or so; it is not a &#039;nowcast&#039; (what the weather is doing now). Please regard the forecast as &#039;for entertainment purposes only&#039;. Do not base any decisions on it, and bear in mind that it is a very simple calculation based on only a few basic parameters. Some people get reasonable results, others do not. You can try tweaking the pressure extreme settings (in the Forecast section in the station settings), but don&#039;t expect the forecast to be as good as that provided by the weather agencies which have invested millions in their forecasting systems.&lt;br /&gt;
&lt;br /&gt;
== I only see one set of points on the wind direction graph  ==&lt;br /&gt;
&lt;br /&gt;
This happens just after you restart Cumulus, if the data came from the weather station&#039;s logger (i.e. Cumulus hasn&#039;t been running for a while). Weather stations only supply a &#039;current&#039; direction, and Cumulus calculates the average direction when running &#039;live&#039;.  So there is only one set of data available to be plotted, if it comes from the station logger.&lt;br /&gt;
&lt;br /&gt;
== My average wind bearing remains at zero ==&lt;br /&gt;
&lt;br /&gt;
Cumulus will always show zero average bearing when the average wind speed is zero (it can&#039;t be otherwise because it&#039;s calculated using the wind speed). In addition, it will show zero current bearing when the current wind speed is zero if you have &#039;&#039;use bearing zero when calm&#039;&#039; selected in the [[Cumulus_Screenshots#Station|station]] settings (accessible from &#039;&#039;&#039;Configuration&#039;&#039;&#039; menu).&lt;br /&gt;
&lt;br /&gt;
This also happens if your anemonmeter has a fault.&lt;br /&gt;
&lt;br /&gt;
== My graphs appear to be plotted less frequently just after Cumulus starts up  ==&lt;br /&gt;
&lt;br /&gt;
When running live, Cumulus plots data at 1-minute intervals. When it starts up, it pre-fills the graphs with data from the log files, which generally (depending on how you have Cumulus and your station configured) will be at less frequent intervals. &lt;br /&gt;
&lt;br /&gt;
== I closed Cumulus, the &#039;please wait&#039; form appeared, but Cumulus didn&#039;t close, even after several minutes  ==&lt;br /&gt;
&lt;br /&gt;
If you&#039;ve closed Cumulus shortly after it has downloaded a lot of data from the logger, it can take a while for the logging thread to get everything written away to disk, and Cumulus won&#039;t close until this has completed. However, in some circumstances, there seems to be a situation where Cumulus will never close, so you will need to close it with task manager. If you think you know what conditions cause this to happen, please let me know. &lt;br /&gt;
&lt;br /&gt;
== Cumulus isn&#039;t logging data at the interval that I set  ==&lt;br /&gt;
&lt;br /&gt;
It logs data at the interval you have configured, while it is running. If there is data to read from the station logger at start up, each logger entry is logged to the Cumulus log files, so those entries will be at the logger interval that you have configured in your station.&lt;br /&gt;
&lt;br /&gt;
== Cumulus takes a very long time to shut down ==&lt;br /&gt;
&lt;br /&gt;
You may have closed it very soon after starting it up, when it had a lot of data to download from the station logger, and you use Weather Underground. From version 1.9.1  there is a facility where it &#039;catches up&#039; with data that hasn&#039;t been uploaded to Weather Underground while it hasn&#039;t been running. This takes a little while, and if you close it while it is doing it, it will take a long time for all of the updates to time out. You need to give it sufficient time to finish the upload. From version 1.9.2, there is a &#039;catch up&#039; light which shows that the upload is taking place, and the &#039;catch up&#039; is optional&#039;; and it will abort much more quickly if you still close it while the catch up is taking place. &lt;br /&gt;
&lt;br /&gt;
== My temperature Min/Max/Avg graph is empty ==&lt;br /&gt;
&lt;br /&gt;
The most likely explanation is that you have only recently started running Cumulus (in the last day or two). It adds new values to this graph at the end of each day; it wouldn&#039;t make sense to add a value part of the way through the day, and you need a few points to be plotted before the graph starts to take shape. You need to wait until you have been running Cumulus for a few days.&lt;br /&gt;
&lt;br /&gt;
If you&#039;ve been running Cumulus for more than a few days, but the graph is still empty, the most likely explanation is that it was unable to read your dayfile.txt file. Look at the latest file in the &#039;diags&#039; folder (the files are plain text) for error messages mentioning dayfile.txt.&lt;br /&gt;
&lt;br /&gt;
== The longest dry/wet spell for this month/year includes days from last month/year ==&lt;br /&gt;
&lt;br /&gt;
This is intentional. I decided that it didn&#039;t make sense to arbitrarily chop off a dry/wet spell at the start of the month/year, as then the figure is meaningless. So the figures are to be interpreted as &amp;quot;the longest dry/wet spell which includes this month/year&amp;quot;. I note that other software takes the same approach.&lt;br /&gt;
&lt;br /&gt;
== Cumulus isn&#039;t performing periodic tasks, like data logging or web uploads ==&lt;br /&gt;
&lt;br /&gt;
Cumulus assumes a certain level of weather station functionality. It checks that it has received data from a number of sensors (e.g. pressure, outside temperature, wind) before it starts periodic calculations, logging, uploading to the web, or drawing graphs. This is an attempt to make sure that bad data is not logged. If your weather station is not fully functional, you will not be able to use Cumulus fully. &lt;br /&gt;
&lt;br /&gt;
You can over-ride the start up check by adding a line to the [Station] section of [[Cumulus.ini#Section:_Station|cumulus.ini]], thus: &#039;&#039;NoSensorCheck=1&#039;&#039;&lt;br /&gt;
(You need to do this while Cumulus is stopped). Note that you are likely to get bad data logged if you do this.&lt;br /&gt;
&lt;br /&gt;
== I&#039;ve changed my Twitter password, and now Cumulus won&#039;t update Twitter ==&lt;br /&gt;
&lt;br /&gt;
You need to force Cumulus to re-authenticate with Twitter. Stop Cumulus and edit cumulus.ini. Find the [Twitter] section, and &#039;&#039;&#039;delete&#039;&#039;&#039; the lines which start&lt;br /&gt;
&lt;br /&gt;
OauthToken=&lt;br /&gt;
 &lt;br /&gt;
OauthTokenSecret=&lt;br /&gt;
&lt;br /&gt;
Start Cumulus and it should be able to update Twitter again.&lt;br /&gt;
&lt;br /&gt;
This also applies if you want to change to a different Twitter account.&lt;br /&gt;
&lt;br /&gt;
== When I start Cumulus, I get the error message &amp;quot;The station is not initialised&amp;quot; ==&lt;br /&gt;
&lt;br /&gt;
For Fine Offset stations, when Cumulus starts up, it checks the first two bytes of the station&#039;s memory. They are supposed to contain the values Hex 55 and Hex AA to indicate that the station has initialised itself correctly. If they do not, then presumably the station has had some kind of internal problem, so Cumulus doesn&#039;t try to read any data from it. A reset of the station normally fixes this - remove the batteries and the USB cable; but note that you will almost certainly lose any stored data in the logger.&lt;br /&gt;
&lt;br /&gt;
If you want to force Cumulus to ignore this check (not recommended), edit cumulus.ini and add a line to the [Station] section: &#039;&#039;EWdisablecheckinit=1&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
You will most likely not have any success with this, as your station memory is probably corrupted anyway.&lt;br /&gt;
&lt;br /&gt;
Note that for this setting to work, you need to be using version 1.9.3, build 1034 or later.&lt;br /&gt;
&lt;br /&gt;
== How do I correct today&#039;s or yesterday&#039;s highs and lows? ==&lt;br /&gt;
&lt;br /&gt;
Today&#039;s totals, highs and lows (and yesterday&#039;s rain total) are held in [[today.ini]] in the Cumulus data folder. Yesterday&#039;s totals (including RG11 rain but not standard rain), highs and lows are held in [[yesterday.ini]]. Follow the cross-references if you are unsure which parameter is what. To change any values, stop Cumulus and edit the file(s) in a text editor. Be sure to keep any date and time formats the same. If you are editing yesterday&#039;s highs and lows, you might also need to edit [[Dayfile.txt#Editing_daily_summary_in_Cumulus|dayfile.txt]], as the same values will probably have been written to that file. You can use the [[Cumulus_Screenshots#File.2FEdit.2FHelp_Menu|built-in dayfile editor]] in Cumulus to do this. If your all-time and/or monthly all-time records have been affected, see the [[#How_do_I_correct_my_all-time_.28or_monthly_all-time.29_records.3F|FAQ entry below]].&lt;br /&gt;
&lt;br /&gt;
If the value you want to change is today&#039;s high hourly rain figure, it is best to wait until the current figure has returned to a sensible value. There is no easy way to correct the current figure, so if you change it in today.ini while the current figure is incorrect, the high value in today.ini will immediately be changed again when you start Cumulus.  More information about correcting rain [[#My_station_invented_some_rain_that_didn.27t_really_occur.2C_and_I_want_to_set_it_to_zero_.28or_some_other_figure.29 |in this FAQ]].&lt;br /&gt;
&lt;br /&gt;
If the problem occurred because Cumulus wasn&#039;t able to download the data from the station&#039;s logger when you started it up in the morning (or perhaps you turned off the &#039;use data logger&#039; setting for some reason), you can get it to try again by &#039;rewinding&#039; to the time when you started Cumulus, and allowing it to try again. Cumulus takes a copy of the current files each time it starts up, and puts them in a folder in the backup folder in the Cumulus installation. Stop Cumulus, and find the backup folder with the appropriate timestamp, and copy all of the files from the backup folder into the Cumulus data folder, and start Cumulus up again.&lt;br /&gt;
&lt;br /&gt;
== How do I correct my all-time (or monthly all-time) records? ==&lt;br /&gt;
&lt;br /&gt;
Use the editor in Cumulus - on the Edit menu. If you know the correct figures, you can enter them manually.&lt;br /&gt;
*You can look at the [[Alltimelog.txt]] file to find the previous values for the [[Monthlyalltime.ini|all-time records]].&lt;br /&gt;
*Similar entries are logged to the [[diags]] files for the monthly highs and lows in [[month.ini]]. &lt;br /&gt;
*You can also get the editor to scan the [[dayfile.txt|daily summary log]] and [[Monthly_log_files]] to find the highs and lows from those files, click the Help button for details. Note that to use this facility you first need to correct any incorrect values in the files being scanned; you can use the built-in editor in Cumulus to edit dayfile.txt.&lt;br /&gt;
&lt;br /&gt;
Cumulus takes a backup of all the active data files when it starts up, and also at the start of the meteorological day (just after midnight for a lot of users). The backups are kept in folders within the backup sub-folder in the Cumulus installation. So an alternative method would be to find the latest backup from before the error occurred, and copy the &#039;&#039;alltime.txt&#039;&#039; and/or &#039;&#039;monthlyalltime.txt&#039;&#039; file from the backup to the Cumulus data folder. Do this with Cumulus stopped.&lt;br /&gt;
&lt;br /&gt;
There is more information in [[:Category:Log_Files]], on the page for each type of file.&lt;br /&gt;
&lt;br /&gt;
== It&#039;s January 1st and my &#039;rain since midnight&#039; and/or &#039;last 24 hours rain&#039; and/or Evapotranspiration are wrong/negative ==&lt;br /&gt;
&lt;br /&gt;
You are probably using a Davis station. Cumulus needs an incrementing rain counter to calculate all of the rain figures, and the nearest to that on a Davis station is the annual total. When this resets at the end of the year, this causes some of the rain data to show odd values for a day. You will notice this particularly if you use an 0900 start of meteorological day, as the &#039;rain since midnight&#039; figure is used for services such as Weather Underground. There&#039;s no easy solution to this, sorry.&lt;br /&gt;
&lt;br /&gt;
== Cumulus stops at the &amp;quot;Downloading data&amp;quot; screen ==&lt;br /&gt;
&lt;br /&gt;
If you have a Fine Offset station, this is probably caused by the station&#039;s USB interface locking up - a known problem with some Fine Offset stations. You should be able to get it going again by doing a reset - remove batteries and the USB cable. Recent Fine Offset models have a problem where they can lock up frequently, requiring a reset. From version 1.9.3 of Cumulus onwards, there is an option to synchronise the reading of data with the console writing the data, to avoid doing both at the same time, and this seems to avoid most lockups. The setting is &amp;quot;Synchronise Fine Offset reads&amp;quot; on the station settings screen.&lt;br /&gt;
&lt;br /&gt;
If you look in the status bar at the bottom of the Cumulus window, there may a message &amp;quot;Error: no response&amp;quot;; this would confirm that the station has locked up and needs resetting.&lt;br /&gt;
&lt;br /&gt;
If you are using the &amp;quot;Synchronise&amp;quot; setting but are still getting frequent console interface lockups, then the clocks on the console and the platform running Cumulus may be drifting too far between synchronisations. Look in the diags files for the word &amp;quot;drift&amp;quot; and see how many seconds apart the clocks are drifting. If it is more than 3 seconds, you will need to adjust the period that Cumulus allows where it doesn&#039;t read the console data. Stop Cumulus and edit Cumulus.ini. In the [Station] section, add a line:&lt;br /&gt;
&lt;br /&gt;
FOReadAvoidPeriod=N&lt;br /&gt;
&lt;br /&gt;
where N is the required setting in seconds. If you find you are getting a drift of 9 seconds, say, you might set the value to 10.&lt;br /&gt;
&lt;br /&gt;
== Cumulus locks up when it starts and I have to use the task manager to kill it ==&lt;br /&gt;
&lt;br /&gt;
If you have a &#039;&#039;Fine Offset station&#039;&#039;, this is most likely caused by the station&#039;s interface locking up, i.e the station has stopped communicating with the PC.&lt;br /&gt;
&lt;br /&gt;
The problem where Cumulus locks up when the Fine Offset station doesn&#039;t respond is fixed in version 1.9.4. If you look in the status bar at the bottom of the Cumulus main window, there may be a message &amp;quot;Error: no response&amp;quot;; this would confirm that the station has locked up and needs resetting.&lt;br /&gt;
&lt;br /&gt;
You should be able to get the station going again by doing a reset - either remove console batteries and the USB cable or press the reset button hidden below the small hole (on 1081-based models, above the top RH corner of the battery cover). Recently manufactured Fine Offset models have a problem where they can lock up frequently, requiring a power reset. From version 1.9.3 of Cumulus onwards, there is an option on &#039;&#039;station settings screen&#039;&#039; to &#039;&#039;&#039;Synchronise Fine Offset Reads&#039;&#039;&#039; (Cumulus reading data from console) with the timing of received transmissions from sensors updating the data, to avoid doing both at the same time, and this seems to avoid most lockups.&lt;br /&gt;
&lt;br /&gt;
== Error messages with &amp;quot;Error on line...&amp;quot; or &amp;quot;Error at line...&amp;quot; ==&lt;br /&gt;
&lt;br /&gt;
These are corruptions in the log files, typically caused by Cumulus being unexpectedly closed (e.g. killed using Task Manager, or a PC reboot) while it is writing to the log files, but there can be other causes. The error message may say something like &amp;quot;List index out of bounds&amp;quot;. The error message will name the affected file(s) and the affected line number(s).&lt;br /&gt;
&lt;br /&gt;
Stop Cumulus and open the named file(s) in a good text editor, such as Notepad++. Do not use Notepad. At the line number(s) mentioned correct the error(s), which will be obvious as the lines won&#039;t look like the other lines, they will be blank or have garbage characters, or perhaps two lines have been run together. Save the file(s) and start Cumulus again.&lt;br /&gt;
&lt;br /&gt;
== Cumulus gives an error and won&#039;t run on my HP computer ==&lt;br /&gt;
&lt;br /&gt;
It&#039;s a known problem with HP computers; they have missing fonts. One solution is to install [http://www.microsoft.com/en-us/download/details.aspx?DisplayLang=en&amp;amp;id=16083 this font update] from Microsoft. It appears that computers other than HP can have the same font issue, so it is worth installing the font update anyway, if you get a problem where Cumulus won&#039;t start.&lt;br /&gt;
&lt;br /&gt;
== The headings or data look wrong in the data log viewer ==&lt;br /&gt;
&lt;br /&gt;
You&#039;re probably trying to view the wrong type of file. Use [[Cumulus_Screenshots|menus]] on main screen.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;View | Data logs&amp;quot; is only for the monthly data logs, e.g. Oct13log.txt, &amp;quot;View | Extra data logs&amp;quot; is for &amp;quot;extra&amp;quot; data logs, e.g. ExtraLog201310.txt, and if you want to view the daily summaries in dayfile.txt, use the dayfile.txt editor - &amp;quot;Edit | dayfile.txt&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
== The wind rose in Cumulus does not display anything with my Fine Offset ==&lt;br /&gt;
&lt;br /&gt;
The Fine Offset weather stations are supposed to supply data for 16 wind directions, however the design is such that most of them only actually use 8 of the possible 16. Try setting the wind rose to only display 8 directions by setting the &#039;wind rose points&#039; value to 8 on the display settings screen.&lt;br /&gt;
&lt;br /&gt;
== I&#039;ve set the graph background to white, but there&#039;s a problem with the small wind direction graph ==&lt;br /&gt;
&lt;br /&gt;
This appears to be an issue with the third party chart component. The work around is to choose a gradient background and set all three colours in the gradient to white.&lt;br /&gt;
&lt;br /&gt;
== My Weather Underground tabular data interval is not the same as the interval I&#039;ve set in Cumulus (I&#039;m using Rapid Fire) ==&lt;br /&gt;
&lt;br /&gt;
If you have selected &#039;rapid fire&#039;, the data is uploaded every 5 seconds, and the interval you configure in Cumulus is not used. Weather Underground decide how often your tabular data is logged when using rapid fire, not Cumulus.&lt;br /&gt;
&lt;br /&gt;
== My WU or PWS highest and lowest do not match Cumulus ==&lt;br /&gt;
&lt;br /&gt;
Note that Cumulus does not send minimum and maximum values to PWS and WU, they determine those themselves from the individual values that Cumulus sends.&lt;br /&gt;
&lt;br /&gt;
== My monthly (month-by-month) all-time records don&#039;t have entries for all of the months that I have been using Cumulus ==&lt;br /&gt;
&lt;br /&gt;
You need to initialise them. See the release announcement for version 1.9.3, which is when this facility was introduced: http://sandaysoft.com/forum/viewtopic.php?f=2&amp;amp;t=9286&lt;br /&gt;
&lt;br /&gt;
You only need to do this once; when you have initialised them, Cumulus will keep them up to date thereafter.&lt;br /&gt;
&lt;br /&gt;
== I am getting I/O error 32 or I/O error 103 ==&lt;br /&gt;
&lt;br /&gt;
I/O error 32 = ERROR_SHARING_VIOLATION; &amp;amp;nbsp; I/O error 103 = &#039;file not open&#039; mean something on your system has one of the Cumulus files open, preventing Cumulus writing to it (Cumulus needs exclusive access).  If you are seeing &amp;quot;file access denied&amp;quot;, you may have a permissions problem.&lt;br /&gt;
Possible reasons for locked files:&lt;br /&gt;
# Anti-virus, or back-up, software scanning/accessing the file (this is the cause in almost all cases that I&#039;ve seen).&lt;br /&gt;
# An edit or file transfer in progress (the Cumulus thread for logging and the Cumulus thread for FTP are independent so can overlap). This is likely to happen if you are getting Cumulus to frequently upload the log file to your web site.&lt;br /&gt;
# Some other software that a user is running which is processing the file in some way.&lt;br /&gt;
# More than one instance of Cumulus running (see [[#Can_I_run_2_copies_of_Cumulus.3F]]).&lt;br /&gt;
# An issue with the system clock on the PC.&lt;br /&gt;
&lt;br /&gt;
== I have problems after upgrading to Windows 10 ==&lt;br /&gt;
See this forum post - http://sandaysoft.com/forum/viewtopic.php?f=2&amp;amp;t=14148&lt;br /&gt;
&lt;br /&gt;
= Website =&lt;br /&gt;
&lt;br /&gt;
== How do I set up a website? ==&lt;br /&gt;
The crucial settings are selected on the &#039;&#039;Internet&#039;&#039; screen in the &#039;&#039;&#039;Configuration&#039;&#039;&#039; menu. &lt;br /&gt;
*On the &#039;&#039;Sites/Options&#039;&#039; tab, you must have &#039;&#039;&#039;Auto Update&#039;&#039;&#039; selected if you want Cumulus to generate web pages at the standard interval.  Other parameters will depend on your particular set-up, but are explained in the Cumulus &#039;&#039;&#039;Help&#039;&#039;&#039; and in Wiki pages starting with [[Website_setup]] and following links as required. &lt;br /&gt;
*On the &#039;&#039;Files&#039;&#039; tab, you select whether to use the standard Cumulus templates and images, or specify your own templates and destinations.&lt;br /&gt;
&lt;br /&gt;
== I’ve configured my ftp details but the web pages aren’t appearing on my site  ==&lt;br /&gt;
&lt;br /&gt;
Try setting ‘use active FTP mode’. If you already have it set, try unsetting it. If it was previously working OK, something may have changed on your network, or at the server end.&lt;br /&gt;
&lt;br /&gt;
== I’ve tried active FTP mode, but my web pages (or my realtime.txt file) still don’t appear?  ==&lt;br /&gt;
&lt;br /&gt;
Are you absolutely sure you have set the ftp path correctly? Most problems like this are a result of an incorrect path. Note that the information in the &#039;FTP progress&#039; window is not generally useful for diagnosing upload issues&#039; try turning on the ftp logging (on the Configuration menu) and look in the ftplog.txt and realtimeftplog.txt files (in the Cumulus folder). It is best to supply a relative path - i.e. with no leading &#039;slash&#039;. Please don&#039;t ask me what path you need to supply, it is impossible for me to guess how your web space is set up. If you cannot work it out, ask your web space provider for help.&lt;br /&gt;
&lt;br /&gt;
== How do I replace the &#039;bird&#039; image on my website? ==&lt;br /&gt;
&lt;br /&gt;
There are several ways to change the image of the &#039;bird&#039; on the standard Cumulus web page.  You will need a [[FTP tool]].&lt;br /&gt;
* The simplest way is to upload a new picture to the images folder of your website; the file should be called picture.jpg.   Please ensure the image is not too large and bear in mind it will appear on the bottom left of the page; the site data may cover some of the image.  As a guide, the default image is 600 x 450 pixels.&lt;br /&gt;
* Secondly, you may upload an image using your own file name.  Edit the &#039;&#039;weatherstyle.css&#039;&#039; file and look for the line &amp;lt;tt&amp;gt;background-image: url(images/picture.jpg);&amp;lt;/tt&amp;gt; around line 9 and adjust as necessary.  Upload the edited css file to your website.&lt;br /&gt;
* if you wish to remove the image completely edit the &#039;&#039;weatherstyle.css&#039;&#039; file and remove the line &amp;lt;tt&amp;gt;background-image: url(images/picture.jpg);&amp;lt;/tt&amp;gt;  Upload the edited css file to to your website.&lt;br /&gt;
&lt;br /&gt;
NOTE: It is not recommended that you overwrite the image in your local folder (webfiles\images\picture.jpg) because that gets overwritten when you update to a new build of Cumulus. Ideally your image will be in its own local folder outside the Cumulus structure.&lt;br /&gt;
&lt;br /&gt;
== Why does the heading say &#039;weather weather&#039; ? ==&lt;br /&gt;
&lt;br /&gt;
The standard first template page contains &#039;&#039;&#039;&amp;amp;lt;h1&amp;amp;gt;&amp;amp;lt;#location&amp;amp;gt; weather&amp;amp;lt;/h1&amp;amp;gt;&#039;&#039;&#039;, so do not include &#039;weather&#039; in your station name (this is what the tag &amp;amp;lt;#location&amp;amp;gt; represents, see next answer) to avoid it being duplicated.&lt;br /&gt;
&lt;br /&gt;
== How do I change the &amp;quot;Welcome to.&amp;quot; on the front page ==&lt;br /&gt;
&lt;br /&gt;
The Welcome message is controlled within Cumulus.  Click on the &#039;&#039;Station&#039;&#039; screen in &#039;&#039;&#039;Configuration&#039;&#039;&#039; menu and Edit the &#039;&#039;&#039;Description&#039;&#039;&#039; field within the Location frame to amend what the tag &amp;lt;#longlocation&amp;gt; represents in &amp;quot;Welcome to &amp;amp;lt;#longlocation&amp;amp;gt;.&amp;quot; on template page.&lt;br /&gt;
&lt;br /&gt;
== I don&#039;t have a solar sensor. How do I remove the solar data from the supplied web templates? ==&lt;br /&gt;
Locate the Cumulus &#039;web&#039; folder on your PC and edit the following files (there are comments in the html to guide you):&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;indexT.htm&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Remove the following code:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
  &amp;lt;!-- Solar data. If you don&#039;t have a solar sensor, you may wish to delete everything from here to the next comment --&amp;gt;&lt;br /&gt;
  &amp;lt;tr class=&amp;quot;td_temperature_data&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;Solar Radiation&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;&amp;lt;#SolarRad&amp;gt;&amp;amp;nbsp;W/m&amp;amp;sup2;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;Evapotranspiration Today&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;&amp;lt;#ET&amp;gt;&amp;amp;nbsp;&amp;lt;#rainunit&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;/tr&amp;gt;&lt;br /&gt;
  &amp;lt;!-- End of solar data --&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;todayT.htm&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
Remove the following code:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
    &amp;lt;!-- Solar data. If you don&#039;t have a solar sensor, you may wish to delete everything from here to the next comment --&amp;gt;&lt;br /&gt;
    &amp;lt;tr class=&amp;quot;td_temperature_data&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;td&amp;gt;Hours&amp;amp;nbsp;of&amp;amp;nbsp;Sunshine&amp;lt;/td&amp;gt;&lt;br /&gt;
      &amp;lt;td&amp;gt;&amp;lt;#SunshineHours&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
      &amp;lt;td&amp;gt;&amp;amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;!-- End of solar data --&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;yesterdayT.htm&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Remove the following code:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
    &amp;lt;!-- Solar data. If you don&#039;t have a solar sensor, you may wish to delete everything from here to the next comment --&amp;gt;&lt;br /&gt;
    &amp;lt;tr class=&amp;quot;td_temperature_data&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;td&amp;gt;Hours&amp;amp;nbsp;of&amp;amp;nbsp;Sunshine&amp;lt;/td&amp;gt;&lt;br /&gt;
      &amp;lt;td&amp;gt;&amp;lt;#YSunshineHours&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
      &amp;lt;td&amp;gt;&amp;amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;!-- End of solar data --&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== How do I remove Inside Temperature graph or add solar/UV/sunshine? ==&lt;br /&gt;
&lt;br /&gt;
Locate the Cumulus &#039;web&#039; folder on your PC and edit the following file:&lt;br /&gt;
&#039;&#039;&#039;trendsT.htm&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Modify the following code:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
    &amp;lt;td class=&amp;quot;td_thumbnails&amp;quot;&amp;gt;&amp;lt;a onclick=&#039;changeImage(&amp;quot;images/intemp.png&amp;quot;)&#039;&amp;gt;&amp;lt;img src=&amp;quot;images/intempsm.png&amp;quot; alt=&amp;quot;Inside Temperature Graph Thumbnail&amp;quot; width=&amp;quot;150&amp;quot; height=&amp;quot;100&amp;quot; style=&amp;quot;border:0&amp;quot; /&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
*To simply remove &#039;&#039;&#039;Inside Temperature&#039;&#039;&#039; graph, change code above to this&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
*If you want to stop Cumulus uploading the indoor temperature graph, you can un-tick &#039;Include standard images&#039; on the &#039;files&#039; tab of the internet settings, and list all of the images that you still want to be uploaded as extra files. As there will likely be more than 10 files, you would need to do this by editing Cumulus.ini.&lt;br /&gt;
*To show solar instead, replace &#039;intemp.png&#039; with &#039;solar.png&#039;, replace &#039;intempsm.png&#039; with &#039;solarsm.png&#039;, and change the wording of the value associated with the alt property.&lt;br /&gt;
*To make Cumulus upload the solar graph, select it on the &#039;files&#039; tab of the internet settings.&lt;br /&gt;
*To show sunshine instead, replace &#039;intemp.png&#039; with &#039;sunshine.png&#039;, replace &#039;intempsm.png&#039; with &#039;sunshinesm.png&#039;, and change the wording of the value associated with the alt property.&lt;br /&gt;
*To make Cumulus upload the sunshine graph, select it on the &#039;files&#039; tab of the internet settings.&lt;br /&gt;
*To show UV instead, replace &#039;intemp.png&#039; with &#039;uv.png&#039;, replace &#039;intempsm.png&#039; with &#039;uvsm.png&#039;, and change the wording of the value associated with the alt property.&lt;br /&gt;
*To make Cumulus upload the UV graph, select it on the &#039;files&#039; tab of the internet settings.&lt;br /&gt;
&lt;br /&gt;
If you want to do more than a straight one for one swap see [[Customised_templates#Slightly_less_simple_customisation_of_trendsT.htm| customisation page here]].&lt;br /&gt;
&lt;br /&gt;
== How do I include extra items on supplied web templates? ==&lt;br /&gt;
&lt;br /&gt;
Open the folder cumulus\web and edit the relevant file named xxxxxT.htm.  For example instead of deleting the sections in the [[#I don&#039;t have a solar sensor. How do I remove the solar data from the supplied web templates?|remove solar answer]], edit their contents.&lt;br /&gt;
See [[Customised_templates#Changing_the_Standard_Templates]] for fuller description.&lt;br /&gt;
&lt;br /&gt;
If you do change the standard templates, take a copy of your new versions, and store elsewhere.&lt;br /&gt;
The sub-folder cumulus\web\originals has copies of the standard templates from the installed build, do not edit these.&lt;br /&gt;
When you install a new build of Cumulus, you have an option to replace or not replace the contents of cumulus\web with the new build&#039;s standard templates.&lt;br /&gt;
&lt;br /&gt;
== How do I upload extra web pages? ==&lt;br /&gt;
&lt;br /&gt;
See Cumulus help for the Internet Settings screen, or for a step-by-step guide see [[Customised_templates#What_to_select_on_the_.27Files.27_tab_of_the_Internet_Settings_screen_within_the_.27Configuration.27_menu]]&lt;br /&gt;
&lt;br /&gt;
== What character encoding does Cumulus use for the web pages it generates? ==&lt;br /&gt;
&lt;br /&gt;
Cumulus 1.9.4 build 1093 changed all the template pages from XHTML 1.0 Transitional using charset=iso-8859-1 encoding to HTML 5 using charset=&amp;quot;UTF-8&amp;quot; encoding. It uses this without [http://en.wikipedia.org/wiki/Byte_order_mark Byte Order Mark] (BOM).&lt;br /&gt;
&lt;br /&gt;
From that build, you can tell Cumulus which of those two encodings to use:&lt;br /&gt;
*For standard template names in standard &#039;cumulus\web&#039; folder, if you replace them with customised templates not using [http://en.wikipedia.org/wiki/UTF-8 &amp;quot;Universal Character Set Transformation Format — 8-bit&amp;quot; (UTF-8)], &lt;br /&gt;
**unselect &#039;&#039;&#039;UTF-8 encode&#039;&#039;&#039; in the web settings frame on the Sites/Options tab of Internet settings screen in Configuration menu. &lt;br /&gt;
**Cumulus will then, as in earlier builds, use [http://en.wikipedia.org/wiki/ISO-8859-1 iso-8859-1] encoding.&lt;br /&gt;
*For extra templates, the Files tab of the Internet settings screen in Configuration menu has the option to choose which of the two Cumulus encodings to use.  See Wiki article referenced in previous answer.&lt;br /&gt;
&lt;br /&gt;
Note that since Cumulus 1.9.4 build 1078 there has been an option on the NOAA Setup screen in Configuration menu to specify whether character set utf-8 encoding is to be used for those reports.&lt;br /&gt;
&lt;br /&gt;
== Why does a standard gauges web page have text where it should show gauges? ==&lt;br /&gt;
&lt;br /&gt;
[[File:Gauges missing.jpg]] If a standard Cumulus &#039;gauges.htm&#039; web page displays like this then either&lt;br /&gt;
&lt;br /&gt;
1) (Most Likely) The weather station owner has not loaded the required files/folders onto his/her server; &lt;br /&gt;
* The gauges graphics require the &#039;images&#039; subfolder (see next answer), containing the script and many images to be pre-loaded in the &#039;dbimages&#039; subfolder.&lt;br /&gt;
* All these should exist within the destination folder that holds the HTML files as instructed in the Cumulus Help (&#039;setting up your website&#039; page)  &lt;br /&gt;
* Also explained in [[Simple Website setup]] on this Wiki.&lt;br /&gt;
&lt;br /&gt;
or 2) JavaScript is not enabled (or not available) in the browser being used to view the page (if not enabled, this can be switched on in either &#039;Options&#039;, &#039;Preferences&#039; or &#039;Settings&#039; depending on browser). Note that Firefox version 23 has removed the ability to change this in Option preferences, so ignore this solution in that browser.&lt;br /&gt;
&lt;br /&gt;
or 3)  You are using a browser add-on such as &#039;NoScript&#039; (over 2 million use this) which requires you to explicitly turn on JavaScript for each web site you visit within the &#039;NoScript&#039; options.  (This sort of add-on may be used to restrict advertising or tracking of your actions, or for security against unwanted processes being started by sites you visit).&lt;br /&gt;
&lt;br /&gt;
== Why are there no graphs on my standard trends web page? ==&lt;br /&gt;
&lt;br /&gt;
Either 1) You have not created an images sub-folder (within your folder that holds web pages) as instructed in the Cumulus Help (&#039;setting up your website&#039; page) -  also explained in [[Simple Website setup]].  In this case, the bird image will not be appearing in the bottom left corner of your web pages.&lt;br /&gt;
&lt;br /&gt;
Or 2) You have switched off &#039;&#039;&#039;Include Standard Images&#039;&#039;&#039; on the file tab of the Internet dialogue of the configuration menu.  In this case Cumulus believes you are working in a non-standard way, and does not automatically upload the graphs (nor moon image).&lt;br /&gt;
&lt;br /&gt;
== What is the size of the standard Cumulus update? ==&lt;br /&gt;
&lt;br /&gt;
The default is that all of the standard pages and standard images are uploaded on each update at whatever standard update frequency you select. &lt;br /&gt;
&lt;br /&gt;
In total for version 1.9.2, it&#039;s about half a megabyte - about 100kB for the pages (about half of that is the gauges.htm page with all the detailed wind plotting points, and half the other pages) and 400kB for the variable images (moon phase, some gauges images and trend graphs - the exact size of latter can vary if you change the period they cover).&lt;br /&gt;
&lt;br /&gt;
Version 1.9.3 adds the monthly records page which contains 12 months worth of a lot of data, and adds 25kB to every update (although usually very little changes between updates).&lt;br /&gt;
&lt;br /&gt;
The NOAA monthly and annual pages are uploaded once a day, that is another 8kB for a full month and full year, obviously less at the start of a month/year.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Optional extras&#039;&#039;&#039;&lt;br /&gt;
*[[realtime.txt]] file, this is less than 1kB (1024 Bytes) in size.&lt;br /&gt;
*[[dayfile.txt]] a file that is about (30 times number of years) kB&lt;br /&gt;
*The files required to update external sites are no more than a few kB.&lt;br /&gt;
&lt;br /&gt;
== How do I upload my own pages or files once a day? ==&lt;br /&gt;
&lt;br /&gt;
Cumulus allows you to specify a command (with optional parameters) that will be actioned just after daily rollover. The command is entered in the &#039;&#039;External programs&#039;&#039; frame at the bottom left of the Internet Settings screen.  The box is labelled &#039;&#039;&#039;Daily&#039;&#039;&#039;. Click the Cumulus &#039;&#039;Help&#039;&#039; button for guidance.  For example you could type &#039;c:\cumulus\daily.cmd&#039; in the box labelled &#039;&#039;Daily&#039;&#039;. &lt;br /&gt;
&lt;br /&gt;
This could be used to upload the pages with the longer term extremes (as your monthly, annual and all-time extremes may only change a few times a month or even less frequently) and so reduce the upload burden at the standard uploading frequency.  To achieve this you would use the content of that example file &#039;daily.cmd&#039;, in the default Cumulus folder,   to call your own [[FTP_tools| file transfer tool]] for those infrequently changing pages. Remember to also unselect &#039;&#039;&#039;Include Standard Files&#039;&#039;&#039; on the&#039;&#039; &#039;Files&#039; tab&#039;&#039; of &#039;Internet settings&#039;, and list [[Customised_templates#How_Cumulus_uses_its_templates|the templates]] on that tab, selecting &#039;&#039;&#039;Process?&#039;&#039;&#039; for all of them, but only selecting &#039;&#039;&#039;FTP?&#039;&#039;&#039; for the other frequently changing pages that are still to be uploaded at the standard interval. You may find help on the forum  or elsewhere on this wiki [[SFTP| for the FTP call]] and [[Customised_templates#Creating_Your_Own_Templates| for &#039;Files&#039; tab settings]].&lt;br /&gt;
&lt;br /&gt;
It can also be used for the optional files mentioned in the previous answer or to update a database using a [[ImportCumulusFile|PHP batch job]].  For the daily command specified above, in the default Cumulus folder, add a file &#039;daily.cmd&#039; that contains (if you host your own server using &#039;XAMPP&#039;), &#039;copy c:\cumulus\data\dayfile.txt C:\xampp\htdocs\weather\daj\&#039; for example to enable you to use the [[AnnualDataSummary| Annual Day-by-day Summary]] tool. (Uploading if you do not host your own server is described at [[Upload_Dayfile| upload dayfile]] but basically you swap the copy command for a FTP command).&lt;br /&gt;
&lt;br /&gt;
== The &#039;real time wind data&#039; gauges on the standard gauges page aren&#039;t working ==&lt;br /&gt;
&lt;br /&gt;
These require a [[realtime.txt]] file to be uploaded by Cumulus. Tick the &amp;quot;Enable Realtime&amp;quot;, &amp;quot;Enable Realtime FTP&amp;quot; and &amp;quot;Enable realtime.txt FTP&amp;quot; boxes on the internet settings screen. If the gauges still do not work, check that the [[realtime.txt]] file is being uploaded to the correct place. If it is not, it is likely that you have specified an incorrect &#039;ftp directory&#039; in Cumulus. If your &#039;normal&#039; pages are being uploaded correctly, but realtime.txt is not, then it is likely that you simply need to leave the ftp directory blank (but see the note below first).&lt;br /&gt;
&lt;br /&gt;
A possible cause for this problem is that your web space provider does not allow .txt files to be accessed. For example, the free hosting provider 000webhost.com do not.&lt;br /&gt;
&lt;br /&gt;
== I&#039;m using the supplied web pages, and get lower case in places where I want upper case  ==&lt;br /&gt;
&lt;br /&gt;
It&#039;s in the CSS. Go to the webfiles sub-folder of your cumulus installation, edit weatherstyle.css and find lines like: &amp;quot;text-transform: lowercase;&amp;quot; and remove them. Use FTP tool to replace the weatherstyle.css on your website.&lt;br /&gt;
&lt;br /&gt;
== My web pages have things like &amp;amp;lt;#location&amp;amp;gt; in them  ==&lt;br /&gt;
You’ve edited your templates with something like Dreamweaver, and it’s changed the angle brackets on the [[Webtags]] to &amp;quot;&amp;amp;amp;lt&amp;amp;nbsp;;&amp;quot; and &amp;quot;&amp;amp;amp;gt&amp;amp;nbsp;;&amp;quot; - you need to change them back to &amp;amp;lt; and &amp;amp;gt;. &#039;&#039;These may look the same when viewed in your browser, but you can see the difference if you &#039;view source&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
Alternatively, if the web templates are listed in [[cumulus.ini]] (and for the first 10 appear on the &#039;&#039;&#039;files&#039;&#039;&#039; tab of &#039;&#039;Internet&#039;&#039; dialogue of &#039;&#039;&#039;Configuration&#039;&#039;&#039; menu), the &#039;&#039;&#039;Process&#039;&#039;&#039; option must be ticked for the web pages generated by Cumulus to have values replacing the [[Webtags]].  Otherwise at each web update, Cumulus will generate web pages the same as the templates.&lt;br /&gt;
&lt;br /&gt;
== My web pages are empty ==&lt;br /&gt;
If empty web pages are being uploaded to your web site (i.e. they report size of 0 kB, but do not produce &#039;error 404 - page not found&#039; message), and your browser shows that their modification date is recent (see next FAQ), then it is likely that the [[Customised_templates#What_is_meant_by_.27Cumulus_processes_templates.27| Cumulus processing]] of templates is failing:&lt;br /&gt;
*Either (since build 1093, as made clear in the release notes)[[File:Web settings.JPG]] the character encoding (for standard named templates that are [[Customised_templates#What_is_meant_by_.27Cumulus_processes_templates.27| processed by Cumulus]]) is specified incorrectly on the &#039;&#039;&#039;Configuration&#039;&#039;&#039;  menu, &#039;&#039;Internet&#039;&#039; dialog, &#039;&#039;&#039;Sites/Options&#039;&#039;&#039; tab, &#039;&#039;Web Settings&#039;&#039; frame as shown about half way down on this screen extract:&lt;br /&gt;
**Select the option where indicated by red arrow if your template includes in a line near the start &amp;lt;code&amp;gt;&amp;lt;meta charset=&amp;quot;UTF-8&amp;quot;&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
**Deselect the option where indicated by red arrow if your template includes something like &amp;lt;code&amp;gt;&amp;lt;meta content=&amp;quot;text/html; charset=iso-8859-1&amp;quot; http-equiv=&amp;quot;Content-Type&amp;quot; /&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
**For customised pages, (without standard Cumulus template names), select/un-select the UTF-8 encoding in the appropriate column on the &#039;&#039;&#039;Configuration&#039;&#039;&#039;  menu, &#039;&#039;Internet&#039;&#039; dialog, &#039;&#039;&#039;Files&#039;&#039;&#039; tab screen where you list the local and remote names.&lt;br /&gt;
*Or you have edited/customised the template and added an incorrectly specified Cumulus [[webtag]] that has caused [[Customised_templates#What_is_meant_by_.27Cumulus_processes_templates.27| Cumulus processing]] to abort for that template.  If you stop cumulus you can use a text editor to open the latest [[Diags|diagnostic file]]. Look at entries time-stamped just before the hour and repeated at your auto-update &#039;&#039;interval&#039;&#039; (just below red arrow in screen image above). You might find a message like &amp;quot;Error processing C:\web\indexT&amp;quot; (i.e. mentioning whichever template is at fault) followed by a brief hint as to the nature of the error.&lt;br /&gt;
*Another possibility is that you do not have active FTP mode selected, but your particular setup requires it - or vice versa.&lt;br /&gt;
&lt;br /&gt;
== My web pages have obsolete web tag values in them  ==&lt;br /&gt;
If the information showing on your web pages is out of date, then it must have been working before, so you have made a change somewhere.&lt;br /&gt;
*Most browsers will display &#039;page information&#039; that tells you when the page was last modified (by querying the web server).&lt;br /&gt;
**if the page on your web server was recently modified, &lt;br /&gt;
***then the next item to investigate is the template file; a template file contains Cumulus web tags and the [[Customised_templates#What_is_meant_by_.27Cumulus_processes_templates.27|&#039;process&#039;]] that Cumulus does to create a web page involves reading text from a template and when it finds a web tag it inserts the latest value in as it creates the page. A [[FAQ#What_file-names_does_Cumulus_use_when_processing_and_uploading_files_to_my_web_site.3F|local file]] is then created and Cumulus will FTP (or copy) this to the web server according to the settings. If the template file cannot be processed, Cumulus may still upload an existing old local file.&lt;br /&gt;
**if the page was not recently modified, &lt;br /&gt;
***maybe you are not running Cumulus, so it is not updating.  &lt;br /&gt;
***maybe your file transfer is not working, turn ftp logging on for technical output, and look for any filenames and any &#039;successfully transferred&#039; messages.&lt;br /&gt;
***maybe your &#039;internet settings&#039; screen has accidentally been changed, see Cumulus help for simple instructions.  If you took a backup of [[cumulus.ini]] you can stop Cumulus, rename the current file and copy your cumulus.ini backup back into the &#039;cumulus&#039; directory containing the Cumulus program.&lt;br /&gt;
***maybe your web server provider has changed something.&lt;br /&gt;
&lt;br /&gt;
== Running a web server on the same PC as Cumulus ==&lt;br /&gt;
If you do not have a web site, or run a web server locally (same PC, or on your local network), you can get Cumulus to generate/copy either html, or image, files locally instead of using FTP to place them remotely.&lt;br /&gt;
&lt;br /&gt;
You&#039;ll need to list the (source) file including paths on the files tab of the internet settings, and specify a destination path and file name for the remote file in each case. Don&#039;t tick the &#039;&#039;FTP?&#039;&#039; box for standard cumulus pages (the exception is for a local web server and any non-standard web page that attempts to read using a script a local file such as dayfile.txt as this does need FTP to generate the server-based web page). For the standard images, you can supply a folder name (specify on the same screen), and they will all get copied there. See [[Customised_templates#What_to_select_on_the_.27Files.27_tab_of_the_Internet_Settings_screen_within_the_.27Configuration.27_menu|here]] for greater detail.&lt;br /&gt;
&lt;br /&gt;
There&#039;s a limit of 10 entries on the files tab in Cumulus 1.9.x (in Cumulus MX all 100 entries are included in the settings interface).  Entries for the full 100 files can also be amended by editing [[Cumulus.ini#Section:_FTP_site|cumulus.ini]], with Cumulus stopped. Follow the format of any existing entries for specifying additional files.&lt;br /&gt;
&lt;br /&gt;
== Error Codes generated by FTP or Winsock ==&lt;br /&gt;
You should be able to look these up on the web.  [http://kb.globalscape.com/KnowledgebaseArticle10142.aspx Try Here]&lt;br /&gt;
&lt;br /&gt;
== How do I configure Cumulus for Secure FTP (SFTP/FTPS)? ==&lt;br /&gt;
Cumulus doesn&#039;t support Secure FTP. You can configure Cumulus to invoke an external program like WinSCP, as described here: [[SFTP | SFTP article]]&lt;br /&gt;
&lt;br /&gt;
== Directory related problems in FTP ==&lt;br /&gt;
The following pointers should help:&lt;br /&gt;
* All web site file references are case sensitive.  So if your FTP server directory is &#039;&#039;public_html&#039;&#039;, then &#039;Public_HTML&#039; will not work!&lt;br /&gt;
* On the &#039;&#039;Internet settings&#039;&#039; screen in &#039;&#039;&#039;Sites/Options&#039;&#039;&#039; the optional Directory parameter required is &#039;&#039;the path from  your FTP root&#039;&#039;, to where the web pages are to be stored. It is &#039;&#039;not&#039;&#039; the &#039;&#039;&#039;Universal Resource Locator (URL)&#039;&#039;&#039; that you would specify to view the web page in a browser.  Click the &#039;&#039;&#039;Help&#039;&#039;&#039; button for full explanation, or search the support forum (as many people before you have found this directory is the hardest parameter to get right).&lt;br /&gt;
* The error window is not useful for diagnosing ftp problems; you need to &#039;&#039;&#039;turn on &#039;&#039;ftp logging&#039;&#039; &#039;&#039;&#039;and look at ftplog.txt. Most FTP directory problems are due to you quoting an incorrect ftp directory, and the ftp log will show an error when an attempt is made to change to the directory you have specified incorrectly. &lt;br /&gt;
* Relative paths (without a leading slash) are always safer than absolute paths (with a leading slash) and you may find that just specifying (for example) &amp;quot;public_html&amp;quot; works OK, but this all depends on how your ftp server and your ftp account is set up.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* IN CUMULUS 1.x.y ONLY: The &#039;&#039;standard pages&#039;&#039; are uploaded after a &#039;change directory&#039; attempting to select the directory you specified in &#039;&#039;&#039;Sites/Options&#039;&#039;&#039;; if this fails, the files will still be uploaded but to the FTP server root. So some mistakes do not matter because if no change of directory was actually required, these pages will be uploaded correctly.&lt;br /&gt;
* IN CUMULUS MX, the &#039;&#039;standard pages&#039;&#039; are uploaded with their file name prefixed by the directory you specified in &#039;&#039;&#039;Sites/Options&#039;&#039;&#039;.  In this case, if that path is invalid, the upload fails.&lt;br /&gt;
* Any &#039;&#039;files you specify&#039;&#039; for uploading at standard update frequency are uploaded between standard pages (if &#039;Include Standard Files&#039; selected) and (applies only to Cumulus 1) standard images (if &#039;Include Standard Images&#039; selected).  You should specify the path (including any web site directory) in &#039;remote filenames&#039;, as there is no call to &#039;change directory&#039;. In this case, if that path is invalid, the upload fails.&lt;br /&gt;
* IN CUMULUS 1.x.y ONLY: The standard images for gauges and trends pages are uploaded after the standard pages, (and any pages you specify for uploading), by performing a second &#039;change directory&#039; this time fixed at &#039;images&#039;; if this fails, the files will still be uploaded to the current web site directory (FTP root or the directory you specified in &#039;&#039;&#039;Sites/Options&#039;&#039;&#039;).&lt;br /&gt;
* If you have enabled &#039;&#039;Realtime&#039;&#039;, the realtime.txt file is uploaded without doing a change directory, (by appending &amp;quot;/realtime.txt&amp;quot; to the directory on the &#039;&#039;Internet settings&#039;&#039; screen in &#039;&#039;&#039;Sites/Options&#039;&#039;&#039;). In this case, if the web site directory in your settings is invalid, the upload of the real time file fails.&lt;br /&gt;
* On the &#039;&#039;NOAA Setup&#039;&#039; screen the optional &#039;&#039;&#039;Directory&#039;&#039;&#039; parameter required is the relative path; from your FTP root, to where the NOAA report pages are to be stored. (It is totally independent of the directory on the &#039;&#039;Internet settings&#039;&#039; screen in &#039;&#039;&#039;Sites/Options&#039;&#039;&#039;).  Click the &#039;&#039;&#039;Help&#039;&#039;&#039; button for full explanation. Like realtime.txt, the upload destination is determined by appending the file-name for the report to any NOAA directory, and will fail if that directory is specified wrongly.&lt;br /&gt;
&lt;br /&gt;
See &#039;&#039;&#039;Setting up your website&#039;&#039;&#039; in Cumulus help for a simple guide to the sub-folder structure you need to create and the list of files that need to be uploaded manually when first installing a website. Or see [[Website_setup]] for all the options including customised pages.&lt;br /&gt;
&lt;br /&gt;
== My standard web pages are uploading but the uploading fails for images, realtime and/or NOAA reports ==&lt;br /&gt;
See previous answer, you have probably got your web pages in the default FTP directory of your web site, but specified the wrong directory on the settings screen.  Turn on the &#039;&#039;FTP logging&#039;&#039; in the configuration menu to see the technical detail.  You should have an FTP tool that you used to upload the &#039;static&#039; files required on your web site, and that will help you to see what is your site&#039;s root directory for file transfer uploads, and therefore any relative directory change you require.&lt;br /&gt;
&lt;br /&gt;
== What file-names does Cumulus use when processing and uploading files to my web site? ==&lt;br /&gt;
[[File:Cumulus_FTP_Process.png|150px|thumb|FTP Process]]Cumulus use two slightly different processes depending on if the file is part of the supplied &#039;standard&#039; web site, or an extra file you have specified on the &#039;&#039;Internet Settings|Files&#039;&#039; configuration dialog. For each of these processes there is an further variation depending on whether you have enabled the &#039;&#039;Use FTP rename&#039;&#039; option. This graphic shows the various combinations of file-names used for each step of the process. For the standard files, you can substitute any of the file names for indexT.htm, e.g. trendsT.htm&lt;br /&gt;
&lt;br /&gt;
For more details of Cumulus &#039;&#039;Process&#039;&#039; see [[Customised_templates#What_is_meant_by_.27Cumulus_processes_templates.27| here]].&lt;br /&gt;
&lt;br /&gt;
=Selecting a Weather Station sensor site=&lt;br /&gt;
A simple guide is at [http://weatherfaqs.org.uk/node/124 uk.sci.weather newsgroup], note this advises against roof mounting.&lt;br /&gt;
An attempt to compare the conflicting siting standards that apply across the world is included in a portable document format guide from [ftp://ftp.campbellsci.com/pub/outgoing/apnotes/siting.pdf Campbell Scientific].&lt;br /&gt;
For more advice see the website of your local Meteorological Bureau,  an educational place (e.g. in USA see [http://newa.nysaes.cornell.edu/public/NEWAStationSitingGuidelines.htm Cornell University]), the [http://library.wmo.int/opac/index.php?lvl=notice_display&amp;amp;id=12407 World Meterological Organisation] (WMO), or a specialist organisation (e.g. in UK see [http://www.rmets.org/weather-and-climate/observing/guidelines-observing-0 Royal Meteorological Society] rather than the Met Office web site).&lt;br /&gt;
&lt;br /&gt;
Modern Stevenson Screens are uPVC constructed with a black interior (so they do not radiate heat onto the sensors) and a white exterior (so they reflect as much radiation as possible).  There is a lot of discussion on the [http://sandaysoft.com/forum/viewforum.php?f=16 Homebuilt forum] about different approaches to improving measurements, and the problems with out of the box instrumentation from the different manufacturers. &lt;br /&gt;
&lt;br /&gt;
If you are contributing to an external site like APRS/CWOP, Weather Underground, PWS weather, Weatherbug and/or WOW, see guidance from these organisations re instrument placement.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note:&#039;&#039;&#039; Some stations have all sensors in one unit, positioning of these is a compromise between the ideals below for each sensor.&lt;br /&gt;
&lt;br /&gt;
== Where should I position the wind sensors ==&lt;br /&gt;
The side labelled &#039;North&#039; on the wind vane mount should face &#039;&#039;True North&#039;&#039;, remember that the magnetic north deviation from true north varies from year to year, see details on maps or online. Most wind vanes have a large surface that follows the wind and a thin end that points where the wind comes from, it is the latter direction that is reported.&lt;br /&gt;
&lt;br /&gt;
In the UK, the standard climatological measuring height is 10 metres.  Advice varies on whether you should apply a correction factor for any lower height. Cumulus allows you to apply such a factor to either just wind speed, or wind speed and gust speed, by using the Calibration screen within the configuation menu.  In the Cumulus Help it recommends that you also adjust wind chill - in practice this means ask Cumulus to &#039;&#039;calculate wind chill&#039;&#039; by selecting this in the settings frame on the &#039;&#039;&#039;station settings screen accessed from configuration menu&#039;&#039;&#039; (i.e. ignore any wind chill output by your weather station).&lt;br /&gt;
&lt;br /&gt;
If you are mounting near a building of height &#039;h&#039; above ground level, ideally the wind sensor should be at a height of &#039;1.5 times h&#039; above ground level. &lt;br /&gt;
If you are positioning away from a building or tree (or other object) of height &#039;h&#039; (or the mean height of several objects is &#039;h&#039;), then the distance away depends on which standard you are trying to meet, and can vary between 1.5 and 3 times &#039;h&#039;.&lt;br /&gt;
&lt;br /&gt;
== Where should I position the rain sensor  ==&lt;br /&gt;
The WMO says the rain gauge should at a distance away of 2 times the height of each nearby object (buildings, trees, walls, solid fences etc.) and just high enough off ground level to avoid possibility of splashing. You can experiment, but for amateurs, no more than a metre off the ground (or roof if mounted above it) and at least a metre from any chimney, wall or solid fence whose height exceeds that of the sensor seems good enough for most gauges. &lt;br /&gt;
See [[Rain measurement]] or your local offical organisation.&lt;br /&gt;
&lt;br /&gt;
== How do I protect my rain gauge against spiders or other natural problems ==&lt;br /&gt;
There is a lot of discussion on the [http://sandaysoft.com/forum/viewforum.php?f=16 Homebuilt forum]. In terms of siting, it is important to position your rain gauge where you can safely get to it.&lt;br /&gt;
&lt;br /&gt;
== How do I get good temperature and humidity measurements  ==&lt;br /&gt;
The international standard states ambient air temperature/humidity is measured at 1.25 metres above ground level, above soil or grass not paving, protected from direct sun radiation (and direct rain), unless you are measuring soil or ground temperatures. The height is important for derived values as an air frost is defined as a temperature at or below the freezing point for water at this height, and the count of these is a standard reporting requirement in some countries.&lt;br /&gt;
&lt;br /&gt;
If you are using a &#039;&#039;Fine Offset sensor&#039;&#039;, the thin depth of the thermometer/hygrometer (transmitter) should face where your console (receiver) is, for maximum transmission strength/distance, with the wide face at right angles to the transmission route. (Although if you use a model requiring a radio time signal, you will probably be trying to optimise that instead).&lt;br /&gt;
&lt;br /&gt;
== Pressure ==&lt;br /&gt;
Varies with altitude and temperature, but no significant variation with spatial position with regard to nearby fixed bulky objects.  Often measured indoors, do not mount above any heating or cooling system as there temperature may be particularly variable, and try to avoid any forced ventilation or extraction as such air moving systems could have different pressures on intake and outlet sides.  Equally operation in close proximity to opening doors/windows or to fast moving (road or railway) vehicles or tunnels can distort readings.&lt;br /&gt;
&lt;br /&gt;
== Solar ==&lt;br /&gt;
One would expect solar sensors should be positioned for maximum unshaded exposure to sunlight throughout the year, but again the forum contains advice for specific makes.&lt;/div&gt;</summary>
		<author><name>Steve</name></author>
	</entry>
	<entry>
		<id>https://www.cumuluswiki.org/index.php?title=FAQ&amp;diff=3998</id>
		<title>FAQ</title>
		<link rel="alternate" type="text/html" href="https://www.cumuluswiki.org/index.php?title=FAQ&amp;diff=3998"/>
		<updated>2017-01-11T15:28:28Z</updated>

		<summary type="html">&lt;p&gt;Steve: /* Cumulus doesn’t show the same pressure as my Fine Offset console */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is the Cumulus FAQ (consult also the Help screens within Cumulus software, and learn more from the rest of this Wiki)&lt;br /&gt;
&lt;br /&gt;
= Installing and Running Cumulus  =&lt;br /&gt;
&lt;br /&gt;
== What operating systems does Cumulus run on?  ==&lt;br /&gt;
&lt;br /&gt;
All versions of Windows from XP to Windows 10 inclusive (and the server versions). It works on 32 bit and 64 bit editions. 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.&lt;br /&gt;
&lt;br /&gt;
Cumulus MX runs on Windows from Windows 7 onwards, and on Linux and Mac OS X.&lt;br /&gt;
&lt;br /&gt;
== Where do I find the Cumulus installer? ==&lt;br /&gt;
&lt;br /&gt;
On the [http://sandaysoft.com/downloads downloads page]&lt;br /&gt;
&lt;br /&gt;
== What do I need to get right when first getting Cumulus? ==&lt;br /&gt;
The installation process for Cumulus displays &#039;&#039;&#039;readme.txt&#039;&#039;&#039;, that has many tips. See also [[Setup]]. Below are three key points.&lt;br /&gt;
# Install Cumulus in its own directory directly under a drive root.&lt;br /&gt;
# Connect your weather station before you start Cumulus&lt;br /&gt;
# When you first run Cumulus, it displays the &#039;&#039;&#039;Station settings&#039;&#039;&#039; screen. On this, make sure you pick the right sort of station (to ensure Cumulus communicates correctly with your weather station, and can identify all the observations) and choose your &#039;&#039;&#039;units&#039;&#039;&#039; wisely. (Changing units later means all stored Lowest and highest numbers up to that point have to be converted immediately manually).  See the &#039;&#039;&#039;Help&#039;&#039;&#039; for information about the rest of the screen, but generally you can easily adjust the other options later.&lt;br /&gt;
&lt;br /&gt;
== What weather stations does Cumulus work with?  ==&lt;br /&gt;
&lt;br /&gt;
*Davis Vantage Pro (VP), Vantage Pro2 (VP2), and Vue. &lt;br /&gt;
*Oregon Scientific WM918, WMR918, WMR928, WMR968, WMR88 (see [[FAQ#How do I set up recording wind speeds in Cumulus, with Oregon Scientific and La Crosse stations | this FAQ]]), WMR100, WMR180, WMR200. &lt;br /&gt;
*Fine Offset - USB-connected stations which use the Easyweather software such as MyDEL, Nevada, Watson and Fine Offset, with model numbers such as WH1080, WH1081, W8681, 265NC etc.&lt;br /&gt;
*La Crosse WS2300 range (see [[FAQ#How do I set up recording wind speeds in Cumulus, with Oregon Scientific and La Crosse stations | this FAQ]]). You may have problems with corrupt data if you use a WS23xx with a serial/USB adapter; this combination is therefore not supported.&lt;br /&gt;
&lt;br /&gt;
For a more complete list see the [[Supported Devices]] page.&lt;br /&gt;
&lt;br /&gt;
== Will you support a new weather station type?  ==&lt;br /&gt;
&lt;br /&gt;
It’s quite hard to support a particular weather station when I don’t have access to one. No weather station is perfect, and problems inevitably arise after the code is written, and I have to start adding more and more code to work around issues with the station. Also, most companies don’t seem to like third parties writing software for their stations, so don’t make the protocol available. I will only consider adding support for a station under a certain set of circumstances which would include &#039;&#039;at least&#039;&#039;: &lt;br /&gt;
&lt;br /&gt;
*A significant donation towards Cumulus development &lt;br /&gt;
*A well documented official protocol spec &lt;br /&gt;
*Loan or donation of a station &lt;br /&gt;
*Access to technical support from the station manufacturer&lt;br /&gt;
&lt;br /&gt;
Please contact me if you would like to discuss this further&lt;br /&gt;
&lt;br /&gt;
== How do I request a new feature for Cumulus? ==&lt;br /&gt;
&lt;br /&gt;
Please create an [http://sandaysoft.com/forum/tracker.php enhancement request].  &lt;br /&gt;
&lt;br /&gt;
== Why haven&#039;t you added the feature I asked for a long time ago? ==&lt;br /&gt;
&lt;br /&gt;
I develop and support Cumulus in my spare time, and I have a full time job. I invite donations, but I don&#039;t make a living from Cumulus. I add facilities when I can. There is a long list of  [http://sandaysoft.com/forum/tracker.php enhancement requests] already, and I am slowly working my way through them as time permits. If there is an enhancement request for the facility you have asked for, and the facility is a reasonable one (in my opinion) then I will hopefully get around to adding it one day. Please be patient. Please don&#039;t ask for a forecast of when a feature will be added.&lt;br /&gt;
&lt;br /&gt;
== How do I upgrade to a new release?  ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Just run the installer for the new version.&#039;&#039;&#039; Your data and settings are not affected, but it is still best if you back up your data (sub-folder &#039;data&#039;) and any settings files (e.g. cumulus.ini and strings.ini) before you run the installer. &lt;br /&gt;
&lt;br /&gt;
You can install the new version where you like, but the installer will offer the same place as the previous version as the default.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Occasionally, there may be actions you need to perform before or after the upgrade.&#039;&#039;   Required actions usually appear in the announcement of the version you are installing, and may be documented in the readme.txt file that will appear as you run the installer. Read such announcements for every release since your existing build in case any of the in-between changes affect you.&lt;br /&gt;
&lt;br /&gt;
These instructions apply whether you are updating by one build, skipping several builds, upgrading to/from a beta version, or installing the latest &#039;release&#039; version. &lt;br /&gt;
&lt;br /&gt;
The installer will always upgrade the following files (replacing them, ignoring existing versions):&lt;br /&gt;
# &amp;quot;cumulus.exe&amp;quot;; - the latest build&lt;br /&gt;
# &amp;quot;unins000.exe&amp;quot;;&lt;br /&gt;
# &amp;quot;libeay32.dll&amp;quot;;&lt;br /&gt;
# &amp;quot;ssleay32.dll&amp;quot;;&lt;br /&gt;
# &amp;quot;readme.txt&amp;quot;; - advice for you to follow at installation time&lt;br /&gt;
# &amp;quot;licence.txt&amp;quot;; - reminder about restrictions on use&lt;br /&gt;
# &amp;quot;alert.wav&amp;quot;; - default alarm sound&lt;br /&gt;
#  &amp;quot;web\originals\*.*&amp;quot;; - Cumulus will always install the HTML template files here&lt;br /&gt;
# &amp;quot;webfiles\*.*&amp;quot;; e.g. weatherstyle.css, wz_jsgraphics.js&lt;br /&gt;
# &amp;quot;webfiles\images\picture.jpg&amp;quot;;&lt;br /&gt;
# &amp;quot;Help\Cumulus.chm&amp;quot;; - the latest help including lists of log files and web tags&lt;br /&gt;
There may be extra files automatically upgraded by particular builds - see announcement.&lt;br /&gt;
&lt;br /&gt;
During the install, you will see a &#039;&#039;&#039;Select Components&#039;&#039;&#039; screen , if you tick the &#039;&#039;HTML templates&#039;&#039; (the default) it will also upgrade the HTML template files in the web folder.&lt;br /&gt;
&lt;br /&gt;
*So tick this option, if you have a standard Cumulus implementation and then you can be sure to upgrade the standard templates.&lt;br /&gt;
*Untick this option if you have  [[Customised_templates#Creating_Your_Own_Templates|customised the existing pages]],  so that if your customised versions  are in &amp;quot;web\*.*&amp;quot; they don&#039;t get overwritten. It is recommended that you store any customised pages in a directory outside the Cumulus folder, as you can specify up to 10 such files on the local side of the files tab in the Configuration menu Internet settings screen and (if you are not using standard files) untick &#039;&#039;Include Standard Files&#039;&#039; on the same screen. (100 such files can be specified in [[Cumulus.ini]]).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Changing to different weather station ==&lt;br /&gt;
&lt;br /&gt;
Just change the station type. If Cumulus doesn&#039;t start reading the data from the new station, stop Cumulus and start it again. Some of the rain figures may be odd for a while (e.g. rain in last 24 hours). It is as simple as that.&lt;br /&gt;
&lt;br /&gt;
In testing planned changes to Cumulus, I switch backwards and forwards between a Fine Offset and a WMR200 frequently, the only thing that happens is that the rain figures go wrong initially (because the two stations have different counters).&lt;br /&gt;
&lt;br /&gt;
== Moving Cumulus software to a new PC (or updating Windows Operating System) ==&lt;br /&gt;
&lt;br /&gt;
Cumulus will continue to work with your existing weather station and existing log files, providing&lt;br /&gt;
#Your Windows regional settings are the same (i.e. date format unchanged, same time zone, decimal point symbol unchanged, list separator character unchanged) - if there is a difference, the new installation cannot understand the old lines in the log files and will give an error when Cumulus is restarted.&lt;br /&gt;
#You may need to &#039;tweak&#039; a few things (serial port number etc) in [[cumulus.ini]].&lt;br /&gt;
#In the folder with cumulus.exe in it, copy across  &#039;cumulus.ini&#039;,  and if you have created a &#039;strings.ini&#039; that file must be copied across too.&lt;br /&gt;
#The Cumulus &#039;data&#039; sub-folder has been copied across.&lt;br /&gt;
#Obviously if you use customised web pages, then you need the corresponding templates in the new installation.&lt;br /&gt;
#Any other customised files (images and/or a twitter.txt file, for example), you may want to copy those over too.&lt;br /&gt;
&lt;br /&gt;
== Can I view my Cumulus data on another device? ==&lt;br /&gt;
&lt;br /&gt;
# If Cumulus uploads your weather information to an online web site, you can view that on another device.&lt;br /&gt;
# Software like &#039;Remote Desktop&#039; can be used to view the computer that is running Cumulus - see many postings on the Support Forum.&lt;br /&gt;
# A back-up as described in the next answer can be viewed in Cumulus installed on another PC (see point about Windows regional settings in previous question) to look at past extremes or graphs; although obviously that additional installation will not be able to add further observations from the weather station connected to the original PC.&lt;br /&gt;
# If your web site is on your local network, but not online, your device may be able to view it directly or view a back-up of how it was in the past.&lt;br /&gt;
&lt;br /&gt;
== How do I back up my data?  ==&lt;br /&gt;
&lt;br /&gt;
*Copy the contents of the Cumulus ‘data’ sub-folder on a regular basis to a different storage device.  Then if you have any problem with the original storage device, or corruption of files, you can minimise the loss of logged observations. To restore from the backup, just copy the saved data folder back into your Cumulus installation, with Cumulus stopped.&lt;br /&gt;
*It can be useful to take copies of the Cumulus &#039;backup&#039; sub-folder on key dates (e.g. just after change of month or year), or if you think you might have some rogue figures.  The &#039;.ini&#039; files in the backup sub-folder contain past extreme values that you might want to look up.&lt;br /&gt;
*You should also back up, at least once, your cumulus.ini file in the main Cumulus folder.  This contains all the key settings and you need a record of those!&lt;br /&gt;
&lt;br /&gt;
== Moving Cumulus software to a different location on your PC? ==&lt;br /&gt;
&lt;br /&gt;
This article in the wiki gives more details above moving Cumulus: [[Moving cumulus]]&lt;br /&gt;
&lt;br /&gt;
== What are the formats of the Cumulus data files?  ==&lt;br /&gt;
&lt;br /&gt;
These are detailed in the [[:Category:Log Files|Log Files]] section of this Wiki and also in the Cumulus help file, in the section “Data log file format”&lt;br /&gt;
&lt;br /&gt;
== Can I import logged information from before I installed Cumulus? ==&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;Configuration&#039;&#039;&#039; menu, &#039;&#039;Station&#039;&#039; setting screen (near bottom) has option to enter there the &#039;&#039;rainfall total&#039;&#039; for the bit of the year (starting month can be selected here too) until when you first start using Cumulus.  See the Cumulus &#039;&#039;&#039;Help&#039;&#039;&#039; for this screen for further details.&lt;br /&gt;
&lt;br /&gt;
Yes is the answer for other weather information, providing you can manipulate the information you have into either (preferably) the format used by the [[Monthly_log_files#Importing_pre-Cumulus_data]] or (second best) [[Dayfile.txt]]. Look up those cross-references in this Wiki (or the Cumulus &#039;&#039;&#039;Help&#039;&#039;&#039;) for further information on required formats.  The support forum includes a few threads related to this topic, and if you post there then people who have already imported from particular systems may offer their services to import your past observations.&lt;br /&gt;
&lt;br /&gt;
A converter for Weather Display log files is available from this thread in the forum: http://sandaysoft.com/forum/viewtopic.php?f=4&amp;amp;t=10118&lt;br /&gt;
&lt;br /&gt;
A converter for WeatherLink log files is available from this thread in the forum: http://sandaysoft.com/forum/viewtopic.php?f=6&amp;amp;t=11349&lt;br /&gt;
&lt;br /&gt;
== I was away on the last day of last month/year - How do I see the final lowest and highest figures for last month/year? ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;View&#039;&#039;&#039; menu, &#039;&#039;This month&#039;&#039; or &#039;&#039;This year&#039;&#039; screens show some figures for any month or year selected by you, but do not show all the figures shown on a standard web page or as shown on the &#039;&#039;Highs and Lows&#039;&#039; screen for the current month/year.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;View&#039;&#039;&#039; menu, &#039;&#039;Highs and Lows - This month (or This year)&#039;&#039; (or &#039;&#039;thismonth.htm&#039;&#039; or &#039;&#039;thisyear.htm&#039;&#039; web page) only shows the lowest and highest values for the current calendar month (or current year). This answer describes a way to see the same information for the month (or year) that fairly recently ended.  It is valid only until build 1088 (from 5 March 2014 build 1089 &#039;Delay writing of end of day backup files until the first log entry is written&#039; means the stored &#039;&#039;month.ini&#039;&#039; relates to the &#039;&#039;initial&#039;&#039; entries for the start of the new month). From version 1.9.3 build 1041, Cumulus creates a daily backup of the log files. &lt;br /&gt;
*Look in the &#039;&#039;backup\daily&#039;&#039; subfolder within your Cumulus installation. &lt;br /&gt;
*These daily backups will be created if Cumulus was left running during the period of interest, or stopped before that period and since restarted. &lt;br /&gt;
*Normally about 10 such back ups are available, each folder has a name based on the timestamp and contains the 6 [[:Category:Log_Files|xxxx.ini files]], the current [[Monthly_log_files|monthly standard data log]]/[[Extra_Sensor_Files|monthly extra data log]], and the most recent update of [[dayfile.txt|daily summary log]].&lt;br /&gt;
&lt;br /&gt;
Open as a text file [[month.ini]] in the folder whose name is bearing the timestamp after your final rollover, for Cumulus builds 1041 to 1088 the final lowest and highest for each observation in the month will be listed.&lt;br /&gt;
&lt;br /&gt;
In a similar manner if you miss the last day of the year, for Cumulus builds 1041 to 1088 see the final &#039;this year&#039; figures for last year by opening [[year.ini]] from the appropriate backup.&lt;br /&gt;
&lt;br /&gt;
== What do the various wind speeds in Cumulus correspond to, with Davis stations?  ==&lt;br /&gt;
&lt;br /&gt;
Davis station firmware supplies two windspeeds, a 3-second average and a 10-minute average (later versions of the firmware also supply a 2-minute average, Cumulus currently doesn&#039;t use this).  &lt;br /&gt;
* The latest Davis 3-second average is treated by Cumulus as &#039;Latest&#039; (available via &amp;lt;#wlatest&amp;gt;)&lt;br /&gt;
* The highest of the station&#039;s 3-second readings over the previous 10 (configurable by adding &#039;&#039;AvgSpeedMinutes=N&#039;&#039; in [[Cumulus.ini#Section:_Station]] where &#039;N&#039; is number of) minutes becomes the Cumulus &#039;Gust (available via &amp;lt;#wgust&amp;gt;). Note that the WMO definition of a wind gust is the mean wind speed over a 2 to 3 second sample period (not the maximum instantaneous wind speed).&lt;br /&gt;
* The Davis 10-minute average is the Cumulus &#039;Average&#039; (available via &amp;lt;#wspeed&amp;gt;).&lt;br /&gt;
Note that if you sample these readings at shorter (real time) intervals it is possible for Cumulus &#039;Latest&#039; to be lower than Cumulus &#039;Average&#039; because approximately half of the 3-second wind speeds will be higher and half of them lower than the 10-minute average. &lt;br /&gt;
If the Cumulus figure seems lower than the Davis figure see [[#My_Davis_station_shows_a_higher_maximum_wind_speed_than_Cumulus]].&lt;br /&gt;
&lt;br /&gt;
Davis station loggers record a single spot (not any average) wind speed, so if you restart Cumulus and the software attempts to catch up from the station logger there may be only one or two values to include in the Cumulus average (over 10 or whatever) minutes calculation.&lt;br /&gt;
&lt;br /&gt;
== What do the various wind speeds in Cumulus correspond to, with Fine Offset stations?  ==&lt;br /&gt;
&lt;br /&gt;
Fine Offset sensors measure wind over 48-second intervals, divided into 24 2-second intervals. At the end of each 48-second period, they transmit the highest of those 24 values as &#039;Gust&#039;, and the average of those 24 values as &#039;Wind&#039;. The console keeps &#039;&#039;&#039;overwriting&#039;&#039;&#039; the newly received &#039;Gust&#039; and &#039;Wind&#039; values to the same area of console memory every 48 seconds, until the station logging interval time is reached, then it moves on to the next memory location, leaving the last values it wrote in the previous console memory location.  &lt;br /&gt;
*If Cumulus is not running all the time, on restart it works through the console memory locations and extracts the Fine Offset Wind and Gust in each memory location, i.e. at the station logging interval. &lt;br /&gt;
*While Cumulus is running, it reads the current wind speeds (and direction) every 10 seconds. There are new values only every 48 seconds (i.e. every fourth or fifth read)&lt;br /&gt;
&lt;br /&gt;
Cumulus, for various reasons, uses different terminology, and also has configuration settings which control how some of the wind values are displayed.&lt;br /&gt;
* The Fine Offset console &#039;Gust&#039; value becomes Cumulus &#039;Latest&#039;. &lt;br /&gt;
* The highest of the Fine Offset &#039;Gust&#039; values over the previous 10 minutes becomes Cumulus &#039;Gust&#039;.  Note that the WMO definition of a wind gust is the mean wind speed over a 2 to 3 second sample period (not the maximum instantaneous wind speed).&lt;br /&gt;
* Cumulus &#039;Average&#039;  can be calculated in 3 different ways:&lt;br /&gt;
** The default: If &#039;Calculate 10-min wind average&#039; is not selected on the Station Settings screen, the console &#039;Wind&#039; value is used.&lt;br /&gt;
** If &#039;Calculate 10-min wind average&#039; is selected, then by default the average of the Fine Offset &#039;Gust&#039; values read over the previous N (configurable, defaults to 10) minutes is used.&lt;br /&gt;
** If &#039;Calculate 10-min wind average&#039; and &#039;Use speed for avg calculation&#039; are both selected, the average of the Fine Offset &#039;Wind&#039; values read over the previous N (configurable, defaults to 10) minutes is used.&lt;br /&gt;
&lt;br /&gt;
Select value for &#039;N&#039; using &#039;&#039;AvgSpeedMinutes=N&#039;&#039; in [[Cumulus.ini#Section:_Station]].&lt;br /&gt;
&lt;br /&gt;
Note that Fine Offset Consoles can display a &#039;MAX&#039; figure, this is highest recorded since it was last reset (on touchscreen models multiple touches of the displayed speed will cause maximum speed, or gust, to be shown, and when a max value is displayed continuing to hold touching that value for 3 seconds will reset max to current value).  Cumulus maintains its own various extremes for different periods (e.g High wind and high gust for yesterday on its main screen) calculated from all values read by Cumulus in that period.&lt;br /&gt;
&lt;br /&gt;
== How do I set up recording wind speeds in Cumulus, with Oregon Scientific and La Crosse stations  ==&lt;br /&gt;
&lt;br /&gt;
La Crosse and some Oregon Scientific weather stations only output a single wind speed.  To allow Cumulus to calculate &#039;gust&#039; and &#039;wind speed&#039; with different values, select the &#039;&#039;&#039;Station&#039;&#039;&#039; dialogue from the &#039;&#039;Configuration&#039;&#039; menu and set &#039;&#039;Calculate 10 min wind average&#039;&#039; in the &#039;Settings&#039; frame, so in [[cumulus.ini]] this will produce the parameter &#039;Wind10MinAverage=1 when cumulus is next stopped.&lt;br /&gt;
* The station&#039;s &#039;Wind&#039; value will then display as Cumulus &#039;Latest&#039;.&lt;br /&gt;
* A 10 (configurable by adding &#039;&#039;AvgSpeedMinutes=N&#039;&#039; in [[Cumulus.ini#Section:_Station]] where &#039;N&#039; is number of) minutes average of the station&#039;s &#039;Wind&#039; value will then display as Cumulus &#039;Average&#039;.&lt;br /&gt;
* The highest of the station&#039;s &#039;Wind&#039; value in a 10 minute period will then display as Cumulus &#039;Gust&#039;.  Note that the WMO definition of a wind gust is the mean wind speed over a 2 to 3 second sample period (not the maximum instantaneous wind speed).&lt;br /&gt;
&lt;br /&gt;
See &#039;&#039;LCMaxWind=X&#039;&#039; parameter in [[Cumulus.ini#La_Crosse_specific:]] where X is the maximum (uncalibrated) wind speed in m/s that you want to allow.&lt;br /&gt;
&lt;br /&gt;
== How do I make Cumulus run automatically when Windows starts?  ==&lt;br /&gt;
&lt;br /&gt;
There is no option in Cumulus to set this up automatically as I prefer to leave it under the control of the user: The safest and most reliable method is simply to put a shortcut in your Startup folder. If you are running Vista or Windows 7, or later versions of Windows, you may find that Cumulus gets blocked by UAC if you try to run it from the Startup folder, in which case it is recommended that you use Task Scheduler instead. See here for a good description of how to do this - http://blogs.techrepublic.com/window-on-windows/?p=616&lt;br /&gt;
&lt;br /&gt;
== How does Cumulus handle Daylight Saving Time?  ==&lt;br /&gt;
&lt;br /&gt;
As far as the timestamps in the extreme logs, monthly log, and the graphs, are concerned; Cumulus doesn&#039;t do anything in particular for DST. &lt;br /&gt;
*It generates timestamps based on the Windows clock. &lt;br /&gt;
**So basically, at the start of DST (i.e. when the clocks &#039;go forward&#039; for the summer) you will get an apparent gap of one hour in your data logs and on graphs.&lt;br /&gt;
**Similarly at the end of DST (i.e. when the clocks &#039;go back&#039; for the winter) you will get an apparent hour of duplicate timestamps in your logs and graphs. &lt;br /&gt;
*You will tend to get better results if you leave Cumulus running during the clock change, because if it is stopped you may lose data,&lt;br /&gt;
**the exact timing of the affected hours depends on the type of station and the times when Cumulus was running/stopped.&lt;br /&gt;
&lt;br /&gt;
=== ... How do Davis stations handle Daylight Saving Time? ===&lt;br /&gt;
&lt;br /&gt;
Note that there seems to be an issue with Davis stations, either in the console/logger, or in the Davis DLL which Cumulus uses. &lt;br /&gt;
*If you don&#039;t have Cumulus running when DST ends (autumn), then when you start Cumulus up again, it doesn&#039;t receive all of the logger data it needs to catch up to the &#039;&#039;present time&#039;&#039; - the previous hour or so is missing. &lt;br /&gt;
*So with Davis stations, I strongly recommend that you leave Cumulus running at the end of DST, if at all possible.&lt;br /&gt;
&lt;br /&gt;
=== ... How do Fine Offset stations handle Daylight Saving Time? ===&lt;br /&gt;
&lt;br /&gt;
*For Fine Offset models &#039;&#039;without access to a radio controlled clock&#039;&#039;, if you don&#039;t have Cumulus running when DST ends in autumn, then when you start Cumulus up again, the catch up &#039;&#039;misses off the first hour after the time Cumulus was stopped&#039;&#039; (unless you have adjusted the time in [[today.ini]] by subtracting one hour for end of DST while Cumulus was stopped).  &lt;br /&gt;
**This is because the console memory does not time-stamp the data blocks and each memory location simply contains the number of minutes elapsed since the previous memory location was last updated.&lt;br /&gt;
**Cumulus does not remember the console data block used just before shutdown, (after all depending on how long Cumulus has been stopped and the station logging interval, the old memory location could be overwritten by now), and so Cumulus works out a time-stamp based on current clock time and the stored elapsed interval times as it works back through those memory locations.&lt;br /&gt;
**The stored minutes elapsed value will be consistent with the logging interval you selected for the station (might be different to that selected on Cumulus) and apart from adding an extra minute if a read from the transmitter (every 48 seconds on models without solar sensors) delays a particular log update, the console clock is unaware of DST.&lt;br /&gt;
**On restart Cumulus just tries to read the appropriate number of hours worth of observations back from the block now marked as latest.  &lt;br /&gt;
**For example if it was stopped at 2200 DST and restarted at 0600 standard time, Cumulus catches up with the last 8 hours worth of stored measurements as if going back to 2200 standard time, that means it retrieves back to 2300 DST and has forever lost the period 2200 to 2300 DST.  &lt;br /&gt;
*So with Fine Offset stations, I strongly recommend that you leave Cumulus running at the end of DST, if at all possible, to ensure that average temperature, heating/cooling degree days, wind run, and similar calculations are accurate.&lt;br /&gt;
*See Fine Offset forum discussions for further information.&lt;br /&gt;
&lt;br /&gt;
== What formula does Cumulus use for Dew Point?  ==&lt;br /&gt;
dewpoint := tempinC + ((0.13 * tempinC) + 13.6) * Ln(humidity / 100)&lt;br /&gt;
&lt;br /&gt;
== What formula does Cumulus use for Apparent Temperature?  ==&lt;br /&gt;
It uses a formula from the Australian BOM - http://www.bom.gov.au/info/thermal_stress/#atapproximation&lt;br /&gt;
&lt;br /&gt;
Note that the version used is the one that doesn&#039;t take into account solar radiation.&lt;br /&gt;
&lt;br /&gt;
== How does Cumulus know the height of the cloud base?  ==&lt;br /&gt;
&lt;br /&gt;
It doesn&#039;t. It uses a calculation which gives the theoretical height above ground level at which Cumulus clouds might form, based on the current temperature and dew point. It assumes that the difference between temperature and dew point decreases by about 4.4 degrees Fahrenheit per 1000 feet increase in altitude. When the two values coincide, the air is saturated (relative humidity = 100%) and Cumulus clouds may form. &lt;br /&gt;
&lt;br /&gt;
== How is my rain rate calculated?  ==&lt;br /&gt;
&lt;br /&gt;
For stations which supply a rain rate, Cumulus uses that. For stations which don&#039;t supply a rain rate (e.g. Fine Offset and La Crosse), Cumulus simply takes the rain total from the last five minutes and calculates a rate based on that; e.g. a single tip of 0.3mm in 5 minutes is a rate of 3.6mm/hr. When data from the station&#039;s logger is used, a similar calculation is performed, but the interval used is the logger interval rather than five minutes.&lt;br /&gt;
&lt;br /&gt;
== Where does Cumulus get its this month and this year rainfall totals from?  ==&lt;br /&gt;
&lt;br /&gt;
* Each time Cumulus reads records from the weather station it applies any change to the &#039;total rain count&#039; against today&#039;s total in its memory.&lt;br /&gt;
* The today&#039;s total so far at each reading time is also added to the &#039;recent tag&#039; array allowing total values for the day-so-far at one minute intervals for up to a week ago to be added as web tags to a web template. &lt;br /&gt;
* The rainfall totals, are initialised when Cumulus is (re-)started by adding up the corresponding daily totals in dayfile.txt and storing those sums in memory. Two of the totals can be seen using default settings on &#039;&#039;&#039;View&#039;&#039;&#039; menu, &#039;&#039;This month&#039;&#039; screen for this month, &#039;&#039;This year&#039;&#039; screen for this calendar year, but the third total for the rain season (you can change starting month) is seen on the &#039;&#039;main&#039;&#039; Cumulus screen.&lt;br /&gt;
* The rainfall totals shown on the &#039;&#039;This period&#039;&#039;, &#039;&#039;This month&#039;&#039;, and &#039;&#039;This year&#039;&#039; screens within the &#039;&#039;&#039;View&#039;&#039;&#039; menu are generated by adding up the daily rainfall totals found in [[dayfile.txt]] for the selected period. So any rainfall for the current (meteorological) day is excluded as the latest dayfile.txt row is for yesterday. Totals are recalculated when you press the &#039;&#039;Update display&#039;&#039; button. Important note: The view menu &#039;This year&#039; screen always calculates the total for a selected calendar year starting in January.&lt;br /&gt;
* The rain figures that Cumulus uses for displaying in &#039;This month&#039; and &#039;This year&#039; on the Cumulus &#039;&#039;main screen&#039;&#039; are updated each time Cumulus receives a rain reading from the station, so will not be displayed if Cumulus is unable to read rain information from your station.&lt;br /&gt;
* For the web tags, Cumulus takes its stored sums and adds today&#039;s latest total each time, to give the current totals for this month and this rain season (year so far) when processing &#039;thismonthT.htm&#039; and &#039;thisyearT.htm&#039; web templates.&lt;br /&gt;
**Important, for the &amp;lt;#ryear&amp;gt; web tag, and for the &#039;This year&#039; display on the &#039;&#039;main&#039;&#039; Cumulus screen, the processing reads the &#039;&#039;dayfile.txt&#039;&#039; for the rainfall season starting with the month set on the station settings screen and stored as the value for attribute &#039;&#039;RainSeasonStart&#039;&#039; in [[Cumulus.ini#Section:_Station]] (its default is January).  &lt;br /&gt;
**If you have set a &#039;year to date&#039; value and Cumulus is being re-started when the year specified beside that figure matches the current year, your year-to-date amount is also added into this year&#039;s total. This should normally only be relevant in your first rain season of operating Cumulus, but could be used if in any season you needed to add an extra amount because for some reason you had a gap in your recording period.&lt;br /&gt;
**There is no corresponding setting for calculating the total for the first &#039;this month&#039; of Cumulus operation.&lt;br /&gt;
*Note that you need to stop and then restart Cumulus to update these initial values that are stored in memory and get any corrections you made to rogue values in the daily summary log (or year-to-date) reflected on the main Cumulus screen and in web tags.&lt;br /&gt;
&lt;br /&gt;
The built-in dayfile.txt editor is used if it is necessary to amend the daily totals (to correct any monthly, rain season, or calendar year, totals); the built-in all-time (or monthly records) editor(s) in Cumulus is used if it is necessary to regenerate the extreme records from dayfile.txt; see [[#My_station_invented_some_rain_that_didn.27t_really_occur.2C_and_I_want_to_set_it_to_zero_.28or_some_other_figure.29 |FAQ about correcting incorrect rainfall displays]].&lt;br /&gt;
&lt;br /&gt;
== How do I reset all my data to start again from scratch?  ==&lt;br /&gt;
&lt;br /&gt;
Stop Cumulus and delete all of the files in the data folder. You may also want to edit the &#039;StartDate=&#039; line in [[cumulus.ini]] to set the date for the start of your data, if you are starting again on a different date.&lt;br /&gt;
&lt;br /&gt;
== How do I localise Cumulus to my own language? ==&lt;br /&gt;
&lt;br /&gt;
Cumulus does not directly support languages other than English. It was never intended for use in other languages, and it is not possible to add support for this now. However, the text used for:&lt;br /&gt;
*Forecasting&lt;br /&gt;
*Moonphases&lt;br /&gt;
*Beaufort Scale&lt;br /&gt;
*Trend descriptions&lt;br /&gt;
*Compass points&lt;br /&gt;
*Graph titles&lt;br /&gt;
*Extra sensor channels&lt;br /&gt;
can all be customised by using the [[strings.ini]] file. This facility may be extended to allow other items to be translated, but it is very unlikely that there will ever be a fully multi-language version of Cumulus in its current form.&lt;br /&gt;
&lt;br /&gt;
This wiki page [[:Category:Other_Languages|Other Languages]] has some old information about customising the standard web pages and see the downloads page as several third-party alternative web pages include some language translation modules.&lt;br /&gt;
&lt;br /&gt;
== Can I connect/disconnect my weather station while Cumulus is running? ==&lt;br /&gt;
No. You must make sure your weather station is connected to your PC and switched on, before running Cumulus. Do not disconnect your station while Cumulus is running.&lt;br /&gt;
&lt;br /&gt;
== How does Cumulus deal with extra sensors? ==&lt;br /&gt;
&lt;br /&gt;
By default, Cumulus deals with weather stations incorporating solar sensors, if you have selected the relevant station &#039;Type&#039; or &#039;Display solar/extra data&#039; in configuration, but it has some capability to deal with extra sensors added including the Blake-Larsen Sun Recorder.&lt;br /&gt;
Cumulus has the ability to input, log, and display Current Values/Outputs from the [[Rain_measurement#Optical_Rain_Gauges|Hydreon Optical Rain Sensor - Model RG-11]] and from either Oregon Scientific or Davis [[Extra_Sensor_Files|extra sensors]]. Only today&#039;s and yesterday&#039;s total rainfall from a Hydreon sensor are available in [[today.ini]] and [[yesterday.ini]] respectively. For some Oregon Scientific models, the temperature from an extra sensor can replace the temperature from the main sensor for processing by Cumulus, but all extra sensor values are stored in a series of [[Extra_Sensor_Files| monthly log]] files. No other processing is performed for Davis extra sensors, but past values are retained in a series of [[Extra_Sensor_Files| monthly log]] files.  The file [[strings.ini]] is used to customise the description associated with extra sensors.&lt;br /&gt;
&lt;br /&gt;
== What is this &amp;quot;Solar Max&amp;quot; value which Cumulus is displaying? ==&lt;br /&gt;
&lt;br /&gt;
It&#039;s the current theoretical maximum solar radiation value at the current date and time at your location. It is calculated using the Ryan-Stolzenbach formula, and uses the &#039;transmission factor&#039; configurable in the station settings to allow for the effect of transmission through the atmosphere. The figure is not particularly useful in itself; it is used if you have a solar sensor, to compare with the current solar radiation reading, in an attempt to determine whether the sun is currently shining or not.&lt;br /&gt;
&lt;br /&gt;
== My Fine Offset console says the memory is nearly full - how do I clear it? ==&lt;br /&gt;
&lt;br /&gt;
You don&#039;t need to, and it&#039;s much safer if you don&#039;t; clearing the memory could lead to a loss of data. The memory indicator on the console has no effect on the logging of data; the console will automatically start re-using the oldest memory locations. As long as you are running Cumulus (at least occasionally), Cumulus will have downloaded the data it needs from the console, so the console is free to overwrite the oldest data when it needs to.&lt;br /&gt;
&lt;br /&gt;
== How do I get my Davis station with USB working with Cumulus? ==&lt;br /&gt;
&lt;br /&gt;
Cumulus cannot drive the station in USB mode, you must install &#039;virtual serial port&#039; drivers, and configure Cumulus to use the virtual serial port. Make sure you have the station connected to the PC during the following operations.&lt;br /&gt;
&lt;br /&gt;
You should first make sure that you can use the station with Weatherlink, in serial mode. If you have not already installed the Weatherlink software, install the version which came with your weather station. You should then upgrade to the latest version of Weatherlink; you can download the update from the Davis web site,  [http://www.davisnet.com/support/weather/downloads/software_sftwr.asp here].&lt;br /&gt;
&lt;br /&gt;
You now need to install the &#039;CP210X USB to Serial Converter&#039;. You may find a link on your Start menu under &#039;Weatherlink&#039;. Alternatively, you should find it in the folder where Weatherlink was installed, under &#039;Support&#039; then &#039;Utilities&#039;. Davis also make version 2 of this utility available on their web site, [http://www.davisnet.com/support/weather/downloads/software_driver.asp here], and you may find that this version will work for you if the installed version does not. It should be clear from the messages output by the utility that it has successfully switched the logger to serial mode. &lt;br /&gt;
&lt;br /&gt;
It&#039;s a good idea to then update the driver to the latest version from the Silicon Labs web site, particularly if you use Windows 7 or later. You can download it [http://www.silabs.com/products/mcu/pages/usbtouartbridgevcpdrivers.aspx here] - click on &#039;VCP driver kit&#039; under &#039;Download for Windows XP/Server 2003/Vista/7...&#039; to begin the download. Run the executable once it&#039;s downloaded.&lt;br /&gt;
&lt;br /&gt;
At this point, it&#039;s best to restart your computer.&lt;br /&gt;
&lt;br /&gt;
You should now run Weatherlink, and attempt to connect to the weather station &#039;&#039;&#039;in serial mode&#039;&#039;&#039;. Weatherlink should find the appropriate COM port number automatically. If not, you can find it under &#039;Ports (COM &amp;amp; LPT)&#039; in the Windows device manager. Look for the port called &#039;USB Serial Port (COMn)&#039;, where &#039;n&#039; is a number. That&#039;s the number of the port you need to use in Weatherlink. If you cannot get Weatherlink to work using this virtual COM port, it is unlikely that you will be able to get Cumulus to work either, so either contact Davis support, explaining that you are trying to use the virtual serial port drivers because you want to run third-party software, or ask in the Cumulus forum, someone may be able to advise.&lt;br /&gt;
&lt;br /&gt;
Once you have Weatherlink connected and working via the virtual serial port, &#039;&#039;&#039;close it down&#039;&#039;&#039;, and start Cumulus.&lt;br /&gt;
&lt;br /&gt;
In the station settings in Cumulus, select the appropriate station type for your station; under &#039;VP Type&#039; select &#039;&#039;&#039;Serial&#039;&#039;&#039;; in the serial port section enter the COM port number that you found earlier. You may need to restart Cumulus at this point. It will then start displaying live data. Note that the it deliberately does not download any historical logger data from before the current point in time. When you run it subsequently, it will download logger data to catch up if necessary from when you last ran it, but never from earlier than when you first ran it.&lt;br /&gt;
&lt;br /&gt;
If you still having difficulty, the Davis Weatherlink manual offers this advice, which may be useful:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Included with the WeatherLink software is a utility that allows you to convert a USB data logger from a direct USB data logger back to a USB data logger that emulates the serial port. To use&lt;br /&gt;
this utility, select Convert USB to Virtual Serial in your WeatherLink program group on the Start menu of your computer (Start&amp;gt;AllPrograms&amp;gt;WeatherLink&amp;gt;Convert USB to Virtual Serial) and run the utility to convert your data logger. Please contact Davis Technical Support (“Contacting Davis Technical Support” on page 26) for more information.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== Why does Cumulus do some things the way it does, when there are better ways? ==&lt;br /&gt;
&lt;br /&gt;
Cumulus was originally something I &#039;knocked together&#039; quickly when I got my first weather station, simply because I couldn&#039;t find any other software anywhere which I was prepared to use. No &#039;design&#039; went into it, it was really just a prototype. Some of the things I did were just quick &#039;hacks&#039; that I intended to fix when I did it &#039;properly&#039;. But I never got around to going back and doing it &#039;properly&#039;, and it was never my intention that anyone else would use it. But I was persuaded to make it available for others, and then to add more and more enhancements. &lt;br /&gt;
&lt;br /&gt;
The fact that it works with several different types of weather station means that much of it is a compromise; it doesn&#039;t use certain features of the weather station which it could use if it were dedicated to that type of weather station. For example, it typically does not use any high/low data that the station might store internally. Instead, it maintains its own high/low data from individual readings. There are a number of reasons for this; the fact that Cumulus supports an 0900-0900 day, and the weather station does not, and the fact that typically Cumulus maintains far more high/low values than the station does, and these need to be self-consistent. &lt;br /&gt;
&lt;br /&gt;
So yes, I am aware that some of things that Cumulus does may seem strange, but it is simply not possible for me to start again from scratch, knowing what I know now. And it is not possible for me to effectively produce separate versions of Cumulus specifically for each type of weather station. If you don&#039;t like the way Cumulus does certain things, do what I did and write your own software!&lt;br /&gt;
&lt;br /&gt;
== Can I run 2 copies of Cumulus? ==&lt;br /&gt;
&lt;br /&gt;
3 options:&lt;br /&gt;
*You can install Cumulus on more than one PC, but each copy must connect directly to its own weather station (one station connected per PC).&lt;br /&gt;
*You can install 2 copies of Cumulus in different paths on a single PC, &#039;&#039;if you have two weather stations&#039;&#039; and Cumulus is able to distinguish between them, e.g. they are from different manufacturers, or both are serial port stations (different ports), or one is USB and one is serial, or one is a Weatherlink IP. In other words the  combination that does not work on a single PC is two USB stations from the same manufacturer. Note that Davis stations with USB loggers are serial port stations as far as Cumulus is concerned, so there are no problems using multiple copies of Cumulus with multiple Davis stations on the same PC.&lt;br /&gt;
*It is possible to back up the Cumulus files from one installation running off a weather station, and briefly have another reduced functionality copy just looking at historic data without ever any updating (the second Cumulus is set up as if reading from an EasyWeather.dat file, but not given a path/file name) - see [[Cumulus.ini#Introduced_for_problems_with_Fine_Offset_family:|Easyweather.dat section here]].&lt;br /&gt;
&lt;br /&gt;
= Troubleshooting  =&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Please note, these answers are written for Cumulus 1.x.y; the support forum is where Cumulus MX problems are discussed, together with how screens and files are different for the beta development.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== My &#039;Error&#039; light is flashing  ==&lt;br /&gt;
&lt;br /&gt;
Click on it, and a window will open describing the error. It may just be a temporary ftp problem. If you want to stop ftp errors being reported in this way, you can turn them off in the display settings (&amp;quot;Show FTP errors on error log window&amp;quot;).&lt;br /&gt;
&lt;br /&gt;
== My ‘new record’ light has stopped flashing  ==&lt;br /&gt;
&lt;br /&gt;
It is the normal situation that the light does not flash. The ‘new record’ light only flashes when an all-time record has been broken. It stops flashing if you click on it or restart Cumulus, until another all-time record is broken. When you first start using Cumulus, inevitably the light will flash a lot, even if you cancel it, as you will be breaking records constantly. After a while, it will &#039;settle down&#039; and not flash so often.&lt;br /&gt;
&lt;br /&gt;
== I installed a new version and my web page templates got over-written  ==&lt;br /&gt;
&lt;br /&gt;
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, place them in a different folder and use the ‘extra files’ facility. From version 1.8.9, the installer offers the option of not over-writing the web templates; it unconditionally also installs them to a sub-folder of the web folder called &#039;originals&#039;, so you can refer to them if required, even if you chose not to over-write those in the web folder.&lt;br /&gt;
&lt;br /&gt;
== I can’t find my data files!  ==&lt;br /&gt;
&lt;br /&gt;
You’re probably running Windows Vista/Windows 7/Windows 8 (or one of the corresponding server versions of Windows). Look in C:\Users\[username]\AppData\Local\VirtualStore\Program Files\Cumulus - note that this is a &#039;hidden&#039; folder. Ideally, to avoid this situation, you would install to somewhere outside the Program Files hierarchy, as recommended in the readme.txt.&lt;br /&gt;
&lt;br /&gt;
== I can&#039;t save my NOAA reports! ==&lt;br /&gt;
&lt;br /&gt;
You&#039;ve probably corrupted your Cumulus.ini file in the default Cumulus folder. See [[Cumulus.ini#Section:_NOAA]]. It can only be edited either (if Cumulus is stopped) with an external text file editor or (with Cumulus running) using the &#039;&#039;NOAA Setup&#039;&#039; in the configuation menu.  Pay attention to where the quotes are required for the file names, and check that you have an allowed date format (see [[Webtags#Time.2FDate_.27format.27_Parameter]]).&lt;br /&gt;
&lt;br /&gt;
== My sunrise and sunset times are wrong  ==&lt;br /&gt;
&lt;br /&gt;
You&#039;ve almost certainly entered your co-ordinates incorrectly, or not entered them at all - on the station settings screen. You must enter DEGREES, MINUTES, and SECONDS, no other format will work. Make sure to use &#039;&#039;&#039;unsigned whole numbers&#039;&#039;&#039; for degrees, minutes, and seconds, with a &#039;W&#039; for your longitude if you&#039;re West of the Greenwich meridian (e.g. if you are in the United States), and the appropriate letter for your latitude (N for northern hemisphere, S for southern hemisphere). &lt;br /&gt;
&lt;br /&gt;
If you are not familiar with the degrees/minutes/seconds standard format and have your co-ordinates in some other format, there are pages on the web which will convert for you. One such is here: http://transition.fcc.gov/mb/audio/bickel/DDDMMSS-decimal.html&lt;br /&gt;
&lt;br /&gt;
One other less likely possibility is that you have set the wrong time zone on your PC.&lt;br /&gt;
&lt;br /&gt;
== The Moon rise or set time is showing dashes.  ==&lt;br /&gt;
&lt;br /&gt;
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. &lt;br /&gt;
&lt;br /&gt;
== The Moon image is just black ==&lt;br /&gt;
&lt;br /&gt;
It&#039;s probably a New Moon.&lt;br /&gt;
&lt;br /&gt;
== Why are the &#039;Yesterday&#039; figures missing on the Main Cumulus Screen? ==&lt;br /&gt;
&lt;br /&gt;
The yesterday values on the Main Screen under &amp;quot;Recent Extremes&amp;quot; are not shown correctly:&lt;br /&gt;
*EITHER when the &#039;&#039;end of day rollover has not taken place&#039;&#039;. &lt;br /&gt;
**The usual cause of this is allowing your PC to &#039;sleep&#039; while Cumulus is running. &lt;br /&gt;
**The support forum mentions a few other causes. &lt;br /&gt;
**Cure this (if you have a weather station type that has a log that Cumulus reads) by looking in &amp;quot;&#039;&#039;Cumulus\backup&#039;&#039;&amp;quot; folder, and finding a backup directly in that folder or in &amp;quot;daily&amp;quot; sub-folder for just before the problem. With Cumulus stopped, copy all the files in that backup into the &amp;quot;&#039;&#039;&#039;Cumulus\data&#039;&#039;&#039;&amp;quot; folder, and then restart Cumulus. &lt;br /&gt;
*OR if Cumulus was unable to read observations from your station during that day, but can today. &lt;br /&gt;
**You can try the same cure, but may not be able to recover the lost information in this case.&lt;br /&gt;
&lt;br /&gt;
== Why do I have some unexpected zero figures? ==&lt;br /&gt;
&lt;br /&gt;
Cumulus may not be able to update some values/extremes, leaving them at zero, if:&lt;br /&gt;
*EITHER you are allowing your PC to go into sleep/standby while Cumulus is running,&lt;br /&gt;
*OR you have more than one copy of Cumulus attempting to interrogate the same weather station,&lt;br /&gt;
*OR you are closing Cumulus down very close to before/after roll-over (the latter is a restriction due to the way the processing of logger data works).&lt;br /&gt;
&lt;br /&gt;
== I’ve ‘zoomed’ a graph, how do I get it back to full size?  ==&lt;br /&gt;
&lt;br /&gt;
Drag from lower right to upper left.&lt;br /&gt;
&lt;br /&gt;
== Cumulus won&#039;t read the data from my station  ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CUMULUS RUNNING&#039;&#039;&#039;&lt;br /&gt;
If you have one of the Fine Offset clones, make sure you have configured your relative pressure correctly. If Cumulus finds an &#039;impossible&#039; value, it will ignore all data from your station.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CUMULUS RE-STARTED&#039;&#039;&#039;&lt;br /&gt;
If Cumulus does not read catch-up data from the station logger:&lt;br /&gt;
#Your station type may not have a logger, if so Cumulus cannot read anything from station while software was not running.&lt;br /&gt;
#There is a bug in the Davis DLL (Dynamic-Link Library) that Cumulus 1.x.x uses, where it never downloads the last archive record; so if there is only one to download (compare how long Cumulus was stopped with logging interval on your Davis station), it doesn&#039;t get any at all. (See [[#Cumulus_takes_a_long_time_to_download_the_data_from_my_Davis_station_at_start_up|here]] for opposite problem). Cure this by ensuring if you stop Cumulus you either leave it stopped for less than Davis logging interval time, or don&#039;t restart until after at least 2 logging intervals.&lt;br /&gt;
#You have not selected &amp;quot;&#039;&#039;&#039;Use data logger&#039;&#039;&#039;&amp;quot; in the &#039;&#039;Settings&#039;&#039; section of the &#039;&#039;&#039;Station settings&#039;&#039;&#039; screen accessed from &#039;&#039;Configuration&#039;&#039;  menu. Correct this:&lt;br /&gt;
##Stop Cumulus after changing this setting&lt;br /&gt;
##Look in &#039;&#039;Cumulus\backup&#039;&#039; folder (or its &#039;&#039;daily&#039;&#039; sub-folder) for a folder of .ini files prior to the problem, copy all those files to overwrite the ones in &#039;&#039;Cumulus\data&#039;&#039; folder&lt;br /&gt;
##Re-start Cumulus, it should use revised start date/time, and read the station logger for the whole re-wind period&lt;br /&gt;
#If there is another problem, read the instructions accessed from &amp;quot;Please click here before posting&amp;quot; at the top of the support forum page including the request to zip up the contents of the &#039;&#039;Cumulus\diags&#039;&#039; folder when asking for such support.&lt;br /&gt;
&lt;br /&gt;
== Cumulus read some invalid figures from my station ==&lt;br /&gt;
If you have:&lt;br /&gt;
*just started using Cumulus, &lt;br /&gt;
*just re-started Cumulus and you are only getting bad data when you start Cumulus up (i.e. when it is using archive data from the station logger),&lt;br /&gt;
*or you have just changed some settings,&lt;br /&gt;
... check you have the correct station type selected (see the Cumulus &#039;&#039;Help&#039;&#039; for the settings screen).&lt;br /&gt;
&lt;br /&gt;
Choosing the wrong station type means individual items of information are not correctly assigned to weather parameters.  Cumulus knows what is at what location for each station type. &lt;br /&gt;
*Is the information &#039;&#039;correct on the station console&#039;&#039; (i.e. not a fault with a sensor), but incorrectly displayed on Cumulus screen (i.e. transfer problem)? &lt;br /&gt;
Check all your settings on Cumulus, or see [[#Cumulus_won.27t_read_the_data_from_my_station|previous question]].&lt;br /&gt;
*If the &#039;&#039;station itself shows incorrect figures&#039;&#039;, a sensor may have a problem (mechanical or electrical failure, obstruction by animal activity) or a battery may need replacing.&lt;br /&gt;
Over successive versions of Cumulus more and more code has been incorporated to deal with the way some stations are prone to reporting rogue readings.&lt;br /&gt;
*Ensure you are using the latest Cumulus build, if you are using an old version you will not have any enhancements made since the earlier build that might improve the way Cumulus reads from your station type.&lt;br /&gt;
In general, if Cumulus 1.x.x identifies an odd value it will reuse the last good value instead, assuming that the problem will either right itself, or be spotted and dealt with quickly.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fine Offset stations&#039;&#039;&#039; are prone to reporting the odd non-sensical value, and Cumulus has the ability to compare successive readings:&lt;br /&gt;
*From the &#039;&#039;&#039;Configuration&#039;&#039;&#039; menu select [[Cumulus_Screenshots#Configuration_Menu_Screens|&#039;&#039;Calibration&#039;&#039;]] and in the &#039;&#039;&#039;Spike removal&#039;&#039;&#039; frame you can specify &amp;quot;the maximum &#039;&#039;&#039;differences&#039;&#039;&#039; between successive values&amp;quot; that Cumulus is to tolerate. See the &#039;&#039;&#039;Help&#039;&#039;&#039; for that screen, and note that spike removal applies while Cumulus is running, not to catch-up readings from the station&#039;s logger. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Possible Cure:&#039;&#039;&#039;&lt;br /&gt;
The purpose of the backup files is to allow Cumulus to be &#039;rewound&#039; to a particular point in time.  It simulates the situation where someone had closed Cumulus down at that point, and is only now starting it up again, and needs data to be downloaded from the station&#039;s logger to catch up to the present time. Obviously this cure will not work if your station type does not have a logger (one is needed for Cumulus to read old readings again).&lt;br /&gt;
*If you have only installed Cumulus a few days ago, or have just re-started Cumulus after it was stopped and encounter multiple &#039;&#039;rogue readings in the catch-up from the station logger&#039;&#039;; &#039;&#039;&#039;one possibility&#039;&#039;&#039; is to stop Cumulus and find the backup files that it took when you started it up (or just after the previous roll-over time), copy those files into the data folder, overwriting the ones that are there, then when you start it up again it could sort itself out.&lt;br /&gt;
The [[Diags]] log often contains useful information for sorting out what has been read, which values have been ignored, and which highs or lows may have been updated incorrectly. Note that automatic backups are made just after roll-over time because restarting Cumulus when there are no logger records to read before roll-over has been known to cause problems. Therefore, the backup to choose might be one with the date before when the problem occured, but remember that any calculations Cumulus makes are based on readings at least every minute when Cumulus is running, but for the catch up period such calculations can only use the readings available at your station&#039;s logging interval. Note if you choose a later backup and it does not work, you can always then repeat the &#039;rewind&#039; with a earlier backup.&lt;br /&gt;
&lt;br /&gt;
== I get very large amounts of rainfall shown, or other high readings ==&lt;br /&gt;
&lt;br /&gt;
Fine Offset stations have a habit of producing unbelievable readings, and Cumulus filters many of these out automatically. You can also use the &#039;spike removal&#039; settings on the calibration page, and Cumulus will then filter out large changes in readings. Please read the help for how to use these settings. Another possible explanation is that you have chosen the wrong station type in the Cumulus station settings. You should only select the &amp;quot;Fine Offset with UV/Light sensor&amp;quot; type if your station actually has SENSORS for these. Your station may have solar CHARGING, but this is not the same as having a solar SENSOR, and so you should choose the &amp;quot;Fine Offset (WH1080 etc)&amp;quot; type. Typically, stations which do have solar SENSORS have a model number which starts with a &#039;3&#039;, e.g. WS3080, and stations without solar sensors start with a &#039;1&#039; or &#039;2&#039;. Selecting the wrong type of station will cause Cumulus to misinterpret the logger data read from the station (which it uses when it starts up) and hence incorrect readings will result, typically when you restart Cumulus.&lt;br /&gt;
&lt;br /&gt;
== My station invented some rain that didn&#039;t really occur, and I want to set it to zero (or some other figure)  ==&lt;br /&gt;
&lt;br /&gt;
Cumulus does include some code to try to ignore some obvious rain errors. For example, if the station reports negative rain, Cumulus will normally ignore that, but if for 6 consecutive readings the rain cumulative count stays below what it was before, Cumulus will normally accept the new count as a new starting point. Because many positive values are realistic (see sub-answers), Cumulus generally will accept those as a result of accidental knocking of a tipping bucket gauge, due to wind effects on the gauge, or even due to the station electronics generating a rogue reading.&lt;br /&gt;
=== (Invented rain) Error in today&#039;s total===&lt;br /&gt;
#correct today&#039;s total using the &#039;today&#039;s rain&#039; editor on the edit menu.&lt;br /&gt;
#optionally stop Cumulus and edit [[today.ini]] to change the &#039;&#039;LastTip=&#039;&#039;(look up previous value in a recently backed up today.ini) parameter.&lt;br /&gt;
#Remember that &#039;ConsecutiveDryDays&#039; and &#039;ConsecutiveWetDays&#039; do not include today.&lt;br /&gt;
&lt;br /&gt;
=== (Invented rain) Error in yesterday&#039;s total ===&lt;br /&gt;
#edit the total for the relevant day in dayfile.txt, using the dayfile.txt editor on the edit menu.&lt;br /&gt;
#optionally edit yesterday&#039;s total (which is only held temporarily for display purposes) in [[today.ini]], while Cumulus is stopped.&lt;br /&gt;
=== (Invented rain) Error in total or high rainfall rate for any day before today ===&lt;br /&gt;
Just edit the total or rate for the relevant day in dayfile.txt, using the [[Cumulus_Screenshots#File.2FEdit.2FHelp_Menu|dayfile.txt]] editor on the edit menu.&lt;br /&gt;
&lt;br /&gt;
=== (Invented rain) Error in total, or extremes, for this month and/or this year ===&lt;br /&gt;
See next FAQ. Once you have corrected the daily totals (or high rainfall rates) in dayfile.txt, you can use the editors (on the edit menu) for &#039;This Month&#039; and &#039;This Year&#039; to fetch the corrected values from dayfile.txt (or enter figures manually).&lt;br /&gt;
&lt;br /&gt;
=== (Invented rain) Error in all-time records ===&lt;br /&gt;
See [[#How_do_I_correct_my_all-time_.28or_monthly_all-time.29_records.3F |this FAQ]].&lt;br /&gt;
&lt;br /&gt;
To see the previous value for all-time records see [[Alltimelog.txt]]. If your all-time records, or month-by-month all-time records have been affected, you can use the built-in editors. These can fetch the correct values once you have corrected dayfile.txt.&lt;br /&gt;
&lt;br /&gt;
===  (Invented rain and) Other rain figures ===&lt;br /&gt;
Note that other rain figures, such as &#039;rain last hour&#039;, &#039;rain last 24 hours&#039; and &#039;rain since midnight&#039; depend on a sensible progression of the rain counter, so it&#039;s not easy to correct this; it&#039;s easier to wait until the erroneous figure is far enough in the past so as not to affect the calculation. If you really do want to try to correct it; you would need to stop Cumulus, then find and edit multiple field 11 (assuming date is field 0) the Cumulus &#039;rain counter&#039; values in the [[monthly_log_files]] in the current monthly log file so they are correct relative to the current value of the rain counter (i.e. the latest one logged). Note that if you&#039;re using a midnight start of day then you don&#039;t need the &#039;rain since midnight&#039; figure anyway, as it is normally the same as &#039;rain today&#039;, and that figure is much more easily corrected.&lt;br /&gt;
&lt;br /&gt;
===  (Invented rain) Error prevention by Spike removal ===&lt;br /&gt;
#It is better to try to avoid spurious rain being recorded in the first place.&lt;br /&gt;
#Cumulus attempts to ignore large increases in the rain total automatically, and is quite often successful.&lt;br /&gt;
#For &#039;hourly rain&#039; and &#039;rain rate&#039;, you can set &#039;spike removal&#039; settings on the calibration settings screen. The value you set here, is the maximum change allowed between successive observations. Rain Rate corrections apply only to Fine Offset and La Crosse stations (which are known to occasionally produce faulty rain readings).&lt;br /&gt;
&lt;br /&gt;
===  (Invented rain) More information ===&lt;br /&gt;
There is more information about correcting rogue data elsewhere in the Wiki, in the pages about the [[:Category:Log_Files|log files]].&lt;br /&gt;
&lt;br /&gt;
== My monthly and/or annual rainfall totals are wrong  ==&lt;br /&gt;
&lt;br /&gt;
Cumulus calculates these when it is restarted, holds the values within memory, and increments them as required while it is running. This FAQ in the previous section [[#Where_does_Cumulus_get_its_this_month_and_this_year_rainfall_totals_from.3F]] has a concise description of how Cumulus calculates these figures.&lt;br /&gt;
&lt;br /&gt;
* The rainfall total shown on the &#039;&#039;This month&#039;&#039; screen within the &#039;&#039;&#039;View&#039;&#039;&#039; menu, is calculated from summing [[dayfile.txt]] totals for a selected month, and so for the default current month will exclude the current meteorological day.  The rainfall total for today so far is added for the web tag &#039;&#039;&amp;lt;#rmonth&amp;gt;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
* The rainfall total shown on the &#039;&#039;This year&#039;&#039;  screen within the &#039;&#039;&#039;View&#039;&#039;&#039; menu, is calculated from summing totals in dayfile.txt for a selected calendar year. For the default current year, it will exclude the current meteorological day.&lt;br /&gt;
&lt;br /&gt;
* The rainfall total reported by the &#039;&#039;&amp;lt;#ryear&amp;gt;&#039;&#039; web tag is for the rainfall season to date, it is calculated from taking today&#039;s rain and then adding the sum of the totals in dayfile.txt starting with the first (meteorological) day of the month specified in the &#039;rainfall season&#039; frame on the &#039;&#039;station settings&#039;&#039; screen within the &#039;&#039;&#039;Configuration&#039;&#039;&#039; menu, until the end of dayfile.txt is reached. So check you have specified the right starting month there before deciding the rainfall total shown is wrong. &lt;br /&gt;
&lt;br /&gt;
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 also on the [[Cumulus_Screenshots#Station|Station Configuration screen]].  Make sure you specify the first Cumulus operating year here, otherwise the extra will be added to the annual total for the wrong year!&lt;br /&gt;
&lt;br /&gt;
See immediately preceding FAQ [[#My_station_invented_some_rain_that_didn.27t_really_occur.2C_and_I_want_to_set_it_to_zero_.28or_some_other_figure.29 |correcting rainfall]]  for how to correct errors in total for particular days and how to correct the high extremes for the various periods.&lt;br /&gt;
&lt;br /&gt;
In all cases then restart Cumulus to get the monthly and annual totals recalculated from correct daily totals. &lt;br /&gt;
&lt;br /&gt;
If you need to correct within day values for trend graphs as well as the longer period totals, provided you know roughly when the rogue rainfall was recorded, find (and edit) it in the [[monthly_log_files]], field 11 (assuming date is field 0) is the count used to derive other parameters. Increasing the value in the count field, decreases the difference to the next (or current) count, and therefore reduces the rain in the in-between period.&lt;br /&gt;
&lt;br /&gt;
== The ‘gust’ line has disappeared from my graph  ==&lt;br /&gt;
&lt;br /&gt;
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. Depending on your weather station type, there are a few things you could try, to improve things. Decrease your station&#039;s logger interval, and if you have Cumulus calculating the wind speed average and you have a Fine Offset station, set &#039;Use speed for avg calculation&#039;.&lt;br /&gt;
&lt;br /&gt;
== My ‘gust’ values are the same as my ‘average’ wind speed values.  ==&lt;br /&gt;
&lt;br /&gt;
As above, you probably have Cumulus set to calculate a 10-minute average, and your station logger period is 10 minutes or longer, so your gust comes out the same as the average when using data from the logger. See the previous FAQ for suggestions on how to improve this.&lt;br /&gt;
&lt;br /&gt;
== I’ve just installed Cumulus, and it didn’t download all the old data from my weather station  ==&lt;br /&gt;
&lt;br /&gt;
Cumulus deliberately doesn’t attempt to download any data from before the point when you first run it. If you wish, although this isn&#039;t recommended, 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 (you will need to have run it at least once previously). Note that if you do this, it is at your own risk, and you will need to sort out any issues which may arise yourself.&lt;br /&gt;
&lt;br /&gt;
If you do this, you will probably need to edit your log files in the &#039;&#039;&#039;data&#039;&#039;&#039; folder as you may have duplicate entries and/or entries out of order. Your rain totals will almost certainly also be wrong - the total for &amp;quot;today&amp;quot; in particular. See the [[FAQ#My_station_invented_some_rain_that_didn.27t_really_occur.2C_and_I_want_to_set_it_to_zero_.28or_some_other_figure.29 |FAQ]] entry about correcting rainfall data. If you have only just started using Cumulus, you could delete all of the files in the data folder, and just create a simple today.ini as below. Then when you start Cumulus it will start again with just the data from the station&#039;s logger.&lt;br /&gt;
&lt;br /&gt;
Note that this method does not work for the Oregon WMR200 station. This station deletes logger entries when they are downloaded, and there is no mechanism for retrieving logger entries for a particular period - it just sends all the entries that it has. You may be able to circumvent this by creating a today.ini file in the data folder before you run Cumulus, with just this in it:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[General]&lt;br /&gt;
Date=10/04/2012&lt;br /&gt;
Timestamp=10/04/2012 10:00:00&lt;br /&gt;
CurrentYear=2012&lt;br /&gt;
CurrentMonth=4&lt;br /&gt;
CurrentDay=10&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Change the dates and time to match the point from which you want Cumulus to start downloading data. If the station has already sent the data, this may not work, unfortunately.&lt;br /&gt;
&lt;br /&gt;
If you stored data from your weather station (on another file-based system) before you first ran Cumulus, then you may be able to (using a text editor outside Cumulus) generate [[Monthly log files]] for the pre-Cumulus period.  See that Wiki article for more information on what you can then do with those files within Cumulus.&lt;br /&gt;
&lt;br /&gt;
== I have inserted pre-Cumulus data and now I get errors ==&lt;br /&gt;
&lt;br /&gt;
Probably some of your inserts used the wrong format (blank rows, fields with real numbers where integers expected, alternatively missing or duplicated fields). See [[:Category:Log_Files]]. Note that Cumulus will only flag errors in the log files that it reads (e.g. those relating to the period for which it displays trends graphs).  Check all the log files you have amended.&lt;br /&gt;
&lt;br /&gt;
== I have inserted pre-Cumulus data making &#039;Records began on&#039; date wrong ==&lt;br /&gt;
&lt;br /&gt;
Stop Cumulus and edit [[Cumulus.ini#Section:_Station | cumulus.ini (station section)]] within the main Cumulus folder. Change the &amp;quot;StartDate=&amp;quot; line. Be sure to use the same format for the date.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note&#039;&#039;&#039; &#039;&#039;StartDate=xxxx&#039;&#039; does &#039;&#039;not&#039;&#039; need to be updated for Cumulus to recognise earlier data in log files in its &#039;&#039;data&#039;&#039; subfolder.  &lt;br /&gt;
&lt;br /&gt;
It really represents &amp;quot;Cumulus began on&amp;quot;, so there is an alternative of leaving cumulus.ini unchanged, but editing default Cumulus &#039;&#039;recordsT.htm&#039;&#039; template twice:&lt;br /&gt;
*after the h2 heading is &#039;&#039;&amp;amp;lt;p&amp;amp;gt;Records began on &amp;lt;#recordsbegandate&amp;gt;. Here are the extremes recorded since then.&amp;amp;lt;/p&amp;amp;gt;&#039;&#039;;  you can replace &#039;&amp;lt;#recordsbegandate&amp;gt;&#039; with the new earliest date typed in as text; and&lt;br /&gt;
*at the start of the table is the &#039;&#039;&amp;amp;lt;caption&amp;amp;gt;Records Since &amp;lt;#recordsbegandate&amp;gt;&amp;amp;lt;/caption&amp;amp;gt;&#039;&#039;; replace the label &amp;quot;Records since&amp;quot; with &amp;quot;Cumulus began on&amp;quot; leaving the web tag unchanged.&lt;br /&gt;
&lt;br /&gt;
== Cumulus doesn’t show the same pressure as my Fine Offset console  ==&lt;br /&gt;
&lt;br /&gt;
Cumulus displays atmospheric pressure corrected to sea level. The console calls this ‘relative pressure’; it displays the letters &amp;quot;rel&amp;quot; when this is being displayed.  First of all, check&lt;br /&gt;
# that you are comparing the Cumulus display with the ‘relative’ pressure on your console,&lt;br /&gt;
# that only one copy of Cumulus is accessing the weather station (and no other software),&lt;br /&gt;
# that you do not have a &#039;EWpressureoffset=x.y&#039; line in the [Station] section of [[Cumulus.ini#Introduced_for_problems_with_Fine_Offset_family:| cumulus.ini]],&lt;br /&gt;
# and that you do not have a setting for pressure on the Cumulus calibration screen.&lt;br /&gt;
&lt;br /&gt;
The Fine Offset stations only store absolute/station pressure readings in their weather memory locations updated with each transmission and read by Cumulus. Within Cumulus, the software applies the adjustment to sea level before any further processing. It does &#039;&#039;not&#039;&#039; use the altitude setting in the cumulus station configuration screen.&lt;br /&gt;
Normally when Cumulus starts, it reads in [http://www.jim-easterbrook.me.uk/weather/mm/ the fixed block] in the console a pair of absolute/station pressure and relative/sea level pressure readings and uses the difference between these as the ‘offset’ in millibar for the station;  Cumulus uses this offset subsequently to calculate the sea level pressure (each time when reading the absolute pressure in the weather memory locations of the station), but it is possible to define the offset in cumulus.ini instead. &lt;br /&gt;
&lt;br /&gt;
Make sure that you have set your console&#039;s relative pressure correctly:&lt;br /&gt;
*for a push button operated model, press &#039;menu&#039; key 4 times for pressure mode, press &#039;enter&#039; to move to relative pressure setting, press &#039;up&#039; or &#039;down&#039; to adjust value.&lt;br /&gt;
*if your model uses a touch sensitive screen then it is probably tap the reading three times, then touch &#039;+&#039; or &#039;-&#039; to adjust value.&lt;br /&gt;
&lt;br /&gt;
The support forum includes discussion on where to find isobar charts or other sources to determine what the pressure should be - make sure you use a reliable source of data, e.g. a Met Office station if in the UK.  Obviously after any adjustment you need to stop Cumulus, because it is when you restart it that Cumulus reads the new pressure offset.&lt;br /&gt;
&lt;br /&gt;
Sometimes the offset that cumulus reads from the fixed block is clearly garbage, so&lt;br /&gt;
# the cumulus error light is set,&lt;br /&gt;
# an error message suggests you check the station, and&lt;br /&gt;
# Cumulus uses zero offset instead as a best effort.&lt;br /&gt;
In this situation, Cumulus will display the same value as the &#039;absolute&#039; pressure on the console (no &amp;quot;rel&amp;quot; is displayed on the console when it is displaying absolute pressure). Often, if you restart Cumulus, it will then be able to read the correct value. If the problem happens often, you can circumvent it by editing cumulus.ini (while Cumulus is stopped), and in the [Station] section add an entry: &lt;br /&gt;
&lt;br /&gt;
 EWpressureoffset=x.y&lt;br /&gt;
&lt;br /&gt;
where x.y is your pressure offset. &#039;&#039;&#039;Cumulus will then use this instead of reading the fixed block offset from the station&#039;&#039;&#039;.  &lt;br /&gt;
&#039;&#039;&#039;Note&#039;&#039;&#039; that &#039;&#039;you must supply the offset in hPa&#039;&#039; (i.e. the millibar units that the station works with) and that this circumvention generally stops Cumulus from agreeing with the relative pressure displayed on the console.&lt;br /&gt;
&lt;br /&gt;
== My pressure suddenly dropped! Or suddenly increased!  ==&lt;br /&gt;
&lt;br /&gt;
If you have a Fine Offset station, and this happened when you (re)started Cumulus, it is quite likely a problem with reading the pressure &#039;offset&#039; from the station. See: &amp;quot;Cumulus doesn’t show the same pressure as my Fine Offset console&amp;quot; above.&lt;br /&gt;
&lt;br /&gt;
== I get an error when I try to view my all-time records. Also, they don’t appear on my web site  ==&lt;br /&gt;
&lt;br /&gt;
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. &lt;br /&gt;
&lt;br /&gt;
== I get an error when I close Cumulus  ==&lt;br /&gt;
&lt;br /&gt;
Cumulus does sometimes report an error when you close it. This does not appear to cause any problems, you can just close the error message. I don&#039;t seem to be able to do anything about this, as the &#039;crash&#039; is not in code that I have control over. You may be able to avoid this error by avoiding closing Cumulus while it is uploading to the internet. Please don&#039;t bother sending me a bug report about this. &lt;br /&gt;
&lt;br /&gt;
== My forecast says &amp;quot;Not available&amp;quot;  ==&lt;br /&gt;
&lt;br /&gt;
You can get Cumulus to create a simple forecast by selecting &#039;Cumulus Forecast&#039; on the Stations Settings screen. &lt;br /&gt;
&lt;br /&gt;
== My forecast always says &amp;quot;Exceptional Weather, Stormy, much precipitation&amp;quot;  ==&lt;br /&gt;
&lt;br /&gt;
You probably have incorrect Pressure Extreme settings in the Forecast section on the Station Settings window. Make sure that the values you have supplied match the units you have selected for the extremes. Note that the units for the extremes are not related to the units you have chosen for pressure display in Cumulus. The option of supplying mb/hPa or inHg for the extremes is merely a convenience; you can supply either, but the values and the units must of course match.&lt;br /&gt;
&lt;br /&gt;
== My computer hibernated/suspended, and I lost data/my graphs &#039;flat-lined&#039;  ==&lt;br /&gt;
&lt;br /&gt;
Cumulus can&#039;t cope with being suspended, it just carries on as normal after being woken. There is an option in the station settings to &#039;close on suspend&#039;, so Cumulus will close itself as a safety measure, if you forget to do it manually. Don&#039;t use the &#039;close on suspend&#039; option and the &#039;confirm shutdown&#039; option at the same time; this will cause problems. &lt;br /&gt;
&lt;br /&gt;
But I strongly recommend that you don&#039;t have your computer set to go into any form of standby while Cumulus is running - it&#039;s continuously gathering real-time data, after all, so it&#039;s a rather strange thing to do. &lt;br /&gt;
&lt;br /&gt;
== My heat index/humidex/wind chill is the same as my temperature  ==&lt;br /&gt;
&lt;br /&gt;
*Wind chill only applies when the average wind speed is above 4.8 kph &#039;&#039;&#039;and&#039;&#039;&#039; (by default in Cumulus as it should really always be set, but this is an option that can be unset) the temperature is below 10 degrees Celsius.  &lt;br /&gt;
*Heat index only applies when the temperature is above 27 degrees Celsius &#039;&#039;&#039;and&#039;&#039;&#039; the humidity is above 40%. &lt;br /&gt;
* Humidex does not have any &#039;cutoff&#039; values, but at low temperature and/or humidity it will give the same figure as ambient temperature.&lt;br /&gt;
&lt;br /&gt;
If heat index or wind chill is not applicable, Cumulus will set them the same as the ambient temperature.&lt;br /&gt;
&lt;br /&gt;
== Cumulus is showing a different wind speed compared to my console  ==&lt;br /&gt;
&lt;br /&gt;
You have probably misunderstood Cumulus processing of wind speeds, looking at different parameters, or different averaging periods.&lt;br /&gt;
*If you have a Davis weather station see [[#What_do_the_various_wind_speeds_in_Cumulus_correspond_to.2C_with_Davis_stations.3F]]&lt;br /&gt;
*If you have a Fine Offset station, see [[#What_do_the_various_wind_speeds_in_Cumulus_correspond_to.2C_with_Fine_Offset_stations.3F]] &lt;br /&gt;
* For Oregon Scientific and La Crosse stations see [[#How_do_I_set_up_recording_wind_speeds_in_Cumulus.2C_with_Oregon_Scientific_and_La_Crosse_stations]]&lt;br /&gt;
&lt;br /&gt;
Note that you can&#039;t compare the graphs drawn by Easyweather and Cumulus unless you are certain that they are plotting the same data. They can&#039;t both be running at the same time, so one would normally be plotting &#039;live&#039; data at a given interval, and the other will be plotting data downloaded from the station&#039;s logger. The wind speed will hence not normally be the same for a particular time on the graph as it may well have changed at the point that it is saved to the logger. The only situation where it &#039;&#039;would&#039;&#039; be valid to compare the graphs would be if neither were running at the times you are comparing, and both subsequently downloaded the same data from the logger.&lt;br /&gt;
&lt;br /&gt;
== I get error -32710 with Cumulus and my USB Davis station  ==&lt;br /&gt;
&lt;br /&gt;
The USB support in the Davis DLL which Cumulus uses doesn&#039;t seem to work. You need to use the CP210X USB/serial software which Davis supply, and use the station in serial mode. If you have previously been using your station with Weatherlink in USB mode, you will need to change to serial mode in Weatherlink before you can use the station with Cumulus. You can do this using [http://www.davisnet.com/support/weather/download/CP210X_USB_Serial_Converter_ver2.exe this utility from Davis]. See also this FAQ entry - http://wiki.sandaysoft.com/a/FAQ#How_do_I_get_my_Davis_station_with_USB_working_with_Cumulus.3F&lt;br /&gt;
&lt;br /&gt;
== When I start Cumulus, the graphs restart again each time and don&#039;t show the earlier data  ==&lt;br /&gt;
&lt;br /&gt;
You probably have an error in one or more data files. Look near the beginning of the latest file in the Diags folder for an error message which will tell you which file is in error and which line is causing the problem. It may simply be a blank line. Edit the file with Cumulus stopped. Note that you may need to repeat this process; only the first error is shown.&lt;br /&gt;
&lt;br /&gt;
This problem can also occur if you change your system format settings (date format, decimal and list separators etc). Again, check the diags file for a message about a number not being a valid floating point value.&lt;br /&gt;
&lt;br /&gt;
== The peak values on my graphs are not the same as my extreme values  ==&lt;br /&gt;
&lt;br /&gt;
The graphs are snapshots of the data, taken once a minute while Cumulus is running; it is not feasible to plot every data point. If the extreme value did not coincide exactly with the point at which the data was added to the graph, then it will not appear on the graph. The graphs are not intended to show all of the highs and lows, they are there to give an idea of the trends. This also applies to &#039;Select-A-Graph&#039;, which takes its data from the data logs; the highs and lows do not necessarily appear in the periodic data logs.&lt;br /&gt;
&lt;br /&gt;
This is most noticeable with wind gusts, the value of which can change rapidly, even over a period of a minute. The &#039;Plot latest gust&#039; setting causes the &#039;Latest&#039; figure (as shown on the main screen) to be plotted. What this figure represents exactly depends on your weather station type. This figure may vary rapidly, e.g. on Davis stations, it changes every 3 seconds or so. The graphs are plotted once a minute, and hence, with Davis stations, for example, there is approximately a one in 20 chance of any given &#039;latest&#039; figure actually being plotted.&lt;br /&gt;
&lt;br /&gt;
Cumulus also stores the peak value of the &#039;latest&#039; figure from the last 10 minutes. It calls this the &#039;gust&#039;, as this is a reasonable representation of a true &#039;gust&#039; figure. If you untick &#039;plot latest gust&#039;, it will plot this figure instead. As it contains the peak figure from the last 10 minutes, and the graph is plotted once a minute, plotting this value means that the high gust figure will always appear on the graph. The exception to this is with Davis stations, in the situation where the &#039;high gust&#039; figure has been read directly (as a way of ensuring that the high gust isn&#039;t missed) rather than by the usual reading of the current data. In this case, the gust is recorded as the high, but is not written to the current value, and hence does not appear on the graph, as it may be out of sequence with the current data.&lt;br /&gt;
&lt;br /&gt;
== My extreme values do not appear in the &#039;monthly&#039; data logs  ==&lt;br /&gt;
&lt;br /&gt;
The data logs are snapshots of the data, taken at the configured interval while Cumulus is running (or at the station&#039;s configured interval when data is read from the station&#039;s logger directly into the Cumulus monthly log). Cumulus, while it is running, reads the station frequently, detecting each change in observations, and can update extremes at each of these reading times.&lt;br /&gt;
&lt;br /&gt;
If the extreme value reading time did not immediately precede a time at which the data was logged, then it will not appear in the log. This is most noticeable with wind gusts, the value of which can change rapidly between log entries.&lt;br /&gt;
&lt;br /&gt;
Cumulus is designed to be kept running, if you only run it once a day, then the information it reads from the station&#039;s logger during catch up may miss extremes. For example &#039;&#039;when Cumulus reads the archive temperatures from a Davis station&#039;&#039;,  (in a compromise to allow Cumulus to have as much code as possible that is common to all weather station types) the design means that it ignores the first and second figures representing highest and lowest reported at each logged time, just reading the third figure that, depending on console configuration, is either the average value over the archive period or the final reading of the archive period (I don&#039;t know what the default is).&lt;br /&gt;
&lt;br /&gt;
== Cumulus takes a long time to download the data from my Davis station at start up  ==&lt;br /&gt;
&lt;br /&gt;
When Cumulus starts, it asks the station for all the data from the logger since the last time it was running. If the time-stamp that it supplies does not exactly match the time-stamp of an entry in the Davis logger, the station has a strange &#039;feature&#039; where it decides to send the entire contents of the logger. This will take some time to download, during which the Davis console display may appear to freeze. &lt;br /&gt;
#It is recommended that you enable the feature &#039;&#039;&#039;Synchronise station clock&#039;&#039;&#039; in the &#039;Settings&#039; block accessed from the &#039;&#039;Configuration&#039;&#039; menu  &#039;&#039;&#039;Station&#039;&#039;&#039; [[Cumulus_Screenshots#Station|Screen]].&lt;br /&gt;
#It is recommended that you set the logging interval in Cumulus (in the &#039;Data log interval&#039; block accessed from the &#039;&#039;Configuration&#039;&#039; menu  &#039;&#039;&#039;Station&#039;&#039;&#039; Screen) to the same interval as the station (the station interval can be changed using Weatherlink), then Cumulus will be able to make sure it uses a time-stamp that matches an entry in the logger. Note that this is mentioned in the &#039;&#039;&#039;readme.txt&#039;&#039;&#039; file that appears during the Cumulus installation, which you were asked to read at the time. If you didn&#039;t read it, it is strongly recommended that you do so now; it contains important information.&lt;br /&gt;
&lt;br /&gt;
Note that this situation can also occur if you close Cumulus and then start it up again very soon afterwards, for similar reasons. There is nothing that Cumulus can do about this, it is an issue with the logger (or Virtual VP, which behaves in the same way).&lt;br /&gt;
&lt;br /&gt;
== My Davis console clock is not exactly the same as my PC clock, but I have &amp;quot;Synchronise station clock&amp;quot; selected ==&lt;br /&gt;
&lt;br /&gt;
The Davis protocol only allows hours and minutes to be set, so there is always likely to be a difference of up to 60 seconds between the PC and the station.&lt;br /&gt;
&lt;br /&gt;
== Today is the shortest/longest day, but Cumulus says that tomorrow will be a few seconds shorter/longer  ==&lt;br /&gt;
&lt;br /&gt;
The routines I use to calculate (at midnight GMT) the length of the day aren&#039;t really suitable for this level of accuracy and may use the previous day in one parameter. I don&#039;t consider it an issue.&lt;br /&gt;
&lt;br /&gt;
== Cumulus got the forecast wrong!  ==&lt;br /&gt;
&lt;br /&gt;
Cumulus uses a forecast based on the Zambretti Forecaster (see Google). I didn&#039;t design the algorithm myself and to be honest I don&#039;t know how it works, so I can&#039;t answer any questions about it. Note that this is a &#039;forecast&#039; for the following 12 hours or so; it is not a &#039;nowcast&#039; (what the weather is doing now). Please regard the forecast as &#039;for entertainment purposes only&#039;. Do not base any decisions on it, and bear in mind that it is a very simple calculation based on only a few basic parameters. Some people get reasonable results, others do not. You can try tweaking the pressure extreme settings (in the Forecast section in the station settings), but don&#039;t expect the forecast to be as good as that provided by the weather agencies which have invested millions in their forecasting systems.&lt;br /&gt;
&lt;br /&gt;
== I only see one set of points on the wind direction graph  ==&lt;br /&gt;
&lt;br /&gt;
This happens just after you restart Cumulus, if the data came from the weather station&#039;s logger (i.e. Cumulus hasn&#039;t been running for a while). Weather stations only supply a &#039;current&#039; direction, and Cumulus calculates the average direction when running &#039;live&#039;.  So there is only one set of data available to be plotted, if it comes from the station logger.&lt;br /&gt;
&lt;br /&gt;
== My average wind bearing remains at zero ==&lt;br /&gt;
&lt;br /&gt;
Cumulus will always show zero average bearing when the average wind speed is zero (it can&#039;t be otherwise because it&#039;s calculated using the wind speed). In addition, it will show zero current bearing when the current wind speed is zero if you have &#039;&#039;use bearing zero when calm&#039;&#039; selected in the [[Cumulus_Screenshots#Station|station]] settings (accessible from &#039;&#039;&#039;Configuration&#039;&#039;&#039; menu).&lt;br /&gt;
&lt;br /&gt;
This also happens if your anemonmeter has a fault.&lt;br /&gt;
&lt;br /&gt;
== My graphs appear to be plotted less frequently just after Cumulus starts up  ==&lt;br /&gt;
&lt;br /&gt;
When running live, Cumulus plots data at 1-minute intervals. When it starts up, it pre-fills the graphs with data from the log files, which generally (depending on how you have Cumulus and your station configured) will be at less frequent intervals. &lt;br /&gt;
&lt;br /&gt;
== I closed Cumulus, the &#039;please wait&#039; form appeared, but Cumulus didn&#039;t close, even after several minutes  ==&lt;br /&gt;
&lt;br /&gt;
If you&#039;ve closed Cumulus shortly after it has downloaded a lot of data from the logger, it can take a while for the logging thread to get everything written away to disk, and Cumulus won&#039;t close until this has completed. However, in some circumstances, there seems to be a situation where Cumulus will never close, so you will need to close it with task manager. If you think you know what conditions cause this to happen, please let me know. &lt;br /&gt;
&lt;br /&gt;
== Cumulus isn&#039;t logging data at the interval that I set  ==&lt;br /&gt;
&lt;br /&gt;
It logs data at the interval you have configured, while it is running. If there is data to read from the station logger at start up, each logger entry is logged to the Cumulus log files, so those entries will be at the logger interval that you have configured in your station.&lt;br /&gt;
&lt;br /&gt;
== Cumulus takes a very long time to shut down ==&lt;br /&gt;
&lt;br /&gt;
You may have closed it very soon after starting it up, when it had a lot of data to download from the station logger, and you use Weather Underground. From version 1.9.1  there is a facility where it &#039;catches up&#039; with data that hasn&#039;t been uploaded to Weather Underground while it hasn&#039;t been running. This takes a little while, and if you close it while it is doing it, it will take a long time for all of the updates to time out. You need to give it sufficient time to finish the upload. From version 1.9.2, there is a &#039;catch up&#039; light which shows that the upload is taking place, and the &#039;catch up&#039; is optional&#039;; and it will abort much more quickly if you still close it while the catch up is taking place. &lt;br /&gt;
&lt;br /&gt;
== My temperature Min/Max/Avg graph is empty ==&lt;br /&gt;
&lt;br /&gt;
The most likely explanation is that you have only recently started running Cumulus (in the last day or two). It adds new values to this graph at the end of each day; it wouldn&#039;t make sense to add a value part of the way through the day, and you need a few points to be plotted before the graph starts to take shape. You need to wait until you have been running Cumulus for a few days.&lt;br /&gt;
&lt;br /&gt;
If you&#039;ve been running Cumulus for more than a few days, but the graph is still empty, the most likely explanation is that it was unable to read your dayfile.txt file. Look at the latest file in the &#039;diags&#039; folder (the files are plain text) for error messages mentioning dayfile.txt.&lt;br /&gt;
&lt;br /&gt;
== The longest dry/wet spell for this month/year includes days from last month/year ==&lt;br /&gt;
&lt;br /&gt;
This is intentional. I decided that it didn&#039;t make sense to arbitrarily chop off a dry/wet spell at the start of the month/year, as then the figure is meaningless. So the figures are to be interpreted as &amp;quot;the longest dry/wet spell which includes this month/year&amp;quot;. I note that other software takes the same approach.&lt;br /&gt;
&lt;br /&gt;
== Cumulus isn&#039;t performing periodic tasks, like data logging or web uploads ==&lt;br /&gt;
&lt;br /&gt;
Cumulus assumes a certain level of weather station functionality. It checks that it has received data from a number of sensors (e.g. pressure and outside temperature) before it starts periodic calculations, logging, uploading to the web, or drawing graphs. This is an attempt to make sure that bad data is not logged. If your weather station is not fully functional, you will not be able to use Cumulus fully. &lt;br /&gt;
&lt;br /&gt;
You can over-ride the start up check by adding a line to the [Station] section of [[Cumulus.ini#Section:_Station|cumulus.ini]], thus: &#039;&#039;NoSensorCheck=1&#039;&#039;&lt;br /&gt;
(You need to do this while Cumulus is stopped). Note that you are likely to get bad data logged if you do this.&lt;br /&gt;
&lt;br /&gt;
== I&#039;ve changed my Twitter password, and now Cumulus won&#039;t update Twitter ==&lt;br /&gt;
&lt;br /&gt;
You need to force Cumulus to re-authenticate with Twitter. Stop Cumulus and edit cumulus.ini. Find the [Twitter] section, and &#039;&#039;&#039;delete&#039;&#039;&#039; the lines which start&lt;br /&gt;
&lt;br /&gt;
OauthToken=&lt;br /&gt;
 &lt;br /&gt;
OauthTokenSecret=&lt;br /&gt;
&lt;br /&gt;
Start Cumulus and it should be able to update Twitter again.&lt;br /&gt;
&lt;br /&gt;
This also applies if you want to change to a different Twitter account.&lt;br /&gt;
&lt;br /&gt;
== When I start Cumulus, I get the error message &amp;quot;The station is not initialised&amp;quot; ==&lt;br /&gt;
&lt;br /&gt;
For Fine Offset stations, when Cumulus starts up, it checks the first two bytes of the station&#039;s memory. They are supposed to contain the values Hex 55 and Hex AA to indicate that the station has initialised itself correctly. If they do not, then presumably the station has had some kind of internal problem, so Cumulus doesn&#039;t try to read any data from it. A reset of the station normally fixes this - remove the batteries and the USB cable; but note that you will almost certainly lose any stored data in the logger.&lt;br /&gt;
&lt;br /&gt;
If you want to force Cumulus to ignore this check (not recommended), edit cumulus.ini and add a line to the [Station] section: &#039;&#039;EWdisablecheckinit=1&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
You will most likely not have any success with this, as your station memory is probably corrupted anyway.&lt;br /&gt;
&lt;br /&gt;
Note that for this setting to work, you need to be using version 1.9.3, build 1034 or later.&lt;br /&gt;
&lt;br /&gt;
== How do I correct today&#039;s or yesterday&#039;s highs and lows? ==&lt;br /&gt;
&lt;br /&gt;
Today&#039;s totals, highs and lows (and yesterday&#039;s rain total) are held in [[today.ini]] in the Cumulus data folder. Yesterday&#039;s totals (including RG11 rain but not standard rain), highs and lows are held in [[yesterday.ini]]. Follow the cross-references if you are unsure which parameter is what. To change any values, stop Cumulus and edit the file(s) in a text editor. Be sure to keep any date and time formats the same. If you are editing yesterday&#039;s highs and lows, you might also need to edit [[Dayfile.txt#Editing_daily_summary_in_Cumulus|dayfile.txt]], as the same values will probably have been written to that file. You can use the [[Cumulus_Screenshots#File.2FEdit.2FHelp_Menu|built-in dayfile editor]] in Cumulus to do this. If your all-time and/or monthly all-time records have been affected, see the [[#How_do_I_correct_my_all-time_.28or_monthly_all-time.29_records.3F|FAQ entry below]].&lt;br /&gt;
&lt;br /&gt;
If the value you want to change is today&#039;s high hourly rain figure, it is best to wait until the current figure has returned to a sensible value. There is no easy way to correct the current figure, so if you change it in today.ini while the current figure is incorrect, the high value in today.ini will immediately be changed again when you start Cumulus.  More information about correcting rain [[#My_station_invented_some_rain_that_didn.27t_really_occur.2C_and_I_want_to_set_it_to_zero_.28or_some_other_figure.29 |in this FAQ]].&lt;br /&gt;
&lt;br /&gt;
If the problem occurred because Cumulus wasn&#039;t able to download the data from the station&#039;s logger when you started it up in the morning (or perhaps you turned off the &#039;use data logger&#039; setting for some reason), you can get it to try again by &#039;rewinding&#039; to the time when you started Cumulus, and allowing it to try again. Cumulus takes a copy of the current files each time it starts up, and puts them in a folder in the backup folder in the Cumulus installation. Stop Cumulus, and find the backup folder with the appropriate timestamp, and copy all of the files from the backup folder into the Cumulus data folder, and start Cumulus up again.&lt;br /&gt;
&lt;br /&gt;
== How do I correct my all-time (or monthly all-time) records? ==&lt;br /&gt;
&lt;br /&gt;
Use the editor in Cumulus - on the Edit menu. If you know the correct figures, you can enter them manually.&lt;br /&gt;
*You can look at the [[Alltimelog.txt]] file to find the previous values for the [[Monthlyalltime.ini|all-time records]].&lt;br /&gt;
*Similar entries are logged to the [[diags]] files for the monthly highs and lows in [[month.ini]]. &lt;br /&gt;
*You can also get the editor to scan the [[dayfile.txt|daily summary log]] and [[Monthly_log_files]] to find the highs and lows from those files, click the Help button for details. Note that to use this facility you first need to correct any incorrect values in the files being scanned; you can use the built-in editor in Cumulus to edit dayfile.txt.&lt;br /&gt;
&lt;br /&gt;
Cumulus takes a backup of all the active data files when it starts up, and also at the start of the meteorological day (just after midnight for a lot of users). The backups are kept in folders within the backup sub-folder in the Cumulus installation. So an alternative method would be to find the latest backup from before the error occurred, and copy the &#039;&#039;alltime.txt&#039;&#039; and/or &#039;&#039;monthlyalltime.txt&#039;&#039; file from the backup to the Cumulus data folder. Do this with Cumulus stopped.&lt;br /&gt;
&lt;br /&gt;
There is more information in [[:Category:Log_Files]], on the page for each type of file.&lt;br /&gt;
&lt;br /&gt;
== It&#039;s January 1st and my &#039;rain since midnight&#039; and/or &#039;last 24 hours rain&#039; and/or Evapotranspiration are wrong/negative ==&lt;br /&gt;
&lt;br /&gt;
You are probably using a Davis station. Cumulus needs an incrementing rain counter to calculate all of the rain figures, and the nearest to that on a Davis station is the annual total. When this resets at the end of the year, this causes some of the rain data to show odd values for a day. You will notice this particularly if you use an 0900 start of meteorological day, as the &#039;rain since midnight&#039; figure is used for services such as Weather Underground. There&#039;s no easy solution to this, sorry.&lt;br /&gt;
&lt;br /&gt;
== Cumulus stops at the &amp;quot;Downloading data&amp;quot; screen ==&lt;br /&gt;
&lt;br /&gt;
If you have a Fine Offset station, this is probably caused by the station&#039;s USB interface locking up - a known problem with some Fine Offset stations. You should be able to get it going again by doing a reset - remove batteries and the USB cable. Recent Fine Offset models have a problem where they can lock up frequently, requiring a reset. From version 1.9.3 of Cumulus onwards, there is an option to synchronise the reading of data with the console writing the data, to avoid doing both at the same time, and this seems to avoid most lockups. The setting is &amp;quot;Synchronise Fine Offset reads&amp;quot; on the station settings screen.&lt;br /&gt;
&lt;br /&gt;
If you look in the status bar at the bottom of the Cumulus window, there may a message &amp;quot;Error: no response&amp;quot;; this would confirm that the station has locked up and needs resetting.&lt;br /&gt;
&lt;br /&gt;
If you are using the &amp;quot;Synchronise&amp;quot; setting but are still getting frequent console interface lockups, then the clocks on the console and the platform running Cumulus may be drifting too far between synchronisations. Look in the diags files for the word &amp;quot;drift&amp;quot; and see how many seconds apart the clocks are drifting. If it is more than 3 seconds, you will need to adjust the period that Cumulus allows where it doesn&#039;t read the console data. Stop Cumulus and edit Cumulus.ini. In the [Station] section, add a line:&lt;br /&gt;
&lt;br /&gt;
FOReadAvoidPeriod=N&lt;br /&gt;
&lt;br /&gt;
where N is the required setting in seconds. If you find you are getting a drift of 9 seconds, say, you might set the value to 10.&lt;br /&gt;
&lt;br /&gt;
== Cumulus locks up when it starts and I have to use the task manager to kill it ==&lt;br /&gt;
&lt;br /&gt;
If you have a &#039;&#039;Fine Offset station&#039;&#039;, this is most likely caused by the station&#039;s interface locking up, i.e the station has stopped communicating with the PC.&lt;br /&gt;
&lt;br /&gt;
The problem where Cumulus locks up when the Fine Offset station doesn&#039;t respond is fixed in version 1.9.4. If you look in the status bar at the bottom of the Cumulus main window, there may be a message &amp;quot;Error: no response&amp;quot;; this would confirm that the station has locked up and needs resetting.&lt;br /&gt;
&lt;br /&gt;
You should be able to get the station going again by doing a reset - either remove console batteries and the USB cable or press the reset button hidden below the small hole (on 1081-based models, above the top RH corner of the battery cover). Recently manufactured Fine Offset models have a problem where they can lock up frequently, requiring a power reset. From version 1.9.3 of Cumulus onwards, there is an option on &#039;&#039;station settings screen&#039;&#039; to &#039;&#039;&#039;Synchronise Fine Offset Reads&#039;&#039;&#039; (Cumulus reading data from console) with the timing of received transmissions from sensors updating the data, to avoid doing both at the same time, and this seems to avoid most lockups.&lt;br /&gt;
&lt;br /&gt;
== Error messages with &amp;quot;Error on line...&amp;quot; or &amp;quot;Error at line...&amp;quot; ==&lt;br /&gt;
&lt;br /&gt;
These are corruptions in the log files, typically caused by Cumulus being unexpectedly closed (e.g. killed using Task Manager, or a PC reboot) while it is writing to the log files, but there can be other causes. The error message may say something like &amp;quot;List index out of bounds&amp;quot;. The error message will name the affected file(s) and the affected line number(s).&lt;br /&gt;
&lt;br /&gt;
Stop Cumulus and open the named file(s) in a good text editor, such as Notepad++. Do not use Notepad. At the line number(s) mentioned correct the error(s), which will be obvious as the lines won&#039;t look like the other lines, they will be blank or have garbage characters, or perhaps two lines have been run together. Save the file(s) and start Cumulus again.&lt;br /&gt;
&lt;br /&gt;
== Cumulus gives an error and won&#039;t run on my HP computer ==&lt;br /&gt;
&lt;br /&gt;
It&#039;s a known problem with HP computers; they have missing fonts. One solution is to install [http://www.microsoft.com/en-us/download/details.aspx?DisplayLang=en&amp;amp;id=16083 this font update] from Microsoft. It appears that computers other than HP can have the same font issue, so it is worth installing the font update anyway, if you get a problem where Cumulus won&#039;t start.&lt;br /&gt;
&lt;br /&gt;
== The headings or data look wrong in the data log viewer ==&lt;br /&gt;
&lt;br /&gt;
You&#039;re probably trying to view the wrong type of file. Use [[Cumulus_Screenshots|menus]] on main screen.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;View | Data logs&amp;quot; is only for the monthly data logs, e.g. Oct13log.txt, &amp;quot;View | Extra data logs&amp;quot; is for &amp;quot;extra&amp;quot; data logs, e.g. ExtraLog201310.txt, and if you want to view the daily summaries in dayfile.txt, use the dayfile.txt editor - &amp;quot;Edit | dayfile.txt&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
== The wind rose in Cumulus does not display anything with my Fine Offset ==&lt;br /&gt;
&lt;br /&gt;
The Fine Offset weather stations are supposed to supply data for 16 wind directions, however the design is such that most of them only actually use 8 of the possible 16. Try setting the wind rose to only display 8 directions by setting the &#039;wind rose points&#039; value to 8 on the display settings screen.&lt;br /&gt;
&lt;br /&gt;
== I&#039;ve set the graph background to white, but there&#039;s a problem with the small wind direction graph ==&lt;br /&gt;
&lt;br /&gt;
This appears to be an issue with the third party chart component. The work around is to choose a gradient background and set all three colours in the gradient to white.&lt;br /&gt;
&lt;br /&gt;
== My Weather Underground tabular data interval is not the same as the interval I&#039;ve set in Cumulus (I&#039;m using Rapid Fire) ==&lt;br /&gt;
&lt;br /&gt;
If you have selected &#039;rapid fire&#039;, the data is uploaded every 5 seconds, and the interval you configure in Cumulus is not used. Weather Underground decide how often your tabular data is logged when using rapid fire, not Cumulus.&lt;br /&gt;
&lt;br /&gt;
== My WU or PWS highest and lowest do not match Cumulus ==&lt;br /&gt;
&lt;br /&gt;
Note that Cumulus does not send minimum and maximum values to PWS and WU, they determine those themselves from the individual values that Cumulus sends.&lt;br /&gt;
&lt;br /&gt;
== My monthly (month-by-month) all-time records don&#039;t have entries for all of the months that I have been using Cumulus ==&lt;br /&gt;
&lt;br /&gt;
You need to initialise them. See the release announcement for version 1.9.3, which is when this facility was introduced: http://sandaysoft.com/forum/viewtopic.php?f=2&amp;amp;t=9286&lt;br /&gt;
&lt;br /&gt;
You only need to do this once; when you have initialised them, Cumulus will keep them up to date thereafter.&lt;br /&gt;
&lt;br /&gt;
== I am getting I/O error 32 or I/O error 103 ==&lt;br /&gt;
&lt;br /&gt;
I/O error 32 = ERROR_SHARING_VIOLATION; &amp;amp;nbsp; I/O error 103 = &#039;file not open&#039; mean something on your system has one of the Cumulus files open, preventing Cumulus writing to it (Cumulus needs exclusive access).  If you are seeing &amp;quot;file access denied&amp;quot;, you may have a permissions problem.&lt;br /&gt;
Possible reasons for locked files:&lt;br /&gt;
# Anti-virus, or back-up, software scanning/accessing the file (this is the cause in almost all cases that I&#039;ve seen).&lt;br /&gt;
# An edit or file transfer in progress (the Cumulus thread for logging and the Cumulus thread for FTP are independent so can overlap). This is likely to happen if you are getting Cumulus to frequently upload the log file to your web site.&lt;br /&gt;
# Some other software that a user is running which is processing the file in some way.&lt;br /&gt;
# More than one instance of Cumulus running (see [[#Can_I_run_2_copies_of_Cumulus.3F]]).&lt;br /&gt;
# An issue with the system clock on the PC.&lt;br /&gt;
&lt;br /&gt;
== I have problems after upgrading to Windows 10 ==&lt;br /&gt;
See this forum post - http://sandaysoft.com/forum/viewtopic.php?f=2&amp;amp;t=14148&lt;br /&gt;
&lt;br /&gt;
= Website =&lt;br /&gt;
&lt;br /&gt;
== How do I set up a website? ==&lt;br /&gt;
The crucial settings are selected on the &#039;&#039;Internet&#039;&#039; screen in the &#039;&#039;&#039;Configuration&#039;&#039;&#039; menu. &lt;br /&gt;
*On the &#039;&#039;Sites/Options&#039;&#039; tab, you must have &#039;&#039;&#039;Auto Update&#039;&#039;&#039; selected if you want Cumulus to generate web pages at the standard interval.  Other parameters will depend on your particular set-up, but are explained in the Cumulus &#039;&#039;&#039;Help&#039;&#039;&#039; and in Wiki pages starting with [[Website_setup]] and following links as required. &lt;br /&gt;
*On the &#039;&#039;Files&#039;&#039; tab, you select whether to use the standard Cumulus templates and images, or specify your own templates and destinations.&lt;br /&gt;
&lt;br /&gt;
== I’ve configured my ftp details but the web pages aren’t appearing on my site  ==&lt;br /&gt;
&lt;br /&gt;
Try setting ‘use active FTP mode’. If you already have it set, try unsetting it. If it was previously working OK, something may have changed on your network, or at the server end.&lt;br /&gt;
&lt;br /&gt;
== I’ve tried active FTP mode, but my web pages (or my realtime.txt file) still don’t appear?  ==&lt;br /&gt;
&lt;br /&gt;
Are you absolutely sure you have set the ftp path correctly? Most problems like this are a result of an incorrect path. Note that the information in the &#039;FTP progress&#039; window is not generally useful for diagnosing upload issues&#039; try turning on the ftp logging (on the Configuration menu) and look in the ftplog.txt and realtimeftplog.txt files (in the Cumulus folder). It is best to supply a relative path - i.e. with no leading &#039;slash&#039;. Please don&#039;t ask me what path you need to supply, it is impossible for me to guess how your web space is set up. If you cannot work it out, ask your web space provider for help.&lt;br /&gt;
&lt;br /&gt;
== How do I replace the &#039;bird&#039; image on my website? ==&lt;br /&gt;
&lt;br /&gt;
There are several ways to change the image of the &#039;bird&#039; on the standard Cumulus web page.  You will need a [[FTP tool]].&lt;br /&gt;
* The simplest way is to upload a new picture to the images folder of your website; the file should be called picture.jpg.   Please ensure the image is not too large and bear in mind it will appear on the bottom left of the page; the site data may cover some of the image.  As a guide, the default image is 600 x 450 pixels.&lt;br /&gt;
* Secondly, you may upload an image using your own file name.  Edit the &#039;&#039;weatherstyle.css&#039;&#039; file and look for the line &amp;lt;tt&amp;gt;background-image: url(images/picture.jpg);&amp;lt;/tt&amp;gt; around line 9 and adjust as necessary.  Upload the edited css file to your website.&lt;br /&gt;
* if you wish to remove the image completely edit the &#039;&#039;weatherstyle.css&#039;&#039; file and remove the line &amp;lt;tt&amp;gt;background-image: url(images/picture.jpg);&amp;lt;/tt&amp;gt;  Upload the edited css file to to your website.&lt;br /&gt;
&lt;br /&gt;
NOTE: It is not recommended that you overwrite the image in your local folder (webfiles\images\picture.jpg) because that gets overwritten when you update to a new build of Cumulus. Ideally your image will be in its own local folder outside the Cumulus structure.&lt;br /&gt;
&lt;br /&gt;
== Why does the heading say &#039;weather weather&#039; ? ==&lt;br /&gt;
&lt;br /&gt;
The standard first template page contains &#039;&#039;&#039;&amp;amp;lt;h1&amp;amp;gt;&amp;amp;lt;#location&amp;amp;gt; weather&amp;amp;lt;/h1&amp;amp;gt;&#039;&#039;&#039;, so do not include &#039;weather&#039; in your station name (this is what the tag &amp;amp;lt;#location&amp;amp;gt; represents, see next answer) to avoid it being duplicated.&lt;br /&gt;
&lt;br /&gt;
== How do I change the &amp;quot;Welcome to.&amp;quot; on the front page ==&lt;br /&gt;
&lt;br /&gt;
The Welcome message is controlled within Cumulus.  Click on the &#039;&#039;Station&#039;&#039; screen in &#039;&#039;&#039;Configuration&#039;&#039;&#039; menu and Edit the &#039;&#039;&#039;Description&#039;&#039;&#039; field within the Location frame to amend what the tag &amp;lt;#longlocation&amp;gt; represents in &amp;quot;Welcome to &amp;amp;lt;#longlocation&amp;amp;gt;.&amp;quot; on template page.&lt;br /&gt;
&lt;br /&gt;
== I don&#039;t have a solar sensor. How do I remove the solar data from the supplied web templates? ==&lt;br /&gt;
Locate the Cumulus &#039;web&#039; folder on your PC and edit the following files (there are comments in the html to guide you):&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;indexT.htm&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Remove the following code:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
  &amp;lt;!-- Solar data. If you don&#039;t have a solar sensor, you may wish to delete everything from here to the next comment --&amp;gt;&lt;br /&gt;
  &amp;lt;tr class=&amp;quot;td_temperature_data&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;Solar Radiation&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;&amp;lt;#SolarRad&amp;gt;&amp;amp;nbsp;W/m&amp;amp;sup2;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;Evapotranspiration Today&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;&amp;lt;#ET&amp;gt;&amp;amp;nbsp;&amp;lt;#rainunit&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;/tr&amp;gt;&lt;br /&gt;
  &amp;lt;!-- End of solar data --&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;todayT.htm&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
Remove the following code:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
    &amp;lt;!-- Solar data. If you don&#039;t have a solar sensor, you may wish to delete everything from here to the next comment --&amp;gt;&lt;br /&gt;
    &amp;lt;tr class=&amp;quot;td_temperature_data&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;td&amp;gt;Hours&amp;amp;nbsp;of&amp;amp;nbsp;Sunshine&amp;lt;/td&amp;gt;&lt;br /&gt;
      &amp;lt;td&amp;gt;&amp;lt;#SunshineHours&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
      &amp;lt;td&amp;gt;&amp;amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;!-- End of solar data --&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;yesterdayT.htm&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Remove the following code:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
    &amp;lt;!-- Solar data. If you don&#039;t have a solar sensor, you may wish to delete everything from here to the next comment --&amp;gt;&lt;br /&gt;
    &amp;lt;tr class=&amp;quot;td_temperature_data&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;td&amp;gt;Hours&amp;amp;nbsp;of&amp;amp;nbsp;Sunshine&amp;lt;/td&amp;gt;&lt;br /&gt;
      &amp;lt;td&amp;gt;&amp;lt;#YSunshineHours&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
      &amp;lt;td&amp;gt;&amp;amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;!-- End of solar data --&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== How do I remove Inside Temperature graph or add solar/UV/sunshine? ==&lt;br /&gt;
&lt;br /&gt;
Locate the Cumulus &#039;web&#039; folder on your PC and edit the following file:&lt;br /&gt;
&#039;&#039;&#039;trendsT.htm&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Modify the following code:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
    &amp;lt;td class=&amp;quot;td_thumbnails&amp;quot;&amp;gt;&amp;lt;a onclick=&#039;changeImage(&amp;quot;images/intemp.png&amp;quot;)&#039;&amp;gt;&amp;lt;img src=&amp;quot;images/intempsm.png&amp;quot; alt=&amp;quot;Inside Temperature Graph Thumbnail&amp;quot; width=&amp;quot;150&amp;quot; height=&amp;quot;100&amp;quot; style=&amp;quot;border:0&amp;quot; /&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
*To simply remove &#039;&#039;&#039;Inside Temperature&#039;&#039;&#039; graph, change code above to this&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
*If you want to stop Cumulus uploading the indoor temperature graph, you can un-tick &#039;Include standard images&#039; on the &#039;files&#039; tab of the internet settings, and list all of the images that you still want to be uploaded as extra files. As there will likely be more than 10 files, you would need to do this by editing Cumulus.ini.&lt;br /&gt;
*To show solar instead, replace &#039;intemp.png&#039; with &#039;solar.png&#039;, replace &#039;intempsm.png&#039; with &#039;solarsm.png&#039;, and change the wording of the value associated with the alt property.&lt;br /&gt;
*To make Cumulus upload the solar graph, select it on the &#039;files&#039; tab of the internet settings.&lt;br /&gt;
*To show sunshine instead, replace &#039;intemp.png&#039; with &#039;sunshine.png&#039;, replace &#039;intempsm.png&#039; with &#039;sunshinesm.png&#039;, and change the wording of the value associated with the alt property.&lt;br /&gt;
*To make Cumulus upload the sunshine graph, select it on the &#039;files&#039; tab of the internet settings.&lt;br /&gt;
*To show UV instead, replace &#039;intemp.png&#039; with &#039;uv.png&#039;, replace &#039;intempsm.png&#039; with &#039;uvsm.png&#039;, and change the wording of the value associated with the alt property.&lt;br /&gt;
*To make Cumulus upload the UV graph, select it on the &#039;files&#039; tab of the internet settings.&lt;br /&gt;
&lt;br /&gt;
If you want to do more than a straight one for one swap see [[Customised_templates#Slightly_less_simple_customisation_of_trendsT.htm| customisation page here]].&lt;br /&gt;
&lt;br /&gt;
== How do I include extra items on supplied web templates? ==&lt;br /&gt;
&lt;br /&gt;
Open the folder cumulus\web and edit the relevant file named xxxxxT.htm.  For example instead of deleting the sections in the [[#I don&#039;t have a solar sensor. How do I remove the solar data from the supplied web templates?|remove solar answer]], edit their contents.&lt;br /&gt;
See [[Customised_templates#Changing_the_Standard_Templates]] for fuller description.&lt;br /&gt;
&lt;br /&gt;
If you do change the standard templates, take a copy of your new versions, and store elsewhere.&lt;br /&gt;
The sub-folder cumulus\web\originals has copies of the standard templates from the installed build, do not edit these.&lt;br /&gt;
When you install a new build of Cumulus, you have an option to replace or not replace the contents of cumulus\web with the new build&#039;s standard templates.&lt;br /&gt;
&lt;br /&gt;
== How do I upload extra web pages? ==&lt;br /&gt;
&lt;br /&gt;
See Cumulus help for the Internet Settings screen, or for a step-by-step guide see [[Customised_templates#What_to_select_on_the_.27Files.27_tab_of_the_Internet_Settings_screen_within_the_.27Configuration.27_menu]]&lt;br /&gt;
&lt;br /&gt;
== What character encoding does Cumulus use for the web pages it generates? ==&lt;br /&gt;
&lt;br /&gt;
Cumulus 1.9.4 build 1093 changed all the template pages from XHTML 1.0 Transitional using charset=iso-8859-1 encoding to HTML 5 using charset=&amp;quot;UTF-8&amp;quot; encoding. It uses this without [http://en.wikipedia.org/wiki/Byte_order_mark Byte Order Mark] (BOM).&lt;br /&gt;
&lt;br /&gt;
From that build, you can tell Cumulus which of those two encodings to use:&lt;br /&gt;
*For standard template names in standard &#039;cumulus\web&#039; folder, if you replace them with customised templates not using [http://en.wikipedia.org/wiki/UTF-8 &amp;quot;Universal Character Set Transformation Format — 8-bit&amp;quot; (UTF-8)], &lt;br /&gt;
**unselect &#039;&#039;&#039;UTF-8 encode&#039;&#039;&#039; in the web settings frame on the Sites/Options tab of Internet settings screen in Configuration menu. &lt;br /&gt;
**Cumulus will then, as in earlier builds, use [http://en.wikipedia.org/wiki/ISO-8859-1 iso-8859-1] encoding.&lt;br /&gt;
*For extra templates, the Files tab of the Internet settings screen in Configuration menu has the option to choose which of the two Cumulus encodings to use.  See Wiki article referenced in previous answer.&lt;br /&gt;
&lt;br /&gt;
Note that since Cumulus 1.9.4 build 1078 there has been an option on the NOAA Setup screen in Configuration menu to specify whether character set utf-8 encoding is to be used for those reports.&lt;br /&gt;
&lt;br /&gt;
== Why does a standard gauges web page have text where it should show gauges? ==&lt;br /&gt;
&lt;br /&gt;
[[File:Gauges missing.jpg]] If a standard Cumulus &#039;gauges.htm&#039; web page displays like this then either&lt;br /&gt;
&lt;br /&gt;
1) (Most Likely) The weather station owner has not loaded the required files/folders onto his/her server; &lt;br /&gt;
* The gauges graphics require the &#039;images&#039; subfolder (see next answer), containing the script and many images to be pre-loaded in the &#039;dbimages&#039; subfolder.&lt;br /&gt;
* All these should exist within the destination folder that holds the HTML files as instructed in the Cumulus Help (&#039;setting up your website&#039; page)  &lt;br /&gt;
* Also explained in [[Simple Website setup]] on this Wiki.&lt;br /&gt;
&lt;br /&gt;
or 2) JavaScript is not enabled (or not available) in the browser being used to view the page (if not enabled, this can be switched on in either &#039;Options&#039;, &#039;Preferences&#039; or &#039;Settings&#039; depending on browser). Note that Firefox version 23 has removed the ability to change this in Option preferences, so ignore this solution in that browser.&lt;br /&gt;
&lt;br /&gt;
or 3)  You are using a browser add-on such as &#039;NoScript&#039; (over 2 million use this) which requires you to explicitly turn on JavaScript for each web site you visit within the &#039;NoScript&#039; options.  (This sort of add-on may be used to restrict advertising or tracking of your actions, or for security against unwanted processes being started by sites you visit).&lt;br /&gt;
&lt;br /&gt;
== Why are there no graphs on my standard trends web page? ==&lt;br /&gt;
&lt;br /&gt;
Either 1) You have not created an images sub-folder (within your folder that holds web pages) as instructed in the Cumulus Help (&#039;setting up your website&#039; page) -  also explained in [[Simple Website setup]].  In this case, the bird image will not be appearing in the bottom left corner of your web pages.&lt;br /&gt;
&lt;br /&gt;
Or 2) You have switched off &#039;&#039;&#039;Include Standard Images&#039;&#039;&#039; on the file tab of the Internet dialogue of the configuration menu.  In this case Cumulus believes you are working in a non-standard way, and does not automatically upload the graphs (nor moon image).&lt;br /&gt;
&lt;br /&gt;
== What is the size of the standard Cumulus update? ==&lt;br /&gt;
&lt;br /&gt;
The default is that all of the standard pages and standard images are uploaded on each update at whatever standard update frequency you select. &lt;br /&gt;
&lt;br /&gt;
In total for version 1.9.2, it&#039;s about half a megabyte - about 100kB for the pages (about half of that is the gauges.htm page with all the detailed wind plotting points, and half the other pages) and 400kB for the variable images (moon phase, some gauges images and trend graphs - the exact size of latter can vary if you change the period they cover).&lt;br /&gt;
&lt;br /&gt;
Version 1.9.3 adds the monthly records page which contains 12 months worth of a lot of data, and adds 25kB to every update (although usually very little changes between updates).&lt;br /&gt;
&lt;br /&gt;
The NOAA monthly and annual pages are uploaded once a day, that is another 8kB for a full month and full year, obviously less at the start of a month/year.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Optional extras&#039;&#039;&#039;&lt;br /&gt;
*[[realtime.txt]] file, this is less than 1kB (1024 Bytes) in size.&lt;br /&gt;
*[[dayfile.txt]] a file that is about (30 times number of years) kB&lt;br /&gt;
*The files required to update external sites are no more than a few kB.&lt;br /&gt;
&lt;br /&gt;
== How do I upload my own pages or files once a day? ==&lt;br /&gt;
&lt;br /&gt;
Cumulus allows you to specify a command (with optional parameters) that will be actioned just after daily rollover. The command is entered in the &#039;&#039;External programs&#039;&#039; frame at the bottom left of the Internet Settings screen.  The box is labelled &#039;&#039;&#039;Daily&#039;&#039;&#039;. Click the Cumulus &#039;&#039;Help&#039;&#039; button for guidance.  For example you could type &#039;c:\cumulus\daily.cmd&#039; in the box labelled &#039;&#039;Daily&#039;&#039;. &lt;br /&gt;
&lt;br /&gt;
This could be used to upload the pages with the longer term extremes (as your monthly, annual and all-time extremes may only change a few times a month or even less frequently) and so reduce the upload burden at the standard uploading frequency.  To achieve this you would use the content of that example file &#039;daily.cmd&#039;, in the default Cumulus folder,   to call your own [[FTP_tools| file transfer tool]] for those infrequently changing pages. Remember to also unselect &#039;&#039;&#039;Include Standard Files&#039;&#039;&#039; on the&#039;&#039; &#039;Files&#039; tab&#039;&#039; of &#039;Internet settings&#039;, and list [[Customised_templates#How_Cumulus_uses_its_templates|the templates]] on that tab, selecting &#039;&#039;&#039;Process?&#039;&#039;&#039; for all of them, but only selecting &#039;&#039;&#039;FTP?&#039;&#039;&#039; for the other frequently changing pages that are still to be uploaded at the standard interval. You may find help on the forum  or elsewhere on this wiki [[SFTP| for the FTP call]] and [[Customised_templates#Creating_Your_Own_Templates| for &#039;Files&#039; tab settings]].&lt;br /&gt;
&lt;br /&gt;
It can also be used for the optional files mentioned in the previous answer or to update a database using a [[ImportCumulusFile|PHP batch job]].  For the daily command specified above, in the default Cumulus folder, add a file &#039;daily.cmd&#039; that contains (if you host your own server using &#039;XAMPP&#039;), &#039;copy c:\cumulus\data\dayfile.txt C:\xampp\htdocs\weather\daj\&#039; for example to enable you to use the [[AnnualDataSummary| Annual Day-by-day Summary]] tool. (Uploading if you do not host your own server is described at [[Upload_Dayfile| upload dayfile]] but basically you swap the copy command for a FTP command).&lt;br /&gt;
&lt;br /&gt;
== The &#039;real time wind data&#039; gauges on the standard gauges page aren&#039;t working ==&lt;br /&gt;
&lt;br /&gt;
These require a [[realtime.txt]] file to be uploaded by Cumulus. Tick the &amp;quot;Enable Realtime&amp;quot;, &amp;quot;Enable Realtime FTP&amp;quot; and &amp;quot;Enable realtime.txt FTP&amp;quot; boxes on the internet settings screen. If the gauges still do not work, check that the [[realtime.txt]] file is being uploaded to the correct place. If it is not, it is likely that you have specified an incorrect &#039;ftp directory&#039; in Cumulus. If your &#039;normal&#039; pages are being uploaded correctly, but realtime.txt is not, then it is likely that you simply need to leave the ftp directory blank (but see the note below first).&lt;br /&gt;
&lt;br /&gt;
A possible cause for this problem is that your web space provider does not allow .txt files to be accessed. For example, the free hosting provider 000webhost.com do not.&lt;br /&gt;
&lt;br /&gt;
== I&#039;m using the supplied web pages, and get lower case in places where I want upper case  ==&lt;br /&gt;
&lt;br /&gt;
It&#039;s in the CSS. Go to the webfiles sub-folder of your cumulus installation, edit weatherstyle.css and find lines like: &amp;quot;text-transform: lowercase;&amp;quot; and remove them. Use FTP tool to replace the weatherstyle.css on your website.&lt;br /&gt;
&lt;br /&gt;
== My web pages have things like &amp;amp;lt;#location&amp;amp;gt; in them  ==&lt;br /&gt;
You’ve edited your templates with something like Dreamweaver, and it’s changed the angle brackets on the [[Webtags]] to &amp;quot;&amp;amp;amp;lt&amp;amp;nbsp;;&amp;quot; and &amp;quot;&amp;amp;amp;gt&amp;amp;nbsp;;&amp;quot; - you need to change them back to &amp;amp;lt; and &amp;amp;gt;. &#039;&#039;These may look the same when viewed in your browser, but you can see the difference if you &#039;view source&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
Alternatively, if the web templates are listed in [[cumulus.ini]] (and for the first 10 appear on the &#039;&#039;&#039;files&#039;&#039;&#039; tab of &#039;&#039;Internet&#039;&#039; dialogue of &#039;&#039;&#039;Configuration&#039;&#039;&#039; menu), the &#039;&#039;&#039;Process&#039;&#039;&#039; option must be ticked for the web pages generated by Cumulus to have values replacing the [[Webtags]].  Otherwise at each web update, Cumulus will generate web pages the same as the templates.&lt;br /&gt;
&lt;br /&gt;
== My web pages are empty ==&lt;br /&gt;
If empty web pages are being uploaded to your web site (i.e. they report size of 0 kB, but do not produce &#039;error 404 - page not found&#039; message), and your browser shows that their modification date is recent (see next FAQ), then it is likely that the [[Customised_templates#What_is_meant_by_.27Cumulus_processes_templates.27| Cumulus processing]] of templates is failing:&lt;br /&gt;
*Either (since build 1093, as made clear in the release notes)[[File:Web settings.JPG]] the character encoding (for standard named templates that are [[Customised_templates#What_is_meant_by_.27Cumulus_processes_templates.27| processed by Cumulus]]) is specified incorrectly on the &#039;&#039;&#039;Configuration&#039;&#039;&#039;  menu, &#039;&#039;Internet&#039;&#039; dialog, &#039;&#039;&#039;Sites/Options&#039;&#039;&#039; tab, &#039;&#039;Web Settings&#039;&#039; frame as shown about half way down on this screen extract:&lt;br /&gt;
**Select the option where indicated by red arrow if your template includes in a line near the start &amp;lt;code&amp;gt;&amp;lt;meta charset=&amp;quot;UTF-8&amp;quot;&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
**Deselect the option where indicated by red arrow if your template includes something like &amp;lt;code&amp;gt;&amp;lt;meta content=&amp;quot;text/html; charset=iso-8859-1&amp;quot; http-equiv=&amp;quot;Content-Type&amp;quot; /&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
**For customised pages, (without standard Cumulus template names), select/un-select the UTF-8 encoding in the appropriate column on the &#039;&#039;&#039;Configuration&#039;&#039;&#039;  menu, &#039;&#039;Internet&#039;&#039; dialog, &#039;&#039;&#039;Files&#039;&#039;&#039; tab screen where you list the local and remote names.&lt;br /&gt;
*Or you have edited/customised the template and added an incorrectly specified Cumulus [[webtag]] that has caused [[Customised_templates#What_is_meant_by_.27Cumulus_processes_templates.27| Cumulus processing]] to abort for that template.  If you stop cumulus you can use a text editor to open the latest [[Diags|diagnostic file]]. Look at entries time-stamped just before the hour and repeated at your auto-update &#039;&#039;interval&#039;&#039; (just below red arrow in screen image above). You might find a message like &amp;quot;Error processing C:\web\indexT&amp;quot; (i.e. mentioning whichever template is at fault) followed by a brief hint as to the nature of the error.&lt;br /&gt;
*Another possibility is that you do not have active FTP mode selected, but your particular setup requires it - or vice versa.&lt;br /&gt;
&lt;br /&gt;
== My web pages have obsolete web tag values in them  ==&lt;br /&gt;
If the information showing on your web pages is out of date, then it must have been working before, so you have made a change somewhere.&lt;br /&gt;
*Most browsers will display &#039;page information&#039; that tells you when the page was last modified (by querying the web server).&lt;br /&gt;
**if the page on your web server was recently modified, &lt;br /&gt;
***then the next item to investigate is the template file; a template file contains Cumulus web tags and the [[Customised_templates#What_is_meant_by_.27Cumulus_processes_templates.27|&#039;process&#039;]] that Cumulus does to create a web page involves reading text from a template and when it finds a web tag it inserts the latest value in as it creates the page. A [[FAQ#What_file-names_does_Cumulus_use_when_processing_and_uploading_files_to_my_web_site.3F|local file]] is then created and Cumulus will FTP (or copy) this to the web server according to the settings. If the template file cannot be processed, Cumulus may still upload an existing old local file.&lt;br /&gt;
**if the page was not recently modified, &lt;br /&gt;
***maybe you are not running Cumulus, so it is not updating.  &lt;br /&gt;
***maybe your file transfer is not working, turn ftp logging on for technical output, and look for any filenames and any &#039;successfully transferred&#039; messages.&lt;br /&gt;
***maybe your &#039;internet settings&#039; screen has accidentally been changed, see Cumulus help for simple instructions.  If you took a backup of [[cumulus.ini]] you can stop Cumulus, rename the current file and copy your cumulus.ini backup back into the &#039;cumulus&#039; directory containing the Cumulus program.&lt;br /&gt;
***maybe your web server provider has changed something.&lt;br /&gt;
&lt;br /&gt;
== Running a web server on the same PC as Cumulus ==&lt;br /&gt;
If you do not have a web site, or run a web server locally (same PC, or on your local network), you can get Cumulus to generate/copy either html, or image, files locally instead of using FTP to place them remotely.&lt;br /&gt;
&lt;br /&gt;
You&#039;ll need to list the (source) file including paths on the files tab of the internet settings, and specify a destination path and file name for the remote file in each case. Don&#039;t tick the &#039;&#039;FTP?&#039;&#039; box for standard cumulus pages (the exception is for a local web server and any non-standard web page that attempts to read using a script a local file such as dayfile.txt as this does need FTP to generate the server-based web page). For the standard images, you can supply a folder name (specify on the same screen), and they will all get copied there. See [[Customised_templates#What_to_select_on_the_.27Files.27_tab_of_the_Internet_Settings_screen_within_the_.27Configuration.27_menu|here]] for greater detail.&lt;br /&gt;
&lt;br /&gt;
There&#039;s a limit of 10 entries on the files tab in Cumulus 1.9.x (in Cumulus MX all 100 entries are included in the settings interface).  Entries for the full 100 files can also be amended by editing [[Cumulus.ini#Section:_FTP_site|cumulus.ini]], with Cumulus stopped. Follow the format of any existing entries for specifying additional files.&lt;br /&gt;
&lt;br /&gt;
== Error Codes generated by FTP or Winsock ==&lt;br /&gt;
You should be able to look these up on the web.  [http://kb.globalscape.com/KnowledgebaseArticle10142.aspx Try Here]&lt;br /&gt;
&lt;br /&gt;
== How do I configure Cumulus for Secure FTP (SFTP/FTPS)? ==&lt;br /&gt;
Cumulus doesn&#039;t support Secure FTP. You can configure Cumulus to invoke an external program like WinSCP, as described here: [[SFTP | SFTP article]]&lt;br /&gt;
&lt;br /&gt;
== Directory related problems in FTP ==&lt;br /&gt;
The following pointers should help:&lt;br /&gt;
* All web site file references are case sensitive.  So if your FTP server directory is &#039;&#039;public_html&#039;&#039;, then &#039;Public_HTML&#039; will not work!&lt;br /&gt;
* On the &#039;&#039;Internet settings&#039;&#039; screen in &#039;&#039;&#039;Sites/Options&#039;&#039;&#039; the optional Directory parameter required is &#039;&#039;the path from  your FTP root&#039;&#039;, to where the web pages are to be stored. It is &#039;&#039;not&#039;&#039; the &#039;&#039;&#039;Universal Resource Locator (URL)&#039;&#039;&#039; that you would specify to view the web page in a browser.  Click the &#039;&#039;&#039;Help&#039;&#039;&#039; button for full explanation, or search the support forum (as many people before you have found this directory is the hardest parameter to get right).&lt;br /&gt;
* The error window is not useful for diagnosing ftp problems; you need to &#039;&#039;&#039;turn on &#039;&#039;ftp logging&#039;&#039; &#039;&#039;&#039;and look at ftplog.txt. Most FTP directory problems are due to you quoting an incorrect ftp directory, and the ftp log will show an error when an attempt is made to change to the directory you have specified incorrectly. &lt;br /&gt;
* Relative paths (without a leading slash) are always safer than absolute paths (with a leading slash) and you may find that just specifying (for example) &amp;quot;public_html&amp;quot; works OK, but this all depends on how your ftp server and your ftp account is set up.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* IN CUMULUS 1.x.y ONLY: The &#039;&#039;standard pages&#039;&#039; are uploaded after a &#039;change directory&#039; attempting to select the directory you specified in &#039;&#039;&#039;Sites/Options&#039;&#039;&#039;; if this fails, the files will still be uploaded but to the FTP server root. So some mistakes do not matter because if no change of directory was actually required, these pages will be uploaded correctly.&lt;br /&gt;
* IN CUMULUS MX, the &#039;&#039;standard pages&#039;&#039; are uploaded with their file name prefixed by the directory you specified in &#039;&#039;&#039;Sites/Options&#039;&#039;&#039;.  In this case, if that path is invalid, the upload fails.&lt;br /&gt;
* Any &#039;&#039;files you specify&#039;&#039; for uploading at standard update frequency are uploaded between standard pages (if &#039;Include Standard Files&#039; selected) and (applies only to Cumulus 1) standard images (if &#039;Include Standard Images&#039; selected).  You should specify the path (including any web site directory) in &#039;remote filenames&#039;, as there is no call to &#039;change directory&#039;. In this case, if that path is invalid, the upload fails.&lt;br /&gt;
* IN CUMULUS 1.x.y ONLY: The standard images for gauges and trends pages are uploaded after the standard pages, (and any pages you specify for uploading), by performing a second &#039;change directory&#039; this time fixed at &#039;images&#039;; if this fails, the files will still be uploaded to the current web site directory (FTP root or the directory you specified in &#039;&#039;&#039;Sites/Options&#039;&#039;&#039;).&lt;br /&gt;
* If you have enabled &#039;&#039;Realtime&#039;&#039;, the realtime.txt file is uploaded without doing a change directory, (by appending &amp;quot;/realtime.txt&amp;quot; to the directory on the &#039;&#039;Internet settings&#039;&#039; screen in &#039;&#039;&#039;Sites/Options&#039;&#039;&#039;). In this case, if the web site directory in your settings is invalid, the upload of the real time file fails.&lt;br /&gt;
* On the &#039;&#039;NOAA Setup&#039;&#039; screen the optional &#039;&#039;&#039;Directory&#039;&#039;&#039; parameter required is the relative path; from your FTP root, to where the NOAA report pages are to be stored. (It is totally independent of the directory on the &#039;&#039;Internet settings&#039;&#039; screen in &#039;&#039;&#039;Sites/Options&#039;&#039;&#039;).  Click the &#039;&#039;&#039;Help&#039;&#039;&#039; button for full explanation. Like realtime.txt, the upload destination is determined by appending the file-name for the report to any NOAA directory, and will fail if that directory is specified wrongly.&lt;br /&gt;
&lt;br /&gt;
See &#039;&#039;&#039;Setting up your website&#039;&#039;&#039; in Cumulus help for a simple guide to the sub-folder structure you need to create and the list of files that need to be uploaded manually when first installing a website. Or see [[Website_setup]] for all the options including customised pages.&lt;br /&gt;
&lt;br /&gt;
== My standard web pages are uploading but the uploading fails for images, realtime and/or NOAA reports ==&lt;br /&gt;
See previous answer, you have probably got your web pages in the default FTP directory of your web site, but specified the wrong directory on the settings screen.  Turn on the &#039;&#039;FTP logging&#039;&#039; in the configuration menu to see the technical detail.  You should have an FTP tool that you used to upload the &#039;static&#039; files required on your web site, and that will help you to see what is your site&#039;s root directory for file transfer uploads, and therefore any relative directory change you require.&lt;br /&gt;
&lt;br /&gt;
== What file-names does Cumulus use when processing and uploading files to my web site? ==&lt;br /&gt;
[[File:Cumulus_FTP_Process.png|150px|thumb|FTP Process]]Cumulus use two slightly different processes depending on if the file is part of the supplied &#039;standard&#039; web site, or an extra file you have specified on the &#039;&#039;Internet Settings|Files&#039;&#039; configuration dialog. For each of these processes there is an further variation depending on whether you have enabled the &#039;&#039;Use FTP rename&#039;&#039; option. This graphic shows the various combinations of file-names used for each step of the process. For the standard files, you can substitute any of the file names for indexT.htm, e.g. trendsT.htm&lt;br /&gt;
&lt;br /&gt;
For more details of Cumulus &#039;&#039;Process&#039;&#039; see [[Customised_templates#What_is_meant_by_.27Cumulus_processes_templates.27| here]].&lt;br /&gt;
&lt;br /&gt;
=Selecting a Weather Station sensor site=&lt;br /&gt;
A simple guide is at [http://weatherfaqs.org.uk/node/124 uk.sci.weather newsgroup], note this advises against roof mounting.&lt;br /&gt;
An attempt to compare the conflicting siting standards that apply across the world is included in a portable document format guide from [ftp://ftp.campbellsci.com/pub/outgoing/apnotes/siting.pdf Campbell Scientific].&lt;br /&gt;
For more advice see the website of your local Meteorological Bureau,  an educational place (e.g. in USA see [http://newa.nysaes.cornell.edu/public/NEWAStationSitingGuidelines.htm Cornell University]), the [http://library.wmo.int/opac/index.php?lvl=notice_display&amp;amp;id=12407 World Meterological Organisation] (WMO), or a specialist organisation (e.g. in UK see [http://www.rmets.org/weather-and-climate/observing/guidelines-observing-0 Royal Meteorological Society] rather than the Met Office web site).&lt;br /&gt;
&lt;br /&gt;
Modern Stevenson Screens are uPVC constructed with a black interior (so they do not radiate heat onto the sensors) and a white exterior (so they reflect as much radiation as possible).  There is a lot of discussion on the [http://sandaysoft.com/forum/viewforum.php?f=16 Homebuilt forum] about different approaches to improving measurements, and the problems with out of the box instrumentation from the different manufacturers. &lt;br /&gt;
&lt;br /&gt;
If you are contributing to an external site like APRS/CWOP, Weather Underground, PWS weather, Weatherbug and/or WOW, see guidance from these organisations re instrument placement.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note:&#039;&#039;&#039; Some stations have all sensors in one unit, positioning of these is a compromise between the ideals below for each sensor.&lt;br /&gt;
&lt;br /&gt;
== Where should I position the wind sensors ==&lt;br /&gt;
The side labelled &#039;North&#039; on the wind vane mount should face &#039;&#039;True North&#039;&#039;, remember that the magnetic north deviation from true north varies from year to year, see details on maps or online. Most wind vanes have a large surface that follows the wind and a thin end that points where the wind comes from, it is the latter direction that is reported.&lt;br /&gt;
&lt;br /&gt;
In the UK, the standard climatological measuring height is 10 metres.  Advice varies on whether you should apply a correction factor for any lower height. Cumulus allows you to apply such a factor to either just wind speed, or wind speed and gust speed, by using the Calibration screen within the configuation menu.  In the Cumulus Help it recommends that you also adjust wind chill - in practice this means ask Cumulus to &#039;&#039;calculate wind chill&#039;&#039; by selecting this in the settings frame on the &#039;&#039;&#039;station settings screen accessed from configuration menu&#039;&#039;&#039; (i.e. ignore any wind chill output by your weather station).&lt;br /&gt;
&lt;br /&gt;
If you are mounting near a building of height &#039;h&#039; above ground level, ideally the wind sensor should be at a height of &#039;1.5 times h&#039; above ground level. &lt;br /&gt;
If you are positioning away from a building or tree (or other object) of height &#039;h&#039; (or the mean height of several objects is &#039;h&#039;), then the distance away depends on which standard you are trying to meet, and can vary between 1.5 and 3 times &#039;h&#039;.&lt;br /&gt;
&lt;br /&gt;
== Where should I position the rain sensor  ==&lt;br /&gt;
The WMO says the rain gauge should at a distance away of 2 times the height of each nearby object (buildings, trees, walls, solid fences etc.) and just high enough off ground level to avoid possibility of splashing. You can experiment, but for amateurs, no more than a metre off the ground (or roof if mounted above it) and at least a metre from any chimney, wall or solid fence whose height exceeds that of the sensor seems good enough for most gauges. &lt;br /&gt;
See [[Rain measurement]] or your local offical organisation.&lt;br /&gt;
&lt;br /&gt;
== How do I protect my rain gauge against spiders or other natural problems ==&lt;br /&gt;
There is a lot of discussion on the [http://sandaysoft.com/forum/viewforum.php?f=16 Homebuilt forum]. In terms of siting, it is important to position your rain gauge where you can safely get to it.&lt;br /&gt;
&lt;br /&gt;
== How do I get good temperature and humidity measurements  ==&lt;br /&gt;
The international standard states ambient air temperature/humidity is measured at 1.25 metres above ground level, above soil or grass not paving, protected from direct sun radiation (and direct rain), unless you are measuring soil or ground temperatures. The height is important for derived values as an air frost is defined as a temperature at or below the freezing point for water at this height, and the count of these is a standard reporting requirement in some countries.&lt;br /&gt;
&lt;br /&gt;
If you are using a &#039;&#039;Fine Offset sensor&#039;&#039;, the thin depth of the thermometer/hygrometer (transmitter) should face where your console (receiver) is, for maximum transmission strength/distance, with the wide face at right angles to the transmission route. (Although if you use a model requiring a radio time signal, you will probably be trying to optimise that instead).&lt;br /&gt;
&lt;br /&gt;
== Pressure ==&lt;br /&gt;
Varies with altitude and temperature, but no significant variation with spatial position with regard to nearby fixed bulky objects.  Often measured indoors, do not mount above any heating or cooling system as there temperature may be particularly variable, and try to avoid any forced ventilation or extraction as such air moving systems could have different pressures on intake and outlet sides.  Equally operation in close proximity to opening doors/windows or to fast moving (road or railway) vehicles or tunnels can distort readings.&lt;br /&gt;
&lt;br /&gt;
== Solar ==&lt;br /&gt;
One would expect solar sensors should be positioned for maximum unshaded exposure to sunlight throughout the year, but again the forum contains advice for specific makes.&lt;/div&gt;</summary>
		<author><name>Steve</name></author>
	</entry>
	<entry>
		<id>https://www.cumuluswiki.org/index.php?title=Supported_Devices&amp;diff=3995</id>
		<title>Supported Devices</title>
		<link rel="alternate" type="text/html" href="https://www.cumuluswiki.org/index.php?title=Supported_Devices&amp;diff=3995"/>
		<updated>2016-12-10T21:29:00Z</updated>

		<summary type="html">&lt;p&gt;Steve: /* Fine Offset */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Below is a list of devices which are confirmed to run with the [[Cumulus_Versions|current version]] of Cumulus.&lt;br /&gt;
&lt;br /&gt;
If you are running a different model, please take a moment to update the page.&lt;br /&gt;
&lt;br /&gt;
We also maintain a list of unsupported devices&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Supported Devices=&lt;br /&gt;
&lt;br /&gt;
==Davis Range==&lt;br /&gt;
&lt;br /&gt;
*Vantage Pro&lt;br /&gt;
*Vantage Pro 2&lt;br /&gt;
*Vantage Vue&lt;br /&gt;
&lt;br /&gt;
==Oregon Scientific==&lt;br /&gt;
&lt;br /&gt;
*WMR-928&lt;br /&gt;
*WMR-918&lt;br /&gt;
*WM-918&lt;br /&gt;
*WMR-968&lt;br /&gt;
*Equivalent rebadged Radio Shack stations (serial only)&lt;br /&gt;
*WMR-88, WMR-100, WMR-180, WMRS200 and WMR-200&lt;br /&gt;
&lt;br /&gt;
see [[Extra_temperatures]]&lt;br /&gt;
&lt;br /&gt;
==Fine Offset==&lt;br /&gt;
&lt;br /&gt;
(MyDEL, Nevada, Watson, Tycon Power, Aercus, Fine Offset etc)&lt;br /&gt;
&lt;br /&gt;
Use the &amp;quot;Fine Offset (WH1080)&amp;quot; setting in Cumulus for these:&lt;br /&gt;
&lt;br /&gt;
*W8681 (NOT the Watson W-8681-Pro and Pro II)&lt;br /&gt;
*WH1080&lt;br /&gt;
*WH1080PC&lt;br /&gt;
*WH1081&lt;br /&gt;
*WH1090&lt;br /&gt;
*WH1091&lt;br /&gt;
*National Geographic 265NC&lt;br /&gt;
*PCE-FWS 20&lt;br /&gt;
*ELECSA 6975&lt;br /&gt;
*ClimeMET CM2000&lt;br /&gt;
*Maplin N96FY/N96GY&lt;br /&gt;
*Ambient Weather WS-1080/WS-2080&lt;br /&gt;
*WeatherEye WEA22&lt;br /&gt;
*Jaycar Digitech XC0348 (AU/NZ)&lt;br /&gt;
*Tycon Power TP1080WC (USA)&lt;br /&gt;
&lt;br /&gt;
Use the &amp;quot;Fine Offset with UV/Light sensor&amp;quot; setting (&amp;quot;Fine Offset with Solar Sensors&amp;quot; in MX) for these:&lt;br /&gt;
&lt;br /&gt;
*WH3080/WH3081/WH3083&lt;br /&gt;
*WS3080/WS3081/WS3083&lt;br /&gt;
*Other Fine Offset stations which have solar sensors (rather than just solar charging)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
There are many other brands of station which are rebadged Fine Offset stations. In general, if the station is supplied with &#039;Easyweather&#039; software, it is likely that the station will work with Cumulus.&lt;br /&gt;
&lt;br /&gt;
==La Crosse==&lt;br /&gt;
&lt;br /&gt;
*WS-2300 range (all model numbers of the form 23xx). Use of a USB/Serial adapter is not supported with these stations.&lt;br /&gt;
&lt;br /&gt;
Note that I don&#039;t have access to a La Crosse station, and the PC interface on these stations is very poor. If you find that you don&#039;t get very good results using Cumulus with one of these, I&#039;m afraid I probably won&#039;t be able to do anything about it.&lt;br /&gt;
&lt;br /&gt;
==Instromet==&lt;br /&gt;
Recent models of Instromet stations&lt;br /&gt;
&lt;br /&gt;
==Other==&lt;br /&gt;
WeatherDuino&lt;br /&gt;
&lt;br /&gt;
=Unsupported Devices=&lt;br /&gt;
&lt;br /&gt;
Specifically, the following do not work with Cumulus.  This is not a definitive list but stations we have come across which are not supported.&lt;br /&gt;
&lt;br /&gt;
*La Crosse WS3650 and WS2800 (all model numbers in range WS36xx and WS28xx)&lt;br /&gt;
*TFA-Sinus/TFA-Nexus/Honeywell/Irox/Cresta/Ventus WXR-815LM/TE924W/TN924W/W928 etc &lt;br /&gt;
*AcuRite&lt;br /&gt;
*Peet Bros&lt;br /&gt;
*Rainwise&lt;br /&gt;
*Davis Weather Monitor&lt;br /&gt;
*Davis Weather Wizard&lt;br /&gt;
*Ambient WS-1000 and WS-1001 WIFI&lt;br /&gt;
*Oregon Scientific WMR89 and WMR300&lt;br /&gt;
*Tycon Power TP2700WC&lt;br /&gt;
*Oregon Scientific LW301&lt;br /&gt;
*WS-1400-IP&lt;br /&gt;
*WH2600&lt;br /&gt;
*Watson W-8681-Pro and W-8681-Pro II&lt;br /&gt;
&lt;br /&gt;
== My station is unsupported - Can I use Cumulus? ==&lt;br /&gt;
If your station output can be changed into the [[EasyWeather_Format]], then Cumulus can offer most of its functionality by reading the last line of that file each time.&lt;/div&gt;</summary>
		<author><name>Steve</name></author>
	</entry>
	<entry>
		<id>https://www.cumuluswiki.org/index.php?title=Monthlyalltime.ini&amp;diff=3994</id>
		<title>Monthlyalltime.ini</title>
		<link rel="alternate" type="text/html" href="https://www.cumuluswiki.org/index.php?title=Monthlyalltime.ini&amp;diff=3994"/>
		<updated>2016-11-06T11:45:57Z</updated>

		<summary type="html">&lt;p&gt;Steve: /* Editing alltime.ini outside Cumulus */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Log Files]]&lt;br /&gt;
The file &#039;&#039;&#039;monthlyalltime.ini&#039;&#039;&#039; was introduced in version 1.9.3 to support the Monthly Records (i.e. the extremes recorded in all January periods, all February periods etc). For more information on this file see in the Cumulus help file, in the section “Data log file format”. &lt;br /&gt;
&lt;br /&gt;
== Initialisation ==&lt;br /&gt;
If you were using Cumulus prior to installing version 1.9.3 then you need to initialise log file by reading prior data from the monthly and daily log files.  Follow the instructions for correcting the file.  Once the file has been initialised, Cumulus will maintain it from then onwards, comparing the highs and lows for the current reading against those stored for that month in this file.  For further information see the support forum, that contains the announcement when version 1.9.3 was released, and a few discussions concerning experience with the feature.&lt;br /&gt;
&lt;br /&gt;
== Viewing the monthly highs and lows ==&lt;br /&gt;
[[File:Cumulus_View_menu.jpg]] Select &#039;&#039;Highs and Lows - Monthly&#039;&#039; from &#039;&#039;&#039;View&#039;&#039;&#039; menu.&lt;br /&gt;
&lt;br /&gt;
== Correcting the file within Cumulus ==&lt;br /&gt;
Expanding the information in the FAQ: [[FAQ#How_do_I_correct_my_all-time_.28or_monthly.29_records.3F]], you can update the values stored in &#039;&#039;&#039;monthlyalltime.ini&#039;&#039;&#039; by choosing &#039;&#039;all time monthly records&#039;&#039; from the &#039;&#039;&#039;Edit&#039;&#039;&#039; menu in Cumulus. This is a text editor, and works best when at full screen.  By clicking the appropriate buttons, you can get Cumulus to display the extremes found by looking through all the data available in [[dayfile.txt]] for the selected month in all years, and all the data available in [[Monthly log files]] for that month in all years. Click the Help button on that screen for detailed instructions on how to copy figures across from log to log or to directly edit them on screen. &lt;br /&gt;
=== Editing monthlyalltime.ini outside Cumulus === &lt;br /&gt;
It is unlikely that you need to do this, given the functionality of the in-built editor. Cumulus MX however, does not yet have an editor, so you have no choice but to edit the file manually.  If you cannot find the file see FAQ [[FAQ#I_can.E2.80.99t_find_my_data_files.21]].&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Tips&#039;&#039;&#039; -- take a copy of the original log file before you work on it outside Cumulus. &lt;br /&gt;
 &lt;br /&gt;
Stop Cumulus first. Edit the original file using an editor that treats all fields as text [either any text editor, or a spreadsheet program that can be instructed &#039;&#039;not&#039;&#039; to recognise special field (like date) types].  Do not add nor remove parameters, simply amend the values and timestamps.  Note that figures are held internally in Cumulus in binary, and converted to Base 10 numbers for the value shown.  Since fractional binary values cannot be converted exactly to base 10 decimals, real numbers appear to be given to a strange decimal resolution with multiple decimal places.  Also note that the timestamp includes a calendar date, so for a 9 or 10am rollover, if you need to manually look for highs and lows for times between midnight and rollover, these would be derived from the daily log (dayfile.txt) row for the meteorological date (the date before the calendar date for those early hours).&lt;br /&gt;
&lt;br /&gt;
The format of monthlyalltime.ini is similar to alltime.ini but the sections are repeated for each month of the year, distinguished by a two-digit number at the end of the section name, representing the month for that section. For example, the rainfall records for September are held in section [Rain09].&lt;/div&gt;</summary>
		<author><name>Steve</name></author>
	</entry>
	<entry>
		<id>https://www.cumuluswiki.org/index.php?title=Category:Other_Languages&amp;diff=3993</id>
		<title>Category:Other Languages</title>
		<link rel="alternate" type="text/html" href="https://www.cumuluswiki.org/index.php?title=Category:Other_Languages&amp;diff=3993"/>
		<updated>2016-11-03T19:43:42Z</updated>

		<summary type="html">&lt;p&gt;Steve: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Cumulus does not directly support languages other than English, however the user community has converted the core web template files into a number of languages, listed below.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note: This page (and presumably also the files it contains) is out of date. Later versions of Cumulus have more than the six files mentioned, the files mentioned have more items on them in later versions, and the gauges and graphs pages are not suitable at all for Cumulus MX. For these reasons they should not be used with any current versions of Cumulus 1 or MX.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Limitations=&lt;br /&gt;
&lt;br /&gt;
*All the text in the web files have been translated. &lt;br /&gt;
&lt;br /&gt;
*As of Cumulus version 1.8.8 build 872 &#039;moon phase&#039; and the &#039;forecast&#039; translations are available using the [[strings.ini]] file.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*The Cumulus Realtime plug-in is currently only available in English&lt;br /&gt;
&lt;br /&gt;
*Some Cumulus generated phrases are current not adjustable -- The month names&lt;br /&gt;
&lt;br /&gt;
*Popups text on the &#039;gauges&#039; page are currently shown in English&lt;br /&gt;
&lt;br /&gt;
=How was it done=&lt;br /&gt;
&lt;br /&gt;
There are six files that need to be translated to the new language.&lt;br /&gt;
&lt;br /&gt;
*indexT.htm&lt;br /&gt;
*todayT.htm&lt;br /&gt;
*yesterdayT.htm&lt;br /&gt;
*recordT.htm&lt;br /&gt;
*gaugesT.htm&lt;br /&gt;
*trendsT.htm&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The first five are simply a substitution of the English phrase for the new language.&lt;br /&gt;
&lt;br /&gt;
&#039;trendsT.htm&#039; required more thought as the majority of the page contains graphs generated by Cumulus in English.  User &#039;beteljuice&#039; was able to write some excellent Javascript which over-prints the English tags with the alternative.  Full details are held within the &#039;trendsT.htm&#039; included in any one of the language sets below.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Translation=&lt;br /&gt;
&lt;br /&gt;
If you are able to help in the translation, this is a relatively simple process.  Please contact [[user:Daj|Daj]] if you would like to offer your services.  I have a spreadsheet which you can complete via GoogleDocs, Excel or OpenOffice; it has 82 words/phrases to be translated and should only take a short amount of time.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Customisation]]&lt;/div&gt;</summary>
		<author><name>Steve</name></author>
	</entry>
	<entry>
		<id>https://www.cumuluswiki.org/index.php?title=Category:Other_Languages&amp;diff=3992</id>
		<title>Category:Other Languages</title>
		<link rel="alternate" type="text/html" href="https://www.cumuluswiki.org/index.php?title=Category:Other_Languages&amp;diff=3992"/>
		<updated>2016-11-03T19:35:19Z</updated>

		<summary type="html">&lt;p&gt;Steve: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Cumulus does not directly support languages other than English, however the user community has converted the core web template files into a number of languages, listed below.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note: This page (and presumably also the files it contains) is out of date. Later versions of Cumulus have more than the six files mentioned, the files mentioned have more items on them in later versions, and the gauges and graphs pages are not suitable at all for Cumulus MX.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Limitations=&lt;br /&gt;
&lt;br /&gt;
*All the text in the web files have been translated. &lt;br /&gt;
&lt;br /&gt;
*As of Cumulus version 1.8.8 build 872 &#039;moon phase&#039; and the &#039;forecast&#039; translations are available using the [[strings.ini]] file.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*The Cumulus Realtime plug-in is currently only available in English&lt;br /&gt;
&lt;br /&gt;
*Some Cumulus generated phrases are current not adjustable -- The month names&lt;br /&gt;
&lt;br /&gt;
*Popups text on the &#039;gauges&#039; page are currently shown in English&lt;br /&gt;
&lt;br /&gt;
=How was it done=&lt;br /&gt;
&lt;br /&gt;
There are six files that need to be translated to the new language.&lt;br /&gt;
&lt;br /&gt;
*indexT.htm&lt;br /&gt;
*todayT.htm&lt;br /&gt;
*yesterdayT.htm&lt;br /&gt;
*recordT.htm&lt;br /&gt;
*gaugesT.htm&lt;br /&gt;
*trendsT.htm&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The first five are simply a substitution of the English phrase for the new language.&lt;br /&gt;
&lt;br /&gt;
&#039;trendsT.htm&#039; required more thought as the majority of the page contains graphs generated by Cumulus in English.  User &#039;beteljuice&#039; was able to write some excellent Javascript which over-prints the English tags with the alternative.  Full details are held within the &#039;trendsT.htm&#039; included in any one of the language sets below.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Translation=&lt;br /&gt;
&lt;br /&gt;
If you are able to help in the translation, this is a relatively simple process.  Please contact [[user:Daj|Daj]] if you would like to offer your services.  I have a spreadsheet which you can complete via GoogleDocs, Excel or OpenOffice; it has 82 words/phrases to be translated and should only take a short amount of time.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Customisation]]&lt;/div&gt;</summary>
		<author><name>Steve</name></author>
	</entry>
	<entry>
		<id>https://www.cumuluswiki.org/index.php?title=Category:Other_Languages&amp;diff=3991</id>
		<title>Category:Other Languages</title>
		<link rel="alternate" type="text/html" href="https://www.cumuluswiki.org/index.php?title=Category:Other_Languages&amp;diff=3991"/>
		<updated>2016-11-03T19:33:59Z</updated>

		<summary type="html">&lt;p&gt;Steve: Added a warning about this being out of date&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Cumulus does not directly support languages other than English, however the user community has converted the core web template files into a number of languages, listed below.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note: This page (and presumably also the files it contains) is out of date. Later versions of Cumulus have more than the six files mentioned, and the gauges and graphs pages are not suitable at all for Cumulus MX.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Limitations=&lt;br /&gt;
&lt;br /&gt;
*All the text in the web files have been translated. &lt;br /&gt;
&lt;br /&gt;
*As of Cumulus version 1.8.8 build 872 &#039;moon phase&#039; and the &#039;forecast&#039; translations are available using the [[strings.ini]] file.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*The Cumulus Realtime plug-in is currently only available in English&lt;br /&gt;
&lt;br /&gt;
*Some Cumulus generated phrases are current not adjustable -- The month names&lt;br /&gt;
&lt;br /&gt;
*Popups text on the &#039;gauges&#039; page are currently shown in English&lt;br /&gt;
&lt;br /&gt;
=How was it done=&lt;br /&gt;
&lt;br /&gt;
There are six files that need to be translated to the new language.&lt;br /&gt;
&lt;br /&gt;
*indexT.htm&lt;br /&gt;
*todayT.htm&lt;br /&gt;
*yesterdayT.htm&lt;br /&gt;
*recordT.htm&lt;br /&gt;
*gaugesT.htm&lt;br /&gt;
*trendsT.htm&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The first five are simply a substitution of the English phrase for the new language.&lt;br /&gt;
&lt;br /&gt;
&#039;trendsT.htm&#039; required more thought as the majority of the page contains graphs generated by Cumulus in English.  User &#039;beteljuice&#039; was able to write some excellent Javascript which over-prints the English tags with the alternative.  Full details are held within the &#039;trendsT.htm&#039; included in any one of the language sets below.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Translation=&lt;br /&gt;
&lt;br /&gt;
If you are able to help in the translation, this is a relatively simple process.  Please contact [[user:Daj|Daj]] if you would like to offer your services.  I have a spreadsheet which you can complete via GoogleDocs, Excel or OpenOffice; it has 82 words/phrases to be translated and should only take a short amount of time.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Customisation]]&lt;/div&gt;</summary>
		<author><name>Steve</name></author>
	</entry>
	<entry>
		<id>https://www.cumuluswiki.org/index.php?title=Supported_Devices&amp;diff=3989</id>
		<title>Supported Devices</title>
		<link rel="alternate" type="text/html" href="https://www.cumuluswiki.org/index.php?title=Supported_Devices&amp;diff=3989"/>
		<updated>2016-09-16T09:17:38Z</updated>

		<summary type="html">&lt;p&gt;Steve: /* Unsupported Devices */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Below is a list of devices which are confirmed to run with the [[Cumulus_Versions|current version]] of Cumulus.&lt;br /&gt;
&lt;br /&gt;
If you are running a different model, please take a moment to update the page.&lt;br /&gt;
&lt;br /&gt;
We also maintain a list of unsupported devices&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Supported Devices=&lt;br /&gt;
&lt;br /&gt;
==Davis Range==&lt;br /&gt;
&lt;br /&gt;
*Vantage Pro&lt;br /&gt;
*Vantage Pro 2&lt;br /&gt;
*Vantage Vue&lt;br /&gt;
&lt;br /&gt;
==Oregon Scientific==&lt;br /&gt;
&lt;br /&gt;
*WMR-928&lt;br /&gt;
*WMR-918&lt;br /&gt;
*WM-918&lt;br /&gt;
*WMR-968&lt;br /&gt;
*Equivalent rebadged Radio Shack stations (serial only)&lt;br /&gt;
*WMR-88, WMR-100, WMR-180, WMRS200 and WMR-200&lt;br /&gt;
&lt;br /&gt;
see [[Extra_temperatures]]&lt;br /&gt;
&lt;br /&gt;
==Fine Offset==&lt;br /&gt;
&lt;br /&gt;
(MyDEL, Nevada, Watson, Tycon Power, Aercus, Fine Offset etc)&lt;br /&gt;
&lt;br /&gt;
Use the &amp;quot;Fine Offset (WH1080)&amp;quot; setting in Cumulus for these:&lt;br /&gt;
&lt;br /&gt;
*W8681 (NOT the Watson W-8681-Pro and Pro II)&lt;br /&gt;
*WH1080&lt;br /&gt;
*WH1080PC&lt;br /&gt;
*WH1081&lt;br /&gt;
*WH1090&lt;br /&gt;
*WH1091&lt;br /&gt;
*National Geographic 265NC&lt;br /&gt;
*PCE-FWS 20&lt;br /&gt;
*ELECSA 6975&lt;br /&gt;
*ClimeMET CM2000&lt;br /&gt;
*Maplin N96FY/N96GY&lt;br /&gt;
*Ambient Weather WS-1080/WS-2080&lt;br /&gt;
*WeatherEye WEA22&lt;br /&gt;
*Jaycar Digitech XC0348 (AU/NZ)&lt;br /&gt;
*Tycon Power TP1080WC (USA)&lt;br /&gt;
&lt;br /&gt;
Use the &amp;quot;Fine Offset with UV/Light sensor&amp;quot; setting (&amp;quot;Fine Offset with Solar Sensors&amp;quot; in MX) for these:&lt;br /&gt;
&lt;br /&gt;
*WH3080 and WH3081&lt;br /&gt;
*WS3080 and WS3081&lt;br /&gt;
*Other Fine Offset stations which have solar sensors (rather than just solar charging)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
There are many other brands of station which are rebadged Fine Offset stations. In general, if the station is supplied with &#039;Easyweather&#039; software, it is likely that the station will work with Cumulus.&lt;br /&gt;
&lt;br /&gt;
==La Crosse==&lt;br /&gt;
&lt;br /&gt;
*WS-2300 range (all model numbers of the form 23xx). Use of a USB/Serial adapter is not supported with these stations.&lt;br /&gt;
&lt;br /&gt;
Note that I don&#039;t have access to a La Crosse station, and the PC interface on these stations is very poor. If you find that you don&#039;t get very good results using Cumulus with one of these, I&#039;m afraid I probably won&#039;t be able to do anything about it.&lt;br /&gt;
&lt;br /&gt;
==Instromet==&lt;br /&gt;
Recent models of Instromet stations&lt;br /&gt;
&lt;br /&gt;
==Other==&lt;br /&gt;
WeatherDuino&lt;br /&gt;
&lt;br /&gt;
=Unsupported Devices=&lt;br /&gt;
&lt;br /&gt;
Specifically, the following do not work with Cumulus.  This is not a definitive list but stations we have come across which are not supported.&lt;br /&gt;
&lt;br /&gt;
*La Crosse WS3650 and WS2800 (all model numbers in range WS36xx and WS28xx)&lt;br /&gt;
*TFA-Sinus/TFA-Nexus/Honeywell/Irox/Cresta/Ventus WXR-815LM/TE924W/TN924W/W928 etc &lt;br /&gt;
*AcuRite&lt;br /&gt;
*Peet Bros&lt;br /&gt;
*Rainwise&lt;br /&gt;
*Davis Weather Monitor&lt;br /&gt;
*Davis Weather Wizard&lt;br /&gt;
*Ambient WS-1000 and WS-1001 WIFI&lt;br /&gt;
*Oregon Scientific WMR89 and WMR300&lt;br /&gt;
*Tycon Power TP2700WC&lt;br /&gt;
*Oregon Scientific LW301&lt;br /&gt;
*WS-1400-IP&lt;br /&gt;
*WH2600&lt;br /&gt;
*Watson W-8681-Pro and W-8681-Pro II&lt;br /&gt;
&lt;br /&gt;
== My station is unsupported - Can I use Cumulus? ==&lt;br /&gt;
If your station output can be changed into the [[EasyWeather_Format]], then Cumulus can offer most of its functionality by reading the last line of that file each time.&lt;/div&gt;</summary>
		<author><name>Steve</name></author>
	</entry>
	<entry>
		<id>https://www.cumuluswiki.org/index.php?title=Supported_Devices&amp;diff=3988</id>
		<title>Supported Devices</title>
		<link rel="alternate" type="text/html" href="https://www.cumuluswiki.org/index.php?title=Supported_Devices&amp;diff=3988"/>
		<updated>2016-09-16T09:17:13Z</updated>

		<summary type="html">&lt;p&gt;Steve: /* Fine Offset */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Below is a list of devices which are confirmed to run with the [[Cumulus_Versions|current version]] of Cumulus.&lt;br /&gt;
&lt;br /&gt;
If you are running a different model, please take a moment to update the page.&lt;br /&gt;
&lt;br /&gt;
We also maintain a list of unsupported devices&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Supported Devices=&lt;br /&gt;
&lt;br /&gt;
==Davis Range==&lt;br /&gt;
&lt;br /&gt;
*Vantage Pro&lt;br /&gt;
*Vantage Pro 2&lt;br /&gt;
*Vantage Vue&lt;br /&gt;
&lt;br /&gt;
==Oregon Scientific==&lt;br /&gt;
&lt;br /&gt;
*WMR-928&lt;br /&gt;
*WMR-918&lt;br /&gt;
*WM-918&lt;br /&gt;
*WMR-968&lt;br /&gt;
*Equivalent rebadged Radio Shack stations (serial only)&lt;br /&gt;
*WMR-88, WMR-100, WMR-180, WMRS200 and WMR-200&lt;br /&gt;
&lt;br /&gt;
see [[Extra_temperatures]]&lt;br /&gt;
&lt;br /&gt;
==Fine Offset==&lt;br /&gt;
&lt;br /&gt;
(MyDEL, Nevada, Watson, Tycon Power, Aercus, Fine Offset etc)&lt;br /&gt;
&lt;br /&gt;
Use the &amp;quot;Fine Offset (WH1080)&amp;quot; setting in Cumulus for these:&lt;br /&gt;
&lt;br /&gt;
*W8681 (NOT the Watson W-8681-Pro and Pro II)&lt;br /&gt;
*WH1080&lt;br /&gt;
*WH1080PC&lt;br /&gt;
*WH1081&lt;br /&gt;
*WH1090&lt;br /&gt;
*WH1091&lt;br /&gt;
*National Geographic 265NC&lt;br /&gt;
*PCE-FWS 20&lt;br /&gt;
*ELECSA 6975&lt;br /&gt;
*ClimeMET CM2000&lt;br /&gt;
*Maplin N96FY/N96GY&lt;br /&gt;
*Ambient Weather WS-1080/WS-2080&lt;br /&gt;
*WeatherEye WEA22&lt;br /&gt;
*Jaycar Digitech XC0348 (AU/NZ)&lt;br /&gt;
*Tycon Power TP1080WC (USA)&lt;br /&gt;
&lt;br /&gt;
Use the &amp;quot;Fine Offset with UV/Light sensor&amp;quot; setting (&amp;quot;Fine Offset with Solar Sensors&amp;quot; in MX) for these:&lt;br /&gt;
&lt;br /&gt;
*WH3080 and WH3081&lt;br /&gt;
*WS3080 and WS3081&lt;br /&gt;
*Other Fine Offset stations which have solar sensors (rather than just solar charging)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
There are many other brands of station which are rebadged Fine Offset stations. In general, if the station is supplied with &#039;Easyweather&#039; software, it is likely that the station will work with Cumulus.&lt;br /&gt;
&lt;br /&gt;
==La Crosse==&lt;br /&gt;
&lt;br /&gt;
*WS-2300 range (all model numbers of the form 23xx). Use of a USB/Serial adapter is not supported with these stations.&lt;br /&gt;
&lt;br /&gt;
Note that I don&#039;t have access to a La Crosse station, and the PC interface on these stations is very poor. If you find that you don&#039;t get very good results using Cumulus with one of these, I&#039;m afraid I probably won&#039;t be able to do anything about it.&lt;br /&gt;
&lt;br /&gt;
==Instromet==&lt;br /&gt;
Recent models of Instromet stations&lt;br /&gt;
&lt;br /&gt;
==Other==&lt;br /&gt;
WeatherDuino&lt;br /&gt;
&lt;br /&gt;
=Unsupported Devices=&lt;br /&gt;
&lt;br /&gt;
Specifically, the following do not work with Cumulus.  This is not a definitive list but stations we have come across which are not supported.&lt;br /&gt;
&lt;br /&gt;
*La Crosse WS3650 and WS2800 (all model numbers in range WS36xx and WS28xx)&lt;br /&gt;
*TFA-Sinus/TFA-Nexus/Honeywell/Irox/Cresta/Ventus WXR-815LM/TE924W/TN924W/W928 etc &lt;br /&gt;
*AcuRite&lt;br /&gt;
*Peet Bros&lt;br /&gt;
*Rainwise&lt;br /&gt;
*Davis Weather Monitor&lt;br /&gt;
*Davis Weather Wizard&lt;br /&gt;
*Ambient WS-1000 and WS-1001 WIFI&lt;br /&gt;
*Oregon Scientific WMR89 and WMR300&lt;br /&gt;
*Tycon Power TP2700WC&lt;br /&gt;
*Oregon Scientific LW301&lt;br /&gt;
*WS-1400-IP&lt;br /&gt;
*WH2600&lt;br /&gt;
&lt;br /&gt;
== My station is unsupported - Can I use Cumulus? ==&lt;br /&gt;
If your station output can be changed into the [[EasyWeather_Format]], then Cumulus can offer most of its functionality by reading the last line of that file each time.&lt;/div&gt;</summary>
		<author><name>Steve</name></author>
	</entry>
	<entry>
		<id>https://www.cumuluswiki.org/index.php?title=Original_Cumulus_Wiki&amp;diff=3978</id>
		<title>Original Cumulus Wiki</title>
		<link rel="alternate" type="text/html" href="https://www.cumuluswiki.org/index.php?title=Original_Cumulus_Wiki&amp;diff=3978"/>
		<updated>2016-09-09T08:05:26Z</updated>

		<summary type="html">&lt;p&gt;Steve: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;big&amp;gt;&#039;&#039;&#039;Welcome to the Cumulus Wiki.&#039;&#039;&#039;&amp;lt;/big&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Through this community Wiki we aim to share our knowledge of the [[About Cumulus|Cumulus]] Weather Station software. &lt;br /&gt;
&lt;br /&gt;
If you are new to Wiki&#039;s we suggest you spend a few minutes reading a brief introduction on how to use the Wiki. Firstly familiarise yourself with the [[Help:Contents/tabs|layout]] and then how to [[Help:Contents#Reading|read]] and [[Help:Contents#Searching|search]] the Wiki. &lt;br /&gt;
&lt;br /&gt;
If you have any questions please raise them on the [http://sandaysoft.com/forum/index.php Cumulus forum].  &lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt; &lt;br /&gt;
&amp;lt;div&amp;gt;&lt;br /&gt;
{| class=&amp;quot;t_nav_main&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! [[Image:Icon info.png|left|50px]]Cumulus &lt;br /&gt;
! [[Image:Icon tool.png|left|50px]]Customisation &lt;br /&gt;
! [[Image:Icon article.png|left|50px]]Articles&lt;br /&gt;
|-&lt;br /&gt;
| &lt;br /&gt;
*[[About Cumulus|About]] &lt;br /&gt;
*[[Cumulus Versions|Versions]] &lt;br /&gt;
*[[Setup]] &lt;br /&gt;
*[[FAQ]] &lt;br /&gt;
*[[Supported Devices]] &lt;br /&gt;
*[[:Category:Cumulus Files|Cumulus specific files]] &lt;br /&gt;
*[[Webtags|Webtags - latest stable release]] &lt;br /&gt;
*[[BETA webtags|Webtags - BETA release when available]]&lt;br /&gt;
*[http://sandaysoft.com/maps/cumulus-map.php Cumulus User Map]&lt;br /&gt;
*[[Cumulus Users|User Websites ]] &lt;br /&gt;
*[[Twitter Usernames|Twitter users]] &lt;br /&gt;
&lt;br /&gt;
| &lt;br /&gt;
*[[Webspace|Web site hosting]] &lt;br /&gt;
*[[Website setup|Standard Web Site setup]] &lt;br /&gt;
*[[:Category:WebTools|Web Tools]] &lt;br /&gt;
*[[:Category:3rd Party Apps|3rd Party Apps]] &lt;br /&gt;
*[[:Category:Other Languages|Other Languages]]&lt;br /&gt;
*[[:Category:SteelSeries|SteelSeries Gauges]]&lt;br /&gt;
&lt;br /&gt;
| &lt;br /&gt;
*[[:Category:Terminology|Weather Terminology]] &lt;br /&gt;
*[[:Category:WebTips|Web site tips]] &lt;br /&gt;
*[[:Category:StationSpecific|Station Specific Details]] &lt;br /&gt;
*[[Screen capture|Capturing a screen shot for support issues]] &lt;br /&gt;
*[[Moving cumulus|Moving your Cumulus installation to another location]]&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/div&amp;gt; &lt;br /&gt;
&amp;lt;br&amp;gt; &lt;br /&gt;
&amp;lt;div style=&amp;quot;padding-left: 20px; width: 95%; border:solid; border-width: thin; padding:10px; margin-bottom:20px; padding-bottom:20px; background-color:LightYellow;&amp;quot;&amp;gt;&amp;lt;big&amp;gt;&#039;&#039;&#039;It&#039;s your Wiki......&#039;&#039;&#039;&amp;lt;/big&amp;gt;&amp;lt;br&amp;gt; &amp;lt;br&amp;gt;We always welcome contributions from the Cumulus Community. As a starting point we suggest you read [[Pages to Be Written]] which is a list of suggested articles and if you feel you can [[Help:Contents/Editing|contribute]], please do. Rather than write a complete page you could simply wish to update an existing one.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&#039;&#039;&#039;&#039;&#039;When requesting a Wiki account, it would be helpful if you can use the same user name as on the Cumulus forum (but use a different password!), it makes it easier for the admins to indentify genuine account requests from spammers.&#039;&#039;&#039;&#039;&#039;&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Steve</name></author>
	</entry>
	<entry>
		<id>https://www.cumuluswiki.org/index.php?title=Supported_Devices&amp;diff=3977</id>
		<title>Supported Devices</title>
		<link rel="alternate" type="text/html" href="https://www.cumuluswiki.org/index.php?title=Supported_Devices&amp;diff=3977"/>
		<updated>2016-09-05T09:54:24Z</updated>

		<summary type="html">&lt;p&gt;Steve: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Below is a list of devices which are confirmed to run with the [[Cumulus_Versions|current version]] of Cumulus.&lt;br /&gt;
&lt;br /&gt;
If you are running a different model, please take a moment to update the page.&lt;br /&gt;
&lt;br /&gt;
We also maintain a list of unsupported devices&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Supported Devices=&lt;br /&gt;
&lt;br /&gt;
==Davis Range==&lt;br /&gt;
&lt;br /&gt;
*Vantage Pro&lt;br /&gt;
*Vantage Pro 2&lt;br /&gt;
*Vantage Vue&lt;br /&gt;
&lt;br /&gt;
==Oregon Scientific==&lt;br /&gt;
&lt;br /&gt;
*WMR-928&lt;br /&gt;
*WMR-918&lt;br /&gt;
*WM-918&lt;br /&gt;
*WMR-968&lt;br /&gt;
*Equivalent rebadged Radio Shack stations (serial only)&lt;br /&gt;
*WMR-88, WMR-100, WMR-180, WMRS200 and WMR-200&lt;br /&gt;
&lt;br /&gt;
see [[Extra_temperatures]]&lt;br /&gt;
&lt;br /&gt;
==Fine Offset==&lt;br /&gt;
&lt;br /&gt;
(MyDEL, Nevada, Watson, Tycon Power, Aercus, Fine Offset etc)&lt;br /&gt;
&lt;br /&gt;
Use the &amp;quot;Fine Offset (WH1080)&amp;quot; setting in Cumulus for these:&lt;br /&gt;
&lt;br /&gt;
*W8681&lt;br /&gt;
*WH1080&lt;br /&gt;
*WH1080PC&lt;br /&gt;
*WH1081&lt;br /&gt;
*WH1090&lt;br /&gt;
*WH1091&lt;br /&gt;
*National Geographic 265NC&lt;br /&gt;
*PCE-FWS 20&lt;br /&gt;
*ELECSA 6975&lt;br /&gt;
*ClimeMET CM2000&lt;br /&gt;
*Maplin N96FY/N96GY&lt;br /&gt;
*Ambient Weather WS-1080/WS-2080&lt;br /&gt;
*WeatherEye WEA22&lt;br /&gt;
*Jaycar Digitech XC0348 (AU/NZ)&lt;br /&gt;
*Tycon Power TP1080WC (USA)&lt;br /&gt;
&lt;br /&gt;
Use the &amp;quot;Fine Offset with UV/Light sensor&amp;quot; setting (&amp;quot;Fine Offset with Solar Sensors&amp;quot; in MX) for these:&lt;br /&gt;
&lt;br /&gt;
*WH3080 and WH3081&lt;br /&gt;
*WS3080 and WS3081&lt;br /&gt;
*Other Fine Offset stations which have solar sensors (rather than just solar charging)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
There are many other brands of station which are rebadged Fine Offset stations. In general, if the station is supplied with &#039;Easyweather&#039; software, it is likely that the station will work with Cumulus.&lt;br /&gt;
&lt;br /&gt;
==La Crosse==&lt;br /&gt;
&lt;br /&gt;
*WS-2300 range (all model numbers of the form 23xx). Use of a USB/Serial adapter is not supported with these stations.&lt;br /&gt;
&lt;br /&gt;
Note that I don&#039;t have access to a La Crosse station, and the PC interface on these stations is very poor. If you find that you don&#039;t get very good results using Cumulus with one of these, I&#039;m afraid I probably won&#039;t be able to do anything about it.&lt;br /&gt;
&lt;br /&gt;
==Instromet==&lt;br /&gt;
Recent models of Instromet stations&lt;br /&gt;
&lt;br /&gt;
==Other==&lt;br /&gt;
WeatherDuino&lt;br /&gt;
&lt;br /&gt;
=Unsupported Devices=&lt;br /&gt;
&lt;br /&gt;
Specifically, the following do not work with Cumulus.  This is not a definitive list but stations we have come across which are not supported.&lt;br /&gt;
&lt;br /&gt;
*La Crosse WS3650 and WS2800 (all model numbers in range WS36xx and WS28xx)&lt;br /&gt;
*TFA-Sinus/TFA-Nexus/Honeywell/Irox/Cresta/Ventus WXR-815LM/TE924W/TN924W/W928 etc &lt;br /&gt;
*AcuRite&lt;br /&gt;
*Peet Bros&lt;br /&gt;
*Rainwise&lt;br /&gt;
*Davis Weather Monitor&lt;br /&gt;
*Davis Weather Wizard&lt;br /&gt;
*Ambient WS-1000 and WS-1001 WIFI&lt;br /&gt;
*Oregon Scientific WMR89 and WMR300&lt;br /&gt;
*Tycon Power TP2700WC&lt;br /&gt;
*Oregon Scientific LW301&lt;br /&gt;
*WS-1400-IP&lt;br /&gt;
*WH2600&lt;br /&gt;
&lt;br /&gt;
== My station is unsupported - Can I use Cumulus? ==&lt;br /&gt;
If your station output can be changed into the [[EasyWeather_Format]], then Cumulus can offer most of its functionality by reading the last line of that file each time.&lt;/div&gt;</summary>
		<author><name>Steve</name></author>
	</entry>
	<entry>
		<id>https://www.cumuluswiki.org/index.php?title=Supported_Devices&amp;diff=3975</id>
		<title>Supported Devices</title>
		<link rel="alternate" type="text/html" href="https://www.cumuluswiki.org/index.php?title=Supported_Devices&amp;diff=3975"/>
		<updated>2016-07-02T14:43:12Z</updated>

		<summary type="html">&lt;p&gt;Steve: /* Unsupported Devices */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Below is a list of devices which are confirmed to run with the [[Cumulus_Versions|current version]] of Cumulus.&lt;br /&gt;
&lt;br /&gt;
If you are running a different model, please take a moment to update the page.&lt;br /&gt;
&lt;br /&gt;
We also maintain a list of unsupported devices&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Supported Devices=&lt;br /&gt;
&lt;br /&gt;
==Davis Range==&lt;br /&gt;
&lt;br /&gt;
*Vantage Pro&lt;br /&gt;
*Vantage Pro 2&lt;br /&gt;
*Vantage Vue&lt;br /&gt;
&lt;br /&gt;
==Oregon Scientific==&lt;br /&gt;
&lt;br /&gt;
*WMR-928&lt;br /&gt;
*WMR-918&lt;br /&gt;
*WM-918&lt;br /&gt;
*WMR-968&lt;br /&gt;
*Equivalent rebadged Radio Shack stations (serial only)&lt;br /&gt;
*WMR-88, WMR-100, WMR-180, WMRS200 and WMR-200&lt;br /&gt;
&lt;br /&gt;
see [[Extra_temperatures]]&lt;br /&gt;
&lt;br /&gt;
==Fine Offset==&lt;br /&gt;
&lt;br /&gt;
(MyDEL, Nevada, Watson, Tycon Power, Aercus, Fine Offset etc)&lt;br /&gt;
&lt;br /&gt;
Use the &amp;quot;Fine Offset (WH1080)&amp;quot; setting in Cumulus for these:&lt;br /&gt;
&lt;br /&gt;
*W8681&lt;br /&gt;
*WH1080&lt;br /&gt;
*WH1080PC&lt;br /&gt;
*WH1081&lt;br /&gt;
*WH1090&lt;br /&gt;
*WH1091&lt;br /&gt;
*National Geographic 265NC&lt;br /&gt;
*PCE-FWS 20&lt;br /&gt;
*ELECSA 6975&lt;br /&gt;
*ClimeMET CM2000&lt;br /&gt;
*Maplin N96FY/N96GY&lt;br /&gt;
*Ambient Weather WS-1080/WS-2080&lt;br /&gt;
*WeatherEye WEA22&lt;br /&gt;
*Jaycar Digitech XC0348 (AU/NZ)&lt;br /&gt;
*Tycon Power TP1080WC (USA)&lt;br /&gt;
&lt;br /&gt;
Use the &amp;quot;Fine Offset with UV/Light sensor&amp;quot; setting (&amp;quot;Fine Offset with Solar Sensors&amp;quot; in MX) for these:&lt;br /&gt;
&lt;br /&gt;
*WH3080 and WH3081&lt;br /&gt;
*WS3080 and WS3081&lt;br /&gt;
*Other Fine Offset stations which have solar sensors (rather than just solar charging)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
There are many other brands of station which are rebadged Fine Offset stations. In general, if the station is supplied with &#039;Easyweather&#039; software, it is likely that the station will work with Cumulus.&lt;br /&gt;
&lt;br /&gt;
==La Crosse==&lt;br /&gt;
&lt;br /&gt;
*WS-2300 range (all model numbers of the form 23xx). Use of a USB/Serial adapter is not supported with these stations.&lt;br /&gt;
&lt;br /&gt;
Note that I don&#039;t have access to a La Crosse station, and the PC interface on these stations is very poor. If you find that you don&#039;t get very good results using Cumulus with one of these, I&#039;m afraid I probably won&#039;t be able to do anything about it.&lt;br /&gt;
&lt;br /&gt;
==Instromet==&lt;br /&gt;
Recent models of Instromet stations&lt;br /&gt;
&lt;br /&gt;
=Unsupported Devices=&lt;br /&gt;
&lt;br /&gt;
Specifically, the following do not work with Cumulus.  This is not a definitive list but stations we have come across which are not supported.&lt;br /&gt;
&lt;br /&gt;
*La Crosse WS3650 and WS2800 (all model numbers in range WS36xx and WS28xx)&lt;br /&gt;
*TFA-Sinus/TFA-Nexus/Honeywell/Irox/Cresta/Ventus WXR-815LM/TE924W/TN924W/W928 etc &lt;br /&gt;
*AcuRite&lt;br /&gt;
*Peet Bros&lt;br /&gt;
*Rainwise&lt;br /&gt;
*Davis Weather Monitor&lt;br /&gt;
*Davis Weather Wizard&lt;br /&gt;
*Ambient WS-1000 and WS-1001 WIFI&lt;br /&gt;
*Oregon Scientific WMR89 and WMR300&lt;br /&gt;
*Tycon Power TP2700WC&lt;br /&gt;
*Oregon Scientific LW301&lt;br /&gt;
*WS-1400-IP&lt;br /&gt;
*WH2600&lt;br /&gt;
&lt;br /&gt;
== My station is unsupported - Can I use Cumulus? ==&lt;br /&gt;
If your station output can be changed into the [[EasyWeather_Format]], then Cumulus can offer most of its functionality by reading the last line of that file each time.&lt;/div&gt;</summary>
		<author><name>Steve</name></author>
	</entry>
	<entry>
		<id>https://www.cumuluswiki.org/index.php?title=Supported_Devices&amp;diff=3974</id>
		<title>Supported Devices</title>
		<link rel="alternate" type="text/html" href="https://www.cumuluswiki.org/index.php?title=Supported_Devices&amp;diff=3974"/>
		<updated>2016-06-08T15:51:02Z</updated>

		<summary type="html">&lt;p&gt;Steve: /* Fine Offset */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Below is a list of devices which are confirmed to run with the [[Cumulus_Versions|current version]] of Cumulus.&lt;br /&gt;
&lt;br /&gt;
If you are running a different model, please take a moment to update the page.&lt;br /&gt;
&lt;br /&gt;
We also maintain a list of unsupported devices&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Supported Devices=&lt;br /&gt;
&lt;br /&gt;
==Davis Range==&lt;br /&gt;
&lt;br /&gt;
*Vantage Pro&lt;br /&gt;
*Vantage Pro 2&lt;br /&gt;
*Vantage Vue&lt;br /&gt;
&lt;br /&gt;
==Oregon Scientific==&lt;br /&gt;
&lt;br /&gt;
*WMR-928&lt;br /&gt;
*WMR-918&lt;br /&gt;
*WM-918&lt;br /&gt;
*WMR-968&lt;br /&gt;
*Equivalent rebadged Radio Shack stations (serial only)&lt;br /&gt;
*WMR-88, WMR-100, WMR-180, WMRS200 and WMR-200&lt;br /&gt;
&lt;br /&gt;
see [[Extra_temperatures]]&lt;br /&gt;
&lt;br /&gt;
==Fine Offset==&lt;br /&gt;
&lt;br /&gt;
(MyDEL, Nevada, Watson, Tycon Power, Aercus, Fine Offset etc)&lt;br /&gt;
&lt;br /&gt;
Use the &amp;quot;Fine Offset (WH1080)&amp;quot; setting in Cumulus for these:&lt;br /&gt;
&lt;br /&gt;
*W8681&lt;br /&gt;
*WH1080&lt;br /&gt;
*WH1080PC&lt;br /&gt;
*WH1081&lt;br /&gt;
*WH1090&lt;br /&gt;
*WH1091&lt;br /&gt;
*National Geographic 265NC&lt;br /&gt;
*PCE-FWS 20&lt;br /&gt;
*ELECSA 6975&lt;br /&gt;
*ClimeMET CM2000&lt;br /&gt;
*Maplin N96FY/N96GY&lt;br /&gt;
*Ambient Weather WS-1080/WS-2080&lt;br /&gt;
*WeatherEye WEA22&lt;br /&gt;
*Jaycar Digitech XC0348 (AU/NZ)&lt;br /&gt;
*Tycon Power TP1080WC (USA)&lt;br /&gt;
&lt;br /&gt;
Use the &amp;quot;Fine Offset with UV/Light sensor&amp;quot; setting (&amp;quot;Fine Offset with Solar Sensors&amp;quot; in MX) for these:&lt;br /&gt;
&lt;br /&gt;
*WH3080 and WH3081&lt;br /&gt;
*WS3080 and WS3081&lt;br /&gt;
*Other Fine Offset stations which have solar sensors (rather than just solar charging)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
There are many other brands of station which are rebadged Fine Offset stations. In general, if the station is supplied with &#039;Easyweather&#039; software, it is likely that the station will work with Cumulus.&lt;br /&gt;
&lt;br /&gt;
==La Crosse==&lt;br /&gt;
&lt;br /&gt;
*WS-2300 range (all model numbers of the form 23xx). Use of a USB/Serial adapter is not supported with these stations.&lt;br /&gt;
&lt;br /&gt;
Note that I don&#039;t have access to a La Crosse station, and the PC interface on these stations is very poor. If you find that you don&#039;t get very good results using Cumulus with one of these, I&#039;m afraid I probably won&#039;t be able to do anything about it.&lt;br /&gt;
&lt;br /&gt;
==Instromet==&lt;br /&gt;
Recent models of Instromet stations&lt;br /&gt;
&lt;br /&gt;
=Unsupported Devices=&lt;br /&gt;
&lt;br /&gt;
Specifically, the following do not work with Cumulus.  This is not a definitive list but stations we have come across which are not supported.&lt;br /&gt;
&lt;br /&gt;
*La Crosse WS3650 and WS2800 (all model numbers in range WS36xx and WS28xx)&lt;br /&gt;
*TFA-Sinus/TFA-Nexus/Honeywell/Irox/Cresta WXR-815LM/TE924W/TN924W etc &lt;br /&gt;
*AcuRite&lt;br /&gt;
*Peet Bros&lt;br /&gt;
*Rainwise&lt;br /&gt;
*Davis Weather Monitor&lt;br /&gt;
*Davis Weather Wizard&lt;br /&gt;
*Ambient WS-1000 and WS-1001 WIFI&lt;br /&gt;
*Oregon Scientific WMR89 and WMR300&lt;br /&gt;
*Tycon Power TP2700WC&lt;br /&gt;
*Oregon Scientific LW301&lt;br /&gt;
*WS-1400-IP&lt;br /&gt;
*WH2600&lt;br /&gt;
&lt;br /&gt;
== My station is unsupported - Can I use Cumulus? ==&lt;br /&gt;
If your station output can be changed into the [[EasyWeather_Format]], then Cumulus can offer most of its functionality by reading the last line of that file each time.&lt;/div&gt;</summary>
		<author><name>Steve</name></author>
	</entry>
	<entry>
		<id>https://www.cumuluswiki.org/index.php?title=Supported_Devices&amp;diff=3973</id>
		<title>Supported Devices</title>
		<link rel="alternate" type="text/html" href="https://www.cumuluswiki.org/index.php?title=Supported_Devices&amp;diff=3973"/>
		<updated>2016-06-08T15:50:24Z</updated>

		<summary type="html">&lt;p&gt;Steve: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Below is a list of devices which are confirmed to run with the [[Cumulus_Versions|current version]] of Cumulus.&lt;br /&gt;
&lt;br /&gt;
If you are running a different model, please take a moment to update the page.&lt;br /&gt;
&lt;br /&gt;
We also maintain a list of unsupported devices&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Supported Devices=&lt;br /&gt;
&lt;br /&gt;
==Davis Range==&lt;br /&gt;
&lt;br /&gt;
*Vantage Pro&lt;br /&gt;
*Vantage Pro 2&lt;br /&gt;
*Vantage Vue&lt;br /&gt;
&lt;br /&gt;
==Oregon Scientific==&lt;br /&gt;
&lt;br /&gt;
*WMR-928&lt;br /&gt;
*WMR-918&lt;br /&gt;
*WM-918&lt;br /&gt;
*WMR-968&lt;br /&gt;
*Equivalent rebadged Radio Shack stations (serial only)&lt;br /&gt;
*WMR-88, WMR-100, WMR-180, WMRS200 and WMR-200&lt;br /&gt;
&lt;br /&gt;
see [[Extra_temperatures]]&lt;br /&gt;
&lt;br /&gt;
==Fine Offset==&lt;br /&gt;
&lt;br /&gt;
(MyDEL, Nevada, Watson, Tycon Power, Fine Offset etc)&lt;br /&gt;
&lt;br /&gt;
Use the &amp;quot;Fine Offset (WH1080)&amp;quot; setting in Cumulus for these:&lt;br /&gt;
&lt;br /&gt;
*W8681&lt;br /&gt;
*WH1080&lt;br /&gt;
*WH1080PC&lt;br /&gt;
*WH1081&lt;br /&gt;
*WH1090&lt;br /&gt;
*WH1091&lt;br /&gt;
*National Geographic 265NC&lt;br /&gt;
*PCE-FWS 20&lt;br /&gt;
*ELECSA 6975&lt;br /&gt;
*ClimeMET CM2000&lt;br /&gt;
*Maplin N96FY/N96GY&lt;br /&gt;
*Ambient Weather WS-1080/WS-2080&lt;br /&gt;
*WeatherEye WEA22&lt;br /&gt;
*Jaycar Digitech XC0348 (AU/NZ)&lt;br /&gt;
*Tycon Power TP1080WC (USA)&lt;br /&gt;
&lt;br /&gt;
Use the &amp;quot;Fine Offset with UV/Light sensor&amp;quot; setting (&amp;quot;Fine Offset with Solar Sensors&amp;quot; in MX) for these:&lt;br /&gt;
&lt;br /&gt;
*WH3080 and WH3081&lt;br /&gt;
*WS3080 and WS3081&lt;br /&gt;
*Other Fine Offset stations which have solar sensors (rather than just solar charging)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
There are many other brands of station which are rebadged Fine Offset stations. In general, if the station is supplied with &#039;Easyweather&#039; software, it is likely that the station will work with Cumulus.&lt;br /&gt;
&lt;br /&gt;
==La Crosse==&lt;br /&gt;
&lt;br /&gt;
*WS-2300 range (all model numbers of the form 23xx). Use of a USB/Serial adapter is not supported with these stations.&lt;br /&gt;
&lt;br /&gt;
Note that I don&#039;t have access to a La Crosse station, and the PC interface on these stations is very poor. If you find that you don&#039;t get very good results using Cumulus with one of these, I&#039;m afraid I probably won&#039;t be able to do anything about it.&lt;br /&gt;
&lt;br /&gt;
==Instromet==&lt;br /&gt;
Recent models of Instromet stations&lt;br /&gt;
&lt;br /&gt;
=Unsupported Devices=&lt;br /&gt;
&lt;br /&gt;
Specifically, the following do not work with Cumulus.  This is not a definitive list but stations we have come across which are not supported.&lt;br /&gt;
&lt;br /&gt;
*La Crosse WS3650 and WS2800 (all model numbers in range WS36xx and WS28xx)&lt;br /&gt;
*TFA-Sinus/TFA-Nexus/Honeywell/Irox/Cresta WXR-815LM/TE924W/TN924W etc &lt;br /&gt;
*AcuRite&lt;br /&gt;
*Peet Bros&lt;br /&gt;
*Rainwise&lt;br /&gt;
*Davis Weather Monitor&lt;br /&gt;
*Davis Weather Wizard&lt;br /&gt;
*Ambient WS-1000 and WS-1001 WIFI&lt;br /&gt;
*Oregon Scientific WMR89 and WMR300&lt;br /&gt;
*Tycon Power TP2700WC&lt;br /&gt;
*Oregon Scientific LW301&lt;br /&gt;
*WS-1400-IP&lt;br /&gt;
*WH2600&lt;br /&gt;
&lt;br /&gt;
== My station is unsupported - Can I use Cumulus? ==&lt;br /&gt;
If your station output can be changed into the [[EasyWeather_Format]], then Cumulus can offer most of its functionality by reading the last line of that file each time.&lt;/div&gt;</summary>
		<author><name>Steve</name></author>
	</entry>
	<entry>
		<id>https://www.cumuluswiki.org/index.php?title=FAQ&amp;diff=3972</id>
		<title>FAQ</title>
		<link rel="alternate" type="text/html" href="https://www.cumuluswiki.org/index.php?title=FAQ&amp;diff=3972"/>
		<updated>2016-06-04T10:20:56Z</updated>

		<summary type="html">&lt;p&gt;Steve: /* I&amp;#039;ve changed my Twitter password, and now Cumulus won&amp;#039;t update Twitter */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is the Cumulus FAQ (consult also the Help screens within Cumulus software, and learn more from the rest of this Wiki)&lt;br /&gt;
&lt;br /&gt;
= Installing and Running Cumulus  =&lt;br /&gt;
&lt;br /&gt;
== What operating systems does Cumulus run on?  ==&lt;br /&gt;
&lt;br /&gt;
All versions of Windows from XP to Windows 10 inclusive (and the server versions). It works on 32 bit and 64 bit editions. 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.&lt;br /&gt;
&lt;br /&gt;
Cumulus MX runs on Windows from Windows 7 onwards, and on Linux and Mac OS X.&lt;br /&gt;
&lt;br /&gt;
== Where do I find the Cumulus installer? ==&lt;br /&gt;
&lt;br /&gt;
On the [http://sandaysoft.com/downloads downloads page]&lt;br /&gt;
&lt;br /&gt;
== What do I need to get right when first getting Cumulus? ==&lt;br /&gt;
The installation process for Cumulus displays &#039;&#039;&#039;readme.txt&#039;&#039;&#039;, that has many tips. See also [[Setup]]. Below are three key points.&lt;br /&gt;
# Install Cumulus in its own directory directly under a drive root.&lt;br /&gt;
# Connect your weather station before you start Cumulus&lt;br /&gt;
# When you first run Cumulus, it displays the &#039;&#039;&#039;Station settings&#039;&#039;&#039; screen. On this, make sure you pick the right sort of station (to ensure Cumulus communicates correctly with your weather station, and can identify all the observations) and choose your &#039;&#039;&#039;units&#039;&#039;&#039; wisely. (Changing units later means all stored Lowest and highest numbers up to that point have to be converted immediately manually).  See the &#039;&#039;&#039;Help&#039;&#039;&#039; for information about the rest of the screen, but generally you can easily adjust the other options later.&lt;br /&gt;
&lt;br /&gt;
== What weather stations does Cumulus work with?  ==&lt;br /&gt;
&lt;br /&gt;
*Davis Vantage Pro (VP), Vantage Pro2 (VP2), and Vue. &lt;br /&gt;
*Oregon Scientific WM918, WMR918, WMR928, WMR968, WMR88 (see [[FAQ#How do I set up recording wind speeds in Cumulus, with Oregon Scientific and La Crosse stations | this FAQ]]), WMR100, WMR180, WMR200. &lt;br /&gt;
*Fine Offset - USB-connected stations which use the Easyweather software such as MyDEL, Nevada, Watson and Fine Offset, with model numbers such as WH1080, WH1081, W8681, 265NC etc.&lt;br /&gt;
*La Crosse WS2300 range (see [[FAQ#How do I set up recording wind speeds in Cumulus, with Oregon Scientific and La Crosse stations | this FAQ]]). You may have problems with corrupt data if you use a WS23xx with a serial/USB adapter; this combination is therefore not supported.&lt;br /&gt;
&lt;br /&gt;
For a more complete list see the [[Supported Devices]] page.&lt;br /&gt;
&lt;br /&gt;
== Will you support a new weather station type?  ==&lt;br /&gt;
&lt;br /&gt;
It’s quite hard to support a particular weather station when I don’t have access to one. No weather station is perfect, and problems inevitably arise after the code is written, and I have to start adding more and more code to work around issues with the station. Also, most companies don’t seem to like third parties writing software for their stations, so don’t make the protocol available. I will only consider adding support for a station under a certain set of circumstances which would include &#039;&#039;at least&#039;&#039;: &lt;br /&gt;
&lt;br /&gt;
*A significant donation towards Cumulus development &lt;br /&gt;
*A well documented official protocol spec &lt;br /&gt;
*Loan or donation of a station &lt;br /&gt;
*Access to technical support from the station manufacturer&lt;br /&gt;
&lt;br /&gt;
Please contact me if you would like to discuss this further&lt;br /&gt;
&lt;br /&gt;
== How do I request a new feature for Cumulus? ==&lt;br /&gt;
&lt;br /&gt;
Please create an [http://sandaysoft.com/forum/tracker.php enhancement request].  &lt;br /&gt;
&lt;br /&gt;
== Why haven&#039;t you added the feature I asked for a long time ago? ==&lt;br /&gt;
&lt;br /&gt;
I develop and support Cumulus in my spare time, and I have a full time job. I invite donations, but I don&#039;t make a living from Cumulus. I add facilities when I can. There is a long list of  [http://sandaysoft.com/forum/tracker.php enhancement requests] already, and I am slowly working my way through them as time permits. If there is an enhancement request for the facility you have asked for, and the facility is a reasonable one (in my opinion) then I will hopefully get around to adding it one day. Please be patient. Please don&#039;t ask for a forecast of when a feature will be added.&lt;br /&gt;
&lt;br /&gt;
== How do I upgrade to a new release?  ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Just run the installer for the new version.&#039;&#039;&#039; Your data and settings are not affected, but it is still best if you back up your data (sub-folder &#039;data&#039;) and any settings files (e.g. cumulus.ini and strings.ini) before you run the installer. &lt;br /&gt;
&lt;br /&gt;
You can install the new version where you like, but the installer will offer the same place as the previous version as the default.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Occasionally, there may be actions you need to perform before or after the upgrade.&#039;&#039;   Required actions usually appear in the announcement of the version you are installing, and may be documented in the readme.txt file that will appear as you run the installer. Read such announcements for every release since your existing build in case any of the in-between changes affect you.&lt;br /&gt;
&lt;br /&gt;
These instructions apply whether you are updating by one build, skipping several builds, upgrading to/from a beta version, or installing the latest &#039;release&#039; version. &lt;br /&gt;
&lt;br /&gt;
The installer will always upgrade the following files (replacing them, ignoring existing versions):&lt;br /&gt;
# &amp;quot;cumulus.exe&amp;quot;; - the latest build&lt;br /&gt;
# &amp;quot;unins000.exe&amp;quot;;&lt;br /&gt;
# &amp;quot;libeay32.dll&amp;quot;;&lt;br /&gt;
# &amp;quot;ssleay32.dll&amp;quot;;&lt;br /&gt;
# &amp;quot;readme.txt&amp;quot;; - advice for you to follow at installation time&lt;br /&gt;
# &amp;quot;licence.txt&amp;quot;; - reminder about restrictions on use&lt;br /&gt;
# &amp;quot;alert.wav&amp;quot;; - default alarm sound&lt;br /&gt;
#  &amp;quot;web\originals\*.*&amp;quot;; - Cumulus will always install the HTML template files here&lt;br /&gt;
# &amp;quot;webfiles\*.*&amp;quot;; e.g. weatherstyle.css, wz_jsgraphics.js&lt;br /&gt;
# &amp;quot;webfiles\images\picture.jpg&amp;quot;;&lt;br /&gt;
# &amp;quot;Help\Cumulus.chm&amp;quot;; - the latest help including lists of log files and web tags&lt;br /&gt;
There may be extra files automatically upgraded by particular builds - see announcement.&lt;br /&gt;
&lt;br /&gt;
During the install, you will see a &#039;&#039;&#039;Select Components&#039;&#039;&#039; screen , if you tick the &#039;&#039;HTML templates&#039;&#039; (the default) it will also upgrade the HTML template files in the web folder.&lt;br /&gt;
&lt;br /&gt;
*So tick this option, if you have a standard Cumulus implementation and then you can be sure to upgrade the standard templates.&lt;br /&gt;
*Untick this option if you have  [[Customised_templates#Creating_Your_Own_Templates|customised the existing pages]],  so that if your customised versions  are in &amp;quot;web\*.*&amp;quot; they don&#039;t get overwritten. It is recommended that you store any customised pages in a directory outside the Cumulus folder, as you can specify up to 10 such files on the local side of the files tab in the Configuration menu Internet settings screen and (if you are not using standard files) untick &#039;&#039;Include Standard Files&#039;&#039; on the same screen. (100 such files can be specified in [[Cumulus.ini]]).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Changing to different weather station ==&lt;br /&gt;
&lt;br /&gt;
Just change the station type. If Cumulus doesn&#039;t start reading the data from the new station, stop Cumulus and start it again. Some of the rain figures may be odd for a while (e.g. rain in last 24 hours). It is as simple as that.&lt;br /&gt;
&lt;br /&gt;
In testing planned changes to Cumulus, I switch backwards and forwards between a Fine Offset and a WMR200 frequently, the only thing that happens is that the rain figures go wrong initially (because the two stations have different counters).&lt;br /&gt;
&lt;br /&gt;
== Moving Cumulus software to a new PC (or updating Windows Operating System) ==&lt;br /&gt;
&lt;br /&gt;
Cumulus will continue to work with your existing weather station and existing log files, providing&lt;br /&gt;
#Your Windows regional settings are the same (i.e. date format unchanged, same time zone, decimal point symbol unchanged, list separator character unchanged) - if there is a difference, the new installation cannot understand the old lines in the log files and will give an error when Cumulus is restarted.&lt;br /&gt;
#You may need to &#039;tweak&#039; a few things (serial port number etc) in [[cumulus.ini]].&lt;br /&gt;
#In the folder with cumulus.exe in it, copy across  &#039;cumulus.ini&#039;,  and if you have created a &#039;strings.ini&#039; that file must be copied across too.&lt;br /&gt;
#The Cumulus &#039;data&#039; sub-folder has been copied across.&lt;br /&gt;
#Obviously if you use customised web pages, then you need the corresponding templates in the new installation.&lt;br /&gt;
#Any other customised files (images and/or a twitter.txt file, for example), you may want to copy those over too.&lt;br /&gt;
&lt;br /&gt;
== Can I view my Cumulus data on another device? ==&lt;br /&gt;
&lt;br /&gt;
# If Cumulus uploads your weather information to an online web site, you can view that on another device.&lt;br /&gt;
# Software like &#039;Remote Desktop&#039; can be used to view the computer that is running Cumulus - see many postings on the Support Forum.&lt;br /&gt;
# A back-up as described in the next answer can be viewed in Cumulus installed on another PC (see point about Windows regional settings in previous question) to look at past extremes or graphs; although obviously that additional installation will not be able to add further observations from the weather station connected to the original PC.&lt;br /&gt;
# If your web site is on your local network, but not online, your device may be able to view it directly or view a back-up of how it was in the past.&lt;br /&gt;
&lt;br /&gt;
== How do I back up my data?  ==&lt;br /&gt;
&lt;br /&gt;
*Copy the contents of the Cumulus ‘data’ sub-folder on a regular basis to a different storage device.  Then if you have any problem with the original storage device, or corruption of files, you can minimise the loss of logged observations. To restore from the backup, just copy the saved data folder back into your Cumulus installation, with Cumulus stopped.&lt;br /&gt;
*It can be useful to take copies of the Cumulus &#039;backup&#039; sub-folder on key dates (e.g. just after change of month or year), or if you think you might have some rogue figures.  The &#039;.ini&#039; files in the backup sub-folder contain past extreme values that you might want to look up.&lt;br /&gt;
*You should also back up, at least once, your cumulus.ini file in the main Cumulus folder.  This contains all the key settings and you need a record of those!&lt;br /&gt;
&lt;br /&gt;
== Moving Cumulus software to a different location on your PC? ==&lt;br /&gt;
&lt;br /&gt;
This article in the wiki gives more details above moving Cumulus: [[Moving cumulus]]&lt;br /&gt;
&lt;br /&gt;
== What are the formats of the Cumulus data files?  ==&lt;br /&gt;
&lt;br /&gt;
These are detailed in the [[:Category:Log Files|Log Files]] section of this Wiki and also in the Cumulus help file, in the section “Data log file format”&lt;br /&gt;
&lt;br /&gt;
== Can I import logged information from before I installed Cumulus? ==&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;Configuration&#039;&#039;&#039; menu, &#039;&#039;Station&#039;&#039; setting screen (near bottom) has option to enter there the &#039;&#039;rainfall total&#039;&#039; for the bit of the year (starting month can be selected here too) until when you first start using Cumulus.  See the Cumulus &#039;&#039;&#039;Help&#039;&#039;&#039; for this screen for further details.&lt;br /&gt;
&lt;br /&gt;
Yes is the answer for other weather information, providing you can manipulate the information you have into either (preferably) the format used by the [[Monthly_log_files#Importing_pre-Cumulus_data]] or (second best) [[Dayfile.txt]]. Look up those cross-references in this Wiki (or the Cumulus &#039;&#039;&#039;Help&#039;&#039;&#039;) for further information on required formats.  The support forum includes a few threads related to this topic, and if you post there then people who have already imported from particular systems may offer their services to import your past observations.&lt;br /&gt;
&lt;br /&gt;
A converter for Weather Display log files is available from this thread in the forum: http://sandaysoft.com/forum/viewtopic.php?f=4&amp;amp;t=10118&lt;br /&gt;
&lt;br /&gt;
A converter for WeatherLink log files is available from this thread in the forum: http://sandaysoft.com/forum/viewtopic.php?f=6&amp;amp;t=11349&lt;br /&gt;
&lt;br /&gt;
== I was away on the last day of last month/year - How do I see the final lowest and highest figures for last month/year? ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;View&#039;&#039;&#039; menu, &#039;&#039;This month&#039;&#039; or &#039;&#039;This year&#039;&#039; screens show some figures for any month or year selected by you, but do not show all the figures shown on a standard web page or as shown on the &#039;&#039;Highs and Lows&#039;&#039; screen for the current month/year.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;View&#039;&#039;&#039; menu, &#039;&#039;Highs and Lows - This month (or This year)&#039;&#039; (or &#039;&#039;thismonth.htm&#039;&#039; or &#039;&#039;thisyear.htm&#039;&#039; web page) only shows the lowest and highest values for the current calendar month (or current year). This answer describes a way to see the same information for the month (or year) that fairly recently ended.  It is valid only until build 1088 (from 5 March 2014 build 1089 &#039;Delay writing of end of day backup files until the first log entry is written&#039; means the stored &#039;&#039;month.ini&#039;&#039; relates to the &#039;&#039;initial&#039;&#039; entries for the start of the new month). From version 1.9.3 build 1041, Cumulus creates a daily backup of the log files. &lt;br /&gt;
*Look in the &#039;&#039;backup\daily&#039;&#039; subfolder within your Cumulus installation. &lt;br /&gt;
*These daily backups will be created if Cumulus was left running during the period of interest, or stopped before that period and since restarted. &lt;br /&gt;
*Normally about 10 such back ups are available, each folder has a name based on the timestamp and contains the 6 [[:Category:Log_Files|xxxx.ini files]], the current [[Monthly_log_files|monthly standard data log]]/[[Extra_Sensor_Files|monthly extra data log]], and the most recent update of [[dayfile.txt|daily summary log]].&lt;br /&gt;
&lt;br /&gt;
Open as a text file [[month.ini]] in the folder whose name is bearing the timestamp after your final rollover, for Cumulus builds 1041 to 1088 the final lowest and highest for each observation in the month will be listed.&lt;br /&gt;
&lt;br /&gt;
In a similar manner if you miss the last day of the year, for Cumulus builds 1041 to 1088 see the final &#039;this year&#039; figures for last year by opening [[year.ini]] from the appropriate backup.&lt;br /&gt;
&lt;br /&gt;
== What do the various wind speeds in Cumulus correspond to, with Davis stations?  ==&lt;br /&gt;
&lt;br /&gt;
Davis station firmware supplies two windspeeds, a 3-second average and a 10-minute average (later versions of the firmware also supply a 2-minute average, Cumulus currently doesn&#039;t use this).  &lt;br /&gt;
* The latest Davis 3-second average is treated by Cumulus as &#039;Latest&#039; (available via &amp;lt;#wlatest&amp;gt;)&lt;br /&gt;
* The highest of the station&#039;s 3-second readings over the previous 10 (configurable by adding &#039;&#039;AvgSpeedMinutes=N&#039;&#039; in [[Cumulus.ini#Section:_Station]] where &#039;N&#039; is number of) minutes becomes the Cumulus &#039;Gust (available via &amp;lt;#wgust&amp;gt;). Note that the WMO definition of a wind gust is the mean wind speed over a 2 to 3 second sample period (not the maximum instantaneous wind speed).&lt;br /&gt;
* The Davis 10-minute average is the Cumulus &#039;Average&#039; (available via &amp;lt;#wspeed&amp;gt;).&lt;br /&gt;
Note that if you sample these readings at shorter (real time) intervals it is possible for Cumulus &#039;Latest&#039; to be lower than Cumulus &#039;Average&#039; because approximately half of the 3-second wind speeds will be higher and half of them lower than the 10-minute average. &lt;br /&gt;
If the Cumulus figure seems lower than the Davis figure see [[#My_Davis_station_shows_a_higher_maximum_wind_speed_than_Cumulus]].&lt;br /&gt;
&lt;br /&gt;
Davis station loggers record a single spot (not any average) wind speed, so if you restart Cumulus and the software attempts to catch up from the station logger there may be only one or two values to include in the Cumulus average (over 10 or whatever) minutes calculation.&lt;br /&gt;
&lt;br /&gt;
== What do the various wind speeds in Cumulus correspond to, with Fine Offset stations?  ==&lt;br /&gt;
&lt;br /&gt;
Fine Offset sensors measure wind over 48-second intervals, divided into 24 2-second intervals. At the end of each 48-second period, they transmit the highest of those 24 values as &#039;Gust&#039;, and the average of those 24 values as &#039;Wind&#039;. The console keeps &#039;&#039;&#039;overwriting&#039;&#039;&#039; the newly received &#039;Gust&#039; and &#039;Wind&#039; values to the same area of console memory every 48 seconds, until the station logging interval time is reached, then it moves on to the next memory location, leaving the last values it wrote in the previous console memory location.  &lt;br /&gt;
*If Cumulus is not running all the time, on restart it works through the console memory locations and extracts the Fine Offset Wind and Gust in each memory location, i.e. at the station logging interval. &lt;br /&gt;
*While Cumulus is running, it reads the current wind speeds (and direction) every 10 seconds. There are new values only every 48 seconds (i.e. every fourth or fifth read)&lt;br /&gt;
&lt;br /&gt;
Cumulus, for various reasons, uses different terminology, and also has configuration settings which control how some of the wind values are displayed.&lt;br /&gt;
* The Fine Offset console &#039;Gust&#039; value becomes Cumulus &#039;Latest&#039;. &lt;br /&gt;
* The highest of the Fine Offset &#039;Gust&#039; values over the previous 10 minutes becomes Cumulus &#039;Gust&#039;.  Note that the WMO definition of a wind gust is the mean wind speed over a 2 to 3 second sample period (not the maximum instantaneous wind speed).&lt;br /&gt;
* Cumulus &#039;Average&#039;  can be calculated in 3 different ways:&lt;br /&gt;
** The default: If &#039;Calculate 10-min wind average&#039; is not selected on the Station Settings screen, the console &#039;Wind&#039; value is used.&lt;br /&gt;
** If &#039;Calculate 10-min wind average&#039; is selected, then by default the average of the Fine Offset &#039;Gust&#039; values read over the previous N (configurable, defaults to 10) minutes is used.&lt;br /&gt;
** If &#039;Calculate 10-min wind average&#039; and &#039;Use speed for avg calculation&#039; are both selected, the average of the Fine Offset &#039;Wind&#039; values read over the previous N (configurable, defaults to 10) minutes is used.&lt;br /&gt;
&lt;br /&gt;
Select value for &#039;N&#039; using &#039;&#039;AvgSpeedMinutes=N&#039;&#039; in [[Cumulus.ini#Section:_Station]].&lt;br /&gt;
&lt;br /&gt;
Note that Fine Offset Consoles can display a &#039;MAX&#039; figure, this is highest recorded since it was last reset (on touchscreen models multiple touches of the displayed speed will cause maximum speed, or gust, to be shown, and when a max value is displayed continuing to hold touching that value for 3 seconds will reset max to current value).  Cumulus maintains its own various extremes for different periods (e.g High wind and high gust for yesterday on its main screen) calculated from all values read by Cumulus in that period.&lt;br /&gt;
&lt;br /&gt;
== How do I set up recording wind speeds in Cumulus, with Oregon Scientific and La Crosse stations  ==&lt;br /&gt;
&lt;br /&gt;
La Crosse and some Oregon Scientific weather stations only output a single wind speed.  To allow Cumulus to calculate &#039;gust&#039; and &#039;wind speed&#039; with different values, select the &#039;&#039;&#039;Station&#039;&#039;&#039; dialogue from the &#039;&#039;Configuration&#039;&#039; menu and set &#039;&#039;Calculate 10 min wind average&#039;&#039; in the &#039;Settings&#039; frame, so in [[cumulus.ini]] this will produce the parameter &#039;Wind10MinAverage=1 when cumulus is next stopped.&lt;br /&gt;
* The station&#039;s &#039;Wind&#039; value will then display as Cumulus &#039;Latest&#039;.&lt;br /&gt;
* A 10 (configurable by adding &#039;&#039;AvgSpeedMinutes=N&#039;&#039; in [[Cumulus.ini#Section:_Station]] where &#039;N&#039; is number of) minutes average of the station&#039;s &#039;Wind&#039; value will then display as Cumulus &#039;Average&#039;.&lt;br /&gt;
* The highest of the station&#039;s &#039;Wind&#039; value in a 10 minute period will then display as Cumulus &#039;Gust&#039;.  Note that the WMO definition of a wind gust is the mean wind speed over a 2 to 3 second sample period (not the maximum instantaneous wind speed).&lt;br /&gt;
&lt;br /&gt;
See &#039;&#039;LCMaxWind=X&#039;&#039; parameter in [[Cumulus.ini#La_Crosse_specific:]] where X is the maximum (uncalibrated) wind speed in m/s that you want to allow.&lt;br /&gt;
&lt;br /&gt;
== How do I make Cumulus run automatically when Windows starts?  ==&lt;br /&gt;
&lt;br /&gt;
There is no option in Cumulus to set this up automatically as I prefer to leave it under the control of the user: The safest and most reliable method is simply to put a shortcut in your Startup folder. If you are running Vista or Windows 7, or later versions of Windows, you may find that Cumulus gets blocked by UAC if you try to run it from the Startup folder, in which case it is recommended that you use Task Scheduler instead. See here for a good description of how to do this - http://blogs.techrepublic.com/window-on-windows/?p=616&lt;br /&gt;
&lt;br /&gt;
== How does Cumulus handle Daylight Saving Time?  ==&lt;br /&gt;
&lt;br /&gt;
As far as the timestamps in the extreme logs, monthly log, and the graphs, are concerned; Cumulus doesn&#039;t do anything in particular for DST. &lt;br /&gt;
*It generates timestamps based on the Windows clock. &lt;br /&gt;
**So basically, at the start of DST (i.e. when the clocks &#039;go forward&#039; for the summer) you will get an apparent gap of one hour in your data logs and on graphs.&lt;br /&gt;
**Similarly at the end of DST (i.e. when the clocks &#039;go back&#039; for the winter) you will get an apparent hour of duplicate timestamps in your logs and graphs. &lt;br /&gt;
*You will tend to get better results if you leave Cumulus running during the clock change, because if it is stopped you may lose data,&lt;br /&gt;
**the exact timing of the affected hours depends on the type of station and the times when Cumulus was running/stopped.&lt;br /&gt;
&lt;br /&gt;
=== ... How do Davis stations handle Daylight Saving Time? ===&lt;br /&gt;
&lt;br /&gt;
Note that there seems to be an issue with Davis stations, either in the console/logger, or in the Davis DLL which Cumulus uses. &lt;br /&gt;
*If you don&#039;t have Cumulus running when DST ends (autumn), then when you start Cumulus up again, it doesn&#039;t receive all of the logger data it needs to catch up to the &#039;&#039;present time&#039;&#039; - the previous hour or so is missing. &lt;br /&gt;
*So with Davis stations, I strongly recommend that you leave Cumulus running at the end of DST, if at all possible.&lt;br /&gt;
&lt;br /&gt;
=== ... How do Fine Offset stations handle Daylight Saving Time? ===&lt;br /&gt;
&lt;br /&gt;
*For Fine Offset models &#039;&#039;without access to a radio controlled clock&#039;&#039;, if you don&#039;t have Cumulus running when DST ends in autumn, then when you start Cumulus up again, the catch up &#039;&#039;misses off the first hour after the time Cumulus was stopped&#039;&#039; (unless you have adjusted the time in [[today.ini]] by subtracting one hour for end of DST while Cumulus was stopped).  &lt;br /&gt;
**This is because the console memory does not time-stamp the data blocks and each memory location simply contains the number of minutes elapsed since the previous memory location was last updated.&lt;br /&gt;
**Cumulus does not remember the console data block used just before shutdown, (after all depending on how long Cumulus has been stopped and the station logging interval, the old memory location could be overwritten by now), and so Cumulus works out a time-stamp based on current clock time and the stored elapsed interval times as it works back through those memory locations.&lt;br /&gt;
**The stored minutes elapsed value will be consistent with the logging interval you selected for the station (might be different to that selected on Cumulus) and apart from adding an extra minute if a read from the transmitter (every 48 seconds on models without solar sensors) delays a particular log update, the console clock is unaware of DST.&lt;br /&gt;
**On restart Cumulus just tries to read the appropriate number of hours worth of observations back from the block now marked as latest.  &lt;br /&gt;
**For example if it was stopped at 2200 DST and restarted at 0600 standard time, Cumulus catches up with the last 8 hours worth of stored measurements as if going back to 2200 standard time, that means it retrieves back to 2300 DST and has forever lost the period 2200 to 2300 DST.  &lt;br /&gt;
*So with Fine Offset stations, I strongly recommend that you leave Cumulus running at the end of DST, if at all possible, to ensure that average temperature, heating/cooling degree days, wind run, and similar calculations are accurate.&lt;br /&gt;
*See Fine Offset forum discussions for further information.&lt;br /&gt;
&lt;br /&gt;
== What formula does Cumulus use for Dew Point?  ==&lt;br /&gt;
dewpoint := tempinC + ((0.13 * tempinC) + 13.6) * Ln(humidity / 100)&lt;br /&gt;
&lt;br /&gt;
== What formula does Cumulus use for Apparent Temperature?  ==&lt;br /&gt;
It uses a formula from the Australian BOM - http://www.bom.gov.au/info/thermal_stress/#atapproximation&lt;br /&gt;
&lt;br /&gt;
Note that the version used is the one that doesn&#039;t take into account solar radiation.&lt;br /&gt;
&lt;br /&gt;
== How does Cumulus know the height of the cloud base?  ==&lt;br /&gt;
&lt;br /&gt;
It doesn&#039;t. It uses a calculation which gives the theoretical height above ground level at which Cumulus clouds might form, based on the current temperature and dew point. It assumes that the difference between temperature and dew point decreases by about 4.4 degrees Fahrenheit per 1000 feet increase in altitude. When the two values coincide, the air is saturated (relative humidity = 100%) and Cumulus clouds may form. &lt;br /&gt;
&lt;br /&gt;
== How is my rain rate calculated?  ==&lt;br /&gt;
&lt;br /&gt;
For stations which supply a rain rate, Cumulus uses that. For stations which don&#039;t supply a rain rate (e.g. Fine Offset and La Crosse), Cumulus simply takes the rain total from the last five minutes and calculates a rate based on that; e.g. a single tip of 0.3mm in 5 minutes is a rate of 3.6mm/hr. When data from the station&#039;s logger is used, a similar calculation is performed, but the interval used is the logger interval rather than five minutes.&lt;br /&gt;
&lt;br /&gt;
== Where does Cumulus get its this month and this year rainfall totals from?  ==&lt;br /&gt;
&lt;br /&gt;
* Each time Cumulus reads records from the weather station it applies any change to the &#039;total rain count&#039; against today&#039;s total in its memory.&lt;br /&gt;
* The today&#039;s total so far at each reading time is also added to the &#039;recent tag&#039; array allowing total values for the day-so-far at one minute intervals for up to a week ago to be added as web tags to a web template. &lt;br /&gt;
* The rainfall totals, are initialised when Cumulus is (re-)started by adding up the corresponding daily totals in dayfile.txt and storing those sums in memory. Two of the totals can be seen using default settings on &#039;&#039;&#039;View&#039;&#039;&#039; menu, &#039;&#039;This month&#039;&#039; screen for this month, &#039;&#039;This year&#039;&#039; screen for this calendar year, but the third total for the rain season (you can change starting month) is seen on the &#039;&#039;main&#039;&#039; Cumulus screen.&lt;br /&gt;
* The rainfall totals shown on the &#039;&#039;This period&#039;&#039;, &#039;&#039;This month&#039;&#039;, and &#039;&#039;This year&#039;&#039; screens within the &#039;&#039;&#039;View&#039;&#039;&#039; menu are generated by adding up the daily rainfall totals found in [[dayfile.txt]] for the selected period. So any rainfall for the current (meteorological) day is excluded as the latest dayfile.txt row is for yesterday. Totals are recalculated when you press the &#039;&#039;Update display&#039;&#039; button. Important note: The view menu &#039;This year&#039; screen always calculates the total for a selected calendar year starting in January.&lt;br /&gt;
* The rain figures that Cumulus uses for displaying in &#039;This month&#039; and &#039;This year&#039; on the Cumulus &#039;&#039;main screen&#039;&#039; are updated each time Cumulus receives a rain reading from the station, so will not be displayed if Cumulus is unable to read rain information from your station.&lt;br /&gt;
* For the web tags, Cumulus takes its stored sums and adds today&#039;s latest total each time, to give the current totals for this month and this rain season (year so far) when processing &#039;thismonthT.htm&#039; and &#039;thisyearT.htm&#039; web templates.&lt;br /&gt;
**Important, for the &amp;lt;#ryear&amp;gt; web tag, and for the &#039;This year&#039; display on the &#039;&#039;main&#039;&#039; Cumulus screen, the processing reads the &#039;&#039;dayfile.txt&#039;&#039; for the rainfall season starting with the month set on the station settings screen and stored as the value for attribute &#039;&#039;RainSeasonStart&#039;&#039; in [[Cumulus.ini#Section:_Station]] (its default is January).  &lt;br /&gt;
**If you have set a &#039;year to date&#039; value and Cumulus is being re-started when the year specified beside that figure matches the current year, your year-to-date amount is also added into this year&#039;s total. This should normally only be relevant in your first rain season of operating Cumulus, but could be used if in any season you needed to add an extra amount because for some reason you had a gap in your recording period.&lt;br /&gt;
**There is no corresponding setting for calculating the total for the first &#039;this month&#039; of Cumulus operation.&lt;br /&gt;
*Note that you need to stop and then restart Cumulus to update these initial values that are stored in memory and get any corrections you made to rogue values in the daily summary log (or year-to-date) reflected on the main Cumulus screen and in web tags.&lt;br /&gt;
&lt;br /&gt;
The built-in dayfile.txt editor is used if it is necessary to amend the daily totals (to correct any monthly, rain season, or calendar year, totals); the built-in all-time (or monthly records) editor(s) in Cumulus is used if it is necessary to regenerate the extreme records from dayfile.txt; see [[#My_station_invented_some_rain_that_didn.27t_really_occur.2C_and_I_want_to_set_it_to_zero_.28or_some_other_figure.29 |FAQ about correcting incorrect rainfall displays]].&lt;br /&gt;
&lt;br /&gt;
== How do I reset all my data to start again from scratch?  ==&lt;br /&gt;
&lt;br /&gt;
Stop Cumulus and delete all of the files in the data folder. You may also want to edit the &#039;StartDate=&#039; line in [[cumulus.ini]] to set the date for the start of your data, if you are starting again on a different date.&lt;br /&gt;
&lt;br /&gt;
== How do I localise Cumulus to my own language? ==&lt;br /&gt;
&lt;br /&gt;
Cumulus does not directly support languages other than English. It was never intended for use in other languages, and it is not possible to add support for this now. However, the text used for:&lt;br /&gt;
*Forecasting&lt;br /&gt;
*Moonphases&lt;br /&gt;
*Beaufort Scale&lt;br /&gt;
*Trend descriptions&lt;br /&gt;
*Compass points&lt;br /&gt;
*Graph titles&lt;br /&gt;
*Extra sensor channels&lt;br /&gt;
can all be customised by using the [[strings.ini]] file. This facility may be extended to allow other items to be translated, but it is very unlikely that there will ever be a fully multi-language version of Cumulus in its current form.&lt;br /&gt;
&lt;br /&gt;
This wiki page [[:Category:Other_Languages|Other Languages]] has some old information about customising the standard web pages and see the downloads page as several third-party alternative web pages include some language translation modules.&lt;br /&gt;
&lt;br /&gt;
== Can I connect/disconnect my weather station while Cumulus is running? ==&lt;br /&gt;
No. You must make sure your weather station is connected to your PC and switched on, before running Cumulus. Do not disconnect your station while Cumulus is running.&lt;br /&gt;
&lt;br /&gt;
== How does Cumulus deal with extra sensors? ==&lt;br /&gt;
&lt;br /&gt;
By default, Cumulus deals with weather stations incorporating solar sensors, if you have selected the relevant station &#039;Type&#039; or &#039;Display solar/extra data&#039; in configuration, but it has some capability to deal with extra sensors added including the Blake-Larsen Sun Recorder.&lt;br /&gt;
Cumulus has the ability to input, log, and display Current Values/Outputs from the [[Rain_measurement#Optical_Rain_Gauges|Hydreon Optical Rain Sensor - Model RG-11]] and from either Oregon Scientific or Davis [[Extra_Sensor_Files|extra sensors]]. Only today&#039;s and yesterday&#039;s total rainfall from a Hydreon sensor are available in [[today.ini]] and [[yesterday.ini]] respectively. For some Oregon Scientific models, the temperature from an extra sensor can replace the temperature from the main sensor for processing by Cumulus, but all extra sensor values are stored in a series of [[Extra_Sensor_Files| monthly log]] files. No other processing is performed for Davis extra sensors, but past values are retained in a series of [[Extra_Sensor_Files| monthly log]] files.  The file [[strings.ini]] is used to customise the description associated with extra sensors.&lt;br /&gt;
&lt;br /&gt;
== What is this &amp;quot;Solar Max&amp;quot; value which Cumulus is displaying? ==&lt;br /&gt;
&lt;br /&gt;
It&#039;s the current theoretical maximum solar radiation value at the current date and time at your location. It is calculated using the Ryan-Stolzenbach formula, and uses the &#039;transmission factor&#039; configurable in the station settings to allow for the effect of transmission through the atmosphere. The figure is not particularly useful in itself; it is used if you have a solar sensor, to compare with the current solar radiation reading, in an attempt to determine whether the sun is currently shining or not.&lt;br /&gt;
&lt;br /&gt;
== My Fine Offset console says the memory is nearly full - how do I clear it? ==&lt;br /&gt;
&lt;br /&gt;
You don&#039;t need to, and it&#039;s much safer if you don&#039;t; clearing the memory could lead to a loss of data. The memory indicator on the console has no effect on the logging of data; the console will automatically start re-using the oldest memory locations. As long as you are running Cumulus (at least occasionally), Cumulus will have downloaded the data it needs from the console, so the console is free to overwrite the oldest data when it needs to.&lt;br /&gt;
&lt;br /&gt;
== How do I get my Davis station with USB working with Cumulus? ==&lt;br /&gt;
&lt;br /&gt;
Cumulus cannot drive the station in USB mode, you must install &#039;virtual serial port&#039; drivers, and configure Cumulus to use the virtual serial port. Make sure you have the station connected to the PC during the following operations.&lt;br /&gt;
&lt;br /&gt;
You should first make sure that you can use the station with Weatherlink, in serial mode. If you have not already installed the Weatherlink software, install the version which came with your weather station. You should then upgrade to the latest version of Weatherlink; you can download the update from the Davis web site,  [http://www.davisnet.com/support/weather/downloads/software_sftwr.asp here].&lt;br /&gt;
&lt;br /&gt;
You now need to install the &#039;CP210X USB to Serial Converter&#039;. You may find a link on your Start menu under &#039;Weatherlink&#039;. Alternatively, you should find it in the folder where Weatherlink was installed, under &#039;Support&#039; then &#039;Utilities&#039;. Davis also make version 2 of this utility available on their web site, [http://www.davisnet.com/support/weather/downloads/software_driver.asp here], and you may find that this version will work for you if the installed version does not. It should be clear from the messages output by the utility that it has successfully switched the logger to serial mode. &lt;br /&gt;
&lt;br /&gt;
It&#039;s a good idea to then update the driver to the latest version from the Silicon Labs web site, particularly if you use Windows 7 or later. You can download it [http://www.silabs.com/products/mcu/pages/usbtouartbridgevcpdrivers.aspx here] - click on &#039;VCP driver kit&#039; under &#039;Download for Windows XP/Server 2003/Vista/7...&#039; to begin the download. Run the executable once it&#039;s downloaded.&lt;br /&gt;
&lt;br /&gt;
At this point, it&#039;s best to restart your computer.&lt;br /&gt;
&lt;br /&gt;
You should now run Weatherlink, and attempt to connect to the weather station &#039;&#039;&#039;in serial mode&#039;&#039;&#039;. Weatherlink should find the appropriate COM port number automatically. If not, you can find it under &#039;Ports (COM &amp;amp; LPT)&#039; in the Windows device manager. Look for the port called &#039;USB Serial Port (COMn)&#039;, where &#039;n&#039; is a number. That&#039;s the number of the port you need to use in Weatherlink. If you cannot get Weatherlink to work using this virtual COM port, it is unlikely that you will be able to get Cumulus to work either, so either contact Davis support, explaining that you are trying to use the virtual serial port drivers because you want to run third-party software, or ask in the Cumulus forum, someone may be able to advise.&lt;br /&gt;
&lt;br /&gt;
Once you have Weatherlink connected and working via the virtual serial port, &#039;&#039;&#039;close it down&#039;&#039;&#039;, and start Cumulus.&lt;br /&gt;
&lt;br /&gt;
In the station settings in Cumulus, select the appropriate station type for your station; under &#039;VP Type&#039; select &#039;&#039;&#039;Serial&#039;&#039;&#039;; in the serial port section enter the COM port number that you found earlier. You may need to restart Cumulus at this point. It will then start displaying live data. Note that the it deliberately does not download any historical logger data from before the current point in time. When you run it subsequently, it will download logger data to catch up if necessary from when you last ran it, but never from earlier than when you first ran it.&lt;br /&gt;
&lt;br /&gt;
If you still having difficulty, the Davis Weatherlink manual offers this advice, which may be useful:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Included with the WeatherLink software is a utility that allows you to convert a USB data logger from a direct USB data logger back to a USB data logger that emulates the serial port. To use&lt;br /&gt;
this utility, select Convert USB to Virtual Serial in your WeatherLink program group on the Start menu of your computer (Start&amp;gt;AllPrograms&amp;gt;WeatherLink&amp;gt;Convert USB to Virtual Serial) and run the utility to convert your data logger. Please contact Davis Technical Support (“Contacting Davis Technical Support” on page 26) for more information.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== Why does Cumulus do some things the way it does, when there are better ways? ==&lt;br /&gt;
&lt;br /&gt;
Cumulus was originally something I &#039;knocked together&#039; quickly when I got my first weather station, simply because I couldn&#039;t find any other software anywhere which I was prepared to use. No &#039;design&#039; went into it, it was really just a prototype. Some of the things I did were just quick &#039;hacks&#039; that I intended to fix when I did it &#039;properly&#039;. But I never got around to going back and doing it &#039;properly&#039;, and it was never my intention that anyone else would use it. But I was persuaded to make it available for others, and then to add more and more enhancements. &lt;br /&gt;
&lt;br /&gt;
The fact that it works with several different types of weather station means that much of it is a compromise; it doesn&#039;t use certain features of the weather station which it could use if it were dedicated to that type of weather station. For example, it typically does not use any high/low data that the station might store internally. Instead, it maintains its own high/low data from individual readings. There are a number of reasons for this; the fact that Cumulus supports an 0900-0900 day, and the weather station does not, and the fact that typically Cumulus maintains far more high/low values than the station does, and these need to be self-consistent. &lt;br /&gt;
&lt;br /&gt;
So yes, I am aware that some of things that Cumulus does may seem strange, but it is simply not possible for me to start again from scratch, knowing what I know now. And it is not possible for me to effectively produce separate versions of Cumulus specifically for each type of weather station. If you don&#039;t like the way Cumulus does certain things, do what I did and write your own software!&lt;br /&gt;
&lt;br /&gt;
== Can I run 2 copies of Cumulus? ==&lt;br /&gt;
&lt;br /&gt;
3 options:&lt;br /&gt;
*You can install Cumulus on more than one PC, but each copy must connect directly to its own weather station (one station connected per PC).&lt;br /&gt;
*You can install 2 copies of Cumulus in different paths on a single PC, &#039;&#039;if you have two weather stations&#039;&#039; and Cumulus is able to distinguish between them, e.g. they are from different manufacturers, or both are serial port stations (different ports), or one is USB and one is serial, or one is a Weatherlink IP. In other words the  combination that does not work on a single PC is two USB stations from the same manufacturer. Note that Davis stations with USB loggers are serial port stations as far as Cumulus is concerned, so there are no problems using multiple copies of Cumulus with multiple Davis stations on the same PC.&lt;br /&gt;
*It is possible to back up the Cumulus files from one installation running off a weather station, and briefly have another reduced functionality copy just looking at historic data without ever any updating (the second Cumulus is set up as if reading from an EasyWeather.dat file, but not given a path/file name) - see [[Cumulus.ini#Introduced_for_problems_with_Fine_Offset_family:|Easyweather.dat section here]].&lt;br /&gt;
&lt;br /&gt;
= Troubleshooting  =&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Please note, these answers are written for Cumulus 1.x.y; the support forum is where Cumulus MX problems are discussed, together with how screens and files are different for the beta development.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== My &#039;Error&#039; light is flashing  ==&lt;br /&gt;
&lt;br /&gt;
Click on it, and a window will open describing the error. It may just be a temporary ftp problem. If you want to stop ftp errors being reported in this way, you can turn them off in the display settings (&amp;quot;Show FTP errors on error log window&amp;quot;).&lt;br /&gt;
&lt;br /&gt;
== My ‘new record’ light has stopped flashing  ==&lt;br /&gt;
&lt;br /&gt;
It is the normal situation that the light does not flash. The ‘new record’ light only flashes when an all-time record has been broken. It stops flashing if you click on it or restart Cumulus, until another all-time record is broken. When you first start using Cumulus, inevitably the light will flash a lot, even if you cancel it, as you will be breaking records constantly. After a while, it will &#039;settle down&#039; and not flash so often.&lt;br /&gt;
&lt;br /&gt;
== I installed a new version and my web page templates got over-written  ==&lt;br /&gt;
&lt;br /&gt;
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, place them in a different folder and use the ‘extra files’ facility. From version 1.8.9, the installer offers the option of not over-writing the web templates; it unconditionally also installs them to a sub-folder of the web folder called &#039;originals&#039;, so you can refer to them if required, even if you chose not to over-write those in the web folder.&lt;br /&gt;
&lt;br /&gt;
== I can’t find my data files!  ==&lt;br /&gt;
&lt;br /&gt;
You’re probably running Windows Vista/Windows 7/Windows 8 (or one of the corresponding server versions of Windows). Look in C:\Users\[username]\AppData\Local\VirtualStore\Program Files\Cumulus - note that this is a &#039;hidden&#039; folder. Ideally, to avoid this situation, you would install to somewhere outside the Program Files hierarchy, as recommended in the readme.txt.&lt;br /&gt;
&lt;br /&gt;
== I can&#039;t save my NOAA reports! ==&lt;br /&gt;
&lt;br /&gt;
You&#039;ve probably corrupted your Cumulus.ini file in the default Cumulus folder. See [[Cumulus.ini#Section:_NOAA]]. It can only be edited either (if Cumulus is stopped) with an external text file editor or (with Cumulus running) using the &#039;&#039;NOAA Setup&#039;&#039; in the configuation menu.  Pay attention to where the quotes are required for the file names, and check that you have an allowed date format (see [[Webtags#Time.2FDate_.27format.27_Parameter]]).&lt;br /&gt;
&lt;br /&gt;
== My sunrise and sunset times are wrong  ==&lt;br /&gt;
&lt;br /&gt;
You&#039;ve almost certainly entered your co-ordinates incorrectly, or not entered them at all - on the station settings screen. You must enter DEGREES, MINUTES, and SECONDS, no other format will work. Make sure to use &#039;&#039;&#039;unsigned whole numbers&#039;&#039;&#039; for degrees, minutes, and seconds, with a &#039;W&#039; for your longitude if you&#039;re West of the Greenwich meridian (e.g. if you are in the United States), and the appropriate letter for your latitude (N for northern hemisphere, S for southern hemisphere). &lt;br /&gt;
&lt;br /&gt;
If you are not familiar with the degrees/minutes/seconds standard format and have your co-ordinates in some other format, there are pages on the web which will convert for you. One such is here: http://transition.fcc.gov/mb/audio/bickel/DDDMMSS-decimal.html&lt;br /&gt;
&lt;br /&gt;
One other less likely possibility is that you have set the wrong time zone on your PC.&lt;br /&gt;
&lt;br /&gt;
== The Moon rise or set time is showing dashes.  ==&lt;br /&gt;
&lt;br /&gt;
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. &lt;br /&gt;
&lt;br /&gt;
== The Moon image is just black ==&lt;br /&gt;
&lt;br /&gt;
It&#039;s probably a New Moon.&lt;br /&gt;
&lt;br /&gt;
== Why are the &#039;Yesterday&#039; figures missing on the Main Cumulus Screen? ==&lt;br /&gt;
&lt;br /&gt;
The yesterday values on the Main Screen under &amp;quot;Recent Extremes&amp;quot; are not shown correctly:&lt;br /&gt;
*EITHER when the &#039;&#039;end of day rollover has not taken place&#039;&#039;. &lt;br /&gt;
**The usual cause of this is allowing your PC to &#039;sleep&#039; while Cumulus is running. &lt;br /&gt;
**The support forum mentions a few other causes. &lt;br /&gt;
**Cure this (if you have a weather station type that has a log that Cumulus reads) by looking in &amp;quot;&#039;&#039;Cumulus\backup&#039;&#039;&amp;quot; folder, and finding a backup directly in that folder or in &amp;quot;daily&amp;quot; sub-folder for just before the problem. With Cumulus stopped, copy all the files in that backup into the &amp;quot;&#039;&#039;&#039;Cumulus\data&#039;&#039;&#039;&amp;quot; folder, and then restart Cumulus. &lt;br /&gt;
*OR if Cumulus was unable to read observations from your station during that day, but can today. &lt;br /&gt;
**You can try the same cure, but may not be able to recover the lost information in this case.&lt;br /&gt;
&lt;br /&gt;
== Why do I have some unexpected zero figures? ==&lt;br /&gt;
&lt;br /&gt;
Cumulus may not be able to update some values/extremes, leaving them at zero, if:&lt;br /&gt;
*EITHER you are allowing your PC to go into sleep/standby while Cumulus is running,&lt;br /&gt;
*OR you have more than one copy of Cumulus attempting to interrogate the same weather station,&lt;br /&gt;
*OR you are closing Cumulus down very close to before/after roll-over (the latter is a restriction due to the way the processing of logger data works).&lt;br /&gt;
&lt;br /&gt;
== I’ve ‘zoomed’ a graph, how do I get it back to full size?  ==&lt;br /&gt;
&lt;br /&gt;
Drag from lower right to upper left.&lt;br /&gt;
&lt;br /&gt;
== Cumulus won&#039;t read the data from my station  ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CUMULUS RUNNING&#039;&#039;&#039;&lt;br /&gt;
If you have one of the Fine Offset clones, make sure you have configured your relative pressure correctly. If Cumulus finds an &#039;impossible&#039; value, it will ignore all data from your station.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CUMULUS RE-STARTED&#039;&#039;&#039;&lt;br /&gt;
If Cumulus does not read catch-up data from the station logger:&lt;br /&gt;
#Your station type may not have a logger, if so Cumulus cannot read anything from station while software was not running.&lt;br /&gt;
#There is a bug in the Davis DLL (Dynamic-Link Library) that Cumulus 1.x.x uses, where it never downloads the last archive record; so if there is only one to download (compare how long Cumulus was stopped with logging interval on your Davis station), it doesn&#039;t get any at all. (See [[#Cumulus_takes_a_long_time_to_download_the_data_from_my_Davis_station_at_start_up|here]] for opposite problem). Cure this by ensuring if you stop Cumulus you either leave it stopped for less than Davis logging interval time, or don&#039;t restart until after at least 2 logging intervals.&lt;br /&gt;
#You have not selected &amp;quot;&#039;&#039;&#039;Use data logger&#039;&#039;&#039;&amp;quot; in the &#039;&#039;Settings&#039;&#039; section of the &#039;&#039;&#039;Station settings&#039;&#039;&#039; screen accessed from &#039;&#039;Configuration&#039;&#039;  menu. Correct this:&lt;br /&gt;
##Stop Cumulus after changing this setting&lt;br /&gt;
##Look in &#039;&#039;Cumulus\backup&#039;&#039; folder (or its &#039;&#039;daily&#039;&#039; sub-folder) for a folder of .ini files prior to the problem, copy all those files to overwrite the ones in &#039;&#039;Cumulus\data&#039;&#039; folder&lt;br /&gt;
##Re-start Cumulus, it should use revised start date/time, and read the station logger for the whole re-wind period&lt;br /&gt;
#If there is another problem, read the instructions accessed from &amp;quot;Please click here before posting&amp;quot; at the top of the support forum page including the request to zip up the contents of the &#039;&#039;Cumulus\diags&#039;&#039; folder when asking for such support.&lt;br /&gt;
&lt;br /&gt;
== Cumulus read some invalid figures from my station ==&lt;br /&gt;
If you have:&lt;br /&gt;
*just started using Cumulus, &lt;br /&gt;
*just re-started Cumulus and you are only getting bad data when you start Cumulus up (i.e. when it is using archive data from the station logger),&lt;br /&gt;
*or you have just changed some settings,&lt;br /&gt;
... check you have the correct station type selected (see the Cumulus &#039;&#039;Help&#039;&#039; for the settings screen).&lt;br /&gt;
&lt;br /&gt;
Choosing the wrong station type means individual items of information are not correctly assigned to weather parameters.  Cumulus knows what is at what location for each station type. &lt;br /&gt;
*Is the information &#039;&#039;correct on the station console&#039;&#039; (i.e. not a fault with a sensor), but incorrectly displayed on Cumulus screen (i.e. transfer problem)? &lt;br /&gt;
Check all your settings on Cumulus, or see [[#Cumulus_won.27t_read_the_data_from_my_station|previous question]].&lt;br /&gt;
*If the &#039;&#039;station itself shows incorrect figures&#039;&#039;, a sensor may have a problem (mechanical or electrical failure, obstruction by animal activity) or a battery may need replacing.&lt;br /&gt;
Over successive versions of Cumulus more and more code has been incorporated to deal with the way some stations are prone to reporting rogue readings.&lt;br /&gt;
*Ensure you are using the latest Cumulus build, if you are using an old version you will not have any enhancements made since the earlier build that might improve the way Cumulus reads from your station type.&lt;br /&gt;
In general, if Cumulus 1.x.x identifies an odd value it will reuse the last good value instead, assuming that the problem will either right itself, or be spotted and dealt with quickly.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fine Offset stations&#039;&#039;&#039; are prone to reporting the odd non-sensical value, and Cumulus has the ability to compare successive readings:&lt;br /&gt;
*From the &#039;&#039;&#039;Configuration&#039;&#039;&#039; menu select [[Cumulus_Screenshots#Configuration_Menu_Screens|&#039;&#039;Calibration&#039;&#039;]] and in the &#039;&#039;&#039;Spike removal&#039;&#039;&#039; frame you can specify &amp;quot;the maximum &#039;&#039;&#039;differences&#039;&#039;&#039; between successive values&amp;quot; that Cumulus is to tolerate. See the &#039;&#039;&#039;Help&#039;&#039;&#039; for that screen, and note that spike removal applies while Cumulus is running, not to catch-up readings from the station&#039;s logger. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Possible Cure:&#039;&#039;&#039;&lt;br /&gt;
The purpose of the backup files is to allow Cumulus to be &#039;rewound&#039; to a particular point in time.  It simulates the situation where someone had closed Cumulus down at that point, and is only now starting it up again, and needs data to be downloaded from the station&#039;s logger to catch up to the present time. Obviously this cure will not work if your station type does not have a logger (one is needed for Cumulus to read old readings again).&lt;br /&gt;
*If you have only installed Cumulus a few days ago, or have just re-started Cumulus after it was stopped and encounter multiple &#039;&#039;rogue readings in the catch-up from the station logger&#039;&#039;; &#039;&#039;&#039;one possibility&#039;&#039;&#039; is to stop Cumulus and find the backup files that it took when you started it up (or just after the previous roll-over time), copy those files into the data folder, overwriting the ones that are there, then when you start it up again it could sort itself out.&lt;br /&gt;
The [[Diags]] log often contains useful information for sorting out what has been read, which values have been ignored, and which highs or lows may have been updated incorrectly. Note that automatic backups are made just after roll-over time because restarting Cumulus when there are no logger records to read before roll-over has been known to cause problems. Therefore, the backup to choose might be one with the date before when the problem occured, but remember that any calculations Cumulus makes are based on readings at least every minute when Cumulus is running, but for the catch up period such calculations can only use the readings available at your station&#039;s logging interval. Note if you choose a later backup and it does not work, you can always then repeat the &#039;rewind&#039; with a earlier backup.&lt;br /&gt;
&lt;br /&gt;
== I get very large amounts of rainfall shown, or other high readings ==&lt;br /&gt;
&lt;br /&gt;
Fine Offset stations have a habit of producing unbelievable readings, and Cumulus filters many of these out automatically. You can also use the &#039;spike removal&#039; settings on the calibration page, and Cumulus will then filter out large changes in readings. Please read the help for how to use these settings. Another possible explanation is that you have chosen the wrong station type in the Cumulus station settings. You should only select the &amp;quot;Fine Offset with UV/Light sensor&amp;quot; type if your station actually has SENSORS for these. Your station may have solar CHARGING, but this is not the same as having a solar SENSOR, and so you should choose the &amp;quot;Fine Offset (WH1080 etc)&amp;quot; type. Typically, stations which do have solar SENSORS have a model number which starts with a &#039;3&#039;, e.g. WS3080, and stations without solar sensors start with a &#039;1&#039; or &#039;2&#039;. Selecting the wrong type of station will cause Cumulus to misinterpret the logger data read from the station (which it uses when it starts up) and hence incorrect readings will result, typically when you restart Cumulus.&lt;br /&gt;
&lt;br /&gt;
== My station invented some rain that didn&#039;t really occur, and I want to set it to zero (or some other figure)  ==&lt;br /&gt;
&lt;br /&gt;
Cumulus does include some code to try to ignore some obvious rain errors. For example, if the station reports negative rain, Cumulus will normally ignore that, but if for 6 consecutive readings the rain cumulative count stays below what it was before, Cumulus will normally accept the new count as a new starting point. Because many positive values are realistic (see sub-answers), Cumulus generally will accept those as a result of accidental knocking of a tipping bucket gauge, due to wind effects on the gauge, or even due to the station electronics generating a rogue reading.&lt;br /&gt;
=== (Invented rain) Error in today&#039;s total===&lt;br /&gt;
#correct today&#039;s total using the &#039;today&#039;s rain&#039; editor on the edit menu.&lt;br /&gt;
#optionally stop Cumulus and edit [[today.ini]] to change the &#039;&#039;LastTip=&#039;&#039;(look up previous value in a recently backed up today.ini) parameter.&lt;br /&gt;
#Remember that &#039;ConsecutiveDryDays&#039; and &#039;ConsecutiveWetDays&#039; do not include today.&lt;br /&gt;
&lt;br /&gt;
=== (Invented rain) Error in yesterday&#039;s total ===&lt;br /&gt;
#edit the total for the relevant day in dayfile.txt, using the dayfile.txt editor on the edit menu.&lt;br /&gt;
#optionally edit yesterday&#039;s total (which is only held temporarily for display purposes) in [[today.ini]], while Cumulus is stopped.&lt;br /&gt;
=== (Invented rain) Error in total or high rainfall rate for any day before today ===&lt;br /&gt;
Just edit the total or rate for the relevant day in dayfile.txt, using the [[Cumulus_Screenshots#File.2FEdit.2FHelp_Menu|dayfile.txt]] editor on the edit menu.&lt;br /&gt;
&lt;br /&gt;
=== (Invented rain) Error in total, or extremes, for this month and/or this year ===&lt;br /&gt;
See next FAQ. Once you have corrected the daily totals (or high rainfall rates) in dayfile.txt, you can use the editors (on the edit menu) for &#039;This Month&#039; and &#039;This Year&#039; to fetch the corrected values from dayfile.txt (or enter figures manually).&lt;br /&gt;
&lt;br /&gt;
=== (Invented rain) Error in all-time records ===&lt;br /&gt;
See [[#How_do_I_correct_my_all-time_.28or_monthly_all-time.29_records.3F |this FAQ]].&lt;br /&gt;
&lt;br /&gt;
To see the previous value for all-time records see [[Alltimelog.txt]]. If your all-time records, or month-by-month all-time records have been affected, you can use the built-in editors. These can fetch the correct values once you have corrected dayfile.txt.&lt;br /&gt;
&lt;br /&gt;
===  (Invented rain and) Other rain figures ===&lt;br /&gt;
Note that other rain figures, such as &#039;rain last hour&#039;, &#039;rain last 24 hours&#039; and &#039;rain since midnight&#039; depend on a sensible progression of the rain counter, so it&#039;s not easy to correct this; it&#039;s easier to wait until the erroneous figure is far enough in the past so as not to affect the calculation. If you really do want to try to correct it; you would need to stop Cumulus, then find and edit multiple field 11 (assuming date is field 0) the Cumulus &#039;rain counter&#039; values in the [[monthly_log_files]] in the current monthly log file so they are correct relative to the current value of the rain counter (i.e. the latest one logged). Note that if you&#039;re using a midnight start of day then you don&#039;t need the &#039;rain since midnight&#039; figure anyway, as it is normally the same as &#039;rain today&#039;, and that figure is much more easily corrected.&lt;br /&gt;
&lt;br /&gt;
===  (Invented rain) Error prevention by Spike removal ===&lt;br /&gt;
#It is better to try to avoid spurious rain being recorded in the first place.&lt;br /&gt;
#Cumulus attempts to ignore large increases in the rain total automatically, and is quite often successful.&lt;br /&gt;
#For &#039;hourly rain&#039; and &#039;rain rate&#039;, you can set &#039;spike removal&#039; settings on the calibration settings screen. The value you set here, is the maximum change allowed between successive observations. Rain Rate corrections apply only to Fine Offset and La Crosse stations (which are known to occasionally produce faulty rain readings).&lt;br /&gt;
&lt;br /&gt;
===  (Invented rain) More information ===&lt;br /&gt;
There is more information about correcting rogue data elsewhere in the Wiki, in the pages about the [[:Category:Log_Files|log files]].&lt;br /&gt;
&lt;br /&gt;
== My monthly and/or annual rainfall totals are wrong  ==&lt;br /&gt;
&lt;br /&gt;
Cumulus calculates these when it is restarted, holds the values within memory, and increments them as required while it is running. This FAQ in the previous section [[#Where_does_Cumulus_get_its_this_month_and_this_year_rainfall_totals_from.3F]] has a concise description of how Cumulus calculates these figures.&lt;br /&gt;
&lt;br /&gt;
* The rainfall total shown on the &#039;&#039;This month&#039;&#039; screen within the &#039;&#039;&#039;View&#039;&#039;&#039; menu, is calculated from summing [[dayfile.txt]] totals for a selected month, and so for the default current month will exclude the current meteorological day.  The rainfall total for today so far is added for the web tag &#039;&#039;&amp;lt;#rmonth&amp;gt;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
* The rainfall total shown on the &#039;&#039;This year&#039;&#039;  screen within the &#039;&#039;&#039;View&#039;&#039;&#039; menu, is calculated from summing totals in dayfile.txt for a selected calendar year. For the default current year, it will exclude the current meteorological day.&lt;br /&gt;
&lt;br /&gt;
* The rainfall total reported by the &#039;&#039;&amp;lt;#ryear&amp;gt;&#039;&#039; web tag is for the rainfall season to date, it is calculated from taking today&#039;s rain and then adding the sum of the totals in dayfile.txt starting with the first (meteorological) day of the month specified in the &#039;rainfall season&#039; frame on the &#039;&#039;station settings&#039;&#039; screen within the &#039;&#039;&#039;Configuration&#039;&#039;&#039; menu, until the end of dayfile.txt is reached. So check you have specified the right starting month there before deciding the rainfall total shown is wrong. &lt;br /&gt;
&lt;br /&gt;
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 also on the [[Cumulus_Screenshots#Station|Station Configuration screen]].  Make sure you specify the first Cumulus operating year here, otherwise the extra will be added to the annual total for the wrong year!&lt;br /&gt;
&lt;br /&gt;
See immediately preceding FAQ [[#My_station_invented_some_rain_that_didn.27t_really_occur.2C_and_I_want_to_set_it_to_zero_.28or_some_other_figure.29 |correcting rainfall]]  for how to correct errors in total for particular days and how to correct the high extremes for the various periods.&lt;br /&gt;
&lt;br /&gt;
In all cases then restart Cumulus to get the monthly and annual totals recalculated from correct daily totals. &lt;br /&gt;
&lt;br /&gt;
If you need to correct within day values for trend graphs as well as the longer period totals, provided you know roughly when the rogue rainfall was recorded, find (and edit) it in the [[monthly_log_files]], field 11 (assuming date is field 0) is the count used to derive other parameters. Increasing the value in the count field, decreases the difference to the next (or current) count, and therefore reduces the rain in the in-between period.&lt;br /&gt;
&lt;br /&gt;
== The ‘gust’ line has disappeared from my graph  ==&lt;br /&gt;
&lt;br /&gt;
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. Depending on your weather station type, there are a few things you could try, to improve things. Decrease your station&#039;s logger interval, and if you have Cumulus calculating the wind speed average and you have a Fine Offset station, set &#039;Use speed for avg calculation&#039;.&lt;br /&gt;
&lt;br /&gt;
== My ‘gust’ values are the same as my ‘average’ wind speed values.  ==&lt;br /&gt;
&lt;br /&gt;
As above, you probably have Cumulus set to calculate a 10-minute average, and your station logger period is 10 minutes or longer, so your gust comes out the same as the average when using data from the logger. See the previous FAQ for suggestions on how to improve this.&lt;br /&gt;
&lt;br /&gt;
== I’ve just installed Cumulus, and it didn’t download all the old data from my weather station  ==&lt;br /&gt;
&lt;br /&gt;
Cumulus deliberately doesn’t attempt to download any data from before the point when you first run it. If you wish, although this isn&#039;t recommended, 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 (you will need to have run it at least once previously). Note that if you do this, it is at your own risk, and you will need to sort out any issues which may arise yourself.&lt;br /&gt;
&lt;br /&gt;
If you do this, you will probably need to edit your log files in the &#039;&#039;&#039;data&#039;&#039;&#039; folder as you may have duplicate entries and/or entries out of order. Your rain totals will almost certainly also be wrong - the total for &amp;quot;today&amp;quot; in particular. See the [[FAQ#My_station_invented_some_rain_that_didn.27t_really_occur.2C_and_I_want_to_set_it_to_zero_.28or_some_other_figure.29 |FAQ]] entry about correcting rainfall data. If you have only just started using Cumulus, you could delete all of the files in the data folder, and just create a simple today.ini as below. Then when you start Cumulus it will start again with just the data from the station&#039;s logger.&lt;br /&gt;
&lt;br /&gt;
Note that this method does not work for the Oregon WMR200 station. This station deletes logger entries when they are downloaded, and there is no mechanism for retrieving logger entries for a particular period - it just sends all the entries that it has. You may be able to circumvent this by creating a today.ini file in the data folder before you run Cumulus, with just this in it:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[General]&lt;br /&gt;
Date=10/04/2012&lt;br /&gt;
Timestamp=10/04/2012 10:00:00&lt;br /&gt;
CurrentYear=2012&lt;br /&gt;
CurrentMonth=4&lt;br /&gt;
CurrentDay=10&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Change the dates and time to match the point from which you want Cumulus to start downloading data. If the station has already sent the data, this may not work, unfortunately.&lt;br /&gt;
&lt;br /&gt;
If you stored data from your weather station (on another file-based system) before you first ran Cumulus, then you may be able to (using a text editor outside Cumulus) generate [[Monthly log files]] for the pre-Cumulus period.  See that Wiki article for more information on what you can then do with those files within Cumulus.&lt;br /&gt;
&lt;br /&gt;
== I have inserted pre-Cumulus data and now I get errors ==&lt;br /&gt;
&lt;br /&gt;
Probably some of your inserts used the wrong format (blank rows, fields with real numbers where integers expected, alternatively missing or duplicated fields). See [[:Category:Log_Files]]. Note that Cumulus will only flag errors in the log files that it reads (e.g. those relating to the period for which it displays trends graphs).  Check all the log files you have amended.&lt;br /&gt;
&lt;br /&gt;
== I have inserted pre-Cumulus data making &#039;Records began on&#039; date wrong ==&lt;br /&gt;
&lt;br /&gt;
Stop Cumulus and edit [[Cumulus.ini#Section:_Station | cumulus.ini (station section)]] within the main Cumulus folder. Change the &amp;quot;StartDate=&amp;quot; line. Be sure to use the same format for the date.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note&#039;&#039;&#039; &#039;&#039;StartDate=xxxx&#039;&#039; does &#039;&#039;not&#039;&#039; need to be updated for Cumulus to recognise earlier data in log files in its &#039;&#039;data&#039;&#039; subfolder.  &lt;br /&gt;
&lt;br /&gt;
It really represents &amp;quot;Cumulus began on&amp;quot;, so there is an alternative of leaving cumulus.ini unchanged, but editing default Cumulus &#039;&#039;recordsT.htm&#039;&#039; template twice:&lt;br /&gt;
*after the h2 heading is &#039;&#039;&amp;amp;lt;p&amp;amp;gt;Records began on &amp;lt;#recordsbegandate&amp;gt;. Here are the extremes recorded since then.&amp;amp;lt;/p&amp;amp;gt;&#039;&#039;;  you can replace &#039;&amp;lt;#recordsbegandate&amp;gt;&#039; with the new earliest date typed in as text; and&lt;br /&gt;
*at the start of the table is the &#039;&#039;&amp;amp;lt;caption&amp;amp;gt;Records Since &amp;lt;#recordsbegandate&amp;gt;&amp;amp;lt;/caption&amp;amp;gt;&#039;&#039;; replace the label &amp;quot;Records since&amp;quot; with &amp;quot;Cumulus began on&amp;quot; leaving the web tag unchanged.&lt;br /&gt;
&lt;br /&gt;
== Cumulus doesn’t show the same pressure as my Fine Offset console  ==&lt;br /&gt;
&lt;br /&gt;
Cumulus displays atmospheric pressure corrected to sea level. The console calls this ‘relative pressure’; it displays the letters &amp;quot;rel&amp;quot; when this is being displayed.  First of all, check&lt;br /&gt;
# that you are comparing the Cumulus display with the ‘relative’ pressure on your console,&lt;br /&gt;
# that only one copy of Cumulus is accessing the weather station (and no other software),&lt;br /&gt;
# that you do not have a &#039;EWpressureoffset=x.y&#039; line in the [Station] section of [[Cumulus.ini#Introduced_for_problems_with_Fine_Offset_family:| cumulus.ini]],&lt;br /&gt;
# and that you do not have a setting for pressure on the Cumulus calibration screen.&lt;br /&gt;
&lt;br /&gt;
The Fine Offset stations only store absolute/station pressure readings in their weather memory locations updated with each transmission and read by Cumulus. Within Cumulus, the software applies the adjustment to sea level before any further processing. It does &#039;&#039;not&#039;&#039; use the altitude setting in the cumulus station configuration screen.&lt;br /&gt;
Normally when Cumulus starts, it reads in [http://www.jim-easterbrook.me.uk/weather/mm/ the fixed block] in the console a pair of absolute/station pressure and relative/sea level pressure readings and uses the difference between these as the ‘offset’ in millibar for the station;  Cumulus uses this offset subsequently to calculate the sea level pressure (each time when reading the absolute pressure in the weather memory locations of the station), but it is possible to define the offset in cumulus.ini instead. &lt;br /&gt;
&lt;br /&gt;
Make sure that you have set your console&#039;s relative pressure correctly:&lt;br /&gt;
*for a push button operated model, press &#039;menu&#039; key 4 times for pressure mode, press &#039;enter&#039; to move to relative pressure setting, press &#039;up&#039; or &#039;down&#039; to adjust value.&lt;br /&gt;
*if your model uses a touch sensitive screen then it is probably tap the reading three times, then touch &#039;+&#039; or &#039;-&#039; to adjust value.&lt;br /&gt;
&lt;br /&gt;
The support forum includes discussion on where to find isobar charts or other sources to determine what the pressure should be.  Obviously after any adjustment you need to stop Cumulus, because it is when you restart it that Cumulus reads the new pressure offset.&lt;br /&gt;
&lt;br /&gt;
Sometimes the offset that cumulus reads from the fixed block is clearly garbage, so&lt;br /&gt;
# the cumulus error light is set,&lt;br /&gt;
# an error message suggests you check the station, and&lt;br /&gt;
# Cumulus uses zero offset instead as a best effort.&lt;br /&gt;
In this situation, Cumulus will display the same value as the &#039;absolute&#039; pressure on the console (no &amp;quot;rel&amp;quot; is displayed on the console when it is displaying absolute pressure). Often, if you restart Cumulus, it will then be able to read the correct value. If the problem happens often, you can circumvent it by editing cumulus.ini (while Cumulus is stopped), and in the [Station] section add an entry: &lt;br /&gt;
&lt;br /&gt;
 EWpressureoffset=x.y&lt;br /&gt;
&lt;br /&gt;
where x.y is your pressure offset. &#039;&#039;&#039;Cumulus will then use this instead of reading the fixed block offset from the station&#039;&#039;&#039;.  &lt;br /&gt;
&#039;&#039;&#039;Note&#039;&#039;&#039; that &#039;&#039;you must supply the offset in hPa&#039;&#039; (i.e. the millibar units that the station works with) and that this circumvention generally stops Cumulus from agreeing with the relative pressure displayed on the console.&lt;br /&gt;
&lt;br /&gt;
== My pressure suddenly dropped! Or suddenly increased!  ==&lt;br /&gt;
&lt;br /&gt;
If you have a Fine Offset station, and this happened when you (re)started Cumulus, it is quite likely a problem with reading the pressure &#039;offset&#039; from the station. See: &amp;quot;Cumulus doesn’t show the same pressure as my Fine Offset console&amp;quot; above.&lt;br /&gt;
&lt;br /&gt;
== I get an error when I try to view my all-time records. Also, they don’t appear on my web site  ==&lt;br /&gt;
&lt;br /&gt;
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. &lt;br /&gt;
&lt;br /&gt;
== I get an error when I close Cumulus  ==&lt;br /&gt;
&lt;br /&gt;
Cumulus does sometimes report an error when you close it. This does not appear to cause any problems, you can just close the error message. I don&#039;t seem to be able to do anything about this, as the &#039;crash&#039; is not in code that I have control over. You may be able to avoid this error by avoiding closing Cumulus while it is uploading to the internet. Please don&#039;t bother sending me a bug report about this. &lt;br /&gt;
&lt;br /&gt;
== My forecast says &amp;quot;Not available&amp;quot;  ==&lt;br /&gt;
&lt;br /&gt;
You can get Cumulus to create a simple forecast by selecting &#039;Cumulus Forecast&#039; on the Stations Settings screen. &lt;br /&gt;
&lt;br /&gt;
== My forecast always says &amp;quot;Exceptional Weather, Stormy, much precipitation&amp;quot;  ==&lt;br /&gt;
&lt;br /&gt;
You probably have incorrect Pressure Extreme settings in the Forecast section on the Station Settings window. Make sure that the values you have supplied match the units you have selected for the extremes. Note that the units for the extremes are not related to the units you have chosen for pressure display in Cumulus. The option of supplying mb/hPa or inHg for the extremes is merely a convenience; you can supply either, but the values and the units must of course match.&lt;br /&gt;
&lt;br /&gt;
== My computer hibernated/suspended, and I lost data/my graphs &#039;flat-lined&#039;  ==&lt;br /&gt;
&lt;br /&gt;
Cumulus can&#039;t cope with being suspended, it just carries on as normal after being woken. There is an option in the station settings to &#039;close on suspend&#039;, so Cumulus will close itself as a safety measure, if you forget to do it manually. Don&#039;t use the &#039;close on suspend&#039; option and the &#039;confirm shutdown&#039; option at the same time; this will cause problems. &lt;br /&gt;
&lt;br /&gt;
But I strongly recommend that you don&#039;t have your computer set to go into any form of standby while Cumulus is running - it&#039;s continuously gathering real-time data, after all, so it&#039;s a rather strange thing to do. &lt;br /&gt;
&lt;br /&gt;
== My heat index/humidex/wind chill is the same as my temperature  ==&lt;br /&gt;
&lt;br /&gt;
*Wind chill only applies when the average wind speed is above 4.8 kph &#039;&#039;&#039;and&#039;&#039;&#039; (by default in Cumulus as it should really always be set, but this is an option that can be unset) the temperature is below 10 degrees Celsius.  &lt;br /&gt;
*Heat index only applies when the temperature is above 27 degrees Celsius &#039;&#039;&#039;and&#039;&#039;&#039; the humidity is above 40%. &lt;br /&gt;
* Humidex does not have any &#039;cutoff&#039; values, but at low temperature and/or humidity it will give the same figure as ambient temperature.&lt;br /&gt;
&lt;br /&gt;
If heat index or wind chill is not applicable, Cumulus will set them the same as the ambient temperature.&lt;br /&gt;
&lt;br /&gt;
== Cumulus is showing a different wind speed compared to my console  ==&lt;br /&gt;
&lt;br /&gt;
You have probably misunderstood Cumulus processing of wind speeds, looking at different parameters, or different averaging periods.&lt;br /&gt;
*If you have a Davis weather station see [[#What_do_the_various_wind_speeds_in_Cumulus_correspond_to.2C_with_Davis_stations.3F]]&lt;br /&gt;
*If you have a Fine Offset station, see [[#What_do_the_various_wind_speeds_in_Cumulus_correspond_to.2C_with_Fine_Offset_stations.3F]] &lt;br /&gt;
* For Oregon Scientific and La Crosse stations see [[#How_do_I_set_up_recording_wind_speeds_in_Cumulus.2C_with_Oregon_Scientific_and_La_Crosse_stations]]&lt;br /&gt;
&lt;br /&gt;
Note that you can&#039;t compare the graphs drawn by Easyweather and Cumulus unless you are certain that they are plotting the same data. They can&#039;t both be running at the same time, so one would normally be plotting &#039;live&#039; data at a given interval, and the other will be plotting data downloaded from the station&#039;s logger. The wind speed will hence not normally be the same for a particular time on the graph as it may well have changed at the point that it is saved to the logger. The only situation where it &#039;&#039;would&#039;&#039; be valid to compare the graphs would be if neither were running at the times you are comparing, and both subsequently downloaded the same data from the logger.&lt;br /&gt;
&lt;br /&gt;
== I get error -32710 with Cumulus and my USB Davis station  ==&lt;br /&gt;
&lt;br /&gt;
The USB support in the Davis DLL which Cumulus uses doesn&#039;t seem to work. You need to use the CP210X USB/serial software which Davis supply, and use the station in serial mode. If you have previously been using your station with Weatherlink in USB mode, you will need to change to serial mode in Weatherlink before you can use the station with Cumulus. You can do this using [http://www.davisnet.com/support/weather/download/CP210X_USB_Serial_Converter_ver2.exe this utility from Davis]. See also this FAQ entry - http://wiki.sandaysoft.com/a/FAQ#How_do_I_get_my_Davis_station_with_USB_working_with_Cumulus.3F&lt;br /&gt;
&lt;br /&gt;
== When I start Cumulus, the graphs restart again each time and don&#039;t show the earlier data  ==&lt;br /&gt;
&lt;br /&gt;
You probably have an error in one or more data files. Look near the beginning of the latest file in the Diags folder for an error message which will tell you which file is in error and which line is causing the problem. It may simply be a blank line. Edit the file with Cumulus stopped. Note that you may need to repeat this process; only the first error is shown.&lt;br /&gt;
&lt;br /&gt;
This problem can also occur if you change your system format settings (date format, decimal and list separators etc). Again, check the diags file for a message about a number not being a valid floating point value.&lt;br /&gt;
&lt;br /&gt;
== The peak values on my graphs are not the same as my extreme values  ==&lt;br /&gt;
&lt;br /&gt;
The graphs are snapshots of the data, taken once a minute while Cumulus is running; it is not feasible to plot every data point. If the extreme value did not coincide exactly with the point at which the data was added to the graph, then it will not appear on the graph. The graphs are not intended to show all of the highs and lows, they are there to give an idea of the trends. This also applies to &#039;Select-A-Graph&#039;, which takes its data from the data logs; the highs and lows do not necessarily appear in the periodic data logs.&lt;br /&gt;
&lt;br /&gt;
This is most noticeable with wind gusts, the value of which can change rapidly, even over a period of a minute. The &#039;Plot latest gust&#039; setting causes the &#039;Latest&#039; figure (as shown on the main screen) to be plotted. What this figure represents exactly depends on your weather station type. This figure may vary rapidly, e.g. on Davis stations, it changes every 3 seconds or so. The graphs are plotted once a minute, and hence, with Davis stations, for example, there is approximately a one in 20 chance of any given &#039;latest&#039; figure actually being plotted.&lt;br /&gt;
&lt;br /&gt;
Cumulus also stores the peak value of the &#039;latest&#039; figure from the last 10 minutes. It calls this the &#039;gust&#039;, as this is a reasonable representation of a true &#039;gust&#039; figure. If you untick &#039;plot latest gust&#039;, it will plot this figure instead. As it contains the peak figure from the last 10 minutes, and the graph is plotted once a minute, plotting this value means that the high gust figure will always appear on the graph. The exception to this is with Davis stations, in the situation where the &#039;high gust&#039; figure has been read directly (as a way of ensuring that the high gust isn&#039;t missed) rather than by the usual reading of the current data. In this case, the gust is recorded as the high, but is not written to the current value, and hence does not appear on the graph, as it may be out of sequence with the current data.&lt;br /&gt;
&lt;br /&gt;
== My extreme values do not appear in the &#039;monthly&#039; data logs  ==&lt;br /&gt;
&lt;br /&gt;
The data logs are snapshots of the data, taken at the configured interval while Cumulus is running (or at the station&#039;s configured interval when data is read from the station&#039;s logger directly into the Cumulus monthly log). Cumulus, while it is running, reads the station frequently, detecting each change in observations, and can update extremes at each of these reading times.&lt;br /&gt;
&lt;br /&gt;
If the extreme value reading time did not immediately precede a time at which the data was logged, then it will not appear in the log. This is most noticeable with wind gusts, the value of which can change rapidly between log entries.&lt;br /&gt;
&lt;br /&gt;
Cumulus is designed to be kept running, if you only run it once a day, then the information it reads from the station&#039;s logger during catch up may miss extremes. For example &#039;&#039;when Cumulus reads the archive temperatures from a Davis station&#039;&#039;,  (in a compromise to allow Cumulus to have as much code as possible that is common to all weather station types) the design means that it ignores the first and second figures representing highest and lowest reported at each logged time, just reading the third figure that, depending on console configuration, is either the average value over the archive period or the final reading of the archive period (I don&#039;t know what the default is).&lt;br /&gt;
&lt;br /&gt;
== Cumulus takes a long time to download the data from my Davis station at start up  ==&lt;br /&gt;
&lt;br /&gt;
When Cumulus starts, it asks the station for all the data from the logger since the last time it was running. If the time-stamp that it supplies does not exactly match the time-stamp of an entry in the Davis logger, the station has a strange &#039;feature&#039; where it decides to send the entire contents of the logger. This will take some time to download, during which the Davis console display may appear to freeze. &lt;br /&gt;
#It is recommended that you enable the feature &#039;&#039;&#039;Synchronise station clock&#039;&#039;&#039; in the &#039;Settings&#039; block accessed from the &#039;&#039;Configuration&#039;&#039; menu  &#039;&#039;&#039;Station&#039;&#039;&#039; [[Cumulus_Screenshots#Station|Screen]].&lt;br /&gt;
#It is recommended that you set the logging interval in Cumulus (in the &#039;Data log interval&#039; block accessed from the &#039;&#039;Configuration&#039;&#039; menu  &#039;&#039;&#039;Station&#039;&#039;&#039; Screen) to the same interval as the station (the station interval can be changed using Weatherlink), then Cumulus will be able to make sure it uses a time-stamp that matches an entry in the logger. Note that this is mentioned in the &#039;&#039;&#039;readme.txt&#039;&#039;&#039; file that appears during the Cumulus installation, which you were asked to read at the time. If you didn&#039;t read it, it is strongly recommended that you do so now; it contains important information.&lt;br /&gt;
&lt;br /&gt;
Note that this situation can also occur if you close Cumulus and then start it up again very soon afterwards, for similar reasons. There is nothing that Cumulus can do about this, it is an issue with the logger (or Virtual VP, which behaves in the same way).&lt;br /&gt;
&lt;br /&gt;
== My Davis console clock is not exactly the same as my PC clock, but I have &amp;quot;Synchronise station clock&amp;quot; selected ==&lt;br /&gt;
&lt;br /&gt;
The Davis protocol only allows hours and minutes to be set, so there is always likely to be a difference of up to 60 seconds between the PC and the station.&lt;br /&gt;
&lt;br /&gt;
== Today is the shortest/longest day, but Cumulus says that tomorrow will be a few seconds shorter/longer  ==&lt;br /&gt;
&lt;br /&gt;
The routines I use to calculate (at midnight GMT) the length of the day aren&#039;t really suitable for this level of accuracy and may use the previous day in one parameter. I don&#039;t consider it an issue.&lt;br /&gt;
&lt;br /&gt;
== Cumulus got the forecast wrong!  ==&lt;br /&gt;
&lt;br /&gt;
Cumulus uses a forecast based on the Zambretti Forecaster (see Google). I didn&#039;t design the algorithm myself and to be honest I don&#039;t know how it works, so I can&#039;t answer any questions about it. Note that this is a &#039;forecast&#039; for the following 12 hours or so; it is not a &#039;nowcast&#039; (what the weather is doing now). Please regard the forecast as &#039;for entertainment purposes only&#039;. Do not base any decisions on it, and bear in mind that it is a very simple calculation based on only a few basic parameters. Some people get reasonable results, others do not. You can try tweaking the pressure extreme settings (in the Forecast section in the station settings), but don&#039;t expect the forecast to be as good as that provided by the weather agencies which have invested millions in their forecasting systems.&lt;br /&gt;
&lt;br /&gt;
== I only see one set of points on the wind direction graph  ==&lt;br /&gt;
&lt;br /&gt;
This happens just after you restart Cumulus, if the data came from the weather station&#039;s logger (i.e. Cumulus hasn&#039;t been running for a while). Weather stations only supply a &#039;current&#039; direction, and Cumulus calculates the average direction when running &#039;live&#039;.  So there is only one set of data available to be plotted, if it comes from the station logger.&lt;br /&gt;
&lt;br /&gt;
== My average wind bearing remains at zero ==&lt;br /&gt;
&lt;br /&gt;
Cumulus will always show zero average bearing when the average wind speed is zero (it can&#039;t be otherwise because it&#039;s calculated using the wind speed). In addition, it will show zero current bearing when the current wind speed is zero if you have &#039;&#039;use bearing zero when calm&#039;&#039; selected in the [[Cumulus_Screenshots#Station|station]] settings (accessible from &#039;&#039;&#039;Configuration&#039;&#039;&#039; menu).&lt;br /&gt;
&lt;br /&gt;
This also happens if your anemonmeter has a fault.&lt;br /&gt;
&lt;br /&gt;
== My graphs appear to be plotted less frequently just after Cumulus starts up  ==&lt;br /&gt;
&lt;br /&gt;
When running live, Cumulus plots data at 1-minute intervals. When it starts up, it pre-fills the graphs with data from the log files, which generally (depending on how you have Cumulus and your station configured) will be at less frequent intervals. &lt;br /&gt;
&lt;br /&gt;
== I closed Cumulus, the &#039;please wait&#039; form appeared, but Cumulus didn&#039;t close, even after several minutes  ==&lt;br /&gt;
&lt;br /&gt;
If you&#039;ve closed Cumulus shortly after it has downloaded a lot of data from the logger, it can take a while for the logging thread to get everything written away to disk, and Cumulus won&#039;t close until this has completed. However, in some circumstances, there seems to be a situation where Cumulus will never close, so you will need to close it with task manager. If you think you know what conditions cause this to happen, please let me know. &lt;br /&gt;
&lt;br /&gt;
== Cumulus isn&#039;t logging data at the interval that I set  ==&lt;br /&gt;
&lt;br /&gt;
It logs data at the interval you have configured, while it is running. If there is data to read from the station logger at start up, each logger entry is logged to the Cumulus log files, so those entries will be at the logger interval that you have configured in your station.&lt;br /&gt;
&lt;br /&gt;
== Cumulus takes a very long time to shut down ==&lt;br /&gt;
&lt;br /&gt;
You may have closed it very soon after starting it up, when it had a lot of data to download from the station logger, and you use Weather Underground. From version 1.9.1  there is a facility where it &#039;catches up&#039; with data that hasn&#039;t been uploaded to Weather Underground while it hasn&#039;t been running. This takes a little while, and if you close it while it is doing it, it will take a long time for all of the updates to time out. You need to give it sufficient time to finish the upload. From version 1.9.2, there is a &#039;catch up&#039; light which shows that the upload is taking place, and the &#039;catch up&#039; is optional&#039;; and it will abort much more quickly if you still close it while the catch up is taking place. &lt;br /&gt;
&lt;br /&gt;
== My temperature Min/Max/Avg graph is empty ==&lt;br /&gt;
&lt;br /&gt;
The most likely explanation is that you have only recently started running Cumulus (in the last day or two). It adds new values to this graph at the end of each day; it wouldn&#039;t make sense to add a value part of the way through the day, and you need a few points to be plotted before the graph starts to take shape. You need to wait until you have been running Cumulus for a few days.&lt;br /&gt;
&lt;br /&gt;
If you&#039;ve been running Cumulus for more than a few days, but the graph is still empty, the most likely explanation is that it was unable to read your dayfile.txt file. Look at the latest file in the &#039;diags&#039; folder (the files are plain text) for error messages mentioning dayfile.txt.&lt;br /&gt;
&lt;br /&gt;
== The longest dry/wet spell for this month/year includes days from last month/year ==&lt;br /&gt;
&lt;br /&gt;
This is intentional. I decided that it didn&#039;t make sense to arbitrarily chop off a dry/wet spell at the start of the month/year, as then the figure is meaningless. So the figures are to be interpreted as &amp;quot;the longest dry/wet spell which includes this month/year&amp;quot;. I note that other software takes the same approach.&lt;br /&gt;
&lt;br /&gt;
== Cumulus isn&#039;t performing periodic tasks, like data logging or web uploads ==&lt;br /&gt;
&lt;br /&gt;
Cumulus assumes a certain level of weather station functionality. It checks that it has received data from a number of sensors (e.g. pressure and outside temperature) before it starts periodic calculations, logging, uploading to the web, or drawing graphs. This is an attempt to make sure that bad data is not logged. If your weather station is not fully functional, you will not be able to use Cumulus fully. &lt;br /&gt;
&lt;br /&gt;
You can over-ride the start up check by adding a line to the [Station] section of [[Cumulus.ini#Section:_Station|cumulus.ini]], thus: &#039;&#039;NoSensorCheck=1&#039;&#039;&lt;br /&gt;
(You need to do this while Cumulus is stopped). Note that you are likely to get bad data logged if you do this.&lt;br /&gt;
&lt;br /&gt;
== I&#039;ve changed my Twitter password, and now Cumulus won&#039;t update Twitter ==&lt;br /&gt;
&lt;br /&gt;
You need to force Cumulus to re-authenticate with Twitter. Stop Cumulus and edit cumulus.ini. Find the [Twitter] section, and &#039;&#039;&#039;delete&#039;&#039;&#039; the lines which start&lt;br /&gt;
&lt;br /&gt;
OauthToken=&lt;br /&gt;
 &lt;br /&gt;
OauthTokenSecret=&lt;br /&gt;
&lt;br /&gt;
Start Cumulus and it should be able to update Twitter again.&lt;br /&gt;
&lt;br /&gt;
This also applies if you want to change to a different Twitter account.&lt;br /&gt;
&lt;br /&gt;
== When I start Cumulus, I get the error message &amp;quot;The station is not initialised&amp;quot; ==&lt;br /&gt;
&lt;br /&gt;
For Fine Offset stations, when Cumulus starts up, it checks the first two bytes of the station&#039;s memory. They are supposed to contain the values Hex 55 and Hex AA to indicate that the station has initialised itself correctly. If they do not, then presumably the station has had some kind of internal problem, so Cumulus doesn&#039;t try to read any data from it. A reset of the station normally fixes this - remove the batteries and the USB cable; but note that you will almost certainly lose any stored data in the logger.&lt;br /&gt;
&lt;br /&gt;
If you want to force Cumulus to ignore this check (not recommended), edit cumulus.ini and add a line to the [Station] section: &#039;&#039;EWdisablecheckinit=1&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
You will most likely not have any success with this, as your station memory is probably corrupted anyway.&lt;br /&gt;
&lt;br /&gt;
Note that for this setting to work, you need to be using version 1.9.3, build 1034 or later.&lt;br /&gt;
&lt;br /&gt;
== How do I correct today&#039;s or yesterday&#039;s highs and lows? ==&lt;br /&gt;
&lt;br /&gt;
Today&#039;s totals, highs and lows (and yesterday&#039;s rain total) are held in [[today.ini]] in the Cumulus data folder. Yesterday&#039;s totals (including RG11 rain but not standard rain), highs and lows are held in [[yesterday.ini]]. Follow the cross-references if you are unsure which parameter is what. To change any values, stop Cumulus and edit the file(s) in a text editor. Be sure to keep any date and time formats the same. If you are editing yesterday&#039;s highs and lows, you might also need to edit [[Dayfile.txt#Editing_daily_summary_in_Cumulus|dayfile.txt]], as the same values will probably have been written to that file. You can use the [[Cumulus_Screenshots#File.2FEdit.2FHelp_Menu|built-in dayfile editor]] in Cumulus to do this. If your all-time and/or monthly all-time records have been affected, see the [[#How_do_I_correct_my_all-time_.28or_monthly_all-time.29_records.3F|FAQ entry below]].&lt;br /&gt;
&lt;br /&gt;
If the value you want to change is today&#039;s high hourly rain figure, it is best to wait until the current figure has returned to a sensible value. There is no easy way to correct the current figure, so if you change it in today.ini while the current figure is incorrect, the high value in today.ini will immediately be changed again when you start Cumulus.  More information about correcting rain [[#My_station_invented_some_rain_that_didn.27t_really_occur.2C_and_I_want_to_set_it_to_zero_.28or_some_other_figure.29 |in this FAQ]].&lt;br /&gt;
&lt;br /&gt;
If the problem occurred because Cumulus wasn&#039;t able to download the data from the station&#039;s logger when you started it up in the morning (or perhaps you turned off the &#039;use data logger&#039; setting for some reason), you can get it to try again by &#039;rewinding&#039; to the time when you started Cumulus, and allowing it to try again. Cumulus takes a copy of the current files each time it starts up, and puts them in a folder in the backup folder in the Cumulus installation. Stop Cumulus, and find the backup folder with the appropriate timestamp, and copy all of the files from the backup folder into the Cumulus data folder, and start Cumulus up again.&lt;br /&gt;
&lt;br /&gt;
== How do I correct my all-time (or monthly all-time) records? ==&lt;br /&gt;
&lt;br /&gt;
Use the editor in Cumulus - on the Edit menu. If you know the correct figures, you can enter them manually.&lt;br /&gt;
*You can look at the [[Alltimelog.txt]] file to find the previous values for the [[Monthlyalltime.ini|all-time records]].&lt;br /&gt;
*Similar entries are logged to the [[diags]] files for the monthly highs and lows in [[month.ini]]. &lt;br /&gt;
*You can also get the editor to scan the [[dayfile.txt|daily summary log]] and [[Monthly_log_files]] to find the highs and lows from those files, click the Help button for details. Note that to use this facility you first need to correct any incorrect values in the files being scanned; you can use the built-in editor in Cumulus to edit dayfile.txt.&lt;br /&gt;
&lt;br /&gt;
Cumulus takes a backup of all the active data files when it starts up, and also at the start of the meteorological day (just after midnight for a lot of users). The backups are kept in folders within the backup sub-folder in the Cumulus installation. So an alternative method would be to find the latest backup from before the error occurred, and copy the &#039;&#039;alltime.txt&#039;&#039; and/or &#039;&#039;monthlyalltime.txt&#039;&#039; file from the backup to the Cumulus data folder. Do this with Cumulus stopped.&lt;br /&gt;
&lt;br /&gt;
There is more information in [[:Category:Log_Files]], on the page for each type of file.&lt;br /&gt;
&lt;br /&gt;
== It&#039;s January 1st and my &#039;rain since midnight&#039; and/or &#039;last 24 hours rain&#039; and/or Evapotranspiration are wrong/negative ==&lt;br /&gt;
&lt;br /&gt;
You are probably using a Davis station. Cumulus needs an incrementing rain counter to calculate all of the rain figures, and the nearest to that on a Davis station is the annual total. When this resets at the end of the year, this causes some of the rain data to show odd values for a day. You will notice this particularly if you use an 0900 start of meteorological day, as the &#039;rain since midnight&#039; figure is used for services such as Weather Underground. There&#039;s no easy solution to this, sorry.&lt;br /&gt;
&lt;br /&gt;
== Cumulus stops at the &amp;quot;Downloading data&amp;quot; screen ==&lt;br /&gt;
&lt;br /&gt;
If you have a Fine Offset station, this is probably caused by the station&#039;s USB interface locking up - a known problem with some Fine Offset stations. You should be able to get it going again by doing a reset - remove batteries and the USB cable. Recent Fine Offset models have a problem where they can lock up frequently, requiring a reset. From version 1.9.3 of Cumulus onwards, there is an option to synchronise the reading of data with the console writing the data, to avoid doing both at the same time, and this seems to avoid most lockups. The setting is &amp;quot;Synchronise Fine Offset reads&amp;quot; on the station settings screen.&lt;br /&gt;
&lt;br /&gt;
If you look in the status bar at the bottom of the Cumulus window, there may a message &amp;quot;Error: no response&amp;quot;; this would confirm that the station has locked up and needs resetting.&lt;br /&gt;
&lt;br /&gt;
If you are using the &amp;quot;Synchronise&amp;quot; setting but are still getting frequent console interface lockups, then the clocks on the console and the platform running Cumulus may be drifting too far between synchronisations. Look in the diags files for the word &amp;quot;drift&amp;quot; and see how many seconds apart the clocks are drifting. If it is more than 3 seconds, you will need to adjust the period that Cumulus allows where it doesn&#039;t read the console data. Stop Cumulus and edit Cumulus.ini. In the [Station] section, add a line:&lt;br /&gt;
&lt;br /&gt;
FOReadAvoidPeriod=N&lt;br /&gt;
&lt;br /&gt;
where N is the required setting in seconds. If you find you are getting a drift of 9 seconds, say, you might set the value to 10.&lt;br /&gt;
&lt;br /&gt;
== Cumulus locks up when it starts and I have to use the task manager to kill it ==&lt;br /&gt;
&lt;br /&gt;
If you have a &#039;&#039;Fine Offset station&#039;&#039;, this is most likely caused by the station&#039;s interface locking up, i.e the station has stopped communicating with the PC.&lt;br /&gt;
&lt;br /&gt;
The problem where Cumulus locks up when the Fine Offset station doesn&#039;t respond is fixed in version 1.9.4. If you look in the status bar at the bottom of the Cumulus main window, there may be a message &amp;quot;Error: no response&amp;quot;; this would confirm that the station has locked up and needs resetting.&lt;br /&gt;
&lt;br /&gt;
You should be able to get the station going again by doing a reset - either remove console batteries and the USB cable or press the reset button hidden below the small hole (on 1081-based models, above the top RH corner of the battery cover). Recently manufactured Fine Offset models have a problem where they can lock up frequently, requiring a power reset. From version 1.9.3 of Cumulus onwards, there is an option on &#039;&#039;station settings screen&#039;&#039; to &#039;&#039;&#039;Synchronise Fine Offset Reads&#039;&#039;&#039; (Cumulus reading data from console) with the timing of received transmissions from sensors updating the data, to avoid doing both at the same time, and this seems to avoid most lockups.&lt;br /&gt;
&lt;br /&gt;
== Error messages with &amp;quot;Error on line...&amp;quot; or &amp;quot;Error at line...&amp;quot; ==&lt;br /&gt;
&lt;br /&gt;
These are corruptions in the log files, typically caused by Cumulus being unexpectedly closed (e.g. killed using Task Manager, or a PC reboot) while it is writing to the log files, but there can be other causes. The error message may say something like &amp;quot;List index out of bounds&amp;quot;. The error message will name the affected file(s) and the affected line number(s).&lt;br /&gt;
&lt;br /&gt;
Stop Cumulus and open the named file(s) in a good text editor, such as Notepad++. Do not use Notepad. At the line number(s) mentioned correct the error(s), which will be obvious as the lines won&#039;t look like the other lines, they will be blank or have garbage characters, or perhaps two lines have been run together. Save the file(s) and start Cumulus again.&lt;br /&gt;
&lt;br /&gt;
== Cumulus gives an error and won&#039;t run on my HP computer ==&lt;br /&gt;
&lt;br /&gt;
It&#039;s a known problem with HP computers; they have missing fonts. One solution is to install [http://www.microsoft.com/en-us/download/details.aspx?DisplayLang=en&amp;amp;id=16083 this font update] from Microsoft. It appears that computers other than HP can have the same font issue, so it is worth installing the font update anyway, if you get a problem where Cumulus won&#039;t start.&lt;br /&gt;
&lt;br /&gt;
== The headings or data look wrong in the data log viewer ==&lt;br /&gt;
&lt;br /&gt;
You&#039;re probably trying to view the wrong type of file. Use [[Cumulus_Screenshots|menus]] on main screen.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;View | Data logs&amp;quot; is only for the monthly data logs, e.g. Oct13log.txt, &amp;quot;View | Extra data logs&amp;quot; is for &amp;quot;extra&amp;quot; data logs, e.g. ExtraLog201310.txt, and if you want to view the daily summaries in dayfile.txt, use the dayfile.txt editor - &amp;quot;Edit | dayfile.txt&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
== The wind rose in Cumulus does not display anything with my Fine Offset ==&lt;br /&gt;
&lt;br /&gt;
The Fine Offset weather stations are supposed to supply data for 16 wind directions, however the design is such that most of them only actually use 8 of the possible 16. Try setting the wind rose to only display 8 directions by setting the &#039;wind rose points&#039; value to 8 on the display settings screen.&lt;br /&gt;
&lt;br /&gt;
== I&#039;ve set the graph background to white, but there&#039;s a problem with the small wind direction graph ==&lt;br /&gt;
&lt;br /&gt;
This appears to be an issue with the third party chart component. The work around is to choose a gradient background and set all three colours in the gradient to white.&lt;br /&gt;
&lt;br /&gt;
== My Weather Underground tabular data interval is not the same as the interval I&#039;ve set in Cumulus (I&#039;m using Rapid Fire) ==&lt;br /&gt;
&lt;br /&gt;
If you have selected &#039;rapid fire&#039;, the data is uploaded every 5 seconds, and the interval you configure in Cumulus is not used. Weather Underground decide how often your tabular data is logged when using rapid fire, not Cumulus.&lt;br /&gt;
&lt;br /&gt;
== My WU or PWS highest and lowest do not match Cumulus ==&lt;br /&gt;
&lt;br /&gt;
Note that Cumulus does not send minimum and maximum values to PWS and WU, they determine those themselves from the individual values that Cumulus sends.&lt;br /&gt;
&lt;br /&gt;
== My monthly (month-by-month) all-time records don&#039;t have entries for all of the months that I have been using Cumulus ==&lt;br /&gt;
&lt;br /&gt;
You need to initialise them. See the release announcement for version 1.9.3, which is when this facility was introduced: http://sandaysoft.com/forum/viewtopic.php?f=2&amp;amp;t=9286&lt;br /&gt;
&lt;br /&gt;
You only need to do this once; when you have initialised them, Cumulus will keep them up to date thereafter.&lt;br /&gt;
&lt;br /&gt;
== I am getting I/O error 32 or I/O error 103 ==&lt;br /&gt;
&lt;br /&gt;
I/O error 32 = ERROR_SHARING_VIOLATION; &amp;amp;nbsp; I/O error 103 = &#039;file not open&#039; mean something on your system has one of the Cumulus files open, preventing Cumulus writing to it (Cumulus needs exclusive access).  If you are seeing &amp;quot;file access denied&amp;quot;, you may have a permissions problem.&lt;br /&gt;
Possible reasons for locked files:&lt;br /&gt;
# Anti-virus, or back-up, software scanning/accessing the file (this is the cause in almost all cases that I&#039;ve seen).&lt;br /&gt;
# An edit or file transfer in progress (the Cumulus thread for logging and the Cumulus thread for FTP are independent so can overlap). This is likely to happen if you are getting Cumulus to frequently upload the log file to your web site.&lt;br /&gt;
# Some other software that a user is running which is processing the file in some way.&lt;br /&gt;
# More than one instance of Cumulus running (see [[#Can_I_run_2_copies_of_Cumulus.3F]]).&lt;br /&gt;
# An issue with the system clock on the PC.&lt;br /&gt;
&lt;br /&gt;
== I have problems after upgrading to Windows 10 ==&lt;br /&gt;
See this forum post - http://sandaysoft.com/forum/viewtopic.php?f=2&amp;amp;t=14148&lt;br /&gt;
&lt;br /&gt;
= Website =&lt;br /&gt;
&lt;br /&gt;
== How do I set up a website? ==&lt;br /&gt;
The crucial settings are selected on the &#039;&#039;Internet&#039;&#039; screen in the &#039;&#039;&#039;Configuration&#039;&#039;&#039; menu. &lt;br /&gt;
*On the &#039;&#039;Sites/Options&#039;&#039; tab, you must have &#039;&#039;&#039;Auto Update&#039;&#039;&#039; selected if you want Cumulus to generate web pages at the standard interval.  Other parameters will depend on your particular set-up, but are explained in the Cumulus &#039;&#039;&#039;Help&#039;&#039;&#039; and in Wiki pages starting with [[Website_setup]] and following links as required. &lt;br /&gt;
*On the &#039;&#039;Files&#039;&#039; tab, you select whether to use the standard Cumulus templates and images, or specify your own templates and destinations.&lt;br /&gt;
&lt;br /&gt;
== I’ve configured my ftp details but the web pages aren’t appearing on my site  ==&lt;br /&gt;
&lt;br /&gt;
Try setting ‘use active FTP mode’. If you already have it set, try unsetting it. If it was previously working OK, something may have changed on your network, or at the server end.&lt;br /&gt;
&lt;br /&gt;
== I’ve tried active FTP mode, but my web pages (or my realtime.txt file) still don’t appear?  ==&lt;br /&gt;
&lt;br /&gt;
Are you absolutely sure you have set the ftp path correctly? Most problems like this are a result of an incorrect path. Note that the information in the &#039;FTP progress&#039; window is not generally useful for diagnosing upload issues&#039; try turning on the ftp logging (on the Configuration menu) and look in the ftplog.txt and realtimeftplog.txt files (in the Cumulus folder). It is best to supply a relative path - i.e. with no leading &#039;slash&#039;. Please don&#039;t ask me what path you need to supply, it is impossible for me to guess how your web space is set up. If you cannot work it out, ask your web space provider for help.&lt;br /&gt;
&lt;br /&gt;
== How do I replace the &#039;bird&#039; image on my website? ==&lt;br /&gt;
&lt;br /&gt;
There are several ways to change the image of the &#039;bird&#039; on the standard Cumulus web page.  You will need a [[FTP tool]].&lt;br /&gt;
* The simplest way is to upload a new picture to the images folder of your website; the file should be called picture.jpg.   Please ensure the image is not too large and bear in mind it will appear on the bottom left of the page; the site data may cover some of the image.  As a guide, the default image is 600 x 450 pixels.&lt;br /&gt;
* Secondly, you may upload an image using your own file name.  Edit the &#039;&#039;weatherstyle.css&#039;&#039; file and look for the line &amp;lt;tt&amp;gt;background-image: url(images/picture.jpg);&amp;lt;/tt&amp;gt; around line 9 and adjust as necessary.  Upload the edited css file to your website.&lt;br /&gt;
* if you wish to remove the image completely edit the &#039;&#039;weatherstyle.css&#039;&#039; file and remove the line &amp;lt;tt&amp;gt;background-image: url(images/picture.jpg);&amp;lt;/tt&amp;gt;  Upload the edited css file to to your website.&lt;br /&gt;
&lt;br /&gt;
NOTE: It is not recommended that you overwrite the image in your local folder (webfiles\images\picture.jpg) because that gets overwritten when you update to a new build of Cumulus. Ideally your image will be in its own local folder outside the Cumulus structure.&lt;br /&gt;
&lt;br /&gt;
== Why does the heading say &#039;weather weather&#039; ? ==&lt;br /&gt;
&lt;br /&gt;
The standard first template page contains &#039;&#039;&#039;&amp;amp;lt;h1&amp;amp;gt;&amp;amp;lt;#location&amp;amp;gt; weather&amp;amp;lt;/h1&amp;amp;gt;&#039;&#039;&#039;, so do not include &#039;weather&#039; in your station name (this is what the tag &amp;amp;lt;#location&amp;amp;gt; represents, see next answer) to avoid it being duplicated.&lt;br /&gt;
&lt;br /&gt;
== How do I change the &amp;quot;Welcome to.&amp;quot; on the front page ==&lt;br /&gt;
&lt;br /&gt;
The Welcome message is controlled within Cumulus.  Click on the &#039;&#039;Station&#039;&#039; screen in &#039;&#039;&#039;Configuration&#039;&#039;&#039; menu and Edit the &#039;&#039;&#039;Description&#039;&#039;&#039; field within the Location frame to amend what the tag &amp;lt;#longlocation&amp;gt; represents in &amp;quot;Welcome to &amp;amp;lt;#longlocation&amp;amp;gt;.&amp;quot; on template page.&lt;br /&gt;
&lt;br /&gt;
== I don&#039;t have a solar sensor. How do I remove the solar data from the supplied web templates? ==&lt;br /&gt;
Locate the Cumulus &#039;web&#039; folder on your PC and edit the following files (there are comments in the html to guide you):&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;indexT.htm&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Remove the following code:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
  &amp;lt;!-- Solar data. If you don&#039;t have a solar sensor, you may wish to delete everything from here to the next comment --&amp;gt;&lt;br /&gt;
  &amp;lt;tr class=&amp;quot;td_temperature_data&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;Solar Radiation&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;&amp;lt;#SolarRad&amp;gt;&amp;amp;nbsp;W/m&amp;amp;sup2;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;Evapotranspiration Today&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;&amp;lt;#ET&amp;gt;&amp;amp;nbsp;&amp;lt;#rainunit&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;/tr&amp;gt;&lt;br /&gt;
  &amp;lt;!-- End of solar data --&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;todayT.htm&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
Remove the following code:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
    &amp;lt;!-- Solar data. If you don&#039;t have a solar sensor, you may wish to delete everything from here to the next comment --&amp;gt;&lt;br /&gt;
    &amp;lt;tr class=&amp;quot;td_temperature_data&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;td&amp;gt;Hours&amp;amp;nbsp;of&amp;amp;nbsp;Sunshine&amp;lt;/td&amp;gt;&lt;br /&gt;
      &amp;lt;td&amp;gt;&amp;lt;#SunshineHours&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
      &amp;lt;td&amp;gt;&amp;amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;!-- End of solar data --&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;yesterdayT.htm&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Remove the following code:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
    &amp;lt;!-- Solar data. If you don&#039;t have a solar sensor, you may wish to delete everything from here to the next comment --&amp;gt;&lt;br /&gt;
    &amp;lt;tr class=&amp;quot;td_temperature_data&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;td&amp;gt;Hours&amp;amp;nbsp;of&amp;amp;nbsp;Sunshine&amp;lt;/td&amp;gt;&lt;br /&gt;
      &amp;lt;td&amp;gt;&amp;lt;#YSunshineHours&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
      &amp;lt;td&amp;gt;&amp;amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;!-- End of solar data --&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== How do I remove Inside Temperature graph or add solar/UV/sunshine? ==&lt;br /&gt;
&lt;br /&gt;
Locate the Cumulus &#039;web&#039; folder on your PC and edit the following file:&lt;br /&gt;
&#039;&#039;&#039;trendsT.htm&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Modify the following code:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
    &amp;lt;td class=&amp;quot;td_thumbnails&amp;quot;&amp;gt;&amp;lt;a onclick=&#039;changeImage(&amp;quot;images/intemp.png&amp;quot;)&#039;&amp;gt;&amp;lt;img src=&amp;quot;images/intempsm.png&amp;quot; alt=&amp;quot;Inside Temperature Graph Thumbnail&amp;quot; width=&amp;quot;150&amp;quot; height=&amp;quot;100&amp;quot; style=&amp;quot;border:0&amp;quot; /&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
*To simply remove &#039;&#039;&#039;Inside Temperature&#039;&#039;&#039; graph, change code above to this&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
*If you want to stop Cumulus uploading the indoor temperature graph, you can un-tick &#039;Include standard images&#039; on the &#039;files&#039; tab of the internet settings, and list all of the images that you still want to be uploaded as extra files. As there will likely be more than 10 files, you would need to do this by editing Cumulus.ini.&lt;br /&gt;
*To show solar instead, replace &#039;intemp.png&#039; with &#039;solar.png&#039;, replace &#039;intempsm.png&#039; with &#039;solarsm.png&#039;, and change the wording of the value associated with the alt property.&lt;br /&gt;
*To make Cumulus upload the solar graph, select it on the &#039;files&#039; tab of the internet settings.&lt;br /&gt;
*To show sunshine instead, replace &#039;intemp.png&#039; with &#039;sunshine.png&#039;, replace &#039;intempsm.png&#039; with &#039;sunshinesm.png&#039;, and change the wording of the value associated with the alt property.&lt;br /&gt;
*To make Cumulus upload the sunshine graph, select it on the &#039;files&#039; tab of the internet settings.&lt;br /&gt;
*To show UV instead, replace &#039;intemp.png&#039; with &#039;uv.png&#039;, replace &#039;intempsm.png&#039; with &#039;uvsm.png&#039;, and change the wording of the value associated with the alt property.&lt;br /&gt;
*To make Cumulus upload the UV graph, select it on the &#039;files&#039; tab of the internet settings.&lt;br /&gt;
&lt;br /&gt;
If you want to do more than a straight one for one swap see [[Customised_templates#Slightly_less_simple_customisation_of_trendsT.htm| customisation page here]].&lt;br /&gt;
&lt;br /&gt;
== How do I include extra items on supplied web templates? ==&lt;br /&gt;
&lt;br /&gt;
Open the folder cumulus\web and edit the relevant file named xxxxxT.htm.  For example instead of deleting the sections in the [[#I don&#039;t have a solar sensor. How do I remove the solar data from the supplied web templates?|remove solar answer]], edit their contents.&lt;br /&gt;
See [[Customised_templates#Changing_the_Standard_Templates]] for fuller description.&lt;br /&gt;
&lt;br /&gt;
If you do change the standard templates, take a copy of your new versions, and store elsewhere.&lt;br /&gt;
The sub-folder cumulus\web\originals has copies of the standard templates from the installed build, do not edit these.&lt;br /&gt;
When you install a new build of Cumulus, you have an option to replace or not replace the contents of cumulus\web with the new build&#039;s standard templates.&lt;br /&gt;
&lt;br /&gt;
== How do I upload extra web pages? ==&lt;br /&gt;
&lt;br /&gt;
See Cumulus help for the Internet Settings screen, or for a step-by-step guide see [[Customised_templates#What_to_select_on_the_.27Files.27_tab_of_the_Internet_Settings_screen_within_the_.27Configuration.27_menu]]&lt;br /&gt;
&lt;br /&gt;
== What character encoding does Cumulus use for the web pages it generates? ==&lt;br /&gt;
&lt;br /&gt;
Cumulus 1.9.4 build 1093 changed all the template pages from XHTML 1.0 Transitional using charset=iso-8859-1 encoding to HTML 5 using charset=&amp;quot;UTF-8&amp;quot; encoding. It uses this without [http://en.wikipedia.org/wiki/Byte_order_mark Byte Order Mark] (BOM).&lt;br /&gt;
&lt;br /&gt;
From that build, you can tell Cumulus which of those two encodings to use:&lt;br /&gt;
*For standard template names in standard &#039;cumulus\web&#039; folder, if you replace them with customised templates not using [http://en.wikipedia.org/wiki/UTF-8 &amp;quot;Universal Character Set Transformation Format — 8-bit&amp;quot; (UTF-8)], &lt;br /&gt;
**unselect &#039;&#039;&#039;UTF-8 encode&#039;&#039;&#039; in the web settings frame on the Sites/Options tab of Internet settings screen in Configuration menu. &lt;br /&gt;
**Cumulus will then, as in earlier builds, use [http://en.wikipedia.org/wiki/ISO-8859-1 iso-8859-1] encoding.&lt;br /&gt;
*For extra templates, the Files tab of the Internet settings screen in Configuration menu has the option to choose which of the two Cumulus encodings to use.  See Wiki article referenced in previous answer.&lt;br /&gt;
&lt;br /&gt;
Note that since Cumulus 1.9.4 build 1078 there has been an option on the NOAA Setup screen in Configuration menu to specify whether character set utf-8 encoding is to be used for those reports.&lt;br /&gt;
&lt;br /&gt;
== Why does a standard gauges web page have text where it should show gauges? ==&lt;br /&gt;
&lt;br /&gt;
[[File:Gauges missing.jpg]] If a standard Cumulus &#039;gauges.htm&#039; web page displays like this then either&lt;br /&gt;
&lt;br /&gt;
1) (Most Likely) The weather station owner has not loaded the required files/folders onto his/her server; &lt;br /&gt;
* The gauges graphics require the &#039;images&#039; subfolder (see next answer), containing the script and many images to be pre-loaded in the &#039;dbimages&#039; subfolder.&lt;br /&gt;
* All these should exist within the destination folder that holds the HTML files as instructed in the Cumulus Help (&#039;setting up your website&#039; page)  &lt;br /&gt;
* Also explained in [[Simple Website setup]] on this Wiki.&lt;br /&gt;
&lt;br /&gt;
or 2) JavaScript is not enabled (or not available) in the browser being used to view the page (if not enabled, this can be switched on in either &#039;Options&#039;, &#039;Preferences&#039; or &#039;Settings&#039; depending on browser). Note that Firefox version 23 has removed the ability to change this in Option preferences, so ignore this solution in that browser.&lt;br /&gt;
&lt;br /&gt;
or 3)  You are using a browser add-on such as &#039;NoScript&#039; (over 2 million use this) which requires you to explicitly turn on JavaScript for each web site you visit within the &#039;NoScript&#039; options.  (This sort of add-on may be used to restrict advertising or tracking of your actions, or for security against unwanted processes being started by sites you visit).&lt;br /&gt;
&lt;br /&gt;
== Why are there no graphs on my standard trends web page? ==&lt;br /&gt;
&lt;br /&gt;
Either 1) You have not created an images sub-folder (within your folder that holds web pages) as instructed in the Cumulus Help (&#039;setting up your website&#039; page) -  also explained in [[Simple Website setup]].  In this case, the bird image will not be appearing in the bottom left corner of your web pages.&lt;br /&gt;
&lt;br /&gt;
Or 2) You have switched off &#039;&#039;&#039;Include Standard Images&#039;&#039;&#039; on the file tab of the Internet dialogue of the configuration menu.  In this case Cumulus believes you are working in a non-standard way, and does not automatically upload the graphs (nor moon image).&lt;br /&gt;
&lt;br /&gt;
== What is the size of the standard Cumulus update? ==&lt;br /&gt;
&lt;br /&gt;
The default is that all of the standard pages and standard images are uploaded on each update at whatever standard update frequency you select. &lt;br /&gt;
&lt;br /&gt;
In total for version 1.9.2, it&#039;s about half a megabyte - about 100kB for the pages (about half of that is the gauges.htm page with all the detailed wind plotting points, and half the other pages) and 400kB for the variable images (moon phase, some gauges images and trend graphs - the exact size of latter can vary if you change the period they cover).&lt;br /&gt;
&lt;br /&gt;
Version 1.9.3 adds the monthly records page which contains 12 months worth of a lot of data, and adds 25kB to every update (although usually very little changes between updates).&lt;br /&gt;
&lt;br /&gt;
The NOAA monthly and annual pages are uploaded once a day, that is another 8kB for a full month and full year, obviously less at the start of a month/year.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Optional extras&#039;&#039;&#039;&lt;br /&gt;
*[[realtime.txt]] file, this is less than 1kB (1024 Bytes) in size.&lt;br /&gt;
*[[dayfile.txt]] a file that is about (30 times number of years) kB&lt;br /&gt;
*The files required to update external sites are no more than a few kB.&lt;br /&gt;
&lt;br /&gt;
== How do I upload my own pages or files once a day? ==&lt;br /&gt;
&lt;br /&gt;
Cumulus allows you to specify a command (with optional parameters) that will be actioned just after daily rollover. The command is entered in the &#039;&#039;External programs&#039;&#039; frame at the bottom left of the Internet Settings screen.  The box is labelled &#039;&#039;&#039;Daily&#039;&#039;&#039;. Click the Cumulus &#039;&#039;Help&#039;&#039; button for guidance.  For example you could type &#039;c:\cumulus\daily.cmd&#039; in the box labelled &#039;&#039;Daily&#039;&#039;. &lt;br /&gt;
&lt;br /&gt;
This could be used to upload the pages with the longer term extremes (as your monthly, annual and all-time extremes may only change a few times a month or even less frequently) and so reduce the upload burden at the standard uploading frequency.  To achieve this you would use the content of that example file &#039;daily.cmd&#039;, in the default Cumulus folder,   to call your own [[FTP_tools| file transfer tool]] for those infrequently changing pages. Remember to also unselect &#039;&#039;&#039;Include Standard Files&#039;&#039;&#039; on the&#039;&#039; &#039;Files&#039; tab&#039;&#039; of &#039;Internet settings&#039;, and list [[Customised_templates#How_Cumulus_uses_its_templates|the templates]] on that tab, selecting &#039;&#039;&#039;Process?&#039;&#039;&#039; for all of them, but only selecting &#039;&#039;&#039;FTP?&#039;&#039;&#039; for the other frequently changing pages that are still to be uploaded at the standard interval. You may find help on the forum  or elsewhere on this wiki [[SFTP| for the FTP call]] and [[Customised_templates#Creating_Your_Own_Templates| for &#039;Files&#039; tab settings]].&lt;br /&gt;
&lt;br /&gt;
It can also be used for the optional files mentioned in the previous answer or to update a database using a [[ImportCumulusFile|PHP batch job]].  For the daily command specified above, in the default Cumulus folder, add a file &#039;daily.cmd&#039; that contains (if you host your own server using &#039;XAMPP&#039;), &#039;copy c:\cumulus\data\dayfile.txt C:\xampp\htdocs\weather\daj\&#039; for example to enable you to use the [[AnnualDataSummary| Annual Day-by-day Summary]] tool. (Uploading if you do not host your own server is described at [[Upload_Dayfile| upload dayfile]] but basically you swap the copy command for a FTP command).&lt;br /&gt;
&lt;br /&gt;
== The &#039;real time wind data&#039; gauges on the standard gauges page aren&#039;t working ==&lt;br /&gt;
&lt;br /&gt;
These require a [[realtime.txt]] file to be uploaded by Cumulus. Tick the &amp;quot;Enable Realtime&amp;quot;, &amp;quot;Enable Realtime FTP&amp;quot; and &amp;quot;Enable realtime.txt FTP&amp;quot; boxes on the internet settings screen. If the gauges still do not work, check that the [[realtime.txt]] file is being uploaded to the correct place. If it is not, it is likely that you have specified an incorrect &#039;ftp directory&#039; in Cumulus. If your &#039;normal&#039; pages are being uploaded correctly, but realtime.txt is not, then it is likely that you simply need to leave the ftp directory blank (but see the note below first).&lt;br /&gt;
&lt;br /&gt;
A possible cause for this problem is that your web space provider does not allow .txt files to be accessed. For example, the free hosting provider 000webhost.com do not.&lt;br /&gt;
&lt;br /&gt;
== I&#039;m using the supplied web pages, and get lower case in places where I want upper case  ==&lt;br /&gt;
&lt;br /&gt;
It&#039;s in the CSS. Go to the webfiles sub-folder of your cumulus installation, edit weatherstyle.css and find lines like: &amp;quot;text-transform: lowercase;&amp;quot; and remove them. Use FTP tool to replace the weatherstyle.css on your website.&lt;br /&gt;
&lt;br /&gt;
== My web pages have things like &amp;amp;lt;#location&amp;amp;gt; in them  ==&lt;br /&gt;
You’ve edited your templates with something like Dreamweaver, and it’s changed the angle brackets on the [[Webtags]] to &amp;quot;&amp;amp;amp;lt&amp;amp;nbsp;;&amp;quot; and &amp;quot;&amp;amp;amp;gt&amp;amp;nbsp;;&amp;quot; - you need to change them back to &amp;amp;lt; and &amp;amp;gt;. &#039;&#039;These may look the same when viewed in your browser, but you can see the difference if you &#039;view source&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
Alternatively, if the web templates are listed in [[cumulus.ini]] (and for the first 10 appear on the &#039;&#039;&#039;files&#039;&#039;&#039; tab of &#039;&#039;Internet&#039;&#039; dialogue of &#039;&#039;&#039;Configuration&#039;&#039;&#039; menu), the &#039;&#039;&#039;Process&#039;&#039;&#039; option must be ticked for the web pages generated by Cumulus to have values replacing the [[Webtags]].  Otherwise at each web update, Cumulus will generate web pages the same as the templates.&lt;br /&gt;
&lt;br /&gt;
== My web pages are empty ==&lt;br /&gt;
If empty web pages are being uploaded to your web site (i.e. they report size of 0 kB, but do not produce &#039;error 404 - page not found&#039; message), and your browser shows that their modification date is recent (see next FAQ), then it is likely that the [[Customised_templates#What_is_meant_by_.27Cumulus_processes_templates.27| Cumulus processing]] of templates is failing:&lt;br /&gt;
*Either (since build 1093, as made clear in the release notes)[[File:Web settings.JPG]] the character encoding (for standard named templates that are [[Customised_templates#What_is_meant_by_.27Cumulus_processes_templates.27| processed by Cumulus]]) is specified incorrectly on the &#039;&#039;&#039;Configuration&#039;&#039;&#039;  menu, &#039;&#039;Internet&#039;&#039; dialog, &#039;&#039;&#039;Sites/Options&#039;&#039;&#039; tab, &#039;&#039;Web Settings&#039;&#039; frame as shown about half way down on this screen extract:&lt;br /&gt;
**Select the option where indicated by red arrow if your template includes in a line near the start &amp;lt;code&amp;gt;&amp;lt;meta charset=&amp;quot;UTF-8&amp;quot;&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
**Deselect the option where indicated by red arrow if your template includes something like &amp;lt;code&amp;gt;&amp;lt;meta content=&amp;quot;text/html; charset=iso-8859-1&amp;quot; http-equiv=&amp;quot;Content-Type&amp;quot; /&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
**For customised pages, (without standard Cumulus template names), select/un-select the UTF-8 encoding in the appropriate column on the &#039;&#039;&#039;Configuration&#039;&#039;&#039;  menu, &#039;&#039;Internet&#039;&#039; dialog, &#039;&#039;&#039;Files&#039;&#039;&#039; tab screen where you list the local and remote names.&lt;br /&gt;
*Or you have edited/customised the template and added an incorrectly specified Cumulus [[webtag]] that has caused [[Customised_templates#What_is_meant_by_.27Cumulus_processes_templates.27| Cumulus processing]] to abort for that template.  If you stop cumulus you can use a text editor to open the latest [[Diags|diagnostic file]]. Look at entries time-stamped just before the hour and repeated at your auto-update &#039;&#039;interval&#039;&#039; (just below red arrow in screen image above). You might find a message like &amp;quot;Error processing C:\web\indexT&amp;quot; (i.e. mentioning whichever template is at fault) followed by a brief hint as to the nature of the error.&lt;br /&gt;
*Another possibility is that you do not have active FTP mode selected, but your particular setup requires it - or vice versa.&lt;br /&gt;
&lt;br /&gt;
== My web pages have obsolete web tag values in them  ==&lt;br /&gt;
If the information showing on your web pages is out of date, then it must have been working before, so you have made a change somewhere.&lt;br /&gt;
*Most browsers will display &#039;page information&#039; that tells you when the page was last modified (by querying the web server).&lt;br /&gt;
**if the page on your web server was recently modified, &lt;br /&gt;
***then the next item to investigate is the template file; a template file contains Cumulus web tags and the [[Customised_templates#What_is_meant_by_.27Cumulus_processes_templates.27|&#039;process&#039;]] that Cumulus does to create a web page involves reading text from a template and when it finds a web tag it inserts the latest value in as it creates the page. A [[FAQ#What_file-names_does_Cumulus_use_when_processing_and_uploading_files_to_my_web_site.3F|local file]] is then created and Cumulus will FTP (or copy) this to the web server according to the settings. If the template file cannot be processed, Cumulus may still upload an existing old local file.&lt;br /&gt;
**if the page was not recently modified, &lt;br /&gt;
***maybe you are not running Cumulus, so it is not updating.  &lt;br /&gt;
***maybe your file transfer is not working, turn ftp logging on for technical output, and look for any filenames and any &#039;successfully transferred&#039; messages.&lt;br /&gt;
***maybe your &#039;internet settings&#039; screen has accidentally been changed, see Cumulus help for simple instructions.  If you took a backup of [[cumulus.ini]] you can stop Cumulus, rename the current file and copy your cumulus.ini backup back into the &#039;cumulus&#039; directory containing the Cumulus program.&lt;br /&gt;
***maybe your web server provider has changed something.&lt;br /&gt;
&lt;br /&gt;
== Running a web server on the same PC as Cumulus ==&lt;br /&gt;
If you do not have a web site, or run a web server locally (same PC, or on your local network), you can get Cumulus to generate/copy either html, or image, files locally instead of using FTP to place them remotely.&lt;br /&gt;
&lt;br /&gt;
You&#039;ll need to list the (source) file including paths on the files tab of the internet settings, and specify a destination path and file name for the remote file in each case. Don&#039;t tick the &#039;&#039;FTP?&#039;&#039; box for standard cumulus pages (the exception is for a local web server and any non-standard web page that attempts to read using a script a local file such as dayfile.txt as this does need FTP to generate the server-based web page). For the standard images, you can supply a folder name (specify on the same screen), and they will all get copied there. See [[Customised_templates#What_to_select_on_the_.27Files.27_tab_of_the_Internet_Settings_screen_within_the_.27Configuration.27_menu|here]] for greater detail.&lt;br /&gt;
&lt;br /&gt;
There&#039;s a limit of 10 entries on the files tab in Cumulus 1.9.x (in Cumulus MX all 100 entries are included in the settings interface).  Entries for the full 100 files can also be amended by editing [[Cumulus.ini#Section:_FTP_site|cumulus.ini]], with Cumulus stopped. Follow the format of any existing entries for specifying additional files.&lt;br /&gt;
&lt;br /&gt;
== Error Codes generated by FTP or Winsock ==&lt;br /&gt;
You should be able to look these up on the web.  [http://kb.globalscape.com/KnowledgebaseArticle10142.aspx Try Here]&lt;br /&gt;
&lt;br /&gt;
== How do I configure Cumulus for Secure FTP (SFTP/FTPS)? ==&lt;br /&gt;
Cumulus doesn&#039;t support Secure FTP. You can configure Cumulus to invoke an external program like WinSCP, as described here: [[SFTP | SFTP article]]&lt;br /&gt;
&lt;br /&gt;
== Directory related problems in FTP ==&lt;br /&gt;
The following pointers should help:&lt;br /&gt;
* All web site file references are case sensitive.  So if your FTP server directory is &#039;&#039;public_html&#039;&#039;, then &#039;Public_HTML&#039; will not work!&lt;br /&gt;
* On the &#039;&#039;Internet settings&#039;&#039; screen in &#039;&#039;&#039;Sites/Options&#039;&#039;&#039; the optional Directory parameter required is &#039;&#039;the path from  your FTP root&#039;&#039;, to where the web pages are to be stored. It is &#039;&#039;not&#039;&#039; the &#039;&#039;&#039;Universal Resource Locator (URL)&#039;&#039;&#039; that you would specify to view the web page in a browser.  Click the &#039;&#039;&#039;Help&#039;&#039;&#039; button for full explanation, or search the support forum (as many people before you have found this directory is the hardest parameter to get right).&lt;br /&gt;
* The error window is not useful for diagnosing ftp problems; you need to &#039;&#039;&#039;turn on &#039;&#039;ftp logging&#039;&#039; &#039;&#039;&#039;and look at ftplog.txt. Most FTP directory problems are due to you quoting an incorrect ftp directory, and the ftp log will show an error when an attempt is made to change to the directory you have specified incorrectly. &lt;br /&gt;
* Relative paths (without a leading slash) are always safer than absolute paths (with a leading slash) and you may find that just specifying (for example) &amp;quot;public_html&amp;quot; works OK, but this all depends on how your ftp server and your ftp account is set up.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* IN CUMULUS 1.x.y ONLY: The &#039;&#039;standard pages&#039;&#039; are uploaded after a &#039;change directory&#039; attempting to select the directory you specified in &#039;&#039;&#039;Sites/Options&#039;&#039;&#039;; if this fails, the files will still be uploaded but to the FTP server root. So some mistakes do not matter because if no change of directory was actually required, these pages will be uploaded correctly.&lt;br /&gt;
* IN CUMULUS MX, the &#039;&#039;standard pages&#039;&#039; are uploaded with their file name prefixed by the directory you specified in &#039;&#039;&#039;Sites/Options&#039;&#039;&#039;.  In this case, if that path is invalid, the upload fails.&lt;br /&gt;
* Any &#039;&#039;files you specify&#039;&#039; for uploading at standard update frequency are uploaded between standard pages (if &#039;Include Standard Files&#039; selected) and (applies only to Cumulus 1) standard images (if &#039;Include Standard Images&#039; selected).  You should specify the path (including any web site directory) in &#039;remote filenames&#039;, as there is no call to &#039;change directory&#039;. In this case, if that path is invalid, the upload fails.&lt;br /&gt;
* IN CUMULUS 1.x.y ONLY: The standard images for gauges and trends pages are uploaded after the standard pages, (and any pages you specify for uploading), by performing a second &#039;change directory&#039; this time fixed at &#039;images&#039;; if this fails, the files will still be uploaded to the current web site directory (FTP root or the directory you specified in &#039;&#039;&#039;Sites/Options&#039;&#039;&#039;).&lt;br /&gt;
* If you have enabled &#039;&#039;Realtime&#039;&#039;, the realtime.txt file is uploaded without doing a change directory, (by appending &amp;quot;/realtime.txt&amp;quot; to the directory on the &#039;&#039;Internet settings&#039;&#039; screen in &#039;&#039;&#039;Sites/Options&#039;&#039;&#039;). In this case, if the web site directory in your settings is invalid, the upload of the real time file fails.&lt;br /&gt;
* On the &#039;&#039;NOAA Setup&#039;&#039; screen the optional &#039;&#039;&#039;Directory&#039;&#039;&#039; parameter required is the relative path; from your FTP root, to where the NOAA report pages are to be stored. (It is totally independent of the directory on the &#039;&#039;Internet settings&#039;&#039; screen in &#039;&#039;&#039;Sites/Options&#039;&#039;&#039;).  Click the &#039;&#039;&#039;Help&#039;&#039;&#039; button for full explanation. Like realtime.txt, the upload destination is determined by appending the file-name for the report to any NOAA directory, and will fail if that directory is specified wrongly.&lt;br /&gt;
&lt;br /&gt;
See &#039;&#039;&#039;Setting up your website&#039;&#039;&#039; in Cumulus help for a simple guide to the sub-folder structure you need to create and the list of files that need to be uploaded manually when first installing a website. Or see [[Website_setup]] for all the options including customised pages.&lt;br /&gt;
&lt;br /&gt;
== My standard web pages are uploading but the uploading fails for images, realtime and/or NOAA reports ==&lt;br /&gt;
See previous answer, you have probably got your web pages in the default FTP directory of your web site, but specified the wrong directory on the settings screen.  Turn on the &#039;&#039;FTP logging&#039;&#039; in the configuration menu to see the technical detail.  You should have an FTP tool that you used to upload the &#039;static&#039; files required on your web site, and that will help you to see what is your site&#039;s root directory for file transfer uploads, and therefore any relative directory change you require.&lt;br /&gt;
&lt;br /&gt;
== What file-names does Cumulus use when processing and uploading files to my web site? ==&lt;br /&gt;
[[File:Cumulus_FTP_Process.png|150px|thumb|FTP Process]]Cumulus use two slightly different processes depending on if the file is part of the supplied &#039;standard&#039; web site, or an extra file you have specified on the &#039;&#039;Internet Settings|Files&#039;&#039; configuration dialog. For each of these processes there is an further variation depending on whether you have enabled the &#039;&#039;Use FTP rename&#039;&#039; option. This graphic shows the various combinations of file-names used for each step of the process. For the standard files, you can substitute any of the file names for indexT.htm, e.g. trendsT.htm&lt;br /&gt;
&lt;br /&gt;
For more details of Cumulus &#039;&#039;Process&#039;&#039; see [[Customised_templates#What_is_meant_by_.27Cumulus_processes_templates.27| here]].&lt;br /&gt;
&lt;br /&gt;
=Selecting a Weather Station sensor site=&lt;br /&gt;
A simple guide is at [http://weatherfaqs.org.uk/node/124 uk.sci.weather newsgroup], note this advises against roof mounting.&lt;br /&gt;
An attempt to compare the conflicting siting standards that apply across the world is included in a portable document format guide from [ftp://ftp.campbellsci.com/pub/outgoing/apnotes/siting.pdf Campbell Scientific].&lt;br /&gt;
For more advice see the website of your local Meteorological Bureau,  an educational place (e.g. in USA see [http://newa.nysaes.cornell.edu/public/NEWAStationSitingGuidelines.htm Cornell University]), the [http://library.wmo.int/opac/index.php?lvl=notice_display&amp;amp;id=12407 World Meterological Organisation] (WMO), or a specialist organisation (e.g. in UK see [http://www.rmets.org/weather-and-climate/observing/guidelines-observing-0 Royal Meteorological Society] rather than the Met Office web site).&lt;br /&gt;
&lt;br /&gt;
Modern Stevenson Screens are uPVC constructed with a black interior (so they do not radiate heat onto the sensors) and a white exterior (so they reflect as much radiation as possible).  There is a lot of discussion on the [http://sandaysoft.com/forum/viewforum.php?f=16 Homebuilt forum] about different approaches to improving measurements, and the problems with out of the box instrumentation from the different manufacturers. &lt;br /&gt;
&lt;br /&gt;
If you are contributing to an external site like APRS/CWOP, Weather Underground, PWS weather, Weatherbug and/or WOW, see guidance from these organisations re instrument placement.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note:&#039;&#039;&#039; Some stations have all sensors in one unit, positioning of these is a compromise between the ideals below for each sensor.&lt;br /&gt;
&lt;br /&gt;
== Where should I position the wind sensors ==&lt;br /&gt;
The side labelled &#039;North&#039; on the wind vane mount should face &#039;&#039;True North&#039;&#039;, remember that the magnetic north deviation from true north varies from year to year, see details on maps or online. Most wind vanes have a large surface that follows the wind and a thin end that points where the wind comes from, it is the latter direction that is reported.&lt;br /&gt;
&lt;br /&gt;
In the UK, the standard climatological measuring height is 10 metres.  Advice varies on whether you should apply a correction factor for any lower height. Cumulus allows you to apply such a factor to either just wind speed, or wind speed and gust speed, by using the Calibration screen within the configuation menu.  In the Cumulus Help it recommends that you also adjust wind chill - in practice this means ask Cumulus to &#039;&#039;calculate wind chill&#039;&#039; by selecting this in the settings frame on the &#039;&#039;&#039;station settings screen accessed from configuration menu&#039;&#039;&#039; (i.e. ignore any wind chill output by your weather station).&lt;br /&gt;
&lt;br /&gt;
If you are mounting near a building of height &#039;h&#039; above ground level, ideally the wind sensor should be at a height of &#039;1.5 times h&#039; above ground level. &lt;br /&gt;
If you are positioning away from a building or tree (or other object) of height &#039;h&#039; (or the mean height of several objects is &#039;h&#039;), then the distance away depends on which standard you are trying to meet, and can vary between 1.5 and 3 times &#039;h&#039;.&lt;br /&gt;
&lt;br /&gt;
== Where should I position the rain sensor  ==&lt;br /&gt;
The WMO says the rain gauge should at a distance away of 2 times the height of each nearby object (buildings, trees, walls, solid fences etc.) and just high enough off ground level to avoid possibility of splashing. You can experiment, but for amateurs, no more than a metre off the ground (or roof if mounted above it) and at least a metre from any chimney, wall or solid fence whose height exceeds that of the sensor seems good enough for most gauges. &lt;br /&gt;
See [[Rain measurement]] or your local offical organisation.&lt;br /&gt;
&lt;br /&gt;
== How do I protect my rain gauge against spiders or other natural problems ==&lt;br /&gt;
There is a lot of discussion on the [http://sandaysoft.com/forum/viewforum.php?f=16 Homebuilt forum]. In terms of siting, it is important to position your rain gauge where you can safely get to it.&lt;br /&gt;
&lt;br /&gt;
== How do I get good temperature and humidity measurements  ==&lt;br /&gt;
The international standard states ambient air temperature/humidity is measured at 1.25 metres above ground level, above soil or grass not paving, protected from direct sun radiation (and direct rain), unless you are measuring soil or ground temperatures. The height is important for derived values as an air frost is defined as a temperature at or below the freezing point for water at this height, and the count of these is a standard reporting requirement in some countries.&lt;br /&gt;
&lt;br /&gt;
If you are using a &#039;&#039;Fine Offset sensor&#039;&#039;, the thin depth of the thermometer/hygrometer (transmitter) should face where your console (receiver) is, for maximum transmission strength/distance, with the wide face at right angles to the transmission route. (Although if you use a model requiring a radio time signal, you will probably be trying to optimise that instead).&lt;br /&gt;
&lt;br /&gt;
== Pressure ==&lt;br /&gt;
Varies with altitude and temperature, but no significant variation with spatial position with regard to nearby fixed bulky objects.  Often measured indoors, do not mount above any heating or cooling system as there temperature may be particularly variable, and try to avoid any forced ventilation or extraction as such air moving systems could have different pressures on intake and outlet sides.  Equally operation in close proximity to opening doors/windows or to fast moving (road or railway) vehicles or tunnels can distort readings.&lt;br /&gt;
&lt;br /&gt;
== Solar ==&lt;br /&gt;
One would expect solar sensors should be positioned for maximum unshaded exposure to sunlight throughout the year, but again the forum contains advice for specific makes.&lt;/div&gt;</summary>
		<author><name>Steve</name></author>
	</entry>
	<entry>
		<id>https://www.cumuluswiki.org/index.php?title=FAQ&amp;diff=3971</id>
		<title>FAQ</title>
		<link rel="alternate" type="text/html" href="https://www.cumuluswiki.org/index.php?title=FAQ&amp;diff=3971"/>
		<updated>2016-05-03T16:14:11Z</updated>

		<summary type="html">&lt;p&gt;Steve: /* Cumulus takes a long time to download the data from my Davis station at start up */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is the Cumulus FAQ (consult also the Help screens within Cumulus software, and learn more from the rest of this Wiki)&lt;br /&gt;
&lt;br /&gt;
= Installing and Running Cumulus  =&lt;br /&gt;
&lt;br /&gt;
== What operating systems does Cumulus run on?  ==&lt;br /&gt;
&lt;br /&gt;
All versions of Windows from XP to Windows 10 inclusive (and the server versions). It works on 32 bit and 64 bit editions. 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.&lt;br /&gt;
&lt;br /&gt;
Cumulus MX runs on Windows from Windows 7 onwards, and on Linux and Mac OS X.&lt;br /&gt;
&lt;br /&gt;
== Where do I find the Cumulus installer? ==&lt;br /&gt;
&lt;br /&gt;
On the [http://sandaysoft.com/downloads downloads page]&lt;br /&gt;
&lt;br /&gt;
== What do I need to get right when first getting Cumulus? ==&lt;br /&gt;
The installation process for Cumulus displays &#039;&#039;&#039;readme.txt&#039;&#039;&#039;, that has many tips. See also [[Setup]]. Below are three key points.&lt;br /&gt;
# Install Cumulus in its own directory directly under a drive root.&lt;br /&gt;
# Connect your weather station before you start Cumulus&lt;br /&gt;
# When you first run Cumulus, it displays the &#039;&#039;&#039;Station settings&#039;&#039;&#039; screen. On this, make sure you pick the right sort of station (to ensure Cumulus communicates correctly with your weather station, and can identify all the observations) and choose your &#039;&#039;&#039;units&#039;&#039;&#039; wisely. (Changing units later means all stored Lowest and highest numbers up to that point have to be converted immediately manually).  See the &#039;&#039;&#039;Help&#039;&#039;&#039; for information about the rest of the screen, but generally you can easily adjust the other options later.&lt;br /&gt;
&lt;br /&gt;
== What weather stations does Cumulus work with?  ==&lt;br /&gt;
&lt;br /&gt;
*Davis Vantage Pro (VP), Vantage Pro2 (VP2), and Vue. &lt;br /&gt;
*Oregon Scientific WM918, WMR918, WMR928, WMR968, WMR88 (see [[FAQ#How do I set up recording wind speeds in Cumulus, with Oregon Scientific and La Crosse stations | this FAQ]]), WMR100, WMR180, WMR200. &lt;br /&gt;
*Fine Offset - USB-connected stations which use the Easyweather software such as MyDEL, Nevada, Watson and Fine Offset, with model numbers such as WH1080, WH1081, W8681, 265NC etc.&lt;br /&gt;
*La Crosse WS2300 range (see [[FAQ#How do I set up recording wind speeds in Cumulus, with Oregon Scientific and La Crosse stations | this FAQ]]). You may have problems with corrupt data if you use a WS23xx with a serial/USB adapter; this combination is therefore not supported.&lt;br /&gt;
&lt;br /&gt;
For a more complete list see the [[Supported Devices]] page.&lt;br /&gt;
&lt;br /&gt;
== Will you support a new weather station type?  ==&lt;br /&gt;
&lt;br /&gt;
It’s quite hard to support a particular weather station when I don’t have access to one. No weather station is perfect, and problems inevitably arise after the code is written, and I have to start adding more and more code to work around issues with the station. Also, most companies don’t seem to like third parties writing software for their stations, so don’t make the protocol available. I will only consider adding support for a station under a certain set of circumstances which would include &#039;&#039;at least&#039;&#039;: &lt;br /&gt;
&lt;br /&gt;
*A significant donation towards Cumulus development &lt;br /&gt;
*A well documented official protocol spec &lt;br /&gt;
*Loan or donation of a station &lt;br /&gt;
*Access to technical support from the station manufacturer&lt;br /&gt;
&lt;br /&gt;
Please contact me if you would like to discuss this further&lt;br /&gt;
&lt;br /&gt;
== How do I request a new feature for Cumulus? ==&lt;br /&gt;
&lt;br /&gt;
Please create an [http://sandaysoft.com/forum/tracker.php enhancement request].  &lt;br /&gt;
&lt;br /&gt;
== Why haven&#039;t you added the feature I asked for a long time ago? ==&lt;br /&gt;
&lt;br /&gt;
I develop and support Cumulus in my spare time, and I have a full time job. I invite donations, but I don&#039;t make a living from Cumulus. I add facilities when I can. There is a long list of  [http://sandaysoft.com/forum/tracker.php enhancement requests] already, and I am slowly working my way through them as time permits. If there is an enhancement request for the facility you have asked for, and the facility is a reasonable one (in my opinion) then I will hopefully get around to adding it one day. Please be patient. Please don&#039;t ask for a forecast of when a feature will be added.&lt;br /&gt;
&lt;br /&gt;
== How do I upgrade to a new release?  ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Just run the installer for the new version.&#039;&#039;&#039; Your data and settings are not affected, but it is still best if you back up your data (sub-folder &#039;data&#039;) and any settings files (e.g. cumulus.ini and strings.ini) before you run the installer. &lt;br /&gt;
&lt;br /&gt;
You can install the new version where you like, but the installer will offer the same place as the previous version as the default.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Occasionally, there may be actions you need to perform before or after the upgrade.&#039;&#039;   Required actions usually appear in the announcement of the version you are installing, and may be documented in the readme.txt file that will appear as you run the installer. Read such announcements for every release since your existing build in case any of the in-between changes affect you.&lt;br /&gt;
&lt;br /&gt;
These instructions apply whether you are updating by one build, skipping several builds, upgrading to/from a beta version, or installing the latest &#039;release&#039; version. &lt;br /&gt;
&lt;br /&gt;
The installer will always upgrade the following files (replacing them, ignoring existing versions):&lt;br /&gt;
# &amp;quot;cumulus.exe&amp;quot;; - the latest build&lt;br /&gt;
# &amp;quot;unins000.exe&amp;quot;;&lt;br /&gt;
# &amp;quot;libeay32.dll&amp;quot;;&lt;br /&gt;
# &amp;quot;ssleay32.dll&amp;quot;;&lt;br /&gt;
# &amp;quot;readme.txt&amp;quot;; - advice for you to follow at installation time&lt;br /&gt;
# &amp;quot;licence.txt&amp;quot;; - reminder about restrictions on use&lt;br /&gt;
# &amp;quot;alert.wav&amp;quot;; - default alarm sound&lt;br /&gt;
#  &amp;quot;web\originals\*.*&amp;quot;; - Cumulus will always install the HTML template files here&lt;br /&gt;
# &amp;quot;webfiles\*.*&amp;quot;; e.g. weatherstyle.css, wz_jsgraphics.js&lt;br /&gt;
# &amp;quot;webfiles\images\picture.jpg&amp;quot;;&lt;br /&gt;
# &amp;quot;Help\Cumulus.chm&amp;quot;; - the latest help including lists of log files and web tags&lt;br /&gt;
There may be extra files automatically upgraded by particular builds - see announcement.&lt;br /&gt;
&lt;br /&gt;
During the install, you will see a &#039;&#039;&#039;Select Components&#039;&#039;&#039; screen , if you tick the &#039;&#039;HTML templates&#039;&#039; (the default) it will also upgrade the HTML template files in the web folder.&lt;br /&gt;
&lt;br /&gt;
*So tick this option, if you have a standard Cumulus implementation and then you can be sure to upgrade the standard templates.&lt;br /&gt;
*Untick this option if you have  [[Customised_templates#Creating_Your_Own_Templates|customised the existing pages]],  so that if your customised versions  are in &amp;quot;web\*.*&amp;quot; they don&#039;t get overwritten. It is recommended that you store any customised pages in a directory outside the Cumulus folder, as you can specify up to 10 such files on the local side of the files tab in the Configuration menu Internet settings screen and (if you are not using standard files) untick &#039;&#039;Include Standard Files&#039;&#039; on the same screen. (100 such files can be specified in [[Cumulus.ini]]).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Changing to different weather station ==&lt;br /&gt;
&lt;br /&gt;
Just change the station type. If Cumulus doesn&#039;t start reading the data from the new station, stop Cumulus and start it again. Some of the rain figures may be odd for a while (e.g. rain in last 24 hours). It is as simple as that.&lt;br /&gt;
&lt;br /&gt;
In testing planned changes to Cumulus, I switch backwards and forwards between a Fine Offset and a WMR200 frequently, the only thing that happens is that the rain figures go wrong initially (because the two stations have different counters).&lt;br /&gt;
&lt;br /&gt;
== Moving Cumulus software to a new PC (or updating Windows Operating System) ==&lt;br /&gt;
&lt;br /&gt;
Cumulus will continue to work with your existing weather station and existing log files, providing&lt;br /&gt;
#Your Windows regional settings are the same (i.e. date format unchanged, same time zone, decimal point symbol unchanged, list separator character unchanged) - if there is a difference, the new installation cannot understand the old lines in the log files and will give an error when Cumulus is restarted.&lt;br /&gt;
#You may need to &#039;tweak&#039; a few things (serial port number etc) in [[cumulus.ini]].&lt;br /&gt;
#In the folder with cumulus.exe in it, copy across  &#039;cumulus.ini&#039;,  and if you have created a &#039;strings.ini&#039; that file must be copied across too.&lt;br /&gt;
#The Cumulus &#039;data&#039; sub-folder has been copied across.&lt;br /&gt;
#Obviously if you use customised web pages, then you need the corresponding templates in the new installation.&lt;br /&gt;
#Any other customised files (images and/or a twitter.txt file, for example), you may want to copy those over too.&lt;br /&gt;
&lt;br /&gt;
== Can I view my Cumulus data on another device? ==&lt;br /&gt;
&lt;br /&gt;
# If Cumulus uploads your weather information to an online web site, you can view that on another device.&lt;br /&gt;
# Software like &#039;Remote Desktop&#039; can be used to view the computer that is running Cumulus - see many postings on the Support Forum.&lt;br /&gt;
# A back-up as described in the next answer can be viewed in Cumulus installed on another PC (see point about Windows regional settings in previous question) to look at past extremes or graphs; although obviously that additional installation will not be able to add further observations from the weather station connected to the original PC.&lt;br /&gt;
# If your web site is on your local network, but not online, your device may be able to view it directly or view a back-up of how it was in the past.&lt;br /&gt;
&lt;br /&gt;
== How do I back up my data?  ==&lt;br /&gt;
&lt;br /&gt;
*Copy the contents of the Cumulus ‘data’ sub-folder on a regular basis to a different storage device.  Then if you have any problem with the original storage device, or corruption of files, you can minimise the loss of logged observations. To restore from the backup, just copy the saved data folder back into your Cumulus installation, with Cumulus stopped.&lt;br /&gt;
*It can be useful to take copies of the Cumulus &#039;backup&#039; sub-folder on key dates (e.g. just after change of month or year), or if you think you might have some rogue figures.  The &#039;.ini&#039; files in the backup sub-folder contain past extreme values that you might want to look up.&lt;br /&gt;
*You should also back up, at least once, your cumulus.ini file in the main Cumulus folder.  This contains all the key settings and you need a record of those!&lt;br /&gt;
&lt;br /&gt;
== Moving Cumulus software to a different location on your PC? ==&lt;br /&gt;
&lt;br /&gt;
This article in the wiki gives more details above moving Cumulus: [[Moving cumulus]]&lt;br /&gt;
&lt;br /&gt;
== What are the formats of the Cumulus data files?  ==&lt;br /&gt;
&lt;br /&gt;
These are detailed in the [[:Category:Log Files|Log Files]] section of this Wiki and also in the Cumulus help file, in the section “Data log file format”&lt;br /&gt;
&lt;br /&gt;
== Can I import logged information from before I installed Cumulus? ==&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;Configuration&#039;&#039;&#039; menu, &#039;&#039;Station&#039;&#039; setting screen (near bottom) has option to enter there the &#039;&#039;rainfall total&#039;&#039; for the bit of the year (starting month can be selected here too) until when you first start using Cumulus.  See the Cumulus &#039;&#039;&#039;Help&#039;&#039;&#039; for this screen for further details.&lt;br /&gt;
&lt;br /&gt;
Yes is the answer for other weather information, providing you can manipulate the information you have into either (preferably) the format used by the [[Monthly_log_files#Importing_pre-Cumulus_data]] or (second best) [[Dayfile.txt]]. Look up those cross-references in this Wiki (or the Cumulus &#039;&#039;&#039;Help&#039;&#039;&#039;) for further information on required formats.  The support forum includes a few threads related to this topic, and if you post there then people who have already imported from particular systems may offer their services to import your past observations.&lt;br /&gt;
&lt;br /&gt;
A converter for Weather Display log files is available from this thread in the forum: http://sandaysoft.com/forum/viewtopic.php?f=4&amp;amp;t=10118&lt;br /&gt;
&lt;br /&gt;
A converter for WeatherLink log files is available from this thread in the forum: http://sandaysoft.com/forum/viewtopic.php?f=6&amp;amp;t=11349&lt;br /&gt;
&lt;br /&gt;
== I was away on the last day of last month/year - How do I see the final lowest and highest figures for last month/year? ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;View&#039;&#039;&#039; menu, &#039;&#039;This month&#039;&#039; or &#039;&#039;This year&#039;&#039; screens show some figures for any month or year selected by you, but do not show all the figures shown on a standard web page or as shown on the &#039;&#039;Highs and Lows&#039;&#039; screen for the current month/year.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;View&#039;&#039;&#039; menu, &#039;&#039;Highs and Lows - This month (or This year)&#039;&#039; (or &#039;&#039;thismonth.htm&#039;&#039; or &#039;&#039;thisyear.htm&#039;&#039; web page) only shows the lowest and highest values for the current calendar month (or current year). This answer describes a way to see the same information for the month (or year) that fairly recently ended.  It is valid only until build 1088 (from 5 March 2014 build 1089 &#039;Delay writing of end of day backup files until the first log entry is written&#039; means the stored &#039;&#039;month.ini&#039;&#039; relates to the &#039;&#039;initial&#039;&#039; entries for the start of the new month). From version 1.9.3 build 1041, Cumulus creates a daily backup of the log files. &lt;br /&gt;
*Look in the &#039;&#039;backup\daily&#039;&#039; subfolder within your Cumulus installation. &lt;br /&gt;
*These daily backups will be created if Cumulus was left running during the period of interest, or stopped before that period and since restarted. &lt;br /&gt;
*Normally about 10 such back ups are available, each folder has a name based on the timestamp and contains the 6 [[:Category:Log_Files|xxxx.ini files]], the current [[Monthly_log_files|monthly standard data log]]/[[Extra_Sensor_Files|monthly extra data log]], and the most recent update of [[dayfile.txt|daily summary log]].&lt;br /&gt;
&lt;br /&gt;
Open as a text file [[month.ini]] in the folder whose name is bearing the timestamp after your final rollover, for Cumulus builds 1041 to 1088 the final lowest and highest for each observation in the month will be listed.&lt;br /&gt;
&lt;br /&gt;
In a similar manner if you miss the last day of the year, for Cumulus builds 1041 to 1088 see the final &#039;this year&#039; figures for last year by opening [[year.ini]] from the appropriate backup.&lt;br /&gt;
&lt;br /&gt;
== What do the various wind speeds in Cumulus correspond to, with Davis stations?  ==&lt;br /&gt;
&lt;br /&gt;
Davis station firmware supplies two windspeeds, a 3-second average and a 10-minute average (later versions of the firmware also supply a 2-minute average, Cumulus currently doesn&#039;t use this).  &lt;br /&gt;
* The latest Davis 3-second average is treated by Cumulus as &#039;Latest&#039; (available via &amp;lt;#wlatest&amp;gt;)&lt;br /&gt;
* The highest of the station&#039;s 3-second readings over the previous 10 (configurable by adding &#039;&#039;AvgSpeedMinutes=N&#039;&#039; in [[Cumulus.ini#Section:_Station]] where &#039;N&#039; is number of) minutes becomes the Cumulus &#039;Gust (available via &amp;lt;#wgust&amp;gt;). Note that the WMO definition of a wind gust is the mean wind speed over a 2 to 3 second sample period (not the maximum instantaneous wind speed).&lt;br /&gt;
* The Davis 10-minute average is the Cumulus &#039;Average&#039; (available via &amp;lt;#wspeed&amp;gt;).&lt;br /&gt;
Note that if you sample these readings at shorter (real time) intervals it is possible for Cumulus &#039;Latest&#039; to be lower than Cumulus &#039;Average&#039; because approximately half of the 3-second wind speeds will be higher and half of them lower than the 10-minute average. &lt;br /&gt;
If the Cumulus figure seems lower than the Davis figure see [[#My_Davis_station_shows_a_higher_maximum_wind_speed_than_Cumulus]].&lt;br /&gt;
&lt;br /&gt;
Davis station loggers record a single spot (not any average) wind speed, so if you restart Cumulus and the software attempts to catch up from the station logger there may be only one or two values to include in the Cumulus average (over 10 or whatever) minutes calculation.&lt;br /&gt;
&lt;br /&gt;
== What do the various wind speeds in Cumulus correspond to, with Fine Offset stations?  ==&lt;br /&gt;
&lt;br /&gt;
Fine Offset sensors measure wind over 48-second intervals, divided into 24 2-second intervals. At the end of each 48-second period, they transmit the highest of those 24 values as &#039;Gust&#039;, and the average of those 24 values as &#039;Wind&#039;. The console keeps &#039;&#039;&#039;overwriting&#039;&#039;&#039; the newly received &#039;Gust&#039; and &#039;Wind&#039; values to the same area of console memory every 48 seconds, until the station logging interval time is reached, then it moves on to the next memory location, leaving the last values it wrote in the previous console memory location.  &lt;br /&gt;
*If Cumulus is not running all the time, on restart it works through the console memory locations and extracts the Fine Offset Wind and Gust in each memory location, i.e. at the station logging interval. &lt;br /&gt;
*While Cumulus is running, it reads the current wind speeds (and direction) every 10 seconds. There are new values only every 48 seconds (i.e. every fourth or fifth read)&lt;br /&gt;
&lt;br /&gt;
Cumulus, for various reasons, uses different terminology, and also has configuration settings which control how some of the wind values are displayed.&lt;br /&gt;
* The Fine Offset console &#039;Gust&#039; value becomes Cumulus &#039;Latest&#039;. &lt;br /&gt;
* The highest of the Fine Offset &#039;Gust&#039; values over the previous 10 minutes becomes Cumulus &#039;Gust&#039;.  Note that the WMO definition of a wind gust is the mean wind speed over a 2 to 3 second sample period (not the maximum instantaneous wind speed).&lt;br /&gt;
* Cumulus &#039;Average&#039;  can be calculated in 3 different ways:&lt;br /&gt;
** The default: If &#039;Calculate 10-min wind average&#039; is not selected on the Station Settings screen, the console &#039;Wind&#039; value is used.&lt;br /&gt;
** If &#039;Calculate 10-min wind average&#039; is selected, then by default the average of the Fine Offset &#039;Gust&#039; values read over the previous N (configurable, defaults to 10) minutes is used.&lt;br /&gt;
** If &#039;Calculate 10-min wind average&#039; and &#039;Use speed for avg calculation&#039; are both selected, the average of the Fine Offset &#039;Wind&#039; values read over the previous N (configurable, defaults to 10) minutes is used.&lt;br /&gt;
&lt;br /&gt;
Select value for &#039;N&#039; using &#039;&#039;AvgSpeedMinutes=N&#039;&#039; in [[Cumulus.ini#Section:_Station]].&lt;br /&gt;
&lt;br /&gt;
Note that Fine Offset Consoles can display a &#039;MAX&#039; figure, this is highest recorded since it was last reset (on touchscreen models multiple touches of the displayed speed will cause maximum speed, or gust, to be shown, and when a max value is displayed continuing to hold touching that value for 3 seconds will reset max to current value).  Cumulus maintains its own various extremes for different periods (e.g High wind and high gust for yesterday on its main screen) calculated from all values read by Cumulus in that period.&lt;br /&gt;
&lt;br /&gt;
== How do I set up recording wind speeds in Cumulus, with Oregon Scientific and La Crosse stations  ==&lt;br /&gt;
&lt;br /&gt;
La Crosse and some Oregon Scientific weather stations only output a single wind speed.  To allow Cumulus to calculate &#039;gust&#039; and &#039;wind speed&#039; with different values, select the &#039;&#039;&#039;Station&#039;&#039;&#039; dialogue from the &#039;&#039;Configuration&#039;&#039; menu and set &#039;&#039;Calculate 10 min wind average&#039;&#039; in the &#039;Settings&#039; frame, so in [[cumulus.ini]] this will produce the parameter &#039;Wind10MinAverage=1 when cumulus is next stopped.&lt;br /&gt;
* The station&#039;s &#039;Wind&#039; value will then display as Cumulus &#039;Latest&#039;.&lt;br /&gt;
* A 10 (configurable by adding &#039;&#039;AvgSpeedMinutes=N&#039;&#039; in [[Cumulus.ini#Section:_Station]] where &#039;N&#039; is number of) minutes average of the station&#039;s &#039;Wind&#039; value will then display as Cumulus &#039;Average&#039;.&lt;br /&gt;
* The highest of the station&#039;s &#039;Wind&#039; value in a 10 minute period will then display as Cumulus &#039;Gust&#039;.  Note that the WMO definition of a wind gust is the mean wind speed over a 2 to 3 second sample period (not the maximum instantaneous wind speed).&lt;br /&gt;
&lt;br /&gt;
See &#039;&#039;LCMaxWind=X&#039;&#039; parameter in [[Cumulus.ini#La_Crosse_specific:]] where X is the maximum (uncalibrated) wind speed in m/s that you want to allow.&lt;br /&gt;
&lt;br /&gt;
== How do I make Cumulus run automatically when Windows starts?  ==&lt;br /&gt;
&lt;br /&gt;
There is no option in Cumulus to set this up automatically as I prefer to leave it under the control of the user: The safest and most reliable method is simply to put a shortcut in your Startup folder. If you are running Vista or Windows 7, or later versions of Windows, you may find that Cumulus gets blocked by UAC if you try to run it from the Startup folder, in which case it is recommended that you use Task Scheduler instead. See here for a good description of how to do this - http://blogs.techrepublic.com/window-on-windows/?p=616&lt;br /&gt;
&lt;br /&gt;
== How does Cumulus handle Daylight Saving Time?  ==&lt;br /&gt;
&lt;br /&gt;
As far as the timestamps in the extreme logs, monthly log, and the graphs, are concerned; Cumulus doesn&#039;t do anything in particular for DST. &lt;br /&gt;
*It generates timestamps based on the Windows clock. &lt;br /&gt;
**So basically, at the start of DST (i.e. when the clocks &#039;go forward&#039; for the summer) you will get an apparent gap of one hour in your data logs and on graphs.&lt;br /&gt;
**Similarly at the end of DST (i.e. when the clocks &#039;go back&#039; for the winter) you will get an apparent hour of duplicate timestamps in your logs and graphs. &lt;br /&gt;
*You will tend to get better results if you leave Cumulus running during the clock change, because if it is stopped you may lose data,&lt;br /&gt;
**the exact timing of the affected hours depends on the type of station and the times when Cumulus was running/stopped.&lt;br /&gt;
&lt;br /&gt;
=== ... How do Davis stations handle Daylight Saving Time? ===&lt;br /&gt;
&lt;br /&gt;
Note that there seems to be an issue with Davis stations, either in the console/logger, or in the Davis DLL which Cumulus uses. &lt;br /&gt;
*If you don&#039;t have Cumulus running when DST ends (autumn), then when you start Cumulus up again, it doesn&#039;t receive all of the logger data it needs to catch up to the &#039;&#039;present time&#039;&#039; - the previous hour or so is missing. &lt;br /&gt;
*So with Davis stations, I strongly recommend that you leave Cumulus running at the end of DST, if at all possible.&lt;br /&gt;
&lt;br /&gt;
=== ... How do Fine Offset stations handle Daylight Saving Time? ===&lt;br /&gt;
&lt;br /&gt;
*For Fine Offset models &#039;&#039;without access to a radio controlled clock&#039;&#039;, if you don&#039;t have Cumulus running when DST ends in autumn, then when you start Cumulus up again, the catch up &#039;&#039;misses off the first hour after the time Cumulus was stopped&#039;&#039; (unless you have adjusted the time in [[today.ini]] by subtracting one hour for end of DST while Cumulus was stopped).  &lt;br /&gt;
**This is because the console memory does not time-stamp the data blocks and each memory location simply contains the number of minutes elapsed since the previous memory location was last updated.&lt;br /&gt;
**Cumulus does not remember the console data block used just before shutdown, (after all depending on how long Cumulus has been stopped and the station logging interval, the old memory location could be overwritten by now), and so Cumulus works out a time-stamp based on current clock time and the stored elapsed interval times as it works back through those memory locations.&lt;br /&gt;
**The stored minutes elapsed value will be consistent with the logging interval you selected for the station (might be different to that selected on Cumulus) and apart from adding an extra minute if a read from the transmitter (every 48 seconds on models without solar sensors) delays a particular log update, the console clock is unaware of DST.&lt;br /&gt;
**On restart Cumulus just tries to read the appropriate number of hours worth of observations back from the block now marked as latest.  &lt;br /&gt;
**For example if it was stopped at 2200 DST and restarted at 0600 standard time, Cumulus catches up with the last 8 hours worth of stored measurements as if going back to 2200 standard time, that means it retrieves back to 2300 DST and has forever lost the period 2200 to 2300 DST.  &lt;br /&gt;
*So with Fine Offset stations, I strongly recommend that you leave Cumulus running at the end of DST, if at all possible, to ensure that average temperature, heating/cooling degree days, wind run, and similar calculations are accurate.&lt;br /&gt;
*See Fine Offset forum discussions for further information.&lt;br /&gt;
&lt;br /&gt;
== What formula does Cumulus use for Dew Point?  ==&lt;br /&gt;
dewpoint := tempinC + ((0.13 * tempinC) + 13.6) * Ln(humidity / 100)&lt;br /&gt;
&lt;br /&gt;
== What formula does Cumulus use for Apparent Temperature?  ==&lt;br /&gt;
It uses a formula from the Australian BOM - http://www.bom.gov.au/info/thermal_stress/#atapproximation&lt;br /&gt;
&lt;br /&gt;
Note that the version used is the one that doesn&#039;t take into account solar radiation.&lt;br /&gt;
&lt;br /&gt;
== How does Cumulus know the height of the cloud base?  ==&lt;br /&gt;
&lt;br /&gt;
It doesn&#039;t. It uses a calculation which gives the theoretical height above ground level at which Cumulus clouds might form, based on the current temperature and dew point. It assumes that the difference between temperature and dew point decreases by about 4.4 degrees Fahrenheit per 1000 feet increase in altitude. When the two values coincide, the air is saturated (relative humidity = 100%) and Cumulus clouds may form. &lt;br /&gt;
&lt;br /&gt;
== How is my rain rate calculated?  ==&lt;br /&gt;
&lt;br /&gt;
For stations which supply a rain rate, Cumulus uses that. For stations which don&#039;t supply a rain rate (e.g. Fine Offset and La Crosse), Cumulus simply takes the rain total from the last five minutes and calculates a rate based on that; e.g. a single tip of 0.3mm in 5 minutes is a rate of 3.6mm/hr. When data from the station&#039;s logger is used, a similar calculation is performed, but the interval used is the logger interval rather than five minutes.&lt;br /&gt;
&lt;br /&gt;
== Where does Cumulus get its this month and this year rainfall totals from?  ==&lt;br /&gt;
&lt;br /&gt;
* Each time Cumulus reads records from the weather station it applies any change to the &#039;total rain count&#039; against today&#039;s total in its memory.&lt;br /&gt;
* The today&#039;s total so far at each reading time is also added to the &#039;recent tag&#039; array allowing total values for the day-so-far at one minute intervals for up to a week ago to be added as web tags to a web template. &lt;br /&gt;
* The rainfall totals, are initialised when Cumulus is (re-)started by adding up the corresponding daily totals in dayfile.txt and storing those sums in memory. Two of the totals can be seen using default settings on &#039;&#039;&#039;View&#039;&#039;&#039; menu, &#039;&#039;This month&#039;&#039; screen for this month, &#039;&#039;This year&#039;&#039; screen for this calendar year, but the third total for the rain season (you can change starting month) is seen on the &#039;&#039;main&#039;&#039; Cumulus screen.&lt;br /&gt;
* The rainfall totals shown on the &#039;&#039;This period&#039;&#039;, &#039;&#039;This month&#039;&#039;, and &#039;&#039;This year&#039;&#039; screens within the &#039;&#039;&#039;View&#039;&#039;&#039; menu are generated by adding up the daily rainfall totals found in [[dayfile.txt]] for the selected period. So any rainfall for the current (meteorological) day is excluded as the latest dayfile.txt row is for yesterday. Totals are recalculated when you press the &#039;&#039;Update display&#039;&#039; button. Important note: The view menu &#039;This year&#039; screen always calculates the total for a selected calendar year starting in January.&lt;br /&gt;
* The rain figures that Cumulus uses for displaying in &#039;This month&#039; and &#039;This year&#039; on the Cumulus &#039;&#039;main screen&#039;&#039; are updated each time Cumulus receives a rain reading from the station, so will not be displayed if Cumulus is unable to read rain information from your station.&lt;br /&gt;
* For the web tags, Cumulus takes its stored sums and adds today&#039;s latest total each time, to give the current totals for this month and this rain season (year so far) when processing &#039;thismonthT.htm&#039; and &#039;thisyearT.htm&#039; web templates.&lt;br /&gt;
**Important, for the &amp;lt;#ryear&amp;gt; web tag, and for the &#039;This year&#039; display on the &#039;&#039;main&#039;&#039; Cumulus screen, the processing reads the &#039;&#039;dayfile.txt&#039;&#039; for the rainfall season starting with the month set on the station settings screen and stored as the value for attribute &#039;&#039;RainSeasonStart&#039;&#039; in [[Cumulus.ini#Section:_Station]] (its default is January).  &lt;br /&gt;
**If you have set a &#039;year to date&#039; value and Cumulus is being re-started when the year specified beside that figure matches the current year, your year-to-date amount is also added into this year&#039;s total. This should normally only be relevant in your first rain season of operating Cumulus, but could be used if in any season you needed to add an extra amount because for some reason you had a gap in your recording period.&lt;br /&gt;
**There is no corresponding setting for calculating the total for the first &#039;this month&#039; of Cumulus operation.&lt;br /&gt;
*Note that you need to stop and then restart Cumulus to update these initial values that are stored in memory and get any corrections you made to rogue values in the daily summary log (or year-to-date) reflected on the main Cumulus screen and in web tags.&lt;br /&gt;
&lt;br /&gt;
The built-in dayfile.txt editor is used if it is necessary to amend the daily totals (to correct any monthly, rain season, or calendar year, totals); the built-in all-time (or monthly records) editor(s) in Cumulus is used if it is necessary to regenerate the extreme records from dayfile.txt; see [[#My_station_invented_some_rain_that_didn.27t_really_occur.2C_and_I_want_to_set_it_to_zero_.28or_some_other_figure.29 |FAQ about correcting incorrect rainfall displays]].&lt;br /&gt;
&lt;br /&gt;
== How do I reset all my data to start again from scratch?  ==&lt;br /&gt;
&lt;br /&gt;
Stop Cumulus and delete all of the files in the data folder. You may also want to edit the &#039;StartDate=&#039; line in [[cumulus.ini]] to set the date for the start of your data, if you are starting again on a different date.&lt;br /&gt;
&lt;br /&gt;
== How do I localise Cumulus to my own language? ==&lt;br /&gt;
&lt;br /&gt;
Cumulus does not directly support languages other than English. It was never intended for use in other languages, and it is not possible to add support for this now. However, the text used for:&lt;br /&gt;
*Forecasting&lt;br /&gt;
*Moonphases&lt;br /&gt;
*Beaufort Scale&lt;br /&gt;
*Trend descriptions&lt;br /&gt;
*Compass points&lt;br /&gt;
*Graph titles&lt;br /&gt;
*Extra sensor channels&lt;br /&gt;
can all be customised by using the [[strings.ini]] file. This facility may be extended to allow other items to be translated, but it is very unlikely that there will ever be a fully multi-language version of Cumulus in its current form.&lt;br /&gt;
&lt;br /&gt;
This wiki page [[:Category:Other_Languages|Other Languages]] has some old information about customising the standard web pages and see the downloads page as several third-party alternative web pages include some language translation modules.&lt;br /&gt;
&lt;br /&gt;
== Can I connect/disconnect my weather station while Cumulus is running? ==&lt;br /&gt;
No. You must make sure your weather station is connected to your PC and switched on, before running Cumulus. Do not disconnect your station while Cumulus is running.&lt;br /&gt;
&lt;br /&gt;
== How does Cumulus deal with extra sensors? ==&lt;br /&gt;
&lt;br /&gt;
By default, Cumulus deals with weather stations incorporating solar sensors, if you have selected the relevant station &#039;Type&#039; or &#039;Display solar/extra data&#039; in configuration, but it has some capability to deal with extra sensors added including the Blake-Larsen Sun Recorder.&lt;br /&gt;
Cumulus has the ability to input, log, and display Current Values/Outputs from the [[Rain_measurement#Optical_Rain_Gauges|Hydreon Optical Rain Sensor - Model RG-11]] and from either Oregon Scientific or Davis [[Extra_Sensor_Files|extra sensors]]. Only today&#039;s and yesterday&#039;s total rainfall from a Hydreon sensor are available in [[today.ini]] and [[yesterday.ini]] respectively. For some Oregon Scientific models, the temperature from an extra sensor can replace the temperature from the main sensor for processing by Cumulus, but all extra sensor values are stored in a series of [[Extra_Sensor_Files| monthly log]] files. No other processing is performed for Davis extra sensors, but past values are retained in a series of [[Extra_Sensor_Files| monthly log]] files.  The file [[strings.ini]] is used to customise the description associated with extra sensors.&lt;br /&gt;
&lt;br /&gt;
== What is this &amp;quot;Solar Max&amp;quot; value which Cumulus is displaying? ==&lt;br /&gt;
&lt;br /&gt;
It&#039;s the current theoretical maximum solar radiation value at the current date and time at your location. It is calculated using the Ryan-Stolzenbach formula, and uses the &#039;transmission factor&#039; configurable in the station settings to allow for the effect of transmission through the atmosphere. The figure is not particularly useful in itself; it is used if you have a solar sensor, to compare with the current solar radiation reading, in an attempt to determine whether the sun is currently shining or not.&lt;br /&gt;
&lt;br /&gt;
== My Fine Offset console says the memory is nearly full - how do I clear it? ==&lt;br /&gt;
&lt;br /&gt;
You don&#039;t need to, and it&#039;s much safer if you don&#039;t; clearing the memory could lead to a loss of data. The memory indicator on the console has no effect on the logging of data; the console will automatically start re-using the oldest memory locations. As long as you are running Cumulus (at least occasionally), Cumulus will have downloaded the data it needs from the console, so the console is free to overwrite the oldest data when it needs to.&lt;br /&gt;
&lt;br /&gt;
== How do I get my Davis station with USB working with Cumulus? ==&lt;br /&gt;
&lt;br /&gt;
Cumulus cannot drive the station in USB mode, you must install &#039;virtual serial port&#039; drivers, and configure Cumulus to use the virtual serial port. Make sure you have the station connected to the PC during the following operations.&lt;br /&gt;
&lt;br /&gt;
You should first make sure that you can use the station with Weatherlink, in serial mode. If you have not already installed the Weatherlink software, install the version which came with your weather station. You should then upgrade to the latest version of Weatherlink; you can download the update from the Davis web site,  [http://www.davisnet.com/support/weather/downloads/software_sftwr.asp here].&lt;br /&gt;
&lt;br /&gt;
You now need to install the &#039;CP210X USB to Serial Converter&#039;. You may find a link on your Start menu under &#039;Weatherlink&#039;. Alternatively, you should find it in the folder where Weatherlink was installed, under &#039;Support&#039; then &#039;Utilities&#039;. Davis also make version 2 of this utility available on their web site, [http://www.davisnet.com/support/weather/downloads/software_driver.asp here], and you may find that this version will work for you if the installed version does not. It should be clear from the messages output by the utility that it has successfully switched the logger to serial mode. &lt;br /&gt;
&lt;br /&gt;
It&#039;s a good idea to then update the driver to the latest version from the Silicon Labs web site, particularly if you use Windows 7 or later. You can download it [http://www.silabs.com/products/mcu/pages/usbtouartbridgevcpdrivers.aspx here] - click on &#039;VCP driver kit&#039; under &#039;Download for Windows XP/Server 2003/Vista/7...&#039; to begin the download. Run the executable once it&#039;s downloaded.&lt;br /&gt;
&lt;br /&gt;
At this point, it&#039;s best to restart your computer.&lt;br /&gt;
&lt;br /&gt;
You should now run Weatherlink, and attempt to connect to the weather station &#039;&#039;&#039;in serial mode&#039;&#039;&#039;. Weatherlink should find the appropriate COM port number automatically. If not, you can find it under &#039;Ports (COM &amp;amp; LPT)&#039; in the Windows device manager. Look for the port called &#039;USB Serial Port (COMn)&#039;, where &#039;n&#039; is a number. That&#039;s the number of the port you need to use in Weatherlink. If you cannot get Weatherlink to work using this virtual COM port, it is unlikely that you will be able to get Cumulus to work either, so either contact Davis support, explaining that you are trying to use the virtual serial port drivers because you want to run third-party software, or ask in the Cumulus forum, someone may be able to advise.&lt;br /&gt;
&lt;br /&gt;
Once you have Weatherlink connected and working via the virtual serial port, &#039;&#039;&#039;close it down&#039;&#039;&#039;, and start Cumulus.&lt;br /&gt;
&lt;br /&gt;
In the station settings in Cumulus, select the appropriate station type for your station; under &#039;VP Type&#039; select &#039;&#039;&#039;Serial&#039;&#039;&#039;; in the serial port section enter the COM port number that you found earlier. You may need to restart Cumulus at this point. It will then start displaying live data. Note that the it deliberately does not download any historical logger data from before the current point in time. When you run it subsequently, it will download logger data to catch up if necessary from when you last ran it, but never from earlier than when you first ran it.&lt;br /&gt;
&lt;br /&gt;
If you still having difficulty, the Davis Weatherlink manual offers this advice, which may be useful:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Included with the WeatherLink software is a utility that allows you to convert a USB data logger from a direct USB data logger back to a USB data logger that emulates the serial port. To use&lt;br /&gt;
this utility, select Convert USB to Virtual Serial in your WeatherLink program group on the Start menu of your computer (Start&amp;gt;AllPrograms&amp;gt;WeatherLink&amp;gt;Convert USB to Virtual Serial) and run the utility to convert your data logger. Please contact Davis Technical Support (“Contacting Davis Technical Support” on page 26) for more information.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== Why does Cumulus do some things the way it does, when there are better ways? ==&lt;br /&gt;
&lt;br /&gt;
Cumulus was originally something I &#039;knocked together&#039; quickly when I got my first weather station, simply because I couldn&#039;t find any other software anywhere which I was prepared to use. No &#039;design&#039; went into it, it was really just a prototype. Some of the things I did were just quick &#039;hacks&#039; that I intended to fix when I did it &#039;properly&#039;. But I never got around to going back and doing it &#039;properly&#039;, and it was never my intention that anyone else would use it. But I was persuaded to make it available for others, and then to add more and more enhancements. &lt;br /&gt;
&lt;br /&gt;
The fact that it works with several different types of weather station means that much of it is a compromise; it doesn&#039;t use certain features of the weather station which it could use if it were dedicated to that type of weather station. For example, it typically does not use any high/low data that the station might store internally. Instead, it maintains its own high/low data from individual readings. There are a number of reasons for this; the fact that Cumulus supports an 0900-0900 day, and the weather station does not, and the fact that typically Cumulus maintains far more high/low values than the station does, and these need to be self-consistent. &lt;br /&gt;
&lt;br /&gt;
So yes, I am aware that some of things that Cumulus does may seem strange, but it is simply not possible for me to start again from scratch, knowing what I know now. And it is not possible for me to effectively produce separate versions of Cumulus specifically for each type of weather station. If you don&#039;t like the way Cumulus does certain things, do what I did and write your own software!&lt;br /&gt;
&lt;br /&gt;
== Can I run 2 copies of Cumulus? ==&lt;br /&gt;
&lt;br /&gt;
3 options:&lt;br /&gt;
*You can install Cumulus on more than one PC, but each copy must connect directly to its own weather station (one station connected per PC).&lt;br /&gt;
*You can install 2 copies of Cumulus in different paths on a single PC, &#039;&#039;if you have two weather stations&#039;&#039; and Cumulus is able to distinguish between them, e.g. they are from different manufacturers, or both are serial port stations (different ports), or one is USB and one is serial, or one is a Weatherlink IP. In other words the  combination that does not work on a single PC is two USB stations from the same manufacturer. Note that Davis stations with USB loggers are serial port stations as far as Cumulus is concerned, so there are no problems using multiple copies of Cumulus with multiple Davis stations on the same PC.&lt;br /&gt;
*It is possible to back up the Cumulus files from one installation running off a weather station, and briefly have another reduced functionality copy just looking at historic data without ever any updating (the second Cumulus is set up as if reading from an EasyWeather.dat file, but not given a path/file name) - see [[Cumulus.ini#Introduced_for_problems_with_Fine_Offset_family:|Easyweather.dat section here]].&lt;br /&gt;
&lt;br /&gt;
= Troubleshooting  =&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Please note, these answers are written for Cumulus 1.x.y; the support forum is where Cumulus MX problems are discussed, together with how screens and files are different for the beta development.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== My &#039;Error&#039; light is flashing  ==&lt;br /&gt;
&lt;br /&gt;
Click on it, and a window will open describing the error. It may just be a temporary ftp problem. If you want to stop ftp errors being reported in this way, you can turn them off in the display settings (&amp;quot;Show FTP errors on error log window&amp;quot;).&lt;br /&gt;
&lt;br /&gt;
== My ‘new record’ light has stopped flashing  ==&lt;br /&gt;
&lt;br /&gt;
It is the normal situation that the light does not flash. The ‘new record’ light only flashes when an all-time record has been broken. It stops flashing if you click on it or restart Cumulus, until another all-time record is broken. When you first start using Cumulus, inevitably the light will flash a lot, even if you cancel it, as you will be breaking records constantly. After a while, it will &#039;settle down&#039; and not flash so often.&lt;br /&gt;
&lt;br /&gt;
== I installed a new version and my web page templates got over-written  ==&lt;br /&gt;
&lt;br /&gt;
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, place them in a different folder and use the ‘extra files’ facility. From version 1.8.9, the installer offers the option of not over-writing the web templates; it unconditionally also installs them to a sub-folder of the web folder called &#039;originals&#039;, so you can refer to them if required, even if you chose not to over-write those in the web folder.&lt;br /&gt;
&lt;br /&gt;
== I can’t find my data files!  ==&lt;br /&gt;
&lt;br /&gt;
You’re probably running Windows Vista/Windows 7/Windows 8 (or one of the corresponding server versions of Windows). Look in C:\Users\[username]\AppData\Local\VirtualStore\Program Files\Cumulus - note that this is a &#039;hidden&#039; folder. Ideally, to avoid this situation, you would install to somewhere outside the Program Files hierarchy, as recommended in the readme.txt.&lt;br /&gt;
&lt;br /&gt;
== I can&#039;t save my NOAA reports! ==&lt;br /&gt;
&lt;br /&gt;
You&#039;ve probably corrupted your Cumulus.ini file in the default Cumulus folder. See [[Cumulus.ini#Section:_NOAA]]. It can only be edited either (if Cumulus is stopped) with an external text file editor or (with Cumulus running) using the &#039;&#039;NOAA Setup&#039;&#039; in the configuation menu.  Pay attention to where the quotes are required for the file names, and check that you have an allowed date format (see [[Webtags#Time.2FDate_.27format.27_Parameter]]).&lt;br /&gt;
&lt;br /&gt;
== My sunrise and sunset times are wrong  ==&lt;br /&gt;
&lt;br /&gt;
You&#039;ve almost certainly entered your co-ordinates incorrectly, or not entered them at all - on the station settings screen. You must enter DEGREES, MINUTES, and SECONDS, no other format will work. Make sure to use &#039;&#039;&#039;unsigned whole numbers&#039;&#039;&#039; for degrees, minutes, and seconds, with a &#039;W&#039; for your longitude if you&#039;re West of the Greenwich meridian (e.g. if you are in the United States), and the appropriate letter for your latitude (N for northern hemisphere, S for southern hemisphere). &lt;br /&gt;
&lt;br /&gt;
If you are not familiar with the degrees/minutes/seconds standard format and have your co-ordinates in some other format, there are pages on the web which will convert for you. One such is here: http://transition.fcc.gov/mb/audio/bickel/DDDMMSS-decimal.html&lt;br /&gt;
&lt;br /&gt;
One other less likely possibility is that you have set the wrong time zone on your PC.&lt;br /&gt;
&lt;br /&gt;
== The Moon rise or set time is showing dashes.  ==&lt;br /&gt;
&lt;br /&gt;
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. &lt;br /&gt;
&lt;br /&gt;
== The Moon image is just black ==&lt;br /&gt;
&lt;br /&gt;
It&#039;s probably a New Moon.&lt;br /&gt;
&lt;br /&gt;
== Why are the &#039;Yesterday&#039; figures missing on the Main Cumulus Screen? ==&lt;br /&gt;
&lt;br /&gt;
The yesterday values on the Main Screen under &amp;quot;Recent Extremes&amp;quot; are not shown correctly:&lt;br /&gt;
*EITHER when the &#039;&#039;end of day rollover has not taken place&#039;&#039;. &lt;br /&gt;
**The usual cause of this is allowing your PC to &#039;sleep&#039; while Cumulus is running. &lt;br /&gt;
**The support forum mentions a few other causes. &lt;br /&gt;
**Cure this (if you have a weather station type that has a log that Cumulus reads) by looking in &amp;quot;&#039;&#039;Cumulus\backup&#039;&#039;&amp;quot; folder, and finding a backup directly in that folder or in &amp;quot;daily&amp;quot; sub-folder for just before the problem. With Cumulus stopped, copy all the files in that backup into the &amp;quot;&#039;&#039;&#039;Cumulus\data&#039;&#039;&#039;&amp;quot; folder, and then restart Cumulus. &lt;br /&gt;
*OR if Cumulus was unable to read observations from your station during that day, but can today. &lt;br /&gt;
**You can try the same cure, but may not be able to recover the lost information in this case.&lt;br /&gt;
&lt;br /&gt;
== Why do I have some unexpected zero figures? ==&lt;br /&gt;
&lt;br /&gt;
Cumulus may not be able to update some values/extremes, leaving them at zero, if:&lt;br /&gt;
*EITHER you are allowing your PC to go into sleep/standby while Cumulus is running,&lt;br /&gt;
*OR you have more than one copy of Cumulus attempting to interrogate the same weather station,&lt;br /&gt;
*OR you are closing Cumulus down very close to before/after roll-over (the latter is a restriction due to the way the processing of logger data works).&lt;br /&gt;
&lt;br /&gt;
== I’ve ‘zoomed’ a graph, how do I get it back to full size?  ==&lt;br /&gt;
&lt;br /&gt;
Drag from lower right to upper left.&lt;br /&gt;
&lt;br /&gt;
== Cumulus won&#039;t read the data from my station  ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CUMULUS RUNNING&#039;&#039;&#039;&lt;br /&gt;
If you have one of the Fine Offset clones, make sure you have configured your relative pressure correctly. If Cumulus finds an &#039;impossible&#039; value, it will ignore all data from your station.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CUMULUS RE-STARTED&#039;&#039;&#039;&lt;br /&gt;
If Cumulus does not read catch-up data from the station logger:&lt;br /&gt;
#Your station type may not have a logger, if so Cumulus cannot read anything from station while software was not running.&lt;br /&gt;
#There is a bug in the Davis DLL (Dynamic-Link Library) that Cumulus 1.x.x uses, where it never downloads the last archive record; so if there is only one to download (compare how long Cumulus was stopped with logging interval on your Davis station), it doesn&#039;t get any at all. (See [[#Cumulus_takes_a_long_time_to_download_the_data_from_my_Davis_station_at_start_up|here]] for opposite problem). Cure this by ensuring if you stop Cumulus you either leave it stopped for less than Davis logging interval time, or don&#039;t restart until after at least 2 logging intervals.&lt;br /&gt;
#You have not selected &amp;quot;&#039;&#039;&#039;Use data logger&#039;&#039;&#039;&amp;quot; in the &#039;&#039;Settings&#039;&#039; section of the &#039;&#039;&#039;Station settings&#039;&#039;&#039; screen accessed from &#039;&#039;Configuration&#039;&#039;  menu. Correct this:&lt;br /&gt;
##Stop Cumulus after changing this setting&lt;br /&gt;
##Look in &#039;&#039;Cumulus\backup&#039;&#039; folder (or its &#039;&#039;daily&#039;&#039; sub-folder) for a folder of .ini files prior to the problem, copy all those files to overwrite the ones in &#039;&#039;Cumulus\data&#039;&#039; folder&lt;br /&gt;
##Re-start Cumulus, it should use revised start date/time, and read the station logger for the whole re-wind period&lt;br /&gt;
#If there is another problem, read the instructions accessed from &amp;quot;Please click here before posting&amp;quot; at the top of the support forum page including the request to zip up the contents of the &#039;&#039;Cumulus\diags&#039;&#039; folder when asking for such support.&lt;br /&gt;
&lt;br /&gt;
== Cumulus read some invalid figures from my station ==&lt;br /&gt;
If you have:&lt;br /&gt;
*just started using Cumulus, &lt;br /&gt;
*just re-started Cumulus and you are only getting bad data when you start Cumulus up (i.e. when it is using archive data from the station logger),&lt;br /&gt;
*or you have just changed some settings,&lt;br /&gt;
... check you have the correct station type selected (see the Cumulus &#039;&#039;Help&#039;&#039; for the settings screen).&lt;br /&gt;
&lt;br /&gt;
Choosing the wrong station type means individual items of information are not correctly assigned to weather parameters.  Cumulus knows what is at what location for each station type. &lt;br /&gt;
*Is the information &#039;&#039;correct on the station console&#039;&#039; (i.e. not a fault with a sensor), but incorrectly displayed on Cumulus screen (i.e. transfer problem)? &lt;br /&gt;
Check all your settings on Cumulus, or see [[#Cumulus_won.27t_read_the_data_from_my_station|previous question]].&lt;br /&gt;
*If the &#039;&#039;station itself shows incorrect figures&#039;&#039;, a sensor may have a problem (mechanical or electrical failure, obstruction by animal activity) or a battery may need replacing.&lt;br /&gt;
Over successive versions of Cumulus more and more code has been incorporated to deal with the way some stations are prone to reporting rogue readings.&lt;br /&gt;
*Ensure you are using the latest Cumulus build, if you are using an old version you will not have any enhancements made since the earlier build that might improve the way Cumulus reads from your station type.&lt;br /&gt;
In general, if Cumulus 1.x.x identifies an odd value it will reuse the last good value instead, assuming that the problem will either right itself, or be spotted and dealt with quickly.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fine Offset stations&#039;&#039;&#039; are prone to reporting the odd non-sensical value, and Cumulus has the ability to compare successive readings:&lt;br /&gt;
*From the &#039;&#039;&#039;Configuration&#039;&#039;&#039; menu select [[Cumulus_Screenshots#Configuration_Menu_Screens|&#039;&#039;Calibration&#039;&#039;]] and in the &#039;&#039;&#039;Spike removal&#039;&#039;&#039; frame you can specify &amp;quot;the maximum &#039;&#039;&#039;differences&#039;&#039;&#039; between successive values&amp;quot; that Cumulus is to tolerate. See the &#039;&#039;&#039;Help&#039;&#039;&#039; for that screen, and note that spike removal applies while Cumulus is running, not to catch-up readings from the station&#039;s logger. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Possible Cure:&#039;&#039;&#039;&lt;br /&gt;
The purpose of the backup files is to allow Cumulus to be &#039;rewound&#039; to a particular point in time.  It simulates the situation where someone had closed Cumulus down at that point, and is only now starting it up again, and needs data to be downloaded from the station&#039;s logger to catch up to the present time. Obviously this cure will not work if your station type does not have a logger (one is needed for Cumulus to read old readings again).&lt;br /&gt;
*If you have only installed Cumulus a few days ago, or have just re-started Cumulus after it was stopped and encounter multiple &#039;&#039;rogue readings in the catch-up from the station logger&#039;&#039;; &#039;&#039;&#039;one possibility&#039;&#039;&#039; is to stop Cumulus and find the backup files that it took when you started it up (or just after the previous roll-over time), copy those files into the data folder, overwriting the ones that are there, then when you start it up again it could sort itself out.&lt;br /&gt;
The [[Diags]] log often contains useful information for sorting out what has been read, which values have been ignored, and which highs or lows may have been updated incorrectly. Note that automatic backups are made just after roll-over time because restarting Cumulus when there are no logger records to read before roll-over has been known to cause problems. Therefore, the backup to choose might be one with the date before when the problem occured, but remember that any calculations Cumulus makes are based on readings at least every minute when Cumulus is running, but for the catch up period such calculations can only use the readings available at your station&#039;s logging interval. Note if you choose a later backup and it does not work, you can always then repeat the &#039;rewind&#039; with a earlier backup.&lt;br /&gt;
&lt;br /&gt;
== I get very large amounts of rainfall shown, or other high readings ==&lt;br /&gt;
&lt;br /&gt;
Fine Offset stations have a habit of producing unbelievable readings, and Cumulus filters many of these out automatically. You can also use the &#039;spike removal&#039; settings on the calibration page, and Cumulus will then filter out large changes in readings. Please read the help for how to use these settings. Another possible explanation is that you have chosen the wrong station type in the Cumulus station settings. You should only select the &amp;quot;Fine Offset with UV/Light sensor&amp;quot; type if your station actually has SENSORS for these. Your station may have solar CHARGING, but this is not the same as having a solar SENSOR, and so you should choose the &amp;quot;Fine Offset (WH1080 etc)&amp;quot; type. Typically, stations which do have solar SENSORS have a model number which starts with a &#039;3&#039;, e.g. WS3080, and stations without solar sensors start with a &#039;1&#039; or &#039;2&#039;. Selecting the wrong type of station will cause Cumulus to misinterpret the logger data read from the station (which it uses when it starts up) and hence incorrect readings will result, typically when you restart Cumulus.&lt;br /&gt;
&lt;br /&gt;
== My station invented some rain that didn&#039;t really occur, and I want to set it to zero (or some other figure)  ==&lt;br /&gt;
&lt;br /&gt;
Cumulus does include some code to try to ignore some obvious rain errors. For example, if the station reports negative rain, Cumulus will normally ignore that, but if for 6 consecutive readings the rain cumulative count stays below what it was before, Cumulus will normally accept the new count as a new starting point. Because many positive values are realistic (see sub-answers), Cumulus generally will accept those as a result of accidental knocking of a tipping bucket gauge, due to wind effects on the gauge, or even due to the station electronics generating a rogue reading.&lt;br /&gt;
=== (Invented rain) Error in today&#039;s total===&lt;br /&gt;
#correct today&#039;s total using the &#039;today&#039;s rain&#039; editor on the edit menu.&lt;br /&gt;
#optionally stop Cumulus and edit [[today.ini]] to change the &#039;&#039;LastTip=&#039;&#039;(look up previous value in a recently backed up today.ini) parameter.&lt;br /&gt;
#Remember that &#039;ConsecutiveDryDays&#039; and &#039;ConsecutiveWetDays&#039; do not include today.&lt;br /&gt;
&lt;br /&gt;
=== (Invented rain) Error in yesterday&#039;s total ===&lt;br /&gt;
#edit the total for the relevant day in dayfile.txt, using the dayfile.txt editor on the edit menu.&lt;br /&gt;
#optionally edit yesterday&#039;s total (which is only held temporarily for display purposes) in [[today.ini]], while Cumulus is stopped.&lt;br /&gt;
=== (Invented rain) Error in total or high rainfall rate for any day before today ===&lt;br /&gt;
Just edit the total or rate for the relevant day in dayfile.txt, using the [[Cumulus_Screenshots#File.2FEdit.2FHelp_Menu|dayfile.txt]] editor on the edit menu.&lt;br /&gt;
&lt;br /&gt;
=== (Invented rain) Error in total, or extremes, for this month and/or this year ===&lt;br /&gt;
See next FAQ. Once you have corrected the daily totals (or high rainfall rates) in dayfile.txt, you can use the editors (on the edit menu) for &#039;This Month&#039; and &#039;This Year&#039; to fetch the corrected values from dayfile.txt (or enter figures manually).&lt;br /&gt;
&lt;br /&gt;
=== (Invented rain) Error in all-time records ===&lt;br /&gt;
See [[#How_do_I_correct_my_all-time_.28or_monthly_all-time.29_records.3F |this FAQ]].&lt;br /&gt;
&lt;br /&gt;
To see the previous value for all-time records see [[Alltimelog.txt]]. If your all-time records, or month-by-month all-time records have been affected, you can use the built-in editors. These can fetch the correct values once you have corrected dayfile.txt.&lt;br /&gt;
&lt;br /&gt;
===  (Invented rain and) Other rain figures ===&lt;br /&gt;
Note that other rain figures, such as &#039;rain last hour&#039;, &#039;rain last 24 hours&#039; and &#039;rain since midnight&#039; depend on a sensible progression of the rain counter, so it&#039;s not easy to correct this; it&#039;s easier to wait until the erroneous figure is far enough in the past so as not to affect the calculation. If you really do want to try to correct it; you would need to stop Cumulus, then find and edit multiple field 11 (assuming date is field 0) the Cumulus &#039;rain counter&#039; values in the [[monthly_log_files]] in the current monthly log file so they are correct relative to the current value of the rain counter (i.e. the latest one logged). Note that if you&#039;re using a midnight start of day then you don&#039;t need the &#039;rain since midnight&#039; figure anyway, as it is normally the same as &#039;rain today&#039;, and that figure is much more easily corrected.&lt;br /&gt;
&lt;br /&gt;
===  (Invented rain) Error prevention by Spike removal ===&lt;br /&gt;
#It is better to try to avoid spurious rain being recorded in the first place.&lt;br /&gt;
#Cumulus attempts to ignore large increases in the rain total automatically, and is quite often successful.&lt;br /&gt;
#For &#039;hourly rain&#039; and &#039;rain rate&#039;, you can set &#039;spike removal&#039; settings on the calibration settings screen. The value you set here, is the maximum change allowed between successive observations. Rain Rate corrections apply only to Fine Offset and La Crosse stations (which are known to occasionally produce faulty rain readings).&lt;br /&gt;
&lt;br /&gt;
===  (Invented rain) More information ===&lt;br /&gt;
There is more information about correcting rogue data elsewhere in the Wiki, in the pages about the [[:Category:Log_Files|log files]].&lt;br /&gt;
&lt;br /&gt;
== My monthly and/or annual rainfall totals are wrong  ==&lt;br /&gt;
&lt;br /&gt;
Cumulus calculates these when it is restarted, holds the values within memory, and increments them as required while it is running. This FAQ in the previous section [[#Where_does_Cumulus_get_its_this_month_and_this_year_rainfall_totals_from.3F]] has a concise description of how Cumulus calculates these figures.&lt;br /&gt;
&lt;br /&gt;
* The rainfall total shown on the &#039;&#039;This month&#039;&#039; screen within the &#039;&#039;&#039;View&#039;&#039;&#039; menu, is calculated from summing [[dayfile.txt]] totals for a selected month, and so for the default current month will exclude the current meteorological day.  The rainfall total for today so far is added for the web tag &#039;&#039;&amp;lt;#rmonth&amp;gt;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
* The rainfall total shown on the &#039;&#039;This year&#039;&#039;  screen within the &#039;&#039;&#039;View&#039;&#039;&#039; menu, is calculated from summing totals in dayfile.txt for a selected calendar year. For the default current year, it will exclude the current meteorological day.&lt;br /&gt;
&lt;br /&gt;
* The rainfall total reported by the &#039;&#039;&amp;lt;#ryear&amp;gt;&#039;&#039; web tag is for the rainfall season to date, it is calculated from taking today&#039;s rain and then adding the sum of the totals in dayfile.txt starting with the first (meteorological) day of the month specified in the &#039;rainfall season&#039; frame on the &#039;&#039;station settings&#039;&#039; screen within the &#039;&#039;&#039;Configuration&#039;&#039;&#039; menu, until the end of dayfile.txt is reached. So check you have specified the right starting month there before deciding the rainfall total shown is wrong. &lt;br /&gt;
&lt;br /&gt;
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 also on the [[Cumulus_Screenshots#Station|Station Configuration screen]].  Make sure you specify the first Cumulus operating year here, otherwise the extra will be added to the annual total for the wrong year!&lt;br /&gt;
&lt;br /&gt;
See immediately preceding FAQ [[#My_station_invented_some_rain_that_didn.27t_really_occur.2C_and_I_want_to_set_it_to_zero_.28or_some_other_figure.29 |correcting rainfall]]  for how to correct errors in total for particular days and how to correct the high extremes for the various periods.&lt;br /&gt;
&lt;br /&gt;
In all cases then restart Cumulus to get the monthly and annual totals recalculated from correct daily totals. &lt;br /&gt;
&lt;br /&gt;
If you need to correct within day values for trend graphs as well as the longer period totals, provided you know roughly when the rogue rainfall was recorded, find (and edit) it in the [[monthly_log_files]], field 11 (assuming date is field 0) is the count used to derive other parameters. Increasing the value in the count field, decreases the difference to the next (or current) count, and therefore reduces the rain in the in-between period.&lt;br /&gt;
&lt;br /&gt;
== The ‘gust’ line has disappeared from my graph  ==&lt;br /&gt;
&lt;br /&gt;
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. Depending on your weather station type, there are a few things you could try, to improve things. Decrease your station&#039;s logger interval, and if you have Cumulus calculating the wind speed average and you have a Fine Offset station, set &#039;Use speed for avg calculation&#039;.&lt;br /&gt;
&lt;br /&gt;
== My ‘gust’ values are the same as my ‘average’ wind speed values.  ==&lt;br /&gt;
&lt;br /&gt;
As above, you probably have Cumulus set to calculate a 10-minute average, and your station logger period is 10 minutes or longer, so your gust comes out the same as the average when using data from the logger. See the previous FAQ for suggestions on how to improve this.&lt;br /&gt;
&lt;br /&gt;
== I’ve just installed Cumulus, and it didn’t download all the old data from my weather station  ==&lt;br /&gt;
&lt;br /&gt;
Cumulus deliberately doesn’t attempt to download any data from before the point when you first run it. If you wish, although this isn&#039;t recommended, 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 (you will need to have run it at least once previously). Note that if you do this, it is at your own risk, and you will need to sort out any issues which may arise yourself.&lt;br /&gt;
&lt;br /&gt;
If you do this, you will probably need to edit your log files in the &#039;&#039;&#039;data&#039;&#039;&#039; folder as you may have duplicate entries and/or entries out of order. Your rain totals will almost certainly also be wrong - the total for &amp;quot;today&amp;quot; in particular. See the [[FAQ#My_station_invented_some_rain_that_didn.27t_really_occur.2C_and_I_want_to_set_it_to_zero_.28or_some_other_figure.29 |FAQ]] entry about correcting rainfall data. If you have only just started using Cumulus, you could delete all of the files in the data folder, and just create a simple today.ini as below. Then when you start Cumulus it will start again with just the data from the station&#039;s logger.&lt;br /&gt;
&lt;br /&gt;
Note that this method does not work for the Oregon WMR200 station. This station deletes logger entries when they are downloaded, and there is no mechanism for retrieving logger entries for a particular period - it just sends all the entries that it has. You may be able to circumvent this by creating a today.ini file in the data folder before you run Cumulus, with just this in it:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[General]&lt;br /&gt;
Date=10/04/2012&lt;br /&gt;
Timestamp=10/04/2012 10:00:00&lt;br /&gt;
CurrentYear=2012&lt;br /&gt;
CurrentMonth=4&lt;br /&gt;
CurrentDay=10&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Change the dates and time to match the point from which you want Cumulus to start downloading data. If the station has already sent the data, this may not work, unfortunately.&lt;br /&gt;
&lt;br /&gt;
If you stored data from your weather station (on another file-based system) before you first ran Cumulus, then you may be able to (using a text editor outside Cumulus) generate [[Monthly log files]] for the pre-Cumulus period.  See that Wiki article for more information on what you can then do with those files within Cumulus.&lt;br /&gt;
&lt;br /&gt;
== I have inserted pre-Cumulus data and now I get errors ==&lt;br /&gt;
&lt;br /&gt;
Probably some of your inserts used the wrong format (blank rows, fields with real numbers where integers expected, alternatively missing or duplicated fields). See [[:Category:Log_Files]]. Note that Cumulus will only flag errors in the log files that it reads (e.g. those relating to the period for which it displays trends graphs).  Check all the log files you have amended.&lt;br /&gt;
&lt;br /&gt;
== I have inserted pre-Cumulus data making &#039;Records began on&#039; date wrong ==&lt;br /&gt;
&lt;br /&gt;
Stop Cumulus and edit [[Cumulus.ini#Section:_Station | cumulus.ini (station section)]] within the main Cumulus folder. Change the &amp;quot;StartDate=&amp;quot; line. Be sure to use the same format for the date.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note&#039;&#039;&#039; &#039;&#039;StartDate=xxxx&#039;&#039; does &#039;&#039;not&#039;&#039; need to be updated for Cumulus to recognise earlier data in log files in its &#039;&#039;data&#039;&#039; subfolder.  &lt;br /&gt;
&lt;br /&gt;
It really represents &amp;quot;Cumulus began on&amp;quot;, so there is an alternative of leaving cumulus.ini unchanged, but editing default Cumulus &#039;&#039;recordsT.htm&#039;&#039; template twice:&lt;br /&gt;
*after the h2 heading is &#039;&#039;&amp;amp;lt;p&amp;amp;gt;Records began on &amp;lt;#recordsbegandate&amp;gt;. Here are the extremes recorded since then.&amp;amp;lt;/p&amp;amp;gt;&#039;&#039;;  you can replace &#039;&amp;lt;#recordsbegandate&amp;gt;&#039; with the new earliest date typed in as text; and&lt;br /&gt;
*at the start of the table is the &#039;&#039;&amp;amp;lt;caption&amp;amp;gt;Records Since &amp;lt;#recordsbegandate&amp;gt;&amp;amp;lt;/caption&amp;amp;gt;&#039;&#039;; replace the label &amp;quot;Records since&amp;quot; with &amp;quot;Cumulus began on&amp;quot; leaving the web tag unchanged.&lt;br /&gt;
&lt;br /&gt;
== Cumulus doesn’t show the same pressure as my Fine Offset console  ==&lt;br /&gt;
&lt;br /&gt;
Cumulus displays atmospheric pressure corrected to sea level. The console calls this ‘relative pressure’; it displays the letters &amp;quot;rel&amp;quot; when this is being displayed.  First of all, check&lt;br /&gt;
# that you are comparing the Cumulus display with the ‘relative’ pressure on your console,&lt;br /&gt;
# that only one copy of Cumulus is accessing the weather station (and no other software),&lt;br /&gt;
# that you do not have a &#039;EWpressureoffset=x.y&#039; line in the [Station] section of [[Cumulus.ini#Introduced_for_problems_with_Fine_Offset_family:| cumulus.ini]],&lt;br /&gt;
# and that you do not have a setting for pressure on the Cumulus calibration screen.&lt;br /&gt;
&lt;br /&gt;
The Fine Offset stations only store absolute/station pressure readings in their weather memory locations updated with each transmission and read by Cumulus. Within Cumulus, the software applies the adjustment to sea level before any further processing. It does &#039;&#039;not&#039;&#039; use the altitude setting in the cumulus station configuration screen.&lt;br /&gt;
Normally when Cumulus starts, it reads in [http://www.jim-easterbrook.me.uk/weather/mm/ the fixed block] in the console a pair of absolute/station pressure and relative/sea level pressure readings and uses the difference between these as the ‘offset’ in millibar for the station;  Cumulus uses this offset subsequently to calculate the sea level pressure (each time when reading the absolute pressure in the weather memory locations of the station), but it is possible to define the offset in cumulus.ini instead. &lt;br /&gt;
&lt;br /&gt;
Make sure that you have set your console&#039;s relative pressure correctly:&lt;br /&gt;
*for a push button operated model, press &#039;menu&#039; key 4 times for pressure mode, press &#039;enter&#039; to move to relative pressure setting, press &#039;up&#039; or &#039;down&#039; to adjust value.&lt;br /&gt;
*if your model uses a touch sensitive screen then it is probably tap the reading three times, then touch &#039;+&#039; or &#039;-&#039; to adjust value.&lt;br /&gt;
&lt;br /&gt;
The support forum includes discussion on where to find isobar charts or other sources to determine what the pressure should be.  Obviously after any adjustment you need to stop Cumulus, because it is when you restart it that Cumulus reads the new pressure offset.&lt;br /&gt;
&lt;br /&gt;
Sometimes the offset that cumulus reads from the fixed block is clearly garbage, so&lt;br /&gt;
# the cumulus error light is set,&lt;br /&gt;
# an error message suggests you check the station, and&lt;br /&gt;
# Cumulus uses zero offset instead as a best effort.&lt;br /&gt;
In this situation, Cumulus will display the same value as the &#039;absolute&#039; pressure on the console (no &amp;quot;rel&amp;quot; is displayed on the console when it is displaying absolute pressure). Often, if you restart Cumulus, it will then be able to read the correct value. If the problem happens often, you can circumvent it by editing cumulus.ini (while Cumulus is stopped), and in the [Station] section add an entry: &lt;br /&gt;
&lt;br /&gt;
 EWpressureoffset=x.y&lt;br /&gt;
&lt;br /&gt;
where x.y is your pressure offset. &#039;&#039;&#039;Cumulus will then use this instead of reading the fixed block offset from the station&#039;&#039;&#039;.  &lt;br /&gt;
&#039;&#039;&#039;Note&#039;&#039;&#039; that &#039;&#039;you must supply the offset in hPa&#039;&#039; (i.e. the millibar units that the station works with) and that this circumvention generally stops Cumulus from agreeing with the relative pressure displayed on the console.&lt;br /&gt;
&lt;br /&gt;
== My pressure suddenly dropped! Or suddenly increased!  ==&lt;br /&gt;
&lt;br /&gt;
If you have a Fine Offset station, and this happened when you (re)started Cumulus, it is quite likely a problem with reading the pressure &#039;offset&#039; from the station. See: &amp;quot;Cumulus doesn’t show the same pressure as my Fine Offset console&amp;quot; above.&lt;br /&gt;
&lt;br /&gt;
== I get an error when I try to view my all-time records. Also, they don’t appear on my web site  ==&lt;br /&gt;
&lt;br /&gt;
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. &lt;br /&gt;
&lt;br /&gt;
== I get an error when I close Cumulus  ==&lt;br /&gt;
&lt;br /&gt;
Cumulus does sometimes report an error when you close it. This does not appear to cause any problems, you can just close the error message. I don&#039;t seem to be able to do anything about this, as the &#039;crash&#039; is not in code that I have control over. You may be able to avoid this error by avoiding closing Cumulus while it is uploading to the internet. Please don&#039;t bother sending me a bug report about this. &lt;br /&gt;
&lt;br /&gt;
== My forecast says &amp;quot;Not available&amp;quot;  ==&lt;br /&gt;
&lt;br /&gt;
You can get Cumulus to create a simple forecast by selecting &#039;Cumulus Forecast&#039; on the Stations Settings screen. &lt;br /&gt;
&lt;br /&gt;
== My forecast always says &amp;quot;Exceptional Weather, Stormy, much precipitation&amp;quot;  ==&lt;br /&gt;
&lt;br /&gt;
You probably have incorrect Pressure Extreme settings in the Forecast section on the Station Settings window. Make sure that the values you have supplied match the units you have selected for the extremes. Note that the units for the extremes are not related to the units you have chosen for pressure display in Cumulus. The option of supplying mb/hPa or inHg for the extremes is merely a convenience; you can supply either, but the values and the units must of course match.&lt;br /&gt;
&lt;br /&gt;
== My computer hibernated/suspended, and I lost data/my graphs &#039;flat-lined&#039;  ==&lt;br /&gt;
&lt;br /&gt;
Cumulus can&#039;t cope with being suspended, it just carries on as normal after being woken. There is an option in the station settings to &#039;close on suspend&#039;, so Cumulus will close itself as a safety measure, if you forget to do it manually. Don&#039;t use the &#039;close on suspend&#039; option and the &#039;confirm shutdown&#039; option at the same time; this will cause problems. &lt;br /&gt;
&lt;br /&gt;
But I strongly recommend that you don&#039;t have your computer set to go into any form of standby while Cumulus is running - it&#039;s continuously gathering real-time data, after all, so it&#039;s a rather strange thing to do. &lt;br /&gt;
&lt;br /&gt;
== My heat index/humidex/wind chill is the same as my temperature  ==&lt;br /&gt;
&lt;br /&gt;
*Wind chill only applies when the average wind speed is above 4.8 kph &#039;&#039;&#039;and&#039;&#039;&#039; (by default in Cumulus as it should really always be set, but this is an option that can be unset) the temperature is below 10 degrees Celsius.  &lt;br /&gt;
*Heat index only applies when the temperature is above 27 degrees Celsius &#039;&#039;&#039;and&#039;&#039;&#039; the humidity is above 40%. &lt;br /&gt;
* Humidex does not have any &#039;cutoff&#039; values, but at low temperature and/or humidity it will give the same figure as ambient temperature.&lt;br /&gt;
&lt;br /&gt;
If heat index or wind chill is not applicable, Cumulus will set them the same as the ambient temperature.&lt;br /&gt;
&lt;br /&gt;
== Cumulus is showing a different wind speed compared to my console  ==&lt;br /&gt;
&lt;br /&gt;
You have probably misunderstood Cumulus processing of wind speeds, looking at different parameters, or different averaging periods.&lt;br /&gt;
*If you have a Davis weather station see [[#What_do_the_various_wind_speeds_in_Cumulus_correspond_to.2C_with_Davis_stations.3F]]&lt;br /&gt;
*If you have a Fine Offset station, see [[#What_do_the_various_wind_speeds_in_Cumulus_correspond_to.2C_with_Fine_Offset_stations.3F]] &lt;br /&gt;
* For Oregon Scientific and La Crosse stations see [[#How_do_I_set_up_recording_wind_speeds_in_Cumulus.2C_with_Oregon_Scientific_and_La_Crosse_stations]]&lt;br /&gt;
&lt;br /&gt;
Note that you can&#039;t compare the graphs drawn by Easyweather and Cumulus unless you are certain that they are plotting the same data. They can&#039;t both be running at the same time, so one would normally be plotting &#039;live&#039; data at a given interval, and the other will be plotting data downloaded from the station&#039;s logger. The wind speed will hence not normally be the same for a particular time on the graph as it may well have changed at the point that it is saved to the logger. The only situation where it &#039;&#039;would&#039;&#039; be valid to compare the graphs would be if neither were running at the times you are comparing, and both subsequently downloaded the same data from the logger.&lt;br /&gt;
&lt;br /&gt;
== I get error -32710 with Cumulus and my USB Davis station  ==&lt;br /&gt;
&lt;br /&gt;
The USB support in the Davis DLL which Cumulus uses doesn&#039;t seem to work. You need to use the CP210X USB/serial software which Davis supply, and use the station in serial mode. If you have previously been using your station with Weatherlink in USB mode, you will need to change to serial mode in Weatherlink before you can use the station with Cumulus. You can do this using [http://www.davisnet.com/support/weather/download/CP210X_USB_Serial_Converter_ver2.exe this utility from Davis]. See also this FAQ entry - http://wiki.sandaysoft.com/a/FAQ#How_do_I_get_my_Davis_station_with_USB_working_with_Cumulus.3F&lt;br /&gt;
&lt;br /&gt;
== When I start Cumulus, the graphs restart again each time and don&#039;t show the earlier data  ==&lt;br /&gt;
&lt;br /&gt;
You probably have an error in one or more data files. Look near the beginning of the latest file in the Diags folder for an error message which will tell you which file is in error and which line is causing the problem. It may simply be a blank line. Edit the file with Cumulus stopped. Note that you may need to repeat this process; only the first error is shown.&lt;br /&gt;
&lt;br /&gt;
This problem can also occur if you change your system format settings (date format, decimal and list separators etc). Again, check the diags file for a message about a number not being a valid floating point value.&lt;br /&gt;
&lt;br /&gt;
== The peak values on my graphs are not the same as my extreme values  ==&lt;br /&gt;
&lt;br /&gt;
The graphs are snapshots of the data, taken once a minute while Cumulus is running; it is not feasible to plot every data point. If the extreme value did not coincide exactly with the point at which the data was added to the graph, then it will not appear on the graph. The graphs are not intended to show all of the highs and lows, they are there to give an idea of the trends. This also applies to &#039;Select-A-Graph&#039;, which takes its data from the data logs; the highs and lows do not necessarily appear in the periodic data logs.&lt;br /&gt;
&lt;br /&gt;
This is most noticeable with wind gusts, the value of which can change rapidly, even over a period of a minute. The &#039;Plot latest gust&#039; setting causes the &#039;Latest&#039; figure (as shown on the main screen) to be plotted. What this figure represents exactly depends on your weather station type. This figure may vary rapidly, e.g. on Davis stations, it changes every 3 seconds or so. The graphs are plotted once a minute, and hence, with Davis stations, for example, there is approximately a one in 20 chance of any given &#039;latest&#039; figure actually being plotted.&lt;br /&gt;
&lt;br /&gt;
Cumulus also stores the peak value of the &#039;latest&#039; figure from the last 10 minutes. It calls this the &#039;gust&#039;, as this is a reasonable representation of a true &#039;gust&#039; figure. If you untick &#039;plot latest gust&#039;, it will plot this figure instead. As it contains the peak figure from the last 10 minutes, and the graph is plotted once a minute, plotting this value means that the high gust figure will always appear on the graph. The exception to this is with Davis stations, in the situation where the &#039;high gust&#039; figure has been read directly (as a way of ensuring that the high gust isn&#039;t missed) rather than by the usual reading of the current data. In this case, the gust is recorded as the high, but is not written to the current value, and hence does not appear on the graph, as it may be out of sequence with the current data.&lt;br /&gt;
&lt;br /&gt;
== My extreme values do not appear in the &#039;monthly&#039; data logs  ==&lt;br /&gt;
&lt;br /&gt;
The data logs are snapshots of the data, taken at the configured interval while Cumulus is running (or at the station&#039;s configured interval when data is read from the station&#039;s logger directly into the Cumulus monthly log). Cumulus, while it is running, reads the station frequently, detecting each change in observations, and can update extremes at each of these reading times.&lt;br /&gt;
&lt;br /&gt;
If the extreme value reading time did not immediately precede a time at which the data was logged, then it will not appear in the log. This is most noticeable with wind gusts, the value of which can change rapidly between log entries.&lt;br /&gt;
&lt;br /&gt;
Cumulus is designed to be kept running, if you only run it once a day, then the information it reads from the station&#039;s logger during catch up may miss extremes. For example &#039;&#039;when Cumulus reads the archive temperatures from a Davis station&#039;&#039;,  (in a compromise to allow Cumulus to have as much code as possible that is common to all weather station types) the design means that it ignores the first and second figures representing highest and lowest reported at each logged time, just reading the third figure that, depending on console configuration, is either the average value over the archive period or the final reading of the archive period (I don&#039;t know what the default is).&lt;br /&gt;
&lt;br /&gt;
== Cumulus takes a long time to download the data from my Davis station at start up  ==&lt;br /&gt;
&lt;br /&gt;
When Cumulus starts, it asks the station for all the data from the logger since the last time it was running. If the time-stamp that it supplies does not exactly match the time-stamp of an entry in the Davis logger, the station has a strange &#039;feature&#039; where it decides to send the entire contents of the logger. This will take some time to download, during which the Davis console display may appear to freeze. &lt;br /&gt;
#It is recommended that you enable the feature &#039;&#039;&#039;Synchronise station clock&#039;&#039;&#039; in the &#039;Settings&#039; block accessed from the &#039;&#039;Configuration&#039;&#039; menu  &#039;&#039;&#039;Station&#039;&#039;&#039; [[Cumulus_Screenshots#Station|Screen]].&lt;br /&gt;
#It is recommended that you set the logging interval in Cumulus (in the &#039;Data log interval&#039; block accessed from the &#039;&#039;Configuration&#039;&#039; menu  &#039;&#039;&#039;Station&#039;&#039;&#039; Screen) to the same interval as the station (the station interval can be changed using Weatherlink), then Cumulus will be able to make sure it uses a time-stamp that matches an entry in the logger. Note that this is mentioned in the &#039;&#039;&#039;readme.txt&#039;&#039;&#039; file that appears during the Cumulus installation, which you were asked to read at the time. If you didn&#039;t read it, it is strongly recommended that you do so now; it contains important information.&lt;br /&gt;
&lt;br /&gt;
Note that this situation can also occur if you close Cumulus and then start it up again very soon afterwards, for similar reasons. There is nothing that Cumulus can do about this, it is an issue with the logger (or Virtual VP, which behaves in the same way).&lt;br /&gt;
&lt;br /&gt;
== My Davis console clock is not exactly the same as my PC clock, but I have &amp;quot;Synchronise station clock&amp;quot; selected ==&lt;br /&gt;
&lt;br /&gt;
The Davis protocol only allows hours and minutes to be set, so there is always likely to be a difference of up to 60 seconds between the PC and the station.&lt;br /&gt;
&lt;br /&gt;
== Today is the shortest/longest day, but Cumulus says that tomorrow will be a few seconds shorter/longer  ==&lt;br /&gt;
&lt;br /&gt;
The routines I use to calculate (at midnight GMT) the length of the day aren&#039;t really suitable for this level of accuracy and may use the previous day in one parameter. I don&#039;t consider it an issue.&lt;br /&gt;
&lt;br /&gt;
== Cumulus got the forecast wrong!  ==&lt;br /&gt;
&lt;br /&gt;
Cumulus uses a forecast based on the Zambretti Forecaster (see Google). I didn&#039;t design the algorithm myself and to be honest I don&#039;t know how it works, so I can&#039;t answer any questions about it. Note that this is a &#039;forecast&#039; for the following 12 hours or so; it is not a &#039;nowcast&#039; (what the weather is doing now). Please regard the forecast as &#039;for entertainment purposes only&#039;. Do not base any decisions on it, and bear in mind that it is a very simple calculation based on only a few basic parameters. Some people get reasonable results, others do not. You can try tweaking the pressure extreme settings (in the Forecast section in the station settings), but don&#039;t expect the forecast to be as good as that provided by the weather agencies which have invested millions in their forecasting systems.&lt;br /&gt;
&lt;br /&gt;
== I only see one set of points on the wind direction graph  ==&lt;br /&gt;
&lt;br /&gt;
This happens just after you restart Cumulus, if the data came from the weather station&#039;s logger (i.e. Cumulus hasn&#039;t been running for a while). Weather stations only supply a &#039;current&#039; direction, and Cumulus calculates the average direction when running &#039;live&#039;.  So there is only one set of data available to be plotted, if it comes from the station logger.&lt;br /&gt;
&lt;br /&gt;
== My average wind bearing remains at zero ==&lt;br /&gt;
&lt;br /&gt;
Cumulus will always show zero average bearing when the average wind speed is zero (it can&#039;t be otherwise because it&#039;s calculated using the wind speed). In addition, it will show zero current bearing when the current wind speed is zero if you have &#039;&#039;use bearing zero when calm&#039;&#039; selected in the [[Cumulus_Screenshots#Station|station]] settings (accessible from &#039;&#039;&#039;Configuration&#039;&#039;&#039; menu).&lt;br /&gt;
&lt;br /&gt;
This also happens if your anemonmeter has a fault.&lt;br /&gt;
&lt;br /&gt;
== My graphs appear to be plotted less frequently just after Cumulus starts up  ==&lt;br /&gt;
&lt;br /&gt;
When running live, Cumulus plots data at 1-minute intervals. When it starts up, it pre-fills the graphs with data from the log files, which generally (depending on how you have Cumulus and your station configured) will be at less frequent intervals. &lt;br /&gt;
&lt;br /&gt;
== I closed Cumulus, the &#039;please wait&#039; form appeared, but Cumulus didn&#039;t close, even after several minutes  ==&lt;br /&gt;
&lt;br /&gt;
If you&#039;ve closed Cumulus shortly after it has downloaded a lot of data from the logger, it can take a while for the logging thread to get everything written away to disk, and Cumulus won&#039;t close until this has completed. However, in some circumstances, there seems to be a situation where Cumulus will never close, so you will need to close it with task manager. If you think you know what conditions cause this to happen, please let me know. &lt;br /&gt;
&lt;br /&gt;
== Cumulus isn&#039;t logging data at the interval that I set  ==&lt;br /&gt;
&lt;br /&gt;
It logs data at the interval you have configured, while it is running. If there is data to read from the station logger at start up, each logger entry is logged to the Cumulus log files, so those entries will be at the logger interval that you have configured in your station.&lt;br /&gt;
&lt;br /&gt;
== Cumulus takes a very long time to shut down ==&lt;br /&gt;
&lt;br /&gt;
You may have closed it very soon after starting it up, when it had a lot of data to download from the station logger, and you use Weather Underground. From version 1.9.1  there is a facility where it &#039;catches up&#039; with data that hasn&#039;t been uploaded to Weather Underground while it hasn&#039;t been running. This takes a little while, and if you close it while it is doing it, it will take a long time for all of the updates to time out. You need to give it sufficient time to finish the upload. From version 1.9.2, there is a &#039;catch up&#039; light which shows that the upload is taking place, and the &#039;catch up&#039; is optional&#039;; and it will abort much more quickly if you still close it while the catch up is taking place. &lt;br /&gt;
&lt;br /&gt;
== My temperature Min/Max/Avg graph is empty ==&lt;br /&gt;
&lt;br /&gt;
The most likely explanation is that you have only recently started running Cumulus (in the last day or two). It adds new values to this graph at the end of each day; it wouldn&#039;t make sense to add a value part of the way through the day, and you need a few points to be plotted before the graph starts to take shape. You need to wait until you have been running Cumulus for a few days.&lt;br /&gt;
&lt;br /&gt;
If you&#039;ve been running Cumulus for more than a few days, but the graph is still empty, the most likely explanation is that it was unable to read your dayfile.txt file. Look at the latest file in the &#039;diags&#039; folder (the files are plain text) for error messages mentioning dayfile.txt.&lt;br /&gt;
&lt;br /&gt;
== The longest dry/wet spell for this month/year includes days from last month/year ==&lt;br /&gt;
&lt;br /&gt;
This is intentional. I decided that it didn&#039;t make sense to arbitrarily chop off a dry/wet spell at the start of the month/year, as then the figure is meaningless. So the figures are to be interpreted as &amp;quot;the longest dry/wet spell which includes this month/year&amp;quot;. I note that other software takes the same approach.&lt;br /&gt;
&lt;br /&gt;
== Cumulus isn&#039;t performing periodic tasks, like data logging or web uploads ==&lt;br /&gt;
&lt;br /&gt;
Cumulus assumes a certain level of weather station functionality. It checks that it has received data from a number of sensors (e.g. pressure and outside temperature) before it starts periodic calculations, logging, uploading to the web, or drawing graphs. This is an attempt to make sure that bad data is not logged. If your weather station is not fully functional, you will not be able to use Cumulus fully. &lt;br /&gt;
&lt;br /&gt;
You can over-ride the start up check by adding a line to the [Station] section of [[Cumulus.ini#Section:_Station|cumulus.ini]], thus: &#039;&#039;NoSensorCheck=1&#039;&#039;&lt;br /&gt;
(You need to do this while Cumulus is stopped). Note that you are likely to get bad data logged if you do this.&lt;br /&gt;
&lt;br /&gt;
== I&#039;ve changed my Twitter password, and now Cumulus won&#039;t update Twitter ==&lt;br /&gt;
&lt;br /&gt;
You need to force Cumulus to re-authenticate with Twitter. Stop Cumulus and edit cumulus.ini. Find the [Twitter] section, and &#039;&#039;&#039;delete&#039;&#039;&#039; the lines which start&lt;br /&gt;
&lt;br /&gt;
OauthToken=&lt;br /&gt;
 &lt;br /&gt;
OauthTokenSecret=&lt;br /&gt;
&lt;br /&gt;
Start Cumulus and it should be able to update Twitter again.&lt;br /&gt;
&lt;br /&gt;
== When I start Cumulus, I get the error message &amp;quot;The station is not initialised&amp;quot; ==&lt;br /&gt;
&lt;br /&gt;
For Fine Offset stations, when Cumulus starts up, it checks the first two bytes of the station&#039;s memory. They are supposed to contain the values Hex 55 and Hex AA to indicate that the station has initialised itself correctly. If they do not, then presumably the station has had some kind of internal problem, so Cumulus doesn&#039;t try to read any data from it. A reset of the station normally fixes this - remove the batteries and the USB cable; but note that you will almost certainly lose any stored data in the logger.&lt;br /&gt;
&lt;br /&gt;
If you want to force Cumulus to ignore this check (not recommended), edit cumulus.ini and add a line to the [Station] section: &#039;&#039;EWdisablecheckinit=1&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
You will most likely not have any success with this, as your station memory is probably corrupted anyway.&lt;br /&gt;
&lt;br /&gt;
Note that for this setting to work, you need to be using version 1.9.3, build 1034 or later.&lt;br /&gt;
&lt;br /&gt;
== How do I correct today&#039;s or yesterday&#039;s highs and lows? ==&lt;br /&gt;
&lt;br /&gt;
Today&#039;s totals, highs and lows (and yesterday&#039;s rain total) are held in [[today.ini]] in the Cumulus data folder. Yesterday&#039;s totals (including RG11 rain but not standard rain), highs and lows are held in [[yesterday.ini]]. Follow the cross-references if you are unsure which parameter is what. To change any values, stop Cumulus and edit the file(s) in a text editor. Be sure to keep any date and time formats the same. If you are editing yesterday&#039;s highs and lows, you might also need to edit [[Dayfile.txt#Editing_daily_summary_in_Cumulus|dayfile.txt]], as the same values will probably have been written to that file. You can use the [[Cumulus_Screenshots#File.2FEdit.2FHelp_Menu|built-in dayfile editor]] in Cumulus to do this. If your all-time and/or monthly all-time records have been affected, see the [[#How_do_I_correct_my_all-time_.28or_monthly_all-time.29_records.3F|FAQ entry below]].&lt;br /&gt;
&lt;br /&gt;
If the value you want to change is today&#039;s high hourly rain figure, it is best to wait until the current figure has returned to a sensible value. There is no easy way to correct the current figure, so if you change it in today.ini while the current figure is incorrect, the high value in today.ini will immediately be changed again when you start Cumulus.  More information about correcting rain [[#My_station_invented_some_rain_that_didn.27t_really_occur.2C_and_I_want_to_set_it_to_zero_.28or_some_other_figure.29 |in this FAQ]].&lt;br /&gt;
&lt;br /&gt;
If the problem occurred because Cumulus wasn&#039;t able to download the data from the station&#039;s logger when you started it up in the morning (or perhaps you turned off the &#039;use data logger&#039; setting for some reason), you can get it to try again by &#039;rewinding&#039; to the time when you started Cumulus, and allowing it to try again. Cumulus takes a copy of the current files each time it starts up, and puts them in a folder in the backup folder in the Cumulus installation. Stop Cumulus, and find the backup folder with the appropriate timestamp, and copy all of the files from the backup folder into the Cumulus data folder, and start Cumulus up again.&lt;br /&gt;
&lt;br /&gt;
== How do I correct my all-time (or monthly all-time) records? ==&lt;br /&gt;
&lt;br /&gt;
Use the editor in Cumulus - on the Edit menu. If you know the correct figures, you can enter them manually.&lt;br /&gt;
*You can look at the [[Alltimelog.txt]] file to find the previous values for the [[Monthlyalltime.ini|all-time records]].&lt;br /&gt;
*Similar entries are logged to the [[diags]] files for the monthly highs and lows in [[month.ini]]. &lt;br /&gt;
*You can also get the editor to scan the [[dayfile.txt|daily summary log]] and [[Monthly_log_files]] to find the highs and lows from those files, click the Help button for details. Note that to use this facility you first need to correct any incorrect values in the files being scanned; you can use the built-in editor in Cumulus to edit dayfile.txt.&lt;br /&gt;
&lt;br /&gt;
Cumulus takes a backup of all the active data files when it starts up, and also at the start of the meteorological day (just after midnight for a lot of users). The backups are kept in folders within the backup sub-folder in the Cumulus installation. So an alternative method would be to find the latest backup from before the error occurred, and copy the &#039;&#039;alltime.txt&#039;&#039; and/or &#039;&#039;monthlyalltime.txt&#039;&#039; file from the backup to the Cumulus data folder. Do this with Cumulus stopped.&lt;br /&gt;
&lt;br /&gt;
There is more information in [[:Category:Log_Files]], on the page for each type of file.&lt;br /&gt;
&lt;br /&gt;
== It&#039;s January 1st and my &#039;rain since midnight&#039; and/or &#039;last 24 hours rain&#039; and/or Evapotranspiration are wrong/negative ==&lt;br /&gt;
&lt;br /&gt;
You are probably using a Davis station. Cumulus needs an incrementing rain counter to calculate all of the rain figures, and the nearest to that on a Davis station is the annual total. When this resets at the end of the year, this causes some of the rain data to show odd values for a day. You will notice this particularly if you use an 0900 start of meteorological day, as the &#039;rain since midnight&#039; figure is used for services such as Weather Underground. There&#039;s no easy solution to this, sorry.&lt;br /&gt;
&lt;br /&gt;
== Cumulus stops at the &amp;quot;Downloading data&amp;quot; screen ==&lt;br /&gt;
&lt;br /&gt;
If you have a Fine Offset station, this is probably caused by the station&#039;s USB interface locking up - a known problem with some Fine Offset stations. You should be able to get it going again by doing a reset - remove batteries and the USB cable. Recent Fine Offset models have a problem where they can lock up frequently, requiring a reset. From version 1.9.3 of Cumulus onwards, there is an option to synchronise the reading of data with the console writing the data, to avoid doing both at the same time, and this seems to avoid most lockups. The setting is &amp;quot;Synchronise Fine Offset reads&amp;quot; on the station settings screen.&lt;br /&gt;
&lt;br /&gt;
If you look in the status bar at the bottom of the Cumulus window, there may a message &amp;quot;Error: no response&amp;quot;; this would confirm that the station has locked up and needs resetting.&lt;br /&gt;
&lt;br /&gt;
If you are using the &amp;quot;Synchronise&amp;quot; setting but are still getting frequent console interface lockups, then the clocks on the console and the platform running Cumulus may be drifting too far between synchronisations. Look in the diags files for the word &amp;quot;drift&amp;quot; and see how many seconds apart the clocks are drifting. If it is more than 3 seconds, you will need to adjust the period that Cumulus allows where it doesn&#039;t read the console data. Stop Cumulus and edit Cumulus.ini. In the [Station] section, add a line:&lt;br /&gt;
&lt;br /&gt;
FOReadAvoidPeriod=N&lt;br /&gt;
&lt;br /&gt;
where N is the required setting in seconds. If you find you are getting a drift of 9 seconds, say, you might set the value to 10.&lt;br /&gt;
&lt;br /&gt;
== Cumulus locks up when it starts and I have to use the task manager to kill it ==&lt;br /&gt;
&lt;br /&gt;
If you have a &#039;&#039;Fine Offset station&#039;&#039;, this is most likely caused by the station&#039;s interface locking up, i.e the station has stopped communicating with the PC.&lt;br /&gt;
&lt;br /&gt;
The problem where Cumulus locks up when the Fine Offset station doesn&#039;t respond is fixed in version 1.9.4. If you look in the status bar at the bottom of the Cumulus main window, there may be a message &amp;quot;Error: no response&amp;quot;; this would confirm that the station has locked up and needs resetting.&lt;br /&gt;
&lt;br /&gt;
You should be able to get the station going again by doing a reset - either remove console batteries and the USB cable or press the reset button hidden below the small hole (on 1081-based models, above the top RH corner of the battery cover). Recently manufactured Fine Offset models have a problem where they can lock up frequently, requiring a power reset. From version 1.9.3 of Cumulus onwards, there is an option on &#039;&#039;station settings screen&#039;&#039; to &#039;&#039;&#039;Synchronise Fine Offset Reads&#039;&#039;&#039; (Cumulus reading data from console) with the timing of received transmissions from sensors updating the data, to avoid doing both at the same time, and this seems to avoid most lockups.&lt;br /&gt;
&lt;br /&gt;
== Error messages with &amp;quot;Error on line...&amp;quot; or &amp;quot;Error at line...&amp;quot; ==&lt;br /&gt;
&lt;br /&gt;
These are corruptions in the log files, typically caused by Cumulus being unexpectedly closed (e.g. killed using Task Manager, or a PC reboot) while it is writing to the log files, but there can be other causes. The error message may say something like &amp;quot;List index out of bounds&amp;quot;. The error message will name the affected file(s) and the affected line number(s).&lt;br /&gt;
&lt;br /&gt;
Stop Cumulus and open the named file(s) in a good text editor, such as Notepad++. Do not use Notepad. At the line number(s) mentioned correct the error(s), which will be obvious as the lines won&#039;t look like the other lines, they will be blank or have garbage characters, or perhaps two lines have been run together. Save the file(s) and start Cumulus again.&lt;br /&gt;
&lt;br /&gt;
== Cumulus gives an error and won&#039;t run on my HP computer ==&lt;br /&gt;
&lt;br /&gt;
It&#039;s a known problem with HP computers; they have missing fonts. One solution is to install [http://www.microsoft.com/en-us/download/details.aspx?DisplayLang=en&amp;amp;id=16083 this font update] from Microsoft. It appears that computers other than HP can have the same font issue, so it is worth installing the font update anyway, if you get a problem where Cumulus won&#039;t start.&lt;br /&gt;
&lt;br /&gt;
== The headings or data look wrong in the data log viewer ==&lt;br /&gt;
&lt;br /&gt;
You&#039;re probably trying to view the wrong type of file. Use [[Cumulus_Screenshots|menus]] on main screen.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;View | Data logs&amp;quot; is only for the monthly data logs, e.g. Oct13log.txt, &amp;quot;View | Extra data logs&amp;quot; is for &amp;quot;extra&amp;quot; data logs, e.g. ExtraLog201310.txt, and if you want to view the daily summaries in dayfile.txt, use the dayfile.txt editor - &amp;quot;Edit | dayfile.txt&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
== The wind rose in Cumulus does not display anything with my Fine Offset ==&lt;br /&gt;
&lt;br /&gt;
The Fine Offset weather stations are supposed to supply data for 16 wind directions, however the design is such that most of them only actually use 8 of the possible 16. Try setting the wind rose to only display 8 directions by setting the &#039;wind rose points&#039; value to 8 on the display settings screen.&lt;br /&gt;
&lt;br /&gt;
== I&#039;ve set the graph background to white, but there&#039;s a problem with the small wind direction graph ==&lt;br /&gt;
&lt;br /&gt;
This appears to be an issue with the third party chart component. The work around is to choose a gradient background and set all three colours in the gradient to white.&lt;br /&gt;
&lt;br /&gt;
== My Weather Underground tabular data interval is not the same as the interval I&#039;ve set in Cumulus (I&#039;m using Rapid Fire) ==&lt;br /&gt;
&lt;br /&gt;
If you have selected &#039;rapid fire&#039;, the data is uploaded every 5 seconds, and the interval you configure in Cumulus is not used. Weather Underground decide how often your tabular data is logged when using rapid fire, not Cumulus.&lt;br /&gt;
&lt;br /&gt;
== My WU or PWS highest and lowest do not match Cumulus ==&lt;br /&gt;
&lt;br /&gt;
Note that Cumulus does not send minimum and maximum values to PWS and WU, they determine those themselves from the individual values that Cumulus sends.&lt;br /&gt;
&lt;br /&gt;
== My monthly (month-by-month) all-time records don&#039;t have entries for all of the months that I have been using Cumulus ==&lt;br /&gt;
&lt;br /&gt;
You need to initialise them. See the release announcement for version 1.9.3, which is when this facility was introduced: http://sandaysoft.com/forum/viewtopic.php?f=2&amp;amp;t=9286&lt;br /&gt;
&lt;br /&gt;
You only need to do this once; when you have initialised them, Cumulus will keep them up to date thereafter.&lt;br /&gt;
&lt;br /&gt;
== I am getting I/O error 32 or I/O error 103 ==&lt;br /&gt;
&lt;br /&gt;
I/O error 32 = ERROR_SHARING_VIOLATION; &amp;amp;nbsp; I/O error 103 = &#039;file not open&#039; mean something on your system has one of the Cumulus files open, preventing Cumulus writing to it (Cumulus needs exclusive access).  If you are seeing &amp;quot;file access denied&amp;quot;, you may have a permissions problem.&lt;br /&gt;
Possible reasons for locked files:&lt;br /&gt;
# Anti-virus, or back-up, software scanning/accessing the file (this is the cause in almost all cases that I&#039;ve seen).&lt;br /&gt;
# An edit or file transfer in progress (the Cumulus thread for logging and the Cumulus thread for FTP are independent so can overlap). This is likely to happen if you are getting Cumulus to frequently upload the log file to your web site.&lt;br /&gt;
# Some other software that a user is running which is processing the file in some way.&lt;br /&gt;
# More than one instance of Cumulus running (see [[#Can_I_run_2_copies_of_Cumulus.3F]]).&lt;br /&gt;
# An issue with the system clock on the PC.&lt;br /&gt;
&lt;br /&gt;
== I have problems after upgrading to Windows 10 ==&lt;br /&gt;
See this forum post - http://sandaysoft.com/forum/viewtopic.php?f=2&amp;amp;t=14148&lt;br /&gt;
&lt;br /&gt;
= Website =&lt;br /&gt;
&lt;br /&gt;
== How do I set up a website? ==&lt;br /&gt;
The crucial settings are selected on the &#039;&#039;Internet&#039;&#039; screen in the &#039;&#039;&#039;Configuration&#039;&#039;&#039; menu. &lt;br /&gt;
*On the &#039;&#039;Sites/Options&#039;&#039; tab, you must have &#039;&#039;&#039;Auto Update&#039;&#039;&#039; selected if you want Cumulus to generate web pages at the standard interval.  Other parameters will depend on your particular set-up, but are explained in the Cumulus &#039;&#039;&#039;Help&#039;&#039;&#039; and in Wiki pages starting with [[Website_setup]] and following links as required. &lt;br /&gt;
*On the &#039;&#039;Files&#039;&#039; tab, you select whether to use the standard Cumulus templates and images, or specify your own templates and destinations.&lt;br /&gt;
&lt;br /&gt;
== I’ve configured my ftp details but the web pages aren’t appearing on my site  ==&lt;br /&gt;
&lt;br /&gt;
Try setting ‘use active FTP mode’. If you already have it set, try unsetting it. If it was previously working OK, something may have changed on your network, or at the server end.&lt;br /&gt;
&lt;br /&gt;
== I’ve tried active FTP mode, but my web pages (or my realtime.txt file) still don’t appear?  ==&lt;br /&gt;
&lt;br /&gt;
Are you absolutely sure you have set the ftp path correctly? Most problems like this are a result of an incorrect path. Note that the information in the &#039;FTP progress&#039; window is not generally useful for diagnosing upload issues&#039; try turning on the ftp logging (on the Configuration menu) and look in the ftplog.txt and realtimeftplog.txt files (in the Cumulus folder). It is best to supply a relative path - i.e. with no leading &#039;slash&#039;. Please don&#039;t ask me what path you need to supply, it is impossible for me to guess how your web space is set up. If you cannot work it out, ask your web space provider for help.&lt;br /&gt;
&lt;br /&gt;
== How do I replace the &#039;bird&#039; image on my website? ==&lt;br /&gt;
&lt;br /&gt;
There are several ways to change the image of the &#039;bird&#039; on the standard Cumulus web page.  You will need a [[FTP tool]].&lt;br /&gt;
* The simplest way is to upload a new picture to the images folder of your website; the file should be called picture.jpg.   Please ensure the image is not too large and bear in mind it will appear on the bottom left of the page; the site data may cover some of the image.  As a guide, the default image is 600 x 450 pixels.&lt;br /&gt;
* Secondly, you may upload an image using your own file name.  Edit the &#039;&#039;weatherstyle.css&#039;&#039; file and look for the line &amp;lt;tt&amp;gt;background-image: url(images/picture.jpg);&amp;lt;/tt&amp;gt; around line 9 and adjust as necessary.  Upload the edited css file to your website.&lt;br /&gt;
* if you wish to remove the image completely edit the &#039;&#039;weatherstyle.css&#039;&#039; file and remove the line &amp;lt;tt&amp;gt;background-image: url(images/picture.jpg);&amp;lt;/tt&amp;gt;  Upload the edited css file to to your website.&lt;br /&gt;
&lt;br /&gt;
NOTE: It is not recommended that you overwrite the image in your local folder (webfiles\images\picture.jpg) because that gets overwritten when you update to a new build of Cumulus. Ideally your image will be in its own local folder outside the Cumulus structure.&lt;br /&gt;
&lt;br /&gt;
== Why does the heading say &#039;weather weather&#039; ? ==&lt;br /&gt;
&lt;br /&gt;
The standard first template page contains &#039;&#039;&#039;&amp;amp;lt;h1&amp;amp;gt;&amp;amp;lt;#location&amp;amp;gt; weather&amp;amp;lt;/h1&amp;amp;gt;&#039;&#039;&#039;, so do not include &#039;weather&#039; in your station name (this is what the tag &amp;amp;lt;#location&amp;amp;gt; represents, see next answer) to avoid it being duplicated.&lt;br /&gt;
&lt;br /&gt;
== How do I change the &amp;quot;Welcome to.&amp;quot; on the front page ==&lt;br /&gt;
&lt;br /&gt;
The Welcome message is controlled within Cumulus.  Click on the &#039;&#039;Station&#039;&#039; screen in &#039;&#039;&#039;Configuration&#039;&#039;&#039; menu and Edit the &#039;&#039;&#039;Description&#039;&#039;&#039; field within the Location frame to amend what the tag &amp;lt;#longlocation&amp;gt; represents in &amp;quot;Welcome to &amp;amp;lt;#longlocation&amp;amp;gt;.&amp;quot; on template page.&lt;br /&gt;
&lt;br /&gt;
== I don&#039;t have a solar sensor. How do I remove the solar data from the supplied web templates? ==&lt;br /&gt;
Locate the Cumulus &#039;web&#039; folder on your PC and edit the following files (there are comments in the html to guide you):&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;indexT.htm&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Remove the following code:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
  &amp;lt;!-- Solar data. If you don&#039;t have a solar sensor, you may wish to delete everything from here to the next comment --&amp;gt;&lt;br /&gt;
  &amp;lt;tr class=&amp;quot;td_temperature_data&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;Solar Radiation&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;&amp;lt;#SolarRad&amp;gt;&amp;amp;nbsp;W/m&amp;amp;sup2;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;Evapotranspiration Today&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;&amp;lt;#ET&amp;gt;&amp;amp;nbsp;&amp;lt;#rainunit&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;/tr&amp;gt;&lt;br /&gt;
  &amp;lt;!-- End of solar data --&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;todayT.htm&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
Remove the following code:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
    &amp;lt;!-- Solar data. If you don&#039;t have a solar sensor, you may wish to delete everything from here to the next comment --&amp;gt;&lt;br /&gt;
    &amp;lt;tr class=&amp;quot;td_temperature_data&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;td&amp;gt;Hours&amp;amp;nbsp;of&amp;amp;nbsp;Sunshine&amp;lt;/td&amp;gt;&lt;br /&gt;
      &amp;lt;td&amp;gt;&amp;lt;#SunshineHours&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
      &amp;lt;td&amp;gt;&amp;amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;!-- End of solar data --&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;yesterdayT.htm&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Remove the following code:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
    &amp;lt;!-- Solar data. If you don&#039;t have a solar sensor, you may wish to delete everything from here to the next comment --&amp;gt;&lt;br /&gt;
    &amp;lt;tr class=&amp;quot;td_temperature_data&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;td&amp;gt;Hours&amp;amp;nbsp;of&amp;amp;nbsp;Sunshine&amp;lt;/td&amp;gt;&lt;br /&gt;
      &amp;lt;td&amp;gt;&amp;lt;#YSunshineHours&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
      &amp;lt;td&amp;gt;&amp;amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;!-- End of solar data --&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== How do I remove Inside Temperature graph or add solar/UV/sunshine? ==&lt;br /&gt;
&lt;br /&gt;
Locate the Cumulus &#039;web&#039; folder on your PC and edit the following file:&lt;br /&gt;
&#039;&#039;&#039;trendsT.htm&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Modify the following code:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
    &amp;lt;td class=&amp;quot;td_thumbnails&amp;quot;&amp;gt;&amp;lt;a onclick=&#039;changeImage(&amp;quot;images/intemp.png&amp;quot;)&#039;&amp;gt;&amp;lt;img src=&amp;quot;images/intempsm.png&amp;quot; alt=&amp;quot;Inside Temperature Graph Thumbnail&amp;quot; width=&amp;quot;150&amp;quot; height=&amp;quot;100&amp;quot; style=&amp;quot;border:0&amp;quot; /&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
*To simply remove &#039;&#039;&#039;Inside Temperature&#039;&#039;&#039; graph, change code above to this&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
*If you want to stop Cumulus uploading the indoor temperature graph, you can un-tick &#039;Include standard images&#039; on the &#039;files&#039; tab of the internet settings, and list all of the images that you still want to be uploaded as extra files. As there will likely be more than 10 files, you would need to do this by editing Cumulus.ini.&lt;br /&gt;
*To show solar instead, replace &#039;intemp.png&#039; with &#039;solar.png&#039;, replace &#039;intempsm.png&#039; with &#039;solarsm.png&#039;, and change the wording of the value associated with the alt property.&lt;br /&gt;
*To make Cumulus upload the solar graph, select it on the &#039;files&#039; tab of the internet settings.&lt;br /&gt;
*To show sunshine instead, replace &#039;intemp.png&#039; with &#039;sunshine.png&#039;, replace &#039;intempsm.png&#039; with &#039;sunshinesm.png&#039;, and change the wording of the value associated with the alt property.&lt;br /&gt;
*To make Cumulus upload the sunshine graph, select it on the &#039;files&#039; tab of the internet settings.&lt;br /&gt;
*To show UV instead, replace &#039;intemp.png&#039; with &#039;uv.png&#039;, replace &#039;intempsm.png&#039; with &#039;uvsm.png&#039;, and change the wording of the value associated with the alt property.&lt;br /&gt;
*To make Cumulus upload the UV graph, select it on the &#039;files&#039; tab of the internet settings.&lt;br /&gt;
&lt;br /&gt;
If you want to do more than a straight one for one swap see [[Customised_templates#Slightly_less_simple_customisation_of_trendsT.htm| customisation page here]].&lt;br /&gt;
&lt;br /&gt;
== How do I include extra items on supplied web templates? ==&lt;br /&gt;
&lt;br /&gt;
Open the folder cumulus\web and edit the relevant file named xxxxxT.htm.  For example instead of deleting the sections in the [[#I don&#039;t have a solar sensor. How do I remove the solar data from the supplied web templates?|remove solar answer]], edit their contents.&lt;br /&gt;
See [[Customised_templates#Changing_the_Standard_Templates]] for fuller description.&lt;br /&gt;
&lt;br /&gt;
If you do change the standard templates, take a copy of your new versions, and store elsewhere.&lt;br /&gt;
The sub-folder cumulus\web\originals has copies of the standard templates from the installed build, do not edit these.&lt;br /&gt;
When you install a new build of Cumulus, you have an option to replace or not replace the contents of cumulus\web with the new build&#039;s standard templates.&lt;br /&gt;
&lt;br /&gt;
== How do I upload extra web pages? ==&lt;br /&gt;
&lt;br /&gt;
See Cumulus help for the Internet Settings screen, or for a step-by-step guide see [[Customised_templates#What_to_select_on_the_.27Files.27_tab_of_the_Internet_Settings_screen_within_the_.27Configuration.27_menu]]&lt;br /&gt;
&lt;br /&gt;
== What character encoding does Cumulus use for the web pages it generates? ==&lt;br /&gt;
&lt;br /&gt;
Cumulus 1.9.4 build 1093 changed all the template pages from XHTML 1.0 Transitional using charset=iso-8859-1 encoding to HTML 5 using charset=&amp;quot;UTF-8&amp;quot; encoding. It uses this without [http://en.wikipedia.org/wiki/Byte_order_mark Byte Order Mark] (BOM).&lt;br /&gt;
&lt;br /&gt;
From that build, you can tell Cumulus which of those two encodings to use:&lt;br /&gt;
*For standard template names in standard &#039;cumulus\web&#039; folder, if you replace them with customised templates not using [http://en.wikipedia.org/wiki/UTF-8 &amp;quot;Universal Character Set Transformation Format — 8-bit&amp;quot; (UTF-8)], &lt;br /&gt;
**unselect &#039;&#039;&#039;UTF-8 encode&#039;&#039;&#039; in the web settings frame on the Sites/Options tab of Internet settings screen in Configuration menu. &lt;br /&gt;
**Cumulus will then, as in earlier builds, use [http://en.wikipedia.org/wiki/ISO-8859-1 iso-8859-1] encoding.&lt;br /&gt;
*For extra templates, the Files tab of the Internet settings screen in Configuration menu has the option to choose which of the two Cumulus encodings to use.  See Wiki article referenced in previous answer.&lt;br /&gt;
&lt;br /&gt;
Note that since Cumulus 1.9.4 build 1078 there has been an option on the NOAA Setup screen in Configuration menu to specify whether character set utf-8 encoding is to be used for those reports.&lt;br /&gt;
&lt;br /&gt;
== Why does a standard gauges web page have text where it should show gauges? ==&lt;br /&gt;
&lt;br /&gt;
[[File:Gauges missing.jpg]] If a standard Cumulus &#039;gauges.htm&#039; web page displays like this then either&lt;br /&gt;
&lt;br /&gt;
1) (Most Likely) The weather station owner has not loaded the required files/folders onto his/her server; &lt;br /&gt;
* The gauges graphics require the &#039;images&#039; subfolder (see next answer), containing the script and many images to be pre-loaded in the &#039;dbimages&#039; subfolder.&lt;br /&gt;
* All these should exist within the destination folder that holds the HTML files as instructed in the Cumulus Help (&#039;setting up your website&#039; page)  &lt;br /&gt;
* Also explained in [[Simple Website setup]] on this Wiki.&lt;br /&gt;
&lt;br /&gt;
or 2) JavaScript is not enabled (or not available) in the browser being used to view the page (if not enabled, this can be switched on in either &#039;Options&#039;, &#039;Preferences&#039; or &#039;Settings&#039; depending on browser). Note that Firefox version 23 has removed the ability to change this in Option preferences, so ignore this solution in that browser.&lt;br /&gt;
&lt;br /&gt;
or 3)  You are using a browser add-on such as &#039;NoScript&#039; (over 2 million use this) which requires you to explicitly turn on JavaScript for each web site you visit within the &#039;NoScript&#039; options.  (This sort of add-on may be used to restrict advertising or tracking of your actions, or for security against unwanted processes being started by sites you visit).&lt;br /&gt;
&lt;br /&gt;
== Why are there no graphs on my standard trends web page? ==&lt;br /&gt;
&lt;br /&gt;
Either 1) You have not created an images sub-folder (within your folder that holds web pages) as instructed in the Cumulus Help (&#039;setting up your website&#039; page) -  also explained in [[Simple Website setup]].  In this case, the bird image will not be appearing in the bottom left corner of your web pages.&lt;br /&gt;
&lt;br /&gt;
Or 2) You have switched off &#039;&#039;&#039;Include Standard Images&#039;&#039;&#039; on the file tab of the Internet dialogue of the configuration menu.  In this case Cumulus believes you are working in a non-standard way, and does not automatically upload the graphs (nor moon image).&lt;br /&gt;
&lt;br /&gt;
== What is the size of the standard Cumulus update? ==&lt;br /&gt;
&lt;br /&gt;
The default is that all of the standard pages and standard images are uploaded on each update at whatever standard update frequency you select. &lt;br /&gt;
&lt;br /&gt;
In total for version 1.9.2, it&#039;s about half a megabyte - about 100kB for the pages (about half of that is the gauges.htm page with all the detailed wind plotting points, and half the other pages) and 400kB for the variable images (moon phase, some gauges images and trend graphs - the exact size of latter can vary if you change the period they cover).&lt;br /&gt;
&lt;br /&gt;
Version 1.9.3 adds the monthly records page which contains 12 months worth of a lot of data, and adds 25kB to every update (although usually very little changes between updates).&lt;br /&gt;
&lt;br /&gt;
The NOAA monthly and annual pages are uploaded once a day, that is another 8kB for a full month and full year, obviously less at the start of a month/year.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Optional extras&#039;&#039;&#039;&lt;br /&gt;
*[[realtime.txt]] file, this is less than 1kB (1024 Bytes) in size.&lt;br /&gt;
*[[dayfile.txt]] a file that is about (30 times number of years) kB&lt;br /&gt;
*The files required to update external sites are no more than a few kB.&lt;br /&gt;
&lt;br /&gt;
== How do I upload my own pages or files once a day? ==&lt;br /&gt;
&lt;br /&gt;
Cumulus allows you to specify a command (with optional parameters) that will be actioned just after daily rollover. The command is entered in the &#039;&#039;External programs&#039;&#039; frame at the bottom left of the Internet Settings screen.  The box is labelled &#039;&#039;&#039;Daily&#039;&#039;&#039;. Click the Cumulus &#039;&#039;Help&#039;&#039; button for guidance.  For example you could type &#039;c:\cumulus\daily.cmd&#039; in the box labelled &#039;&#039;Daily&#039;&#039;. &lt;br /&gt;
&lt;br /&gt;
This could be used to upload the pages with the longer term extremes (as your monthly, annual and all-time extremes may only change a few times a month or even less frequently) and so reduce the upload burden at the standard uploading frequency.  To achieve this you would use the content of that example file &#039;daily.cmd&#039;, in the default Cumulus folder,   to call your own [[FTP_tools| file transfer tool]] for those infrequently changing pages. Remember to also unselect &#039;&#039;&#039;Include Standard Files&#039;&#039;&#039; on the&#039;&#039; &#039;Files&#039; tab&#039;&#039; of &#039;Internet settings&#039;, and list [[Customised_templates#How_Cumulus_uses_its_templates|the templates]] on that tab, selecting &#039;&#039;&#039;Process?&#039;&#039;&#039; for all of them, but only selecting &#039;&#039;&#039;FTP?&#039;&#039;&#039; for the other frequently changing pages that are still to be uploaded at the standard interval. You may find help on the forum  or elsewhere on this wiki [[SFTP| for the FTP call]] and [[Customised_templates#Creating_Your_Own_Templates| for &#039;Files&#039; tab settings]].&lt;br /&gt;
&lt;br /&gt;
It can also be used for the optional files mentioned in the previous answer or to update a database using a [[ImportCumulusFile|PHP batch job]].  For the daily command specified above, in the default Cumulus folder, add a file &#039;daily.cmd&#039; that contains (if you host your own server using &#039;XAMPP&#039;), &#039;copy c:\cumulus\data\dayfile.txt C:\xampp\htdocs\weather\daj\&#039; for example to enable you to use the [[AnnualDataSummary| Annual Day-by-day Summary]] tool. (Uploading if you do not host your own server is described at [[Upload_Dayfile| upload dayfile]] but basically you swap the copy command for a FTP command).&lt;br /&gt;
&lt;br /&gt;
== The &#039;real time wind data&#039; gauges on the standard gauges page aren&#039;t working ==&lt;br /&gt;
&lt;br /&gt;
These require a [[realtime.txt]] file to be uploaded by Cumulus. Tick the &amp;quot;Enable Realtime&amp;quot;, &amp;quot;Enable Realtime FTP&amp;quot; and &amp;quot;Enable realtime.txt FTP&amp;quot; boxes on the internet settings screen. If the gauges still do not work, check that the [[realtime.txt]] file is being uploaded to the correct place. If it is not, it is likely that you have specified an incorrect &#039;ftp directory&#039; in Cumulus. If your &#039;normal&#039; pages are being uploaded correctly, but realtime.txt is not, then it is likely that you simply need to leave the ftp directory blank (but see the note below first).&lt;br /&gt;
&lt;br /&gt;
A possible cause for this problem is that your web space provider does not allow .txt files to be accessed. For example, the free hosting provider 000webhost.com do not.&lt;br /&gt;
&lt;br /&gt;
== I&#039;m using the supplied web pages, and get lower case in places where I want upper case  ==&lt;br /&gt;
&lt;br /&gt;
It&#039;s in the CSS. Go to the webfiles sub-folder of your cumulus installation, edit weatherstyle.css and find lines like: &amp;quot;text-transform: lowercase;&amp;quot; and remove them. Use FTP tool to replace the weatherstyle.css on your website.&lt;br /&gt;
&lt;br /&gt;
== My web pages have things like &amp;amp;lt;#location&amp;amp;gt; in them  ==&lt;br /&gt;
You’ve edited your templates with something like Dreamweaver, and it’s changed the angle brackets on the [[Webtags]] to &amp;quot;&amp;amp;amp;lt&amp;amp;nbsp;;&amp;quot; and &amp;quot;&amp;amp;amp;gt&amp;amp;nbsp;;&amp;quot; - you need to change them back to &amp;amp;lt; and &amp;amp;gt;. &#039;&#039;These may look the same when viewed in your browser, but you can see the difference if you &#039;view source&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
Alternatively, if the web templates are listed in [[cumulus.ini]] (and for the first 10 appear on the &#039;&#039;&#039;files&#039;&#039;&#039; tab of &#039;&#039;Internet&#039;&#039; dialogue of &#039;&#039;&#039;Configuration&#039;&#039;&#039; menu), the &#039;&#039;&#039;Process&#039;&#039;&#039; option must be ticked for the web pages generated by Cumulus to have values replacing the [[Webtags]].  Otherwise at each web update, Cumulus will generate web pages the same as the templates.&lt;br /&gt;
&lt;br /&gt;
== My web pages are empty ==&lt;br /&gt;
If empty web pages are being uploaded to your web site (i.e. they report size of 0 kB, but do not produce &#039;error 404 - page not found&#039; message), and your browser shows that their modification date is recent (see next FAQ), then it is likely that the [[Customised_templates#What_is_meant_by_.27Cumulus_processes_templates.27| Cumulus processing]] of templates is failing:&lt;br /&gt;
*Either (since build 1093, as made clear in the release notes)[[File:Web settings.JPG]] the character encoding (for standard named templates that are [[Customised_templates#What_is_meant_by_.27Cumulus_processes_templates.27| processed by Cumulus]]) is specified incorrectly on the &#039;&#039;&#039;Configuration&#039;&#039;&#039;  menu, &#039;&#039;Internet&#039;&#039; dialog, &#039;&#039;&#039;Sites/Options&#039;&#039;&#039; tab, &#039;&#039;Web Settings&#039;&#039; frame as shown about half way down on this screen extract:&lt;br /&gt;
**Select the option where indicated by red arrow if your template includes in a line near the start &amp;lt;code&amp;gt;&amp;lt;meta charset=&amp;quot;UTF-8&amp;quot;&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
**Deselect the option where indicated by red arrow if your template includes something like &amp;lt;code&amp;gt;&amp;lt;meta content=&amp;quot;text/html; charset=iso-8859-1&amp;quot; http-equiv=&amp;quot;Content-Type&amp;quot; /&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
**For customised pages, (without standard Cumulus template names), select/un-select the UTF-8 encoding in the appropriate column on the &#039;&#039;&#039;Configuration&#039;&#039;&#039;  menu, &#039;&#039;Internet&#039;&#039; dialog, &#039;&#039;&#039;Files&#039;&#039;&#039; tab screen where you list the local and remote names.&lt;br /&gt;
*Or you have edited/customised the template and added an incorrectly specified Cumulus [[webtag]] that has caused [[Customised_templates#What_is_meant_by_.27Cumulus_processes_templates.27| Cumulus processing]] to abort for that template.  If you stop cumulus you can use a text editor to open the latest [[Diags|diagnostic file]]. Look at entries time-stamped just before the hour and repeated at your auto-update &#039;&#039;interval&#039;&#039; (just below red arrow in screen image above). You might find a message like &amp;quot;Error processing C:\web\indexT&amp;quot; (i.e. mentioning whichever template is at fault) followed by a brief hint as to the nature of the error.&lt;br /&gt;
*Another possibility is that you do not have active FTP mode selected, but your particular setup requires it - or vice versa.&lt;br /&gt;
&lt;br /&gt;
== My web pages have obsolete web tag values in them  ==&lt;br /&gt;
If the information showing on your web pages is out of date, then it must have been working before, so you have made a change somewhere.&lt;br /&gt;
*Most browsers will display &#039;page information&#039; that tells you when the page was last modified (by querying the web server).&lt;br /&gt;
**if the page on your web server was recently modified, &lt;br /&gt;
***then the next item to investigate is the template file; a template file contains Cumulus web tags and the [[Customised_templates#What_is_meant_by_.27Cumulus_processes_templates.27|&#039;process&#039;]] that Cumulus does to create a web page involves reading text from a template and when it finds a web tag it inserts the latest value in as it creates the page. A [[FAQ#What_file-names_does_Cumulus_use_when_processing_and_uploading_files_to_my_web_site.3F|local file]] is then created and Cumulus will FTP (or copy) this to the web server according to the settings. If the template file cannot be processed, Cumulus may still upload an existing old local file.&lt;br /&gt;
**if the page was not recently modified, &lt;br /&gt;
***maybe you are not running Cumulus, so it is not updating.  &lt;br /&gt;
***maybe your file transfer is not working, turn ftp logging on for technical output, and look for any filenames and any &#039;successfully transferred&#039; messages.&lt;br /&gt;
***maybe your &#039;internet settings&#039; screen has accidentally been changed, see Cumulus help for simple instructions.  If you took a backup of [[cumulus.ini]] you can stop Cumulus, rename the current file and copy your cumulus.ini backup back into the &#039;cumulus&#039; directory containing the Cumulus program.&lt;br /&gt;
***maybe your web server provider has changed something.&lt;br /&gt;
&lt;br /&gt;
== Running a web server on the same PC as Cumulus ==&lt;br /&gt;
If you do not have a web site, or run a web server locally (same PC, or on your local network), you can get Cumulus to generate/copy either html, or image, files locally instead of using FTP to place them remotely.&lt;br /&gt;
&lt;br /&gt;
You&#039;ll need to list the (source) file including paths on the files tab of the internet settings, and specify a destination path and file name for the remote file in each case. Don&#039;t tick the &#039;&#039;FTP?&#039;&#039; box for standard cumulus pages (the exception is for a local web server and any non-standard web page that attempts to read using a script a local file such as dayfile.txt as this does need FTP to generate the server-based web page). For the standard images, you can supply a folder name (specify on the same screen), and they will all get copied there. See [[Customised_templates#What_to_select_on_the_.27Files.27_tab_of_the_Internet_Settings_screen_within_the_.27Configuration.27_menu|here]] for greater detail.&lt;br /&gt;
&lt;br /&gt;
There&#039;s a limit of 10 entries on the files tab in Cumulus 1.9.x (in Cumulus MX all 100 entries are included in the settings interface).  Entries for the full 100 files can also be amended by editing [[Cumulus.ini#Section:_FTP_site|cumulus.ini]], with Cumulus stopped. Follow the format of any existing entries for specifying additional files.&lt;br /&gt;
&lt;br /&gt;
== Error Codes generated by FTP or Winsock ==&lt;br /&gt;
You should be able to look these up on the web.  [http://kb.globalscape.com/KnowledgebaseArticle10142.aspx Try Here]&lt;br /&gt;
&lt;br /&gt;
== How do I configure Cumulus for Secure FTP (SFTP/FTPS)? ==&lt;br /&gt;
Cumulus doesn&#039;t support Secure FTP. You can configure Cumulus to invoke an external program like WinSCP, as described here: [[SFTP | SFTP article]]&lt;br /&gt;
&lt;br /&gt;
== Directory related problems in FTP ==&lt;br /&gt;
The following pointers should help:&lt;br /&gt;
* All web site file references are case sensitive.  So if your FTP server directory is &#039;&#039;public_html&#039;&#039;, then &#039;Public_HTML&#039; will not work!&lt;br /&gt;
* On the &#039;&#039;Internet settings&#039;&#039; screen in &#039;&#039;&#039;Sites/Options&#039;&#039;&#039; the optional Directory parameter required is &#039;&#039;the path from  your FTP root&#039;&#039;, to where the web pages are to be stored. It is &#039;&#039;not&#039;&#039; the &#039;&#039;&#039;Universal Resource Locator (URL)&#039;&#039;&#039; that you would specify to view the web page in a browser.  Click the &#039;&#039;&#039;Help&#039;&#039;&#039; button for full explanation, or search the support forum (as many people before you have found this directory is the hardest parameter to get right).&lt;br /&gt;
* The error window is not useful for diagnosing ftp problems; you need to &#039;&#039;&#039;turn on &#039;&#039;ftp logging&#039;&#039; &#039;&#039;&#039;and look at ftplog.txt. Most FTP directory problems are due to you quoting an incorrect ftp directory, and the ftp log will show an error when an attempt is made to change to the directory you have specified incorrectly. &lt;br /&gt;
* Relative paths (without a leading slash) are always safer than absolute paths (with a leading slash) and you may find that just specifying (for example) &amp;quot;public_html&amp;quot; works OK, but this all depends on how your ftp server and your ftp account is set up.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* IN CUMULUS 1.x.y ONLY: The &#039;&#039;standard pages&#039;&#039; are uploaded after a &#039;change directory&#039; attempting to select the directory you specified in &#039;&#039;&#039;Sites/Options&#039;&#039;&#039;; if this fails, the files will still be uploaded but to the FTP server root. So some mistakes do not matter because if no change of directory was actually required, these pages will be uploaded correctly.&lt;br /&gt;
* IN CUMULUS MX, the &#039;&#039;standard pages&#039;&#039; are uploaded with their file name prefixed by the directory you specified in &#039;&#039;&#039;Sites/Options&#039;&#039;&#039;.  In this case, if that path is invalid, the upload fails.&lt;br /&gt;
* Any &#039;&#039;files you specify&#039;&#039; for uploading at standard update frequency are uploaded between standard pages (if &#039;Include Standard Files&#039; selected) and (applies only to Cumulus 1) standard images (if &#039;Include Standard Images&#039; selected).  You should specify the path (including any web site directory) in &#039;remote filenames&#039;, as there is no call to &#039;change directory&#039;. In this case, if that path is invalid, the upload fails.&lt;br /&gt;
* IN CUMULUS 1.x.y ONLY: The standard images for gauges and trends pages are uploaded after the standard pages, (and any pages you specify for uploading), by performing a second &#039;change directory&#039; this time fixed at &#039;images&#039;; if this fails, the files will still be uploaded to the current web site directory (FTP root or the directory you specified in &#039;&#039;&#039;Sites/Options&#039;&#039;&#039;).&lt;br /&gt;
* If you have enabled &#039;&#039;Realtime&#039;&#039;, the realtime.txt file is uploaded without doing a change directory, (by appending &amp;quot;/realtime.txt&amp;quot; to the directory on the &#039;&#039;Internet settings&#039;&#039; screen in &#039;&#039;&#039;Sites/Options&#039;&#039;&#039;). In this case, if the web site directory in your settings is invalid, the upload of the real time file fails.&lt;br /&gt;
* On the &#039;&#039;NOAA Setup&#039;&#039; screen the optional &#039;&#039;&#039;Directory&#039;&#039;&#039; parameter required is the relative path; from your FTP root, to where the NOAA report pages are to be stored. (It is totally independent of the directory on the &#039;&#039;Internet settings&#039;&#039; screen in &#039;&#039;&#039;Sites/Options&#039;&#039;&#039;).  Click the &#039;&#039;&#039;Help&#039;&#039;&#039; button for full explanation. Like realtime.txt, the upload destination is determined by appending the file-name for the report to any NOAA directory, and will fail if that directory is specified wrongly.&lt;br /&gt;
&lt;br /&gt;
See &#039;&#039;&#039;Setting up your website&#039;&#039;&#039; in Cumulus help for a simple guide to the sub-folder structure you need to create and the list of files that need to be uploaded manually when first installing a website. Or see [[Website_setup]] for all the options including customised pages.&lt;br /&gt;
&lt;br /&gt;
== My standard web pages are uploading but the uploading fails for images, realtime and/or NOAA reports ==&lt;br /&gt;
See previous answer, you have probably got your web pages in the default FTP directory of your web site, but specified the wrong directory on the settings screen.  Turn on the &#039;&#039;FTP logging&#039;&#039; in the configuration menu to see the technical detail.  You should have an FTP tool that you used to upload the &#039;static&#039; files required on your web site, and that will help you to see what is your site&#039;s root directory for file transfer uploads, and therefore any relative directory change you require.&lt;br /&gt;
&lt;br /&gt;
== What file-names does Cumulus use when processing and uploading files to my web site? ==&lt;br /&gt;
[[File:Cumulus_FTP_Process.png|150px|thumb|FTP Process]]Cumulus use two slightly different processes depending on if the file is part of the supplied &#039;standard&#039; web site, or an extra file you have specified on the &#039;&#039;Internet Settings|Files&#039;&#039; configuration dialog. For each of these processes there is an further variation depending on whether you have enabled the &#039;&#039;Use FTP rename&#039;&#039; option. This graphic shows the various combinations of file-names used for each step of the process. For the standard files, you can substitute any of the file names for indexT.htm, e.g. trendsT.htm&lt;br /&gt;
&lt;br /&gt;
For more details of Cumulus &#039;&#039;Process&#039;&#039; see [[Customised_templates#What_is_meant_by_.27Cumulus_processes_templates.27| here]].&lt;br /&gt;
&lt;br /&gt;
=Selecting a Weather Station sensor site=&lt;br /&gt;
A simple guide is at [http://weatherfaqs.org.uk/node/124 uk.sci.weather newsgroup], note this advises against roof mounting.&lt;br /&gt;
An attempt to compare the conflicting siting standards that apply across the world is included in a portable document format guide from [ftp://ftp.campbellsci.com/pub/outgoing/apnotes/siting.pdf Campbell Scientific].&lt;br /&gt;
For more advice see the website of your local Meteorological Bureau,  an educational place (e.g. in USA see [http://newa.nysaes.cornell.edu/public/NEWAStationSitingGuidelines.htm Cornell University]), the [http://library.wmo.int/opac/index.php?lvl=notice_display&amp;amp;id=12407 World Meterological Organisation] (WMO), or a specialist organisation (e.g. in UK see [http://www.rmets.org/weather-and-climate/observing/guidelines-observing-0 Royal Meteorological Society] rather than the Met Office web site).&lt;br /&gt;
&lt;br /&gt;
Modern Stevenson Screens are uPVC constructed with a black interior (so they do not radiate heat onto the sensors) and a white exterior (so they reflect as much radiation as possible).  There is a lot of discussion on the [http://sandaysoft.com/forum/viewforum.php?f=16 Homebuilt forum] about different approaches to improving measurements, and the problems with out of the box instrumentation from the different manufacturers. &lt;br /&gt;
&lt;br /&gt;
If you are contributing to an external site like APRS/CWOP, Weather Underground, PWS weather, Weatherbug and/or WOW, see guidance from these organisations re instrument placement.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note:&#039;&#039;&#039; Some stations have all sensors in one unit, positioning of these is a compromise between the ideals below for each sensor.&lt;br /&gt;
&lt;br /&gt;
== Where should I position the wind sensors ==&lt;br /&gt;
The side labelled &#039;North&#039; on the wind vane mount should face &#039;&#039;True North&#039;&#039;, remember that the magnetic north deviation from true north varies from year to year, see details on maps or online. Most wind vanes have a large surface that follows the wind and a thin end that points where the wind comes from, it is the latter direction that is reported.&lt;br /&gt;
&lt;br /&gt;
In the UK, the standard climatological measuring height is 10 metres.  Advice varies on whether you should apply a correction factor for any lower height. Cumulus allows you to apply such a factor to either just wind speed, or wind speed and gust speed, by using the Calibration screen within the configuation menu.  In the Cumulus Help it recommends that you also adjust wind chill - in practice this means ask Cumulus to &#039;&#039;calculate wind chill&#039;&#039; by selecting this in the settings frame on the &#039;&#039;&#039;station settings screen accessed from configuration menu&#039;&#039;&#039; (i.e. ignore any wind chill output by your weather station).&lt;br /&gt;
&lt;br /&gt;
If you are mounting near a building of height &#039;h&#039; above ground level, ideally the wind sensor should be at a height of &#039;1.5 times h&#039; above ground level. &lt;br /&gt;
If you are positioning away from a building or tree (or other object) of height &#039;h&#039; (or the mean height of several objects is &#039;h&#039;), then the distance away depends on which standard you are trying to meet, and can vary between 1.5 and 3 times &#039;h&#039;.&lt;br /&gt;
&lt;br /&gt;
== Where should I position the rain sensor  ==&lt;br /&gt;
The WMO says the rain gauge should at a distance away of 2 times the height of each nearby object (buildings, trees, walls, solid fences etc.) and just high enough off ground level to avoid possibility of splashing. You can experiment, but for amateurs, no more than a metre off the ground (or roof if mounted above it) and at least a metre from any chimney, wall or solid fence whose height exceeds that of the sensor seems good enough for most gauges. &lt;br /&gt;
See [[Rain measurement]] or your local offical organisation.&lt;br /&gt;
&lt;br /&gt;
== How do I protect my rain gauge against spiders or other natural problems ==&lt;br /&gt;
There is a lot of discussion on the [http://sandaysoft.com/forum/viewforum.php?f=16 Homebuilt forum]. In terms of siting, it is important to position your rain gauge where you can safely get to it.&lt;br /&gt;
&lt;br /&gt;
== How do I get good temperature and humidity measurements  ==&lt;br /&gt;
The international standard states ambient air temperature/humidity is measured at 1.25 metres above ground level, above soil or grass not paving, protected from direct sun radiation (and direct rain), unless you are measuring soil or ground temperatures. The height is important for derived values as an air frost is defined as a temperature at or below the freezing point for water at this height, and the count of these is a standard reporting requirement in some countries.&lt;br /&gt;
&lt;br /&gt;
If you are using a &#039;&#039;Fine Offset sensor&#039;&#039;, the thin depth of the thermometer/hygrometer (transmitter) should face where your console (receiver) is, for maximum transmission strength/distance, with the wide face at right angles to the transmission route. (Although if you use a model requiring a radio time signal, you will probably be trying to optimise that instead).&lt;br /&gt;
&lt;br /&gt;
== Pressure ==&lt;br /&gt;
Varies with altitude and temperature, but no significant variation with spatial position with regard to nearby fixed bulky objects.  Often measured indoors, do not mount above any heating or cooling system as there temperature may be particularly variable, and try to avoid any forced ventilation or extraction as such air moving systems could have different pressures on intake and outlet sides.  Equally operation in close proximity to opening doors/windows or to fast moving (road or railway) vehicles or tunnels can distort readings.&lt;br /&gt;
&lt;br /&gt;
== Solar ==&lt;br /&gt;
One would expect solar sensors should be positioned for maximum unshaded exposure to sunlight throughout the year, but again the forum contains advice for specific makes.&lt;/div&gt;</summary>
		<author><name>Steve</name></author>
	</entry>
	<entry>
		<id>https://www.cumuluswiki.org/index.php?title=FAQ&amp;diff=3970</id>
		<title>FAQ</title>
		<link rel="alternate" type="text/html" href="https://www.cumuluswiki.org/index.php?title=FAQ&amp;diff=3970"/>
		<updated>2016-05-03T16:13:13Z</updated>

		<summary type="html">&lt;p&gt;Steve: /* Cumulus takes a long time to download the data from my Davis station at start up */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is the Cumulus FAQ (consult also the Help screens within Cumulus software, and learn more from the rest of this Wiki)&lt;br /&gt;
&lt;br /&gt;
= Installing and Running Cumulus  =&lt;br /&gt;
&lt;br /&gt;
== What operating systems does Cumulus run on?  ==&lt;br /&gt;
&lt;br /&gt;
All versions of Windows from XP to Windows 10 inclusive (and the server versions). It works on 32 bit and 64 bit editions. 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.&lt;br /&gt;
&lt;br /&gt;
Cumulus MX runs on Windows from Windows 7 onwards, and on Linux and Mac OS X.&lt;br /&gt;
&lt;br /&gt;
== Where do I find the Cumulus installer? ==&lt;br /&gt;
&lt;br /&gt;
On the [http://sandaysoft.com/downloads downloads page]&lt;br /&gt;
&lt;br /&gt;
== What do I need to get right when first getting Cumulus? ==&lt;br /&gt;
The installation process for Cumulus displays &#039;&#039;&#039;readme.txt&#039;&#039;&#039;, that has many tips. See also [[Setup]]. Below are three key points.&lt;br /&gt;
# Install Cumulus in its own directory directly under a drive root.&lt;br /&gt;
# Connect your weather station before you start Cumulus&lt;br /&gt;
# When you first run Cumulus, it displays the &#039;&#039;&#039;Station settings&#039;&#039;&#039; screen. On this, make sure you pick the right sort of station (to ensure Cumulus communicates correctly with your weather station, and can identify all the observations) and choose your &#039;&#039;&#039;units&#039;&#039;&#039; wisely. (Changing units later means all stored Lowest and highest numbers up to that point have to be converted immediately manually).  See the &#039;&#039;&#039;Help&#039;&#039;&#039; for information about the rest of the screen, but generally you can easily adjust the other options later.&lt;br /&gt;
&lt;br /&gt;
== What weather stations does Cumulus work with?  ==&lt;br /&gt;
&lt;br /&gt;
*Davis Vantage Pro (VP), Vantage Pro2 (VP2), and Vue. &lt;br /&gt;
*Oregon Scientific WM918, WMR918, WMR928, WMR968, WMR88 (see [[FAQ#How do I set up recording wind speeds in Cumulus, with Oregon Scientific and La Crosse stations | this FAQ]]), WMR100, WMR180, WMR200. &lt;br /&gt;
*Fine Offset - USB-connected stations which use the Easyweather software such as MyDEL, Nevada, Watson and Fine Offset, with model numbers such as WH1080, WH1081, W8681, 265NC etc.&lt;br /&gt;
*La Crosse WS2300 range (see [[FAQ#How do I set up recording wind speeds in Cumulus, with Oregon Scientific and La Crosse stations | this FAQ]]). You may have problems with corrupt data if you use a WS23xx with a serial/USB adapter; this combination is therefore not supported.&lt;br /&gt;
&lt;br /&gt;
For a more complete list see the [[Supported Devices]] page.&lt;br /&gt;
&lt;br /&gt;
== Will you support a new weather station type?  ==&lt;br /&gt;
&lt;br /&gt;
It’s quite hard to support a particular weather station when I don’t have access to one. No weather station is perfect, and problems inevitably arise after the code is written, and I have to start adding more and more code to work around issues with the station. Also, most companies don’t seem to like third parties writing software for their stations, so don’t make the protocol available. I will only consider adding support for a station under a certain set of circumstances which would include &#039;&#039;at least&#039;&#039;: &lt;br /&gt;
&lt;br /&gt;
*A significant donation towards Cumulus development &lt;br /&gt;
*A well documented official protocol spec &lt;br /&gt;
*Loan or donation of a station &lt;br /&gt;
*Access to technical support from the station manufacturer&lt;br /&gt;
&lt;br /&gt;
Please contact me if you would like to discuss this further&lt;br /&gt;
&lt;br /&gt;
== How do I request a new feature for Cumulus? ==&lt;br /&gt;
&lt;br /&gt;
Please create an [http://sandaysoft.com/forum/tracker.php enhancement request].  &lt;br /&gt;
&lt;br /&gt;
== Why haven&#039;t you added the feature I asked for a long time ago? ==&lt;br /&gt;
&lt;br /&gt;
I develop and support Cumulus in my spare time, and I have a full time job. I invite donations, but I don&#039;t make a living from Cumulus. I add facilities when I can. There is a long list of  [http://sandaysoft.com/forum/tracker.php enhancement requests] already, and I am slowly working my way through them as time permits. If there is an enhancement request for the facility you have asked for, and the facility is a reasonable one (in my opinion) then I will hopefully get around to adding it one day. Please be patient. Please don&#039;t ask for a forecast of when a feature will be added.&lt;br /&gt;
&lt;br /&gt;
== How do I upgrade to a new release?  ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Just run the installer for the new version.&#039;&#039;&#039; Your data and settings are not affected, but it is still best if you back up your data (sub-folder &#039;data&#039;) and any settings files (e.g. cumulus.ini and strings.ini) before you run the installer. &lt;br /&gt;
&lt;br /&gt;
You can install the new version where you like, but the installer will offer the same place as the previous version as the default.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Occasionally, there may be actions you need to perform before or after the upgrade.&#039;&#039;   Required actions usually appear in the announcement of the version you are installing, and may be documented in the readme.txt file that will appear as you run the installer. Read such announcements for every release since your existing build in case any of the in-between changes affect you.&lt;br /&gt;
&lt;br /&gt;
These instructions apply whether you are updating by one build, skipping several builds, upgrading to/from a beta version, or installing the latest &#039;release&#039; version. &lt;br /&gt;
&lt;br /&gt;
The installer will always upgrade the following files (replacing them, ignoring existing versions):&lt;br /&gt;
# &amp;quot;cumulus.exe&amp;quot;; - the latest build&lt;br /&gt;
# &amp;quot;unins000.exe&amp;quot;;&lt;br /&gt;
# &amp;quot;libeay32.dll&amp;quot;;&lt;br /&gt;
# &amp;quot;ssleay32.dll&amp;quot;;&lt;br /&gt;
# &amp;quot;readme.txt&amp;quot;; - advice for you to follow at installation time&lt;br /&gt;
# &amp;quot;licence.txt&amp;quot;; - reminder about restrictions on use&lt;br /&gt;
# &amp;quot;alert.wav&amp;quot;; - default alarm sound&lt;br /&gt;
#  &amp;quot;web\originals\*.*&amp;quot;; - Cumulus will always install the HTML template files here&lt;br /&gt;
# &amp;quot;webfiles\*.*&amp;quot;; e.g. weatherstyle.css, wz_jsgraphics.js&lt;br /&gt;
# &amp;quot;webfiles\images\picture.jpg&amp;quot;;&lt;br /&gt;
# &amp;quot;Help\Cumulus.chm&amp;quot;; - the latest help including lists of log files and web tags&lt;br /&gt;
There may be extra files automatically upgraded by particular builds - see announcement.&lt;br /&gt;
&lt;br /&gt;
During the install, you will see a &#039;&#039;&#039;Select Components&#039;&#039;&#039; screen , if you tick the &#039;&#039;HTML templates&#039;&#039; (the default) it will also upgrade the HTML template files in the web folder.&lt;br /&gt;
&lt;br /&gt;
*So tick this option, if you have a standard Cumulus implementation and then you can be sure to upgrade the standard templates.&lt;br /&gt;
*Untick this option if you have  [[Customised_templates#Creating_Your_Own_Templates|customised the existing pages]],  so that if your customised versions  are in &amp;quot;web\*.*&amp;quot; they don&#039;t get overwritten. It is recommended that you store any customised pages in a directory outside the Cumulus folder, as you can specify up to 10 such files on the local side of the files tab in the Configuration menu Internet settings screen and (if you are not using standard files) untick &#039;&#039;Include Standard Files&#039;&#039; on the same screen. (100 such files can be specified in [[Cumulus.ini]]).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Changing to different weather station ==&lt;br /&gt;
&lt;br /&gt;
Just change the station type. If Cumulus doesn&#039;t start reading the data from the new station, stop Cumulus and start it again. Some of the rain figures may be odd for a while (e.g. rain in last 24 hours). It is as simple as that.&lt;br /&gt;
&lt;br /&gt;
In testing planned changes to Cumulus, I switch backwards and forwards between a Fine Offset and a WMR200 frequently, the only thing that happens is that the rain figures go wrong initially (because the two stations have different counters).&lt;br /&gt;
&lt;br /&gt;
== Moving Cumulus software to a new PC (or updating Windows Operating System) ==&lt;br /&gt;
&lt;br /&gt;
Cumulus will continue to work with your existing weather station and existing log files, providing&lt;br /&gt;
#Your Windows regional settings are the same (i.e. date format unchanged, same time zone, decimal point symbol unchanged, list separator character unchanged) - if there is a difference, the new installation cannot understand the old lines in the log files and will give an error when Cumulus is restarted.&lt;br /&gt;
#You may need to &#039;tweak&#039; a few things (serial port number etc) in [[cumulus.ini]].&lt;br /&gt;
#In the folder with cumulus.exe in it, copy across  &#039;cumulus.ini&#039;,  and if you have created a &#039;strings.ini&#039; that file must be copied across too.&lt;br /&gt;
#The Cumulus &#039;data&#039; sub-folder has been copied across.&lt;br /&gt;
#Obviously if you use customised web pages, then you need the corresponding templates in the new installation.&lt;br /&gt;
#Any other customised files (images and/or a twitter.txt file, for example), you may want to copy those over too.&lt;br /&gt;
&lt;br /&gt;
== Can I view my Cumulus data on another device? ==&lt;br /&gt;
&lt;br /&gt;
# If Cumulus uploads your weather information to an online web site, you can view that on another device.&lt;br /&gt;
# Software like &#039;Remote Desktop&#039; can be used to view the computer that is running Cumulus - see many postings on the Support Forum.&lt;br /&gt;
# A back-up as described in the next answer can be viewed in Cumulus installed on another PC (see point about Windows regional settings in previous question) to look at past extremes or graphs; although obviously that additional installation will not be able to add further observations from the weather station connected to the original PC.&lt;br /&gt;
# If your web site is on your local network, but not online, your device may be able to view it directly or view a back-up of how it was in the past.&lt;br /&gt;
&lt;br /&gt;
== How do I back up my data?  ==&lt;br /&gt;
&lt;br /&gt;
*Copy the contents of the Cumulus ‘data’ sub-folder on a regular basis to a different storage device.  Then if you have any problem with the original storage device, or corruption of files, you can minimise the loss of logged observations. To restore from the backup, just copy the saved data folder back into your Cumulus installation, with Cumulus stopped.&lt;br /&gt;
*It can be useful to take copies of the Cumulus &#039;backup&#039; sub-folder on key dates (e.g. just after change of month or year), or if you think you might have some rogue figures.  The &#039;.ini&#039; files in the backup sub-folder contain past extreme values that you might want to look up.&lt;br /&gt;
*You should also back up, at least once, your cumulus.ini file in the main Cumulus folder.  This contains all the key settings and you need a record of those!&lt;br /&gt;
&lt;br /&gt;
== Moving Cumulus software to a different location on your PC? ==&lt;br /&gt;
&lt;br /&gt;
This article in the wiki gives more details above moving Cumulus: [[Moving cumulus]]&lt;br /&gt;
&lt;br /&gt;
== What are the formats of the Cumulus data files?  ==&lt;br /&gt;
&lt;br /&gt;
These are detailed in the [[:Category:Log Files|Log Files]] section of this Wiki and also in the Cumulus help file, in the section “Data log file format”&lt;br /&gt;
&lt;br /&gt;
== Can I import logged information from before I installed Cumulus? ==&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;Configuration&#039;&#039;&#039; menu, &#039;&#039;Station&#039;&#039; setting screen (near bottom) has option to enter there the &#039;&#039;rainfall total&#039;&#039; for the bit of the year (starting month can be selected here too) until when you first start using Cumulus.  See the Cumulus &#039;&#039;&#039;Help&#039;&#039;&#039; for this screen for further details.&lt;br /&gt;
&lt;br /&gt;
Yes is the answer for other weather information, providing you can manipulate the information you have into either (preferably) the format used by the [[Monthly_log_files#Importing_pre-Cumulus_data]] or (second best) [[Dayfile.txt]]. Look up those cross-references in this Wiki (or the Cumulus &#039;&#039;&#039;Help&#039;&#039;&#039;) for further information on required formats.  The support forum includes a few threads related to this topic, and if you post there then people who have already imported from particular systems may offer their services to import your past observations.&lt;br /&gt;
&lt;br /&gt;
A converter for Weather Display log files is available from this thread in the forum: http://sandaysoft.com/forum/viewtopic.php?f=4&amp;amp;t=10118&lt;br /&gt;
&lt;br /&gt;
A converter for WeatherLink log files is available from this thread in the forum: http://sandaysoft.com/forum/viewtopic.php?f=6&amp;amp;t=11349&lt;br /&gt;
&lt;br /&gt;
== I was away on the last day of last month/year - How do I see the final lowest and highest figures for last month/year? ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;View&#039;&#039;&#039; menu, &#039;&#039;This month&#039;&#039; or &#039;&#039;This year&#039;&#039; screens show some figures for any month or year selected by you, but do not show all the figures shown on a standard web page or as shown on the &#039;&#039;Highs and Lows&#039;&#039; screen for the current month/year.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;View&#039;&#039;&#039; menu, &#039;&#039;Highs and Lows - This month (or This year)&#039;&#039; (or &#039;&#039;thismonth.htm&#039;&#039; or &#039;&#039;thisyear.htm&#039;&#039; web page) only shows the lowest and highest values for the current calendar month (or current year). This answer describes a way to see the same information for the month (or year) that fairly recently ended.  It is valid only until build 1088 (from 5 March 2014 build 1089 &#039;Delay writing of end of day backup files until the first log entry is written&#039; means the stored &#039;&#039;month.ini&#039;&#039; relates to the &#039;&#039;initial&#039;&#039; entries for the start of the new month). From version 1.9.3 build 1041, Cumulus creates a daily backup of the log files. &lt;br /&gt;
*Look in the &#039;&#039;backup\daily&#039;&#039; subfolder within your Cumulus installation. &lt;br /&gt;
*These daily backups will be created if Cumulus was left running during the period of interest, or stopped before that period and since restarted. &lt;br /&gt;
*Normally about 10 such back ups are available, each folder has a name based on the timestamp and contains the 6 [[:Category:Log_Files|xxxx.ini files]], the current [[Monthly_log_files|monthly standard data log]]/[[Extra_Sensor_Files|monthly extra data log]], and the most recent update of [[dayfile.txt|daily summary log]].&lt;br /&gt;
&lt;br /&gt;
Open as a text file [[month.ini]] in the folder whose name is bearing the timestamp after your final rollover, for Cumulus builds 1041 to 1088 the final lowest and highest for each observation in the month will be listed.&lt;br /&gt;
&lt;br /&gt;
In a similar manner if you miss the last day of the year, for Cumulus builds 1041 to 1088 see the final &#039;this year&#039; figures for last year by opening [[year.ini]] from the appropriate backup.&lt;br /&gt;
&lt;br /&gt;
== What do the various wind speeds in Cumulus correspond to, with Davis stations?  ==&lt;br /&gt;
&lt;br /&gt;
Davis station firmware supplies two windspeeds, a 3-second average and a 10-minute average (later versions of the firmware also supply a 2-minute average, Cumulus currently doesn&#039;t use this).  &lt;br /&gt;
* The latest Davis 3-second average is treated by Cumulus as &#039;Latest&#039; (available via &amp;lt;#wlatest&amp;gt;)&lt;br /&gt;
* The highest of the station&#039;s 3-second readings over the previous 10 (configurable by adding &#039;&#039;AvgSpeedMinutes=N&#039;&#039; in [[Cumulus.ini#Section:_Station]] where &#039;N&#039; is number of) minutes becomes the Cumulus &#039;Gust (available via &amp;lt;#wgust&amp;gt;). Note that the WMO definition of a wind gust is the mean wind speed over a 2 to 3 second sample period (not the maximum instantaneous wind speed).&lt;br /&gt;
* The Davis 10-minute average is the Cumulus &#039;Average&#039; (available via &amp;lt;#wspeed&amp;gt;).&lt;br /&gt;
Note that if you sample these readings at shorter (real time) intervals it is possible for Cumulus &#039;Latest&#039; to be lower than Cumulus &#039;Average&#039; because approximately half of the 3-second wind speeds will be higher and half of them lower than the 10-minute average. &lt;br /&gt;
If the Cumulus figure seems lower than the Davis figure see [[#My_Davis_station_shows_a_higher_maximum_wind_speed_than_Cumulus]].&lt;br /&gt;
&lt;br /&gt;
Davis station loggers record a single spot (not any average) wind speed, so if you restart Cumulus and the software attempts to catch up from the station logger there may be only one or two values to include in the Cumulus average (over 10 or whatever) minutes calculation.&lt;br /&gt;
&lt;br /&gt;
== What do the various wind speeds in Cumulus correspond to, with Fine Offset stations?  ==&lt;br /&gt;
&lt;br /&gt;
Fine Offset sensors measure wind over 48-second intervals, divided into 24 2-second intervals. At the end of each 48-second period, they transmit the highest of those 24 values as &#039;Gust&#039;, and the average of those 24 values as &#039;Wind&#039;. The console keeps &#039;&#039;&#039;overwriting&#039;&#039;&#039; the newly received &#039;Gust&#039; and &#039;Wind&#039; values to the same area of console memory every 48 seconds, until the station logging interval time is reached, then it moves on to the next memory location, leaving the last values it wrote in the previous console memory location.  &lt;br /&gt;
*If Cumulus is not running all the time, on restart it works through the console memory locations and extracts the Fine Offset Wind and Gust in each memory location, i.e. at the station logging interval. &lt;br /&gt;
*While Cumulus is running, it reads the current wind speeds (and direction) every 10 seconds. There are new values only every 48 seconds (i.e. every fourth or fifth read)&lt;br /&gt;
&lt;br /&gt;
Cumulus, for various reasons, uses different terminology, and also has configuration settings which control how some of the wind values are displayed.&lt;br /&gt;
* The Fine Offset console &#039;Gust&#039; value becomes Cumulus &#039;Latest&#039;. &lt;br /&gt;
* The highest of the Fine Offset &#039;Gust&#039; values over the previous 10 minutes becomes Cumulus &#039;Gust&#039;.  Note that the WMO definition of a wind gust is the mean wind speed over a 2 to 3 second sample period (not the maximum instantaneous wind speed).&lt;br /&gt;
* Cumulus &#039;Average&#039;  can be calculated in 3 different ways:&lt;br /&gt;
** The default: If &#039;Calculate 10-min wind average&#039; is not selected on the Station Settings screen, the console &#039;Wind&#039; value is used.&lt;br /&gt;
** If &#039;Calculate 10-min wind average&#039; is selected, then by default the average of the Fine Offset &#039;Gust&#039; values read over the previous N (configurable, defaults to 10) minutes is used.&lt;br /&gt;
** If &#039;Calculate 10-min wind average&#039; and &#039;Use speed for avg calculation&#039; are both selected, the average of the Fine Offset &#039;Wind&#039; values read over the previous N (configurable, defaults to 10) minutes is used.&lt;br /&gt;
&lt;br /&gt;
Select value for &#039;N&#039; using &#039;&#039;AvgSpeedMinutes=N&#039;&#039; in [[Cumulus.ini#Section:_Station]].&lt;br /&gt;
&lt;br /&gt;
Note that Fine Offset Consoles can display a &#039;MAX&#039; figure, this is highest recorded since it was last reset (on touchscreen models multiple touches of the displayed speed will cause maximum speed, or gust, to be shown, and when a max value is displayed continuing to hold touching that value for 3 seconds will reset max to current value).  Cumulus maintains its own various extremes for different periods (e.g High wind and high gust for yesterday on its main screen) calculated from all values read by Cumulus in that period.&lt;br /&gt;
&lt;br /&gt;
== How do I set up recording wind speeds in Cumulus, with Oregon Scientific and La Crosse stations  ==&lt;br /&gt;
&lt;br /&gt;
La Crosse and some Oregon Scientific weather stations only output a single wind speed.  To allow Cumulus to calculate &#039;gust&#039; and &#039;wind speed&#039; with different values, select the &#039;&#039;&#039;Station&#039;&#039;&#039; dialogue from the &#039;&#039;Configuration&#039;&#039; menu and set &#039;&#039;Calculate 10 min wind average&#039;&#039; in the &#039;Settings&#039; frame, so in [[cumulus.ini]] this will produce the parameter &#039;Wind10MinAverage=1 when cumulus is next stopped.&lt;br /&gt;
* The station&#039;s &#039;Wind&#039; value will then display as Cumulus &#039;Latest&#039;.&lt;br /&gt;
* A 10 (configurable by adding &#039;&#039;AvgSpeedMinutes=N&#039;&#039; in [[Cumulus.ini#Section:_Station]] where &#039;N&#039; is number of) minutes average of the station&#039;s &#039;Wind&#039; value will then display as Cumulus &#039;Average&#039;.&lt;br /&gt;
* The highest of the station&#039;s &#039;Wind&#039; value in a 10 minute period will then display as Cumulus &#039;Gust&#039;.  Note that the WMO definition of a wind gust is the mean wind speed over a 2 to 3 second sample period (not the maximum instantaneous wind speed).&lt;br /&gt;
&lt;br /&gt;
See &#039;&#039;LCMaxWind=X&#039;&#039; parameter in [[Cumulus.ini#La_Crosse_specific:]] where X is the maximum (uncalibrated) wind speed in m/s that you want to allow.&lt;br /&gt;
&lt;br /&gt;
== How do I make Cumulus run automatically when Windows starts?  ==&lt;br /&gt;
&lt;br /&gt;
There is no option in Cumulus to set this up automatically as I prefer to leave it under the control of the user: The safest and most reliable method is simply to put a shortcut in your Startup folder. If you are running Vista or Windows 7, or later versions of Windows, you may find that Cumulus gets blocked by UAC if you try to run it from the Startup folder, in which case it is recommended that you use Task Scheduler instead. See here for a good description of how to do this - http://blogs.techrepublic.com/window-on-windows/?p=616&lt;br /&gt;
&lt;br /&gt;
== How does Cumulus handle Daylight Saving Time?  ==&lt;br /&gt;
&lt;br /&gt;
As far as the timestamps in the extreme logs, monthly log, and the graphs, are concerned; Cumulus doesn&#039;t do anything in particular for DST. &lt;br /&gt;
*It generates timestamps based on the Windows clock. &lt;br /&gt;
**So basically, at the start of DST (i.e. when the clocks &#039;go forward&#039; for the summer) you will get an apparent gap of one hour in your data logs and on graphs.&lt;br /&gt;
**Similarly at the end of DST (i.e. when the clocks &#039;go back&#039; for the winter) you will get an apparent hour of duplicate timestamps in your logs and graphs. &lt;br /&gt;
*You will tend to get better results if you leave Cumulus running during the clock change, because if it is stopped you may lose data,&lt;br /&gt;
**the exact timing of the affected hours depends on the type of station and the times when Cumulus was running/stopped.&lt;br /&gt;
&lt;br /&gt;
=== ... How do Davis stations handle Daylight Saving Time? ===&lt;br /&gt;
&lt;br /&gt;
Note that there seems to be an issue with Davis stations, either in the console/logger, or in the Davis DLL which Cumulus uses. &lt;br /&gt;
*If you don&#039;t have Cumulus running when DST ends (autumn), then when you start Cumulus up again, it doesn&#039;t receive all of the logger data it needs to catch up to the &#039;&#039;present time&#039;&#039; - the previous hour or so is missing. &lt;br /&gt;
*So with Davis stations, I strongly recommend that you leave Cumulus running at the end of DST, if at all possible.&lt;br /&gt;
&lt;br /&gt;
=== ... How do Fine Offset stations handle Daylight Saving Time? ===&lt;br /&gt;
&lt;br /&gt;
*For Fine Offset models &#039;&#039;without access to a radio controlled clock&#039;&#039;, if you don&#039;t have Cumulus running when DST ends in autumn, then when you start Cumulus up again, the catch up &#039;&#039;misses off the first hour after the time Cumulus was stopped&#039;&#039; (unless you have adjusted the time in [[today.ini]] by subtracting one hour for end of DST while Cumulus was stopped).  &lt;br /&gt;
**This is because the console memory does not time-stamp the data blocks and each memory location simply contains the number of minutes elapsed since the previous memory location was last updated.&lt;br /&gt;
**Cumulus does not remember the console data block used just before shutdown, (after all depending on how long Cumulus has been stopped and the station logging interval, the old memory location could be overwritten by now), and so Cumulus works out a time-stamp based on current clock time and the stored elapsed interval times as it works back through those memory locations.&lt;br /&gt;
**The stored minutes elapsed value will be consistent with the logging interval you selected for the station (might be different to that selected on Cumulus) and apart from adding an extra minute if a read from the transmitter (every 48 seconds on models without solar sensors) delays a particular log update, the console clock is unaware of DST.&lt;br /&gt;
**On restart Cumulus just tries to read the appropriate number of hours worth of observations back from the block now marked as latest.  &lt;br /&gt;
**For example if it was stopped at 2200 DST and restarted at 0600 standard time, Cumulus catches up with the last 8 hours worth of stored measurements as if going back to 2200 standard time, that means it retrieves back to 2300 DST and has forever lost the period 2200 to 2300 DST.  &lt;br /&gt;
*So with Fine Offset stations, I strongly recommend that you leave Cumulus running at the end of DST, if at all possible, to ensure that average temperature, heating/cooling degree days, wind run, and similar calculations are accurate.&lt;br /&gt;
*See Fine Offset forum discussions for further information.&lt;br /&gt;
&lt;br /&gt;
== What formula does Cumulus use for Dew Point?  ==&lt;br /&gt;
dewpoint := tempinC + ((0.13 * tempinC) + 13.6) * Ln(humidity / 100)&lt;br /&gt;
&lt;br /&gt;
== What formula does Cumulus use for Apparent Temperature?  ==&lt;br /&gt;
It uses a formula from the Australian BOM - http://www.bom.gov.au/info/thermal_stress/#atapproximation&lt;br /&gt;
&lt;br /&gt;
Note that the version used is the one that doesn&#039;t take into account solar radiation.&lt;br /&gt;
&lt;br /&gt;
== How does Cumulus know the height of the cloud base?  ==&lt;br /&gt;
&lt;br /&gt;
It doesn&#039;t. It uses a calculation which gives the theoretical height above ground level at which Cumulus clouds might form, based on the current temperature and dew point. It assumes that the difference between temperature and dew point decreases by about 4.4 degrees Fahrenheit per 1000 feet increase in altitude. When the two values coincide, the air is saturated (relative humidity = 100%) and Cumulus clouds may form. &lt;br /&gt;
&lt;br /&gt;
== How is my rain rate calculated?  ==&lt;br /&gt;
&lt;br /&gt;
For stations which supply a rain rate, Cumulus uses that. For stations which don&#039;t supply a rain rate (e.g. Fine Offset and La Crosse), Cumulus simply takes the rain total from the last five minutes and calculates a rate based on that; e.g. a single tip of 0.3mm in 5 minutes is a rate of 3.6mm/hr. When data from the station&#039;s logger is used, a similar calculation is performed, but the interval used is the logger interval rather than five minutes.&lt;br /&gt;
&lt;br /&gt;
== Where does Cumulus get its this month and this year rainfall totals from?  ==&lt;br /&gt;
&lt;br /&gt;
* Each time Cumulus reads records from the weather station it applies any change to the &#039;total rain count&#039; against today&#039;s total in its memory.&lt;br /&gt;
* The today&#039;s total so far at each reading time is also added to the &#039;recent tag&#039; array allowing total values for the day-so-far at one minute intervals for up to a week ago to be added as web tags to a web template. &lt;br /&gt;
* The rainfall totals, are initialised when Cumulus is (re-)started by adding up the corresponding daily totals in dayfile.txt and storing those sums in memory. Two of the totals can be seen using default settings on &#039;&#039;&#039;View&#039;&#039;&#039; menu, &#039;&#039;This month&#039;&#039; screen for this month, &#039;&#039;This year&#039;&#039; screen for this calendar year, but the third total for the rain season (you can change starting month) is seen on the &#039;&#039;main&#039;&#039; Cumulus screen.&lt;br /&gt;
* The rainfall totals shown on the &#039;&#039;This period&#039;&#039;, &#039;&#039;This month&#039;&#039;, and &#039;&#039;This year&#039;&#039; screens within the &#039;&#039;&#039;View&#039;&#039;&#039; menu are generated by adding up the daily rainfall totals found in [[dayfile.txt]] for the selected period. So any rainfall for the current (meteorological) day is excluded as the latest dayfile.txt row is for yesterday. Totals are recalculated when you press the &#039;&#039;Update display&#039;&#039; button. Important note: The view menu &#039;This year&#039; screen always calculates the total for a selected calendar year starting in January.&lt;br /&gt;
* The rain figures that Cumulus uses for displaying in &#039;This month&#039; and &#039;This year&#039; on the Cumulus &#039;&#039;main screen&#039;&#039; are updated each time Cumulus receives a rain reading from the station, so will not be displayed if Cumulus is unable to read rain information from your station.&lt;br /&gt;
* For the web tags, Cumulus takes its stored sums and adds today&#039;s latest total each time, to give the current totals for this month and this rain season (year so far) when processing &#039;thismonthT.htm&#039; and &#039;thisyearT.htm&#039; web templates.&lt;br /&gt;
**Important, for the &amp;lt;#ryear&amp;gt; web tag, and for the &#039;This year&#039; display on the &#039;&#039;main&#039;&#039; Cumulus screen, the processing reads the &#039;&#039;dayfile.txt&#039;&#039; for the rainfall season starting with the month set on the station settings screen and stored as the value for attribute &#039;&#039;RainSeasonStart&#039;&#039; in [[Cumulus.ini#Section:_Station]] (its default is January).  &lt;br /&gt;
**If you have set a &#039;year to date&#039; value and Cumulus is being re-started when the year specified beside that figure matches the current year, your year-to-date amount is also added into this year&#039;s total. This should normally only be relevant in your first rain season of operating Cumulus, but could be used if in any season you needed to add an extra amount because for some reason you had a gap in your recording period.&lt;br /&gt;
**There is no corresponding setting for calculating the total for the first &#039;this month&#039; of Cumulus operation.&lt;br /&gt;
*Note that you need to stop and then restart Cumulus to update these initial values that are stored in memory and get any corrections you made to rogue values in the daily summary log (or year-to-date) reflected on the main Cumulus screen and in web tags.&lt;br /&gt;
&lt;br /&gt;
The built-in dayfile.txt editor is used if it is necessary to amend the daily totals (to correct any monthly, rain season, or calendar year, totals); the built-in all-time (or monthly records) editor(s) in Cumulus is used if it is necessary to regenerate the extreme records from dayfile.txt; see [[#My_station_invented_some_rain_that_didn.27t_really_occur.2C_and_I_want_to_set_it_to_zero_.28or_some_other_figure.29 |FAQ about correcting incorrect rainfall displays]].&lt;br /&gt;
&lt;br /&gt;
== How do I reset all my data to start again from scratch?  ==&lt;br /&gt;
&lt;br /&gt;
Stop Cumulus and delete all of the files in the data folder. You may also want to edit the &#039;StartDate=&#039; line in [[cumulus.ini]] to set the date for the start of your data, if you are starting again on a different date.&lt;br /&gt;
&lt;br /&gt;
== How do I localise Cumulus to my own language? ==&lt;br /&gt;
&lt;br /&gt;
Cumulus does not directly support languages other than English. It was never intended for use in other languages, and it is not possible to add support for this now. However, the text used for:&lt;br /&gt;
*Forecasting&lt;br /&gt;
*Moonphases&lt;br /&gt;
*Beaufort Scale&lt;br /&gt;
*Trend descriptions&lt;br /&gt;
*Compass points&lt;br /&gt;
*Graph titles&lt;br /&gt;
*Extra sensor channels&lt;br /&gt;
can all be customised by using the [[strings.ini]] file. This facility may be extended to allow other items to be translated, but it is very unlikely that there will ever be a fully multi-language version of Cumulus in its current form.&lt;br /&gt;
&lt;br /&gt;
This wiki page [[:Category:Other_Languages|Other Languages]] has some old information about customising the standard web pages and see the downloads page as several third-party alternative web pages include some language translation modules.&lt;br /&gt;
&lt;br /&gt;
== Can I connect/disconnect my weather station while Cumulus is running? ==&lt;br /&gt;
No. You must make sure your weather station is connected to your PC and switched on, before running Cumulus. Do not disconnect your station while Cumulus is running.&lt;br /&gt;
&lt;br /&gt;
== How does Cumulus deal with extra sensors? ==&lt;br /&gt;
&lt;br /&gt;
By default, Cumulus deals with weather stations incorporating solar sensors, if you have selected the relevant station &#039;Type&#039; or &#039;Display solar/extra data&#039; in configuration, but it has some capability to deal with extra sensors added including the Blake-Larsen Sun Recorder.&lt;br /&gt;
Cumulus has the ability to input, log, and display Current Values/Outputs from the [[Rain_measurement#Optical_Rain_Gauges|Hydreon Optical Rain Sensor - Model RG-11]] and from either Oregon Scientific or Davis [[Extra_Sensor_Files|extra sensors]]. Only today&#039;s and yesterday&#039;s total rainfall from a Hydreon sensor are available in [[today.ini]] and [[yesterday.ini]] respectively. For some Oregon Scientific models, the temperature from an extra sensor can replace the temperature from the main sensor for processing by Cumulus, but all extra sensor values are stored in a series of [[Extra_Sensor_Files| monthly log]] files. No other processing is performed for Davis extra sensors, but past values are retained in a series of [[Extra_Sensor_Files| monthly log]] files.  The file [[strings.ini]] is used to customise the description associated with extra sensors.&lt;br /&gt;
&lt;br /&gt;
== What is this &amp;quot;Solar Max&amp;quot; value which Cumulus is displaying? ==&lt;br /&gt;
&lt;br /&gt;
It&#039;s the current theoretical maximum solar radiation value at the current date and time at your location. It is calculated using the Ryan-Stolzenbach formula, and uses the &#039;transmission factor&#039; configurable in the station settings to allow for the effect of transmission through the atmosphere. The figure is not particularly useful in itself; it is used if you have a solar sensor, to compare with the current solar radiation reading, in an attempt to determine whether the sun is currently shining or not.&lt;br /&gt;
&lt;br /&gt;
== My Fine Offset console says the memory is nearly full - how do I clear it? ==&lt;br /&gt;
&lt;br /&gt;
You don&#039;t need to, and it&#039;s much safer if you don&#039;t; clearing the memory could lead to a loss of data. The memory indicator on the console has no effect on the logging of data; the console will automatically start re-using the oldest memory locations. As long as you are running Cumulus (at least occasionally), Cumulus will have downloaded the data it needs from the console, so the console is free to overwrite the oldest data when it needs to.&lt;br /&gt;
&lt;br /&gt;
== How do I get my Davis station with USB working with Cumulus? ==&lt;br /&gt;
&lt;br /&gt;
Cumulus cannot drive the station in USB mode, you must install &#039;virtual serial port&#039; drivers, and configure Cumulus to use the virtual serial port. Make sure you have the station connected to the PC during the following operations.&lt;br /&gt;
&lt;br /&gt;
You should first make sure that you can use the station with Weatherlink, in serial mode. If you have not already installed the Weatherlink software, install the version which came with your weather station. You should then upgrade to the latest version of Weatherlink; you can download the update from the Davis web site,  [http://www.davisnet.com/support/weather/downloads/software_sftwr.asp here].&lt;br /&gt;
&lt;br /&gt;
You now need to install the &#039;CP210X USB to Serial Converter&#039;. You may find a link on your Start menu under &#039;Weatherlink&#039;. Alternatively, you should find it in the folder where Weatherlink was installed, under &#039;Support&#039; then &#039;Utilities&#039;. Davis also make version 2 of this utility available on their web site, [http://www.davisnet.com/support/weather/downloads/software_driver.asp here], and you may find that this version will work for you if the installed version does not. It should be clear from the messages output by the utility that it has successfully switched the logger to serial mode. &lt;br /&gt;
&lt;br /&gt;
It&#039;s a good idea to then update the driver to the latest version from the Silicon Labs web site, particularly if you use Windows 7 or later. You can download it [http://www.silabs.com/products/mcu/pages/usbtouartbridgevcpdrivers.aspx here] - click on &#039;VCP driver kit&#039; under &#039;Download for Windows XP/Server 2003/Vista/7...&#039; to begin the download. Run the executable once it&#039;s downloaded.&lt;br /&gt;
&lt;br /&gt;
At this point, it&#039;s best to restart your computer.&lt;br /&gt;
&lt;br /&gt;
You should now run Weatherlink, and attempt to connect to the weather station &#039;&#039;&#039;in serial mode&#039;&#039;&#039;. Weatherlink should find the appropriate COM port number automatically. If not, you can find it under &#039;Ports (COM &amp;amp; LPT)&#039; in the Windows device manager. Look for the port called &#039;USB Serial Port (COMn)&#039;, where &#039;n&#039; is a number. That&#039;s the number of the port you need to use in Weatherlink. If you cannot get Weatherlink to work using this virtual COM port, it is unlikely that you will be able to get Cumulus to work either, so either contact Davis support, explaining that you are trying to use the virtual serial port drivers because you want to run third-party software, or ask in the Cumulus forum, someone may be able to advise.&lt;br /&gt;
&lt;br /&gt;
Once you have Weatherlink connected and working via the virtual serial port, &#039;&#039;&#039;close it down&#039;&#039;&#039;, and start Cumulus.&lt;br /&gt;
&lt;br /&gt;
In the station settings in Cumulus, select the appropriate station type for your station; under &#039;VP Type&#039; select &#039;&#039;&#039;Serial&#039;&#039;&#039;; in the serial port section enter the COM port number that you found earlier. You may need to restart Cumulus at this point. It will then start displaying live data. Note that the it deliberately does not download any historical logger data from before the current point in time. When you run it subsequently, it will download logger data to catch up if necessary from when you last ran it, but never from earlier than when you first ran it.&lt;br /&gt;
&lt;br /&gt;
If you still having difficulty, the Davis Weatherlink manual offers this advice, which may be useful:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Included with the WeatherLink software is a utility that allows you to convert a USB data logger from a direct USB data logger back to a USB data logger that emulates the serial port. To use&lt;br /&gt;
this utility, select Convert USB to Virtual Serial in your WeatherLink program group on the Start menu of your computer (Start&amp;gt;AllPrograms&amp;gt;WeatherLink&amp;gt;Convert USB to Virtual Serial) and run the utility to convert your data logger. Please contact Davis Technical Support (“Contacting Davis Technical Support” on page 26) for more information.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== Why does Cumulus do some things the way it does, when there are better ways? ==&lt;br /&gt;
&lt;br /&gt;
Cumulus was originally something I &#039;knocked together&#039; quickly when I got my first weather station, simply because I couldn&#039;t find any other software anywhere which I was prepared to use. No &#039;design&#039; went into it, it was really just a prototype. Some of the things I did were just quick &#039;hacks&#039; that I intended to fix when I did it &#039;properly&#039;. But I never got around to going back and doing it &#039;properly&#039;, and it was never my intention that anyone else would use it. But I was persuaded to make it available for others, and then to add more and more enhancements. &lt;br /&gt;
&lt;br /&gt;
The fact that it works with several different types of weather station means that much of it is a compromise; it doesn&#039;t use certain features of the weather station which it could use if it were dedicated to that type of weather station. For example, it typically does not use any high/low data that the station might store internally. Instead, it maintains its own high/low data from individual readings. There are a number of reasons for this; the fact that Cumulus supports an 0900-0900 day, and the weather station does not, and the fact that typically Cumulus maintains far more high/low values than the station does, and these need to be self-consistent. &lt;br /&gt;
&lt;br /&gt;
So yes, I am aware that some of things that Cumulus does may seem strange, but it is simply not possible for me to start again from scratch, knowing what I know now. And it is not possible for me to effectively produce separate versions of Cumulus specifically for each type of weather station. If you don&#039;t like the way Cumulus does certain things, do what I did and write your own software!&lt;br /&gt;
&lt;br /&gt;
== Can I run 2 copies of Cumulus? ==&lt;br /&gt;
&lt;br /&gt;
3 options:&lt;br /&gt;
*You can install Cumulus on more than one PC, but each copy must connect directly to its own weather station (one station connected per PC).&lt;br /&gt;
*You can install 2 copies of Cumulus in different paths on a single PC, &#039;&#039;if you have two weather stations&#039;&#039; and Cumulus is able to distinguish between them, e.g. they are from different manufacturers, or both are serial port stations (different ports), or one is USB and one is serial, or one is a Weatherlink IP. In other words the  combination that does not work on a single PC is two USB stations from the same manufacturer. Note that Davis stations with USB loggers are serial port stations as far as Cumulus is concerned, so there are no problems using multiple copies of Cumulus with multiple Davis stations on the same PC.&lt;br /&gt;
*It is possible to back up the Cumulus files from one installation running off a weather station, and briefly have another reduced functionality copy just looking at historic data without ever any updating (the second Cumulus is set up as if reading from an EasyWeather.dat file, but not given a path/file name) - see [[Cumulus.ini#Introduced_for_problems_with_Fine_Offset_family:|Easyweather.dat section here]].&lt;br /&gt;
&lt;br /&gt;
= Troubleshooting  =&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Please note, these answers are written for Cumulus 1.x.y; the support forum is where Cumulus MX problems are discussed, together with how screens and files are different for the beta development.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== My &#039;Error&#039; light is flashing  ==&lt;br /&gt;
&lt;br /&gt;
Click on it, and a window will open describing the error. It may just be a temporary ftp problem. If you want to stop ftp errors being reported in this way, you can turn them off in the display settings (&amp;quot;Show FTP errors on error log window&amp;quot;).&lt;br /&gt;
&lt;br /&gt;
== My ‘new record’ light has stopped flashing  ==&lt;br /&gt;
&lt;br /&gt;
It is the normal situation that the light does not flash. The ‘new record’ light only flashes when an all-time record has been broken. It stops flashing if you click on it or restart Cumulus, until another all-time record is broken. When you first start using Cumulus, inevitably the light will flash a lot, even if you cancel it, as you will be breaking records constantly. After a while, it will &#039;settle down&#039; and not flash so often.&lt;br /&gt;
&lt;br /&gt;
== I installed a new version and my web page templates got over-written  ==&lt;br /&gt;
&lt;br /&gt;
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, place them in a different folder and use the ‘extra files’ facility. From version 1.8.9, the installer offers the option of not over-writing the web templates; it unconditionally also installs them to a sub-folder of the web folder called &#039;originals&#039;, so you can refer to them if required, even if you chose not to over-write those in the web folder.&lt;br /&gt;
&lt;br /&gt;
== I can’t find my data files!  ==&lt;br /&gt;
&lt;br /&gt;
You’re probably running Windows Vista/Windows 7/Windows 8 (or one of the corresponding server versions of Windows). Look in C:\Users\[username]\AppData\Local\VirtualStore\Program Files\Cumulus - note that this is a &#039;hidden&#039; folder. Ideally, to avoid this situation, you would install to somewhere outside the Program Files hierarchy, as recommended in the readme.txt.&lt;br /&gt;
&lt;br /&gt;
== I can&#039;t save my NOAA reports! ==&lt;br /&gt;
&lt;br /&gt;
You&#039;ve probably corrupted your Cumulus.ini file in the default Cumulus folder. See [[Cumulus.ini#Section:_NOAA]]. It can only be edited either (if Cumulus is stopped) with an external text file editor or (with Cumulus running) using the &#039;&#039;NOAA Setup&#039;&#039; in the configuation menu.  Pay attention to where the quotes are required for the file names, and check that you have an allowed date format (see [[Webtags#Time.2FDate_.27format.27_Parameter]]).&lt;br /&gt;
&lt;br /&gt;
== My sunrise and sunset times are wrong  ==&lt;br /&gt;
&lt;br /&gt;
You&#039;ve almost certainly entered your co-ordinates incorrectly, or not entered them at all - on the station settings screen. You must enter DEGREES, MINUTES, and SECONDS, no other format will work. Make sure to use &#039;&#039;&#039;unsigned whole numbers&#039;&#039;&#039; for degrees, minutes, and seconds, with a &#039;W&#039; for your longitude if you&#039;re West of the Greenwich meridian (e.g. if you are in the United States), and the appropriate letter for your latitude (N for northern hemisphere, S for southern hemisphere). &lt;br /&gt;
&lt;br /&gt;
If you are not familiar with the degrees/minutes/seconds standard format and have your co-ordinates in some other format, there are pages on the web which will convert for you. One such is here: http://transition.fcc.gov/mb/audio/bickel/DDDMMSS-decimal.html&lt;br /&gt;
&lt;br /&gt;
One other less likely possibility is that you have set the wrong time zone on your PC.&lt;br /&gt;
&lt;br /&gt;
== The Moon rise or set time is showing dashes.  ==&lt;br /&gt;
&lt;br /&gt;
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. &lt;br /&gt;
&lt;br /&gt;
== The Moon image is just black ==&lt;br /&gt;
&lt;br /&gt;
It&#039;s probably a New Moon.&lt;br /&gt;
&lt;br /&gt;
== Why are the &#039;Yesterday&#039; figures missing on the Main Cumulus Screen? ==&lt;br /&gt;
&lt;br /&gt;
The yesterday values on the Main Screen under &amp;quot;Recent Extremes&amp;quot; are not shown correctly:&lt;br /&gt;
*EITHER when the &#039;&#039;end of day rollover has not taken place&#039;&#039;. &lt;br /&gt;
**The usual cause of this is allowing your PC to &#039;sleep&#039; while Cumulus is running. &lt;br /&gt;
**The support forum mentions a few other causes. &lt;br /&gt;
**Cure this (if you have a weather station type that has a log that Cumulus reads) by looking in &amp;quot;&#039;&#039;Cumulus\backup&#039;&#039;&amp;quot; folder, and finding a backup directly in that folder or in &amp;quot;daily&amp;quot; sub-folder for just before the problem. With Cumulus stopped, copy all the files in that backup into the &amp;quot;&#039;&#039;&#039;Cumulus\data&#039;&#039;&#039;&amp;quot; folder, and then restart Cumulus. &lt;br /&gt;
*OR if Cumulus was unable to read observations from your station during that day, but can today. &lt;br /&gt;
**You can try the same cure, but may not be able to recover the lost information in this case.&lt;br /&gt;
&lt;br /&gt;
== Why do I have some unexpected zero figures? ==&lt;br /&gt;
&lt;br /&gt;
Cumulus may not be able to update some values/extremes, leaving them at zero, if:&lt;br /&gt;
*EITHER you are allowing your PC to go into sleep/standby while Cumulus is running,&lt;br /&gt;
*OR you have more than one copy of Cumulus attempting to interrogate the same weather station,&lt;br /&gt;
*OR you are closing Cumulus down very close to before/after roll-over (the latter is a restriction due to the way the processing of logger data works).&lt;br /&gt;
&lt;br /&gt;
== I’ve ‘zoomed’ a graph, how do I get it back to full size?  ==&lt;br /&gt;
&lt;br /&gt;
Drag from lower right to upper left.&lt;br /&gt;
&lt;br /&gt;
== Cumulus won&#039;t read the data from my station  ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CUMULUS RUNNING&#039;&#039;&#039;&lt;br /&gt;
If you have one of the Fine Offset clones, make sure you have configured your relative pressure correctly. If Cumulus finds an &#039;impossible&#039; value, it will ignore all data from your station.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CUMULUS RE-STARTED&#039;&#039;&#039;&lt;br /&gt;
If Cumulus does not read catch-up data from the station logger:&lt;br /&gt;
#Your station type may not have a logger, if so Cumulus cannot read anything from station while software was not running.&lt;br /&gt;
#There is a bug in the Davis DLL (Dynamic-Link Library) that Cumulus 1.x.x uses, where it never downloads the last archive record; so if there is only one to download (compare how long Cumulus was stopped with logging interval on your Davis station), it doesn&#039;t get any at all. (See [[#Cumulus_takes_a_long_time_to_download_the_data_from_my_Davis_station_at_start_up|here]] for opposite problem). Cure this by ensuring if you stop Cumulus you either leave it stopped for less than Davis logging interval time, or don&#039;t restart until after at least 2 logging intervals.&lt;br /&gt;
#You have not selected &amp;quot;&#039;&#039;&#039;Use data logger&#039;&#039;&#039;&amp;quot; in the &#039;&#039;Settings&#039;&#039; section of the &#039;&#039;&#039;Station settings&#039;&#039;&#039; screen accessed from &#039;&#039;Configuration&#039;&#039;  menu. Correct this:&lt;br /&gt;
##Stop Cumulus after changing this setting&lt;br /&gt;
##Look in &#039;&#039;Cumulus\backup&#039;&#039; folder (or its &#039;&#039;daily&#039;&#039; sub-folder) for a folder of .ini files prior to the problem, copy all those files to overwrite the ones in &#039;&#039;Cumulus\data&#039;&#039; folder&lt;br /&gt;
##Re-start Cumulus, it should use revised start date/time, and read the station logger for the whole re-wind period&lt;br /&gt;
#If there is another problem, read the instructions accessed from &amp;quot;Please click here before posting&amp;quot; at the top of the support forum page including the request to zip up the contents of the &#039;&#039;Cumulus\diags&#039;&#039; folder when asking for such support.&lt;br /&gt;
&lt;br /&gt;
== Cumulus read some invalid figures from my station ==&lt;br /&gt;
If you have:&lt;br /&gt;
*just started using Cumulus, &lt;br /&gt;
*just re-started Cumulus and you are only getting bad data when you start Cumulus up (i.e. when it is using archive data from the station logger),&lt;br /&gt;
*or you have just changed some settings,&lt;br /&gt;
... check you have the correct station type selected (see the Cumulus &#039;&#039;Help&#039;&#039; for the settings screen).&lt;br /&gt;
&lt;br /&gt;
Choosing the wrong station type means individual items of information are not correctly assigned to weather parameters.  Cumulus knows what is at what location for each station type. &lt;br /&gt;
*Is the information &#039;&#039;correct on the station console&#039;&#039; (i.e. not a fault with a sensor), but incorrectly displayed on Cumulus screen (i.e. transfer problem)? &lt;br /&gt;
Check all your settings on Cumulus, or see [[#Cumulus_won.27t_read_the_data_from_my_station|previous question]].&lt;br /&gt;
*If the &#039;&#039;station itself shows incorrect figures&#039;&#039;, a sensor may have a problem (mechanical or electrical failure, obstruction by animal activity) or a battery may need replacing.&lt;br /&gt;
Over successive versions of Cumulus more and more code has been incorporated to deal with the way some stations are prone to reporting rogue readings.&lt;br /&gt;
*Ensure you are using the latest Cumulus build, if you are using an old version you will not have any enhancements made since the earlier build that might improve the way Cumulus reads from your station type.&lt;br /&gt;
In general, if Cumulus 1.x.x identifies an odd value it will reuse the last good value instead, assuming that the problem will either right itself, or be spotted and dealt with quickly.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fine Offset stations&#039;&#039;&#039; are prone to reporting the odd non-sensical value, and Cumulus has the ability to compare successive readings:&lt;br /&gt;
*From the &#039;&#039;&#039;Configuration&#039;&#039;&#039; menu select [[Cumulus_Screenshots#Configuration_Menu_Screens|&#039;&#039;Calibration&#039;&#039;]] and in the &#039;&#039;&#039;Spike removal&#039;&#039;&#039; frame you can specify &amp;quot;the maximum &#039;&#039;&#039;differences&#039;&#039;&#039; between successive values&amp;quot; that Cumulus is to tolerate. See the &#039;&#039;&#039;Help&#039;&#039;&#039; for that screen, and note that spike removal applies while Cumulus is running, not to catch-up readings from the station&#039;s logger. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Possible Cure:&#039;&#039;&#039;&lt;br /&gt;
The purpose of the backup files is to allow Cumulus to be &#039;rewound&#039; to a particular point in time.  It simulates the situation where someone had closed Cumulus down at that point, and is only now starting it up again, and needs data to be downloaded from the station&#039;s logger to catch up to the present time. Obviously this cure will not work if your station type does not have a logger (one is needed for Cumulus to read old readings again).&lt;br /&gt;
*If you have only installed Cumulus a few days ago, or have just re-started Cumulus after it was stopped and encounter multiple &#039;&#039;rogue readings in the catch-up from the station logger&#039;&#039;; &#039;&#039;&#039;one possibility&#039;&#039;&#039; is to stop Cumulus and find the backup files that it took when you started it up (or just after the previous roll-over time), copy those files into the data folder, overwriting the ones that are there, then when you start it up again it could sort itself out.&lt;br /&gt;
The [[Diags]] log often contains useful information for sorting out what has been read, which values have been ignored, and which highs or lows may have been updated incorrectly. Note that automatic backups are made just after roll-over time because restarting Cumulus when there are no logger records to read before roll-over has been known to cause problems. Therefore, the backup to choose might be one with the date before when the problem occured, but remember that any calculations Cumulus makes are based on readings at least every minute when Cumulus is running, but for the catch up period such calculations can only use the readings available at your station&#039;s logging interval. Note if you choose a later backup and it does not work, you can always then repeat the &#039;rewind&#039; with a earlier backup.&lt;br /&gt;
&lt;br /&gt;
== I get very large amounts of rainfall shown, or other high readings ==&lt;br /&gt;
&lt;br /&gt;
Fine Offset stations have a habit of producing unbelievable readings, and Cumulus filters many of these out automatically. You can also use the &#039;spike removal&#039; settings on the calibration page, and Cumulus will then filter out large changes in readings. Please read the help for how to use these settings. Another possible explanation is that you have chosen the wrong station type in the Cumulus station settings. You should only select the &amp;quot;Fine Offset with UV/Light sensor&amp;quot; type if your station actually has SENSORS for these. Your station may have solar CHARGING, but this is not the same as having a solar SENSOR, and so you should choose the &amp;quot;Fine Offset (WH1080 etc)&amp;quot; type. Typically, stations which do have solar SENSORS have a model number which starts with a &#039;3&#039;, e.g. WS3080, and stations without solar sensors start with a &#039;1&#039; or &#039;2&#039;. Selecting the wrong type of station will cause Cumulus to misinterpret the logger data read from the station (which it uses when it starts up) and hence incorrect readings will result, typically when you restart Cumulus.&lt;br /&gt;
&lt;br /&gt;
== My station invented some rain that didn&#039;t really occur, and I want to set it to zero (or some other figure)  ==&lt;br /&gt;
&lt;br /&gt;
Cumulus does include some code to try to ignore some obvious rain errors. For example, if the station reports negative rain, Cumulus will normally ignore that, but if for 6 consecutive readings the rain cumulative count stays below what it was before, Cumulus will normally accept the new count as a new starting point. Because many positive values are realistic (see sub-answers), Cumulus generally will accept those as a result of accidental knocking of a tipping bucket gauge, due to wind effects on the gauge, or even due to the station electronics generating a rogue reading.&lt;br /&gt;
=== (Invented rain) Error in today&#039;s total===&lt;br /&gt;
#correct today&#039;s total using the &#039;today&#039;s rain&#039; editor on the edit menu.&lt;br /&gt;
#optionally stop Cumulus and edit [[today.ini]] to change the &#039;&#039;LastTip=&#039;&#039;(look up previous value in a recently backed up today.ini) parameter.&lt;br /&gt;
#Remember that &#039;ConsecutiveDryDays&#039; and &#039;ConsecutiveWetDays&#039; do not include today.&lt;br /&gt;
&lt;br /&gt;
=== (Invented rain) Error in yesterday&#039;s total ===&lt;br /&gt;
#edit the total for the relevant day in dayfile.txt, using the dayfile.txt editor on the edit menu.&lt;br /&gt;
#optionally edit yesterday&#039;s total (which is only held temporarily for display purposes) in [[today.ini]], while Cumulus is stopped.&lt;br /&gt;
=== (Invented rain) Error in total or high rainfall rate for any day before today ===&lt;br /&gt;
Just edit the total or rate for the relevant day in dayfile.txt, using the [[Cumulus_Screenshots#File.2FEdit.2FHelp_Menu|dayfile.txt]] editor on the edit menu.&lt;br /&gt;
&lt;br /&gt;
=== (Invented rain) Error in total, or extremes, for this month and/or this year ===&lt;br /&gt;
See next FAQ. Once you have corrected the daily totals (or high rainfall rates) in dayfile.txt, you can use the editors (on the edit menu) for &#039;This Month&#039; and &#039;This Year&#039; to fetch the corrected values from dayfile.txt (or enter figures manually).&lt;br /&gt;
&lt;br /&gt;
=== (Invented rain) Error in all-time records ===&lt;br /&gt;
See [[#How_do_I_correct_my_all-time_.28or_monthly_all-time.29_records.3F |this FAQ]].&lt;br /&gt;
&lt;br /&gt;
To see the previous value for all-time records see [[Alltimelog.txt]]. If your all-time records, or month-by-month all-time records have been affected, you can use the built-in editors. These can fetch the correct values once you have corrected dayfile.txt.&lt;br /&gt;
&lt;br /&gt;
===  (Invented rain and) Other rain figures ===&lt;br /&gt;
Note that other rain figures, such as &#039;rain last hour&#039;, &#039;rain last 24 hours&#039; and &#039;rain since midnight&#039; depend on a sensible progression of the rain counter, so it&#039;s not easy to correct this; it&#039;s easier to wait until the erroneous figure is far enough in the past so as not to affect the calculation. If you really do want to try to correct it; you would need to stop Cumulus, then find and edit multiple field 11 (assuming date is field 0) the Cumulus &#039;rain counter&#039; values in the [[monthly_log_files]] in the current monthly log file so they are correct relative to the current value of the rain counter (i.e. the latest one logged). Note that if you&#039;re using a midnight start of day then you don&#039;t need the &#039;rain since midnight&#039; figure anyway, as it is normally the same as &#039;rain today&#039;, and that figure is much more easily corrected.&lt;br /&gt;
&lt;br /&gt;
===  (Invented rain) Error prevention by Spike removal ===&lt;br /&gt;
#It is better to try to avoid spurious rain being recorded in the first place.&lt;br /&gt;
#Cumulus attempts to ignore large increases in the rain total automatically, and is quite often successful.&lt;br /&gt;
#For &#039;hourly rain&#039; and &#039;rain rate&#039;, you can set &#039;spike removal&#039; settings on the calibration settings screen. The value you set here, is the maximum change allowed between successive observations. Rain Rate corrections apply only to Fine Offset and La Crosse stations (which are known to occasionally produce faulty rain readings).&lt;br /&gt;
&lt;br /&gt;
===  (Invented rain) More information ===&lt;br /&gt;
There is more information about correcting rogue data elsewhere in the Wiki, in the pages about the [[:Category:Log_Files|log files]].&lt;br /&gt;
&lt;br /&gt;
== My monthly and/or annual rainfall totals are wrong  ==&lt;br /&gt;
&lt;br /&gt;
Cumulus calculates these when it is restarted, holds the values within memory, and increments them as required while it is running. This FAQ in the previous section [[#Where_does_Cumulus_get_its_this_month_and_this_year_rainfall_totals_from.3F]] has a concise description of how Cumulus calculates these figures.&lt;br /&gt;
&lt;br /&gt;
* The rainfall total shown on the &#039;&#039;This month&#039;&#039; screen within the &#039;&#039;&#039;View&#039;&#039;&#039; menu, is calculated from summing [[dayfile.txt]] totals for a selected month, and so for the default current month will exclude the current meteorological day.  The rainfall total for today so far is added for the web tag &#039;&#039;&amp;lt;#rmonth&amp;gt;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
* The rainfall total shown on the &#039;&#039;This year&#039;&#039;  screen within the &#039;&#039;&#039;View&#039;&#039;&#039; menu, is calculated from summing totals in dayfile.txt for a selected calendar year. For the default current year, it will exclude the current meteorological day.&lt;br /&gt;
&lt;br /&gt;
* The rainfall total reported by the &#039;&#039;&amp;lt;#ryear&amp;gt;&#039;&#039; web tag is for the rainfall season to date, it is calculated from taking today&#039;s rain and then adding the sum of the totals in dayfile.txt starting with the first (meteorological) day of the month specified in the &#039;rainfall season&#039; frame on the &#039;&#039;station settings&#039;&#039; screen within the &#039;&#039;&#039;Configuration&#039;&#039;&#039; menu, until the end of dayfile.txt is reached. So check you have specified the right starting month there before deciding the rainfall total shown is wrong. &lt;br /&gt;
&lt;br /&gt;
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 also on the [[Cumulus_Screenshots#Station|Station Configuration screen]].  Make sure you specify the first Cumulus operating year here, otherwise the extra will be added to the annual total for the wrong year!&lt;br /&gt;
&lt;br /&gt;
See immediately preceding FAQ [[#My_station_invented_some_rain_that_didn.27t_really_occur.2C_and_I_want_to_set_it_to_zero_.28or_some_other_figure.29 |correcting rainfall]]  for how to correct errors in total for particular days and how to correct the high extremes for the various periods.&lt;br /&gt;
&lt;br /&gt;
In all cases then restart Cumulus to get the monthly and annual totals recalculated from correct daily totals. &lt;br /&gt;
&lt;br /&gt;
If you need to correct within day values for trend graphs as well as the longer period totals, provided you know roughly when the rogue rainfall was recorded, find (and edit) it in the [[monthly_log_files]], field 11 (assuming date is field 0) is the count used to derive other parameters. Increasing the value in the count field, decreases the difference to the next (or current) count, and therefore reduces the rain in the in-between period.&lt;br /&gt;
&lt;br /&gt;
== The ‘gust’ line has disappeared from my graph  ==&lt;br /&gt;
&lt;br /&gt;
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. Depending on your weather station type, there are a few things you could try, to improve things. Decrease your station&#039;s logger interval, and if you have Cumulus calculating the wind speed average and you have a Fine Offset station, set &#039;Use speed for avg calculation&#039;.&lt;br /&gt;
&lt;br /&gt;
== My ‘gust’ values are the same as my ‘average’ wind speed values.  ==&lt;br /&gt;
&lt;br /&gt;
As above, you probably have Cumulus set to calculate a 10-minute average, and your station logger period is 10 minutes or longer, so your gust comes out the same as the average when using data from the logger. See the previous FAQ for suggestions on how to improve this.&lt;br /&gt;
&lt;br /&gt;
== I’ve just installed Cumulus, and it didn’t download all the old data from my weather station  ==&lt;br /&gt;
&lt;br /&gt;
Cumulus deliberately doesn’t attempt to download any data from before the point when you first run it. If you wish, although this isn&#039;t recommended, 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 (you will need to have run it at least once previously). Note that if you do this, it is at your own risk, and you will need to sort out any issues which may arise yourself.&lt;br /&gt;
&lt;br /&gt;
If you do this, you will probably need to edit your log files in the &#039;&#039;&#039;data&#039;&#039;&#039; folder as you may have duplicate entries and/or entries out of order. Your rain totals will almost certainly also be wrong - the total for &amp;quot;today&amp;quot; in particular. See the [[FAQ#My_station_invented_some_rain_that_didn.27t_really_occur.2C_and_I_want_to_set_it_to_zero_.28or_some_other_figure.29 |FAQ]] entry about correcting rainfall data. If you have only just started using Cumulus, you could delete all of the files in the data folder, and just create a simple today.ini as below. Then when you start Cumulus it will start again with just the data from the station&#039;s logger.&lt;br /&gt;
&lt;br /&gt;
Note that this method does not work for the Oregon WMR200 station. This station deletes logger entries when they are downloaded, and there is no mechanism for retrieving logger entries for a particular period - it just sends all the entries that it has. You may be able to circumvent this by creating a today.ini file in the data folder before you run Cumulus, with just this in it:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[General]&lt;br /&gt;
Date=10/04/2012&lt;br /&gt;
Timestamp=10/04/2012 10:00:00&lt;br /&gt;
CurrentYear=2012&lt;br /&gt;
CurrentMonth=4&lt;br /&gt;
CurrentDay=10&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Change the dates and time to match the point from which you want Cumulus to start downloading data. If the station has already sent the data, this may not work, unfortunately.&lt;br /&gt;
&lt;br /&gt;
If you stored data from your weather station (on another file-based system) before you first ran Cumulus, then you may be able to (using a text editor outside Cumulus) generate [[Monthly log files]] for the pre-Cumulus period.  See that Wiki article for more information on what you can then do with those files within Cumulus.&lt;br /&gt;
&lt;br /&gt;
== I have inserted pre-Cumulus data and now I get errors ==&lt;br /&gt;
&lt;br /&gt;
Probably some of your inserts used the wrong format (blank rows, fields with real numbers where integers expected, alternatively missing or duplicated fields). See [[:Category:Log_Files]]. Note that Cumulus will only flag errors in the log files that it reads (e.g. those relating to the period for which it displays trends graphs).  Check all the log files you have amended.&lt;br /&gt;
&lt;br /&gt;
== I have inserted pre-Cumulus data making &#039;Records began on&#039; date wrong ==&lt;br /&gt;
&lt;br /&gt;
Stop Cumulus and edit [[Cumulus.ini#Section:_Station | cumulus.ini (station section)]] within the main Cumulus folder. Change the &amp;quot;StartDate=&amp;quot; line. Be sure to use the same format for the date.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note&#039;&#039;&#039; &#039;&#039;StartDate=xxxx&#039;&#039; does &#039;&#039;not&#039;&#039; need to be updated for Cumulus to recognise earlier data in log files in its &#039;&#039;data&#039;&#039; subfolder.  &lt;br /&gt;
&lt;br /&gt;
It really represents &amp;quot;Cumulus began on&amp;quot;, so there is an alternative of leaving cumulus.ini unchanged, but editing default Cumulus &#039;&#039;recordsT.htm&#039;&#039; template twice:&lt;br /&gt;
*after the h2 heading is &#039;&#039;&amp;amp;lt;p&amp;amp;gt;Records began on &amp;lt;#recordsbegandate&amp;gt;. Here are the extremes recorded since then.&amp;amp;lt;/p&amp;amp;gt;&#039;&#039;;  you can replace &#039;&amp;lt;#recordsbegandate&amp;gt;&#039; with the new earliest date typed in as text; and&lt;br /&gt;
*at the start of the table is the &#039;&#039;&amp;amp;lt;caption&amp;amp;gt;Records Since &amp;lt;#recordsbegandate&amp;gt;&amp;amp;lt;/caption&amp;amp;gt;&#039;&#039;; replace the label &amp;quot;Records since&amp;quot; with &amp;quot;Cumulus began on&amp;quot; leaving the web tag unchanged.&lt;br /&gt;
&lt;br /&gt;
== Cumulus doesn’t show the same pressure as my Fine Offset console  ==&lt;br /&gt;
&lt;br /&gt;
Cumulus displays atmospheric pressure corrected to sea level. The console calls this ‘relative pressure’; it displays the letters &amp;quot;rel&amp;quot; when this is being displayed.  First of all, check&lt;br /&gt;
# that you are comparing the Cumulus display with the ‘relative’ pressure on your console,&lt;br /&gt;
# that only one copy of Cumulus is accessing the weather station (and no other software),&lt;br /&gt;
# that you do not have a &#039;EWpressureoffset=x.y&#039; line in the [Station] section of [[Cumulus.ini#Introduced_for_problems_with_Fine_Offset_family:| cumulus.ini]],&lt;br /&gt;
# and that you do not have a setting for pressure on the Cumulus calibration screen.&lt;br /&gt;
&lt;br /&gt;
The Fine Offset stations only store absolute/station pressure readings in their weather memory locations updated with each transmission and read by Cumulus. Within Cumulus, the software applies the adjustment to sea level before any further processing. It does &#039;&#039;not&#039;&#039; use the altitude setting in the cumulus station configuration screen.&lt;br /&gt;
Normally when Cumulus starts, it reads in [http://www.jim-easterbrook.me.uk/weather/mm/ the fixed block] in the console a pair of absolute/station pressure and relative/sea level pressure readings and uses the difference between these as the ‘offset’ in millibar for the station;  Cumulus uses this offset subsequently to calculate the sea level pressure (each time when reading the absolute pressure in the weather memory locations of the station), but it is possible to define the offset in cumulus.ini instead. &lt;br /&gt;
&lt;br /&gt;
Make sure that you have set your console&#039;s relative pressure correctly:&lt;br /&gt;
*for a push button operated model, press &#039;menu&#039; key 4 times for pressure mode, press &#039;enter&#039; to move to relative pressure setting, press &#039;up&#039; or &#039;down&#039; to adjust value.&lt;br /&gt;
*if your model uses a touch sensitive screen then it is probably tap the reading three times, then touch &#039;+&#039; or &#039;-&#039; to adjust value.&lt;br /&gt;
&lt;br /&gt;
The support forum includes discussion on where to find isobar charts or other sources to determine what the pressure should be.  Obviously after any adjustment you need to stop Cumulus, because it is when you restart it that Cumulus reads the new pressure offset.&lt;br /&gt;
&lt;br /&gt;
Sometimes the offset that cumulus reads from the fixed block is clearly garbage, so&lt;br /&gt;
# the cumulus error light is set,&lt;br /&gt;
# an error message suggests you check the station, and&lt;br /&gt;
# Cumulus uses zero offset instead as a best effort.&lt;br /&gt;
In this situation, Cumulus will display the same value as the &#039;absolute&#039; pressure on the console (no &amp;quot;rel&amp;quot; is displayed on the console when it is displaying absolute pressure). Often, if you restart Cumulus, it will then be able to read the correct value. If the problem happens often, you can circumvent it by editing cumulus.ini (while Cumulus is stopped), and in the [Station] section add an entry: &lt;br /&gt;
&lt;br /&gt;
 EWpressureoffset=x.y&lt;br /&gt;
&lt;br /&gt;
where x.y is your pressure offset. &#039;&#039;&#039;Cumulus will then use this instead of reading the fixed block offset from the station&#039;&#039;&#039;.  &lt;br /&gt;
&#039;&#039;&#039;Note&#039;&#039;&#039; that &#039;&#039;you must supply the offset in hPa&#039;&#039; (i.e. the millibar units that the station works with) and that this circumvention generally stops Cumulus from agreeing with the relative pressure displayed on the console.&lt;br /&gt;
&lt;br /&gt;
== My pressure suddenly dropped! Or suddenly increased!  ==&lt;br /&gt;
&lt;br /&gt;
If you have a Fine Offset station, and this happened when you (re)started Cumulus, it is quite likely a problem with reading the pressure &#039;offset&#039; from the station. See: &amp;quot;Cumulus doesn’t show the same pressure as my Fine Offset console&amp;quot; above.&lt;br /&gt;
&lt;br /&gt;
== I get an error when I try to view my all-time records. Also, they don’t appear on my web site  ==&lt;br /&gt;
&lt;br /&gt;
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. &lt;br /&gt;
&lt;br /&gt;
== I get an error when I close Cumulus  ==&lt;br /&gt;
&lt;br /&gt;
Cumulus does sometimes report an error when you close it. This does not appear to cause any problems, you can just close the error message. I don&#039;t seem to be able to do anything about this, as the &#039;crash&#039; is not in code that I have control over. You may be able to avoid this error by avoiding closing Cumulus while it is uploading to the internet. Please don&#039;t bother sending me a bug report about this. &lt;br /&gt;
&lt;br /&gt;
== My forecast says &amp;quot;Not available&amp;quot;  ==&lt;br /&gt;
&lt;br /&gt;
You can get Cumulus to create a simple forecast by selecting &#039;Cumulus Forecast&#039; on the Stations Settings screen. &lt;br /&gt;
&lt;br /&gt;
== My forecast always says &amp;quot;Exceptional Weather, Stormy, much precipitation&amp;quot;  ==&lt;br /&gt;
&lt;br /&gt;
You probably have incorrect Pressure Extreme settings in the Forecast section on the Station Settings window. Make sure that the values you have supplied match the units you have selected for the extremes. Note that the units for the extremes are not related to the units you have chosen for pressure display in Cumulus. The option of supplying mb/hPa or inHg for the extremes is merely a convenience; you can supply either, but the values and the units must of course match.&lt;br /&gt;
&lt;br /&gt;
== My computer hibernated/suspended, and I lost data/my graphs &#039;flat-lined&#039;  ==&lt;br /&gt;
&lt;br /&gt;
Cumulus can&#039;t cope with being suspended, it just carries on as normal after being woken. There is an option in the station settings to &#039;close on suspend&#039;, so Cumulus will close itself as a safety measure, if you forget to do it manually. Don&#039;t use the &#039;close on suspend&#039; option and the &#039;confirm shutdown&#039; option at the same time; this will cause problems. &lt;br /&gt;
&lt;br /&gt;
But I strongly recommend that you don&#039;t have your computer set to go into any form of standby while Cumulus is running - it&#039;s continuously gathering real-time data, after all, so it&#039;s a rather strange thing to do. &lt;br /&gt;
&lt;br /&gt;
== My heat index/humidex/wind chill is the same as my temperature  ==&lt;br /&gt;
&lt;br /&gt;
*Wind chill only applies when the average wind speed is above 4.8 kph &#039;&#039;&#039;and&#039;&#039;&#039; (by default in Cumulus as it should really always be set, but this is an option that can be unset) the temperature is below 10 degrees Celsius.  &lt;br /&gt;
*Heat index only applies when the temperature is above 27 degrees Celsius &#039;&#039;&#039;and&#039;&#039;&#039; the humidity is above 40%. &lt;br /&gt;
* Humidex does not have any &#039;cutoff&#039; values, but at low temperature and/or humidity it will give the same figure as ambient temperature.&lt;br /&gt;
&lt;br /&gt;
If heat index or wind chill is not applicable, Cumulus will set them the same as the ambient temperature.&lt;br /&gt;
&lt;br /&gt;
== Cumulus is showing a different wind speed compared to my console  ==&lt;br /&gt;
&lt;br /&gt;
You have probably misunderstood Cumulus processing of wind speeds, looking at different parameters, or different averaging periods.&lt;br /&gt;
*If you have a Davis weather station see [[#What_do_the_various_wind_speeds_in_Cumulus_correspond_to.2C_with_Davis_stations.3F]]&lt;br /&gt;
*If you have a Fine Offset station, see [[#What_do_the_various_wind_speeds_in_Cumulus_correspond_to.2C_with_Fine_Offset_stations.3F]] &lt;br /&gt;
* For Oregon Scientific and La Crosse stations see [[#How_do_I_set_up_recording_wind_speeds_in_Cumulus.2C_with_Oregon_Scientific_and_La_Crosse_stations]]&lt;br /&gt;
&lt;br /&gt;
Note that you can&#039;t compare the graphs drawn by Easyweather and Cumulus unless you are certain that they are plotting the same data. They can&#039;t both be running at the same time, so one would normally be plotting &#039;live&#039; data at a given interval, and the other will be plotting data downloaded from the station&#039;s logger. The wind speed will hence not normally be the same for a particular time on the graph as it may well have changed at the point that it is saved to the logger. The only situation where it &#039;&#039;would&#039;&#039; be valid to compare the graphs would be if neither were running at the times you are comparing, and both subsequently downloaded the same data from the logger.&lt;br /&gt;
&lt;br /&gt;
== I get error -32710 with Cumulus and my USB Davis station  ==&lt;br /&gt;
&lt;br /&gt;
The USB support in the Davis DLL which Cumulus uses doesn&#039;t seem to work. You need to use the CP210X USB/serial software which Davis supply, and use the station in serial mode. If you have previously been using your station with Weatherlink in USB mode, you will need to change to serial mode in Weatherlink before you can use the station with Cumulus. You can do this using [http://www.davisnet.com/support/weather/download/CP210X_USB_Serial_Converter_ver2.exe this utility from Davis]. See also this FAQ entry - http://wiki.sandaysoft.com/a/FAQ#How_do_I_get_my_Davis_station_with_USB_working_with_Cumulus.3F&lt;br /&gt;
&lt;br /&gt;
== When I start Cumulus, the graphs restart again each time and don&#039;t show the earlier data  ==&lt;br /&gt;
&lt;br /&gt;
You probably have an error in one or more data files. Look near the beginning of the latest file in the Diags folder for an error message which will tell you which file is in error and which line is causing the problem. It may simply be a blank line. Edit the file with Cumulus stopped. Note that you may need to repeat this process; only the first error is shown.&lt;br /&gt;
&lt;br /&gt;
This problem can also occur if you change your system format settings (date format, decimal and list separators etc). Again, check the diags file for a message about a number not being a valid floating point value.&lt;br /&gt;
&lt;br /&gt;
== The peak values on my graphs are not the same as my extreme values  ==&lt;br /&gt;
&lt;br /&gt;
The graphs are snapshots of the data, taken once a minute while Cumulus is running; it is not feasible to plot every data point. If the extreme value did not coincide exactly with the point at which the data was added to the graph, then it will not appear on the graph. The graphs are not intended to show all of the highs and lows, they are there to give an idea of the trends. This also applies to &#039;Select-A-Graph&#039;, which takes its data from the data logs; the highs and lows do not necessarily appear in the periodic data logs.&lt;br /&gt;
&lt;br /&gt;
This is most noticeable with wind gusts, the value of which can change rapidly, even over a period of a minute. The &#039;Plot latest gust&#039; setting causes the &#039;Latest&#039; figure (as shown on the main screen) to be plotted. What this figure represents exactly depends on your weather station type. This figure may vary rapidly, e.g. on Davis stations, it changes every 3 seconds or so. The graphs are plotted once a minute, and hence, with Davis stations, for example, there is approximately a one in 20 chance of any given &#039;latest&#039; figure actually being plotted.&lt;br /&gt;
&lt;br /&gt;
Cumulus also stores the peak value of the &#039;latest&#039; figure from the last 10 minutes. It calls this the &#039;gust&#039;, as this is a reasonable representation of a true &#039;gust&#039; figure. If you untick &#039;plot latest gust&#039;, it will plot this figure instead. As it contains the peak figure from the last 10 minutes, and the graph is plotted once a minute, plotting this value means that the high gust figure will always appear on the graph. The exception to this is with Davis stations, in the situation where the &#039;high gust&#039; figure has been read directly (as a way of ensuring that the high gust isn&#039;t missed) rather than by the usual reading of the current data. In this case, the gust is recorded as the high, but is not written to the current value, and hence does not appear on the graph, as it may be out of sequence with the current data.&lt;br /&gt;
&lt;br /&gt;
== My extreme values do not appear in the &#039;monthly&#039; data logs  ==&lt;br /&gt;
&lt;br /&gt;
The data logs are snapshots of the data, taken at the configured interval while Cumulus is running (or at the station&#039;s configured interval when data is read from the station&#039;s logger directly into the Cumulus monthly log). Cumulus, while it is running, reads the station frequently, detecting each change in observations, and can update extremes at each of these reading times.&lt;br /&gt;
&lt;br /&gt;
If the extreme value reading time did not immediately precede a time at which the data was logged, then it will not appear in the log. This is most noticeable with wind gusts, the value of which can change rapidly between log entries.&lt;br /&gt;
&lt;br /&gt;
Cumulus is designed to be kept running, if you only run it once a day, then the information it reads from the station&#039;s logger during catch up may miss extremes. For example &#039;&#039;when Cumulus reads the archive temperatures from a Davis station&#039;&#039;,  (in a compromise to allow Cumulus to have as much code as possible that is common to all weather station types) the design means that it ignores the first and second figures representing highest and lowest reported at each logged time, just reading the third figure that, depending on console configuration, is either the average value over the archive period or the final reading of the archive period (I don&#039;t know what the default is).&lt;br /&gt;
&lt;br /&gt;
== Cumulus takes a long time to download the data from my Davis station at start up  ==&lt;br /&gt;
&lt;br /&gt;
When Cumulus starts, it asks the station for all the data from the logger since the last time it was running. If the time-stamp that it supplies does not exactly match the time-stamp of an entry in the Davis logger, the station has a strange &#039;feature&#039; where it decides to send the entire contents of the logger. This will take some time to download, during which the Davis console display may appear to freeze. &lt;br /&gt;
#It is recommended that you enable the feature &#039;&#039;&#039;Synchronise station clock&#039;&#039;&#039; in the &#039;Settings&#039; block accessed from the &#039;&#039;Configuration&#039;&#039; menu  &#039;&#039;&#039;Station&#039;&#039;&#039; [[Cumulus_Screenshots#Station|Screen]].&lt;br /&gt;
#It is recommended that you set the logging interval in Cumulus (in the &#039;Data log interval&#039; block accessed from the &#039;&#039;Configuration&#039;&#039; menu  &#039;&#039;&#039;Station&#039;&#039;&#039; Screen) to the same interval as the station (the station interval can be changed using Weatherlink), then Cumulus will be able to make sure it uses a time-stamp that matches an entry in the logger. Note that this is mentioned in the &#039;&#039;&#039;readme.txt&#039;&#039;&#039; file that appears during the Cumulus installation, which you were asked to read at the time. If you didn&#039;t read it, it is strongly recommended that you do so now; it contains important information.&lt;br /&gt;
&lt;br /&gt;
Note that this situation can also occur if you close Cumulus and then start it up again very soon afterwards, for similar reasons. There is nothing that Cumulus can do about this, it is an issue with the logger (or Virtual VP).&lt;br /&gt;
&lt;br /&gt;
== My Davis console clock is not exactly the same as my PC clock, but I have &amp;quot;Synchronise station clock&amp;quot; selected ==&lt;br /&gt;
&lt;br /&gt;
The Davis protocol only allows hours and minutes to be set, so there is always likely to be a difference of up to 60 seconds between the PC and the station.&lt;br /&gt;
&lt;br /&gt;
== Today is the shortest/longest day, but Cumulus says that tomorrow will be a few seconds shorter/longer  ==&lt;br /&gt;
&lt;br /&gt;
The routines I use to calculate (at midnight GMT) the length of the day aren&#039;t really suitable for this level of accuracy and may use the previous day in one parameter. I don&#039;t consider it an issue.&lt;br /&gt;
&lt;br /&gt;
== Cumulus got the forecast wrong!  ==&lt;br /&gt;
&lt;br /&gt;
Cumulus uses a forecast based on the Zambretti Forecaster (see Google). I didn&#039;t design the algorithm myself and to be honest I don&#039;t know how it works, so I can&#039;t answer any questions about it. Note that this is a &#039;forecast&#039; for the following 12 hours or so; it is not a &#039;nowcast&#039; (what the weather is doing now). Please regard the forecast as &#039;for entertainment purposes only&#039;. Do not base any decisions on it, and bear in mind that it is a very simple calculation based on only a few basic parameters. Some people get reasonable results, others do not. You can try tweaking the pressure extreme settings (in the Forecast section in the station settings), but don&#039;t expect the forecast to be as good as that provided by the weather agencies which have invested millions in their forecasting systems.&lt;br /&gt;
&lt;br /&gt;
== I only see one set of points on the wind direction graph  ==&lt;br /&gt;
&lt;br /&gt;
This happens just after you restart Cumulus, if the data came from the weather station&#039;s logger (i.e. Cumulus hasn&#039;t been running for a while). Weather stations only supply a &#039;current&#039; direction, and Cumulus calculates the average direction when running &#039;live&#039;.  So there is only one set of data available to be plotted, if it comes from the station logger.&lt;br /&gt;
&lt;br /&gt;
== My average wind bearing remains at zero ==&lt;br /&gt;
&lt;br /&gt;
Cumulus will always show zero average bearing when the average wind speed is zero (it can&#039;t be otherwise because it&#039;s calculated using the wind speed). In addition, it will show zero current bearing when the current wind speed is zero if you have &#039;&#039;use bearing zero when calm&#039;&#039; selected in the [[Cumulus_Screenshots#Station|station]] settings (accessible from &#039;&#039;&#039;Configuration&#039;&#039;&#039; menu).&lt;br /&gt;
&lt;br /&gt;
This also happens if your anemonmeter has a fault.&lt;br /&gt;
&lt;br /&gt;
== My graphs appear to be plotted less frequently just after Cumulus starts up  ==&lt;br /&gt;
&lt;br /&gt;
When running live, Cumulus plots data at 1-minute intervals. When it starts up, it pre-fills the graphs with data from the log files, which generally (depending on how you have Cumulus and your station configured) will be at less frequent intervals. &lt;br /&gt;
&lt;br /&gt;
== I closed Cumulus, the &#039;please wait&#039; form appeared, but Cumulus didn&#039;t close, even after several minutes  ==&lt;br /&gt;
&lt;br /&gt;
If you&#039;ve closed Cumulus shortly after it has downloaded a lot of data from the logger, it can take a while for the logging thread to get everything written away to disk, and Cumulus won&#039;t close until this has completed. However, in some circumstances, there seems to be a situation where Cumulus will never close, so you will need to close it with task manager. If you think you know what conditions cause this to happen, please let me know. &lt;br /&gt;
&lt;br /&gt;
== Cumulus isn&#039;t logging data at the interval that I set  ==&lt;br /&gt;
&lt;br /&gt;
It logs data at the interval you have configured, while it is running. If there is data to read from the station logger at start up, each logger entry is logged to the Cumulus log files, so those entries will be at the logger interval that you have configured in your station.&lt;br /&gt;
&lt;br /&gt;
== Cumulus takes a very long time to shut down ==&lt;br /&gt;
&lt;br /&gt;
You may have closed it very soon after starting it up, when it had a lot of data to download from the station logger, and you use Weather Underground. From version 1.9.1  there is a facility where it &#039;catches up&#039; with data that hasn&#039;t been uploaded to Weather Underground while it hasn&#039;t been running. This takes a little while, and if you close it while it is doing it, it will take a long time for all of the updates to time out. You need to give it sufficient time to finish the upload. From version 1.9.2, there is a &#039;catch up&#039; light which shows that the upload is taking place, and the &#039;catch up&#039; is optional&#039;; and it will abort much more quickly if you still close it while the catch up is taking place. &lt;br /&gt;
&lt;br /&gt;
== My temperature Min/Max/Avg graph is empty ==&lt;br /&gt;
&lt;br /&gt;
The most likely explanation is that you have only recently started running Cumulus (in the last day or two). It adds new values to this graph at the end of each day; it wouldn&#039;t make sense to add a value part of the way through the day, and you need a few points to be plotted before the graph starts to take shape. You need to wait until you have been running Cumulus for a few days.&lt;br /&gt;
&lt;br /&gt;
If you&#039;ve been running Cumulus for more than a few days, but the graph is still empty, the most likely explanation is that it was unable to read your dayfile.txt file. Look at the latest file in the &#039;diags&#039; folder (the files are plain text) for error messages mentioning dayfile.txt.&lt;br /&gt;
&lt;br /&gt;
== The longest dry/wet spell for this month/year includes days from last month/year ==&lt;br /&gt;
&lt;br /&gt;
This is intentional. I decided that it didn&#039;t make sense to arbitrarily chop off a dry/wet spell at the start of the month/year, as then the figure is meaningless. So the figures are to be interpreted as &amp;quot;the longest dry/wet spell which includes this month/year&amp;quot;. I note that other software takes the same approach.&lt;br /&gt;
&lt;br /&gt;
== Cumulus isn&#039;t performing periodic tasks, like data logging or web uploads ==&lt;br /&gt;
&lt;br /&gt;
Cumulus assumes a certain level of weather station functionality. It checks that it has received data from a number of sensors (e.g. pressure and outside temperature) before it starts periodic calculations, logging, uploading to the web, or drawing graphs. This is an attempt to make sure that bad data is not logged. If your weather station is not fully functional, you will not be able to use Cumulus fully. &lt;br /&gt;
&lt;br /&gt;
You can over-ride the start up check by adding a line to the [Station] section of [[Cumulus.ini#Section:_Station|cumulus.ini]], thus: &#039;&#039;NoSensorCheck=1&#039;&#039;&lt;br /&gt;
(You need to do this while Cumulus is stopped). Note that you are likely to get bad data logged if you do this.&lt;br /&gt;
&lt;br /&gt;
== I&#039;ve changed my Twitter password, and now Cumulus won&#039;t update Twitter ==&lt;br /&gt;
&lt;br /&gt;
You need to force Cumulus to re-authenticate with Twitter. Stop Cumulus and edit cumulus.ini. Find the [Twitter] section, and &#039;&#039;&#039;delete&#039;&#039;&#039; the lines which start&lt;br /&gt;
&lt;br /&gt;
OauthToken=&lt;br /&gt;
 &lt;br /&gt;
OauthTokenSecret=&lt;br /&gt;
&lt;br /&gt;
Start Cumulus and it should be able to update Twitter again.&lt;br /&gt;
&lt;br /&gt;
== When I start Cumulus, I get the error message &amp;quot;The station is not initialised&amp;quot; ==&lt;br /&gt;
&lt;br /&gt;
For Fine Offset stations, when Cumulus starts up, it checks the first two bytes of the station&#039;s memory. They are supposed to contain the values Hex 55 and Hex AA to indicate that the station has initialised itself correctly. If they do not, then presumably the station has had some kind of internal problem, so Cumulus doesn&#039;t try to read any data from it. A reset of the station normally fixes this - remove the batteries and the USB cable; but note that you will almost certainly lose any stored data in the logger.&lt;br /&gt;
&lt;br /&gt;
If you want to force Cumulus to ignore this check (not recommended), edit cumulus.ini and add a line to the [Station] section: &#039;&#039;EWdisablecheckinit=1&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
You will most likely not have any success with this, as your station memory is probably corrupted anyway.&lt;br /&gt;
&lt;br /&gt;
Note that for this setting to work, you need to be using version 1.9.3, build 1034 or later.&lt;br /&gt;
&lt;br /&gt;
== How do I correct today&#039;s or yesterday&#039;s highs and lows? ==&lt;br /&gt;
&lt;br /&gt;
Today&#039;s totals, highs and lows (and yesterday&#039;s rain total) are held in [[today.ini]] in the Cumulus data folder. Yesterday&#039;s totals (including RG11 rain but not standard rain), highs and lows are held in [[yesterday.ini]]. Follow the cross-references if you are unsure which parameter is what. To change any values, stop Cumulus and edit the file(s) in a text editor. Be sure to keep any date and time formats the same. If you are editing yesterday&#039;s highs and lows, you might also need to edit [[Dayfile.txt#Editing_daily_summary_in_Cumulus|dayfile.txt]], as the same values will probably have been written to that file. You can use the [[Cumulus_Screenshots#File.2FEdit.2FHelp_Menu|built-in dayfile editor]] in Cumulus to do this. If your all-time and/or monthly all-time records have been affected, see the [[#How_do_I_correct_my_all-time_.28or_monthly_all-time.29_records.3F|FAQ entry below]].&lt;br /&gt;
&lt;br /&gt;
If the value you want to change is today&#039;s high hourly rain figure, it is best to wait until the current figure has returned to a sensible value. There is no easy way to correct the current figure, so if you change it in today.ini while the current figure is incorrect, the high value in today.ini will immediately be changed again when you start Cumulus.  More information about correcting rain [[#My_station_invented_some_rain_that_didn.27t_really_occur.2C_and_I_want_to_set_it_to_zero_.28or_some_other_figure.29 |in this FAQ]].&lt;br /&gt;
&lt;br /&gt;
If the problem occurred because Cumulus wasn&#039;t able to download the data from the station&#039;s logger when you started it up in the morning (or perhaps you turned off the &#039;use data logger&#039; setting for some reason), you can get it to try again by &#039;rewinding&#039; to the time when you started Cumulus, and allowing it to try again. Cumulus takes a copy of the current files each time it starts up, and puts them in a folder in the backup folder in the Cumulus installation. Stop Cumulus, and find the backup folder with the appropriate timestamp, and copy all of the files from the backup folder into the Cumulus data folder, and start Cumulus up again.&lt;br /&gt;
&lt;br /&gt;
== How do I correct my all-time (or monthly all-time) records? ==&lt;br /&gt;
&lt;br /&gt;
Use the editor in Cumulus - on the Edit menu. If you know the correct figures, you can enter them manually.&lt;br /&gt;
*You can look at the [[Alltimelog.txt]] file to find the previous values for the [[Monthlyalltime.ini|all-time records]].&lt;br /&gt;
*Similar entries are logged to the [[diags]] files for the monthly highs and lows in [[month.ini]]. &lt;br /&gt;
*You can also get the editor to scan the [[dayfile.txt|daily summary log]] and [[Monthly_log_files]] to find the highs and lows from those files, click the Help button for details. Note that to use this facility you first need to correct any incorrect values in the files being scanned; you can use the built-in editor in Cumulus to edit dayfile.txt.&lt;br /&gt;
&lt;br /&gt;
Cumulus takes a backup of all the active data files when it starts up, and also at the start of the meteorological day (just after midnight for a lot of users). The backups are kept in folders within the backup sub-folder in the Cumulus installation. So an alternative method would be to find the latest backup from before the error occurred, and copy the &#039;&#039;alltime.txt&#039;&#039; and/or &#039;&#039;monthlyalltime.txt&#039;&#039; file from the backup to the Cumulus data folder. Do this with Cumulus stopped.&lt;br /&gt;
&lt;br /&gt;
There is more information in [[:Category:Log_Files]], on the page for each type of file.&lt;br /&gt;
&lt;br /&gt;
== It&#039;s January 1st and my &#039;rain since midnight&#039; and/or &#039;last 24 hours rain&#039; and/or Evapotranspiration are wrong/negative ==&lt;br /&gt;
&lt;br /&gt;
You are probably using a Davis station. Cumulus needs an incrementing rain counter to calculate all of the rain figures, and the nearest to that on a Davis station is the annual total. When this resets at the end of the year, this causes some of the rain data to show odd values for a day. You will notice this particularly if you use an 0900 start of meteorological day, as the &#039;rain since midnight&#039; figure is used for services such as Weather Underground. There&#039;s no easy solution to this, sorry.&lt;br /&gt;
&lt;br /&gt;
== Cumulus stops at the &amp;quot;Downloading data&amp;quot; screen ==&lt;br /&gt;
&lt;br /&gt;
If you have a Fine Offset station, this is probably caused by the station&#039;s USB interface locking up - a known problem with some Fine Offset stations. You should be able to get it going again by doing a reset - remove batteries and the USB cable. Recent Fine Offset models have a problem where they can lock up frequently, requiring a reset. From version 1.9.3 of Cumulus onwards, there is an option to synchronise the reading of data with the console writing the data, to avoid doing both at the same time, and this seems to avoid most lockups. The setting is &amp;quot;Synchronise Fine Offset reads&amp;quot; on the station settings screen.&lt;br /&gt;
&lt;br /&gt;
If you look in the status bar at the bottom of the Cumulus window, there may a message &amp;quot;Error: no response&amp;quot;; this would confirm that the station has locked up and needs resetting.&lt;br /&gt;
&lt;br /&gt;
If you are using the &amp;quot;Synchronise&amp;quot; setting but are still getting frequent console interface lockups, then the clocks on the console and the platform running Cumulus may be drifting too far between synchronisations. Look in the diags files for the word &amp;quot;drift&amp;quot; and see how many seconds apart the clocks are drifting. If it is more than 3 seconds, you will need to adjust the period that Cumulus allows where it doesn&#039;t read the console data. Stop Cumulus and edit Cumulus.ini. In the [Station] section, add a line:&lt;br /&gt;
&lt;br /&gt;
FOReadAvoidPeriod=N&lt;br /&gt;
&lt;br /&gt;
where N is the required setting in seconds. If you find you are getting a drift of 9 seconds, say, you might set the value to 10.&lt;br /&gt;
&lt;br /&gt;
== Cumulus locks up when it starts and I have to use the task manager to kill it ==&lt;br /&gt;
&lt;br /&gt;
If you have a &#039;&#039;Fine Offset station&#039;&#039;, this is most likely caused by the station&#039;s interface locking up, i.e the station has stopped communicating with the PC.&lt;br /&gt;
&lt;br /&gt;
The problem where Cumulus locks up when the Fine Offset station doesn&#039;t respond is fixed in version 1.9.4. If you look in the status bar at the bottom of the Cumulus main window, there may be a message &amp;quot;Error: no response&amp;quot;; this would confirm that the station has locked up and needs resetting.&lt;br /&gt;
&lt;br /&gt;
You should be able to get the station going again by doing a reset - either remove console batteries and the USB cable or press the reset button hidden below the small hole (on 1081-based models, above the top RH corner of the battery cover). Recently manufactured Fine Offset models have a problem where they can lock up frequently, requiring a power reset. From version 1.9.3 of Cumulus onwards, there is an option on &#039;&#039;station settings screen&#039;&#039; to &#039;&#039;&#039;Synchronise Fine Offset Reads&#039;&#039;&#039; (Cumulus reading data from console) with the timing of received transmissions from sensors updating the data, to avoid doing both at the same time, and this seems to avoid most lockups.&lt;br /&gt;
&lt;br /&gt;
== Error messages with &amp;quot;Error on line...&amp;quot; or &amp;quot;Error at line...&amp;quot; ==&lt;br /&gt;
&lt;br /&gt;
These are corruptions in the log files, typically caused by Cumulus being unexpectedly closed (e.g. killed using Task Manager, or a PC reboot) while it is writing to the log files, but there can be other causes. The error message may say something like &amp;quot;List index out of bounds&amp;quot;. The error message will name the affected file(s) and the affected line number(s).&lt;br /&gt;
&lt;br /&gt;
Stop Cumulus and open the named file(s) in a good text editor, such as Notepad++. Do not use Notepad. At the line number(s) mentioned correct the error(s), which will be obvious as the lines won&#039;t look like the other lines, they will be blank or have garbage characters, or perhaps two lines have been run together. Save the file(s) and start Cumulus again.&lt;br /&gt;
&lt;br /&gt;
== Cumulus gives an error and won&#039;t run on my HP computer ==&lt;br /&gt;
&lt;br /&gt;
It&#039;s a known problem with HP computers; they have missing fonts. One solution is to install [http://www.microsoft.com/en-us/download/details.aspx?DisplayLang=en&amp;amp;id=16083 this font update] from Microsoft. It appears that computers other than HP can have the same font issue, so it is worth installing the font update anyway, if you get a problem where Cumulus won&#039;t start.&lt;br /&gt;
&lt;br /&gt;
== The headings or data look wrong in the data log viewer ==&lt;br /&gt;
&lt;br /&gt;
You&#039;re probably trying to view the wrong type of file. Use [[Cumulus_Screenshots|menus]] on main screen.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;View | Data logs&amp;quot; is only for the monthly data logs, e.g. Oct13log.txt, &amp;quot;View | Extra data logs&amp;quot; is for &amp;quot;extra&amp;quot; data logs, e.g. ExtraLog201310.txt, and if you want to view the daily summaries in dayfile.txt, use the dayfile.txt editor - &amp;quot;Edit | dayfile.txt&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
== The wind rose in Cumulus does not display anything with my Fine Offset ==&lt;br /&gt;
&lt;br /&gt;
The Fine Offset weather stations are supposed to supply data for 16 wind directions, however the design is such that most of them only actually use 8 of the possible 16. Try setting the wind rose to only display 8 directions by setting the &#039;wind rose points&#039; value to 8 on the display settings screen.&lt;br /&gt;
&lt;br /&gt;
== I&#039;ve set the graph background to white, but there&#039;s a problem with the small wind direction graph ==&lt;br /&gt;
&lt;br /&gt;
This appears to be an issue with the third party chart component. The work around is to choose a gradient background and set all three colours in the gradient to white.&lt;br /&gt;
&lt;br /&gt;
== My Weather Underground tabular data interval is not the same as the interval I&#039;ve set in Cumulus (I&#039;m using Rapid Fire) ==&lt;br /&gt;
&lt;br /&gt;
If you have selected &#039;rapid fire&#039;, the data is uploaded every 5 seconds, and the interval you configure in Cumulus is not used. Weather Underground decide how often your tabular data is logged when using rapid fire, not Cumulus.&lt;br /&gt;
&lt;br /&gt;
== My WU or PWS highest and lowest do not match Cumulus ==&lt;br /&gt;
&lt;br /&gt;
Note that Cumulus does not send minimum and maximum values to PWS and WU, they determine those themselves from the individual values that Cumulus sends.&lt;br /&gt;
&lt;br /&gt;
== My monthly (month-by-month) all-time records don&#039;t have entries for all of the months that I have been using Cumulus ==&lt;br /&gt;
&lt;br /&gt;
You need to initialise them. See the release announcement for version 1.9.3, which is when this facility was introduced: http://sandaysoft.com/forum/viewtopic.php?f=2&amp;amp;t=9286&lt;br /&gt;
&lt;br /&gt;
You only need to do this once; when you have initialised them, Cumulus will keep them up to date thereafter.&lt;br /&gt;
&lt;br /&gt;
== I am getting I/O error 32 or I/O error 103 ==&lt;br /&gt;
&lt;br /&gt;
I/O error 32 = ERROR_SHARING_VIOLATION; &amp;amp;nbsp; I/O error 103 = &#039;file not open&#039; mean something on your system has one of the Cumulus files open, preventing Cumulus writing to it (Cumulus needs exclusive access).  If you are seeing &amp;quot;file access denied&amp;quot;, you may have a permissions problem.&lt;br /&gt;
Possible reasons for locked files:&lt;br /&gt;
# Anti-virus, or back-up, software scanning/accessing the file (this is the cause in almost all cases that I&#039;ve seen).&lt;br /&gt;
# An edit or file transfer in progress (the Cumulus thread for logging and the Cumulus thread for FTP are independent so can overlap). This is likely to happen if you are getting Cumulus to frequently upload the log file to your web site.&lt;br /&gt;
# Some other software that a user is running which is processing the file in some way.&lt;br /&gt;
# More than one instance of Cumulus running (see [[#Can_I_run_2_copies_of_Cumulus.3F]]).&lt;br /&gt;
# An issue with the system clock on the PC.&lt;br /&gt;
&lt;br /&gt;
== I have problems after upgrading to Windows 10 ==&lt;br /&gt;
See this forum post - http://sandaysoft.com/forum/viewtopic.php?f=2&amp;amp;t=14148&lt;br /&gt;
&lt;br /&gt;
= Website =&lt;br /&gt;
&lt;br /&gt;
== How do I set up a website? ==&lt;br /&gt;
The crucial settings are selected on the &#039;&#039;Internet&#039;&#039; screen in the &#039;&#039;&#039;Configuration&#039;&#039;&#039; menu. &lt;br /&gt;
*On the &#039;&#039;Sites/Options&#039;&#039; tab, you must have &#039;&#039;&#039;Auto Update&#039;&#039;&#039; selected if you want Cumulus to generate web pages at the standard interval.  Other parameters will depend on your particular set-up, but are explained in the Cumulus &#039;&#039;&#039;Help&#039;&#039;&#039; and in Wiki pages starting with [[Website_setup]] and following links as required. &lt;br /&gt;
*On the &#039;&#039;Files&#039;&#039; tab, you select whether to use the standard Cumulus templates and images, or specify your own templates and destinations.&lt;br /&gt;
&lt;br /&gt;
== I’ve configured my ftp details but the web pages aren’t appearing on my site  ==&lt;br /&gt;
&lt;br /&gt;
Try setting ‘use active FTP mode’. If you already have it set, try unsetting it. If it was previously working OK, something may have changed on your network, or at the server end.&lt;br /&gt;
&lt;br /&gt;
== I’ve tried active FTP mode, but my web pages (or my realtime.txt file) still don’t appear?  ==&lt;br /&gt;
&lt;br /&gt;
Are you absolutely sure you have set the ftp path correctly? Most problems like this are a result of an incorrect path. Note that the information in the &#039;FTP progress&#039; window is not generally useful for diagnosing upload issues&#039; try turning on the ftp logging (on the Configuration menu) and look in the ftplog.txt and realtimeftplog.txt files (in the Cumulus folder). It is best to supply a relative path - i.e. with no leading &#039;slash&#039;. Please don&#039;t ask me what path you need to supply, it is impossible for me to guess how your web space is set up. If you cannot work it out, ask your web space provider for help.&lt;br /&gt;
&lt;br /&gt;
== How do I replace the &#039;bird&#039; image on my website? ==&lt;br /&gt;
&lt;br /&gt;
There are several ways to change the image of the &#039;bird&#039; on the standard Cumulus web page.  You will need a [[FTP tool]].&lt;br /&gt;
* The simplest way is to upload a new picture to the images folder of your website; the file should be called picture.jpg.   Please ensure the image is not too large and bear in mind it will appear on the bottom left of the page; the site data may cover some of the image.  As a guide, the default image is 600 x 450 pixels.&lt;br /&gt;
* Secondly, you may upload an image using your own file name.  Edit the &#039;&#039;weatherstyle.css&#039;&#039; file and look for the line &amp;lt;tt&amp;gt;background-image: url(images/picture.jpg);&amp;lt;/tt&amp;gt; around line 9 and adjust as necessary.  Upload the edited css file to your website.&lt;br /&gt;
* if you wish to remove the image completely edit the &#039;&#039;weatherstyle.css&#039;&#039; file and remove the line &amp;lt;tt&amp;gt;background-image: url(images/picture.jpg);&amp;lt;/tt&amp;gt;  Upload the edited css file to to your website.&lt;br /&gt;
&lt;br /&gt;
NOTE: It is not recommended that you overwrite the image in your local folder (webfiles\images\picture.jpg) because that gets overwritten when you update to a new build of Cumulus. Ideally your image will be in its own local folder outside the Cumulus structure.&lt;br /&gt;
&lt;br /&gt;
== Why does the heading say &#039;weather weather&#039; ? ==&lt;br /&gt;
&lt;br /&gt;
The standard first template page contains &#039;&#039;&#039;&amp;amp;lt;h1&amp;amp;gt;&amp;amp;lt;#location&amp;amp;gt; weather&amp;amp;lt;/h1&amp;amp;gt;&#039;&#039;&#039;, so do not include &#039;weather&#039; in your station name (this is what the tag &amp;amp;lt;#location&amp;amp;gt; represents, see next answer) to avoid it being duplicated.&lt;br /&gt;
&lt;br /&gt;
== How do I change the &amp;quot;Welcome to.&amp;quot; on the front page ==&lt;br /&gt;
&lt;br /&gt;
The Welcome message is controlled within Cumulus.  Click on the &#039;&#039;Station&#039;&#039; screen in &#039;&#039;&#039;Configuration&#039;&#039;&#039; menu and Edit the &#039;&#039;&#039;Description&#039;&#039;&#039; field within the Location frame to amend what the tag &amp;lt;#longlocation&amp;gt; represents in &amp;quot;Welcome to &amp;amp;lt;#longlocation&amp;amp;gt;.&amp;quot; on template page.&lt;br /&gt;
&lt;br /&gt;
== I don&#039;t have a solar sensor. How do I remove the solar data from the supplied web templates? ==&lt;br /&gt;
Locate the Cumulus &#039;web&#039; folder on your PC and edit the following files (there are comments in the html to guide you):&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;indexT.htm&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Remove the following code:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
  &amp;lt;!-- Solar data. If you don&#039;t have a solar sensor, you may wish to delete everything from here to the next comment --&amp;gt;&lt;br /&gt;
  &amp;lt;tr class=&amp;quot;td_temperature_data&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;Solar Radiation&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;&amp;lt;#SolarRad&amp;gt;&amp;amp;nbsp;W/m&amp;amp;sup2;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;Evapotranspiration Today&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;&amp;lt;#ET&amp;gt;&amp;amp;nbsp;&amp;lt;#rainunit&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;/tr&amp;gt;&lt;br /&gt;
  &amp;lt;!-- End of solar data --&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;todayT.htm&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
Remove the following code:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
    &amp;lt;!-- Solar data. If you don&#039;t have a solar sensor, you may wish to delete everything from here to the next comment --&amp;gt;&lt;br /&gt;
    &amp;lt;tr class=&amp;quot;td_temperature_data&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;td&amp;gt;Hours&amp;amp;nbsp;of&amp;amp;nbsp;Sunshine&amp;lt;/td&amp;gt;&lt;br /&gt;
      &amp;lt;td&amp;gt;&amp;lt;#SunshineHours&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
      &amp;lt;td&amp;gt;&amp;amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;!-- End of solar data --&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;yesterdayT.htm&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Remove the following code:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
    &amp;lt;!-- Solar data. If you don&#039;t have a solar sensor, you may wish to delete everything from here to the next comment --&amp;gt;&lt;br /&gt;
    &amp;lt;tr class=&amp;quot;td_temperature_data&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;td&amp;gt;Hours&amp;amp;nbsp;of&amp;amp;nbsp;Sunshine&amp;lt;/td&amp;gt;&lt;br /&gt;
      &amp;lt;td&amp;gt;&amp;lt;#YSunshineHours&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
      &amp;lt;td&amp;gt;&amp;amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;!-- End of solar data --&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== How do I remove Inside Temperature graph or add solar/UV/sunshine? ==&lt;br /&gt;
&lt;br /&gt;
Locate the Cumulus &#039;web&#039; folder on your PC and edit the following file:&lt;br /&gt;
&#039;&#039;&#039;trendsT.htm&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Modify the following code:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
    &amp;lt;td class=&amp;quot;td_thumbnails&amp;quot;&amp;gt;&amp;lt;a onclick=&#039;changeImage(&amp;quot;images/intemp.png&amp;quot;)&#039;&amp;gt;&amp;lt;img src=&amp;quot;images/intempsm.png&amp;quot; alt=&amp;quot;Inside Temperature Graph Thumbnail&amp;quot; width=&amp;quot;150&amp;quot; height=&amp;quot;100&amp;quot; style=&amp;quot;border:0&amp;quot; /&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
*To simply remove &#039;&#039;&#039;Inside Temperature&#039;&#039;&#039; graph, change code above to this&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
*If you want to stop Cumulus uploading the indoor temperature graph, you can un-tick &#039;Include standard images&#039; on the &#039;files&#039; tab of the internet settings, and list all of the images that you still want to be uploaded as extra files. As there will likely be more than 10 files, you would need to do this by editing Cumulus.ini.&lt;br /&gt;
*To show solar instead, replace &#039;intemp.png&#039; with &#039;solar.png&#039;, replace &#039;intempsm.png&#039; with &#039;solarsm.png&#039;, and change the wording of the value associated with the alt property.&lt;br /&gt;
*To make Cumulus upload the solar graph, select it on the &#039;files&#039; tab of the internet settings.&lt;br /&gt;
*To show sunshine instead, replace &#039;intemp.png&#039; with &#039;sunshine.png&#039;, replace &#039;intempsm.png&#039; with &#039;sunshinesm.png&#039;, and change the wording of the value associated with the alt property.&lt;br /&gt;
*To make Cumulus upload the sunshine graph, select it on the &#039;files&#039; tab of the internet settings.&lt;br /&gt;
*To show UV instead, replace &#039;intemp.png&#039; with &#039;uv.png&#039;, replace &#039;intempsm.png&#039; with &#039;uvsm.png&#039;, and change the wording of the value associated with the alt property.&lt;br /&gt;
*To make Cumulus upload the UV graph, select it on the &#039;files&#039; tab of the internet settings.&lt;br /&gt;
&lt;br /&gt;
If you want to do more than a straight one for one swap see [[Customised_templates#Slightly_less_simple_customisation_of_trendsT.htm| customisation page here]].&lt;br /&gt;
&lt;br /&gt;
== How do I include extra items on supplied web templates? ==&lt;br /&gt;
&lt;br /&gt;
Open the folder cumulus\web and edit the relevant file named xxxxxT.htm.  For example instead of deleting the sections in the [[#I don&#039;t have a solar sensor. How do I remove the solar data from the supplied web templates?|remove solar answer]], edit their contents.&lt;br /&gt;
See [[Customised_templates#Changing_the_Standard_Templates]] for fuller description.&lt;br /&gt;
&lt;br /&gt;
If you do change the standard templates, take a copy of your new versions, and store elsewhere.&lt;br /&gt;
The sub-folder cumulus\web\originals has copies of the standard templates from the installed build, do not edit these.&lt;br /&gt;
When you install a new build of Cumulus, you have an option to replace or not replace the contents of cumulus\web with the new build&#039;s standard templates.&lt;br /&gt;
&lt;br /&gt;
== How do I upload extra web pages? ==&lt;br /&gt;
&lt;br /&gt;
See Cumulus help for the Internet Settings screen, or for a step-by-step guide see [[Customised_templates#What_to_select_on_the_.27Files.27_tab_of_the_Internet_Settings_screen_within_the_.27Configuration.27_menu]]&lt;br /&gt;
&lt;br /&gt;
== What character encoding does Cumulus use for the web pages it generates? ==&lt;br /&gt;
&lt;br /&gt;
Cumulus 1.9.4 build 1093 changed all the template pages from XHTML 1.0 Transitional using charset=iso-8859-1 encoding to HTML 5 using charset=&amp;quot;UTF-8&amp;quot; encoding. It uses this without [http://en.wikipedia.org/wiki/Byte_order_mark Byte Order Mark] (BOM).&lt;br /&gt;
&lt;br /&gt;
From that build, you can tell Cumulus which of those two encodings to use:&lt;br /&gt;
*For standard template names in standard &#039;cumulus\web&#039; folder, if you replace them with customised templates not using [http://en.wikipedia.org/wiki/UTF-8 &amp;quot;Universal Character Set Transformation Format — 8-bit&amp;quot; (UTF-8)], &lt;br /&gt;
**unselect &#039;&#039;&#039;UTF-8 encode&#039;&#039;&#039; in the web settings frame on the Sites/Options tab of Internet settings screen in Configuration menu. &lt;br /&gt;
**Cumulus will then, as in earlier builds, use [http://en.wikipedia.org/wiki/ISO-8859-1 iso-8859-1] encoding.&lt;br /&gt;
*For extra templates, the Files tab of the Internet settings screen in Configuration menu has the option to choose which of the two Cumulus encodings to use.  See Wiki article referenced in previous answer.&lt;br /&gt;
&lt;br /&gt;
Note that since Cumulus 1.9.4 build 1078 there has been an option on the NOAA Setup screen in Configuration menu to specify whether character set utf-8 encoding is to be used for those reports.&lt;br /&gt;
&lt;br /&gt;
== Why does a standard gauges web page have text where it should show gauges? ==&lt;br /&gt;
&lt;br /&gt;
[[File:Gauges missing.jpg]] If a standard Cumulus &#039;gauges.htm&#039; web page displays like this then either&lt;br /&gt;
&lt;br /&gt;
1) (Most Likely) The weather station owner has not loaded the required files/folders onto his/her server; &lt;br /&gt;
* The gauges graphics require the &#039;images&#039; subfolder (see next answer), containing the script and many images to be pre-loaded in the &#039;dbimages&#039; subfolder.&lt;br /&gt;
* All these should exist within the destination folder that holds the HTML files as instructed in the Cumulus Help (&#039;setting up your website&#039; page)  &lt;br /&gt;
* Also explained in [[Simple Website setup]] on this Wiki.&lt;br /&gt;
&lt;br /&gt;
or 2) JavaScript is not enabled (or not available) in the browser being used to view the page (if not enabled, this can be switched on in either &#039;Options&#039;, &#039;Preferences&#039; or &#039;Settings&#039; depending on browser). Note that Firefox version 23 has removed the ability to change this in Option preferences, so ignore this solution in that browser.&lt;br /&gt;
&lt;br /&gt;
or 3)  You are using a browser add-on such as &#039;NoScript&#039; (over 2 million use this) which requires you to explicitly turn on JavaScript for each web site you visit within the &#039;NoScript&#039; options.  (This sort of add-on may be used to restrict advertising or tracking of your actions, or for security against unwanted processes being started by sites you visit).&lt;br /&gt;
&lt;br /&gt;
== Why are there no graphs on my standard trends web page? ==&lt;br /&gt;
&lt;br /&gt;
Either 1) You have not created an images sub-folder (within your folder that holds web pages) as instructed in the Cumulus Help (&#039;setting up your website&#039; page) -  also explained in [[Simple Website setup]].  In this case, the bird image will not be appearing in the bottom left corner of your web pages.&lt;br /&gt;
&lt;br /&gt;
Or 2) You have switched off &#039;&#039;&#039;Include Standard Images&#039;&#039;&#039; on the file tab of the Internet dialogue of the configuration menu.  In this case Cumulus believes you are working in a non-standard way, and does not automatically upload the graphs (nor moon image).&lt;br /&gt;
&lt;br /&gt;
== What is the size of the standard Cumulus update? ==&lt;br /&gt;
&lt;br /&gt;
The default is that all of the standard pages and standard images are uploaded on each update at whatever standard update frequency you select. &lt;br /&gt;
&lt;br /&gt;
In total for version 1.9.2, it&#039;s about half a megabyte - about 100kB for the pages (about half of that is the gauges.htm page with all the detailed wind plotting points, and half the other pages) and 400kB for the variable images (moon phase, some gauges images and trend graphs - the exact size of latter can vary if you change the period they cover).&lt;br /&gt;
&lt;br /&gt;
Version 1.9.3 adds the monthly records page which contains 12 months worth of a lot of data, and adds 25kB to every update (although usually very little changes between updates).&lt;br /&gt;
&lt;br /&gt;
The NOAA monthly and annual pages are uploaded once a day, that is another 8kB for a full month and full year, obviously less at the start of a month/year.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Optional extras&#039;&#039;&#039;&lt;br /&gt;
*[[realtime.txt]] file, this is less than 1kB (1024 Bytes) in size.&lt;br /&gt;
*[[dayfile.txt]] a file that is about (30 times number of years) kB&lt;br /&gt;
*The files required to update external sites are no more than a few kB.&lt;br /&gt;
&lt;br /&gt;
== How do I upload my own pages or files once a day? ==&lt;br /&gt;
&lt;br /&gt;
Cumulus allows you to specify a command (with optional parameters) that will be actioned just after daily rollover. The command is entered in the &#039;&#039;External programs&#039;&#039; frame at the bottom left of the Internet Settings screen.  The box is labelled &#039;&#039;&#039;Daily&#039;&#039;&#039;. Click the Cumulus &#039;&#039;Help&#039;&#039; button for guidance.  For example you could type &#039;c:\cumulus\daily.cmd&#039; in the box labelled &#039;&#039;Daily&#039;&#039;. &lt;br /&gt;
&lt;br /&gt;
This could be used to upload the pages with the longer term extremes (as your monthly, annual and all-time extremes may only change a few times a month or even less frequently) and so reduce the upload burden at the standard uploading frequency.  To achieve this you would use the content of that example file &#039;daily.cmd&#039;, in the default Cumulus folder,   to call your own [[FTP_tools| file transfer tool]] for those infrequently changing pages. Remember to also unselect &#039;&#039;&#039;Include Standard Files&#039;&#039;&#039; on the&#039;&#039; &#039;Files&#039; tab&#039;&#039; of &#039;Internet settings&#039;, and list [[Customised_templates#How_Cumulus_uses_its_templates|the templates]] on that tab, selecting &#039;&#039;&#039;Process?&#039;&#039;&#039; for all of them, but only selecting &#039;&#039;&#039;FTP?&#039;&#039;&#039; for the other frequently changing pages that are still to be uploaded at the standard interval. You may find help on the forum  or elsewhere on this wiki [[SFTP| for the FTP call]] and [[Customised_templates#Creating_Your_Own_Templates| for &#039;Files&#039; tab settings]].&lt;br /&gt;
&lt;br /&gt;
It can also be used for the optional files mentioned in the previous answer or to update a database using a [[ImportCumulusFile|PHP batch job]].  For the daily command specified above, in the default Cumulus folder, add a file &#039;daily.cmd&#039; that contains (if you host your own server using &#039;XAMPP&#039;), &#039;copy c:\cumulus\data\dayfile.txt C:\xampp\htdocs\weather\daj\&#039; for example to enable you to use the [[AnnualDataSummary| Annual Day-by-day Summary]] tool. (Uploading if you do not host your own server is described at [[Upload_Dayfile| upload dayfile]] but basically you swap the copy command for a FTP command).&lt;br /&gt;
&lt;br /&gt;
== The &#039;real time wind data&#039; gauges on the standard gauges page aren&#039;t working ==&lt;br /&gt;
&lt;br /&gt;
These require a [[realtime.txt]] file to be uploaded by Cumulus. Tick the &amp;quot;Enable Realtime&amp;quot;, &amp;quot;Enable Realtime FTP&amp;quot; and &amp;quot;Enable realtime.txt FTP&amp;quot; boxes on the internet settings screen. If the gauges still do not work, check that the [[realtime.txt]] file is being uploaded to the correct place. If it is not, it is likely that you have specified an incorrect &#039;ftp directory&#039; in Cumulus. If your &#039;normal&#039; pages are being uploaded correctly, but realtime.txt is not, then it is likely that you simply need to leave the ftp directory blank (but see the note below first).&lt;br /&gt;
&lt;br /&gt;
A possible cause for this problem is that your web space provider does not allow .txt files to be accessed. For example, the free hosting provider 000webhost.com do not.&lt;br /&gt;
&lt;br /&gt;
== I&#039;m using the supplied web pages, and get lower case in places where I want upper case  ==&lt;br /&gt;
&lt;br /&gt;
It&#039;s in the CSS. Go to the webfiles sub-folder of your cumulus installation, edit weatherstyle.css and find lines like: &amp;quot;text-transform: lowercase;&amp;quot; and remove them. Use FTP tool to replace the weatherstyle.css on your website.&lt;br /&gt;
&lt;br /&gt;
== My web pages have things like &amp;amp;lt;#location&amp;amp;gt; in them  ==&lt;br /&gt;
You’ve edited your templates with something like Dreamweaver, and it’s changed the angle brackets on the [[Webtags]] to &amp;quot;&amp;amp;amp;lt&amp;amp;nbsp;;&amp;quot; and &amp;quot;&amp;amp;amp;gt&amp;amp;nbsp;;&amp;quot; - you need to change them back to &amp;amp;lt; and &amp;amp;gt;. &#039;&#039;These may look the same when viewed in your browser, but you can see the difference if you &#039;view source&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
Alternatively, if the web templates are listed in [[cumulus.ini]] (and for the first 10 appear on the &#039;&#039;&#039;files&#039;&#039;&#039; tab of &#039;&#039;Internet&#039;&#039; dialogue of &#039;&#039;&#039;Configuration&#039;&#039;&#039; menu), the &#039;&#039;&#039;Process&#039;&#039;&#039; option must be ticked for the web pages generated by Cumulus to have values replacing the [[Webtags]].  Otherwise at each web update, Cumulus will generate web pages the same as the templates.&lt;br /&gt;
&lt;br /&gt;
== My web pages are empty ==&lt;br /&gt;
If empty web pages are being uploaded to your web site (i.e. they report size of 0 kB, but do not produce &#039;error 404 - page not found&#039; message), and your browser shows that their modification date is recent (see next FAQ), then it is likely that the [[Customised_templates#What_is_meant_by_.27Cumulus_processes_templates.27| Cumulus processing]] of templates is failing:&lt;br /&gt;
*Either (since build 1093, as made clear in the release notes)[[File:Web settings.JPG]] the character encoding (for standard named templates that are [[Customised_templates#What_is_meant_by_.27Cumulus_processes_templates.27| processed by Cumulus]]) is specified incorrectly on the &#039;&#039;&#039;Configuration&#039;&#039;&#039;  menu, &#039;&#039;Internet&#039;&#039; dialog, &#039;&#039;&#039;Sites/Options&#039;&#039;&#039; tab, &#039;&#039;Web Settings&#039;&#039; frame as shown about half way down on this screen extract:&lt;br /&gt;
**Select the option where indicated by red arrow if your template includes in a line near the start &amp;lt;code&amp;gt;&amp;lt;meta charset=&amp;quot;UTF-8&amp;quot;&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
**Deselect the option where indicated by red arrow if your template includes something like &amp;lt;code&amp;gt;&amp;lt;meta content=&amp;quot;text/html; charset=iso-8859-1&amp;quot; http-equiv=&amp;quot;Content-Type&amp;quot; /&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
**For customised pages, (without standard Cumulus template names), select/un-select the UTF-8 encoding in the appropriate column on the &#039;&#039;&#039;Configuration&#039;&#039;&#039;  menu, &#039;&#039;Internet&#039;&#039; dialog, &#039;&#039;&#039;Files&#039;&#039;&#039; tab screen where you list the local and remote names.&lt;br /&gt;
*Or you have edited/customised the template and added an incorrectly specified Cumulus [[webtag]] that has caused [[Customised_templates#What_is_meant_by_.27Cumulus_processes_templates.27| Cumulus processing]] to abort for that template.  If you stop cumulus you can use a text editor to open the latest [[Diags|diagnostic file]]. Look at entries time-stamped just before the hour and repeated at your auto-update &#039;&#039;interval&#039;&#039; (just below red arrow in screen image above). You might find a message like &amp;quot;Error processing C:\web\indexT&amp;quot; (i.e. mentioning whichever template is at fault) followed by a brief hint as to the nature of the error.&lt;br /&gt;
*Another possibility is that you do not have active FTP mode selected, but your particular setup requires it - or vice versa.&lt;br /&gt;
&lt;br /&gt;
== My web pages have obsolete web tag values in them  ==&lt;br /&gt;
If the information showing on your web pages is out of date, then it must have been working before, so you have made a change somewhere.&lt;br /&gt;
*Most browsers will display &#039;page information&#039; that tells you when the page was last modified (by querying the web server).&lt;br /&gt;
**if the page on your web server was recently modified, &lt;br /&gt;
***then the next item to investigate is the template file; a template file contains Cumulus web tags and the [[Customised_templates#What_is_meant_by_.27Cumulus_processes_templates.27|&#039;process&#039;]] that Cumulus does to create a web page involves reading text from a template and when it finds a web tag it inserts the latest value in as it creates the page. A [[FAQ#What_file-names_does_Cumulus_use_when_processing_and_uploading_files_to_my_web_site.3F|local file]] is then created and Cumulus will FTP (or copy) this to the web server according to the settings. If the template file cannot be processed, Cumulus may still upload an existing old local file.&lt;br /&gt;
**if the page was not recently modified, &lt;br /&gt;
***maybe you are not running Cumulus, so it is not updating.  &lt;br /&gt;
***maybe your file transfer is not working, turn ftp logging on for technical output, and look for any filenames and any &#039;successfully transferred&#039; messages.&lt;br /&gt;
***maybe your &#039;internet settings&#039; screen has accidentally been changed, see Cumulus help for simple instructions.  If you took a backup of [[cumulus.ini]] you can stop Cumulus, rename the current file and copy your cumulus.ini backup back into the &#039;cumulus&#039; directory containing the Cumulus program.&lt;br /&gt;
***maybe your web server provider has changed something.&lt;br /&gt;
&lt;br /&gt;
== Running a web server on the same PC as Cumulus ==&lt;br /&gt;
If you do not have a web site, or run a web server locally (same PC, or on your local network), you can get Cumulus to generate/copy either html, or image, files locally instead of using FTP to place them remotely.&lt;br /&gt;
&lt;br /&gt;
You&#039;ll need to list the (source) file including paths on the files tab of the internet settings, and specify a destination path and file name for the remote file in each case. Don&#039;t tick the &#039;&#039;FTP?&#039;&#039; box for standard cumulus pages (the exception is for a local web server and any non-standard web page that attempts to read using a script a local file such as dayfile.txt as this does need FTP to generate the server-based web page). For the standard images, you can supply a folder name (specify on the same screen), and they will all get copied there. See [[Customised_templates#What_to_select_on_the_.27Files.27_tab_of_the_Internet_Settings_screen_within_the_.27Configuration.27_menu|here]] for greater detail.&lt;br /&gt;
&lt;br /&gt;
There&#039;s a limit of 10 entries on the files tab in Cumulus 1.9.x (in Cumulus MX all 100 entries are included in the settings interface).  Entries for the full 100 files can also be amended by editing [[Cumulus.ini#Section:_FTP_site|cumulus.ini]], with Cumulus stopped. Follow the format of any existing entries for specifying additional files.&lt;br /&gt;
&lt;br /&gt;
== Error Codes generated by FTP or Winsock ==&lt;br /&gt;
You should be able to look these up on the web.  [http://kb.globalscape.com/KnowledgebaseArticle10142.aspx Try Here]&lt;br /&gt;
&lt;br /&gt;
== How do I configure Cumulus for Secure FTP (SFTP/FTPS)? ==&lt;br /&gt;
Cumulus doesn&#039;t support Secure FTP. You can configure Cumulus to invoke an external program like WinSCP, as described here: [[SFTP | SFTP article]]&lt;br /&gt;
&lt;br /&gt;
== Directory related problems in FTP ==&lt;br /&gt;
The following pointers should help:&lt;br /&gt;
* All web site file references are case sensitive.  So if your FTP server directory is &#039;&#039;public_html&#039;&#039;, then &#039;Public_HTML&#039; will not work!&lt;br /&gt;
* On the &#039;&#039;Internet settings&#039;&#039; screen in &#039;&#039;&#039;Sites/Options&#039;&#039;&#039; the optional Directory parameter required is &#039;&#039;the path from  your FTP root&#039;&#039;, to where the web pages are to be stored. It is &#039;&#039;not&#039;&#039; the &#039;&#039;&#039;Universal Resource Locator (URL)&#039;&#039;&#039; that you would specify to view the web page in a browser.  Click the &#039;&#039;&#039;Help&#039;&#039;&#039; button for full explanation, or search the support forum (as many people before you have found this directory is the hardest parameter to get right).&lt;br /&gt;
* The error window is not useful for diagnosing ftp problems; you need to &#039;&#039;&#039;turn on &#039;&#039;ftp logging&#039;&#039; &#039;&#039;&#039;and look at ftplog.txt. Most FTP directory problems are due to you quoting an incorrect ftp directory, and the ftp log will show an error when an attempt is made to change to the directory you have specified incorrectly. &lt;br /&gt;
* Relative paths (without a leading slash) are always safer than absolute paths (with a leading slash) and you may find that just specifying (for example) &amp;quot;public_html&amp;quot; works OK, but this all depends on how your ftp server and your ftp account is set up.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* IN CUMULUS 1.x.y ONLY: The &#039;&#039;standard pages&#039;&#039; are uploaded after a &#039;change directory&#039; attempting to select the directory you specified in &#039;&#039;&#039;Sites/Options&#039;&#039;&#039;; if this fails, the files will still be uploaded but to the FTP server root. So some mistakes do not matter because if no change of directory was actually required, these pages will be uploaded correctly.&lt;br /&gt;
* IN CUMULUS MX, the &#039;&#039;standard pages&#039;&#039; are uploaded with their file name prefixed by the directory you specified in &#039;&#039;&#039;Sites/Options&#039;&#039;&#039;.  In this case, if that path is invalid, the upload fails.&lt;br /&gt;
* Any &#039;&#039;files you specify&#039;&#039; for uploading at standard update frequency are uploaded between standard pages (if &#039;Include Standard Files&#039; selected) and (applies only to Cumulus 1) standard images (if &#039;Include Standard Images&#039; selected).  You should specify the path (including any web site directory) in &#039;remote filenames&#039;, as there is no call to &#039;change directory&#039;. In this case, if that path is invalid, the upload fails.&lt;br /&gt;
* IN CUMULUS 1.x.y ONLY: The standard images for gauges and trends pages are uploaded after the standard pages, (and any pages you specify for uploading), by performing a second &#039;change directory&#039; this time fixed at &#039;images&#039;; if this fails, the files will still be uploaded to the current web site directory (FTP root or the directory you specified in &#039;&#039;&#039;Sites/Options&#039;&#039;&#039;).&lt;br /&gt;
* If you have enabled &#039;&#039;Realtime&#039;&#039;, the realtime.txt file is uploaded without doing a change directory, (by appending &amp;quot;/realtime.txt&amp;quot; to the directory on the &#039;&#039;Internet settings&#039;&#039; screen in &#039;&#039;&#039;Sites/Options&#039;&#039;&#039;). In this case, if the web site directory in your settings is invalid, the upload of the real time file fails.&lt;br /&gt;
* On the &#039;&#039;NOAA Setup&#039;&#039; screen the optional &#039;&#039;&#039;Directory&#039;&#039;&#039; parameter required is the relative path; from your FTP root, to where the NOAA report pages are to be stored. (It is totally independent of the directory on the &#039;&#039;Internet settings&#039;&#039; screen in &#039;&#039;&#039;Sites/Options&#039;&#039;&#039;).  Click the &#039;&#039;&#039;Help&#039;&#039;&#039; button for full explanation. Like realtime.txt, the upload destination is determined by appending the file-name for the report to any NOAA directory, and will fail if that directory is specified wrongly.&lt;br /&gt;
&lt;br /&gt;
See &#039;&#039;&#039;Setting up your website&#039;&#039;&#039; in Cumulus help for a simple guide to the sub-folder structure you need to create and the list of files that need to be uploaded manually when first installing a website. Or see [[Website_setup]] for all the options including customised pages.&lt;br /&gt;
&lt;br /&gt;
== My standard web pages are uploading but the uploading fails for images, realtime and/or NOAA reports ==&lt;br /&gt;
See previous answer, you have probably got your web pages in the default FTP directory of your web site, but specified the wrong directory on the settings screen.  Turn on the &#039;&#039;FTP logging&#039;&#039; in the configuration menu to see the technical detail.  You should have an FTP tool that you used to upload the &#039;static&#039; files required on your web site, and that will help you to see what is your site&#039;s root directory for file transfer uploads, and therefore any relative directory change you require.&lt;br /&gt;
&lt;br /&gt;
== What file-names does Cumulus use when processing and uploading files to my web site? ==&lt;br /&gt;
[[File:Cumulus_FTP_Process.png|150px|thumb|FTP Process]]Cumulus use two slightly different processes depending on if the file is part of the supplied &#039;standard&#039; web site, or an extra file you have specified on the &#039;&#039;Internet Settings|Files&#039;&#039; configuration dialog. For each of these processes there is an further variation depending on whether you have enabled the &#039;&#039;Use FTP rename&#039;&#039; option. This graphic shows the various combinations of file-names used for each step of the process. For the standard files, you can substitute any of the file names for indexT.htm, e.g. trendsT.htm&lt;br /&gt;
&lt;br /&gt;
For more details of Cumulus &#039;&#039;Process&#039;&#039; see [[Customised_templates#What_is_meant_by_.27Cumulus_processes_templates.27| here]].&lt;br /&gt;
&lt;br /&gt;
=Selecting a Weather Station sensor site=&lt;br /&gt;
A simple guide is at [http://weatherfaqs.org.uk/node/124 uk.sci.weather newsgroup], note this advises against roof mounting.&lt;br /&gt;
An attempt to compare the conflicting siting standards that apply across the world is included in a portable document format guide from [ftp://ftp.campbellsci.com/pub/outgoing/apnotes/siting.pdf Campbell Scientific].&lt;br /&gt;
For more advice see the website of your local Meteorological Bureau,  an educational place (e.g. in USA see [http://newa.nysaes.cornell.edu/public/NEWAStationSitingGuidelines.htm Cornell University]), the [http://library.wmo.int/opac/index.php?lvl=notice_display&amp;amp;id=12407 World Meterological Organisation] (WMO), or a specialist organisation (e.g. in UK see [http://www.rmets.org/weather-and-climate/observing/guidelines-observing-0 Royal Meteorological Society] rather than the Met Office web site).&lt;br /&gt;
&lt;br /&gt;
Modern Stevenson Screens are uPVC constructed with a black interior (so they do not radiate heat onto the sensors) and a white exterior (so they reflect as much radiation as possible).  There is a lot of discussion on the [http://sandaysoft.com/forum/viewforum.php?f=16 Homebuilt forum] about different approaches to improving measurements, and the problems with out of the box instrumentation from the different manufacturers. &lt;br /&gt;
&lt;br /&gt;
If you are contributing to an external site like APRS/CWOP, Weather Underground, PWS weather, Weatherbug and/or WOW, see guidance from these organisations re instrument placement.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note:&#039;&#039;&#039; Some stations have all sensors in one unit, positioning of these is a compromise between the ideals below for each sensor.&lt;br /&gt;
&lt;br /&gt;
== Where should I position the wind sensors ==&lt;br /&gt;
The side labelled &#039;North&#039; on the wind vane mount should face &#039;&#039;True North&#039;&#039;, remember that the magnetic north deviation from true north varies from year to year, see details on maps or online. Most wind vanes have a large surface that follows the wind and a thin end that points where the wind comes from, it is the latter direction that is reported.&lt;br /&gt;
&lt;br /&gt;
In the UK, the standard climatological measuring height is 10 metres.  Advice varies on whether you should apply a correction factor for any lower height. Cumulus allows you to apply such a factor to either just wind speed, or wind speed and gust speed, by using the Calibration screen within the configuation menu.  In the Cumulus Help it recommends that you also adjust wind chill - in practice this means ask Cumulus to &#039;&#039;calculate wind chill&#039;&#039; by selecting this in the settings frame on the &#039;&#039;&#039;station settings screen accessed from configuration menu&#039;&#039;&#039; (i.e. ignore any wind chill output by your weather station).&lt;br /&gt;
&lt;br /&gt;
If you are mounting near a building of height &#039;h&#039; above ground level, ideally the wind sensor should be at a height of &#039;1.5 times h&#039; above ground level. &lt;br /&gt;
If you are positioning away from a building or tree (or other object) of height &#039;h&#039; (or the mean height of several objects is &#039;h&#039;), then the distance away depends on which standard you are trying to meet, and can vary between 1.5 and 3 times &#039;h&#039;.&lt;br /&gt;
&lt;br /&gt;
== Where should I position the rain sensor  ==&lt;br /&gt;
The WMO says the rain gauge should at a distance away of 2 times the height of each nearby object (buildings, trees, walls, solid fences etc.) and just high enough off ground level to avoid possibility of splashing. You can experiment, but for amateurs, no more than a metre off the ground (or roof if mounted above it) and at least a metre from any chimney, wall or solid fence whose height exceeds that of the sensor seems good enough for most gauges. &lt;br /&gt;
See [[Rain measurement]] or your local offical organisation.&lt;br /&gt;
&lt;br /&gt;
== How do I protect my rain gauge against spiders or other natural problems ==&lt;br /&gt;
There is a lot of discussion on the [http://sandaysoft.com/forum/viewforum.php?f=16 Homebuilt forum]. In terms of siting, it is important to position your rain gauge where you can safely get to it.&lt;br /&gt;
&lt;br /&gt;
== How do I get good temperature and humidity measurements  ==&lt;br /&gt;
The international standard states ambient air temperature/humidity is measured at 1.25 metres above ground level, above soil or grass not paving, protected from direct sun radiation (and direct rain), unless you are measuring soil or ground temperatures. The height is important for derived values as an air frost is defined as a temperature at or below the freezing point for water at this height, and the count of these is a standard reporting requirement in some countries.&lt;br /&gt;
&lt;br /&gt;
If you are using a &#039;&#039;Fine Offset sensor&#039;&#039;, the thin depth of the thermometer/hygrometer (transmitter) should face where your console (receiver) is, for maximum transmission strength/distance, with the wide face at right angles to the transmission route. (Although if you use a model requiring a radio time signal, you will probably be trying to optimise that instead).&lt;br /&gt;
&lt;br /&gt;
== Pressure ==&lt;br /&gt;
Varies with altitude and temperature, but no significant variation with spatial position with regard to nearby fixed bulky objects.  Often measured indoors, do not mount above any heating or cooling system as there temperature may be particularly variable, and try to avoid any forced ventilation or extraction as such air moving systems could have different pressures on intake and outlet sides.  Equally operation in close proximity to opening doors/windows or to fast moving (road or railway) vehicles or tunnels can distort readings.&lt;br /&gt;
&lt;br /&gt;
== Solar ==&lt;br /&gt;
One would expect solar sensors should be positioned for maximum unshaded exposure to sunlight throughout the year, but again the forum contains advice for specific makes.&lt;/div&gt;</summary>
		<author><name>Steve</name></author>
	</entry>
	<entry>
		<id>https://www.cumuluswiki.org/index.php?title=FAQ&amp;diff=3969</id>
		<title>FAQ</title>
		<link rel="alternate" type="text/html" href="https://www.cumuluswiki.org/index.php?title=FAQ&amp;diff=3969"/>
		<updated>2016-05-03T16:12:50Z</updated>

		<summary type="html">&lt;p&gt;Steve: /* Cumulus takes a long time to download the data from my Davis station at start up */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is the Cumulus FAQ (consult also the Help screens within Cumulus software, and learn more from the rest of this Wiki)&lt;br /&gt;
&lt;br /&gt;
= Installing and Running Cumulus  =&lt;br /&gt;
&lt;br /&gt;
== What operating systems does Cumulus run on?  ==&lt;br /&gt;
&lt;br /&gt;
All versions of Windows from XP to Windows 10 inclusive (and the server versions). It works on 32 bit and 64 bit editions. 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.&lt;br /&gt;
&lt;br /&gt;
Cumulus MX runs on Windows from Windows 7 onwards, and on Linux and Mac OS X.&lt;br /&gt;
&lt;br /&gt;
== Where do I find the Cumulus installer? ==&lt;br /&gt;
&lt;br /&gt;
On the [http://sandaysoft.com/downloads downloads page]&lt;br /&gt;
&lt;br /&gt;
== What do I need to get right when first getting Cumulus? ==&lt;br /&gt;
The installation process for Cumulus displays &#039;&#039;&#039;readme.txt&#039;&#039;&#039;, that has many tips. See also [[Setup]]. Below are three key points.&lt;br /&gt;
# Install Cumulus in its own directory directly under a drive root.&lt;br /&gt;
# Connect your weather station before you start Cumulus&lt;br /&gt;
# When you first run Cumulus, it displays the &#039;&#039;&#039;Station settings&#039;&#039;&#039; screen. On this, make sure you pick the right sort of station (to ensure Cumulus communicates correctly with your weather station, and can identify all the observations) and choose your &#039;&#039;&#039;units&#039;&#039;&#039; wisely. (Changing units later means all stored Lowest and highest numbers up to that point have to be converted immediately manually).  See the &#039;&#039;&#039;Help&#039;&#039;&#039; for information about the rest of the screen, but generally you can easily adjust the other options later.&lt;br /&gt;
&lt;br /&gt;
== What weather stations does Cumulus work with?  ==&lt;br /&gt;
&lt;br /&gt;
*Davis Vantage Pro (VP), Vantage Pro2 (VP2), and Vue. &lt;br /&gt;
*Oregon Scientific WM918, WMR918, WMR928, WMR968, WMR88 (see [[FAQ#How do I set up recording wind speeds in Cumulus, with Oregon Scientific and La Crosse stations | this FAQ]]), WMR100, WMR180, WMR200. &lt;br /&gt;
*Fine Offset - USB-connected stations which use the Easyweather software such as MyDEL, Nevada, Watson and Fine Offset, with model numbers such as WH1080, WH1081, W8681, 265NC etc.&lt;br /&gt;
*La Crosse WS2300 range (see [[FAQ#How do I set up recording wind speeds in Cumulus, with Oregon Scientific and La Crosse stations | this FAQ]]). You may have problems with corrupt data if you use a WS23xx with a serial/USB adapter; this combination is therefore not supported.&lt;br /&gt;
&lt;br /&gt;
For a more complete list see the [[Supported Devices]] page.&lt;br /&gt;
&lt;br /&gt;
== Will you support a new weather station type?  ==&lt;br /&gt;
&lt;br /&gt;
It’s quite hard to support a particular weather station when I don’t have access to one. No weather station is perfect, and problems inevitably arise after the code is written, and I have to start adding more and more code to work around issues with the station. Also, most companies don’t seem to like third parties writing software for their stations, so don’t make the protocol available. I will only consider adding support for a station under a certain set of circumstances which would include &#039;&#039;at least&#039;&#039;: &lt;br /&gt;
&lt;br /&gt;
*A significant donation towards Cumulus development &lt;br /&gt;
*A well documented official protocol spec &lt;br /&gt;
*Loan or donation of a station &lt;br /&gt;
*Access to technical support from the station manufacturer&lt;br /&gt;
&lt;br /&gt;
Please contact me if you would like to discuss this further&lt;br /&gt;
&lt;br /&gt;
== How do I request a new feature for Cumulus? ==&lt;br /&gt;
&lt;br /&gt;
Please create an [http://sandaysoft.com/forum/tracker.php enhancement request].  &lt;br /&gt;
&lt;br /&gt;
== Why haven&#039;t you added the feature I asked for a long time ago? ==&lt;br /&gt;
&lt;br /&gt;
I develop and support Cumulus in my spare time, and I have a full time job. I invite donations, but I don&#039;t make a living from Cumulus. I add facilities when I can. There is a long list of  [http://sandaysoft.com/forum/tracker.php enhancement requests] already, and I am slowly working my way through them as time permits. If there is an enhancement request for the facility you have asked for, and the facility is a reasonable one (in my opinion) then I will hopefully get around to adding it one day. Please be patient. Please don&#039;t ask for a forecast of when a feature will be added.&lt;br /&gt;
&lt;br /&gt;
== How do I upgrade to a new release?  ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Just run the installer for the new version.&#039;&#039;&#039; Your data and settings are not affected, but it is still best if you back up your data (sub-folder &#039;data&#039;) and any settings files (e.g. cumulus.ini and strings.ini) before you run the installer. &lt;br /&gt;
&lt;br /&gt;
You can install the new version where you like, but the installer will offer the same place as the previous version as the default.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Occasionally, there may be actions you need to perform before or after the upgrade.&#039;&#039;   Required actions usually appear in the announcement of the version you are installing, and may be documented in the readme.txt file that will appear as you run the installer. Read such announcements for every release since your existing build in case any of the in-between changes affect you.&lt;br /&gt;
&lt;br /&gt;
These instructions apply whether you are updating by one build, skipping several builds, upgrading to/from a beta version, or installing the latest &#039;release&#039; version. &lt;br /&gt;
&lt;br /&gt;
The installer will always upgrade the following files (replacing them, ignoring existing versions):&lt;br /&gt;
# &amp;quot;cumulus.exe&amp;quot;; - the latest build&lt;br /&gt;
# &amp;quot;unins000.exe&amp;quot;;&lt;br /&gt;
# &amp;quot;libeay32.dll&amp;quot;;&lt;br /&gt;
# &amp;quot;ssleay32.dll&amp;quot;;&lt;br /&gt;
# &amp;quot;readme.txt&amp;quot;; - advice for you to follow at installation time&lt;br /&gt;
# &amp;quot;licence.txt&amp;quot;; - reminder about restrictions on use&lt;br /&gt;
# &amp;quot;alert.wav&amp;quot;; - default alarm sound&lt;br /&gt;
#  &amp;quot;web\originals\*.*&amp;quot;; - Cumulus will always install the HTML template files here&lt;br /&gt;
# &amp;quot;webfiles\*.*&amp;quot;; e.g. weatherstyle.css, wz_jsgraphics.js&lt;br /&gt;
# &amp;quot;webfiles\images\picture.jpg&amp;quot;;&lt;br /&gt;
# &amp;quot;Help\Cumulus.chm&amp;quot;; - the latest help including lists of log files and web tags&lt;br /&gt;
There may be extra files automatically upgraded by particular builds - see announcement.&lt;br /&gt;
&lt;br /&gt;
During the install, you will see a &#039;&#039;&#039;Select Components&#039;&#039;&#039; screen , if you tick the &#039;&#039;HTML templates&#039;&#039; (the default) it will also upgrade the HTML template files in the web folder.&lt;br /&gt;
&lt;br /&gt;
*So tick this option, if you have a standard Cumulus implementation and then you can be sure to upgrade the standard templates.&lt;br /&gt;
*Untick this option if you have  [[Customised_templates#Creating_Your_Own_Templates|customised the existing pages]],  so that if your customised versions  are in &amp;quot;web\*.*&amp;quot; they don&#039;t get overwritten. It is recommended that you store any customised pages in a directory outside the Cumulus folder, as you can specify up to 10 such files on the local side of the files tab in the Configuration menu Internet settings screen and (if you are not using standard files) untick &#039;&#039;Include Standard Files&#039;&#039; on the same screen. (100 such files can be specified in [[Cumulus.ini]]).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Changing to different weather station ==&lt;br /&gt;
&lt;br /&gt;
Just change the station type. If Cumulus doesn&#039;t start reading the data from the new station, stop Cumulus and start it again. Some of the rain figures may be odd for a while (e.g. rain in last 24 hours). It is as simple as that.&lt;br /&gt;
&lt;br /&gt;
In testing planned changes to Cumulus, I switch backwards and forwards between a Fine Offset and a WMR200 frequently, the only thing that happens is that the rain figures go wrong initially (because the two stations have different counters).&lt;br /&gt;
&lt;br /&gt;
== Moving Cumulus software to a new PC (or updating Windows Operating System) ==&lt;br /&gt;
&lt;br /&gt;
Cumulus will continue to work with your existing weather station and existing log files, providing&lt;br /&gt;
#Your Windows regional settings are the same (i.e. date format unchanged, same time zone, decimal point symbol unchanged, list separator character unchanged) - if there is a difference, the new installation cannot understand the old lines in the log files and will give an error when Cumulus is restarted.&lt;br /&gt;
#You may need to &#039;tweak&#039; a few things (serial port number etc) in [[cumulus.ini]].&lt;br /&gt;
#In the folder with cumulus.exe in it, copy across  &#039;cumulus.ini&#039;,  and if you have created a &#039;strings.ini&#039; that file must be copied across too.&lt;br /&gt;
#The Cumulus &#039;data&#039; sub-folder has been copied across.&lt;br /&gt;
#Obviously if you use customised web pages, then you need the corresponding templates in the new installation.&lt;br /&gt;
#Any other customised files (images and/or a twitter.txt file, for example), you may want to copy those over too.&lt;br /&gt;
&lt;br /&gt;
== Can I view my Cumulus data on another device? ==&lt;br /&gt;
&lt;br /&gt;
# If Cumulus uploads your weather information to an online web site, you can view that on another device.&lt;br /&gt;
# Software like &#039;Remote Desktop&#039; can be used to view the computer that is running Cumulus - see many postings on the Support Forum.&lt;br /&gt;
# A back-up as described in the next answer can be viewed in Cumulus installed on another PC (see point about Windows regional settings in previous question) to look at past extremes or graphs; although obviously that additional installation will not be able to add further observations from the weather station connected to the original PC.&lt;br /&gt;
# If your web site is on your local network, but not online, your device may be able to view it directly or view a back-up of how it was in the past.&lt;br /&gt;
&lt;br /&gt;
== How do I back up my data?  ==&lt;br /&gt;
&lt;br /&gt;
*Copy the contents of the Cumulus ‘data’ sub-folder on a regular basis to a different storage device.  Then if you have any problem with the original storage device, or corruption of files, you can minimise the loss of logged observations. To restore from the backup, just copy the saved data folder back into your Cumulus installation, with Cumulus stopped.&lt;br /&gt;
*It can be useful to take copies of the Cumulus &#039;backup&#039; sub-folder on key dates (e.g. just after change of month or year), or if you think you might have some rogue figures.  The &#039;.ini&#039; files in the backup sub-folder contain past extreme values that you might want to look up.&lt;br /&gt;
*You should also back up, at least once, your cumulus.ini file in the main Cumulus folder.  This contains all the key settings and you need a record of those!&lt;br /&gt;
&lt;br /&gt;
== Moving Cumulus software to a different location on your PC? ==&lt;br /&gt;
&lt;br /&gt;
This article in the wiki gives more details above moving Cumulus: [[Moving cumulus]]&lt;br /&gt;
&lt;br /&gt;
== What are the formats of the Cumulus data files?  ==&lt;br /&gt;
&lt;br /&gt;
These are detailed in the [[:Category:Log Files|Log Files]] section of this Wiki and also in the Cumulus help file, in the section “Data log file format”&lt;br /&gt;
&lt;br /&gt;
== Can I import logged information from before I installed Cumulus? ==&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;Configuration&#039;&#039;&#039; menu, &#039;&#039;Station&#039;&#039; setting screen (near bottom) has option to enter there the &#039;&#039;rainfall total&#039;&#039; for the bit of the year (starting month can be selected here too) until when you first start using Cumulus.  See the Cumulus &#039;&#039;&#039;Help&#039;&#039;&#039; for this screen for further details.&lt;br /&gt;
&lt;br /&gt;
Yes is the answer for other weather information, providing you can manipulate the information you have into either (preferably) the format used by the [[Monthly_log_files#Importing_pre-Cumulus_data]] or (second best) [[Dayfile.txt]]. Look up those cross-references in this Wiki (or the Cumulus &#039;&#039;&#039;Help&#039;&#039;&#039;) for further information on required formats.  The support forum includes a few threads related to this topic, and if you post there then people who have already imported from particular systems may offer their services to import your past observations.&lt;br /&gt;
&lt;br /&gt;
A converter for Weather Display log files is available from this thread in the forum: http://sandaysoft.com/forum/viewtopic.php?f=4&amp;amp;t=10118&lt;br /&gt;
&lt;br /&gt;
A converter for WeatherLink log files is available from this thread in the forum: http://sandaysoft.com/forum/viewtopic.php?f=6&amp;amp;t=11349&lt;br /&gt;
&lt;br /&gt;
== I was away on the last day of last month/year - How do I see the final lowest and highest figures for last month/year? ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;View&#039;&#039;&#039; menu, &#039;&#039;This month&#039;&#039; or &#039;&#039;This year&#039;&#039; screens show some figures for any month or year selected by you, but do not show all the figures shown on a standard web page or as shown on the &#039;&#039;Highs and Lows&#039;&#039; screen for the current month/year.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;View&#039;&#039;&#039; menu, &#039;&#039;Highs and Lows - This month (or This year)&#039;&#039; (or &#039;&#039;thismonth.htm&#039;&#039; or &#039;&#039;thisyear.htm&#039;&#039; web page) only shows the lowest and highest values for the current calendar month (or current year). This answer describes a way to see the same information for the month (or year) that fairly recently ended.  It is valid only until build 1088 (from 5 March 2014 build 1089 &#039;Delay writing of end of day backup files until the first log entry is written&#039; means the stored &#039;&#039;month.ini&#039;&#039; relates to the &#039;&#039;initial&#039;&#039; entries for the start of the new month). From version 1.9.3 build 1041, Cumulus creates a daily backup of the log files. &lt;br /&gt;
*Look in the &#039;&#039;backup\daily&#039;&#039; subfolder within your Cumulus installation. &lt;br /&gt;
*These daily backups will be created if Cumulus was left running during the period of interest, or stopped before that period and since restarted. &lt;br /&gt;
*Normally about 10 such back ups are available, each folder has a name based on the timestamp and contains the 6 [[:Category:Log_Files|xxxx.ini files]], the current [[Monthly_log_files|monthly standard data log]]/[[Extra_Sensor_Files|monthly extra data log]], and the most recent update of [[dayfile.txt|daily summary log]].&lt;br /&gt;
&lt;br /&gt;
Open as a text file [[month.ini]] in the folder whose name is bearing the timestamp after your final rollover, for Cumulus builds 1041 to 1088 the final lowest and highest for each observation in the month will be listed.&lt;br /&gt;
&lt;br /&gt;
In a similar manner if you miss the last day of the year, for Cumulus builds 1041 to 1088 see the final &#039;this year&#039; figures for last year by opening [[year.ini]] from the appropriate backup.&lt;br /&gt;
&lt;br /&gt;
== What do the various wind speeds in Cumulus correspond to, with Davis stations?  ==&lt;br /&gt;
&lt;br /&gt;
Davis station firmware supplies two windspeeds, a 3-second average and a 10-minute average (later versions of the firmware also supply a 2-minute average, Cumulus currently doesn&#039;t use this).  &lt;br /&gt;
* The latest Davis 3-second average is treated by Cumulus as &#039;Latest&#039; (available via &amp;lt;#wlatest&amp;gt;)&lt;br /&gt;
* The highest of the station&#039;s 3-second readings over the previous 10 (configurable by adding &#039;&#039;AvgSpeedMinutes=N&#039;&#039; in [[Cumulus.ini#Section:_Station]] where &#039;N&#039; is number of) minutes becomes the Cumulus &#039;Gust (available via &amp;lt;#wgust&amp;gt;). Note that the WMO definition of a wind gust is the mean wind speed over a 2 to 3 second sample period (not the maximum instantaneous wind speed).&lt;br /&gt;
* The Davis 10-minute average is the Cumulus &#039;Average&#039; (available via &amp;lt;#wspeed&amp;gt;).&lt;br /&gt;
Note that if you sample these readings at shorter (real time) intervals it is possible for Cumulus &#039;Latest&#039; to be lower than Cumulus &#039;Average&#039; because approximately half of the 3-second wind speeds will be higher and half of them lower than the 10-minute average. &lt;br /&gt;
If the Cumulus figure seems lower than the Davis figure see [[#My_Davis_station_shows_a_higher_maximum_wind_speed_than_Cumulus]].&lt;br /&gt;
&lt;br /&gt;
Davis station loggers record a single spot (not any average) wind speed, so if you restart Cumulus and the software attempts to catch up from the station logger there may be only one or two values to include in the Cumulus average (over 10 or whatever) minutes calculation.&lt;br /&gt;
&lt;br /&gt;
== What do the various wind speeds in Cumulus correspond to, with Fine Offset stations?  ==&lt;br /&gt;
&lt;br /&gt;
Fine Offset sensors measure wind over 48-second intervals, divided into 24 2-second intervals. At the end of each 48-second period, they transmit the highest of those 24 values as &#039;Gust&#039;, and the average of those 24 values as &#039;Wind&#039;. The console keeps &#039;&#039;&#039;overwriting&#039;&#039;&#039; the newly received &#039;Gust&#039; and &#039;Wind&#039; values to the same area of console memory every 48 seconds, until the station logging interval time is reached, then it moves on to the next memory location, leaving the last values it wrote in the previous console memory location.  &lt;br /&gt;
*If Cumulus is not running all the time, on restart it works through the console memory locations and extracts the Fine Offset Wind and Gust in each memory location, i.e. at the station logging interval. &lt;br /&gt;
*While Cumulus is running, it reads the current wind speeds (and direction) every 10 seconds. There are new values only every 48 seconds (i.e. every fourth or fifth read)&lt;br /&gt;
&lt;br /&gt;
Cumulus, for various reasons, uses different terminology, and also has configuration settings which control how some of the wind values are displayed.&lt;br /&gt;
* The Fine Offset console &#039;Gust&#039; value becomes Cumulus &#039;Latest&#039;. &lt;br /&gt;
* The highest of the Fine Offset &#039;Gust&#039; values over the previous 10 minutes becomes Cumulus &#039;Gust&#039;.  Note that the WMO definition of a wind gust is the mean wind speed over a 2 to 3 second sample period (not the maximum instantaneous wind speed).&lt;br /&gt;
* Cumulus &#039;Average&#039;  can be calculated in 3 different ways:&lt;br /&gt;
** The default: If &#039;Calculate 10-min wind average&#039; is not selected on the Station Settings screen, the console &#039;Wind&#039; value is used.&lt;br /&gt;
** If &#039;Calculate 10-min wind average&#039; is selected, then by default the average of the Fine Offset &#039;Gust&#039; values read over the previous N (configurable, defaults to 10) minutes is used.&lt;br /&gt;
** If &#039;Calculate 10-min wind average&#039; and &#039;Use speed for avg calculation&#039; are both selected, the average of the Fine Offset &#039;Wind&#039; values read over the previous N (configurable, defaults to 10) minutes is used.&lt;br /&gt;
&lt;br /&gt;
Select value for &#039;N&#039; using &#039;&#039;AvgSpeedMinutes=N&#039;&#039; in [[Cumulus.ini#Section:_Station]].&lt;br /&gt;
&lt;br /&gt;
Note that Fine Offset Consoles can display a &#039;MAX&#039; figure, this is highest recorded since it was last reset (on touchscreen models multiple touches of the displayed speed will cause maximum speed, or gust, to be shown, and when a max value is displayed continuing to hold touching that value for 3 seconds will reset max to current value).  Cumulus maintains its own various extremes for different periods (e.g High wind and high gust for yesterday on its main screen) calculated from all values read by Cumulus in that period.&lt;br /&gt;
&lt;br /&gt;
== How do I set up recording wind speeds in Cumulus, with Oregon Scientific and La Crosse stations  ==&lt;br /&gt;
&lt;br /&gt;
La Crosse and some Oregon Scientific weather stations only output a single wind speed.  To allow Cumulus to calculate &#039;gust&#039; and &#039;wind speed&#039; with different values, select the &#039;&#039;&#039;Station&#039;&#039;&#039; dialogue from the &#039;&#039;Configuration&#039;&#039; menu and set &#039;&#039;Calculate 10 min wind average&#039;&#039; in the &#039;Settings&#039; frame, so in [[cumulus.ini]] this will produce the parameter &#039;Wind10MinAverage=1 when cumulus is next stopped.&lt;br /&gt;
* The station&#039;s &#039;Wind&#039; value will then display as Cumulus &#039;Latest&#039;.&lt;br /&gt;
* A 10 (configurable by adding &#039;&#039;AvgSpeedMinutes=N&#039;&#039; in [[Cumulus.ini#Section:_Station]] where &#039;N&#039; is number of) minutes average of the station&#039;s &#039;Wind&#039; value will then display as Cumulus &#039;Average&#039;.&lt;br /&gt;
* The highest of the station&#039;s &#039;Wind&#039; value in a 10 minute period will then display as Cumulus &#039;Gust&#039;.  Note that the WMO definition of a wind gust is the mean wind speed over a 2 to 3 second sample period (not the maximum instantaneous wind speed).&lt;br /&gt;
&lt;br /&gt;
See &#039;&#039;LCMaxWind=X&#039;&#039; parameter in [[Cumulus.ini#La_Crosse_specific:]] where X is the maximum (uncalibrated) wind speed in m/s that you want to allow.&lt;br /&gt;
&lt;br /&gt;
== How do I make Cumulus run automatically when Windows starts?  ==&lt;br /&gt;
&lt;br /&gt;
There is no option in Cumulus to set this up automatically as I prefer to leave it under the control of the user: The safest and most reliable method is simply to put a shortcut in your Startup folder. If you are running Vista or Windows 7, or later versions of Windows, you may find that Cumulus gets blocked by UAC if you try to run it from the Startup folder, in which case it is recommended that you use Task Scheduler instead. See here for a good description of how to do this - http://blogs.techrepublic.com/window-on-windows/?p=616&lt;br /&gt;
&lt;br /&gt;
== How does Cumulus handle Daylight Saving Time?  ==&lt;br /&gt;
&lt;br /&gt;
As far as the timestamps in the extreme logs, monthly log, and the graphs, are concerned; Cumulus doesn&#039;t do anything in particular for DST. &lt;br /&gt;
*It generates timestamps based on the Windows clock. &lt;br /&gt;
**So basically, at the start of DST (i.e. when the clocks &#039;go forward&#039; for the summer) you will get an apparent gap of one hour in your data logs and on graphs.&lt;br /&gt;
**Similarly at the end of DST (i.e. when the clocks &#039;go back&#039; for the winter) you will get an apparent hour of duplicate timestamps in your logs and graphs. &lt;br /&gt;
*You will tend to get better results if you leave Cumulus running during the clock change, because if it is stopped you may lose data,&lt;br /&gt;
**the exact timing of the affected hours depends on the type of station and the times when Cumulus was running/stopped.&lt;br /&gt;
&lt;br /&gt;
=== ... How do Davis stations handle Daylight Saving Time? ===&lt;br /&gt;
&lt;br /&gt;
Note that there seems to be an issue with Davis stations, either in the console/logger, or in the Davis DLL which Cumulus uses. &lt;br /&gt;
*If you don&#039;t have Cumulus running when DST ends (autumn), then when you start Cumulus up again, it doesn&#039;t receive all of the logger data it needs to catch up to the &#039;&#039;present time&#039;&#039; - the previous hour or so is missing. &lt;br /&gt;
*So with Davis stations, I strongly recommend that you leave Cumulus running at the end of DST, if at all possible.&lt;br /&gt;
&lt;br /&gt;
=== ... How do Fine Offset stations handle Daylight Saving Time? ===&lt;br /&gt;
&lt;br /&gt;
*For Fine Offset models &#039;&#039;without access to a radio controlled clock&#039;&#039;, if you don&#039;t have Cumulus running when DST ends in autumn, then when you start Cumulus up again, the catch up &#039;&#039;misses off the first hour after the time Cumulus was stopped&#039;&#039; (unless you have adjusted the time in [[today.ini]] by subtracting one hour for end of DST while Cumulus was stopped).  &lt;br /&gt;
**This is because the console memory does not time-stamp the data blocks and each memory location simply contains the number of minutes elapsed since the previous memory location was last updated.&lt;br /&gt;
**Cumulus does not remember the console data block used just before shutdown, (after all depending on how long Cumulus has been stopped and the station logging interval, the old memory location could be overwritten by now), and so Cumulus works out a time-stamp based on current clock time and the stored elapsed interval times as it works back through those memory locations.&lt;br /&gt;
**The stored minutes elapsed value will be consistent with the logging interval you selected for the station (might be different to that selected on Cumulus) and apart from adding an extra minute if a read from the transmitter (every 48 seconds on models without solar sensors) delays a particular log update, the console clock is unaware of DST.&lt;br /&gt;
**On restart Cumulus just tries to read the appropriate number of hours worth of observations back from the block now marked as latest.  &lt;br /&gt;
**For example if it was stopped at 2200 DST and restarted at 0600 standard time, Cumulus catches up with the last 8 hours worth of stored measurements as if going back to 2200 standard time, that means it retrieves back to 2300 DST and has forever lost the period 2200 to 2300 DST.  &lt;br /&gt;
*So with Fine Offset stations, I strongly recommend that you leave Cumulus running at the end of DST, if at all possible, to ensure that average temperature, heating/cooling degree days, wind run, and similar calculations are accurate.&lt;br /&gt;
*See Fine Offset forum discussions for further information.&lt;br /&gt;
&lt;br /&gt;
== What formula does Cumulus use for Dew Point?  ==&lt;br /&gt;
dewpoint := tempinC + ((0.13 * tempinC) + 13.6) * Ln(humidity / 100)&lt;br /&gt;
&lt;br /&gt;
== What formula does Cumulus use for Apparent Temperature?  ==&lt;br /&gt;
It uses a formula from the Australian BOM - http://www.bom.gov.au/info/thermal_stress/#atapproximation&lt;br /&gt;
&lt;br /&gt;
Note that the version used is the one that doesn&#039;t take into account solar radiation.&lt;br /&gt;
&lt;br /&gt;
== How does Cumulus know the height of the cloud base?  ==&lt;br /&gt;
&lt;br /&gt;
It doesn&#039;t. It uses a calculation which gives the theoretical height above ground level at which Cumulus clouds might form, based on the current temperature and dew point. It assumes that the difference between temperature and dew point decreases by about 4.4 degrees Fahrenheit per 1000 feet increase in altitude. When the two values coincide, the air is saturated (relative humidity = 100%) and Cumulus clouds may form. &lt;br /&gt;
&lt;br /&gt;
== How is my rain rate calculated?  ==&lt;br /&gt;
&lt;br /&gt;
For stations which supply a rain rate, Cumulus uses that. For stations which don&#039;t supply a rain rate (e.g. Fine Offset and La Crosse), Cumulus simply takes the rain total from the last five minutes and calculates a rate based on that; e.g. a single tip of 0.3mm in 5 minutes is a rate of 3.6mm/hr. When data from the station&#039;s logger is used, a similar calculation is performed, but the interval used is the logger interval rather than five minutes.&lt;br /&gt;
&lt;br /&gt;
== Where does Cumulus get its this month and this year rainfall totals from?  ==&lt;br /&gt;
&lt;br /&gt;
* Each time Cumulus reads records from the weather station it applies any change to the &#039;total rain count&#039; against today&#039;s total in its memory.&lt;br /&gt;
* The today&#039;s total so far at each reading time is also added to the &#039;recent tag&#039; array allowing total values for the day-so-far at one minute intervals for up to a week ago to be added as web tags to a web template. &lt;br /&gt;
* The rainfall totals, are initialised when Cumulus is (re-)started by adding up the corresponding daily totals in dayfile.txt and storing those sums in memory. Two of the totals can be seen using default settings on &#039;&#039;&#039;View&#039;&#039;&#039; menu, &#039;&#039;This month&#039;&#039; screen for this month, &#039;&#039;This year&#039;&#039; screen for this calendar year, but the third total for the rain season (you can change starting month) is seen on the &#039;&#039;main&#039;&#039; Cumulus screen.&lt;br /&gt;
* The rainfall totals shown on the &#039;&#039;This period&#039;&#039;, &#039;&#039;This month&#039;&#039;, and &#039;&#039;This year&#039;&#039; screens within the &#039;&#039;&#039;View&#039;&#039;&#039; menu are generated by adding up the daily rainfall totals found in [[dayfile.txt]] for the selected period. So any rainfall for the current (meteorological) day is excluded as the latest dayfile.txt row is for yesterday. Totals are recalculated when you press the &#039;&#039;Update display&#039;&#039; button. Important note: The view menu &#039;This year&#039; screen always calculates the total for a selected calendar year starting in January.&lt;br /&gt;
* The rain figures that Cumulus uses for displaying in &#039;This month&#039; and &#039;This year&#039; on the Cumulus &#039;&#039;main screen&#039;&#039; are updated each time Cumulus receives a rain reading from the station, so will not be displayed if Cumulus is unable to read rain information from your station.&lt;br /&gt;
* For the web tags, Cumulus takes its stored sums and adds today&#039;s latest total each time, to give the current totals for this month and this rain season (year so far) when processing &#039;thismonthT.htm&#039; and &#039;thisyearT.htm&#039; web templates.&lt;br /&gt;
**Important, for the &amp;lt;#ryear&amp;gt; web tag, and for the &#039;This year&#039; display on the &#039;&#039;main&#039;&#039; Cumulus screen, the processing reads the &#039;&#039;dayfile.txt&#039;&#039; for the rainfall season starting with the month set on the station settings screen and stored as the value for attribute &#039;&#039;RainSeasonStart&#039;&#039; in [[Cumulus.ini#Section:_Station]] (its default is January).  &lt;br /&gt;
**If you have set a &#039;year to date&#039; value and Cumulus is being re-started when the year specified beside that figure matches the current year, your year-to-date amount is also added into this year&#039;s total. This should normally only be relevant in your first rain season of operating Cumulus, but could be used if in any season you needed to add an extra amount because for some reason you had a gap in your recording period.&lt;br /&gt;
**There is no corresponding setting for calculating the total for the first &#039;this month&#039; of Cumulus operation.&lt;br /&gt;
*Note that you need to stop and then restart Cumulus to update these initial values that are stored in memory and get any corrections you made to rogue values in the daily summary log (or year-to-date) reflected on the main Cumulus screen and in web tags.&lt;br /&gt;
&lt;br /&gt;
The built-in dayfile.txt editor is used if it is necessary to amend the daily totals (to correct any monthly, rain season, or calendar year, totals); the built-in all-time (or monthly records) editor(s) in Cumulus is used if it is necessary to regenerate the extreme records from dayfile.txt; see [[#My_station_invented_some_rain_that_didn.27t_really_occur.2C_and_I_want_to_set_it_to_zero_.28or_some_other_figure.29 |FAQ about correcting incorrect rainfall displays]].&lt;br /&gt;
&lt;br /&gt;
== How do I reset all my data to start again from scratch?  ==&lt;br /&gt;
&lt;br /&gt;
Stop Cumulus and delete all of the files in the data folder. You may also want to edit the &#039;StartDate=&#039; line in [[cumulus.ini]] to set the date for the start of your data, if you are starting again on a different date.&lt;br /&gt;
&lt;br /&gt;
== How do I localise Cumulus to my own language? ==&lt;br /&gt;
&lt;br /&gt;
Cumulus does not directly support languages other than English. It was never intended for use in other languages, and it is not possible to add support for this now. However, the text used for:&lt;br /&gt;
*Forecasting&lt;br /&gt;
*Moonphases&lt;br /&gt;
*Beaufort Scale&lt;br /&gt;
*Trend descriptions&lt;br /&gt;
*Compass points&lt;br /&gt;
*Graph titles&lt;br /&gt;
*Extra sensor channels&lt;br /&gt;
can all be customised by using the [[strings.ini]] file. This facility may be extended to allow other items to be translated, but it is very unlikely that there will ever be a fully multi-language version of Cumulus in its current form.&lt;br /&gt;
&lt;br /&gt;
This wiki page [[:Category:Other_Languages|Other Languages]] has some old information about customising the standard web pages and see the downloads page as several third-party alternative web pages include some language translation modules.&lt;br /&gt;
&lt;br /&gt;
== Can I connect/disconnect my weather station while Cumulus is running? ==&lt;br /&gt;
No. You must make sure your weather station is connected to your PC and switched on, before running Cumulus. Do not disconnect your station while Cumulus is running.&lt;br /&gt;
&lt;br /&gt;
== How does Cumulus deal with extra sensors? ==&lt;br /&gt;
&lt;br /&gt;
By default, Cumulus deals with weather stations incorporating solar sensors, if you have selected the relevant station &#039;Type&#039; or &#039;Display solar/extra data&#039; in configuration, but it has some capability to deal with extra sensors added including the Blake-Larsen Sun Recorder.&lt;br /&gt;
Cumulus has the ability to input, log, and display Current Values/Outputs from the [[Rain_measurement#Optical_Rain_Gauges|Hydreon Optical Rain Sensor - Model RG-11]] and from either Oregon Scientific or Davis [[Extra_Sensor_Files|extra sensors]]. Only today&#039;s and yesterday&#039;s total rainfall from a Hydreon sensor are available in [[today.ini]] and [[yesterday.ini]] respectively. For some Oregon Scientific models, the temperature from an extra sensor can replace the temperature from the main sensor for processing by Cumulus, but all extra sensor values are stored in a series of [[Extra_Sensor_Files| monthly log]] files. No other processing is performed for Davis extra sensors, but past values are retained in a series of [[Extra_Sensor_Files| monthly log]] files.  The file [[strings.ini]] is used to customise the description associated with extra sensors.&lt;br /&gt;
&lt;br /&gt;
== What is this &amp;quot;Solar Max&amp;quot; value which Cumulus is displaying? ==&lt;br /&gt;
&lt;br /&gt;
It&#039;s the current theoretical maximum solar radiation value at the current date and time at your location. It is calculated using the Ryan-Stolzenbach formula, and uses the &#039;transmission factor&#039; configurable in the station settings to allow for the effect of transmission through the atmosphere. The figure is not particularly useful in itself; it is used if you have a solar sensor, to compare with the current solar radiation reading, in an attempt to determine whether the sun is currently shining or not.&lt;br /&gt;
&lt;br /&gt;
== My Fine Offset console says the memory is nearly full - how do I clear it? ==&lt;br /&gt;
&lt;br /&gt;
You don&#039;t need to, and it&#039;s much safer if you don&#039;t; clearing the memory could lead to a loss of data. The memory indicator on the console has no effect on the logging of data; the console will automatically start re-using the oldest memory locations. As long as you are running Cumulus (at least occasionally), Cumulus will have downloaded the data it needs from the console, so the console is free to overwrite the oldest data when it needs to.&lt;br /&gt;
&lt;br /&gt;
== How do I get my Davis station with USB working with Cumulus? ==&lt;br /&gt;
&lt;br /&gt;
Cumulus cannot drive the station in USB mode, you must install &#039;virtual serial port&#039; drivers, and configure Cumulus to use the virtual serial port. Make sure you have the station connected to the PC during the following operations.&lt;br /&gt;
&lt;br /&gt;
You should first make sure that you can use the station with Weatherlink, in serial mode. If you have not already installed the Weatherlink software, install the version which came with your weather station. You should then upgrade to the latest version of Weatherlink; you can download the update from the Davis web site,  [http://www.davisnet.com/support/weather/downloads/software_sftwr.asp here].&lt;br /&gt;
&lt;br /&gt;
You now need to install the &#039;CP210X USB to Serial Converter&#039;. You may find a link on your Start menu under &#039;Weatherlink&#039;. Alternatively, you should find it in the folder where Weatherlink was installed, under &#039;Support&#039; then &#039;Utilities&#039;. Davis also make version 2 of this utility available on their web site, [http://www.davisnet.com/support/weather/downloads/software_driver.asp here], and you may find that this version will work for you if the installed version does not. It should be clear from the messages output by the utility that it has successfully switched the logger to serial mode. &lt;br /&gt;
&lt;br /&gt;
It&#039;s a good idea to then update the driver to the latest version from the Silicon Labs web site, particularly if you use Windows 7 or later. You can download it [http://www.silabs.com/products/mcu/pages/usbtouartbridgevcpdrivers.aspx here] - click on &#039;VCP driver kit&#039; under &#039;Download for Windows XP/Server 2003/Vista/7...&#039; to begin the download. Run the executable once it&#039;s downloaded.&lt;br /&gt;
&lt;br /&gt;
At this point, it&#039;s best to restart your computer.&lt;br /&gt;
&lt;br /&gt;
You should now run Weatherlink, and attempt to connect to the weather station &#039;&#039;&#039;in serial mode&#039;&#039;&#039;. Weatherlink should find the appropriate COM port number automatically. If not, you can find it under &#039;Ports (COM &amp;amp; LPT)&#039; in the Windows device manager. Look for the port called &#039;USB Serial Port (COMn)&#039;, where &#039;n&#039; is a number. That&#039;s the number of the port you need to use in Weatherlink. If you cannot get Weatherlink to work using this virtual COM port, it is unlikely that you will be able to get Cumulus to work either, so either contact Davis support, explaining that you are trying to use the virtual serial port drivers because you want to run third-party software, or ask in the Cumulus forum, someone may be able to advise.&lt;br /&gt;
&lt;br /&gt;
Once you have Weatherlink connected and working via the virtual serial port, &#039;&#039;&#039;close it down&#039;&#039;&#039;, and start Cumulus.&lt;br /&gt;
&lt;br /&gt;
In the station settings in Cumulus, select the appropriate station type for your station; under &#039;VP Type&#039; select &#039;&#039;&#039;Serial&#039;&#039;&#039;; in the serial port section enter the COM port number that you found earlier. You may need to restart Cumulus at this point. It will then start displaying live data. Note that the it deliberately does not download any historical logger data from before the current point in time. When you run it subsequently, it will download logger data to catch up if necessary from when you last ran it, but never from earlier than when you first ran it.&lt;br /&gt;
&lt;br /&gt;
If you still having difficulty, the Davis Weatherlink manual offers this advice, which may be useful:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Included with the WeatherLink software is a utility that allows you to convert a USB data logger from a direct USB data logger back to a USB data logger that emulates the serial port. To use&lt;br /&gt;
this utility, select Convert USB to Virtual Serial in your WeatherLink program group on the Start menu of your computer (Start&amp;gt;AllPrograms&amp;gt;WeatherLink&amp;gt;Convert USB to Virtual Serial) and run the utility to convert your data logger. Please contact Davis Technical Support (“Contacting Davis Technical Support” on page 26) for more information.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== Why does Cumulus do some things the way it does, when there are better ways? ==&lt;br /&gt;
&lt;br /&gt;
Cumulus was originally something I &#039;knocked together&#039; quickly when I got my first weather station, simply because I couldn&#039;t find any other software anywhere which I was prepared to use. No &#039;design&#039; went into it, it was really just a prototype. Some of the things I did were just quick &#039;hacks&#039; that I intended to fix when I did it &#039;properly&#039;. But I never got around to going back and doing it &#039;properly&#039;, and it was never my intention that anyone else would use it. But I was persuaded to make it available for others, and then to add more and more enhancements. &lt;br /&gt;
&lt;br /&gt;
The fact that it works with several different types of weather station means that much of it is a compromise; it doesn&#039;t use certain features of the weather station which it could use if it were dedicated to that type of weather station. For example, it typically does not use any high/low data that the station might store internally. Instead, it maintains its own high/low data from individual readings. There are a number of reasons for this; the fact that Cumulus supports an 0900-0900 day, and the weather station does not, and the fact that typically Cumulus maintains far more high/low values than the station does, and these need to be self-consistent. &lt;br /&gt;
&lt;br /&gt;
So yes, I am aware that some of things that Cumulus does may seem strange, but it is simply not possible for me to start again from scratch, knowing what I know now. And it is not possible for me to effectively produce separate versions of Cumulus specifically for each type of weather station. If you don&#039;t like the way Cumulus does certain things, do what I did and write your own software!&lt;br /&gt;
&lt;br /&gt;
== Can I run 2 copies of Cumulus? ==&lt;br /&gt;
&lt;br /&gt;
3 options:&lt;br /&gt;
*You can install Cumulus on more than one PC, but each copy must connect directly to its own weather station (one station connected per PC).&lt;br /&gt;
*You can install 2 copies of Cumulus in different paths on a single PC, &#039;&#039;if you have two weather stations&#039;&#039; and Cumulus is able to distinguish between them, e.g. they are from different manufacturers, or both are serial port stations (different ports), or one is USB and one is serial, or one is a Weatherlink IP. In other words the  combination that does not work on a single PC is two USB stations from the same manufacturer. Note that Davis stations with USB loggers are serial port stations as far as Cumulus is concerned, so there are no problems using multiple copies of Cumulus with multiple Davis stations on the same PC.&lt;br /&gt;
*It is possible to back up the Cumulus files from one installation running off a weather station, and briefly have another reduced functionality copy just looking at historic data without ever any updating (the second Cumulus is set up as if reading from an EasyWeather.dat file, but not given a path/file name) - see [[Cumulus.ini#Introduced_for_problems_with_Fine_Offset_family:|Easyweather.dat section here]].&lt;br /&gt;
&lt;br /&gt;
= Troubleshooting  =&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Please note, these answers are written for Cumulus 1.x.y; the support forum is where Cumulus MX problems are discussed, together with how screens and files are different for the beta development.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== My &#039;Error&#039; light is flashing  ==&lt;br /&gt;
&lt;br /&gt;
Click on it, and a window will open describing the error. It may just be a temporary ftp problem. If you want to stop ftp errors being reported in this way, you can turn them off in the display settings (&amp;quot;Show FTP errors on error log window&amp;quot;).&lt;br /&gt;
&lt;br /&gt;
== My ‘new record’ light has stopped flashing  ==&lt;br /&gt;
&lt;br /&gt;
It is the normal situation that the light does not flash. The ‘new record’ light only flashes when an all-time record has been broken. It stops flashing if you click on it or restart Cumulus, until another all-time record is broken. When you first start using Cumulus, inevitably the light will flash a lot, even if you cancel it, as you will be breaking records constantly. After a while, it will &#039;settle down&#039; and not flash so often.&lt;br /&gt;
&lt;br /&gt;
== I installed a new version and my web page templates got over-written  ==&lt;br /&gt;
&lt;br /&gt;
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, place them in a different folder and use the ‘extra files’ facility. From version 1.8.9, the installer offers the option of not over-writing the web templates; it unconditionally also installs them to a sub-folder of the web folder called &#039;originals&#039;, so you can refer to them if required, even if you chose not to over-write those in the web folder.&lt;br /&gt;
&lt;br /&gt;
== I can’t find my data files!  ==&lt;br /&gt;
&lt;br /&gt;
You’re probably running Windows Vista/Windows 7/Windows 8 (or one of the corresponding server versions of Windows). Look in C:\Users\[username]\AppData\Local\VirtualStore\Program Files\Cumulus - note that this is a &#039;hidden&#039; folder. Ideally, to avoid this situation, you would install to somewhere outside the Program Files hierarchy, as recommended in the readme.txt.&lt;br /&gt;
&lt;br /&gt;
== I can&#039;t save my NOAA reports! ==&lt;br /&gt;
&lt;br /&gt;
You&#039;ve probably corrupted your Cumulus.ini file in the default Cumulus folder. See [[Cumulus.ini#Section:_NOAA]]. It can only be edited either (if Cumulus is stopped) with an external text file editor or (with Cumulus running) using the &#039;&#039;NOAA Setup&#039;&#039; in the configuation menu.  Pay attention to where the quotes are required for the file names, and check that you have an allowed date format (see [[Webtags#Time.2FDate_.27format.27_Parameter]]).&lt;br /&gt;
&lt;br /&gt;
== My sunrise and sunset times are wrong  ==&lt;br /&gt;
&lt;br /&gt;
You&#039;ve almost certainly entered your co-ordinates incorrectly, or not entered them at all - on the station settings screen. You must enter DEGREES, MINUTES, and SECONDS, no other format will work. Make sure to use &#039;&#039;&#039;unsigned whole numbers&#039;&#039;&#039; for degrees, minutes, and seconds, with a &#039;W&#039; for your longitude if you&#039;re West of the Greenwich meridian (e.g. if you are in the United States), and the appropriate letter for your latitude (N for northern hemisphere, S for southern hemisphere). &lt;br /&gt;
&lt;br /&gt;
If you are not familiar with the degrees/minutes/seconds standard format and have your co-ordinates in some other format, there are pages on the web which will convert for you. One such is here: http://transition.fcc.gov/mb/audio/bickel/DDDMMSS-decimal.html&lt;br /&gt;
&lt;br /&gt;
One other less likely possibility is that you have set the wrong time zone on your PC.&lt;br /&gt;
&lt;br /&gt;
== The Moon rise or set time is showing dashes.  ==&lt;br /&gt;
&lt;br /&gt;
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. &lt;br /&gt;
&lt;br /&gt;
== The Moon image is just black ==&lt;br /&gt;
&lt;br /&gt;
It&#039;s probably a New Moon.&lt;br /&gt;
&lt;br /&gt;
== Why are the &#039;Yesterday&#039; figures missing on the Main Cumulus Screen? ==&lt;br /&gt;
&lt;br /&gt;
The yesterday values on the Main Screen under &amp;quot;Recent Extremes&amp;quot; are not shown correctly:&lt;br /&gt;
*EITHER when the &#039;&#039;end of day rollover has not taken place&#039;&#039;. &lt;br /&gt;
**The usual cause of this is allowing your PC to &#039;sleep&#039; while Cumulus is running. &lt;br /&gt;
**The support forum mentions a few other causes. &lt;br /&gt;
**Cure this (if you have a weather station type that has a log that Cumulus reads) by looking in &amp;quot;&#039;&#039;Cumulus\backup&#039;&#039;&amp;quot; folder, and finding a backup directly in that folder or in &amp;quot;daily&amp;quot; sub-folder for just before the problem. With Cumulus stopped, copy all the files in that backup into the &amp;quot;&#039;&#039;&#039;Cumulus\data&#039;&#039;&#039;&amp;quot; folder, and then restart Cumulus. &lt;br /&gt;
*OR if Cumulus was unable to read observations from your station during that day, but can today. &lt;br /&gt;
**You can try the same cure, but may not be able to recover the lost information in this case.&lt;br /&gt;
&lt;br /&gt;
== Why do I have some unexpected zero figures? ==&lt;br /&gt;
&lt;br /&gt;
Cumulus may not be able to update some values/extremes, leaving them at zero, if:&lt;br /&gt;
*EITHER you are allowing your PC to go into sleep/standby while Cumulus is running,&lt;br /&gt;
*OR you have more than one copy of Cumulus attempting to interrogate the same weather station,&lt;br /&gt;
*OR you are closing Cumulus down very close to before/after roll-over (the latter is a restriction due to the way the processing of logger data works).&lt;br /&gt;
&lt;br /&gt;
== I’ve ‘zoomed’ a graph, how do I get it back to full size?  ==&lt;br /&gt;
&lt;br /&gt;
Drag from lower right to upper left.&lt;br /&gt;
&lt;br /&gt;
== Cumulus won&#039;t read the data from my station  ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CUMULUS RUNNING&#039;&#039;&#039;&lt;br /&gt;
If you have one of the Fine Offset clones, make sure you have configured your relative pressure correctly. If Cumulus finds an &#039;impossible&#039; value, it will ignore all data from your station.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CUMULUS RE-STARTED&#039;&#039;&#039;&lt;br /&gt;
If Cumulus does not read catch-up data from the station logger:&lt;br /&gt;
#Your station type may not have a logger, if so Cumulus cannot read anything from station while software was not running.&lt;br /&gt;
#There is a bug in the Davis DLL (Dynamic-Link Library) that Cumulus 1.x.x uses, where it never downloads the last archive record; so if there is only one to download (compare how long Cumulus was stopped with logging interval on your Davis station), it doesn&#039;t get any at all. (See [[#Cumulus_takes_a_long_time_to_download_the_data_from_my_Davis_station_at_start_up|here]] for opposite problem). Cure this by ensuring if you stop Cumulus you either leave it stopped for less than Davis logging interval time, or don&#039;t restart until after at least 2 logging intervals.&lt;br /&gt;
#You have not selected &amp;quot;&#039;&#039;&#039;Use data logger&#039;&#039;&#039;&amp;quot; in the &#039;&#039;Settings&#039;&#039; section of the &#039;&#039;&#039;Station settings&#039;&#039;&#039; screen accessed from &#039;&#039;Configuration&#039;&#039;  menu. Correct this:&lt;br /&gt;
##Stop Cumulus after changing this setting&lt;br /&gt;
##Look in &#039;&#039;Cumulus\backup&#039;&#039; folder (or its &#039;&#039;daily&#039;&#039; sub-folder) for a folder of .ini files prior to the problem, copy all those files to overwrite the ones in &#039;&#039;Cumulus\data&#039;&#039; folder&lt;br /&gt;
##Re-start Cumulus, it should use revised start date/time, and read the station logger for the whole re-wind period&lt;br /&gt;
#If there is another problem, read the instructions accessed from &amp;quot;Please click here before posting&amp;quot; at the top of the support forum page including the request to zip up the contents of the &#039;&#039;Cumulus\diags&#039;&#039; folder when asking for such support.&lt;br /&gt;
&lt;br /&gt;
== Cumulus read some invalid figures from my station ==&lt;br /&gt;
If you have:&lt;br /&gt;
*just started using Cumulus, &lt;br /&gt;
*just re-started Cumulus and you are only getting bad data when you start Cumulus up (i.e. when it is using archive data from the station logger),&lt;br /&gt;
*or you have just changed some settings,&lt;br /&gt;
... check you have the correct station type selected (see the Cumulus &#039;&#039;Help&#039;&#039; for the settings screen).&lt;br /&gt;
&lt;br /&gt;
Choosing the wrong station type means individual items of information are not correctly assigned to weather parameters.  Cumulus knows what is at what location for each station type. &lt;br /&gt;
*Is the information &#039;&#039;correct on the station console&#039;&#039; (i.e. not a fault with a sensor), but incorrectly displayed on Cumulus screen (i.e. transfer problem)? &lt;br /&gt;
Check all your settings on Cumulus, or see [[#Cumulus_won.27t_read_the_data_from_my_station|previous question]].&lt;br /&gt;
*If the &#039;&#039;station itself shows incorrect figures&#039;&#039;, a sensor may have a problem (mechanical or electrical failure, obstruction by animal activity) or a battery may need replacing.&lt;br /&gt;
Over successive versions of Cumulus more and more code has been incorporated to deal with the way some stations are prone to reporting rogue readings.&lt;br /&gt;
*Ensure you are using the latest Cumulus build, if you are using an old version you will not have any enhancements made since the earlier build that might improve the way Cumulus reads from your station type.&lt;br /&gt;
In general, if Cumulus 1.x.x identifies an odd value it will reuse the last good value instead, assuming that the problem will either right itself, or be spotted and dealt with quickly.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fine Offset stations&#039;&#039;&#039; are prone to reporting the odd non-sensical value, and Cumulus has the ability to compare successive readings:&lt;br /&gt;
*From the &#039;&#039;&#039;Configuration&#039;&#039;&#039; menu select [[Cumulus_Screenshots#Configuration_Menu_Screens|&#039;&#039;Calibration&#039;&#039;]] and in the &#039;&#039;&#039;Spike removal&#039;&#039;&#039; frame you can specify &amp;quot;the maximum &#039;&#039;&#039;differences&#039;&#039;&#039; between successive values&amp;quot; that Cumulus is to tolerate. See the &#039;&#039;&#039;Help&#039;&#039;&#039; for that screen, and note that spike removal applies while Cumulus is running, not to catch-up readings from the station&#039;s logger. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Possible Cure:&#039;&#039;&#039;&lt;br /&gt;
The purpose of the backup files is to allow Cumulus to be &#039;rewound&#039; to a particular point in time.  It simulates the situation where someone had closed Cumulus down at that point, and is only now starting it up again, and needs data to be downloaded from the station&#039;s logger to catch up to the present time. Obviously this cure will not work if your station type does not have a logger (one is needed for Cumulus to read old readings again).&lt;br /&gt;
*If you have only installed Cumulus a few days ago, or have just re-started Cumulus after it was stopped and encounter multiple &#039;&#039;rogue readings in the catch-up from the station logger&#039;&#039;; &#039;&#039;&#039;one possibility&#039;&#039;&#039; is to stop Cumulus and find the backup files that it took when you started it up (or just after the previous roll-over time), copy those files into the data folder, overwriting the ones that are there, then when you start it up again it could sort itself out.&lt;br /&gt;
The [[Diags]] log often contains useful information for sorting out what has been read, which values have been ignored, and which highs or lows may have been updated incorrectly. Note that automatic backups are made just after roll-over time because restarting Cumulus when there are no logger records to read before roll-over has been known to cause problems. Therefore, the backup to choose might be one with the date before when the problem occured, but remember that any calculations Cumulus makes are based on readings at least every minute when Cumulus is running, but for the catch up period such calculations can only use the readings available at your station&#039;s logging interval. Note if you choose a later backup and it does not work, you can always then repeat the &#039;rewind&#039; with a earlier backup.&lt;br /&gt;
&lt;br /&gt;
== I get very large amounts of rainfall shown, or other high readings ==&lt;br /&gt;
&lt;br /&gt;
Fine Offset stations have a habit of producing unbelievable readings, and Cumulus filters many of these out automatically. You can also use the &#039;spike removal&#039; settings on the calibration page, and Cumulus will then filter out large changes in readings. Please read the help for how to use these settings. Another possible explanation is that you have chosen the wrong station type in the Cumulus station settings. You should only select the &amp;quot;Fine Offset with UV/Light sensor&amp;quot; type if your station actually has SENSORS for these. Your station may have solar CHARGING, but this is not the same as having a solar SENSOR, and so you should choose the &amp;quot;Fine Offset (WH1080 etc)&amp;quot; type. Typically, stations which do have solar SENSORS have a model number which starts with a &#039;3&#039;, e.g. WS3080, and stations without solar sensors start with a &#039;1&#039; or &#039;2&#039;. Selecting the wrong type of station will cause Cumulus to misinterpret the logger data read from the station (which it uses when it starts up) and hence incorrect readings will result, typically when you restart Cumulus.&lt;br /&gt;
&lt;br /&gt;
== My station invented some rain that didn&#039;t really occur, and I want to set it to zero (or some other figure)  ==&lt;br /&gt;
&lt;br /&gt;
Cumulus does include some code to try to ignore some obvious rain errors. For example, if the station reports negative rain, Cumulus will normally ignore that, but if for 6 consecutive readings the rain cumulative count stays below what it was before, Cumulus will normally accept the new count as a new starting point. Because many positive values are realistic (see sub-answers), Cumulus generally will accept those as a result of accidental knocking of a tipping bucket gauge, due to wind effects on the gauge, or even due to the station electronics generating a rogue reading.&lt;br /&gt;
=== (Invented rain) Error in today&#039;s total===&lt;br /&gt;
#correct today&#039;s total using the &#039;today&#039;s rain&#039; editor on the edit menu.&lt;br /&gt;
#optionally stop Cumulus and edit [[today.ini]] to change the &#039;&#039;LastTip=&#039;&#039;(look up previous value in a recently backed up today.ini) parameter.&lt;br /&gt;
#Remember that &#039;ConsecutiveDryDays&#039; and &#039;ConsecutiveWetDays&#039; do not include today.&lt;br /&gt;
&lt;br /&gt;
=== (Invented rain) Error in yesterday&#039;s total ===&lt;br /&gt;
#edit the total for the relevant day in dayfile.txt, using the dayfile.txt editor on the edit menu.&lt;br /&gt;
#optionally edit yesterday&#039;s total (which is only held temporarily for display purposes) in [[today.ini]], while Cumulus is stopped.&lt;br /&gt;
=== (Invented rain) Error in total or high rainfall rate for any day before today ===&lt;br /&gt;
Just edit the total or rate for the relevant day in dayfile.txt, using the [[Cumulus_Screenshots#File.2FEdit.2FHelp_Menu|dayfile.txt]] editor on the edit menu.&lt;br /&gt;
&lt;br /&gt;
=== (Invented rain) Error in total, or extremes, for this month and/or this year ===&lt;br /&gt;
See next FAQ. Once you have corrected the daily totals (or high rainfall rates) in dayfile.txt, you can use the editors (on the edit menu) for &#039;This Month&#039; and &#039;This Year&#039; to fetch the corrected values from dayfile.txt (or enter figures manually).&lt;br /&gt;
&lt;br /&gt;
=== (Invented rain) Error in all-time records ===&lt;br /&gt;
See [[#How_do_I_correct_my_all-time_.28or_monthly_all-time.29_records.3F |this FAQ]].&lt;br /&gt;
&lt;br /&gt;
To see the previous value for all-time records see [[Alltimelog.txt]]. If your all-time records, or month-by-month all-time records have been affected, you can use the built-in editors. These can fetch the correct values once you have corrected dayfile.txt.&lt;br /&gt;
&lt;br /&gt;
===  (Invented rain and) Other rain figures ===&lt;br /&gt;
Note that other rain figures, such as &#039;rain last hour&#039;, &#039;rain last 24 hours&#039; and &#039;rain since midnight&#039; depend on a sensible progression of the rain counter, so it&#039;s not easy to correct this; it&#039;s easier to wait until the erroneous figure is far enough in the past so as not to affect the calculation. If you really do want to try to correct it; you would need to stop Cumulus, then find and edit multiple field 11 (assuming date is field 0) the Cumulus &#039;rain counter&#039; values in the [[monthly_log_files]] in the current monthly log file so they are correct relative to the current value of the rain counter (i.e. the latest one logged). Note that if you&#039;re using a midnight start of day then you don&#039;t need the &#039;rain since midnight&#039; figure anyway, as it is normally the same as &#039;rain today&#039;, and that figure is much more easily corrected.&lt;br /&gt;
&lt;br /&gt;
===  (Invented rain) Error prevention by Spike removal ===&lt;br /&gt;
#It is better to try to avoid spurious rain being recorded in the first place.&lt;br /&gt;
#Cumulus attempts to ignore large increases in the rain total automatically, and is quite often successful.&lt;br /&gt;
#For &#039;hourly rain&#039; and &#039;rain rate&#039;, you can set &#039;spike removal&#039; settings on the calibration settings screen. The value you set here, is the maximum change allowed between successive observations. Rain Rate corrections apply only to Fine Offset and La Crosse stations (which are known to occasionally produce faulty rain readings).&lt;br /&gt;
&lt;br /&gt;
===  (Invented rain) More information ===&lt;br /&gt;
There is more information about correcting rogue data elsewhere in the Wiki, in the pages about the [[:Category:Log_Files|log files]].&lt;br /&gt;
&lt;br /&gt;
== My monthly and/or annual rainfall totals are wrong  ==&lt;br /&gt;
&lt;br /&gt;
Cumulus calculates these when it is restarted, holds the values within memory, and increments them as required while it is running. This FAQ in the previous section [[#Where_does_Cumulus_get_its_this_month_and_this_year_rainfall_totals_from.3F]] has a concise description of how Cumulus calculates these figures.&lt;br /&gt;
&lt;br /&gt;
* The rainfall total shown on the &#039;&#039;This month&#039;&#039; screen within the &#039;&#039;&#039;View&#039;&#039;&#039; menu, is calculated from summing [[dayfile.txt]] totals for a selected month, and so for the default current month will exclude the current meteorological day.  The rainfall total for today so far is added for the web tag &#039;&#039;&amp;lt;#rmonth&amp;gt;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
* The rainfall total shown on the &#039;&#039;This year&#039;&#039;  screen within the &#039;&#039;&#039;View&#039;&#039;&#039; menu, is calculated from summing totals in dayfile.txt for a selected calendar year. For the default current year, it will exclude the current meteorological day.&lt;br /&gt;
&lt;br /&gt;
* The rainfall total reported by the &#039;&#039;&amp;lt;#ryear&amp;gt;&#039;&#039; web tag is for the rainfall season to date, it is calculated from taking today&#039;s rain and then adding the sum of the totals in dayfile.txt starting with the first (meteorological) day of the month specified in the &#039;rainfall season&#039; frame on the &#039;&#039;station settings&#039;&#039; screen within the &#039;&#039;&#039;Configuration&#039;&#039;&#039; menu, until the end of dayfile.txt is reached. So check you have specified the right starting month there before deciding the rainfall total shown is wrong. &lt;br /&gt;
&lt;br /&gt;
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 also on the [[Cumulus_Screenshots#Station|Station Configuration screen]].  Make sure you specify the first Cumulus operating year here, otherwise the extra will be added to the annual total for the wrong year!&lt;br /&gt;
&lt;br /&gt;
See immediately preceding FAQ [[#My_station_invented_some_rain_that_didn.27t_really_occur.2C_and_I_want_to_set_it_to_zero_.28or_some_other_figure.29 |correcting rainfall]]  for how to correct errors in total for particular days and how to correct the high extremes for the various periods.&lt;br /&gt;
&lt;br /&gt;
In all cases then restart Cumulus to get the monthly and annual totals recalculated from correct daily totals. &lt;br /&gt;
&lt;br /&gt;
If you need to correct within day values for trend graphs as well as the longer period totals, provided you know roughly when the rogue rainfall was recorded, find (and edit) it in the [[monthly_log_files]], field 11 (assuming date is field 0) is the count used to derive other parameters. Increasing the value in the count field, decreases the difference to the next (or current) count, and therefore reduces the rain in the in-between period.&lt;br /&gt;
&lt;br /&gt;
== The ‘gust’ line has disappeared from my graph  ==&lt;br /&gt;
&lt;br /&gt;
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. Depending on your weather station type, there are a few things you could try, to improve things. Decrease your station&#039;s logger interval, and if you have Cumulus calculating the wind speed average and you have a Fine Offset station, set &#039;Use speed for avg calculation&#039;.&lt;br /&gt;
&lt;br /&gt;
== My ‘gust’ values are the same as my ‘average’ wind speed values.  ==&lt;br /&gt;
&lt;br /&gt;
As above, you probably have Cumulus set to calculate a 10-minute average, and your station logger period is 10 minutes or longer, so your gust comes out the same as the average when using data from the logger. See the previous FAQ for suggestions on how to improve this.&lt;br /&gt;
&lt;br /&gt;
== I’ve just installed Cumulus, and it didn’t download all the old data from my weather station  ==&lt;br /&gt;
&lt;br /&gt;
Cumulus deliberately doesn’t attempt to download any data from before the point when you first run it. If you wish, although this isn&#039;t recommended, 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 (you will need to have run it at least once previously). Note that if you do this, it is at your own risk, and you will need to sort out any issues which may arise yourself.&lt;br /&gt;
&lt;br /&gt;
If you do this, you will probably need to edit your log files in the &#039;&#039;&#039;data&#039;&#039;&#039; folder as you may have duplicate entries and/or entries out of order. Your rain totals will almost certainly also be wrong - the total for &amp;quot;today&amp;quot; in particular. See the [[FAQ#My_station_invented_some_rain_that_didn.27t_really_occur.2C_and_I_want_to_set_it_to_zero_.28or_some_other_figure.29 |FAQ]] entry about correcting rainfall data. If you have only just started using Cumulus, you could delete all of the files in the data folder, and just create a simple today.ini as below. Then when you start Cumulus it will start again with just the data from the station&#039;s logger.&lt;br /&gt;
&lt;br /&gt;
Note that this method does not work for the Oregon WMR200 station. This station deletes logger entries when they are downloaded, and there is no mechanism for retrieving logger entries for a particular period - it just sends all the entries that it has. You may be able to circumvent this by creating a today.ini file in the data folder before you run Cumulus, with just this in it:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[General]&lt;br /&gt;
Date=10/04/2012&lt;br /&gt;
Timestamp=10/04/2012 10:00:00&lt;br /&gt;
CurrentYear=2012&lt;br /&gt;
CurrentMonth=4&lt;br /&gt;
CurrentDay=10&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Change the dates and time to match the point from which you want Cumulus to start downloading data. If the station has already sent the data, this may not work, unfortunately.&lt;br /&gt;
&lt;br /&gt;
If you stored data from your weather station (on another file-based system) before you first ran Cumulus, then you may be able to (using a text editor outside Cumulus) generate [[Monthly log files]] for the pre-Cumulus period.  See that Wiki article for more information on what you can then do with those files within Cumulus.&lt;br /&gt;
&lt;br /&gt;
== I have inserted pre-Cumulus data and now I get errors ==&lt;br /&gt;
&lt;br /&gt;
Probably some of your inserts used the wrong format (blank rows, fields with real numbers where integers expected, alternatively missing or duplicated fields). See [[:Category:Log_Files]]. Note that Cumulus will only flag errors in the log files that it reads (e.g. those relating to the period for which it displays trends graphs).  Check all the log files you have amended.&lt;br /&gt;
&lt;br /&gt;
== I have inserted pre-Cumulus data making &#039;Records began on&#039; date wrong ==&lt;br /&gt;
&lt;br /&gt;
Stop Cumulus and edit [[Cumulus.ini#Section:_Station | cumulus.ini (station section)]] within the main Cumulus folder. Change the &amp;quot;StartDate=&amp;quot; line. Be sure to use the same format for the date.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note&#039;&#039;&#039; &#039;&#039;StartDate=xxxx&#039;&#039; does &#039;&#039;not&#039;&#039; need to be updated for Cumulus to recognise earlier data in log files in its &#039;&#039;data&#039;&#039; subfolder.  &lt;br /&gt;
&lt;br /&gt;
It really represents &amp;quot;Cumulus began on&amp;quot;, so there is an alternative of leaving cumulus.ini unchanged, but editing default Cumulus &#039;&#039;recordsT.htm&#039;&#039; template twice:&lt;br /&gt;
*after the h2 heading is &#039;&#039;&amp;amp;lt;p&amp;amp;gt;Records began on &amp;lt;#recordsbegandate&amp;gt;. Here are the extremes recorded since then.&amp;amp;lt;/p&amp;amp;gt;&#039;&#039;;  you can replace &#039;&amp;lt;#recordsbegandate&amp;gt;&#039; with the new earliest date typed in as text; and&lt;br /&gt;
*at the start of the table is the &#039;&#039;&amp;amp;lt;caption&amp;amp;gt;Records Since &amp;lt;#recordsbegandate&amp;gt;&amp;amp;lt;/caption&amp;amp;gt;&#039;&#039;; replace the label &amp;quot;Records since&amp;quot; with &amp;quot;Cumulus began on&amp;quot; leaving the web tag unchanged.&lt;br /&gt;
&lt;br /&gt;
== Cumulus doesn’t show the same pressure as my Fine Offset console  ==&lt;br /&gt;
&lt;br /&gt;
Cumulus displays atmospheric pressure corrected to sea level. The console calls this ‘relative pressure’; it displays the letters &amp;quot;rel&amp;quot; when this is being displayed.  First of all, check&lt;br /&gt;
# that you are comparing the Cumulus display with the ‘relative’ pressure on your console,&lt;br /&gt;
# that only one copy of Cumulus is accessing the weather station (and no other software),&lt;br /&gt;
# that you do not have a &#039;EWpressureoffset=x.y&#039; line in the [Station] section of [[Cumulus.ini#Introduced_for_problems_with_Fine_Offset_family:| cumulus.ini]],&lt;br /&gt;
# and that you do not have a setting for pressure on the Cumulus calibration screen.&lt;br /&gt;
&lt;br /&gt;
The Fine Offset stations only store absolute/station pressure readings in their weather memory locations updated with each transmission and read by Cumulus. Within Cumulus, the software applies the adjustment to sea level before any further processing. It does &#039;&#039;not&#039;&#039; use the altitude setting in the cumulus station configuration screen.&lt;br /&gt;
Normally when Cumulus starts, it reads in [http://www.jim-easterbrook.me.uk/weather/mm/ the fixed block] in the console a pair of absolute/station pressure and relative/sea level pressure readings and uses the difference between these as the ‘offset’ in millibar for the station;  Cumulus uses this offset subsequently to calculate the sea level pressure (each time when reading the absolute pressure in the weather memory locations of the station), but it is possible to define the offset in cumulus.ini instead. &lt;br /&gt;
&lt;br /&gt;
Make sure that you have set your console&#039;s relative pressure correctly:&lt;br /&gt;
*for a push button operated model, press &#039;menu&#039; key 4 times for pressure mode, press &#039;enter&#039; to move to relative pressure setting, press &#039;up&#039; or &#039;down&#039; to adjust value.&lt;br /&gt;
*if your model uses a touch sensitive screen then it is probably tap the reading three times, then touch &#039;+&#039; or &#039;-&#039; to adjust value.&lt;br /&gt;
&lt;br /&gt;
The support forum includes discussion on where to find isobar charts or other sources to determine what the pressure should be.  Obviously after any adjustment you need to stop Cumulus, because it is when you restart it that Cumulus reads the new pressure offset.&lt;br /&gt;
&lt;br /&gt;
Sometimes the offset that cumulus reads from the fixed block is clearly garbage, so&lt;br /&gt;
# the cumulus error light is set,&lt;br /&gt;
# an error message suggests you check the station, and&lt;br /&gt;
# Cumulus uses zero offset instead as a best effort.&lt;br /&gt;
In this situation, Cumulus will display the same value as the &#039;absolute&#039; pressure on the console (no &amp;quot;rel&amp;quot; is displayed on the console when it is displaying absolute pressure). Often, if you restart Cumulus, it will then be able to read the correct value. If the problem happens often, you can circumvent it by editing cumulus.ini (while Cumulus is stopped), and in the [Station] section add an entry: &lt;br /&gt;
&lt;br /&gt;
 EWpressureoffset=x.y&lt;br /&gt;
&lt;br /&gt;
where x.y is your pressure offset. &#039;&#039;&#039;Cumulus will then use this instead of reading the fixed block offset from the station&#039;&#039;&#039;.  &lt;br /&gt;
&#039;&#039;&#039;Note&#039;&#039;&#039; that &#039;&#039;you must supply the offset in hPa&#039;&#039; (i.e. the millibar units that the station works with) and that this circumvention generally stops Cumulus from agreeing with the relative pressure displayed on the console.&lt;br /&gt;
&lt;br /&gt;
== My pressure suddenly dropped! Or suddenly increased!  ==&lt;br /&gt;
&lt;br /&gt;
If you have a Fine Offset station, and this happened when you (re)started Cumulus, it is quite likely a problem with reading the pressure &#039;offset&#039; from the station. See: &amp;quot;Cumulus doesn’t show the same pressure as my Fine Offset console&amp;quot; above.&lt;br /&gt;
&lt;br /&gt;
== I get an error when I try to view my all-time records. Also, they don’t appear on my web site  ==&lt;br /&gt;
&lt;br /&gt;
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. &lt;br /&gt;
&lt;br /&gt;
== I get an error when I close Cumulus  ==&lt;br /&gt;
&lt;br /&gt;
Cumulus does sometimes report an error when you close it. This does not appear to cause any problems, you can just close the error message. I don&#039;t seem to be able to do anything about this, as the &#039;crash&#039; is not in code that I have control over. You may be able to avoid this error by avoiding closing Cumulus while it is uploading to the internet. Please don&#039;t bother sending me a bug report about this. &lt;br /&gt;
&lt;br /&gt;
== My forecast says &amp;quot;Not available&amp;quot;  ==&lt;br /&gt;
&lt;br /&gt;
You can get Cumulus to create a simple forecast by selecting &#039;Cumulus Forecast&#039; on the Stations Settings screen. &lt;br /&gt;
&lt;br /&gt;
== My forecast always says &amp;quot;Exceptional Weather, Stormy, much precipitation&amp;quot;  ==&lt;br /&gt;
&lt;br /&gt;
You probably have incorrect Pressure Extreme settings in the Forecast section on the Station Settings window. Make sure that the values you have supplied match the units you have selected for the extremes. Note that the units for the extremes are not related to the units you have chosen for pressure display in Cumulus. The option of supplying mb/hPa or inHg for the extremes is merely a convenience; you can supply either, but the values and the units must of course match.&lt;br /&gt;
&lt;br /&gt;
== My computer hibernated/suspended, and I lost data/my graphs &#039;flat-lined&#039;  ==&lt;br /&gt;
&lt;br /&gt;
Cumulus can&#039;t cope with being suspended, it just carries on as normal after being woken. There is an option in the station settings to &#039;close on suspend&#039;, so Cumulus will close itself as a safety measure, if you forget to do it manually. Don&#039;t use the &#039;close on suspend&#039; option and the &#039;confirm shutdown&#039; option at the same time; this will cause problems. &lt;br /&gt;
&lt;br /&gt;
But I strongly recommend that you don&#039;t have your computer set to go into any form of standby while Cumulus is running - it&#039;s continuously gathering real-time data, after all, so it&#039;s a rather strange thing to do. &lt;br /&gt;
&lt;br /&gt;
== My heat index/humidex/wind chill is the same as my temperature  ==&lt;br /&gt;
&lt;br /&gt;
*Wind chill only applies when the average wind speed is above 4.8 kph &#039;&#039;&#039;and&#039;&#039;&#039; (by default in Cumulus as it should really always be set, but this is an option that can be unset) the temperature is below 10 degrees Celsius.  &lt;br /&gt;
*Heat index only applies when the temperature is above 27 degrees Celsius &#039;&#039;&#039;and&#039;&#039;&#039; the humidity is above 40%. &lt;br /&gt;
* Humidex does not have any &#039;cutoff&#039; values, but at low temperature and/or humidity it will give the same figure as ambient temperature.&lt;br /&gt;
&lt;br /&gt;
If heat index or wind chill is not applicable, Cumulus will set them the same as the ambient temperature.&lt;br /&gt;
&lt;br /&gt;
== Cumulus is showing a different wind speed compared to my console  ==&lt;br /&gt;
&lt;br /&gt;
You have probably misunderstood Cumulus processing of wind speeds, looking at different parameters, or different averaging periods.&lt;br /&gt;
*If you have a Davis weather station see [[#What_do_the_various_wind_speeds_in_Cumulus_correspond_to.2C_with_Davis_stations.3F]]&lt;br /&gt;
*If you have a Fine Offset station, see [[#What_do_the_various_wind_speeds_in_Cumulus_correspond_to.2C_with_Fine_Offset_stations.3F]] &lt;br /&gt;
* For Oregon Scientific and La Crosse stations see [[#How_do_I_set_up_recording_wind_speeds_in_Cumulus.2C_with_Oregon_Scientific_and_La_Crosse_stations]]&lt;br /&gt;
&lt;br /&gt;
Note that you can&#039;t compare the graphs drawn by Easyweather and Cumulus unless you are certain that they are plotting the same data. They can&#039;t both be running at the same time, so one would normally be plotting &#039;live&#039; data at a given interval, and the other will be plotting data downloaded from the station&#039;s logger. The wind speed will hence not normally be the same for a particular time on the graph as it may well have changed at the point that it is saved to the logger. The only situation where it &#039;&#039;would&#039;&#039; be valid to compare the graphs would be if neither were running at the times you are comparing, and both subsequently downloaded the same data from the logger.&lt;br /&gt;
&lt;br /&gt;
== I get error -32710 with Cumulus and my USB Davis station  ==&lt;br /&gt;
&lt;br /&gt;
The USB support in the Davis DLL which Cumulus uses doesn&#039;t seem to work. You need to use the CP210X USB/serial software which Davis supply, and use the station in serial mode. If you have previously been using your station with Weatherlink in USB mode, you will need to change to serial mode in Weatherlink before you can use the station with Cumulus. You can do this using [http://www.davisnet.com/support/weather/download/CP210X_USB_Serial_Converter_ver2.exe this utility from Davis]. See also this FAQ entry - http://wiki.sandaysoft.com/a/FAQ#How_do_I_get_my_Davis_station_with_USB_working_with_Cumulus.3F&lt;br /&gt;
&lt;br /&gt;
== When I start Cumulus, the graphs restart again each time and don&#039;t show the earlier data  ==&lt;br /&gt;
&lt;br /&gt;
You probably have an error in one or more data files. Look near the beginning of the latest file in the Diags folder for an error message which will tell you which file is in error and which line is causing the problem. It may simply be a blank line. Edit the file with Cumulus stopped. Note that you may need to repeat this process; only the first error is shown.&lt;br /&gt;
&lt;br /&gt;
This problem can also occur if you change your system format settings (date format, decimal and list separators etc). Again, check the diags file for a message about a number not being a valid floating point value.&lt;br /&gt;
&lt;br /&gt;
== The peak values on my graphs are not the same as my extreme values  ==&lt;br /&gt;
&lt;br /&gt;
The graphs are snapshots of the data, taken once a minute while Cumulus is running; it is not feasible to plot every data point. If the extreme value did not coincide exactly with the point at which the data was added to the graph, then it will not appear on the graph. The graphs are not intended to show all of the highs and lows, they are there to give an idea of the trends. This also applies to &#039;Select-A-Graph&#039;, which takes its data from the data logs; the highs and lows do not necessarily appear in the periodic data logs.&lt;br /&gt;
&lt;br /&gt;
This is most noticeable with wind gusts, the value of which can change rapidly, even over a period of a minute. The &#039;Plot latest gust&#039; setting causes the &#039;Latest&#039; figure (as shown on the main screen) to be plotted. What this figure represents exactly depends on your weather station type. This figure may vary rapidly, e.g. on Davis stations, it changes every 3 seconds or so. The graphs are plotted once a minute, and hence, with Davis stations, for example, there is approximately a one in 20 chance of any given &#039;latest&#039; figure actually being plotted.&lt;br /&gt;
&lt;br /&gt;
Cumulus also stores the peak value of the &#039;latest&#039; figure from the last 10 minutes. It calls this the &#039;gust&#039;, as this is a reasonable representation of a true &#039;gust&#039; figure. If you untick &#039;plot latest gust&#039;, it will plot this figure instead. As it contains the peak figure from the last 10 minutes, and the graph is plotted once a minute, plotting this value means that the high gust figure will always appear on the graph. The exception to this is with Davis stations, in the situation where the &#039;high gust&#039; figure has been read directly (as a way of ensuring that the high gust isn&#039;t missed) rather than by the usual reading of the current data. In this case, the gust is recorded as the high, but is not written to the current value, and hence does not appear on the graph, as it may be out of sequence with the current data.&lt;br /&gt;
&lt;br /&gt;
== My extreme values do not appear in the &#039;monthly&#039; data logs  ==&lt;br /&gt;
&lt;br /&gt;
The data logs are snapshots of the data, taken at the configured interval while Cumulus is running (or at the station&#039;s configured interval when data is read from the station&#039;s logger directly into the Cumulus monthly log). Cumulus, while it is running, reads the station frequently, detecting each change in observations, and can update extremes at each of these reading times.&lt;br /&gt;
&lt;br /&gt;
If the extreme value reading time did not immediately precede a time at which the data was logged, then it will not appear in the log. This is most noticeable with wind gusts, the value of which can change rapidly between log entries.&lt;br /&gt;
&lt;br /&gt;
Cumulus is designed to be kept running, if you only run it once a day, then the information it reads from the station&#039;s logger during catch up may miss extremes. For example &#039;&#039;when Cumulus reads the archive temperatures from a Davis station&#039;&#039;,  (in a compromise to allow Cumulus to have as much code as possible that is common to all weather station types) the design means that it ignores the first and second figures representing highest and lowest reported at each logged time, just reading the third figure that, depending on console configuration, is either the average value over the archive period or the final reading of the archive period (I don&#039;t know what the default is).&lt;br /&gt;
&lt;br /&gt;
== Cumulus takes a long time to download the data from my Davis station at start up  ==&lt;br /&gt;
&lt;br /&gt;
When Cumulus starts, it asks the station for all the data from the logger since the last time it was running. If the time-stamp that it supplies does not exactly match the time-stamp of an entry in the Davis logger, the station has a strange &#039;feature&#039; where it decides to send the entire contents of the logger. This will take some time to download, during which the Davis console display may appear to freeze. &lt;br /&gt;
#It is recommended that you enable the feature &#039;&#039;&#039;Synchronise station clock&#039;&#039;&#039; in the &#039;Settings&#039; block accessed from the &#039;&#039;Configuration&#039;&#039; menu  &#039;&#039;&#039;Station&#039;&#039;&#039; [[Cumulus_Screenshots#Station|Screen]].&lt;br /&gt;
#It is recommended that you set the logging interval in Cumulus (in the &#039;Data log interval&#039; block accessed from the &#039;&#039;Configuration&#039;&#039; menu  &#039;&#039;&#039;Station&#039;&#039;&#039; Screen) to the same interval as the station (the station interval can be changed using Weatherlink), then Cumulus will be able to make sure it uses a time-stamp that matches an entry in the logger. Note that this is mentioned in the &#039;&#039;&#039;readme.txt&#039;&#039;&#039; file that appears during the Cumulus installation, which you were asked to read at the time. If you didn&#039;t read it, it is strongly recommended that you do so now; it contains important information.&lt;br /&gt;
&lt;br /&gt;
Note that this situation can also occur if you close Cumulus and then start it up again shortly afterwards, for similar reasons. There is nothing that Cumulus can do about this, it is an issue with the logger (or Virtual VP).&lt;br /&gt;
&lt;br /&gt;
== My Davis console clock is not exactly the same as my PC clock, but I have &amp;quot;Synchronise station clock&amp;quot; selected ==&lt;br /&gt;
&lt;br /&gt;
The Davis protocol only allows hours and minutes to be set, so there is always likely to be a difference of up to 60 seconds between the PC and the station.&lt;br /&gt;
&lt;br /&gt;
== Today is the shortest/longest day, but Cumulus says that tomorrow will be a few seconds shorter/longer  ==&lt;br /&gt;
&lt;br /&gt;
The routines I use to calculate (at midnight GMT) the length of the day aren&#039;t really suitable for this level of accuracy and may use the previous day in one parameter. I don&#039;t consider it an issue.&lt;br /&gt;
&lt;br /&gt;
== Cumulus got the forecast wrong!  ==&lt;br /&gt;
&lt;br /&gt;
Cumulus uses a forecast based on the Zambretti Forecaster (see Google). I didn&#039;t design the algorithm myself and to be honest I don&#039;t know how it works, so I can&#039;t answer any questions about it. Note that this is a &#039;forecast&#039; for the following 12 hours or so; it is not a &#039;nowcast&#039; (what the weather is doing now). Please regard the forecast as &#039;for entertainment purposes only&#039;. Do not base any decisions on it, and bear in mind that it is a very simple calculation based on only a few basic parameters. Some people get reasonable results, others do not. You can try tweaking the pressure extreme settings (in the Forecast section in the station settings), but don&#039;t expect the forecast to be as good as that provided by the weather agencies which have invested millions in their forecasting systems.&lt;br /&gt;
&lt;br /&gt;
== I only see one set of points on the wind direction graph  ==&lt;br /&gt;
&lt;br /&gt;
This happens just after you restart Cumulus, if the data came from the weather station&#039;s logger (i.e. Cumulus hasn&#039;t been running for a while). Weather stations only supply a &#039;current&#039; direction, and Cumulus calculates the average direction when running &#039;live&#039;.  So there is only one set of data available to be plotted, if it comes from the station logger.&lt;br /&gt;
&lt;br /&gt;
== My average wind bearing remains at zero ==&lt;br /&gt;
&lt;br /&gt;
Cumulus will always show zero average bearing when the average wind speed is zero (it can&#039;t be otherwise because it&#039;s calculated using the wind speed). In addition, it will show zero current bearing when the current wind speed is zero if you have &#039;&#039;use bearing zero when calm&#039;&#039; selected in the [[Cumulus_Screenshots#Station|station]] settings (accessible from &#039;&#039;&#039;Configuration&#039;&#039;&#039; menu).&lt;br /&gt;
&lt;br /&gt;
This also happens if your anemonmeter has a fault.&lt;br /&gt;
&lt;br /&gt;
== My graphs appear to be plotted less frequently just after Cumulus starts up  ==&lt;br /&gt;
&lt;br /&gt;
When running live, Cumulus plots data at 1-minute intervals. When it starts up, it pre-fills the graphs with data from the log files, which generally (depending on how you have Cumulus and your station configured) will be at less frequent intervals. &lt;br /&gt;
&lt;br /&gt;
== I closed Cumulus, the &#039;please wait&#039; form appeared, but Cumulus didn&#039;t close, even after several minutes  ==&lt;br /&gt;
&lt;br /&gt;
If you&#039;ve closed Cumulus shortly after it has downloaded a lot of data from the logger, it can take a while for the logging thread to get everything written away to disk, and Cumulus won&#039;t close until this has completed. However, in some circumstances, there seems to be a situation where Cumulus will never close, so you will need to close it with task manager. If you think you know what conditions cause this to happen, please let me know. &lt;br /&gt;
&lt;br /&gt;
== Cumulus isn&#039;t logging data at the interval that I set  ==&lt;br /&gt;
&lt;br /&gt;
It logs data at the interval you have configured, while it is running. If there is data to read from the station logger at start up, each logger entry is logged to the Cumulus log files, so those entries will be at the logger interval that you have configured in your station.&lt;br /&gt;
&lt;br /&gt;
== Cumulus takes a very long time to shut down ==&lt;br /&gt;
&lt;br /&gt;
You may have closed it very soon after starting it up, when it had a lot of data to download from the station logger, and you use Weather Underground. From version 1.9.1  there is a facility where it &#039;catches up&#039; with data that hasn&#039;t been uploaded to Weather Underground while it hasn&#039;t been running. This takes a little while, and if you close it while it is doing it, it will take a long time for all of the updates to time out. You need to give it sufficient time to finish the upload. From version 1.9.2, there is a &#039;catch up&#039; light which shows that the upload is taking place, and the &#039;catch up&#039; is optional&#039;; and it will abort much more quickly if you still close it while the catch up is taking place. &lt;br /&gt;
&lt;br /&gt;
== My temperature Min/Max/Avg graph is empty ==&lt;br /&gt;
&lt;br /&gt;
The most likely explanation is that you have only recently started running Cumulus (in the last day or two). It adds new values to this graph at the end of each day; it wouldn&#039;t make sense to add a value part of the way through the day, and you need a few points to be plotted before the graph starts to take shape. You need to wait until you have been running Cumulus for a few days.&lt;br /&gt;
&lt;br /&gt;
If you&#039;ve been running Cumulus for more than a few days, but the graph is still empty, the most likely explanation is that it was unable to read your dayfile.txt file. Look at the latest file in the &#039;diags&#039; folder (the files are plain text) for error messages mentioning dayfile.txt.&lt;br /&gt;
&lt;br /&gt;
== The longest dry/wet spell for this month/year includes days from last month/year ==&lt;br /&gt;
&lt;br /&gt;
This is intentional. I decided that it didn&#039;t make sense to arbitrarily chop off a dry/wet spell at the start of the month/year, as then the figure is meaningless. So the figures are to be interpreted as &amp;quot;the longest dry/wet spell which includes this month/year&amp;quot;. I note that other software takes the same approach.&lt;br /&gt;
&lt;br /&gt;
== Cumulus isn&#039;t performing periodic tasks, like data logging or web uploads ==&lt;br /&gt;
&lt;br /&gt;
Cumulus assumes a certain level of weather station functionality. It checks that it has received data from a number of sensors (e.g. pressure and outside temperature) before it starts periodic calculations, logging, uploading to the web, or drawing graphs. This is an attempt to make sure that bad data is not logged. If your weather station is not fully functional, you will not be able to use Cumulus fully. &lt;br /&gt;
&lt;br /&gt;
You can over-ride the start up check by adding a line to the [Station] section of [[Cumulus.ini#Section:_Station|cumulus.ini]], thus: &#039;&#039;NoSensorCheck=1&#039;&#039;&lt;br /&gt;
(You need to do this while Cumulus is stopped). Note that you are likely to get bad data logged if you do this.&lt;br /&gt;
&lt;br /&gt;
== I&#039;ve changed my Twitter password, and now Cumulus won&#039;t update Twitter ==&lt;br /&gt;
&lt;br /&gt;
You need to force Cumulus to re-authenticate with Twitter. Stop Cumulus and edit cumulus.ini. Find the [Twitter] section, and &#039;&#039;&#039;delete&#039;&#039;&#039; the lines which start&lt;br /&gt;
&lt;br /&gt;
OauthToken=&lt;br /&gt;
 &lt;br /&gt;
OauthTokenSecret=&lt;br /&gt;
&lt;br /&gt;
Start Cumulus and it should be able to update Twitter again.&lt;br /&gt;
&lt;br /&gt;
== When I start Cumulus, I get the error message &amp;quot;The station is not initialised&amp;quot; ==&lt;br /&gt;
&lt;br /&gt;
For Fine Offset stations, when Cumulus starts up, it checks the first two bytes of the station&#039;s memory. They are supposed to contain the values Hex 55 and Hex AA to indicate that the station has initialised itself correctly. If they do not, then presumably the station has had some kind of internal problem, so Cumulus doesn&#039;t try to read any data from it. A reset of the station normally fixes this - remove the batteries and the USB cable; but note that you will almost certainly lose any stored data in the logger.&lt;br /&gt;
&lt;br /&gt;
If you want to force Cumulus to ignore this check (not recommended), edit cumulus.ini and add a line to the [Station] section: &#039;&#039;EWdisablecheckinit=1&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
You will most likely not have any success with this, as your station memory is probably corrupted anyway.&lt;br /&gt;
&lt;br /&gt;
Note that for this setting to work, you need to be using version 1.9.3, build 1034 or later.&lt;br /&gt;
&lt;br /&gt;
== How do I correct today&#039;s or yesterday&#039;s highs and lows? ==&lt;br /&gt;
&lt;br /&gt;
Today&#039;s totals, highs and lows (and yesterday&#039;s rain total) are held in [[today.ini]] in the Cumulus data folder. Yesterday&#039;s totals (including RG11 rain but not standard rain), highs and lows are held in [[yesterday.ini]]. Follow the cross-references if you are unsure which parameter is what. To change any values, stop Cumulus and edit the file(s) in a text editor. Be sure to keep any date and time formats the same. If you are editing yesterday&#039;s highs and lows, you might also need to edit [[Dayfile.txt#Editing_daily_summary_in_Cumulus|dayfile.txt]], as the same values will probably have been written to that file. You can use the [[Cumulus_Screenshots#File.2FEdit.2FHelp_Menu|built-in dayfile editor]] in Cumulus to do this. If your all-time and/or monthly all-time records have been affected, see the [[#How_do_I_correct_my_all-time_.28or_monthly_all-time.29_records.3F|FAQ entry below]].&lt;br /&gt;
&lt;br /&gt;
If the value you want to change is today&#039;s high hourly rain figure, it is best to wait until the current figure has returned to a sensible value. There is no easy way to correct the current figure, so if you change it in today.ini while the current figure is incorrect, the high value in today.ini will immediately be changed again when you start Cumulus.  More information about correcting rain [[#My_station_invented_some_rain_that_didn.27t_really_occur.2C_and_I_want_to_set_it_to_zero_.28or_some_other_figure.29 |in this FAQ]].&lt;br /&gt;
&lt;br /&gt;
If the problem occurred because Cumulus wasn&#039;t able to download the data from the station&#039;s logger when you started it up in the morning (or perhaps you turned off the &#039;use data logger&#039; setting for some reason), you can get it to try again by &#039;rewinding&#039; to the time when you started Cumulus, and allowing it to try again. Cumulus takes a copy of the current files each time it starts up, and puts them in a folder in the backup folder in the Cumulus installation. Stop Cumulus, and find the backup folder with the appropriate timestamp, and copy all of the files from the backup folder into the Cumulus data folder, and start Cumulus up again.&lt;br /&gt;
&lt;br /&gt;
== How do I correct my all-time (or monthly all-time) records? ==&lt;br /&gt;
&lt;br /&gt;
Use the editor in Cumulus - on the Edit menu. If you know the correct figures, you can enter them manually.&lt;br /&gt;
*You can look at the [[Alltimelog.txt]] file to find the previous values for the [[Monthlyalltime.ini|all-time records]].&lt;br /&gt;
*Similar entries are logged to the [[diags]] files for the monthly highs and lows in [[month.ini]]. &lt;br /&gt;
*You can also get the editor to scan the [[dayfile.txt|daily summary log]] and [[Monthly_log_files]] to find the highs and lows from those files, click the Help button for details. Note that to use this facility you first need to correct any incorrect values in the files being scanned; you can use the built-in editor in Cumulus to edit dayfile.txt.&lt;br /&gt;
&lt;br /&gt;
Cumulus takes a backup of all the active data files when it starts up, and also at the start of the meteorological day (just after midnight for a lot of users). The backups are kept in folders within the backup sub-folder in the Cumulus installation. So an alternative method would be to find the latest backup from before the error occurred, and copy the &#039;&#039;alltime.txt&#039;&#039; and/or &#039;&#039;monthlyalltime.txt&#039;&#039; file from the backup to the Cumulus data folder. Do this with Cumulus stopped.&lt;br /&gt;
&lt;br /&gt;
There is more information in [[:Category:Log_Files]], on the page for each type of file.&lt;br /&gt;
&lt;br /&gt;
== It&#039;s January 1st and my &#039;rain since midnight&#039; and/or &#039;last 24 hours rain&#039; and/or Evapotranspiration are wrong/negative ==&lt;br /&gt;
&lt;br /&gt;
You are probably using a Davis station. Cumulus needs an incrementing rain counter to calculate all of the rain figures, and the nearest to that on a Davis station is the annual total. When this resets at the end of the year, this causes some of the rain data to show odd values for a day. You will notice this particularly if you use an 0900 start of meteorological day, as the &#039;rain since midnight&#039; figure is used for services such as Weather Underground. There&#039;s no easy solution to this, sorry.&lt;br /&gt;
&lt;br /&gt;
== Cumulus stops at the &amp;quot;Downloading data&amp;quot; screen ==&lt;br /&gt;
&lt;br /&gt;
If you have a Fine Offset station, this is probably caused by the station&#039;s USB interface locking up - a known problem with some Fine Offset stations. You should be able to get it going again by doing a reset - remove batteries and the USB cable. Recent Fine Offset models have a problem where they can lock up frequently, requiring a reset. From version 1.9.3 of Cumulus onwards, there is an option to synchronise the reading of data with the console writing the data, to avoid doing both at the same time, and this seems to avoid most lockups. The setting is &amp;quot;Synchronise Fine Offset reads&amp;quot; on the station settings screen.&lt;br /&gt;
&lt;br /&gt;
If you look in the status bar at the bottom of the Cumulus window, there may a message &amp;quot;Error: no response&amp;quot;; this would confirm that the station has locked up and needs resetting.&lt;br /&gt;
&lt;br /&gt;
If you are using the &amp;quot;Synchronise&amp;quot; setting but are still getting frequent console interface lockups, then the clocks on the console and the platform running Cumulus may be drifting too far between synchronisations. Look in the diags files for the word &amp;quot;drift&amp;quot; and see how many seconds apart the clocks are drifting. If it is more than 3 seconds, you will need to adjust the period that Cumulus allows where it doesn&#039;t read the console data. Stop Cumulus and edit Cumulus.ini. In the [Station] section, add a line:&lt;br /&gt;
&lt;br /&gt;
FOReadAvoidPeriod=N&lt;br /&gt;
&lt;br /&gt;
where N is the required setting in seconds. If you find you are getting a drift of 9 seconds, say, you might set the value to 10.&lt;br /&gt;
&lt;br /&gt;
== Cumulus locks up when it starts and I have to use the task manager to kill it ==&lt;br /&gt;
&lt;br /&gt;
If you have a &#039;&#039;Fine Offset station&#039;&#039;, this is most likely caused by the station&#039;s interface locking up, i.e the station has stopped communicating with the PC.&lt;br /&gt;
&lt;br /&gt;
The problem where Cumulus locks up when the Fine Offset station doesn&#039;t respond is fixed in version 1.9.4. If you look in the status bar at the bottom of the Cumulus main window, there may be a message &amp;quot;Error: no response&amp;quot;; this would confirm that the station has locked up and needs resetting.&lt;br /&gt;
&lt;br /&gt;
You should be able to get the station going again by doing a reset - either remove console batteries and the USB cable or press the reset button hidden below the small hole (on 1081-based models, above the top RH corner of the battery cover). Recently manufactured Fine Offset models have a problem where they can lock up frequently, requiring a power reset. From version 1.9.3 of Cumulus onwards, there is an option on &#039;&#039;station settings screen&#039;&#039; to &#039;&#039;&#039;Synchronise Fine Offset Reads&#039;&#039;&#039; (Cumulus reading data from console) with the timing of received transmissions from sensors updating the data, to avoid doing both at the same time, and this seems to avoid most lockups.&lt;br /&gt;
&lt;br /&gt;
== Error messages with &amp;quot;Error on line...&amp;quot; or &amp;quot;Error at line...&amp;quot; ==&lt;br /&gt;
&lt;br /&gt;
These are corruptions in the log files, typically caused by Cumulus being unexpectedly closed (e.g. killed using Task Manager, or a PC reboot) while it is writing to the log files, but there can be other causes. The error message may say something like &amp;quot;List index out of bounds&amp;quot;. The error message will name the affected file(s) and the affected line number(s).&lt;br /&gt;
&lt;br /&gt;
Stop Cumulus and open the named file(s) in a good text editor, such as Notepad++. Do not use Notepad. At the line number(s) mentioned correct the error(s), which will be obvious as the lines won&#039;t look like the other lines, they will be blank or have garbage characters, or perhaps two lines have been run together. Save the file(s) and start Cumulus again.&lt;br /&gt;
&lt;br /&gt;
== Cumulus gives an error and won&#039;t run on my HP computer ==&lt;br /&gt;
&lt;br /&gt;
It&#039;s a known problem with HP computers; they have missing fonts. One solution is to install [http://www.microsoft.com/en-us/download/details.aspx?DisplayLang=en&amp;amp;id=16083 this font update] from Microsoft. It appears that computers other than HP can have the same font issue, so it is worth installing the font update anyway, if you get a problem where Cumulus won&#039;t start.&lt;br /&gt;
&lt;br /&gt;
== The headings or data look wrong in the data log viewer ==&lt;br /&gt;
&lt;br /&gt;
You&#039;re probably trying to view the wrong type of file. Use [[Cumulus_Screenshots|menus]] on main screen.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;View | Data logs&amp;quot; is only for the monthly data logs, e.g. Oct13log.txt, &amp;quot;View | Extra data logs&amp;quot; is for &amp;quot;extra&amp;quot; data logs, e.g. ExtraLog201310.txt, and if you want to view the daily summaries in dayfile.txt, use the dayfile.txt editor - &amp;quot;Edit | dayfile.txt&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
== The wind rose in Cumulus does not display anything with my Fine Offset ==&lt;br /&gt;
&lt;br /&gt;
The Fine Offset weather stations are supposed to supply data for 16 wind directions, however the design is such that most of them only actually use 8 of the possible 16. Try setting the wind rose to only display 8 directions by setting the &#039;wind rose points&#039; value to 8 on the display settings screen.&lt;br /&gt;
&lt;br /&gt;
== I&#039;ve set the graph background to white, but there&#039;s a problem with the small wind direction graph ==&lt;br /&gt;
&lt;br /&gt;
This appears to be an issue with the third party chart component. The work around is to choose a gradient background and set all three colours in the gradient to white.&lt;br /&gt;
&lt;br /&gt;
== My Weather Underground tabular data interval is not the same as the interval I&#039;ve set in Cumulus (I&#039;m using Rapid Fire) ==&lt;br /&gt;
&lt;br /&gt;
If you have selected &#039;rapid fire&#039;, the data is uploaded every 5 seconds, and the interval you configure in Cumulus is not used. Weather Underground decide how often your tabular data is logged when using rapid fire, not Cumulus.&lt;br /&gt;
&lt;br /&gt;
== My WU or PWS highest and lowest do not match Cumulus ==&lt;br /&gt;
&lt;br /&gt;
Note that Cumulus does not send minimum and maximum values to PWS and WU, they determine those themselves from the individual values that Cumulus sends.&lt;br /&gt;
&lt;br /&gt;
== My monthly (month-by-month) all-time records don&#039;t have entries for all of the months that I have been using Cumulus ==&lt;br /&gt;
&lt;br /&gt;
You need to initialise them. See the release announcement for version 1.9.3, which is when this facility was introduced: http://sandaysoft.com/forum/viewtopic.php?f=2&amp;amp;t=9286&lt;br /&gt;
&lt;br /&gt;
You only need to do this once; when you have initialised them, Cumulus will keep them up to date thereafter.&lt;br /&gt;
&lt;br /&gt;
== I am getting I/O error 32 or I/O error 103 ==&lt;br /&gt;
&lt;br /&gt;
I/O error 32 = ERROR_SHARING_VIOLATION; &amp;amp;nbsp; I/O error 103 = &#039;file not open&#039; mean something on your system has one of the Cumulus files open, preventing Cumulus writing to it (Cumulus needs exclusive access).  If you are seeing &amp;quot;file access denied&amp;quot;, you may have a permissions problem.&lt;br /&gt;
Possible reasons for locked files:&lt;br /&gt;
# Anti-virus, or back-up, software scanning/accessing the file (this is the cause in almost all cases that I&#039;ve seen).&lt;br /&gt;
# An edit or file transfer in progress (the Cumulus thread for logging and the Cumulus thread for FTP are independent so can overlap). This is likely to happen if you are getting Cumulus to frequently upload the log file to your web site.&lt;br /&gt;
# Some other software that a user is running which is processing the file in some way.&lt;br /&gt;
# More than one instance of Cumulus running (see [[#Can_I_run_2_copies_of_Cumulus.3F]]).&lt;br /&gt;
# An issue with the system clock on the PC.&lt;br /&gt;
&lt;br /&gt;
== I have problems after upgrading to Windows 10 ==&lt;br /&gt;
See this forum post - http://sandaysoft.com/forum/viewtopic.php?f=2&amp;amp;t=14148&lt;br /&gt;
&lt;br /&gt;
= Website =&lt;br /&gt;
&lt;br /&gt;
== How do I set up a website? ==&lt;br /&gt;
The crucial settings are selected on the &#039;&#039;Internet&#039;&#039; screen in the &#039;&#039;&#039;Configuration&#039;&#039;&#039; menu. &lt;br /&gt;
*On the &#039;&#039;Sites/Options&#039;&#039; tab, you must have &#039;&#039;&#039;Auto Update&#039;&#039;&#039; selected if you want Cumulus to generate web pages at the standard interval.  Other parameters will depend on your particular set-up, but are explained in the Cumulus &#039;&#039;&#039;Help&#039;&#039;&#039; and in Wiki pages starting with [[Website_setup]] and following links as required. &lt;br /&gt;
*On the &#039;&#039;Files&#039;&#039; tab, you select whether to use the standard Cumulus templates and images, or specify your own templates and destinations.&lt;br /&gt;
&lt;br /&gt;
== I’ve configured my ftp details but the web pages aren’t appearing on my site  ==&lt;br /&gt;
&lt;br /&gt;
Try setting ‘use active FTP mode’. If you already have it set, try unsetting it. If it was previously working OK, something may have changed on your network, or at the server end.&lt;br /&gt;
&lt;br /&gt;
== I’ve tried active FTP mode, but my web pages (or my realtime.txt file) still don’t appear?  ==&lt;br /&gt;
&lt;br /&gt;
Are you absolutely sure you have set the ftp path correctly? Most problems like this are a result of an incorrect path. Note that the information in the &#039;FTP progress&#039; window is not generally useful for diagnosing upload issues&#039; try turning on the ftp logging (on the Configuration menu) and look in the ftplog.txt and realtimeftplog.txt files (in the Cumulus folder). It is best to supply a relative path - i.e. with no leading &#039;slash&#039;. Please don&#039;t ask me what path you need to supply, it is impossible for me to guess how your web space is set up. If you cannot work it out, ask your web space provider for help.&lt;br /&gt;
&lt;br /&gt;
== How do I replace the &#039;bird&#039; image on my website? ==&lt;br /&gt;
&lt;br /&gt;
There are several ways to change the image of the &#039;bird&#039; on the standard Cumulus web page.  You will need a [[FTP tool]].&lt;br /&gt;
* The simplest way is to upload a new picture to the images folder of your website; the file should be called picture.jpg.   Please ensure the image is not too large and bear in mind it will appear on the bottom left of the page; the site data may cover some of the image.  As a guide, the default image is 600 x 450 pixels.&lt;br /&gt;
* Secondly, you may upload an image using your own file name.  Edit the &#039;&#039;weatherstyle.css&#039;&#039; file and look for the line &amp;lt;tt&amp;gt;background-image: url(images/picture.jpg);&amp;lt;/tt&amp;gt; around line 9 and adjust as necessary.  Upload the edited css file to your website.&lt;br /&gt;
* if you wish to remove the image completely edit the &#039;&#039;weatherstyle.css&#039;&#039; file and remove the line &amp;lt;tt&amp;gt;background-image: url(images/picture.jpg);&amp;lt;/tt&amp;gt;  Upload the edited css file to to your website.&lt;br /&gt;
&lt;br /&gt;
NOTE: It is not recommended that you overwrite the image in your local folder (webfiles\images\picture.jpg) because that gets overwritten when you update to a new build of Cumulus. Ideally your image will be in its own local folder outside the Cumulus structure.&lt;br /&gt;
&lt;br /&gt;
== Why does the heading say &#039;weather weather&#039; ? ==&lt;br /&gt;
&lt;br /&gt;
The standard first template page contains &#039;&#039;&#039;&amp;amp;lt;h1&amp;amp;gt;&amp;amp;lt;#location&amp;amp;gt; weather&amp;amp;lt;/h1&amp;amp;gt;&#039;&#039;&#039;, so do not include &#039;weather&#039; in your station name (this is what the tag &amp;amp;lt;#location&amp;amp;gt; represents, see next answer) to avoid it being duplicated.&lt;br /&gt;
&lt;br /&gt;
== How do I change the &amp;quot;Welcome to.&amp;quot; on the front page ==&lt;br /&gt;
&lt;br /&gt;
The Welcome message is controlled within Cumulus.  Click on the &#039;&#039;Station&#039;&#039; screen in &#039;&#039;&#039;Configuration&#039;&#039;&#039; menu and Edit the &#039;&#039;&#039;Description&#039;&#039;&#039; field within the Location frame to amend what the tag &amp;lt;#longlocation&amp;gt; represents in &amp;quot;Welcome to &amp;amp;lt;#longlocation&amp;amp;gt;.&amp;quot; on template page.&lt;br /&gt;
&lt;br /&gt;
== I don&#039;t have a solar sensor. How do I remove the solar data from the supplied web templates? ==&lt;br /&gt;
Locate the Cumulus &#039;web&#039; folder on your PC and edit the following files (there are comments in the html to guide you):&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;indexT.htm&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Remove the following code:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
  &amp;lt;!-- Solar data. If you don&#039;t have a solar sensor, you may wish to delete everything from here to the next comment --&amp;gt;&lt;br /&gt;
  &amp;lt;tr class=&amp;quot;td_temperature_data&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;Solar Radiation&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;&amp;lt;#SolarRad&amp;gt;&amp;amp;nbsp;W/m&amp;amp;sup2;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;Evapotranspiration Today&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;&amp;lt;#ET&amp;gt;&amp;amp;nbsp;&amp;lt;#rainunit&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;/tr&amp;gt;&lt;br /&gt;
  &amp;lt;!-- End of solar data --&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;todayT.htm&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
Remove the following code:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
    &amp;lt;!-- Solar data. If you don&#039;t have a solar sensor, you may wish to delete everything from here to the next comment --&amp;gt;&lt;br /&gt;
    &amp;lt;tr class=&amp;quot;td_temperature_data&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;td&amp;gt;Hours&amp;amp;nbsp;of&amp;amp;nbsp;Sunshine&amp;lt;/td&amp;gt;&lt;br /&gt;
      &amp;lt;td&amp;gt;&amp;lt;#SunshineHours&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
      &amp;lt;td&amp;gt;&amp;amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;!-- End of solar data --&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;yesterdayT.htm&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Remove the following code:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
    &amp;lt;!-- Solar data. If you don&#039;t have a solar sensor, you may wish to delete everything from here to the next comment --&amp;gt;&lt;br /&gt;
    &amp;lt;tr class=&amp;quot;td_temperature_data&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;td&amp;gt;Hours&amp;amp;nbsp;of&amp;amp;nbsp;Sunshine&amp;lt;/td&amp;gt;&lt;br /&gt;
      &amp;lt;td&amp;gt;&amp;lt;#YSunshineHours&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
      &amp;lt;td&amp;gt;&amp;amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;!-- End of solar data --&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== How do I remove Inside Temperature graph or add solar/UV/sunshine? ==&lt;br /&gt;
&lt;br /&gt;
Locate the Cumulus &#039;web&#039; folder on your PC and edit the following file:&lt;br /&gt;
&#039;&#039;&#039;trendsT.htm&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Modify the following code:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
    &amp;lt;td class=&amp;quot;td_thumbnails&amp;quot;&amp;gt;&amp;lt;a onclick=&#039;changeImage(&amp;quot;images/intemp.png&amp;quot;)&#039;&amp;gt;&amp;lt;img src=&amp;quot;images/intempsm.png&amp;quot; alt=&amp;quot;Inside Temperature Graph Thumbnail&amp;quot; width=&amp;quot;150&amp;quot; height=&amp;quot;100&amp;quot; style=&amp;quot;border:0&amp;quot; /&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
*To simply remove &#039;&#039;&#039;Inside Temperature&#039;&#039;&#039; graph, change code above to this&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
*If you want to stop Cumulus uploading the indoor temperature graph, you can un-tick &#039;Include standard images&#039; on the &#039;files&#039; tab of the internet settings, and list all of the images that you still want to be uploaded as extra files. As there will likely be more than 10 files, you would need to do this by editing Cumulus.ini.&lt;br /&gt;
*To show solar instead, replace &#039;intemp.png&#039; with &#039;solar.png&#039;, replace &#039;intempsm.png&#039; with &#039;solarsm.png&#039;, and change the wording of the value associated with the alt property.&lt;br /&gt;
*To make Cumulus upload the solar graph, select it on the &#039;files&#039; tab of the internet settings.&lt;br /&gt;
*To show sunshine instead, replace &#039;intemp.png&#039; with &#039;sunshine.png&#039;, replace &#039;intempsm.png&#039; with &#039;sunshinesm.png&#039;, and change the wording of the value associated with the alt property.&lt;br /&gt;
*To make Cumulus upload the sunshine graph, select it on the &#039;files&#039; tab of the internet settings.&lt;br /&gt;
*To show UV instead, replace &#039;intemp.png&#039; with &#039;uv.png&#039;, replace &#039;intempsm.png&#039; with &#039;uvsm.png&#039;, and change the wording of the value associated with the alt property.&lt;br /&gt;
*To make Cumulus upload the UV graph, select it on the &#039;files&#039; tab of the internet settings.&lt;br /&gt;
&lt;br /&gt;
If you want to do more than a straight one for one swap see [[Customised_templates#Slightly_less_simple_customisation_of_trendsT.htm| customisation page here]].&lt;br /&gt;
&lt;br /&gt;
== How do I include extra items on supplied web templates? ==&lt;br /&gt;
&lt;br /&gt;
Open the folder cumulus\web and edit the relevant file named xxxxxT.htm.  For example instead of deleting the sections in the [[#I don&#039;t have a solar sensor. How do I remove the solar data from the supplied web templates?|remove solar answer]], edit their contents.&lt;br /&gt;
See [[Customised_templates#Changing_the_Standard_Templates]] for fuller description.&lt;br /&gt;
&lt;br /&gt;
If you do change the standard templates, take a copy of your new versions, and store elsewhere.&lt;br /&gt;
The sub-folder cumulus\web\originals has copies of the standard templates from the installed build, do not edit these.&lt;br /&gt;
When you install a new build of Cumulus, you have an option to replace or not replace the contents of cumulus\web with the new build&#039;s standard templates.&lt;br /&gt;
&lt;br /&gt;
== How do I upload extra web pages? ==&lt;br /&gt;
&lt;br /&gt;
See Cumulus help for the Internet Settings screen, or for a step-by-step guide see [[Customised_templates#What_to_select_on_the_.27Files.27_tab_of_the_Internet_Settings_screen_within_the_.27Configuration.27_menu]]&lt;br /&gt;
&lt;br /&gt;
== What character encoding does Cumulus use for the web pages it generates? ==&lt;br /&gt;
&lt;br /&gt;
Cumulus 1.9.4 build 1093 changed all the template pages from XHTML 1.0 Transitional using charset=iso-8859-1 encoding to HTML 5 using charset=&amp;quot;UTF-8&amp;quot; encoding. It uses this without [http://en.wikipedia.org/wiki/Byte_order_mark Byte Order Mark] (BOM).&lt;br /&gt;
&lt;br /&gt;
From that build, you can tell Cumulus which of those two encodings to use:&lt;br /&gt;
*For standard template names in standard &#039;cumulus\web&#039; folder, if you replace them with customised templates not using [http://en.wikipedia.org/wiki/UTF-8 &amp;quot;Universal Character Set Transformation Format — 8-bit&amp;quot; (UTF-8)], &lt;br /&gt;
**unselect &#039;&#039;&#039;UTF-8 encode&#039;&#039;&#039; in the web settings frame on the Sites/Options tab of Internet settings screen in Configuration menu. &lt;br /&gt;
**Cumulus will then, as in earlier builds, use [http://en.wikipedia.org/wiki/ISO-8859-1 iso-8859-1] encoding.&lt;br /&gt;
*For extra templates, the Files tab of the Internet settings screen in Configuration menu has the option to choose which of the two Cumulus encodings to use.  See Wiki article referenced in previous answer.&lt;br /&gt;
&lt;br /&gt;
Note that since Cumulus 1.9.4 build 1078 there has been an option on the NOAA Setup screen in Configuration menu to specify whether character set utf-8 encoding is to be used for those reports.&lt;br /&gt;
&lt;br /&gt;
== Why does a standard gauges web page have text where it should show gauges? ==&lt;br /&gt;
&lt;br /&gt;
[[File:Gauges missing.jpg]] If a standard Cumulus &#039;gauges.htm&#039; web page displays like this then either&lt;br /&gt;
&lt;br /&gt;
1) (Most Likely) The weather station owner has not loaded the required files/folders onto his/her server; &lt;br /&gt;
* The gauges graphics require the &#039;images&#039; subfolder (see next answer), containing the script and many images to be pre-loaded in the &#039;dbimages&#039; subfolder.&lt;br /&gt;
* All these should exist within the destination folder that holds the HTML files as instructed in the Cumulus Help (&#039;setting up your website&#039; page)  &lt;br /&gt;
* Also explained in [[Simple Website setup]] on this Wiki.&lt;br /&gt;
&lt;br /&gt;
or 2) JavaScript is not enabled (or not available) in the browser being used to view the page (if not enabled, this can be switched on in either &#039;Options&#039;, &#039;Preferences&#039; or &#039;Settings&#039; depending on browser). Note that Firefox version 23 has removed the ability to change this in Option preferences, so ignore this solution in that browser.&lt;br /&gt;
&lt;br /&gt;
or 3)  You are using a browser add-on such as &#039;NoScript&#039; (over 2 million use this) which requires you to explicitly turn on JavaScript for each web site you visit within the &#039;NoScript&#039; options.  (This sort of add-on may be used to restrict advertising or tracking of your actions, or for security against unwanted processes being started by sites you visit).&lt;br /&gt;
&lt;br /&gt;
== Why are there no graphs on my standard trends web page? ==&lt;br /&gt;
&lt;br /&gt;
Either 1) You have not created an images sub-folder (within your folder that holds web pages) as instructed in the Cumulus Help (&#039;setting up your website&#039; page) -  also explained in [[Simple Website setup]].  In this case, the bird image will not be appearing in the bottom left corner of your web pages.&lt;br /&gt;
&lt;br /&gt;
Or 2) You have switched off &#039;&#039;&#039;Include Standard Images&#039;&#039;&#039; on the file tab of the Internet dialogue of the configuration menu.  In this case Cumulus believes you are working in a non-standard way, and does not automatically upload the graphs (nor moon image).&lt;br /&gt;
&lt;br /&gt;
== What is the size of the standard Cumulus update? ==&lt;br /&gt;
&lt;br /&gt;
The default is that all of the standard pages and standard images are uploaded on each update at whatever standard update frequency you select. &lt;br /&gt;
&lt;br /&gt;
In total for version 1.9.2, it&#039;s about half a megabyte - about 100kB for the pages (about half of that is the gauges.htm page with all the detailed wind plotting points, and half the other pages) and 400kB for the variable images (moon phase, some gauges images and trend graphs - the exact size of latter can vary if you change the period they cover).&lt;br /&gt;
&lt;br /&gt;
Version 1.9.3 adds the monthly records page which contains 12 months worth of a lot of data, and adds 25kB to every update (although usually very little changes between updates).&lt;br /&gt;
&lt;br /&gt;
The NOAA monthly and annual pages are uploaded once a day, that is another 8kB for a full month and full year, obviously less at the start of a month/year.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Optional extras&#039;&#039;&#039;&lt;br /&gt;
*[[realtime.txt]] file, this is less than 1kB (1024 Bytes) in size.&lt;br /&gt;
*[[dayfile.txt]] a file that is about (30 times number of years) kB&lt;br /&gt;
*The files required to update external sites are no more than a few kB.&lt;br /&gt;
&lt;br /&gt;
== How do I upload my own pages or files once a day? ==&lt;br /&gt;
&lt;br /&gt;
Cumulus allows you to specify a command (with optional parameters) that will be actioned just after daily rollover. The command is entered in the &#039;&#039;External programs&#039;&#039; frame at the bottom left of the Internet Settings screen.  The box is labelled &#039;&#039;&#039;Daily&#039;&#039;&#039;. Click the Cumulus &#039;&#039;Help&#039;&#039; button for guidance.  For example you could type &#039;c:\cumulus\daily.cmd&#039; in the box labelled &#039;&#039;Daily&#039;&#039;. &lt;br /&gt;
&lt;br /&gt;
This could be used to upload the pages with the longer term extremes (as your monthly, annual and all-time extremes may only change a few times a month or even less frequently) and so reduce the upload burden at the standard uploading frequency.  To achieve this you would use the content of that example file &#039;daily.cmd&#039;, in the default Cumulus folder,   to call your own [[FTP_tools| file transfer tool]] for those infrequently changing pages. Remember to also unselect &#039;&#039;&#039;Include Standard Files&#039;&#039;&#039; on the&#039;&#039; &#039;Files&#039; tab&#039;&#039; of &#039;Internet settings&#039;, and list [[Customised_templates#How_Cumulus_uses_its_templates|the templates]] on that tab, selecting &#039;&#039;&#039;Process?&#039;&#039;&#039; for all of them, but only selecting &#039;&#039;&#039;FTP?&#039;&#039;&#039; for the other frequently changing pages that are still to be uploaded at the standard interval. You may find help on the forum  or elsewhere on this wiki [[SFTP| for the FTP call]] and [[Customised_templates#Creating_Your_Own_Templates| for &#039;Files&#039; tab settings]].&lt;br /&gt;
&lt;br /&gt;
It can also be used for the optional files mentioned in the previous answer or to update a database using a [[ImportCumulusFile|PHP batch job]].  For the daily command specified above, in the default Cumulus folder, add a file &#039;daily.cmd&#039; that contains (if you host your own server using &#039;XAMPP&#039;), &#039;copy c:\cumulus\data\dayfile.txt C:\xampp\htdocs\weather\daj\&#039; for example to enable you to use the [[AnnualDataSummary| Annual Day-by-day Summary]] tool. (Uploading if you do not host your own server is described at [[Upload_Dayfile| upload dayfile]] but basically you swap the copy command for a FTP command).&lt;br /&gt;
&lt;br /&gt;
== The &#039;real time wind data&#039; gauges on the standard gauges page aren&#039;t working ==&lt;br /&gt;
&lt;br /&gt;
These require a [[realtime.txt]] file to be uploaded by Cumulus. Tick the &amp;quot;Enable Realtime&amp;quot;, &amp;quot;Enable Realtime FTP&amp;quot; and &amp;quot;Enable realtime.txt FTP&amp;quot; boxes on the internet settings screen. If the gauges still do not work, check that the [[realtime.txt]] file is being uploaded to the correct place. If it is not, it is likely that you have specified an incorrect &#039;ftp directory&#039; in Cumulus. If your &#039;normal&#039; pages are being uploaded correctly, but realtime.txt is not, then it is likely that you simply need to leave the ftp directory blank (but see the note below first).&lt;br /&gt;
&lt;br /&gt;
A possible cause for this problem is that your web space provider does not allow .txt files to be accessed. For example, the free hosting provider 000webhost.com do not.&lt;br /&gt;
&lt;br /&gt;
== I&#039;m using the supplied web pages, and get lower case in places where I want upper case  ==&lt;br /&gt;
&lt;br /&gt;
It&#039;s in the CSS. Go to the webfiles sub-folder of your cumulus installation, edit weatherstyle.css and find lines like: &amp;quot;text-transform: lowercase;&amp;quot; and remove them. Use FTP tool to replace the weatherstyle.css on your website.&lt;br /&gt;
&lt;br /&gt;
== My web pages have things like &amp;amp;lt;#location&amp;amp;gt; in them  ==&lt;br /&gt;
You’ve edited your templates with something like Dreamweaver, and it’s changed the angle brackets on the [[Webtags]] to &amp;quot;&amp;amp;amp;lt&amp;amp;nbsp;;&amp;quot; and &amp;quot;&amp;amp;amp;gt&amp;amp;nbsp;;&amp;quot; - you need to change them back to &amp;amp;lt; and &amp;amp;gt;. &#039;&#039;These may look the same when viewed in your browser, but you can see the difference if you &#039;view source&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
Alternatively, if the web templates are listed in [[cumulus.ini]] (and for the first 10 appear on the &#039;&#039;&#039;files&#039;&#039;&#039; tab of &#039;&#039;Internet&#039;&#039; dialogue of &#039;&#039;&#039;Configuration&#039;&#039;&#039; menu), the &#039;&#039;&#039;Process&#039;&#039;&#039; option must be ticked for the web pages generated by Cumulus to have values replacing the [[Webtags]].  Otherwise at each web update, Cumulus will generate web pages the same as the templates.&lt;br /&gt;
&lt;br /&gt;
== My web pages are empty ==&lt;br /&gt;
If empty web pages are being uploaded to your web site (i.e. they report size of 0 kB, but do not produce &#039;error 404 - page not found&#039; message), and your browser shows that their modification date is recent (see next FAQ), then it is likely that the [[Customised_templates#What_is_meant_by_.27Cumulus_processes_templates.27| Cumulus processing]] of templates is failing:&lt;br /&gt;
*Either (since build 1093, as made clear in the release notes)[[File:Web settings.JPG]] the character encoding (for standard named templates that are [[Customised_templates#What_is_meant_by_.27Cumulus_processes_templates.27| processed by Cumulus]]) is specified incorrectly on the &#039;&#039;&#039;Configuration&#039;&#039;&#039;  menu, &#039;&#039;Internet&#039;&#039; dialog, &#039;&#039;&#039;Sites/Options&#039;&#039;&#039; tab, &#039;&#039;Web Settings&#039;&#039; frame as shown about half way down on this screen extract:&lt;br /&gt;
**Select the option where indicated by red arrow if your template includes in a line near the start &amp;lt;code&amp;gt;&amp;lt;meta charset=&amp;quot;UTF-8&amp;quot;&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
**Deselect the option where indicated by red arrow if your template includes something like &amp;lt;code&amp;gt;&amp;lt;meta content=&amp;quot;text/html; charset=iso-8859-1&amp;quot; http-equiv=&amp;quot;Content-Type&amp;quot; /&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
**For customised pages, (without standard Cumulus template names), select/un-select the UTF-8 encoding in the appropriate column on the &#039;&#039;&#039;Configuration&#039;&#039;&#039;  menu, &#039;&#039;Internet&#039;&#039; dialog, &#039;&#039;&#039;Files&#039;&#039;&#039; tab screen where you list the local and remote names.&lt;br /&gt;
*Or you have edited/customised the template and added an incorrectly specified Cumulus [[webtag]] that has caused [[Customised_templates#What_is_meant_by_.27Cumulus_processes_templates.27| Cumulus processing]] to abort for that template.  If you stop cumulus you can use a text editor to open the latest [[Diags|diagnostic file]]. Look at entries time-stamped just before the hour and repeated at your auto-update &#039;&#039;interval&#039;&#039; (just below red arrow in screen image above). You might find a message like &amp;quot;Error processing C:\web\indexT&amp;quot; (i.e. mentioning whichever template is at fault) followed by a brief hint as to the nature of the error.&lt;br /&gt;
*Another possibility is that you do not have active FTP mode selected, but your particular setup requires it - or vice versa.&lt;br /&gt;
&lt;br /&gt;
== My web pages have obsolete web tag values in them  ==&lt;br /&gt;
If the information showing on your web pages is out of date, then it must have been working before, so you have made a change somewhere.&lt;br /&gt;
*Most browsers will display &#039;page information&#039; that tells you when the page was last modified (by querying the web server).&lt;br /&gt;
**if the page on your web server was recently modified, &lt;br /&gt;
***then the next item to investigate is the template file; a template file contains Cumulus web tags and the [[Customised_templates#What_is_meant_by_.27Cumulus_processes_templates.27|&#039;process&#039;]] that Cumulus does to create a web page involves reading text from a template and when it finds a web tag it inserts the latest value in as it creates the page. A [[FAQ#What_file-names_does_Cumulus_use_when_processing_and_uploading_files_to_my_web_site.3F|local file]] is then created and Cumulus will FTP (or copy) this to the web server according to the settings. If the template file cannot be processed, Cumulus may still upload an existing old local file.&lt;br /&gt;
**if the page was not recently modified, &lt;br /&gt;
***maybe you are not running Cumulus, so it is not updating.  &lt;br /&gt;
***maybe your file transfer is not working, turn ftp logging on for technical output, and look for any filenames and any &#039;successfully transferred&#039; messages.&lt;br /&gt;
***maybe your &#039;internet settings&#039; screen has accidentally been changed, see Cumulus help for simple instructions.  If you took a backup of [[cumulus.ini]] you can stop Cumulus, rename the current file and copy your cumulus.ini backup back into the &#039;cumulus&#039; directory containing the Cumulus program.&lt;br /&gt;
***maybe your web server provider has changed something.&lt;br /&gt;
&lt;br /&gt;
== Running a web server on the same PC as Cumulus ==&lt;br /&gt;
If you do not have a web site, or run a web server locally (same PC, or on your local network), you can get Cumulus to generate/copy either html, or image, files locally instead of using FTP to place them remotely.&lt;br /&gt;
&lt;br /&gt;
You&#039;ll need to list the (source) file including paths on the files tab of the internet settings, and specify a destination path and file name for the remote file in each case. Don&#039;t tick the &#039;&#039;FTP?&#039;&#039; box for standard cumulus pages (the exception is for a local web server and any non-standard web page that attempts to read using a script a local file such as dayfile.txt as this does need FTP to generate the server-based web page). For the standard images, you can supply a folder name (specify on the same screen), and they will all get copied there. See [[Customised_templates#What_to_select_on_the_.27Files.27_tab_of_the_Internet_Settings_screen_within_the_.27Configuration.27_menu|here]] for greater detail.&lt;br /&gt;
&lt;br /&gt;
There&#039;s a limit of 10 entries on the files tab in Cumulus 1.9.x (in Cumulus MX all 100 entries are included in the settings interface).  Entries for the full 100 files can also be amended by editing [[Cumulus.ini#Section:_FTP_site|cumulus.ini]], with Cumulus stopped. Follow the format of any existing entries for specifying additional files.&lt;br /&gt;
&lt;br /&gt;
== Error Codes generated by FTP or Winsock ==&lt;br /&gt;
You should be able to look these up on the web.  [http://kb.globalscape.com/KnowledgebaseArticle10142.aspx Try Here]&lt;br /&gt;
&lt;br /&gt;
== How do I configure Cumulus for Secure FTP (SFTP/FTPS)? ==&lt;br /&gt;
Cumulus doesn&#039;t support Secure FTP. You can configure Cumulus to invoke an external program like WinSCP, as described here: [[SFTP | SFTP article]]&lt;br /&gt;
&lt;br /&gt;
== Directory related problems in FTP ==&lt;br /&gt;
The following pointers should help:&lt;br /&gt;
* All web site file references are case sensitive.  So if your FTP server directory is &#039;&#039;public_html&#039;&#039;, then &#039;Public_HTML&#039; will not work!&lt;br /&gt;
* On the &#039;&#039;Internet settings&#039;&#039; screen in &#039;&#039;&#039;Sites/Options&#039;&#039;&#039; the optional Directory parameter required is &#039;&#039;the path from  your FTP root&#039;&#039;, to where the web pages are to be stored. It is &#039;&#039;not&#039;&#039; the &#039;&#039;&#039;Universal Resource Locator (URL)&#039;&#039;&#039; that you would specify to view the web page in a browser.  Click the &#039;&#039;&#039;Help&#039;&#039;&#039; button for full explanation, or search the support forum (as many people before you have found this directory is the hardest parameter to get right).&lt;br /&gt;
* The error window is not useful for diagnosing ftp problems; you need to &#039;&#039;&#039;turn on &#039;&#039;ftp logging&#039;&#039; &#039;&#039;&#039;and look at ftplog.txt. Most FTP directory problems are due to you quoting an incorrect ftp directory, and the ftp log will show an error when an attempt is made to change to the directory you have specified incorrectly. &lt;br /&gt;
* Relative paths (without a leading slash) are always safer than absolute paths (with a leading slash) and you may find that just specifying (for example) &amp;quot;public_html&amp;quot; works OK, but this all depends on how your ftp server and your ftp account is set up.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* IN CUMULUS 1.x.y ONLY: The &#039;&#039;standard pages&#039;&#039; are uploaded after a &#039;change directory&#039; attempting to select the directory you specified in &#039;&#039;&#039;Sites/Options&#039;&#039;&#039;; if this fails, the files will still be uploaded but to the FTP server root. So some mistakes do not matter because if no change of directory was actually required, these pages will be uploaded correctly.&lt;br /&gt;
* IN CUMULUS MX, the &#039;&#039;standard pages&#039;&#039; are uploaded with their file name prefixed by the directory you specified in &#039;&#039;&#039;Sites/Options&#039;&#039;&#039;.  In this case, if that path is invalid, the upload fails.&lt;br /&gt;
* Any &#039;&#039;files you specify&#039;&#039; for uploading at standard update frequency are uploaded between standard pages (if &#039;Include Standard Files&#039; selected) and (applies only to Cumulus 1) standard images (if &#039;Include Standard Images&#039; selected).  You should specify the path (including any web site directory) in &#039;remote filenames&#039;, as there is no call to &#039;change directory&#039;. In this case, if that path is invalid, the upload fails.&lt;br /&gt;
* IN CUMULUS 1.x.y ONLY: The standard images for gauges and trends pages are uploaded after the standard pages, (and any pages you specify for uploading), by performing a second &#039;change directory&#039; this time fixed at &#039;images&#039;; if this fails, the files will still be uploaded to the current web site directory (FTP root or the directory you specified in &#039;&#039;&#039;Sites/Options&#039;&#039;&#039;).&lt;br /&gt;
* If you have enabled &#039;&#039;Realtime&#039;&#039;, the realtime.txt file is uploaded without doing a change directory, (by appending &amp;quot;/realtime.txt&amp;quot; to the directory on the &#039;&#039;Internet settings&#039;&#039; screen in &#039;&#039;&#039;Sites/Options&#039;&#039;&#039;). In this case, if the web site directory in your settings is invalid, the upload of the real time file fails.&lt;br /&gt;
* On the &#039;&#039;NOAA Setup&#039;&#039; screen the optional &#039;&#039;&#039;Directory&#039;&#039;&#039; parameter required is the relative path; from your FTP root, to where the NOAA report pages are to be stored. (It is totally independent of the directory on the &#039;&#039;Internet settings&#039;&#039; screen in &#039;&#039;&#039;Sites/Options&#039;&#039;&#039;).  Click the &#039;&#039;&#039;Help&#039;&#039;&#039; button for full explanation. Like realtime.txt, the upload destination is determined by appending the file-name for the report to any NOAA directory, and will fail if that directory is specified wrongly.&lt;br /&gt;
&lt;br /&gt;
See &#039;&#039;&#039;Setting up your website&#039;&#039;&#039; in Cumulus help for a simple guide to the sub-folder structure you need to create and the list of files that need to be uploaded manually when first installing a website. Or see [[Website_setup]] for all the options including customised pages.&lt;br /&gt;
&lt;br /&gt;
== My standard web pages are uploading but the uploading fails for images, realtime and/or NOAA reports ==&lt;br /&gt;
See previous answer, you have probably got your web pages in the default FTP directory of your web site, but specified the wrong directory on the settings screen.  Turn on the &#039;&#039;FTP logging&#039;&#039; in the configuration menu to see the technical detail.  You should have an FTP tool that you used to upload the &#039;static&#039; files required on your web site, and that will help you to see what is your site&#039;s root directory for file transfer uploads, and therefore any relative directory change you require.&lt;br /&gt;
&lt;br /&gt;
== What file-names does Cumulus use when processing and uploading files to my web site? ==&lt;br /&gt;
[[File:Cumulus_FTP_Process.png|150px|thumb|FTP Process]]Cumulus use two slightly different processes depending on if the file is part of the supplied &#039;standard&#039; web site, or an extra file you have specified on the &#039;&#039;Internet Settings|Files&#039;&#039; configuration dialog. For each of these processes there is an further variation depending on whether you have enabled the &#039;&#039;Use FTP rename&#039;&#039; option. This graphic shows the various combinations of file-names used for each step of the process. For the standard files, you can substitute any of the file names for indexT.htm, e.g. trendsT.htm&lt;br /&gt;
&lt;br /&gt;
For more details of Cumulus &#039;&#039;Process&#039;&#039; see [[Customised_templates#What_is_meant_by_.27Cumulus_processes_templates.27| here]].&lt;br /&gt;
&lt;br /&gt;
=Selecting a Weather Station sensor site=&lt;br /&gt;
A simple guide is at [http://weatherfaqs.org.uk/node/124 uk.sci.weather newsgroup], note this advises against roof mounting.&lt;br /&gt;
An attempt to compare the conflicting siting standards that apply across the world is included in a portable document format guide from [ftp://ftp.campbellsci.com/pub/outgoing/apnotes/siting.pdf Campbell Scientific].&lt;br /&gt;
For more advice see the website of your local Meteorological Bureau,  an educational place (e.g. in USA see [http://newa.nysaes.cornell.edu/public/NEWAStationSitingGuidelines.htm Cornell University]), the [http://library.wmo.int/opac/index.php?lvl=notice_display&amp;amp;id=12407 World Meterological Organisation] (WMO), or a specialist organisation (e.g. in UK see [http://www.rmets.org/weather-and-climate/observing/guidelines-observing-0 Royal Meteorological Society] rather than the Met Office web site).&lt;br /&gt;
&lt;br /&gt;
Modern Stevenson Screens are uPVC constructed with a black interior (so they do not radiate heat onto the sensors) and a white exterior (so they reflect as much radiation as possible).  There is a lot of discussion on the [http://sandaysoft.com/forum/viewforum.php?f=16 Homebuilt forum] about different approaches to improving measurements, and the problems with out of the box instrumentation from the different manufacturers. &lt;br /&gt;
&lt;br /&gt;
If you are contributing to an external site like APRS/CWOP, Weather Underground, PWS weather, Weatherbug and/or WOW, see guidance from these organisations re instrument placement.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note:&#039;&#039;&#039; Some stations have all sensors in one unit, positioning of these is a compromise between the ideals below for each sensor.&lt;br /&gt;
&lt;br /&gt;
== Where should I position the wind sensors ==&lt;br /&gt;
The side labelled &#039;North&#039; on the wind vane mount should face &#039;&#039;True North&#039;&#039;, remember that the magnetic north deviation from true north varies from year to year, see details on maps or online. Most wind vanes have a large surface that follows the wind and a thin end that points where the wind comes from, it is the latter direction that is reported.&lt;br /&gt;
&lt;br /&gt;
In the UK, the standard climatological measuring height is 10 metres.  Advice varies on whether you should apply a correction factor for any lower height. Cumulus allows you to apply such a factor to either just wind speed, or wind speed and gust speed, by using the Calibration screen within the configuation menu.  In the Cumulus Help it recommends that you also adjust wind chill - in practice this means ask Cumulus to &#039;&#039;calculate wind chill&#039;&#039; by selecting this in the settings frame on the &#039;&#039;&#039;station settings screen accessed from configuration menu&#039;&#039;&#039; (i.e. ignore any wind chill output by your weather station).&lt;br /&gt;
&lt;br /&gt;
If you are mounting near a building of height &#039;h&#039; above ground level, ideally the wind sensor should be at a height of &#039;1.5 times h&#039; above ground level. &lt;br /&gt;
If you are positioning away from a building or tree (or other object) of height &#039;h&#039; (or the mean height of several objects is &#039;h&#039;), then the distance away depends on which standard you are trying to meet, and can vary between 1.5 and 3 times &#039;h&#039;.&lt;br /&gt;
&lt;br /&gt;
== Where should I position the rain sensor  ==&lt;br /&gt;
The WMO says the rain gauge should at a distance away of 2 times the height of each nearby object (buildings, trees, walls, solid fences etc.) and just high enough off ground level to avoid possibility of splashing. You can experiment, but for amateurs, no more than a metre off the ground (or roof if mounted above it) and at least a metre from any chimney, wall or solid fence whose height exceeds that of the sensor seems good enough for most gauges. &lt;br /&gt;
See [[Rain measurement]] or your local offical organisation.&lt;br /&gt;
&lt;br /&gt;
== How do I protect my rain gauge against spiders or other natural problems ==&lt;br /&gt;
There is a lot of discussion on the [http://sandaysoft.com/forum/viewforum.php?f=16 Homebuilt forum]. In terms of siting, it is important to position your rain gauge where you can safely get to it.&lt;br /&gt;
&lt;br /&gt;
== How do I get good temperature and humidity measurements  ==&lt;br /&gt;
The international standard states ambient air temperature/humidity is measured at 1.25 metres above ground level, above soil or grass not paving, protected from direct sun radiation (and direct rain), unless you are measuring soil or ground temperatures. The height is important for derived values as an air frost is defined as a temperature at or below the freezing point for water at this height, and the count of these is a standard reporting requirement in some countries.&lt;br /&gt;
&lt;br /&gt;
If you are using a &#039;&#039;Fine Offset sensor&#039;&#039;, the thin depth of the thermometer/hygrometer (transmitter) should face where your console (receiver) is, for maximum transmission strength/distance, with the wide face at right angles to the transmission route. (Although if you use a model requiring a radio time signal, you will probably be trying to optimise that instead).&lt;br /&gt;
&lt;br /&gt;
== Pressure ==&lt;br /&gt;
Varies with altitude and temperature, but no significant variation with spatial position with regard to nearby fixed bulky objects.  Often measured indoors, do not mount above any heating or cooling system as there temperature may be particularly variable, and try to avoid any forced ventilation or extraction as such air moving systems could have different pressures on intake and outlet sides.  Equally operation in close proximity to opening doors/windows or to fast moving (road or railway) vehicles or tunnels can distort readings.&lt;br /&gt;
&lt;br /&gt;
== Solar ==&lt;br /&gt;
One would expect solar sensors should be positioned for maximum unshaded exposure to sunlight throughout the year, but again the forum contains advice for specific makes.&lt;/div&gt;</summary>
		<author><name>Steve</name></author>
	</entry>
	<entry>
		<id>https://www.cumuluswiki.org/index.php?title=FAQ&amp;diff=3968</id>
		<title>FAQ</title>
		<link rel="alternate" type="text/html" href="https://www.cumuluswiki.org/index.php?title=FAQ&amp;diff=3968"/>
		<updated>2016-05-03T11:32:02Z</updated>

		<summary type="html">&lt;p&gt;Steve: /* Cumulus stops at the &amp;quot;Downloading data&amp;quot; screen */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is the Cumulus FAQ (consult also the Help screens within Cumulus software, and learn more from the rest of this Wiki)&lt;br /&gt;
&lt;br /&gt;
= Installing and Running Cumulus  =&lt;br /&gt;
&lt;br /&gt;
== What operating systems does Cumulus run on?  ==&lt;br /&gt;
&lt;br /&gt;
All versions of Windows from XP to Windows 10 inclusive (and the server versions). It works on 32 bit and 64 bit editions. 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.&lt;br /&gt;
&lt;br /&gt;
Cumulus MX runs on Windows from Windows 7 onwards, and on Linux and Mac OS X.&lt;br /&gt;
&lt;br /&gt;
== Where do I find the Cumulus installer? ==&lt;br /&gt;
&lt;br /&gt;
On the [http://sandaysoft.com/downloads downloads page]&lt;br /&gt;
&lt;br /&gt;
== What do I need to get right when first getting Cumulus? ==&lt;br /&gt;
The installation process for Cumulus displays &#039;&#039;&#039;readme.txt&#039;&#039;&#039;, that has many tips. See also [[Setup]]. Below are three key points.&lt;br /&gt;
# Install Cumulus in its own directory directly under a drive root.&lt;br /&gt;
# Connect your weather station before you start Cumulus&lt;br /&gt;
# When you first run Cumulus, it displays the &#039;&#039;&#039;Station settings&#039;&#039;&#039; screen. On this, make sure you pick the right sort of station (to ensure Cumulus communicates correctly with your weather station, and can identify all the observations) and choose your &#039;&#039;&#039;units&#039;&#039;&#039; wisely. (Changing units later means all stored Lowest and highest numbers up to that point have to be converted immediately manually).  See the &#039;&#039;&#039;Help&#039;&#039;&#039; for information about the rest of the screen, but generally you can easily adjust the other options later.&lt;br /&gt;
&lt;br /&gt;
== What weather stations does Cumulus work with?  ==&lt;br /&gt;
&lt;br /&gt;
*Davis Vantage Pro (VP), Vantage Pro2 (VP2), and Vue. &lt;br /&gt;
*Oregon Scientific WM918, WMR918, WMR928, WMR968, WMR88 (see [[FAQ#How do I set up recording wind speeds in Cumulus, with Oregon Scientific and La Crosse stations | this FAQ]]), WMR100, WMR180, WMR200. &lt;br /&gt;
*Fine Offset - USB-connected stations which use the Easyweather software such as MyDEL, Nevada, Watson and Fine Offset, with model numbers such as WH1080, WH1081, W8681, 265NC etc.&lt;br /&gt;
*La Crosse WS2300 range (see [[FAQ#How do I set up recording wind speeds in Cumulus, with Oregon Scientific and La Crosse stations | this FAQ]]). You may have problems with corrupt data if you use a WS23xx with a serial/USB adapter; this combination is therefore not supported.&lt;br /&gt;
&lt;br /&gt;
For a more complete list see the [[Supported Devices]] page.&lt;br /&gt;
&lt;br /&gt;
== Will you support a new weather station type?  ==&lt;br /&gt;
&lt;br /&gt;
It’s quite hard to support a particular weather station when I don’t have access to one. No weather station is perfect, and problems inevitably arise after the code is written, and I have to start adding more and more code to work around issues with the station. Also, most companies don’t seem to like third parties writing software for their stations, so don’t make the protocol available. I will only consider adding support for a station under a certain set of circumstances which would include &#039;&#039;at least&#039;&#039;: &lt;br /&gt;
&lt;br /&gt;
*A significant donation towards Cumulus development &lt;br /&gt;
*A well documented official protocol spec &lt;br /&gt;
*Loan or donation of a station &lt;br /&gt;
*Access to technical support from the station manufacturer&lt;br /&gt;
&lt;br /&gt;
Please contact me if you would like to discuss this further&lt;br /&gt;
&lt;br /&gt;
== How do I request a new feature for Cumulus? ==&lt;br /&gt;
&lt;br /&gt;
Please create an [http://sandaysoft.com/forum/tracker.php enhancement request].  &lt;br /&gt;
&lt;br /&gt;
== Why haven&#039;t you added the feature I asked for a long time ago? ==&lt;br /&gt;
&lt;br /&gt;
I develop and support Cumulus in my spare time, and I have a full time job. I invite donations, but I don&#039;t make a living from Cumulus. I add facilities when I can. There is a long list of  [http://sandaysoft.com/forum/tracker.php enhancement requests] already, and I am slowly working my way through them as time permits. If there is an enhancement request for the facility you have asked for, and the facility is a reasonable one (in my opinion) then I will hopefully get around to adding it one day. Please be patient. Please don&#039;t ask for a forecast of when a feature will be added.&lt;br /&gt;
&lt;br /&gt;
== How do I upgrade to a new release?  ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Just run the installer for the new version.&#039;&#039;&#039; Your data and settings are not affected, but it is still best if you back up your data (sub-folder &#039;data&#039;) and any settings files (e.g. cumulus.ini and strings.ini) before you run the installer. &lt;br /&gt;
&lt;br /&gt;
You can install the new version where you like, but the installer will offer the same place as the previous version as the default.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Occasionally, there may be actions you need to perform before or after the upgrade.&#039;&#039;   Required actions usually appear in the announcement of the version you are installing, and may be documented in the readme.txt file that will appear as you run the installer. Read such announcements for every release since your existing build in case any of the in-between changes affect you.&lt;br /&gt;
&lt;br /&gt;
These instructions apply whether you are updating by one build, skipping several builds, upgrading to/from a beta version, or installing the latest &#039;release&#039; version. &lt;br /&gt;
&lt;br /&gt;
The installer will always upgrade the following files (replacing them, ignoring existing versions):&lt;br /&gt;
# &amp;quot;cumulus.exe&amp;quot;; - the latest build&lt;br /&gt;
# &amp;quot;unins000.exe&amp;quot;;&lt;br /&gt;
# &amp;quot;libeay32.dll&amp;quot;;&lt;br /&gt;
# &amp;quot;ssleay32.dll&amp;quot;;&lt;br /&gt;
# &amp;quot;readme.txt&amp;quot;; - advice for you to follow at installation time&lt;br /&gt;
# &amp;quot;licence.txt&amp;quot;; - reminder about restrictions on use&lt;br /&gt;
# &amp;quot;alert.wav&amp;quot;; - default alarm sound&lt;br /&gt;
#  &amp;quot;web\originals\*.*&amp;quot;; - Cumulus will always install the HTML template files here&lt;br /&gt;
# &amp;quot;webfiles\*.*&amp;quot;; e.g. weatherstyle.css, wz_jsgraphics.js&lt;br /&gt;
# &amp;quot;webfiles\images\picture.jpg&amp;quot;;&lt;br /&gt;
# &amp;quot;Help\Cumulus.chm&amp;quot;; - the latest help including lists of log files and web tags&lt;br /&gt;
There may be extra files automatically upgraded by particular builds - see announcement.&lt;br /&gt;
&lt;br /&gt;
During the install, you will see a &#039;&#039;&#039;Select Components&#039;&#039;&#039; screen , if you tick the &#039;&#039;HTML templates&#039;&#039; (the default) it will also upgrade the HTML template files in the web folder.&lt;br /&gt;
&lt;br /&gt;
*So tick this option, if you have a standard Cumulus implementation and then you can be sure to upgrade the standard templates.&lt;br /&gt;
*Untick this option if you have  [[Customised_templates#Creating_Your_Own_Templates|customised the existing pages]],  so that if your customised versions  are in &amp;quot;web\*.*&amp;quot; they don&#039;t get overwritten. It is recommended that you store any customised pages in a directory outside the Cumulus folder, as you can specify up to 10 such files on the local side of the files tab in the Configuration menu Internet settings screen and (if you are not using standard files) untick &#039;&#039;Include Standard Files&#039;&#039; on the same screen. (100 such files can be specified in [[Cumulus.ini]]).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Changing to different weather station ==&lt;br /&gt;
&lt;br /&gt;
Just change the station type. If Cumulus doesn&#039;t start reading the data from the new station, stop Cumulus and start it again. Some of the rain figures may be odd for a while (e.g. rain in last 24 hours). It is as simple as that.&lt;br /&gt;
&lt;br /&gt;
In testing planned changes to Cumulus, I switch backwards and forwards between a Fine Offset and a WMR200 frequently, the only thing that happens is that the rain figures go wrong initially (because the two stations have different counters).&lt;br /&gt;
&lt;br /&gt;
== Moving Cumulus software to a new PC (or updating Windows Operating System) ==&lt;br /&gt;
&lt;br /&gt;
Cumulus will continue to work with your existing weather station and existing log files, providing&lt;br /&gt;
#Your Windows regional settings are the same (i.e. date format unchanged, same time zone, decimal point symbol unchanged, list separator character unchanged) - if there is a difference, the new installation cannot understand the old lines in the log files and will give an error when Cumulus is restarted.&lt;br /&gt;
#You may need to &#039;tweak&#039; a few things (serial port number etc) in [[cumulus.ini]].&lt;br /&gt;
#In the folder with cumulus.exe in it, copy across  &#039;cumulus.ini&#039;,  and if you have created a &#039;strings.ini&#039; that file must be copied across too.&lt;br /&gt;
#The Cumulus &#039;data&#039; sub-folder has been copied across.&lt;br /&gt;
#Obviously if you use customised web pages, then you need the corresponding templates in the new installation.&lt;br /&gt;
#Any other customised files (images and/or a twitter.txt file, for example), you may want to copy those over too.&lt;br /&gt;
&lt;br /&gt;
== Can I view my Cumulus data on another device? ==&lt;br /&gt;
&lt;br /&gt;
# If Cumulus uploads your weather information to an online web site, you can view that on another device.&lt;br /&gt;
# Software like &#039;Remote Desktop&#039; can be used to view the computer that is running Cumulus - see many postings on the Support Forum.&lt;br /&gt;
# A back-up as described in the next answer can be viewed in Cumulus installed on another PC (see point about Windows regional settings in previous question) to look at past extremes or graphs; although obviously that additional installation will not be able to add further observations from the weather station connected to the original PC.&lt;br /&gt;
# If your web site is on your local network, but not online, your device may be able to view it directly or view a back-up of how it was in the past.&lt;br /&gt;
&lt;br /&gt;
== How do I back up my data?  ==&lt;br /&gt;
&lt;br /&gt;
*Copy the contents of the Cumulus ‘data’ sub-folder on a regular basis to a different storage device.  Then if you have any problem with the original storage device, or corruption of files, you can minimise the loss of logged observations. To restore from the backup, just copy the saved data folder back into your Cumulus installation, with Cumulus stopped.&lt;br /&gt;
*It can be useful to take copies of the Cumulus &#039;backup&#039; sub-folder on key dates (e.g. just after change of month or year), or if you think you might have some rogue figures.  The &#039;.ini&#039; files in the backup sub-folder contain past extreme values that you might want to look up.&lt;br /&gt;
*You should also back up, at least once, your cumulus.ini file in the main Cumulus folder.  This contains all the key settings and you need a record of those!&lt;br /&gt;
&lt;br /&gt;
== Moving Cumulus software to a different location on your PC? ==&lt;br /&gt;
&lt;br /&gt;
This article in the wiki gives more details above moving Cumulus: [[Moving cumulus]]&lt;br /&gt;
&lt;br /&gt;
== What are the formats of the Cumulus data files?  ==&lt;br /&gt;
&lt;br /&gt;
These are detailed in the [[:Category:Log Files|Log Files]] section of this Wiki and also in the Cumulus help file, in the section “Data log file format”&lt;br /&gt;
&lt;br /&gt;
== Can I import logged information from before I installed Cumulus? ==&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;Configuration&#039;&#039;&#039; menu, &#039;&#039;Station&#039;&#039; setting screen (near bottom) has option to enter there the &#039;&#039;rainfall total&#039;&#039; for the bit of the year (starting month can be selected here too) until when you first start using Cumulus.  See the Cumulus &#039;&#039;&#039;Help&#039;&#039;&#039; for this screen for further details.&lt;br /&gt;
&lt;br /&gt;
Yes is the answer for other weather information, providing you can manipulate the information you have into either (preferably) the format used by the [[Monthly_log_files#Importing_pre-Cumulus_data]] or (second best) [[Dayfile.txt]]. Look up those cross-references in this Wiki (or the Cumulus &#039;&#039;&#039;Help&#039;&#039;&#039;) for further information on required formats.  The support forum includes a few threads related to this topic, and if you post there then people who have already imported from particular systems may offer their services to import your past observations.&lt;br /&gt;
&lt;br /&gt;
A converter for Weather Display log files is available from this thread in the forum: http://sandaysoft.com/forum/viewtopic.php?f=4&amp;amp;t=10118&lt;br /&gt;
&lt;br /&gt;
A converter for WeatherLink log files is available from this thread in the forum: http://sandaysoft.com/forum/viewtopic.php?f=6&amp;amp;t=11349&lt;br /&gt;
&lt;br /&gt;
== I was away on the last day of last month/year - How do I see the final lowest and highest figures for last month/year? ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;View&#039;&#039;&#039; menu, &#039;&#039;This month&#039;&#039; or &#039;&#039;This year&#039;&#039; screens show some figures for any month or year selected by you, but do not show all the figures shown on a standard web page or as shown on the &#039;&#039;Highs and Lows&#039;&#039; screen for the current month/year.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;View&#039;&#039;&#039; menu, &#039;&#039;Highs and Lows - This month (or This year)&#039;&#039; (or &#039;&#039;thismonth.htm&#039;&#039; or &#039;&#039;thisyear.htm&#039;&#039; web page) only shows the lowest and highest values for the current calendar month (or current year). This answer describes a way to see the same information for the month (or year) that fairly recently ended.  It is valid only until build 1088 (from 5 March 2014 build 1089 &#039;Delay writing of end of day backup files until the first log entry is written&#039; means the stored &#039;&#039;month.ini&#039;&#039; relates to the &#039;&#039;initial&#039;&#039; entries for the start of the new month). From version 1.9.3 build 1041, Cumulus creates a daily backup of the log files. &lt;br /&gt;
*Look in the &#039;&#039;backup\daily&#039;&#039; subfolder within your Cumulus installation. &lt;br /&gt;
*These daily backups will be created if Cumulus was left running during the period of interest, or stopped before that period and since restarted. &lt;br /&gt;
*Normally about 10 such back ups are available, each folder has a name based on the timestamp and contains the 6 [[:Category:Log_Files|xxxx.ini files]], the current [[Monthly_log_files|monthly standard data log]]/[[Extra_Sensor_Files|monthly extra data log]], and the most recent update of [[dayfile.txt|daily summary log]].&lt;br /&gt;
&lt;br /&gt;
Open as a text file [[month.ini]] in the folder whose name is bearing the timestamp after your final rollover, for Cumulus builds 1041 to 1088 the final lowest and highest for each observation in the month will be listed.&lt;br /&gt;
&lt;br /&gt;
In a similar manner if you miss the last day of the year, for Cumulus builds 1041 to 1088 see the final &#039;this year&#039; figures for last year by opening [[year.ini]] from the appropriate backup.&lt;br /&gt;
&lt;br /&gt;
== What do the various wind speeds in Cumulus correspond to, with Davis stations?  ==&lt;br /&gt;
&lt;br /&gt;
Davis station firmware supplies two windspeeds, a 3-second average and a 10-minute average (later versions of the firmware also supply a 2-minute average, Cumulus currently doesn&#039;t use this).  &lt;br /&gt;
* The latest Davis 3-second average is treated by Cumulus as &#039;Latest&#039; (available via &amp;lt;#wlatest&amp;gt;)&lt;br /&gt;
* The highest of the station&#039;s 3-second readings over the previous 10 (configurable by adding &#039;&#039;AvgSpeedMinutes=N&#039;&#039; in [[Cumulus.ini#Section:_Station]] where &#039;N&#039; is number of) minutes becomes the Cumulus &#039;Gust (available via &amp;lt;#wgust&amp;gt;). Note that the WMO definition of a wind gust is the mean wind speed over a 2 to 3 second sample period (not the maximum instantaneous wind speed).&lt;br /&gt;
* The Davis 10-minute average is the Cumulus &#039;Average&#039; (available via &amp;lt;#wspeed&amp;gt;).&lt;br /&gt;
Note that if you sample these readings at shorter (real time) intervals it is possible for Cumulus &#039;Latest&#039; to be lower than Cumulus &#039;Average&#039; because approximately half of the 3-second wind speeds will be higher and half of them lower than the 10-minute average. &lt;br /&gt;
If the Cumulus figure seems lower than the Davis figure see [[#My_Davis_station_shows_a_higher_maximum_wind_speed_than_Cumulus]].&lt;br /&gt;
&lt;br /&gt;
Davis station loggers record a single spot (not any average) wind speed, so if you restart Cumulus and the software attempts to catch up from the station logger there may be only one or two values to include in the Cumulus average (over 10 or whatever) minutes calculation.&lt;br /&gt;
&lt;br /&gt;
== What do the various wind speeds in Cumulus correspond to, with Fine Offset stations?  ==&lt;br /&gt;
&lt;br /&gt;
Fine Offset sensors measure wind over 48-second intervals, divided into 24 2-second intervals. At the end of each 48-second period, they transmit the highest of those 24 values as &#039;Gust&#039;, and the average of those 24 values as &#039;Wind&#039;. The console keeps &#039;&#039;&#039;overwriting&#039;&#039;&#039; the newly received &#039;Gust&#039; and &#039;Wind&#039; values to the same area of console memory every 48 seconds, until the station logging interval time is reached, then it moves on to the next memory location, leaving the last values it wrote in the previous console memory location.  &lt;br /&gt;
*If Cumulus is not running all the time, on restart it works through the console memory locations and extracts the Fine Offset Wind and Gust in each memory location, i.e. at the station logging interval. &lt;br /&gt;
*While Cumulus is running, it reads the current wind speeds (and direction) every 10 seconds. There are new values only every 48 seconds (i.e. every fourth or fifth read)&lt;br /&gt;
&lt;br /&gt;
Cumulus, for various reasons, uses different terminology, and also has configuration settings which control how some of the wind values are displayed.&lt;br /&gt;
* The Fine Offset console &#039;Gust&#039; value becomes Cumulus &#039;Latest&#039;. &lt;br /&gt;
* The highest of the Fine Offset &#039;Gust&#039; values over the previous 10 minutes becomes Cumulus &#039;Gust&#039;.  Note that the WMO definition of a wind gust is the mean wind speed over a 2 to 3 second sample period (not the maximum instantaneous wind speed).&lt;br /&gt;
* Cumulus &#039;Average&#039;  can be calculated in 3 different ways:&lt;br /&gt;
** The default: If &#039;Calculate 10-min wind average&#039; is not selected on the Station Settings screen, the console &#039;Wind&#039; value is used.&lt;br /&gt;
** If &#039;Calculate 10-min wind average&#039; is selected, then by default the average of the Fine Offset &#039;Gust&#039; values read over the previous N (configurable, defaults to 10) minutes is used.&lt;br /&gt;
** If &#039;Calculate 10-min wind average&#039; and &#039;Use speed for avg calculation&#039; are both selected, the average of the Fine Offset &#039;Wind&#039; values read over the previous N (configurable, defaults to 10) minutes is used.&lt;br /&gt;
&lt;br /&gt;
Select value for &#039;N&#039; using &#039;&#039;AvgSpeedMinutes=N&#039;&#039; in [[Cumulus.ini#Section:_Station]].&lt;br /&gt;
&lt;br /&gt;
Note that Fine Offset Consoles can display a &#039;MAX&#039; figure, this is highest recorded since it was last reset (on touchscreen models multiple touches of the displayed speed will cause maximum speed, or gust, to be shown, and when a max value is displayed continuing to hold touching that value for 3 seconds will reset max to current value).  Cumulus maintains its own various extremes for different periods (e.g High wind and high gust for yesterday on its main screen) calculated from all values read by Cumulus in that period.&lt;br /&gt;
&lt;br /&gt;
== How do I set up recording wind speeds in Cumulus, with Oregon Scientific and La Crosse stations  ==&lt;br /&gt;
&lt;br /&gt;
La Crosse and some Oregon Scientific weather stations only output a single wind speed.  To allow Cumulus to calculate &#039;gust&#039; and &#039;wind speed&#039; with different values, select the &#039;&#039;&#039;Station&#039;&#039;&#039; dialogue from the &#039;&#039;Configuration&#039;&#039; menu and set &#039;&#039;Calculate 10 min wind average&#039;&#039; in the &#039;Settings&#039; frame, so in [[cumulus.ini]] this will produce the parameter &#039;Wind10MinAverage=1 when cumulus is next stopped.&lt;br /&gt;
* The station&#039;s &#039;Wind&#039; value will then display as Cumulus &#039;Latest&#039;.&lt;br /&gt;
* A 10 (configurable by adding &#039;&#039;AvgSpeedMinutes=N&#039;&#039; in [[Cumulus.ini#Section:_Station]] where &#039;N&#039; is number of) minutes average of the station&#039;s &#039;Wind&#039; value will then display as Cumulus &#039;Average&#039;.&lt;br /&gt;
* The highest of the station&#039;s &#039;Wind&#039; value in a 10 minute period will then display as Cumulus &#039;Gust&#039;.  Note that the WMO definition of a wind gust is the mean wind speed over a 2 to 3 second sample period (not the maximum instantaneous wind speed).&lt;br /&gt;
&lt;br /&gt;
See &#039;&#039;LCMaxWind=X&#039;&#039; parameter in [[Cumulus.ini#La_Crosse_specific:]] where X is the maximum (uncalibrated) wind speed in m/s that you want to allow.&lt;br /&gt;
&lt;br /&gt;
== How do I make Cumulus run automatically when Windows starts?  ==&lt;br /&gt;
&lt;br /&gt;
There is no option in Cumulus to set this up automatically as I prefer to leave it under the control of the user: The safest and most reliable method is simply to put a shortcut in your Startup folder. If you are running Vista or Windows 7, or later versions of Windows, you may find that Cumulus gets blocked by UAC if you try to run it from the Startup folder, in which case it is recommended that you use Task Scheduler instead. See here for a good description of how to do this - http://blogs.techrepublic.com/window-on-windows/?p=616&lt;br /&gt;
&lt;br /&gt;
== How does Cumulus handle Daylight Saving Time?  ==&lt;br /&gt;
&lt;br /&gt;
As far as the timestamps in the extreme logs, monthly log, and the graphs, are concerned; Cumulus doesn&#039;t do anything in particular for DST. &lt;br /&gt;
*It generates timestamps based on the Windows clock. &lt;br /&gt;
**So basically, at the start of DST (i.e. when the clocks &#039;go forward&#039; for the summer) you will get an apparent gap of one hour in your data logs and on graphs.&lt;br /&gt;
**Similarly at the end of DST (i.e. when the clocks &#039;go back&#039; for the winter) you will get an apparent hour of duplicate timestamps in your logs and graphs. &lt;br /&gt;
*You will tend to get better results if you leave Cumulus running during the clock change, because if it is stopped you may lose data,&lt;br /&gt;
**the exact timing of the affected hours depends on the type of station and the times when Cumulus was running/stopped.&lt;br /&gt;
&lt;br /&gt;
=== ... How do Davis stations handle Daylight Saving Time? ===&lt;br /&gt;
&lt;br /&gt;
Note that there seems to be an issue with Davis stations, either in the console/logger, or in the Davis DLL which Cumulus uses. &lt;br /&gt;
*If you don&#039;t have Cumulus running when DST ends (autumn), then when you start Cumulus up again, it doesn&#039;t receive all of the logger data it needs to catch up to the &#039;&#039;present time&#039;&#039; - the previous hour or so is missing. &lt;br /&gt;
*So with Davis stations, I strongly recommend that you leave Cumulus running at the end of DST, if at all possible.&lt;br /&gt;
&lt;br /&gt;
=== ... How do Fine Offset stations handle Daylight Saving Time? ===&lt;br /&gt;
&lt;br /&gt;
*For Fine Offset models &#039;&#039;without access to a radio controlled clock&#039;&#039;, if you don&#039;t have Cumulus running when DST ends in autumn, then when you start Cumulus up again, the catch up &#039;&#039;misses off the first hour after the time Cumulus was stopped&#039;&#039; (unless you have adjusted the time in [[today.ini]] by subtracting one hour for end of DST while Cumulus was stopped).  &lt;br /&gt;
**This is because the console memory does not time-stamp the data blocks and each memory location simply contains the number of minutes elapsed since the previous memory location was last updated.&lt;br /&gt;
**Cumulus does not remember the console data block used just before shutdown, (after all depending on how long Cumulus has been stopped and the station logging interval, the old memory location could be overwritten by now), and so Cumulus works out a time-stamp based on current clock time and the stored elapsed interval times as it works back through those memory locations.&lt;br /&gt;
**The stored minutes elapsed value will be consistent with the logging interval you selected for the station (might be different to that selected on Cumulus) and apart from adding an extra minute if a read from the transmitter (every 48 seconds on models without solar sensors) delays a particular log update, the console clock is unaware of DST.&lt;br /&gt;
**On restart Cumulus just tries to read the appropriate number of hours worth of observations back from the block now marked as latest.  &lt;br /&gt;
**For example if it was stopped at 2200 DST and restarted at 0600 standard time, Cumulus catches up with the last 8 hours worth of stored measurements as if going back to 2200 standard time, that means it retrieves back to 2300 DST and has forever lost the period 2200 to 2300 DST.  &lt;br /&gt;
*So with Fine Offset stations, I strongly recommend that you leave Cumulus running at the end of DST, if at all possible, to ensure that average temperature, heating/cooling degree days, wind run, and similar calculations are accurate.&lt;br /&gt;
*See Fine Offset forum discussions for further information.&lt;br /&gt;
&lt;br /&gt;
== What formula does Cumulus use for Dew Point?  ==&lt;br /&gt;
dewpoint := tempinC + ((0.13 * tempinC) + 13.6) * Ln(humidity / 100)&lt;br /&gt;
&lt;br /&gt;
== What formula does Cumulus use for Apparent Temperature?  ==&lt;br /&gt;
It uses a formula from the Australian BOM - http://www.bom.gov.au/info/thermal_stress/#atapproximation&lt;br /&gt;
&lt;br /&gt;
Note that the version used is the one that doesn&#039;t take into account solar radiation.&lt;br /&gt;
&lt;br /&gt;
== How does Cumulus know the height of the cloud base?  ==&lt;br /&gt;
&lt;br /&gt;
It doesn&#039;t. It uses a calculation which gives the theoretical height above ground level at which Cumulus clouds might form, based on the current temperature and dew point. It assumes that the difference between temperature and dew point decreases by about 4.4 degrees Fahrenheit per 1000 feet increase in altitude. When the two values coincide, the air is saturated (relative humidity = 100%) and Cumulus clouds may form. &lt;br /&gt;
&lt;br /&gt;
== How is my rain rate calculated?  ==&lt;br /&gt;
&lt;br /&gt;
For stations which supply a rain rate, Cumulus uses that. For stations which don&#039;t supply a rain rate (e.g. Fine Offset and La Crosse), Cumulus simply takes the rain total from the last five minutes and calculates a rate based on that; e.g. a single tip of 0.3mm in 5 minutes is a rate of 3.6mm/hr. When data from the station&#039;s logger is used, a similar calculation is performed, but the interval used is the logger interval rather than five minutes.&lt;br /&gt;
&lt;br /&gt;
== Where does Cumulus get its this month and this year rainfall totals from?  ==&lt;br /&gt;
&lt;br /&gt;
* Each time Cumulus reads records from the weather station it applies any change to the &#039;total rain count&#039; against today&#039;s total in its memory.&lt;br /&gt;
* The today&#039;s total so far at each reading time is also added to the &#039;recent tag&#039; array allowing total values for the day-so-far at one minute intervals for up to a week ago to be added as web tags to a web template. &lt;br /&gt;
* The rainfall totals, are initialised when Cumulus is (re-)started by adding up the corresponding daily totals in dayfile.txt and storing those sums in memory. Two of the totals can be seen using default settings on &#039;&#039;&#039;View&#039;&#039;&#039; menu, &#039;&#039;This month&#039;&#039; screen for this month, &#039;&#039;This year&#039;&#039; screen for this calendar year, but the third total for the rain season (you can change starting month) is seen on the &#039;&#039;main&#039;&#039; Cumulus screen.&lt;br /&gt;
* The rainfall totals shown on the &#039;&#039;This period&#039;&#039;, &#039;&#039;This month&#039;&#039;, and &#039;&#039;This year&#039;&#039; screens within the &#039;&#039;&#039;View&#039;&#039;&#039; menu are generated by adding up the daily rainfall totals found in [[dayfile.txt]] for the selected period. So any rainfall for the current (meteorological) day is excluded as the latest dayfile.txt row is for yesterday. Totals are recalculated when you press the &#039;&#039;Update display&#039;&#039; button. Important note: The view menu &#039;This year&#039; screen always calculates the total for a selected calendar year starting in January.&lt;br /&gt;
* The rain figures that Cumulus uses for displaying in &#039;This month&#039; and &#039;This year&#039; on the Cumulus &#039;&#039;main screen&#039;&#039; are updated each time Cumulus receives a rain reading from the station, so will not be displayed if Cumulus is unable to read rain information from your station.&lt;br /&gt;
* For the web tags, Cumulus takes its stored sums and adds today&#039;s latest total each time, to give the current totals for this month and this rain season (year so far) when processing &#039;thismonthT.htm&#039; and &#039;thisyearT.htm&#039; web templates.&lt;br /&gt;
**Important, for the &amp;lt;#ryear&amp;gt; web tag, and for the &#039;This year&#039; display on the &#039;&#039;main&#039;&#039; Cumulus screen, the processing reads the &#039;&#039;dayfile.txt&#039;&#039; for the rainfall season starting with the month set on the station settings screen and stored as the value for attribute &#039;&#039;RainSeasonStart&#039;&#039; in [[Cumulus.ini#Section:_Station]] (its default is January).  &lt;br /&gt;
**If you have set a &#039;year to date&#039; value and Cumulus is being re-started when the year specified beside that figure matches the current year, your year-to-date amount is also added into this year&#039;s total. This should normally only be relevant in your first rain season of operating Cumulus, but could be used if in any season you needed to add an extra amount because for some reason you had a gap in your recording period.&lt;br /&gt;
**There is no corresponding setting for calculating the total for the first &#039;this month&#039; of Cumulus operation.&lt;br /&gt;
*Note that you need to stop and then restart Cumulus to update these initial values that are stored in memory and get any corrections you made to rogue values in the daily summary log (or year-to-date) reflected on the main Cumulus screen and in web tags.&lt;br /&gt;
&lt;br /&gt;
The built-in dayfile.txt editor is used if it is necessary to amend the daily totals (to correct any monthly, rain season, or calendar year, totals); the built-in all-time (or monthly records) editor(s) in Cumulus is used if it is necessary to regenerate the extreme records from dayfile.txt; see [[#My_station_invented_some_rain_that_didn.27t_really_occur.2C_and_I_want_to_set_it_to_zero_.28or_some_other_figure.29 |FAQ about correcting incorrect rainfall displays]].&lt;br /&gt;
&lt;br /&gt;
== How do I reset all my data to start again from scratch?  ==&lt;br /&gt;
&lt;br /&gt;
Stop Cumulus and delete all of the files in the data folder. You may also want to edit the &#039;StartDate=&#039; line in [[cumulus.ini]] to set the date for the start of your data, if you are starting again on a different date.&lt;br /&gt;
&lt;br /&gt;
== How do I localise Cumulus to my own language? ==&lt;br /&gt;
&lt;br /&gt;
Cumulus does not directly support languages other than English. It was never intended for use in other languages, and it is not possible to add support for this now. However, the text used for:&lt;br /&gt;
*Forecasting&lt;br /&gt;
*Moonphases&lt;br /&gt;
*Beaufort Scale&lt;br /&gt;
*Trend descriptions&lt;br /&gt;
*Compass points&lt;br /&gt;
*Graph titles&lt;br /&gt;
*Extra sensor channels&lt;br /&gt;
can all be customised by using the [[strings.ini]] file. This facility may be extended to allow other items to be translated, but it is very unlikely that there will ever be a fully multi-language version of Cumulus in its current form.&lt;br /&gt;
&lt;br /&gt;
This wiki page [[:Category:Other_Languages|Other Languages]] has some old information about customising the standard web pages and see the downloads page as several third-party alternative web pages include some language translation modules.&lt;br /&gt;
&lt;br /&gt;
== Can I connect/disconnect my weather station while Cumulus is running? ==&lt;br /&gt;
No. You must make sure your weather station is connected to your PC and switched on, before running Cumulus. Do not disconnect your station while Cumulus is running.&lt;br /&gt;
&lt;br /&gt;
== How does Cumulus deal with extra sensors? ==&lt;br /&gt;
&lt;br /&gt;
By default, Cumulus deals with weather stations incorporating solar sensors, if you have selected the relevant station &#039;Type&#039; or &#039;Display solar/extra data&#039; in configuration, but it has some capability to deal with extra sensors added including the Blake-Larsen Sun Recorder.&lt;br /&gt;
Cumulus has the ability to input, log, and display Current Values/Outputs from the [[Rain_measurement#Optical_Rain_Gauges|Hydreon Optical Rain Sensor - Model RG-11]] and from either Oregon Scientific or Davis [[Extra_Sensor_Files|extra sensors]]. Only today&#039;s and yesterday&#039;s total rainfall from a Hydreon sensor are available in [[today.ini]] and [[yesterday.ini]] respectively. For some Oregon Scientific models, the temperature from an extra sensor can replace the temperature from the main sensor for processing by Cumulus, but all extra sensor values are stored in a series of [[Extra_Sensor_Files| monthly log]] files. No other processing is performed for Davis extra sensors, but past values are retained in a series of [[Extra_Sensor_Files| monthly log]] files.  The file [[strings.ini]] is used to customise the description associated with extra sensors.&lt;br /&gt;
&lt;br /&gt;
== What is this &amp;quot;Solar Max&amp;quot; value which Cumulus is displaying? ==&lt;br /&gt;
&lt;br /&gt;
It&#039;s the current theoretical maximum solar radiation value at the current date and time at your location. It is calculated using the Ryan-Stolzenbach formula, and uses the &#039;transmission factor&#039; configurable in the station settings to allow for the effect of transmission through the atmosphere. The figure is not particularly useful in itself; it is used if you have a solar sensor, to compare with the current solar radiation reading, in an attempt to determine whether the sun is currently shining or not.&lt;br /&gt;
&lt;br /&gt;
== My Fine Offset console says the memory is nearly full - how do I clear it? ==&lt;br /&gt;
&lt;br /&gt;
You don&#039;t need to, and it&#039;s much safer if you don&#039;t; clearing the memory could lead to a loss of data. The memory indicator on the console has no effect on the logging of data; the console will automatically start re-using the oldest memory locations. As long as you are running Cumulus (at least occasionally), Cumulus will have downloaded the data it needs from the console, so the console is free to overwrite the oldest data when it needs to.&lt;br /&gt;
&lt;br /&gt;
== How do I get my Davis station with USB working with Cumulus? ==&lt;br /&gt;
&lt;br /&gt;
Cumulus cannot drive the station in USB mode, you must install &#039;virtual serial port&#039; drivers, and configure Cumulus to use the virtual serial port. Make sure you have the station connected to the PC during the following operations.&lt;br /&gt;
&lt;br /&gt;
You should first make sure that you can use the station with Weatherlink, in serial mode. If you have not already installed the Weatherlink software, install the version which came with your weather station. You should then upgrade to the latest version of Weatherlink; you can download the update from the Davis web site,  [http://www.davisnet.com/support/weather/downloads/software_sftwr.asp here].&lt;br /&gt;
&lt;br /&gt;
You now need to install the &#039;CP210X USB to Serial Converter&#039;. You may find a link on your Start menu under &#039;Weatherlink&#039;. Alternatively, you should find it in the folder where Weatherlink was installed, under &#039;Support&#039; then &#039;Utilities&#039;. Davis also make version 2 of this utility available on their web site, [http://www.davisnet.com/support/weather/downloads/software_driver.asp here], and you may find that this version will work for you if the installed version does not. It should be clear from the messages output by the utility that it has successfully switched the logger to serial mode. &lt;br /&gt;
&lt;br /&gt;
It&#039;s a good idea to then update the driver to the latest version from the Silicon Labs web site, particularly if you use Windows 7 or later. You can download it [http://www.silabs.com/products/mcu/pages/usbtouartbridgevcpdrivers.aspx here] - click on &#039;VCP driver kit&#039; under &#039;Download for Windows XP/Server 2003/Vista/7...&#039; to begin the download. Run the executable once it&#039;s downloaded.&lt;br /&gt;
&lt;br /&gt;
At this point, it&#039;s best to restart your computer.&lt;br /&gt;
&lt;br /&gt;
You should now run Weatherlink, and attempt to connect to the weather station &#039;&#039;&#039;in serial mode&#039;&#039;&#039;. Weatherlink should find the appropriate COM port number automatically. If not, you can find it under &#039;Ports (COM &amp;amp; LPT)&#039; in the Windows device manager. Look for the port called &#039;USB Serial Port (COMn)&#039;, where &#039;n&#039; is a number. That&#039;s the number of the port you need to use in Weatherlink. If you cannot get Weatherlink to work using this virtual COM port, it is unlikely that you will be able to get Cumulus to work either, so either contact Davis support, explaining that you are trying to use the virtual serial port drivers because you want to run third-party software, or ask in the Cumulus forum, someone may be able to advise.&lt;br /&gt;
&lt;br /&gt;
Once you have Weatherlink connected and working via the virtual serial port, &#039;&#039;&#039;close it down&#039;&#039;&#039;, and start Cumulus.&lt;br /&gt;
&lt;br /&gt;
In the station settings in Cumulus, select the appropriate station type for your station; under &#039;VP Type&#039; select &#039;&#039;&#039;Serial&#039;&#039;&#039;; in the serial port section enter the COM port number that you found earlier. You may need to restart Cumulus at this point. It will then start displaying live data. Note that the it deliberately does not download any historical logger data from before the current point in time. When you run it subsequently, it will download logger data to catch up if necessary from when you last ran it, but never from earlier than when you first ran it.&lt;br /&gt;
&lt;br /&gt;
If you still having difficulty, the Davis Weatherlink manual offers this advice, which may be useful:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Included with the WeatherLink software is a utility that allows you to convert a USB data logger from a direct USB data logger back to a USB data logger that emulates the serial port. To use&lt;br /&gt;
this utility, select Convert USB to Virtual Serial in your WeatherLink program group on the Start menu of your computer (Start&amp;gt;AllPrograms&amp;gt;WeatherLink&amp;gt;Convert USB to Virtual Serial) and run the utility to convert your data logger. Please contact Davis Technical Support (“Contacting Davis Technical Support” on page 26) for more information.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== Why does Cumulus do some things the way it does, when there are better ways? ==&lt;br /&gt;
&lt;br /&gt;
Cumulus was originally something I &#039;knocked together&#039; quickly when I got my first weather station, simply because I couldn&#039;t find any other software anywhere which I was prepared to use. No &#039;design&#039; went into it, it was really just a prototype. Some of the things I did were just quick &#039;hacks&#039; that I intended to fix when I did it &#039;properly&#039;. But I never got around to going back and doing it &#039;properly&#039;, and it was never my intention that anyone else would use it. But I was persuaded to make it available for others, and then to add more and more enhancements. &lt;br /&gt;
&lt;br /&gt;
The fact that it works with several different types of weather station means that much of it is a compromise; it doesn&#039;t use certain features of the weather station which it could use if it were dedicated to that type of weather station. For example, it typically does not use any high/low data that the station might store internally. Instead, it maintains its own high/low data from individual readings. There are a number of reasons for this; the fact that Cumulus supports an 0900-0900 day, and the weather station does not, and the fact that typically Cumulus maintains far more high/low values than the station does, and these need to be self-consistent. &lt;br /&gt;
&lt;br /&gt;
So yes, I am aware that some of things that Cumulus does may seem strange, but it is simply not possible for me to start again from scratch, knowing what I know now. And it is not possible for me to effectively produce separate versions of Cumulus specifically for each type of weather station. If you don&#039;t like the way Cumulus does certain things, do what I did and write your own software!&lt;br /&gt;
&lt;br /&gt;
== Can I run 2 copies of Cumulus? ==&lt;br /&gt;
&lt;br /&gt;
3 options:&lt;br /&gt;
*You can install Cumulus on more than one PC, but each copy must connect directly to its own weather station (one station connected per PC).&lt;br /&gt;
*You can install 2 copies of Cumulus in different paths on a single PC, &#039;&#039;if you have two weather stations&#039;&#039; and Cumulus is able to distinguish between them, e.g. they are from different manufacturers, or both are serial port stations (different ports), or one is USB and one is serial, or one is a Weatherlink IP. In other words the  combination that does not work on a single PC is two USB stations from the same manufacturer. Note that Davis stations with USB loggers are serial port stations as far as Cumulus is concerned, so there are no problems using multiple copies of Cumulus with multiple Davis stations on the same PC.&lt;br /&gt;
*It is possible to back up the Cumulus files from one installation running off a weather station, and briefly have another reduced functionality copy just looking at historic data without ever any updating (the second Cumulus is set up as if reading from an EasyWeather.dat file, but not given a path/file name) - see [[Cumulus.ini#Introduced_for_problems_with_Fine_Offset_family:|Easyweather.dat section here]].&lt;br /&gt;
&lt;br /&gt;
= Troubleshooting  =&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Please note, these answers are written for Cumulus 1.x.y; the support forum is where Cumulus MX problems are discussed, together with how screens and files are different for the beta development.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== My &#039;Error&#039; light is flashing  ==&lt;br /&gt;
&lt;br /&gt;
Click on it, and a window will open describing the error. It may just be a temporary ftp problem. If you want to stop ftp errors being reported in this way, you can turn them off in the display settings (&amp;quot;Show FTP errors on error log window&amp;quot;).&lt;br /&gt;
&lt;br /&gt;
== My ‘new record’ light has stopped flashing  ==&lt;br /&gt;
&lt;br /&gt;
It is the normal situation that the light does not flash. The ‘new record’ light only flashes when an all-time record has been broken. It stops flashing if you click on it or restart Cumulus, until another all-time record is broken. When you first start using Cumulus, inevitably the light will flash a lot, even if you cancel it, as you will be breaking records constantly. After a while, it will &#039;settle down&#039; and not flash so often.&lt;br /&gt;
&lt;br /&gt;
== I installed a new version and my web page templates got over-written  ==&lt;br /&gt;
&lt;br /&gt;
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, place them in a different folder and use the ‘extra files’ facility. From version 1.8.9, the installer offers the option of not over-writing the web templates; it unconditionally also installs them to a sub-folder of the web folder called &#039;originals&#039;, so you can refer to them if required, even if you chose not to over-write those in the web folder.&lt;br /&gt;
&lt;br /&gt;
== I can’t find my data files!  ==&lt;br /&gt;
&lt;br /&gt;
You’re probably running Windows Vista/Windows 7/Windows 8 (or one of the corresponding server versions of Windows). Look in C:\Users\[username]\AppData\Local\VirtualStore\Program Files\Cumulus - note that this is a &#039;hidden&#039; folder. Ideally, to avoid this situation, you would install to somewhere outside the Program Files hierarchy, as recommended in the readme.txt.&lt;br /&gt;
&lt;br /&gt;
== I can&#039;t save my NOAA reports! ==&lt;br /&gt;
&lt;br /&gt;
You&#039;ve probably corrupted your Cumulus.ini file in the default Cumulus folder. See [[Cumulus.ini#Section:_NOAA]]. It can only be edited either (if Cumulus is stopped) with an external text file editor or (with Cumulus running) using the &#039;&#039;NOAA Setup&#039;&#039; in the configuation menu.  Pay attention to where the quotes are required for the file names, and check that you have an allowed date format (see [[Webtags#Time.2FDate_.27format.27_Parameter]]).&lt;br /&gt;
&lt;br /&gt;
== My sunrise and sunset times are wrong  ==&lt;br /&gt;
&lt;br /&gt;
You&#039;ve almost certainly entered your co-ordinates incorrectly, or not entered them at all - on the station settings screen. You must enter DEGREES, MINUTES, and SECONDS, no other format will work. Make sure to use &#039;&#039;&#039;unsigned whole numbers&#039;&#039;&#039; for degrees, minutes, and seconds, with a &#039;W&#039; for your longitude if you&#039;re West of the Greenwich meridian (e.g. if you are in the United States), and the appropriate letter for your latitude (N for northern hemisphere, S for southern hemisphere). &lt;br /&gt;
&lt;br /&gt;
If you are not familiar with the degrees/minutes/seconds standard format and have your co-ordinates in some other format, there are pages on the web which will convert for you. One such is here: http://transition.fcc.gov/mb/audio/bickel/DDDMMSS-decimal.html&lt;br /&gt;
&lt;br /&gt;
One other less likely possibility is that you have set the wrong time zone on your PC.&lt;br /&gt;
&lt;br /&gt;
== The Moon rise or set time is showing dashes.  ==&lt;br /&gt;
&lt;br /&gt;
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. &lt;br /&gt;
&lt;br /&gt;
== The Moon image is just black ==&lt;br /&gt;
&lt;br /&gt;
It&#039;s probably a New Moon.&lt;br /&gt;
&lt;br /&gt;
== Why are the &#039;Yesterday&#039; figures missing on the Main Cumulus Screen? ==&lt;br /&gt;
&lt;br /&gt;
The yesterday values on the Main Screen under &amp;quot;Recent Extremes&amp;quot; are not shown correctly:&lt;br /&gt;
*EITHER when the &#039;&#039;end of day rollover has not taken place&#039;&#039;. &lt;br /&gt;
**The usual cause of this is allowing your PC to &#039;sleep&#039; while Cumulus is running. &lt;br /&gt;
**The support forum mentions a few other causes. &lt;br /&gt;
**Cure this (if you have a weather station type that has a log that Cumulus reads) by looking in &amp;quot;&#039;&#039;Cumulus\backup&#039;&#039;&amp;quot; folder, and finding a backup directly in that folder or in &amp;quot;daily&amp;quot; sub-folder for just before the problem. With Cumulus stopped, copy all the files in that backup into the &amp;quot;&#039;&#039;&#039;Cumulus\data&#039;&#039;&#039;&amp;quot; folder, and then restart Cumulus. &lt;br /&gt;
*OR if Cumulus was unable to read observations from your station during that day, but can today. &lt;br /&gt;
**You can try the same cure, but may not be able to recover the lost information in this case.&lt;br /&gt;
&lt;br /&gt;
== Why do I have some unexpected zero figures? ==&lt;br /&gt;
&lt;br /&gt;
Cumulus may not be able to update some values/extremes, leaving them at zero, if:&lt;br /&gt;
*EITHER you are allowing your PC to go into sleep/standby while Cumulus is running,&lt;br /&gt;
*OR you have more than one copy of Cumulus attempting to interrogate the same weather station,&lt;br /&gt;
*OR you are closing Cumulus down very close to before/after roll-over (the latter is a restriction due to the way the processing of logger data works).&lt;br /&gt;
&lt;br /&gt;
== I’ve ‘zoomed’ a graph, how do I get it back to full size?  ==&lt;br /&gt;
&lt;br /&gt;
Drag from lower right to upper left.&lt;br /&gt;
&lt;br /&gt;
== Cumulus won&#039;t read the data from my station  ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CUMULUS RUNNING&#039;&#039;&#039;&lt;br /&gt;
If you have one of the Fine Offset clones, make sure you have configured your relative pressure correctly. If Cumulus finds an &#039;impossible&#039; value, it will ignore all data from your station.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CUMULUS RE-STARTED&#039;&#039;&#039;&lt;br /&gt;
If Cumulus does not read catch-up data from the station logger:&lt;br /&gt;
#Your station type may not have a logger, if so Cumulus cannot read anything from station while software was not running.&lt;br /&gt;
#There is a bug in the Davis DLL (Dynamic-Link Library) that Cumulus 1.x.x uses, where it never downloads the last archive record; so if there is only one to download (compare how long Cumulus was stopped with logging interval on your Davis station), it doesn&#039;t get any at all. (See [[#Cumulus_takes_a_long_time_to_download_the_data_from_my_Davis_station_at_start_up|here]] for opposite problem). Cure this by ensuring if you stop Cumulus you either leave it stopped for less than Davis logging interval time, or don&#039;t restart until after at least 2 logging intervals.&lt;br /&gt;
#You have not selected &amp;quot;&#039;&#039;&#039;Use data logger&#039;&#039;&#039;&amp;quot; in the &#039;&#039;Settings&#039;&#039; section of the &#039;&#039;&#039;Station settings&#039;&#039;&#039; screen accessed from &#039;&#039;Configuration&#039;&#039;  menu. Correct this:&lt;br /&gt;
##Stop Cumulus after changing this setting&lt;br /&gt;
##Look in &#039;&#039;Cumulus\backup&#039;&#039; folder (or its &#039;&#039;daily&#039;&#039; sub-folder) for a folder of .ini files prior to the problem, copy all those files to overwrite the ones in &#039;&#039;Cumulus\data&#039;&#039; folder&lt;br /&gt;
##Re-start Cumulus, it should use revised start date/time, and read the station logger for the whole re-wind period&lt;br /&gt;
#If there is another problem, read the instructions accessed from &amp;quot;Please click here before posting&amp;quot; at the top of the support forum page including the request to zip up the contents of the &#039;&#039;Cumulus\diags&#039;&#039; folder when asking for such support.&lt;br /&gt;
&lt;br /&gt;
== Cumulus read some invalid figures from my station ==&lt;br /&gt;
If you have:&lt;br /&gt;
*just started using Cumulus, &lt;br /&gt;
*just re-started Cumulus and you are only getting bad data when you start Cumulus up (i.e. when it is using archive data from the station logger),&lt;br /&gt;
*or you have just changed some settings,&lt;br /&gt;
... check you have the correct station type selected (see the Cumulus &#039;&#039;Help&#039;&#039; for the settings screen).&lt;br /&gt;
&lt;br /&gt;
Choosing the wrong station type means individual items of information are not correctly assigned to weather parameters.  Cumulus knows what is at what location for each station type. &lt;br /&gt;
*Is the information &#039;&#039;correct on the station console&#039;&#039; (i.e. not a fault with a sensor), but incorrectly displayed on Cumulus screen (i.e. transfer problem)? &lt;br /&gt;
Check all your settings on Cumulus, or see [[#Cumulus_won.27t_read_the_data_from_my_station|previous question]].&lt;br /&gt;
*If the &#039;&#039;station itself shows incorrect figures&#039;&#039;, a sensor may have a problem (mechanical or electrical failure, obstruction by animal activity) or a battery may need replacing.&lt;br /&gt;
Over successive versions of Cumulus more and more code has been incorporated to deal with the way some stations are prone to reporting rogue readings.&lt;br /&gt;
*Ensure you are using the latest Cumulus build, if you are using an old version you will not have any enhancements made since the earlier build that might improve the way Cumulus reads from your station type.&lt;br /&gt;
In general, if Cumulus 1.x.x identifies an odd value it will reuse the last good value instead, assuming that the problem will either right itself, or be spotted and dealt with quickly.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fine Offset stations&#039;&#039;&#039; are prone to reporting the odd non-sensical value, and Cumulus has the ability to compare successive readings:&lt;br /&gt;
*From the &#039;&#039;&#039;Configuration&#039;&#039;&#039; menu select [[Cumulus_Screenshots#Configuration_Menu_Screens|&#039;&#039;Calibration&#039;&#039;]] and in the &#039;&#039;&#039;Spike removal&#039;&#039;&#039; frame you can specify &amp;quot;the maximum &#039;&#039;&#039;differences&#039;&#039;&#039; between successive values&amp;quot; that Cumulus is to tolerate. See the &#039;&#039;&#039;Help&#039;&#039;&#039; for that screen, and note that spike removal applies while Cumulus is running, not to catch-up readings from the station&#039;s logger. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Possible Cure:&#039;&#039;&#039;&lt;br /&gt;
The purpose of the backup files is to allow Cumulus to be &#039;rewound&#039; to a particular point in time.  It simulates the situation where someone had closed Cumulus down at that point, and is only now starting it up again, and needs data to be downloaded from the station&#039;s logger to catch up to the present time. Obviously this cure will not work if your station type does not have a logger (one is needed for Cumulus to read old readings again).&lt;br /&gt;
*If you have only installed Cumulus a few days ago, or have just re-started Cumulus after it was stopped and encounter multiple &#039;&#039;rogue readings in the catch-up from the station logger&#039;&#039;; &#039;&#039;&#039;one possibility&#039;&#039;&#039; is to stop Cumulus and find the backup files that it took when you started it up (or just after the previous roll-over time), copy those files into the data folder, overwriting the ones that are there, then when you start it up again it could sort itself out.&lt;br /&gt;
The [[Diags]] log often contains useful information for sorting out what has been read, which values have been ignored, and which highs or lows may have been updated incorrectly. Note that automatic backups are made just after roll-over time because restarting Cumulus when there are no logger records to read before roll-over has been known to cause problems. Therefore, the backup to choose might be one with the date before when the problem occured, but remember that any calculations Cumulus makes are based on readings at least every minute when Cumulus is running, but for the catch up period such calculations can only use the readings available at your station&#039;s logging interval. Note if you choose a later backup and it does not work, you can always then repeat the &#039;rewind&#039; with a earlier backup.&lt;br /&gt;
&lt;br /&gt;
== I get very large amounts of rainfall shown, or other high readings ==&lt;br /&gt;
&lt;br /&gt;
Fine Offset stations have a habit of producing unbelievable readings, and Cumulus filters many of these out automatically. You can also use the &#039;spike removal&#039; settings on the calibration page, and Cumulus will then filter out large changes in readings. Please read the help for how to use these settings. Another possible explanation is that you have chosen the wrong station type in the Cumulus station settings. You should only select the &amp;quot;Fine Offset with UV/Light sensor&amp;quot; type if your station actually has SENSORS for these. Your station may have solar CHARGING, but this is not the same as having a solar SENSOR, and so you should choose the &amp;quot;Fine Offset (WH1080 etc)&amp;quot; type. Typically, stations which do have solar SENSORS have a model number which starts with a &#039;3&#039;, e.g. WS3080, and stations without solar sensors start with a &#039;1&#039; or &#039;2&#039;. Selecting the wrong type of station will cause Cumulus to misinterpret the logger data read from the station (which it uses when it starts up) and hence incorrect readings will result, typically when you restart Cumulus.&lt;br /&gt;
&lt;br /&gt;
== My station invented some rain that didn&#039;t really occur, and I want to set it to zero (or some other figure)  ==&lt;br /&gt;
&lt;br /&gt;
Cumulus does include some code to try to ignore some obvious rain errors. For example, if the station reports negative rain, Cumulus will normally ignore that, but if for 6 consecutive readings the rain cumulative count stays below what it was before, Cumulus will normally accept the new count as a new starting point. Because many positive values are realistic (see sub-answers), Cumulus generally will accept those as a result of accidental knocking of a tipping bucket gauge, due to wind effects on the gauge, or even due to the station electronics generating a rogue reading.&lt;br /&gt;
=== (Invented rain) Error in today&#039;s total===&lt;br /&gt;
#correct today&#039;s total using the &#039;today&#039;s rain&#039; editor on the edit menu.&lt;br /&gt;
#optionally stop Cumulus and edit [[today.ini]] to change the &#039;&#039;LastTip=&#039;&#039;(look up previous value in a recently backed up today.ini) parameter.&lt;br /&gt;
#Remember that &#039;ConsecutiveDryDays&#039; and &#039;ConsecutiveWetDays&#039; do not include today.&lt;br /&gt;
&lt;br /&gt;
=== (Invented rain) Error in yesterday&#039;s total ===&lt;br /&gt;
#edit the total for the relevant day in dayfile.txt, using the dayfile.txt editor on the edit menu.&lt;br /&gt;
#optionally edit yesterday&#039;s total (which is only held temporarily for display purposes) in [[today.ini]], while Cumulus is stopped.&lt;br /&gt;
=== (Invented rain) Error in total or high rainfall rate for any day before today ===&lt;br /&gt;
Just edit the total or rate for the relevant day in dayfile.txt, using the [[Cumulus_Screenshots#File.2FEdit.2FHelp_Menu|dayfile.txt]] editor on the edit menu.&lt;br /&gt;
&lt;br /&gt;
=== (Invented rain) Error in total, or extremes, for this month and/or this year ===&lt;br /&gt;
See next FAQ. Once you have corrected the daily totals (or high rainfall rates) in dayfile.txt, you can use the editors (on the edit menu) for &#039;This Month&#039; and &#039;This Year&#039; to fetch the corrected values from dayfile.txt (or enter figures manually).&lt;br /&gt;
&lt;br /&gt;
=== (Invented rain) Error in all-time records ===&lt;br /&gt;
See [[#How_do_I_correct_my_all-time_.28or_monthly_all-time.29_records.3F |this FAQ]].&lt;br /&gt;
&lt;br /&gt;
To see the previous value for all-time records see [[Alltimelog.txt]]. If your all-time records, or month-by-month all-time records have been affected, you can use the built-in editors. These can fetch the correct values once you have corrected dayfile.txt.&lt;br /&gt;
&lt;br /&gt;
===  (Invented rain and) Other rain figures ===&lt;br /&gt;
Note that other rain figures, such as &#039;rain last hour&#039;, &#039;rain last 24 hours&#039; and &#039;rain since midnight&#039; depend on a sensible progression of the rain counter, so it&#039;s not easy to correct this; it&#039;s easier to wait until the erroneous figure is far enough in the past so as not to affect the calculation. If you really do want to try to correct it; you would need to stop Cumulus, then find and edit multiple field 11 (assuming date is field 0) the Cumulus &#039;rain counter&#039; values in the [[monthly_log_files]] in the current monthly log file so they are correct relative to the current value of the rain counter (i.e. the latest one logged). Note that if you&#039;re using a midnight start of day then you don&#039;t need the &#039;rain since midnight&#039; figure anyway, as it is normally the same as &#039;rain today&#039;, and that figure is much more easily corrected.&lt;br /&gt;
&lt;br /&gt;
===  (Invented rain) Error prevention by Spike removal ===&lt;br /&gt;
#It is better to try to avoid spurious rain being recorded in the first place.&lt;br /&gt;
#Cumulus attempts to ignore large increases in the rain total automatically, and is quite often successful.&lt;br /&gt;
#For &#039;hourly rain&#039; and &#039;rain rate&#039;, you can set &#039;spike removal&#039; settings on the calibration settings screen. The value you set here, is the maximum change allowed between successive observations. Rain Rate corrections apply only to Fine Offset and La Crosse stations (which are known to occasionally produce faulty rain readings).&lt;br /&gt;
&lt;br /&gt;
===  (Invented rain) More information ===&lt;br /&gt;
There is more information about correcting rogue data elsewhere in the Wiki, in the pages about the [[:Category:Log_Files|log files]].&lt;br /&gt;
&lt;br /&gt;
== My monthly and/or annual rainfall totals are wrong  ==&lt;br /&gt;
&lt;br /&gt;
Cumulus calculates these when it is restarted, holds the values within memory, and increments them as required while it is running. This FAQ in the previous section [[#Where_does_Cumulus_get_its_this_month_and_this_year_rainfall_totals_from.3F]] has a concise description of how Cumulus calculates these figures.&lt;br /&gt;
&lt;br /&gt;
* The rainfall total shown on the &#039;&#039;This month&#039;&#039; screen within the &#039;&#039;&#039;View&#039;&#039;&#039; menu, is calculated from summing [[dayfile.txt]] totals for a selected month, and so for the default current month will exclude the current meteorological day.  The rainfall total for today so far is added for the web tag &#039;&#039;&amp;lt;#rmonth&amp;gt;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
* The rainfall total shown on the &#039;&#039;This year&#039;&#039;  screen within the &#039;&#039;&#039;View&#039;&#039;&#039; menu, is calculated from summing totals in dayfile.txt for a selected calendar year. For the default current year, it will exclude the current meteorological day.&lt;br /&gt;
&lt;br /&gt;
* The rainfall total reported by the &#039;&#039;&amp;lt;#ryear&amp;gt;&#039;&#039; web tag is for the rainfall season to date, it is calculated from taking today&#039;s rain and then adding the sum of the totals in dayfile.txt starting with the first (meteorological) day of the month specified in the &#039;rainfall season&#039; frame on the &#039;&#039;station settings&#039;&#039; screen within the &#039;&#039;&#039;Configuration&#039;&#039;&#039; menu, until the end of dayfile.txt is reached. So check you have specified the right starting month there before deciding the rainfall total shown is wrong. &lt;br /&gt;
&lt;br /&gt;
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 also on the [[Cumulus_Screenshots#Station|Station Configuration screen]].  Make sure you specify the first Cumulus operating year here, otherwise the extra will be added to the annual total for the wrong year!&lt;br /&gt;
&lt;br /&gt;
See immediately preceding FAQ [[#My_station_invented_some_rain_that_didn.27t_really_occur.2C_and_I_want_to_set_it_to_zero_.28or_some_other_figure.29 |correcting rainfall]]  for how to correct errors in total for particular days and how to correct the high extremes for the various periods.&lt;br /&gt;
&lt;br /&gt;
In all cases then restart Cumulus to get the monthly and annual totals recalculated from correct daily totals. &lt;br /&gt;
&lt;br /&gt;
If you need to correct within day values for trend graphs as well as the longer period totals, provided you know roughly when the rogue rainfall was recorded, find (and edit) it in the [[monthly_log_files]], field 11 (assuming date is field 0) is the count used to derive other parameters. Increasing the value in the count field, decreases the difference to the next (or current) count, and therefore reduces the rain in the in-between period.&lt;br /&gt;
&lt;br /&gt;
== The ‘gust’ line has disappeared from my graph  ==&lt;br /&gt;
&lt;br /&gt;
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. Depending on your weather station type, there are a few things you could try, to improve things. Decrease your station&#039;s logger interval, and if you have Cumulus calculating the wind speed average and you have a Fine Offset station, set &#039;Use speed for avg calculation&#039;.&lt;br /&gt;
&lt;br /&gt;
== My ‘gust’ values are the same as my ‘average’ wind speed values.  ==&lt;br /&gt;
&lt;br /&gt;
As above, you probably have Cumulus set to calculate a 10-minute average, and your station logger period is 10 minutes or longer, so your gust comes out the same as the average when using data from the logger. See the previous FAQ for suggestions on how to improve this.&lt;br /&gt;
&lt;br /&gt;
== I’ve just installed Cumulus, and it didn’t download all the old data from my weather station  ==&lt;br /&gt;
&lt;br /&gt;
Cumulus deliberately doesn’t attempt to download any data from before the point when you first run it. If you wish, although this isn&#039;t recommended, 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 (you will need to have run it at least once previously). Note that if you do this, it is at your own risk, and you will need to sort out any issues which may arise yourself.&lt;br /&gt;
&lt;br /&gt;
If you do this, you will probably need to edit your log files in the &#039;&#039;&#039;data&#039;&#039;&#039; folder as you may have duplicate entries and/or entries out of order. Your rain totals will almost certainly also be wrong - the total for &amp;quot;today&amp;quot; in particular. See the [[FAQ#My_station_invented_some_rain_that_didn.27t_really_occur.2C_and_I_want_to_set_it_to_zero_.28or_some_other_figure.29 |FAQ]] entry about correcting rainfall data. If you have only just started using Cumulus, you could delete all of the files in the data folder, and just create a simple today.ini as below. Then when you start Cumulus it will start again with just the data from the station&#039;s logger.&lt;br /&gt;
&lt;br /&gt;
Note that this method does not work for the Oregon WMR200 station. This station deletes logger entries when they are downloaded, and there is no mechanism for retrieving logger entries for a particular period - it just sends all the entries that it has. You may be able to circumvent this by creating a today.ini file in the data folder before you run Cumulus, with just this in it:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[General]&lt;br /&gt;
Date=10/04/2012&lt;br /&gt;
Timestamp=10/04/2012 10:00:00&lt;br /&gt;
CurrentYear=2012&lt;br /&gt;
CurrentMonth=4&lt;br /&gt;
CurrentDay=10&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Change the dates and time to match the point from which you want Cumulus to start downloading data. If the station has already sent the data, this may not work, unfortunately.&lt;br /&gt;
&lt;br /&gt;
If you stored data from your weather station (on another file-based system) before you first ran Cumulus, then you may be able to (using a text editor outside Cumulus) generate [[Monthly log files]] for the pre-Cumulus period.  See that Wiki article for more information on what you can then do with those files within Cumulus.&lt;br /&gt;
&lt;br /&gt;
== I have inserted pre-Cumulus data and now I get errors ==&lt;br /&gt;
&lt;br /&gt;
Probably some of your inserts used the wrong format (blank rows, fields with real numbers where integers expected, alternatively missing or duplicated fields). See [[:Category:Log_Files]]. Note that Cumulus will only flag errors in the log files that it reads (e.g. those relating to the period for which it displays trends graphs).  Check all the log files you have amended.&lt;br /&gt;
&lt;br /&gt;
== I have inserted pre-Cumulus data making &#039;Records began on&#039; date wrong ==&lt;br /&gt;
&lt;br /&gt;
Stop Cumulus and edit [[Cumulus.ini#Section:_Station | cumulus.ini (station section)]] within the main Cumulus folder. Change the &amp;quot;StartDate=&amp;quot; line. Be sure to use the same format for the date.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note&#039;&#039;&#039; &#039;&#039;StartDate=xxxx&#039;&#039; does &#039;&#039;not&#039;&#039; need to be updated for Cumulus to recognise earlier data in log files in its &#039;&#039;data&#039;&#039; subfolder.  &lt;br /&gt;
&lt;br /&gt;
It really represents &amp;quot;Cumulus began on&amp;quot;, so there is an alternative of leaving cumulus.ini unchanged, but editing default Cumulus &#039;&#039;recordsT.htm&#039;&#039; template twice:&lt;br /&gt;
*after the h2 heading is &#039;&#039;&amp;amp;lt;p&amp;amp;gt;Records began on &amp;lt;#recordsbegandate&amp;gt;. Here are the extremes recorded since then.&amp;amp;lt;/p&amp;amp;gt;&#039;&#039;;  you can replace &#039;&amp;lt;#recordsbegandate&amp;gt;&#039; with the new earliest date typed in as text; and&lt;br /&gt;
*at the start of the table is the &#039;&#039;&amp;amp;lt;caption&amp;amp;gt;Records Since &amp;lt;#recordsbegandate&amp;gt;&amp;amp;lt;/caption&amp;amp;gt;&#039;&#039;; replace the label &amp;quot;Records since&amp;quot; with &amp;quot;Cumulus began on&amp;quot; leaving the web tag unchanged.&lt;br /&gt;
&lt;br /&gt;
== Cumulus doesn’t show the same pressure as my Fine Offset console  ==&lt;br /&gt;
&lt;br /&gt;
Cumulus displays atmospheric pressure corrected to sea level. The console calls this ‘relative pressure’; it displays the letters &amp;quot;rel&amp;quot; when this is being displayed.  First of all, check&lt;br /&gt;
# that you are comparing the Cumulus display with the ‘relative’ pressure on your console,&lt;br /&gt;
# that only one copy of Cumulus is accessing the weather station (and no other software),&lt;br /&gt;
# that you do not have a &#039;EWpressureoffset=x.y&#039; line in the [Station] section of [[Cumulus.ini#Introduced_for_problems_with_Fine_Offset_family:| cumulus.ini]],&lt;br /&gt;
# and that you do not have a setting for pressure on the Cumulus calibration screen.&lt;br /&gt;
&lt;br /&gt;
The Fine Offset stations only store absolute/station pressure readings in their weather memory locations updated with each transmission and read by Cumulus. Within Cumulus, the software applies the adjustment to sea level before any further processing. It does &#039;&#039;not&#039;&#039; use the altitude setting in the cumulus station configuration screen.&lt;br /&gt;
Normally when Cumulus starts, it reads in [http://www.jim-easterbrook.me.uk/weather/mm/ the fixed block] in the console a pair of absolute/station pressure and relative/sea level pressure readings and uses the difference between these as the ‘offset’ in millibar for the station;  Cumulus uses this offset subsequently to calculate the sea level pressure (each time when reading the absolute pressure in the weather memory locations of the station), but it is possible to define the offset in cumulus.ini instead. &lt;br /&gt;
&lt;br /&gt;
Make sure that you have set your console&#039;s relative pressure correctly:&lt;br /&gt;
*for a push button operated model, press &#039;menu&#039; key 4 times for pressure mode, press &#039;enter&#039; to move to relative pressure setting, press &#039;up&#039; or &#039;down&#039; to adjust value.&lt;br /&gt;
*if your model uses a touch sensitive screen then it is probably tap the reading three times, then touch &#039;+&#039; or &#039;-&#039; to adjust value.&lt;br /&gt;
&lt;br /&gt;
The support forum includes discussion on where to find isobar charts or other sources to determine what the pressure should be.  Obviously after any adjustment you need to stop Cumulus, because it is when you restart it that Cumulus reads the new pressure offset.&lt;br /&gt;
&lt;br /&gt;
Sometimes the offset that cumulus reads from the fixed block is clearly garbage, so&lt;br /&gt;
# the cumulus error light is set,&lt;br /&gt;
# an error message suggests you check the station, and&lt;br /&gt;
# Cumulus uses zero offset instead as a best effort.&lt;br /&gt;
In this situation, Cumulus will display the same value as the &#039;absolute&#039; pressure on the console (no &amp;quot;rel&amp;quot; is displayed on the console when it is displaying absolute pressure). Often, if you restart Cumulus, it will then be able to read the correct value. If the problem happens often, you can circumvent it by editing cumulus.ini (while Cumulus is stopped), and in the [Station] section add an entry: &lt;br /&gt;
&lt;br /&gt;
 EWpressureoffset=x.y&lt;br /&gt;
&lt;br /&gt;
where x.y is your pressure offset. &#039;&#039;&#039;Cumulus will then use this instead of reading the fixed block offset from the station&#039;&#039;&#039;.  &lt;br /&gt;
&#039;&#039;&#039;Note&#039;&#039;&#039; that &#039;&#039;you must supply the offset in hPa&#039;&#039; (i.e. the millibar units that the station works with) and that this circumvention generally stops Cumulus from agreeing with the relative pressure displayed on the console.&lt;br /&gt;
&lt;br /&gt;
== My pressure suddenly dropped! Or suddenly increased!  ==&lt;br /&gt;
&lt;br /&gt;
If you have a Fine Offset station, and this happened when you (re)started Cumulus, it is quite likely a problem with reading the pressure &#039;offset&#039; from the station. See: &amp;quot;Cumulus doesn’t show the same pressure as my Fine Offset console&amp;quot; above.&lt;br /&gt;
&lt;br /&gt;
== I get an error when I try to view my all-time records. Also, they don’t appear on my web site  ==&lt;br /&gt;
&lt;br /&gt;
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. &lt;br /&gt;
&lt;br /&gt;
== I get an error when I close Cumulus  ==&lt;br /&gt;
&lt;br /&gt;
Cumulus does sometimes report an error when you close it. This does not appear to cause any problems, you can just close the error message. I don&#039;t seem to be able to do anything about this, as the &#039;crash&#039; is not in code that I have control over. You may be able to avoid this error by avoiding closing Cumulus while it is uploading to the internet. Please don&#039;t bother sending me a bug report about this. &lt;br /&gt;
&lt;br /&gt;
== My forecast says &amp;quot;Not available&amp;quot;  ==&lt;br /&gt;
&lt;br /&gt;
You can get Cumulus to create a simple forecast by selecting &#039;Cumulus Forecast&#039; on the Stations Settings screen. &lt;br /&gt;
&lt;br /&gt;
== My forecast always says &amp;quot;Exceptional Weather, Stormy, much precipitation&amp;quot;  ==&lt;br /&gt;
&lt;br /&gt;
You probably have incorrect Pressure Extreme settings in the Forecast section on the Station Settings window. Make sure that the values you have supplied match the units you have selected for the extremes. Note that the units for the extremes are not related to the units you have chosen for pressure display in Cumulus. The option of supplying mb/hPa or inHg for the extremes is merely a convenience; you can supply either, but the values and the units must of course match.&lt;br /&gt;
&lt;br /&gt;
== My computer hibernated/suspended, and I lost data/my graphs &#039;flat-lined&#039;  ==&lt;br /&gt;
&lt;br /&gt;
Cumulus can&#039;t cope with being suspended, it just carries on as normal after being woken. There is an option in the station settings to &#039;close on suspend&#039;, so Cumulus will close itself as a safety measure, if you forget to do it manually. Don&#039;t use the &#039;close on suspend&#039; option and the &#039;confirm shutdown&#039; option at the same time; this will cause problems. &lt;br /&gt;
&lt;br /&gt;
But I strongly recommend that you don&#039;t have your computer set to go into any form of standby while Cumulus is running - it&#039;s continuously gathering real-time data, after all, so it&#039;s a rather strange thing to do. &lt;br /&gt;
&lt;br /&gt;
== My heat index/humidex/wind chill is the same as my temperature  ==&lt;br /&gt;
&lt;br /&gt;
*Wind chill only applies when the average wind speed is above 4.8 kph &#039;&#039;&#039;and&#039;&#039;&#039; (by default in Cumulus as it should really always be set, but this is an option that can be unset) the temperature is below 10 degrees Celsius.  &lt;br /&gt;
*Heat index only applies when the temperature is above 27 degrees Celsius &#039;&#039;&#039;and&#039;&#039;&#039; the humidity is above 40%. &lt;br /&gt;
* Humidex does not have any &#039;cutoff&#039; values, but at low temperature and/or humidity it will give the same figure as ambient temperature.&lt;br /&gt;
&lt;br /&gt;
If heat index or wind chill is not applicable, Cumulus will set them the same as the ambient temperature.&lt;br /&gt;
&lt;br /&gt;
== Cumulus is showing a different wind speed compared to my console  ==&lt;br /&gt;
&lt;br /&gt;
You have probably misunderstood Cumulus processing of wind speeds, looking at different parameters, or different averaging periods.&lt;br /&gt;
*If you have a Davis weather station see [[#What_do_the_various_wind_speeds_in_Cumulus_correspond_to.2C_with_Davis_stations.3F]]&lt;br /&gt;
*If you have a Fine Offset station, see [[#What_do_the_various_wind_speeds_in_Cumulus_correspond_to.2C_with_Fine_Offset_stations.3F]] &lt;br /&gt;
* For Oregon Scientific and La Crosse stations see [[#How_do_I_set_up_recording_wind_speeds_in_Cumulus.2C_with_Oregon_Scientific_and_La_Crosse_stations]]&lt;br /&gt;
&lt;br /&gt;
Note that you can&#039;t compare the graphs drawn by Easyweather and Cumulus unless you are certain that they are plotting the same data. They can&#039;t both be running at the same time, so one would normally be plotting &#039;live&#039; data at a given interval, and the other will be plotting data downloaded from the station&#039;s logger. The wind speed will hence not normally be the same for a particular time on the graph as it may well have changed at the point that it is saved to the logger. The only situation where it &#039;&#039;would&#039;&#039; be valid to compare the graphs would be if neither were running at the times you are comparing, and both subsequently downloaded the same data from the logger.&lt;br /&gt;
&lt;br /&gt;
== I get error -32710 with Cumulus and my USB Davis station  ==&lt;br /&gt;
&lt;br /&gt;
The USB support in the Davis DLL which Cumulus uses doesn&#039;t seem to work. You need to use the CP210X USB/serial software which Davis supply, and use the station in serial mode. If you have previously been using your station with Weatherlink in USB mode, you will need to change to serial mode in Weatherlink before you can use the station with Cumulus. You can do this using [http://www.davisnet.com/support/weather/download/CP210X_USB_Serial_Converter_ver2.exe this utility from Davis]. See also this FAQ entry - http://wiki.sandaysoft.com/a/FAQ#How_do_I_get_my_Davis_station_with_USB_working_with_Cumulus.3F&lt;br /&gt;
&lt;br /&gt;
== When I start Cumulus, the graphs restart again each time and don&#039;t show the earlier data  ==&lt;br /&gt;
&lt;br /&gt;
You probably have an error in one or more data files. Look near the beginning of the latest file in the Diags folder for an error message which will tell you which file is in error and which line is causing the problem. It may simply be a blank line. Edit the file with Cumulus stopped. Note that you may need to repeat this process; only the first error is shown.&lt;br /&gt;
&lt;br /&gt;
This problem can also occur if you change your system format settings (date format, decimal and list separators etc). Again, check the diags file for a message about a number not being a valid floating point value.&lt;br /&gt;
&lt;br /&gt;
== The peak values on my graphs are not the same as my extreme values  ==&lt;br /&gt;
&lt;br /&gt;
The graphs are snapshots of the data, taken once a minute while Cumulus is running; it is not feasible to plot every data point. If the extreme value did not coincide exactly with the point at which the data was added to the graph, then it will not appear on the graph. The graphs are not intended to show all of the highs and lows, they are there to give an idea of the trends. This also applies to &#039;Select-A-Graph&#039;, which takes its data from the data logs; the highs and lows do not necessarily appear in the periodic data logs.&lt;br /&gt;
&lt;br /&gt;
This is most noticeable with wind gusts, the value of which can change rapidly, even over a period of a minute. The &#039;Plot latest gust&#039; setting causes the &#039;Latest&#039; figure (as shown on the main screen) to be plotted. What this figure represents exactly depends on your weather station type. This figure may vary rapidly, e.g. on Davis stations, it changes every 3 seconds or so. The graphs are plotted once a minute, and hence, with Davis stations, for example, there is approximately a one in 20 chance of any given &#039;latest&#039; figure actually being plotted.&lt;br /&gt;
&lt;br /&gt;
Cumulus also stores the peak value of the &#039;latest&#039; figure from the last 10 minutes. It calls this the &#039;gust&#039;, as this is a reasonable representation of a true &#039;gust&#039; figure. If you untick &#039;plot latest gust&#039;, it will plot this figure instead. As it contains the peak figure from the last 10 minutes, and the graph is plotted once a minute, plotting this value means that the high gust figure will always appear on the graph. The exception to this is with Davis stations, in the situation where the &#039;high gust&#039; figure has been read directly (as a way of ensuring that the high gust isn&#039;t missed) rather than by the usual reading of the current data. In this case, the gust is recorded as the high, but is not written to the current value, and hence does not appear on the graph, as it may be out of sequence with the current data.&lt;br /&gt;
&lt;br /&gt;
== My extreme values do not appear in the &#039;monthly&#039; data logs  ==&lt;br /&gt;
&lt;br /&gt;
The data logs are snapshots of the data, taken at the configured interval while Cumulus is running (or at the station&#039;s configured interval when data is read from the station&#039;s logger directly into the Cumulus monthly log). Cumulus, while it is running, reads the station frequently, detecting each change in observations, and can update extremes at each of these reading times.&lt;br /&gt;
&lt;br /&gt;
If the extreme value reading time did not immediately precede a time at which the data was logged, then it will not appear in the log. This is most noticeable with wind gusts, the value of which can change rapidly between log entries.&lt;br /&gt;
&lt;br /&gt;
Cumulus is designed to be kept running, if you only run it once a day, then the information it reads from the station&#039;s logger during catch up may miss extremes. For example &#039;&#039;when Cumulus reads the archive temperatures from a Davis station&#039;&#039;,  (in a compromise to allow Cumulus to have as much code as possible that is common to all weather station types) the design means that it ignores the first and second figures representing highest and lowest reported at each logged time, just reading the third figure that, depending on console configuration, is either the average value over the archive period or the final reading of the archive period (I don&#039;t know what the default is).&lt;br /&gt;
&lt;br /&gt;
== Cumulus takes a long time to download the data from my Davis station at start up  ==&lt;br /&gt;
&lt;br /&gt;
When Cumulus starts, it asks the station for all the data from the logger since the last time it was running. If the time-stamp that it supplies does not exactly match the time-stamp of an entry in the Davis logger, the station has a strange &#039;feature&#039; where it decides to send the entire contents of the logger. This will take some time to download, during which the Davis console display may appear to freeze. &lt;br /&gt;
#It is recommended that you enable the feature &#039;&#039;&#039;Synchronise station clock&#039;&#039;&#039; in the &#039;Settings&#039; block accessed from the &#039;&#039;Configuration&#039;&#039; menu  &#039;&#039;&#039;Station&#039;&#039;&#039; [[Cumulus_Screenshots#Station|Screen]].&lt;br /&gt;
#It is recommended that you set the logging interval in Cumulus (in the &#039;Data log interval&#039; block accessed from the &#039;&#039;Configuration&#039;&#039; menu  &#039;&#039;&#039;Station&#039;&#039;&#039; Screen) to the same interval as the station (the station interval can be changed using Weatherlink), then Cumulus will be able to make sure it uses a time-stamp that matches an entry in the logger. Note that this is mentioned in the &#039;&#039;&#039;readme.txt&#039;&#039;&#039; file that appears during the Cumulus installation, which you were asked to read at the time. If you didn&#039;t read it, it is strongly recommended that you do so now; it contains important information.&lt;br /&gt;
&lt;br /&gt;
== My Davis console clock is not exactly the same as my PC clock, but I have &amp;quot;Synchronise station clock&amp;quot; selected ==&lt;br /&gt;
&lt;br /&gt;
The Davis protocol only allows hours and minutes to be set, so there is always likely to be a difference of up to 60 seconds between the PC and the station.&lt;br /&gt;
&lt;br /&gt;
== Today is the shortest/longest day, but Cumulus says that tomorrow will be a few seconds shorter/longer  ==&lt;br /&gt;
&lt;br /&gt;
The routines I use to calculate (at midnight GMT) the length of the day aren&#039;t really suitable for this level of accuracy and may use the previous day in one parameter. I don&#039;t consider it an issue.&lt;br /&gt;
&lt;br /&gt;
== Cumulus got the forecast wrong!  ==&lt;br /&gt;
&lt;br /&gt;
Cumulus uses a forecast based on the Zambretti Forecaster (see Google). I didn&#039;t design the algorithm myself and to be honest I don&#039;t know how it works, so I can&#039;t answer any questions about it. Note that this is a &#039;forecast&#039; for the following 12 hours or so; it is not a &#039;nowcast&#039; (what the weather is doing now). Please regard the forecast as &#039;for entertainment purposes only&#039;. Do not base any decisions on it, and bear in mind that it is a very simple calculation based on only a few basic parameters. Some people get reasonable results, others do not. You can try tweaking the pressure extreme settings (in the Forecast section in the station settings), but don&#039;t expect the forecast to be as good as that provided by the weather agencies which have invested millions in their forecasting systems.&lt;br /&gt;
&lt;br /&gt;
== I only see one set of points on the wind direction graph  ==&lt;br /&gt;
&lt;br /&gt;
This happens just after you restart Cumulus, if the data came from the weather station&#039;s logger (i.e. Cumulus hasn&#039;t been running for a while). Weather stations only supply a &#039;current&#039; direction, and Cumulus calculates the average direction when running &#039;live&#039;.  So there is only one set of data available to be plotted, if it comes from the station logger.&lt;br /&gt;
&lt;br /&gt;
== My average wind bearing remains at zero ==&lt;br /&gt;
&lt;br /&gt;
Cumulus will always show zero average bearing when the average wind speed is zero (it can&#039;t be otherwise because it&#039;s calculated using the wind speed). In addition, it will show zero current bearing when the current wind speed is zero if you have &#039;&#039;use bearing zero when calm&#039;&#039; selected in the [[Cumulus_Screenshots#Station|station]] settings (accessible from &#039;&#039;&#039;Configuration&#039;&#039;&#039; menu).&lt;br /&gt;
&lt;br /&gt;
This also happens if your anemonmeter has a fault.&lt;br /&gt;
&lt;br /&gt;
== My graphs appear to be plotted less frequently just after Cumulus starts up  ==&lt;br /&gt;
&lt;br /&gt;
When running live, Cumulus plots data at 1-minute intervals. When it starts up, it pre-fills the graphs with data from the log files, which generally (depending on how you have Cumulus and your station configured) will be at less frequent intervals. &lt;br /&gt;
&lt;br /&gt;
== I closed Cumulus, the &#039;please wait&#039; form appeared, but Cumulus didn&#039;t close, even after several minutes  ==&lt;br /&gt;
&lt;br /&gt;
If you&#039;ve closed Cumulus shortly after it has downloaded a lot of data from the logger, it can take a while for the logging thread to get everything written away to disk, and Cumulus won&#039;t close until this has completed. However, in some circumstances, there seems to be a situation where Cumulus will never close, so you will need to close it with task manager. If you think you know what conditions cause this to happen, please let me know. &lt;br /&gt;
&lt;br /&gt;
== Cumulus isn&#039;t logging data at the interval that I set  ==&lt;br /&gt;
&lt;br /&gt;
It logs data at the interval you have configured, while it is running. If there is data to read from the station logger at start up, each logger entry is logged to the Cumulus log files, so those entries will be at the logger interval that you have configured in your station.&lt;br /&gt;
&lt;br /&gt;
== Cumulus takes a very long time to shut down ==&lt;br /&gt;
&lt;br /&gt;
You may have closed it very soon after starting it up, when it had a lot of data to download from the station logger, and you use Weather Underground. From version 1.9.1  there is a facility where it &#039;catches up&#039; with data that hasn&#039;t been uploaded to Weather Underground while it hasn&#039;t been running. This takes a little while, and if you close it while it is doing it, it will take a long time for all of the updates to time out. You need to give it sufficient time to finish the upload. From version 1.9.2, there is a &#039;catch up&#039; light which shows that the upload is taking place, and the &#039;catch up&#039; is optional&#039;; and it will abort much more quickly if you still close it while the catch up is taking place. &lt;br /&gt;
&lt;br /&gt;
== My temperature Min/Max/Avg graph is empty ==&lt;br /&gt;
&lt;br /&gt;
The most likely explanation is that you have only recently started running Cumulus (in the last day or two). It adds new values to this graph at the end of each day; it wouldn&#039;t make sense to add a value part of the way through the day, and you need a few points to be plotted before the graph starts to take shape. You need to wait until you have been running Cumulus for a few days.&lt;br /&gt;
&lt;br /&gt;
If you&#039;ve been running Cumulus for more than a few days, but the graph is still empty, the most likely explanation is that it was unable to read your dayfile.txt file. Look at the latest file in the &#039;diags&#039; folder (the files are plain text) for error messages mentioning dayfile.txt.&lt;br /&gt;
&lt;br /&gt;
== The longest dry/wet spell for this month/year includes days from last month/year ==&lt;br /&gt;
&lt;br /&gt;
This is intentional. I decided that it didn&#039;t make sense to arbitrarily chop off a dry/wet spell at the start of the month/year, as then the figure is meaningless. So the figures are to be interpreted as &amp;quot;the longest dry/wet spell which includes this month/year&amp;quot;. I note that other software takes the same approach.&lt;br /&gt;
&lt;br /&gt;
== Cumulus isn&#039;t performing periodic tasks, like data logging or web uploads ==&lt;br /&gt;
&lt;br /&gt;
Cumulus assumes a certain level of weather station functionality. It checks that it has received data from a number of sensors (e.g. pressure and outside temperature) before it starts periodic calculations, logging, uploading to the web, or drawing graphs. This is an attempt to make sure that bad data is not logged. If your weather station is not fully functional, you will not be able to use Cumulus fully. &lt;br /&gt;
&lt;br /&gt;
You can over-ride the start up check by adding a line to the [Station] section of [[Cumulus.ini#Section:_Station|cumulus.ini]], thus: &#039;&#039;NoSensorCheck=1&#039;&#039;&lt;br /&gt;
(You need to do this while Cumulus is stopped). Note that you are likely to get bad data logged if you do this.&lt;br /&gt;
&lt;br /&gt;
== I&#039;ve changed my Twitter password, and now Cumulus won&#039;t update Twitter ==&lt;br /&gt;
&lt;br /&gt;
You need to force Cumulus to re-authenticate with Twitter. Stop Cumulus and edit cumulus.ini. Find the [Twitter] section, and &#039;&#039;&#039;delete&#039;&#039;&#039; the lines which start&lt;br /&gt;
&lt;br /&gt;
OauthToken=&lt;br /&gt;
 &lt;br /&gt;
OauthTokenSecret=&lt;br /&gt;
&lt;br /&gt;
Start Cumulus and it should be able to update Twitter again.&lt;br /&gt;
&lt;br /&gt;
== When I start Cumulus, I get the error message &amp;quot;The station is not initialised&amp;quot; ==&lt;br /&gt;
&lt;br /&gt;
For Fine Offset stations, when Cumulus starts up, it checks the first two bytes of the station&#039;s memory. They are supposed to contain the values Hex 55 and Hex AA to indicate that the station has initialised itself correctly. If they do not, then presumably the station has had some kind of internal problem, so Cumulus doesn&#039;t try to read any data from it. A reset of the station normally fixes this - remove the batteries and the USB cable; but note that you will almost certainly lose any stored data in the logger.&lt;br /&gt;
&lt;br /&gt;
If you want to force Cumulus to ignore this check (not recommended), edit cumulus.ini and add a line to the [Station] section: &#039;&#039;EWdisablecheckinit=1&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
You will most likely not have any success with this, as your station memory is probably corrupted anyway.&lt;br /&gt;
&lt;br /&gt;
Note that for this setting to work, you need to be using version 1.9.3, build 1034 or later.&lt;br /&gt;
&lt;br /&gt;
== How do I correct today&#039;s or yesterday&#039;s highs and lows? ==&lt;br /&gt;
&lt;br /&gt;
Today&#039;s totals, highs and lows (and yesterday&#039;s rain total) are held in [[today.ini]] in the Cumulus data folder. Yesterday&#039;s totals (including RG11 rain but not standard rain), highs and lows are held in [[yesterday.ini]]. Follow the cross-references if you are unsure which parameter is what. To change any values, stop Cumulus and edit the file(s) in a text editor. Be sure to keep any date and time formats the same. If you are editing yesterday&#039;s highs and lows, you might also need to edit [[Dayfile.txt#Editing_daily_summary_in_Cumulus|dayfile.txt]], as the same values will probably have been written to that file. You can use the [[Cumulus_Screenshots#File.2FEdit.2FHelp_Menu|built-in dayfile editor]] in Cumulus to do this. If your all-time and/or monthly all-time records have been affected, see the [[#How_do_I_correct_my_all-time_.28or_monthly_all-time.29_records.3F|FAQ entry below]].&lt;br /&gt;
&lt;br /&gt;
If the value you want to change is today&#039;s high hourly rain figure, it is best to wait until the current figure has returned to a sensible value. There is no easy way to correct the current figure, so if you change it in today.ini while the current figure is incorrect, the high value in today.ini will immediately be changed again when you start Cumulus.  More information about correcting rain [[#My_station_invented_some_rain_that_didn.27t_really_occur.2C_and_I_want_to_set_it_to_zero_.28or_some_other_figure.29 |in this FAQ]].&lt;br /&gt;
&lt;br /&gt;
If the problem occurred because Cumulus wasn&#039;t able to download the data from the station&#039;s logger when you started it up in the morning (or perhaps you turned off the &#039;use data logger&#039; setting for some reason), you can get it to try again by &#039;rewinding&#039; to the time when you started Cumulus, and allowing it to try again. Cumulus takes a copy of the current files each time it starts up, and puts them in a folder in the backup folder in the Cumulus installation. Stop Cumulus, and find the backup folder with the appropriate timestamp, and copy all of the files from the backup folder into the Cumulus data folder, and start Cumulus up again.&lt;br /&gt;
&lt;br /&gt;
== How do I correct my all-time (or monthly all-time) records? ==&lt;br /&gt;
&lt;br /&gt;
Use the editor in Cumulus - on the Edit menu. If you know the correct figures, you can enter them manually.&lt;br /&gt;
*You can look at the [[Alltimelog.txt]] file to find the previous values for the [[Monthlyalltime.ini|all-time records]].&lt;br /&gt;
*Similar entries are logged to the [[diags]] files for the monthly highs and lows in [[month.ini]]. &lt;br /&gt;
*You can also get the editor to scan the [[dayfile.txt|daily summary log]] and [[Monthly_log_files]] to find the highs and lows from those files, click the Help button for details. Note that to use this facility you first need to correct any incorrect values in the files being scanned; you can use the built-in editor in Cumulus to edit dayfile.txt.&lt;br /&gt;
&lt;br /&gt;
Cumulus takes a backup of all the active data files when it starts up, and also at the start of the meteorological day (just after midnight for a lot of users). The backups are kept in folders within the backup sub-folder in the Cumulus installation. So an alternative method would be to find the latest backup from before the error occurred, and copy the &#039;&#039;alltime.txt&#039;&#039; and/or &#039;&#039;monthlyalltime.txt&#039;&#039; file from the backup to the Cumulus data folder. Do this with Cumulus stopped.&lt;br /&gt;
&lt;br /&gt;
There is more information in [[:Category:Log_Files]], on the page for each type of file.&lt;br /&gt;
&lt;br /&gt;
== It&#039;s January 1st and my &#039;rain since midnight&#039; and/or &#039;last 24 hours rain&#039; and/or Evapotranspiration are wrong/negative ==&lt;br /&gt;
&lt;br /&gt;
You are probably using a Davis station. Cumulus needs an incrementing rain counter to calculate all of the rain figures, and the nearest to that on a Davis station is the annual total. When this resets at the end of the year, this causes some of the rain data to show odd values for a day. You will notice this particularly if you use an 0900 start of meteorological day, as the &#039;rain since midnight&#039; figure is used for services such as Weather Underground. There&#039;s no easy solution to this, sorry.&lt;br /&gt;
&lt;br /&gt;
== Cumulus stops at the &amp;quot;Downloading data&amp;quot; screen ==&lt;br /&gt;
&lt;br /&gt;
If you have a Fine Offset station, this is probably caused by the station&#039;s USB interface locking up - a known problem with some Fine Offset stations. You should be able to get it going again by doing a reset - remove batteries and the USB cable. Recent Fine Offset models have a problem where they can lock up frequently, requiring a reset. From version 1.9.3 of Cumulus onwards, there is an option to synchronise the reading of data with the console writing the data, to avoid doing both at the same time, and this seems to avoid most lockups. The setting is &amp;quot;Synchronise Fine Offset reads&amp;quot; on the station settings screen.&lt;br /&gt;
&lt;br /&gt;
If you look in the status bar at the bottom of the Cumulus window, there may a message &amp;quot;Error: no response&amp;quot;; this would confirm that the station has locked up and needs resetting.&lt;br /&gt;
&lt;br /&gt;
If you are using the &amp;quot;Synchronise&amp;quot; setting but are still getting frequent console interface lockups, then the clocks on the console and the platform running Cumulus may be drifting too far between synchronisations. Look in the diags files for the word &amp;quot;drift&amp;quot; and see how many seconds apart the clocks are drifting. If it is more than 3 seconds, you will need to adjust the period that Cumulus allows where it doesn&#039;t read the console data. Stop Cumulus and edit Cumulus.ini. In the [Station] section, add a line:&lt;br /&gt;
&lt;br /&gt;
FOReadAvoidPeriod=N&lt;br /&gt;
&lt;br /&gt;
where N is the required setting in seconds. If you find you are getting a drift of 9 seconds, say, you might set the value to 10.&lt;br /&gt;
&lt;br /&gt;
== Cumulus locks up when it starts and I have to use the task manager to kill it ==&lt;br /&gt;
&lt;br /&gt;
If you have a &#039;&#039;Fine Offset station&#039;&#039;, this is most likely caused by the station&#039;s interface locking up, i.e the station has stopped communicating with the PC.&lt;br /&gt;
&lt;br /&gt;
The problem where Cumulus locks up when the Fine Offset station doesn&#039;t respond is fixed in version 1.9.4. If you look in the status bar at the bottom of the Cumulus main window, there may be a message &amp;quot;Error: no response&amp;quot;; this would confirm that the station has locked up and needs resetting.&lt;br /&gt;
&lt;br /&gt;
You should be able to get the station going again by doing a reset - either remove console batteries and the USB cable or press the reset button hidden below the small hole (on 1081-based models, above the top RH corner of the battery cover). Recently manufactured Fine Offset models have a problem where they can lock up frequently, requiring a power reset. From version 1.9.3 of Cumulus onwards, there is an option on &#039;&#039;station settings screen&#039;&#039; to &#039;&#039;&#039;Synchronise Fine Offset Reads&#039;&#039;&#039; (Cumulus reading data from console) with the timing of received transmissions from sensors updating the data, to avoid doing both at the same time, and this seems to avoid most lockups.&lt;br /&gt;
&lt;br /&gt;
== Error messages with &amp;quot;Error on line...&amp;quot; or &amp;quot;Error at line...&amp;quot; ==&lt;br /&gt;
&lt;br /&gt;
These are corruptions in the log files, typically caused by Cumulus being unexpectedly closed (e.g. killed using Task Manager, or a PC reboot) while it is writing to the log files, but there can be other causes. The error message may say something like &amp;quot;List index out of bounds&amp;quot;. The error message will name the affected file(s) and the affected line number(s).&lt;br /&gt;
&lt;br /&gt;
Stop Cumulus and open the named file(s) in a good text editor, such as Notepad++. Do not use Notepad. At the line number(s) mentioned correct the error(s), which will be obvious as the lines won&#039;t look like the other lines, they will be blank or have garbage characters, or perhaps two lines have been run together. Save the file(s) and start Cumulus again.&lt;br /&gt;
&lt;br /&gt;
== Cumulus gives an error and won&#039;t run on my HP computer ==&lt;br /&gt;
&lt;br /&gt;
It&#039;s a known problem with HP computers; they have missing fonts. One solution is to install [http://www.microsoft.com/en-us/download/details.aspx?DisplayLang=en&amp;amp;id=16083 this font update] from Microsoft. It appears that computers other than HP can have the same font issue, so it is worth installing the font update anyway, if you get a problem where Cumulus won&#039;t start.&lt;br /&gt;
&lt;br /&gt;
== The headings or data look wrong in the data log viewer ==&lt;br /&gt;
&lt;br /&gt;
You&#039;re probably trying to view the wrong type of file. Use [[Cumulus_Screenshots|menus]] on main screen.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;View | Data logs&amp;quot; is only for the monthly data logs, e.g. Oct13log.txt, &amp;quot;View | Extra data logs&amp;quot; is for &amp;quot;extra&amp;quot; data logs, e.g. ExtraLog201310.txt, and if you want to view the daily summaries in dayfile.txt, use the dayfile.txt editor - &amp;quot;Edit | dayfile.txt&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
== The wind rose in Cumulus does not display anything with my Fine Offset ==&lt;br /&gt;
&lt;br /&gt;
The Fine Offset weather stations are supposed to supply data for 16 wind directions, however the design is such that most of them only actually use 8 of the possible 16. Try setting the wind rose to only display 8 directions by setting the &#039;wind rose points&#039; value to 8 on the display settings screen.&lt;br /&gt;
&lt;br /&gt;
== I&#039;ve set the graph background to white, but there&#039;s a problem with the small wind direction graph ==&lt;br /&gt;
&lt;br /&gt;
This appears to be an issue with the third party chart component. The work around is to choose a gradient background and set all three colours in the gradient to white.&lt;br /&gt;
&lt;br /&gt;
== My Weather Underground tabular data interval is not the same as the interval I&#039;ve set in Cumulus (I&#039;m using Rapid Fire) ==&lt;br /&gt;
&lt;br /&gt;
If you have selected &#039;rapid fire&#039;, the data is uploaded every 5 seconds, and the interval you configure in Cumulus is not used. Weather Underground decide how often your tabular data is logged when using rapid fire, not Cumulus.&lt;br /&gt;
&lt;br /&gt;
== My WU or PWS highest and lowest do not match Cumulus ==&lt;br /&gt;
&lt;br /&gt;
Note that Cumulus does not send minimum and maximum values to PWS and WU, they determine those themselves from the individual values that Cumulus sends.&lt;br /&gt;
&lt;br /&gt;
== My monthly (month-by-month) all-time records don&#039;t have entries for all of the months that I have been using Cumulus ==&lt;br /&gt;
&lt;br /&gt;
You need to initialise them. See the release announcement for version 1.9.3, which is when this facility was introduced: http://sandaysoft.com/forum/viewtopic.php?f=2&amp;amp;t=9286&lt;br /&gt;
&lt;br /&gt;
You only need to do this once; when you have initialised them, Cumulus will keep them up to date thereafter.&lt;br /&gt;
&lt;br /&gt;
== I am getting I/O error 32 or I/O error 103 ==&lt;br /&gt;
&lt;br /&gt;
I/O error 32 = ERROR_SHARING_VIOLATION; &amp;amp;nbsp; I/O error 103 = &#039;file not open&#039; mean something on your system has one of the Cumulus files open, preventing Cumulus writing to it (Cumulus needs exclusive access).  If you are seeing &amp;quot;file access denied&amp;quot;, you may have a permissions problem.&lt;br /&gt;
Possible reasons for locked files:&lt;br /&gt;
# Anti-virus, or back-up, software scanning/accessing the file (this is the cause in almost all cases that I&#039;ve seen).&lt;br /&gt;
# An edit or file transfer in progress (the Cumulus thread for logging and the Cumulus thread for FTP are independent so can overlap). This is likely to happen if you are getting Cumulus to frequently upload the log file to your web site.&lt;br /&gt;
# Some other software that a user is running which is processing the file in some way.&lt;br /&gt;
# More than one instance of Cumulus running (see [[#Can_I_run_2_copies_of_Cumulus.3F]]).&lt;br /&gt;
# An issue with the system clock on the PC.&lt;br /&gt;
&lt;br /&gt;
== I have problems after upgrading to Windows 10 ==&lt;br /&gt;
See this forum post - http://sandaysoft.com/forum/viewtopic.php?f=2&amp;amp;t=14148&lt;br /&gt;
&lt;br /&gt;
= Website =&lt;br /&gt;
&lt;br /&gt;
== How do I set up a website? ==&lt;br /&gt;
The crucial settings are selected on the &#039;&#039;Internet&#039;&#039; screen in the &#039;&#039;&#039;Configuration&#039;&#039;&#039; menu. &lt;br /&gt;
*On the &#039;&#039;Sites/Options&#039;&#039; tab, you must have &#039;&#039;&#039;Auto Update&#039;&#039;&#039; selected if you want Cumulus to generate web pages at the standard interval.  Other parameters will depend on your particular set-up, but are explained in the Cumulus &#039;&#039;&#039;Help&#039;&#039;&#039; and in Wiki pages starting with [[Website_setup]] and following links as required. &lt;br /&gt;
*On the &#039;&#039;Files&#039;&#039; tab, you select whether to use the standard Cumulus templates and images, or specify your own templates and destinations.&lt;br /&gt;
&lt;br /&gt;
== I’ve configured my ftp details but the web pages aren’t appearing on my site  ==&lt;br /&gt;
&lt;br /&gt;
Try setting ‘use active FTP mode’. If you already have it set, try unsetting it. If it was previously working OK, something may have changed on your network, or at the server end.&lt;br /&gt;
&lt;br /&gt;
== I’ve tried active FTP mode, but my web pages (or my realtime.txt file) still don’t appear?  ==&lt;br /&gt;
&lt;br /&gt;
Are you absolutely sure you have set the ftp path correctly? Most problems like this are a result of an incorrect path. Note that the information in the &#039;FTP progress&#039; window is not generally useful for diagnosing upload issues&#039; try turning on the ftp logging (on the Configuration menu) and look in the ftplog.txt and realtimeftplog.txt files (in the Cumulus folder). It is best to supply a relative path - i.e. with no leading &#039;slash&#039;. Please don&#039;t ask me what path you need to supply, it is impossible for me to guess how your web space is set up. If you cannot work it out, ask your web space provider for help.&lt;br /&gt;
&lt;br /&gt;
== How do I replace the &#039;bird&#039; image on my website? ==&lt;br /&gt;
&lt;br /&gt;
There are several ways to change the image of the &#039;bird&#039; on the standard Cumulus web page.  You will need a [[FTP tool]].&lt;br /&gt;
* The simplest way is to upload a new picture to the images folder of your website; the file should be called picture.jpg.   Please ensure the image is not too large and bear in mind it will appear on the bottom left of the page; the site data may cover some of the image.  As a guide, the default image is 600 x 450 pixels.&lt;br /&gt;
* Secondly, you may upload an image using your own file name.  Edit the &#039;&#039;weatherstyle.css&#039;&#039; file and look for the line &amp;lt;tt&amp;gt;background-image: url(images/picture.jpg);&amp;lt;/tt&amp;gt; around line 9 and adjust as necessary.  Upload the edited css file to your website.&lt;br /&gt;
* if you wish to remove the image completely edit the &#039;&#039;weatherstyle.css&#039;&#039; file and remove the line &amp;lt;tt&amp;gt;background-image: url(images/picture.jpg);&amp;lt;/tt&amp;gt;  Upload the edited css file to to your website.&lt;br /&gt;
&lt;br /&gt;
NOTE: It is not recommended that you overwrite the image in your local folder (webfiles\images\picture.jpg) because that gets overwritten when you update to a new build of Cumulus. Ideally your image will be in its own local folder outside the Cumulus structure.&lt;br /&gt;
&lt;br /&gt;
== Why does the heading say &#039;weather weather&#039; ? ==&lt;br /&gt;
&lt;br /&gt;
The standard first template page contains &#039;&#039;&#039;&amp;amp;lt;h1&amp;amp;gt;&amp;amp;lt;#location&amp;amp;gt; weather&amp;amp;lt;/h1&amp;amp;gt;&#039;&#039;&#039;, so do not include &#039;weather&#039; in your station name (this is what the tag &amp;amp;lt;#location&amp;amp;gt; represents, see next answer) to avoid it being duplicated.&lt;br /&gt;
&lt;br /&gt;
== How do I change the &amp;quot;Welcome to.&amp;quot; on the front page ==&lt;br /&gt;
&lt;br /&gt;
The Welcome message is controlled within Cumulus.  Click on the &#039;&#039;Station&#039;&#039; screen in &#039;&#039;&#039;Configuration&#039;&#039;&#039; menu and Edit the &#039;&#039;&#039;Description&#039;&#039;&#039; field within the Location frame to amend what the tag &amp;lt;#longlocation&amp;gt; represents in &amp;quot;Welcome to &amp;amp;lt;#longlocation&amp;amp;gt;.&amp;quot; on template page.&lt;br /&gt;
&lt;br /&gt;
== I don&#039;t have a solar sensor. How do I remove the solar data from the supplied web templates? ==&lt;br /&gt;
Locate the Cumulus &#039;web&#039; folder on your PC and edit the following files (there are comments in the html to guide you):&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;indexT.htm&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Remove the following code:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
  &amp;lt;!-- Solar data. If you don&#039;t have a solar sensor, you may wish to delete everything from here to the next comment --&amp;gt;&lt;br /&gt;
  &amp;lt;tr class=&amp;quot;td_temperature_data&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;Solar Radiation&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;&amp;lt;#SolarRad&amp;gt;&amp;amp;nbsp;W/m&amp;amp;sup2;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;Evapotranspiration Today&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;&amp;lt;#ET&amp;gt;&amp;amp;nbsp;&amp;lt;#rainunit&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;/tr&amp;gt;&lt;br /&gt;
  &amp;lt;!-- End of solar data --&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;todayT.htm&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
Remove the following code:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
    &amp;lt;!-- Solar data. If you don&#039;t have a solar sensor, you may wish to delete everything from here to the next comment --&amp;gt;&lt;br /&gt;
    &amp;lt;tr class=&amp;quot;td_temperature_data&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;td&amp;gt;Hours&amp;amp;nbsp;of&amp;amp;nbsp;Sunshine&amp;lt;/td&amp;gt;&lt;br /&gt;
      &amp;lt;td&amp;gt;&amp;lt;#SunshineHours&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
      &amp;lt;td&amp;gt;&amp;amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;!-- End of solar data --&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;yesterdayT.htm&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Remove the following code:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
    &amp;lt;!-- Solar data. If you don&#039;t have a solar sensor, you may wish to delete everything from here to the next comment --&amp;gt;&lt;br /&gt;
    &amp;lt;tr class=&amp;quot;td_temperature_data&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;td&amp;gt;Hours&amp;amp;nbsp;of&amp;amp;nbsp;Sunshine&amp;lt;/td&amp;gt;&lt;br /&gt;
      &amp;lt;td&amp;gt;&amp;lt;#YSunshineHours&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
      &amp;lt;td&amp;gt;&amp;amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;!-- End of solar data --&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== How do I remove Inside Temperature graph or add solar/UV/sunshine? ==&lt;br /&gt;
&lt;br /&gt;
Locate the Cumulus &#039;web&#039; folder on your PC and edit the following file:&lt;br /&gt;
&#039;&#039;&#039;trendsT.htm&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Modify the following code:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
    &amp;lt;td class=&amp;quot;td_thumbnails&amp;quot;&amp;gt;&amp;lt;a onclick=&#039;changeImage(&amp;quot;images/intemp.png&amp;quot;)&#039;&amp;gt;&amp;lt;img src=&amp;quot;images/intempsm.png&amp;quot; alt=&amp;quot;Inside Temperature Graph Thumbnail&amp;quot; width=&amp;quot;150&amp;quot; height=&amp;quot;100&amp;quot; style=&amp;quot;border:0&amp;quot; /&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
*To simply remove &#039;&#039;&#039;Inside Temperature&#039;&#039;&#039; graph, change code above to this&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
*If you want to stop Cumulus uploading the indoor temperature graph, you can un-tick &#039;Include standard images&#039; on the &#039;files&#039; tab of the internet settings, and list all of the images that you still want to be uploaded as extra files. As there will likely be more than 10 files, you would need to do this by editing Cumulus.ini.&lt;br /&gt;
*To show solar instead, replace &#039;intemp.png&#039; with &#039;solar.png&#039;, replace &#039;intempsm.png&#039; with &#039;solarsm.png&#039;, and change the wording of the value associated with the alt property.&lt;br /&gt;
*To make Cumulus upload the solar graph, select it on the &#039;files&#039; tab of the internet settings.&lt;br /&gt;
*To show sunshine instead, replace &#039;intemp.png&#039; with &#039;sunshine.png&#039;, replace &#039;intempsm.png&#039; with &#039;sunshinesm.png&#039;, and change the wording of the value associated with the alt property.&lt;br /&gt;
*To make Cumulus upload the sunshine graph, select it on the &#039;files&#039; tab of the internet settings.&lt;br /&gt;
*To show UV instead, replace &#039;intemp.png&#039; with &#039;uv.png&#039;, replace &#039;intempsm.png&#039; with &#039;uvsm.png&#039;, and change the wording of the value associated with the alt property.&lt;br /&gt;
*To make Cumulus upload the UV graph, select it on the &#039;files&#039; tab of the internet settings.&lt;br /&gt;
&lt;br /&gt;
If you want to do more than a straight one for one swap see [[Customised_templates#Slightly_less_simple_customisation_of_trendsT.htm| customisation page here]].&lt;br /&gt;
&lt;br /&gt;
== How do I include extra items on supplied web templates? ==&lt;br /&gt;
&lt;br /&gt;
Open the folder cumulus\web and edit the relevant file named xxxxxT.htm.  For example instead of deleting the sections in the [[#I don&#039;t have a solar sensor. How do I remove the solar data from the supplied web templates?|remove solar answer]], edit their contents.&lt;br /&gt;
See [[Customised_templates#Changing_the_Standard_Templates]] for fuller description.&lt;br /&gt;
&lt;br /&gt;
If you do change the standard templates, take a copy of your new versions, and store elsewhere.&lt;br /&gt;
The sub-folder cumulus\web\originals has copies of the standard templates from the installed build, do not edit these.&lt;br /&gt;
When you install a new build of Cumulus, you have an option to replace or not replace the contents of cumulus\web with the new build&#039;s standard templates.&lt;br /&gt;
&lt;br /&gt;
== How do I upload extra web pages? ==&lt;br /&gt;
&lt;br /&gt;
See Cumulus help for the Internet Settings screen, or for a step-by-step guide see [[Customised_templates#What_to_select_on_the_.27Files.27_tab_of_the_Internet_Settings_screen_within_the_.27Configuration.27_menu]]&lt;br /&gt;
&lt;br /&gt;
== What character encoding does Cumulus use for the web pages it generates? ==&lt;br /&gt;
&lt;br /&gt;
Cumulus 1.9.4 build 1093 changed all the template pages from XHTML 1.0 Transitional using charset=iso-8859-1 encoding to HTML 5 using charset=&amp;quot;UTF-8&amp;quot; encoding. It uses this without [http://en.wikipedia.org/wiki/Byte_order_mark Byte Order Mark] (BOM).&lt;br /&gt;
&lt;br /&gt;
From that build, you can tell Cumulus which of those two encodings to use:&lt;br /&gt;
*For standard template names in standard &#039;cumulus\web&#039; folder, if you replace them with customised templates not using [http://en.wikipedia.org/wiki/UTF-8 &amp;quot;Universal Character Set Transformation Format — 8-bit&amp;quot; (UTF-8)], &lt;br /&gt;
**unselect &#039;&#039;&#039;UTF-8 encode&#039;&#039;&#039; in the web settings frame on the Sites/Options tab of Internet settings screen in Configuration menu. &lt;br /&gt;
**Cumulus will then, as in earlier builds, use [http://en.wikipedia.org/wiki/ISO-8859-1 iso-8859-1] encoding.&lt;br /&gt;
*For extra templates, the Files tab of the Internet settings screen in Configuration menu has the option to choose which of the two Cumulus encodings to use.  See Wiki article referenced in previous answer.&lt;br /&gt;
&lt;br /&gt;
Note that since Cumulus 1.9.4 build 1078 there has been an option on the NOAA Setup screen in Configuration menu to specify whether character set utf-8 encoding is to be used for those reports.&lt;br /&gt;
&lt;br /&gt;
== Why does a standard gauges web page have text where it should show gauges? ==&lt;br /&gt;
&lt;br /&gt;
[[File:Gauges missing.jpg]] If a standard Cumulus &#039;gauges.htm&#039; web page displays like this then either&lt;br /&gt;
&lt;br /&gt;
1) (Most Likely) The weather station owner has not loaded the required files/folders onto his/her server; &lt;br /&gt;
* The gauges graphics require the &#039;images&#039; subfolder (see next answer), containing the script and many images to be pre-loaded in the &#039;dbimages&#039; subfolder.&lt;br /&gt;
* All these should exist within the destination folder that holds the HTML files as instructed in the Cumulus Help (&#039;setting up your website&#039; page)  &lt;br /&gt;
* Also explained in [[Simple Website setup]] on this Wiki.&lt;br /&gt;
&lt;br /&gt;
or 2) JavaScript is not enabled (or not available) in the browser being used to view the page (if not enabled, this can be switched on in either &#039;Options&#039;, &#039;Preferences&#039; or &#039;Settings&#039; depending on browser). Note that Firefox version 23 has removed the ability to change this in Option preferences, so ignore this solution in that browser.&lt;br /&gt;
&lt;br /&gt;
or 3)  You are using a browser add-on such as &#039;NoScript&#039; (over 2 million use this) which requires you to explicitly turn on JavaScript for each web site you visit within the &#039;NoScript&#039; options.  (This sort of add-on may be used to restrict advertising or tracking of your actions, or for security against unwanted processes being started by sites you visit).&lt;br /&gt;
&lt;br /&gt;
== Why are there no graphs on my standard trends web page? ==&lt;br /&gt;
&lt;br /&gt;
Either 1) You have not created an images sub-folder (within your folder that holds web pages) as instructed in the Cumulus Help (&#039;setting up your website&#039; page) -  also explained in [[Simple Website setup]].  In this case, the bird image will not be appearing in the bottom left corner of your web pages.&lt;br /&gt;
&lt;br /&gt;
Or 2) You have switched off &#039;&#039;&#039;Include Standard Images&#039;&#039;&#039; on the file tab of the Internet dialogue of the configuration menu.  In this case Cumulus believes you are working in a non-standard way, and does not automatically upload the graphs (nor moon image).&lt;br /&gt;
&lt;br /&gt;
== What is the size of the standard Cumulus update? ==&lt;br /&gt;
&lt;br /&gt;
The default is that all of the standard pages and standard images are uploaded on each update at whatever standard update frequency you select. &lt;br /&gt;
&lt;br /&gt;
In total for version 1.9.2, it&#039;s about half a megabyte - about 100kB for the pages (about half of that is the gauges.htm page with all the detailed wind plotting points, and half the other pages) and 400kB for the variable images (moon phase, some gauges images and trend graphs - the exact size of latter can vary if you change the period they cover).&lt;br /&gt;
&lt;br /&gt;
Version 1.9.3 adds the monthly records page which contains 12 months worth of a lot of data, and adds 25kB to every update (although usually very little changes between updates).&lt;br /&gt;
&lt;br /&gt;
The NOAA monthly and annual pages are uploaded once a day, that is another 8kB for a full month and full year, obviously less at the start of a month/year.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Optional extras&#039;&#039;&#039;&lt;br /&gt;
*[[realtime.txt]] file, this is less than 1kB (1024 Bytes) in size.&lt;br /&gt;
*[[dayfile.txt]] a file that is about (30 times number of years) kB&lt;br /&gt;
*The files required to update external sites are no more than a few kB.&lt;br /&gt;
&lt;br /&gt;
== How do I upload my own pages or files once a day? ==&lt;br /&gt;
&lt;br /&gt;
Cumulus allows you to specify a command (with optional parameters) that will be actioned just after daily rollover. The command is entered in the &#039;&#039;External programs&#039;&#039; frame at the bottom left of the Internet Settings screen.  The box is labelled &#039;&#039;&#039;Daily&#039;&#039;&#039;. Click the Cumulus &#039;&#039;Help&#039;&#039; button for guidance.  For example you could type &#039;c:\cumulus\daily.cmd&#039; in the box labelled &#039;&#039;Daily&#039;&#039;. &lt;br /&gt;
&lt;br /&gt;
This could be used to upload the pages with the longer term extremes (as your monthly, annual and all-time extremes may only change a few times a month or even less frequently) and so reduce the upload burden at the standard uploading frequency.  To achieve this you would use the content of that example file &#039;daily.cmd&#039;, in the default Cumulus folder,   to call your own [[FTP_tools| file transfer tool]] for those infrequently changing pages. Remember to also unselect &#039;&#039;&#039;Include Standard Files&#039;&#039;&#039; on the&#039;&#039; &#039;Files&#039; tab&#039;&#039; of &#039;Internet settings&#039;, and list [[Customised_templates#How_Cumulus_uses_its_templates|the templates]] on that tab, selecting &#039;&#039;&#039;Process?&#039;&#039;&#039; for all of them, but only selecting &#039;&#039;&#039;FTP?&#039;&#039;&#039; for the other frequently changing pages that are still to be uploaded at the standard interval. You may find help on the forum  or elsewhere on this wiki [[SFTP| for the FTP call]] and [[Customised_templates#Creating_Your_Own_Templates| for &#039;Files&#039; tab settings]].&lt;br /&gt;
&lt;br /&gt;
It can also be used for the optional files mentioned in the previous answer or to update a database using a [[ImportCumulusFile|PHP batch job]].  For the daily command specified above, in the default Cumulus folder, add a file &#039;daily.cmd&#039; that contains (if you host your own server using &#039;XAMPP&#039;), &#039;copy c:\cumulus\data\dayfile.txt C:\xampp\htdocs\weather\daj\&#039; for example to enable you to use the [[AnnualDataSummary| Annual Day-by-day Summary]] tool. (Uploading if you do not host your own server is described at [[Upload_Dayfile| upload dayfile]] but basically you swap the copy command for a FTP command).&lt;br /&gt;
&lt;br /&gt;
== The &#039;real time wind data&#039; gauges on the standard gauges page aren&#039;t working ==&lt;br /&gt;
&lt;br /&gt;
These require a [[realtime.txt]] file to be uploaded by Cumulus. Tick the &amp;quot;Enable Realtime&amp;quot;, &amp;quot;Enable Realtime FTP&amp;quot; and &amp;quot;Enable realtime.txt FTP&amp;quot; boxes on the internet settings screen. If the gauges still do not work, check that the [[realtime.txt]] file is being uploaded to the correct place. If it is not, it is likely that you have specified an incorrect &#039;ftp directory&#039; in Cumulus. If your &#039;normal&#039; pages are being uploaded correctly, but realtime.txt is not, then it is likely that you simply need to leave the ftp directory blank (but see the note below first).&lt;br /&gt;
&lt;br /&gt;
A possible cause for this problem is that your web space provider does not allow .txt files to be accessed. For example, the free hosting provider 000webhost.com do not.&lt;br /&gt;
&lt;br /&gt;
== I&#039;m using the supplied web pages, and get lower case in places where I want upper case  ==&lt;br /&gt;
&lt;br /&gt;
It&#039;s in the CSS. Go to the webfiles sub-folder of your cumulus installation, edit weatherstyle.css and find lines like: &amp;quot;text-transform: lowercase;&amp;quot; and remove them. Use FTP tool to replace the weatherstyle.css on your website.&lt;br /&gt;
&lt;br /&gt;
== My web pages have things like &amp;amp;lt;#location&amp;amp;gt; in them  ==&lt;br /&gt;
You’ve edited your templates with something like Dreamweaver, and it’s changed the angle brackets on the [[Webtags]] to &amp;quot;&amp;amp;amp;lt&amp;amp;nbsp;;&amp;quot; and &amp;quot;&amp;amp;amp;gt&amp;amp;nbsp;;&amp;quot; - you need to change them back to &amp;amp;lt; and &amp;amp;gt;. &#039;&#039;These may look the same when viewed in your browser, but you can see the difference if you &#039;view source&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
Alternatively, if the web templates are listed in [[cumulus.ini]] (and for the first 10 appear on the &#039;&#039;&#039;files&#039;&#039;&#039; tab of &#039;&#039;Internet&#039;&#039; dialogue of &#039;&#039;&#039;Configuration&#039;&#039;&#039; menu), the &#039;&#039;&#039;Process&#039;&#039;&#039; option must be ticked for the web pages generated by Cumulus to have values replacing the [[Webtags]].  Otherwise at each web update, Cumulus will generate web pages the same as the templates.&lt;br /&gt;
&lt;br /&gt;
== My web pages are empty ==&lt;br /&gt;
If empty web pages are being uploaded to your web site (i.e. they report size of 0 kB, but do not produce &#039;error 404 - page not found&#039; message), and your browser shows that their modification date is recent (see next FAQ), then it is likely that the [[Customised_templates#What_is_meant_by_.27Cumulus_processes_templates.27| Cumulus processing]] of templates is failing:&lt;br /&gt;
*Either (since build 1093, as made clear in the release notes)[[File:Web settings.JPG]] the character encoding (for standard named templates that are [[Customised_templates#What_is_meant_by_.27Cumulus_processes_templates.27| processed by Cumulus]]) is specified incorrectly on the &#039;&#039;&#039;Configuration&#039;&#039;&#039;  menu, &#039;&#039;Internet&#039;&#039; dialog, &#039;&#039;&#039;Sites/Options&#039;&#039;&#039; tab, &#039;&#039;Web Settings&#039;&#039; frame as shown about half way down on this screen extract:&lt;br /&gt;
**Select the option where indicated by red arrow if your template includes in a line near the start &amp;lt;code&amp;gt;&amp;lt;meta charset=&amp;quot;UTF-8&amp;quot;&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
**Deselect the option where indicated by red arrow if your template includes something like &amp;lt;code&amp;gt;&amp;lt;meta content=&amp;quot;text/html; charset=iso-8859-1&amp;quot; http-equiv=&amp;quot;Content-Type&amp;quot; /&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
**For customised pages, (without standard Cumulus template names), select/un-select the UTF-8 encoding in the appropriate column on the &#039;&#039;&#039;Configuration&#039;&#039;&#039;  menu, &#039;&#039;Internet&#039;&#039; dialog, &#039;&#039;&#039;Files&#039;&#039;&#039; tab screen where you list the local and remote names.&lt;br /&gt;
*Or you have edited/customised the template and added an incorrectly specified Cumulus [[webtag]] that has caused [[Customised_templates#What_is_meant_by_.27Cumulus_processes_templates.27| Cumulus processing]] to abort for that template.  If you stop cumulus you can use a text editor to open the latest [[Diags|diagnostic file]]. Look at entries time-stamped just before the hour and repeated at your auto-update &#039;&#039;interval&#039;&#039; (just below red arrow in screen image above). You might find a message like &amp;quot;Error processing C:\web\indexT&amp;quot; (i.e. mentioning whichever template is at fault) followed by a brief hint as to the nature of the error.&lt;br /&gt;
*Another possibility is that you do not have active FTP mode selected, but your particular setup requires it - or vice versa.&lt;br /&gt;
&lt;br /&gt;
== My web pages have obsolete web tag values in them  ==&lt;br /&gt;
If the information showing on your web pages is out of date, then it must have been working before, so you have made a change somewhere.&lt;br /&gt;
*Most browsers will display &#039;page information&#039; that tells you when the page was last modified (by querying the web server).&lt;br /&gt;
**if the page on your web server was recently modified, &lt;br /&gt;
***then the next item to investigate is the template file; a template file contains Cumulus web tags and the [[Customised_templates#What_is_meant_by_.27Cumulus_processes_templates.27|&#039;process&#039;]] that Cumulus does to create a web page involves reading text from a template and when it finds a web tag it inserts the latest value in as it creates the page. A [[FAQ#What_file-names_does_Cumulus_use_when_processing_and_uploading_files_to_my_web_site.3F|local file]] is then created and Cumulus will FTP (or copy) this to the web server according to the settings. If the template file cannot be processed, Cumulus may still upload an existing old local file.&lt;br /&gt;
**if the page was not recently modified, &lt;br /&gt;
***maybe you are not running Cumulus, so it is not updating.  &lt;br /&gt;
***maybe your file transfer is not working, turn ftp logging on for technical output, and look for any filenames and any &#039;successfully transferred&#039; messages.&lt;br /&gt;
***maybe your &#039;internet settings&#039; screen has accidentally been changed, see Cumulus help for simple instructions.  If you took a backup of [[cumulus.ini]] you can stop Cumulus, rename the current file and copy your cumulus.ini backup back into the &#039;cumulus&#039; directory containing the Cumulus program.&lt;br /&gt;
***maybe your web server provider has changed something.&lt;br /&gt;
&lt;br /&gt;
== Running a web server on the same PC as Cumulus ==&lt;br /&gt;
If you do not have a web site, or run a web server locally (same PC, or on your local network), you can get Cumulus to generate/copy either html, or image, files locally instead of using FTP to place them remotely.&lt;br /&gt;
&lt;br /&gt;
You&#039;ll need to list the (source) file including paths on the files tab of the internet settings, and specify a destination path and file name for the remote file in each case. Don&#039;t tick the &#039;&#039;FTP?&#039;&#039; box for standard cumulus pages (the exception is for a local web server and any non-standard web page that attempts to read using a script a local file such as dayfile.txt as this does need FTP to generate the server-based web page). For the standard images, you can supply a folder name (specify on the same screen), and they will all get copied there. See [[Customised_templates#What_to_select_on_the_.27Files.27_tab_of_the_Internet_Settings_screen_within_the_.27Configuration.27_menu|here]] for greater detail.&lt;br /&gt;
&lt;br /&gt;
There&#039;s a limit of 10 entries on the files tab in Cumulus 1.9.x (in Cumulus MX all 100 entries are included in the settings interface).  Entries for the full 100 files can also be amended by editing [[Cumulus.ini#Section:_FTP_site|cumulus.ini]], with Cumulus stopped. Follow the format of any existing entries for specifying additional files.&lt;br /&gt;
&lt;br /&gt;
== Error Codes generated by FTP or Winsock ==&lt;br /&gt;
You should be able to look these up on the web.  [http://kb.globalscape.com/KnowledgebaseArticle10142.aspx Try Here]&lt;br /&gt;
&lt;br /&gt;
== How do I configure Cumulus for Secure FTP (SFTP/FTPS)? ==&lt;br /&gt;
Cumulus doesn&#039;t support Secure FTP. You can configure Cumulus to invoke an external program like WinSCP, as described here: [[SFTP | SFTP article]]&lt;br /&gt;
&lt;br /&gt;
== Directory related problems in FTP ==&lt;br /&gt;
The following pointers should help:&lt;br /&gt;
* All web site file references are case sensitive.  So if your FTP server directory is &#039;&#039;public_html&#039;&#039;, then &#039;Public_HTML&#039; will not work!&lt;br /&gt;
* On the &#039;&#039;Internet settings&#039;&#039; screen in &#039;&#039;&#039;Sites/Options&#039;&#039;&#039; the optional Directory parameter required is &#039;&#039;the path from  your FTP root&#039;&#039;, to where the web pages are to be stored. It is &#039;&#039;not&#039;&#039; the &#039;&#039;&#039;Universal Resource Locator (URL)&#039;&#039;&#039; that you would specify to view the web page in a browser.  Click the &#039;&#039;&#039;Help&#039;&#039;&#039; button for full explanation, or search the support forum (as many people before you have found this directory is the hardest parameter to get right).&lt;br /&gt;
* The error window is not useful for diagnosing ftp problems; you need to &#039;&#039;&#039;turn on &#039;&#039;ftp logging&#039;&#039; &#039;&#039;&#039;and look at ftplog.txt. Most FTP directory problems are due to you quoting an incorrect ftp directory, and the ftp log will show an error when an attempt is made to change to the directory you have specified incorrectly. &lt;br /&gt;
* Relative paths (without a leading slash) are always safer than absolute paths (with a leading slash) and you may find that just specifying (for example) &amp;quot;public_html&amp;quot; works OK, but this all depends on how your ftp server and your ftp account is set up.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* IN CUMULUS 1.x.y ONLY: The &#039;&#039;standard pages&#039;&#039; are uploaded after a &#039;change directory&#039; attempting to select the directory you specified in &#039;&#039;&#039;Sites/Options&#039;&#039;&#039;; if this fails, the files will still be uploaded but to the FTP server root. So some mistakes do not matter because if no change of directory was actually required, these pages will be uploaded correctly.&lt;br /&gt;
* IN CUMULUS MX, the &#039;&#039;standard pages&#039;&#039; are uploaded with their file name prefixed by the directory you specified in &#039;&#039;&#039;Sites/Options&#039;&#039;&#039;.  In this case, if that path is invalid, the upload fails.&lt;br /&gt;
* Any &#039;&#039;files you specify&#039;&#039; for uploading at standard update frequency are uploaded between standard pages (if &#039;Include Standard Files&#039; selected) and (applies only to Cumulus 1) standard images (if &#039;Include Standard Images&#039; selected).  You should specify the path (including any web site directory) in &#039;remote filenames&#039;, as there is no call to &#039;change directory&#039;. In this case, if that path is invalid, the upload fails.&lt;br /&gt;
* IN CUMULUS 1.x.y ONLY: The standard images for gauges and trends pages are uploaded after the standard pages, (and any pages you specify for uploading), by performing a second &#039;change directory&#039; this time fixed at &#039;images&#039;; if this fails, the files will still be uploaded to the current web site directory (FTP root or the directory you specified in &#039;&#039;&#039;Sites/Options&#039;&#039;&#039;).&lt;br /&gt;
* If you have enabled &#039;&#039;Realtime&#039;&#039;, the realtime.txt file is uploaded without doing a change directory, (by appending &amp;quot;/realtime.txt&amp;quot; to the directory on the &#039;&#039;Internet settings&#039;&#039; screen in &#039;&#039;&#039;Sites/Options&#039;&#039;&#039;). In this case, if the web site directory in your settings is invalid, the upload of the real time file fails.&lt;br /&gt;
* On the &#039;&#039;NOAA Setup&#039;&#039; screen the optional &#039;&#039;&#039;Directory&#039;&#039;&#039; parameter required is the relative path; from your FTP root, to where the NOAA report pages are to be stored. (It is totally independent of the directory on the &#039;&#039;Internet settings&#039;&#039; screen in &#039;&#039;&#039;Sites/Options&#039;&#039;&#039;).  Click the &#039;&#039;&#039;Help&#039;&#039;&#039; button for full explanation. Like realtime.txt, the upload destination is determined by appending the file-name for the report to any NOAA directory, and will fail if that directory is specified wrongly.&lt;br /&gt;
&lt;br /&gt;
See &#039;&#039;&#039;Setting up your website&#039;&#039;&#039; in Cumulus help for a simple guide to the sub-folder structure you need to create and the list of files that need to be uploaded manually when first installing a website. Or see [[Website_setup]] for all the options including customised pages.&lt;br /&gt;
&lt;br /&gt;
== My standard web pages are uploading but the uploading fails for images, realtime and/or NOAA reports ==&lt;br /&gt;
See previous answer, you have probably got your web pages in the default FTP directory of your web site, but specified the wrong directory on the settings screen.  Turn on the &#039;&#039;FTP logging&#039;&#039; in the configuration menu to see the technical detail.  You should have an FTP tool that you used to upload the &#039;static&#039; files required on your web site, and that will help you to see what is your site&#039;s root directory for file transfer uploads, and therefore any relative directory change you require.&lt;br /&gt;
&lt;br /&gt;
== What file-names does Cumulus use when processing and uploading files to my web site? ==&lt;br /&gt;
[[File:Cumulus_FTP_Process.png|150px|thumb|FTP Process]]Cumulus use two slightly different processes depending on if the file is part of the supplied &#039;standard&#039; web site, or an extra file you have specified on the &#039;&#039;Internet Settings|Files&#039;&#039; configuration dialog. For each of these processes there is an further variation depending on whether you have enabled the &#039;&#039;Use FTP rename&#039;&#039; option. This graphic shows the various combinations of file-names used for each step of the process. For the standard files, you can substitute any of the file names for indexT.htm, e.g. trendsT.htm&lt;br /&gt;
&lt;br /&gt;
For more details of Cumulus &#039;&#039;Process&#039;&#039; see [[Customised_templates#What_is_meant_by_.27Cumulus_processes_templates.27| here]].&lt;br /&gt;
&lt;br /&gt;
=Selecting a Weather Station sensor site=&lt;br /&gt;
A simple guide is at [http://weatherfaqs.org.uk/node/124 uk.sci.weather newsgroup], note this advises against roof mounting.&lt;br /&gt;
An attempt to compare the conflicting siting standards that apply across the world is included in a portable document format guide from [ftp://ftp.campbellsci.com/pub/outgoing/apnotes/siting.pdf Campbell Scientific].&lt;br /&gt;
For more advice see the website of your local Meteorological Bureau,  an educational place (e.g. in USA see [http://newa.nysaes.cornell.edu/public/NEWAStationSitingGuidelines.htm Cornell University]), the [http://library.wmo.int/opac/index.php?lvl=notice_display&amp;amp;id=12407 World Meterological Organisation] (WMO), or a specialist organisation (e.g. in UK see [http://www.rmets.org/weather-and-climate/observing/guidelines-observing-0 Royal Meteorological Society] rather than the Met Office web site).&lt;br /&gt;
&lt;br /&gt;
Modern Stevenson Screens are uPVC constructed with a black interior (so they do not radiate heat onto the sensors) and a white exterior (so they reflect as much radiation as possible).  There is a lot of discussion on the [http://sandaysoft.com/forum/viewforum.php?f=16 Homebuilt forum] about different approaches to improving measurements, and the problems with out of the box instrumentation from the different manufacturers. &lt;br /&gt;
&lt;br /&gt;
If you are contributing to an external site like APRS/CWOP, Weather Underground, PWS weather, Weatherbug and/or WOW, see guidance from these organisations re instrument placement.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note:&#039;&#039;&#039; Some stations have all sensors in one unit, positioning of these is a compromise between the ideals below for each sensor.&lt;br /&gt;
&lt;br /&gt;
== Where should I position the wind sensors ==&lt;br /&gt;
The side labelled &#039;North&#039; on the wind vane mount should face &#039;&#039;True North&#039;&#039;, remember that the magnetic north deviation from true north varies from year to year, see details on maps or online. Most wind vanes have a large surface that follows the wind and a thin end that points where the wind comes from, it is the latter direction that is reported.&lt;br /&gt;
&lt;br /&gt;
In the UK, the standard climatological measuring height is 10 metres.  Advice varies on whether you should apply a correction factor for any lower height. Cumulus allows you to apply such a factor to either just wind speed, or wind speed and gust speed, by using the Calibration screen within the configuation menu.  In the Cumulus Help it recommends that you also adjust wind chill - in practice this means ask Cumulus to &#039;&#039;calculate wind chill&#039;&#039; by selecting this in the settings frame on the &#039;&#039;&#039;station settings screen accessed from configuration menu&#039;&#039;&#039; (i.e. ignore any wind chill output by your weather station).&lt;br /&gt;
&lt;br /&gt;
If you are mounting near a building of height &#039;h&#039; above ground level, ideally the wind sensor should be at a height of &#039;1.5 times h&#039; above ground level. &lt;br /&gt;
If you are positioning away from a building or tree (or other object) of height &#039;h&#039; (or the mean height of several objects is &#039;h&#039;), then the distance away depends on which standard you are trying to meet, and can vary between 1.5 and 3 times &#039;h&#039;.&lt;br /&gt;
&lt;br /&gt;
== Where should I position the rain sensor  ==&lt;br /&gt;
The WMO says the rain gauge should at a distance away of 2 times the height of each nearby object (buildings, trees, walls, solid fences etc.) and just high enough off ground level to avoid possibility of splashing. You can experiment, but for amateurs, no more than a metre off the ground (or roof if mounted above it) and at least a metre from any chimney, wall or solid fence whose height exceeds that of the sensor seems good enough for most gauges. &lt;br /&gt;
See [[Rain measurement]] or your local offical organisation.&lt;br /&gt;
&lt;br /&gt;
== How do I protect my rain gauge against spiders or other natural problems ==&lt;br /&gt;
There is a lot of discussion on the [http://sandaysoft.com/forum/viewforum.php?f=16 Homebuilt forum]. In terms of siting, it is important to position your rain gauge where you can safely get to it.&lt;br /&gt;
&lt;br /&gt;
== How do I get good temperature and humidity measurements  ==&lt;br /&gt;
The international standard states ambient air temperature/humidity is measured at 1.25 metres above ground level, above soil or grass not paving, protected from direct sun radiation (and direct rain), unless you are measuring soil or ground temperatures. The height is important for derived values as an air frost is defined as a temperature at or below the freezing point for water at this height, and the count of these is a standard reporting requirement in some countries.&lt;br /&gt;
&lt;br /&gt;
If you are using a &#039;&#039;Fine Offset sensor&#039;&#039;, the thin depth of the thermometer/hygrometer (transmitter) should face where your console (receiver) is, for maximum transmission strength/distance, with the wide face at right angles to the transmission route. (Although if you use a model requiring a radio time signal, you will probably be trying to optimise that instead).&lt;br /&gt;
&lt;br /&gt;
== Pressure ==&lt;br /&gt;
Varies with altitude and temperature, but no significant variation with spatial position with regard to nearby fixed bulky objects.  Often measured indoors, do not mount above any heating or cooling system as there temperature may be particularly variable, and try to avoid any forced ventilation or extraction as such air moving systems could have different pressures on intake and outlet sides.  Equally operation in close proximity to opening doors/windows or to fast moving (road or railway) vehicles or tunnels can distort readings.&lt;br /&gt;
&lt;br /&gt;
== Solar ==&lt;br /&gt;
One would expect solar sensors should be positioned for maximum unshaded exposure to sunlight throughout the year, but again the forum contains advice for specific makes.&lt;/div&gt;</summary>
		<author><name>Steve</name></author>
	</entry>
	<entry>
		<id>https://www.cumuluswiki.org/index.php?title=Supported_Devices&amp;diff=3963</id>
		<title>Supported Devices</title>
		<link rel="alternate" type="text/html" href="https://www.cumuluswiki.org/index.php?title=Supported_Devices&amp;diff=3963"/>
		<updated>2016-04-22T09:08:03Z</updated>

		<summary type="html">&lt;p&gt;Steve: /* Unsupported Devices */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Below is a list of devices which are confirmed to run with the [[Cumulus_Versions|current version]] of Cumulus.&lt;br /&gt;
&lt;br /&gt;
If you are running a different model, please take a moment to update the page.&lt;br /&gt;
&lt;br /&gt;
We also maintain a list of unsupported devices&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Supported Devices=&lt;br /&gt;
&lt;br /&gt;
==Davis Range==&lt;br /&gt;
&lt;br /&gt;
*Vantage Pro&lt;br /&gt;
*Vantage Pro 2&lt;br /&gt;
*Vantage Vue&lt;br /&gt;
&lt;br /&gt;
==Oregon Scientific==&lt;br /&gt;
&lt;br /&gt;
*WMR-928&lt;br /&gt;
*WMR-918&lt;br /&gt;
*WM-918&lt;br /&gt;
*WMR-968&lt;br /&gt;
*Equivalent rebadged Radio Shack stations (serial only)&lt;br /&gt;
*WMR-88, WMR-100, WMR-180, WMRS200 and WMR-200&lt;br /&gt;
&lt;br /&gt;
see [[Extra_temperatures]]&lt;br /&gt;
&lt;br /&gt;
==Fine Offset==&lt;br /&gt;
&lt;br /&gt;
(MyDEL, Nevada, Watson, Tycon Power, Fine Offset etc)&lt;br /&gt;
&lt;br /&gt;
Use the &amp;quot;Fine Offset (WH1080)&amp;quot; setting in Cumulus for these:&lt;br /&gt;
&lt;br /&gt;
*W8681&lt;br /&gt;
*WH1080&lt;br /&gt;
*WH1080PC&lt;br /&gt;
*WH1081&lt;br /&gt;
*WH1090&lt;br /&gt;
*WH1091&lt;br /&gt;
*National Geographic 265NC&lt;br /&gt;
*PCE-FWS 20&lt;br /&gt;
*ELECSA 6975&lt;br /&gt;
*ClimeMET CM2000&lt;br /&gt;
*Maplin N96FY/N96GY&lt;br /&gt;
*Ambient Weather WS-1080/WS-2080&lt;br /&gt;
*WeatherEye WEA22&lt;br /&gt;
*Jaycar Digitech XC0348 (AU/NZ)&lt;br /&gt;
*Tycon Power TP1080WC (USA)&lt;br /&gt;
&lt;br /&gt;
Use the &amp;quot;Fine Offset with UV/Light sensor&amp;quot; setting for these:&lt;br /&gt;
&lt;br /&gt;
*WH3080 and WH3081&lt;br /&gt;
*WS3080 and WS3081&lt;br /&gt;
*Other Fine Offset stations which have solar sensors (rather than just solar charging)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
There are many other brands of station which are rebadged Fine Offset stations. In general, if the station is supplied with &#039;Easyweather&#039; software, it is likely that the station will work with Cumulus.&lt;br /&gt;
&lt;br /&gt;
==La Crosse==&lt;br /&gt;
&lt;br /&gt;
*WS-2300 range (all model numbers of the form 23xx). Use of a USB/Serial adapter is not supported with these stations.&lt;br /&gt;
&lt;br /&gt;
Note that I don&#039;t have access to a La Crosse station, and the PC interface on these stations is very poor. If you find that you don&#039;t get very good results using Cumulus with one of these, I&#039;m afraid I probably won&#039;t be able to do anything about it.&lt;br /&gt;
&lt;br /&gt;
==Instromet==&lt;br /&gt;
Recent models of Instromet stations&lt;br /&gt;
&lt;br /&gt;
=Unsupported Devices=&lt;br /&gt;
&lt;br /&gt;
Specifically, the following do not work with Cumulus.  This is not a definitive list but stations we have come across which are not supported.&lt;br /&gt;
&lt;br /&gt;
*La Crosse WS3650 and WS2800 (all model numbers in range WS36xx and WS28xx)&lt;br /&gt;
*TFA-Sinus/TFA-Nexus/Honeywell/Irox/Cresta WXR-815LM/TE924W/TN924W etc &lt;br /&gt;
*AcuRite&lt;br /&gt;
*Peet Bros&lt;br /&gt;
*Rainwise&lt;br /&gt;
*Davis Weather Monitor&lt;br /&gt;
*Davis Weather Wizard&lt;br /&gt;
*Ambient WS-1000 and WS-1001 WIFI&lt;br /&gt;
*Oregon Scientific WMR89 and WMR300&lt;br /&gt;
*Tycon Power TP2700WC&lt;br /&gt;
*Oregon Scientific LW301&lt;br /&gt;
*WS-1400-IP&lt;br /&gt;
*WH2600&lt;br /&gt;
&lt;br /&gt;
== My station is unsupported - Can I use Cumulus? ==&lt;br /&gt;
If your station output can be changed into the [[EasyWeather_Format]], then Cumulus can offer most of its functionality by reading the last line of that file each time.&lt;/div&gt;</summary>
		<author><name>Steve</name></author>
	</entry>
	<entry>
		<id>https://www.cumuluswiki.org/index.php?title=Supported_Devices&amp;diff=3962</id>
		<title>Supported Devices</title>
		<link rel="alternate" type="text/html" href="https://www.cumuluswiki.org/index.php?title=Supported_Devices&amp;diff=3962"/>
		<updated>2016-04-21T11:49:07Z</updated>

		<summary type="html">&lt;p&gt;Steve: /* Unsupported Devices */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Below is a list of devices which are confirmed to run with the [[Cumulus_Versions|current version]] of Cumulus.&lt;br /&gt;
&lt;br /&gt;
If you are running a different model, please take a moment to update the page.&lt;br /&gt;
&lt;br /&gt;
We also maintain a list of unsupported devices&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Supported Devices=&lt;br /&gt;
&lt;br /&gt;
==Davis Range==&lt;br /&gt;
&lt;br /&gt;
*Vantage Pro&lt;br /&gt;
*Vantage Pro 2&lt;br /&gt;
*Vantage Vue&lt;br /&gt;
&lt;br /&gt;
==Oregon Scientific==&lt;br /&gt;
&lt;br /&gt;
*WMR-928&lt;br /&gt;
*WMR-918&lt;br /&gt;
*WM-918&lt;br /&gt;
*WMR-968&lt;br /&gt;
*Equivalent rebadged Radio Shack stations (serial only)&lt;br /&gt;
*WMR-88, WMR-100, WMR-180, WMRS200 and WMR-200&lt;br /&gt;
&lt;br /&gt;
see [[Extra_temperatures]]&lt;br /&gt;
&lt;br /&gt;
==Fine Offset==&lt;br /&gt;
&lt;br /&gt;
(MyDEL, Nevada, Watson, Tycon Power, Fine Offset etc)&lt;br /&gt;
&lt;br /&gt;
Use the &amp;quot;Fine Offset (WH1080)&amp;quot; setting in Cumulus for these:&lt;br /&gt;
&lt;br /&gt;
*W8681&lt;br /&gt;
*WH1080&lt;br /&gt;
*WH1080PC&lt;br /&gt;
*WH1081&lt;br /&gt;
*WH1090&lt;br /&gt;
*WH1091&lt;br /&gt;
*National Geographic 265NC&lt;br /&gt;
*PCE-FWS 20&lt;br /&gt;
*ELECSA 6975&lt;br /&gt;
*ClimeMET CM2000&lt;br /&gt;
*Maplin N96FY/N96GY&lt;br /&gt;
*Ambient Weather WS-1080/WS-2080&lt;br /&gt;
*WeatherEye WEA22&lt;br /&gt;
*Jaycar Digitech XC0348 (AU/NZ)&lt;br /&gt;
*Tycon Power TP1080WC (USA)&lt;br /&gt;
&lt;br /&gt;
Use the &amp;quot;Fine Offset with UV/Light sensor&amp;quot; setting for these:&lt;br /&gt;
&lt;br /&gt;
*WH3080 and WH3081&lt;br /&gt;
*WS3080 and WS3081&lt;br /&gt;
*Other Fine Offset stations which have solar sensors (rather than just solar charging)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
There are many other brands of station which are rebadged Fine Offset stations. In general, if the station is supplied with &#039;Easyweather&#039; software, it is likely that the station will work with Cumulus.&lt;br /&gt;
&lt;br /&gt;
==La Crosse==&lt;br /&gt;
&lt;br /&gt;
*WS-2300 range (all model numbers of the form 23xx). Use of a USB/Serial adapter is not supported with these stations.&lt;br /&gt;
&lt;br /&gt;
Note that I don&#039;t have access to a La Crosse station, and the PC interface on these stations is very poor. If you find that you don&#039;t get very good results using Cumulus with one of these, I&#039;m afraid I probably won&#039;t be able to do anything about it.&lt;br /&gt;
&lt;br /&gt;
==Instromet==&lt;br /&gt;
Recent models of Instromet stations&lt;br /&gt;
&lt;br /&gt;
=Unsupported Devices=&lt;br /&gt;
&lt;br /&gt;
Specifically, the following do not work with Cumulus.  This is not a definitive list but stations we have come across which are not supported.&lt;br /&gt;
&lt;br /&gt;
*La Crosse WS3650 and WS2800 (all model numbers in range WS36xx and WS28xx)&lt;br /&gt;
*TFA-Sinus/TFA-Nexus/Honeywell/Irox/Cresta WXR-815LM/TE924W/TN924W etc &lt;br /&gt;
*AcuRite&lt;br /&gt;
*Peet Bros&lt;br /&gt;
*Rainwise&lt;br /&gt;
*Davis Weather Monitor&lt;br /&gt;
*Davis Weather Wizard&lt;br /&gt;
*Ambient WS-1000 and WS-1001 WIFI&lt;br /&gt;
*Oregon Scientific WMR89 and WMR300&lt;br /&gt;
*Tycon Power TP2700WC&lt;br /&gt;
*Oregon Scientific LW301&lt;br /&gt;
*WS-1400-IP&lt;br /&gt;
&lt;br /&gt;
== My station is unsupported - Can I use Cumulus? ==&lt;br /&gt;
If your station output can be changed into the [[EasyWeather_Format]], then Cumulus can offer most of its functionality by reading the last line of that file each time.&lt;/div&gt;</summary>
		<author><name>Steve</name></author>
	</entry>
	<entry>
		<id>https://www.cumuluswiki.org/index.php?title=FAQ&amp;diff=3952</id>
		<title>FAQ</title>
		<link rel="alternate" type="text/html" href="https://www.cumuluswiki.org/index.php?title=FAQ&amp;diff=3952"/>
		<updated>2016-02-24T14:33:54Z</updated>

		<summary type="html">&lt;p&gt;Steve: /* My web pages are empty */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is the Cumulus FAQ (consult also the Help screens within Cumulus software, and learn more from the rest of this Wiki)&lt;br /&gt;
&lt;br /&gt;
= Installing and Running Cumulus  =&lt;br /&gt;
&lt;br /&gt;
== What operating systems does Cumulus run on?  ==&lt;br /&gt;
&lt;br /&gt;
All versions of Windows from XP to Windows 10 inclusive (and the server versions). It works on 32 bit and 64 bit editions. 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.&lt;br /&gt;
&lt;br /&gt;
Cumulus MX runs on Windows from Windows 7 onwards, and on Linux and Mac OS X.&lt;br /&gt;
&lt;br /&gt;
== Where do I find the Cumulus installer? ==&lt;br /&gt;
&lt;br /&gt;
On the [http://sandaysoft.com/downloads downloads page]&lt;br /&gt;
&lt;br /&gt;
== What do I need to get right when first getting Cumulus? ==&lt;br /&gt;
The installation process for Cumulus displays &#039;&#039;&#039;readme.txt&#039;&#039;&#039;, that has many tips. See also [[Setup]]. Below are three key points.&lt;br /&gt;
# Install Cumulus in its own directory directly under a drive root.&lt;br /&gt;
# Connect your weather station before you start Cumulus&lt;br /&gt;
# When you first run Cumulus, it displays the &#039;&#039;&#039;Station settings&#039;&#039;&#039; screen. On this, make sure you pick the right sort of station (to ensure Cumulus communicates correctly with your weather station, and can identify all the observations) and choose your &#039;&#039;&#039;units&#039;&#039;&#039; wisely. (Changing units later means all stored Lowest and highest numbers up to that point have to be converted immediately manually).  See the &#039;&#039;&#039;Help&#039;&#039;&#039; for information about the rest of the screen, but generally you can easily adjust the other options later.&lt;br /&gt;
&lt;br /&gt;
== What weather stations does Cumulus work with?  ==&lt;br /&gt;
&lt;br /&gt;
*Davis Vantage Pro (VP), Vantage Pro2 (VP2), and Vue. &lt;br /&gt;
*Oregon Scientific WM918, WMR918, WMR928, WMR968, WMR88 (see [[FAQ#How do I set up recording wind speeds in Cumulus, with Oregon Scientific and La Crosse stations | this FAQ]]), WMR100, WMR180, WMR200. &lt;br /&gt;
*Fine Offset - USB-connected stations which use the Easyweather software such as MyDEL, Nevada, Watson and Fine Offset, with model numbers such as WH1080, WH1081, W8681, 265NC etc.&lt;br /&gt;
*La Crosse WS2300 range (see [[FAQ#How do I set up recording wind speeds in Cumulus, with Oregon Scientific and La Crosse stations | this FAQ]]). You may have problems with corrupt data if you use a WS23xx with a serial/USB adapter; this combination is therefore not supported.&lt;br /&gt;
&lt;br /&gt;
For a more complete list see the [[Supported Devices]] page.&lt;br /&gt;
&lt;br /&gt;
== Will you support a new weather station type?  ==&lt;br /&gt;
&lt;br /&gt;
It’s quite hard to support a particular weather station when I don’t have access to one. No weather station is perfect, and problems inevitably arise after the code is written, and I have to start adding more and more code to work around issues with the station. Also, most companies don’t seem to like third parties writing software for their stations, so don’t make the protocol available. I will only consider adding support for a station under a certain set of circumstances which would include &#039;&#039;at least&#039;&#039;: &lt;br /&gt;
&lt;br /&gt;
*A significant donation towards Cumulus development &lt;br /&gt;
*A well documented official protocol spec &lt;br /&gt;
*Loan or donation of a station &lt;br /&gt;
*Access to technical support from the station manufacturer&lt;br /&gt;
&lt;br /&gt;
Please contact me if you would like to discuss this further&lt;br /&gt;
&lt;br /&gt;
== How do I request a new feature for Cumulus? ==&lt;br /&gt;
&lt;br /&gt;
Please create an [http://sandaysoft.com/forum/tracker.php enhancement request].  &lt;br /&gt;
&lt;br /&gt;
== Why haven&#039;t you added the feature I asked for a long time ago? ==&lt;br /&gt;
&lt;br /&gt;
I develop and support Cumulus in my spare time, and I have a full time job. I invite donations, but I don&#039;t make a living from Cumulus. I add facilities when I can. There is a long list of  [http://sandaysoft.com/forum/tracker.php enhancement requests] already, and I am slowly working my way through them as time permits. If there is an enhancement request for the facility you have asked for, and the facility is a reasonable one (in my opinion) then I will hopefully get around to adding it one day. Please be patient. Please don&#039;t ask for a forecast of when a feature will be added.&lt;br /&gt;
&lt;br /&gt;
== How do I upgrade to a new release?  ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Just run the installer for the new version.&#039;&#039;&#039; Your data and settings are not affected, but it is still best if you back up your data (sub-folder &#039;data&#039;) and any settings files (e.g. cumulus.ini and strings.ini) before you run the installer. &lt;br /&gt;
&lt;br /&gt;
You can install the new version where you like, but the installer will offer the same place as the previous version as the default.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Occasionally, there may be actions you need to perform before or after the upgrade.&#039;&#039;   Required actions usually appear in the announcement of the version you are installing, and may be documented in the readme.txt file that will appear as you run the installer. Read such announcements for every release since your existing build in case any of the in-between changes affect you.&lt;br /&gt;
&lt;br /&gt;
These instructions apply whether you are updating by one build, skipping several builds, upgrading to/from a beta version, or installing the latest &#039;release&#039; version. &lt;br /&gt;
&lt;br /&gt;
The installer will always upgrade the following files (replacing them, ignoring existing versions):&lt;br /&gt;
# &amp;quot;cumulus.exe&amp;quot;; - the latest build&lt;br /&gt;
# &amp;quot;unins000.exe&amp;quot;;&lt;br /&gt;
# &amp;quot;libeay32.dll&amp;quot;;&lt;br /&gt;
# &amp;quot;ssleay32.dll&amp;quot;;&lt;br /&gt;
# &amp;quot;readme.txt&amp;quot;; - advice for you to follow at installation time&lt;br /&gt;
# &amp;quot;licence.txt&amp;quot;; - reminder about restrictions on use&lt;br /&gt;
# &amp;quot;alert.wav&amp;quot;; - default alarm sound&lt;br /&gt;
#  &amp;quot;web\originals\*.*&amp;quot;; - Cumulus will always install the HTML template files here&lt;br /&gt;
# &amp;quot;webfiles\*.*&amp;quot;; e.g. weatherstyle.css, wz_jsgraphics.js&lt;br /&gt;
# &amp;quot;webfiles\images\picture.jpg&amp;quot;;&lt;br /&gt;
# &amp;quot;Help\Cumulus.chm&amp;quot;; - the latest help including lists of log files and web tags&lt;br /&gt;
There may be extra files automatically upgraded by particular builds - see announcement.&lt;br /&gt;
&lt;br /&gt;
During the install, you will see a &#039;&#039;&#039;Select Components&#039;&#039;&#039; screen , if you tick the &#039;&#039;HTML templates&#039;&#039; (the default) it will also upgrade the HTML template files in the web folder.&lt;br /&gt;
&lt;br /&gt;
*So tick this option, if you have a standard Cumulus implementation and then you can be sure to upgrade the standard templates.&lt;br /&gt;
*Untick this option if you have  [[Customised_templates#Creating_Your_Own_Templates|customised the existing pages]],  so that if your customised versions  are in &amp;quot;web\*.*&amp;quot; they don&#039;t get overwritten. It is recommended that you store any customised pages in a directory outside the Cumulus folder, as you can specify up to 10 such files on the local side of the files tab in the Configuration menu Internet settings screen and (if you are not using standard files) untick &#039;&#039;Include Standard Files&#039;&#039; on the same screen. (100 such files can be specified in [[Cumulus.ini]]).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Changing to different weather station ==&lt;br /&gt;
&lt;br /&gt;
Just change the station type. If Cumulus doesn&#039;t start reading the data from the new station, stop Cumulus and start it again. Some of the rain figures may be odd for a while (e.g. rain in last 24 hours). It is as simple as that.&lt;br /&gt;
&lt;br /&gt;
In testing planned changes to Cumulus, I switch backwards and forwards between a Fine Offset and a WMR200 frequently, the only thing that happens is that the rain figures go wrong initially (because the two stations have different counters).&lt;br /&gt;
&lt;br /&gt;
== Moving Cumulus software to a new PC (or updating Windows Operating System) ==&lt;br /&gt;
&lt;br /&gt;
Cumulus will continue to work with your existing weather station and existing log files, providing&lt;br /&gt;
#Your Windows regional settings are the same (i.e. date format unchanged, same time zone, decimal point symbol unchanged, list separator character unchanged) - if there is a difference, the new installation cannot understand the old lines in the log files and will give an error when Cumulus is restarted.&lt;br /&gt;
#You may need to &#039;tweak&#039; a few things (serial port number etc) in [[cumulus.ini]].&lt;br /&gt;
#In the folder with cumulus.exe in it, copy across  &#039;cumulus.ini&#039;,  and if you have created a &#039;strings.ini&#039; that file must be copied across too.&lt;br /&gt;
#The Cumulus &#039;data&#039; sub-folder has been copied across.&lt;br /&gt;
#Obviously if you use customised web pages, then you need the corresponding templates in the new installation.&lt;br /&gt;
#Any other customised files (images and/or a twitter.txt file, for example), you may want to copy those over too.&lt;br /&gt;
&lt;br /&gt;
== Can I view my Cumulus data on another device? ==&lt;br /&gt;
&lt;br /&gt;
# If Cumulus uploads your weather information to an online web site, you can view that on another device.&lt;br /&gt;
# Software like &#039;Remote Desktop&#039; can be used to view the computer that is running Cumulus - see many postings on the Support Forum.&lt;br /&gt;
# A back-up as described in the next answer can be viewed in Cumulus installed on another PC (see point about Windows regional settings in previous question) to look at past extremes or graphs; although obviously that additional installation will not be able to add further observations from the weather station connected to the original PC.&lt;br /&gt;
# If your web site is on your local network, but not online, your device may be able to view it directly or view a back-up of how it was in the past.&lt;br /&gt;
&lt;br /&gt;
== How do I back up my data?  ==&lt;br /&gt;
&lt;br /&gt;
*Copy the contents of the Cumulus ‘data’ sub-folder on a regular basis to a different storage device.  Then if you have any problem with the original storage device, or corruption of files, you can minimise the loss of logged observations. To restore from the backup, just copy the saved data folder back into your Cumulus installation, with Cumulus stopped.&lt;br /&gt;
*It can be useful to take copies of the Cumulus &#039;backup&#039; sub-folder on key dates (e.g. just after change of month or year), or if you think you might have some rogue figures.  The &#039;.ini&#039; files in the backup sub-folder contain past extreme values that you might want to look up.&lt;br /&gt;
*You should also back up, at least once, your cumulus.ini file in the main Cumulus folder.  This contains all the key settings and you need a record of those!&lt;br /&gt;
&lt;br /&gt;
== Moving Cumulus software to a different location on your PC? ==&lt;br /&gt;
&lt;br /&gt;
This article in the wiki gives more details above moving Cumulus: [[Moving cumulus]]&lt;br /&gt;
&lt;br /&gt;
== What are the formats of the Cumulus data files?  ==&lt;br /&gt;
&lt;br /&gt;
These are detailed in the [[:Category:Log Files|Log Files]] section of this Wiki and also in the Cumulus help file, in the section “Data log file format”&lt;br /&gt;
&lt;br /&gt;
== Can I import logged information from before I installed Cumulus? ==&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;Configuration&#039;&#039;&#039; menu, &#039;&#039;Station&#039;&#039; setting screen (near bottom) has option to enter there the &#039;&#039;rainfall total&#039;&#039; for the bit of the year (starting month can be selected here too) until when you first start using Cumulus.  See the Cumulus &#039;&#039;&#039;Help&#039;&#039;&#039; for this screen for further details.&lt;br /&gt;
&lt;br /&gt;
Yes is the answer for other weather information, providing you can manipulate the information you have into either (preferably) the format used by the [[Monthly_log_files#Importing_pre-Cumulus_data]] or (second best) [[Dayfile.txt]]. Look up those cross-references in this Wiki (or the Cumulus &#039;&#039;&#039;Help&#039;&#039;&#039;) for further information on required formats.  The support forum includes a few threads related to this topic, and if you post there then people who have already imported from particular systems may offer their services to import your past observations.&lt;br /&gt;
&lt;br /&gt;
A converter for Weather Display log files is available from this thread in the forum: http://sandaysoft.com/forum/viewtopic.php?f=4&amp;amp;t=10118&lt;br /&gt;
&lt;br /&gt;
A converter for WeatherLink log files is available from this thread in the forum: http://sandaysoft.com/forum/viewtopic.php?f=6&amp;amp;t=11349&lt;br /&gt;
&lt;br /&gt;
== I was away on the last day of last month/year - How do I see the final lowest and highest figures for last month/year? ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;View&#039;&#039;&#039; menu, &#039;&#039;This month&#039;&#039; or &#039;&#039;This year&#039;&#039; screens show some figures for any month or year selected by you, but do not show all the figures shown on a standard web page or as shown on the &#039;&#039;Highs and Lows&#039;&#039; screen for the current month/year.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;View&#039;&#039;&#039; menu, &#039;&#039;Highs and Lows - This month (or This year)&#039;&#039; (or &#039;&#039;thismonth.htm&#039;&#039; or &#039;&#039;thisyear.htm&#039;&#039; web page) only shows the lowest and highest values for the current calendar month (or current year). This answer describes a way to see the same information for the month (or year) that fairly recently ended.  It is valid only until build 1088 (from 5 March 2014 build 1089 &#039;Delay writing of end of day backup files until the first log entry is written&#039; means the stored &#039;&#039;month.ini&#039;&#039; relates to the &#039;&#039;initial&#039;&#039; entries for the start of the new month). From version 1.9.3 build 1041, Cumulus creates a daily backup of the log files. &lt;br /&gt;
*Look in the &#039;&#039;backup\daily&#039;&#039; subfolder within your Cumulus installation. &lt;br /&gt;
*These daily backups will be created if Cumulus was left running during the period of interest, or stopped before that period and since restarted. &lt;br /&gt;
*Normally about 10 such back ups are available, each folder has a name based on the timestamp and contains the 6 [[:Category:Log_Files|xxxx.ini files]], the current [[Monthly_log_files|monthly standard data log]]/[[Extra_Sensor_Files|monthly extra data log]], and the most recent update of [[dayfile.txt|daily summary log]].&lt;br /&gt;
&lt;br /&gt;
Open as a text file [[month.ini]] in the folder whose name is bearing the timestamp after your final rollover, for Cumulus builds 1041 to 1088 the final lowest and highest for each observation in the month will be listed.&lt;br /&gt;
&lt;br /&gt;
In a similar manner if you miss the last day of the year, for Cumulus builds 1041 to 1088 see the final &#039;this year&#039; figures for last year by opening [[year.ini]] from the appropriate backup.&lt;br /&gt;
&lt;br /&gt;
== What do the various wind speeds in Cumulus correspond to, with Davis stations?  ==&lt;br /&gt;
&lt;br /&gt;
Davis station firmware supplies two windspeeds, a 3-second average and a 10-minute average (later versions of the firmware also supply a 2-minute average, Cumulus currently doesn&#039;t use this).  &lt;br /&gt;
* The latest Davis 3-second average is treated by Cumulus as &#039;Latest&#039; (available via &amp;lt;#wlatest&amp;gt;)&lt;br /&gt;
* The highest of the station&#039;s 3-second readings over the previous 10 (configurable by adding &#039;&#039;AvgSpeedMinutes=N&#039;&#039; in [[Cumulus.ini#Section:_Station]] where &#039;N&#039; is number of) minutes becomes the Cumulus &#039;Gust (available via &amp;lt;#wgust&amp;gt;). Note that the WMO definition of a wind gust is the mean wind speed over a 2 to 3 second sample period (not the maximum instantaneous wind speed).&lt;br /&gt;
* The Davis 10-minute average is the Cumulus &#039;Average&#039; (available via &amp;lt;#wspeed&amp;gt;).&lt;br /&gt;
Note that if you sample these readings at shorter (real time) intervals it is possible for Cumulus &#039;Latest&#039; to be lower than Cumulus &#039;Average&#039; because approximately half of the 3-second wind speeds will be higher and half of them lower than the 10-minute average. &lt;br /&gt;
If the Cumulus figure seems lower than the Davis figure see [[#My_Davis_station_shows_a_higher_maximum_wind_speed_than_Cumulus]].&lt;br /&gt;
&lt;br /&gt;
Davis station loggers record a single spot (not any average) wind speed, so if you restart Cumulus and the software attempts to catch up from the station logger there may be only one or two values to include in the Cumulus average (over 10 or whatever) minutes calculation.&lt;br /&gt;
&lt;br /&gt;
== What do the various wind speeds in Cumulus correspond to, with Fine Offset stations?  ==&lt;br /&gt;
&lt;br /&gt;
Fine Offset sensors measure wind over 48-second intervals, divided into 24 2-second intervals. At the end of each 48-second period, they transmit the highest of those 24 values as &#039;Gust&#039;, and the average of those 24 values as &#039;Wind&#039;. The console keeps &#039;&#039;&#039;overwriting&#039;&#039;&#039; the newly received &#039;Gust&#039; and &#039;Wind&#039; values to the same area of console memory every 48 seconds, until the station logging interval time is reached, then it moves on to the next memory location, leaving the last values it wrote in the previous console memory location.  &lt;br /&gt;
*If Cumulus is not running all the time, on restart it works through the console memory locations and extracts the Fine Offset Wind and Gust in each memory location, i.e. at the station logging interval. &lt;br /&gt;
*While Cumulus is running, it reads the current wind speeds (and direction) every 10 seconds. There are new values only every 48 seconds (i.e. every fourth or fifth read)&lt;br /&gt;
&lt;br /&gt;
Cumulus, for various reasons, uses different terminology, and also has configuration settings which control how some of the wind values are displayed.&lt;br /&gt;
* The Fine Offset console &#039;Gust&#039; value becomes Cumulus &#039;Latest&#039;. &lt;br /&gt;
* The highest of the Fine Offset &#039;Gust&#039; values over the previous 10 minutes becomes Cumulus &#039;Gust&#039;.  Note that the WMO definition of a wind gust is the mean wind speed over a 2 to 3 second sample period (not the maximum instantaneous wind speed).&lt;br /&gt;
* Cumulus &#039;Average&#039;  can be calculated in 3 different ways:&lt;br /&gt;
** The default: If &#039;Calculate 10-min wind average&#039; is not selected on the Station Settings screen, the console &#039;Wind&#039; value is used.&lt;br /&gt;
** If &#039;Calculate 10-min wind average&#039; is selected, then by default the average of the Fine Offset &#039;Gust&#039; values read over the previous N (configurable, defaults to 10) minutes is used.&lt;br /&gt;
** If &#039;Calculate 10-min wind average&#039; and &#039;Use speed for avg calculation&#039; are both selected, the average of the Fine Offset &#039;Wind&#039; values read over the previous N (configurable, defaults to 10) minutes is used.&lt;br /&gt;
&lt;br /&gt;
Select value for &#039;N&#039; using &#039;&#039;AvgSpeedMinutes=N&#039;&#039; in [[Cumulus.ini#Section:_Station]].&lt;br /&gt;
&lt;br /&gt;
Note that Fine Offset Consoles can display a &#039;MAX&#039; figure, this is highest recorded since it was last reset (on touchscreen models multiple touches of the displayed speed will cause maximum speed, or gust, to be shown, and when a max value is displayed continuing to hold touching that value for 3 seconds will reset max to current value).  Cumulus maintains its own various extremes for different periods (e.g High wind and high gust for yesterday on its main screen) calculated from all values read by Cumulus in that period.&lt;br /&gt;
&lt;br /&gt;
== How do I set up recording wind speeds in Cumulus, with Oregon Scientific and La Crosse stations  ==&lt;br /&gt;
&lt;br /&gt;
La Crosse and some Oregon Scientific weather stations only output a single wind speed.  To allow Cumulus to calculate &#039;gust&#039; and &#039;wind speed&#039; with different values, select the &#039;&#039;&#039;Station&#039;&#039;&#039; dialogue from the &#039;&#039;Configuration&#039;&#039; menu and set &#039;&#039;Calculate 10 min wind average&#039;&#039; in the &#039;Settings&#039; frame, so in [[cumulus.ini]] this will produce the parameter &#039;Wind10MinAverage=1 when cumulus is next stopped.&lt;br /&gt;
* The station&#039;s &#039;Wind&#039; value will then display as Cumulus &#039;Latest&#039;.&lt;br /&gt;
* A 10 (configurable by adding &#039;&#039;AvgSpeedMinutes=N&#039;&#039; in [[Cumulus.ini#Section:_Station]] where &#039;N&#039; is number of) minutes average of the station&#039;s &#039;Wind&#039; value will then display as Cumulus &#039;Average&#039;.&lt;br /&gt;
* The highest of the station&#039;s &#039;Wind&#039; value in a 10 minute period will then display as Cumulus &#039;Gust&#039;.  Note that the WMO definition of a wind gust is the mean wind speed over a 2 to 3 second sample period (not the maximum instantaneous wind speed).&lt;br /&gt;
&lt;br /&gt;
See &#039;&#039;LCMaxWind=X&#039;&#039; parameter in [[Cumulus.ini#La_Crosse_specific:]] where X is the maximum (uncalibrated) wind speed in m/s that you want to allow.&lt;br /&gt;
&lt;br /&gt;
== How do I make Cumulus run automatically when Windows starts?  ==&lt;br /&gt;
&lt;br /&gt;
There is no option in Cumulus to set this up automatically as I prefer to leave it under the control of the user: The safest and most reliable method is simply to put a shortcut in your Startup folder. If you are running Vista or Windows 7, or later versions of Windows, you may find that Cumulus gets blocked by UAC if you try to run it from the Startup folder, in which case it is recommended that you use Task Scheduler instead. See here for a good description of how to do this - http://blogs.techrepublic.com/window-on-windows/?p=616&lt;br /&gt;
&lt;br /&gt;
== How does Cumulus handle Daylight Saving Time?  ==&lt;br /&gt;
&lt;br /&gt;
As far as the timestamps in the extreme logs, monthly log, and the graphs, are concerned; Cumulus doesn&#039;t do anything in particular for DST. &lt;br /&gt;
*It generates timestamps based on the Windows clock. &lt;br /&gt;
**So basically, at the start of DST (i.e. when the clocks &#039;go forward&#039; for the summer) you will get an apparent gap of one hour in your data logs and on graphs.&lt;br /&gt;
**Similarly at the end of DST (i.e. when the clocks &#039;go back&#039; for the winter) you will get an apparent hour of duplicate timestamps in your logs and graphs. &lt;br /&gt;
*You will tend to get better results if you leave Cumulus running during the clock change, because if it is stopped you may lose data,&lt;br /&gt;
**the exact timing of the affected hours depends on the type of station and the times when Cumulus was running/stopped.&lt;br /&gt;
&lt;br /&gt;
=== ... How do Davis stations handle Daylight Saving Time? ===&lt;br /&gt;
&lt;br /&gt;
Note that there seems to be an issue with Davis stations, either in the console/logger, or in the Davis DLL which Cumulus uses. &lt;br /&gt;
*If you don&#039;t have Cumulus running when DST ends (autumn), then when you start Cumulus up again, it doesn&#039;t receive all of the logger data it needs to catch up to the &#039;&#039;present time&#039;&#039; - the previous hour or so is missing. &lt;br /&gt;
*So with Davis stations, I strongly recommend that you leave Cumulus running at the end of DST, if at all possible.&lt;br /&gt;
&lt;br /&gt;
=== ... How do Fine Offset stations handle Daylight Saving Time? ===&lt;br /&gt;
&lt;br /&gt;
*For Fine Offset stations if you don&#039;t have Cumulus running when DST ends in autumn, then when you start Cumulus up again, the catch up &#039;&#039;misses off the first hour after the time Cumulus was stopped&#039;&#039; (unless you have adjusted the time in [[today.ini]] by subtracting one hour for end of DST while Cumulus was stopped).  &lt;br /&gt;
**This is because the console memory does not time-stamp the data blocks and Cumulus does not remember the console data block used just before shutdown, (after all depending on how long Cumulus has been stopped and the station logging interval, the old memory location could be overwritten by now), but each memory location does contains minutes elapsed since previous memory location used.&lt;br /&gt;
**On restart Cumulus just tries to read the appropriate number of hours worth of observations back from the block now marked as latest.  &lt;br /&gt;
**For example if it was stopped at 2200 DST and restarted at 0600 standard time, Cumulus catches up with the last 8 hours worth of stored measurements as if going back to 2200 standard time, that means it retrieves back to 2300 DST and has forever lost the period 2200 to 2300 DST.  &lt;br /&gt;
*So with Fine Offset stations, I strongly recommend that you leave Cumulus running at the end of DST, if at all possible.&lt;br /&gt;
*At the start of DST in spring, the catch up will &#039;&#039;duplicate the last hour that Cumulus was previously operating&#039;&#039; (unless you have added one hour to the standard time stored in [[today.ini]] for start of DST while Cumulus was stopped). &lt;br /&gt;
**e.g. Stopping from 2200 standard time to 0600 DST the catch up goes back to 2200 DST or 2100 standard time.&lt;br /&gt;
**Some calculated measurements like average temperature, cooling degree days, and the like will be slightly out, but no measurement is actually lost.&lt;br /&gt;
&lt;br /&gt;
== What formula does Cumulus use for Dew Point?  ==&lt;br /&gt;
dewpoint := tempinC + ((0.13 * tempinC) + 13.6) * Ln(humidity / 100)&lt;br /&gt;
&lt;br /&gt;
== What formula does Cumulus use for Apparent Temperature?  ==&lt;br /&gt;
It uses a formula from the Australian BOM - http://www.bom.gov.au/info/thermal_stress/#atapproximation&lt;br /&gt;
&lt;br /&gt;
Note that the version used is the one that doesn&#039;t take into account solar radiation.&lt;br /&gt;
&lt;br /&gt;
== How does Cumulus know the height of the cloud base?  ==&lt;br /&gt;
&lt;br /&gt;
It doesn&#039;t. It uses a calculation which gives the theoretical height above ground level at which Cumulus clouds might form, based on the current temperature and dew point. It assumes that the difference between temperature and dew point decreases by about 4.4 degrees Fahrenheit per 1000 feet increase in altitude. When the two values coincide, the air is saturated (relative humidity = 100%) and Cumulus clouds may form. &lt;br /&gt;
&lt;br /&gt;
== How is my rain rate calculated?  ==&lt;br /&gt;
&lt;br /&gt;
For stations which supply a rain rate, Cumulus uses that. For stations which don&#039;t supply a rain rate (e.g. Fine Offset and La Crosse), Cumulus simply takes the rain total from the last five minutes and calculates a rate based on that; e.g. a single tip of 0.3mm in 5 minutes is a rate of 3.6mm/hr. When data from the station&#039;s logger is used, a similar calculation is performed, but the interval used is the logger interval rather than five minutes.&lt;br /&gt;
&lt;br /&gt;
== Where does Cumulus get its this month and this year rainfall totals from?  ==&lt;br /&gt;
&lt;br /&gt;
* Each time Cumulus reads records from the weather station it applies any change to the &#039;total rain count&#039; against today&#039;s total in its memory.&lt;br /&gt;
* The today&#039;s total so far at each reading time is also added to the &#039;recent tag&#039; array allowing total values for the day-so-far at one minute intervals for up to a week ago to be added as web tags to a web template. &lt;br /&gt;
* The rainfall totals, are initialised when Cumulus is (re-)started by adding up the corresponding daily totals in dayfile.txt and storing those sums in memory. Two of the totals can be seen using default settings on &#039;&#039;&#039;View&#039;&#039;&#039; menu, &#039;&#039;This month&#039;&#039; screen for this month, &#039;&#039;This year&#039;&#039; screen for this calendar year, but the third total for the rain season (you can change starting month) is seen on the &#039;&#039;main&#039;&#039; Cumulus screen.&lt;br /&gt;
* The rainfall totals shown on the &#039;&#039;This period&#039;&#039;, &#039;&#039;This month&#039;&#039;, and &#039;&#039;This year&#039;&#039; screens within the &#039;&#039;&#039;View&#039;&#039;&#039; menu are generated by adding up the daily rainfall totals found in [[dayfile.txt]] for the selected period. So any rainfall for the current (meteorological) day is excluded as the latest dayfile.txt row is for yesterday. Totals are recalculated when you press the &#039;&#039;Update display&#039;&#039; button. Important note: The view menu &#039;This year&#039; screen always calculates the total for a selected calendar year starting in January.&lt;br /&gt;
* The rain figures that Cumulus uses for displaying in &#039;This month&#039; and &#039;This year&#039; on the Cumulus &#039;&#039;main screen&#039;&#039; are updated each time Cumulus receives a rain reading from the station, so will not be displayed if Cumulus is unable to read rain information from your station.&lt;br /&gt;
* For the web tags, Cumulus takes its stored sums and adds today&#039;s latest total each time, to give the current totals for this month and this rain season (year so far) when processing &#039;thismonthT.htm&#039; and &#039;thisyearT.htm&#039; web templates.&lt;br /&gt;
**Important, for the &amp;lt;#ryear&amp;gt; web tag, and for the &#039;This year&#039; display on the &#039;&#039;main&#039;&#039; Cumulus screen, the processing reads the &#039;&#039;dayfile.txt&#039;&#039; for the rainfall season starting with the month set on the station settings screen and stored as the value for attribute &#039;&#039;RainSeasonStart&#039;&#039; in [[Cumulus.ini#Section:_Station]] (its default is January).  &lt;br /&gt;
**If you have set a &#039;year to date&#039; value and Cumulus is being re-started when the year specified beside that figure matches the current year, your year-to-date amount is also added into this year&#039;s total. This should normally only be relevant in your first rain season of operating Cumulus, but could be used if in any season you needed to add an extra amount because for some reason you had a gap in your recording period.&lt;br /&gt;
**There is no corresponding setting for calculating the total for the first &#039;this month&#039; of Cumulus operation.&lt;br /&gt;
*Note that you need to stop and then restart Cumulus to update these initial values that are stored in memory and get any corrections you made to rogue values in the daily summary log (or year-to-date) reflected on the main Cumulus screen and in web tags.&lt;br /&gt;
&lt;br /&gt;
The built-in dayfile.txt editor is used if it is necessary to amend the daily totals (to correct any monthly, rain season, or calendar year, totals); the built-in all-time (or monthly records) editor(s) in Cumulus is used if it is necessary to regenerate the extreme records from dayfile.txt; see [[#My_station_invented_some_rain_that_didn.27t_really_occur.2C_and_I_want_to_set_it_to_zero_.28or_some_other_figure.29 |FAQ about correcting incorrect rainfall displays]].&lt;br /&gt;
&lt;br /&gt;
== How do I reset all my data to start again from scratch?  ==&lt;br /&gt;
&lt;br /&gt;
Stop Cumulus and delete all of the files in the data folder. You may also want to edit the &#039;StartDate=&#039; line in [[cumulus.ini]] to set the date for the start of your data, if you are starting again on a different date.&lt;br /&gt;
&lt;br /&gt;
== How do I localise Cumulus to my own language? ==&lt;br /&gt;
&lt;br /&gt;
Cumulus does not directly support languages other than English. It was never intended for use in other languages, and it is not possible to add support for this now. However, the text used for:&lt;br /&gt;
*Forecasting&lt;br /&gt;
*Moonphases&lt;br /&gt;
*Beaufort Scale&lt;br /&gt;
*Trend descriptions&lt;br /&gt;
*Compass points&lt;br /&gt;
*Graph titles&lt;br /&gt;
*Extra sensor channels&lt;br /&gt;
can all be customised by using the [[strings.ini]] file. This facility may be extended to allow other items to be translated, but it is very unlikely that there will ever be a fully multi-language version of Cumulus in its current form.&lt;br /&gt;
&lt;br /&gt;
This wiki page [[:Category:Other_Languages|Other Languages]] has some old information about customising the standard web pages and see the downloads page as several third-party alternative web pages include some language translation modules.&lt;br /&gt;
&lt;br /&gt;
== Can I connect/disconnect my weather station while Cumulus is running? ==&lt;br /&gt;
No. You must make sure your weather station is connected to your PC and switched on, before running Cumulus. Do not disconnect your station while Cumulus is running.&lt;br /&gt;
&lt;br /&gt;
== How does Cumulus deal with extra sensors? ==&lt;br /&gt;
&lt;br /&gt;
By default, Cumulus deals with weather stations incorporating solar sensors, if you have selected the relevant station &#039;Type&#039; or &#039;Display solar/extra data&#039; in configuration, but it has some capability to deal with extra sensors added including the Blake-Larsen Sun Recorder.&lt;br /&gt;
Cumulus has the ability to input, log, and display Current Values/Outputs from the [[Rain_measurement#Optical_Rain_Gauges|Hydreon Optical Rain Sensor - Model RG-11]] and from either Oregon Scientific or Davis [[Extra_Sensor_Files|extra sensors]]. Only today&#039;s and yesterday&#039;s total rainfall from a Hydreon sensor are available in [[today.ini]] and [[yesterday.ini]] respectively. For some Oregon Scientific models, the temperature from an extra sensor can replace the temperature from the main sensor for processing by Cumulus, but all extra sensor values are stored in a series of [[Extra_Sensor_Files| monthly log]] files. No other processing is performed for Davis extra sensors, but past values are retained in a series of [[Extra_Sensor_Files| monthly log]] files.  The file [[strings.ini]] is used to customise the description associated with extra sensors.&lt;br /&gt;
&lt;br /&gt;
== What is this &amp;quot;Solar Max&amp;quot; value which Cumulus is displaying? ==&lt;br /&gt;
&lt;br /&gt;
It&#039;s the current theoretical maximum solar radiation value at the current date and time at your location. It is calculated using the Ryan-Stolzenbach formula, and uses the &#039;transmission factor&#039; configurable in the station settings to allow for the effect of transmission through the atmosphere. The figure is not particularly useful in itself; it is used if you have a solar sensor, to compare with the current solar radiation reading, in an attempt to determine whether the sun is currently shining or not.&lt;br /&gt;
&lt;br /&gt;
== My Fine Offset console says the memory is nearly full - how do I clear it? ==&lt;br /&gt;
&lt;br /&gt;
You don&#039;t need to, and it&#039;s much safer if you don&#039;t; clearing the memory could lead to a loss of data. The memory indicator on the console has no effect on the logging of data; the console will automatically start re-using the oldest memory locations. As long as you are running Cumulus (at least occasionally), Cumulus will have downloaded the data it needs from the console, so the console is free to overwrite the oldest data when it needs to.&lt;br /&gt;
&lt;br /&gt;
== How do I get my Davis station with USB working with Cumulus? ==&lt;br /&gt;
&lt;br /&gt;
Cumulus cannot drive the station in USB mode, you must install &#039;virtual serial port&#039; drivers, and configure Cumulus to use the virtual serial port. Make sure you have the station connected to the PC during the following operations.&lt;br /&gt;
&lt;br /&gt;
You should first make sure that you can use the station with Weatherlink, in serial mode. If you have not already installed the Weatherlink software, install the version which came with your weather station. You should then upgrade to the latest version of Weatherlink; you can download the update from the Davis web site,  [http://www.davisnet.com/support/weather/downloads/software_sftwr.asp here].&lt;br /&gt;
&lt;br /&gt;
You now need to install the &#039;CP210X USB to Serial Converter&#039;. You may find a link on your Start menu under &#039;Weatherlink&#039;. Alternatively, you should find it in the folder where Weatherlink was installed, under &#039;Support&#039; then &#039;Utilities&#039;. Davis also make version 2 of this utility available on their web site, [http://www.davisnet.com/support/weather/downloads/software_driver.asp here], and you may find that this version will work for you if the installed version does not. It should be clear from the messages output by the utility that it has successfully switched the logger to serial mode. &lt;br /&gt;
&lt;br /&gt;
It&#039;s a good idea to then update the driver to the latest version from the Silicon Labs web site, particularly if you use Windows 7 or later. You can download it [http://www.silabs.com/products/mcu/pages/usbtouartbridgevcpdrivers.aspx here] - click on &#039;VCP driver kit&#039; under &#039;Download for Windows XP/Server 2003/Vista/7...&#039; to begin the download. Run the executable once it&#039;s downloaded.&lt;br /&gt;
&lt;br /&gt;
At this point, it&#039;s best to restart your computer.&lt;br /&gt;
&lt;br /&gt;
You should now run Weatherlink, and attempt to connect to the weather station &#039;&#039;&#039;in serial mode&#039;&#039;&#039;. Weatherlink should find the appropriate COM port number automatically. If not, you can find it under &#039;Ports (COM &amp;amp; LPT)&#039; in the Windows device manager. Look for the port called &#039;USB Serial Port (COMn)&#039;, where &#039;n&#039; is a number. That&#039;s the number of the port you need to use in Weatherlink. If you cannot get Weatherlink to work using this virtual COM port, it is unlikely that you will be able to get Cumulus to work either, so either contact Davis support, explaining that you are trying to use the virtual serial port drivers because you want to run third-party software, or ask in the Cumulus forum, someone may be able to advise.&lt;br /&gt;
&lt;br /&gt;
Once you have Weatherlink connected and working via the virtual serial port, &#039;&#039;&#039;close it down&#039;&#039;&#039;, and start Cumulus.&lt;br /&gt;
&lt;br /&gt;
In the station settings in Cumulus, select the appropriate station type for your station; under &#039;VP Type&#039; select &#039;&#039;&#039;Serial&#039;&#039;&#039;; in the serial port section enter the COM port number that you found earlier. You may need to restart Cumulus at this point. It will then start displaying live data. Note that the it deliberately does not download any historical logger data from before the current point in time. When you run it subsequently, it will download logger data to catch up if necessary from when you last ran it, but never from earlier than when you first ran it.&lt;br /&gt;
&lt;br /&gt;
If you still having difficulty, the Davis Weatherlink manual offers this advice, which may be useful:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Included with the WeatherLink software is a utility that allows you to convert a USB data logger from a direct USB data logger back to a USB data logger that emulates the serial port. To use&lt;br /&gt;
this utility, select Convert USB to Virtual Serial in your WeatherLink program group on the Start menu of your computer (Start&amp;gt;AllPrograms&amp;gt;WeatherLink&amp;gt;Convert USB to Virtual Serial) and run the utility to convert your data logger. Please contact Davis Technical Support (“Contacting Davis Technical Support” on page 26) for more information.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== Why does Cumulus do some things the way it does, when there are better ways? ==&lt;br /&gt;
&lt;br /&gt;
Cumulus was originally something I &#039;knocked together&#039; quickly when I got my first weather station, simply because I couldn&#039;t find any other software anywhere which I was prepared to use. No &#039;design&#039; went into it, it was really just a prototype. Some of the things I did were just quick &#039;hacks&#039; that I intended to fix when I did it &#039;properly&#039;. But I never got around to going back and doing it &#039;properly&#039;, and it was never my intention that anyone else would use it. But I was persuaded to make it available for others, and then to add more and more enhancements. &lt;br /&gt;
&lt;br /&gt;
The fact that it works with several different types of weather station means that much of it is a compromise; it doesn&#039;t use certain features of the weather station which it could use if it were dedicated to that type of weather station. For example, it typically does not use any high/low data that the station might store internally. Instead, it maintains its own high/low data from individual readings. There are a number of reasons for this; the fact that Cumulus supports an 0900-0900 day, and the weather station does not, and the fact that typically Cumulus maintains far more high/low values than the station does, and these need to be self-consistent. &lt;br /&gt;
&lt;br /&gt;
So yes, I am aware that some of things that Cumulus does may seem strange, but it is simply not possible for me to start again from scratch, knowing what I know now. And it is not possible for me to effectively produce separate versions of Cumulus specifically for each type of weather station. If you don&#039;t like the way Cumulus does certain things, do what I did and write your own software!&lt;br /&gt;
&lt;br /&gt;
== Can I run 2 copies of Cumulus? ==&lt;br /&gt;
&lt;br /&gt;
3 options:&lt;br /&gt;
*You can install Cumulus on more than one PC, but each copy must connect directly to its own weather station (one station connected per PC).&lt;br /&gt;
*You can install 2 copies of Cumulus in different paths on a single PC, &#039;&#039;if you have two weather stations&#039;&#039; and Cumulus is able to distinguish between them, e.g. they are from different manufacturers, or both are serial port stations (different ports), or one is USB and one is serial, or one is a Weatherlink IP. In other words the  combination that does not work on a single PC is two USB stations from the same manufacturer. Note that Davis stations with USB loggers are serial port stations as far as Cumulus is concerned, so there are no problems using multiple copies of Cumulus with multiple Davis stations on the same PC.&lt;br /&gt;
*It is possible to back up the Cumulus files from one installation running off a weather station, and briefly have another reduced functionality copy just looking at historic data without ever any updating (the second Cumulus is set up as if reading from an EasyWeather.dat file, but not given a path/file name) - see [[Cumulus.ini#Introduced_for_problems_with_Fine_Offset_family:|Easyweather.dat section here]].&lt;br /&gt;
&lt;br /&gt;
= Troubleshooting  =&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Please note, these answers are written for Cumulus 1.x.y; the support forum is where Cumulus MX problems are discussed, together with how screens and files are different for the beta development.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== My &#039;Error&#039; light is flashing  ==&lt;br /&gt;
&lt;br /&gt;
Click on it, and a window will open describing the error. It may just be a temporary ftp problem. If you want to stop ftp errors being reported in this way, you can turn them off in the display settings (&amp;quot;Show FTP errors on error log window&amp;quot;).&lt;br /&gt;
&lt;br /&gt;
== My ‘new record’ light has stopped flashing  ==&lt;br /&gt;
&lt;br /&gt;
It is the normal situation that the light does not flash. The ‘new record’ light only flashes when an all-time record has been broken. It stops flashing if you click on it or restart Cumulus, until another all-time record is broken. When you first start using Cumulus, inevitably the light will flash a lot, even if you cancel it, as you will be breaking records constantly. After a while, it will &#039;settle down&#039; and not flash so often.&lt;br /&gt;
&lt;br /&gt;
== I installed a new version and my web page templates got over-written  ==&lt;br /&gt;
&lt;br /&gt;
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, place them in a different folder and use the ‘extra files’ facility. From version 1.8.9, the installer offers the option of not over-writing the web templates; it unconditionally also installs them to a sub-folder of the web folder called &#039;originals&#039;, so you can refer to them if required, even if you chose not to over-write those in the web folder.&lt;br /&gt;
&lt;br /&gt;
== I can’t find my data files!  ==&lt;br /&gt;
&lt;br /&gt;
You’re probably running Windows Vista/Windows 7/Windows 8 (or one of the corresponding server versions of Windows). Look in C:\Users\[username]\AppData\Local\VirtualStore\Program Files\Cumulus - note that this is a &#039;hidden&#039; folder. Ideally, to avoid this situation, you would install to somewhere outside the Program Files hierarchy, as recommended in the readme.txt.&lt;br /&gt;
&lt;br /&gt;
== I can&#039;t save my NOAA reports! ==&lt;br /&gt;
&lt;br /&gt;
You&#039;ve probably corrupted your Cumulus.ini file in the default Cumulus folder. See [[Cumulus.ini#Section:_NOAA]]. It can only be edited either (if Cumulus is stopped) with an external text file editor or (with Cumulus running) using the &#039;&#039;NOAA Setup&#039;&#039; in the configuation menu.  Pay attention to where the quotes are required for the file names, and check that you have an allowed date format (see [[Webtags#Time.2FDate_.27format.27_Parameter]]).&lt;br /&gt;
&lt;br /&gt;
== My sunrise and sunset times are wrong  ==&lt;br /&gt;
&lt;br /&gt;
You&#039;ve almost certainly entered your co-ordinates incorrectly, or not entered them at all - on the station settings screen. You must enter DEGREES, MINUTES, and SECONDS, no other format will work. Make sure to use &#039;&#039;&#039;unsigned whole numbers&#039;&#039;&#039; for degrees, minutes, and seconds, with a &#039;W&#039; for your longitude if you&#039;re West of the Greenwich meridian (e.g. if you are in the United States), and the appropriate letter for your latitude (N for northern hemisphere, S for southern hemisphere). &lt;br /&gt;
&lt;br /&gt;
If you are not familiar with the degrees/minutes/seconds standard format and have your co-ordinates in some other format, there are pages on the web which will convert for you. One such is here: http://transition.fcc.gov/mb/audio/bickel/DDDMMSS-decimal.html&lt;br /&gt;
&lt;br /&gt;
One other less likely possibility is that you have set the wrong time zone on your PC.&lt;br /&gt;
&lt;br /&gt;
== The Moon rise or set time is showing dashes.  ==&lt;br /&gt;
&lt;br /&gt;
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. &lt;br /&gt;
&lt;br /&gt;
== The Moon image is just black ==&lt;br /&gt;
&lt;br /&gt;
It&#039;s probably a New Moon.&lt;br /&gt;
&lt;br /&gt;
== Why are the &#039;Yesterday&#039; figures missing on the Main Cumulus Screen? ==&lt;br /&gt;
&lt;br /&gt;
The yesterday values on the Main Screen under &amp;quot;Recent Extremes&amp;quot; are not shown correctly:&lt;br /&gt;
*EITHER when the &#039;&#039;end of day rollover has not taken place&#039;&#039;. &lt;br /&gt;
**The usual cause of this is allowing your PC to &#039;sleep&#039; while Cumulus is running. &lt;br /&gt;
**The support forum mentions a few other causes. &lt;br /&gt;
**Cure this (if you have a weather station type that has a log that Cumulus reads) by looking in &amp;quot;&#039;&#039;Cumulus\backup&#039;&#039;&amp;quot; folder, and finding a backup directly in that folder or in &amp;quot;daily&amp;quot; sub-folder for just before the problem. With Cumulus stopped, copy all the files in that backup into the &amp;quot;&#039;&#039;&#039;Cumulus\data&#039;&#039;&#039;&amp;quot; folder, and then restart Cumulus. &lt;br /&gt;
*OR if Cumulus was unable to read observations from your station during that day, but can today. &lt;br /&gt;
**You can try the same cure, but may not be able to recover the lost information in this case.&lt;br /&gt;
&lt;br /&gt;
== Why do I have some unexpected zero figures? ==&lt;br /&gt;
&lt;br /&gt;
Cumulus may not be able to update some values/extremes, leaving them at zero, if:&lt;br /&gt;
*EITHER you are allowing your PC to go into sleep/standby while Cumulus is running,&lt;br /&gt;
*OR you have more than one copy of Cumulus attempting to interrogate the same weather station,&lt;br /&gt;
*OR you are closing Cumulus down very close to before/after roll-over (the latter is a restriction due to the way the processing of logger data works).&lt;br /&gt;
&lt;br /&gt;
== I’ve ‘zoomed’ a graph, how do I get it back to full size?  ==&lt;br /&gt;
&lt;br /&gt;
Drag from lower right to upper left.&lt;br /&gt;
&lt;br /&gt;
== Cumulus won&#039;t read the data from my station  ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CUMULUS RUNNING&#039;&#039;&#039;&lt;br /&gt;
If you have one of the Fine Offset clones, make sure you have configured your relative pressure correctly. If Cumulus finds an &#039;impossible&#039; value, it will ignore all data from your station.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CUMULUS RE-STARTED&#039;&#039;&#039;&lt;br /&gt;
If Cumulus does not read catch-up data from the station logger:&lt;br /&gt;
#Your station type may not have a logger, if so Cumulus cannot read anything from station while software was not running.&lt;br /&gt;
#There is a bug in the Davis DLL (Dynamic-Link Library) that Cumulus 1.x.x uses, where it never downloads the last archive record; so if there is only one to download (compare how long Cumulus was stopped with logging interval on your Davis station), it doesn&#039;t get any at all. (See [[#Cumulus_takes_a_long_time_to_download_the_data_from_my_Davis_station_at_start_up|here]] for opposite problem). Cure this by ensuring if you stop Cumulus you either leave it stopped for less than Davis logging interval time, or don&#039;t restart until after at least 2 logging intervals.&lt;br /&gt;
#You have not selected &amp;quot;&#039;&#039;&#039;Use data logger&#039;&#039;&#039;&amp;quot; in the &#039;&#039;Settings&#039;&#039; section of the &#039;&#039;&#039;Station settings&#039;&#039;&#039; screen accessed from &#039;&#039;Configuration&#039;&#039;  menu. Correct this:&lt;br /&gt;
##Stop Cumulus after changing this setting&lt;br /&gt;
##Look in &#039;&#039;Cumulus\backup&#039;&#039; folder (or its &#039;&#039;daily&#039;&#039; sub-folder) for a folder of .ini files prior to the problem, copy all those files to overwrite the ones in &#039;&#039;Cumulus\data&#039;&#039; folder&lt;br /&gt;
##Re-start Cumulus, it should use revised start date/time, and read the station logger for the whole re-wind period&lt;br /&gt;
#If there is another problem, read the instructions accessed from &amp;quot;Please click here before posting&amp;quot; at the top of the support forum page including the request to zip up the contents of the &#039;&#039;Cumulus\diags&#039;&#039; folder when asking for such support.&lt;br /&gt;
&lt;br /&gt;
== Cumulus read some invalid figures from my station ==&lt;br /&gt;
If you have:&lt;br /&gt;
*just started using Cumulus, &lt;br /&gt;
*just re-started Cumulus and you are only getting bad data when you start Cumulus up (i.e. when it is using archive data from the station logger),&lt;br /&gt;
*or you have just changed some settings,&lt;br /&gt;
... check you have the correct station type selected (see the Cumulus &#039;&#039;Help&#039;&#039; for the settings screen).&lt;br /&gt;
&lt;br /&gt;
Choosing the wrong station type means individual items of information are not correctly assigned to weather parameters.  Cumulus knows what is at what location for each station type. &lt;br /&gt;
*Is the information &#039;&#039;correct on the station console&#039;&#039; (i.e. not a fault with a sensor), but incorrectly displayed on Cumulus screen (i.e. transfer problem)? &lt;br /&gt;
Check all your settings on Cumulus, or see [[#Cumulus_won.27t_read_the_data_from_my_station|previous question]].&lt;br /&gt;
*If the &#039;&#039;station itself shows incorrect figures&#039;&#039;, a sensor may have a problem (mechanical or electrical failure, obstruction by animal activity) or a battery may need replacing.&lt;br /&gt;
Over successive versions of Cumulus more and more code has been incorporated to deal with the way some stations are prone to reporting rogue readings.&lt;br /&gt;
*Ensure you are using the latest Cumulus build, if you are using an old version you will not have any enhancements made since the earlier build that might improve the way Cumulus reads from your station type.&lt;br /&gt;
In general, if Cumulus 1.x.x identifies an odd value it will reuse the last good value instead, assuming that the problem will either right itself, or be spotted and dealt with quickly.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fine Offset stations&#039;&#039;&#039; are prone to reporting the odd non-sensical value, and Cumulus has the ability to compare successive readings:&lt;br /&gt;
*From the &#039;&#039;&#039;Configuration&#039;&#039;&#039; menu select [[Cumulus_Screenshots#Configuration_Menu_Screens|&#039;&#039;Calibration&#039;&#039;]] and in the &#039;&#039;&#039;Spike removal&#039;&#039;&#039; frame you can specify &amp;quot;the maximum &#039;&#039;&#039;differences&#039;&#039;&#039; between successive values&amp;quot; that Cumulus is to tolerate. See the &#039;&#039;&#039;Help&#039;&#039;&#039; for that screen, and note that spike removal applies while Cumulus is running, not to catch-up readings from the station&#039;s logger. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Possible Cure:&#039;&#039;&#039;&lt;br /&gt;
The purpose of the backup files is to allow Cumulus to be &#039;rewound&#039; to a particular point in time.  It simulates the situation where someone had closed Cumulus down at that point, and is only now starting it up again, and needs data to be downloaded from the station&#039;s logger to catch up to the present time. Obviously this cure will not work if your station type does not have a logger (one is needed for Cumulus to read old readings again).&lt;br /&gt;
*If you have only installed Cumulus a few days ago, or have just re-started Cumulus after it was stopped and encounter multiple &#039;&#039;rogue readings in the catch-up from the station logger&#039;&#039;; &#039;&#039;&#039;one possibility&#039;&#039;&#039; is to stop Cumulus and find the backup files that it took when you started it up (or just after the previous roll-over time), copy those files into the data folder, overwriting the ones that are there, then when you start it up again it could sort itself out.&lt;br /&gt;
The [[Diags]] log often contains useful information for sorting out what has been read, which values have been ignored, and which highs or lows may have been updated incorrectly. Note that automatic backups are made just after roll-over time because restarting Cumulus when there are no logger records to read before roll-over has been known to cause problems. Therefore, the backup to choose might be one with the date before when the problem occured, but remember that any calculations Cumulus makes are based on readings at least every minute when Cumulus is running, but for the catch up period such calculations can only use the readings available at your station&#039;s logging interval. Note if you choose a later backup and it does not work, you can always then repeat the &#039;rewind&#039; with a earlier backup.&lt;br /&gt;
&lt;br /&gt;
== I get very large amounts of rainfall shown, or other high readings ==&lt;br /&gt;
&lt;br /&gt;
Fine Offset stations have a habit of producing unbelievable readings, and Cumulus filters many of these out automatically. You can also use the &#039;spike removal&#039; settings on the calibration page, and Cumulus will then filter out large changes in readings. Please read the help for how to use these settings. Another possible explanation is that you have chosen the wrong station type in the Cumulus station settings. You should only select the &amp;quot;Fine Offset with UV/Light sensor&amp;quot; type if your station actually has SENSORS for these. Your station may have solar CHARGING, but this is not the same as having a solar SENSOR, and so you should choose the &amp;quot;Fine Offset (WH1080 etc)&amp;quot; type. Typically, stations which do have solar SENSORS have a model number which starts with a &#039;3&#039;, e.g. WS3080, and stations without solar sensors start with a &#039;1&#039; or &#039;2&#039;. Selecting the wrong type of station will cause Cumulus to misinterpret the logger data read from the station (which it uses when it starts up) and hence incorrect readings will result, typically when you restart Cumulus.&lt;br /&gt;
&lt;br /&gt;
== My station invented some rain that didn&#039;t really occur, and I want to set it to zero (or some other figure)  ==&lt;br /&gt;
&lt;br /&gt;
Cumulus does include some code to try to ignore some obvious rain errors. For example, if the station reports negative rain, Cumulus will normally ignore that, but if for 6 consecutive readings the rain cumulative count stays below what it was before, Cumulus will normally accept the new count as a new starting point. Because many positive values are realistic (see sub-answers), Cumulus generally will accept those as a result of accidental knocking of a tipping bucket gauge, due to wind effects on the gauge, or even due to the station electronics generating a rogue reading.&lt;br /&gt;
=== (Invented rain) Error in today&#039;s total===&lt;br /&gt;
#correct today&#039;s total using the &#039;today&#039;s rain&#039; editor on the edit menu.&lt;br /&gt;
#optionally stop Cumulus and edit [[today.ini]] to change the &#039;&#039;LastTip=&#039;&#039;(look up previous value in a recently backed up today.ini) parameter.&lt;br /&gt;
#Remember that &#039;ConsecutiveDryDays&#039; and &#039;ConsecutiveWetDays&#039; do not include today.&lt;br /&gt;
&lt;br /&gt;
=== (Invented rain) Error in yesterday&#039;s total ===&lt;br /&gt;
#edit the total for the relevant day in dayfile.txt, using the dayfile.txt editor on the edit menu.&lt;br /&gt;
#optionally edit yesterday&#039;s total (which is only held temporarily for display purposes) in [[today.ini]], while Cumulus is stopped.&lt;br /&gt;
=== (Invented rain) Error in total or high rainfall rate for any day before today ===&lt;br /&gt;
Just edit the total or rate for the relevant day in dayfile.txt, using the [[Cumulus_Screenshots#File.2FEdit.2FHelp_Menu|dayfile.txt]] editor on the edit menu.&lt;br /&gt;
&lt;br /&gt;
=== (Invented rain) Error in total, or extremes, for this month and/or this year ===&lt;br /&gt;
See next FAQ. Once you have corrected the daily totals (or high rainfall rates) in dayfile.txt, you can use the editors (on the edit menu) for &#039;This Month&#039; and &#039;This Year&#039; to fetch the corrected values from dayfile.txt (or enter figures manually).&lt;br /&gt;
&lt;br /&gt;
=== (Invented rain) Error in all-time records ===&lt;br /&gt;
See [[#How_do_I_correct_my_all-time_.28or_monthly_all-time.29_records.3F |this FAQ]].&lt;br /&gt;
&lt;br /&gt;
To see the previous value for all-time records see [[Alltimelog.txt]]. If your all-time records, or month-by-month all-time records have been affected, you can use the built-in editors. These can fetch the correct values once you have corrected dayfile.txt.&lt;br /&gt;
&lt;br /&gt;
===  (Invented rain and) Other rain figures ===&lt;br /&gt;
Note that other rain figures, such as &#039;rain last hour&#039;, &#039;rain last 24 hours&#039; and &#039;rain since midnight&#039; depend on a sensible progression of the rain counter, so it&#039;s not easy to correct this; it&#039;s easier to wait until the erroneous figure is far enough in the past so as not to affect the calculation. If you really do want to try to correct it; you would need to stop Cumulus, then find and edit multiple field 11 (assuming date is field 0) the Cumulus &#039;rain counter&#039; values in the [[monthly_log_files]] in the current monthly log file so they are correct relative to the current value of the rain counter (i.e. the latest one logged). Note that if you&#039;re using a midnight start of day then you don&#039;t need the &#039;rain since midnight&#039; figure anyway, as it is normally the same as &#039;rain today&#039;, and that figure is much more easily corrected.&lt;br /&gt;
&lt;br /&gt;
===  (Invented rain) Error prevention by Spike removal ===&lt;br /&gt;
#It is better to try to avoid spurious rain being recorded in the first place.&lt;br /&gt;
#Cumulus attempts to ignore large increases in the rain total automatically, and is quite often successful.&lt;br /&gt;
#For &#039;hourly rain&#039; and &#039;rain rate&#039;, you can set &#039;spike removal&#039; settings on the calibration settings screen. The value you set here, is the maximum change allowed between successive observations. Rain Rate corrections apply only to Fine Offset and La Crosse stations (which are known to occasionally produce faulty rain readings).&lt;br /&gt;
&lt;br /&gt;
===  (Invented rain) More information ===&lt;br /&gt;
There is more information about correcting rogue data elsewhere in the Wiki, in the pages about the [[:Category:Log_Files|log files]].&lt;br /&gt;
&lt;br /&gt;
== My monthly and/or annual rainfall totals are wrong  ==&lt;br /&gt;
&lt;br /&gt;
Cumulus calculates these when it is restarted, holds the values within memory, and increments them as required while it is running. This FAQ in the previous section [[#Where_does_Cumulus_get_its_this_month_and_this_year_rainfall_totals_from.3F]] has a concise description of how Cumulus calculates these figures.&lt;br /&gt;
&lt;br /&gt;
* The rainfall total shown on the &#039;&#039;This month&#039;&#039; screen within the &#039;&#039;&#039;View&#039;&#039;&#039; menu, is calculated from summing [[dayfile.txt]] totals for a selected month, and so for the default current month will exclude the current meteorological day.  The rainfall total for today so far is added for the web tag &#039;&#039;&amp;lt;#rmonth&amp;gt;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
* The rainfall total shown on the &#039;&#039;This year&#039;&#039;  screen within the &#039;&#039;&#039;View&#039;&#039;&#039; menu, is calculated from summing totals in dayfile.txt for a selected calendar year. For the default current year, it will exclude the current meteorological day.&lt;br /&gt;
&lt;br /&gt;
* The rainfall total reported by the &#039;&#039;&amp;lt;#ryear&amp;gt;&#039;&#039; web tag is for the rainfall season to date, it is calculated from taking today&#039;s rain and then adding the sum of the totals in dayfile.txt starting with the first (meteorological) day of the month specified in the &#039;rainfall season&#039; frame on the &#039;&#039;station settings&#039;&#039; screen within the &#039;&#039;&#039;Configuration&#039;&#039;&#039; menu, until the end of dayfile.txt is reached. So check you have specified the right starting month there before deciding the rainfall total shown is wrong. &lt;br /&gt;
&lt;br /&gt;
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 also on the [[Cumulus_Screenshots#Station|Station Configuration screen]].  Make sure you specify the first Cumulus operating year here, otherwise the extra will be added to the annual total for the wrong year!&lt;br /&gt;
&lt;br /&gt;
See immediately preceding FAQ [[#My_station_invented_some_rain_that_didn.27t_really_occur.2C_and_I_want_to_set_it_to_zero_.28or_some_other_figure.29 |correcting rainfall]]  for how to correct errors in total for particular days and how to correct the high extremes for the various periods.&lt;br /&gt;
&lt;br /&gt;
In all cases then restart Cumulus to get the monthly and annual totals recalculated from correct daily totals. &lt;br /&gt;
&lt;br /&gt;
If you need to correct within day values for trend graphs as well as the longer period totals, provided you know roughly when the rogue rainfall was recorded, find (and edit) it in the [[monthly_log_files]], field 11 (assuming date is field 0) is the count used to derive other parameters. Increasing the value in the count field, decreases the difference to the next (or current) count, and therefore reduces the rain in the in-between period.&lt;br /&gt;
&lt;br /&gt;
== The ‘gust’ line has disappeared from my graph  ==&lt;br /&gt;
&lt;br /&gt;
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. Depending on your weather station type, there are a few things you could try, to improve things. Decrease your station&#039;s logger interval, and if you have Cumulus calculating the wind speed average and you have a Fine Offset station, set &#039;Use speed for avg calculation&#039;.&lt;br /&gt;
&lt;br /&gt;
== My ‘gust’ values are the same as my ‘average’ wind speed values.  ==&lt;br /&gt;
&lt;br /&gt;
As above, you probably have Cumulus set to calculate a 10-minute average, and your station logger period is 10 minutes or longer, so your gust comes out the same as the average when using data from the logger. See the previous FAQ for suggestions on how to improve this.&lt;br /&gt;
&lt;br /&gt;
== I’ve just installed Cumulus, and it didn’t download all the old data from my weather station  ==&lt;br /&gt;
&lt;br /&gt;
Cumulus deliberately doesn’t attempt to download any data from before the point when you first run it. If you wish, although this isn&#039;t recommended, 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 (you will need to have run it at least once previously). Note that if you do this, it is at your own risk, and you will need to sort out any issues which may arise yourself.&lt;br /&gt;
&lt;br /&gt;
If you do this, you will probably need to edit your log files in the &#039;&#039;&#039;data&#039;&#039;&#039; folder as you may have duplicate entries and/or entries out of order. Your rain totals will almost certainly also be wrong - the total for &amp;quot;today&amp;quot; in particular. See the [[FAQ#My_station_invented_some_rain_that_didn.27t_really_occur.2C_and_I_want_to_set_it_to_zero_.28or_some_other_figure.29 |FAQ]] entry about correcting rainfall data. If you have only just started using Cumulus, you could delete all of the files in the data folder, and just create a simple today.ini as below. Then when you start Cumulus it will start again with just the data from the station&#039;s logger.&lt;br /&gt;
&lt;br /&gt;
Note that this method does not work for the Oregon WMR200 station. This station deletes logger entries when they are downloaded, and there is no mechanism for retrieving logger entries for a particular period - it just sends all the entries that it has. You may be able to circumvent this by creating a today.ini file in the data folder before you run Cumulus, with just this in it:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[General]&lt;br /&gt;
Date=10/04/2012&lt;br /&gt;
Timestamp=10/04/2012 10:00:00&lt;br /&gt;
CurrentYear=2012&lt;br /&gt;
CurrentMonth=4&lt;br /&gt;
CurrentDay=10&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Change the dates and time to match the point from which you want Cumulus to start downloading data. If the station has already sent the data, this may not work, unfortunately.&lt;br /&gt;
&lt;br /&gt;
If you stored data from your weather station (on another file-based system) before you first ran Cumulus, then you may be able to (using a text editor outside Cumulus) generate [[Monthly log files]] for the pre-Cumulus period.  See that Wiki article for more information on what you can then do with those files within Cumulus.&lt;br /&gt;
&lt;br /&gt;
== I have inserted pre-Cumulus data and now I get errors ==&lt;br /&gt;
&lt;br /&gt;
Probably some of your inserts used the wrong format (blank rows, fields with real numbers where integers expected, alternatively missing or duplicated fields). See [[:Category:Log_Files]]. Note that Cumulus will only flag errors in the log files that it reads (e.g. those relating to the period for which it displays trends graphs).  Check all the log files you have amended.&lt;br /&gt;
&lt;br /&gt;
== I have inserted pre-Cumulus data making &#039;Records began on&#039; date wrong ==&lt;br /&gt;
&lt;br /&gt;
Stop Cumulus and edit [[Cumulus.ini#Section:_Station | cumulus.ini (station section)]] within the main Cumulus folder. Change the &amp;quot;StartDate=&amp;quot; line. Be sure to use the same format for the date.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note&#039;&#039;&#039; &#039;&#039;StartDate=xxxx&#039;&#039; does &#039;&#039;not&#039;&#039; need to be updated for Cumulus to recognise earlier data in log files in its &#039;&#039;data&#039;&#039; subfolder.  &lt;br /&gt;
&lt;br /&gt;
It really represents &amp;quot;Cumulus began on&amp;quot;, so there is an alternative of leaving cumulus.ini unchanged, but editing default Cumulus &#039;&#039;recordsT.htm&#039;&#039; template twice:&lt;br /&gt;
*after the h2 heading is &#039;&#039;&amp;amp;lt;p&amp;amp;gt;Records began on &amp;lt;#recordsbegandate&amp;gt;. Here are the extremes recorded since then.&amp;amp;lt;/p&amp;amp;gt;&#039;&#039;;  you can replace &#039;&amp;lt;#recordsbegandate&amp;gt;&#039; with the new earliest date typed in as text; and&lt;br /&gt;
*at the start of the table is the &#039;&#039;&amp;amp;lt;caption&amp;amp;gt;Records Since &amp;lt;#recordsbegandate&amp;gt;&amp;amp;lt;/caption&amp;amp;gt;&#039;&#039;; replace the label &amp;quot;Records since&amp;quot; with &amp;quot;Cumulus began on&amp;quot; leaving the web tag unchanged.&lt;br /&gt;
&lt;br /&gt;
== Cumulus doesn’t show the same pressure as my Fine Offset console  ==&lt;br /&gt;
&lt;br /&gt;
Cumulus displays atmospheric pressure corrected to sea level. The console calls this ‘relative pressure’; it displays the letters &amp;quot;rel&amp;quot; when this is being displayed.  First of all, check&lt;br /&gt;
# that you are comparing the Cumulus display with the ‘relative’ pressure on your console,&lt;br /&gt;
# that only one copy of Cumulus is accessing the weather station (and no other software),&lt;br /&gt;
# that you do not have a &#039;EWpressureoffset=x.y&#039; line in the [Station] section of [[Cumulus.ini#Introduced_for_problems_with_Fine_Offset_family:| cumulus.ini]],&lt;br /&gt;
# and that you do not have a setting for pressure on the Cumulus calibration screen.&lt;br /&gt;
&lt;br /&gt;
The Fine Offset stations only store absolute/station pressure readings in their weather memory locations updated with each transmission and read by Cumulus. Within Cumulus, the software applies the adjustment to sea level before any further processing. It does &#039;&#039;not&#039;&#039; use the altitude setting in the cumulus station configuration screen.&lt;br /&gt;
Normally when Cumulus starts, it reads in [http://www.jim-easterbrook.me.uk/weather/mm/ the fixed block] in the console a pair of absolute/station pressure and relative/sea level pressure readings and uses the difference between these as the ‘offset’ in millibar for the station;  Cumulus uses this offset subsequently to calculate the sea level pressure (each time when reading the absolute pressure in the weather memory locations of the station), but it is possible to define the offset in cumulus.ini instead. &lt;br /&gt;
&lt;br /&gt;
Make sure that you have set your console&#039;s relative pressure correctly:&lt;br /&gt;
*for a push button operated model, press &#039;menu&#039; key 4 times for pressure mode, press &#039;enter&#039; to move to relative pressure setting, press &#039;up&#039; or &#039;down&#039; to adjust value.&lt;br /&gt;
*if your model uses a touch sensitive screen then it is probably tap the reading three times, then touch &#039;+&#039; or &#039;-&#039; to adjust value.&lt;br /&gt;
&lt;br /&gt;
The support forum includes discussion on where to find isobar charts or other sources to determine what the pressure should be.  Obviously after any adjustment you need to stop Cumulus, because it is when you restart it that Cumulus reads the new pressure offset.&lt;br /&gt;
&lt;br /&gt;
Sometimes the offset that cumulus reads from the fixed block is clearly garbage, so&lt;br /&gt;
# the cumulus error light is set,&lt;br /&gt;
# an error message suggests you check the station, and&lt;br /&gt;
# Cumulus uses zero offset instead as a best effort.&lt;br /&gt;
In this situation, Cumulus will display the same value as the &#039;absolute&#039; pressure on the console (no &amp;quot;rel&amp;quot; is displayed on the console when it is displaying absolute pressure). Often, if you restart Cumulus, it will then be able to read the correct value. If the problem happens often, you can circumvent it by editing cumulus.ini (while Cumulus is stopped), and in the [Station] section add an entry: &lt;br /&gt;
&lt;br /&gt;
 EWpressureoffset=x.y&lt;br /&gt;
&lt;br /&gt;
where x.y is your pressure offset. &#039;&#039;&#039;Cumulus will then use this instead of reading the fixed block offset from the station&#039;&#039;&#039;.  &lt;br /&gt;
&#039;&#039;&#039;Note&#039;&#039;&#039; that &#039;&#039;you must supply the offset in hPa&#039;&#039; (i.e. the millibar units that the station works with) and that this circumvention generally stops Cumulus from agreeing with the relative pressure displayed on the console.&lt;br /&gt;
&lt;br /&gt;
== My pressure suddenly dropped! Or suddenly increased!  ==&lt;br /&gt;
&lt;br /&gt;
If you have a Fine Offset station, and this happened when you (re)started Cumulus, it is quite likely a problem with reading the pressure &#039;offset&#039; from the station. See: &amp;quot;Cumulus doesn’t show the same pressure as my Fine Offset console&amp;quot; above.&lt;br /&gt;
&lt;br /&gt;
== I get an error when I try to view my all-time records. Also, they don’t appear on my web site  ==&lt;br /&gt;
&lt;br /&gt;
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. &lt;br /&gt;
&lt;br /&gt;
== I get an error when I close Cumulus  ==&lt;br /&gt;
&lt;br /&gt;
Cumulus does sometimes report an error when you close it. This does not appear to cause any problems, you can just close the error message. I don&#039;t seem to be able to do anything about this, as the &#039;crash&#039; is not in code that I have control over. You may be able to avoid this error by avoiding closing Cumulus while it is uploading to the internet. Please don&#039;t bother sending me a bug report about this. &lt;br /&gt;
&lt;br /&gt;
== My forecast says &amp;quot;Not available&amp;quot;  ==&lt;br /&gt;
&lt;br /&gt;
You can get Cumulus to create a simple forecast by selecting &#039;Cumulus Forecast&#039; on the Stations Settings screen. &lt;br /&gt;
&lt;br /&gt;
== My forecast always says &amp;quot;Exceptional Weather, Stormy, much precipitation&amp;quot;  ==&lt;br /&gt;
&lt;br /&gt;
You probably have incorrect Pressure Extreme settings in the Forecast section on the Station Settings window. Make sure that the values you have supplied match the units you have selected for the extremes. Note that the units for the extremes are not related to the units you have chosen for pressure display in Cumulus. The option of supplying mb/hPa or inHg for the extremes is merely a convenience; you can supply either, but the values and the units must of course match.&lt;br /&gt;
&lt;br /&gt;
== My computer hibernated/suspended, and I lost data/my graphs &#039;flat-lined&#039;  ==&lt;br /&gt;
&lt;br /&gt;
Cumulus can&#039;t cope with being suspended, it just carries on as normal after being woken. There is an option in the station settings to &#039;close on suspend&#039;, so Cumulus will close itself as a safety measure, if you forget to do it manually. Don&#039;t use the &#039;close on suspend&#039; option and the &#039;confirm shutdown&#039; option at the same time; this will cause problems. &lt;br /&gt;
&lt;br /&gt;
But I strongly recommend that you don&#039;t have your computer set to go into any form of standby while Cumulus is running - it&#039;s continuously gathering real-time data, after all, so it&#039;s a rather strange thing to do. &lt;br /&gt;
&lt;br /&gt;
== My heat index/humidex/wind chill is the same as my temperature  ==&lt;br /&gt;
&lt;br /&gt;
*Wind chill only applies when the average wind speed is above 4.8 kph &#039;&#039;&#039;and&#039;&#039;&#039; (by default in Cumulus as it should really always be set, but this is an option that can be unset) the temperature is below 10 degrees Celsius.  &lt;br /&gt;
*Heat index only applies when the temperature is above 27 degrees Celsius &#039;&#039;&#039;and&#039;&#039;&#039; the humidity is above 40%. &lt;br /&gt;
* Humidex does not have any &#039;cutoff&#039; values, but at low temperature and/or humidity it will give the same figure as ambient temperature.&lt;br /&gt;
&lt;br /&gt;
If heat index or wind chill is not applicable, Cumulus will set them the same as the ambient temperature.&lt;br /&gt;
&lt;br /&gt;
== Cumulus is showing a different wind speed compared to my console  ==&lt;br /&gt;
&lt;br /&gt;
You have probably misunderstood Cumulus processing of wind speeds, looking at different parameters, or different averaging periods.&lt;br /&gt;
*If you have a Davis weather station see [[#What_do_the_various_wind_speeds_in_Cumulus_correspond_to.2C_with_Davis_stations.3F]]&lt;br /&gt;
*If you have a Fine Offset station, see [[#What_do_the_various_wind_speeds_in_Cumulus_correspond_to.2C_with_Fine_Offset_stations.3F]] &lt;br /&gt;
* For Oregon Scientific and La Crosse stations see [[#How_do_I_set_up_recording_wind_speeds_in_Cumulus.2C_with_Oregon_Scientific_and_La_Crosse_stations]]&lt;br /&gt;
&lt;br /&gt;
Note that you can&#039;t compare the graphs drawn by Easyweather and Cumulus unless you are certain that they are plotting the same data. They can&#039;t both be running at the same time, so one would normally be plotting &#039;live&#039; data at a given interval, and the other will be plotting data downloaded from the station&#039;s logger. The wind speed will hence not normally be the same for a particular time on the graph as it may well have changed at the point that it is saved to the logger. The only situation where it &#039;&#039;would&#039;&#039; be valid to compare the graphs would be if neither were running at the times you are comparing, and both subsequently downloaded the same data from the logger.&lt;br /&gt;
&lt;br /&gt;
== I get error -32710 with Cumulus and my USB Davis station  ==&lt;br /&gt;
&lt;br /&gt;
The USB support in the Davis DLL which Cumulus uses doesn&#039;t seem to work. You need to use the CP210X USB/serial software which Davis supply, and use the station in serial mode. If you have previously been using your station with Weatherlink in USB mode, you will need to change to serial mode in Weatherlink before you can use the station with Cumulus. You can do this using [http://www.davisnet.com/support/weather/download/CP210X_USB_Serial_Converter_ver2.exe this utility from Davis]. See also this FAQ entry - http://wiki.sandaysoft.com/a/FAQ#How_do_I_get_my_Davis_station_with_USB_working_with_Cumulus.3F&lt;br /&gt;
&lt;br /&gt;
== When I start Cumulus, the graphs restart again each time and don&#039;t show the earlier data  ==&lt;br /&gt;
&lt;br /&gt;
You probably have an error in one or more data files. Look near the beginning of the latest file in the Diags folder for an error message which will tell you which file is in error and which line is causing the problem. It may simply be a blank line. Edit the file with Cumulus stopped. Note that you may need to repeat this process; only the first error is shown.&lt;br /&gt;
&lt;br /&gt;
This problem can also occur if you change your system format settings (date format, decimal and list separators etc). Again, check the diags file for a message about a number not being a valid floating point value.&lt;br /&gt;
&lt;br /&gt;
== The peak values on my graphs are not the same as my extreme values  ==&lt;br /&gt;
&lt;br /&gt;
The graphs are snapshots of the data, taken once a minute while Cumulus is running; it is not feasible to plot every data point. If the extreme value did not coincide exactly with the point at which the data was added to the graph, then it will not appear on the graph. The graphs are not intended to show all of the highs and lows, they are there to give an idea of the trends. This also applies to &#039;Select-A-Graph&#039;, which takes its data from the data logs; the highs and lows do not necessarily appear in the periodic data logs.&lt;br /&gt;
&lt;br /&gt;
This is most noticeable with wind gusts, the value of which can change rapidly, even over a period of a minute. The &#039;Plot latest gust&#039; setting causes the &#039;Latest&#039; figure (as shown on the main screen) to be plotted. What this figure represents exactly depends on your weather station type. This figure may vary rapidly, e.g. on Davis stations, it changes every 3 seconds or so. The graphs are plotted once a minute, and hence, with Davis stations, for example, there is approximately a one in 20 chance of any given &#039;latest&#039; figure actually being plotted.&lt;br /&gt;
&lt;br /&gt;
Cumulus also stores the peak value of the &#039;latest&#039; figure from the last 10 minutes. It calls this the &#039;gust&#039;, as this is a reasonable representation of a true &#039;gust&#039; figure. If you untick &#039;plot latest gust&#039;, it will plot this figure instead. As it contains the peak figure from the last 10 minutes, and the graph is plotted once a minute, plotting this value means that the high gust figure will always appear on the graph. The exception to this is with Davis stations, in the situation where the &#039;high gust&#039; figure has been read directly (as a way of ensuring that the high gust isn&#039;t missed) rather than by the usual reading of the current data. In this case, the gust is recorded as the high, but is not written to the current value, and hence does not appear on the graph, as it may be out of sequence with the current data.&lt;br /&gt;
&lt;br /&gt;
== My extreme values do not appear in the &#039;monthly&#039; data logs  ==&lt;br /&gt;
&lt;br /&gt;
The data logs are snapshots of the data, taken at the configured interval while Cumulus is running (or at the station&#039;s configured interval when data is read from the station&#039;s logger directly into the Cumulus monthly log). Cumulus, while it is running, reads the station frequently, detecting each change in observations, and can update extremes at each of these reading times.&lt;br /&gt;
&lt;br /&gt;
If the extreme value reading time did not immediately precede a time at which the data was logged, then it will not appear in the log. This is most noticeable with wind gusts, the value of which can change rapidly between log entries.&lt;br /&gt;
&lt;br /&gt;
Cumulus is designed to be kept running, if you only run it once a day, then the information it reads from the station&#039;s logger during catch up may miss extremes. For example &#039;&#039;when Cumulus reads the archive temperatures from a Davis station&#039;&#039;,  (in a compromise to allow Cumulus to have as much code as possible that is common to all weather station types) the design means that it ignores the first and second figures representing highest and lowest reported at each logged time, just reading the third figure that, depending on console configuration, is either the average value over the archive period or the final reading of the archive period (I don&#039;t know what the default is).&lt;br /&gt;
&lt;br /&gt;
== Cumulus takes a long time to download the data from my Davis station at start up  ==&lt;br /&gt;
&lt;br /&gt;
When Cumulus starts, it asks the station for all the data from the logger since the last time it was running. If the time-stamp that it supplies does not exactly match the time-stamp of an entry in the Davis logger, the station has a strange &#039;feature&#039; where it decides to send the entire contents of the logger. This will take some time to download, during which the Davis console display may appear to freeze. &lt;br /&gt;
#It is recommended that you enable the feature &#039;&#039;&#039;Synchronise station clock&#039;&#039;&#039; in the &#039;Settings&#039; block accessed from the &#039;&#039;Configuration&#039;&#039; menu  &#039;&#039;&#039;Station&#039;&#039;&#039; [[Cumulus_Screenshots#Station|Screen]].&lt;br /&gt;
#It is recommended that you set the logging interval in Cumulus (in the &#039;Data log interval&#039; block accessed from the &#039;&#039;Configuration&#039;&#039; menu  &#039;&#039;&#039;Station&#039;&#039;&#039; Screen) to the same interval as the station (the station interval can be changed using Weatherlink), then Cumulus will be able to make sure it uses a time-stamp that matches an entry in the logger. Note that this is mentioned in the &#039;&#039;&#039;readme.txt&#039;&#039;&#039; file that appears during the Cumulus installation, which you were asked to read at the time. If you didn&#039;t read it, it is strongly recommended that you do so now; it contains important information.&lt;br /&gt;
&lt;br /&gt;
== My Davis console clock is not exactly the same as my PC clock, but I have &amp;quot;Synchronise station clock&amp;quot; selected ==&lt;br /&gt;
&lt;br /&gt;
The Davis protocol only allows hours and minutes to be set, so there is always likely to be a difference of up to 60 seconds between the PC and the station.&lt;br /&gt;
&lt;br /&gt;
== Today is the shortest/longest day, but Cumulus says that tomorrow will be a few seconds shorter/longer  ==&lt;br /&gt;
&lt;br /&gt;
The routines I use to calculate (at midnight GMT) the length of the day aren&#039;t really suitable for this level of accuracy and may use the previous day in one parameter. I don&#039;t consider it an issue.&lt;br /&gt;
&lt;br /&gt;
== Cumulus got the forecast wrong!  ==&lt;br /&gt;
&lt;br /&gt;
Cumulus uses a forecast based on the Zambretti Forecaster (see Google). I didn&#039;t design the algorithm myself and to be honest I don&#039;t know how it works, so I can&#039;t answer any questions about it. Note that this is a &#039;forecast&#039; for the following 12 hours or so; it is not a &#039;nowcast&#039; (what the weather is doing now). Please regard the forecast as &#039;for entertainment purposes only&#039;. Do not base any decisions on it, and bear in mind that it is a very simple calculation based on only a few basic parameters. Some people get reasonable results, others do not. You can try tweaking the pressure extreme settings (in the Forecast section in the station settings), but don&#039;t expect the forecast to be as good as that provided by the weather agencies which have invested millions in their forecasting systems.&lt;br /&gt;
&lt;br /&gt;
== I only see one set of points on the wind direction graph  ==&lt;br /&gt;
&lt;br /&gt;
This happens just after you restart Cumulus, if the data came from the weather station&#039;s logger (i.e. Cumulus hasn&#039;t been running for a while). Weather stations only supply a &#039;current&#039; direction, and Cumulus calculates the average direction when running &#039;live&#039;.  So there is only one set of data available to be plotted, if it comes from the station logger.&lt;br /&gt;
&lt;br /&gt;
== My average wind bearing remains at zero ==&lt;br /&gt;
&lt;br /&gt;
Cumulus will always show zero average bearing when the average wind speed is zero (it can&#039;t be otherwise because it&#039;s calculated using the wind speed). In addition, it will show zero current bearing when the current wind speed is zero if you have &#039;&#039;use bearing zero when calm&#039;&#039; selected in the [[Cumulus_Screenshots#Station|station]] settings (accessible from &#039;&#039;&#039;Configuration&#039;&#039;&#039; menu).&lt;br /&gt;
&lt;br /&gt;
This also happens if your anemonmeter has a fault.&lt;br /&gt;
&lt;br /&gt;
== My graphs appear to be plotted less frequently just after Cumulus starts up  ==&lt;br /&gt;
&lt;br /&gt;
When running live, Cumulus plots data at 1-minute intervals. When it starts up, it pre-fills the graphs with data from the log files, which generally (depending on how you have Cumulus and your station configured) will be at less frequent intervals. &lt;br /&gt;
&lt;br /&gt;
== I closed Cumulus, the &#039;please wait&#039; form appeared, but Cumulus didn&#039;t close, even after several minutes  ==&lt;br /&gt;
&lt;br /&gt;
If you&#039;ve closed Cumulus shortly after it has downloaded a lot of data from the logger, it can take a while for the logging thread to get everything written away to disk, and Cumulus won&#039;t close until this has completed. However, in some circumstances, there seems to be a situation where Cumulus will never close, so you will need to close it with task manager. If you think you know what conditions cause this to happen, please let me know. &lt;br /&gt;
&lt;br /&gt;
== Cumulus isn&#039;t logging data at the interval that I set  ==&lt;br /&gt;
&lt;br /&gt;
It logs data at the interval you have configured, while it is running. If there is data to read from the station logger at start up, each logger entry is logged to the Cumulus log files, so those entries will be at the logger interval that you have configured in your station.&lt;br /&gt;
&lt;br /&gt;
== Cumulus takes a very long time to shut down ==&lt;br /&gt;
&lt;br /&gt;
You may have closed it very soon after starting it up, when it had a lot of data to download from the station logger, and you use Weather Underground. From version 1.9.1  there is a facility where it &#039;catches up&#039; with data that hasn&#039;t been uploaded to Weather Underground while it hasn&#039;t been running. This takes a little while, and if you close it while it is doing it, it will take a long time for all of the updates to time out. You need to give it sufficient time to finish the upload. From version 1.9.2, there is a &#039;catch up&#039; light which shows that the upload is taking place, and the &#039;catch up&#039; is optional&#039;; and it will abort much more quickly if you still close it while the catch up is taking place. &lt;br /&gt;
&lt;br /&gt;
== My temperature Min/Max/Avg graph is empty ==&lt;br /&gt;
&lt;br /&gt;
The most likely explanation is that you have only recently started running Cumulus (in the last day or two). It adds new values to this graph at the end of each day; it wouldn&#039;t make sense to add a value part of the way through the day, and you need a few points to be plotted before the graph starts to take shape. You need to wait until you have been running Cumulus for a few days.&lt;br /&gt;
&lt;br /&gt;
If you&#039;ve been running Cumulus for more than a few days, but the graph is still empty, the most likely explanation is that it was unable to read your dayfile.txt file. Look at the latest file in the &#039;diags&#039; folder (the files are plain text) for error messages mentioning dayfile.txt.&lt;br /&gt;
&lt;br /&gt;
== The longest dry/wet spell for this month/year includes days from last month/year ==&lt;br /&gt;
&lt;br /&gt;
This is intentional. I decided that it didn&#039;t make sense to arbitrarily chop off a dry/wet spell at the start of the month/year, as then the figure is meaningless. So the figures are to be interpreted as &amp;quot;the longest dry/wet spell which includes this month/year&amp;quot;. I note that other software takes the same approach.&lt;br /&gt;
&lt;br /&gt;
== Cumulus isn&#039;t performing periodic tasks, like data logging or web uploads ==&lt;br /&gt;
&lt;br /&gt;
Cumulus assumes a certain level of weather station functionality. It checks that it has received data from a number of sensors (e.g. pressure and outside temperature) before it starts periodic calculations, logging, uploading to the web, or drawing graphs. This is an attempt to make sure that bad data is not logged. If your weather station is not fully functional, you will not be able to use Cumulus fully. &lt;br /&gt;
&lt;br /&gt;
You can over-ride the start up check by adding a line to the [Station] section of [[Cumulus.ini#Section:_Station|cumulus.ini]], thus: &#039;&#039;NoSensorCheck=1&#039;&#039;&lt;br /&gt;
(You need to do this while Cumulus is stopped). Note that you are likely to get bad data logged if you do this.&lt;br /&gt;
&lt;br /&gt;
== I&#039;ve changed my Twitter password, and now Cumulus won&#039;t update Twitter ==&lt;br /&gt;
&lt;br /&gt;
You need to force Cumulus to re-authenticate with Twitter. Stop Cumulus and edit cumulus.ini. Find the [Twitter] section, and &#039;&#039;&#039;delete&#039;&#039;&#039; the lines which start&lt;br /&gt;
&lt;br /&gt;
OauthToken=&lt;br /&gt;
 &lt;br /&gt;
OauthTokenSecret=&lt;br /&gt;
&lt;br /&gt;
Start Cumulus and it should be able to update Twitter again.&lt;br /&gt;
&lt;br /&gt;
== When I start Cumulus, I get the error message &amp;quot;The station is not initialised&amp;quot; ==&lt;br /&gt;
&lt;br /&gt;
For Fine Offset stations, when Cumulus starts up, it checks the first two bytes of the station&#039;s memory. They are supposed to contain the values Hex 55 and Hex AA to indicate that the station has initialised itself correctly. If they do not, then presumably the station has had some kind of internal problem, so Cumulus doesn&#039;t try to read any data from it. A reset of the station normally fixes this - remove the batteries and the USB cable; but note that you will almost certainly lose any stored data in the logger.&lt;br /&gt;
&lt;br /&gt;
If you want to force Cumulus to ignore this check (not recommended), edit cumulus.ini and add a line to the [Station] section: &#039;&#039;EWdisablecheckinit=1&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
You will most likely not have any success with this, as your station memory is probably corrupted anyway.&lt;br /&gt;
&lt;br /&gt;
Note that for this setting to work, you need to be using version 1.9.3, build 1034 or later.&lt;br /&gt;
&lt;br /&gt;
== How do I correct today&#039;s or yesterday&#039;s highs and lows? ==&lt;br /&gt;
&lt;br /&gt;
Today&#039;s totals, highs and lows (and yesterday&#039;s rain total) are held in [[today.ini]] in the Cumulus data folder. Yesterday&#039;s totals (including RG11 rain but not standard rain), highs and lows are held in [[yesterday.ini]]. Follow the cross-references if you are unsure which parameter is what. To change any values, stop Cumulus and edit the file(s) in a text editor. Be sure to keep any date and time formats the same. If you are editing yesterday&#039;s highs and lows, you might also need to edit [[Dayfile.txt#Editing_daily_summary_in_Cumulus|dayfile.txt]], as the same values will probably have been written to that file. You can use the [[Cumulus_Screenshots#File.2FEdit.2FHelp_Menu|built-in dayfile editor]] in Cumulus to do this. If your all-time and/or monthly all-time records have been affected, see the [[#How_do_I_correct_my_all-time_.28or_monthly_all-time.29_records.3F|FAQ entry below]].&lt;br /&gt;
&lt;br /&gt;
If the value you want to change is today&#039;s high hourly rain figure, it is best to wait until the current figure has returned to a sensible value. There is no easy way to correct the current figure, so if you change it in today.ini while the current figure is incorrect, the high value in today.ini will immediately be changed again when you start Cumulus.  More information about correcting rain [[#My_station_invented_some_rain_that_didn.27t_really_occur.2C_and_I_want_to_set_it_to_zero_.28or_some_other_figure.29 |in this FAQ]].&lt;br /&gt;
&lt;br /&gt;
If the problem occurred because Cumulus wasn&#039;t able to download the data from the station&#039;s logger when you started it up in the morning (or perhaps you turned off the &#039;use data logger&#039; setting for some reason), you can get it to try again by &#039;rewinding&#039; to the time when you started Cumulus, and allowing it to try again. Cumulus takes a copy of the current files each time it starts up, and puts them in a folder in the backup folder in the Cumulus installation. Stop Cumulus, and find the backup folder with the appropriate timestamp, and copy all of the files from the backup folder into the Cumulus data folder, and start Cumulus up again.&lt;br /&gt;
&lt;br /&gt;
== How do I correct my all-time (or monthly all-time) records? ==&lt;br /&gt;
&lt;br /&gt;
Use the editor in Cumulus - on the Edit menu. If you know the correct figures, you can enter them manually.&lt;br /&gt;
*You can look at the [[Alltimelog.txt]] file to find the previous values for the [[Monthlyalltime.ini|all-time records]].&lt;br /&gt;
*Similar entries are logged to the [[diags]] files for the monthly highs and lows in [[month.ini]]. &lt;br /&gt;
*You can also get the editor to scan the [[dayfile.txt|daily summary log]] and [[Monthly_log_files]] to find the highs and lows from those files, click the Help button for details. Note that to use this facility you first need to correct any incorrect values in the files being scanned; you can use the built-in editor in Cumulus to edit dayfile.txt.&lt;br /&gt;
&lt;br /&gt;
Cumulus takes a backup of all the active data files when it starts up, and also at the start of the meteorological day (just after midnight for a lot of users). The backups are kept in folders within the backup sub-folder in the Cumulus installation. So an alternative method would be to find the latest backup from before the error occurred, and copy the &#039;&#039;alltime.txt&#039;&#039; and/or &#039;&#039;monthlyalltime.txt&#039;&#039; file from the backup to the Cumulus data folder. Do this with Cumulus stopped.&lt;br /&gt;
&lt;br /&gt;
There is more information in [[:Category:Log_Files]], on the page for each type of file.&lt;br /&gt;
&lt;br /&gt;
== It&#039;s January 1st and my &#039;rain since midnight&#039; and/or &#039;last 24 hours rain&#039; and/or Evapotranspiration are wrong/negative ==&lt;br /&gt;
&lt;br /&gt;
You are probably using a Davis station. Cumulus needs an incrementing rain counter to calculate all of the rain figures, and the nearest to that on a Davis station is the annual total. When this resets at the end of the year, this causes some of the rain data to show odd values for a day. You will notice this particularly if you use an 0900 start of meteorological day, as the &#039;rain since midnight&#039; figure is used for services such as Weather Underground. There&#039;s no easy solution to this, sorry.&lt;br /&gt;
&lt;br /&gt;
== Cumulus stops at the &amp;quot;Downloading data&amp;quot; screen ==&lt;br /&gt;
&lt;br /&gt;
If you have a Fine Offset station, this is probably caused by the station&#039;s interface locking up. You should be able to get it going again by doing a reset - remove batteries and the USB cable. Recent Fine Offset models have a problem where they can lock up frequently, requiring a reset. From version 1.9.3 of Cumulus onwards, there is an option to synchronise the reading of data with the console writing the data, to avoid doing both at the same time, and this seems to avoid most lockups. The setting is &amp;quot;Synchronise Fine Offset reads&amp;quot; on the station settings screen.&lt;br /&gt;
&lt;br /&gt;
If you look in the status bar at the bottom of the Cumulus window, there may a message &amp;quot;Error: no response&amp;quot;; this would confirm that the station has locked up and needs resetting.&lt;br /&gt;
&lt;br /&gt;
== Cumulus locks up when it starts and I have to use the task manager to kill it ==&lt;br /&gt;
&lt;br /&gt;
If you have a &#039;&#039;Fine Offset station&#039;&#039;, this is most likely caused by the station&#039;s interface locking up, i.e the station has stopped communicating with the PC.&lt;br /&gt;
&lt;br /&gt;
The problem where Cumulus locks up when the Fine Offset station doesn&#039;t respond is fixed in version 1.9.4. If you look in the status bar at the bottom of the Cumulus main window, there may be a message &amp;quot;Error: no response&amp;quot;; this would confirm that the station has locked up and needs resetting.&lt;br /&gt;
&lt;br /&gt;
You should be able to get the station going again by doing a reset - either remove console batteries and the USB cable or press the reset button hidden below the small hole (on 1081-based models, above the top RH corner of the battery cover). Recently manufactured Fine Offset models have a problem where they can lock up frequently, requiring a power reset. From version 1.9.3 of Cumulus onwards, there is an option on &#039;&#039;station settings screen&#039;&#039; to &#039;&#039;&#039;Synchronise Fine Offset Reads&#039;&#039;&#039; (Cumulus reading data from console) with the timing of received transmissions from sensors updating the data, to avoid doing both at the same time, and this seems to avoid most lockups.&lt;br /&gt;
&lt;br /&gt;
== Error messages with &amp;quot;Error on line...&amp;quot; or &amp;quot;Error at line...&amp;quot; ==&lt;br /&gt;
&lt;br /&gt;
These are corruptions in the log files, typically caused by Cumulus being unexpectedly closed (e.g. killed using Task Manager, or a PC reboot) while it is writing to the log files, but there can be other causes. The error message may say something like &amp;quot;List index out of bounds&amp;quot;. The error message will name the affected file(s) and the affected line number(s).&lt;br /&gt;
&lt;br /&gt;
Stop Cumulus and open the named file(s) in a good text editor, such as Notepad++. Do not use Notepad. At the line number(s) mentioned correct the error(s), which will be obvious as the lines won&#039;t look like the other lines, they will be blank or have garbage characters, or perhaps two lines have been run together. Save the file(s) and start Cumulus again.&lt;br /&gt;
&lt;br /&gt;
== Cumulus gives an error and won&#039;t run on my HP computer ==&lt;br /&gt;
&lt;br /&gt;
It&#039;s a known problem with HP computers; they have missing fonts. One solution is to install [http://www.microsoft.com/en-us/download/details.aspx?DisplayLang=en&amp;amp;id=16083 this font update] from Microsoft. It appears that computers other than HP can have the same font issue, so it is worth installing the font update anyway, if you get a problem where Cumulus won&#039;t start.&lt;br /&gt;
&lt;br /&gt;
== The headings or data look wrong in the data log viewer ==&lt;br /&gt;
&lt;br /&gt;
You&#039;re probably trying to view the wrong type of file. Use [[Cumulus_Screenshots|menus]] on main screen.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;View | Data logs&amp;quot; is only for the monthly data logs, e.g. Oct13log.txt, &amp;quot;View | Extra data logs&amp;quot; is for &amp;quot;extra&amp;quot; data logs, e.g. ExtraLog201310.txt, and if you want to view the daily summaries in dayfile.txt, use the dayfile.txt editor - &amp;quot;Edit | dayfile.txt&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
== The wind rose in Cumulus does not display anything with my Fine Offset ==&lt;br /&gt;
&lt;br /&gt;
The Fine Offset weather stations are supposed to supply data for 16 wind directions, however the design is such that most of them only actually use 8 of the possible 16. Try setting the wind rose to only display 8 directions by setting the &#039;wind rose points&#039; value to 8 on the display settings screen.&lt;br /&gt;
&lt;br /&gt;
== I&#039;ve set the graph background to white, but there&#039;s a problem with the small wind direction graph ==&lt;br /&gt;
&lt;br /&gt;
This appears to be an issue with the third party chart component. The work around is to choose a gradient background and set all three colours in the gradient to white.&lt;br /&gt;
&lt;br /&gt;
== My Weather Underground tabular data interval is not the same as the interval I&#039;ve set in Cumulus (I&#039;m using Rapid Fire) ==&lt;br /&gt;
&lt;br /&gt;
If you have selected &#039;rapid fire&#039;, the data is uploaded every 5 seconds, and the interval you configure in Cumulus is not used. Weather Underground decide how often your tabular data is logged when using rapid fire, not Cumulus.&lt;br /&gt;
&lt;br /&gt;
== My WU or PWS highest and lowest do not match Cumulus ==&lt;br /&gt;
&lt;br /&gt;
Note that Cumulus does not send minimum and maximum values to PWS and WU, they determine those themselves from the individual values that Cumulus sends.&lt;br /&gt;
&lt;br /&gt;
== My monthly (month-by-month) all-time records don&#039;t have entries for all of the months that I have been using Cumulus ==&lt;br /&gt;
&lt;br /&gt;
You need to initialise them. See the release announcement for version 1.9.3, which is when this facility was introduced: http://sandaysoft.com/forum/viewtopic.php?f=2&amp;amp;t=9286&lt;br /&gt;
&lt;br /&gt;
You only need to do this once; when you have initialised them, Cumulus will keep them up to date thereafter.&lt;br /&gt;
&lt;br /&gt;
== I am getting I/O error 32 or I/O error 103 ==&lt;br /&gt;
&lt;br /&gt;
I/O error 32 = ERROR_SHARING_VIOLATION; &amp;amp;nbsp; I/O error 103 = &#039;file not open&#039; mean something on your system has one of the Cumulus files open, preventing Cumulus writing to it (Cumulus needs exclusive access).  If you are seeing &amp;quot;file access denied&amp;quot;, you may have a permissions problem.&lt;br /&gt;
Possible reasons for locked files:&lt;br /&gt;
# Anti-virus, or back-up, software scanning/accessing the file (this is the cause in almost all cases that I&#039;ve seen).&lt;br /&gt;
# An edit or file transfer in progress (the Cumulus thread for logging and the Cumulus thread for FTP are independent so can overlap). This is likely to happen if you are getting Cumulus to frequently upload the log file to your web site.&lt;br /&gt;
# Some other software that a user is running which is processing the file in some way.&lt;br /&gt;
# More than one instance of Cumulus running (see [[#Can_I_run_2_copies_of_Cumulus.3F]]).&lt;br /&gt;
# An issue with the system clock on the PC.&lt;br /&gt;
&lt;br /&gt;
== I have problems after upgrading to Windows 10 ==&lt;br /&gt;
See this forum post - http://sandaysoft.com/forum/viewtopic.php?f=2&amp;amp;t=14148&lt;br /&gt;
&lt;br /&gt;
= Website =&lt;br /&gt;
&lt;br /&gt;
== How do I set up a website? ==&lt;br /&gt;
The crucial settings are selected on the &#039;&#039;Internet&#039;&#039; screen in the &#039;&#039;&#039;Configuration&#039;&#039;&#039; menu. &lt;br /&gt;
*On the &#039;&#039;Sites/Options&#039;&#039; tab, you must have &#039;&#039;&#039;Auto Update&#039;&#039;&#039; selected if you want Cumulus to generate web pages at the standard interval.  Other parameters will depend on your particular set-up, but are explained in the Cumulus &#039;&#039;&#039;Help&#039;&#039;&#039; and in Wiki pages starting with [[Website_setup]] and following links as required. &lt;br /&gt;
*On the &#039;&#039;Files&#039;&#039; tab, you select whether to use the standard Cumulus templates and images, or specify your own templates and destinations.&lt;br /&gt;
&lt;br /&gt;
== I’ve configured my ftp details but the web pages aren’t appearing on my site  ==&lt;br /&gt;
&lt;br /&gt;
Try setting ‘use active FTP mode’. If you already have it set, try unsetting it. If it was previously working OK, something may have changed on your network, or at the server end.&lt;br /&gt;
&lt;br /&gt;
== I’ve tried active FTP mode, but my web pages (or my realtime.txt file) still don’t appear?  ==&lt;br /&gt;
&lt;br /&gt;
Are you absolutely sure you have set the ftp path correctly? Most problems like this are a result of an incorrect path. Note that the information in the &#039;FTP progress&#039; window is not generally useful for diagnosing upload issues&#039; try turning on the ftp logging (on the Configuration menu) and look in the ftplog.txt and realtimeftplog.txt files (in the Cumulus folder). It is best to supply a relative path - i.e. with no leading &#039;slash&#039;. Please don&#039;t ask me what path you need to supply, it is impossible for me to guess how your web space is set up. If you cannot work it out, ask your web space provider for help.&lt;br /&gt;
&lt;br /&gt;
== How do I replace the &#039;bird&#039; image on my website? ==&lt;br /&gt;
&lt;br /&gt;
There are several ways to change the image of the &#039;bird&#039; on the standard Cumulus web page.  You will need a [[FTP tool]].&lt;br /&gt;
* The simplest way is to upload a new picture to the images folder of your website; the file should be called picture.jpg.   Please ensure the image is not too large and bear in mind it will appear on the bottom left of the page; the site data may cover some of the image.  As a guide, the default image is 600 x 450 pixels.&lt;br /&gt;
* Secondly, you may upload an image using your own file name.  Edit the &#039;&#039;weatherstyle.css&#039;&#039; file and look for the line &amp;lt;tt&amp;gt;background-image: url(images/picture.jpg);&amp;lt;/tt&amp;gt; around line 9 and adjust as necessary.  Upload the edited css file to your website.&lt;br /&gt;
* if you wish to remove the image completely edit the &#039;&#039;weatherstyle.css&#039;&#039; file and remove the line &amp;lt;tt&amp;gt;background-image: url(images/picture.jpg);&amp;lt;/tt&amp;gt;  Upload the edited css file to to your website.&lt;br /&gt;
&lt;br /&gt;
NOTE: It is not recommended that you overwrite the image in your local folder (webfiles\images\picture.jpg) because that gets overwritten when you update to a new build of Cumulus. Ideally your image will be in its own local folder outside the Cumulus structure.&lt;br /&gt;
&lt;br /&gt;
== Why does the heading say &#039;weather weather&#039; ? ==&lt;br /&gt;
&lt;br /&gt;
The standard first template page contains &#039;&#039;&#039;&amp;amp;lt;h1&amp;amp;gt;&amp;amp;lt;#location&amp;amp;gt; weather&amp;amp;lt;/h1&amp;amp;gt;&#039;&#039;&#039;, so do not include &#039;weather&#039; in your station name (this is what the tag &amp;amp;lt;#location&amp;amp;gt; represents, see next answer) to avoid it being duplicated.&lt;br /&gt;
&lt;br /&gt;
== How do I change the &amp;quot;Welcome to.&amp;quot; on the front page ==&lt;br /&gt;
&lt;br /&gt;
The Welcome message is controlled within Cumulus.  Click on the &#039;&#039;Station&#039;&#039; screen in &#039;&#039;&#039;Configuration&#039;&#039;&#039; menu and Edit the &#039;&#039;&#039;Description&#039;&#039;&#039; field within the Location frame to amend what the tag &amp;lt;#longlocation&amp;gt; represents in &amp;quot;Welcome to &amp;amp;lt;#longlocation&amp;amp;gt;.&amp;quot; on template page.&lt;br /&gt;
&lt;br /&gt;
== I don&#039;t have a solar sensor. How do I remove the solar data from the supplied web templates? ==&lt;br /&gt;
Locate the Cumulus &#039;web&#039; folder on your PC and edit the following files (there are comments in the html to guide you):&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;indexT.htm&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Remove the following code:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
  &amp;lt;!-- Solar data. If you don&#039;t have a solar sensor, you may wish to delete everything from here to the next comment --&amp;gt;&lt;br /&gt;
  &amp;lt;tr class=&amp;quot;td_temperature_data&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;Solar Radiation&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;&amp;lt;#SolarRad&amp;gt;&amp;amp;nbsp;W/m&amp;amp;sup2;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;Evapotranspiration Today&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;&amp;lt;#ET&amp;gt;&amp;amp;nbsp;&amp;lt;#rainunit&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;/tr&amp;gt;&lt;br /&gt;
  &amp;lt;!-- End of solar data --&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;todayT.htm&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
Remove the following code:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
    &amp;lt;!-- Solar data. If you don&#039;t have a solar sensor, you may wish to delete everything from here to the next comment --&amp;gt;&lt;br /&gt;
    &amp;lt;tr class=&amp;quot;td_temperature_data&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;td&amp;gt;Hours&amp;amp;nbsp;of&amp;amp;nbsp;Sunshine&amp;lt;/td&amp;gt;&lt;br /&gt;
      &amp;lt;td&amp;gt;&amp;lt;#SunshineHours&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
      &amp;lt;td&amp;gt;&amp;amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;!-- End of solar data --&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;yesterdayT.htm&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Remove the following code:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
    &amp;lt;!-- Solar data. If you don&#039;t have a solar sensor, you may wish to delete everything from here to the next comment --&amp;gt;&lt;br /&gt;
    &amp;lt;tr class=&amp;quot;td_temperature_data&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;td&amp;gt;Hours&amp;amp;nbsp;of&amp;amp;nbsp;Sunshine&amp;lt;/td&amp;gt;&lt;br /&gt;
      &amp;lt;td&amp;gt;&amp;lt;#YSunshineHours&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
      &amp;lt;td&amp;gt;&amp;amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;!-- End of solar data --&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== How do I remove Inside Temperature graph or add solar/UV/sunshine? ==&lt;br /&gt;
&lt;br /&gt;
Locate the Cumulus &#039;web&#039; folder on your PC and edit the following file:&lt;br /&gt;
&#039;&#039;&#039;trendsT.htm&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Modify the following code:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
    &amp;lt;td class=&amp;quot;td_thumbnails&amp;quot;&amp;gt;&amp;lt;a onclick=&#039;changeImage(&amp;quot;images/intemp.png&amp;quot;)&#039;&amp;gt;&amp;lt;img src=&amp;quot;images/intempsm.png&amp;quot; alt=&amp;quot;Inside Temperature Graph Thumbnail&amp;quot; width=&amp;quot;150&amp;quot; height=&amp;quot;100&amp;quot; style=&amp;quot;border:0&amp;quot; /&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
*To simply remove &#039;&#039;&#039;Inside Temperature&#039;&#039;&#039; graph, change code above to this&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
*If you want to stop Cumulus uploading the indoor temperature graph, you can un-tick &#039;Include standard images&#039; on the &#039;files&#039; tab of the internet settings, and list all of the images that you still want to be uploaded as extra files. As there will likely be more than 10 files, you would need to do this by editing Cumulus.ini.&lt;br /&gt;
*To show solar instead, replace &#039;intemp.png&#039; with &#039;solar.png&#039;, replace &#039;intempsm.png&#039; with &#039;solarsm.png&#039;, and change the wording of the value associated with the alt property.&lt;br /&gt;
*To make Cumulus upload the solar graph, select it on the &#039;files&#039; tab of the internet settings.&lt;br /&gt;
*To show sunshine instead, replace &#039;intemp.png&#039; with &#039;sunshine.png&#039;, replace &#039;intempsm.png&#039; with &#039;sunshinesm.png&#039;, and change the wording of the value associated with the alt property.&lt;br /&gt;
*To make Cumulus upload the sunshine graph, select it on the &#039;files&#039; tab of the internet settings.&lt;br /&gt;
*To show UV instead, replace &#039;intemp.png&#039; with &#039;uv.png&#039;, replace &#039;intempsm.png&#039; with &#039;uvsm.png&#039;, and change the wording of the value associated with the alt property.&lt;br /&gt;
*To make Cumulus upload the UV graph, select it on the &#039;files&#039; tab of the internet settings.&lt;br /&gt;
&lt;br /&gt;
If you want to do more than a straight one for one swap see [[Customised_templates#Slightly_less_simple_customisation_of_trendsT.htm| customisation page here]].&lt;br /&gt;
&lt;br /&gt;
== How do I include extra items on supplied web templates? ==&lt;br /&gt;
&lt;br /&gt;
Open the folder cumulus\web and edit the relevant file named xxxxxT.htm.  For example instead of deleting the sections in the [[#I don&#039;t have a solar sensor. How do I remove the solar data from the supplied web templates?|remove solar answer]], edit their contents.&lt;br /&gt;
See [[Customised_templates#Changing_the_Standard_Templates]] for fuller description.&lt;br /&gt;
&lt;br /&gt;
If you do change the standard templates, take a copy of your new versions, and store elsewhere.&lt;br /&gt;
The sub-folder cumulus\web\originals has copies of the standard templates from the installed build, do not edit these.&lt;br /&gt;
When you install a new build of Cumulus, you have an option to replace or not replace the contents of cumulus\web with the new build&#039;s standard templates.&lt;br /&gt;
&lt;br /&gt;
== How do I upload extra web pages? ==&lt;br /&gt;
&lt;br /&gt;
See Cumulus help for the Internet Settings screen, or for a step-by-step guide see [[Customised_templates#What_to_select_on_the_.27Files.27_tab_of_the_Internet_Settings_screen_within_the_.27Configuration.27_menu]]&lt;br /&gt;
&lt;br /&gt;
== What character encoding does Cumulus use for the web pages it generates? ==&lt;br /&gt;
&lt;br /&gt;
Cumulus 1.9.4 build 1093 changed all the template pages from XHTML 1.0 Transitional using charset=iso-8859-1 encoding to HTML 5 using charset=&amp;quot;UTF-8&amp;quot; encoding. It uses this without [http://en.wikipedia.org/wiki/Byte_order_mark Byte Order Mark] (BOM).&lt;br /&gt;
&lt;br /&gt;
From that build, you can tell Cumulus which of those two encodings to use:&lt;br /&gt;
*For standard template names in standard &#039;cumulus\web&#039; folder, if you replace them with customised templates not using [http://en.wikipedia.org/wiki/UTF-8 &amp;quot;Universal Character Set Transformation Format — 8-bit&amp;quot; (UTF-8)], &lt;br /&gt;
**unselect &#039;&#039;&#039;UTF-8 encode&#039;&#039;&#039; in the web settings frame on the Sites/Options tab of Internet settings screen in Configuration menu. &lt;br /&gt;
**Cumulus will then, as in earlier builds, use [http://en.wikipedia.org/wiki/ISO-8859-1 iso-8859-1] encoding.&lt;br /&gt;
*For extra templates, the Files tab of the Internet settings screen in Configuration menu has the option to choose which of the two Cumulus encodings to use.  See Wiki article referenced in previous answer.&lt;br /&gt;
&lt;br /&gt;
Note that since Cumulus 1.9.4 build 1078 there has been an option on the NOAA Setup screen in Configuration menu to specify whether character set utf-8 encoding is to be used for those reports.&lt;br /&gt;
&lt;br /&gt;
== Why does a standard gauges web page have text where it should show gauges? ==&lt;br /&gt;
&lt;br /&gt;
[[File:Gauges missing.jpg]] If a standard Cumulus &#039;gauges.htm&#039; web page displays like this then either&lt;br /&gt;
&lt;br /&gt;
1) (Most Likely) The weather station owner has not loaded the required files/folders onto his/her server; &lt;br /&gt;
* The gauges graphics require the &#039;images&#039; subfolder (see next answer), containing the script and many images to be pre-loaded in the &#039;dbimages&#039; subfolder.&lt;br /&gt;
* All these should exist within the destination folder that holds the HTML files as instructed in the Cumulus Help (&#039;setting up your website&#039; page)  &lt;br /&gt;
* Also explained in [[Simple Website setup]] on this Wiki.&lt;br /&gt;
&lt;br /&gt;
or 2) JavaScript is not enabled (or not available) in the browser being used to view the page (if not enabled, this can be switched on in either &#039;Options&#039;, &#039;Preferences&#039; or &#039;Settings&#039; depending on browser). Note that Firefox version 23 has removed the ability to change this in Option preferences, so ignore this solution in that browser.&lt;br /&gt;
&lt;br /&gt;
or 3)  You are using a browser add-on such as &#039;NoScript&#039; (over 2 million use this) which requires you to explicitly turn on JavaScript for each web site you visit within the &#039;NoScript&#039; options.  (This sort of add-on may be used to restrict advertising or tracking of your actions, or for security against unwanted processes being started by sites you visit).&lt;br /&gt;
&lt;br /&gt;
== Why are there no graphs on my standard trends web page? ==&lt;br /&gt;
&lt;br /&gt;
Either 1) You have not created an images sub-folder (within your folder that holds web pages) as instructed in the Cumulus Help (&#039;setting up your website&#039; page) -  also explained in [[Simple Website setup]].  In this case, the bird image will not be appearing in the bottom left corner of your web pages.&lt;br /&gt;
&lt;br /&gt;
Or 2) You have switched off &#039;&#039;&#039;Include Standard Images&#039;&#039;&#039; on the file tab of the Internet dialogue of the configuration menu.  In this case Cumulus believes you are working in a non-standard way, and does not automatically upload the graphs (nor moon image).&lt;br /&gt;
&lt;br /&gt;
== What is the size of the standard Cumulus update? ==&lt;br /&gt;
&lt;br /&gt;
The default is that all of the standard pages and standard images are uploaded on each update at whatever standard update frequency you select. &lt;br /&gt;
&lt;br /&gt;
In total for version 1.9.2, it&#039;s about half a megabyte - about 100kB for the pages (about half of that is the gauges.htm page with all the detailed wind plotting points, and half the other pages) and 400kB for the variable images (moon phase, some gauges images and trend graphs - the exact size of latter can vary if you change the period they cover).&lt;br /&gt;
&lt;br /&gt;
Version 1.9.3 adds the monthly records page which contains 12 months worth of a lot of data, and adds 25kB to every update (although usually very little changes between updates).&lt;br /&gt;
&lt;br /&gt;
The NOAA monthly and annual pages are uploaded once a day, that is another 8kB for a full month and full year, obviously less at the start of a month/year.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Optional extras&#039;&#039;&#039;&lt;br /&gt;
*[[realtime.txt]] file, this is less than 1kB (1024 Bytes) in size.&lt;br /&gt;
*[[dayfile.txt]] a file that is about (30 times number of years) kB&lt;br /&gt;
*The files required to update external sites are no more than a few kB.&lt;br /&gt;
&lt;br /&gt;
== How do I upload my own pages or files once a day? ==&lt;br /&gt;
&lt;br /&gt;
Cumulus allows you to specify a command (with optional parameters) that will be actioned just after daily rollover. The command is entered in the &#039;&#039;External programs&#039;&#039; frame at the bottom left of the Internet Settings screen.  The box is labelled &#039;&#039;&#039;Daily&#039;&#039;&#039;. Click the Cumulus &#039;&#039;Help&#039;&#039; button for guidance.  For example you could type &#039;c:\cumulus\daily.cmd&#039; in the box labelled &#039;&#039;Daily&#039;&#039;. &lt;br /&gt;
&lt;br /&gt;
This could be used to upload the pages with the longer term extremes (as your monthly, annual and all-time extremes may only change a few times a month or even less frequently) and so reduce the upload burden at the standard uploading frequency.  To achieve this you would use the content of that example file &#039;daily.cmd&#039;, in the default Cumulus folder,   to call your own [[FTP_tools| file transfer tool]] for those infrequently changing pages. Remember to also unselect &#039;&#039;&#039;Include Standard Files&#039;&#039;&#039; on the&#039;&#039; &#039;Files&#039; tab&#039;&#039; of &#039;Internet settings&#039;, and list [[Customised_templates#How_Cumulus_uses_its_templates|the templates]] on that tab, selecting &#039;&#039;&#039;Process?&#039;&#039;&#039; for all of them, but only selecting &#039;&#039;&#039;FTP?&#039;&#039;&#039; for the other frequently changing pages that are still to be uploaded at the standard interval. You may find help on the forum  or elsewhere on this wiki [[SFTP| for the FTP call]] and [[Customised_templates#Creating_Your_Own_Templates| for &#039;Files&#039; tab settings]].&lt;br /&gt;
&lt;br /&gt;
It can also be used for the optional files mentioned in the previous answer or to update a database using a [[ImportCumulusFile|PHP batch job]].  For the daily command specified above, in the default Cumulus folder, add a file &#039;daily.cmd&#039; that contains (if you host your own server using &#039;XAMPP&#039;), &#039;copy c:\cumulus\data\dayfile.txt C:\xampp\htdocs\weather\daj\&#039; for example to enable you to use the [[AnnualDataSummary| Annual Day-by-day Summary]] tool. (Uploading if you do not host your own server is described at [[Upload_Dayfile| upload dayfile]] but basically you swap the copy command for a FTP command).&lt;br /&gt;
&lt;br /&gt;
== The &#039;real time wind data&#039; gauges on the standard gauges page aren&#039;t working ==&lt;br /&gt;
&lt;br /&gt;
These require a [[realtime.txt]] file to be uploaded by Cumulus. Tick the &amp;quot;Enable Realtime&amp;quot;, &amp;quot;Enable Realtime FTP&amp;quot; and &amp;quot;Enable realtime.txt FTP&amp;quot; boxes on the internet settings screen. If the gauges still do not work, check that the [[realtime.txt]] file is being uploaded to the correct place. If it is not, it is likely that you have specified an incorrect &#039;ftp directory&#039; in Cumulus. If your &#039;normal&#039; pages are being uploaded correctly, but realtime.txt is not, then it is likely that you simply need to leave the ftp directory blank (but see the note below first).&lt;br /&gt;
&lt;br /&gt;
A possible cause for this problem is that your web space provider does not allow .txt files to be accessed. For example, the free hosting provider 000webhost.com do not.&lt;br /&gt;
&lt;br /&gt;
== I&#039;m using the supplied web pages, and get lower case in places where I want upper case  ==&lt;br /&gt;
&lt;br /&gt;
It&#039;s in the CSS. Go to the webfiles sub-folder of your cumulus installation, edit weatherstyle.css and find lines like: &amp;quot;text-transform: lowercase;&amp;quot; and remove them. Use FTP tool to replace the weatherstyle.css on your website.&lt;br /&gt;
&lt;br /&gt;
== My web pages have things like &amp;amp;lt;#location&amp;amp;gt; in them  ==&lt;br /&gt;
You’ve edited your templates with something like Dreamweaver, and it’s changed the angle brackets on the [[Webtags]] to &amp;quot;&amp;amp;amp;lt&amp;amp;nbsp;;&amp;quot; and &amp;quot;&amp;amp;amp;gt&amp;amp;nbsp;;&amp;quot; - you need to change them back to &amp;amp;lt; and &amp;amp;gt;. &#039;&#039;These may look the same when viewed in your browser, but you can see the difference if you &#039;view source&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
Alternatively, if the web templates are listed in [[cumulus.ini]] (and for the first 10 appear on the &#039;&#039;&#039;files&#039;&#039;&#039; tab of &#039;&#039;Internet&#039;&#039; dialogue of &#039;&#039;&#039;Configuration&#039;&#039;&#039; menu), the &#039;&#039;&#039;Process&#039;&#039;&#039; option must be ticked for the web pages generated by Cumulus to have values replacing the [[Webtags]].  Otherwise at each web update, Cumulus will generate web pages the same as the templates.&lt;br /&gt;
&lt;br /&gt;
== My web pages are empty ==&lt;br /&gt;
If empty web pages are being uploaded to your web site (i.e. they report size of 0 kB, but do not produce &#039;error 404 - page not found&#039; message), and your browser shows that their modification date is recent (see next FAQ), then it is likely that the [[Customised_templates#What_is_meant_by_.27Cumulus_processes_templates.27| Cumulus processing]] of templates is failing:&lt;br /&gt;
*Either (since build 1093, as made clear in the release notes)[[File:Web settings.JPG]] the character encoding (for standard named templates that are [[Customised_templates#What_is_meant_by_.27Cumulus_processes_templates.27| processed by Cumulus]]) is specified incorrectly on the &#039;&#039;&#039;Configuration&#039;&#039;&#039;  menu, &#039;&#039;Internet&#039;&#039; dialog, &#039;&#039;&#039;Sites/Options&#039;&#039;&#039; tab, &#039;&#039;Web Settings&#039;&#039; frame as shown about half way down on this screen extract:&lt;br /&gt;
**Select the option where indicated by red arrow if your template includes in a line near the start &amp;lt;code&amp;gt;&amp;lt;meta charset=&amp;quot;UTF-8&amp;quot;&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
**Deselect the option where indicated by red arrow if your template includes something like &amp;lt;code&amp;gt;&amp;lt;meta content=&amp;quot;text/html; charset=iso-8859-1&amp;quot; http-equiv=&amp;quot;Content-Type&amp;quot; /&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
**For customised pages, (without standard Cumulus template names), select/un-select the UTF-8 encoding in the appropriate column on the &#039;&#039;&#039;Configuration&#039;&#039;&#039;  menu, &#039;&#039;Internet&#039;&#039; dialog, &#039;&#039;&#039;Files&#039;&#039;&#039; tab screen where you list the local and remote names.&lt;br /&gt;
*Or you have edited/customised the template and added an incorrectly specified Cumulus [[webtag]] that has caused [[Customised_templates#What_is_meant_by_.27Cumulus_processes_templates.27| Cumulus processing]] to abort for that template.  If you stop cumulus you can use a text editor to open the latest [[Diags|diagnostic file]]. Look at entries time-stamped just before the hour and repeated at your auto-update &#039;&#039;interval&#039;&#039; (just below red arrow in screen image above). You might find a message like &amp;quot;Error processing C:\web\indexT&amp;quot; (i.e. mentioning whichever template is at fault) followed by a brief hint as to the nature of the error.&lt;br /&gt;
*Another possibility is that you do not have active FTP mode selected, but your particular setup requires it - or vice versa.&lt;br /&gt;
&lt;br /&gt;
== My web pages have obsolete web tag values in them  ==&lt;br /&gt;
If the information showing on your web pages is out of date, then it must have been working before, so you have made a change somewhere.&lt;br /&gt;
*Most browsers will display &#039;page information&#039; that tells you when the page was last modified (by querying the web server).&lt;br /&gt;
**if the page on your web server was recently modified, &lt;br /&gt;
***then the next item to investigate is the template file; a template file contains Cumulus web tags and the [[Customised_templates#What_is_meant_by_.27Cumulus_processes_templates.27|&#039;process&#039;]] that Cumulus does to create a web page involves reading text from a template and when it finds a web tag it inserts the latest value in as it creates the page. A [[FAQ#What_file-names_does_Cumulus_use_when_processing_and_uploading_files_to_my_web_site.3F|local file]] is then created and Cumulus will FTP (or copy) this to the web server according to the settings. If the template file cannot be processed, Cumulus may still upload an existing old local file.&lt;br /&gt;
**if the page was not recently modified, &lt;br /&gt;
***maybe you are not running Cumulus, so it is not updating.  &lt;br /&gt;
***maybe your file transfer is not working, turn ftp logging on for technical output, and look for any filenames and any &#039;successfully transferred&#039; messages.&lt;br /&gt;
***maybe your &#039;internet settings&#039; screen has accidentally been changed, see Cumulus help for simple instructions.  If you took a backup of [[cumulus.ini]] you can stop Cumulus, rename the current file and copy your cumulus.ini backup back into the &#039;cumulus&#039; directory containing the Cumulus program.&lt;br /&gt;
***maybe your web server provider has changed something.&lt;br /&gt;
&lt;br /&gt;
== Running a web server on the same PC as Cumulus ==&lt;br /&gt;
If you do not have a web site, or run a web server locally (same PC, or on your local network), you can get Cumulus to generate/copy either html, or image, files locally instead of using FTP to place them remotely.&lt;br /&gt;
&lt;br /&gt;
You&#039;ll need to list the (source) file including paths on the files tab of the internet settings, and specify a destination path and file name for the remote file in each case. Don&#039;t tick the &#039;&#039;FTP?&#039;&#039; box for standard cumulus pages (the exception is for a local web server and any non-standard web page that attempts to read using a script a local file such as dayfile.txt as this does need FTP to generate the server-based web page). For the standard images, you can supply a folder name (specify on the same screen), and they will all get copied there. See [[Customised_templates#What_to_select_on_the_.27Files.27_tab_of_the_Internet_Settings_screen_within_the_.27Configuration.27_menu|here]] for greater detail.&lt;br /&gt;
&lt;br /&gt;
There&#039;s a limit of 10 entries on the files tab in Cumulus 1.9.x (in Cumulus MX all 100 entries are included in the settings interface).  Entries for the full 100 files can also be amended by editing [[Cumulus.ini#Section:_FTP_site|cumulus.ini]], with Cumulus stopped. Follow the format of any existing entries for specifying additional files.&lt;br /&gt;
&lt;br /&gt;
== Error Codes generated by FTP or Winsock ==&lt;br /&gt;
You should be able to look these up on the web.  [http://kb.globalscape.com/KnowledgebaseArticle10142.aspx Try Here]&lt;br /&gt;
&lt;br /&gt;
== How do I configure Cumulus for Secure FTP (SFTP/FTPS)? ==&lt;br /&gt;
Cumulus doesn&#039;t support Secure FTP. You can configure Cumulus to invoke an external program like WinSCP, as described here: [[SFTP | SFTP article]]&lt;br /&gt;
&lt;br /&gt;
== Directory related problems in FTP ==&lt;br /&gt;
The following pointers should help:&lt;br /&gt;
* All web site file references are case sensitive.  So if your FTP server directory is &#039;&#039;public_html&#039;&#039;, then &#039;Public_HTML&#039; will not work!&lt;br /&gt;
* On the &#039;&#039;Internet settings&#039;&#039; screen in &#039;&#039;&#039;Sites/Options&#039;&#039;&#039; the optional Directory parameter required is &#039;&#039;the path from  your FTP root&#039;&#039;, to where the web pages are to be stored. It is &#039;&#039;not&#039;&#039; the &#039;&#039;&#039;Universal Resource Locator (URL)&#039;&#039;&#039; that you would specify to view the web page in a browser.  Click the &#039;&#039;&#039;Help&#039;&#039;&#039; button for full explanation, or search the support forum (as many people before you have found this directory is the hardest parameter to get right).&lt;br /&gt;
* The error window is not useful for diagnosing ftp problems; you need to &#039;&#039;&#039;turn on &#039;&#039;ftp logging&#039;&#039; &#039;&#039;&#039;and look at ftplog.txt. Most FTP directory problems are due to you quoting an incorrect ftp directory, and the ftp log will show an error when an attempt is made to change to the directory you have specified incorrectly. &lt;br /&gt;
* Relative paths (without a leading slash) are always safer than absolute paths (with a leading slash) and you may find that just specifying (for example) &amp;quot;public_html&amp;quot; works OK, but this all depends on how your ftp server and your ftp account is set up.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* The &#039;&#039;standard pages&#039;&#039; are uploaded after a &#039;change directory&#039; attempting to select the directory you specified in &#039;&#039;&#039;Sites/Options&#039;&#039;&#039;; if this fails, the files will still be uploaded but to the FTP server root. So some mistakes do not matter because if no change of directory was actually required, these pages will be uploaded correctly.&lt;br /&gt;
* Any &#039;&#039;files you specify&#039;&#039; for uploading at standard update frequency are uploaded between standard pages (if &#039;Include Standard Files&#039; selected) and (written for Cumulus 1) standard images (if &#039;Include Standard Images&#039; selected), and you should specify the path (including any web site directory) in &#039;remote filenames&#039;, so there is no call to &#039;change directory&#039;. In this case, if that path is invalid, the upload fails.&lt;br /&gt;
* IN CUMULUS 1.x.y ONLY: The standard images for gauges and trends pages are uploaded after the standard pages, (and any pages you specify for uploading), by performing a second &#039;change directory&#039; this time fixed at &#039;images&#039;; if this fails, the files will still be uploaded to the current web site directory (FTP root or the directory you specified in &#039;&#039;&#039;Sites/Options&#039;&#039;&#039;).&lt;br /&gt;
* If you have enabled &#039;&#039;Realtime&#039;&#039;, the realtime.txt file is uploaded without doing a change directory, (by appending &amp;quot;/realtime.txt&amp;quot; to the directory on the &#039;&#039;Internet settings&#039;&#039; screen in &#039;&#039;&#039;Sites/Options&#039;&#039;&#039;). In this case, if the web site directory in your settings is invalid, the upload of the real time file fails.&lt;br /&gt;
* On the &#039;&#039;NOAA Setup&#039;&#039; screen the optional &#039;&#039;&#039;Directory&#039;&#039;&#039; parameter required is the relative path; from your FTP root, to where the NOAA report pages are to be stored. (It is totally independent of the directory on the &#039;&#039;Internet settings&#039;&#039; screen in &#039;&#039;&#039;Sites/Options&#039;&#039;&#039;).  Click the &#039;&#039;&#039;Help&#039;&#039;&#039; button for full explanation. Like realtime.txt, the upload destination is determined by appending the file-name for the report to any NOAA directory, and will fail if that directory is specified wrongly.&lt;br /&gt;
&lt;br /&gt;
See &#039;&#039;&#039;Setting up your website&#039;&#039;&#039; in Cumulus help for a simple guide to the sub-folder structure you need to create and the list of files that need to be uploaded manually when first installing a website. Or see [[Website_setup]] for all the options including customised pages.&lt;br /&gt;
&lt;br /&gt;
== My standard web pages are uploading but the uploading fails for images, realtime and/or NOAA reports ==&lt;br /&gt;
See previous answer, you have probably got your web pages in the default FTP directory of your web site, but specified the wrong directory on the settings screen.  Turn on the &#039;&#039;FTP logging&#039;&#039; in the configuration menu to see the technical detail.  You should have an FTP tool that you used to upload the &#039;static&#039; files required on your web site, and that will help you to see what is your site&#039;s root directory for file transfer uploads, and therefore any relative directory change you require.&lt;br /&gt;
&lt;br /&gt;
== What file-names does Cumulus use when processing and uploading files to my web site? ==&lt;br /&gt;
[[File:Cumulus_FTP_Process.png|150px|thumb|FTP Process]]Cumulus use two slightly different processes depending on if the file is part of the supplied &#039;standard&#039; web site, or an extra file you have specified on the &#039;&#039;Internet Settings|Files&#039;&#039; configuration dialog. For each of these processes there is an further variation depending on whether you have enabled the &#039;&#039;Use FTP rename&#039;&#039; option. This graphic shows the various combinations of file-names used for each step of the process. For the standard files, you can substitute any of the file names for indexT.htm, e.g. trendsT.htm&lt;br /&gt;
&lt;br /&gt;
For more details of Cumulus &#039;&#039;Process&#039;&#039; see [[Customised_templates#What_is_meant_by_.27Cumulus_processes_templates.27| here]].&lt;br /&gt;
&lt;br /&gt;
=Selecting a Weather Station sensor site=&lt;br /&gt;
A simple guide is at [http://weatherfaqs.org.uk/node/124 uk.sci.weather newsgroup], note this advises against roof mounting.&lt;br /&gt;
An attempt to compare the conflicting siting standards that apply across the world is included in a portable document format guide from [ftp://ftp.campbellsci.com/pub/outgoing/apnotes/siting.pdf Campbell Scientific].&lt;br /&gt;
For more advice see the website of your local Meteorological Bureau,  an educational place (e.g. in USA see [http://newa.nysaes.cornell.edu/public/NEWAStationSitingGuidelines.htm Cornell University]), the [http://library.wmo.int/opac/index.php?lvl=notice_display&amp;amp;id=12407 World Meterological Organisation] (WMO), or a specialist organisation (e.g. in UK see [http://www.rmets.org/weather-and-climate/observing/guidelines-observing-0 Royal Meteorological Society] rather than the Met Office web site).&lt;br /&gt;
&lt;br /&gt;
Modern Stevenson Screens are uPVC constructed with a black interior (so they do not radiate heat onto the sensors) and a white exterior (so they reflect as much radiation as possible).  There is a lot of discussion on the [http://sandaysoft.com/forum/viewforum.php?f=16 Homebuilt forum] about different approaches to improving measurements, and the problems with out of the box instrumentation from the different manufacturers. &lt;br /&gt;
&lt;br /&gt;
If you are contributing to an external site like APRS/CWOP, Weather Underground, PWS weather, Weatherbug and/or WOW, see guidance from these organisations re instrument placement.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note:&#039;&#039;&#039; Some stations have all sensors in one unit, positioning of these is a compromise between the ideals below for each sensor.&lt;br /&gt;
&lt;br /&gt;
== Where should I position the wind sensors ==&lt;br /&gt;
The side labelled &#039;North&#039; on the wind vane mount should face &#039;&#039;True North&#039;&#039;, remember that the magnetic north deviation from true north varies from year to year, see details on maps or online. Most wind vanes have a large surface that follows the wind and a thin end that points where the wind comes from, it is the latter direction that is reported.&lt;br /&gt;
&lt;br /&gt;
In the UK, the standard climatological measuring height is 10 metres.  Advice varies on whether you should apply a correction factor for any lower height. Cumulus allows you to apply such a factor to either just wind speed, or wind speed and gust speed, by using the Calibration screen within the configuation menu.  In the Cumulus Help it recommends that you also adjust wind chill - in practice this means ask Cumulus to &#039;&#039;calculate wind chill&#039;&#039; by selecting this in the settings frame on the &#039;&#039;&#039;station settings screen accessed from configuration menu&#039;&#039;&#039; (i.e. ignore any wind chill output by your weather station).&lt;br /&gt;
&lt;br /&gt;
If you are mounting near a building of height &#039;h&#039; above ground level, ideally the wind sensor should be at a height of &#039;1.5 times h&#039; above ground level. &lt;br /&gt;
If you are positioning away from a building or tree (or other object) of height &#039;h&#039; (or the mean height of several objects is &#039;h&#039;), then the distance away depends on which standard you are trying to meet, and can vary between 1.5 and 3 times &#039;h&#039;.&lt;br /&gt;
&lt;br /&gt;
== Where should I position the rain sensor  ==&lt;br /&gt;
The WMO says the rain gauge should at a distance away of 2 times the height of each nearby object (buildings, trees, walls, solid fences etc.) and just high enough off ground level to avoid possibility of splashing. You can experiment, but for amateurs, no more than a metre off the ground (or roof if mounted above it) and at least a metre from any chimney, wall or solid fence whose height exceeds that of the sensor seems good enough for most gauges. &lt;br /&gt;
See [[Rain measurement]] or your local offical organisation.&lt;br /&gt;
&lt;br /&gt;
== How do I protect my rain gauge against spiders or other natural problems ==&lt;br /&gt;
There is a lot of discussion on the [http://sandaysoft.com/forum/viewforum.php?f=16 Homebuilt forum]. In terms of siting, it is important to position your rain gauge where you can safely get to it.&lt;br /&gt;
&lt;br /&gt;
== How do I get good temperature and humidity measurements  ==&lt;br /&gt;
The international standard states ambient air temperature/humidity is measured at 1.25 metres above ground level, above soil or grass not paving, protected from direct sun radiation (and direct rain), unless you are measuring soil or ground temperatures. The height is important for derived values as an air frost is defined as a temperature at or below the freezing point for water at this height, and the count of these is a standard reporting requirement in some countries.&lt;br /&gt;
&lt;br /&gt;
If you are using a &#039;&#039;Fine Offset sensor&#039;&#039;, the thin depth of the thermometer/hygrometer (transmitter) should face where your console (receiver) is, for maximum transmission strength/distance, with the wide face at right angles to the transmission route. (Although if you use a model requiring a radio time signal, you will probably be trying to optimise that instead).&lt;br /&gt;
&lt;br /&gt;
== Pressure ==&lt;br /&gt;
Varies with altitude and temperature, but no significant variation with spatial position with regard to nearby fixed bulky objects.  Often measured indoors, do not mount above any heating or cooling system as there temperature may be particularly variable, and try to avoid any forced ventilation or extraction as such air moving systems could have different pressures on intake and outlet sides.  Equally operation in close proximity to opening doors/windows or to fast moving (road or railway) vehicles or tunnels can distort readings.&lt;br /&gt;
&lt;br /&gt;
== Solar ==&lt;br /&gt;
One would expect solar sensors should be positioned for maximum unshaded exposure to sunlight throughout the year, but again the forum contains advice for specific makes.&lt;/div&gt;</summary>
		<author><name>Steve</name></author>
	</entry>
	<entry>
		<id>https://www.cumuluswiki.org/index.php?title=Supported_Devices&amp;diff=3951</id>
		<title>Supported Devices</title>
		<link rel="alternate" type="text/html" href="https://www.cumuluswiki.org/index.php?title=Supported_Devices&amp;diff=3951"/>
		<updated>2016-01-30T15:56:58Z</updated>

		<summary type="html">&lt;p&gt;Steve: /* Unsupported Devices */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Below is a list of devices which are confirmed to run with the [[Cumulus_Versions|current version]] of Cumulus.&lt;br /&gt;
&lt;br /&gt;
If you are running a different model, please take a moment to update the page.&lt;br /&gt;
&lt;br /&gt;
We also maintain a list of unsupported devices&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Supported Devices=&lt;br /&gt;
&lt;br /&gt;
==Davis Range==&lt;br /&gt;
&lt;br /&gt;
*Vantage Pro&lt;br /&gt;
*Vantage Pro 2&lt;br /&gt;
*Vantage Vue&lt;br /&gt;
&lt;br /&gt;
==Oregon Scientific==&lt;br /&gt;
&lt;br /&gt;
*WMR-928&lt;br /&gt;
*WMR-918&lt;br /&gt;
*WM-918&lt;br /&gt;
*WMR-968&lt;br /&gt;
*Equivalent rebadged Radio Shack stations (serial only)&lt;br /&gt;
*WMR-88, WMR-100, WMR-180, WMRS200 and WMR-200&lt;br /&gt;
&lt;br /&gt;
see [[Extra_temperatures]]&lt;br /&gt;
&lt;br /&gt;
==Fine Offset==&lt;br /&gt;
&lt;br /&gt;
(MyDEL, Nevada, Watson, Tycon Power, Fine Offset etc)&lt;br /&gt;
&lt;br /&gt;
Use the &amp;quot;Fine Offset (WH1080)&amp;quot; setting in Cumulus for these:&lt;br /&gt;
&lt;br /&gt;
*W8681&lt;br /&gt;
*WH1080&lt;br /&gt;
*WH1080PC&lt;br /&gt;
*WH1081&lt;br /&gt;
*WH1090&lt;br /&gt;
*WH1091&lt;br /&gt;
*National Geographic 265NC&lt;br /&gt;
*PCE-FWS 20&lt;br /&gt;
*ELECSA 6975&lt;br /&gt;
*ClimeMET CM2000&lt;br /&gt;
*Maplin N96FY/N96GY&lt;br /&gt;
*Ambient Weather WS-1080/WS-2080&lt;br /&gt;
*WeatherEye WEA22&lt;br /&gt;
*Jaycar Digitech XC0348 (AU/NZ)&lt;br /&gt;
*Tycon Power TP1080WC (USA)&lt;br /&gt;
&lt;br /&gt;
Use the &amp;quot;Fine Offset with UV/Light sensor&amp;quot; setting for these:&lt;br /&gt;
&lt;br /&gt;
*WH3080 and WH3081&lt;br /&gt;
*WS3080 and WS3081&lt;br /&gt;
*Other Fine Offset stations which have solar sensors (rather than just solar charging)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
There are many other brands of station which are rebadged Fine Offset stations. In general, if the station is supplied with &#039;Easyweather&#039; software, it is likely that the station will work with Cumulus.&lt;br /&gt;
&lt;br /&gt;
==La Crosse==&lt;br /&gt;
&lt;br /&gt;
*WS-2300 range (all model numbers of the form 23xx). Use of a USB/Serial adapter is not supported with these stations.&lt;br /&gt;
&lt;br /&gt;
Note that I don&#039;t have access to a La Crosse station, and the PC interface on these stations is very poor. If you find that you don&#039;t get very good results using Cumulus with one of these, I&#039;m afraid I probably won&#039;t be able to do anything about it.&lt;br /&gt;
&lt;br /&gt;
==Instromet==&lt;br /&gt;
Recent models of Instromet stations&lt;br /&gt;
&lt;br /&gt;
=Unsupported Devices=&lt;br /&gt;
&lt;br /&gt;
Specifically, the following do not work with Cumulus.  This is not a definitive list but stations we have come across which are not supported.&lt;br /&gt;
&lt;br /&gt;
*La Crosse WS3650 and WS2800 (all model numbers in range WS36xx and WS28xx)&lt;br /&gt;
*TFA-Sinus/TFA-Nexus/Honeywell/Irox/Cresta WXR-815LM/TE924W/TN924W etc &lt;br /&gt;
*AcuRite&lt;br /&gt;
*Peet Bros&lt;br /&gt;
*Rainwise&lt;br /&gt;
*Davis Weather Monitor&lt;br /&gt;
*Davis Weather Wizard&lt;br /&gt;
*Ambient WS-1000 and WS-1001 WIFI&lt;br /&gt;
*Oregon Scientific WMR89 and WMR300&lt;br /&gt;
*Tycon Power TP2700WC&lt;br /&gt;
*Oregon Scientific LW301&lt;br /&gt;
&lt;br /&gt;
== My station is unsupported - Can I use Cumulus? ==&lt;br /&gt;
If your station output can be changed into the [[EasyWeather_Format]], then Cumulus can offer most of its functionality by reading the last line of that file each time.&lt;/div&gt;</summary>
		<author><name>Steve</name></author>
	</entry>
	<entry>
		<id>https://www.cumuluswiki.org/index.php?title=Supported_Devices&amp;diff=3950</id>
		<title>Supported Devices</title>
		<link rel="alternate" type="text/html" href="https://www.cumuluswiki.org/index.php?title=Supported_Devices&amp;diff=3950"/>
		<updated>2016-01-30T15:56:30Z</updated>

		<summary type="html">&lt;p&gt;Steve: /* Unsupported Devices */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Below is a list of devices which are confirmed to run with the [[Cumulus_Versions|current version]] of Cumulus.&lt;br /&gt;
&lt;br /&gt;
If you are running a different model, please take a moment to update the page.&lt;br /&gt;
&lt;br /&gt;
We also maintain a list of unsupported devices&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Supported Devices=&lt;br /&gt;
&lt;br /&gt;
==Davis Range==&lt;br /&gt;
&lt;br /&gt;
*Vantage Pro&lt;br /&gt;
*Vantage Pro 2&lt;br /&gt;
*Vantage Vue&lt;br /&gt;
&lt;br /&gt;
==Oregon Scientific==&lt;br /&gt;
&lt;br /&gt;
*WMR-928&lt;br /&gt;
*WMR-918&lt;br /&gt;
*WM-918&lt;br /&gt;
*WMR-968&lt;br /&gt;
*Equivalent rebadged Radio Shack stations (serial only)&lt;br /&gt;
*WMR-88, WMR-100, WMR-180, WMRS200 and WMR-200&lt;br /&gt;
&lt;br /&gt;
see [[Extra_temperatures]]&lt;br /&gt;
&lt;br /&gt;
==Fine Offset==&lt;br /&gt;
&lt;br /&gt;
(MyDEL, Nevada, Watson, Tycon Power, Fine Offset etc)&lt;br /&gt;
&lt;br /&gt;
Use the &amp;quot;Fine Offset (WH1080)&amp;quot; setting in Cumulus for these:&lt;br /&gt;
&lt;br /&gt;
*W8681&lt;br /&gt;
*WH1080&lt;br /&gt;
*WH1080PC&lt;br /&gt;
*WH1081&lt;br /&gt;
*WH1090&lt;br /&gt;
*WH1091&lt;br /&gt;
*National Geographic 265NC&lt;br /&gt;
*PCE-FWS 20&lt;br /&gt;
*ELECSA 6975&lt;br /&gt;
*ClimeMET CM2000&lt;br /&gt;
*Maplin N96FY/N96GY&lt;br /&gt;
*Ambient Weather WS-1080/WS-2080&lt;br /&gt;
*WeatherEye WEA22&lt;br /&gt;
*Jaycar Digitech XC0348 (AU/NZ)&lt;br /&gt;
*Tycon Power TP1080WC (USA)&lt;br /&gt;
&lt;br /&gt;
Use the &amp;quot;Fine Offset with UV/Light sensor&amp;quot; setting for these:&lt;br /&gt;
&lt;br /&gt;
*WH3080 and WH3081&lt;br /&gt;
*WS3080 and WS3081&lt;br /&gt;
*Other Fine Offset stations which have solar sensors (rather than just solar charging)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
There are many other brands of station which are rebadged Fine Offset stations. In general, if the station is supplied with &#039;Easyweather&#039; software, it is likely that the station will work with Cumulus.&lt;br /&gt;
&lt;br /&gt;
==La Crosse==&lt;br /&gt;
&lt;br /&gt;
*WS-2300 range (all model numbers of the form 23xx). Use of a USB/Serial adapter is not supported with these stations.&lt;br /&gt;
&lt;br /&gt;
Note that I don&#039;t have access to a La Crosse station, and the PC interface on these stations is very poor. If you find that you don&#039;t get very good results using Cumulus with one of these, I&#039;m afraid I probably won&#039;t be able to do anything about it.&lt;br /&gt;
&lt;br /&gt;
==Instromet==&lt;br /&gt;
Recent models of Instromet stations&lt;br /&gt;
&lt;br /&gt;
=Unsupported Devices=&lt;br /&gt;
&lt;br /&gt;
Specifically, the following do not work with Cumulus.  This is not a definitive list but stations we have come across which are not supported.&lt;br /&gt;
&lt;br /&gt;
*La Crosse WS3650 and WS2800 (all model numbers in range WS36xx and WS28xx)&lt;br /&gt;
*TFA-Sinus/TFA-Nexus/Honeywell/Irox/Cresta WXR-815LM/TE924W/TN924W etc &lt;br /&gt;
*AcuRite&lt;br /&gt;
*Peet Bros&lt;br /&gt;
*Rainwise&lt;br /&gt;
*Davis Weather Monitor&lt;br /&gt;
*Davis Weather Wizard&lt;br /&gt;
*Ambient WS-1000 and WS-1001 WIFI&lt;br /&gt;
*Oregon Scientific WMR300&lt;br /&gt;
*Tycon Power TP2700WC&lt;br /&gt;
*Oregon Scientific LW301&lt;br /&gt;
&lt;br /&gt;
== My station is unsupported - Can I use Cumulus? ==&lt;br /&gt;
If your station output can be changed into the [[EasyWeather_Format]], then Cumulus can offer most of its functionality by reading the last line of that file each time.&lt;/div&gt;</summary>
		<author><name>Steve</name></author>
	</entry>
	<entry>
		<id>https://www.cumuluswiki.org/index.php?title=FAQ&amp;diff=3949</id>
		<title>FAQ</title>
		<link rel="alternate" type="text/html" href="https://www.cumuluswiki.org/index.php?title=FAQ&amp;diff=3949"/>
		<updated>2016-01-30T15:55:43Z</updated>

		<summary type="html">&lt;p&gt;Steve: /* What weather stations does Cumulus work with? */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is the Cumulus FAQ (consult also the Help screens within Cumulus software, and learn more from the rest of this Wiki)&lt;br /&gt;
&lt;br /&gt;
= Installing and Running Cumulus  =&lt;br /&gt;
&lt;br /&gt;
== What operating systems does Cumulus run on?  ==&lt;br /&gt;
&lt;br /&gt;
All versions of Windows from XP to Windows 10 inclusive (and the server versions). It works on 32 bit and 64 bit editions. 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.&lt;br /&gt;
&lt;br /&gt;
Cumulus MX runs on Windows from Windows 7 onwards, and on Linux and Mac OS X.&lt;br /&gt;
&lt;br /&gt;
== Where do I find the Cumulus installer? ==&lt;br /&gt;
&lt;br /&gt;
On the [http://sandaysoft.com/downloads downloads page]&lt;br /&gt;
&lt;br /&gt;
== What do I need to get right when first getting Cumulus? ==&lt;br /&gt;
The installation process for Cumulus displays &#039;&#039;&#039;readme.txt&#039;&#039;&#039;, that has many tips. See also [[Setup]]. Below are three key points.&lt;br /&gt;
# Install Cumulus in its own directory directly under a drive root.&lt;br /&gt;
# Connect your weather station before you start Cumulus&lt;br /&gt;
# When you first run Cumulus, it displays the &#039;&#039;&#039;Station settings&#039;&#039;&#039; screen. On this, make sure you pick the right sort of station (to ensure Cumulus communicates correctly with your weather station, and can identify all the observations) and choose your &#039;&#039;&#039;units&#039;&#039;&#039; wisely. (Changing units later means all stored Lowest and highest numbers up to that point have to be converted immediately manually).  See the &#039;&#039;&#039;Help&#039;&#039;&#039; for information about the rest of the screen, but generally you can easily adjust the other options later.&lt;br /&gt;
&lt;br /&gt;
== What weather stations does Cumulus work with?  ==&lt;br /&gt;
&lt;br /&gt;
*Davis Vantage Pro (VP), Vantage Pro2 (VP2), and Vue. &lt;br /&gt;
*Oregon Scientific WM918, WMR918, WMR928, WMR968, WMR88 (see [[FAQ#How do I set up recording wind speeds in Cumulus, with Oregon Scientific and La Crosse stations | this FAQ]]), WMR100, WMR180, WMR200. &lt;br /&gt;
*Fine Offset - USB-connected stations which use the Easyweather software such as MyDEL, Nevada, Watson and Fine Offset, with model numbers such as WH1080, WH1081, W8681, 265NC etc.&lt;br /&gt;
*La Crosse WS2300 range (see [[FAQ#How do I set up recording wind speeds in Cumulus, with Oregon Scientific and La Crosse stations | this FAQ]]). You may have problems with corrupt data if you use a WS23xx with a serial/USB adapter; this combination is therefore not supported.&lt;br /&gt;
&lt;br /&gt;
For a more complete list see the [[Supported Devices]] page.&lt;br /&gt;
&lt;br /&gt;
== Will you support a new weather station type?  ==&lt;br /&gt;
&lt;br /&gt;
It’s quite hard to support a particular weather station when I don’t have access to one. No weather station is perfect, and problems inevitably arise after the code is written, and I have to start adding more and more code to work around issues with the station. Also, most companies don’t seem to like third parties writing software for their stations, so don’t make the protocol available. I will only consider adding support for a station under a certain set of circumstances which would include &#039;&#039;at least&#039;&#039;: &lt;br /&gt;
&lt;br /&gt;
*A significant donation towards Cumulus development &lt;br /&gt;
*A well documented official protocol spec &lt;br /&gt;
*Loan or donation of a station &lt;br /&gt;
*Access to technical support from the station manufacturer&lt;br /&gt;
&lt;br /&gt;
Please contact me if you would like to discuss this further&lt;br /&gt;
&lt;br /&gt;
== How do I request a new feature for Cumulus? ==&lt;br /&gt;
&lt;br /&gt;
Please create an [http://sandaysoft.com/forum/tracker.php enhancement request].  &lt;br /&gt;
&lt;br /&gt;
== Why haven&#039;t you added the feature I asked for a long time ago? ==&lt;br /&gt;
&lt;br /&gt;
I develop and support Cumulus in my spare time, and I have a full time job. I invite donations, but I don&#039;t make a living from Cumulus. I add facilities when I can. There is a long list of  [http://sandaysoft.com/forum/tracker.php enhancement requests] already, and I am slowly working my way through them as time permits. If there is an enhancement request for the facility you have asked for, and the facility is a reasonable one (in my opinion) then I will hopefully get around to adding it one day. Please be patient. Please don&#039;t ask for a forecast of when a feature will be added.&lt;br /&gt;
&lt;br /&gt;
== How do I upgrade to a new release?  ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Just run the installer for the new version.&#039;&#039;&#039; Your data and settings are not affected, but it is still best if you back up your data (sub-folder &#039;data&#039;) and any settings files (e.g. cumulus.ini and strings.ini) before you run the installer. &lt;br /&gt;
&lt;br /&gt;
You can install the new version where you like, but the installer will offer the same place as the previous version as the default.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Occasionally, there may be actions you need to perform before or after the upgrade.&#039;&#039;   Required actions usually appear in the announcement of the version you are installing, and may be documented in the readme.txt file that will appear as you run the installer. Read such announcements for every release since your existing build in case any of the in-between changes affect you.&lt;br /&gt;
&lt;br /&gt;
These instructions apply whether you are updating by one build, skipping several builds, upgrading to/from a beta version, or installing the latest &#039;release&#039; version. &lt;br /&gt;
&lt;br /&gt;
The installer will always upgrade the following files (replacing them, ignoring existing versions):&lt;br /&gt;
# &amp;quot;cumulus.exe&amp;quot;; - the latest build&lt;br /&gt;
# &amp;quot;unins000.exe&amp;quot;;&lt;br /&gt;
# &amp;quot;libeay32.dll&amp;quot;;&lt;br /&gt;
# &amp;quot;ssleay32.dll&amp;quot;;&lt;br /&gt;
# &amp;quot;readme.txt&amp;quot;; - advice for you to follow at installation time&lt;br /&gt;
# &amp;quot;licence.txt&amp;quot;; - reminder about restrictions on use&lt;br /&gt;
# &amp;quot;alert.wav&amp;quot;; - default alarm sound&lt;br /&gt;
#  &amp;quot;web\originals\*.*&amp;quot;; - Cumulus will always install the HTML template files here&lt;br /&gt;
# &amp;quot;webfiles\*.*&amp;quot;; e.g. weatherstyle.css, wz_jsgraphics.js&lt;br /&gt;
# &amp;quot;webfiles\images\picture.jpg&amp;quot;;&lt;br /&gt;
# &amp;quot;Help\Cumulus.chm&amp;quot;; - the latest help including lists of log files and web tags&lt;br /&gt;
There may be extra files automatically upgraded by particular builds - see announcement.&lt;br /&gt;
&lt;br /&gt;
During the install, you will see a &#039;&#039;&#039;Select Components&#039;&#039;&#039; screen , if you tick the &#039;&#039;HTML templates&#039;&#039; (the default) it will also upgrade the HTML template files in the web folder.&lt;br /&gt;
&lt;br /&gt;
*So tick this option, if you have a standard Cumulus implementation and then you can be sure to upgrade the standard templates.&lt;br /&gt;
*Untick this option if you have  [[Customised_templates#Creating_Your_Own_Templates|customised the existing pages]],  so that if your customised versions  are in &amp;quot;web\*.*&amp;quot; they don&#039;t get overwritten. It is recommended that you store any customised pages in a directory outside the Cumulus folder, as you can specify up to 10 such files on the local side of the files tab in the Configuration menu Internet settings screen and (if you are not using standard files) untick &#039;&#039;Include Standard Files&#039;&#039; on the same screen. (100 such files can be specified in [[Cumulus.ini]]).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Changing to different weather station ==&lt;br /&gt;
&lt;br /&gt;
Just change the station type. If Cumulus doesn&#039;t start reading the data from the new station, stop Cumulus and start it again. Some of the rain figures may be odd for a while (e.g. rain in last 24 hours). It is as simple as that.&lt;br /&gt;
&lt;br /&gt;
In testing planned changes to Cumulus, I switch backwards and forwards between a Fine Offset and a WMR200 frequently, the only thing that happens is that the rain figures go wrong initially (because the two stations have different counters).&lt;br /&gt;
&lt;br /&gt;
== Moving Cumulus software to a new PC (or updating Windows Operating System) ==&lt;br /&gt;
&lt;br /&gt;
Cumulus will continue to work with your existing weather station and existing log files, providing&lt;br /&gt;
#Your Windows regional settings are the same (i.e. date format unchanged, same time zone, decimal point symbol unchanged, list separator character unchanged) - if there is a difference, the new installation cannot understand the old lines in the log files and will give an error when Cumulus is restarted.&lt;br /&gt;
#You may need to &#039;tweak&#039; a few things (serial port number etc) in [[cumulus.ini]].&lt;br /&gt;
#In the folder with cumulus.exe in it, copy across  &#039;cumulus.ini&#039;,  and if you have created a &#039;strings.ini&#039; that file must be copied across too.&lt;br /&gt;
#The Cumulus &#039;data&#039; sub-folder has been copied across.&lt;br /&gt;
#Obviously if you use customised web pages, then you need the corresponding templates in the new installation.&lt;br /&gt;
#Any other customised files (images and/or a twitter.txt file, for example), you may want to copy those over too.&lt;br /&gt;
&lt;br /&gt;
== Can I view my Cumulus data on another device? ==&lt;br /&gt;
&lt;br /&gt;
# If Cumulus uploads your weather information to an online web site, you can view that on another device.&lt;br /&gt;
# Software like &#039;Remote Desktop&#039; can be used to view the computer that is running Cumulus - see many postings on the Support Forum.&lt;br /&gt;
# A back-up as described in the next answer can be viewed in Cumulus installed on another PC (see point about Windows regional settings in previous question) to look at past extremes or graphs; although obviously that additional installation will not be able to add further observations from the weather station connected to the original PC.&lt;br /&gt;
# If your web site is on your local network, but not online, your device may be able to view it directly or view a back-up of how it was in the past.&lt;br /&gt;
&lt;br /&gt;
== How do I back up my data?  ==&lt;br /&gt;
&lt;br /&gt;
*Copy the contents of the Cumulus ‘data’ sub-folder on a regular basis to a different storage device.  Then if you have any problem with the original storage device, or corruption of files, you can minimise the loss of logged observations. To restore from the backup, just copy the saved data folder back into your Cumulus installation, with Cumulus stopped.&lt;br /&gt;
*It can be useful to take copies of the Cumulus &#039;backup&#039; sub-folder on key dates (e.g. just after change of month or year), or if you think you might have some rogue figures.  The &#039;.ini&#039; files in the backup sub-folder contain past extreme values that you might want to look up.&lt;br /&gt;
*You should also back up, at least once, your cumulus.ini file in the main Cumulus folder.  This contains all the key settings and you need a record of those!&lt;br /&gt;
&lt;br /&gt;
== Moving Cumulus software to a different location on your PC? ==&lt;br /&gt;
&lt;br /&gt;
This article in the wiki gives more details above moving Cumulus: [[Moving cumulus]]&lt;br /&gt;
&lt;br /&gt;
== What are the formats of the Cumulus data files?  ==&lt;br /&gt;
&lt;br /&gt;
These are detailed in the [[:Category:Log Files|Log Files]] section of this Wiki and also in the Cumulus help file, in the section “Data log file format”&lt;br /&gt;
&lt;br /&gt;
== Can I import logged information from before I installed Cumulus? ==&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;Configuration&#039;&#039;&#039; menu, &#039;&#039;Station&#039;&#039; setting screen (near bottom) has option to enter there the &#039;&#039;rainfall total&#039;&#039; for the bit of the year (starting month can be selected here too) until when you first start using Cumulus.  See the Cumulus &#039;&#039;&#039;Help&#039;&#039;&#039; for this screen for further details.&lt;br /&gt;
&lt;br /&gt;
Yes is the answer for other weather information, providing you can manipulate the information you have into either (preferably) the format used by the [[Monthly_log_files#Importing_pre-Cumulus_data]] or (second best) [[Dayfile.txt]]. Look up those cross-references in this Wiki (or the Cumulus &#039;&#039;&#039;Help&#039;&#039;&#039;) for further information on required formats.  The support forum includes a few threads related to this topic, and if you post there then people who have already imported from particular systems may offer their services to import your past observations.&lt;br /&gt;
&lt;br /&gt;
A converter for Weather Display log files is available from this thread in the forum: http://sandaysoft.com/forum/viewtopic.php?f=4&amp;amp;t=10118&lt;br /&gt;
&lt;br /&gt;
A converter for WeatherLink log files is available from this thread in the forum: http://sandaysoft.com/forum/viewtopic.php?f=6&amp;amp;t=11349&lt;br /&gt;
&lt;br /&gt;
== I was away on the last day of last month/year - How do I see the final lowest and highest figures for last month/year? ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;View&#039;&#039;&#039; menu, &#039;&#039;This month&#039;&#039; or &#039;&#039;This year&#039;&#039; screens show some figures for any month or year selected by you, but do not show all the figures shown on a standard web page or as shown on the &#039;&#039;Highs and Lows&#039;&#039; screen for the current month/year.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;View&#039;&#039;&#039; menu, &#039;&#039;Highs and Lows - This month (or This year)&#039;&#039; (or &#039;&#039;thismonth.htm&#039;&#039; or &#039;&#039;thisyear.htm&#039;&#039; web page) only shows the lowest and highest values for the current calendar month (or current year). This answer describes a way to see the same information for the month (or year) that fairly recently ended.  It is valid only until build 1088 (from 5 March 2014 build 1089 &#039;Delay writing of end of day backup files until the first log entry is written&#039; means the stored &#039;&#039;month.ini&#039;&#039; relates to the &#039;&#039;initial&#039;&#039; entries for the start of the new month). From version 1.9.3 build 1041, Cumulus creates a daily backup of the log files. &lt;br /&gt;
*Look in the &#039;&#039;backup\daily&#039;&#039; subfolder within your Cumulus installation. &lt;br /&gt;
*These daily backups will be created if Cumulus was left running during the period of interest, or stopped before that period and since restarted. &lt;br /&gt;
*Normally about 10 such back ups are available, each folder has a name based on the timestamp and contains the 6 [[:Category:Log_Files|xxxx.ini files]], the current [[Monthly_log_files|monthly standard data log]]/[[Extra_Sensor_Files|monthly extra data log]], and the most recent update of [[dayfile.txt|daily summary log]].&lt;br /&gt;
&lt;br /&gt;
Open as a text file [[month.ini]] in the folder whose name is bearing the timestamp after your final rollover, for Cumulus builds 1041 to 1088 the final lowest and highest for each observation in the month will be listed.&lt;br /&gt;
&lt;br /&gt;
In a similar manner if you miss the last day of the year, for Cumulus builds 1041 to 1088 see the final &#039;this year&#039; figures for last year by opening [[year.ini]] from the appropriate backup.&lt;br /&gt;
&lt;br /&gt;
== What do the various wind speeds in Cumulus correspond to, with Davis stations?  ==&lt;br /&gt;
&lt;br /&gt;
Davis station firmware supplies two windspeeds, a 3-second average and a 10-minute average (later versions of the firmware also supply a 2-minute average, Cumulus currently doesn&#039;t use this).  &lt;br /&gt;
* The latest Davis 3-second average is treated by Cumulus as &#039;Latest&#039; (available via &amp;lt;#wlatest&amp;gt;)&lt;br /&gt;
* The highest of the station&#039;s 3-second readings over the previous 10 (configurable by adding &#039;&#039;AvgSpeedMinutes=N&#039;&#039; in [[Cumulus.ini#Section:_Station]] where &#039;N&#039; is number of) minutes becomes the Cumulus &#039;Gust (available via &amp;lt;#wgust&amp;gt;). Note that the WMO definition of a wind gust is the mean wind speed over a 2 to 3 second sample period (not the maximum instantaneous wind speed).&lt;br /&gt;
* The Davis 10-minute average is the Cumulus &#039;Average&#039; (available via &amp;lt;#wspeed&amp;gt;).&lt;br /&gt;
Note that if you sample these readings at shorter (real time) intervals it is possible for Cumulus &#039;Latest&#039; to be lower than Cumulus &#039;Average&#039; because approximately half of the 3-second wind speeds will be higher and half of them lower than the 10-minute average. &lt;br /&gt;
If the Cumulus figure seems lower than the Davis figure see [[#My_Davis_station_shows_a_higher_maximum_wind_speed_than_Cumulus]].&lt;br /&gt;
&lt;br /&gt;
Davis station loggers record a single spot (not any average) wind speed, so if you restart Cumulus and the software attempts to catch up from the station logger there may be only one or two values to include in the Cumulus average (over 10 or whatever) minutes calculation.&lt;br /&gt;
&lt;br /&gt;
== What do the various wind speeds in Cumulus correspond to, with Fine Offset stations?  ==&lt;br /&gt;
&lt;br /&gt;
Fine Offset sensors measure wind over 48-second intervals, divided into 24 2-second intervals. At the end of each 48-second period, they transmit the highest of those 24 values as &#039;Gust&#039;, and the average of those 24 values as &#039;Wind&#039;. The console keeps &#039;&#039;&#039;overwriting&#039;&#039;&#039; the newly received &#039;Gust&#039; and &#039;Wind&#039; values to the same area of console memory every 48 seconds, until the station logging interval time is reached, then it moves on to the next memory location, leaving the last values it wrote in the previous console memory location.  &lt;br /&gt;
*If Cumulus is not running all the time, on restart it works through the console memory locations and extracts the Fine Offset Wind and Gust in each memory location, i.e. at the station logging interval. &lt;br /&gt;
*While Cumulus is running, it reads the current wind speeds (and direction) every 10 seconds. There are new values only every 48 seconds (i.e. every fourth or fifth read)&lt;br /&gt;
&lt;br /&gt;
Cumulus, for various reasons, uses different terminology, and also has configuration settings which control how some of the wind values are displayed.&lt;br /&gt;
* The Fine Offset console &#039;Gust&#039; value becomes Cumulus &#039;Latest&#039;. &lt;br /&gt;
* The highest of the Fine Offset &#039;Gust&#039; values over the previous 10 minutes becomes Cumulus &#039;Gust&#039;.  Note that the WMO definition of a wind gust is the mean wind speed over a 2 to 3 second sample period (not the maximum instantaneous wind speed).&lt;br /&gt;
* Cumulus &#039;Average&#039;  can be calculated in 3 different ways:&lt;br /&gt;
** The default: If &#039;Calculate 10-min wind average&#039; is not selected on the Station Settings screen, the console &#039;Wind&#039; value is used.&lt;br /&gt;
** If &#039;Calculate 10-min wind average&#039; is selected, then by default the average of the Fine Offset &#039;Gust&#039; values read over the previous N (configurable, defaults to 10) minutes is used.&lt;br /&gt;
** If &#039;Calculate 10-min wind average&#039; and &#039;Use speed for avg calculation&#039; are both selected, the average of the Fine Offset &#039;Wind&#039; values read over the previous N (configurable, defaults to 10) minutes is used.&lt;br /&gt;
&lt;br /&gt;
Select value for &#039;N&#039; using &#039;&#039;AvgSpeedMinutes=N&#039;&#039; in [[Cumulus.ini#Section:_Station]].&lt;br /&gt;
&lt;br /&gt;
Note that Fine Offset Consoles can display a &#039;MAX&#039; figure, this is highest recorded since it was last reset (on touchscreen models multiple touches of the displayed speed will cause maximum speed, or gust, to be shown, and when a max value is displayed continuing to hold touching that value for 3 seconds will reset max to current value).  Cumulus maintains its own various extremes for different periods (e.g High wind and high gust for yesterday on its main screen) calculated from all values read by Cumulus in that period.&lt;br /&gt;
&lt;br /&gt;
== How do I set up recording wind speeds in Cumulus, with Oregon Scientific and La Crosse stations  ==&lt;br /&gt;
&lt;br /&gt;
La Crosse and some Oregon Scientific weather stations only output a single wind speed.  To allow Cumulus to calculate &#039;gust&#039; and &#039;wind speed&#039; with different values, select the &#039;&#039;&#039;Station&#039;&#039;&#039; dialogue from the &#039;&#039;Configuration&#039;&#039; menu and set &#039;&#039;Calculate 10 min wind average&#039;&#039; in the &#039;Settings&#039; frame, so in [[cumulus.ini]] this will produce the parameter &#039;Wind10MinAverage=1 when cumulus is next stopped.&lt;br /&gt;
* The station&#039;s &#039;Wind&#039; value will then display as Cumulus &#039;Latest&#039;.&lt;br /&gt;
* A 10 (configurable by adding &#039;&#039;AvgSpeedMinutes=N&#039;&#039; in [[Cumulus.ini#Section:_Station]] where &#039;N&#039; is number of) minutes average of the station&#039;s &#039;Wind&#039; value will then display as Cumulus &#039;Average&#039;.&lt;br /&gt;
* The highest of the station&#039;s &#039;Wind&#039; value in a 10 minute period will then display as Cumulus &#039;Gust&#039;.  Note that the WMO definition of a wind gust is the mean wind speed over a 2 to 3 second sample period (not the maximum instantaneous wind speed).&lt;br /&gt;
&lt;br /&gt;
See &#039;&#039;LCMaxWind=X&#039;&#039; parameter in [[Cumulus.ini#La_Crosse_specific:]] where X is the maximum (uncalibrated) wind speed in m/s that you want to allow.&lt;br /&gt;
&lt;br /&gt;
== How do I make Cumulus run automatically when Windows starts?  ==&lt;br /&gt;
&lt;br /&gt;
There is no option in Cumulus to set this up automatically as I prefer to leave it under the control of the user: The safest and most reliable method is simply to put a shortcut in your Startup folder. If you are running Vista or Windows 7, or later versions of Windows, you may find that Cumulus gets blocked by UAC if you try to run it from the Startup folder, in which case it is recommended that you use Task Scheduler instead. See here for a good description of how to do this - http://blogs.techrepublic.com/window-on-windows/?p=616&lt;br /&gt;
&lt;br /&gt;
== How does Cumulus handle Daylight Saving Time?  ==&lt;br /&gt;
&lt;br /&gt;
As far as the timestamps in the extreme logs, monthly log, and the graphs, are concerned; Cumulus doesn&#039;t do anything in particular for DST. &lt;br /&gt;
*It generates timestamps based on the Windows clock. &lt;br /&gt;
**So basically, at the start of DST (i.e. when the clocks &#039;go forward&#039; for the summer) you will get an apparent gap of one hour in your data logs and on graphs.&lt;br /&gt;
**Similarly at the end of DST (i.e. when the clocks &#039;go back&#039; for the winter) you will get an apparent hour of duplicate timestamps in your logs and graphs. &lt;br /&gt;
*You will tend to get better results if you leave Cumulus running during the clock change, because if it is stopped you may lose data,&lt;br /&gt;
**the exact timing of the affected hours depends on the type of station and the times when Cumulus was running/stopped.&lt;br /&gt;
&lt;br /&gt;
=== ... How do Davis stations handle Daylight Saving Time? ===&lt;br /&gt;
&lt;br /&gt;
Note that there seems to be an issue with Davis stations, either in the console/logger, or in the Davis DLL which Cumulus uses. &lt;br /&gt;
*If you don&#039;t have Cumulus running when DST ends (autumn), then when you start Cumulus up again, it doesn&#039;t receive all of the logger data it needs to catch up to the &#039;&#039;present time&#039;&#039; - the previous hour or so is missing. &lt;br /&gt;
*So with Davis stations, I strongly recommend that you leave Cumulus running at the end of DST, if at all possible.&lt;br /&gt;
&lt;br /&gt;
=== ... How do Fine Offset stations handle Daylight Saving Time? ===&lt;br /&gt;
&lt;br /&gt;
*For Fine Offset stations if you don&#039;t have Cumulus running when DST ends in autumn, then when you start Cumulus up again, the catch up &#039;&#039;misses off the first hour after the time Cumulus was stopped&#039;&#039; (unless you have adjusted the time in [[today.ini]] by subtracting one hour for end of DST while Cumulus was stopped).  &lt;br /&gt;
**This is because the console memory does not time-stamp the data blocks and Cumulus does not remember the console data block used just before shutdown, (after all depending on how long Cumulus has been stopped and the station logging interval, the old memory location could be overwritten by now), but each memory location does contains minutes elapsed since previous memory location used.&lt;br /&gt;
**On restart Cumulus just tries to read the appropriate number of hours worth of observations back from the block now marked as latest.  &lt;br /&gt;
**For example if it was stopped at 2200 DST and restarted at 0600 standard time, Cumulus catches up with the last 8 hours worth of stored measurements as if going back to 2200 standard time, that means it retrieves back to 2300 DST and has forever lost the period 2200 to 2300 DST.  &lt;br /&gt;
*So with Fine Offset stations, I strongly recommend that you leave Cumulus running at the end of DST, if at all possible.&lt;br /&gt;
*At the start of DST in spring, the catch up will &#039;&#039;duplicate the last hour that Cumulus was previously operating&#039;&#039; (unless you have added one hour to the standard time stored in [[today.ini]] for start of DST while Cumulus was stopped). &lt;br /&gt;
**e.g. Stopping from 2200 standard time to 0600 DST the catch up goes back to 2200 DST or 2100 standard time.&lt;br /&gt;
**Some calculated measurements like average temperature, cooling degree days, and the like will be slightly out, but no measurement is actually lost.&lt;br /&gt;
&lt;br /&gt;
== What formula does Cumulus use for Dew Point?  ==&lt;br /&gt;
dewpoint := tempinC + ((0.13 * tempinC) + 13.6) * Ln(humidity / 100)&lt;br /&gt;
&lt;br /&gt;
== What formula does Cumulus use for Apparent Temperature?  ==&lt;br /&gt;
It uses a formula from the Australian BOM - http://www.bom.gov.au/info/thermal_stress/#atapproximation&lt;br /&gt;
&lt;br /&gt;
Note that the version used is the one that doesn&#039;t take into account solar radiation.&lt;br /&gt;
&lt;br /&gt;
== How does Cumulus know the height of the cloud base?  ==&lt;br /&gt;
&lt;br /&gt;
It doesn&#039;t. It uses a calculation which gives the theoretical height above ground level at which Cumulus clouds might form, based on the current temperature and dew point. It assumes that the difference between temperature and dew point decreases by about 4.4 degrees Fahrenheit per 1000 feet increase in altitude. When the two values coincide, the air is saturated (relative humidity = 100%) and Cumulus clouds may form. &lt;br /&gt;
&lt;br /&gt;
== How is my rain rate calculated?  ==&lt;br /&gt;
&lt;br /&gt;
For stations which supply a rain rate, Cumulus uses that. For stations which don&#039;t supply a rain rate (e.g. Fine Offset and La Crosse), Cumulus simply takes the rain total from the last five minutes and calculates a rate based on that; e.g. a single tip of 0.3mm in 5 minutes is a rate of 3.6mm/hr. When data from the station&#039;s logger is used, a similar calculation is performed, but the interval used is the logger interval rather than five minutes.&lt;br /&gt;
&lt;br /&gt;
== Where does Cumulus get its this month and this year rainfall totals from?  ==&lt;br /&gt;
&lt;br /&gt;
* Each time Cumulus reads records from the weather station it applies any change to the &#039;total rain count&#039; against today&#039;s total in its memory.&lt;br /&gt;
* The today&#039;s total so far at each reading time is also added to the &#039;recent tag&#039; array allowing total values for the day-so-far at one minute intervals for up to a week ago to be added as web tags to a web template. &lt;br /&gt;
* The rainfall totals, are initialised when Cumulus is (re-)started by adding up the corresponding daily totals in dayfile.txt and storing those sums in memory. Two of the totals can be seen using default settings on &#039;&#039;&#039;View&#039;&#039;&#039; menu, &#039;&#039;This month&#039;&#039; screen for this month, &#039;&#039;This year&#039;&#039; screen for this calendar year, but the third total for the rain season (you can change starting month) is seen on the &#039;&#039;main&#039;&#039; Cumulus screen.&lt;br /&gt;
* The rainfall totals shown on the &#039;&#039;This period&#039;&#039;, &#039;&#039;This month&#039;&#039;, and &#039;&#039;This year&#039;&#039; screens within the &#039;&#039;&#039;View&#039;&#039;&#039; menu are generated by adding up the daily rainfall totals found in [[dayfile.txt]] for the selected period. So any rainfall for the current (meteorological) day is excluded as the latest dayfile.txt row is for yesterday. Totals are recalculated when you press the &#039;&#039;Update display&#039;&#039; button. Important note: The view menu &#039;This year&#039; screen always calculates the total for a selected calendar year starting in January.&lt;br /&gt;
* The rain figures that Cumulus uses for displaying in &#039;This month&#039; and &#039;This year&#039; on the Cumulus &#039;&#039;main screen&#039;&#039; are updated each time Cumulus receives a rain reading from the station, so will not be displayed if Cumulus is unable to read rain information from your station.&lt;br /&gt;
* For the web tags, Cumulus takes its stored sums and adds today&#039;s latest total each time, to give the current totals for this month and this rain season (year so far) when processing &#039;thismonthT.htm&#039; and &#039;thisyearT.htm&#039; web templates.&lt;br /&gt;
**Important, for the &amp;lt;#ryear&amp;gt; web tag, and for the &#039;This year&#039; display on the &#039;&#039;main&#039;&#039; Cumulus screen, the processing reads the &#039;&#039;dayfile.txt&#039;&#039; for the rainfall season starting with the month set on the station settings screen and stored as the value for attribute &#039;&#039;RainSeasonStart&#039;&#039; in [[Cumulus.ini#Section:_Station]] (its default is January).  &lt;br /&gt;
**If you have set a &#039;year to date&#039; value and Cumulus is being re-started when the year specified beside that figure matches the current year, your year-to-date amount is also added into this year&#039;s total. This should normally only be relevant in your first rain season of operating Cumulus, but could be used if in any season you needed to add an extra amount because for some reason you had a gap in your recording period.&lt;br /&gt;
**There is no corresponding setting for calculating the total for the first &#039;this month&#039; of Cumulus operation.&lt;br /&gt;
*Note that you need to stop and then restart Cumulus to update these initial values that are stored in memory and get any corrections you made to rogue values in the daily summary log (or year-to-date) reflected on the main Cumulus screen and in web tags.&lt;br /&gt;
&lt;br /&gt;
The built-in dayfile.txt editor is used if it is necessary to amend the daily totals (to correct any monthly, rain season, or calendar year, totals); the built-in all-time (or monthly records) editor(s) in Cumulus is used if it is necessary to regenerate the extreme records from dayfile.txt; see [[#My_station_invented_some_rain_that_didn.27t_really_occur.2C_and_I_want_to_set_it_to_zero_.28or_some_other_figure.29 |FAQ about correcting incorrect rainfall displays]].&lt;br /&gt;
&lt;br /&gt;
== How do I reset all my data to start again from scratch?  ==&lt;br /&gt;
&lt;br /&gt;
Stop Cumulus and delete all of the files in the data folder. You may also want to edit the &#039;StartDate=&#039; line in [[cumulus.ini]] to set the date for the start of your data, if you are starting again on a different date.&lt;br /&gt;
&lt;br /&gt;
== How do I localise Cumulus to my own language? ==&lt;br /&gt;
&lt;br /&gt;
Cumulus does not directly support languages other than English. It was never intended for use in other languages, and it is not possible to add support for this now. However, the text used for:&lt;br /&gt;
*Forecasting&lt;br /&gt;
*Moonphases&lt;br /&gt;
*Beaufort Scale&lt;br /&gt;
*Trend descriptions&lt;br /&gt;
*Compass points&lt;br /&gt;
*Graph titles&lt;br /&gt;
*Extra sensor channels&lt;br /&gt;
can all be customised by using the [[strings.ini]] file. This facility may be extended to allow other items to be translated, but it is very unlikely that there will ever be a fully multi-language version of Cumulus in its current form.&lt;br /&gt;
&lt;br /&gt;
This wiki page [[:Category:Other_Languages|Other Languages]] has some old information about customising the standard web pages and see the downloads page as several third-party alternative web pages include some language translation modules.&lt;br /&gt;
&lt;br /&gt;
== Can I connect/disconnect my weather station while Cumulus is running? ==&lt;br /&gt;
No. You must make sure your weather station is connected to your PC and switched on, before running Cumulus. Do not disconnect your station while Cumulus is running.&lt;br /&gt;
&lt;br /&gt;
== How does Cumulus deal with extra sensors? ==&lt;br /&gt;
&lt;br /&gt;
By default, Cumulus deals with weather stations incorporating solar sensors, if you have selected the relevant station &#039;Type&#039; or &#039;Display solar/extra data&#039; in configuration, but it has some capability to deal with extra sensors added including the Blake-Larsen Sun Recorder.&lt;br /&gt;
Cumulus has the ability to input, log, and display Current Values/Outputs from the [[Rain_measurement#Optical_Rain_Gauges|Hydreon Optical Rain Sensor - Model RG-11]] and from either Oregon Scientific or Davis [[Extra_Sensor_Files|extra sensors]]. Only today&#039;s and yesterday&#039;s total rainfall from a Hydreon sensor are available in [[today.ini]] and [[yesterday.ini]] respectively. For some Oregon Scientific models, the temperature from an extra sensor can replace the temperature from the main sensor for processing by Cumulus, but all extra sensor values are stored in a series of [[Extra_Sensor_Files| monthly log]] files. No other processing is performed for Davis extra sensors, but past values are retained in a series of [[Extra_Sensor_Files| monthly log]] files.  The file [[strings.ini]] is used to customise the description associated with extra sensors.&lt;br /&gt;
&lt;br /&gt;
== What is this &amp;quot;Solar Max&amp;quot; value which Cumulus is displaying? ==&lt;br /&gt;
&lt;br /&gt;
It&#039;s the current theoretical maximum solar radiation value at the current date and time at your location. It is calculated using the Ryan-Stolzenbach formula, and uses the &#039;transmission factor&#039; configurable in the station settings to allow for the effect of transmission through the atmosphere. The figure is not particularly useful in itself; it is used if you have a solar sensor, to compare with the current solar radiation reading, in an attempt to determine whether the sun is currently shining or not.&lt;br /&gt;
&lt;br /&gt;
== My Fine Offset console says the memory is nearly full - how do I clear it? ==&lt;br /&gt;
&lt;br /&gt;
You don&#039;t need to, and it&#039;s much safer if you don&#039;t; clearing the memory could lead to a loss of data. The memory indicator on the console has no effect on the logging of data; the console will automatically start re-using the oldest memory locations. As long as you are running Cumulus (at least occasionally), Cumulus will have downloaded the data it needs from the console, so the console is free to overwrite the oldest data when it needs to.&lt;br /&gt;
&lt;br /&gt;
== How do I get my Davis station with USB working with Cumulus? ==&lt;br /&gt;
&lt;br /&gt;
Cumulus cannot drive the station in USB mode, you must install &#039;virtual serial port&#039; drivers, and configure Cumulus to use the virtual serial port. Make sure you have the station connected to the PC during the following operations.&lt;br /&gt;
&lt;br /&gt;
You should first make sure that you can use the station with Weatherlink, in serial mode. If you have not already installed the Weatherlink software, install the version which came with your weather station. You should then upgrade to the latest version of Weatherlink; you can download the update from the Davis web site,  [http://www.davisnet.com/support/weather/downloads/software_sftwr.asp here].&lt;br /&gt;
&lt;br /&gt;
You now need to install the &#039;CP210X USB to Serial Converter&#039;. You may find a link on your Start menu under &#039;Weatherlink&#039;. Alternatively, you should find it in the folder where Weatherlink was installed, under &#039;Support&#039; then &#039;Utilities&#039;. Davis also make version 2 of this utility available on their web site, [http://www.davisnet.com/support/weather/downloads/software_driver.asp here], and you may find that this version will work for you if the installed version does not. It should be clear from the messages output by the utility that it has successfully switched the logger to serial mode. &lt;br /&gt;
&lt;br /&gt;
It&#039;s a good idea to then update the driver to the latest version from the Silicon Labs web site, particularly if you use Windows 7 or later. You can download it [http://www.silabs.com/products/mcu/pages/usbtouartbridgevcpdrivers.aspx here] - click on &#039;VCP driver kit&#039; under &#039;Download for Windows XP/Server 2003/Vista/7...&#039; to begin the download. Run the executable once it&#039;s downloaded.&lt;br /&gt;
&lt;br /&gt;
At this point, it&#039;s best to restart your computer.&lt;br /&gt;
&lt;br /&gt;
You should now run Weatherlink, and attempt to connect to the weather station &#039;&#039;&#039;in serial mode&#039;&#039;&#039;. Weatherlink should find the appropriate COM port number automatically. If not, you can find it under &#039;Ports (COM &amp;amp; LPT)&#039; in the Windows device manager. Look for the port called &#039;USB Serial Port (COMn)&#039;, where &#039;n&#039; is a number. That&#039;s the number of the port you need to use in Weatherlink. If you cannot get Weatherlink to work using this virtual COM port, it is unlikely that you will be able to get Cumulus to work either, so either contact Davis support, explaining that you are trying to use the virtual serial port drivers because you want to run third-party software, or ask in the Cumulus forum, someone may be able to advise.&lt;br /&gt;
&lt;br /&gt;
Once you have Weatherlink connected and working via the virtual serial port, &#039;&#039;&#039;close it down&#039;&#039;&#039;, and start Cumulus.&lt;br /&gt;
&lt;br /&gt;
In the station settings in Cumulus, select the appropriate station type for your station; under &#039;VP Type&#039; select &#039;&#039;&#039;Serial&#039;&#039;&#039;; in the serial port section enter the COM port number that you found earlier. You may need to restart Cumulus at this point. It will then start displaying live data. Note that the it deliberately does not download any historical logger data from before the current point in time. When you run it subsequently, it will download logger data to catch up if necessary from when you last ran it, but never from earlier than when you first ran it.&lt;br /&gt;
&lt;br /&gt;
If you still having difficulty, the Davis Weatherlink manual offers this advice, which may be useful:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Included with the WeatherLink software is a utility that allows you to convert a USB data logger from a direct USB data logger back to a USB data logger that emulates the serial port. To use&lt;br /&gt;
this utility, select Convert USB to Virtual Serial in your WeatherLink program group on the Start menu of your computer (Start&amp;gt;AllPrograms&amp;gt;WeatherLink&amp;gt;Convert USB to Virtual Serial) and run the utility to convert your data logger. Please contact Davis Technical Support (“Contacting Davis Technical Support” on page 26) for more information.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== Why does Cumulus do some things the way it does, when there are better ways? ==&lt;br /&gt;
&lt;br /&gt;
Cumulus was originally something I &#039;knocked together&#039; quickly when I got my first weather station, simply because I couldn&#039;t find any other software anywhere which I was prepared to use. No &#039;design&#039; went into it, it was really just a prototype. Some of the things I did were just quick &#039;hacks&#039; that I intended to fix when I did it &#039;properly&#039;. But I never got around to going back and doing it &#039;properly&#039;, and it was never my intention that anyone else would use it. But I was persuaded to make it available for others, and then to add more and more enhancements. &lt;br /&gt;
&lt;br /&gt;
The fact that it works with several different types of weather station means that much of it is a compromise; it doesn&#039;t use certain features of the weather station which it could use if it were dedicated to that type of weather station. For example, it typically does not use any high/low data that the station might store internally. Instead, it maintains its own high/low data from individual readings. There are a number of reasons for this; the fact that Cumulus supports an 0900-0900 day, and the weather station does not, and the fact that typically Cumulus maintains far more high/low values than the station does, and these need to be self-consistent. &lt;br /&gt;
&lt;br /&gt;
So yes, I am aware that some of things that Cumulus does may seem strange, but it is simply not possible for me to start again from scratch, knowing what I know now. And it is not possible for me to effectively produce separate versions of Cumulus specifically for each type of weather station. If you don&#039;t like the way Cumulus does certain things, do what I did and write your own software!&lt;br /&gt;
&lt;br /&gt;
== Can I run 2 copies of Cumulus? ==&lt;br /&gt;
&lt;br /&gt;
3 options:&lt;br /&gt;
*You can install Cumulus on more than one PC, but each copy must connect directly to its own weather station (one station connected per PC).&lt;br /&gt;
*You can install 2 copies of Cumulus in different paths on a single PC, &#039;&#039;if you have two weather stations&#039;&#039; and Cumulus is able to distinguish between them, e.g. they are from different manufacturers, or both are serial port stations (different ports), or one is USB and one is serial, or one is a Weatherlink IP. In other words the  combination that does not work on a single PC is two USB stations from the same manufacturer. Note that Davis stations with USB loggers are serial port stations as far as Cumulus is concerned, so there are no problems using multiple copies of Cumulus with multiple Davis stations on the same PC.&lt;br /&gt;
*It is possible to back up the Cumulus files from one installation running off a weather station, and briefly have another reduced functionality copy just looking at historic data without ever any updating (the second Cumulus is set up as if reading from an EasyWeather.dat file, but not given a path/file name) - see [[Cumulus.ini#Introduced_for_problems_with_Fine_Offset_family:|Easyweather.dat section here]].&lt;br /&gt;
&lt;br /&gt;
= Troubleshooting  =&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Please note, these answers are written for Cumulus 1.x.y; the support forum is where Cumulus MX problems are discussed, together with how screens and files are different for the beta development.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== My &#039;Error&#039; light is flashing  ==&lt;br /&gt;
&lt;br /&gt;
Click on it, and a window will open describing the error. It may just be a temporary ftp problem. If you want to stop ftp errors being reported in this way, you can turn them off in the display settings (&amp;quot;Show FTP errors on error log window&amp;quot;).&lt;br /&gt;
&lt;br /&gt;
== My ‘new record’ light has stopped flashing  ==&lt;br /&gt;
&lt;br /&gt;
It is the normal situation that the light does not flash. The ‘new record’ light only flashes when an all-time record has been broken. It stops flashing if you click on it or restart Cumulus, until another all-time record is broken. When you first start using Cumulus, inevitably the light will flash a lot, even if you cancel it, as you will be breaking records constantly. After a while, it will &#039;settle down&#039; and not flash so often.&lt;br /&gt;
&lt;br /&gt;
== I installed a new version and my web page templates got over-written  ==&lt;br /&gt;
&lt;br /&gt;
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, place them in a different folder and use the ‘extra files’ facility. From version 1.8.9, the installer offers the option of not over-writing the web templates; it unconditionally also installs them to a sub-folder of the web folder called &#039;originals&#039;, so you can refer to them if required, even if you chose not to over-write those in the web folder.&lt;br /&gt;
&lt;br /&gt;
== I can’t find my data files!  ==&lt;br /&gt;
&lt;br /&gt;
You’re probably running Windows Vista/Windows 7/Windows 8 (or one of the corresponding server versions of Windows). Look in C:\Users\[username]\AppData\Local\VirtualStore\Program Files\Cumulus - note that this is a &#039;hidden&#039; folder. Ideally, to avoid this situation, you would install to somewhere outside the Program Files hierarchy, as recommended in the readme.txt.&lt;br /&gt;
&lt;br /&gt;
== I can&#039;t save my NOAA reports! ==&lt;br /&gt;
&lt;br /&gt;
You&#039;ve probably corrupted your Cumulus.ini file in the default Cumulus folder. See [[Cumulus.ini#Section:_NOAA]]. It can only be edited either (if Cumulus is stopped) with an external text file editor or (with Cumulus running) using the &#039;&#039;NOAA Setup&#039;&#039; in the configuation menu.  Pay attention to where the quotes are required for the file names, and check that you have an allowed date format (see [[Webtags#Time.2FDate_.27format.27_Parameter]]).&lt;br /&gt;
&lt;br /&gt;
== My sunrise and sunset times are wrong  ==&lt;br /&gt;
&lt;br /&gt;
You&#039;ve almost certainly entered your co-ordinates incorrectly, or not entered them at all - on the station settings screen. You must enter DEGREES, MINUTES, and SECONDS, no other format will work. Make sure to use &#039;&#039;&#039;unsigned whole numbers&#039;&#039;&#039; for degrees, minutes, and seconds, with a &#039;W&#039; for your longitude if you&#039;re West of the Greenwich meridian (e.g. if you are in the United States), and the appropriate letter for your latitude (N for northern hemisphere, S for southern hemisphere). &lt;br /&gt;
&lt;br /&gt;
If you are not familiar with the degrees/minutes/seconds standard format and have your co-ordinates in some other format, there are pages on the web which will convert for you. One such is here: http://transition.fcc.gov/mb/audio/bickel/DDDMMSS-decimal.html&lt;br /&gt;
&lt;br /&gt;
One other less likely possibility is that you have set the wrong time zone on your PC.&lt;br /&gt;
&lt;br /&gt;
== The Moon rise or set time is showing dashes.  ==&lt;br /&gt;
&lt;br /&gt;
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. &lt;br /&gt;
&lt;br /&gt;
== The Moon image is just black ==&lt;br /&gt;
&lt;br /&gt;
It&#039;s probably a New Moon.&lt;br /&gt;
&lt;br /&gt;
== Why are the &#039;Yesterday&#039; figures missing on the Main Cumulus Screen? ==&lt;br /&gt;
&lt;br /&gt;
The yesterday values on the Main Screen under &amp;quot;Recent Extremes&amp;quot; are not shown correctly:&lt;br /&gt;
*EITHER when the &#039;&#039;end of day rollover has not taken place&#039;&#039;. &lt;br /&gt;
**The usual cause of this is allowing your PC to &#039;sleep&#039; while Cumulus is running. &lt;br /&gt;
**The support forum mentions a few other causes. &lt;br /&gt;
**Cure this (if you have a weather station type that has a log that Cumulus reads) by looking in &amp;quot;&#039;&#039;Cumulus\backup&#039;&#039;&amp;quot; folder, and finding a backup directly in that folder or in &amp;quot;daily&amp;quot; sub-folder for just before the problem. With Cumulus stopped, copy all the files in that backup into the &amp;quot;&#039;&#039;&#039;Cumulus\data&#039;&#039;&#039;&amp;quot; folder, and then restart Cumulus. &lt;br /&gt;
*OR if Cumulus was unable to read observations from your station during that day, but can today. &lt;br /&gt;
**You can try the same cure, but may not be able to recover the lost information in this case.&lt;br /&gt;
&lt;br /&gt;
== Why do I have some unexpected zero figures? ==&lt;br /&gt;
&lt;br /&gt;
Cumulus may not be able to update some values/extremes, leaving them at zero, if:&lt;br /&gt;
*EITHER you are allowing your PC to go into sleep/standby while Cumulus is running,&lt;br /&gt;
*OR you have more than one copy of Cumulus attempting to interrogate the same weather station,&lt;br /&gt;
*OR you are closing Cumulus down very close to before/after roll-over (the latter is a restriction due to the way the processing of logger data works).&lt;br /&gt;
&lt;br /&gt;
== I’ve ‘zoomed’ a graph, how do I get it back to full size?  ==&lt;br /&gt;
&lt;br /&gt;
Drag from lower right to upper left.&lt;br /&gt;
&lt;br /&gt;
== Cumulus won&#039;t read the data from my station  ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CUMULUS RUNNING&#039;&#039;&#039;&lt;br /&gt;
If you have one of the Fine Offset clones, make sure you have configured your relative pressure correctly. If Cumulus finds an &#039;impossible&#039; value, it will ignore all data from your station.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CUMULUS RE-STARTED&#039;&#039;&#039;&lt;br /&gt;
If Cumulus does not read catch-up data from the station logger:&lt;br /&gt;
#Your station type may not have a logger, if so Cumulus cannot read anything from station while software was not running.&lt;br /&gt;
#There is a bug in the Davis DLL (Dynamic-Link Library) that Cumulus 1.x.x uses, where it never downloads the last archive record; so if there is only one to download (compare how long Cumulus was stopped with logging interval on your Davis station), it doesn&#039;t get any at all. (See [[#Cumulus_takes_a_long_time_to_download_the_data_from_my_Davis_station_at_start_up|here]] for opposite problem). Cure this by ensuring if you stop Cumulus you either leave it stopped for less than Davis logging interval time, or don&#039;t restart until after at least 2 logging intervals.&lt;br /&gt;
#You have not selected &amp;quot;&#039;&#039;&#039;Use data logger&#039;&#039;&#039;&amp;quot; in the &#039;&#039;Settings&#039;&#039; section of the &#039;&#039;&#039;Station settings&#039;&#039;&#039; screen accessed from &#039;&#039;Configuration&#039;&#039;  menu. Correct this:&lt;br /&gt;
##Stop Cumulus after changing this setting&lt;br /&gt;
##Look in &#039;&#039;Cumulus\backup&#039;&#039; folder (or its &#039;&#039;daily&#039;&#039; sub-folder) for a folder of .ini files prior to the problem, copy all those files to overwrite the ones in &#039;&#039;Cumulus\data&#039;&#039; folder&lt;br /&gt;
##Re-start Cumulus, it should use revised start date/time, and read the station logger for the whole re-wind period&lt;br /&gt;
#If there is another problem, read the instructions accessed from &amp;quot;Please click here before posting&amp;quot; at the top of the support forum page including the request to zip up the contents of the &#039;&#039;Cumulus\diags&#039;&#039; folder when asking for such support.&lt;br /&gt;
&lt;br /&gt;
== Cumulus read some invalid figures from my station ==&lt;br /&gt;
If you have:&lt;br /&gt;
*just started using Cumulus, &lt;br /&gt;
*just re-started Cumulus and you are only getting bad data when you start Cumulus up (i.e. when it is using archive data from the station logger),&lt;br /&gt;
*or you have just changed some settings,&lt;br /&gt;
... check you have the correct station type selected (see the Cumulus &#039;&#039;Help&#039;&#039; for the settings screen).&lt;br /&gt;
&lt;br /&gt;
Choosing the wrong station type means individual items of information are not correctly assigned to weather parameters.  Cumulus knows what is at what location for each station type. &lt;br /&gt;
*Is the information &#039;&#039;correct on the station console&#039;&#039; (i.e. not a fault with a sensor), but incorrectly displayed on Cumulus screen (i.e. transfer problem)? &lt;br /&gt;
Check all your settings on Cumulus, or see [[#Cumulus_won.27t_read_the_data_from_my_station|previous question]].&lt;br /&gt;
*If the &#039;&#039;station itself shows incorrect figures&#039;&#039;, a sensor may have a problem (mechanical or electrical failure, obstruction by animal activity) or a battery may need replacing.&lt;br /&gt;
Over successive versions of Cumulus more and more code has been incorporated to deal with the way some stations are prone to reporting rogue readings.&lt;br /&gt;
*Ensure you are using the latest Cumulus build, if you are using an old version you will not have any enhancements made since the earlier build that might improve the way Cumulus reads from your station type.&lt;br /&gt;
In general, if Cumulus 1.x.x identifies an odd value it will reuse the last good value instead, assuming that the problem will either right itself, or be spotted and dealt with quickly.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fine Offset stations&#039;&#039;&#039; are prone to reporting the odd non-sensical value, and Cumulus has the ability to compare successive readings:&lt;br /&gt;
*From the &#039;&#039;&#039;Configuration&#039;&#039;&#039; menu select [[Cumulus_Screenshots#Configuration_Menu_Screens|&#039;&#039;Calibration&#039;&#039;]] and in the &#039;&#039;&#039;Spike removal&#039;&#039;&#039; frame you can specify &amp;quot;the maximum &#039;&#039;&#039;differences&#039;&#039;&#039; between successive values&amp;quot; that Cumulus is to tolerate. See the &#039;&#039;&#039;Help&#039;&#039;&#039; for that screen, and note that spike removal applies while Cumulus is running, not to catch-up readings from the station&#039;s logger. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Possible Cure:&#039;&#039;&#039;&lt;br /&gt;
The purpose of the backup files is to allow Cumulus to be &#039;rewound&#039; to a particular point in time.  It simulates the situation where someone had closed Cumulus down at that point, and is only now starting it up again, and needs data to be downloaded from the station&#039;s logger to catch up to the present time. Obviously this cure will not work if your station type does not have a logger (one is needed for Cumulus to read old readings again).&lt;br /&gt;
*If you have only installed Cumulus a few days ago, or have just re-started Cumulus after it was stopped and encounter multiple &#039;&#039;rogue readings in the catch-up from the station logger&#039;&#039;; &#039;&#039;&#039;one possibility&#039;&#039;&#039; is to stop Cumulus and find the backup files that it took when you started it up (or just after the previous roll-over time), copy those files into the data folder, overwriting the ones that are there, then when you start it up again it could sort itself out.&lt;br /&gt;
The [[Diags]] log often contains useful information for sorting out what has been read, which values have been ignored, and which highs or lows may have been updated incorrectly. Note that automatic backups are made just after roll-over time because restarting Cumulus when there are no logger records to read before roll-over has been known to cause problems. Therefore, the backup to choose might be one with the date before when the problem occured, but remember that any calculations Cumulus makes are based on readings at least every minute when Cumulus is running, but for the catch up period such calculations can only use the readings available at your station&#039;s logging interval. Note if you choose a later backup and it does not work, you can always then repeat the &#039;rewind&#039; with a earlier backup.&lt;br /&gt;
&lt;br /&gt;
== I get very large amounts of rainfall shown, or other high readings ==&lt;br /&gt;
&lt;br /&gt;
Fine Offset stations have a habit of producing unbelievable readings, and Cumulus filters many of these out automatically. You can also use the &#039;spike removal&#039; settings on the calibration page, and Cumulus will then filter out large changes in readings. Please read the help for how to use these settings. Another possible explanation is that you have chosen the wrong station type in the Cumulus station settings. You should only select the &amp;quot;Fine Offset with UV/Light sensor&amp;quot; type if your station actually has SENSORS for these. Your station may have solar CHARGING, but this is not the same as having a solar SENSOR, and so you should choose the &amp;quot;Fine Offset (WH1080 etc)&amp;quot; type. Typically, stations which do have solar SENSORS have a model number which starts with a &#039;3&#039;, e.g. WS3080, and stations without solar sensors start with a &#039;1&#039; or &#039;2&#039;. Selecting the wrong type of station will cause Cumulus to misinterpret the logger data read from the station (which it uses when it starts up) and hence incorrect readings will result, typically when you restart Cumulus.&lt;br /&gt;
&lt;br /&gt;
== My station invented some rain that didn&#039;t really occur, and I want to set it to zero (or some other figure)  ==&lt;br /&gt;
&lt;br /&gt;
Cumulus does include some code to try to ignore some obvious rain errors. For example, if the station reports negative rain, Cumulus will normally ignore that, but if for 6 consecutive readings the rain cumulative count stays below what it was before, Cumulus will normally accept the new count as a new starting point. Because many positive values are realistic (see sub-answers), Cumulus generally will accept those as a result of accidental knocking of a tipping bucket gauge, due to wind effects on the gauge, or even due to the station electronics generating a rogue reading.&lt;br /&gt;
=== (Invented rain) Error in today&#039;s total===&lt;br /&gt;
#correct today&#039;s total using the &#039;today&#039;s rain&#039; editor on the edit menu.&lt;br /&gt;
#optionally stop Cumulus and edit [[today.ini]] to change the &#039;&#039;LastTip=&#039;&#039;(look up previous value in a recently backed up today.ini) parameter.&lt;br /&gt;
#Remember that &#039;ConsecutiveDryDays&#039; and &#039;ConsecutiveWetDays&#039; do not include today.&lt;br /&gt;
&lt;br /&gt;
=== (Invented rain) Error in yesterday&#039;s total ===&lt;br /&gt;
#edit the total for the relevant day in dayfile.txt, using the dayfile.txt editor on the edit menu.&lt;br /&gt;
#optionally edit yesterday&#039;s total (which is only held temporarily for display purposes) in [[today.ini]], while Cumulus is stopped.&lt;br /&gt;
=== (Invented rain) Error in total or high rainfall rate for any day before today ===&lt;br /&gt;
Just edit the total or rate for the relevant day in dayfile.txt, using the [[Cumulus_Screenshots#File.2FEdit.2FHelp_Menu|dayfile.txt]] editor on the edit menu.&lt;br /&gt;
&lt;br /&gt;
=== (Invented rain) Error in total, or extremes, for this month and/or this year ===&lt;br /&gt;
See next FAQ. Once you have corrected the daily totals (or high rainfall rates) in dayfile.txt, you can use the editors (on the edit menu) for &#039;This Month&#039; and &#039;This Year&#039; to fetch the corrected values from dayfile.txt (or enter figures manually).&lt;br /&gt;
&lt;br /&gt;
=== (Invented rain) Error in all-time records ===&lt;br /&gt;
See [[#How_do_I_correct_my_all-time_.28or_monthly_all-time.29_records.3F |this FAQ]].&lt;br /&gt;
&lt;br /&gt;
To see the previous value for all-time records see [[Alltimelog.txt]]. If your all-time records, or month-by-month all-time records have been affected, you can use the built-in editors. These can fetch the correct values once you have corrected dayfile.txt.&lt;br /&gt;
&lt;br /&gt;
===  (Invented rain and) Other rain figures ===&lt;br /&gt;
Note that other rain figures, such as &#039;rain last hour&#039;, &#039;rain last 24 hours&#039; and &#039;rain since midnight&#039; depend on a sensible progression of the rain counter, so it&#039;s not easy to correct this; it&#039;s easier to wait until the erroneous figure is far enough in the past so as not to affect the calculation. If you really do want to try to correct it; you would need to stop Cumulus, then find and edit multiple field 11 (assuming date is field 0) the Cumulus &#039;rain counter&#039; values in the [[monthly_log_files]] in the current monthly log file so they are correct relative to the current value of the rain counter (i.e. the latest one logged). Note that if you&#039;re using a midnight start of day then you don&#039;t need the &#039;rain since midnight&#039; figure anyway, as it is normally the same as &#039;rain today&#039;, and that figure is much more easily corrected.&lt;br /&gt;
&lt;br /&gt;
===  (Invented rain) Error prevention by Spike removal ===&lt;br /&gt;
#It is better to try to avoid spurious rain being recorded in the first place.&lt;br /&gt;
#Cumulus attempts to ignore large increases in the rain total automatically, and is quite often successful.&lt;br /&gt;
#For &#039;hourly rain&#039; and &#039;rain rate&#039;, you can set &#039;spike removal&#039; settings on the calibration settings screen. The value you set here, is the maximum change allowed between successive observations. Rain Rate corrections apply only to Fine Offset and La Crosse stations (which are known to occasionally produce faulty rain readings).&lt;br /&gt;
&lt;br /&gt;
===  (Invented rain) More information ===&lt;br /&gt;
There is more information about correcting rogue data elsewhere in the Wiki, in the pages about the [[:Category:Log_Files|log files]].&lt;br /&gt;
&lt;br /&gt;
== My monthly and/or annual rainfall totals are wrong  ==&lt;br /&gt;
&lt;br /&gt;
Cumulus calculates these when it is restarted, holds the values within memory, and increments them as required while it is running. This FAQ in the previous section [[#Where_does_Cumulus_get_its_this_month_and_this_year_rainfall_totals_from.3F]] has a concise description of how Cumulus calculates these figures.&lt;br /&gt;
&lt;br /&gt;
* The rainfall total shown on the &#039;&#039;This month&#039;&#039; screen within the &#039;&#039;&#039;View&#039;&#039;&#039; menu, is calculated from summing [[dayfile.txt]] totals for a selected month, and so for the default current month will exclude the current meteorological day.  The rainfall total for today so far is added for the web tag &#039;&#039;&amp;lt;#rmonth&amp;gt;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
* The rainfall total shown on the &#039;&#039;This year&#039;&#039;  screen within the &#039;&#039;&#039;View&#039;&#039;&#039; menu, is calculated from summing totals in dayfile.txt for a selected calendar year. For the default current year, it will exclude the current meteorological day.&lt;br /&gt;
&lt;br /&gt;
* The rainfall total reported by the &#039;&#039;&amp;lt;#ryear&amp;gt;&#039;&#039; web tag is for the rainfall season to date, it is calculated from taking today&#039;s rain and then adding the sum of the totals in dayfile.txt starting with the first (meteorological) day of the month specified in the &#039;rainfall season&#039; frame on the &#039;&#039;station settings&#039;&#039; screen within the &#039;&#039;&#039;Configuration&#039;&#039;&#039; menu, until the end of dayfile.txt is reached. So check you have specified the right starting month there before deciding the rainfall total shown is wrong. &lt;br /&gt;
&lt;br /&gt;
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 also on the [[Cumulus_Screenshots#Station|Station Configuration screen]].  Make sure you specify the first Cumulus operating year here, otherwise the extra will be added to the annual total for the wrong year!&lt;br /&gt;
&lt;br /&gt;
See immediately preceding FAQ [[#My_station_invented_some_rain_that_didn.27t_really_occur.2C_and_I_want_to_set_it_to_zero_.28or_some_other_figure.29 |correcting rainfall]]  for how to correct errors in total for particular days and how to correct the high extremes for the various periods.&lt;br /&gt;
&lt;br /&gt;
In all cases then restart Cumulus to get the monthly and annual totals recalculated from correct daily totals. &lt;br /&gt;
&lt;br /&gt;
If you need to correct within day values for trend graphs as well as the longer period totals, provided you know roughly when the rogue rainfall was recorded, find (and edit) it in the [[monthly_log_files]], field 11 (assuming date is field 0) is the count used to derive other parameters. Increasing the value in the count field, decreases the difference to the next (or current) count, and therefore reduces the rain in the in-between period.&lt;br /&gt;
&lt;br /&gt;
== The ‘gust’ line has disappeared from my graph  ==&lt;br /&gt;
&lt;br /&gt;
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. Depending on your weather station type, there are a few things you could try, to improve things. Decrease your station&#039;s logger interval, and if you have Cumulus calculating the wind speed average and you have a Fine Offset station, set &#039;Use speed for avg calculation&#039;.&lt;br /&gt;
&lt;br /&gt;
== My ‘gust’ values are the same as my ‘average’ wind speed values.  ==&lt;br /&gt;
&lt;br /&gt;
As above, you probably have Cumulus set to calculate a 10-minute average, and your station logger period is 10 minutes or longer, so your gust comes out the same as the average when using data from the logger. See the previous FAQ for suggestions on how to improve this.&lt;br /&gt;
&lt;br /&gt;
== I’ve just installed Cumulus, and it didn’t download all the old data from my weather station  ==&lt;br /&gt;
&lt;br /&gt;
Cumulus deliberately doesn’t attempt to download any data from before the point when you first run it. If you wish, although this isn&#039;t recommended, 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 (you will need to have run it at least once previously). Note that if you do this, it is at your own risk, and you will need to sort out any issues which may arise yourself.&lt;br /&gt;
&lt;br /&gt;
If you do this, you will probably need to edit your log files in the &#039;&#039;&#039;data&#039;&#039;&#039; folder as you may have duplicate entries and/or entries out of order. Your rain totals will almost certainly also be wrong - the total for &amp;quot;today&amp;quot; in particular. See the [[FAQ#My_station_invented_some_rain_that_didn.27t_really_occur.2C_and_I_want_to_set_it_to_zero_.28or_some_other_figure.29 |FAQ]] entry about correcting rainfall data. If you have only just started using Cumulus, you could delete all of the files in the data folder, and just create a simple today.ini as below. Then when you start Cumulus it will start again with just the data from the station&#039;s logger.&lt;br /&gt;
&lt;br /&gt;
Note that this method does not work for the Oregon WMR200 station. This station deletes logger entries when they are downloaded, and there is no mechanism for retrieving logger entries for a particular period - it just sends all the entries that it has. You may be able to circumvent this by creating a today.ini file in the data folder before you run Cumulus, with just this in it:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[General]&lt;br /&gt;
Date=10/04/2012&lt;br /&gt;
Timestamp=10/04/2012 10:00:00&lt;br /&gt;
CurrentYear=2012&lt;br /&gt;
CurrentMonth=4&lt;br /&gt;
CurrentDay=10&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Change the dates and time to match the point from which you want Cumulus to start downloading data. If the station has already sent the data, this may not work, unfortunately.&lt;br /&gt;
&lt;br /&gt;
If you stored data from your weather station (on another file-based system) before you first ran Cumulus, then you may be able to (using a text editor outside Cumulus) generate [[Monthly log files]] for the pre-Cumulus period.  See that Wiki article for more information on what you can then do with those files within Cumulus.&lt;br /&gt;
&lt;br /&gt;
== I have inserted pre-Cumulus data and now I get errors ==&lt;br /&gt;
&lt;br /&gt;
Probably some of your inserts used the wrong format (blank rows, fields with real numbers where integers expected, alternatively missing or duplicated fields). See [[:Category:Log_Files]]. Note that Cumulus will only flag errors in the log files that it reads (e.g. those relating to the period for which it displays trends graphs).  Check all the log files you have amended.&lt;br /&gt;
&lt;br /&gt;
== I have inserted pre-Cumulus data making &#039;Records began on&#039; date wrong ==&lt;br /&gt;
&lt;br /&gt;
Stop Cumulus and edit [[Cumulus.ini#Section:_Station | cumulus.ini (station section)]] within the main Cumulus folder. Change the &amp;quot;StartDate=&amp;quot; line. Be sure to use the same format for the date.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note&#039;&#039;&#039; &#039;&#039;StartDate=xxxx&#039;&#039; does &#039;&#039;not&#039;&#039; need to be updated for Cumulus to recognise earlier data in log files in its &#039;&#039;data&#039;&#039; subfolder.  &lt;br /&gt;
&lt;br /&gt;
It really represents &amp;quot;Cumulus began on&amp;quot;, so there is an alternative of leaving cumulus.ini unchanged, but editing default Cumulus &#039;&#039;recordsT.htm&#039;&#039; template twice:&lt;br /&gt;
*after the h2 heading is &#039;&#039;&amp;amp;lt;p&amp;amp;gt;Records began on &amp;lt;#recordsbegandate&amp;gt;. Here are the extremes recorded since then.&amp;amp;lt;/p&amp;amp;gt;&#039;&#039;;  you can replace &#039;&amp;lt;#recordsbegandate&amp;gt;&#039; with the new earliest date typed in as text; and&lt;br /&gt;
*at the start of the table is the &#039;&#039;&amp;amp;lt;caption&amp;amp;gt;Records Since &amp;lt;#recordsbegandate&amp;gt;&amp;amp;lt;/caption&amp;amp;gt;&#039;&#039;; replace the label &amp;quot;Records since&amp;quot; with &amp;quot;Cumulus began on&amp;quot; leaving the web tag unchanged.&lt;br /&gt;
&lt;br /&gt;
== Cumulus doesn’t show the same pressure as my Fine Offset console  ==&lt;br /&gt;
&lt;br /&gt;
Cumulus displays atmospheric pressure corrected to sea level. The console calls this ‘relative pressure’; it displays the letters &amp;quot;rel&amp;quot; when this is being displayed.  First of all, check&lt;br /&gt;
# that you are comparing the Cumulus display with the ‘relative’ pressure on your console,&lt;br /&gt;
# that only one copy of Cumulus is accessing the weather station (and no other software),&lt;br /&gt;
# that you do not have a &#039;EWpressureoffset=x.y&#039; line in the [Station] section of [[Cumulus.ini#Introduced_for_problems_with_Fine_Offset_family:| cumulus.ini]],&lt;br /&gt;
# and that you do not have a setting for pressure on the Cumulus calibration screen.&lt;br /&gt;
&lt;br /&gt;
The Fine Offset stations only store absolute/station pressure readings in their weather memory locations updated with each transmission and read by Cumulus. Within Cumulus, the software applies the adjustment to sea level before any further processing. It does &#039;&#039;not&#039;&#039; use the altitude setting in the cumulus station configuration screen.&lt;br /&gt;
Normally when Cumulus starts, it reads in [http://www.jim-easterbrook.me.uk/weather/mm/ the fixed block] in the console a pair of absolute/station pressure and relative/sea level pressure readings and uses the difference between these as the ‘offset’ in millibar for the station;  Cumulus uses this offset subsequently to calculate the sea level pressure (each time when reading the absolute pressure in the weather memory locations of the station), but it is possible to define the offset in cumulus.ini instead. &lt;br /&gt;
&lt;br /&gt;
Make sure that you have set your console&#039;s relative pressure correctly:&lt;br /&gt;
*for a push button operated model, press &#039;menu&#039; key 4 times for pressure mode, press &#039;enter&#039; to move to relative pressure setting, press &#039;up&#039; or &#039;down&#039; to adjust value.&lt;br /&gt;
*if your model uses a touch sensitive screen then it is probably tap the reading three times, then touch &#039;+&#039; or &#039;-&#039; to adjust value.&lt;br /&gt;
&lt;br /&gt;
The support forum includes discussion on where to find isobar charts or other sources to determine what the pressure should be.  Obviously after any adjustment you need to stop Cumulus, because it is when you restart it that Cumulus reads the new pressure offset.&lt;br /&gt;
&lt;br /&gt;
Sometimes the offset that cumulus reads from the fixed block is clearly garbage, so&lt;br /&gt;
# the cumulus error light is set,&lt;br /&gt;
# an error message suggests you check the station, and&lt;br /&gt;
# Cumulus uses zero offset instead as a best effort.&lt;br /&gt;
In this situation, Cumulus will display the same value as the &#039;absolute&#039; pressure on the console (no &amp;quot;rel&amp;quot; is displayed on the console when it is displaying absolute pressure). Often, if you restart Cumulus, it will then be able to read the correct value. If the problem happens often, you can circumvent it by editing cumulus.ini (while Cumulus is stopped), and in the [Station] section add an entry: &lt;br /&gt;
&lt;br /&gt;
 EWpressureoffset=x.y&lt;br /&gt;
&lt;br /&gt;
where x.y is your pressure offset. &#039;&#039;&#039;Cumulus will then use this instead of reading the fixed block offset from the station&#039;&#039;&#039;.  &lt;br /&gt;
&#039;&#039;&#039;Note&#039;&#039;&#039; that &#039;&#039;you must supply the offset in hPa&#039;&#039; (i.e. the millibar units that the station works with) and that this circumvention generally stops Cumulus from agreeing with the relative pressure displayed on the console.&lt;br /&gt;
&lt;br /&gt;
== My pressure suddenly dropped! Or suddenly increased!  ==&lt;br /&gt;
&lt;br /&gt;
If you have a Fine Offset station, and this happened when you (re)started Cumulus, it is quite likely a problem with reading the pressure &#039;offset&#039; from the station. See: &amp;quot;Cumulus doesn’t show the same pressure as my Fine Offset console&amp;quot; above.&lt;br /&gt;
&lt;br /&gt;
== I get an error when I try to view my all-time records. Also, they don’t appear on my web site  ==&lt;br /&gt;
&lt;br /&gt;
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. &lt;br /&gt;
&lt;br /&gt;
== I get an error when I close Cumulus  ==&lt;br /&gt;
&lt;br /&gt;
Cumulus does sometimes report an error when you close it. This does not appear to cause any problems, you can just close the error message. I don&#039;t seem to be able to do anything about this, as the &#039;crash&#039; is not in code that I have control over. You may be able to avoid this error by avoiding closing Cumulus while it is uploading to the internet. Please don&#039;t bother sending me a bug report about this. &lt;br /&gt;
&lt;br /&gt;
== My forecast says &amp;quot;Not available&amp;quot;  ==&lt;br /&gt;
&lt;br /&gt;
You can get Cumulus to create a simple forecast by selecting &#039;Cumulus Forecast&#039; on the Stations Settings screen. &lt;br /&gt;
&lt;br /&gt;
== My forecast always says &amp;quot;Exceptional Weather, Stormy, much precipitation&amp;quot;  ==&lt;br /&gt;
&lt;br /&gt;
You probably have incorrect Pressure Extreme settings in the Forecast section on the Station Settings window. Make sure that the values you have supplied match the units you have selected for the extremes. Note that the units for the extremes are not related to the units you have chosen for pressure display in Cumulus. The option of supplying mb/hPa or inHg for the extremes is merely a convenience; you can supply either, but the values and the units must of course match.&lt;br /&gt;
&lt;br /&gt;
== My computer hibernated/suspended, and I lost data/my graphs &#039;flat-lined&#039;  ==&lt;br /&gt;
&lt;br /&gt;
Cumulus can&#039;t cope with being suspended, it just carries on as normal after being woken. There is an option in the station settings to &#039;close on suspend&#039;, so Cumulus will close itself as a safety measure, if you forget to do it manually. Don&#039;t use the &#039;close on suspend&#039; option and the &#039;confirm shutdown&#039; option at the same time; this will cause problems. &lt;br /&gt;
&lt;br /&gt;
But I strongly recommend that you don&#039;t have your computer set to go into any form of standby while Cumulus is running - it&#039;s continuously gathering real-time data, after all, so it&#039;s a rather strange thing to do. &lt;br /&gt;
&lt;br /&gt;
== My heat index/humidex/wind chill is the same as my temperature  ==&lt;br /&gt;
&lt;br /&gt;
*Wind chill only applies when the average wind speed is above 4.8 kph &#039;&#039;&#039;and&#039;&#039;&#039; (by default in Cumulus as it should really always be set, but this is an option that can be unset) the temperature is below 10 degrees Celsius.  &lt;br /&gt;
*Heat index only applies when the temperature is above 27 degrees Celsius &#039;&#039;&#039;and&#039;&#039;&#039; the humidity is above 40%. &lt;br /&gt;
* Humidex does not have any &#039;cutoff&#039; values, but at low temperature and/or humidity it will give the same figure as ambient temperature.&lt;br /&gt;
&lt;br /&gt;
If heat index or wind chill is not applicable, Cumulus will set them the same as the ambient temperature.&lt;br /&gt;
&lt;br /&gt;
== Cumulus is showing a different wind speed compared to my console  ==&lt;br /&gt;
&lt;br /&gt;
You have probably misunderstood Cumulus processing of wind speeds, looking at different parameters, or different averaging periods.&lt;br /&gt;
*If you have a Davis weather station see [[#What_do_the_various_wind_speeds_in_Cumulus_correspond_to.2C_with_Davis_stations.3F]]&lt;br /&gt;
*If you have a Fine Offset station, see [[#What_do_the_various_wind_speeds_in_Cumulus_correspond_to.2C_with_Fine_Offset_stations.3F]] &lt;br /&gt;
* For Oregon Scientific and La Crosse stations see [[#How_do_I_set_up_recording_wind_speeds_in_Cumulus.2C_with_Oregon_Scientific_and_La_Crosse_stations]]&lt;br /&gt;
&lt;br /&gt;
Note that you can&#039;t compare the graphs drawn by Easyweather and Cumulus unless you are certain that they are plotting the same data. They can&#039;t both be running at the same time, so one would normally be plotting &#039;live&#039; data at a given interval, and the other will be plotting data downloaded from the station&#039;s logger. The wind speed will hence not normally be the same for a particular time on the graph as it may well have changed at the point that it is saved to the logger. The only situation where it &#039;&#039;would&#039;&#039; be valid to compare the graphs would be if neither were running at the times you are comparing, and both subsequently downloaded the same data from the logger.&lt;br /&gt;
&lt;br /&gt;
== I get error -32710 with Cumulus and my USB Davis station  ==&lt;br /&gt;
&lt;br /&gt;
The USB support in the Davis DLL which Cumulus uses doesn&#039;t seem to work. You need to use the CP210X USB/serial software which Davis supply, and use the station in serial mode. If you have previously been using your station with Weatherlink in USB mode, you will need to change to serial mode in Weatherlink before you can use the station with Cumulus. You can do this using [http://www.davisnet.com/support/weather/download/CP210X_USB_Serial_Converter_ver2.exe this utility from Davis]. See also this FAQ entry - http://wiki.sandaysoft.com/a/FAQ#How_do_I_get_my_Davis_station_with_USB_working_with_Cumulus.3F&lt;br /&gt;
&lt;br /&gt;
== When I start Cumulus, the graphs restart again each time and don&#039;t show the earlier data  ==&lt;br /&gt;
&lt;br /&gt;
You probably have an error in one or more data files. Look near the beginning of the latest file in the Diags folder for an error message which will tell you which file is in error and which line is causing the problem. It may simply be a blank line. Edit the file with Cumulus stopped. Note that you may need to repeat this process; only the first error is shown.&lt;br /&gt;
&lt;br /&gt;
This problem can also occur if you change your system format settings (date format, decimal and list separators etc). Again, check the diags file for a message about a number not being a valid floating point value.&lt;br /&gt;
&lt;br /&gt;
== The peak values on my graphs are not the same as my extreme values  ==&lt;br /&gt;
&lt;br /&gt;
The graphs are snapshots of the data, taken once a minute while Cumulus is running; it is not feasible to plot every data point. If the extreme value did not coincide exactly with the point at which the data was added to the graph, then it will not appear on the graph. The graphs are not intended to show all of the highs and lows, they are there to give an idea of the trends. This also applies to &#039;Select-A-Graph&#039;, which takes its data from the data logs; the highs and lows do not necessarily appear in the periodic data logs.&lt;br /&gt;
&lt;br /&gt;
This is most noticeable with wind gusts, the value of which can change rapidly, even over a period of a minute. The &#039;Plot latest gust&#039; setting causes the &#039;Latest&#039; figure (as shown on the main screen) to be plotted. What this figure represents exactly depends on your weather station type. This figure may vary rapidly, e.g. on Davis stations, it changes every 3 seconds or so. The graphs are plotted once a minute, and hence, with Davis stations, for example, there is approximately a one in 20 chance of any given &#039;latest&#039; figure actually being plotted.&lt;br /&gt;
&lt;br /&gt;
Cumulus also stores the peak value of the &#039;latest&#039; figure from the last 10 minutes. It calls this the &#039;gust&#039;, as this is a reasonable representation of a true &#039;gust&#039; figure. If you untick &#039;plot latest gust&#039;, it will plot this figure instead. As it contains the peak figure from the last 10 minutes, and the graph is plotted once a minute, plotting this value means that the high gust figure will always appear on the graph. The exception to this is with Davis stations, in the situation where the &#039;high gust&#039; figure has been read directly (as a way of ensuring that the high gust isn&#039;t missed) rather than by the usual reading of the current data. In this case, the gust is recorded as the high, but is not written to the current value, and hence does not appear on the graph, as it may be out of sequence with the current data.&lt;br /&gt;
&lt;br /&gt;
== My extreme values do not appear in the &#039;monthly&#039; data logs  ==&lt;br /&gt;
&lt;br /&gt;
The data logs are snapshots of the data, taken at the configured interval while Cumulus is running (or at the station&#039;s configured interval when data is read from the station&#039;s logger directly into the Cumulus monthly log). Cumulus, while it is running, reads the station frequently, detecting each change in observations, and can update extremes at each of these reading times.&lt;br /&gt;
&lt;br /&gt;
If the extreme value reading time did not immediately precede a time at which the data was logged, then it will not appear in the log. This is most noticeable with wind gusts, the value of which can change rapidly between log entries.&lt;br /&gt;
&lt;br /&gt;
Cumulus is designed to be kept running, if you only run it once a day, then the information it reads from the station&#039;s logger during catch up may miss extremes. For example &#039;&#039;when Cumulus reads the archive temperatures from a Davis station&#039;&#039;,  (in a compromise to allow Cumulus to have as much code as possible that is common to all weather station types) the design means that it ignores the first and second figures representing highest and lowest reported at each logged time, just reading the third figure that, depending on console configuration, is either the average value over the archive period or the final reading of the archive period (I don&#039;t know what the default is).&lt;br /&gt;
&lt;br /&gt;
== Cumulus takes a long time to download the data from my Davis station at start up  ==&lt;br /&gt;
&lt;br /&gt;
When Cumulus starts, it asks the station for all the data from the logger since the last time it was running. If the time-stamp that it supplies does not exactly match the time-stamp of an entry in the Davis logger, the station has a strange &#039;feature&#039; where it decides to send the entire contents of the logger. This will take some time to download, during which the Davis console display may appear to freeze. &lt;br /&gt;
#It is recommended that you enable the feature &#039;&#039;&#039;Synchronise station clock&#039;&#039;&#039; in the &#039;Settings&#039; block accessed from the &#039;&#039;Configuration&#039;&#039; menu  &#039;&#039;&#039;Station&#039;&#039;&#039; [[Cumulus_Screenshots#Station|Screen]].&lt;br /&gt;
#It is recommended that you set the logging interval in Cumulus (in the &#039;Data log interval&#039; block accessed from the &#039;&#039;Configuration&#039;&#039; menu  &#039;&#039;&#039;Station&#039;&#039;&#039; Screen) to the same interval as the station (the station interval can be changed using Weatherlink), then Cumulus will be able to make sure it uses a time-stamp that matches an entry in the logger. Note that this is mentioned in the &#039;&#039;&#039;readme.txt&#039;&#039;&#039; file that appears during the Cumulus installation, which you were asked to read at the time. If you didn&#039;t read it, it is strongly recommended that you do so now; it contains important information.&lt;br /&gt;
&lt;br /&gt;
== My Davis console clock is not exactly the same as my PC clock, but I have &amp;quot;Synchronise station clock&amp;quot; selected ==&lt;br /&gt;
&lt;br /&gt;
The Davis protocol only allows hours and minutes to be set, so there is always likely to be a difference of up to 60 seconds between the PC and the station.&lt;br /&gt;
&lt;br /&gt;
== Today is the shortest/longest day, but Cumulus says that tomorrow will be a few seconds shorter/longer  ==&lt;br /&gt;
&lt;br /&gt;
The routines I use to calculate (at midnight GMT) the length of the day aren&#039;t really suitable for this level of accuracy and may use the previous day in one parameter. I don&#039;t consider it an issue.&lt;br /&gt;
&lt;br /&gt;
== Cumulus got the forecast wrong!  ==&lt;br /&gt;
&lt;br /&gt;
Cumulus uses a forecast based on the Zambretti Forecaster (see Google). I didn&#039;t design the algorithm myself and to be honest I don&#039;t know how it works, so I can&#039;t answer any questions about it. Note that this is a &#039;forecast&#039; for the following 12 hours or so; it is not a &#039;nowcast&#039; (what the weather is doing now). Please regard the forecast as &#039;for entertainment purposes only&#039;. Do not base any decisions on it, and bear in mind that it is a very simple calculation based on only a few basic parameters. Some people get reasonable results, others do not. You can try tweaking the pressure extreme settings (in the Forecast section in the station settings), but don&#039;t expect the forecast to be as good as that provided by the weather agencies which have invested millions in their forecasting systems.&lt;br /&gt;
&lt;br /&gt;
== I only see one set of points on the wind direction graph  ==&lt;br /&gt;
&lt;br /&gt;
This happens just after you restart Cumulus, if the data came from the weather station&#039;s logger (i.e. Cumulus hasn&#039;t been running for a while). Weather stations only supply a &#039;current&#039; direction, and Cumulus calculates the average direction when running &#039;live&#039;.  So there is only one set of data available to be plotted, if it comes from the station logger.&lt;br /&gt;
&lt;br /&gt;
== My average wind bearing remains at zero ==&lt;br /&gt;
&lt;br /&gt;
Cumulus will always show zero average bearing when the average wind speed is zero (it can&#039;t be otherwise because it&#039;s calculated using the wind speed). In addition, it will show zero current bearing when the current wind speed is zero if you have &#039;&#039;use bearing zero when calm&#039;&#039; selected in the [[Cumulus_Screenshots#Station|station]] settings (accessible from &#039;&#039;&#039;Configuration&#039;&#039;&#039; menu).&lt;br /&gt;
&lt;br /&gt;
This also happens if your anemonmeter has a fault.&lt;br /&gt;
&lt;br /&gt;
== My graphs appear to be plotted less frequently just after Cumulus starts up  ==&lt;br /&gt;
&lt;br /&gt;
When running live, Cumulus plots data at 1-minute intervals. When it starts up, it pre-fills the graphs with data from the log files, which generally (depending on how you have Cumulus and your station configured) will be at less frequent intervals. &lt;br /&gt;
&lt;br /&gt;
== I closed Cumulus, the &#039;please wait&#039; form appeared, but Cumulus didn&#039;t close, even after several minutes  ==&lt;br /&gt;
&lt;br /&gt;
If you&#039;ve closed Cumulus shortly after it has downloaded a lot of data from the logger, it can take a while for the logging thread to get everything written away to disk, and Cumulus won&#039;t close until this has completed. However, in some circumstances, there seems to be a situation where Cumulus will never close, so you will need to close it with task manager. If you think you know what conditions cause this to happen, please let me know. &lt;br /&gt;
&lt;br /&gt;
== Cumulus isn&#039;t logging data at the interval that I set  ==&lt;br /&gt;
&lt;br /&gt;
It logs data at the interval you have configured, while it is running. If there is data to read from the station logger at start up, each logger entry is logged to the Cumulus log files, so those entries will be at the logger interval that you have configured in your station.&lt;br /&gt;
&lt;br /&gt;
== Cumulus takes a very long time to shut down ==&lt;br /&gt;
&lt;br /&gt;
You may have closed it very soon after starting it up, when it had a lot of data to download from the station logger, and you use Weather Underground. From version 1.9.1  there is a facility where it &#039;catches up&#039; with data that hasn&#039;t been uploaded to Weather Underground while it hasn&#039;t been running. This takes a little while, and if you close it while it is doing it, it will take a long time for all of the updates to time out. You need to give it sufficient time to finish the upload. From version 1.9.2, there is a &#039;catch up&#039; light which shows that the upload is taking place, and the &#039;catch up&#039; is optional&#039;; and it will abort much more quickly if you still close it while the catch up is taking place. &lt;br /&gt;
&lt;br /&gt;
== My temperature Min/Max/Avg graph is empty ==&lt;br /&gt;
&lt;br /&gt;
The most likely explanation is that you have only recently started running Cumulus (in the last day or two). It adds new values to this graph at the end of each day; it wouldn&#039;t make sense to add a value part of the way through the day, and you need a few points to be plotted before the graph starts to take shape. You need to wait until you have been running Cumulus for a few days.&lt;br /&gt;
&lt;br /&gt;
If you&#039;ve been running Cumulus for more than a few days, but the graph is still empty, the most likely explanation is that it was unable to read your dayfile.txt file. Look at the latest file in the &#039;diags&#039; folder (the files are plain text) for error messages mentioning dayfile.txt.&lt;br /&gt;
&lt;br /&gt;
== The longest dry/wet spell for this month/year includes days from last month/year ==&lt;br /&gt;
&lt;br /&gt;
This is intentional. I decided that it didn&#039;t make sense to arbitrarily chop off a dry/wet spell at the start of the month/year, as then the figure is meaningless. So the figures are to be interpreted as &amp;quot;the longest dry/wet spell which includes this month/year&amp;quot;. I note that other software takes the same approach.&lt;br /&gt;
&lt;br /&gt;
== Cumulus isn&#039;t performing periodic tasks, like data logging or web uploads ==&lt;br /&gt;
&lt;br /&gt;
Cumulus assumes a certain level of weather station functionality. It checks that it has received data from a number of sensors (e.g. pressure and outside temperature) before it starts periodic calculations, logging, uploading to the web, or drawing graphs. This is an attempt to make sure that bad data is not logged. If your weather station is not fully functional, you will not be able to use Cumulus fully. &lt;br /&gt;
&lt;br /&gt;
You can over-ride the start up check by adding a line to the [Station] section of [[Cumulus.ini#Section:_Station|cumulus.ini]], thus: &#039;&#039;NoSensorCheck=1&#039;&#039;&lt;br /&gt;
(You need to do this while Cumulus is stopped). Note that you are likely to get bad data logged if you do this.&lt;br /&gt;
&lt;br /&gt;
== I&#039;ve changed my Twitter password, and now Cumulus won&#039;t update Twitter ==&lt;br /&gt;
&lt;br /&gt;
You need to force Cumulus to re-authenticate with Twitter. Stop Cumulus and edit cumulus.ini. Find the [Twitter] section, and &#039;&#039;&#039;delete&#039;&#039;&#039; the lines which start&lt;br /&gt;
&lt;br /&gt;
OauthToken=&lt;br /&gt;
 &lt;br /&gt;
OauthTokenSecret=&lt;br /&gt;
&lt;br /&gt;
Start Cumulus and it should be able to update Twitter again.&lt;br /&gt;
&lt;br /&gt;
== When I start Cumulus, I get the error message &amp;quot;The station is not initialised&amp;quot; ==&lt;br /&gt;
&lt;br /&gt;
For Fine Offset stations, when Cumulus starts up, it checks the first two bytes of the station&#039;s memory. They are supposed to contain the values Hex 55 and Hex AA to indicate that the station has initialised itself correctly. If they do not, then presumably the station has had some kind of internal problem, so Cumulus doesn&#039;t try to read any data from it. A reset of the station normally fixes this - remove the batteries and the USB cable; but note that you will almost certainly lose any stored data in the logger.&lt;br /&gt;
&lt;br /&gt;
If you want to force Cumulus to ignore this check (not recommended), edit cumulus.ini and add a line to the [Station] section: &#039;&#039;EWdisablecheckinit=1&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
You will most likely not have any success with this, as your station memory is probably corrupted anyway.&lt;br /&gt;
&lt;br /&gt;
Note that for this setting to work, you need to be using version 1.9.3, build 1034 or later.&lt;br /&gt;
&lt;br /&gt;
== How do I correct today&#039;s or yesterday&#039;s highs and lows? ==&lt;br /&gt;
&lt;br /&gt;
Today&#039;s totals, highs and lows (and yesterday&#039;s rain total) are held in [[today.ini]] in the Cumulus data folder. Yesterday&#039;s totals (including RG11 rain but not standard rain), highs and lows are held in [[yesterday.ini]]. Follow the cross-references if you are unsure which parameter is what. To change any values, stop Cumulus and edit the file(s) in a text editor. Be sure to keep any date and time formats the same. If you are editing yesterday&#039;s highs and lows, you might also need to edit [[Dayfile.txt#Editing_daily_summary_in_Cumulus|dayfile.txt]], as the same values will probably have been written to that file. You can use the [[Cumulus_Screenshots#File.2FEdit.2FHelp_Menu|built-in dayfile editor]] in Cumulus to do this. If your all-time and/or monthly all-time records have been affected, see the [[#How_do_I_correct_my_all-time_.28or_monthly_all-time.29_records.3F|FAQ entry below]].&lt;br /&gt;
&lt;br /&gt;
If the value you want to change is today&#039;s high hourly rain figure, it is best to wait until the current figure has returned to a sensible value. There is no easy way to correct the current figure, so if you change it in today.ini while the current figure is incorrect, the high value in today.ini will immediately be changed again when you start Cumulus.  More information about correcting rain [[#My_station_invented_some_rain_that_didn.27t_really_occur.2C_and_I_want_to_set_it_to_zero_.28or_some_other_figure.29 |in this FAQ]].&lt;br /&gt;
&lt;br /&gt;
If the problem occurred because Cumulus wasn&#039;t able to download the data from the station&#039;s logger when you started it up in the morning (or perhaps you turned off the &#039;use data logger&#039; setting for some reason), you can get it to try again by &#039;rewinding&#039; to the time when you started Cumulus, and allowing it to try again. Cumulus takes a copy of the current files each time it starts up, and puts them in a folder in the backup folder in the Cumulus installation. Stop Cumulus, and find the backup folder with the appropriate timestamp, and copy all of the files from the backup folder into the Cumulus data folder, and start Cumulus up again.&lt;br /&gt;
&lt;br /&gt;
== How do I correct my all-time (or monthly all-time) records? ==&lt;br /&gt;
&lt;br /&gt;
Use the editor in Cumulus - on the Edit menu. If you know the correct figures, you can enter them manually.&lt;br /&gt;
*You can look at the [[Alltimelog.txt]] file to find the previous values for the [[Monthlyalltime.ini|all-time records]].&lt;br /&gt;
*Similar entries are logged to the [[diags]] files for the monthly highs and lows in [[month.ini]]. &lt;br /&gt;
*You can also get the editor to scan the [[dayfile.txt|daily summary log]] and [[Monthly_log_files]] to find the highs and lows from those files, click the Help button for details. Note that to use this facility you first need to correct any incorrect values in the files being scanned; you can use the built-in editor in Cumulus to edit dayfile.txt.&lt;br /&gt;
&lt;br /&gt;
Cumulus takes a backup of all the active data files when it starts up, and also at the start of the meteorological day (just after midnight for a lot of users). The backups are kept in folders within the backup sub-folder in the Cumulus installation. So an alternative method would be to find the latest backup from before the error occurred, and copy the &#039;&#039;alltime.txt&#039;&#039; and/or &#039;&#039;monthlyalltime.txt&#039;&#039; file from the backup to the Cumulus data folder. Do this with Cumulus stopped.&lt;br /&gt;
&lt;br /&gt;
There is more information in [[:Category:Log_Files]], on the page for each type of file.&lt;br /&gt;
&lt;br /&gt;
== It&#039;s January 1st and my &#039;rain since midnight&#039; and/or &#039;last 24 hours rain&#039; and/or Evapotranspiration are wrong/negative ==&lt;br /&gt;
&lt;br /&gt;
You are probably using a Davis station. Cumulus needs an incrementing rain counter to calculate all of the rain figures, and the nearest to that on a Davis station is the annual total. When this resets at the end of the year, this causes some of the rain data to show odd values for a day. You will notice this particularly if you use an 0900 start of meteorological day, as the &#039;rain since midnight&#039; figure is used for services such as Weather Underground. There&#039;s no easy solution to this, sorry.&lt;br /&gt;
&lt;br /&gt;
== Cumulus stops at the &amp;quot;Downloading data&amp;quot; screen ==&lt;br /&gt;
&lt;br /&gt;
If you have a Fine Offset station, this is probably caused by the station&#039;s interface locking up. You should be able to get it going again by doing a reset - remove batteries and the USB cable. Recent Fine Offset models have a problem where they can lock up frequently, requiring a reset. From version 1.9.3 of Cumulus onwards, there is an option to synchronise the reading of data with the console writing the data, to avoid doing both at the same time, and this seems to avoid most lockups. The setting is &amp;quot;Synchronise Fine Offset reads&amp;quot; on the station settings screen.&lt;br /&gt;
&lt;br /&gt;
If you look in the status bar at the bottom of the Cumulus window, there may a message &amp;quot;Error: no response&amp;quot;; this would confirm that the station has locked up and needs resetting.&lt;br /&gt;
&lt;br /&gt;
== Cumulus locks up when it starts and I have to use the task manager to kill it ==&lt;br /&gt;
&lt;br /&gt;
If you have a &#039;&#039;Fine Offset station&#039;&#039;, this is most likely caused by the station&#039;s interface locking up, i.e the station has stopped communicating with the PC.&lt;br /&gt;
&lt;br /&gt;
The problem where Cumulus locks up when the Fine Offset station doesn&#039;t respond is fixed in version 1.9.4. If you look in the status bar at the bottom of the Cumulus main window, there may be a message &amp;quot;Error: no response&amp;quot;; this would confirm that the station has locked up and needs resetting.&lt;br /&gt;
&lt;br /&gt;
You should be able to get the station going again by doing a reset - either remove console batteries and the USB cable or press the reset button hidden below the small hole (on 1081-based models, above the top RH corner of the battery cover). Recently manufactured Fine Offset models have a problem where they can lock up frequently, requiring a power reset. From version 1.9.3 of Cumulus onwards, there is an option on &#039;&#039;station settings screen&#039;&#039; to &#039;&#039;&#039;Synchronise Fine Offset Reads&#039;&#039;&#039; (Cumulus reading data from console) with the timing of received transmissions from sensors updating the data, to avoid doing both at the same time, and this seems to avoid most lockups.&lt;br /&gt;
&lt;br /&gt;
== Error messages with &amp;quot;Error on line...&amp;quot; or &amp;quot;Error at line...&amp;quot; ==&lt;br /&gt;
&lt;br /&gt;
These are corruptions in the log files, typically caused by Cumulus being unexpectedly closed (e.g. killed using Task Manager, or a PC reboot) while it is writing to the log files, but there can be other causes. The error message may say something like &amp;quot;List index out of bounds&amp;quot;. The error message will name the affected file(s) and the affected line number(s).&lt;br /&gt;
&lt;br /&gt;
Stop Cumulus and open the named file(s) in a good text editor, such as Notepad++. Do not use Notepad. At the line number(s) mentioned correct the error(s), which will be obvious as the lines won&#039;t look like the other lines, they will be blank or have garbage characters, or perhaps two lines have been run together. Save the file(s) and start Cumulus again.&lt;br /&gt;
&lt;br /&gt;
== Cumulus gives an error and won&#039;t run on my HP computer ==&lt;br /&gt;
&lt;br /&gt;
It&#039;s a known problem with HP computers; they have missing fonts. One solution is to install [http://www.microsoft.com/en-us/download/details.aspx?DisplayLang=en&amp;amp;id=16083 this font update] from Microsoft. It appears that computers other than HP can have the same font issue, so it is worth installing the font update anyway, if you get a problem where Cumulus won&#039;t start.&lt;br /&gt;
&lt;br /&gt;
== The headings or data look wrong in the data log viewer ==&lt;br /&gt;
&lt;br /&gt;
You&#039;re probably trying to view the wrong type of file. Use [[Cumulus_Screenshots|menus]] on main screen.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;View | Data logs&amp;quot; is only for the monthly data logs, e.g. Oct13log.txt, &amp;quot;View | Extra data logs&amp;quot; is for &amp;quot;extra&amp;quot; data logs, e.g. ExtraLog201310.txt, and if you want to view the daily summaries in dayfile.txt, use the dayfile.txt editor - &amp;quot;Edit | dayfile.txt&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
== The wind rose in Cumulus does not display anything with my Fine Offset ==&lt;br /&gt;
&lt;br /&gt;
The Fine Offset weather stations are supposed to supply data for 16 wind directions, however the design is such that most of them only actually use 8 of the possible 16. Try setting the wind rose to only display 8 directions by setting the &#039;wind rose points&#039; value to 8 on the display settings screen.&lt;br /&gt;
&lt;br /&gt;
== I&#039;ve set the graph background to white, but there&#039;s a problem with the small wind direction graph ==&lt;br /&gt;
&lt;br /&gt;
This appears to be an issue with the third party chart component. The work around is to choose a gradient background and set all three colours in the gradient to white.&lt;br /&gt;
&lt;br /&gt;
== My Weather Underground tabular data interval is not the same as the interval I&#039;ve set in Cumulus (I&#039;m using Rapid Fire) ==&lt;br /&gt;
&lt;br /&gt;
If you have selected &#039;rapid fire&#039;, the data is uploaded every 5 seconds, and the interval you configure in Cumulus is not used. Weather Underground decide how often your tabular data is logged when using rapid fire, not Cumulus.&lt;br /&gt;
&lt;br /&gt;
== My WU or PWS highest and lowest do not match Cumulus ==&lt;br /&gt;
&lt;br /&gt;
Note that Cumulus does not send minimum and maximum values to PWS and WU, they determine those themselves from the individual values that Cumulus sends.&lt;br /&gt;
&lt;br /&gt;
== My monthly (month-by-month) all-time records don&#039;t have entries for all of the months that I have been using Cumulus ==&lt;br /&gt;
&lt;br /&gt;
You need to initialise them. See the release announcement for version 1.9.3, which is when this facility was introduced: http://sandaysoft.com/forum/viewtopic.php?f=2&amp;amp;t=9286&lt;br /&gt;
&lt;br /&gt;
You only need to do this once; when you have initialised them, Cumulus will keep them up to date thereafter.&lt;br /&gt;
&lt;br /&gt;
== I am getting I/O error 32 or I/O error 103 ==&lt;br /&gt;
&lt;br /&gt;
I/O error 32 = ERROR_SHARING_VIOLATION; &amp;amp;nbsp; I/O error 103 = &#039;file not open&#039; mean something on your system has one of the Cumulus files open, preventing Cumulus writing to it (Cumulus needs exclusive access).  If you are seeing &amp;quot;file access denied&amp;quot;, you may have a permissions problem.&lt;br /&gt;
Possible reasons for locked files:&lt;br /&gt;
# Anti-virus, or back-up, software scanning/accessing the file (this is the cause in almost all cases that I&#039;ve seen).&lt;br /&gt;
# An edit or file transfer in progress (the Cumulus thread for logging and the Cumulus thread for FTP are independent so can overlap). This is likely to happen if you are getting Cumulus to frequently upload the log file to your web site.&lt;br /&gt;
# Some other software that a user is running which is processing the file in some way.&lt;br /&gt;
# More than one instance of Cumulus running (see [[#Can_I_run_2_copies_of_Cumulus.3F]]).&lt;br /&gt;
# An issue with the system clock on the PC.&lt;br /&gt;
&lt;br /&gt;
== I have problems after upgrading to Windows 10 ==&lt;br /&gt;
See this forum post - http://sandaysoft.com/forum/viewtopic.php?f=2&amp;amp;t=14148&lt;br /&gt;
&lt;br /&gt;
= Website =&lt;br /&gt;
&lt;br /&gt;
== How do I set up a website? ==&lt;br /&gt;
The crucial settings are selected on the &#039;&#039;Internet&#039;&#039; screen in the &#039;&#039;&#039;Configuration&#039;&#039;&#039; menu. &lt;br /&gt;
*On the &#039;&#039;Sites/Options&#039;&#039; tab, you must have &#039;&#039;&#039;Auto Update&#039;&#039;&#039; selected if you want Cumulus to generate web pages at the standard interval.  Other parameters will depend on your particular set-up, but are explained in the Cumulus &#039;&#039;&#039;Help&#039;&#039;&#039; and in Wiki pages starting with [[Website_setup]] and following links as required. &lt;br /&gt;
*On the &#039;&#039;Files&#039;&#039; tab, you select whether to use the standard Cumulus templates and images, or specify your own templates and destinations.&lt;br /&gt;
&lt;br /&gt;
== I’ve configured my ftp details but the web pages aren’t appearing on my site  ==&lt;br /&gt;
&lt;br /&gt;
Try setting ‘use active FTP mode’. If you already have it set, try unsetting it. If it was previously working OK, something may have changed on your network, or at the server end.&lt;br /&gt;
&lt;br /&gt;
== I’ve tried active FTP mode, but my web pages (or my realtime.txt file) still don’t appear?  ==&lt;br /&gt;
&lt;br /&gt;
Are you absolutely sure you have set the ftp path correctly? Most problems like this are a result of an incorrect path. Note that the information in the &#039;FTP progress&#039; window is not generally useful for diagnosing upload issues&#039; try turning on the ftp logging (on the Configuration menu) and look in the ftplog.txt and realtimeftplog.txt files (in the Cumulus folder). It is best to supply a relative path - i.e. with no leading &#039;slash&#039;. Please don&#039;t ask me what path you need to supply, it is impossible for me to guess how your web space is set up. If you cannot work it out, ask your web space provider for help.&lt;br /&gt;
&lt;br /&gt;
== How do I replace the &#039;bird&#039; image on my website? ==&lt;br /&gt;
&lt;br /&gt;
There are several ways to change the image of the &#039;bird&#039; on the standard Cumulus web page.  You will need a [[FTP tool]].&lt;br /&gt;
* The simplest way is to upload a new picture to the images folder of your website; the file should be called picture.jpg.   Please ensure the image is not too large and bear in mind it will appear on the bottom left of the page; the site data may cover some of the image.  As a guide, the default image is 600 x 450 pixels.&lt;br /&gt;
* Secondly, you may upload an image using your own file name.  Edit the &#039;&#039;weatherstyle.css&#039;&#039; file and look for the line &amp;lt;tt&amp;gt;background-image: url(images/picture.jpg);&amp;lt;/tt&amp;gt; around line 9 and adjust as necessary.  Upload the edited css file to your website.&lt;br /&gt;
* if you wish to remove the image completely edit the &#039;&#039;weatherstyle.css&#039;&#039; file and remove the line &amp;lt;tt&amp;gt;background-image: url(images/picture.jpg);&amp;lt;/tt&amp;gt;  Upload the edited css file to to your website.&lt;br /&gt;
&lt;br /&gt;
NOTE: It is not recommended that you overwrite the image in your local folder (webfiles\images\picture.jpg) because that gets overwritten when you update to a new build of Cumulus. Ideally your image will be in its own local folder outside the Cumulus structure.&lt;br /&gt;
&lt;br /&gt;
== Why does the heading say &#039;weather weather&#039; ? ==&lt;br /&gt;
&lt;br /&gt;
The standard first template page contains &#039;&#039;&#039;&amp;amp;lt;h1&amp;amp;gt;&amp;amp;lt;#location&amp;amp;gt; weather&amp;amp;lt;/h1&amp;amp;gt;&#039;&#039;&#039;, so do not include &#039;weather&#039; in your station name (this is what the tag &amp;amp;lt;#location&amp;amp;gt; represents, see next answer) to avoid it being duplicated.&lt;br /&gt;
&lt;br /&gt;
== How do I change the &amp;quot;Welcome to.&amp;quot; on the front page ==&lt;br /&gt;
&lt;br /&gt;
The Welcome message is controlled within Cumulus.  Click on the &#039;&#039;Station&#039;&#039; screen in &#039;&#039;&#039;Configuration&#039;&#039;&#039; menu and Edit the &#039;&#039;&#039;Description&#039;&#039;&#039; field within the Location frame to amend what the tag &amp;lt;#longlocation&amp;gt; represents in &amp;quot;Welcome to &amp;amp;lt;#longlocation&amp;amp;gt;.&amp;quot; on template page.&lt;br /&gt;
&lt;br /&gt;
== I don&#039;t have a solar sensor. How do I remove the solar data from the supplied web templates? ==&lt;br /&gt;
Locate the Cumulus &#039;web&#039; folder on your PC and edit the following files (there are comments in the html to guide you):&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;indexT.htm&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Remove the following code:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
  &amp;lt;!-- Solar data. If you don&#039;t have a solar sensor, you may wish to delete everything from here to the next comment --&amp;gt;&lt;br /&gt;
  &amp;lt;tr class=&amp;quot;td_temperature_data&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;Solar Radiation&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;&amp;lt;#SolarRad&amp;gt;&amp;amp;nbsp;W/m&amp;amp;sup2;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;Evapotranspiration Today&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;&amp;lt;#ET&amp;gt;&amp;amp;nbsp;&amp;lt;#rainunit&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;/tr&amp;gt;&lt;br /&gt;
  &amp;lt;!-- End of solar data --&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;todayT.htm&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
Remove the following code:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
    &amp;lt;!-- Solar data. If you don&#039;t have a solar sensor, you may wish to delete everything from here to the next comment --&amp;gt;&lt;br /&gt;
    &amp;lt;tr class=&amp;quot;td_temperature_data&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;td&amp;gt;Hours&amp;amp;nbsp;of&amp;amp;nbsp;Sunshine&amp;lt;/td&amp;gt;&lt;br /&gt;
      &amp;lt;td&amp;gt;&amp;lt;#SunshineHours&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
      &amp;lt;td&amp;gt;&amp;amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;!-- End of solar data --&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;yesterdayT.htm&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Remove the following code:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
    &amp;lt;!-- Solar data. If you don&#039;t have a solar sensor, you may wish to delete everything from here to the next comment --&amp;gt;&lt;br /&gt;
    &amp;lt;tr class=&amp;quot;td_temperature_data&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;td&amp;gt;Hours&amp;amp;nbsp;of&amp;amp;nbsp;Sunshine&amp;lt;/td&amp;gt;&lt;br /&gt;
      &amp;lt;td&amp;gt;&amp;lt;#YSunshineHours&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
      &amp;lt;td&amp;gt;&amp;amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;!-- End of solar data --&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== How do I remove Inside Temperature graph or add solar/UV/sunshine? ==&lt;br /&gt;
&lt;br /&gt;
Locate the Cumulus &#039;web&#039; folder on your PC and edit the following file:&lt;br /&gt;
&#039;&#039;&#039;trendsT.htm&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Modify the following code:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
    &amp;lt;td class=&amp;quot;td_thumbnails&amp;quot;&amp;gt;&amp;lt;a onclick=&#039;changeImage(&amp;quot;images/intemp.png&amp;quot;)&#039;&amp;gt;&amp;lt;img src=&amp;quot;images/intempsm.png&amp;quot; alt=&amp;quot;Inside Temperature Graph Thumbnail&amp;quot; width=&amp;quot;150&amp;quot; height=&amp;quot;100&amp;quot; style=&amp;quot;border:0&amp;quot; /&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
*To simply remove &#039;&#039;&#039;Inside Temperature&#039;&#039;&#039; graph, change code above to this&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
*If you want to stop Cumulus uploading the indoor temperature graph, you can un-tick &#039;Include standard images&#039; on the &#039;files&#039; tab of the internet settings, and list all of the images that you still want to be uploaded as extra files. As there will likely be more than 10 files, you would need to do this by editing Cumulus.ini.&lt;br /&gt;
*To show solar instead, replace &#039;intemp.png&#039; with &#039;solar.png&#039;, replace &#039;intempsm.png&#039; with &#039;solarsm.png&#039;, and change the wording of the value associated with the alt property.&lt;br /&gt;
*To make Cumulus upload the solar graph, select it on the &#039;files&#039; tab of the internet settings.&lt;br /&gt;
*To show sunshine instead, replace &#039;intemp.png&#039; with &#039;sunshine.png&#039;, replace &#039;intempsm.png&#039; with &#039;sunshinesm.png&#039;, and change the wording of the value associated with the alt property.&lt;br /&gt;
*To make Cumulus upload the sunshine graph, select it on the &#039;files&#039; tab of the internet settings.&lt;br /&gt;
*To show UV instead, replace &#039;intemp.png&#039; with &#039;uv.png&#039;, replace &#039;intempsm.png&#039; with &#039;uvsm.png&#039;, and change the wording of the value associated with the alt property.&lt;br /&gt;
*To make Cumulus upload the UV graph, select it on the &#039;files&#039; tab of the internet settings.&lt;br /&gt;
&lt;br /&gt;
If you want to do more than a straight one for one swap see [[Customised_templates#Slightly_less_simple_customisation_of_trendsT.htm| customisation page here]].&lt;br /&gt;
&lt;br /&gt;
== How do I include extra items on supplied web templates? ==&lt;br /&gt;
&lt;br /&gt;
Open the folder cumulus\web and edit the relevant file named xxxxxT.htm.  For example instead of deleting the sections in the [[#I don&#039;t have a solar sensor. How do I remove the solar data from the supplied web templates?|remove solar answer]], edit their contents.&lt;br /&gt;
See [[Customised_templates#Changing_the_Standard_Templates]] for fuller description.&lt;br /&gt;
&lt;br /&gt;
If you do change the standard templates, take a copy of your new versions, and store elsewhere.&lt;br /&gt;
The sub-folder cumulus\web\originals has copies of the standard templates from the installed build, do not edit these.&lt;br /&gt;
When you install a new build of Cumulus, you have an option to replace or not replace the contents of cumulus\web with the new build&#039;s standard templates.&lt;br /&gt;
&lt;br /&gt;
== How do I upload extra web pages? ==&lt;br /&gt;
&lt;br /&gt;
See Cumulus help for the Internet Settings screen, or for a step-by-step guide see [[Customised_templates#What_to_select_on_the_.27Files.27_tab_of_the_Internet_Settings_screen_within_the_.27Configuration.27_menu]]&lt;br /&gt;
&lt;br /&gt;
== What character encoding does Cumulus use for the web pages it generates? ==&lt;br /&gt;
&lt;br /&gt;
Cumulus 1.9.4 build 1093 changed all the template pages from XHTML 1.0 Transitional using charset=iso-8859-1 encoding to HTML 5 using charset=&amp;quot;UTF-8&amp;quot; encoding. It uses this without [http://en.wikipedia.org/wiki/Byte_order_mark Byte Order Mark] (BOM).&lt;br /&gt;
&lt;br /&gt;
From that build, you can tell Cumulus which of those two encodings to use:&lt;br /&gt;
*For standard template names in standard &#039;cumulus\web&#039; folder, if you replace them with customised templates not using [http://en.wikipedia.org/wiki/UTF-8 &amp;quot;Universal Character Set Transformation Format — 8-bit&amp;quot; (UTF-8)], &lt;br /&gt;
**unselect &#039;&#039;&#039;UTF-8 encode&#039;&#039;&#039; in the web settings frame on the Sites/Options tab of Internet settings screen in Configuration menu. &lt;br /&gt;
**Cumulus will then, as in earlier builds, use [http://en.wikipedia.org/wiki/ISO-8859-1 iso-8859-1] encoding.&lt;br /&gt;
*For extra templates, the Files tab of the Internet settings screen in Configuration menu has the option to choose which of the two Cumulus encodings to use.  See Wiki article referenced in previous answer.&lt;br /&gt;
&lt;br /&gt;
Note that since Cumulus 1.9.4 build 1078 there has been an option on the NOAA Setup screen in Configuration menu to specify whether character set utf-8 encoding is to be used for those reports.&lt;br /&gt;
&lt;br /&gt;
== Why does a standard gauges web page have text where it should show gauges? ==&lt;br /&gt;
&lt;br /&gt;
[[File:Gauges missing.jpg]] If a standard Cumulus &#039;gauges.htm&#039; web page displays like this then either&lt;br /&gt;
&lt;br /&gt;
1) (Most Likely) The weather station owner has not loaded the required files/folders onto his/her server; &lt;br /&gt;
* The gauges graphics require the &#039;images&#039; subfolder (see next answer), containing the script and many images to be pre-loaded in the &#039;dbimages&#039; subfolder.&lt;br /&gt;
* All these should exist within the destination folder that holds the HTML files as instructed in the Cumulus Help (&#039;setting up your website&#039; page)  &lt;br /&gt;
* Also explained in [[Simple Website setup]] on this Wiki.&lt;br /&gt;
&lt;br /&gt;
or 2) JavaScript is not enabled (or not available) in the browser being used to view the page (if not enabled, this can be switched on in either &#039;Options&#039;, &#039;Preferences&#039; or &#039;Settings&#039; depending on browser). Note that Firefox version 23 has removed the ability to change this in Option preferences, so ignore this solution in that browser.&lt;br /&gt;
&lt;br /&gt;
or 3)  You are using a browser add-on such as &#039;NoScript&#039; (over 2 million use this) which requires you to explicitly turn on JavaScript for each web site you visit within the &#039;NoScript&#039; options.  (This sort of add-on may be used to restrict advertising or tracking of your actions, or for security against unwanted processes being started by sites you visit).&lt;br /&gt;
&lt;br /&gt;
== Why are there no graphs on my standard trends web page? ==&lt;br /&gt;
&lt;br /&gt;
Either 1) You have not created an images sub-folder (within your folder that holds web pages) as instructed in the Cumulus Help (&#039;setting up your website&#039; page) -  also explained in [[Simple Website setup]].  In this case, the bird image will not be appearing in the bottom left corner of your web pages.&lt;br /&gt;
&lt;br /&gt;
Or 2) You have switched off &#039;&#039;&#039;Include Standard Images&#039;&#039;&#039; on the file tab of the Internet dialogue of the configuration menu.  In this case Cumulus believes you are working in a non-standard way, and does not automatically upload the graphs (nor moon image).&lt;br /&gt;
&lt;br /&gt;
== What is the size of the standard Cumulus update? ==&lt;br /&gt;
&lt;br /&gt;
The default is that all of the standard pages and standard images are uploaded on each update at whatever standard update frequency you select. &lt;br /&gt;
&lt;br /&gt;
In total for version 1.9.2, it&#039;s about half a megabyte - about 100kB for the pages (about half of that is the gauges.htm page with all the detailed wind plotting points, and half the other pages) and 400kB for the variable images (moon phase, some gauges images and trend graphs - the exact size of latter can vary if you change the period they cover).&lt;br /&gt;
&lt;br /&gt;
Version 1.9.3 adds the monthly records page which contains 12 months worth of a lot of data, and adds 25kB to every update (although usually very little changes between updates).&lt;br /&gt;
&lt;br /&gt;
The NOAA monthly and annual pages are uploaded once a day, that is another 8kB for a full month and full year, obviously less at the start of a month/year.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Optional extras&#039;&#039;&#039;&lt;br /&gt;
*[[realtime.txt]] file, this is less than 1kB (1024 Bytes) in size.&lt;br /&gt;
*[[dayfile.txt]] a file that is about (30 times number of years) kB&lt;br /&gt;
*The files required to update external sites are no more than a few kB.&lt;br /&gt;
&lt;br /&gt;
== How do I upload my own pages or files once a day? ==&lt;br /&gt;
&lt;br /&gt;
Cumulus allows you to specify a command (with optional parameters) that will be actioned just after daily rollover. The command is entered in the &#039;&#039;External programs&#039;&#039; frame at the bottom left of the Internet Settings screen.  The box is labelled &#039;&#039;&#039;Daily&#039;&#039;&#039;. Click the Cumulus &#039;&#039;Help&#039;&#039; button for guidance.  For example you could type &#039;c:\cumulus\daily.cmd&#039; in the box labelled &#039;&#039;Daily&#039;&#039;. &lt;br /&gt;
&lt;br /&gt;
This could be used to upload the pages with the longer term extremes (as your monthly, annual and all-time extremes may only change a few times a month or even less frequently) and so reduce the upload burden at the standard uploading frequency.  To achieve this you would use the content of that example file &#039;daily.cmd&#039;, in the default Cumulus folder,   to call your own [[FTP_tools| file transfer tool]] for those infrequently changing pages. Remember to also unselect &#039;&#039;&#039;Include Standard Files&#039;&#039;&#039; on the&#039;&#039; &#039;Files&#039; tab&#039;&#039; of &#039;Internet settings&#039;, and list [[Customised_templates#How_Cumulus_uses_its_templates|the templates]] on that tab, selecting &#039;&#039;&#039;Process?&#039;&#039;&#039; for all of them, but only selecting &#039;&#039;&#039;FTP?&#039;&#039;&#039; for the other frequently changing pages that are still to be uploaded at the standard interval. You may find help on the forum  or elsewhere on this wiki [[SFTP| for the FTP call]] and [[Customised_templates#Creating_Your_Own_Templates| for &#039;Files&#039; tab settings]].&lt;br /&gt;
&lt;br /&gt;
It can also be used for the optional files mentioned in the previous answer or to update a database using a [[ImportCumulusFile|PHP batch job]].  For the daily command specified above, in the default Cumulus folder, add a file &#039;daily.cmd&#039; that contains (if you host your own server using &#039;XAMPP&#039;), &#039;copy c:\cumulus\data\dayfile.txt C:\xampp\htdocs\weather\daj\&#039; for example to enable you to use the [[AnnualDataSummary| Annual Day-by-day Summary]] tool. (Uploading if you do not host your own server is described at [[Upload_Dayfile| upload dayfile]] but basically you swap the copy command for a FTP command).&lt;br /&gt;
&lt;br /&gt;
== The &#039;real time wind data&#039; gauges on the standard gauges page aren&#039;t working ==&lt;br /&gt;
&lt;br /&gt;
These require a [[realtime.txt]] file to be uploaded by Cumulus. Tick the &amp;quot;Enable Realtime&amp;quot;, &amp;quot;Enable Realtime FTP&amp;quot; and &amp;quot;Enable realtime.txt FTP&amp;quot; boxes on the internet settings screen. If the gauges still do not work, check that the [[realtime.txt]] file is being uploaded to the correct place. If it is not, it is likely that you have specified an incorrect &#039;ftp directory&#039; in Cumulus. If your &#039;normal&#039; pages are being uploaded correctly, but realtime.txt is not, then it is likely that you simply need to leave the ftp directory blank (but see the note below first).&lt;br /&gt;
&lt;br /&gt;
A possible cause for this problem is that your web space provider does not allow .txt files to be accessed. For example, the free hosting provider 000webhost.com do not.&lt;br /&gt;
&lt;br /&gt;
== I&#039;m using the supplied web pages, and get lower case in places where I want upper case  ==&lt;br /&gt;
&lt;br /&gt;
It&#039;s in the CSS. Go to the webfiles sub-folder of your cumulus installation, edit weatherstyle.css and find lines like: &amp;quot;text-transform: lowercase;&amp;quot; and remove them. Use FTP tool to replace the weatherstyle.css on your website.&lt;br /&gt;
&lt;br /&gt;
== My web pages have things like &amp;amp;lt;#location&amp;amp;gt; in them  ==&lt;br /&gt;
You’ve edited your templates with something like Dreamweaver, and it’s changed the angle brackets on the [[Webtags]] to &amp;quot;&amp;amp;amp;lt&amp;amp;nbsp;;&amp;quot; and &amp;quot;&amp;amp;amp;gt&amp;amp;nbsp;;&amp;quot; - you need to change them back to &amp;amp;lt; and &amp;amp;gt;. &#039;&#039;These may look the same when viewed in your browser, but you can see the difference if you &#039;view source&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
Alternatively, if the web templates are listed in [[cumulus.ini]] (and for the first 10 appear on the &#039;&#039;&#039;files&#039;&#039;&#039; tab of &#039;&#039;Internet&#039;&#039; dialogue of &#039;&#039;&#039;Configuration&#039;&#039;&#039; menu), the &#039;&#039;&#039;Process&#039;&#039;&#039; option must be ticked for the web pages generated by Cumulus to have values replacing the [[Webtags]].  Otherwise at each web update, Cumulus will generate web pages the same as the templates.&lt;br /&gt;
&lt;br /&gt;
== My web pages are empty ==&lt;br /&gt;
If empty web pages are being uploaded to your web site (i.e. they report size of 0 kB, but do not produce &#039;error 404 - page not found&#039; message), and your browser shows that their modification date is recent (see next FAQ), then it is likely that the [[Customised_templates#What_is_meant_by_.27Cumulus_processes_templates.27| Cumulus processing]] of templates is failing:&lt;br /&gt;
*Either (since build 1093, as made clear in the release notes)[[File:Web settings.JPG]] the character encoding (for standard named templates that are [[Customised_templates#What_is_meant_by_.27Cumulus_processes_templates.27| processed by Cumulus]]) is specified incorrectly on the &#039;&#039;&#039;Configuration&#039;&#039;&#039;  menu, &#039;&#039;Internet&#039;&#039; dialog, &#039;&#039;&#039;Sites/Options&#039;&#039;&#039; tab, &#039;&#039;Web Settings&#039;&#039; frame as shown about half way down on this screen extract:&lt;br /&gt;
**Select the option where indicated by red arrow if your template includes in a line near the start &amp;lt;code&amp;gt;&amp;lt;meta charset=&amp;quot;UTF-8&amp;quot;&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
**Deselect the option where indicated by red arrow if your template includes something like &amp;lt;code&amp;gt;&amp;lt;meta content=&amp;quot;text/html; charset=iso-8859-1&amp;quot; http-equiv=&amp;quot;Content-Type&amp;quot; /&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
**For customised pages, (without standard Cumulus template names), select/un-select the UTF-8 encoding in the appropriate column on the &#039;&#039;&#039;Configuration&#039;&#039;&#039;  menu, &#039;&#039;Internet&#039;&#039; dialog, &#039;&#039;&#039;Files&#039;&#039;&#039; tab screen where you list the local and remote names.&lt;br /&gt;
*Or you have edited/customised the template and added an incorrectly specified Cumulus [[webtag]] that has caused [[Customised_templates#What_is_meant_by_.27Cumulus_processes_templates.27| Cumulus processing]] to abort for that template.  If you stop cumulus you can use a text editor to open the latest [[Diags|diagnostic file]]. Look at entries time-stamped just before the hour and repeated at your auto-update &#039;&#039;interval&#039;&#039; (just below red arrow in screen image above). You might find a message like &amp;quot;Error processing C:\web\indexT&amp;quot; (i.e. mentioning whichever template is at fault) followed by a brief hint as to the nature of the error.&lt;br /&gt;
&lt;br /&gt;
== My web pages have obsolete web tag values in them  ==&lt;br /&gt;
If the information showing on your web pages is out of date, then it must have been working before, so you have made a change somewhere.&lt;br /&gt;
*Most browsers will display &#039;page information&#039; that tells you when the page was last modified (by querying the web server).&lt;br /&gt;
**if the page on your web server was recently modified, &lt;br /&gt;
***then the next item to investigate is the template file; a template file contains Cumulus web tags and the [[Customised_templates#What_is_meant_by_.27Cumulus_processes_templates.27|&#039;process&#039;]] that Cumulus does to create a web page involves reading text from a template and when it finds a web tag it inserts the latest value in as it creates the page. A [[FAQ#What_file-names_does_Cumulus_use_when_processing_and_uploading_files_to_my_web_site.3F|local file]] is then created and Cumulus will FTP (or copy) this to the web server according to the settings. If the template file cannot be processed, Cumulus may still upload an existing old local file.&lt;br /&gt;
**if the page was not recently modified, &lt;br /&gt;
***maybe you are not running Cumulus, so it is not updating.  &lt;br /&gt;
***maybe your file transfer is not working, turn ftp logging on for technical output, and look for any filenames and any &#039;successfully transferred&#039; messages.&lt;br /&gt;
***maybe your &#039;internet settings&#039; screen has accidentally been changed, see Cumulus help for simple instructions.  If you took a backup of [[cumulus.ini]] you can stop Cumulus, rename the current file and copy your cumulus.ini backup back into the &#039;cumulus&#039; directory containing the Cumulus program.&lt;br /&gt;
***maybe your web server provider has changed something.&lt;br /&gt;
&lt;br /&gt;
== Running a web server on the same PC as Cumulus ==&lt;br /&gt;
If you do not have a web site, or run a web server locally (same PC, or on your local network), you can get Cumulus to generate/copy either html, or image, files locally instead of using FTP to place them remotely.&lt;br /&gt;
&lt;br /&gt;
You&#039;ll need to list the (source) file including paths on the files tab of the internet settings, and specify a destination path and file name for the remote file in each case. Don&#039;t tick the &#039;&#039;FTP?&#039;&#039; box for standard cumulus pages (the exception is for a local web server and any non-standard web page that attempts to read using a script a local file such as dayfile.txt as this does need FTP to generate the server-based web page). For the standard images, you can supply a folder name (specify on the same screen), and they will all get copied there. See [[Customised_templates#What_to_select_on_the_.27Files.27_tab_of_the_Internet_Settings_screen_within_the_.27Configuration.27_menu|here]] for greater detail.&lt;br /&gt;
&lt;br /&gt;
There&#039;s a limit of 10 entries on the files tab in Cumulus 1.9.x (in Cumulus MX all 100 entries are included in the settings interface).  Entries for the full 100 files can also be amended by editing [[Cumulus.ini#Section:_FTP_site|cumulus.ini]], with Cumulus stopped. Follow the format of any existing entries for specifying additional files.&lt;br /&gt;
&lt;br /&gt;
== Error Codes generated by FTP or Winsock ==&lt;br /&gt;
You should be able to look these up on the web.  [http://kb.globalscape.com/KnowledgebaseArticle10142.aspx Try Here]&lt;br /&gt;
&lt;br /&gt;
== How do I configure Cumulus for Secure FTP (SFTP/FTPS)? ==&lt;br /&gt;
Cumulus doesn&#039;t support Secure FTP. You can configure Cumulus to invoke an external program like WinSCP, as described here: [[SFTP | SFTP article]]&lt;br /&gt;
&lt;br /&gt;
== Directory related problems in FTP ==&lt;br /&gt;
The following pointers should help:&lt;br /&gt;
* All web site file references are case sensitive.  So if your FTP server directory is &#039;&#039;public_html&#039;&#039;, then &#039;Public_HTML&#039; will not work!&lt;br /&gt;
* On the &#039;&#039;Internet settings&#039;&#039; screen in &#039;&#039;&#039;Sites/Options&#039;&#039;&#039; the optional Directory parameter required is &#039;&#039;the path from  your FTP root&#039;&#039;, to where the web pages are to be stored. It is &#039;&#039;not&#039;&#039; the &#039;&#039;&#039;Universal Resource Locator (URL)&#039;&#039;&#039; that you would specify to view the web page in a browser.  Click the &#039;&#039;&#039;Help&#039;&#039;&#039; button for full explanation, or search the support forum (as many people before you have found this directory is the hardest parameter to get right).&lt;br /&gt;
* The error window is not useful for diagnosing ftp problems; you need to &#039;&#039;&#039;turn on &#039;&#039;ftp logging&#039;&#039; &#039;&#039;&#039;and look at ftplog.txt. Most FTP directory problems are due to you quoting an incorrect ftp directory, and the ftp log will show an error when an attempt is made to change to the directory you have specified incorrectly. &lt;br /&gt;
* Relative paths (without a leading slash) are always safer than absolute paths (with a leading slash) and you may find that just specifying (for example) &amp;quot;public_html&amp;quot; works OK, but this all depends on how your ftp server and your ftp account is set up.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* The &#039;&#039;standard pages&#039;&#039; are uploaded after a &#039;change directory&#039; attempting to select the directory you specified in &#039;&#039;&#039;Sites/Options&#039;&#039;&#039;; if this fails, the files will still be uploaded but to the FTP server root. So some mistakes do not matter because if no change of directory was actually required, these pages will be uploaded correctly.&lt;br /&gt;
* Any &#039;&#039;files you specify&#039;&#039; for uploading at standard update frequency are uploaded between standard pages (if &#039;Include Standard Files&#039; selected) and (written for Cumulus 1) standard images (if &#039;Include Standard Images&#039; selected), and you should specify the path (including any web site directory) in &#039;remote filenames&#039;, so there is no call to &#039;change directory&#039;. In this case, if that path is invalid, the upload fails.&lt;br /&gt;
* IN CUMULUS 1.x.y ONLY: The standard images for gauges and trends pages are uploaded after the standard pages, (and any pages you specify for uploading), by performing a second &#039;change directory&#039; this time fixed at &#039;images&#039;; if this fails, the files will still be uploaded to the current web site directory (FTP root or the directory you specified in &#039;&#039;&#039;Sites/Options&#039;&#039;&#039;).&lt;br /&gt;
* If you have enabled &#039;&#039;Realtime&#039;&#039;, the realtime.txt file is uploaded without doing a change directory, (by appending &amp;quot;/realtime.txt&amp;quot; to the directory on the &#039;&#039;Internet settings&#039;&#039; screen in &#039;&#039;&#039;Sites/Options&#039;&#039;&#039;). In this case, if the web site directory in your settings is invalid, the upload of the real time file fails.&lt;br /&gt;
* On the &#039;&#039;NOAA Setup&#039;&#039; screen the optional &#039;&#039;&#039;Directory&#039;&#039;&#039; parameter required is the relative path; from your FTP root, to where the NOAA report pages are to be stored. (It is totally independent of the directory on the &#039;&#039;Internet settings&#039;&#039; screen in &#039;&#039;&#039;Sites/Options&#039;&#039;&#039;).  Click the &#039;&#039;&#039;Help&#039;&#039;&#039; button for full explanation. Like realtime.txt, the upload destination is determined by appending the file-name for the report to any NOAA directory, and will fail if that directory is specified wrongly.&lt;br /&gt;
&lt;br /&gt;
See &#039;&#039;&#039;Setting up your website&#039;&#039;&#039; in Cumulus help for a simple guide to the sub-folder structure you need to create and the list of files that need to be uploaded manually when first installing a website. Or see [[Website_setup]] for all the options including customised pages.&lt;br /&gt;
&lt;br /&gt;
== My standard web pages are uploading but the uploading fails for images, realtime and/or NOAA reports ==&lt;br /&gt;
See previous answer, you have probably got your web pages in the default FTP directory of your web site, but specified the wrong directory on the settings screen.  Turn on the &#039;&#039;FTP logging&#039;&#039; in the configuration menu to see the technical detail.  You should have an FTP tool that you used to upload the &#039;static&#039; files required on your web site, and that will help you to see what is your site&#039;s root directory for file transfer uploads, and therefore any relative directory change you require.&lt;br /&gt;
&lt;br /&gt;
== What file-names does Cumulus use when processing and uploading files to my web site? ==&lt;br /&gt;
[[File:Cumulus_FTP_Process.png|150px|thumb|FTP Process]]Cumulus use two slightly different processes depending on if the file is part of the supplied &#039;standard&#039; web site, or an extra file you have specified on the &#039;&#039;Internet Settings|Files&#039;&#039; configuration dialog. For each of these processes there is an further variation depending on whether you have enabled the &#039;&#039;Use FTP rename&#039;&#039; option. This graphic shows the various combinations of file-names used for each step of the process. For the standard files, you can substitute any of the file names for indexT.htm, e.g. trendsT.htm&lt;br /&gt;
&lt;br /&gt;
For more details of Cumulus &#039;&#039;Process&#039;&#039; see [[Customised_templates#What_is_meant_by_.27Cumulus_processes_templates.27| here]].&lt;br /&gt;
&lt;br /&gt;
=Selecting a Weather Station sensor site=&lt;br /&gt;
A simple guide is at [http://weatherfaqs.org.uk/node/124 uk.sci.weather newsgroup], note this advises against roof mounting.&lt;br /&gt;
An attempt to compare the conflicting siting standards that apply across the world is included in a portable document format guide from [ftp://ftp.campbellsci.com/pub/outgoing/apnotes/siting.pdf Campbell Scientific].&lt;br /&gt;
For more advice see the website of your local Meteorological Bureau,  an educational place (e.g. in USA see [http://newa.nysaes.cornell.edu/public/NEWAStationSitingGuidelines.htm Cornell University]), the [http://library.wmo.int/opac/index.php?lvl=notice_display&amp;amp;id=12407 World Meterological Organisation] (WMO), or a specialist organisation (e.g. in UK see [http://www.rmets.org/weather-and-climate/observing/guidelines-observing-0 Royal Meteorological Society] rather than the Met Office web site).&lt;br /&gt;
&lt;br /&gt;
Modern Stevenson Screens are uPVC constructed with a black interior (so they do not radiate heat onto the sensors) and a white exterior (so they reflect as much radiation as possible).  There is a lot of discussion on the [http://sandaysoft.com/forum/viewforum.php?f=16 Homebuilt forum] about different approaches to improving measurements, and the problems with out of the box instrumentation from the different manufacturers. &lt;br /&gt;
&lt;br /&gt;
If you are contributing to an external site like APRS/CWOP, Weather Underground, PWS weather, Weatherbug and/or WOW, see guidance from these organisations re instrument placement.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note:&#039;&#039;&#039; Some stations have all sensors in one unit, positioning of these is a compromise between the ideals below for each sensor.&lt;br /&gt;
&lt;br /&gt;
== Where should I position the wind sensors ==&lt;br /&gt;
The side labelled &#039;North&#039; on the wind vane mount should face &#039;&#039;True North&#039;&#039;, remember that the magnetic north deviation from true north varies from year to year, see details on maps or online. Most wind vanes have a large surface that follows the wind and a thin end that points where the wind comes from, it is the latter direction that is reported.&lt;br /&gt;
&lt;br /&gt;
In the UK, the standard climatological measuring height is 10 metres.  Advice varies on whether you should apply a correction factor for any lower height. Cumulus allows you to apply such a factor to either just wind speed, or wind speed and gust speed, by using the Calibration screen within the configuation menu.  In the Cumulus Help it recommends that you also adjust wind chill - in practice this means ask Cumulus to &#039;&#039;calculate wind chill&#039;&#039; by selecting this in the settings frame on the &#039;&#039;&#039;station settings screen accessed from configuration menu&#039;&#039;&#039; (i.e. ignore any wind chill output by your weather station).&lt;br /&gt;
&lt;br /&gt;
If you are mounting near a building of height &#039;h&#039; above ground level, ideally the wind sensor should be at a height of &#039;1.5 times h&#039; above ground level. &lt;br /&gt;
If you are positioning away from a building or tree (or other object) of height &#039;h&#039; (or the mean height of several objects is &#039;h&#039;), then the distance away depends on which standard you are trying to meet, and can vary between 1.5 and 3 times &#039;h&#039;.&lt;br /&gt;
&lt;br /&gt;
== Where should I position the rain sensor  ==&lt;br /&gt;
The WMO says the rain gauge should at a distance away of 2 times the height of each nearby object (buildings, trees, walls, solid fences etc.) and just high enough off ground level to avoid possibility of splashing. You can experiment, but for amateurs, no more than a metre off the ground (or roof if mounted above it) and at least a metre from any chimney, wall or solid fence whose height exceeds that of the sensor seems good enough for most gauges. &lt;br /&gt;
See [[Rain measurement]] or your local offical organisation.&lt;br /&gt;
&lt;br /&gt;
== How do I protect my rain gauge against spiders or other natural problems ==&lt;br /&gt;
There is a lot of discussion on the [http://sandaysoft.com/forum/viewforum.php?f=16 Homebuilt forum]. In terms of siting, it is important to position your rain gauge where you can safely get to it.&lt;br /&gt;
&lt;br /&gt;
== How do I get good temperature and humidity measurements  ==&lt;br /&gt;
The international standard states ambient air temperature/humidity is measured at 1.25 metres above ground level, above soil or grass not paving, protected from direct sun radiation (and direct rain), unless you are measuring soil or ground temperatures. The height is important for derived values as an air frost is defined as a temperature at or below the freezing point for water at this height, and the count of these is a standard reporting requirement in some countries.&lt;br /&gt;
&lt;br /&gt;
If you are using a &#039;&#039;Fine Offset sensor&#039;&#039;, the thin depth of the thermometer/hygrometer (transmitter) should face where your console (receiver) is, for maximum transmission strength/distance, with the wide face at right angles to the transmission route. (Although if you use a model requiring a radio time signal, you will probably be trying to optimise that instead).&lt;br /&gt;
&lt;br /&gt;
== Pressure ==&lt;br /&gt;
Varies with altitude and temperature, but no significant variation with spatial position with regard to nearby fixed bulky objects.  Often measured indoors, do not mount above any heating or cooling system as there temperature may be particularly variable, and try to avoid any forced ventilation or extraction as such air moving systems could have different pressures on intake and outlet sides.  Equally operation in close proximity to opening doors/windows or to fast moving (road or railway) vehicles or tunnels can distort readings.&lt;br /&gt;
&lt;br /&gt;
== Solar ==&lt;br /&gt;
One would expect solar sensors should be positioned for maximum unshaded exposure to sunlight throughout the year, but again the forum contains advice for specific makes.&lt;/div&gt;</summary>
		<author><name>Steve</name></author>
	</entry>
	<entry>
		<id>https://www.cumuluswiki.org/index.php?title=Supported_Devices&amp;diff=3948</id>
		<title>Supported Devices</title>
		<link rel="alternate" type="text/html" href="https://www.cumuluswiki.org/index.php?title=Supported_Devices&amp;diff=3948"/>
		<updated>2016-01-30T15:53:21Z</updated>

		<summary type="html">&lt;p&gt;Steve: /* Unsupported Devices */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Below is a list of devices which are confirmed to run with the [[Cumulus_Versions|current version]] of Cumulus.&lt;br /&gt;
&lt;br /&gt;
If you are running a different model, please take a moment to update the page.&lt;br /&gt;
&lt;br /&gt;
We also maintain a list of unsupported devices&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Supported Devices=&lt;br /&gt;
&lt;br /&gt;
==Davis Range==&lt;br /&gt;
&lt;br /&gt;
*Vantage Pro&lt;br /&gt;
*Vantage Pro 2&lt;br /&gt;
*Vantage Vue&lt;br /&gt;
&lt;br /&gt;
==Oregon Scientific==&lt;br /&gt;
&lt;br /&gt;
*WMR-928&lt;br /&gt;
*WMR-918&lt;br /&gt;
*WM-918&lt;br /&gt;
*WMR-968&lt;br /&gt;
*Equivalent rebadged Radio Shack stations (serial only)&lt;br /&gt;
*WMR-88, WMR-100, WMR-180, WMRS200 and WMR-200&lt;br /&gt;
&lt;br /&gt;
see [[Extra_temperatures]]&lt;br /&gt;
&lt;br /&gt;
==Fine Offset==&lt;br /&gt;
&lt;br /&gt;
(MyDEL, Nevada, Watson, Tycon Power, Fine Offset etc)&lt;br /&gt;
&lt;br /&gt;
Use the &amp;quot;Fine Offset (WH1080)&amp;quot; setting in Cumulus for these:&lt;br /&gt;
&lt;br /&gt;
*W8681&lt;br /&gt;
*WH1080&lt;br /&gt;
*WH1080PC&lt;br /&gt;
*WH1081&lt;br /&gt;
*WH1090&lt;br /&gt;
*WH1091&lt;br /&gt;
*National Geographic 265NC&lt;br /&gt;
*PCE-FWS 20&lt;br /&gt;
*ELECSA 6975&lt;br /&gt;
*ClimeMET CM2000&lt;br /&gt;
*Maplin N96FY/N96GY&lt;br /&gt;
*Ambient Weather WS-1080/WS-2080&lt;br /&gt;
*WeatherEye WEA22&lt;br /&gt;
*Jaycar Digitech XC0348 (AU/NZ)&lt;br /&gt;
*Tycon Power TP1080WC (USA)&lt;br /&gt;
&lt;br /&gt;
Use the &amp;quot;Fine Offset with UV/Light sensor&amp;quot; setting for these:&lt;br /&gt;
&lt;br /&gt;
*WH3080 and WH3081&lt;br /&gt;
*WS3080 and WS3081&lt;br /&gt;
*Other Fine Offset stations which have solar sensors (rather than just solar charging)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
There are many other brands of station which are rebadged Fine Offset stations. In general, if the station is supplied with &#039;Easyweather&#039; software, it is likely that the station will work with Cumulus.&lt;br /&gt;
&lt;br /&gt;
==La Crosse==&lt;br /&gt;
&lt;br /&gt;
*WS-2300 range (all model numbers of the form 23xx). Use of a USB/Serial adapter is not supported with these stations.&lt;br /&gt;
&lt;br /&gt;
Note that I don&#039;t have access to a La Crosse station, and the PC interface on these stations is very poor. If you find that you don&#039;t get very good results using Cumulus with one of these, I&#039;m afraid I probably won&#039;t be able to do anything about it.&lt;br /&gt;
&lt;br /&gt;
==Instromet==&lt;br /&gt;
Recent models of Instromet stations&lt;br /&gt;
&lt;br /&gt;
=Unsupported Devices=&lt;br /&gt;
&lt;br /&gt;
Specifically, the following do not work with Cumulus.  This is not a definitive list but stations we have come across which are not supported.&lt;br /&gt;
&lt;br /&gt;
*La Crosse WS3650 and WS2800 (all model numbers in range WS36xx and WS28xx)&lt;br /&gt;
*TFA-Sinus/TFA-Nexus/Honeywell/Irox/Cresta WXR-815LM/TE924W/TN924W etc &lt;br /&gt;
*AcuRite&lt;br /&gt;
*Peet Bros&lt;br /&gt;
*Rainwise&lt;br /&gt;
*Davis Weather Monitor&lt;br /&gt;
*Davis Weather Wizard&lt;br /&gt;
*Ambient WS-1000 and WS-1001&lt;br /&gt;
*Oregon Scientific WMR300&lt;br /&gt;
*Tycon Power TP2700WC&lt;br /&gt;
*Oregon Scientific LW301&lt;br /&gt;
&lt;br /&gt;
== My station is unsupported - Can I use Cumulus? ==&lt;br /&gt;
If your station output can be changed into the [[EasyWeather_Format]], then Cumulus can offer most of its functionality by reading the last line of that file each time.&lt;/div&gt;</summary>
		<author><name>Steve</name></author>
	</entry>
	<entry>
		<id>https://www.cumuluswiki.org/index.php?title=FAQ&amp;diff=3947</id>
		<title>FAQ</title>
		<link rel="alternate" type="text/html" href="https://www.cumuluswiki.org/index.php?title=FAQ&amp;diff=3947"/>
		<updated>2016-01-29T08:14:41Z</updated>

		<summary type="html">&lt;p&gt;Steve: /* My station invented some rain that didn&amp;#039;t really occur, and I want to set it to zero (or some other figure) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is the Cumulus FAQ (consult also the Help screens within Cumulus software, and learn more from the rest of this Wiki)&lt;br /&gt;
&lt;br /&gt;
= Installing and Running Cumulus  =&lt;br /&gt;
&lt;br /&gt;
== What operating systems does Cumulus run on?  ==&lt;br /&gt;
&lt;br /&gt;
All versions of Windows from XP to Windows 10 inclusive (and the server versions). It works on 32 bit and 64 bit editions. 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.&lt;br /&gt;
&lt;br /&gt;
Cumulus MX runs on Windows from Windows 7 onwards, and on Linux and Mac OS X.&lt;br /&gt;
&lt;br /&gt;
== Where do I find the Cumulus installer? ==&lt;br /&gt;
&lt;br /&gt;
On the [http://sandaysoft.com/downloads downloads page]&lt;br /&gt;
&lt;br /&gt;
== What do I need to get right when first getting Cumulus? ==&lt;br /&gt;
The installation process for Cumulus displays &#039;&#039;&#039;readme.txt&#039;&#039;&#039;, that has many tips. See also [[Setup]]. Below are three key points.&lt;br /&gt;
# Install Cumulus in its own directory directly under a drive root.&lt;br /&gt;
# Connect your weather station before you start Cumulus&lt;br /&gt;
# When you first run Cumulus, it displays the &#039;&#039;&#039;Station settings&#039;&#039;&#039; screen. On this, make sure you pick the right sort of station (to ensure Cumulus communicates correctly with your weather station, and can identify all the observations) and choose your &#039;&#039;&#039;units&#039;&#039;&#039; wisely. (Changing units later means all stored Lowest and highest numbers up to that point have to be converted immediately manually).  See the &#039;&#039;&#039;Help&#039;&#039;&#039; for information about the rest of the screen, but generally you can easily adjust the other options later.&lt;br /&gt;
&lt;br /&gt;
== What weather stations does Cumulus work with?  ==&lt;br /&gt;
&lt;br /&gt;
*Davis Vantage Pro (VP), Vantage Pro2 (VP2), and Vue. &lt;br /&gt;
*Oregon Scientific WM918, WMR918, WMR928, WMR968, WMR88 (see [[FAQ#How do I set up recording wind speeds in Cumulus, with Oregon Scientific and La Crosse stations | this FAQ]]), WMR100, WMR180, WMR200. &lt;br /&gt;
*Fine Offset - stations which use the Easyweather software such as MyDEL, Nevada, Watson and Fine Offset, with model numbers such as WH1080, WH1081, W8681, 265NC etc.&lt;br /&gt;
*La Crosse WS2300 range (see [[FAQ#How do I set up recording wind speeds in Cumulus, with Oregon Scientific and La Crosse stations | this FAQ]]). You may have problems with corrupt data if you use a WS23xx with a serial/USB adapter; this combination is therefore not supported.&lt;br /&gt;
&lt;br /&gt;
For a more complete list see the [[Supported Devices]] page.&lt;br /&gt;
&lt;br /&gt;
== Will you support a new weather station type?  ==&lt;br /&gt;
&lt;br /&gt;
It’s quite hard to support a particular weather station when I don’t have access to one. No weather station is perfect, and problems inevitably arise after the code is written, and I have to start adding more and more code to work around issues with the station. Also, most companies don’t seem to like third parties writing software for their stations, so don’t make the protocol available. I will only consider adding support for a station under a certain set of circumstances which would include &#039;&#039;at least&#039;&#039;: &lt;br /&gt;
&lt;br /&gt;
*A significant donation towards Cumulus development &lt;br /&gt;
*A well documented official protocol spec &lt;br /&gt;
*Loan or donation of a station &lt;br /&gt;
*Access to technical support from the station manufacturer&lt;br /&gt;
&lt;br /&gt;
Please contact me if you would like to discuss this further&lt;br /&gt;
&lt;br /&gt;
== How do I request a new feature for Cumulus? ==&lt;br /&gt;
&lt;br /&gt;
Please create an [http://sandaysoft.com/forum/tracker.php enhancement request].  &lt;br /&gt;
&lt;br /&gt;
== Why haven&#039;t you added the feature I asked for a long time ago? ==&lt;br /&gt;
&lt;br /&gt;
I develop and support Cumulus in my spare time, and I have a full time job. I invite donations, but I don&#039;t make a living from Cumulus. I add facilities when I can. There is a long list of  [http://sandaysoft.com/forum/tracker.php enhancement requests] already, and I am slowly working my way through them as time permits. If there is an enhancement request for the facility you have asked for, and the facility is a reasonable one (in my opinion) then I will hopefully get around to adding it one day. Please be patient. Please don&#039;t ask for a forecast of when a feature will be added.&lt;br /&gt;
&lt;br /&gt;
== How do I upgrade to a new release?  ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Just run the installer for the new version.&#039;&#039;&#039; Your data and settings are not affected, but it is still best if you back up your data (sub-folder &#039;data&#039;) and any settings files (e.g. cumulus.ini and strings.ini) before you run the installer. &lt;br /&gt;
&lt;br /&gt;
You can install the new version where you like, but the installer will offer the same place as the previous version as the default.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Occasionally, there may be actions you need to perform before or after the upgrade.&#039;&#039;   Required actions usually appear in the announcement of the version you are installing, and may be documented in the readme.txt file that will appear as you run the installer. Read such announcements for every release since your existing build in case any of the in-between changes affect you.&lt;br /&gt;
&lt;br /&gt;
These instructions apply whether you are updating by one build, skipping several builds, upgrading to/from a beta version, or installing the latest &#039;release&#039; version. &lt;br /&gt;
&lt;br /&gt;
The installer will always upgrade the following files (replacing them, ignoring existing versions):&lt;br /&gt;
# &amp;quot;cumulus.exe&amp;quot;; - the latest build&lt;br /&gt;
# &amp;quot;unins000.exe&amp;quot;;&lt;br /&gt;
# &amp;quot;libeay32.dll&amp;quot;;&lt;br /&gt;
# &amp;quot;ssleay32.dll&amp;quot;;&lt;br /&gt;
# &amp;quot;readme.txt&amp;quot;; - advice for you to follow at installation time&lt;br /&gt;
# &amp;quot;licence.txt&amp;quot;; - reminder about restrictions on use&lt;br /&gt;
# &amp;quot;alert.wav&amp;quot;; - default alarm sound&lt;br /&gt;
#  &amp;quot;web\originals\*.*&amp;quot;; - Cumulus will always install the HTML template files here&lt;br /&gt;
# &amp;quot;webfiles\*.*&amp;quot;; e.g. weatherstyle.css, wz_jsgraphics.js&lt;br /&gt;
# &amp;quot;webfiles\images\picture.jpg&amp;quot;;&lt;br /&gt;
# &amp;quot;Help\Cumulus.chm&amp;quot;; - the latest help including lists of log files and web tags&lt;br /&gt;
There may be extra files automatically upgraded by particular builds - see announcement.&lt;br /&gt;
&lt;br /&gt;
During the install, you will see a &#039;&#039;&#039;Select Components&#039;&#039;&#039; screen , if you tick the &#039;&#039;HTML templates&#039;&#039; (the default) it will also upgrade the HTML template files in the web folder.&lt;br /&gt;
&lt;br /&gt;
*So tick this option, if you have a standard Cumulus implementation and then you can be sure to upgrade the standard templates.&lt;br /&gt;
*Untick this option if you have  [[Customised_templates#Creating_Your_Own_Templates|customised the existing pages]],  so that if your customised versions  are in &amp;quot;web\*.*&amp;quot; they don&#039;t get overwritten. It is recommended that you store any customised pages in a directory outside the Cumulus folder, as you can specify up to 10 such files on the local side of the files tab in the Configuration menu Internet settings screen and (if you are not using standard files) untick &#039;&#039;Include Standard Files&#039;&#039; on the same screen. (100 such files can be specified in [[Cumulus.ini]]).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Changing to different weather station ==&lt;br /&gt;
&lt;br /&gt;
Just change the station type. If Cumulus doesn&#039;t start reading the data from the new station, stop Cumulus and start it again. Some of the rain figures may be odd for a while (e.g. rain in last 24 hours). It is as simple as that.&lt;br /&gt;
&lt;br /&gt;
In testing planned changes to Cumulus, I switch backwards and forwards between a Fine Offset and a WMR200 frequently, the only thing that happens is that the rain figures go wrong initially (because the two stations have different counters).&lt;br /&gt;
&lt;br /&gt;
== Moving Cumulus software to a new PC (or updating Windows Operating System) ==&lt;br /&gt;
&lt;br /&gt;
Cumulus will continue to work with your existing weather station and existing log files, providing&lt;br /&gt;
#Your Windows regional settings are the same (i.e. date format unchanged, same time zone, decimal point symbol unchanged, list separator character unchanged) - if there is a difference, the new installation cannot understand the old lines in the log files and will give an error when Cumulus is restarted.&lt;br /&gt;
#You may need to &#039;tweak&#039; a few things (serial port number etc) in [[cumulus.ini]].&lt;br /&gt;
#In the folder with cumulus.exe in it, copy across  &#039;cumulus.ini&#039;,  and if you have created a &#039;strings.ini&#039; that file must be copied across too.&lt;br /&gt;
#The Cumulus &#039;data&#039; sub-folder has been copied across.&lt;br /&gt;
#Obviously if you use customised web pages, then you need the corresponding templates in the new installation.&lt;br /&gt;
#Any other customised files (images and/or a twitter.txt file, for example), you may want to copy those over too.&lt;br /&gt;
&lt;br /&gt;
== Can I view my Cumulus data on another device? ==&lt;br /&gt;
&lt;br /&gt;
# If Cumulus uploads your weather information to an online web site, you can view that on another device.&lt;br /&gt;
# Software like &#039;Remote Desktop&#039; can be used to view the computer that is running Cumulus - see many postings on the Support Forum.&lt;br /&gt;
# A back-up as described in the next answer can be viewed in Cumulus installed on another PC (see point about Windows regional settings in previous question) to look at past extremes or graphs; although obviously that additional installation will not be able to add further observations from the weather station connected to the original PC.&lt;br /&gt;
# If your web site is on your local network, but not online, your device may be able to view it directly or view a back-up of how it was in the past.&lt;br /&gt;
&lt;br /&gt;
== How do I back up my data?  ==&lt;br /&gt;
&lt;br /&gt;
*Copy the contents of the Cumulus ‘data’ sub-folder on a regular basis to a different storage device.  Then if you have any problem with the original storage device, or corruption of files, you can minimise the loss of logged observations. To restore from the backup, just copy the saved data folder back into your Cumulus installation, with Cumulus stopped.&lt;br /&gt;
*It can be useful to take copies of the Cumulus &#039;backup&#039; sub-folder on key dates (e.g. just after change of month or year), or if you think you might have some rogue figures.  The &#039;.ini&#039; files in the backup sub-folder contain past extreme values that you might want to look up.&lt;br /&gt;
*You should also back up, at least once, your cumulus.ini file in the main Cumulus folder.  This contains all the key settings and you need a record of those!&lt;br /&gt;
&lt;br /&gt;
== Moving Cumulus software to a different location on your PC? ==&lt;br /&gt;
&lt;br /&gt;
This article in the wiki gives more details above moving Cumulus: [[Moving cumulus]]&lt;br /&gt;
&lt;br /&gt;
== What are the formats of the Cumulus data files?  ==&lt;br /&gt;
&lt;br /&gt;
These are detailed in the [[:Category:Log Files|Log Files]] section of this Wiki and also in the Cumulus help file, in the section “Data log file format”&lt;br /&gt;
&lt;br /&gt;
== Can I import logged information from before I installed Cumulus? ==&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;Configuration&#039;&#039;&#039; menu, &#039;&#039;Station&#039;&#039; setting screen (near bottom) has option to enter there the &#039;&#039;rainfall total&#039;&#039; for the bit of the year (starting month can be selected here too) until when you first start using Cumulus.  See the Cumulus &#039;&#039;&#039;Help&#039;&#039;&#039; for this screen for further details.&lt;br /&gt;
&lt;br /&gt;
Yes is the answer for other weather information, providing you can manipulate the information you have into either (preferably) the format used by the [[Monthly_log_files#Importing_pre-Cumulus_data]] or (second best) [[Dayfile.txt]]. Look up those cross-references in this Wiki (or the Cumulus &#039;&#039;&#039;Help&#039;&#039;&#039;) for further information on required formats.  The support forum includes a few threads related to this topic, and if you post there then people who have already imported from particular systems may offer their services to import your past observations.&lt;br /&gt;
&lt;br /&gt;
A converter for Weather Display log files is available from this thread in the forum: http://sandaysoft.com/forum/viewtopic.php?f=4&amp;amp;t=10118&lt;br /&gt;
&lt;br /&gt;
A converter for WeatherLink log files is available from this thread in the forum: http://sandaysoft.com/forum/viewtopic.php?f=6&amp;amp;t=11349&lt;br /&gt;
&lt;br /&gt;
== I was away on the last day of last month/year - How do I see the final lowest and highest figures for last month/year? ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;View&#039;&#039;&#039; menu, &#039;&#039;This month&#039;&#039; or &#039;&#039;This year&#039;&#039; screens show some figures for any month or year selected by you, but do not show all the figures shown on a standard web page or as shown on the &#039;&#039;Highs and Lows&#039;&#039; screen for the current month/year.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;View&#039;&#039;&#039; menu, &#039;&#039;Highs and Lows - This month (or This year)&#039;&#039; (or &#039;&#039;thismonth.htm&#039;&#039; or &#039;&#039;thisyear.htm&#039;&#039; web page) only shows the lowest and highest values for the current calendar month (or current year). This answer describes a way to see the same information for the month (or year) that fairly recently ended.  It is valid only until build 1088 (from 5 March 2014 build 1089 &#039;Delay writing of end of day backup files until the first log entry is written&#039; means the stored &#039;&#039;month.ini&#039;&#039; relates to the &#039;&#039;initial&#039;&#039; entries for the start of the new month). From version 1.9.3 build 1041, Cumulus creates a daily backup of the log files. &lt;br /&gt;
*Look in the &#039;&#039;backup\daily&#039;&#039; subfolder within your Cumulus installation. &lt;br /&gt;
*These daily backups will be created if Cumulus was left running during the period of interest, or stopped before that period and since restarted. &lt;br /&gt;
*Normally about 10 such back ups are available, each folder has a name based on the timestamp and contains the 6 [[:Category:Log_Files|xxxx.ini files]], the current [[Monthly_log_files|monthly standard data log]]/[[Extra_Sensor_Files|monthly extra data log]], and the most recent update of [[dayfile.txt|daily summary log]].&lt;br /&gt;
&lt;br /&gt;
Open as a text file [[month.ini]] in the folder whose name is bearing the timestamp after your final rollover, for Cumulus builds 1041 to 1088 the final lowest and highest for each observation in the month will be listed.&lt;br /&gt;
&lt;br /&gt;
In a similar manner if you miss the last day of the year, for Cumulus builds 1041 to 1088 see the final &#039;this year&#039; figures for last year by opening [[year.ini]] from the appropriate backup.&lt;br /&gt;
&lt;br /&gt;
== What do the various wind speeds in Cumulus correspond to, with Davis stations?  ==&lt;br /&gt;
&lt;br /&gt;
Davis station firmware supplies two windspeeds, a 3-second average and a 10-minute average (later versions of the firmware also supply a 2-minute average, Cumulus currently doesn&#039;t use this).  &lt;br /&gt;
* The latest Davis 3-second average is treated by Cumulus as &#039;Latest&#039; (available via &amp;lt;#wlatest&amp;gt;)&lt;br /&gt;
* The highest of the station&#039;s 3-second readings over the previous 10 (configurable by adding &#039;&#039;AvgSpeedMinutes=N&#039;&#039; in [[Cumulus.ini#Section:_Station]] where &#039;N&#039; is number of) minutes becomes the Cumulus &#039;Gust (available via &amp;lt;#wgust&amp;gt;). Note that the WMO definition of a wind gust is the mean wind speed over a 2 to 3 second sample period (not the maximum instantaneous wind speed).&lt;br /&gt;
* The Davis 10-minute average is the Cumulus &#039;Average&#039; (available via &amp;lt;#wspeed&amp;gt;).&lt;br /&gt;
Note that if you sample these readings at shorter (real time) intervals it is possible for Cumulus &#039;Latest&#039; to be lower than Cumulus &#039;Average&#039; because approximately half of the 3-second wind speeds will be higher and half of them lower than the 10-minute average. &lt;br /&gt;
If the Cumulus figure seems lower than the Davis figure see [[#My_Davis_station_shows_a_higher_maximum_wind_speed_than_Cumulus]].&lt;br /&gt;
&lt;br /&gt;
Davis station loggers record a single spot (not any average) wind speed, so if you restart Cumulus and the software attempts to catch up from the station logger there may be only one or two values to include in the Cumulus average (over 10 or whatever) minutes calculation.&lt;br /&gt;
&lt;br /&gt;
== What do the various wind speeds in Cumulus correspond to, with Fine Offset stations?  ==&lt;br /&gt;
&lt;br /&gt;
Fine Offset sensors measure wind over 48-second intervals, divided into 24 2-second intervals. At the end of each 48-second period, they transmit the highest of those 24 values as &#039;Gust&#039;, and the average of those 24 values as &#039;Wind&#039;. The console keeps &#039;&#039;&#039;overwriting&#039;&#039;&#039; the newly received &#039;Gust&#039; and &#039;Wind&#039; values to the same area of console memory every 48 seconds, until the station logging interval time is reached, then it moves on to the next memory location, leaving the last values it wrote in the previous console memory location.  &lt;br /&gt;
*If Cumulus is not running all the time, on restart it works through the console memory locations and extracts the Fine Offset Wind and Gust in each memory location, i.e. at the station logging interval. &lt;br /&gt;
*While Cumulus is running, it reads the current wind speeds (and direction) every 10 seconds. There are new values only every 48 seconds (i.e. every fourth or fifth read)&lt;br /&gt;
&lt;br /&gt;
Cumulus, for various reasons, uses different terminology, and also has configuration settings which control how some of the wind values are displayed.&lt;br /&gt;
* The Fine Offset console &#039;Gust&#039; value becomes Cumulus &#039;Latest&#039;. &lt;br /&gt;
* The highest of the Fine Offset &#039;Gust&#039; values over the previous 10 minutes becomes Cumulus &#039;Gust&#039;.  Note that the WMO definition of a wind gust is the mean wind speed over a 2 to 3 second sample period (not the maximum instantaneous wind speed).&lt;br /&gt;
* Cumulus &#039;Average&#039;  can be calculated in 3 different ways:&lt;br /&gt;
** The default: If &#039;Calculate 10-min wind average&#039; is not selected on the Station Settings screen, the console &#039;Wind&#039; value is used.&lt;br /&gt;
** If &#039;Calculate 10-min wind average&#039; is selected, then by default the average of the Fine Offset &#039;Gust&#039; values read over the previous N (configurable, defaults to 10) minutes is used.&lt;br /&gt;
** If &#039;Calculate 10-min wind average&#039; and &#039;Use speed for avg calculation&#039; are both selected, the average of the Fine Offset &#039;Wind&#039; values read over the previous N (configurable, defaults to 10) minutes is used.&lt;br /&gt;
&lt;br /&gt;
Select value for &#039;N&#039; using &#039;&#039;AvgSpeedMinutes=N&#039;&#039; in [[Cumulus.ini#Section:_Station]].&lt;br /&gt;
&lt;br /&gt;
Note that Fine Offset Consoles can display a &#039;MAX&#039; figure, this is highest recorded since it was last reset (on touchscreen models multiple touches of the displayed speed will cause maximum speed, or gust, to be shown, and when a max value is displayed continuing to hold touching that value for 3 seconds will reset max to current value).  Cumulus maintains its own various extremes for different periods (e.g High wind and high gust for yesterday on its main screen) calculated from all values read by Cumulus in that period.&lt;br /&gt;
&lt;br /&gt;
== How do I set up recording wind speeds in Cumulus, with Oregon Scientific and La Crosse stations  ==&lt;br /&gt;
&lt;br /&gt;
La Crosse and some Oregon Scientific weather stations only output a single wind speed.  To allow Cumulus to calculate &#039;gust&#039; and &#039;wind speed&#039; with different values, select the &#039;&#039;&#039;Station&#039;&#039;&#039; dialogue from the &#039;&#039;Configuration&#039;&#039; menu and set &#039;&#039;Calculate 10 min wind average&#039;&#039; in the &#039;Settings&#039; frame, so in [[cumulus.ini]] this will produce the parameter &#039;Wind10MinAverage=1 when cumulus is next stopped.&lt;br /&gt;
* The station&#039;s &#039;Wind&#039; value will then display as Cumulus &#039;Latest&#039;.&lt;br /&gt;
* A 10 (configurable by adding &#039;&#039;AvgSpeedMinutes=N&#039;&#039; in [[Cumulus.ini#Section:_Station]] where &#039;N&#039; is number of) minutes average of the station&#039;s &#039;Wind&#039; value will then display as Cumulus &#039;Average&#039;.&lt;br /&gt;
* The highest of the station&#039;s &#039;Wind&#039; value in a 10 minute period will then display as Cumulus &#039;Gust&#039;.  Note that the WMO definition of a wind gust is the mean wind speed over a 2 to 3 second sample period (not the maximum instantaneous wind speed).&lt;br /&gt;
&lt;br /&gt;
See &#039;&#039;LCMaxWind=X&#039;&#039; parameter in [[Cumulus.ini#La_Crosse_specific:]] where X is the maximum (uncalibrated) wind speed in m/s that you want to allow.&lt;br /&gt;
&lt;br /&gt;
== How do I make Cumulus run automatically when Windows starts?  ==&lt;br /&gt;
&lt;br /&gt;
There is no option in Cumulus to set this up automatically as I prefer to leave it under the control of the user: The safest and most reliable method is simply to put a shortcut in your Startup folder. If you are running Vista or Windows 7, or later versions of Windows, you may find that Cumulus gets blocked by UAC if you try to run it from the Startup folder, in which case it is recommended that you use Task Scheduler instead. See here for a good description of how to do this - http://blogs.techrepublic.com/window-on-windows/?p=616&lt;br /&gt;
&lt;br /&gt;
== How does Cumulus handle Daylight Saving Time?  ==&lt;br /&gt;
&lt;br /&gt;
As far as the timestamps in the extreme logs, monthly log, and the graphs, are concerned; Cumulus doesn&#039;t do anything in particular for DST. &lt;br /&gt;
*It generates timestamps based on the Windows clock. &lt;br /&gt;
**So basically, at the start of DST (i.e. when the clocks &#039;go forward&#039; for the summer) you will get an apparent gap of one hour in your data logs and on graphs.&lt;br /&gt;
**Similarly at the end of DST (i.e. when the clocks &#039;go back&#039; for the winter) you will get an apparent hour of duplicate timestamps in your logs and graphs. &lt;br /&gt;
*You will tend to get better results if you leave Cumulus running during the clock change, because if it is stopped you may lose data,&lt;br /&gt;
**the exact timing of the affected hours depends on the type of station and the times when Cumulus was running/stopped.&lt;br /&gt;
&lt;br /&gt;
=== ... How do Davis stations handle Daylight Saving Time? ===&lt;br /&gt;
&lt;br /&gt;
Note that there seems to be an issue with Davis stations, either in the console/logger, or in the Davis DLL which Cumulus uses. &lt;br /&gt;
*If you don&#039;t have Cumulus running when DST ends (autumn), then when you start Cumulus up again, it doesn&#039;t receive all of the logger data it needs to catch up to the &#039;&#039;present time&#039;&#039; - the previous hour or so is missing. &lt;br /&gt;
*So with Davis stations, I strongly recommend that you leave Cumulus running at the end of DST, if at all possible.&lt;br /&gt;
&lt;br /&gt;
=== ... How do Fine Offset stations handle Daylight Saving Time? ===&lt;br /&gt;
&lt;br /&gt;
*For Fine Offset stations if you don&#039;t have Cumulus running when DST ends in autumn, then when you start Cumulus up again, the catch up &#039;&#039;misses off the first hour after the time Cumulus was stopped&#039;&#039; (unless you have adjusted the time in [[today.ini]] by subtracting one hour for end of DST while Cumulus was stopped).  &lt;br /&gt;
**This is because the console memory does not time-stamp the data blocks and Cumulus does not remember the console data block used just before shutdown, (after all depending on how long Cumulus has been stopped and the station logging interval, the old memory location could be overwritten by now), but each memory location does contains minutes elapsed since previous memory location used.&lt;br /&gt;
**On restart Cumulus just tries to read the appropriate number of hours worth of observations back from the block now marked as latest.  &lt;br /&gt;
**For example if it was stopped at 2200 DST and restarted at 0600 standard time, Cumulus catches up with the last 8 hours worth of stored measurements as if going back to 2200 standard time, that means it retrieves back to 2300 DST and has forever lost the period 2200 to 2300 DST.  &lt;br /&gt;
*So with Fine Offset stations, I strongly recommend that you leave Cumulus running at the end of DST, if at all possible.&lt;br /&gt;
*At the start of DST in spring, the catch up will &#039;&#039;duplicate the last hour that Cumulus was previously operating&#039;&#039; (unless you have added one hour to the standard time stored in [[today.ini]] for start of DST while Cumulus was stopped). &lt;br /&gt;
**e.g. Stopping from 2200 standard time to 0600 DST the catch up goes back to 2200 DST or 2100 standard time.&lt;br /&gt;
**Some calculated measurements like average temperature, cooling degree days, and the like will be slightly out, but no measurement is actually lost.&lt;br /&gt;
&lt;br /&gt;
== What formula does Cumulus use for Dew Point?  ==&lt;br /&gt;
dewpoint := tempinC + ((0.13 * tempinC) + 13.6) * Ln(humidity / 100)&lt;br /&gt;
&lt;br /&gt;
== What formula does Cumulus use for Apparent Temperature?  ==&lt;br /&gt;
It uses a formula from the Australian BOM - http://www.bom.gov.au/info/thermal_stress/#atapproximation&lt;br /&gt;
&lt;br /&gt;
Note that the version used is the one that doesn&#039;t take into account solar radiation.&lt;br /&gt;
&lt;br /&gt;
== How does Cumulus know the height of the cloud base?  ==&lt;br /&gt;
&lt;br /&gt;
It doesn&#039;t. It uses a calculation which gives the theoretical height above ground level at which Cumulus clouds might form, based on the current temperature and dew point. It assumes that the difference between temperature and dew point decreases by about 4.4 degrees Fahrenheit per 1000 feet increase in altitude. When the two values coincide, the air is saturated (relative humidity = 100%) and Cumulus clouds may form. &lt;br /&gt;
&lt;br /&gt;
== How is my rain rate calculated?  ==&lt;br /&gt;
&lt;br /&gt;
For stations which supply a rain rate, Cumulus uses that. For stations which don&#039;t supply a rain rate (e.g. Fine Offset and La Crosse), Cumulus simply takes the rain total from the last five minutes and calculates a rate based on that; e.g. a single tip of 0.3mm in 5 minutes is a rate of 3.6mm/hr. When data from the station&#039;s logger is used, a similar calculation is performed, but the interval used is the logger interval rather than five minutes.&lt;br /&gt;
&lt;br /&gt;
== Where does Cumulus get its this month and this year rainfall totals from?  ==&lt;br /&gt;
&lt;br /&gt;
* Each time Cumulus reads records from the weather station it applies any change to the &#039;total rain count&#039; against today&#039;s total in its memory.&lt;br /&gt;
* The today&#039;s total so far at each reading time is also added to the &#039;recent tag&#039; array allowing total values for the day-so-far at one minute intervals for up to a week ago to be added as web tags to a web template. &lt;br /&gt;
* The rainfall totals, are initialised when Cumulus is (re-)started by adding up the corresponding daily totals in dayfile.txt and storing those sums in memory. Two of the totals can be seen using default settings on &#039;&#039;&#039;View&#039;&#039;&#039; menu, &#039;&#039;This month&#039;&#039; screen for this month, &#039;&#039;This year&#039;&#039; screen for this calendar year, but the third total for the rain season (you can change starting month) is seen on the &#039;&#039;main&#039;&#039; Cumulus screen.&lt;br /&gt;
* The rainfall totals shown on the &#039;&#039;This period&#039;&#039;, &#039;&#039;This month&#039;&#039;, and &#039;&#039;This year&#039;&#039; screens within the &#039;&#039;&#039;View&#039;&#039;&#039; menu are generated by adding up the daily rainfall totals found in [[dayfile.txt]] for the selected period. So any rainfall for the current (meteorological) day is excluded as the latest dayfile.txt row is for yesterday. Totals are recalculated when you press the &#039;&#039;Update display&#039;&#039; button. Important note: The view menu &#039;This year&#039; screen always calculates the total for a selected calendar year starting in January.&lt;br /&gt;
* The rain figures that Cumulus uses for displaying in &#039;This month&#039; and &#039;This year&#039; on the Cumulus &#039;&#039;main screen&#039;&#039; are updated each time Cumulus receives a rain reading from the station, so will not be displayed if Cumulus is unable to read rain information from your station.&lt;br /&gt;
* For the web tags, Cumulus takes its stored sums and adds today&#039;s latest total each time, to give the current totals for this month and this rain season (year so far) when processing &#039;thismonthT.htm&#039; and &#039;thisyearT.htm&#039; web templates.&lt;br /&gt;
**Important, for the &amp;lt;#ryear&amp;gt; web tag, and for the &#039;This year&#039; display on the &#039;&#039;main&#039;&#039; Cumulus screen, the processing reads the &#039;&#039;dayfile.txt&#039;&#039; for the rainfall season starting with the month set on the station settings screen and stored as the value for attribute &#039;&#039;RainSeasonStart&#039;&#039; in [[Cumulus.ini#Section:_Station]] (its default is January).  &lt;br /&gt;
**If you have set a &#039;year to date&#039; value and Cumulus is being re-started when the year specified beside that figure matches the current year, your year-to-date amount is also added into this year&#039;s total. This should normally only be relevant in your first rain season of operating Cumulus, but could be used if in any season you needed to add an extra amount because for some reason you had a gap in your recording period.&lt;br /&gt;
**There is no corresponding setting for calculating the total for the first &#039;this month&#039; of Cumulus operation.&lt;br /&gt;
*Note that you need to stop and then restart Cumulus to update these initial values that are stored in memory and get any corrections you made to rogue values in the daily summary log (or year-to-date) reflected on the main Cumulus screen and in web tags.&lt;br /&gt;
&lt;br /&gt;
The built-in dayfile.txt editor is used if it is necessary to amend the daily totals (to correct any monthly, rain season, or calendar year, totals); the built-in all-time (or monthly records) editor(s) in Cumulus is used if it is necessary to regenerate the extreme records from dayfile.txt; see [[#My_station_invented_some_rain_that_didn.27t_really_occur.2C_and_I_want_to_set_it_to_zero_.28or_some_other_figure.29 |FAQ about correcting incorrect rainfall displays]].&lt;br /&gt;
&lt;br /&gt;
== How do I reset all my data to start again from scratch?  ==&lt;br /&gt;
&lt;br /&gt;
Stop Cumulus and delete all of the files in the data folder. You may also want to edit the &#039;StartDate=&#039; line in [[cumulus.ini]] to set the date for the start of your data, if you are starting again on a different date.&lt;br /&gt;
&lt;br /&gt;
== How do I localise Cumulus to my own language? ==&lt;br /&gt;
&lt;br /&gt;
Cumulus does not directly support languages other than English. It was never intended for use in other languages, and it is not possible to add support for this now. However, the text used for:&lt;br /&gt;
*Forecasting&lt;br /&gt;
*Moonphases&lt;br /&gt;
*Beaufort Scale&lt;br /&gt;
*Trend descriptions&lt;br /&gt;
*Compass points&lt;br /&gt;
*Graph titles&lt;br /&gt;
*Extra sensor channels&lt;br /&gt;
can all be customised by using the [[strings.ini]] file. This facility may be extended to allow other items to be translated, but it is very unlikely that there will ever be a fully multi-language version of Cumulus in its current form.&lt;br /&gt;
&lt;br /&gt;
This wiki page [[:Category:Other_Languages|Other Languages]] has some old information about customising the standard web pages and see the downloads page as several third-party alternative web pages include some language translation modules.&lt;br /&gt;
&lt;br /&gt;
== Can I connect/disconnect my weather station while Cumulus is running? ==&lt;br /&gt;
No. You must make sure your weather station is connected to your PC and switched on, before running Cumulus. Do not disconnect your station while Cumulus is running.&lt;br /&gt;
&lt;br /&gt;
== How does Cumulus deal with extra sensors? ==&lt;br /&gt;
&lt;br /&gt;
By default, Cumulus deals with weather stations incorporating solar sensors, if you have selected the relevant station &#039;Type&#039; or &#039;Display solar/extra data&#039; in configuration, but it has some capability to deal with extra sensors added including the Blake-Larsen Sun Recorder.&lt;br /&gt;
Cumulus has the ability to input, log, and display Current Values/Outputs from the [[Rain_measurement#Optical_Rain_Gauges|Hydreon Optical Rain Sensor - Model RG-11]] and from either Oregon Scientific or Davis [[Extra_Sensor_Files|extra sensors]]. Only today&#039;s and yesterday&#039;s total rainfall from a Hydreon sensor are available in [[today.ini]] and [[yesterday.ini]] respectively. For some Oregon Scientific models, the temperature from an extra sensor can replace the temperature from the main sensor for processing by Cumulus, but all extra sensor values are stored in a series of [[Extra_Sensor_Files| monthly log]] files. No other processing is performed for Davis extra sensors, but past values are retained in a series of [[Extra_Sensor_Files| monthly log]] files.  The file [[strings.ini]] is used to customise the description associated with extra sensors.&lt;br /&gt;
&lt;br /&gt;
== What is this &amp;quot;Solar Max&amp;quot; value which Cumulus is displaying? ==&lt;br /&gt;
&lt;br /&gt;
It&#039;s the current theoretical maximum solar radiation value at the current date and time at your location. It is calculated using the Ryan-Stolzenbach formula, and uses the &#039;transmission factor&#039; configurable in the station settings to allow for the effect of transmission through the atmosphere. The figure is not particularly useful in itself; it is used if you have a solar sensor, to compare with the current solar radiation reading, in an attempt to determine whether the sun is currently shining or not.&lt;br /&gt;
&lt;br /&gt;
== My Fine Offset console says the memory is nearly full - how do I clear it? ==&lt;br /&gt;
&lt;br /&gt;
You don&#039;t need to, and it&#039;s much safer if you don&#039;t; clearing the memory could lead to a loss of data. The memory indicator on the console has no effect on the logging of data; the console will automatically start re-using the oldest memory locations. As long as you are running Cumulus (at least occasionally), Cumulus will have downloaded the data it needs from the console, so the console is free to overwrite the oldest data when it needs to.&lt;br /&gt;
&lt;br /&gt;
== How do I get my Davis station with USB working with Cumulus? ==&lt;br /&gt;
&lt;br /&gt;
Cumulus cannot drive the station in USB mode, you must install &#039;virtual serial port&#039; drivers, and configure Cumulus to use the virtual serial port. Make sure you have the station connected to the PC during the following operations.&lt;br /&gt;
&lt;br /&gt;
You should first make sure that you can use the station with Weatherlink, in serial mode. If you have not already installed the Weatherlink software, install the version which came with your weather station. You should then upgrade to the latest version of Weatherlink; you can download the update from the Davis web site,  [http://www.davisnet.com/support/weather/downloads/software_sftwr.asp here].&lt;br /&gt;
&lt;br /&gt;
You now need to install the &#039;CP210X USB to Serial Converter&#039;. You may find a link on your Start menu under &#039;Weatherlink&#039;. Alternatively, you should find it in the folder where Weatherlink was installed, under &#039;Support&#039; then &#039;Utilities&#039;. Davis also make version 2 of this utility available on their web site, [http://www.davisnet.com/support/weather/downloads/software_driver.asp here], and you may find that this version will work for you if the installed version does not. It should be clear from the messages output by the utility that it has successfully switched the logger to serial mode. &lt;br /&gt;
&lt;br /&gt;
It&#039;s a good idea to then update the driver to the latest version from the Silicon Labs web site, particularly if you use Windows 7 or later. You can download it [http://www.silabs.com/products/mcu/pages/usbtouartbridgevcpdrivers.aspx here] - click on &#039;VCP driver kit&#039; under &#039;Download for Windows XP/Server 2003/Vista/7...&#039; to begin the download. Run the executable once it&#039;s downloaded.&lt;br /&gt;
&lt;br /&gt;
At this point, it&#039;s best to restart your computer.&lt;br /&gt;
&lt;br /&gt;
You should now run Weatherlink, and attempt to connect to the weather station &#039;&#039;&#039;in serial mode&#039;&#039;&#039;. Weatherlink should find the appropriate COM port number automatically. If not, you can find it under &#039;Ports (COM &amp;amp; LPT)&#039; in the Windows device manager. Look for the port called &#039;USB Serial Port (COMn)&#039;, where &#039;n&#039; is a number. That&#039;s the number of the port you need to use in Weatherlink. If you cannot get Weatherlink to work using this virtual COM port, it is unlikely that you will be able to get Cumulus to work either, so either contact Davis support, explaining that you are trying to use the virtual serial port drivers because you want to run third-party software, or ask in the Cumulus forum, someone may be able to advise.&lt;br /&gt;
&lt;br /&gt;
Once you have Weatherlink connected and working via the virtual serial port, &#039;&#039;&#039;close it down&#039;&#039;&#039;, and start Cumulus.&lt;br /&gt;
&lt;br /&gt;
In the station settings in Cumulus, select the appropriate station type for your station; under &#039;VP Type&#039; select &#039;&#039;&#039;Serial&#039;&#039;&#039;; in the serial port section enter the COM port number that you found earlier. You may need to restart Cumulus at this point. It will then start displaying live data. Note that the it deliberately does not download any historical logger data from before the current point in time. When you run it subsequently, it will download logger data to catch up if necessary from when you last ran it, but never from earlier than when you first ran it.&lt;br /&gt;
&lt;br /&gt;
If you still having difficulty, the Davis Weatherlink manual offers this advice, which may be useful:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Included with the WeatherLink software is a utility that allows you to convert a USB data logger from a direct USB data logger back to a USB data logger that emulates the serial port. To use&lt;br /&gt;
this utility, select Convert USB to Virtual Serial in your WeatherLink program group on the Start menu of your computer (Start&amp;gt;AllPrograms&amp;gt;WeatherLink&amp;gt;Convert USB to Virtual Serial) and run the utility to convert your data logger. Please contact Davis Technical Support (“Contacting Davis Technical Support” on page 26) for more information.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== Why does Cumulus do some things the way it does, when there are better ways? ==&lt;br /&gt;
&lt;br /&gt;
Cumulus was originally something I &#039;knocked together&#039; quickly when I got my first weather station, simply because I couldn&#039;t find any other software anywhere which I was prepared to use. No &#039;design&#039; went into it, it was really just a prototype. Some of the things I did were just quick &#039;hacks&#039; that I intended to fix when I did it &#039;properly&#039;. But I never got around to going back and doing it &#039;properly&#039;, and it was never my intention that anyone else would use it. But I was persuaded to make it available for others, and then to add more and more enhancements. &lt;br /&gt;
&lt;br /&gt;
The fact that it works with several different types of weather station means that much of it is a compromise; it doesn&#039;t use certain features of the weather station which it could use if it were dedicated to that type of weather station. For example, it typically does not use any high/low data that the station might store internally. Instead, it maintains its own high/low data from individual readings. There are a number of reasons for this; the fact that Cumulus supports an 0900-0900 day, and the weather station does not, and the fact that typically Cumulus maintains far more high/low values than the station does, and these need to be self-consistent. &lt;br /&gt;
&lt;br /&gt;
So yes, I am aware that some of things that Cumulus does may seem strange, but it is simply not possible for me to start again from scratch, knowing what I know now. And it is not possible for me to effectively produce separate versions of Cumulus specifically for each type of weather station. If you don&#039;t like the way Cumulus does certain things, do what I did and write your own software!&lt;br /&gt;
&lt;br /&gt;
== Can I run 2 copies of Cumulus? ==&lt;br /&gt;
&lt;br /&gt;
3 options:&lt;br /&gt;
*You can install Cumulus on more than one PC, but each copy must connect directly to its own weather station (one station connected per PC).&lt;br /&gt;
*You can install 2 copies of Cumulus in different paths on a single PC, &#039;&#039;if you have two weather stations&#039;&#039; and Cumulus is able to distinguish between them, e.g. they are from different manufacturers, or both are serial port stations (different ports), or one is USB and one is serial, or one is a Weatherlink IP. In other words the  combination that does not work on a single PC is two USB stations from the same manufacturer. Note that Davis stations with USB loggers are serial port stations as far as Cumulus is concerned, so there are no problems using multiple copies of Cumulus with multiple Davis stations on the same PC.&lt;br /&gt;
*It is possible to back up the Cumulus files from one installation running off a weather station, and briefly have another reduced functionality copy just looking at historic data without ever any updating (the second Cumulus is set up as if reading from an EasyWeather.dat file, but not given a path/file name) - see [[Cumulus.ini#Introduced_for_problems_with_Fine_Offset_family:|Easyweather.dat section here]].&lt;br /&gt;
&lt;br /&gt;
= Troubleshooting  =&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Please note, these answers are written for Cumulus 1.x.y; the support forum is where Cumulus MX problems are discussed, together with how screens and files are different for the beta development.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== My &#039;Error&#039; light is flashing  ==&lt;br /&gt;
&lt;br /&gt;
Click on it, and a window will open describing the error. It may just be a temporary ftp problem. If you want to stop ftp errors being reported in this way, you can turn them off in the display settings (&amp;quot;Show FTP errors on error log window&amp;quot;).&lt;br /&gt;
&lt;br /&gt;
== My ‘new record’ light has stopped flashing  ==&lt;br /&gt;
&lt;br /&gt;
It is the normal situation that the light does not flash. The ‘new record’ light only flashes when an all-time record has been broken. It stops flashing if you click on it or restart Cumulus, until another all-time record is broken. When you first start using Cumulus, inevitably the light will flash a lot, even if you cancel it, as you will be breaking records constantly. After a while, it will &#039;settle down&#039; and not flash so often.&lt;br /&gt;
&lt;br /&gt;
== I installed a new version and my web page templates got over-written  ==&lt;br /&gt;
&lt;br /&gt;
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, place them in a different folder and use the ‘extra files’ facility. From version 1.8.9, the installer offers the option of not over-writing the web templates; it unconditionally also installs them to a sub-folder of the web folder called &#039;originals&#039;, so you can refer to them if required, even if you chose not to over-write those in the web folder.&lt;br /&gt;
&lt;br /&gt;
== I can’t find my data files!  ==&lt;br /&gt;
&lt;br /&gt;
You’re probably running Windows Vista/Windows 7/Windows 8 (or one of the corresponding server versions of Windows). Look in C:\Users\[username]\AppData\Local\VirtualStore\Program Files\Cumulus - note that this is a &#039;hidden&#039; folder. Ideally, to avoid this situation, you would install to somewhere outside the Program Files hierarchy, as recommended in the readme.txt.&lt;br /&gt;
&lt;br /&gt;
== I can&#039;t save my NOAA reports! ==&lt;br /&gt;
&lt;br /&gt;
You&#039;ve probably corrupted your Cumulus.ini file in the default Cumulus folder. See [[Cumulus.ini#Section:_NOAA]]. It can only be edited either (if Cumulus is stopped) with an external text file editor or (with Cumulus running) using the &#039;&#039;NOAA Setup&#039;&#039; in the configuation menu.  Pay attention to where the quotes are required for the file names, and check that you have an allowed date format (see [[Webtags#Time.2FDate_.27format.27_Parameter]]).&lt;br /&gt;
&lt;br /&gt;
== My sunrise and sunset times are wrong  ==&lt;br /&gt;
&lt;br /&gt;
You&#039;ve almost certainly entered your co-ordinates incorrectly, or not entered them at all - on the station settings screen. You must enter DEGREES, MINUTES, and SECONDS, no other format will work. Make sure to use &#039;&#039;&#039;unsigned whole numbers&#039;&#039;&#039; for degrees, minutes, and seconds, with a &#039;W&#039; for your longitude if you&#039;re West of the Greenwich meridian (e.g. if you are in the United States), and the appropriate letter for your latitude (N for northern hemisphere, S for southern hemisphere). &lt;br /&gt;
&lt;br /&gt;
If you are not familiar with the degrees/minutes/seconds standard format and have your co-ordinates in some other format, there are pages on the web which will convert for you. One such is here: http://transition.fcc.gov/mb/audio/bickel/DDDMMSS-decimal.html&lt;br /&gt;
&lt;br /&gt;
One other less likely possibility is that you have set the wrong time zone on your PC.&lt;br /&gt;
&lt;br /&gt;
== The Moon rise or set time is showing dashes.  ==&lt;br /&gt;
&lt;br /&gt;
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. &lt;br /&gt;
&lt;br /&gt;
== The Moon image is just black ==&lt;br /&gt;
&lt;br /&gt;
It&#039;s probably a New Moon.&lt;br /&gt;
&lt;br /&gt;
== Why are the &#039;Yesterday&#039; figures missing on the Main Cumulus Screen? ==&lt;br /&gt;
&lt;br /&gt;
The yesterday values on the Main Screen under &amp;quot;Recent Extremes&amp;quot; are not shown correctly:&lt;br /&gt;
*EITHER when the &#039;&#039;end of day rollover has not taken place&#039;&#039;. &lt;br /&gt;
**The usual cause of this is allowing your PC to &#039;sleep&#039; while Cumulus is running. &lt;br /&gt;
**The support forum mentions a few other causes. &lt;br /&gt;
**Cure this (if you have a weather station type that has a log that Cumulus reads) by looking in &amp;quot;&#039;&#039;Cumulus\backup&#039;&#039;&amp;quot; folder, and finding a backup directly in that folder or in &amp;quot;daily&amp;quot; sub-folder for just before the problem. With Cumulus stopped, copy all the files in that backup into the &amp;quot;&#039;&#039;&#039;Cumulus\data&#039;&#039;&#039;&amp;quot; folder, and then restart Cumulus. &lt;br /&gt;
*OR if Cumulus was unable to read observations from your station during that day, but can today. &lt;br /&gt;
**You can try the same cure, but may not be able to recover the lost information in this case.&lt;br /&gt;
&lt;br /&gt;
== Why do I have some unexpected zero figures? ==&lt;br /&gt;
&lt;br /&gt;
Cumulus may not be able to update some values/extremes, leaving them at zero, if:&lt;br /&gt;
*EITHER you are allowing your PC to go into sleep/standby while Cumulus is running,&lt;br /&gt;
*OR you have more than one copy of Cumulus attempting to interrogate the same weather station,&lt;br /&gt;
*OR you are closing Cumulus down very close to before/after roll-over (the latter is a restriction due to the way the processing of logger data works).&lt;br /&gt;
&lt;br /&gt;
== I’ve ‘zoomed’ a graph, how do I get it back to full size?  ==&lt;br /&gt;
&lt;br /&gt;
Drag from lower right to upper left.&lt;br /&gt;
&lt;br /&gt;
== Cumulus won&#039;t read the data from my station  ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CUMULUS RUNNING&#039;&#039;&#039;&lt;br /&gt;
If you have one of the Fine Offset clones, make sure you have configured your relative pressure correctly. If Cumulus finds an &#039;impossible&#039; value, it will ignore all data from your station.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CUMULUS RE-STARTED&#039;&#039;&#039;&lt;br /&gt;
If Cumulus does not read catch-up data from the station logger:&lt;br /&gt;
#Your station type may not have a logger, if so Cumulus cannot read anything from station while software was not running.&lt;br /&gt;
#There is a bug in the Davis DLL (Dynamic-Link Library) that Cumulus 1.x.x uses, where it never downloads the last archive record; so if there is only one to download (compare how long Cumulus was stopped with logging interval on your Davis station), it doesn&#039;t get any at all. (See [[#Cumulus_takes_a_long_time_to_download_the_data_from_my_Davis_station_at_start_up|here]] for opposite problem). Cure this by ensuring if you stop Cumulus you either leave it stopped for less than Davis logging interval time, or don&#039;t restart until after at least 2 logging intervals.&lt;br /&gt;
#You have not selected &amp;quot;&#039;&#039;&#039;Use data logger&#039;&#039;&#039;&amp;quot; in the &#039;&#039;Settings&#039;&#039; section of the &#039;&#039;&#039;Station settings&#039;&#039;&#039; screen accessed from &#039;&#039;Configuration&#039;&#039;  menu. Correct this:&lt;br /&gt;
##Stop Cumulus after changing this setting&lt;br /&gt;
##Look in &#039;&#039;Cumulus\backup&#039;&#039; folder (or its &#039;&#039;daily&#039;&#039; sub-folder) for a folder of .ini files prior to the problem, copy all those files to overwrite the ones in &#039;&#039;Cumulus\data&#039;&#039; folder&lt;br /&gt;
##Re-start Cumulus, it should use revised start date/time, and read the station logger for the whole re-wind period&lt;br /&gt;
#If there is another problem, read the instructions accessed from &amp;quot;Please click here before posting&amp;quot; at the top of the support forum page including the request to zip up the contents of the &#039;&#039;Cumulus\diags&#039;&#039; folder when asking for such support.&lt;br /&gt;
&lt;br /&gt;
== Cumulus read some invalid figures from my station ==&lt;br /&gt;
If you have:&lt;br /&gt;
*just started using Cumulus, &lt;br /&gt;
*just re-started Cumulus and you are only getting bad data when you start Cumulus up (i.e. when it is using archive data from the station logger),&lt;br /&gt;
*or you have just changed some settings,&lt;br /&gt;
... check you have the correct station type selected (see the Cumulus &#039;&#039;Help&#039;&#039; for the settings screen).&lt;br /&gt;
&lt;br /&gt;
Choosing the wrong station type means individual items of information are not correctly assigned to weather parameters.  Cumulus knows what is at what location for each station type. &lt;br /&gt;
*Is the information &#039;&#039;correct on the station console&#039;&#039; (i.e. not a fault with a sensor), but incorrectly displayed on Cumulus screen (i.e. transfer problem)? &lt;br /&gt;
Check all your settings on Cumulus, or see [[#Cumulus_won.27t_read_the_data_from_my_station|previous question]].&lt;br /&gt;
*If the &#039;&#039;station itself shows incorrect figures&#039;&#039;, a sensor may have a problem (mechanical or electrical failure, obstruction by animal activity) or a battery may need replacing.&lt;br /&gt;
Over successive versions of Cumulus more and more code has been incorporated to deal with the way some stations are prone to reporting rogue readings.&lt;br /&gt;
*Ensure you are using the latest Cumulus build, if you are using an old version you will not have any enhancements made since the earlier build that might improve the way Cumulus reads from your station type.&lt;br /&gt;
In general, if Cumulus 1.x.x identifies an odd value it will reuse the last good value instead, assuming that the problem will either right itself, or be spotted and dealt with quickly.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fine Offset stations&#039;&#039;&#039; are prone to reporting the odd non-sensical value, and Cumulus has the ability to compare successive readings:&lt;br /&gt;
*From the &#039;&#039;&#039;Configuration&#039;&#039;&#039; menu select [[Cumulus_Screenshots#Configuration_Menu_Screens|&#039;&#039;Calibration&#039;&#039;]] and in the &#039;&#039;&#039;Spike removal&#039;&#039;&#039; frame you can specify &amp;quot;the maximum &#039;&#039;&#039;differences&#039;&#039;&#039; between successive values&amp;quot; that Cumulus is to tolerate. See the &#039;&#039;&#039;Help&#039;&#039;&#039; for that screen, and note that spike removal applies while Cumulus is running, not to catch-up readings from the station&#039;s logger. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Possible Cure:&#039;&#039;&#039;&lt;br /&gt;
The purpose of the backup files is to allow Cumulus to be &#039;rewound&#039; to a particular point in time.  It simulates the situation where someone had closed Cumulus down at that point, and is only now starting it up again, and needs data to be downloaded from the station&#039;s logger to catch up to the present time. Obviously this cure will not work if your station type does not have a logger (one is needed for Cumulus to read old readings again).&lt;br /&gt;
*If you have only installed Cumulus a few days ago, or have just re-started Cumulus after it was stopped and encounter multiple &#039;&#039;rogue readings in the catch-up from the station logger&#039;&#039;; &#039;&#039;&#039;one possibility&#039;&#039;&#039; is to stop Cumulus and find the backup files that it took when you started it up (or just after the previous roll-over time), copy those files into the data folder, overwriting the ones that are there, then when you start it up again it could sort itself out.&lt;br /&gt;
The [[Diags]] log often contains useful information for sorting out what has been read, which values have been ignored, and which highs or lows may have been updated incorrectly. Note that automatic backups are made just after roll-over time because restarting Cumulus when there are no logger records to read before roll-over has been known to cause problems. Therefore, the backup to choose might be one with the date before when the problem occured, but remember that any calculations Cumulus makes are based on readings at least every minute when Cumulus is running, but for the catch up period such calculations can only use the readings available at your station&#039;s logging interval. Note if you choose a later backup and it does not work, you can always then repeat the &#039;rewind&#039; with a earlier backup.&lt;br /&gt;
&lt;br /&gt;
== I get very large amounts of rainfall shown, or other high readings ==&lt;br /&gt;
&lt;br /&gt;
Fine Offset stations have a habit of producing unbelievable readings, and Cumulus filters many of these out automatically. You can also use the &#039;spike removal&#039; settings on the calibration page, and Cumulus will then filter out large changes in readings. Please read the help for how to use these settings. Another possible explanation is that you have chosen the wrong station type in the Cumulus station settings. You should only select the &amp;quot;Fine Offset with UV/Light sensor&amp;quot; type if your station actually has SENSORS for these. Your station may have solar CHARGING, but this is not the same as having a solar SENSOR, and so you should choose the &amp;quot;Fine Offset (WH1080 etc)&amp;quot; type. Typically, stations which do have solar SENSORS have a model number which starts with a &#039;3&#039;, e.g. WS3080, and stations without solar sensors start with a &#039;1&#039; or &#039;2&#039;. Selecting the wrong type of station will cause Cumulus to misinterpret the logger data read from the station (which it uses when it starts up) and hence incorrect readings will result, typically when you restart Cumulus.&lt;br /&gt;
&lt;br /&gt;
== My station invented some rain that didn&#039;t really occur, and I want to set it to zero (or some other figure)  ==&lt;br /&gt;
&lt;br /&gt;
Cumulus does include some code to try to ignore some obvious rain errors. For example, if the station reports negative rain, Cumulus will normally ignore that, but if for 6 consecutive readings the rain cumulative count stays below what it was before, Cumulus will normally accept the new count as a new starting point. Because many positive values are realistic (see sub-answers), Cumulus generally will accept those as a result of accidental knocking of a tipping bucket gauge, due to wind effects on the gauge, or even due to the station electronics generating a rogue reading.&lt;br /&gt;
=== (Invented rain) Error in today&#039;s total===&lt;br /&gt;
#correct today&#039;s total using the &#039;today&#039;s rain&#039; editor on the edit menu.&lt;br /&gt;
#optionally stop Cumulus and edit [[today.ini]] to change the &#039;&#039;LastTip=&#039;&#039;(look up previous value in a recently backed up today.ini) parameter.&lt;br /&gt;
#Remember that &#039;ConsecutiveDryDays&#039; and &#039;ConsecutiveWetDays&#039; do not include today.&lt;br /&gt;
&lt;br /&gt;
=== (Invented rain) Error in yesterday&#039;s total ===&lt;br /&gt;
#edit the total for the relevant day in dayfile.txt, using the dayfile.txt editor on the edit menu.&lt;br /&gt;
#optionally edit yesterday&#039;s total (which is only held temporarily for display purposes) in [[today.ini]], while Cumulus is stopped.&lt;br /&gt;
=== (Invented rain) Error in total or high rainfall rate for any day before today ===&lt;br /&gt;
Just edit the total or rate for the relevant day in dayfile.txt, using the [[Cumulus_Screenshots#File.2FEdit.2FHelp_Menu|dayfile.txt]] editor on the edit menu.&lt;br /&gt;
&lt;br /&gt;
=== (Invented rain) Error in total, or extremes, for this month and/or this year ===&lt;br /&gt;
See next FAQ. Once you have corrected the daily totals (or high rainfall rates) in dayfile.txt, you can use the editors (on the edit menu) for &#039;This Month&#039; and &#039;This Year&#039; to fetch the corrected values from dayfile.txt (or enter figures manually).&lt;br /&gt;
&lt;br /&gt;
=== (Invented rain) Error in all-time records ===&lt;br /&gt;
See [[#How_do_I_correct_my_all-time_.28or_monthly_all-time.29_records.3F |this FAQ]].&lt;br /&gt;
&lt;br /&gt;
To see the previous value for all-time records see [[Alltimelog.txt]]. If your all-time records, or month-by-month all-time records have been affected, you can use the built-in editors. These can fetch the correct values once you have corrected dayfile.txt.&lt;br /&gt;
&lt;br /&gt;
===  (Invented rain and) Other rain figures ===&lt;br /&gt;
Note that other rain figures, such as &#039;rain last hour&#039;, &#039;rain last 24 hours&#039; and &#039;rain since midnight&#039; depend on a sensible progression of the rain counter, so it&#039;s not easy to correct this; it&#039;s easier to wait until the erroneous figure is far enough in the past so as not to affect the calculation. If you really do want to try to correct it; you would need to stop Cumulus, then find and edit multiple field 11 (assuming date is field 0) the Cumulus &#039;rain counter&#039; values in the [[monthly_log_files]] in the current monthly log file so they are correct relative to the current value of the rain counter (i.e. the latest one logged). Note that if you&#039;re using a midnight start of day then you don&#039;t need the &#039;rain since midnight&#039; figure anyway, as it is normally the same as &#039;rain today&#039;, and that figure is much more easily corrected.&lt;br /&gt;
&lt;br /&gt;
===  (Invented rain) Error prevention by Spike removal ===&lt;br /&gt;
#It is better to try to avoid spurious rain being recorded in the first place.&lt;br /&gt;
#Cumulus attempts to ignore large increases in the rain total automatically, and is quite often successful.&lt;br /&gt;
#For &#039;hourly rain&#039; and &#039;rain rate&#039;, you can set &#039;spike removal&#039; settings on the calibration settings screen. The value you set here, is the maximum change allowed between successive observations. Rain Rate corrections apply only to Fine Offset and La Crosse stations (which are known to occasionally produce faulty rain readings).&lt;br /&gt;
&lt;br /&gt;
===  (Invented rain) More information ===&lt;br /&gt;
There is more information about correcting rogue data elsewhere in the Wiki, in the pages about the [[:Category:Log_Files|log files]].&lt;br /&gt;
&lt;br /&gt;
== My monthly and/or annual rainfall totals are wrong  ==&lt;br /&gt;
&lt;br /&gt;
Cumulus calculates these when it is restarted, holds the values within memory, and increments them as required while it is running. This FAQ in the previous section [[#Where_does_Cumulus_get_its_this_month_and_this_year_rainfall_totals_from.3F]] has a concise description of how Cumulus calculates these figures.&lt;br /&gt;
&lt;br /&gt;
* The rainfall total shown on the &#039;&#039;This month&#039;&#039; screen within the &#039;&#039;&#039;View&#039;&#039;&#039; menu, is calculated from summing [[dayfile.txt]] totals for a selected month, and so for the default current month will exclude the current meteorological day.  The rainfall total for today so far is added for the web tag &#039;&#039;&amp;lt;#rmonth&amp;gt;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
* The rainfall total shown on the &#039;&#039;This year&#039;&#039;  screen within the &#039;&#039;&#039;View&#039;&#039;&#039; menu, is calculated from summing totals in dayfile.txt for a selected calendar year. For the default current year, it will exclude the current meteorological day.&lt;br /&gt;
&lt;br /&gt;
* The rainfall total reported by the &#039;&#039;&amp;lt;#ryear&amp;gt;&#039;&#039; web tag is for the rainfall season to date, it is calculated from taking today&#039;s rain and then adding the sum of the totals in dayfile.txt starting with the first (meteorological) day of the month specified in the &#039;rainfall season&#039; frame on the &#039;&#039;station settings&#039;&#039; screen within the &#039;&#039;&#039;Configuration&#039;&#039;&#039; menu, until the end of dayfile.txt is reached. So check you have specified the right starting month there before deciding the rainfall total shown is wrong. &lt;br /&gt;
&lt;br /&gt;
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 also on the [[Cumulus_Screenshots#Station|Station Configuration screen]].  Make sure you specify the first Cumulus operating year here, otherwise the extra will be added to the annual total for the wrong year!&lt;br /&gt;
&lt;br /&gt;
See immediately preceding FAQ [[#My_station_invented_some_rain_that_didn.27t_really_occur.2C_and_I_want_to_set_it_to_zero_.28or_some_other_figure.29 |correcting rainfall]]  for how to correct errors in total for particular days and how to correct the high extremes for the various periods.&lt;br /&gt;
&lt;br /&gt;
In all cases then restart Cumulus to get the monthly and annual totals recalculated from correct daily totals. &lt;br /&gt;
&lt;br /&gt;
If you need to correct within day values for trend graphs as well as the longer period totals, provided you know roughly when the rogue rainfall was recorded, find (and edit) it in the [[monthly_log_files]], field 11 (assuming date is field 0) is the count used to derive other parameters. Increasing the value in the count field, decreases the difference to the next (or current) count, and therefore reduces the rain in the in-between period.&lt;br /&gt;
&lt;br /&gt;
== The ‘gust’ line has disappeared from my graph  ==&lt;br /&gt;
&lt;br /&gt;
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. Depending on your weather station type, there are a few things you could try, to improve things. Decrease your station&#039;s logger interval, and if you have Cumulus calculating the wind speed average and you have a Fine Offset station, set &#039;Use speed for avg calculation&#039;.&lt;br /&gt;
&lt;br /&gt;
== My ‘gust’ values are the same as my ‘average’ wind speed values.  ==&lt;br /&gt;
&lt;br /&gt;
As above, you probably have Cumulus set to calculate a 10-minute average, and your station logger period is 10 minutes or longer, so your gust comes out the same as the average when using data from the logger. See the previous FAQ for suggestions on how to improve this.&lt;br /&gt;
&lt;br /&gt;
== I’ve just installed Cumulus, and it didn’t download all the old data from my weather station  ==&lt;br /&gt;
&lt;br /&gt;
Cumulus deliberately doesn’t attempt to download any data from before the point when you first run it. If you wish, although this isn&#039;t recommended, 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 (you will need to have run it at least once previously). Note that if you do this, it is at your own risk, and you will need to sort out any issues which may arise yourself.&lt;br /&gt;
&lt;br /&gt;
If you do this, you will probably need to edit your log files in the &#039;&#039;&#039;data&#039;&#039;&#039; folder as you may have duplicate entries and/or entries out of order. Your rain totals will almost certainly also be wrong - the total for &amp;quot;today&amp;quot; in particular. See the [[FAQ#My_station_invented_some_rain_that_didn.27t_really_occur.2C_and_I_want_to_set_it_to_zero_.28or_some_other_figure.29 |FAQ]] entry about correcting rainfall data. If you have only just started using Cumulus, you could delete all of the files in the data folder, and just create a simple today.ini as below. Then when you start Cumulus it will start again with just the data from the station&#039;s logger.&lt;br /&gt;
&lt;br /&gt;
Note that this method does not work for the Oregon WMR200 station. This station deletes logger entries when they are downloaded, and there is no mechanism for retrieving logger entries for a particular period - it just sends all the entries that it has. You may be able to circumvent this by creating a today.ini file in the data folder before you run Cumulus, with just this in it:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[General]&lt;br /&gt;
Date=10/04/2012&lt;br /&gt;
Timestamp=10/04/2012 10:00:00&lt;br /&gt;
CurrentYear=2012&lt;br /&gt;
CurrentMonth=4&lt;br /&gt;
CurrentDay=10&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Change the dates and time to match the point from which you want Cumulus to start downloading data. If the station has already sent the data, this may not work, unfortunately.&lt;br /&gt;
&lt;br /&gt;
If you stored data from your weather station (on another file-based system) before you first ran Cumulus, then you may be able to (using a text editor outside Cumulus) generate [[Monthly log files]] for the pre-Cumulus period.  See that Wiki article for more information on what you can then do with those files within Cumulus.&lt;br /&gt;
&lt;br /&gt;
== I have inserted pre-Cumulus data and now I get errors ==&lt;br /&gt;
&lt;br /&gt;
Probably some of your inserts used the wrong format (blank rows, fields with real numbers where integers expected, alternatively missing or duplicated fields). See [[:Category:Log_Files]]. Note that Cumulus will only flag errors in the log files that it reads (e.g. those relating to the period for which it displays trends graphs).  Check all the log files you have amended.&lt;br /&gt;
&lt;br /&gt;
== I have inserted pre-Cumulus data making &#039;Records began on&#039; date wrong ==&lt;br /&gt;
&lt;br /&gt;
Stop Cumulus and edit [[Cumulus.ini#Section:_Station | cumulus.ini (station section)]] within the main Cumulus folder. Change the &amp;quot;StartDate=&amp;quot; line. Be sure to use the same format for the date.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note&#039;&#039;&#039; &#039;&#039;StartDate=xxxx&#039;&#039; does &#039;&#039;not&#039;&#039; need to be updated for Cumulus to recognise earlier data in log files in its &#039;&#039;data&#039;&#039; subfolder.  &lt;br /&gt;
&lt;br /&gt;
It really represents &amp;quot;Cumulus began on&amp;quot;, so there is an alternative of leaving cumulus.ini unchanged, but editing default Cumulus &#039;&#039;recordsT.htm&#039;&#039; template twice:&lt;br /&gt;
*after the h2 heading is &#039;&#039;&amp;amp;lt;p&amp;amp;gt;Records began on &amp;lt;#recordsbegandate&amp;gt;. Here are the extremes recorded since then.&amp;amp;lt;/p&amp;amp;gt;&#039;&#039;;  you can replace &#039;&amp;lt;#recordsbegandate&amp;gt;&#039; with the new earliest date typed in as text; and&lt;br /&gt;
*at the start of the table is the &#039;&#039;&amp;amp;lt;caption&amp;amp;gt;Records Since &amp;lt;#recordsbegandate&amp;gt;&amp;amp;lt;/caption&amp;amp;gt;&#039;&#039;; replace the label &amp;quot;Records since&amp;quot; with &amp;quot;Cumulus began on&amp;quot; leaving the web tag unchanged.&lt;br /&gt;
&lt;br /&gt;
== Cumulus doesn’t show the same pressure as my Fine Offset console  ==&lt;br /&gt;
&lt;br /&gt;
Cumulus displays atmospheric pressure corrected to sea level. The console calls this ‘relative pressure’; it displays the letters &amp;quot;rel&amp;quot; when this is being displayed.  First of all, check&lt;br /&gt;
# that you are comparing the Cumulus display with the ‘relative’ pressure on your console,&lt;br /&gt;
# that only one copy of Cumulus is accessing the weather station (and no other software),&lt;br /&gt;
# that you do not have a &#039;EWpressureoffset=x.y&#039; line in the [Station] section of [[Cumulus.ini#Introduced_for_problems_with_Fine_Offset_family:| cumulus.ini]],&lt;br /&gt;
# and that you do not have a setting for pressure on the Cumulus calibration screen.&lt;br /&gt;
&lt;br /&gt;
The Fine Offset stations only store absolute/station pressure readings in their weather memory locations updated with each transmission and read by Cumulus. Within Cumulus, the software applies the adjustment to sea level before any further processing. It does &#039;&#039;not&#039;&#039; use the altitude setting in the cumulus station configuration screen.&lt;br /&gt;
Normally when Cumulus starts, it reads in [http://www.jim-easterbrook.me.uk/weather/mm/ the fixed block] in the console a pair of absolute/station pressure and relative/sea level pressure readings and uses the difference between these as the ‘offset’ in millibar for the station;  Cumulus uses this offset subsequently to calculate the sea level pressure (each time when reading the absolute pressure in the weather memory locations of the station), but it is possible to define the offset in cumulus.ini instead. &lt;br /&gt;
&lt;br /&gt;
Make sure that you have set your console&#039;s relative pressure correctly:&lt;br /&gt;
*for a push button operated model, press &#039;menu&#039; key 4 times for pressure mode, press &#039;enter&#039; to move to relative pressure setting, press &#039;up&#039; or &#039;down&#039; to adjust value.&lt;br /&gt;
*if your model uses a touch sensitive screen then it is probably tap the reading three times, then touch &#039;+&#039; or &#039;-&#039; to adjust value.&lt;br /&gt;
&lt;br /&gt;
The support forum includes discussion on where to find isobar charts or other sources to determine what the pressure should be.  Obviously after any adjustment you need to stop Cumulus, because it is when you restart it that Cumulus reads the new pressure offset.&lt;br /&gt;
&lt;br /&gt;
Sometimes the offset that cumulus reads from the fixed block is clearly garbage, so&lt;br /&gt;
# the cumulus error light is set,&lt;br /&gt;
# an error message suggests you check the station, and&lt;br /&gt;
# Cumulus uses zero offset instead as a best effort.&lt;br /&gt;
In this situation, Cumulus will display the same value as the &#039;absolute&#039; pressure on the console (no &amp;quot;rel&amp;quot; is displayed on the console when it is displaying absolute pressure). Often, if you restart Cumulus, it will then be able to read the correct value. If the problem happens often, you can circumvent it by editing cumulus.ini (while Cumulus is stopped), and in the [Station] section add an entry: &lt;br /&gt;
&lt;br /&gt;
 EWpressureoffset=x.y&lt;br /&gt;
&lt;br /&gt;
where x.y is your pressure offset. &#039;&#039;&#039;Cumulus will then use this instead of reading the fixed block offset from the station&#039;&#039;&#039;.  &lt;br /&gt;
&#039;&#039;&#039;Note&#039;&#039;&#039; that &#039;&#039;you must supply the offset in hPa&#039;&#039; (i.e. the millibar units that the station works with) and that this circumvention generally stops Cumulus from agreeing with the relative pressure displayed on the console.&lt;br /&gt;
&lt;br /&gt;
== My pressure suddenly dropped! Or suddenly increased!  ==&lt;br /&gt;
&lt;br /&gt;
If you have a Fine Offset station, and this happened when you (re)started Cumulus, it is quite likely a problem with reading the pressure &#039;offset&#039; from the station. See: &amp;quot;Cumulus doesn’t show the same pressure as my Fine Offset console&amp;quot; above.&lt;br /&gt;
&lt;br /&gt;
== I get an error when I try to view my all-time records. Also, they don’t appear on my web site  ==&lt;br /&gt;
&lt;br /&gt;
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. &lt;br /&gt;
&lt;br /&gt;
== I get an error when I close Cumulus  ==&lt;br /&gt;
&lt;br /&gt;
Cumulus does sometimes report an error when you close it. This does not appear to cause any problems, you can just close the error message. I don&#039;t seem to be able to do anything about this, as the &#039;crash&#039; is not in code that I have control over. You may be able to avoid this error by avoiding closing Cumulus while it is uploading to the internet. Please don&#039;t bother sending me a bug report about this. &lt;br /&gt;
&lt;br /&gt;
== My forecast says &amp;quot;Not available&amp;quot;  ==&lt;br /&gt;
&lt;br /&gt;
You can get Cumulus to create a simple forecast by selecting &#039;Cumulus Forecast&#039; on the Stations Settings screen. &lt;br /&gt;
&lt;br /&gt;
== My forecast always says &amp;quot;Exceptional Weather, Stormy, much precipitation&amp;quot;  ==&lt;br /&gt;
&lt;br /&gt;
You probably have incorrect Pressure Extreme settings in the Forecast section on the Station Settings window. Make sure that the values you have supplied match the units you have selected for the extremes. Note that the units for the extremes are not related to the units you have chosen for pressure display in Cumulus. The option of supplying mb/hPa or inHg for the extremes is merely a convenience; you can supply either, but the values and the units must of course match.&lt;br /&gt;
&lt;br /&gt;
== My computer hibernated/suspended, and I lost data/my graphs &#039;flat-lined&#039;  ==&lt;br /&gt;
&lt;br /&gt;
Cumulus can&#039;t cope with being suspended, it just carries on as normal after being woken. There is an option in the station settings to &#039;close on suspend&#039;, so Cumulus will close itself as a safety measure, if you forget to do it manually. Don&#039;t use the &#039;close on suspend&#039; option and the &#039;confirm shutdown&#039; option at the same time; this will cause problems. &lt;br /&gt;
&lt;br /&gt;
But I strongly recommend that you don&#039;t have your computer set to go into any form of standby while Cumulus is running - it&#039;s continuously gathering real-time data, after all, so it&#039;s a rather strange thing to do. &lt;br /&gt;
&lt;br /&gt;
== My heat index/humidex/wind chill is the same as my temperature  ==&lt;br /&gt;
&lt;br /&gt;
*Wind chill only applies when the average wind speed is above 4.8 kph &#039;&#039;&#039;and&#039;&#039;&#039; (by default in Cumulus as it should really always be set, but this is an option that can be unset) the temperature is below 10 degrees Celsius.  &lt;br /&gt;
*Heat index only applies when the temperature is above 27 degrees Celsius &#039;&#039;&#039;and&#039;&#039;&#039; the humidity is above 40%. &lt;br /&gt;
* Humidex does not have any &#039;cutoff&#039; values, but at low temperature and/or humidity it will give the same figure as ambient temperature.&lt;br /&gt;
&lt;br /&gt;
If heat index or wind chill is not applicable, Cumulus will set them the same as the ambient temperature.&lt;br /&gt;
&lt;br /&gt;
== Cumulus is showing a different wind speed compared to my console  ==&lt;br /&gt;
&lt;br /&gt;
You have probably misunderstood Cumulus processing of wind speeds, looking at different parameters, or different averaging periods.&lt;br /&gt;
*If you have a Davis weather station see [[#What_do_the_various_wind_speeds_in_Cumulus_correspond_to.2C_with_Davis_stations.3F]]&lt;br /&gt;
*If you have a Fine Offset station, see [[#What_do_the_various_wind_speeds_in_Cumulus_correspond_to.2C_with_Fine_Offset_stations.3F]] &lt;br /&gt;
* For Oregon Scientific and La Crosse stations see [[#How_do_I_set_up_recording_wind_speeds_in_Cumulus.2C_with_Oregon_Scientific_and_La_Crosse_stations]]&lt;br /&gt;
&lt;br /&gt;
Note that you can&#039;t compare the graphs drawn by Easyweather and Cumulus unless you are certain that they are plotting the same data. They can&#039;t both be running at the same time, so one would normally be plotting &#039;live&#039; data at a given interval, and the other will be plotting data downloaded from the station&#039;s logger. The wind speed will hence not normally be the same for a particular time on the graph as it may well have changed at the point that it is saved to the logger. The only situation where it &#039;&#039;would&#039;&#039; be valid to compare the graphs would be if neither were running at the times you are comparing, and both subsequently downloaded the same data from the logger.&lt;br /&gt;
&lt;br /&gt;
== I get error -32710 with Cumulus and my USB Davis station  ==&lt;br /&gt;
&lt;br /&gt;
The USB support in the Davis DLL which Cumulus uses doesn&#039;t seem to work. You need to use the CP210X USB/serial software which Davis supply, and use the station in serial mode. If you have previously been using your station with Weatherlink in USB mode, you will need to change to serial mode in Weatherlink before you can use the station with Cumulus. You can do this using [http://www.davisnet.com/support/weather/download/CP210X_USB_Serial_Converter_ver2.exe this utility from Davis]. See also this FAQ entry - http://wiki.sandaysoft.com/a/FAQ#How_do_I_get_my_Davis_station_with_USB_working_with_Cumulus.3F&lt;br /&gt;
&lt;br /&gt;
== When I start Cumulus, the graphs restart again each time and don&#039;t show the earlier data  ==&lt;br /&gt;
&lt;br /&gt;
You probably have an error in one or more data files. Look near the beginning of the latest file in the Diags folder for an error message which will tell you which file is in error and which line is causing the problem. It may simply be a blank line. Edit the file with Cumulus stopped. Note that you may need to repeat this process; only the first error is shown.&lt;br /&gt;
&lt;br /&gt;
This problem can also occur if you change your system format settings (date format, decimal and list separators etc). Again, check the diags file for a message about a number not being a valid floating point value.&lt;br /&gt;
&lt;br /&gt;
== The peak values on my graphs are not the same as my extreme values  ==&lt;br /&gt;
&lt;br /&gt;
The graphs are snapshots of the data, taken once a minute while Cumulus is running; it is not feasible to plot every data point. If the extreme value did not coincide exactly with the point at which the data was added to the graph, then it will not appear on the graph. The graphs are not intended to show all of the highs and lows, they are there to give an idea of the trends. This also applies to &#039;Select-A-Graph&#039;, which takes its data from the data logs; the highs and lows do not necessarily appear in the periodic data logs.&lt;br /&gt;
&lt;br /&gt;
This is most noticeable with wind gusts, the value of which can change rapidly, even over a period of a minute. The &#039;Plot latest gust&#039; setting causes the &#039;Latest&#039; figure (as shown on the main screen) to be plotted. What this figure represents exactly depends on your weather station type. This figure may vary rapidly, e.g. on Davis stations, it changes every 3 seconds or so. The graphs are plotted once a minute, and hence, with Davis stations, for example, there is approximately a one in 20 chance of any given &#039;latest&#039; figure actually being plotted.&lt;br /&gt;
&lt;br /&gt;
Cumulus also stores the peak value of the &#039;latest&#039; figure from the last 10 minutes. It calls this the &#039;gust&#039;, as this is a reasonable representation of a true &#039;gust&#039; figure. If you untick &#039;plot latest gust&#039;, it will plot this figure instead. As it contains the peak figure from the last 10 minutes, and the graph is plotted once a minute, plotting this value means that the high gust figure will always appear on the graph. The exception to this is with Davis stations, in the situation where the &#039;high gust&#039; figure has been read directly (as a way of ensuring that the high gust isn&#039;t missed) rather than by the usual reading of the current data. In this case, the gust is recorded as the high, but is not written to the current value, and hence does not appear on the graph, as it may be out of sequence with the current data.&lt;br /&gt;
&lt;br /&gt;
== My extreme values do not appear in the &#039;monthly&#039; data logs  ==&lt;br /&gt;
&lt;br /&gt;
The data logs are snapshots of the data, taken at the configured interval while Cumulus is running (or at the station&#039;s configured interval when data is read from the station&#039;s logger directly into the Cumulus monthly log). Cumulus, while it is running, reads the station frequently, detecting each change in observations, and can update extremes at each of these reading times.&lt;br /&gt;
&lt;br /&gt;
If the extreme value reading time did not immediately precede a time at which the data was logged, then it will not appear in the log. This is most noticeable with wind gusts, the value of which can change rapidly between log entries.&lt;br /&gt;
&lt;br /&gt;
Cumulus is designed to be kept running, if you only run it once a day, then the information it reads from the station&#039;s logger during catch up may miss extremes. For example &#039;&#039;when Cumulus reads the archive temperatures from a Davis station&#039;&#039;,  (in a compromise to allow Cumulus to have as much code as possible that is common to all weather station types) the design means that it ignores the first and second figures representing highest and lowest reported at each logged time, just reading the third figure that, depending on console configuration, is either the average value over the archive period or the final reading of the archive period (I don&#039;t know what the default is).&lt;br /&gt;
&lt;br /&gt;
== Cumulus takes a long time to download the data from my Davis station at start up  ==&lt;br /&gt;
&lt;br /&gt;
When Cumulus starts, it asks the station for all the data from the logger since the last time it was running. If the time-stamp that it supplies does not exactly match the time-stamp of an entry in the Davis logger, the station has a strange &#039;feature&#039; where it decides to send the entire contents of the logger. This will take some time to download, during which the Davis console display may appear to freeze. &lt;br /&gt;
#It is recommended that you enable the feature &#039;&#039;&#039;Synchronise station clock&#039;&#039;&#039; in the &#039;Settings&#039; block accessed from the &#039;&#039;Configuration&#039;&#039; menu  &#039;&#039;&#039;Station&#039;&#039;&#039; [[Cumulus_Screenshots#Station|Screen]].&lt;br /&gt;
#It is recommended that you set the logging interval in Cumulus (in the &#039;Data log interval&#039; block accessed from the &#039;&#039;Configuration&#039;&#039; menu  &#039;&#039;&#039;Station&#039;&#039;&#039; Screen) to the same interval as the station (the station interval can be changed using Weatherlink), then Cumulus will be able to make sure it uses a time-stamp that matches an entry in the logger. Note that this is mentioned in the &#039;&#039;&#039;readme.txt&#039;&#039;&#039; file that appears during the Cumulus installation, which you were asked to read at the time. If you didn&#039;t read it, it is strongly recommended that you do so now; it contains important information.&lt;br /&gt;
&lt;br /&gt;
== My Davis console clock is not exactly the same as my PC clock, but I have &amp;quot;Synchronise station clock&amp;quot; selected ==&lt;br /&gt;
&lt;br /&gt;
The Davis protocol only allows hours and minutes to be set, so there is always likely to be a difference of up to 60 seconds between the PC and the station.&lt;br /&gt;
&lt;br /&gt;
== Today is the shortest/longest day, but Cumulus says that tomorrow will be a few seconds shorter/longer  ==&lt;br /&gt;
&lt;br /&gt;
The routines I use to calculate (at midnight GMT) the length of the day aren&#039;t really suitable for this level of accuracy and may use the previous day in one parameter. I don&#039;t consider it an issue.&lt;br /&gt;
&lt;br /&gt;
== Cumulus got the forecast wrong!  ==&lt;br /&gt;
&lt;br /&gt;
Cumulus uses a forecast based on the Zambretti Forecaster (see Google). I didn&#039;t design the algorithm myself and to be honest I don&#039;t know how it works, so I can&#039;t answer any questions about it. Note that this is a &#039;forecast&#039; for the following 12 hours or so; it is not a &#039;nowcast&#039; (what the weather is doing now). Please regard the forecast as &#039;for entertainment purposes only&#039;. Do not base any decisions on it, and bear in mind that it is a very simple calculation based on only a few basic parameters. Some people get reasonable results, others do not. You can try tweaking the pressure extreme settings (in the Forecast section in the station settings), but don&#039;t expect the forecast to be as good as that provided by the weather agencies which have invested millions in their forecasting systems.&lt;br /&gt;
&lt;br /&gt;
== I only see one set of points on the wind direction graph  ==&lt;br /&gt;
&lt;br /&gt;
This happens just after you restart Cumulus, if the data came from the weather station&#039;s logger (i.e. Cumulus hasn&#039;t been running for a while). Weather stations only supply a &#039;current&#039; direction, and Cumulus calculates the average direction when running &#039;live&#039;.  So there is only one set of data available to be plotted, if it comes from the station logger.&lt;br /&gt;
&lt;br /&gt;
== My average wind bearing remains at zero ==&lt;br /&gt;
&lt;br /&gt;
Cumulus will always show zero average bearing when the average wind speed is zero (it can&#039;t be otherwise because it&#039;s calculated using the wind speed). In addition, it will show zero current bearing when the current wind speed is zero if you have &#039;&#039;use bearing zero when calm&#039;&#039; selected in the [[Cumulus_Screenshots#Station|station]] settings (accessible from &#039;&#039;&#039;Configuration&#039;&#039;&#039; menu).&lt;br /&gt;
&lt;br /&gt;
This also happens if your anemonmeter has a fault.&lt;br /&gt;
&lt;br /&gt;
== My graphs appear to be plotted less frequently just after Cumulus starts up  ==&lt;br /&gt;
&lt;br /&gt;
When running live, Cumulus plots data at 1-minute intervals. When it starts up, it pre-fills the graphs with data from the log files, which generally (depending on how you have Cumulus and your station configured) will be at less frequent intervals. &lt;br /&gt;
&lt;br /&gt;
== I closed Cumulus, the &#039;please wait&#039; form appeared, but Cumulus didn&#039;t close, even after several minutes  ==&lt;br /&gt;
&lt;br /&gt;
If you&#039;ve closed Cumulus shortly after it has downloaded a lot of data from the logger, it can take a while for the logging thread to get everything written away to disk, and Cumulus won&#039;t close until this has completed. However, in some circumstances, there seems to be a situation where Cumulus will never close, so you will need to close it with task manager. If you think you know what conditions cause this to happen, please let me know. &lt;br /&gt;
&lt;br /&gt;
== Cumulus isn&#039;t logging data at the interval that I set  ==&lt;br /&gt;
&lt;br /&gt;
It logs data at the interval you have configured, while it is running. If there is data to read from the station logger at start up, each logger entry is logged to the Cumulus log files, so those entries will be at the logger interval that you have configured in your station.&lt;br /&gt;
&lt;br /&gt;
== Cumulus takes a very long time to shut down ==&lt;br /&gt;
&lt;br /&gt;
You may have closed it very soon after starting it up, when it had a lot of data to download from the station logger, and you use Weather Underground. From version 1.9.1  there is a facility where it &#039;catches up&#039; with data that hasn&#039;t been uploaded to Weather Underground while it hasn&#039;t been running. This takes a little while, and if you close it while it is doing it, it will take a long time for all of the updates to time out. You need to give it sufficient time to finish the upload. From version 1.9.2, there is a &#039;catch up&#039; light which shows that the upload is taking place, and the &#039;catch up&#039; is optional&#039;; and it will abort much more quickly if you still close it while the catch up is taking place. &lt;br /&gt;
&lt;br /&gt;
== My temperature Min/Max/Avg graph is empty ==&lt;br /&gt;
&lt;br /&gt;
The most likely explanation is that you have only recently started running Cumulus (in the last day or two). It adds new values to this graph at the end of each day; it wouldn&#039;t make sense to add a value part of the way through the day, and you need a few points to be plotted before the graph starts to take shape. You need to wait until you have been running Cumulus for a few days.&lt;br /&gt;
&lt;br /&gt;
If you&#039;ve been running Cumulus for more than a few days, but the graph is still empty, the most likely explanation is that it was unable to read your dayfile.txt file. Look at the latest file in the &#039;diags&#039; folder (the files are plain text) for error messages mentioning dayfile.txt.&lt;br /&gt;
&lt;br /&gt;
== The longest dry/wet spell for this month/year includes days from last month/year ==&lt;br /&gt;
&lt;br /&gt;
This is intentional. I decided that it didn&#039;t make sense to arbitrarily chop off a dry/wet spell at the start of the month/year, as then the figure is meaningless. So the figures are to be interpreted as &amp;quot;the longest dry/wet spell which includes this month/year&amp;quot;. I note that other software takes the same approach.&lt;br /&gt;
&lt;br /&gt;
== Cumulus isn&#039;t performing periodic tasks, like data logging or web uploads ==&lt;br /&gt;
&lt;br /&gt;
Cumulus assumes a certain level of weather station functionality. It checks that it has received data from a number of sensors (e.g. pressure and outside temperature) before it starts periodic calculations, logging, uploading to the web, or drawing graphs. This is an attempt to make sure that bad data is not logged. If your weather station is not fully functional, you will not be able to use Cumulus fully. &lt;br /&gt;
&lt;br /&gt;
You can over-ride the start up check by adding a line to the [Station] section of [[Cumulus.ini#Section:_Station|cumulus.ini]], thus: &#039;&#039;NoSensorCheck=1&#039;&#039;&lt;br /&gt;
(You need to do this while Cumulus is stopped). Note that you are likely to get bad data logged if you do this.&lt;br /&gt;
&lt;br /&gt;
== I&#039;ve changed my Twitter password, and now Cumulus won&#039;t update Twitter ==&lt;br /&gt;
&lt;br /&gt;
You need to force Cumulus to re-authenticate with Twitter. Stop Cumulus and edit cumulus.ini. Find the [Twitter] section, and &#039;&#039;&#039;delete&#039;&#039;&#039; the lines which start&lt;br /&gt;
&lt;br /&gt;
OauthToken=&lt;br /&gt;
 &lt;br /&gt;
OauthTokenSecret=&lt;br /&gt;
&lt;br /&gt;
Start Cumulus and it should be able to update Twitter again.&lt;br /&gt;
&lt;br /&gt;
== When I start Cumulus, I get the error message &amp;quot;The station is not initialised&amp;quot; ==&lt;br /&gt;
&lt;br /&gt;
For Fine Offset stations, when Cumulus starts up, it checks the first two bytes of the station&#039;s memory. They are supposed to contain the values Hex 55 and Hex AA to indicate that the station has initialised itself correctly. If they do not, then presumably the station has had some kind of internal problem, so Cumulus doesn&#039;t try to read any data from it. A reset of the station normally fixes this - remove the batteries and the USB cable; but note that you will almost certainly lose any stored data in the logger.&lt;br /&gt;
&lt;br /&gt;
If you want to force Cumulus to ignore this check (not recommended), edit cumulus.ini and add a line to the [Station] section: &#039;&#039;EWdisablecheckinit=1&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
You will most likely not have any success with this, as your station memory is probably corrupted anyway.&lt;br /&gt;
&lt;br /&gt;
Note that for this setting to work, you need to be using version 1.9.3, build 1034 or later.&lt;br /&gt;
&lt;br /&gt;
== How do I correct today&#039;s or yesterday&#039;s highs and lows? ==&lt;br /&gt;
&lt;br /&gt;
Today&#039;s totals, highs and lows (and yesterday&#039;s rain total) are held in [[today.ini]] in the Cumulus data folder. Yesterday&#039;s totals (including RG11 rain but not standard rain), highs and lows are held in [[yesterday.ini]]. Follow the cross-references if you are unsure which parameter is what. To change any values, stop Cumulus and edit the file(s) in a text editor. Be sure to keep any date and time formats the same. If you are editing yesterday&#039;s highs and lows, you might also need to edit [[Dayfile.txt#Editing_daily_summary_in_Cumulus|dayfile.txt]], as the same values will probably have been written to that file. You can use the [[Cumulus_Screenshots#File.2FEdit.2FHelp_Menu|built-in dayfile editor]] in Cumulus to do this. If your all-time and/or monthly all-time records have been affected, see the [[#How_do_I_correct_my_all-time_.28or_monthly_all-time.29_records.3F|FAQ entry below]].&lt;br /&gt;
&lt;br /&gt;
If the value you want to change is today&#039;s high hourly rain figure, it is best to wait until the current figure has returned to a sensible value. There is no easy way to correct the current figure, so if you change it in today.ini while the current figure is incorrect, the high value in today.ini will immediately be changed again when you start Cumulus.  More information about correcting rain [[#My_station_invented_some_rain_that_didn.27t_really_occur.2C_and_I_want_to_set_it_to_zero_.28or_some_other_figure.29 |in this FAQ]].&lt;br /&gt;
&lt;br /&gt;
If the problem occurred because Cumulus wasn&#039;t able to download the data from the station&#039;s logger when you started it up in the morning (or perhaps you turned off the &#039;use data logger&#039; setting for some reason), you can get it to try again by &#039;rewinding&#039; to the time when you started Cumulus, and allowing it to try again. Cumulus takes a copy of the current files each time it starts up, and puts them in a folder in the backup folder in the Cumulus installation. Stop Cumulus, and find the backup folder with the appropriate timestamp, and copy all of the files from the backup folder into the Cumulus data folder, and start Cumulus up again.&lt;br /&gt;
&lt;br /&gt;
== How do I correct my all-time (or monthly all-time) records? ==&lt;br /&gt;
&lt;br /&gt;
Use the editor in Cumulus - on the Edit menu. If you know the correct figures, you can enter them manually.&lt;br /&gt;
*You can look at the [[Alltimelog.txt]] file to find the previous values for the [[Monthlyalltime.ini|all-time records]].&lt;br /&gt;
*Similar entries are logged to the [[diags]] files for the monthly highs and lows in [[month.ini]]. &lt;br /&gt;
*You can also get the editor to scan the [[dayfile.txt|daily summary log]] and [[Monthly_log_files]] to find the highs and lows from those files, click the Help button for details. Note that to use this facility you first need to correct any incorrect values in the files being scanned; you can use the built-in editor in Cumulus to edit dayfile.txt.&lt;br /&gt;
&lt;br /&gt;
Cumulus takes a backup of all the active data files when it starts up, and also at the start of the meteorological day (just after midnight for a lot of users). The backups are kept in folders within the backup sub-folder in the Cumulus installation. So an alternative method would be to find the latest backup from before the error occurred, and copy the &#039;&#039;alltime.txt&#039;&#039; and/or &#039;&#039;monthlyalltime.txt&#039;&#039; file from the backup to the Cumulus data folder. Do this with Cumulus stopped.&lt;br /&gt;
&lt;br /&gt;
There is more information in [[:Category:Log_Files]], on the page for each type of file.&lt;br /&gt;
&lt;br /&gt;
== It&#039;s January 1st and my &#039;rain since midnight&#039; and/or &#039;last 24 hours rain&#039; and/or Evapotranspiration are wrong/negative ==&lt;br /&gt;
&lt;br /&gt;
You are probably using a Davis station. Cumulus needs an incrementing rain counter to calculate all of the rain figures, and the nearest to that on a Davis station is the annual total. When this resets at the end of the year, this causes some of the rain data to show odd values for a day. You will notice this particularly if you use an 0900 start of meteorological day, as the &#039;rain since midnight&#039; figure is used for services such as Weather Underground. There&#039;s no easy solution to this, sorry.&lt;br /&gt;
&lt;br /&gt;
== Cumulus stops at the &amp;quot;Downloading data&amp;quot; screen ==&lt;br /&gt;
&lt;br /&gt;
If you have a Fine Offset station, this is probably caused by the station&#039;s interface locking up. You should be able to get it going again by doing a reset - remove batteries and the USB cable. Recent Fine Offset models have a problem where they can lock up frequently, requiring a reset. From version 1.9.3 of Cumulus onwards, there is an option to synchronise the reading of data with the console writing the data, to avoid doing both at the same time, and this seems to avoid most lockups. The setting is &amp;quot;Synchronise Fine Offset reads&amp;quot; on the station settings screen.&lt;br /&gt;
&lt;br /&gt;
If you look in the status bar at the bottom of the Cumulus window, there may a message &amp;quot;Error: no response&amp;quot;; this would confirm that the station has locked up and needs resetting.&lt;br /&gt;
&lt;br /&gt;
== Cumulus locks up when it starts and I have to use the task manager to kill it ==&lt;br /&gt;
&lt;br /&gt;
If you have a &#039;&#039;Fine Offset station&#039;&#039;, this is most likely caused by the station&#039;s interface locking up, i.e the station has stopped communicating with the PC.&lt;br /&gt;
&lt;br /&gt;
The problem where Cumulus locks up when the Fine Offset station doesn&#039;t respond is fixed in version 1.9.4. If you look in the status bar at the bottom of the Cumulus main window, there may be a message &amp;quot;Error: no response&amp;quot;; this would confirm that the station has locked up and needs resetting.&lt;br /&gt;
&lt;br /&gt;
You should be able to get the station going again by doing a reset - either remove console batteries and the USB cable or press the reset button hidden below the small hole (on 1081-based models, above the top RH corner of the battery cover). Recently manufactured Fine Offset models have a problem where they can lock up frequently, requiring a power reset. From version 1.9.3 of Cumulus onwards, there is an option on &#039;&#039;station settings screen&#039;&#039; to &#039;&#039;&#039;Synchronise Fine Offset Reads&#039;&#039;&#039; (Cumulus reading data from console) with the timing of received transmissions from sensors updating the data, to avoid doing both at the same time, and this seems to avoid most lockups.&lt;br /&gt;
&lt;br /&gt;
== Error messages with &amp;quot;Error on line...&amp;quot; or &amp;quot;Error at line...&amp;quot; ==&lt;br /&gt;
&lt;br /&gt;
These are corruptions in the log files, typically caused by Cumulus being unexpectedly closed (e.g. killed using Task Manager, or a PC reboot) while it is writing to the log files, but there can be other causes. The error message may say something like &amp;quot;List index out of bounds&amp;quot;. The error message will name the affected file(s) and the affected line number(s).&lt;br /&gt;
&lt;br /&gt;
Stop Cumulus and open the named file(s) in a good text editor, such as Notepad++. Do not use Notepad. At the line number(s) mentioned correct the error(s), which will be obvious as the lines won&#039;t look like the other lines, they will be blank or have garbage characters, or perhaps two lines have been run together. Save the file(s) and start Cumulus again.&lt;br /&gt;
&lt;br /&gt;
== Cumulus gives an error and won&#039;t run on my HP computer ==&lt;br /&gt;
&lt;br /&gt;
It&#039;s a known problem with HP computers; they have missing fonts. One solution is to install [http://www.microsoft.com/en-us/download/details.aspx?DisplayLang=en&amp;amp;id=16083 this font update] from Microsoft. It appears that computers other than HP can have the same font issue, so it is worth installing the font update anyway, if you get a problem where Cumulus won&#039;t start.&lt;br /&gt;
&lt;br /&gt;
== The headings or data look wrong in the data log viewer ==&lt;br /&gt;
&lt;br /&gt;
You&#039;re probably trying to view the wrong type of file. Use [[Cumulus_Screenshots|menus]] on main screen.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;View | Data logs&amp;quot; is only for the monthly data logs, e.g. Oct13log.txt, &amp;quot;View | Extra data logs&amp;quot; is for &amp;quot;extra&amp;quot; data logs, e.g. ExtraLog201310.txt, and if you want to view the daily summaries in dayfile.txt, use the dayfile.txt editor - &amp;quot;Edit | dayfile.txt&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
== The wind rose in Cumulus does not display anything with my Fine Offset ==&lt;br /&gt;
&lt;br /&gt;
The Fine Offset weather stations are supposed to supply data for 16 wind directions, however the design is such that most of them only actually use 8 of the possible 16. Try setting the wind rose to only display 8 directions by setting the &#039;wind rose points&#039; value to 8 on the display settings screen.&lt;br /&gt;
&lt;br /&gt;
== I&#039;ve set the graph background to white, but there&#039;s a problem with the small wind direction graph ==&lt;br /&gt;
&lt;br /&gt;
This appears to be an issue with the third party chart component. The work around is to choose a gradient background and set all three colours in the gradient to white.&lt;br /&gt;
&lt;br /&gt;
== My Weather Underground tabular data interval is not the same as the interval I&#039;ve set in Cumulus (I&#039;m using Rapid Fire) ==&lt;br /&gt;
&lt;br /&gt;
If you have selected &#039;rapid fire&#039;, the data is uploaded every 5 seconds, and the interval you configure in Cumulus is not used. Weather Underground decide how often your tabular data is logged when using rapid fire, not Cumulus.&lt;br /&gt;
&lt;br /&gt;
== My WU or PWS highest and lowest do not match Cumulus ==&lt;br /&gt;
&lt;br /&gt;
Note that Cumulus does not send minimum and maximum values to PWS and WU, they determine those themselves from the individual values that Cumulus sends.&lt;br /&gt;
&lt;br /&gt;
== My monthly (month-by-month) all-time records don&#039;t have entries for all of the months that I have been using Cumulus ==&lt;br /&gt;
&lt;br /&gt;
You need to initialise them. See the release announcement for version 1.9.3, which is when this facility was introduced: http://sandaysoft.com/forum/viewtopic.php?f=2&amp;amp;t=9286&lt;br /&gt;
&lt;br /&gt;
You only need to do this once; when you have initialised them, Cumulus will keep them up to date thereafter.&lt;br /&gt;
&lt;br /&gt;
== I am getting I/O error 32 or I/O error 103 ==&lt;br /&gt;
&lt;br /&gt;
I/O error 32 = ERROR_SHARING_VIOLATION; &amp;amp;nbsp; I/O error 103 = &#039;file not open&#039; mean something on your system has one of the Cumulus files open, preventing Cumulus writing to it (Cumulus needs exclusive access).  If you are seeing &amp;quot;file access denied&amp;quot;, you may have a permissions problem.&lt;br /&gt;
Possible reasons for locked files:&lt;br /&gt;
# Anti-virus, or back-up, software scanning/accessing the file (this is the cause in almost all cases that I&#039;ve seen).&lt;br /&gt;
# An edit or file transfer in progress (the Cumulus thread for logging and the Cumulus thread for FTP are independent so can overlap). This is likely to happen if you are getting Cumulus to frequently upload the log file to your web site.&lt;br /&gt;
# Some other software that a user is running which is processing the file in some way.&lt;br /&gt;
# More than one instance of Cumulus running (see [[#Can_I_run_2_copies_of_Cumulus.3F]]).&lt;br /&gt;
# An issue with the system clock on the PC.&lt;br /&gt;
&lt;br /&gt;
== I have problems after upgrading to Windows 10 ==&lt;br /&gt;
See this forum post - http://sandaysoft.com/forum/viewtopic.php?f=2&amp;amp;t=14148&lt;br /&gt;
&lt;br /&gt;
= Website =&lt;br /&gt;
&lt;br /&gt;
== How do I set up a website? ==&lt;br /&gt;
The crucial settings are selected on the &#039;&#039;Internet&#039;&#039; screen in the &#039;&#039;&#039;Configuration&#039;&#039;&#039; menu. &lt;br /&gt;
*On the &#039;&#039;Sites/Options&#039;&#039; tab, you must have &#039;&#039;&#039;Auto Update&#039;&#039;&#039; selected if you want Cumulus to generate web pages at the standard interval.  Other parameters will depend on your particular set-up, but are explained in the Cumulus &#039;&#039;&#039;Help&#039;&#039;&#039; and in Wiki pages starting with [[Website_setup]] and following links as required. &lt;br /&gt;
*On the &#039;&#039;Files&#039;&#039; tab, you select whether to use the standard Cumulus templates and images, or specify your own templates and destinations.&lt;br /&gt;
&lt;br /&gt;
== I’ve configured my ftp details but the web pages aren’t appearing on my site  ==&lt;br /&gt;
&lt;br /&gt;
Try setting ‘use active FTP mode’. If you already have it set, try unsetting it. If it was previously working OK, something may have changed on your network, or at the server end.&lt;br /&gt;
&lt;br /&gt;
== I’ve tried active FTP mode, but my web pages (or my realtime.txt file) still don’t appear?  ==&lt;br /&gt;
&lt;br /&gt;
Are you absolutely sure you have set the ftp path correctly? Most problems like this are a result of an incorrect path. Note that the information in the &#039;FTP progress&#039; window is not generally useful for diagnosing upload issues&#039; try turning on the ftp logging (on the Configuration menu) and look in the ftplog.txt and realtimeftplog.txt files (in the Cumulus folder). It is best to supply a relative path - i.e. with no leading &#039;slash&#039;. Please don&#039;t ask me what path you need to supply, it is impossible for me to guess how your web space is set up. If you cannot work it out, ask your web space provider for help.&lt;br /&gt;
&lt;br /&gt;
== How do I replace the &#039;bird&#039; image on my website? ==&lt;br /&gt;
&lt;br /&gt;
There are several ways to change the image of the &#039;bird&#039; on the standard Cumulus web page.  You will need a [[FTP tool]].&lt;br /&gt;
* The simplest way is to upload a new picture to the images folder of your website; the file should be called picture.jpg.   Please ensure the image is not too large and bear in mind it will appear on the bottom left of the page; the site data may cover some of the image.  As a guide, the default image is 600 x 450 pixels.&lt;br /&gt;
* Secondly, you may upload an image using your own file name.  Edit the &#039;&#039;weatherstyle.css&#039;&#039; file and look for the line &amp;lt;tt&amp;gt;background-image: url(images/picture.jpg);&amp;lt;/tt&amp;gt; around line 9 and adjust as necessary.  Upload the edited css file to your website.&lt;br /&gt;
* if you wish to remove the image completely edit the &#039;&#039;weatherstyle.css&#039;&#039; file and remove the line &amp;lt;tt&amp;gt;background-image: url(images/picture.jpg);&amp;lt;/tt&amp;gt;  Upload the edited css file to to your website.&lt;br /&gt;
&lt;br /&gt;
NOTE: It is not recommended that you overwrite the image in your local folder (webfiles\images\picture.jpg) because that gets overwritten when you update to a new build of Cumulus. Ideally your image will be in its own local folder outside the Cumulus structure.&lt;br /&gt;
&lt;br /&gt;
== Why does the heading say &#039;weather weather&#039; ? ==&lt;br /&gt;
&lt;br /&gt;
The standard first template page contains &#039;&#039;&#039;&amp;amp;lt;h1&amp;amp;gt;&amp;amp;lt;#location&amp;amp;gt; weather&amp;amp;lt;/h1&amp;amp;gt;&#039;&#039;&#039;, so do not include &#039;weather&#039; in your station name (this is what the tag &amp;amp;lt;#location&amp;amp;gt; represents, see next answer) to avoid it being duplicated.&lt;br /&gt;
&lt;br /&gt;
== How do I change the &amp;quot;Welcome to.&amp;quot; on the front page ==&lt;br /&gt;
&lt;br /&gt;
The Welcome message is controlled within Cumulus.  Click on the &#039;&#039;Station&#039;&#039; screen in &#039;&#039;&#039;Configuration&#039;&#039;&#039; menu and Edit the &#039;&#039;&#039;Description&#039;&#039;&#039; field within the Location frame to amend what the tag &amp;lt;#longlocation&amp;gt; represents in &amp;quot;Welcome to &amp;amp;lt;#longlocation&amp;amp;gt;.&amp;quot; on template page.&lt;br /&gt;
&lt;br /&gt;
== I don&#039;t have a solar sensor. How do I remove the solar data from the supplied web templates? ==&lt;br /&gt;
Locate the Cumulus &#039;web&#039; folder on your PC and edit the following files (there are comments in the html to guide you):&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;indexT.htm&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Remove the following code:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
  &amp;lt;!-- Solar data. If you don&#039;t have a solar sensor, you may wish to delete everything from here to the next comment --&amp;gt;&lt;br /&gt;
  &amp;lt;tr class=&amp;quot;td_temperature_data&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;Solar Radiation&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;&amp;lt;#SolarRad&amp;gt;&amp;amp;nbsp;W/m&amp;amp;sup2;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;Evapotranspiration Today&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;&amp;lt;#ET&amp;gt;&amp;amp;nbsp;&amp;lt;#rainunit&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;/tr&amp;gt;&lt;br /&gt;
  &amp;lt;!-- End of solar data --&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;todayT.htm&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
Remove the following code:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
    &amp;lt;!-- Solar data. If you don&#039;t have a solar sensor, you may wish to delete everything from here to the next comment --&amp;gt;&lt;br /&gt;
    &amp;lt;tr class=&amp;quot;td_temperature_data&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;td&amp;gt;Hours&amp;amp;nbsp;of&amp;amp;nbsp;Sunshine&amp;lt;/td&amp;gt;&lt;br /&gt;
      &amp;lt;td&amp;gt;&amp;lt;#SunshineHours&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
      &amp;lt;td&amp;gt;&amp;amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;!-- End of solar data --&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;yesterdayT.htm&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Remove the following code:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
    &amp;lt;!-- Solar data. If you don&#039;t have a solar sensor, you may wish to delete everything from here to the next comment --&amp;gt;&lt;br /&gt;
    &amp;lt;tr class=&amp;quot;td_temperature_data&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;td&amp;gt;Hours&amp;amp;nbsp;of&amp;amp;nbsp;Sunshine&amp;lt;/td&amp;gt;&lt;br /&gt;
      &amp;lt;td&amp;gt;&amp;lt;#YSunshineHours&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
      &amp;lt;td&amp;gt;&amp;amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;!-- End of solar data --&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== How do I remove Inside Temperature graph or add solar/UV/sunshine? ==&lt;br /&gt;
&lt;br /&gt;
Locate the Cumulus &#039;web&#039; folder on your PC and edit the following file:&lt;br /&gt;
&#039;&#039;&#039;trendsT.htm&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Modify the following code:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
    &amp;lt;td class=&amp;quot;td_thumbnails&amp;quot;&amp;gt;&amp;lt;a onclick=&#039;changeImage(&amp;quot;images/intemp.png&amp;quot;)&#039;&amp;gt;&amp;lt;img src=&amp;quot;images/intempsm.png&amp;quot; alt=&amp;quot;Inside Temperature Graph Thumbnail&amp;quot; width=&amp;quot;150&amp;quot; height=&amp;quot;100&amp;quot; style=&amp;quot;border:0&amp;quot; /&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
*To simply remove &#039;&#039;&#039;Inside Temperature&#039;&#039;&#039; graph, change code above to this&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
*If you want to stop Cumulus uploading the indoor temperature graph, you can un-tick &#039;Include standard images&#039; on the &#039;files&#039; tab of the internet settings, and list all of the images that you still want to be uploaded as extra files. As there will likely be more than 10 files, you would need to do this by editing Cumulus.ini.&lt;br /&gt;
*To show solar instead, replace &#039;intemp.png&#039; with &#039;solar.png&#039;, replace &#039;intempsm.png&#039; with &#039;solarsm.png&#039;, and change the wording of the value associated with the alt property.&lt;br /&gt;
*To make Cumulus upload the solar graph, select it on the &#039;files&#039; tab of the internet settings.&lt;br /&gt;
*To show sunshine instead, replace &#039;intemp.png&#039; with &#039;sunshine.png&#039;, replace &#039;intempsm.png&#039; with &#039;sunshinesm.png&#039;, and change the wording of the value associated with the alt property.&lt;br /&gt;
*To make Cumulus upload the sunshine graph, select it on the &#039;files&#039; tab of the internet settings.&lt;br /&gt;
*To show UV instead, replace &#039;intemp.png&#039; with &#039;uv.png&#039;, replace &#039;intempsm.png&#039; with &#039;uvsm.png&#039;, and change the wording of the value associated with the alt property.&lt;br /&gt;
*To make Cumulus upload the UV graph, select it on the &#039;files&#039; tab of the internet settings.&lt;br /&gt;
&lt;br /&gt;
If you want to do more than a straight one for one swap see [[Customised_templates#Slightly_less_simple_customisation_of_trendsT.htm| customisation page here]].&lt;br /&gt;
&lt;br /&gt;
== How do I include extra items on supplied web templates? ==&lt;br /&gt;
&lt;br /&gt;
Open the folder cumulus\web and edit the relevant file named xxxxxT.htm.  For example instead of deleting the sections in the [[#I don&#039;t have a solar sensor. How do I remove the solar data from the supplied web templates?|remove solar answer]], edit their contents.&lt;br /&gt;
See [[Customised_templates#Changing_the_Standard_Templates]] for fuller description.&lt;br /&gt;
&lt;br /&gt;
If you do change the standard templates, take a copy of your new versions, and store elsewhere.&lt;br /&gt;
The sub-folder cumulus\web\originals has copies of the standard templates from the installed build, do not edit these.&lt;br /&gt;
When you install a new build of Cumulus, you have an option to replace or not replace the contents of cumulus\web with the new build&#039;s standard templates.&lt;br /&gt;
&lt;br /&gt;
== How do I upload extra web pages? ==&lt;br /&gt;
&lt;br /&gt;
See Cumulus help for the Internet Settings screen, or for a step-by-step guide see [[Customised_templates#What_to_select_on_the_.27Files.27_tab_of_the_Internet_Settings_screen_within_the_.27Configuration.27_menu]]&lt;br /&gt;
&lt;br /&gt;
== What character encoding does Cumulus use for the web pages it generates? ==&lt;br /&gt;
&lt;br /&gt;
Cumulus 1.9.4 build 1093 changed all the template pages from XHTML 1.0 Transitional using charset=iso-8859-1 encoding to HTML 5 using charset=&amp;quot;UTF-8&amp;quot; encoding. It uses this without [http://en.wikipedia.org/wiki/Byte_order_mark Byte Order Mark] (BOM).&lt;br /&gt;
&lt;br /&gt;
From that build, you can tell Cumulus which of those two encodings to use:&lt;br /&gt;
*For standard template names in standard &#039;cumulus\web&#039; folder, if you replace them with customised templates not using [http://en.wikipedia.org/wiki/UTF-8 &amp;quot;Universal Character Set Transformation Format — 8-bit&amp;quot; (UTF-8)], &lt;br /&gt;
**unselect &#039;&#039;&#039;UTF-8 encode&#039;&#039;&#039; in the web settings frame on the Sites/Options tab of Internet settings screen in Configuration menu. &lt;br /&gt;
**Cumulus will then, as in earlier builds, use [http://en.wikipedia.org/wiki/ISO-8859-1 iso-8859-1] encoding.&lt;br /&gt;
*For extra templates, the Files tab of the Internet settings screen in Configuration menu has the option to choose which of the two Cumulus encodings to use.  See Wiki article referenced in previous answer.&lt;br /&gt;
&lt;br /&gt;
Note that since Cumulus 1.9.4 build 1078 there has been an option on the NOAA Setup screen in Configuration menu to specify whether character set utf-8 encoding is to be used for those reports.&lt;br /&gt;
&lt;br /&gt;
== Why does a standard gauges web page have text where it should show gauges? ==&lt;br /&gt;
&lt;br /&gt;
[[File:Gauges missing.jpg]] If a standard Cumulus &#039;gauges.htm&#039; web page displays like this then either&lt;br /&gt;
&lt;br /&gt;
1) (Most Likely) The weather station owner has not loaded the required files/folders onto his/her server; &lt;br /&gt;
* The gauges graphics require the &#039;images&#039; subfolder (see next answer), containing the script and many images to be pre-loaded in the &#039;dbimages&#039; subfolder.&lt;br /&gt;
* All these should exist within the destination folder that holds the HTML files as instructed in the Cumulus Help (&#039;setting up your website&#039; page)  &lt;br /&gt;
* Also explained in [[Simple Website setup]] on this Wiki.&lt;br /&gt;
&lt;br /&gt;
or 2) JavaScript is not enabled (or not available) in the browser being used to view the page (if not enabled, this can be switched on in either &#039;Options&#039;, &#039;Preferences&#039; or &#039;Settings&#039; depending on browser). Note that Firefox version 23 has removed the ability to change this in Option preferences, so ignore this solution in that browser.&lt;br /&gt;
&lt;br /&gt;
or 3)  You are using a browser add-on such as &#039;NoScript&#039; (over 2 million use this) which requires you to explicitly turn on JavaScript for each web site you visit within the &#039;NoScript&#039; options.  (This sort of add-on may be used to restrict advertising or tracking of your actions, or for security against unwanted processes being started by sites you visit).&lt;br /&gt;
&lt;br /&gt;
== Why are there no graphs on my standard trends web page? ==&lt;br /&gt;
&lt;br /&gt;
Either 1) You have not created an images sub-folder (within your folder that holds web pages) as instructed in the Cumulus Help (&#039;setting up your website&#039; page) -  also explained in [[Simple Website setup]].  In this case, the bird image will not be appearing in the bottom left corner of your web pages.&lt;br /&gt;
&lt;br /&gt;
Or 2) You have switched off &#039;&#039;&#039;Include Standard Images&#039;&#039;&#039; on the file tab of the Internet dialogue of the configuration menu.  In this case Cumulus believes you are working in a non-standard way, and does not automatically upload the graphs (nor moon image).&lt;br /&gt;
&lt;br /&gt;
== What is the size of the standard Cumulus update? ==&lt;br /&gt;
&lt;br /&gt;
The default is that all of the standard pages and standard images are uploaded on each update at whatever standard update frequency you select. &lt;br /&gt;
&lt;br /&gt;
In total for version 1.9.2, it&#039;s about half a megabyte - about 100kB for the pages (about half of that is the gauges.htm page with all the detailed wind plotting points, and half the other pages) and 400kB for the variable images (moon phase, some gauges images and trend graphs - the exact size of latter can vary if you change the period they cover).&lt;br /&gt;
&lt;br /&gt;
Version 1.9.3 adds the monthly records page which contains 12 months worth of a lot of data, and adds 25kB to every update (although usually very little changes between updates).&lt;br /&gt;
&lt;br /&gt;
The NOAA monthly and annual pages are uploaded once a day, that is another 8kB for a full month and full year, obviously less at the start of a month/year.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Optional extras&#039;&#039;&#039;&lt;br /&gt;
*[[realtime.txt]] file, this is less than 1kB (1024 Bytes) in size.&lt;br /&gt;
*[[dayfile.txt]] a file that is about (30 times number of years) kB&lt;br /&gt;
*The files required to update external sites are no more than a few kB.&lt;br /&gt;
&lt;br /&gt;
== How do I upload my own pages or files once a day? ==&lt;br /&gt;
&lt;br /&gt;
Cumulus allows you to specify a command (with optional parameters) that will be actioned just after daily rollover. The command is entered in the &#039;&#039;External programs&#039;&#039; frame at the bottom left of the Internet Settings screen.  The box is labelled &#039;&#039;&#039;Daily&#039;&#039;&#039;. Click the Cumulus &#039;&#039;Help&#039;&#039; button for guidance.  For example you could type &#039;c:\cumulus\daily.cmd&#039; in the box labelled &#039;&#039;Daily&#039;&#039;. &lt;br /&gt;
&lt;br /&gt;
This could be used to upload the pages with the longer term extremes (as your monthly, annual and all-time extremes may only change a few times a month or even less frequently) and so reduce the upload burden at the standard uploading frequency.  To achieve this you would use the content of that example file &#039;daily.cmd&#039;, in the default Cumulus folder,   to call your own [[FTP_tools| file transfer tool]] for those infrequently changing pages. Remember to also unselect &#039;&#039;&#039;Include Standard Files&#039;&#039;&#039; on the&#039;&#039; &#039;Files&#039; tab&#039;&#039; of &#039;Internet settings&#039;, and list [[Customised_templates#How_Cumulus_uses_its_templates|the templates]] on that tab, selecting &#039;&#039;&#039;Process?&#039;&#039;&#039; for all of them, but only selecting &#039;&#039;&#039;FTP?&#039;&#039;&#039; for the other frequently changing pages that are still to be uploaded at the standard interval. You may find help on the forum  or elsewhere on this wiki [[SFTP| for the FTP call]] and [[Customised_templates#Creating_Your_Own_Templates| for &#039;Files&#039; tab settings]].&lt;br /&gt;
&lt;br /&gt;
It can also be used for the optional files mentioned in the previous answer or to update a database using a [[ImportCumulusFile|PHP batch job]].  For the daily command specified above, in the default Cumulus folder, add a file &#039;daily.cmd&#039; that contains (if you host your own server using &#039;XAMPP&#039;), &#039;copy c:\cumulus\data\dayfile.txt C:\xampp\htdocs\weather\daj\&#039; for example to enable you to use the [[AnnualDataSummary| Annual Day-by-day Summary]] tool. (Uploading if you do not host your own server is described at [[Upload_Dayfile| upload dayfile]] but basically you swap the copy command for a FTP command).&lt;br /&gt;
&lt;br /&gt;
== The &#039;real time wind data&#039; gauges on the standard gauges page aren&#039;t working ==&lt;br /&gt;
&lt;br /&gt;
These require a [[realtime.txt]] file to be uploaded by Cumulus. Tick the &amp;quot;Enable Realtime&amp;quot;, &amp;quot;Enable Realtime FTP&amp;quot; and &amp;quot;Enable realtime.txt FTP&amp;quot; boxes on the internet settings screen. If the gauges still do not work, check that the [[realtime.txt]] file is being uploaded to the correct place. If it is not, it is likely that you have specified an incorrect &#039;ftp directory&#039; in Cumulus. If your &#039;normal&#039; pages are being uploaded correctly, but realtime.txt is not, then it is likely that you simply need to leave the ftp directory blank (but see the note below first).&lt;br /&gt;
&lt;br /&gt;
A possible cause for this problem is that your web space provider does not allow .txt files to be accessed. For example, the free hosting provider 000webhost.com do not.&lt;br /&gt;
&lt;br /&gt;
== I&#039;m using the supplied web pages, and get lower case in places where I want upper case  ==&lt;br /&gt;
&lt;br /&gt;
It&#039;s in the CSS. Go to the webfiles sub-folder of your cumulus installation, edit weatherstyle.css and find lines like: &amp;quot;text-transform: lowercase;&amp;quot; and remove them. Use FTP tool to replace the weatherstyle.css on your website.&lt;br /&gt;
&lt;br /&gt;
== My web pages have things like &amp;amp;lt;#location&amp;amp;gt; in them  ==&lt;br /&gt;
You’ve edited your templates with something like Dreamweaver, and it’s changed the angle brackets on the [[Webtags]] to &amp;quot;&amp;amp;amp;lt&amp;amp;nbsp;;&amp;quot; and &amp;quot;&amp;amp;amp;gt&amp;amp;nbsp;;&amp;quot; - you need to change them back to &amp;amp;lt; and &amp;amp;gt;. &#039;&#039;These may look the same when viewed in your browser, but you can see the difference if you &#039;view source&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
Alternatively, if the web templates are listed in [[cumulus.ini]] (and for the first 10 appear on the &#039;&#039;&#039;files&#039;&#039;&#039; tab of &#039;&#039;Internet&#039;&#039; dialogue of &#039;&#039;&#039;Configuration&#039;&#039;&#039; menu), the &#039;&#039;&#039;Process&#039;&#039;&#039; option must be ticked for the web pages generated by Cumulus to have values replacing the [[Webtags]].  Otherwise at each web update, Cumulus will generate web pages the same as the templates.&lt;br /&gt;
&lt;br /&gt;
== My web pages are empty ==&lt;br /&gt;
If empty web pages are being uploaded to your web site (i.e. they report size of 0 kB, but do not produce &#039;error 404 - page not found&#039; message), and your browser shows that their modification date is recent (see next FAQ), then it is likely that the [[Customised_templates#What_is_meant_by_.27Cumulus_processes_templates.27| Cumulus processing]] of templates is failing:&lt;br /&gt;
*Either (since build 1093, as made clear in the release notes)[[File:Web settings.JPG]] the character encoding (for standard named templates that are [[Customised_templates#What_is_meant_by_.27Cumulus_processes_templates.27| processed by Cumulus]]) is specified incorrectly on the &#039;&#039;&#039;Configuration&#039;&#039;&#039;  menu, &#039;&#039;Internet&#039;&#039; dialog, &#039;&#039;&#039;Sites/Options&#039;&#039;&#039; tab, &#039;&#039;Web Settings&#039;&#039; frame as shown about half way down on this screen extract:&lt;br /&gt;
**Select the option where indicated by red arrow if your template includes in a line near the start &amp;lt;code&amp;gt;&amp;lt;meta charset=&amp;quot;UTF-8&amp;quot;&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
**Deselect the option where indicated by red arrow if your template includes something like &amp;lt;code&amp;gt;&amp;lt;meta content=&amp;quot;text/html; charset=iso-8859-1&amp;quot; http-equiv=&amp;quot;Content-Type&amp;quot; /&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
**For customised pages, (without standard Cumulus template names), select/un-select the UTF-8 encoding in the appropriate column on the &#039;&#039;&#039;Configuration&#039;&#039;&#039;  menu, &#039;&#039;Internet&#039;&#039; dialog, &#039;&#039;&#039;Files&#039;&#039;&#039; tab screen where you list the local and remote names.&lt;br /&gt;
*Or you have edited/customised the template and added an incorrectly specified Cumulus [[webtag]] that has caused [[Customised_templates#What_is_meant_by_.27Cumulus_processes_templates.27| Cumulus processing]] to abort for that template.  If you stop cumulus you can use a text editor to open the latest [[Diags|diagnostic file]]. Look at entries time-stamped just before the hour and repeated at your auto-update &#039;&#039;interval&#039;&#039; (just below red arrow in screen image above). You might find a message like &amp;quot;Error processing C:\web\indexT&amp;quot; (i.e. mentioning whichever template is at fault) followed by a brief hint as to the nature of the error.&lt;br /&gt;
&lt;br /&gt;
== My web pages have obsolete web tag values in them  ==&lt;br /&gt;
If the information showing on your web pages is out of date, then it must have been working before, so you have made a change somewhere.&lt;br /&gt;
*Most browsers will display &#039;page information&#039; that tells you when the page was last modified (by querying the web server).&lt;br /&gt;
**if the page on your web server was recently modified, &lt;br /&gt;
***then the next item to investigate is the template file; a template file contains Cumulus web tags and the [[Customised_templates#What_is_meant_by_.27Cumulus_processes_templates.27|&#039;process&#039;]] that Cumulus does to create a web page involves reading text from a template and when it finds a web tag it inserts the latest value in as it creates the page. A [[FAQ#What_file-names_does_Cumulus_use_when_processing_and_uploading_files_to_my_web_site.3F|local file]] is then created and Cumulus will FTP (or copy) this to the web server according to the settings. If the template file cannot be processed, Cumulus may still upload an existing old local file.&lt;br /&gt;
**if the page was not recently modified, &lt;br /&gt;
***maybe you are not running Cumulus, so it is not updating.  &lt;br /&gt;
***maybe your file transfer is not working, turn ftp logging on for technical output, and look for any filenames and any &#039;successfully transferred&#039; messages.&lt;br /&gt;
***maybe your &#039;internet settings&#039; screen has accidentally been changed, see Cumulus help for simple instructions.  If you took a backup of [[cumulus.ini]] you can stop Cumulus, rename the current file and copy your cumulus.ini backup back into the &#039;cumulus&#039; directory containing the Cumulus program.&lt;br /&gt;
***maybe your web server provider has changed something.&lt;br /&gt;
&lt;br /&gt;
== Running a web server on the same PC as Cumulus ==&lt;br /&gt;
If you do not have a web site, or run a web server locally (same PC, or on your local network), you can get Cumulus to generate/copy either html, or image, files locally instead of using FTP to place them remotely.&lt;br /&gt;
&lt;br /&gt;
You&#039;ll need to list the (source) file including paths on the files tab of the internet settings, and specify a destination path and file name for the remote file in each case. Don&#039;t tick the &#039;&#039;FTP?&#039;&#039; box for standard cumulus pages (the exception is for a local web server and any non-standard web page that attempts to read using a script a local file such as dayfile.txt as this does need FTP to generate the server-based web page). For the standard images, you can supply a folder name (specify on the same screen), and they will all get copied there. See [[Customised_templates#What_to_select_on_the_.27Files.27_tab_of_the_Internet_Settings_screen_within_the_.27Configuration.27_menu|here]] for greater detail.&lt;br /&gt;
&lt;br /&gt;
There&#039;s a limit of 10 entries on the files tab in Cumulus 1.9.x (in Cumulus MX all 100 entries are included in the settings interface).  Entries for the full 100 files can also be amended by editing [[Cumulus.ini#Section:_FTP_site|cumulus.ini]], with Cumulus stopped. Follow the format of any existing entries for specifying additional files.&lt;br /&gt;
&lt;br /&gt;
== Error Codes generated by FTP or Winsock ==&lt;br /&gt;
You should be able to look these up on the web.  [http://kb.globalscape.com/KnowledgebaseArticle10142.aspx Try Here]&lt;br /&gt;
&lt;br /&gt;
== How do I configure Cumulus for Secure FTP (SFTP/FTPS)? ==&lt;br /&gt;
Cumulus doesn&#039;t support Secure FTP. You can configure Cumulus to invoke an external program like WinSCP, as described here: [[SFTP | SFTP article]]&lt;br /&gt;
&lt;br /&gt;
== Directory related problems in FTP ==&lt;br /&gt;
The following pointers should help:&lt;br /&gt;
* All web site file references are case sensitive.  So if your FTP server directory is &#039;&#039;public_html&#039;&#039;, then &#039;Public_HTML&#039; will not work!&lt;br /&gt;
* On the &#039;&#039;Internet settings&#039;&#039; screen in &#039;&#039;&#039;Sites/Options&#039;&#039;&#039; the optional Directory parameter required is &#039;&#039;the path from  your FTP root&#039;&#039;, to where the web pages are to be stored. It is &#039;&#039;not&#039;&#039; the &#039;&#039;&#039;Universal Resource Locator (URL)&#039;&#039;&#039; that you would specify to view the web page in a browser.  Click the &#039;&#039;&#039;Help&#039;&#039;&#039; button for full explanation, or search the support forum (as many people before you have found this directory is the hardest parameter to get right).&lt;br /&gt;
* The error window is not useful for diagnosing ftp problems; you need to &#039;&#039;&#039;turn on &#039;&#039;ftp logging&#039;&#039; &#039;&#039;&#039;and look at ftplog.txt. Most FTP directory problems are due to you quoting an incorrect ftp directory, and the ftp log will show an error when an attempt is made to change to the directory you have specified incorrectly. &lt;br /&gt;
* Relative paths (without a leading slash) are always safer than absolute paths (with a leading slash) and you may find that just specifying (for example) &amp;quot;public_html&amp;quot; works OK, but this all depends on how your ftp server and your ftp account is set up.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* The &#039;&#039;standard pages&#039;&#039; are uploaded after a &#039;change directory&#039; attempting to select the directory you specified in &#039;&#039;&#039;Sites/Options&#039;&#039;&#039;; if this fails, the files will still be uploaded but to the FTP server root. So some mistakes do not matter because if no change of directory was actually required, these pages will be uploaded correctly.&lt;br /&gt;
* Any &#039;&#039;files you specify&#039;&#039; for uploading at standard update frequency are uploaded between standard pages (if &#039;Include Standard Files&#039; selected) and (written for Cumulus 1) standard images (if &#039;Include Standard Images&#039; selected), and you should specify the path (including any web site directory) in &#039;remote filenames&#039;, so there is no call to &#039;change directory&#039;. In this case, if that path is invalid, the upload fails.&lt;br /&gt;
* IN CUMULUS 1.x.y ONLY: The standard images for gauges and trends pages are uploaded after the standard pages, (and any pages you specify for uploading), by performing a second &#039;change directory&#039; this time fixed at &#039;images&#039;; if this fails, the files will still be uploaded to the current web site directory (FTP root or the directory you specified in &#039;&#039;&#039;Sites/Options&#039;&#039;&#039;).&lt;br /&gt;
* If you have enabled &#039;&#039;Realtime&#039;&#039;, the realtime.txt file is uploaded without doing a change directory, (by appending &amp;quot;/realtime.txt&amp;quot; to the directory on the &#039;&#039;Internet settings&#039;&#039; screen in &#039;&#039;&#039;Sites/Options&#039;&#039;&#039;). In this case, if the web site directory in your settings is invalid, the upload of the real time file fails.&lt;br /&gt;
* On the &#039;&#039;NOAA Setup&#039;&#039; screen the optional &#039;&#039;&#039;Directory&#039;&#039;&#039; parameter required is the relative path; from your FTP root, to where the NOAA report pages are to be stored. (It is totally independent of the directory on the &#039;&#039;Internet settings&#039;&#039; screen in &#039;&#039;&#039;Sites/Options&#039;&#039;&#039;).  Click the &#039;&#039;&#039;Help&#039;&#039;&#039; button for full explanation. Like realtime.txt, the upload destination is determined by appending the file-name for the report to any NOAA directory, and will fail if that directory is specified wrongly.&lt;br /&gt;
&lt;br /&gt;
See &#039;&#039;&#039;Setting up your website&#039;&#039;&#039; in Cumulus help for a simple guide to the sub-folder structure you need to create and the list of files that need to be uploaded manually when first installing a website. Or see [[Website_setup]] for all the options including customised pages.&lt;br /&gt;
&lt;br /&gt;
== My standard web pages are uploading but the uploading fails for images, realtime and/or NOAA reports ==&lt;br /&gt;
See previous answer, you have probably got your web pages in the default FTP directory of your web site, but specified the wrong directory on the settings screen.  Turn on the &#039;&#039;FTP logging&#039;&#039; in the configuration menu to see the technical detail.  You should have an FTP tool that you used to upload the &#039;static&#039; files required on your web site, and that will help you to see what is your site&#039;s root directory for file transfer uploads, and therefore any relative directory change you require.&lt;br /&gt;
&lt;br /&gt;
== What file-names does Cumulus use when processing and uploading files to my web site? ==&lt;br /&gt;
[[File:Cumulus_FTP_Process.png|150px|thumb|FTP Process]]Cumulus use two slightly different processes depending on if the file is part of the supplied &#039;standard&#039; web site, or an extra file you have specified on the &#039;&#039;Internet Settings|Files&#039;&#039; configuration dialog. For each of these processes there is an further variation depending on whether you have enabled the &#039;&#039;Use FTP rename&#039;&#039; option. This graphic shows the various combinations of file-names used for each step of the process. For the standard files, you can substitute any of the file names for indexT.htm, e.g. trendsT.htm&lt;br /&gt;
&lt;br /&gt;
For more details of Cumulus &#039;&#039;Process&#039;&#039; see [[Customised_templates#What_is_meant_by_.27Cumulus_processes_templates.27| here]].&lt;br /&gt;
&lt;br /&gt;
=Selecting a Weather Station sensor site=&lt;br /&gt;
A simple guide is at [http://weatherfaqs.org.uk/node/124 uk.sci.weather newsgroup], note this advises against roof mounting.&lt;br /&gt;
An attempt to compare the conflicting siting standards that apply across the world is included in a portable document format guide from [ftp://ftp.campbellsci.com/pub/outgoing/apnotes/siting.pdf Campbell Scientific].&lt;br /&gt;
For more advice see the website of your local Meteorological Bureau,  an educational place (e.g. in USA see [http://newa.nysaes.cornell.edu/public/NEWAStationSitingGuidelines.htm Cornell University]), the [http://library.wmo.int/opac/index.php?lvl=notice_display&amp;amp;id=12407 World Meterological Organisation] (WMO), or a specialist organisation (e.g. in UK see [http://www.rmets.org/weather-and-climate/observing/guidelines-observing-0 Royal Meteorological Society] rather than the Met Office web site).&lt;br /&gt;
&lt;br /&gt;
Modern Stevenson Screens are uPVC constructed with a black interior (so they do not radiate heat onto the sensors) and a white exterior (so they reflect as much radiation as possible).  There is a lot of discussion on the [http://sandaysoft.com/forum/viewforum.php?f=16 Homebuilt forum] about different approaches to improving measurements, and the problems with out of the box instrumentation from the different manufacturers. &lt;br /&gt;
&lt;br /&gt;
If you are contributing to an external site like APRS/CWOP, Weather Underground, PWS weather, Weatherbug and/or WOW, see guidance from these organisations re instrument placement.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note:&#039;&#039;&#039; Some stations have all sensors in one unit, positioning of these is a compromise between the ideals below for each sensor.&lt;br /&gt;
&lt;br /&gt;
== Where should I position the wind sensors ==&lt;br /&gt;
The side labelled &#039;North&#039; on the wind vane mount should face &#039;&#039;True North&#039;&#039;, remember that the magnetic north deviation from true north varies from year to year, see details on maps or online. Most wind vanes have a large surface that follows the wind and a thin end that points where the wind comes from, it is the latter direction that is reported.&lt;br /&gt;
&lt;br /&gt;
In the UK, the standard climatological measuring height is 10 metres.  Advice varies on whether you should apply a correction factor for any lower height. Cumulus allows you to apply such a factor to either just wind speed, or wind speed and gust speed, by using the Calibration screen within the configuation menu.  In the Cumulus Help it recommends that you also adjust wind chill - in practice this means ask Cumulus to &#039;&#039;calculate wind chill&#039;&#039; by selecting this in the settings frame on the &#039;&#039;&#039;station settings screen accessed from configuration menu&#039;&#039;&#039; (i.e. ignore any wind chill output by your weather station).&lt;br /&gt;
&lt;br /&gt;
If you are mounting near a building of height &#039;h&#039; above ground level, ideally the wind sensor should be at a height of &#039;1.5 times h&#039; above ground level. &lt;br /&gt;
If you are positioning away from a building or tree (or other object) of height &#039;h&#039; (or the mean height of several objects is &#039;h&#039;), then the distance away depends on which standard you are trying to meet, and can vary between 1.5 and 3 times &#039;h&#039;.&lt;br /&gt;
&lt;br /&gt;
== Where should I position the rain sensor  ==&lt;br /&gt;
The WMO says the rain gauge should at a distance away of 2 times the height of each nearby object (buildings, trees, walls, solid fences etc.) and just high enough off ground level to avoid possibility of splashing. You can experiment, but for amateurs, no more than a metre off the ground (or roof if mounted above it) and at least a metre from any chimney, wall or solid fence whose height exceeds that of the sensor seems good enough for most gauges. &lt;br /&gt;
See [[Rain measurement]] or your local offical organisation.&lt;br /&gt;
&lt;br /&gt;
== How do I protect my rain gauge against spiders or other natural problems ==&lt;br /&gt;
There is a lot of discussion on the [http://sandaysoft.com/forum/viewforum.php?f=16 Homebuilt forum]. In terms of siting, it is important to position your rain gauge where you can safely get to it.&lt;br /&gt;
&lt;br /&gt;
== How do I get good temperature and humidity measurements  ==&lt;br /&gt;
The international standard states ambient air temperature/humidity is measured at 1.25 metres above ground level, above soil or grass not paving, protected from direct sun radiation (and direct rain), unless you are measuring soil or ground temperatures. The height is important for derived values as an air frost is defined as a temperature at or below the freezing point for water at this height, and the count of these is a standard reporting requirement in some countries.&lt;br /&gt;
&lt;br /&gt;
If you are using a &#039;&#039;Fine Offset sensor&#039;&#039;, the thin depth of the thermometer/hygrometer (transmitter) should face where your console (receiver) is, for maximum transmission strength/distance, with the wide face at right angles to the transmission route. (Although if you use a model requiring a radio time signal, you will probably be trying to optimise that instead).&lt;br /&gt;
&lt;br /&gt;
== Pressure ==&lt;br /&gt;
Varies with altitude and temperature, but no significant variation with spatial position with regard to nearby fixed bulky objects.  Often measured indoors, do not mount above any heating or cooling system as there temperature may be particularly variable, and try to avoid any forced ventilation or extraction as such air moving systems could have different pressures on intake and outlet sides.  Equally operation in close proximity to opening doors/windows or to fast moving (road or railway) vehicles or tunnels can distort readings.&lt;br /&gt;
&lt;br /&gt;
== Solar ==&lt;br /&gt;
One would expect solar sensors should be positioned for maximum unshaded exposure to sunlight throughout the year, but again the forum contains advice for specific makes.&lt;/div&gt;</summary>
		<author><name>Steve</name></author>
	</entry>
	<entry>
		<id>https://www.cumuluswiki.org/index.php?title=FAQ&amp;diff=3946</id>
		<title>FAQ</title>
		<link rel="alternate" type="text/html" href="https://www.cumuluswiki.org/index.php?title=FAQ&amp;diff=3946"/>
		<updated>2016-01-21T15:18:14Z</updated>

		<summary type="html">&lt;p&gt;Steve: /* How do I reset all my data to start again from scratch? */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is the Cumulus FAQ (consult also the Help screens within Cumulus software, and learn more from the rest of this Wiki)&lt;br /&gt;
&lt;br /&gt;
= Installing and Running Cumulus  =&lt;br /&gt;
&lt;br /&gt;
== What operating systems does Cumulus run on?  ==&lt;br /&gt;
&lt;br /&gt;
All versions of Windows from XP to Windows 10 inclusive (and the server versions). It works on 32 bit and 64 bit editions. 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.&lt;br /&gt;
&lt;br /&gt;
Cumulus MX runs on Windows from Windows 7 onwards, and on Linux and Mac OS X.&lt;br /&gt;
&lt;br /&gt;
== Where do I find the Cumulus installer? ==&lt;br /&gt;
&lt;br /&gt;
On the [http://sandaysoft.com/downloads downloads page]&lt;br /&gt;
&lt;br /&gt;
== What do I need to get right when first getting Cumulus? ==&lt;br /&gt;
The installation process for Cumulus displays &#039;&#039;&#039;readme.txt&#039;&#039;&#039;, that has many tips. See also [[Setup]]. Below are three key points.&lt;br /&gt;
# Install Cumulus in its own directory directly under a drive root.&lt;br /&gt;
# Connect your weather station before you start Cumulus&lt;br /&gt;
# When you first run Cumulus, it displays the &#039;&#039;&#039;Station settings&#039;&#039;&#039; screen. On this, make sure you pick the right sort of station (to ensure Cumulus communicates correctly with your weather station, and can identify all the observations) and choose your &#039;&#039;&#039;units&#039;&#039;&#039; wisely. (Changing units later means all stored Lowest and highest numbers up to that point have to be converted immediately manually).  See the &#039;&#039;&#039;Help&#039;&#039;&#039; for information about the rest of the screen, but generally you can easily adjust the other options later.&lt;br /&gt;
&lt;br /&gt;
== What weather stations does Cumulus work with?  ==&lt;br /&gt;
&lt;br /&gt;
*Davis Vantage Pro (VP), Vantage Pro2 (VP2), and Vue. &lt;br /&gt;
*Oregon Scientific WM918, WMR918, WMR928, WMR968, WMR88 (see [[FAQ#How do I set up recording wind speeds in Cumulus, with Oregon Scientific and La Crosse stations | this FAQ]]), WMR100, WMR180, WMR200. &lt;br /&gt;
*Fine Offset - stations which use the Easyweather software such as MyDEL, Nevada, Watson and Fine Offset, with model numbers such as WH1080, WH1081, W8681, 265NC etc.&lt;br /&gt;
*La Crosse WS2300 range (see [[FAQ#How do I set up recording wind speeds in Cumulus, with Oregon Scientific and La Crosse stations | this FAQ]]). You may have problems with corrupt data if you use a WS23xx with a serial/USB adapter; this combination is therefore not supported.&lt;br /&gt;
&lt;br /&gt;
For a more complete list see the [[Supported Devices]] page.&lt;br /&gt;
&lt;br /&gt;
== Will you support a new weather station type?  ==&lt;br /&gt;
&lt;br /&gt;
It’s quite hard to support a particular weather station when I don’t have access to one. No weather station is perfect, and problems inevitably arise after the code is written, and I have to start adding more and more code to work around issues with the station. Also, most companies don’t seem to like third parties writing software for their stations, so don’t make the protocol available. I will only consider adding support for a station under a certain set of circumstances which would include &#039;&#039;at least&#039;&#039;: &lt;br /&gt;
&lt;br /&gt;
*A significant donation towards Cumulus development &lt;br /&gt;
*A well documented official protocol spec &lt;br /&gt;
*Loan or donation of a station &lt;br /&gt;
*Access to technical support from the station manufacturer&lt;br /&gt;
&lt;br /&gt;
Please contact me if you would like to discuss this further&lt;br /&gt;
&lt;br /&gt;
== How do I request a new feature for Cumulus? ==&lt;br /&gt;
&lt;br /&gt;
Please create an [http://sandaysoft.com/forum/tracker.php enhancement request].  &lt;br /&gt;
&lt;br /&gt;
== Why haven&#039;t you added the feature I asked for a long time ago? ==&lt;br /&gt;
&lt;br /&gt;
I develop and support Cumulus in my spare time, and I have a full time job. I invite donations, but I don&#039;t make a living from Cumulus. I add facilities when I can. There is a long list of  [http://sandaysoft.com/forum/tracker.php enhancement requests] already, and I am slowly working my way through them as time permits. If there is an enhancement request for the facility you have asked for, and the facility is a reasonable one (in my opinion) then I will hopefully get around to adding it one day. Please be patient. Please don&#039;t ask for a forecast of when a feature will be added.&lt;br /&gt;
&lt;br /&gt;
== How do I upgrade to a new release?  ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Just run the installer for the new version.&#039;&#039;&#039; Your data and settings are not affected, but it is still best if you back up your data (sub-folder &#039;data&#039;) and any settings files (e.g. cumulus.ini and strings.ini) before you run the installer. &lt;br /&gt;
&lt;br /&gt;
You can install the new version where you like, but the installer will offer the same place as the previous version as the default.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Occasionally, there may be actions you need to perform before or after the upgrade.&#039;&#039;   Required actions usually appear in the announcement of the version you are installing, and may be documented in the readme.txt file that will appear as you run the installer. Read such announcements for every release since your existing build in case any of the in-between changes affect you.&lt;br /&gt;
&lt;br /&gt;
These instructions apply whether you are updating by one build, skipping several builds, upgrading to/from a beta version, or installing the latest &#039;release&#039; version. &lt;br /&gt;
&lt;br /&gt;
The installer will always upgrade the following files (replacing them, ignoring existing versions):&lt;br /&gt;
# &amp;quot;cumulus.exe&amp;quot;; - the latest build&lt;br /&gt;
# &amp;quot;unins000.exe&amp;quot;;&lt;br /&gt;
# &amp;quot;libeay32.dll&amp;quot;;&lt;br /&gt;
# &amp;quot;ssleay32.dll&amp;quot;;&lt;br /&gt;
# &amp;quot;readme.txt&amp;quot;; - advice for you to follow at installation time&lt;br /&gt;
# &amp;quot;licence.txt&amp;quot;; - reminder about restrictions on use&lt;br /&gt;
# &amp;quot;alert.wav&amp;quot;; - default alarm sound&lt;br /&gt;
#  &amp;quot;web\originals\*.*&amp;quot;; - Cumulus will always install the HTML template files here&lt;br /&gt;
# &amp;quot;webfiles\*.*&amp;quot;; e.g. weatherstyle.css, wz_jsgraphics.js&lt;br /&gt;
# &amp;quot;webfiles\images\picture.jpg&amp;quot;;&lt;br /&gt;
# &amp;quot;Help\Cumulus.chm&amp;quot;; - the latest help including lists of log files and web tags&lt;br /&gt;
There may be extra files automatically upgraded by particular builds - see announcement.&lt;br /&gt;
&lt;br /&gt;
During the install, you will see a &#039;&#039;&#039;Select Components&#039;&#039;&#039; screen , if you tick the &#039;&#039;HTML templates&#039;&#039; (the default) it will also upgrade the HTML template files in the web folder.&lt;br /&gt;
&lt;br /&gt;
*So tick this option, if you have a standard Cumulus implementation and then you can be sure to upgrade the standard templates.&lt;br /&gt;
*Untick this option if you have  [[Customised_templates#Creating_Your_Own_Templates|customised the existing pages]],  so that if your customised versions  are in &amp;quot;web\*.*&amp;quot; they don&#039;t get overwritten. It is recommended that you store any customised pages in a directory outside the Cumulus folder, as you can specify up to 10 such files on the local side of the files tab in the Configuration menu Internet settings screen and (if you are not using standard files) untick &#039;&#039;Include Standard Files&#039;&#039; on the same screen. (100 such files can be specified in [[Cumulus.ini]]).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Changing to different weather station ==&lt;br /&gt;
&lt;br /&gt;
Just change the station type. If Cumulus doesn&#039;t start reading the data from the new station, stop Cumulus and start it again. Some of the rain figures may be odd for a while (e.g. rain in last 24 hours). It is as simple as that.&lt;br /&gt;
&lt;br /&gt;
In testing planned changes to Cumulus, I switch backwards and forwards between a Fine Offset and a WMR200 frequently, the only thing that happens is that the rain figures go wrong initially (because the two stations have different counters).&lt;br /&gt;
&lt;br /&gt;
== Moving Cumulus software to a new PC (or updating Windows Operating System) ==&lt;br /&gt;
&lt;br /&gt;
Cumulus will continue to work with your existing weather station and existing log files, providing&lt;br /&gt;
#Your Windows regional settings are the same (i.e. date format unchanged, same time zone, decimal point symbol unchanged, list separator character unchanged) - if there is a difference, the new installation cannot understand the old lines in the log files and will give an error when Cumulus is restarted.&lt;br /&gt;
#You may need to &#039;tweak&#039; a few things (serial port number etc) in [[cumulus.ini]].&lt;br /&gt;
#In the folder with cumulus.exe in it, copy across  &#039;cumulus.ini&#039;,  and if you have created a &#039;strings.ini&#039; that file must be copied across too.&lt;br /&gt;
#The Cumulus &#039;data&#039; sub-folder has been copied across.&lt;br /&gt;
#Obviously if you use customised web pages, then you need the corresponding templates in the new installation.&lt;br /&gt;
#Any other customised files (images and/or a twitter.txt file, for example), you may want to copy those over too.&lt;br /&gt;
&lt;br /&gt;
== Can I view my Cumulus data on another device? ==&lt;br /&gt;
&lt;br /&gt;
# If Cumulus uploads your weather information to an online web site, you can view that on another device.&lt;br /&gt;
# Software like &#039;Remote Desktop&#039; can be used to view the computer that is running Cumulus - see many postings on the Support Forum.&lt;br /&gt;
# A back-up as described in the next answer can be viewed in Cumulus installed on another PC (see point about Windows regional settings in previous question) to look at past extremes or graphs; although obviously that additional installation will not be able to add further observations from the weather station connected to the original PC.&lt;br /&gt;
# If your web site is on your local network, but not online, your device may be able to view it directly or view a back-up of how it was in the past.&lt;br /&gt;
&lt;br /&gt;
== How do I back up my data?  ==&lt;br /&gt;
&lt;br /&gt;
*Copy the contents of the Cumulus ‘data’ sub-folder on a regular basis to a different storage device.  Then if you have any problem with the original storage device, or corruption of files, you can minimise the loss of logged observations. To restore from the backup, just copy the saved data folder back into your Cumulus installation, with Cumulus stopped.&lt;br /&gt;
*It can be useful to take copies of the Cumulus &#039;backup&#039; sub-folder on key dates (e.g. just after change of month or year), or if you think you might have some rogue figures.  The &#039;.ini&#039; files in the backup sub-folder contain past extreme values that you might want to look up.&lt;br /&gt;
*You should also back up, at least once, your cumulus.ini file in the main Cumulus folder.  This contains all the key settings and you need a record of those!&lt;br /&gt;
&lt;br /&gt;
== Moving Cumulus software to a different location on your PC? ==&lt;br /&gt;
&lt;br /&gt;
This article in the wiki gives more details above moving Cumulus: [[Moving cumulus]]&lt;br /&gt;
&lt;br /&gt;
== What are the formats of the Cumulus data files?  ==&lt;br /&gt;
&lt;br /&gt;
These are detailed in the [[:Category:Log Files|Log Files]] section of this Wiki and also in the Cumulus help file, in the section “Data log file format”&lt;br /&gt;
&lt;br /&gt;
== Can I import logged information from before I installed Cumulus? ==&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;Configuration&#039;&#039;&#039; menu, &#039;&#039;Station&#039;&#039; setting screen (near bottom) has option to enter there the &#039;&#039;rainfall total&#039;&#039; for the bit of the year (starting month can be selected here too) until when you first start using Cumulus.  See the Cumulus &#039;&#039;&#039;Help&#039;&#039;&#039; for this screen for further details.&lt;br /&gt;
&lt;br /&gt;
Yes is the answer for other weather information, providing you can manipulate the information you have into either (preferably) the format used by the [[Monthly_log_files#Importing_pre-Cumulus_data]] or (second best) [[Dayfile.txt]]. Look up those cross-references in this Wiki (or the Cumulus &#039;&#039;&#039;Help&#039;&#039;&#039;) for further information on required formats.  The support forum includes a few threads related to this topic, and if you post there then people who have already imported from particular systems may offer their services to import your past observations.&lt;br /&gt;
&lt;br /&gt;
A converter for Weather Display log files is available from this thread in the forum: http://sandaysoft.com/forum/viewtopic.php?f=4&amp;amp;t=10118&lt;br /&gt;
&lt;br /&gt;
A converter for WeatherLink log files is available from this thread in the forum: http://sandaysoft.com/forum/viewtopic.php?f=6&amp;amp;t=11349&lt;br /&gt;
&lt;br /&gt;
== I was away on the last day of last month/year - How do I see the final lowest and highest figures for last month/year? ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;View&#039;&#039;&#039; menu, &#039;&#039;This month&#039;&#039; or &#039;&#039;This year&#039;&#039; screens show some figures for any month or year selected by you, but do not show all the figures shown on a standard web page or as shown on the &#039;&#039;Highs and Lows&#039;&#039; screen for the current month/year.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;View&#039;&#039;&#039; menu, &#039;&#039;Highs and Lows - This month (or This year)&#039;&#039; (or &#039;&#039;thismonth.htm&#039;&#039; or &#039;&#039;thisyear.htm&#039;&#039; web page) only shows the lowest and highest values for the current calendar month (or current year). This answer describes a way to see the same information for the month (or year) that fairly recently ended.  It is valid only until build 1088 (from 5 March 2014 build 1089 &#039;Delay writing of end of day backup files until the first log entry is written&#039; means the stored &#039;&#039;month.ini&#039;&#039; relates to the &#039;&#039;initial&#039;&#039; entries for the start of the new month). From version 1.9.3 build 1041, Cumulus creates a daily backup of the log files. &lt;br /&gt;
*Look in the &#039;&#039;backup\daily&#039;&#039; subfolder within your Cumulus installation. &lt;br /&gt;
*These daily backups will be created if Cumulus was left running during the period of interest, or stopped before that period and since restarted. &lt;br /&gt;
*Normally about 10 such back ups are available, each folder has a name based on the timestamp and contains the 6 [[:Category:Log_Files|xxxx.ini files]], the current [[Monthly_log_files|monthly standard data log]]/[[Extra_Sensor_Files|monthly extra data log]], and the most recent update of [[dayfile.txt|daily summary log]].&lt;br /&gt;
&lt;br /&gt;
Open as a text file [[month.ini]] in the folder whose name is bearing the timestamp after your final rollover, for Cumulus builds 1041 to 1088 the final lowest and highest for each observation in the month will be listed.&lt;br /&gt;
&lt;br /&gt;
In a similar manner if you miss the last day of the year, for Cumulus builds 1041 to 1088 see the final &#039;this year&#039; figures for last year by opening [[year.ini]] from the appropriate backup.&lt;br /&gt;
&lt;br /&gt;
== What do the various wind speeds in Cumulus correspond to, with Davis stations?  ==&lt;br /&gt;
&lt;br /&gt;
Davis station firmware supplies two windspeeds, a 3-second average and a 10-minute average (later versions of the firmware also supply a 2-minute average, Cumulus currently doesn&#039;t use this).  &lt;br /&gt;
* The latest Davis 3-second average is treated by Cumulus as &#039;Latest&#039; (available via &amp;lt;#wlatest&amp;gt;)&lt;br /&gt;
* The highest of the station&#039;s 3-second readings over the previous 10 (configurable by adding &#039;&#039;AvgSpeedMinutes=N&#039;&#039; in [[Cumulus.ini#Section:_Station]] where &#039;N&#039; is number of) minutes becomes the Cumulus &#039;Gust (available via &amp;lt;#wgust&amp;gt;). Note that the WMO definition of a wind gust is the mean wind speed over a 2 to 3 second sample period (not the maximum instantaneous wind speed).&lt;br /&gt;
* The Davis 10-minute average is the Cumulus &#039;Average&#039; (available via &amp;lt;#wspeed&amp;gt;).&lt;br /&gt;
Note that if you sample these readings at shorter (real time) intervals it is possible for Cumulus &#039;Latest&#039; to be lower than Cumulus &#039;Average&#039; because approximately half of the 3-second wind speeds will be higher and half of them lower than the 10-minute average. &lt;br /&gt;
If the Cumulus figure seems lower than the Davis figure see [[#My_Davis_station_shows_a_higher_maximum_wind_speed_than_Cumulus]].&lt;br /&gt;
&lt;br /&gt;
Davis station loggers record a single spot (not any average) wind speed, so if you restart Cumulus and the software attempts to catch up from the station logger there may be only one or two values to include in the Cumulus average (over 10 or whatever) minutes calculation.&lt;br /&gt;
&lt;br /&gt;
== What do the various wind speeds in Cumulus correspond to, with Fine Offset stations?  ==&lt;br /&gt;
&lt;br /&gt;
Fine Offset sensors measure wind over 48-second intervals, divided into 24 2-second intervals. At the end of each 48-second period, they transmit the highest of those 24 values as &#039;Gust&#039;, and the average of those 24 values as &#039;Wind&#039;. The console keeps &#039;&#039;&#039;overwriting&#039;&#039;&#039; the newly received &#039;Gust&#039; and &#039;Wind&#039; values to the same area of console memory every 48 seconds, until the station logging interval time is reached, then it moves on to the next memory location, leaving the last values it wrote in the previous console memory location.  &lt;br /&gt;
*If Cumulus is not running all the time, on restart it works through the console memory locations and extracts the Fine Offset Wind and Gust in each memory location, i.e. at the station logging interval. &lt;br /&gt;
*While Cumulus is running, it reads the current wind speeds (and direction) every 10 seconds. There are new values only every 48 seconds (i.e. every fourth or fifth read)&lt;br /&gt;
&lt;br /&gt;
Cumulus, for various reasons, uses different terminology, and also has configuration settings which control how some of the wind values are displayed.&lt;br /&gt;
* The Fine Offset console &#039;Gust&#039; value becomes Cumulus &#039;Latest&#039;. &lt;br /&gt;
* The highest of the Fine Offset &#039;Gust&#039; values over the previous 10 minutes becomes Cumulus &#039;Gust&#039;.  Note that the WMO definition of a wind gust is the mean wind speed over a 2 to 3 second sample period (not the maximum instantaneous wind speed).&lt;br /&gt;
* Cumulus &#039;Average&#039;  can be calculated in 3 different ways:&lt;br /&gt;
** The default: If &#039;Calculate 10-min wind average&#039; is not selected on the Station Settings screen, the console &#039;Wind&#039; value is used.&lt;br /&gt;
** If &#039;Calculate 10-min wind average&#039; is selected, then by default the average of the Fine Offset &#039;Gust&#039; values read over the previous N (configurable, defaults to 10) minutes is used.&lt;br /&gt;
** If &#039;Calculate 10-min wind average&#039; and &#039;Use speed for avg calculation&#039; are both selected, the average of the Fine Offset &#039;Wind&#039; values read over the previous N (configurable, defaults to 10) minutes is used.&lt;br /&gt;
&lt;br /&gt;
Select value for &#039;N&#039; using &#039;&#039;AvgSpeedMinutes=N&#039;&#039; in [[Cumulus.ini#Section:_Station]].&lt;br /&gt;
&lt;br /&gt;
Note that Fine Offset Consoles can display a &#039;MAX&#039; figure, this is highest recorded since it was last reset (on touchscreen models multiple touches of the displayed speed will cause maximum speed, or gust, to be shown, and when a max value is displayed continuing to hold touching that value for 3 seconds will reset max to current value).  Cumulus maintains its own various extremes for different periods (e.g High wind and high gust for yesterday on its main screen) calculated from all values read by Cumulus in that period.&lt;br /&gt;
&lt;br /&gt;
== How do I set up recording wind speeds in Cumulus, with Oregon Scientific and La Crosse stations  ==&lt;br /&gt;
&lt;br /&gt;
La Crosse and some Oregon Scientific weather stations only output a single wind speed.  To allow Cumulus to calculate &#039;gust&#039; and &#039;wind speed&#039; with different values, select the &#039;&#039;&#039;Station&#039;&#039;&#039; dialogue from the &#039;&#039;Configuration&#039;&#039; menu and set &#039;&#039;Calculate 10 min wind average&#039;&#039; in the &#039;Settings&#039; frame, so in [[cumulus.ini]] this will produce the parameter &#039;Wind10MinAverage=1 when cumulus is next stopped.&lt;br /&gt;
* The station&#039;s &#039;Wind&#039; value will then display as Cumulus &#039;Latest&#039;.&lt;br /&gt;
* A 10 (configurable by adding &#039;&#039;AvgSpeedMinutes=N&#039;&#039; in [[Cumulus.ini#Section:_Station]] where &#039;N&#039; is number of) minutes average of the station&#039;s &#039;Wind&#039; value will then display as Cumulus &#039;Average&#039;.&lt;br /&gt;
* The highest of the station&#039;s &#039;Wind&#039; value in a 10 minute period will then display as Cumulus &#039;Gust&#039;.  Note that the WMO definition of a wind gust is the mean wind speed over a 2 to 3 second sample period (not the maximum instantaneous wind speed).&lt;br /&gt;
&lt;br /&gt;
See &#039;&#039;LCMaxWind=X&#039;&#039; parameter in [[Cumulus.ini#La_Crosse_specific:]] where X is the maximum (uncalibrated) wind speed in m/s that you want to allow.&lt;br /&gt;
&lt;br /&gt;
== How do I make Cumulus run automatically when Windows starts?  ==&lt;br /&gt;
&lt;br /&gt;
There is no option in Cumulus to set this up automatically as I prefer to leave it under the control of the user: The safest and most reliable method is simply to put a shortcut in your Startup folder. If you are running Vista or Windows 7, or later versions of Windows, you may find that Cumulus gets blocked by UAC if you try to run it from the Startup folder, in which case it is recommended that you use Task Scheduler instead. See here for a good description of how to do this - http://blogs.techrepublic.com/window-on-windows/?p=616&lt;br /&gt;
&lt;br /&gt;
== How does Cumulus handle Daylight Saving Time?  ==&lt;br /&gt;
&lt;br /&gt;
As far as the timestamps in the extreme logs, monthly log, and the graphs, are concerned; Cumulus doesn&#039;t do anything in particular for DST. &lt;br /&gt;
*It generates timestamps based on the Windows clock. &lt;br /&gt;
**So basically, at the start of DST (i.e. when the clocks &#039;go forward&#039; for the summer) you will get an apparent gap of one hour in your data logs and on graphs.&lt;br /&gt;
**Similarly at the end of DST (i.e. when the clocks &#039;go back&#039; for the winter) you will get an apparent hour of duplicate timestamps in your logs and graphs. &lt;br /&gt;
*You will tend to get better results if you leave Cumulus running during the clock change, because if it is stopped you may lose data,&lt;br /&gt;
**the exact timing of the affected hours depends on the type of station and the times when Cumulus was running/stopped.&lt;br /&gt;
&lt;br /&gt;
=== ... How do Davis stations handle Daylight Saving Time? ===&lt;br /&gt;
&lt;br /&gt;
Note that there seems to be an issue with Davis stations, either in the console/logger, or in the Davis DLL which Cumulus uses. &lt;br /&gt;
*If you don&#039;t have Cumulus running when DST ends (autumn), then when you start Cumulus up again, it doesn&#039;t receive all of the logger data it needs to catch up to the &#039;&#039;present time&#039;&#039; - the previous hour or so is missing. &lt;br /&gt;
*So with Davis stations, I strongly recommend that you leave Cumulus running at the end of DST, if at all possible.&lt;br /&gt;
&lt;br /&gt;
=== ... How do Fine Offset stations handle Daylight Saving Time? ===&lt;br /&gt;
&lt;br /&gt;
*For Fine Offset stations if you don&#039;t have Cumulus running when DST ends in autumn, then when you start Cumulus up again, the catch up &#039;&#039;misses off the first hour after the time Cumulus was stopped&#039;&#039; (unless you have adjusted the time in [[today.ini]] by subtracting one hour for end of DST while Cumulus was stopped).  &lt;br /&gt;
**This is because the console memory does not time-stamp the data blocks and Cumulus does not remember the console data block used just before shutdown, (after all depending on how long Cumulus has been stopped and the station logging interval, the old memory location could be overwritten by now), but each memory location does contains minutes elapsed since previous memory location used.&lt;br /&gt;
**On restart Cumulus just tries to read the appropriate number of hours worth of observations back from the block now marked as latest.  &lt;br /&gt;
**For example if it was stopped at 2200 DST and restarted at 0600 standard time, Cumulus catches up with the last 8 hours worth of stored measurements as if going back to 2200 standard time, that means it retrieves back to 2300 DST and has forever lost the period 2200 to 2300 DST.  &lt;br /&gt;
*So with Fine Offset stations, I strongly recommend that you leave Cumulus running at the end of DST, if at all possible.&lt;br /&gt;
*At the start of DST in spring, the catch up will &#039;&#039;duplicate the last hour that Cumulus was previously operating&#039;&#039; (unless you have added one hour to the standard time stored in [[today.ini]] for start of DST while Cumulus was stopped). &lt;br /&gt;
**e.g. Stopping from 2200 standard time to 0600 DST the catch up goes back to 2200 DST or 2100 standard time.&lt;br /&gt;
**Some calculated measurements like average temperature, cooling degree days, and the like will be slightly out, but no measurement is actually lost.&lt;br /&gt;
&lt;br /&gt;
== What formula does Cumulus use for Dew Point?  ==&lt;br /&gt;
dewpoint := tempinC + ((0.13 * tempinC) + 13.6) * Ln(humidity / 100)&lt;br /&gt;
&lt;br /&gt;
== What formula does Cumulus use for Apparent Temperature?  ==&lt;br /&gt;
It uses a formula from the Australian BOM - http://www.bom.gov.au/info/thermal_stress/#atapproximation&lt;br /&gt;
&lt;br /&gt;
Note that the version used is the one that doesn&#039;t take into account solar radiation.&lt;br /&gt;
&lt;br /&gt;
== How does Cumulus know the height of the cloud base?  ==&lt;br /&gt;
&lt;br /&gt;
It doesn&#039;t. It uses a calculation which gives the theoretical height above ground level at which Cumulus clouds might form, based on the current temperature and dew point. It assumes that the difference between temperature and dew point decreases by about 4.4 degrees Fahrenheit per 1000 feet increase in altitude. When the two values coincide, the air is saturated (relative humidity = 100%) and Cumulus clouds may form. &lt;br /&gt;
&lt;br /&gt;
== How is my rain rate calculated?  ==&lt;br /&gt;
&lt;br /&gt;
For stations which supply a rain rate, Cumulus uses that. For stations which don&#039;t supply a rain rate (e.g. Fine Offset and La Crosse), Cumulus simply takes the rain total from the last five minutes and calculates a rate based on that; e.g. a single tip of 0.3mm in 5 minutes is a rate of 3.6mm/hr. When data from the station&#039;s logger is used, a similar calculation is performed, but the interval used is the logger interval rather than five minutes.&lt;br /&gt;
&lt;br /&gt;
== Where does Cumulus get its this month and this year rainfall totals from?  ==&lt;br /&gt;
&lt;br /&gt;
* Each time Cumulus reads records from the weather station it applies any change to the &#039;total rain count&#039; against today&#039;s total in its memory.&lt;br /&gt;
* The today&#039;s total so far at each reading time is also added to the &#039;recent tag&#039; array allowing total values for the day-so-far at one minute intervals for up to a week ago to be added as web tags to a web template. &lt;br /&gt;
* The rainfall totals, are initialised when Cumulus is (re-)started by adding up the corresponding daily totals in dayfile.txt and storing those sums in memory. Two of the totals can be seen using default settings on &#039;&#039;&#039;View&#039;&#039;&#039; menu, &#039;&#039;This month&#039;&#039; screen for this month, &#039;&#039;This year&#039;&#039; screen for this calendar year, but the third total for the rain season (you can change starting month) is seen on the &#039;&#039;main&#039;&#039; Cumulus screen.&lt;br /&gt;
* The rainfall totals shown on the &#039;&#039;This period&#039;&#039;, &#039;&#039;This month&#039;&#039;, and &#039;&#039;This year&#039;&#039; screens within the &#039;&#039;&#039;View&#039;&#039;&#039; menu are generated by adding up the daily rainfall totals found in [[dayfile.txt]] for the selected period. So any rainfall for the current (meteorological) day is excluded as the latest dayfile.txt row is for yesterday. Totals are recalculated when you press the &#039;&#039;Update display&#039;&#039; button. Important note: The view menu &#039;This year&#039; screen always calculates the total for a selected calendar year starting in January.&lt;br /&gt;
* The rain figures that Cumulus uses for displaying in &#039;This month&#039; and &#039;This year&#039; on the Cumulus &#039;&#039;main screen&#039;&#039; are updated each time Cumulus receives a rain reading from the station, so will not be displayed if Cumulus is unable to read rain information from your station.&lt;br /&gt;
* For the web tags, Cumulus takes its stored sums and adds today&#039;s latest total each time, to give the current totals for this month and this rain season (year so far) when processing &#039;thismonthT.htm&#039; and &#039;thisyearT.htm&#039; web templates.&lt;br /&gt;
**Important, for the &amp;lt;#ryear&amp;gt; web tag, and for the &#039;This year&#039; display on the &#039;&#039;main&#039;&#039; Cumulus screen, the processing reads the &#039;&#039;dayfile.txt&#039;&#039; for the rainfall season starting with the month set on the station settings screen and stored as the value for attribute &#039;&#039;RainSeasonStart&#039;&#039; in [[Cumulus.ini#Section:_Station]] (its default is January).  &lt;br /&gt;
**If you have set a &#039;year to date&#039; value and Cumulus is being re-started when the year specified beside that figure matches the current year, your year-to-date amount is also added into this year&#039;s total. This should normally only be relevant in your first rain season of operating Cumulus, but could be used if in any season you needed to add an extra amount because for some reason you had a gap in your recording period.&lt;br /&gt;
**There is no corresponding setting for calculating the total for the first &#039;this month&#039; of Cumulus operation.&lt;br /&gt;
*Note that you need to stop and then restart Cumulus to update these initial values that are stored in memory and get any corrections you made to rogue values in the daily summary log (or year-to-date) reflected on the main Cumulus screen and in web tags.&lt;br /&gt;
&lt;br /&gt;
The built-in dayfile.txt editor is used if it is necessary to amend the daily totals (to correct any monthly, rain season, or calendar year, totals); the built-in all-time (or monthly records) editor(s) in Cumulus is used if it is necessary to regenerate the extreme records from dayfile.txt; see [[#My_station_invented_some_rain_that_didn.27t_really_occur.2C_and_I_want_to_set_it_to_zero_.28or_some_other_figure.29 |FAQ about correcting incorrect rainfall displays]].&lt;br /&gt;
&lt;br /&gt;
== How do I reset all my data to start again from scratch?  ==&lt;br /&gt;
&lt;br /&gt;
Stop Cumulus and delete all of the files in the data folder. You may also want to edit the &#039;StartDate=&#039; line in [[cumulus.ini]] to set the date for the start of your data, if you are starting again on a different date.&lt;br /&gt;
&lt;br /&gt;
== How do I localise Cumulus to my own language? ==&lt;br /&gt;
&lt;br /&gt;
Cumulus does not directly support languages other than English. It was never intended for use in other languages, and it is not possible to add support for this now. However, the text used for:&lt;br /&gt;
*Forecasting&lt;br /&gt;
*Moonphases&lt;br /&gt;
*Beaufort Scale&lt;br /&gt;
*Trend descriptions&lt;br /&gt;
*Compass points&lt;br /&gt;
*Graph titles&lt;br /&gt;
*Extra sensor channels&lt;br /&gt;
can all be customised by using the [[strings.ini]] file. This facility may be extended to allow other items to be translated, but it is very unlikely that there will ever be a fully multi-language version of Cumulus in its current form.&lt;br /&gt;
&lt;br /&gt;
This wiki page [[:Category:Other_Languages|Other Languages]] has some old information about customising the standard web pages and see the downloads page as several third-party alternative web pages include some language translation modules.&lt;br /&gt;
&lt;br /&gt;
== Can I connect/disconnect my weather station while Cumulus is running? ==&lt;br /&gt;
No. You must make sure your weather station is connected to your PC and switched on, before running Cumulus. Do not disconnect your station while Cumulus is running.&lt;br /&gt;
&lt;br /&gt;
== How does Cumulus deal with extra sensors? ==&lt;br /&gt;
&lt;br /&gt;
By default, Cumulus deals with weather stations incorporating solar sensors, if you have selected the relevant station &#039;Type&#039; or &#039;Display solar/extra data&#039; in configuration, but it has some capability to deal with extra sensors added including the Blake-Larsen Sun Recorder.&lt;br /&gt;
Cumulus has the ability to input, log, and display Current Values/Outputs from the [[Rain_measurement#Optical_Rain_Gauges|Hydreon Optical Rain Sensor - Model RG-11]] and from either Oregon Scientific or Davis [[Extra_Sensor_Files|extra sensors]]. Only today&#039;s and yesterday&#039;s total rainfall from a Hydreon sensor are available in [[today.ini]] and [[yesterday.ini]] respectively. For some Oregon Scientific models, the temperature from an extra sensor can replace the temperature from the main sensor for processing by Cumulus, but all extra sensor values are stored in a series of [[Extra_Sensor_Files| monthly log]] files. No other processing is performed for Davis extra sensors, but past values are retained in a series of [[Extra_Sensor_Files| monthly log]] files.  The file [[strings.ini]] is used to customise the description associated with extra sensors.&lt;br /&gt;
&lt;br /&gt;
== What is this &amp;quot;Solar Max&amp;quot; value which Cumulus is displaying? ==&lt;br /&gt;
&lt;br /&gt;
It&#039;s the current theoretical maximum solar radiation value at the current date and time at your location. It is calculated using the Ryan-Stolzenbach formula, and uses the &#039;transmission factor&#039; configurable in the station settings to allow for the effect of transmission through the atmosphere. The figure is not particularly useful in itself; it is used if you have a solar sensor, to compare with the current solar radiation reading, in an attempt to determine whether the sun is currently shining or not.&lt;br /&gt;
&lt;br /&gt;
== My Fine Offset console says the memory is nearly full - how do I clear it? ==&lt;br /&gt;
&lt;br /&gt;
You don&#039;t need to, and it&#039;s much safer if you don&#039;t; clearing the memory could lead to a loss of data. The memory indicator on the console has no effect on the logging of data; the console will automatically start re-using the oldest memory locations. As long as you are running Cumulus (at least occasionally), Cumulus will have downloaded the data it needs from the console, so the console is free to overwrite the oldest data when it needs to.&lt;br /&gt;
&lt;br /&gt;
== How do I get my Davis station with USB working with Cumulus? ==&lt;br /&gt;
&lt;br /&gt;
Cumulus cannot drive the station in USB mode, you must install &#039;virtual serial port&#039; drivers, and configure Cumulus to use the virtual serial port. Make sure you have the station connected to the PC during the following operations.&lt;br /&gt;
&lt;br /&gt;
You should first make sure that you can use the station with Weatherlink, in serial mode. If you have not already installed the Weatherlink software, install the version which came with your weather station. You should then upgrade to the latest version of Weatherlink; you can download the update from the Davis web site,  [http://www.davisnet.com/support/weather/downloads/software_sftwr.asp here].&lt;br /&gt;
&lt;br /&gt;
You now need to install the &#039;CP210X USB to Serial Converter&#039;. You may find a link on your Start menu under &#039;Weatherlink&#039;. Alternatively, you should find it in the folder where Weatherlink was installed, under &#039;Support&#039; then &#039;Utilities&#039;. Davis also make version 2 of this utility available on their web site, [http://www.davisnet.com/support/weather/downloads/software_driver.asp here], and you may find that this version will work for you if the installed version does not. It should be clear from the messages output by the utility that it has successfully switched the logger to serial mode. &lt;br /&gt;
&lt;br /&gt;
It&#039;s a good idea to then update the driver to the latest version from the Silicon Labs web site, particularly if you use Windows 7 or later. You can download it [http://www.silabs.com/products/mcu/pages/usbtouartbridgevcpdrivers.aspx here] - click on &#039;VCP driver kit&#039; under &#039;Download for Windows XP/Server 2003/Vista/7...&#039; to begin the download. Run the executable once it&#039;s downloaded.&lt;br /&gt;
&lt;br /&gt;
At this point, it&#039;s best to restart your computer.&lt;br /&gt;
&lt;br /&gt;
You should now run Weatherlink, and attempt to connect to the weather station &#039;&#039;&#039;in serial mode&#039;&#039;&#039;. Weatherlink should find the appropriate COM port number automatically. If not, you can find it under &#039;Ports (COM &amp;amp; LPT)&#039; in the Windows device manager. Look for the port called &#039;USB Serial Port (COMn)&#039;, where &#039;n&#039; is a number. That&#039;s the number of the port you need to use in Weatherlink. If you cannot get Weatherlink to work using this virtual COM port, it is unlikely that you will be able to get Cumulus to work either, so either contact Davis support, explaining that you are trying to use the virtual serial port drivers because you want to run third-party software, or ask in the Cumulus forum, someone may be able to advise.&lt;br /&gt;
&lt;br /&gt;
Once you have Weatherlink connected and working via the virtual serial port, &#039;&#039;&#039;close it down&#039;&#039;&#039;, and start Cumulus.&lt;br /&gt;
&lt;br /&gt;
In the station settings in Cumulus, select the appropriate station type for your station; under &#039;VP Type&#039; select &#039;&#039;&#039;Serial&#039;&#039;&#039;; in the serial port section enter the COM port number that you found earlier. You may need to restart Cumulus at this point. It will then start displaying live data. Note that the it deliberately does not download any historical logger data from before the current point in time. When you run it subsequently, it will download logger data to catch up if necessary from when you last ran it, but never from earlier than when you first ran it.&lt;br /&gt;
&lt;br /&gt;
If you still having difficulty, the Davis Weatherlink manual offers this advice, which may be useful:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Included with the WeatherLink software is a utility that allows you to convert a USB data logger from a direct USB data logger back to a USB data logger that emulates the serial port. To use&lt;br /&gt;
this utility, select Convert USB to Virtual Serial in your WeatherLink program group on the Start menu of your computer (Start&amp;gt;AllPrograms&amp;gt;WeatherLink&amp;gt;Convert USB to Virtual Serial) and run the utility to convert your data logger. Please contact Davis Technical Support (“Contacting Davis Technical Support” on page 26) for more information.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== Why does Cumulus do some things the way it does, when there are better ways? ==&lt;br /&gt;
&lt;br /&gt;
Cumulus was originally something I &#039;knocked together&#039; quickly when I got my first weather station, simply because I couldn&#039;t find any other software anywhere which I was prepared to use. No &#039;design&#039; went into it, it was really just a prototype. Some of the things I did were just quick &#039;hacks&#039; that I intended to fix when I did it &#039;properly&#039;. But I never got around to going back and doing it &#039;properly&#039;, and it was never my intention that anyone else would use it. But I was persuaded to make it available for others, and then to add more and more enhancements. &lt;br /&gt;
&lt;br /&gt;
The fact that it works with several different types of weather station means that much of it is a compromise; it doesn&#039;t use certain features of the weather station which it could use if it were dedicated to that type of weather station. For example, it typically does not use any high/low data that the station might store internally. Instead, it maintains its own high/low data from individual readings. There are a number of reasons for this; the fact that Cumulus supports an 0900-0900 day, and the weather station does not, and the fact that typically Cumulus maintains far more high/low values than the station does, and these need to be self-consistent. &lt;br /&gt;
&lt;br /&gt;
So yes, I am aware that some of things that Cumulus does may seem strange, but it is simply not possible for me to start again from scratch, knowing what I know now. And it is not possible for me to effectively produce separate versions of Cumulus specifically for each type of weather station. If you don&#039;t like the way Cumulus does certain things, do what I did and write your own software!&lt;br /&gt;
&lt;br /&gt;
== Can I run 2 copies of Cumulus? ==&lt;br /&gt;
&lt;br /&gt;
3 options:&lt;br /&gt;
*You can install Cumulus on more than one PC, but each copy must connect directly to its own weather station (one station connected per PC).&lt;br /&gt;
*You can install 2 copies of Cumulus in different paths on a single PC, &#039;&#039;if you have two weather stations&#039;&#039; and Cumulus is able to distinguish between them, e.g. they are from different manufacturers, or both are serial port stations (different ports), or one is USB and one is serial, or one is a Weatherlink IP. In other words the  combination that does not work on a single PC is two USB stations from the same manufacturer. Note that Davis stations with USB loggers are serial port stations as far as Cumulus is concerned, so there are no problems using multiple copies of Cumulus with multiple Davis stations on the same PC.&lt;br /&gt;
*It is possible to back up the Cumulus files from one installation running off a weather station, and briefly have another reduced functionality copy just looking at historic data without ever any updating (the second Cumulus is set up as if reading from an EasyWeather.dat file, but not given a path/file name) - see [[Cumulus.ini#Introduced_for_problems_with_Fine_Offset_family:|Easyweather.dat section here]].&lt;br /&gt;
&lt;br /&gt;
= Troubleshooting  =&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Please note, these answers are written for Cumulus 1.x.y; the support forum is where Cumulus MX problems are discussed, together with how screens and files are different for the beta development.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== My &#039;Error&#039; light is flashing  ==&lt;br /&gt;
&lt;br /&gt;
Click on it, and a window will open describing the error. It may just be a temporary ftp problem. If you want to stop ftp errors being reported in this way, you can turn them off in the display settings (&amp;quot;Show FTP errors on error log window&amp;quot;).&lt;br /&gt;
&lt;br /&gt;
== My ‘new record’ light has stopped flashing  ==&lt;br /&gt;
&lt;br /&gt;
It is the normal situation that the light does not flash. The ‘new record’ light only flashes when an all-time record has been broken. It stops flashing if you click on it or restart Cumulus, until another all-time record is broken. When you first start using Cumulus, inevitably the light will flash a lot, even if you cancel it, as you will be breaking records constantly. After a while, it will &#039;settle down&#039; and not flash so often.&lt;br /&gt;
&lt;br /&gt;
== I installed a new version and my web page templates got over-written  ==&lt;br /&gt;
&lt;br /&gt;
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, place them in a different folder and use the ‘extra files’ facility. From version 1.8.9, the installer offers the option of not over-writing the web templates; it unconditionally also installs them to a sub-folder of the web folder called &#039;originals&#039;, so you can refer to them if required, even if you chose not to over-write those in the web folder.&lt;br /&gt;
&lt;br /&gt;
== I can’t find my data files!  ==&lt;br /&gt;
&lt;br /&gt;
You’re probably running Windows Vista/Windows 7/Windows 8 (or one of the corresponding server versions of Windows). Look in C:\Users\[username]\AppData\Local\VirtualStore\Program Files\Cumulus - note that this is a &#039;hidden&#039; folder. Ideally, to avoid this situation, you would install to somewhere outside the Program Files hierarchy, as recommended in the readme.txt.&lt;br /&gt;
&lt;br /&gt;
== I can&#039;t save my NOAA reports! ==&lt;br /&gt;
&lt;br /&gt;
You&#039;ve probably corrupted your Cumulus.ini file in the default Cumulus folder. See [[Cumulus.ini#Section:_NOAA]]. It can only be edited either (if Cumulus is stopped) with an external text file editor or (with Cumulus running) using the &#039;&#039;NOAA Setup&#039;&#039; in the configuation menu.  Pay attention to where the quotes are required for the file names, and check that you have an allowed date format (see [[Webtags#Time.2FDate_.27format.27_Parameter]]).&lt;br /&gt;
&lt;br /&gt;
== My sunrise and sunset times are wrong  ==&lt;br /&gt;
&lt;br /&gt;
You&#039;ve almost certainly entered your co-ordinates incorrectly, or not entered them at all - on the station settings screen. You must enter DEGREES, MINUTES, and SECONDS, no other format will work. Make sure to use &#039;&#039;&#039;unsigned whole numbers&#039;&#039;&#039; for degrees, minutes, and seconds, with a &#039;W&#039; for your longitude if you&#039;re West of the Greenwich meridian (e.g. if you are in the United States), and the appropriate letter for your latitude (N for northern hemisphere, S for southern hemisphere). &lt;br /&gt;
&lt;br /&gt;
If you are not familiar with the degrees/minutes/seconds standard format and have your co-ordinates in some other format, there are pages on the web which will convert for you. One such is here: http://transition.fcc.gov/mb/audio/bickel/DDDMMSS-decimal.html&lt;br /&gt;
&lt;br /&gt;
One other less likely possibility is that you have set the wrong time zone on your PC.&lt;br /&gt;
&lt;br /&gt;
== The Moon rise or set time is showing dashes.  ==&lt;br /&gt;
&lt;br /&gt;
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. &lt;br /&gt;
&lt;br /&gt;
== The Moon image is just black ==&lt;br /&gt;
&lt;br /&gt;
It&#039;s probably a New Moon.&lt;br /&gt;
&lt;br /&gt;
== Why are the &#039;Yesterday&#039; figures missing on the Main Cumulus Screen? ==&lt;br /&gt;
&lt;br /&gt;
The yesterday values on the Main Screen under &amp;quot;Recent Extremes&amp;quot; are not shown correctly:&lt;br /&gt;
*EITHER when the &#039;&#039;end of day rollover has not taken place&#039;&#039;. &lt;br /&gt;
**The usual cause of this is allowing your PC to &#039;sleep&#039; while Cumulus is running. &lt;br /&gt;
**The support forum mentions a few other causes. &lt;br /&gt;
**Cure this (if you have a weather station type that has a log that Cumulus reads) by looking in &amp;quot;&#039;&#039;Cumulus\backup&#039;&#039;&amp;quot; folder, and finding a backup directly in that folder or in &amp;quot;daily&amp;quot; sub-folder for just before the problem. With Cumulus stopped, copy all the files in that backup into the &amp;quot;&#039;&#039;&#039;Cumulus\data&#039;&#039;&#039;&amp;quot; folder, and then restart Cumulus. &lt;br /&gt;
*OR if Cumulus was unable to read observations from your station during that day, but can today. &lt;br /&gt;
**You can try the same cure, but may not be able to recover the lost information in this case.&lt;br /&gt;
&lt;br /&gt;
== Why do I have some unexpected zero figures? ==&lt;br /&gt;
&lt;br /&gt;
Cumulus may not be able to update some values/extremes, leaving them at zero, if:&lt;br /&gt;
*EITHER you are allowing your PC to go into sleep/standby while Cumulus is running,&lt;br /&gt;
*OR you have more than one copy of Cumulus attempting to interrogate the same weather station,&lt;br /&gt;
*OR you are closing Cumulus down very close to before/after roll-over (the latter is a restriction due to the way the processing of logger data works).&lt;br /&gt;
&lt;br /&gt;
== I’ve ‘zoomed’ a graph, how do I get it back to full size?  ==&lt;br /&gt;
&lt;br /&gt;
Drag from lower right to upper left.&lt;br /&gt;
&lt;br /&gt;
== Cumulus won&#039;t read the data from my station  ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CUMULUS RUNNING&#039;&#039;&#039;&lt;br /&gt;
If you have one of the Fine Offset clones, make sure you have configured your relative pressure correctly. If Cumulus finds an &#039;impossible&#039; value, it will ignore all data from your station.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CUMULUS RE-STARTED&#039;&#039;&#039;&lt;br /&gt;
If Cumulus does not read catch-up data from the station logger:&lt;br /&gt;
#Your station type may not have a logger, if so Cumulus cannot read anything from station while software was not running.&lt;br /&gt;
#There is a bug in the Davis DLL (Dynamic-Link Library) that Cumulus 1.x.x uses, where it never downloads the last archive record; so if there is only one to download (compare how long Cumulus was stopped with logging interval on your Davis station), it doesn&#039;t get any at all. (See [[#Cumulus_takes_a_long_time_to_download_the_data_from_my_Davis_station_at_start_up|here]] for opposite problem). Cure this by ensuring if you stop Cumulus you either leave it stopped for less than Davis logging interval time, or don&#039;t restart until after at least 2 logging intervals.&lt;br /&gt;
#You have not selected &amp;quot;&#039;&#039;&#039;Use data logger&#039;&#039;&#039;&amp;quot; in the &#039;&#039;Settings&#039;&#039; section of the &#039;&#039;&#039;Station settings&#039;&#039;&#039; screen accessed from &#039;&#039;Configuration&#039;&#039;  menu. Correct this:&lt;br /&gt;
##Stop Cumulus after changing this setting&lt;br /&gt;
##Look in &#039;&#039;Cumulus\backup&#039;&#039; folder (or its &#039;&#039;daily&#039;&#039; sub-folder) for a folder of .ini files prior to the problem, copy all those files to overwrite the ones in &#039;&#039;Cumulus\data&#039;&#039; folder&lt;br /&gt;
##Re-start Cumulus, it should use revised start date/time, and read the station logger for the whole re-wind period&lt;br /&gt;
#If there is another problem, read the instructions accessed from &amp;quot;Please click here before posting&amp;quot; at the top of the support forum page including the request to zip up the contents of the &#039;&#039;Cumulus\diags&#039;&#039; folder when asking for such support.&lt;br /&gt;
&lt;br /&gt;
== Cumulus read some invalid figures from my station ==&lt;br /&gt;
If you have:&lt;br /&gt;
*just started using Cumulus, &lt;br /&gt;
*just re-started Cumulus and you are only getting bad data when you start Cumulus up (i.e. when it is using archive data from the station logger),&lt;br /&gt;
*or you have just changed some settings,&lt;br /&gt;
... check you have the correct station type selected (see the Cumulus &#039;&#039;Help&#039;&#039; for the settings screen).&lt;br /&gt;
&lt;br /&gt;
Choosing the wrong station type means individual items of information are not correctly assigned to weather parameters.  Cumulus knows what is at what location for each station type. &lt;br /&gt;
*Is the information &#039;&#039;correct on the station console&#039;&#039; (i.e. not a fault with a sensor), but incorrectly displayed on Cumulus screen (i.e. transfer problem)? &lt;br /&gt;
Check all your settings on Cumulus, or see [[#Cumulus_won.27t_read_the_data_from_my_station|previous question]].&lt;br /&gt;
*If the &#039;&#039;station itself shows incorrect figures&#039;&#039;, a sensor may have a problem (mechanical or electrical failure, obstruction by animal activity) or a battery may need replacing.&lt;br /&gt;
Over successive versions of Cumulus more and more code has been incorporated to deal with the way some stations are prone to reporting rogue readings.&lt;br /&gt;
*Ensure you are using the latest Cumulus build, if you are using an old version you will not have any enhancements made since the earlier build that might improve the way Cumulus reads from your station type.&lt;br /&gt;
In general, if Cumulus 1.x.x identifies an odd value it will reuse the last good value instead, assuming that the problem will either right itself, or be spotted and dealt with quickly.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fine Offset stations&#039;&#039;&#039; are prone to reporting the odd non-sensical value, and Cumulus has the ability to compare successive readings:&lt;br /&gt;
*From the &#039;&#039;&#039;Configuration&#039;&#039;&#039; menu select [[Cumulus_Screenshots#Configuration_Menu_Screens|&#039;&#039;Calibration&#039;&#039;]] and in the &#039;&#039;&#039;Spike removal&#039;&#039;&#039; frame you can specify &amp;quot;the maximum &#039;&#039;&#039;differences&#039;&#039;&#039; between successive values&amp;quot; that Cumulus is to tolerate. See the &#039;&#039;&#039;Help&#039;&#039;&#039; for that screen, and note that spike removal applies while Cumulus is running, not to catch-up readings from the station&#039;s logger. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Possible Cure:&#039;&#039;&#039;&lt;br /&gt;
The purpose of the backup files is to allow Cumulus to be &#039;rewound&#039; to a particular point in time.  It simulates the situation where someone had closed Cumulus down at that point, and is only now starting it up again, and needs data to be downloaded from the station&#039;s logger to catch up to the present time. Obviously this cure will not work if your station type does not have a logger (one is needed for Cumulus to read old readings again).&lt;br /&gt;
*If you have only installed Cumulus a few days ago, or have just re-started Cumulus after it was stopped and encounter multiple &#039;&#039;rogue readings in the catch-up from the station logger&#039;&#039;; &#039;&#039;&#039;one possibility&#039;&#039;&#039; is to stop Cumulus and find the backup files that it took when you started it up (or just after the previous roll-over time), copy those files into the data folder, overwriting the ones that are there, then when you start it up again it could sort itself out.&lt;br /&gt;
The [[Diags]] log often contains useful information for sorting out what has been read, which values have been ignored, and which highs or lows may have been updated incorrectly. Note that automatic backups are made just after roll-over time because restarting Cumulus when there are no logger records to read before roll-over has been known to cause problems. Therefore, the backup to choose might be one with the date before when the problem occured, but remember that any calculations Cumulus makes are based on readings at least every minute when Cumulus is running, but for the catch up period such calculations can only use the readings available at your station&#039;s logging interval. Note if you choose a later backup and it does not work, you can always then repeat the &#039;rewind&#039; with a earlier backup.&lt;br /&gt;
&lt;br /&gt;
== I get very large amounts of rainfall shown, or other high readings ==&lt;br /&gt;
&lt;br /&gt;
Fine Offset stations have a habit of producing unbelievable readings, and Cumulus filters many of these out automatically. You can also use the &#039;spike removal&#039; settings on the calibration page, and Cumulus will then filter out large changes in readings. Please read the help for how to use these settings. Another possible explanation is that you have chosen the wrong station type in the Cumulus station settings. You should only select the &amp;quot;Fine Offset with UV/Light sensor&amp;quot; type if your station actually has SENSORS for these. Your station may have solar CHARGING, but this is not the same as having a solar SENSOR, and so you should choose the &amp;quot;Fine Offset (WH1080 etc)&amp;quot; type. Typically, stations which do have solar SENSORS have a model number which starts with a &#039;3&#039;, e.g. WS3080, and stations without solar sensors start with a &#039;1&#039; or &#039;2&#039;. Selecting the wrong type of station will cause Cumulus to misinterpret the logger data read from the station (which it uses when it starts up) and hence incorrect readings will result, typically when you restart Cumulus.&lt;br /&gt;
&lt;br /&gt;
== My station invented some rain that didn&#039;t really occur, and I want to set it to zero (or some other figure)  ==&lt;br /&gt;
&lt;br /&gt;
Cumulus does include some code to try to ignore some obvious rain errors. For example, if the station reports negative rain, Cumulus will normally ignore that, but if for 6 consecutive readings the rain cumulative count stays below what it was before, Cumulus will normally accept the new count as a new starting point. Because many positive values are realistic (see sub-answers), Cumulus generally will accept those as a result of accidental knocking of a tipping bucket gauge, due to wind effects on the gauge, or even due to the station electronics generating a rogue reading.&lt;br /&gt;
=== (Invented rain) Error in today&#039;s total===&lt;br /&gt;
#correct today&#039;s total using the &#039;today&#039;s rain&#039; editor on the edit menu.&lt;br /&gt;
#optionally stop Cumulus and edit [[today.ini]] to change the &#039;&#039;LastTip=&#039;&#039;(look up previous value in a recently backed up today.ini) parameter.&lt;br /&gt;
#Remember that &#039;ConsecutiveDryDays&#039; and &#039;ConsecutiveWetDays&#039; do not include today.&lt;br /&gt;
&lt;br /&gt;
=== (Invented rain) Error in yesterday&#039;s total ===&lt;br /&gt;
#edit the total for the relevant day in dayfile.txt, using the dayfile.txt editor on the edit menu.&lt;br /&gt;
#optionally edit yesterday&#039;s total (which is only held temporarily for display purposes) in [[today.ini]], while Cumulus is stopped.&lt;br /&gt;
=== (Invented rain) Error in total or high rainfall rate for any day before today ===&lt;br /&gt;
Just edit the total or rate for the relevant day in dayfile.txt, using the [[Cumulus_Screenshots#File.2FEdit.2FHelp_Menu|dayfile.txt]] editor on the edit menu.&lt;br /&gt;
&lt;br /&gt;
=== (Invented rain) Error in total, or extremes, for this month and/or this year ===&lt;br /&gt;
See next FAQ. Once you have corrected the daily totals (or high rainfall rates) in dayfile.txt, you can use the editors (on the edit menu) for &#039;This Month&#039; and &#039;This Year&#039; to fetch the corrected values from dayfile.txt (or enter figures manually).&lt;br /&gt;
&lt;br /&gt;
=== (Invented rain) Error in all-time records ===&lt;br /&gt;
See [[#How_do_I_correct_my_all-time_.28or_monthly_all-time.29_records.3F |this FAQ]].&lt;br /&gt;
&lt;br /&gt;
To see the previous value for all-time records see [[Alltimelog.txt]]. If your all-time records, or month-by-month all-time records have been affected, you can use the built-in editors. These can fetch the correct values once you have corrected dayfile.txt.&lt;br /&gt;
&lt;br /&gt;
===  (Invented rain and) Other rain figures ===&lt;br /&gt;
Note that other rain figures, such as &#039;rain last hour&#039; and &#039;rain last 24 hours&#039; depend on a sensible progression of the rain counter, so it&#039;s not easy to correct this; it&#039;s easier to wait until the erroneous figure is far enough in the past so as not to affect the calculation. If you really do want to try to correct it; you would need to stop Cumulus, then find and edit multiple field 11 (assuming date is field 0) the Cumulus &#039;rain counter&#039; values in the [[monthly_log_files]] in the current monthly log file so they are correct relative to the current value of the rain counter (i.e. the latest one logged).&lt;br /&gt;
&lt;br /&gt;
===  (Invented rain) Error prevention by Spike removal ===&lt;br /&gt;
#It is better to try to avoid spurious rain being recorded in the first place.&lt;br /&gt;
#Cumulus attempts to ignore large increases in the rain total automatically, and is quite often successful.&lt;br /&gt;
#For &#039;hourly rain&#039; and &#039;rain rate&#039;, you can set &#039;spike removal&#039; settings on the calibration settings screen. The value you set here, is the maximum change allowed between successive observations. Rain Rate corrections apply only to Fine Offset and La Crosse stations (which are known to occasionally produce faulty rain readings).&lt;br /&gt;
&lt;br /&gt;
===  (Invented rain) More information ===&lt;br /&gt;
There is more information about correcting rogue data elsewhere in the Wiki, in the pages about the [[:Category:Log_Files|log files]].&lt;br /&gt;
&lt;br /&gt;
== My monthly and/or annual rainfall totals are wrong  ==&lt;br /&gt;
&lt;br /&gt;
Cumulus calculates these when it is restarted, holds the values within memory, and increments them as required while it is running. This FAQ in the previous section [[#Where_does_Cumulus_get_its_this_month_and_this_year_rainfall_totals_from.3F]] has a concise description of how Cumulus calculates these figures.&lt;br /&gt;
&lt;br /&gt;
* The rainfall total shown on the &#039;&#039;This month&#039;&#039; screen within the &#039;&#039;&#039;View&#039;&#039;&#039; menu, is calculated from summing [[dayfile.txt]] totals for a selected month, and so for the default current month will exclude the current meteorological day.  The rainfall total for today so far is added for the web tag &#039;&#039;&amp;lt;#rmonth&amp;gt;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
* The rainfall total shown on the &#039;&#039;This year&#039;&#039;  screen within the &#039;&#039;&#039;View&#039;&#039;&#039; menu, is calculated from summing totals in dayfile.txt for a selected calendar year. For the default current year, it will exclude the current meteorological day.&lt;br /&gt;
&lt;br /&gt;
* The rainfall total reported by the &#039;&#039;&amp;lt;#ryear&amp;gt;&#039;&#039; web tag is for the rainfall season to date, it is calculated from taking today&#039;s rain and then adding the sum of the totals in dayfile.txt starting with the first (meteorological) day of the month specified in the &#039;rainfall season&#039; frame on the &#039;&#039;station settings&#039;&#039; screen within the &#039;&#039;&#039;Configuration&#039;&#039;&#039; menu, until the end of dayfile.txt is reached. So check you have specified the right starting month there before deciding the rainfall total shown is wrong. &lt;br /&gt;
&lt;br /&gt;
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 also on the [[Cumulus_Screenshots#Station|Station Configuration screen]].  Make sure you specify the first Cumulus operating year here, otherwise the extra will be added to the annual total for the wrong year!&lt;br /&gt;
&lt;br /&gt;
See immediately preceding FAQ [[#My_station_invented_some_rain_that_didn.27t_really_occur.2C_and_I_want_to_set_it_to_zero_.28or_some_other_figure.29 |correcting rainfall]]  for how to correct errors in total for particular days and how to correct the high extremes for the various periods.&lt;br /&gt;
&lt;br /&gt;
In all cases then restart Cumulus to get the monthly and annual totals recalculated from correct daily totals. &lt;br /&gt;
&lt;br /&gt;
If you need to correct within day values for trend graphs as well as the longer period totals, provided you know roughly when the rogue rainfall was recorded, find (and edit) it in the [[monthly_log_files]], field 11 (assuming date is field 0) is the count used to derive other parameters. Increasing the value in the count field, decreases the difference to the next (or current) count, and therefore reduces the rain in the in-between period.&lt;br /&gt;
&lt;br /&gt;
== The ‘gust’ line has disappeared from my graph  ==&lt;br /&gt;
&lt;br /&gt;
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. Depending on your weather station type, there are a few things you could try, to improve things. Decrease your station&#039;s logger interval, and if you have Cumulus calculating the wind speed average and you have a Fine Offset station, set &#039;Use speed for avg calculation&#039;.&lt;br /&gt;
&lt;br /&gt;
== My ‘gust’ values are the same as my ‘average’ wind speed values.  ==&lt;br /&gt;
&lt;br /&gt;
As above, you probably have Cumulus set to calculate a 10-minute average, and your station logger period is 10 minutes or longer, so your gust comes out the same as the average when using data from the logger. See the previous FAQ for suggestions on how to improve this.&lt;br /&gt;
&lt;br /&gt;
== I’ve just installed Cumulus, and it didn’t download all the old data from my weather station  ==&lt;br /&gt;
&lt;br /&gt;
Cumulus deliberately doesn’t attempt to download any data from before the point when you first run it. If you wish, although this isn&#039;t recommended, 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 (you will need to have run it at least once previously). Note that if you do this, it is at your own risk, and you will need to sort out any issues which may arise yourself.&lt;br /&gt;
&lt;br /&gt;
If you do this, you will probably need to edit your log files in the &#039;&#039;&#039;data&#039;&#039;&#039; folder as you may have duplicate entries and/or entries out of order. Your rain totals will almost certainly also be wrong - the total for &amp;quot;today&amp;quot; in particular. See the [[FAQ#My_station_invented_some_rain_that_didn.27t_really_occur.2C_and_I_want_to_set_it_to_zero_.28or_some_other_figure.29 |FAQ]] entry about correcting rainfall data. If you have only just started using Cumulus, you could delete all of the files in the data folder, and just create a simple today.ini as below. Then when you start Cumulus it will start again with just the data from the station&#039;s logger.&lt;br /&gt;
&lt;br /&gt;
Note that this method does not work for the Oregon WMR200 station. This station deletes logger entries when they are downloaded, and there is no mechanism for retrieving logger entries for a particular period - it just sends all the entries that it has. You may be able to circumvent this by creating a today.ini file in the data folder before you run Cumulus, with just this in it:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[General]&lt;br /&gt;
Date=10/04/2012&lt;br /&gt;
Timestamp=10/04/2012 10:00:00&lt;br /&gt;
CurrentYear=2012&lt;br /&gt;
CurrentMonth=4&lt;br /&gt;
CurrentDay=10&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Change the dates and time to match the point from which you want Cumulus to start downloading data. If the station has already sent the data, this may not work, unfortunately.&lt;br /&gt;
&lt;br /&gt;
If you stored data from your weather station (on another file-based system) before you first ran Cumulus, then you may be able to (using a text editor outside Cumulus) generate [[Monthly log files]] for the pre-Cumulus period.  See that Wiki article for more information on what you can then do with those files within Cumulus.&lt;br /&gt;
&lt;br /&gt;
== I have inserted pre-Cumulus data and now I get errors ==&lt;br /&gt;
&lt;br /&gt;
Probably some of your inserts used the wrong format (blank rows, fields with real numbers where integers expected, alternatively missing or duplicated fields). See [[:Category:Log_Files]]. Note that Cumulus will only flag errors in the log files that it reads (e.g. those relating to the period for which it displays trends graphs).  Check all the log files you have amended.&lt;br /&gt;
&lt;br /&gt;
== I have inserted pre-Cumulus data making &#039;Records began on&#039; date wrong ==&lt;br /&gt;
&lt;br /&gt;
Stop Cumulus and edit [[Cumulus.ini#Section:_Station | cumulus.ini (station section)]] within the main Cumulus folder. Change the &amp;quot;StartDate=&amp;quot; line. Be sure to use the same format for the date.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note&#039;&#039;&#039; &#039;&#039;StartDate=xxxx&#039;&#039; does &#039;&#039;not&#039;&#039; need to be updated for Cumulus to recognise earlier data in log files in its &#039;&#039;data&#039;&#039; subfolder.  &lt;br /&gt;
&lt;br /&gt;
It really represents &amp;quot;Cumulus began on&amp;quot;, so there is an alternative of leaving cumulus.ini unchanged, but editing default Cumulus &#039;&#039;recordsT.htm&#039;&#039; template twice:&lt;br /&gt;
*after the h2 heading is &#039;&#039;&amp;amp;lt;p&amp;amp;gt;Records began on &amp;lt;#recordsbegandate&amp;gt;. Here are the extremes recorded since then.&amp;amp;lt;/p&amp;amp;gt;&#039;&#039;;  you can replace &#039;&amp;lt;#recordsbegandate&amp;gt;&#039; with the new earliest date typed in as text; and&lt;br /&gt;
*at the start of the table is the &#039;&#039;&amp;amp;lt;caption&amp;amp;gt;Records Since &amp;lt;#recordsbegandate&amp;gt;&amp;amp;lt;/caption&amp;amp;gt;&#039;&#039;; replace the label &amp;quot;Records since&amp;quot; with &amp;quot;Cumulus began on&amp;quot; leaving the web tag unchanged.&lt;br /&gt;
&lt;br /&gt;
== Cumulus doesn’t show the same pressure as my Fine Offset console  ==&lt;br /&gt;
&lt;br /&gt;
Cumulus displays atmospheric pressure corrected to sea level. The console calls this ‘relative pressure’; it displays the letters &amp;quot;rel&amp;quot; when this is being displayed.  First of all, check&lt;br /&gt;
# that you are comparing the Cumulus display with the ‘relative’ pressure on your console,&lt;br /&gt;
# that only one copy of Cumulus is accessing the weather station (and no other software),&lt;br /&gt;
# that you do not have a &#039;EWpressureoffset=x.y&#039; line in the [Station] section of [[Cumulus.ini#Introduced_for_problems_with_Fine_Offset_family:| cumulus.ini]],&lt;br /&gt;
# and that you do not have a setting for pressure on the Cumulus calibration screen.&lt;br /&gt;
&lt;br /&gt;
The Fine Offset stations only store absolute/station pressure readings in their weather memory locations updated with each transmission and read by Cumulus. Within Cumulus, the software applies the adjustment to sea level before any further processing. It does &#039;&#039;not&#039;&#039; use the altitude setting in the cumulus station configuration screen.&lt;br /&gt;
Normally when Cumulus starts, it reads in [http://www.jim-easterbrook.me.uk/weather/mm/ the fixed block] in the console a pair of absolute/station pressure and relative/sea level pressure readings and uses the difference between these as the ‘offset’ in millibar for the station;  Cumulus uses this offset subsequently to calculate the sea level pressure (each time when reading the absolute pressure in the weather memory locations of the station), but it is possible to define the offset in cumulus.ini instead. &lt;br /&gt;
&lt;br /&gt;
Make sure that you have set your console&#039;s relative pressure correctly:&lt;br /&gt;
*for a push button operated model, press &#039;menu&#039; key 4 times for pressure mode, press &#039;enter&#039; to move to relative pressure setting, press &#039;up&#039; or &#039;down&#039; to adjust value.&lt;br /&gt;
*if your model uses a touch sensitive screen then it is probably tap the reading three times, then touch &#039;+&#039; or &#039;-&#039; to adjust value.&lt;br /&gt;
&lt;br /&gt;
The support forum includes discussion on where to find isobar charts or other sources to determine what the pressure should be.  Obviously after any adjustment you need to stop Cumulus, because it is when you restart it that Cumulus reads the new pressure offset.&lt;br /&gt;
&lt;br /&gt;
Sometimes the offset that cumulus reads from the fixed block is clearly garbage, so&lt;br /&gt;
# the cumulus error light is set,&lt;br /&gt;
# an error message suggests you check the station, and&lt;br /&gt;
# Cumulus uses zero offset instead as a best effort.&lt;br /&gt;
In this situation, Cumulus will display the same value as the &#039;absolute&#039; pressure on the console (no &amp;quot;rel&amp;quot; is displayed on the console when it is displaying absolute pressure). Often, if you restart Cumulus, it will then be able to read the correct value. If the problem happens often, you can circumvent it by editing cumulus.ini (while Cumulus is stopped), and in the [Station] section add an entry: &lt;br /&gt;
&lt;br /&gt;
 EWpressureoffset=x.y&lt;br /&gt;
&lt;br /&gt;
where x.y is your pressure offset. &#039;&#039;&#039;Cumulus will then use this instead of reading the fixed block offset from the station&#039;&#039;&#039;.  &lt;br /&gt;
&#039;&#039;&#039;Note&#039;&#039;&#039; that &#039;&#039;you must supply the offset in hPa&#039;&#039; (i.e. the millibar units that the station works with) and that this circumvention generally stops Cumulus from agreeing with the relative pressure displayed on the console.&lt;br /&gt;
&lt;br /&gt;
== My pressure suddenly dropped! Or suddenly increased!  ==&lt;br /&gt;
&lt;br /&gt;
If you have a Fine Offset station, and this happened when you (re)started Cumulus, it is quite likely a problem with reading the pressure &#039;offset&#039; from the station. See: &amp;quot;Cumulus doesn’t show the same pressure as my Fine Offset console&amp;quot; above.&lt;br /&gt;
&lt;br /&gt;
== I get an error when I try to view my all-time records. Also, they don’t appear on my web site  ==&lt;br /&gt;
&lt;br /&gt;
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. &lt;br /&gt;
&lt;br /&gt;
== I get an error when I close Cumulus  ==&lt;br /&gt;
&lt;br /&gt;
Cumulus does sometimes report an error when you close it. This does not appear to cause any problems, you can just close the error message. I don&#039;t seem to be able to do anything about this, as the &#039;crash&#039; is not in code that I have control over. You may be able to avoid this error by avoiding closing Cumulus while it is uploading to the internet. Please don&#039;t bother sending me a bug report about this. &lt;br /&gt;
&lt;br /&gt;
== My forecast says &amp;quot;Not available&amp;quot;  ==&lt;br /&gt;
&lt;br /&gt;
You can get Cumulus to create a simple forecast by selecting &#039;Cumulus Forecast&#039; on the Stations Settings screen. &lt;br /&gt;
&lt;br /&gt;
== My forecast always says &amp;quot;Exceptional Weather, Stormy, much precipitation&amp;quot;  ==&lt;br /&gt;
&lt;br /&gt;
You probably have incorrect Pressure Extreme settings in the Forecast section on the Station Settings window. Make sure that the values you have supplied match the units you have selected for the extremes. Note that the units for the extremes are not related to the units you have chosen for pressure display in Cumulus. The option of supplying mb/hPa or inHg for the extremes is merely a convenience; you can supply either, but the values and the units must of course match.&lt;br /&gt;
&lt;br /&gt;
== My computer hibernated/suspended, and I lost data/my graphs &#039;flat-lined&#039;  ==&lt;br /&gt;
&lt;br /&gt;
Cumulus can&#039;t cope with being suspended, it just carries on as normal after being woken. There is an option in the station settings to &#039;close on suspend&#039;, so Cumulus will close itself as a safety measure, if you forget to do it manually. Don&#039;t use the &#039;close on suspend&#039; option and the &#039;confirm shutdown&#039; option at the same time; this will cause problems. &lt;br /&gt;
&lt;br /&gt;
But I strongly recommend that you don&#039;t have your computer set to go into any form of standby while Cumulus is running - it&#039;s continuously gathering real-time data, after all, so it&#039;s a rather strange thing to do. &lt;br /&gt;
&lt;br /&gt;
== My heat index/humidex/wind chill is the same as my temperature  ==&lt;br /&gt;
&lt;br /&gt;
*Wind chill only applies when the average wind speed is above 4.8 kph &#039;&#039;&#039;and&#039;&#039;&#039; (by default in Cumulus as it should really always be set, but this is an option that can be unset) the temperature is below 10 degrees Celsius.  &lt;br /&gt;
*Heat index only applies when the temperature is above 27 degrees Celsius &#039;&#039;&#039;and&#039;&#039;&#039; the humidity is above 40%. &lt;br /&gt;
* Humidex does not have any &#039;cutoff&#039; values, but at low temperature and/or humidity it will give the same figure as ambient temperature.&lt;br /&gt;
&lt;br /&gt;
If heat index or wind chill is not applicable, Cumulus will set them the same as the ambient temperature.&lt;br /&gt;
&lt;br /&gt;
== Cumulus is showing a different wind speed compared to my console  ==&lt;br /&gt;
&lt;br /&gt;
You have probably misunderstood Cumulus processing of wind speeds, looking at different parameters, or different averaging periods.&lt;br /&gt;
*If you have a Davis weather station see [[#What_do_the_various_wind_speeds_in_Cumulus_correspond_to.2C_with_Davis_stations.3F]]&lt;br /&gt;
*If you have a Fine Offset station, see [[#What_do_the_various_wind_speeds_in_Cumulus_correspond_to.2C_with_Fine_Offset_stations.3F]] &lt;br /&gt;
* For Oregon Scientific and La Crosse stations see [[#How_do_I_set_up_recording_wind_speeds_in_Cumulus.2C_with_Oregon_Scientific_and_La_Crosse_stations]]&lt;br /&gt;
&lt;br /&gt;
Note that you can&#039;t compare the graphs drawn by Easyweather and Cumulus unless you are certain that they are plotting the same data. They can&#039;t both be running at the same time, so one would normally be plotting &#039;live&#039; data at a given interval, and the other will be plotting data downloaded from the station&#039;s logger. The wind speed will hence not normally be the same for a particular time on the graph as it may well have changed at the point that it is saved to the logger. The only situation where it &#039;&#039;would&#039;&#039; be valid to compare the graphs would be if neither were running at the times you are comparing, and both subsequently downloaded the same data from the logger.&lt;br /&gt;
&lt;br /&gt;
== I get error -32710 with Cumulus and my USB Davis station  ==&lt;br /&gt;
&lt;br /&gt;
The USB support in the Davis DLL which Cumulus uses doesn&#039;t seem to work. You need to use the CP210X USB/serial software which Davis supply, and use the station in serial mode. If you have previously been using your station with Weatherlink in USB mode, you will need to change to serial mode in Weatherlink before you can use the station with Cumulus. You can do this using [http://www.davisnet.com/support/weather/download/CP210X_USB_Serial_Converter_ver2.exe this utility from Davis]. See also this FAQ entry - http://wiki.sandaysoft.com/a/FAQ#How_do_I_get_my_Davis_station_with_USB_working_with_Cumulus.3F&lt;br /&gt;
&lt;br /&gt;
== When I start Cumulus, the graphs restart again each time and don&#039;t show the earlier data  ==&lt;br /&gt;
&lt;br /&gt;
You probably have an error in one or more data files. Look near the beginning of the latest file in the Diags folder for an error message which will tell you which file is in error and which line is causing the problem. It may simply be a blank line. Edit the file with Cumulus stopped. Note that you may need to repeat this process; only the first error is shown.&lt;br /&gt;
&lt;br /&gt;
This problem can also occur if you change your system format settings (date format, decimal and list separators etc). Again, check the diags file for a message about a number not being a valid floating point value.&lt;br /&gt;
&lt;br /&gt;
== The peak values on my graphs are not the same as my extreme values  ==&lt;br /&gt;
&lt;br /&gt;
The graphs are snapshots of the data, taken once a minute while Cumulus is running; it is not feasible to plot every data point. If the extreme value did not coincide exactly with the point at which the data was added to the graph, then it will not appear on the graph. The graphs are not intended to show all of the highs and lows, they are there to give an idea of the trends. This also applies to &#039;Select-A-Graph&#039;, which takes its data from the data logs; the highs and lows do not necessarily appear in the periodic data logs.&lt;br /&gt;
&lt;br /&gt;
This is most noticeable with wind gusts, the value of which can change rapidly, even over a period of a minute. The &#039;Plot latest gust&#039; setting causes the &#039;Latest&#039; figure (as shown on the main screen) to be plotted. What this figure represents exactly depends on your weather station type. This figure may vary rapidly, e.g. on Davis stations, it changes every 3 seconds or so. The graphs are plotted once a minute, and hence, with Davis stations, for example, there is approximately a one in 20 chance of any given &#039;latest&#039; figure actually being plotted.&lt;br /&gt;
&lt;br /&gt;
Cumulus also stores the peak value of the &#039;latest&#039; figure from the last 10 minutes. It calls this the &#039;gust&#039;, as this is a reasonable representation of a true &#039;gust&#039; figure. If you untick &#039;plot latest gust&#039;, it will plot this figure instead. As it contains the peak figure from the last 10 minutes, and the graph is plotted once a minute, plotting this value means that the high gust figure will always appear on the graph. The exception to this is with Davis stations, in the situation where the &#039;high gust&#039; figure has been read directly (as a way of ensuring that the high gust isn&#039;t missed) rather than by the usual reading of the current data. In this case, the gust is recorded as the high, but is not written to the current value, and hence does not appear on the graph, as it may be out of sequence with the current data.&lt;br /&gt;
&lt;br /&gt;
== My extreme values do not appear in the &#039;monthly&#039; data logs  ==&lt;br /&gt;
&lt;br /&gt;
The data logs are snapshots of the data, taken at the configured interval while Cumulus is running (or at the station&#039;s configured interval when data is read from the station&#039;s logger directly into the Cumulus monthly log). Cumulus, while it is running, reads the station frequently, detecting each change in observations, and can update extremes at each of these reading times.&lt;br /&gt;
&lt;br /&gt;
If the extreme value reading time did not immediately precede a time at which the data was logged, then it will not appear in the log. This is most noticeable with wind gusts, the value of which can change rapidly between log entries.&lt;br /&gt;
&lt;br /&gt;
Cumulus is designed to be kept running, if you only run it once a day, then the information it reads from the station&#039;s logger during catch up may miss extremes. For example &#039;&#039;when Cumulus reads the archive temperatures from a Davis station&#039;&#039;,  (in a compromise to allow Cumulus to have as much code as possible that is common to all weather station types) the design means that it ignores the first and second figures representing highest and lowest reported at each logged time, just reading the third figure that, depending on console configuration, is either the average value over the archive period or the final reading of the archive period (I don&#039;t know what the default is).&lt;br /&gt;
&lt;br /&gt;
== Cumulus takes a long time to download the data from my Davis station at start up  ==&lt;br /&gt;
&lt;br /&gt;
When Cumulus starts, it asks the station for all the data from the logger since the last time it was running. If the time-stamp that it supplies does not exactly match the time-stamp of an entry in the Davis logger, the station has a strange &#039;feature&#039; where it decides to send the entire contents of the logger. This will take some time to download, during which the Davis console display may appear to freeze. &lt;br /&gt;
#It is recommended that you enable the feature &#039;&#039;&#039;Synchronise station clock&#039;&#039;&#039; in the &#039;Settings&#039; block accessed from the &#039;&#039;Configuration&#039;&#039; menu  &#039;&#039;&#039;Station&#039;&#039;&#039; [[Cumulus_Screenshots#Station|Screen]].&lt;br /&gt;
#It is recommended that you set the logging interval in Cumulus (in the &#039;Data log interval&#039; block accessed from the &#039;&#039;Configuration&#039;&#039; menu  &#039;&#039;&#039;Station&#039;&#039;&#039; Screen) to the same interval as the station (the station interval can be changed using Weatherlink), then Cumulus will be able to make sure it uses a time-stamp that matches an entry in the logger. Note that this is mentioned in the &#039;&#039;&#039;readme.txt&#039;&#039;&#039; file that appears during the Cumulus installation, which you were asked to read at the time. If you didn&#039;t read it, it is strongly recommended that you do so now; it contains important information.&lt;br /&gt;
&lt;br /&gt;
== My Davis console clock is not exactly the same as my PC clock, but I have &amp;quot;Synchronise station clock&amp;quot; selected ==&lt;br /&gt;
&lt;br /&gt;
The Davis protocol only allows hours and minutes to be set, so there is always likely to be a difference of up to 60 seconds between the PC and the station.&lt;br /&gt;
&lt;br /&gt;
== Today is the shortest/longest day, but Cumulus says that tomorrow will be a few seconds shorter/longer  ==&lt;br /&gt;
&lt;br /&gt;
The routines I use to calculate (at midnight GMT) the length of the day aren&#039;t really suitable for this level of accuracy and may use the previous day in one parameter. I don&#039;t consider it an issue.&lt;br /&gt;
&lt;br /&gt;
== Cumulus got the forecast wrong!  ==&lt;br /&gt;
&lt;br /&gt;
Cumulus uses a forecast based on the Zambretti Forecaster (see Google). I didn&#039;t design the algorithm myself and to be honest I don&#039;t know how it works, so I can&#039;t answer any questions about it. Note that this is a &#039;forecast&#039; for the following 12 hours or so; it is not a &#039;nowcast&#039; (what the weather is doing now). Please regard the forecast as &#039;for entertainment purposes only&#039;. Do not base any decisions on it, and bear in mind that it is a very simple calculation based on only a few basic parameters. Some people get reasonable results, others do not. You can try tweaking the pressure extreme settings (in the Forecast section in the station settings), but don&#039;t expect the forecast to be as good as that provided by the weather agencies which have invested millions in their forecasting systems.&lt;br /&gt;
&lt;br /&gt;
== I only see one set of points on the wind direction graph  ==&lt;br /&gt;
&lt;br /&gt;
This happens just after you restart Cumulus, if the data came from the weather station&#039;s logger (i.e. Cumulus hasn&#039;t been running for a while). Weather stations only supply a &#039;current&#039; direction, and Cumulus calculates the average direction when running &#039;live&#039;.  So there is only one set of data available to be plotted, if it comes from the station logger.&lt;br /&gt;
&lt;br /&gt;
== My average wind bearing remains at zero ==&lt;br /&gt;
&lt;br /&gt;
Cumulus will always show zero average bearing when the average wind speed is zero (it can&#039;t be otherwise because it&#039;s calculated using the wind speed). In addition, it will show zero current bearing when the current wind speed is zero if you have &#039;&#039;use bearing zero when calm&#039;&#039; selected in the [[Cumulus_Screenshots#Station|station]] settings (accessible from &#039;&#039;&#039;Configuration&#039;&#039;&#039; menu).&lt;br /&gt;
&lt;br /&gt;
This also happens if your anemonmeter has a fault.&lt;br /&gt;
&lt;br /&gt;
== My graphs appear to be plotted less frequently just after Cumulus starts up  ==&lt;br /&gt;
&lt;br /&gt;
When running live, Cumulus plots data at 1-minute intervals. When it starts up, it pre-fills the graphs with data from the log files, which generally (depending on how you have Cumulus and your station configured) will be at less frequent intervals. &lt;br /&gt;
&lt;br /&gt;
== I closed Cumulus, the &#039;please wait&#039; form appeared, but Cumulus didn&#039;t close, even after several minutes  ==&lt;br /&gt;
&lt;br /&gt;
If you&#039;ve closed Cumulus shortly after it has downloaded a lot of data from the logger, it can take a while for the logging thread to get everything written away to disk, and Cumulus won&#039;t close until this has completed. However, in some circumstances, there seems to be a situation where Cumulus will never close, so you will need to close it with task manager. If you think you know what conditions cause this to happen, please let me know. &lt;br /&gt;
&lt;br /&gt;
== Cumulus isn&#039;t logging data at the interval that I set  ==&lt;br /&gt;
&lt;br /&gt;
It logs data at the interval you have configured, while it is running. If there is data to read from the station logger at start up, each logger entry is logged to the Cumulus log files, so those entries will be at the logger interval that you have configured in your station.&lt;br /&gt;
&lt;br /&gt;
== Cumulus takes a very long time to shut down ==&lt;br /&gt;
&lt;br /&gt;
You may have closed it very soon after starting it up, when it had a lot of data to download from the station logger, and you use Weather Underground. From version 1.9.1  there is a facility where it &#039;catches up&#039; with data that hasn&#039;t been uploaded to Weather Underground while it hasn&#039;t been running. This takes a little while, and if you close it while it is doing it, it will take a long time for all of the updates to time out. You need to give it sufficient time to finish the upload. From version 1.9.2, there is a &#039;catch up&#039; light which shows that the upload is taking place, and the &#039;catch up&#039; is optional&#039;; and it will abort much more quickly if you still close it while the catch up is taking place. &lt;br /&gt;
&lt;br /&gt;
== My temperature Min/Max/Avg graph is empty ==&lt;br /&gt;
&lt;br /&gt;
The most likely explanation is that you have only recently started running Cumulus (in the last day or two). It adds new values to this graph at the end of each day; it wouldn&#039;t make sense to add a value part of the way through the day, and you need a few points to be plotted before the graph starts to take shape. You need to wait until you have been running Cumulus for a few days.&lt;br /&gt;
&lt;br /&gt;
If you&#039;ve been running Cumulus for more than a few days, but the graph is still empty, the most likely explanation is that it was unable to read your dayfile.txt file. Look at the latest file in the &#039;diags&#039; folder (the files are plain text) for error messages mentioning dayfile.txt.&lt;br /&gt;
&lt;br /&gt;
== The longest dry/wet spell for this month/year includes days from last month/year ==&lt;br /&gt;
&lt;br /&gt;
This is intentional. I decided that it didn&#039;t make sense to arbitrarily chop off a dry/wet spell at the start of the month/year, as then the figure is meaningless. So the figures are to be interpreted as &amp;quot;the longest dry/wet spell which includes this month/year&amp;quot;. I note that other software takes the same approach.&lt;br /&gt;
&lt;br /&gt;
== Cumulus isn&#039;t performing periodic tasks, like data logging or web uploads ==&lt;br /&gt;
&lt;br /&gt;
Cumulus assumes a certain level of weather station functionality. It checks that it has received data from a number of sensors (e.g. pressure and outside temperature) before it starts periodic calculations, logging, uploading to the web, or drawing graphs. This is an attempt to make sure that bad data is not logged. If your weather station is not fully functional, you will not be able to use Cumulus fully. &lt;br /&gt;
&lt;br /&gt;
You can over-ride the start up check by adding a line to the [Station] section of [[Cumulus.ini#Section:_Station|cumulus.ini]], thus: &#039;&#039;NoSensorCheck=1&#039;&#039;&lt;br /&gt;
(You need to do this while Cumulus is stopped). Note that you are likely to get bad data logged if you do this.&lt;br /&gt;
&lt;br /&gt;
== I&#039;ve changed my Twitter password, and now Cumulus won&#039;t update Twitter ==&lt;br /&gt;
&lt;br /&gt;
You need to force Cumulus to re-authenticate with Twitter. Stop Cumulus and edit cumulus.ini. Find the [Twitter] section, and &#039;&#039;&#039;delete&#039;&#039;&#039; the lines which start&lt;br /&gt;
&lt;br /&gt;
OauthToken=&lt;br /&gt;
 &lt;br /&gt;
OauthTokenSecret=&lt;br /&gt;
&lt;br /&gt;
Start Cumulus and it should be able to update Twitter again.&lt;br /&gt;
&lt;br /&gt;
== When I start Cumulus, I get the error message &amp;quot;The station is not initialised&amp;quot; ==&lt;br /&gt;
&lt;br /&gt;
For Fine Offset stations, when Cumulus starts up, it checks the first two bytes of the station&#039;s memory. They are supposed to contain the values Hex 55 and Hex AA to indicate that the station has initialised itself correctly. If they do not, then presumably the station has had some kind of internal problem, so Cumulus doesn&#039;t try to read any data from it. A reset of the station normally fixes this - remove the batteries and the USB cable; but note that you will almost certainly lose any stored data in the logger.&lt;br /&gt;
&lt;br /&gt;
If you want to force Cumulus to ignore this check (not recommended), edit cumulus.ini and add a line to the [Station] section: &#039;&#039;EWdisablecheckinit=1&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
You will most likely not have any success with this, as your station memory is probably corrupted anyway.&lt;br /&gt;
&lt;br /&gt;
Note that for this setting to work, you need to be using version 1.9.3, build 1034 or later.&lt;br /&gt;
&lt;br /&gt;
== How do I correct today&#039;s or yesterday&#039;s highs and lows? ==&lt;br /&gt;
&lt;br /&gt;
Today&#039;s totals, highs and lows (and yesterday&#039;s rain total) are held in [[today.ini]] in the Cumulus data folder. Yesterday&#039;s totals (including RG11 rain but not standard rain), highs and lows are held in [[yesterday.ini]]. Follow the cross-references if you are unsure which parameter is what. To change any values, stop Cumulus and edit the file(s) in a text editor. Be sure to keep any date and time formats the same. If you are editing yesterday&#039;s highs and lows, you might also need to edit [[Dayfile.txt#Editing_daily_summary_in_Cumulus|dayfile.txt]], as the same values will probably have been written to that file. You can use the [[Cumulus_Screenshots#File.2FEdit.2FHelp_Menu|built-in dayfile editor]] in Cumulus to do this. If your all-time and/or monthly all-time records have been affected, see the [[#How_do_I_correct_my_all-time_.28or_monthly_all-time.29_records.3F|FAQ entry below]].&lt;br /&gt;
&lt;br /&gt;
If the value you want to change is today&#039;s high hourly rain figure, it is best to wait until the current figure has returned to a sensible value. There is no easy way to correct the current figure, so if you change it in today.ini while the current figure is incorrect, the high value in today.ini will immediately be changed again when you start Cumulus.  More information about correcting rain [[#My_station_invented_some_rain_that_didn.27t_really_occur.2C_and_I_want_to_set_it_to_zero_.28or_some_other_figure.29 |in this FAQ]].&lt;br /&gt;
&lt;br /&gt;
If the problem occurred because Cumulus wasn&#039;t able to download the data from the station&#039;s logger when you started it up in the morning (or perhaps you turned off the &#039;use data logger&#039; setting for some reason), you can get it to try again by &#039;rewinding&#039; to the time when you started Cumulus, and allowing it to try again. Cumulus takes a copy of the current files each time it starts up, and puts them in a folder in the backup folder in the Cumulus installation. Stop Cumulus, and find the backup folder with the appropriate timestamp, and copy all of the files from the backup folder into the Cumulus data folder, and start Cumulus up again.&lt;br /&gt;
&lt;br /&gt;
== How do I correct my all-time (or monthly all-time) records? ==&lt;br /&gt;
&lt;br /&gt;
Use the editor in Cumulus - on the Edit menu. If you know the correct figures, you can enter them manually.&lt;br /&gt;
*You can look at the [[Alltimelog.txt]] file to find the previous values for the [[Monthlyalltime.ini|all-time records]].&lt;br /&gt;
*Similar entries are logged to the [[diags]] files for the monthly highs and lows in [[month.ini]]. &lt;br /&gt;
*You can also get the editor to scan the [[dayfile.txt|daily summary log]] and [[Monthly_log_files]] to find the highs and lows from those files, click the Help button for details. Note that to use this facility you first need to correct any incorrect values in the files being scanned; you can use the built-in editor in Cumulus to edit dayfile.txt.&lt;br /&gt;
&lt;br /&gt;
Cumulus takes a backup of all the active data files when it starts up, and also at the start of the meteorological day (just after midnight for a lot of users). The backups are kept in folders within the backup sub-folder in the Cumulus installation. So an alternative method would be to find the latest backup from before the error occurred, and copy the &#039;&#039;alltime.txt&#039;&#039; and/or &#039;&#039;monthlyalltime.txt&#039;&#039; file from the backup to the Cumulus data folder. Do this with Cumulus stopped.&lt;br /&gt;
&lt;br /&gt;
There is more information in [[:Category:Log_Files]], on the page for each type of file.&lt;br /&gt;
&lt;br /&gt;
== It&#039;s January 1st and my &#039;rain since midnight&#039; and/or &#039;last 24 hours rain&#039; and/or Evapotranspiration are wrong/negative ==&lt;br /&gt;
&lt;br /&gt;
You are probably using a Davis station. Cumulus needs an incrementing rain counter to calculate all of the rain figures, and the nearest to that on a Davis station is the annual total. When this resets at the end of the year, this causes some of the rain data to show odd values for a day. You will notice this particularly if you use an 0900 start of meteorological day, as the &#039;rain since midnight&#039; figure is used for services such as Weather Underground. There&#039;s no easy solution to this, sorry.&lt;br /&gt;
&lt;br /&gt;
== Cumulus stops at the &amp;quot;Downloading data&amp;quot; screen ==&lt;br /&gt;
&lt;br /&gt;
If you have a Fine Offset station, this is probably caused by the station&#039;s interface locking up. You should be able to get it going again by doing a reset - remove batteries and the USB cable. Recent Fine Offset models have a problem where they can lock up frequently, requiring a reset. From version 1.9.3 of Cumulus onwards, there is an option to synchronise the reading of data with the console writing the data, to avoid doing both at the same time, and this seems to avoid most lockups. The setting is &amp;quot;Synchronise Fine Offset reads&amp;quot; on the station settings screen.&lt;br /&gt;
&lt;br /&gt;
If you look in the status bar at the bottom of the Cumulus window, there may a message &amp;quot;Error: no response&amp;quot;; this would confirm that the station has locked up and needs resetting.&lt;br /&gt;
&lt;br /&gt;
== Cumulus locks up when it starts and I have to use the task manager to kill it ==&lt;br /&gt;
&lt;br /&gt;
If you have a &#039;&#039;Fine Offset station&#039;&#039;, this is most likely caused by the station&#039;s interface locking up, i.e the station has stopped communicating with the PC.&lt;br /&gt;
&lt;br /&gt;
The problem where Cumulus locks up when the Fine Offset station doesn&#039;t respond is fixed in version 1.9.4. If you look in the status bar at the bottom of the Cumulus main window, there may be a message &amp;quot;Error: no response&amp;quot;; this would confirm that the station has locked up and needs resetting.&lt;br /&gt;
&lt;br /&gt;
You should be able to get the station going again by doing a reset - either remove console batteries and the USB cable or press the reset button hidden below the small hole (on 1081-based models, above the top RH corner of the battery cover). Recently manufactured Fine Offset models have a problem where they can lock up frequently, requiring a power reset. From version 1.9.3 of Cumulus onwards, there is an option on &#039;&#039;station settings screen&#039;&#039; to &#039;&#039;&#039;Synchronise Fine Offset Reads&#039;&#039;&#039; (Cumulus reading data from console) with the timing of received transmissions from sensors updating the data, to avoid doing both at the same time, and this seems to avoid most lockups.&lt;br /&gt;
&lt;br /&gt;
== Error messages with &amp;quot;Error on line...&amp;quot; or &amp;quot;Error at line...&amp;quot; ==&lt;br /&gt;
&lt;br /&gt;
These are corruptions in the log files, typically caused by Cumulus being unexpectedly closed (e.g. killed using Task Manager, or a PC reboot) while it is writing to the log files, but there can be other causes. The error message may say something like &amp;quot;List index out of bounds&amp;quot;. The error message will name the affected file(s) and the affected line number(s).&lt;br /&gt;
&lt;br /&gt;
Stop Cumulus and open the named file(s) in a good text editor, such as Notepad++. Do not use Notepad. At the line number(s) mentioned correct the error(s), which will be obvious as the lines won&#039;t look like the other lines, they will be blank or have garbage characters, or perhaps two lines have been run together. Save the file(s) and start Cumulus again.&lt;br /&gt;
&lt;br /&gt;
== Cumulus gives an error and won&#039;t run on my HP computer ==&lt;br /&gt;
&lt;br /&gt;
It&#039;s a known problem with HP computers; they have missing fonts. One solution is to install [http://www.microsoft.com/en-us/download/details.aspx?DisplayLang=en&amp;amp;id=16083 this font update] from Microsoft. It appears that computers other than HP can have the same font issue, so it is worth installing the font update anyway, if you get a problem where Cumulus won&#039;t start.&lt;br /&gt;
&lt;br /&gt;
== The headings or data look wrong in the data log viewer ==&lt;br /&gt;
&lt;br /&gt;
You&#039;re probably trying to view the wrong type of file. Use [[Cumulus_Screenshots|menus]] on main screen.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;View | Data logs&amp;quot; is only for the monthly data logs, e.g. Oct13log.txt, &amp;quot;View | Extra data logs&amp;quot; is for &amp;quot;extra&amp;quot; data logs, e.g. ExtraLog201310.txt, and if you want to view the daily summaries in dayfile.txt, use the dayfile.txt editor - &amp;quot;Edit | dayfile.txt&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
== The wind rose in Cumulus does not display anything with my Fine Offset ==&lt;br /&gt;
&lt;br /&gt;
The Fine Offset weather stations are supposed to supply data for 16 wind directions, however the design is such that most of them only actually use 8 of the possible 16. Try setting the wind rose to only display 8 directions by setting the &#039;wind rose points&#039; value to 8 on the display settings screen.&lt;br /&gt;
&lt;br /&gt;
== I&#039;ve set the graph background to white, but there&#039;s a problem with the small wind direction graph ==&lt;br /&gt;
&lt;br /&gt;
This appears to be an issue with the third party chart component. The work around is to choose a gradient background and set all three colours in the gradient to white.&lt;br /&gt;
&lt;br /&gt;
== My Weather Underground tabular data interval is not the same as the interval I&#039;ve set in Cumulus (I&#039;m using Rapid Fire) ==&lt;br /&gt;
&lt;br /&gt;
If you have selected &#039;rapid fire&#039;, the data is uploaded every 5 seconds, and the interval you configure in Cumulus is not used. Weather Underground decide how often your tabular data is logged when using rapid fire, not Cumulus.&lt;br /&gt;
&lt;br /&gt;
== My WU or PWS highest and lowest do not match Cumulus ==&lt;br /&gt;
&lt;br /&gt;
Note that Cumulus does not send minimum and maximum values to PWS and WU, they determine those themselves from the individual values that Cumulus sends.&lt;br /&gt;
&lt;br /&gt;
== My monthly (month-by-month) all-time records don&#039;t have entries for all of the months that I have been using Cumulus ==&lt;br /&gt;
&lt;br /&gt;
You need to initialise them. See the release announcement for version 1.9.3, which is when this facility was introduced: http://sandaysoft.com/forum/viewtopic.php?f=2&amp;amp;t=9286&lt;br /&gt;
&lt;br /&gt;
You only need to do this once; when you have initialised them, Cumulus will keep them up to date thereafter.&lt;br /&gt;
&lt;br /&gt;
== I am getting I/O error 32 or I/O error 103 ==&lt;br /&gt;
&lt;br /&gt;
I/O error 32 = ERROR_SHARING_VIOLATION; &amp;amp;nbsp; I/O error 103 = &#039;file not open&#039; mean something on your system has one of the Cumulus files open, preventing Cumulus writing to it (Cumulus needs exclusive access).  If you are seeing &amp;quot;file access denied&amp;quot;, you may have a permissions problem.&lt;br /&gt;
Possible reasons for locked files:&lt;br /&gt;
# Anti-virus, or back-up, software scanning/accessing the file (this is the cause in almost all cases that I&#039;ve seen).&lt;br /&gt;
# An edit or file transfer in progress (the Cumulus thread for logging and the Cumulus thread for FTP are independent so can overlap). This is likely to happen if you are getting Cumulus to frequently upload the log file to your web site.&lt;br /&gt;
# Some other software that a user is running which is processing the file in some way.&lt;br /&gt;
# More than one instance of Cumulus running (see [[#Can_I_run_2_copies_of_Cumulus.3F]]).&lt;br /&gt;
# An issue with the system clock on the PC.&lt;br /&gt;
&lt;br /&gt;
== I have problems after upgrading to Windows 10 ==&lt;br /&gt;
See this forum post - http://sandaysoft.com/forum/viewtopic.php?f=2&amp;amp;t=14148&lt;br /&gt;
&lt;br /&gt;
= Website =&lt;br /&gt;
&lt;br /&gt;
== How do I set up a website? ==&lt;br /&gt;
The crucial settings are selected on the &#039;&#039;Internet&#039;&#039; screen in the &#039;&#039;&#039;Configuration&#039;&#039;&#039; menu. &lt;br /&gt;
*On the &#039;&#039;Sites/Options&#039;&#039; tab, you must have &#039;&#039;&#039;Auto Update&#039;&#039;&#039; selected if you want Cumulus to generate web pages at the standard interval.  Other parameters will depend on your particular set-up, but are explained in the Cumulus &#039;&#039;&#039;Help&#039;&#039;&#039; and in Wiki pages starting with [[Website_setup]] and following links as required. &lt;br /&gt;
*On the &#039;&#039;Files&#039;&#039; tab, you select whether to use the standard Cumulus templates and images, or specify your own templates and destinations.&lt;br /&gt;
&lt;br /&gt;
== I’ve configured my ftp details but the web pages aren’t appearing on my site  ==&lt;br /&gt;
&lt;br /&gt;
Try setting ‘use active FTP mode’. If you already have it set, try unsetting it. If it was previously working OK, something may have changed on your network, or at the server end.&lt;br /&gt;
&lt;br /&gt;
== I’ve tried active FTP mode, but my web pages (or my realtime.txt file) still don’t appear?  ==&lt;br /&gt;
&lt;br /&gt;
Are you absolutely sure you have set the ftp path correctly? Most problems like this are a result of an incorrect path. Note that the information in the &#039;FTP progress&#039; window is not generally useful for diagnosing upload issues&#039; try turning on the ftp logging (on the Configuration menu) and look in the ftplog.txt and realtimeftplog.txt files (in the Cumulus folder). It is best to supply a relative path - i.e. with no leading &#039;slash&#039;. Please don&#039;t ask me what path you need to supply, it is impossible for me to guess how your web space is set up. If you cannot work it out, ask your web space provider for help.&lt;br /&gt;
&lt;br /&gt;
== How do I replace the &#039;bird&#039; image on my website? ==&lt;br /&gt;
&lt;br /&gt;
There are several ways to change the image of the &#039;bird&#039; on the standard Cumulus web page.  You will need a [[FTP tool]].&lt;br /&gt;
* The simplest way is to upload a new picture to the images folder of your website; the file should be called picture.jpg.   Please ensure the image is not too large and bear in mind it will appear on the bottom left of the page; the site data may cover some of the image.  As a guide, the default image is 600 x 450 pixels.&lt;br /&gt;
* Secondly, you may upload an image using your own file name.  Edit the &#039;&#039;weatherstyle.css&#039;&#039; file and look for the line &amp;lt;tt&amp;gt;background-image: url(images/picture.jpg);&amp;lt;/tt&amp;gt; around line 9 and adjust as necessary.  Upload the edited css file to your website.&lt;br /&gt;
* if you wish to remove the image completely edit the &#039;&#039;weatherstyle.css&#039;&#039; file and remove the line &amp;lt;tt&amp;gt;background-image: url(images/picture.jpg);&amp;lt;/tt&amp;gt;  Upload the edited css file to to your website.&lt;br /&gt;
&lt;br /&gt;
NOTE: It is not recommended that you overwrite the image in your local folder (webfiles\images\picture.jpg) because that gets overwritten when you update to a new build of Cumulus. Ideally your image will be in its own local folder outside the Cumulus structure.&lt;br /&gt;
&lt;br /&gt;
== Why does the heading say &#039;weather weather&#039; ? ==&lt;br /&gt;
&lt;br /&gt;
The standard first template page contains &#039;&#039;&#039;&amp;amp;lt;h1&amp;amp;gt;&amp;amp;lt;#location&amp;amp;gt; weather&amp;amp;lt;/h1&amp;amp;gt;&#039;&#039;&#039;, so do not include &#039;weather&#039; in your station name (this is what the tag &amp;amp;lt;#location&amp;amp;gt; represents, see next answer) to avoid it being duplicated.&lt;br /&gt;
&lt;br /&gt;
== How do I change the &amp;quot;Welcome to.&amp;quot; on the front page ==&lt;br /&gt;
&lt;br /&gt;
The Welcome message is controlled within Cumulus.  Click on the &#039;&#039;Station&#039;&#039; screen in &#039;&#039;&#039;Configuration&#039;&#039;&#039; menu and Edit the &#039;&#039;&#039;Description&#039;&#039;&#039; field within the Location frame to amend what the tag &amp;lt;#longlocation&amp;gt; represents in &amp;quot;Welcome to &amp;amp;lt;#longlocation&amp;amp;gt;.&amp;quot; on template page.&lt;br /&gt;
&lt;br /&gt;
== I don&#039;t have a solar sensor. How do I remove the solar data from the supplied web templates? ==&lt;br /&gt;
Locate the Cumulus &#039;web&#039; folder on your PC and edit the following files (there are comments in the html to guide you):&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;indexT.htm&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Remove the following code:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
  &amp;lt;!-- Solar data. If you don&#039;t have a solar sensor, you may wish to delete everything from here to the next comment --&amp;gt;&lt;br /&gt;
  &amp;lt;tr class=&amp;quot;td_temperature_data&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;Solar Radiation&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;&amp;lt;#SolarRad&amp;gt;&amp;amp;nbsp;W/m&amp;amp;sup2;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;Evapotranspiration Today&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;&amp;lt;#ET&amp;gt;&amp;amp;nbsp;&amp;lt;#rainunit&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;/tr&amp;gt;&lt;br /&gt;
  &amp;lt;!-- End of solar data --&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;todayT.htm&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
Remove the following code:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
    &amp;lt;!-- Solar data. If you don&#039;t have a solar sensor, you may wish to delete everything from here to the next comment --&amp;gt;&lt;br /&gt;
    &amp;lt;tr class=&amp;quot;td_temperature_data&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;td&amp;gt;Hours&amp;amp;nbsp;of&amp;amp;nbsp;Sunshine&amp;lt;/td&amp;gt;&lt;br /&gt;
      &amp;lt;td&amp;gt;&amp;lt;#SunshineHours&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
      &amp;lt;td&amp;gt;&amp;amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;!-- End of solar data --&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;yesterdayT.htm&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Remove the following code:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
    &amp;lt;!-- Solar data. If you don&#039;t have a solar sensor, you may wish to delete everything from here to the next comment --&amp;gt;&lt;br /&gt;
    &amp;lt;tr class=&amp;quot;td_temperature_data&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;td&amp;gt;Hours&amp;amp;nbsp;of&amp;amp;nbsp;Sunshine&amp;lt;/td&amp;gt;&lt;br /&gt;
      &amp;lt;td&amp;gt;&amp;lt;#YSunshineHours&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
      &amp;lt;td&amp;gt;&amp;amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;!-- End of solar data --&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== How do I remove Inside Temperature graph or add solar/UV/sunshine? ==&lt;br /&gt;
&lt;br /&gt;
Locate the Cumulus &#039;web&#039; folder on your PC and edit the following file:&lt;br /&gt;
&#039;&#039;&#039;trendsT.htm&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Modify the following code:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
    &amp;lt;td class=&amp;quot;td_thumbnails&amp;quot;&amp;gt;&amp;lt;a onclick=&#039;changeImage(&amp;quot;images/intemp.png&amp;quot;)&#039;&amp;gt;&amp;lt;img src=&amp;quot;images/intempsm.png&amp;quot; alt=&amp;quot;Inside Temperature Graph Thumbnail&amp;quot; width=&amp;quot;150&amp;quot; height=&amp;quot;100&amp;quot; style=&amp;quot;border:0&amp;quot; /&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
*To simply remove &#039;&#039;&#039;Inside Temperature&#039;&#039;&#039; graph, change code above to this&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
*If you want to stop Cumulus uploading the indoor temperature graph, you can un-tick &#039;Include standard images&#039; on the &#039;files&#039; tab of the internet settings, and list all of the images that you still want to be uploaded as extra files. As there will likely be more than 10 files, you would need to do this by editing Cumulus.ini.&lt;br /&gt;
*To show solar instead, replace &#039;intemp.png&#039; with &#039;solar.png&#039;, replace &#039;intempsm.png&#039; with &#039;solarsm.png&#039;, and change the wording of the value associated with the alt property.&lt;br /&gt;
*To make Cumulus upload the solar graph, select it on the &#039;files&#039; tab of the internet settings.&lt;br /&gt;
*To show sunshine instead, replace &#039;intemp.png&#039; with &#039;sunshine.png&#039;, replace &#039;intempsm.png&#039; with &#039;sunshinesm.png&#039;, and change the wording of the value associated with the alt property.&lt;br /&gt;
*To make Cumulus upload the sunshine graph, select it on the &#039;files&#039; tab of the internet settings.&lt;br /&gt;
*To show UV instead, replace &#039;intemp.png&#039; with &#039;uv.png&#039;, replace &#039;intempsm.png&#039; with &#039;uvsm.png&#039;, and change the wording of the value associated with the alt property.&lt;br /&gt;
*To make Cumulus upload the UV graph, select it on the &#039;files&#039; tab of the internet settings.&lt;br /&gt;
&lt;br /&gt;
If you want to do more than a straight one for one swap see [[Customised_templates#Slightly_less_simple_customisation_of_trendsT.htm| customisation page here]].&lt;br /&gt;
&lt;br /&gt;
== How do I include extra items on supplied web templates? ==&lt;br /&gt;
&lt;br /&gt;
Open the folder cumulus\web and edit the relevant file named xxxxxT.htm.  For example instead of deleting the sections in the [[#I don&#039;t have a solar sensor. How do I remove the solar data from the supplied web templates?|remove solar answer]], edit their contents.&lt;br /&gt;
See [[Customised_templates#Changing_the_Standard_Templates]] for fuller description.&lt;br /&gt;
&lt;br /&gt;
If you do change the standard templates, take a copy of your new versions, and store elsewhere.&lt;br /&gt;
The sub-folder cumulus\web\originals has copies of the standard templates from the installed build, do not edit these.&lt;br /&gt;
When you install a new build of Cumulus, you have an option to replace or not replace the contents of cumulus\web with the new build&#039;s standard templates.&lt;br /&gt;
&lt;br /&gt;
== How do I upload extra web pages? ==&lt;br /&gt;
&lt;br /&gt;
See Cumulus help for the Internet Settings screen, or for a step-by-step guide see [[Customised_templates#What_to_select_on_the_.27Files.27_tab_of_the_Internet_Settings_screen_within_the_.27Configuration.27_menu]]&lt;br /&gt;
&lt;br /&gt;
== What character encoding does Cumulus use for the web pages it generates? ==&lt;br /&gt;
&lt;br /&gt;
Cumulus 1.9.4 build 1093 changed all the template pages from XHTML 1.0 Transitional using charset=iso-8859-1 encoding to HTML 5 using charset=&amp;quot;UTF-8&amp;quot; encoding. It uses this without [http://en.wikipedia.org/wiki/Byte_order_mark Byte Order Mark] (BOM).&lt;br /&gt;
&lt;br /&gt;
From that build, you can tell Cumulus which of those two encodings to use:&lt;br /&gt;
*For standard template names in standard &#039;cumulus\web&#039; folder, if you replace them with customised templates not using [http://en.wikipedia.org/wiki/UTF-8 &amp;quot;Universal Character Set Transformation Format — 8-bit&amp;quot; (UTF-8)], &lt;br /&gt;
**unselect &#039;&#039;&#039;UTF-8 encode&#039;&#039;&#039; in the web settings frame on the Sites/Options tab of Internet settings screen in Configuration menu. &lt;br /&gt;
**Cumulus will then, as in earlier builds, use [http://en.wikipedia.org/wiki/ISO-8859-1 iso-8859-1] encoding.&lt;br /&gt;
*For extra templates, the Files tab of the Internet settings screen in Configuration menu has the option to choose which of the two Cumulus encodings to use.  See Wiki article referenced in previous answer.&lt;br /&gt;
&lt;br /&gt;
Note that since Cumulus 1.9.4 build 1078 there has been an option on the NOAA Setup screen in Configuration menu to specify whether character set utf-8 encoding is to be used for those reports.&lt;br /&gt;
&lt;br /&gt;
== Why does a standard gauges web page have text where it should show gauges? ==&lt;br /&gt;
&lt;br /&gt;
[[File:Gauges missing.jpg]] If a standard Cumulus &#039;gauges.htm&#039; web page displays like this then either&lt;br /&gt;
&lt;br /&gt;
1) (Most Likely) The weather station owner has not loaded the required files/folders onto his/her server; &lt;br /&gt;
* The gauges graphics require the &#039;images&#039; subfolder (see next answer), containing the script and many images to be pre-loaded in the &#039;dbimages&#039; subfolder.&lt;br /&gt;
* All these should exist within the destination folder that holds the HTML files as instructed in the Cumulus Help (&#039;setting up your website&#039; page)  &lt;br /&gt;
* Also explained in [[Simple Website setup]] on this Wiki.&lt;br /&gt;
&lt;br /&gt;
or 2) JavaScript is not enabled (or not available) in the browser being used to view the page (if not enabled, this can be switched on in either &#039;Options&#039;, &#039;Preferences&#039; or &#039;Settings&#039; depending on browser). Note that Firefox version 23 has removed the ability to change this in Option preferences, so ignore this solution in that browser.&lt;br /&gt;
&lt;br /&gt;
or 3)  You are using a browser add-on such as &#039;NoScript&#039; (over 2 million use this) which requires you to explicitly turn on JavaScript for each web site you visit within the &#039;NoScript&#039; options.  (This sort of add-on may be used to restrict advertising or tracking of your actions, or for security against unwanted processes being started by sites you visit).&lt;br /&gt;
&lt;br /&gt;
== Why are there no graphs on my standard trends web page? ==&lt;br /&gt;
&lt;br /&gt;
Either 1) You have not created an images sub-folder (within your folder that holds web pages) as instructed in the Cumulus Help (&#039;setting up your website&#039; page) -  also explained in [[Simple Website setup]].  In this case, the bird image will not be appearing in the bottom left corner of your web pages.&lt;br /&gt;
&lt;br /&gt;
Or 2) You have switched off &#039;&#039;&#039;Include Standard Images&#039;&#039;&#039; on the file tab of the Internet dialogue of the configuration menu.  In this case Cumulus believes you are working in a non-standard way, and does not automatically upload the graphs (nor moon image).&lt;br /&gt;
&lt;br /&gt;
== What is the size of the standard Cumulus update? ==&lt;br /&gt;
&lt;br /&gt;
The default is that all of the standard pages and standard images are uploaded on each update at whatever standard update frequency you select. &lt;br /&gt;
&lt;br /&gt;
In total for version 1.9.2, it&#039;s about half a megabyte - about 100kB for the pages (about half of that is the gauges.htm page with all the detailed wind plotting points, and half the other pages) and 400kB for the variable images (moon phase, some gauges images and trend graphs - the exact size of latter can vary if you change the period they cover).&lt;br /&gt;
&lt;br /&gt;
Version 1.9.3 adds the monthly records page which contains 12 months worth of a lot of data, and adds 25kB to every update (although usually very little changes between updates).&lt;br /&gt;
&lt;br /&gt;
The NOAA monthly and annual pages are uploaded once a day, that is another 8kB for a full month and full year, obviously less at the start of a month/year.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Optional extras&#039;&#039;&#039;&lt;br /&gt;
*[[realtime.txt]] file, this is less than 1kB (1024 Bytes) in size.&lt;br /&gt;
*[[dayfile.txt]] a file that is about (30 times number of years) kB&lt;br /&gt;
*The files required to update external sites are no more than a few kB.&lt;br /&gt;
&lt;br /&gt;
== How do I upload my own pages or files once a day? ==&lt;br /&gt;
&lt;br /&gt;
Cumulus allows you to specify a command (with optional parameters) that will be actioned just after daily rollover. The command is entered in the &#039;&#039;External programs&#039;&#039; frame at the bottom left of the Internet Settings screen.  The box is labelled &#039;&#039;&#039;Daily&#039;&#039;&#039;. Click the Cumulus &#039;&#039;Help&#039;&#039; button for guidance.  For example you could type &#039;c:\cumulus\daily.cmd&#039; in the box labelled &#039;&#039;Daily&#039;&#039;. &lt;br /&gt;
&lt;br /&gt;
This could be used to upload the pages with the longer term extremes (as your monthly, annual and all-time extremes may only change a few times a month or even less frequently) and so reduce the upload burden at the standard uploading frequency.  To achieve this you would use the content of that example file &#039;daily.cmd&#039;, in the default Cumulus folder,   to call your own [[FTP_tools| file transfer tool]] for those infrequently changing pages. Remember to also unselect &#039;&#039;&#039;Include Standard Files&#039;&#039;&#039; on the&#039;&#039; &#039;Files&#039; tab&#039;&#039; of &#039;Internet settings&#039;, and list [[Customised_templates#How_Cumulus_uses_its_templates|the templates]] on that tab, selecting &#039;&#039;&#039;Process?&#039;&#039;&#039; for all of them, but only selecting &#039;&#039;&#039;FTP?&#039;&#039;&#039; for the other frequently changing pages that are still to be uploaded at the standard interval. You may find help on the forum  or elsewhere on this wiki [[SFTP| for the FTP call]] and [[Customised_templates#Creating_Your_Own_Templates| for &#039;Files&#039; tab settings]].&lt;br /&gt;
&lt;br /&gt;
It can also be used for the optional files mentioned in the previous answer or to update a database using a [[ImportCumulusFile|PHP batch job]].  For the daily command specified above, in the default Cumulus folder, add a file &#039;daily.cmd&#039; that contains (if you host your own server using &#039;XAMPP&#039;), &#039;copy c:\cumulus\data\dayfile.txt C:\xampp\htdocs\weather\daj\&#039; for example to enable you to use the [[AnnualDataSummary| Annual Day-by-day Summary]] tool. (Uploading if you do not host your own server is described at [[Upload_Dayfile| upload dayfile]] but basically you swap the copy command for a FTP command).&lt;br /&gt;
&lt;br /&gt;
== The &#039;real time wind data&#039; gauges on the standard gauges page aren&#039;t working ==&lt;br /&gt;
&lt;br /&gt;
These require a [[realtime.txt]] file to be uploaded by Cumulus. Tick the &amp;quot;Enable Realtime&amp;quot;, &amp;quot;Enable Realtime FTP&amp;quot; and &amp;quot;Enable realtime.txt FTP&amp;quot; boxes on the internet settings screen. If the gauges still do not work, check that the [[realtime.txt]] file is being uploaded to the correct place. If it is not, it is likely that you have specified an incorrect &#039;ftp directory&#039; in Cumulus. If your &#039;normal&#039; pages are being uploaded correctly, but realtime.txt is not, then it is likely that you simply need to leave the ftp directory blank (but see the note below first).&lt;br /&gt;
&lt;br /&gt;
A possible cause for this problem is that your web space provider does not allow .txt files to be accessed. For example, the free hosting provider 000webhost.com do not.&lt;br /&gt;
&lt;br /&gt;
== I&#039;m using the supplied web pages, and get lower case in places where I want upper case  ==&lt;br /&gt;
&lt;br /&gt;
It&#039;s in the CSS. Go to the webfiles sub-folder of your cumulus installation, edit weatherstyle.css and find lines like: &amp;quot;text-transform: lowercase;&amp;quot; and remove them. Use FTP tool to replace the weatherstyle.css on your website.&lt;br /&gt;
&lt;br /&gt;
== My web pages have things like &amp;amp;lt;#location&amp;amp;gt; in them  ==&lt;br /&gt;
You’ve edited your templates with something like Dreamweaver, and it’s changed the angle brackets on the [[Webtags]] to &amp;quot;&amp;amp;amp;lt&amp;amp;nbsp;;&amp;quot; and &amp;quot;&amp;amp;amp;gt&amp;amp;nbsp;;&amp;quot; - you need to change them back to &amp;amp;lt; and &amp;amp;gt;. &#039;&#039;These may look the same when viewed in your browser, but you can see the difference if you &#039;view source&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
Alternatively, if the web templates are listed in [[cumulus.ini]] (and for the first 10 appear on the &#039;&#039;&#039;files&#039;&#039;&#039; tab of &#039;&#039;Internet&#039;&#039; dialogue of &#039;&#039;&#039;Configuration&#039;&#039;&#039; menu), the &#039;&#039;&#039;Process&#039;&#039;&#039; option must be ticked for the web pages generated by Cumulus to have values replacing the [[Webtags]].  Otherwise at each web update, Cumulus will generate web pages the same as the templates.&lt;br /&gt;
&lt;br /&gt;
== My web pages are empty ==&lt;br /&gt;
If empty web pages are being uploaded to your web site (i.e. they report size of 0 kB, but do not produce &#039;error 404 - page not found&#039; message), and your browser shows that their modification date is recent (see next FAQ), then it is likely that the [[Customised_templates#What_is_meant_by_.27Cumulus_processes_templates.27| Cumulus processing]] of templates is failing:&lt;br /&gt;
*Either (since build 1093, as made clear in the release notes)[[File:Web settings.JPG]] the character encoding (for standard named templates that are [[Customised_templates#What_is_meant_by_.27Cumulus_processes_templates.27| processed by Cumulus]]) is specified incorrectly on the &#039;&#039;&#039;Configuration&#039;&#039;&#039;  menu, &#039;&#039;Internet&#039;&#039; dialog, &#039;&#039;&#039;Sites/Options&#039;&#039;&#039; tab, &#039;&#039;Web Settings&#039;&#039; frame as shown about half way down on this screen extract:&lt;br /&gt;
**Select the option where indicated by red arrow if your template includes in a line near the start &amp;lt;code&amp;gt;&amp;lt;meta charset=&amp;quot;UTF-8&amp;quot;&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
**Deselect the option where indicated by red arrow if your template includes something like &amp;lt;code&amp;gt;&amp;lt;meta content=&amp;quot;text/html; charset=iso-8859-1&amp;quot; http-equiv=&amp;quot;Content-Type&amp;quot; /&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
**For customised pages, (without standard Cumulus template names), select/un-select the UTF-8 encoding in the appropriate column on the &#039;&#039;&#039;Configuration&#039;&#039;&#039;  menu, &#039;&#039;Internet&#039;&#039; dialog, &#039;&#039;&#039;Files&#039;&#039;&#039; tab screen where you list the local and remote names.&lt;br /&gt;
*Or you have edited/customised the template and added an incorrectly specified Cumulus [[webtag]] that has caused [[Customised_templates#What_is_meant_by_.27Cumulus_processes_templates.27| Cumulus processing]] to abort for that template.  If you stop cumulus you can use a text editor to open the latest [[Diags|diagnostic file]]. Look at entries time-stamped just before the hour and repeated at your auto-update &#039;&#039;interval&#039;&#039; (just below red arrow in screen image above). You might find a message like &amp;quot;Error processing C:\web\indexT&amp;quot; (i.e. mentioning whichever template is at fault) followed by a brief hint as to the nature of the error.&lt;br /&gt;
&lt;br /&gt;
== My web pages have obsolete web tag values in them  ==&lt;br /&gt;
If the information showing on your web pages is out of date, then it must have been working before, so you have made a change somewhere.&lt;br /&gt;
*Most browsers will display &#039;page information&#039; that tells you when the page was last modified (by querying the web server).&lt;br /&gt;
**if the page on your web server was recently modified, &lt;br /&gt;
***then the next item to investigate is the template file; a template file contains Cumulus web tags and the [[Customised_templates#What_is_meant_by_.27Cumulus_processes_templates.27|&#039;process&#039;]] that Cumulus does to create a web page involves reading text from a template and when it finds a web tag it inserts the latest value in as it creates the page. A [[FAQ#What_file-names_does_Cumulus_use_when_processing_and_uploading_files_to_my_web_site.3F|local file]] is then created and Cumulus will FTP (or copy) this to the web server according to the settings. If the template file cannot be processed, Cumulus may still upload an existing old local file.&lt;br /&gt;
**if the page was not recently modified, &lt;br /&gt;
***maybe you are not running Cumulus, so it is not updating.  &lt;br /&gt;
***maybe your file transfer is not working, turn ftp logging on for technical output, and look for any filenames and any &#039;successfully transferred&#039; messages.&lt;br /&gt;
***maybe your &#039;internet settings&#039; screen has accidentally been changed, see Cumulus help for simple instructions.  If you took a backup of [[cumulus.ini]] you can stop Cumulus, rename the current file and copy your cumulus.ini backup back into the &#039;cumulus&#039; directory containing the Cumulus program.&lt;br /&gt;
***maybe your web server provider has changed something.&lt;br /&gt;
&lt;br /&gt;
== Running a web server on the same PC as Cumulus ==&lt;br /&gt;
If you do not have a web site, or run a web server locally (same PC, or on your local network), you can get Cumulus to generate/copy either html, or image, files locally instead of using FTP to place them remotely.&lt;br /&gt;
&lt;br /&gt;
You&#039;ll need to list the (source) file including paths on the files tab of the internet settings, and specify a destination path and file name for the remote file in each case. Don&#039;t tick the &#039;&#039;FTP?&#039;&#039; box for standard cumulus pages (the exception is for a local web server and any non-standard web page that attempts to read using a script a local file such as dayfile.txt as this does need FTP to generate the server-based web page). For the standard images, you can supply a folder name (specify on the same screen), and they will all get copied there. See [[Customised_templates#What_to_select_on_the_.27Files.27_tab_of_the_Internet_Settings_screen_within_the_.27Configuration.27_menu|here]] for greater detail.&lt;br /&gt;
&lt;br /&gt;
There&#039;s a limit of 10 entries on the files tab in Cumulus 1.9.x (in Cumulus MX all 100 entries are included in the settings interface).  Entries for the full 100 files can also be amended by editing [[Cumulus.ini#Section:_FTP_site|cumulus.ini]], with Cumulus stopped. Follow the format of any existing entries for specifying additional files.&lt;br /&gt;
&lt;br /&gt;
== Error Codes generated by FTP or Winsock ==&lt;br /&gt;
You should be able to look these up on the web.  [http://kb.globalscape.com/KnowledgebaseArticle10142.aspx Try Here]&lt;br /&gt;
&lt;br /&gt;
== How do I configure Cumulus for Secure FTP (SFTP/FTPS)? ==&lt;br /&gt;
Cumulus doesn&#039;t support Secure FTP. You can configure Cumulus to invoke an external program like WinSCP, as described here: [[SFTP | SFTP article]]&lt;br /&gt;
&lt;br /&gt;
== Directory related problems in FTP ==&lt;br /&gt;
The following pointers should help:&lt;br /&gt;
* All web site file references are case sensitive.  So if your FTP server directory is &#039;&#039;public_html&#039;&#039;, then &#039;Public_HTML&#039; will not work!&lt;br /&gt;
* On the &#039;&#039;Internet settings&#039;&#039; screen in &#039;&#039;&#039;Sites/Options&#039;&#039;&#039; the optional Directory parameter required is &#039;&#039;the path from  your FTP root&#039;&#039;, to where the web pages are to be stored. It is &#039;&#039;not&#039;&#039; the &#039;&#039;&#039;Universal Resource Locator (URL)&#039;&#039;&#039; that you would specify to view the web page in a browser.  Click the &#039;&#039;&#039;Help&#039;&#039;&#039; button for full explanation, or search the support forum (as many people before you have found this directory is the hardest parameter to get right).&lt;br /&gt;
* The error window is not useful for diagnosing ftp problems; you need to &#039;&#039;&#039;turn on &#039;&#039;ftp logging&#039;&#039; &#039;&#039;&#039;and look at ftplog.txt. Most FTP directory problems are due to you quoting an incorrect ftp directory, and the ftp log will show an error when an attempt is made to change to the directory you have specified incorrectly. &lt;br /&gt;
* Relative paths (without a leading slash) are always safer than absolute paths (with a leading slash) and you may find that just specifying (for example) &amp;quot;public_html&amp;quot; works OK, but this all depends on how your ftp server and your ftp account is set up.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* The &#039;&#039;standard pages&#039;&#039; are uploaded after a &#039;change directory&#039; attempting to select the directory you specified in &#039;&#039;&#039;Sites/Options&#039;&#039;&#039;; if this fails, the files will still be uploaded but to the FTP server root. So some mistakes do not matter because if no change of directory was actually required, these pages will be uploaded correctly.&lt;br /&gt;
* Any &#039;&#039;files you specify&#039;&#039; for uploading at standard update frequency are uploaded between standard pages (if &#039;Include Standard Files&#039; selected) and (written for Cumulus 1) standard images (if &#039;Include Standard Images&#039; selected), and you should specify the path (including any web site directory) in &#039;remote filenames&#039;, so there is no call to &#039;change directory&#039;. In this case, if that path is invalid, the upload fails.&lt;br /&gt;
* IN CUMULUS 1.x.y ONLY: The standard images for gauges and trends pages are uploaded after the standard pages, (and any pages you specify for uploading), by performing a second &#039;change directory&#039; this time fixed at &#039;images&#039;; if this fails, the files will still be uploaded to the current web site directory (FTP root or the directory you specified in &#039;&#039;&#039;Sites/Options&#039;&#039;&#039;).&lt;br /&gt;
* If you have enabled &#039;&#039;Realtime&#039;&#039;, the realtime.txt file is uploaded without doing a change directory, (by appending &amp;quot;/realtime.txt&amp;quot; to the directory on the &#039;&#039;Internet settings&#039;&#039; screen in &#039;&#039;&#039;Sites/Options&#039;&#039;&#039;). In this case, if the web site directory in your settings is invalid, the upload of the real time file fails.&lt;br /&gt;
* On the &#039;&#039;NOAA Setup&#039;&#039; screen the optional &#039;&#039;&#039;Directory&#039;&#039;&#039; parameter required is the relative path; from your FTP root, to where the NOAA report pages are to be stored. (It is totally independent of the directory on the &#039;&#039;Internet settings&#039;&#039; screen in &#039;&#039;&#039;Sites/Options&#039;&#039;&#039;).  Click the &#039;&#039;&#039;Help&#039;&#039;&#039; button for full explanation. Like realtime.txt, the upload destination is determined by appending the file-name for the report to any NOAA directory, and will fail if that directory is specified wrongly.&lt;br /&gt;
&lt;br /&gt;
See &#039;&#039;&#039;Setting up your website&#039;&#039;&#039; in Cumulus help for a simple guide to the sub-folder structure you need to create and the list of files that need to be uploaded manually when first installing a website. Or see [[Website_setup]] for all the options including customised pages.&lt;br /&gt;
&lt;br /&gt;
== My standard web pages are uploading but the uploading fails for images, realtime and/or NOAA reports ==&lt;br /&gt;
See previous answer, you have probably got your web pages in the default FTP directory of your web site, but specified the wrong directory on the settings screen.  Turn on the &#039;&#039;FTP logging&#039;&#039; in the configuration menu to see the technical detail.  You should have an FTP tool that you used to upload the &#039;static&#039; files required on your web site, and that will help you to see what is your site&#039;s root directory for file transfer uploads, and therefore any relative directory change you require.&lt;br /&gt;
&lt;br /&gt;
== What file-names does Cumulus use when processing and uploading files to my web site? ==&lt;br /&gt;
[[File:Cumulus_FTP_Process.png|150px|thumb|FTP Process]]Cumulus use two slightly different processes depending on if the file is part of the supplied &#039;standard&#039; web site, or an extra file you have specified on the &#039;&#039;Internet Settings|Files&#039;&#039; configuration dialog. For each of these processes there is an further variation depending on whether you have enabled the &#039;&#039;Use FTP rename&#039;&#039; option. This graphic shows the various combinations of file-names used for each step of the process. For the standard files, you can substitute any of the file names for indexT.htm, e.g. trendsT.htm&lt;br /&gt;
&lt;br /&gt;
For more details of Cumulus &#039;&#039;Process&#039;&#039; see [[Customised_templates#What_is_meant_by_.27Cumulus_processes_templates.27| here]].&lt;br /&gt;
&lt;br /&gt;
=Selecting a Weather Station sensor site=&lt;br /&gt;
A simple guide is at [http://weatherfaqs.org.uk/node/124 uk.sci.weather newsgroup], note this advises against roof mounting.&lt;br /&gt;
An attempt to compare the conflicting siting standards that apply across the world is included in a portable document format guide from [ftp://ftp.campbellsci.com/pub/outgoing/apnotes/siting.pdf Campbell Scientific].&lt;br /&gt;
For more advice see the website of your local Meteorological Bureau,  an educational place (e.g. in USA see [http://newa.nysaes.cornell.edu/public/NEWAStationSitingGuidelines.htm Cornell University]), the [http://library.wmo.int/opac/index.php?lvl=notice_display&amp;amp;id=12407 World Meterological Organisation] (WMO), or a specialist organisation (e.g. in UK see [http://www.rmets.org/weather-and-climate/observing/guidelines-observing-0 Royal Meteorological Society] rather than the Met Office web site).&lt;br /&gt;
&lt;br /&gt;
Modern Stevenson Screens are uPVC constructed with a black interior (so they do not radiate heat onto the sensors) and a white exterior (so they reflect as much radiation as possible).  There is a lot of discussion on the [http://sandaysoft.com/forum/viewforum.php?f=16 Homebuilt forum] about different approaches to improving measurements, and the problems with out of the box instrumentation from the different manufacturers. &lt;br /&gt;
&lt;br /&gt;
If you are contributing to an external site like APRS/CWOP, Weather Underground, PWS weather, Weatherbug and/or WOW, see guidance from these organisations re instrument placement.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note:&#039;&#039;&#039; Some stations have all sensors in one unit, positioning of these is a compromise between the ideals below for each sensor.&lt;br /&gt;
&lt;br /&gt;
== Where should I position the wind sensors ==&lt;br /&gt;
The side labelled &#039;North&#039; on the wind vane mount should face &#039;&#039;True North&#039;&#039;, remember that the magnetic north deviation from true north varies from year to year, see details on maps or online. Most wind vanes have a large surface that follows the wind and a thin end that points where the wind comes from, it is the latter direction that is reported.&lt;br /&gt;
&lt;br /&gt;
In the UK, the standard climatological measuring height is 10 metres.  Advice varies on whether you should apply a correction factor for any lower height. Cumulus allows you to apply such a factor to either just wind speed, or wind speed and gust speed, by using the Calibration screen within the configuation menu.  In the Cumulus Help it recommends that you also adjust wind chill - in practice this means ask Cumulus to &#039;&#039;calculate wind chill&#039;&#039; by selecting this in the settings frame on the &#039;&#039;&#039;station settings screen accessed from configuration menu&#039;&#039;&#039; (i.e. ignore any wind chill output by your weather station).&lt;br /&gt;
&lt;br /&gt;
If you are mounting near a building of height &#039;h&#039; above ground level, ideally the wind sensor should be at a height of &#039;1.5 times h&#039; above ground level. &lt;br /&gt;
If you are positioning away from a building or tree (or other object) of height &#039;h&#039; (or the mean height of several objects is &#039;h&#039;), then the distance away depends on which standard you are trying to meet, and can vary between 1.5 and 3 times &#039;h&#039;.&lt;br /&gt;
&lt;br /&gt;
== Where should I position the rain sensor  ==&lt;br /&gt;
The WMO says the rain gauge should at a distance away of 2 times the height of each nearby object (buildings, trees, walls, solid fences etc.) and just high enough off ground level to avoid possibility of splashing. You can experiment, but for amateurs, no more than a metre off the ground (or roof if mounted above it) and at least a metre from any chimney, wall or solid fence whose height exceeds that of the sensor seems good enough for most gauges. &lt;br /&gt;
See [[Rain measurement]] or your local offical organisation.&lt;br /&gt;
&lt;br /&gt;
== How do I protect my rain gauge against spiders or other natural problems ==&lt;br /&gt;
There is a lot of discussion on the [http://sandaysoft.com/forum/viewforum.php?f=16 Homebuilt forum]. In terms of siting, it is important to position your rain gauge where you can safely get to it.&lt;br /&gt;
&lt;br /&gt;
== How do I get good temperature and humidity measurements  ==&lt;br /&gt;
The international standard states ambient air temperature/humidity is measured at 1.25 metres above ground level, above soil or grass not paving, protected from direct sun radiation (and direct rain), unless you are measuring soil or ground temperatures. The height is important for derived values as an air frost is defined as a temperature at or below the freezing point for water at this height, and the count of these is a standard reporting requirement in some countries.&lt;br /&gt;
&lt;br /&gt;
If you are using a &#039;&#039;Fine Offset sensor&#039;&#039;, the thin depth of the thermometer/hygrometer (transmitter) should face where your console (receiver) is, for maximum transmission strength/distance, with the wide face at right angles to the transmission route. (Although if you use a model requiring a radio time signal, you will probably be trying to optimise that instead).&lt;br /&gt;
&lt;br /&gt;
== Pressure ==&lt;br /&gt;
Varies with altitude and temperature, but no significant variation with spatial position with regard to nearby fixed bulky objects.  Often measured indoors, do not mount above any heating or cooling system as there temperature may be particularly variable, and try to avoid any forced ventilation or extraction as such air moving systems could have different pressures on intake and outlet sides.  Equally operation in close proximity to opening doors/windows or to fast moving (road or railway) vehicles or tunnels can distort readings.&lt;br /&gt;
&lt;br /&gt;
== Solar ==&lt;br /&gt;
One would expect solar sensors should be positioned for maximum unshaded exposure to sunlight throughout the year, but again the forum contains advice for specific makes.&lt;/div&gt;</summary>
		<author><name>Steve</name></author>
	</entry>
	<entry>
		<id>https://www.cumuluswiki.org/index.php?title=FAQ&amp;diff=3918</id>
		<title>FAQ</title>
		<link rel="alternate" type="text/html" href="https://www.cumuluswiki.org/index.php?title=FAQ&amp;diff=3918"/>
		<updated>2016-01-04T16:55:05Z</updated>

		<summary type="html">&lt;p&gt;Steve: /* How do I get my Davis station with USB working with Cumulus? */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is the Cumulus FAQ (consult also the Help screens within Cumulus software, and learn more from the rest of this Wiki)&lt;br /&gt;
&lt;br /&gt;
= Installing and Running Cumulus  =&lt;br /&gt;
&lt;br /&gt;
== What operating systems does Cumulus run on?  ==&lt;br /&gt;
&lt;br /&gt;
All versions of Windows from XP to Windows 10 inclusive (and the server versions). It works on 32 bit and 64 bit editions. 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.&lt;br /&gt;
&lt;br /&gt;
Cumulus MX runs on Windows from Windows 7 onwards, and on Linux and Mac OS X.&lt;br /&gt;
&lt;br /&gt;
== Where do I find the Cumulus installer? ==&lt;br /&gt;
&lt;br /&gt;
On the [http://sandaysoft.com/downloads downloads page]&lt;br /&gt;
&lt;br /&gt;
== What do I need to get right when first getting Cumulus? ==&lt;br /&gt;
The installation process for Cumulus displays &#039;&#039;&#039;readme.txt&#039;&#039;&#039;, that has many tips. See also [[Setup]]. Below are three key points.&lt;br /&gt;
# Install Cumulus in its own directory directly under a drive root.&lt;br /&gt;
# Connect your weather station before you start Cumulus&lt;br /&gt;
# When you first run Cumulus, it displays the &#039;&#039;&#039;Station settings&#039;&#039;&#039; screen. On this, make sure you pick the right sort of station (to ensure Cumulus communicates correctly with your weather station, and can identify all the observations) and choose your &#039;&#039;&#039;units&#039;&#039;&#039; wisely. (Changing units later means all stored Lowest and highest numbers up to that point have to be converted immediately manually).  See the &#039;&#039;&#039;Help&#039;&#039;&#039; for information about the rest of the screen, but generally you can easily adjust the other options later.&lt;br /&gt;
&lt;br /&gt;
== What weather stations does Cumulus work with?  ==&lt;br /&gt;
&lt;br /&gt;
*Davis Vantage Pro (VP), Vantage Pro2 (VP2), and Vue. &lt;br /&gt;
*Oregon Scientific WM918, WMR918, WMR928, WMR968, WMR88 (see [[FAQ#How do I set up recording wind speeds in Cumulus, with Oregon Scientific and La Crosse stations | this FAQ]]), WMR100, WMR180, WMR200. &lt;br /&gt;
*Fine Offset - stations which use the Easyweather software such as MyDEL, Nevada, Watson and Fine Offset, with model numbers such as WH1080, WH1081, W8681, 265NC etc.&lt;br /&gt;
*La Crosse WS2300 range (see [[FAQ#How do I set up recording wind speeds in Cumulus, with Oregon Scientific and La Crosse stations | this FAQ]]). You may have problems with corrupt data if you use a WS23xx with a serial/USB adapter; this combination is therefore not supported.&lt;br /&gt;
&lt;br /&gt;
For a more complete list see the [[Supported Devices]] page.&lt;br /&gt;
&lt;br /&gt;
== Will you support a new weather station type?  ==&lt;br /&gt;
&lt;br /&gt;
It’s quite hard to support a particular weather station when I don’t have access to one. No weather station is perfect, and problems inevitably arise after the code is written, and I have to start adding more and more code to work around issues with the station. Also, most companies don’t seem to like third parties writing software for their stations, so don’t make the protocol available. I will only consider adding support for a station under a certain set of circumstances which would include &#039;&#039;at least&#039;&#039;: &lt;br /&gt;
&lt;br /&gt;
*A significant donation towards Cumulus development &lt;br /&gt;
*A well documented official protocol spec &lt;br /&gt;
*Loan or donation of a station &lt;br /&gt;
*Access to technical support from the station manufacturer&lt;br /&gt;
&lt;br /&gt;
Please contact me if you would like to discuss this further&lt;br /&gt;
&lt;br /&gt;
== How do I request a new feature for Cumulus? ==&lt;br /&gt;
&lt;br /&gt;
Please create an [http://sandaysoft.com/forum/tracker.php enhancement request].  &lt;br /&gt;
&lt;br /&gt;
== Why haven&#039;t you added the feature I asked for a long time ago? ==&lt;br /&gt;
&lt;br /&gt;
I develop and support Cumulus in my spare time, and I have a full time job. I invite donations, but I don&#039;t make a living from Cumulus. I add facilities when I can. There is a long list of  [http://sandaysoft.com/forum/tracker.php enhancement requests] already, and I am slowly working my way through them as time permits. If there is an enhancement request for the facility you have asked for, and the facility is a reasonable one (in my opinion) then I will hopefully get around to adding it one day. Please be patient. Please don&#039;t ask for a forecast of when a feature will be added.&lt;br /&gt;
&lt;br /&gt;
== How do I upgrade to a new release?  ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Just run the installer for the new version.&#039;&#039;&#039; Your data and settings are not affected, but it is still best if you back up your data (sub-folder &#039;data&#039;) and any settings files (e.g. cumulus.ini and strings.ini) before you run the installer. &lt;br /&gt;
&lt;br /&gt;
You can install the new version where you like, but the installer will offer the same place as the previous version as the default.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Occasionally, there may be actions you need to perform before or after the upgrade.&#039;&#039;   Required actions usually appear in the announcement of the version you are installing, and may be documented in the readme.txt file that will appear as you run the installer. Read such announcements for every release since your existing build in case any of the in-between changes affect you.&lt;br /&gt;
&lt;br /&gt;
These instructions apply whether you are updating by one build, skipping several builds, upgrading to/from a beta version, or installing the latest &#039;release&#039; version. &lt;br /&gt;
&lt;br /&gt;
The installer will always upgrade the following files (replacing them, ignoring existing versions):&lt;br /&gt;
# &amp;quot;cumulus.exe&amp;quot;; - the latest build&lt;br /&gt;
# &amp;quot;unins000.exe&amp;quot;;&lt;br /&gt;
# &amp;quot;libeay32.dll&amp;quot;;&lt;br /&gt;
# &amp;quot;ssleay32.dll&amp;quot;;&lt;br /&gt;
# &amp;quot;readme.txt&amp;quot;; - advice for you to follow at installation time&lt;br /&gt;
# &amp;quot;licence.txt&amp;quot;; - reminder about restrictions on use&lt;br /&gt;
# &amp;quot;alert.wav&amp;quot;; - default alarm sound&lt;br /&gt;
#  &amp;quot;web\originals\*.*&amp;quot;; - Cumulus will always install the HTML template files here&lt;br /&gt;
# &amp;quot;webfiles\*.*&amp;quot;; e.g. weatherstyle.css, wz_jsgraphics.js&lt;br /&gt;
# &amp;quot;webfiles\images\picture.jpg&amp;quot;;&lt;br /&gt;
# &amp;quot;Help\Cumulus.chm&amp;quot;; - the latest help including lists of log files and web tags&lt;br /&gt;
There may be extra files automatically upgraded by particular builds - see announcement.&lt;br /&gt;
&lt;br /&gt;
During the install, you will see a &#039;&#039;&#039;Select Components&#039;&#039;&#039; screen , if you tick the &#039;&#039;HTML templates&#039;&#039; (the default) it will also upgrade the HTML template files in the web folder.&lt;br /&gt;
&lt;br /&gt;
*So tick this option, if you have a standard Cumulus implementation and then you can be sure to upgrade the standard templates.&lt;br /&gt;
*Untick this option if you have  [[Customised_templates#Creating_Your_Own_Templates|customised the existing pages]],  so that if your customised versions  are in &amp;quot;web\*.*&amp;quot; they don&#039;t get overwritten. It is recommended that you store any customised pages in a directory outside the Cumulus folder, as you can specify up to 10 such files on the local side of the files tab in the Configuration menu Internet settings screen and (if you are not using standard files) untick &#039;&#039;Include Standard Files&#039;&#039; on the same screen. (100 such files can be specified in [[Cumulus.ini]]).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Changing to different weather station ==&lt;br /&gt;
&lt;br /&gt;
Just change the station type. If Cumulus doesn&#039;t start reading the data from the new station, stop Cumulus and start it again. Some of the rain figures may be odd for a while (e.g. rain in last 24 hours). It is as simple as that.&lt;br /&gt;
&lt;br /&gt;
In testing planned changes to Cumulus, I switch backwards and forwards between a Fine Offset and a WMR200 frequently, the only thing that happens is that the rain figures go wrong initially (because the two stations have different counters).&lt;br /&gt;
&lt;br /&gt;
== Moving Cumulus software to a new PC (or updating Windows Operating System) ==&lt;br /&gt;
&lt;br /&gt;
Cumulus will continue to work with your existing weather station and existing log files, providing&lt;br /&gt;
#Your Windows regional settings are the same (i.e. date format unchanged, same time zone, decimal point symbol unchanged, list separator character unchanged) - if there is a difference, the new installation cannot understand the old lines in the log files and will give an error when Cumulus is restarted.&lt;br /&gt;
#You may need to &#039;tweak&#039; a few things (serial port number etc) in [[cumulus.ini]].&lt;br /&gt;
#In the folder with cumulus.exe in it, copy across  &#039;cumulus.ini&#039;,  and if you have created a &#039;strings.ini&#039; that file must be copied across too.&lt;br /&gt;
#The Cumulus &#039;data&#039; sub-folder has been copied across.&lt;br /&gt;
#Obviously if you use customised web pages, then you need the corresponding templates in the new installation.&lt;br /&gt;
#Any other customised files (images and/or a twitter.txt file, for example), you may want to copy those over too.&lt;br /&gt;
&lt;br /&gt;
== Can I view my Cumulus data on another device? ==&lt;br /&gt;
&lt;br /&gt;
# If Cumulus uploads your weather information to an online web site, you can view that on another device.&lt;br /&gt;
# Software like &#039;Remote Desktop&#039; can be used to view the computer that is running Cumulus - see many postings on the Support Forum.&lt;br /&gt;
# A back-up as described in the next answer can be viewed in Cumulus installed on another PC (see point about Windows regional settings in previous question) to look at past extremes or graphs; although obviously that additional installation will not be able to add further observations from the weather station connected to the original PC.&lt;br /&gt;
# If your web site is on your local network, but not online, your device may be able to view it directly or view a back-up of how it was in the past.&lt;br /&gt;
&lt;br /&gt;
== How do I back up my data?  ==&lt;br /&gt;
&lt;br /&gt;
*Copy the contents of the Cumulus ‘data’ sub-folder on a regular basis to a different storage device.  Then if you have any problem with the original storage device, or corruption of files, you can minimise the loss of logged observations. To restore from the backup, just copy the saved data folder back into your Cumulus installation, with Cumulus stopped.&lt;br /&gt;
*It can be useful to take copies of the Cumulus &#039;backup&#039; sub-folder on key dates (e.g. just after change of month or year), or if you think you might have some rogue figures.  The &#039;.ini&#039; files in the backup sub-folder contain past extreme values that you might want to look up.&lt;br /&gt;
*You should also back up, at least once, your cumulus.ini file in the main Cumulus folder.  This contains all the key settings and you need a record of those!&lt;br /&gt;
&lt;br /&gt;
== Moving Cumulus software to a different location on your PC? ==&lt;br /&gt;
&lt;br /&gt;
This article in the wiki gives more details above moving Cumulus: [[Moving cumulus]]&lt;br /&gt;
&lt;br /&gt;
== What are the formats of the Cumulus data files?  ==&lt;br /&gt;
&lt;br /&gt;
These are detailed in the [[:Category:Log Files|Log Files]] section of this Wiki and also in the Cumulus help file, in the section “Data log file format”&lt;br /&gt;
&lt;br /&gt;
== Can I import logged information from before I installed Cumulus? ==&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;Configuration&#039;&#039;&#039; menu, &#039;&#039;Station&#039;&#039; setting screen (near bottom) has option to enter there the &#039;&#039;rainfall total&#039;&#039; for the bit of the year (starting month can be selected here too) until when you first start using Cumulus.  See the Cumulus &#039;&#039;&#039;Help&#039;&#039;&#039; for this screen for further details.&lt;br /&gt;
&lt;br /&gt;
Yes is the answer for other weather information, providing you can manipulate the information you have into either (preferably) the format used by the [[Monthly_log_files#Importing_pre-Cumulus_data]] or (second best) [[Dayfile.txt]]. Look up those cross-references in this Wiki (or the Cumulus &#039;&#039;&#039;Help&#039;&#039;&#039;) for further information on required formats.  The support forum includes a few threads related to this topic, and if you post there then people who have already imported from particular systems may offer their services to import your past observations.&lt;br /&gt;
&lt;br /&gt;
A converter for Weather Display log files is available from this thread in the forum: http://sandaysoft.com/forum/viewtopic.php?f=4&amp;amp;t=10118&lt;br /&gt;
&lt;br /&gt;
A converter for WeatherLink log files is available from this thread in the forum: http://sandaysoft.com/forum/viewtopic.php?f=6&amp;amp;t=11349&lt;br /&gt;
&lt;br /&gt;
== I was away on the last day of last month/year - How do I see the final lowest and highest figures for last month/year? ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;View&#039;&#039;&#039; menu, &#039;&#039;This month&#039;&#039; or &#039;&#039;This year&#039;&#039; screens show some figures for any month or year selected by you, but do not show all the figures shown on a standard web page or as shown on the &#039;&#039;Highs and Lows&#039;&#039; screen for the current month/year.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;View&#039;&#039;&#039; menu, &#039;&#039;Highs and Lows - This month (or This year)&#039;&#039; (or &#039;&#039;thismonth.htm&#039;&#039; or &#039;&#039;thisyear.htm&#039;&#039; web page) only shows the lowest and highest values for the current calendar month (or current year). This answer describes a way to see the same information for the month (or year) that fairly recently ended.  It is valid only until build 1088 (from 5 March 2014 build 1089 &#039;Delay writing of end of day backup files until the first log entry is written&#039; means the stored &#039;&#039;month.ini&#039;&#039; relates to the &#039;&#039;initial&#039;&#039; entries for the start of the new month). From version 1.9.3 build 1041, Cumulus creates a daily backup of the log files. &lt;br /&gt;
*Look in the &#039;&#039;backup\daily&#039;&#039; subfolder within your Cumulus installation. &lt;br /&gt;
*These daily backups will be created if Cumulus was left running during the period of interest, or stopped before that period and since restarted. &lt;br /&gt;
*Normally about 10 such back ups are available, each folder has a name based on the timestamp and contains the 6 [[:Category:Log_Files|xxxx.ini files]], the current [[Monthly_log_files|monthly standard data log]]/[[Extra_Sensor_Files|monthly extra data log]], and the most recent update of [[dayfile.txt|daily summary log]].&lt;br /&gt;
&lt;br /&gt;
Open as a text file [[month.ini]] in the folder whose name is bearing the timestamp after your final rollover, for Cumulus builds 1041 to 1088 the final lowest and highest for each observation in the month will be listed.&lt;br /&gt;
&lt;br /&gt;
In a similar manner if you miss the last day of the year, for Cumulus builds 1041 to 1088 see the final &#039;this year&#039; figures for last year by opening [[year.ini]] from the appropriate backup.&lt;br /&gt;
&lt;br /&gt;
== What do the various wind speeds in Cumulus correspond to, with Davis stations?  ==&lt;br /&gt;
&lt;br /&gt;
Davis station firmware supplies two windspeeds, a 3-second average and a 10-minute average (later versions of the firmware also supply a 2-minute average, Cumulus currently doesn&#039;t use this).  &lt;br /&gt;
* The latest Davis 3-second average is treated by Cumulus as &#039;Latest&#039; (available via &amp;lt;#wlatest&amp;gt;)&lt;br /&gt;
* The highest of the station&#039;s 3-second readings over the previous 10 (configurable by adding &#039;&#039;AvgSpeedMinutes=N&#039;&#039; in [[Cumulus.ini#Section:_Station]] where &#039;N&#039; is number of) minutes becomes the Cumulus &#039;Gust (available via &amp;lt;#wgust&amp;gt;). Note that the WMO definition of a wind gust is the mean wind speed over a 2 to 3 second sample period (not the maximum instantaneous wind speed).&lt;br /&gt;
* The Davis 10-minute average is the Cumulus &#039;Average&#039; (available via &amp;lt;#wspeed&amp;gt;).&lt;br /&gt;
Note that if you sample these readings at shorter (real time) intervals it is possible for Cumulus &#039;Latest&#039; to be lower than Cumulus &#039;Average&#039; because approximately half of the 3-second wind speeds will be higher and half of them lower than the 10-minute average. &lt;br /&gt;
If the Cumulus figure seems lower than the Davis figure see [[#My_Davis_station_shows_a_higher_maximum_wind_speed_than_Cumulus]].&lt;br /&gt;
&lt;br /&gt;
Davis station loggers record a single spot (not any average) wind speed, so if you restart Cumulus and the software attempts to catch up from the station logger there may be only one or two values to include in the Cumulus average (over 10 or whatever) minutes calculation.&lt;br /&gt;
&lt;br /&gt;
== What do the various wind speeds in Cumulus correspond to, with Fine Offset stations?  ==&lt;br /&gt;
&lt;br /&gt;
Fine Offset sensors measure wind over 48-second intervals, divided into 24 2-second intervals. At the end of each 48-second period, they transmit the highest of those 24 values as &#039;Gust&#039;, and the average of those 24 values as &#039;Wind&#039;. The console keeps &#039;&#039;&#039;overwriting&#039;&#039;&#039; the newly received &#039;Gust&#039; and &#039;Wind&#039; values to the same area of console memory every 48 seconds, until the station logging interval time is reached, then it moves on to the next memory location, leaving the last values it wrote in the previous console memory location.  &lt;br /&gt;
*If Cumulus is not running all the time, on restart it works through the console memory locations and extracts the Fine Offset Wind and Gust in each memory location, i.e. at the station logging interval. &lt;br /&gt;
*While Cumulus is running, it reads the current wind speeds (and direction) every 10 seconds. There are new values only every 48 seconds (i.e. every fourth or fifth read)&lt;br /&gt;
&lt;br /&gt;
Cumulus, for various reasons, uses different terminology, and also has configuration settings which control how some of the wind values are displayed.&lt;br /&gt;
* The Fine Offset console &#039;Gust&#039; value becomes Cumulus &#039;Latest&#039;. &lt;br /&gt;
* The highest of the Fine Offset &#039;Gust&#039; values over the previous 10 minutes becomes Cumulus &#039;Gust&#039;.  Note that the WMO definition of a wind gust is the mean wind speed over a 2 to 3 second sample period (not the maximum instantaneous wind speed).&lt;br /&gt;
* Cumulus &#039;Average&#039;  can be calculated in 3 different ways:&lt;br /&gt;
** The default: If &#039;Calculate 10-min wind average&#039; is not selected on the Station Settings screen, the console &#039;Wind&#039; value is used.&lt;br /&gt;
** If &#039;Calculate 10-min wind average&#039; is selected, then by default the average of the Fine Offset &#039;Gust&#039; values read over the previous N (configurable, defaults to 10) minutes is used.&lt;br /&gt;
** If &#039;Calculate 10-min wind average&#039; and &#039;Use speed for avg calculation&#039; are both selected, the average of the Fine Offset &#039;Wind&#039; values read over the previous N (configurable, defaults to 10) minutes is used.&lt;br /&gt;
&lt;br /&gt;
Select value for &#039;N&#039; using &#039;&#039;AvgSpeedMinutes=N&#039;&#039; in [[Cumulus.ini#Section:_Station]].&lt;br /&gt;
&lt;br /&gt;
Note that Fine Offset Consoles can display a &#039;MAX&#039; figure, this is highest recorded since it was last reset (on touchscreen models multiple touches of the displayed speed will cause maximum speed, or gust, to be shown, and when a max value is displayed continuing to hold touching that value for 3 seconds will reset max to current value).  Cumulus maintains its own various extremes for different periods (e.g High wind and high gust for yesterday on its main screen) calculated from all values read by Cumulus in that period.&lt;br /&gt;
&lt;br /&gt;
== How do I set up recording wind speeds in Cumulus, with Oregon Scientific and La Crosse stations  ==&lt;br /&gt;
&lt;br /&gt;
La Crosse and some Oregon Scientific weather stations only output a single wind speed.  To allow Cumulus to calculate &#039;gust&#039; and &#039;wind speed&#039; with different values, select the &#039;&#039;&#039;Station&#039;&#039;&#039; dialogue from the &#039;&#039;Configuration&#039;&#039; menu and set &#039;&#039;Calculate 10 min wind average&#039;&#039; in the &#039;Settings&#039; frame, so in [[cumulus.ini]] this will produce the parameter &#039;Wind10MinAverage=1 when cumulus is next stopped.&lt;br /&gt;
* The station&#039;s &#039;Wind&#039; value will then display as Cumulus &#039;Latest&#039;.&lt;br /&gt;
* A 10 (configurable by adding &#039;&#039;AvgSpeedMinutes=N&#039;&#039; in [[Cumulus.ini#Section:_Station]] where &#039;N&#039; is number of) minutes average of the station&#039;s &#039;Wind&#039; value will then display as Cumulus &#039;Average&#039;.&lt;br /&gt;
* The highest of the station&#039;s &#039;Wind&#039; value in a 10 minute period will then display as Cumulus &#039;Gust&#039;.  Note that the WMO definition of a wind gust is the mean wind speed over a 2 to 3 second sample period (not the maximum instantaneous wind speed).&lt;br /&gt;
&lt;br /&gt;
See &#039;&#039;LCMaxWind=X&#039;&#039; parameter in [[Cumulus.ini#La_Crosse_specific:]] where X is the maximum (uncalibrated) wind speed in m/s that you want to allow.&lt;br /&gt;
&lt;br /&gt;
== How do I make Cumulus run automatically when Windows starts?  ==&lt;br /&gt;
&lt;br /&gt;
There is no option in Cumulus to set this up automatically as I prefer to leave it under the control of the user: The safest and most reliable method is simply to put a shortcut in your Startup folder. If you are running Vista or Windows 7, or later versions of Windows, you may find that Cumulus gets blocked by UAC if you try to run it from the Startup folder, in which case it is recommended that you use Task Scheduler instead. See here for a good description of how to do this - http://blogs.techrepublic.com/window-on-windows/?p=616&lt;br /&gt;
&lt;br /&gt;
== How does Cumulus handle Daylight Saving Time?  ==&lt;br /&gt;
&lt;br /&gt;
As far as the timestamps in the extreme logs, monthly log, and the graphs, are concerned; Cumulus doesn&#039;t do anything in particular for DST. &lt;br /&gt;
*It generates timestamps based on the Windows clock. &lt;br /&gt;
**So basically, at the start of DST (i.e. when the clocks &#039;go forward&#039; for the summer) you will get an apparent gap of one hour in your data logs and on graphs.&lt;br /&gt;
**Similarly at the end of DST (i.e. when the clocks &#039;go back&#039; for the winter) you will get an apparent hour of duplicate timestamps in your logs and graphs. &lt;br /&gt;
*You will tend to get better results if you leave Cumulus running during the clock change, because if it is stopped you may lose data,&lt;br /&gt;
**the exact timing of the affected hours depends on the type of station and the times when Cumulus was running/stopped.&lt;br /&gt;
&lt;br /&gt;
=== ... How do Davis stations handle Daylight Saving Time? ===&lt;br /&gt;
&lt;br /&gt;
Note that there seems to be an issue with Davis stations, either in the console/logger, or in the Davis DLL which Cumulus uses. &lt;br /&gt;
*If you don&#039;t have Cumulus running when DST ends (autumn), then when you start Cumulus up again, it doesn&#039;t receive all of the logger data it needs to catch up to the &#039;&#039;present time&#039;&#039; - the previous hour or so is missing. &lt;br /&gt;
*So with Davis stations, I strongly recommend that you leave Cumulus running at the end of DST, if at all possible.&lt;br /&gt;
&lt;br /&gt;
=== ... How do Fine Offset stations handle Daylight Saving Time? ===&lt;br /&gt;
&lt;br /&gt;
*For Fine Offset stations if you don&#039;t have Cumulus running when DST ends in autumn, then when you start Cumulus up again, the catch up &#039;&#039;misses off the first hour after the time Cumulus was stopped&#039;&#039; (unless you have adjusted the time in [[today.ini]] by subtracting one hour for end of DST while Cumulus was stopped).  &lt;br /&gt;
**This is because the console memory does not time-stamp the data blocks and Cumulus does not remember the console data block used just before shutdown, (after all depending on how long Cumulus has been stopped and the station logging interval, the old memory location could be overwritten by now), but each memory location does contains minutes elapsed since previous memory location used.&lt;br /&gt;
**On restart Cumulus just tries to read the appropriate number of hours worth of observations back from the block now marked as latest.  &lt;br /&gt;
**For example if it was stopped at 2200 DST and restarted at 0600 standard time, Cumulus catches up with the last 8 hours worth of stored measurements as if going back to 2200 standard time, that means it retrieves back to 2300 DST and has forever lost the period 2200 to 2300 DST.  &lt;br /&gt;
*So with Fine Offset stations, I strongly recommend that you leave Cumulus running at the end of DST, if at all possible.&lt;br /&gt;
*At the start of DST in spring, the catch up will &#039;&#039;duplicate the last hour that Cumulus was previously operating&#039;&#039; (unless you have added one hour to the standard time stored in [[today.ini]] for start of DST while Cumulus was stopped). &lt;br /&gt;
**e.g. Stopping from 2200 standard time to 0600 DST the catch up goes back to 2200 DST or 2100 standard time.&lt;br /&gt;
**Some calculated measurements like average temperature, cooling degree days, and the like will be slightly out, but no measurement is actually lost.&lt;br /&gt;
&lt;br /&gt;
== What formula does Cumulus use for Dew Point?  ==&lt;br /&gt;
dewpoint := tempinC + ((0.13 * tempinC) + 13.6) * Ln(humidity / 100)&lt;br /&gt;
&lt;br /&gt;
== What formula does Cumulus use for Apparent Temperature?  ==&lt;br /&gt;
It uses a formula from the Australian BOM - http://www.bom.gov.au/info/thermal_stress/#atapproximation&lt;br /&gt;
&lt;br /&gt;
Note that the version used is the one that doesn&#039;t take into account solar radiation.&lt;br /&gt;
&lt;br /&gt;
== How does Cumulus know the height of the cloud base?  ==&lt;br /&gt;
&lt;br /&gt;
It doesn&#039;t. It uses a calculation which gives the theoretical height above ground level at which Cumulus clouds might form, based on the current temperature and dew point. It assumes that the difference between temperature and dew point decreases by about 4.4 degrees Fahrenheit per 1000 feet increase in altitude. When the two values coincide, the air is saturated (relative humidity = 100%) and Cumulus clouds may form. &lt;br /&gt;
&lt;br /&gt;
== How is my rain rate calculated?  ==&lt;br /&gt;
&lt;br /&gt;
For stations which supply a rain rate, Cumulus uses that. For stations which don&#039;t supply a rain rate (e.g. Fine Offset and La Crosse), Cumulus simply takes the rain total from the last five minutes and calculates a rate based on that; e.g. a single tip of 0.3mm in 5 minutes is a rate of 3.6mm/hr. When data from the station&#039;s logger is used, a similar calculation is performed, but the interval used is the logger interval rather than five minutes.&lt;br /&gt;
&lt;br /&gt;
== Where does Cumulus get its this month and this year rainfall totals from?  ==&lt;br /&gt;
&lt;br /&gt;
* Each time Cumulus reads records from the weather station it applies any change to the &#039;total rain count&#039; against today&#039;s total in its memory.&lt;br /&gt;
* The today&#039;s total so far at each reading time is also added to the &#039;recent tag&#039; array allowing total values for the day-so-far at one minute intervals for up to a week ago to be added as web tags to a web template. &lt;br /&gt;
* The rainfall totals, are initialised when Cumulus is (re-)started by adding up the corresponding daily totals in dayfile.txt and storing those sums in memory. Two of the totals can be seen using default settings on &#039;&#039;&#039;View&#039;&#039;&#039; menu, &#039;&#039;This month&#039;&#039; screen for this month, &#039;&#039;This year&#039;&#039; screen for this calendar year, but the third total for the rain season (you can change starting month) is seen on the &#039;&#039;main&#039;&#039; Cumulus screen.&lt;br /&gt;
* The rainfall totals shown on the &#039;&#039;This period&#039;&#039;, &#039;&#039;This month&#039;&#039;, and &#039;&#039;This year&#039;&#039; screens within the &#039;&#039;&#039;View&#039;&#039;&#039; menu are generated by adding up the daily rainfall totals found in [[dayfile.txt]] for the selected period. So any rainfall for the current (meteorological) day is excluded as the latest dayfile.txt row is for yesterday. Totals are recalculated when you press the &#039;&#039;Update display&#039;&#039; button. Important note: The view menu &#039;This year&#039; screen always calculates the total for a selected calendar year starting in January.&lt;br /&gt;
* The rain figures that Cumulus uses for displaying in &#039;This month&#039; and &#039;This year&#039; on the Cumulus &#039;&#039;main screen&#039;&#039; are updated each time Cumulus receives a rain reading from the station, so will not be displayed if Cumulus is unable to read rain information from your station.&lt;br /&gt;
* For the web tags, Cumulus takes its stored sums and adds today&#039;s latest total each time, to give the current totals for this month and this rain season (year so far) when processing &#039;thismonthT.htm&#039; and &#039;thisyearT.htm&#039; web templates.&lt;br /&gt;
**Important, for the &amp;lt;#ryear&amp;gt; web tag, and for the &#039;This year&#039; display on the &#039;&#039;main&#039;&#039; Cumulus screen, the processing reads the &#039;&#039;dayfile.txt&#039;&#039; for the rainfall season starting with the month set on the station settings screen and stored as the value for attribute &#039;&#039;RainSeasonStart&#039;&#039; in [[Cumulus.ini#Section:_Station]] (its default is January).  &lt;br /&gt;
**If you have set a &#039;year to date&#039; value and Cumulus is being re-started when the year specified beside that figure matches the current year, your year-to-date amount is also added into this year&#039;s total. This should normally only be relevant in your first rain season of operating Cumulus, but could be used if in any season you needed to add an extra amount because for some reason you had a gap in your recording period.&lt;br /&gt;
**There is no corresponding setting for calculating the total for the first &#039;this month&#039; of Cumulus operation.&lt;br /&gt;
*Note that you need to stop and then restart Cumulus to update these initial values that are stored in memory and get any corrections you made to rogue values in the daily summary log (or year-to-date) reflected on the main Cumulus screen and in web tags.&lt;br /&gt;
&lt;br /&gt;
The built-in dayfile.txt editor is used if it is necessary to amend the daily totals (to correct any monthly, rain season, or calendar year, totals); the built-in all-time (or monthly records) editor(s) in Cumulus is used if it is necessary to regenerate the extreme records from dayfile.txt; see [[#My_station_invented_some_rain_that_didn.27t_really_occur.2C_and_I_want_to_set_it_to_zero_.28or_some_other_figure.29 |FAQ about correcting incorrect rainfall displays]].&lt;br /&gt;
&lt;br /&gt;
== How do I reset all my data to start again from scratch?  ==&lt;br /&gt;
&lt;br /&gt;
Stop Cumulus and delete all of the files in the data folder. You may also want to edit the &#039;StartDate=&#039; line in [[cumulus.ini]] to set the date for the start of your data.&lt;br /&gt;
&lt;br /&gt;
== How do I localise Cumulus to my own language? ==&lt;br /&gt;
&lt;br /&gt;
Cumulus does not directly support languages other than English. It was never intended for use in other languages, and it is not possible to add support for this now. However, the text used for:&lt;br /&gt;
*Forecasting&lt;br /&gt;
*Moonphases&lt;br /&gt;
*Beaufort Scale&lt;br /&gt;
*Trend descriptions&lt;br /&gt;
*Compass points&lt;br /&gt;
*Graph titles&lt;br /&gt;
*Extra sensor channels&lt;br /&gt;
can all be customised by using the [[strings.ini]] file. This facility may be extended to allow other items to be translated, but it is very unlikely that there will ever be a fully multi-language version of Cumulus in its current form.&lt;br /&gt;
&lt;br /&gt;
This wiki page [[:Category:Other_Languages|Other Languages]] has some old information about customising the standard web pages and see the downloads page as several third-party alternative web pages include some language translation modules.&lt;br /&gt;
&lt;br /&gt;
== Can I connect/disconnect my weather station while Cumulus is running? ==&lt;br /&gt;
No. You must make sure your weather station is connected to your PC and switched on, before running Cumulus. Do not disconnect your station while Cumulus is running.&lt;br /&gt;
&lt;br /&gt;
== How does Cumulus deal with extra sensors? ==&lt;br /&gt;
&lt;br /&gt;
By default, Cumulus deals with weather stations incorporating solar sensors, if you have selected the relevant station &#039;Type&#039; or &#039;Display solar/extra data&#039; in configuration, but it has some capability to deal with extra sensors added including the Blake-Larsen Sun Recorder.&lt;br /&gt;
Cumulus has the ability to input, log, and display Current Values/Outputs from the [[Rain_measurement#Optical_Rain_Gauges|Hydreon Optical Rain Sensor - Model RG-11]] and from either Oregon Scientific or Davis [[Extra_Sensor_Files|extra sensors]]. Only today&#039;s and yesterday&#039;s total rainfall from a Hydreon sensor are available in [[today.ini]] and [[yesterday.ini]] respectively. For some Oregon Scientific models, the temperature from an extra sensor can replace the temperature from the main sensor for processing by Cumulus, but all extra sensor values are stored in a series of [[Extra_Sensor_Files| monthly log]] files. No other processing is performed for Davis extra sensors, but past values are retained in a series of [[Extra_Sensor_Files| monthly log]] files.  The file [[strings.ini]] is used to customise the description associated with extra sensors.&lt;br /&gt;
&lt;br /&gt;
== What is this &amp;quot;Solar Max&amp;quot; value which Cumulus is displaying? ==&lt;br /&gt;
&lt;br /&gt;
It&#039;s the current theoretical maximum solar radiation value at the current date and time at your location. It is calculated using the Ryan-Stolzenbach formula, and uses the &#039;transmission factor&#039; configurable in the station settings to allow for the effect of transmission through the atmosphere. The figure is not particularly useful in itself; it is used if you have a solar sensor, to compare with the current solar radiation reading, in an attempt to determine whether the sun is currently shining or not.&lt;br /&gt;
&lt;br /&gt;
== My Fine Offset console says the memory is nearly full - how do I clear it? ==&lt;br /&gt;
&lt;br /&gt;
You don&#039;t need to, and it&#039;s much safer if you don&#039;t; clearing the memory could lead to a loss of data. The memory indicator on the console has no effect on the logging of data; the console will automatically start re-using the oldest memory locations. As long as you are running Cumulus (at least occasionally), Cumulus will have downloaded the data it needs from the console, so the console is free to overwrite the oldest data when it needs to.&lt;br /&gt;
&lt;br /&gt;
== How do I get my Davis station with USB working with Cumulus? ==&lt;br /&gt;
&lt;br /&gt;
Cumulus cannot drive the station in USB mode, you must install &#039;virtual serial port&#039; drivers, and configure Cumulus to use the virtual serial port. Make sure you have the station connected to the PC during the following operations.&lt;br /&gt;
&lt;br /&gt;
You should first make sure that you can use the station with Weatherlink, in serial mode. If you have not already installed the Weatherlink software, install the version which came with your weather station. You should then upgrade to the latest version of Weatherlink; you can download the update from the Davis web site,  [http://www.davisnet.com/support/weather/downloads/software_sftwr.asp here].&lt;br /&gt;
&lt;br /&gt;
You now need to install the &#039;CP210X USB to Serial Converter&#039;. You may find a link on your Start menu under &#039;Weatherlink&#039;. Alternatively, you should find it in the folder where Weatherlink was installed, under &#039;Support&#039; then &#039;Utilities&#039;. Davis also make version 2 of this utility available on their web site, [http://www.davisnet.com/support/weather/downloads/software_driver.asp here], and you may find that this version will work for you if the installed version does not. It should be clear from the messages output by the utility that it has successfully switched the logger to serial mode. &lt;br /&gt;
&lt;br /&gt;
It&#039;s a good idea to then update the driver to the latest version from the Silicon Labs web site, particularly if you use Windows 7 or later. You can download it [http://www.silabs.com/products/mcu/pages/usbtouartbridgevcpdrivers.aspx here] - click on &#039;VCP driver kit&#039; under &#039;Download for Windows XP/Server 2003/Vista/7...&#039; to begin the download. Run the executable once it&#039;s downloaded.&lt;br /&gt;
&lt;br /&gt;
At this point, it&#039;s best to restart your computer.&lt;br /&gt;
&lt;br /&gt;
You should now run Weatherlink, and attempt to connect to the weather station &#039;&#039;&#039;in serial mode&#039;&#039;&#039;. Weatherlink should find the appropriate COM port number automatically. If not, you can find it under &#039;Ports (COM &amp;amp; LPT)&#039; in the Windows device manager. Look for the port called &#039;USB Serial Port (COMn)&#039;, where &#039;n&#039; is a number. That&#039;s the number of the port you need to use in Weatherlink. If you cannot get Weatherlink to work using this virtual COM port, it is unlikely that you will be able to get Cumulus to work either, so either contact Davis support, explaining that you are trying to use the virtual serial port drivers because you want to run third-party software, or ask in the Cumulus forum, someone may be able to advise.&lt;br /&gt;
&lt;br /&gt;
Once you have Weatherlink connected and working via the virtual serial port, &#039;&#039;&#039;close it down&#039;&#039;&#039;, and start Cumulus.&lt;br /&gt;
&lt;br /&gt;
In the station settings in Cumulus, select the appropriate station type for your station; under &#039;VP Type&#039; select &#039;&#039;&#039;Serial&#039;&#039;&#039;; in the serial port section enter the COM port number that you found earlier. You may need to restart Cumulus at this point. It will then start displaying live data. Note that the it deliberately does not download any historical logger data from before the current point in time. When you run it subsequently, it will download logger data to catch up if necessary from when you last ran it, but never from earlier than when you first ran it.&lt;br /&gt;
&lt;br /&gt;
If you still having difficulty, the Davis Weatherlink manual offers this advice, which may be useful:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Included with the WeatherLink software is a utility that allows you to convert a USB data logger from a direct USB data logger back to a USB data logger that emulates the serial port. To use&lt;br /&gt;
this utility, select Convert USB to Virtual Serial in your WeatherLink program group on the Start menu of your computer (Start&amp;gt;AllPrograms&amp;gt;WeatherLink&amp;gt;Convert USB to Virtual Serial) and run the utility to convert your data logger. Please contact Davis Technical Support (“Contacting Davis Technical Support” on page 26) for more information.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== Why does Cumulus do some things the way it does, when there are better ways? ==&lt;br /&gt;
&lt;br /&gt;
Cumulus was originally something I &#039;knocked together&#039; quickly when I got my first weather station, simply because I couldn&#039;t find any other software anywhere which I was prepared to use. No &#039;design&#039; went into it, it was really just a prototype. Some of the things I did were just quick &#039;hacks&#039; that I intended to fix when I did it &#039;properly&#039;. But I never got around to going back and doing it &#039;properly&#039;, and it was never my intention that anyone else would use it. But I was persuaded to make it available for others, and then to add more and more enhancements. &lt;br /&gt;
&lt;br /&gt;
The fact that it works with several different types of weather station means that much of it is a compromise; it doesn&#039;t use certain features of the weather station which it could use if it were dedicated to that type of weather station. For example, it typically does not use any high/low data that the station might store internally. Instead, it maintains its own high/low data from individual readings. There are a number of reasons for this; the fact that Cumulus supports an 0900-0900 day, and the weather station does not, and the fact that typically Cumulus maintains far more high/low values than the station does, and these need to be self-consistent. &lt;br /&gt;
&lt;br /&gt;
So yes, I am aware that some of things that Cumulus does may seem strange, but it is simply not possible for me to start again from scratch, knowing what I know now. And it is not possible for me to effectively produce separate versions of Cumulus specifically for each type of weather station. If you don&#039;t like the way Cumulus does certain things, do what I did and write your own software!&lt;br /&gt;
&lt;br /&gt;
== Can I run 2 copies of Cumulus? ==&lt;br /&gt;
&lt;br /&gt;
3 options:&lt;br /&gt;
*You can install Cumulus on more than one PC, but each copy must connect directly to its own weather station (one station connected per PC).&lt;br /&gt;
*You can install 2 copies of Cumulus in different paths on a single PC, &#039;&#039;if you have two weather stations&#039;&#039; and Cumulus is able to distinguish between them, e.g. they are from different manufacturers, or both are serial port stations (different ports), or one is USB and one is serial, or one is a Weatherlink IP. In other words the  combination that does not work on a single PC is two USB stations from the same manufacturer. Note that Davis stations with USB loggers are serial port stations as far as Cumulus is concerned, so there are no problems using multiple copies of Cumulus with multiple Davis stations on the same PC.&lt;br /&gt;
*It is possible to back up the Cumulus files from one installation running off a weather station, and briefly have another reduced functionality copy just looking at historic data without ever any updating (the second Cumulus is set up as if reading from an EasyWeather.dat file, but not given a path/file name) - see [[Cumulus.ini#Introduced_for_problems_with_Fine_Offset_family:|Easyweather.dat section here]].&lt;br /&gt;
&lt;br /&gt;
= Troubleshooting  =&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Please note, these answers are written for Cumulus 1.x.y; the support forum is where Cumulus MX problems are discussed, together with how screens and files are different for the beta development.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== My &#039;Error&#039; light is flashing  ==&lt;br /&gt;
&lt;br /&gt;
Click on it, and a window will open describing the error. It may just be a temporary ftp problem. If you want to stop ftp errors being reported in this way, you can turn them off in the display settings (&amp;quot;Show FTP errors on error log window&amp;quot;).&lt;br /&gt;
&lt;br /&gt;
== My ‘new record’ light has stopped flashing  ==&lt;br /&gt;
&lt;br /&gt;
It is the normal situation that the light does not flash. The ‘new record’ light only flashes when an all-time record has been broken. It stops flashing if you click on it or restart Cumulus, until another all-time record is broken. When you first start using Cumulus, inevitably the light will flash a lot, even if you cancel it, as you will be breaking records constantly. After a while, it will &#039;settle down&#039; and not flash so often.&lt;br /&gt;
&lt;br /&gt;
== I installed a new version and my web page templates got over-written  ==&lt;br /&gt;
&lt;br /&gt;
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, place them in a different folder and use the ‘extra files’ facility. From version 1.8.9, the installer offers the option of not over-writing the web templates; it unconditionally also installs them to a sub-folder of the web folder called &#039;originals&#039;, so you can refer to them if required, even if you chose not to over-write those in the web folder.&lt;br /&gt;
&lt;br /&gt;
== I can’t find my data files!  ==&lt;br /&gt;
&lt;br /&gt;
You’re probably running Windows Vista/Windows 7/Windows 8 (or one of the corresponding server versions of Windows). Look in C:\Users\[username]\AppData\Local\VirtualStore\Program Files\Cumulus - note that this is a &#039;hidden&#039; folder. Ideally, to avoid this situation, you would install to somewhere outside the Program Files hierarchy, as recommended in the readme.txt.&lt;br /&gt;
&lt;br /&gt;
== I can&#039;t save my NOAA reports! ==&lt;br /&gt;
&lt;br /&gt;
You&#039;ve probably corrupted your Cumulus.ini file in the default Cumulus folder. See [[Cumulus.ini#Section:_NOAA]]. It can only be edited either (if Cumulus is stopped) with an external text file editor or (with Cumulus running) using the &#039;&#039;NOAA Setup&#039;&#039; in the configuation menu.  Pay attention to where the quotes are required for the file names, and check that you have an allowed date format (see [[Webtags#Time.2FDate_.27format.27_Parameter]]).&lt;br /&gt;
&lt;br /&gt;
== My sunrise and sunset times are wrong  ==&lt;br /&gt;
&lt;br /&gt;
You&#039;ve almost certainly entered your co-ordinates incorrectly, or not entered them at all - on the station settings screen. You must enter DEGREES, MINUTES, and SECONDS, no other format will work. Make sure to use &#039;&#039;&#039;unsigned whole numbers&#039;&#039;&#039; for degrees, minutes, and seconds, with a &#039;W&#039; for your longitude if you&#039;re West of the Greenwich meridian (e.g. if you are in the United States), and the appropriate letter for your latitude (N for northern hemisphere, S for southern hemisphere). &lt;br /&gt;
&lt;br /&gt;
If you are not familiar with the degrees/minutes/seconds standard format and have your co-ordinates in some other format, there are pages on the web which will convert for you. One such is here: http://transition.fcc.gov/mb/audio/bickel/DDDMMSS-decimal.html&lt;br /&gt;
&lt;br /&gt;
One other less likely possibility is that you have set the wrong time zone on your PC.&lt;br /&gt;
&lt;br /&gt;
== The Moon rise or set time is showing dashes.  ==&lt;br /&gt;
&lt;br /&gt;
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. &lt;br /&gt;
&lt;br /&gt;
== The Moon image is just black ==&lt;br /&gt;
&lt;br /&gt;
It&#039;s probably a New Moon.&lt;br /&gt;
&lt;br /&gt;
== Why are the &#039;Yesterday&#039; figures missing on the Main Cumulus Screen? ==&lt;br /&gt;
&lt;br /&gt;
The yesterday values on the Main Screen under &amp;quot;Recent Extremes&amp;quot; are not shown correctly:&lt;br /&gt;
*EITHER when the &#039;&#039;end of day rollover has not taken place&#039;&#039;. &lt;br /&gt;
**The usual cause of this is allowing your PC to &#039;sleep&#039; while Cumulus is running. &lt;br /&gt;
**The support forum mentions a few other causes. &lt;br /&gt;
**Cure this (if you have a weather station type that has a log that Cumulus reads) by looking in &amp;quot;&#039;&#039;Cumulus\backup&#039;&#039;&amp;quot; folder, and finding a backup directly in that folder or in &amp;quot;daily&amp;quot; sub-folder for just before the problem. With Cumulus stopped, copy all the files in that backup into the &amp;quot;&#039;&#039;&#039;Cumulus\data&#039;&#039;&#039;&amp;quot; folder, and then restart Cumulus. &lt;br /&gt;
*OR if Cumulus was unable to read observations from your station during that day, but can today. &lt;br /&gt;
**You can try the same cure, but may not be able to recover the lost information in this case.&lt;br /&gt;
&lt;br /&gt;
== Why do I have some unexpected zero figures? ==&lt;br /&gt;
&lt;br /&gt;
Cumulus may not be able to update some values/extremes, leaving them at zero, if:&lt;br /&gt;
*EITHER you are allowing your PC to go into sleep/standby while Cumulus is running,&lt;br /&gt;
*OR you have more than one copy of Cumulus attempting to interrogate the same weather station,&lt;br /&gt;
*OR you are closing Cumulus down very close to before/after roll-over (the latter is a restriction due to the way the processing of logger data works).&lt;br /&gt;
&lt;br /&gt;
== I’ve ‘zoomed’ a graph, how do I get it back to full size?  ==&lt;br /&gt;
&lt;br /&gt;
Drag from lower right to upper left.&lt;br /&gt;
&lt;br /&gt;
== Cumulus won&#039;t read the data from my station  ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CUMULUS RUNNING&#039;&#039;&#039;&lt;br /&gt;
If you have one of the Fine Offset clones, make sure you have configured your relative pressure correctly. If Cumulus finds an &#039;impossible&#039; value, it will ignore all data from your station.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CUMULUS RE-STARTED&#039;&#039;&#039;&lt;br /&gt;
If Cumulus does not read catch-up data from the station logger:&lt;br /&gt;
#Your station type may not have a logger, if so Cumulus cannot read anything from station while software was not running.&lt;br /&gt;
#There is a bug in the Davis DLL (Dynamic-Link Library) that Cumulus 1.x.x uses, where it never downloads the last archive record; so if there is only one to download (compare how long Cumulus was stopped with logging interval on your Davis station), it doesn&#039;t get any at all. (See [[#Cumulus_takes_a_long_time_to_download_the_data_from_my_Davis_station_at_start_up|here]] for opposite problem). Cure this by ensuring if you stop Cumulus you either leave it stopped for less than Davis logging interval time, or don&#039;t restart until after at least 2 logging intervals.&lt;br /&gt;
#You have not selected &amp;quot;&#039;&#039;&#039;Use data logger&#039;&#039;&#039;&amp;quot; in the &#039;&#039;Settings&#039;&#039; section of the &#039;&#039;&#039;Station settings&#039;&#039;&#039; screen accessed from &#039;&#039;Configuration&#039;&#039;  menu. Correct this:&lt;br /&gt;
##Stop Cumulus after changing this setting&lt;br /&gt;
##Look in &#039;&#039;Cumulus\backup&#039;&#039; folder (or its &#039;&#039;daily&#039;&#039; sub-folder) for a folder of .ini files prior to the problem, copy all those files to overwrite the ones in &#039;&#039;Cumulus\data&#039;&#039; folder&lt;br /&gt;
##Re-start Cumulus, it should use revised start date/time, and read the station logger for the whole re-wind period&lt;br /&gt;
#If there is another problem, read the instructions accessed from &amp;quot;Please click here before posting&amp;quot; at the top of the support forum page including the request to zip up the contents of the &#039;&#039;Cumulus\diags&#039;&#039; folder when asking for such support.&lt;br /&gt;
&lt;br /&gt;
== Cumulus read some invalid figures from my station ==&lt;br /&gt;
If you have:&lt;br /&gt;
*just started using Cumulus, &lt;br /&gt;
*just re-started Cumulus and you are only getting bad data when you start Cumulus up (i.e. when it is using archive data from the station logger),&lt;br /&gt;
*or you have just changed some settings,&lt;br /&gt;
... check you have the correct station type selected (see the Cumulus &#039;&#039;Help&#039;&#039; for the settings screen).&lt;br /&gt;
&lt;br /&gt;
Choosing the wrong station type means individual items of information are not correctly assigned to weather parameters.  Cumulus knows what is at what location for each station type. &lt;br /&gt;
*Is the information &#039;&#039;correct on the station console&#039;&#039; (i.e. not a fault with a sensor), but incorrectly displayed on Cumulus screen (i.e. transfer problem)? &lt;br /&gt;
Check all your settings on Cumulus, or see [[#Cumulus_won.27t_read_the_data_from_my_station|previous question]].&lt;br /&gt;
*If the &#039;&#039;station itself shows incorrect figures&#039;&#039;, a sensor may have a problem (mechanical or electrical failure, obstruction by animal activity) or a battery may need replacing.&lt;br /&gt;
Over successive versions of Cumulus more and more code has been incorporated to deal with the way some stations are prone to reporting rogue readings.&lt;br /&gt;
*Ensure you are using the latest Cumulus build, if you are using an old version you will not have any enhancements made since the earlier build that might improve the way Cumulus reads from your station type.&lt;br /&gt;
In general, if Cumulus 1.x.x identifies an odd value it will reuse the last good value instead, assuming that the problem will either right itself, or be spotted and dealt with quickly.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fine Offset stations&#039;&#039;&#039; are prone to reporting the odd non-sensical value, and Cumulus has the ability to compare successive readings:&lt;br /&gt;
*From the &#039;&#039;&#039;Configuration&#039;&#039;&#039; menu select [[Cumulus_Screenshots#Configuration_Menu_Screens|&#039;&#039;Calibration&#039;&#039;]] and in the &#039;&#039;&#039;Spike removal&#039;&#039;&#039; frame you can specify &amp;quot;the maximum &#039;&#039;&#039;differences&#039;&#039;&#039; between successive values&amp;quot; that Cumulus is to tolerate. See the &#039;&#039;&#039;Help&#039;&#039;&#039; for that screen, and note that spike removal applies while Cumulus is running, not to catch-up readings from the station&#039;s logger. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Possible Cure:&#039;&#039;&#039;&lt;br /&gt;
The purpose of the backup files is to allow Cumulus to be &#039;rewound&#039; to a particular point in time.  It simulates the situation where someone had closed Cumulus down at that point, and is only now starting it up again, and needs data to be downloaded from the station&#039;s logger to catch up to the present time. Obviously this cure will not work if your station type does not have a logger (one is needed for Cumulus to read old readings again).&lt;br /&gt;
*If you have only installed Cumulus a few days ago, or have just re-started Cumulus after it was stopped and encounter multiple &#039;&#039;rogue readings in the catch-up from the station logger&#039;&#039;; &#039;&#039;&#039;one possibility&#039;&#039;&#039; is to stop Cumulus and find the backup files that it took when you started it up (or just after the previous roll-over time), copy those files into the data folder, overwriting the ones that are there, then when you start it up again it could sort itself out.&lt;br /&gt;
The [[Diags]] log often contains useful information for sorting out what has been read, which values have been ignored, and which highs or lows may have been updated incorrectly. Note that automatic backups are made just after roll-over time because restarting Cumulus when there are no logger records to read before roll-over has been known to cause problems. Therefore, the backup to choose might be one with the date before when the problem occured, but remember that any calculations Cumulus makes are based on readings at least every minute when Cumulus is running, but for the catch up period such calculations can only use the readings available at your station&#039;s logging interval. Note if you choose a later backup and it does not work, you can always then repeat the &#039;rewind&#039; with a earlier backup.&lt;br /&gt;
&lt;br /&gt;
== I get very large amounts of rainfall shown, or other high readings ==&lt;br /&gt;
&lt;br /&gt;
Fine Offset stations have a habit of producing unbelievable readings, and Cumulus filters many of these out automatically. You can also use the &#039;spike removal&#039; settings on the calibration page, and Cumulus will then filter out large changes in readings. Please read the help for how to use these settings. Another possible explanation is that you have chosen the wrong station type in the Cumulus station settings. You should only select the &amp;quot;Fine Offset with UV/Light sensor&amp;quot; type if your station actually has SENSORS for these. Your station may have solar CHARGING, but this is not the same as having a solar SENSOR, and so you should choose the &amp;quot;Fine Offset (WH1080 etc)&amp;quot; type. Typically, stations which do have solar SENSORS have a model number which starts with a &#039;3&#039;, e.g. WS3080, and stations without solar sensors start with a &#039;1&#039; or &#039;2&#039;. Selecting the wrong type of station will cause Cumulus to misinterpret the logger data read from the station (which it uses when it starts up) and hence incorrect readings will result, typically when you restart Cumulus.&lt;br /&gt;
&lt;br /&gt;
== My station invented some rain that didn&#039;t really occur, and I want to set it to zero (or some other figure)  ==&lt;br /&gt;
&lt;br /&gt;
Cumulus does include some code to try to ignore some obvious rain errors. For example, if the station reports negative rain, Cumulus will normally ignore that, but if for 6 consecutive readings the rain cumulative count stays below what it was before, Cumulus will normally accept the new count as a new starting point. Because many positive values are realistic (see sub-answers), Cumulus generally will accept those as a result of accidental knocking of a tipping bucket gauge, due to wind effects on the gauge, or even due to the station electronics generating a rogue reading.&lt;br /&gt;
=== (Invented rain) Error in today&#039;s total===&lt;br /&gt;
#correct today&#039;s total using the &#039;today&#039;s rain&#039; editor on the edit menu.&lt;br /&gt;
#optionally stop Cumulus and edit [[today.ini]] to change the &#039;&#039;LastTip=&#039;&#039;(look up previous value in a recently backed up today.ini) parameter.&lt;br /&gt;
#Remember that &#039;ConsecutiveDryDays&#039; and &#039;ConsecutiveWetDays&#039; do not include today.&lt;br /&gt;
&lt;br /&gt;
=== (Invented rain) Error in yesterday&#039;s total ===&lt;br /&gt;
#edit the total for the relevant day in dayfile.txt, using the dayfile.txt editor on the edit menu.&lt;br /&gt;
#optionally edit yesterday&#039;s total (which is only held temporarily for display purposes) in [[today.ini]], while Cumulus is stopped.&lt;br /&gt;
=== (Invented rain) Error in total or high rainfall rate for any day before today ===&lt;br /&gt;
Just edit the total or rate for the relevant day in dayfile.txt, using the [[Cumulus_Screenshots#File.2FEdit.2FHelp_Menu|dayfile.txt]] editor on the edit menu.&lt;br /&gt;
&lt;br /&gt;
=== (Invented rain) Error in total, or extremes, for this month and/or this year ===&lt;br /&gt;
See next FAQ. Once you have corrected the daily totals (or high rainfall rates) in dayfile.txt, you can use the editors (on the edit menu) for &#039;This Month&#039; and &#039;This Year&#039; to fetch the corrected values from dayfile.txt (or enter figures manually).&lt;br /&gt;
&lt;br /&gt;
=== (Invented rain) Error in all-time records ===&lt;br /&gt;
See [[#How_do_I_correct_my_all-time_.28or_monthly_all-time.29_records.3F |this FAQ]].&lt;br /&gt;
&lt;br /&gt;
To see the previous value for all-time records see [[Alltimelog.txt]]. If your all-time records, or month-by-month all-time records have been affected, you can use the built-in editors. These can fetch the correct values once you have corrected dayfile.txt.&lt;br /&gt;
&lt;br /&gt;
===  (Invented rain and) Other rain figures ===&lt;br /&gt;
Note that other rain figures, such as &#039;rain last hour&#039; and &#039;rain last 24 hours&#039; depend on a sensible progression of the rain counter, so it&#039;s not easy to correct this; it&#039;s easier to wait until the erroneous figure is far enough in the past so as not to affect the calculation. If you really do want to try to correct it; you would need to stop Cumulus, then find and edit multiple field 11 (assuming date is field 0) the Cumulus &#039;rain counter&#039; values in the [[monthly_log_files]] in the current monthly log file so they are correct relative to the current value of the rain counter (i.e. the latest one logged).&lt;br /&gt;
&lt;br /&gt;
===  (Invented rain) Error prevention by Spike removal ===&lt;br /&gt;
#It is better to try to avoid spurious rain being recorded in the first place.&lt;br /&gt;
#Cumulus attempts to ignore large increases in the rain total automatically, and is quite often successful.&lt;br /&gt;
#For &#039;hourly rain&#039; and &#039;rain rate&#039;, you can set &#039;spike removal&#039; settings on the calibration settings screen. The value you set here, is the maximum change allowed between successive observations. Rain Rate corrections apply only to Fine Offset and La Crosse stations (which are known to occasionally produce faulty rain readings).&lt;br /&gt;
&lt;br /&gt;
===  (Invented rain) More information ===&lt;br /&gt;
There is more information about correcting rogue data elsewhere in the Wiki, in the pages about the [[:Category:Log_Files|log files]].&lt;br /&gt;
&lt;br /&gt;
== My monthly and/or annual rainfall totals are wrong  ==&lt;br /&gt;
&lt;br /&gt;
Cumulus calculates these when it is restarted, holds the values within memory, and increments them as required while it is running. This FAQ in the previous section [[#Where_does_Cumulus_get_its_this_month_and_this_year_rainfall_totals_from.3F]] has a concise description of how Cumulus calculates these figures.&lt;br /&gt;
&lt;br /&gt;
* The rainfall total shown on the &#039;&#039;This month&#039;&#039; screen within the &#039;&#039;&#039;View&#039;&#039;&#039; menu, is calculated from summing [[dayfile.txt]] totals for a selected month, and so for the default current month will exclude the current meteorological day.  The rainfall total for today so far is added for the web tag &#039;&#039;&amp;lt;#rmonth&amp;gt;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
* The rainfall total shown on the &#039;&#039;This year&#039;&#039;  screen within the &#039;&#039;&#039;View&#039;&#039;&#039; menu, is calculated from summing totals in dayfile.txt for a selected calendar year. For the default current year, it will exclude the current meteorological day.&lt;br /&gt;
&lt;br /&gt;
* The rainfall total reported by the &#039;&#039;&amp;lt;#ryear&amp;gt;&#039;&#039; web tag is for the rainfall season to date, it is calculated from taking today&#039;s rain and then adding the sum of the totals in dayfile.txt starting with the first (meteorological) day of the month specified in the &#039;rainfall season&#039; frame on the &#039;&#039;station settings&#039;&#039; screen within the &#039;&#039;&#039;Configuration&#039;&#039;&#039; menu, until the end of dayfile.txt is reached. So check you have specified the right starting month there before deciding the rainfall total shown is wrong. &lt;br /&gt;
&lt;br /&gt;
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 also on the [[Cumulus_Screenshots#Station|Station Configuration screen]].  Make sure you specify the first Cumulus operating year here, otherwise the extra will be added to the annual total for the wrong year!&lt;br /&gt;
&lt;br /&gt;
See immediately preceding FAQ [[#My_station_invented_some_rain_that_didn.27t_really_occur.2C_and_I_want_to_set_it_to_zero_.28or_some_other_figure.29 |correcting rainfall]]  for how to correct errors in total for particular days and how to correct the high extremes for the various periods.&lt;br /&gt;
&lt;br /&gt;
In all cases then restart Cumulus to get the monthly and annual totals recalculated from correct daily totals. &lt;br /&gt;
&lt;br /&gt;
If you need to correct within day values for trend graphs as well as the longer period totals, provided you know roughly when the rogue rainfall was recorded, find (and edit) it in the [[monthly_log_files]], field 11 (assuming date is field 0) is the count used to derive other parameters. Increasing the value in the count field, decreases the difference to the next (or current) count, and therefore reduces the rain in the in-between period.&lt;br /&gt;
&lt;br /&gt;
== The ‘gust’ line has disappeared from my graph  ==&lt;br /&gt;
&lt;br /&gt;
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. Depending on your weather station type, there are a few things you could try, to improve things. Decrease your station&#039;s logger interval, and if you have Cumulus calculating the wind speed average and you have a Fine Offset station, set &#039;Use speed for avg calculation&#039;.&lt;br /&gt;
&lt;br /&gt;
== My ‘gust’ values are the same as my ‘average’ wind speed values.  ==&lt;br /&gt;
&lt;br /&gt;
As above, you probably have Cumulus set to calculate a 10-minute average, and your station logger period is 10 minutes or longer, so your gust comes out the same as the average when using data from the logger. See the previous FAQ for suggestions on how to improve this.&lt;br /&gt;
&lt;br /&gt;
== I’ve just installed Cumulus, and it didn’t download all the old data from my weather station  ==&lt;br /&gt;
&lt;br /&gt;
Cumulus deliberately doesn’t attempt to download any data from before the point when you first run it. If you wish, although this isn&#039;t recommended, 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 (you will need to have run it at least once previously). Note that if you do this, it is at your own risk, and you will need to sort out any issues which may arise yourself.&lt;br /&gt;
&lt;br /&gt;
If you do this, you will probably need to edit your log files in the &#039;&#039;&#039;data&#039;&#039;&#039; folder as you may have duplicate entries and/or entries out of order. Your rain totals will almost certainly also be wrong - the total for &amp;quot;today&amp;quot; in particular. See the [[FAQ#My_station_invented_some_rain_that_didn.27t_really_occur.2C_and_I_want_to_set_it_to_zero_.28or_some_other_figure.29 |FAQ]] entry about correcting rainfall data. If you have only just started using Cumulus, you could delete all of the files in the data folder, and just create a simple today.ini as below. Then when you start Cumulus it will start again with just the data from the station&#039;s logger.&lt;br /&gt;
&lt;br /&gt;
Note that this method does not work for the Oregon WMR200 station. This station deletes logger entries when they are downloaded, and there is no mechanism for retrieving logger entries for a particular period - it just sends all the entries that it has. You may be able to circumvent this by creating a today.ini file in the data folder before you run Cumulus, with just this in it:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[General]&lt;br /&gt;
Date=10/04/2012&lt;br /&gt;
Timestamp=10/04/2012 10:00:00&lt;br /&gt;
CurrentYear=2012&lt;br /&gt;
CurrentMonth=4&lt;br /&gt;
CurrentDay=10&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Change the dates and time to match the point from which you want Cumulus to start downloading data. If the station has already sent the data, this may not work, unfortunately.&lt;br /&gt;
&lt;br /&gt;
If you stored data from your weather station (on another file-based system) before you first ran Cumulus, then you may be able to (using a text editor outside Cumulus) generate [[Monthly log files]] for the pre-Cumulus period.  See that Wiki article for more information on what you can then do with those files within Cumulus.&lt;br /&gt;
&lt;br /&gt;
== I have inserted pre-Cumulus data and now I get errors ==&lt;br /&gt;
&lt;br /&gt;
Probably some of your inserts used the wrong format (blank rows, fields with real numbers where integers expected, alternatively missing or duplicated fields). See [[:Category:Log_Files]]. Note that Cumulus will only flag errors in the log files that it reads (e.g. those relating to the period for which it displays trends graphs).  Check all the log files you have amended.&lt;br /&gt;
&lt;br /&gt;
== I have inserted pre-Cumulus data making &#039;Records began on&#039; date wrong ==&lt;br /&gt;
&lt;br /&gt;
Stop Cumulus and edit [[Cumulus.ini#Section:_Station | cumulus.ini (station section)]] within the main Cumulus folder. Change the &amp;quot;StartDate=&amp;quot; line. Be sure to use the same format for the date.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note&#039;&#039;&#039; &#039;&#039;StartDate=xxxx&#039;&#039; does &#039;&#039;not&#039;&#039; need to be updated for Cumulus to recognise earlier data in log files in its &#039;&#039;data&#039;&#039; subfolder.  &lt;br /&gt;
&lt;br /&gt;
It really represents &amp;quot;Cumulus began on&amp;quot;, so there is an alternative of leaving cumulus.ini unchanged, but editing default Cumulus &#039;&#039;recordsT.htm&#039;&#039; template twice:&lt;br /&gt;
*after the h2 heading is &#039;&#039;&amp;amp;lt;p&amp;amp;gt;Records began on &amp;lt;#recordsbegandate&amp;gt;. Here are the extremes recorded since then.&amp;amp;lt;/p&amp;amp;gt;&#039;&#039;;  you can replace &#039;&amp;lt;#recordsbegandate&amp;gt;&#039; with the new earliest date typed in as text; and&lt;br /&gt;
*at the start of the table is the &#039;&#039;&amp;amp;lt;caption&amp;amp;gt;Records Since &amp;lt;#recordsbegandate&amp;gt;&amp;amp;lt;/caption&amp;amp;gt;&#039;&#039;; replace the label &amp;quot;Records since&amp;quot; with &amp;quot;Cumulus began on&amp;quot; leaving the web tag unchanged.&lt;br /&gt;
&lt;br /&gt;
== Cumulus doesn’t show the same pressure as my Fine Offset console  ==&lt;br /&gt;
&lt;br /&gt;
Cumulus displays atmospheric pressure corrected to sea level. The console calls this ‘relative pressure’; it displays the letters &amp;quot;rel&amp;quot; when this is being displayed.  First of all, check&lt;br /&gt;
# that you are comparing the Cumulus display with the ‘relative’ pressure on your console,&lt;br /&gt;
# that only one copy of Cumulus is accessing the weather station (and no other software),&lt;br /&gt;
# that you do not have a &#039;EWpressureoffset=x.y&#039; line in the [Station] section of [[Cumulus.ini#Introduced_for_problems_with_Fine_Offset_family:| cumulus.ini]],&lt;br /&gt;
# and that you do not have a setting for pressure on the Cumulus calibration screen.&lt;br /&gt;
&lt;br /&gt;
The Fine Offset stations only store absolute/station pressure readings in their weather memory locations updated with each transmission and read by Cumulus. Within Cumulus, the software applies the adjustment to sea level before any further processing. It does &#039;&#039;not&#039;&#039; use the altitude setting in the cumulus station configuration screen.&lt;br /&gt;
Normally when Cumulus starts, it reads in [http://www.jim-easterbrook.me.uk/weather/mm/ the fixed block] in the console a pair of absolute/station pressure and relative/sea level pressure readings and uses the difference between these as the ‘offset’ in millibar for the station;  Cumulus uses this offset subsequently to calculate the sea level pressure (each time when reading the absolute pressure in the weather memory locations of the station), but it is possible to define the offset in cumulus.ini instead. &lt;br /&gt;
&lt;br /&gt;
Make sure that you have set your console&#039;s relative pressure correctly:&lt;br /&gt;
*for a push button operated model, press &#039;menu&#039; key 4 times for pressure mode, press &#039;enter&#039; to move to relative pressure setting, press &#039;up&#039; or &#039;down&#039; to adjust value.&lt;br /&gt;
*if your model uses a touch sensitive screen then it is probably tap the reading three times, then touch &#039;+&#039; or &#039;-&#039; to adjust value.&lt;br /&gt;
&lt;br /&gt;
The support forum includes discussion on where to find isobar charts or other sources to determine what the pressure should be.  Obviously after any adjustment you need to stop Cumulus, because it is when you restart it that Cumulus reads the new pressure offset.&lt;br /&gt;
&lt;br /&gt;
Sometimes the offset that cumulus reads from the fixed block is clearly garbage, so&lt;br /&gt;
# the cumulus error light is set,&lt;br /&gt;
# an error message suggests you check the station, and&lt;br /&gt;
# Cumulus uses zero offset instead as a best effort.&lt;br /&gt;
In this situation, Cumulus will display the same value as the &#039;absolute&#039; pressure on the console (no &amp;quot;rel&amp;quot; is displayed on the console when it is displaying absolute pressure). Often, if you restart Cumulus, it will then be able to read the correct value. If the problem happens often, you can circumvent it by editing cumulus.ini (while Cumulus is stopped), and in the [Station] section add an entry: &lt;br /&gt;
&lt;br /&gt;
 EWpressureoffset=x.y&lt;br /&gt;
&lt;br /&gt;
where x.y is your pressure offset. &#039;&#039;&#039;Cumulus will then use this instead of reading the fixed block offset from the station&#039;&#039;&#039;.  &lt;br /&gt;
&#039;&#039;&#039;Note&#039;&#039;&#039; that &#039;&#039;you must supply the offset in hPa&#039;&#039; (i.e. the millibar units that the station works with) and that this circumvention generally stops Cumulus from agreeing with the relative pressure displayed on the console.&lt;br /&gt;
&lt;br /&gt;
== My pressure suddenly dropped! Or suddenly increased!  ==&lt;br /&gt;
&lt;br /&gt;
If you have a Fine Offset station, and this happened when you (re)started Cumulus, it is quite likely a problem with reading the pressure &#039;offset&#039; from the station. See: &amp;quot;Cumulus doesn’t show the same pressure as my Fine Offset console&amp;quot; above.&lt;br /&gt;
&lt;br /&gt;
== I get an error when I try to view my all-time records. Also, they don’t appear on my web site  ==&lt;br /&gt;
&lt;br /&gt;
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. &lt;br /&gt;
&lt;br /&gt;
== I get an error when I close Cumulus  ==&lt;br /&gt;
&lt;br /&gt;
Cumulus does sometimes report an error when you close it. This does not appear to cause any problems, you can just close the error message. I don&#039;t seem to be able to do anything about this, as the &#039;crash&#039; is not in code that I have control over. You may be able to avoid this error by avoiding closing Cumulus while it is uploading to the internet. Please don&#039;t bother sending me a bug report about this. &lt;br /&gt;
&lt;br /&gt;
== My forecast says &amp;quot;Not available&amp;quot;  ==&lt;br /&gt;
&lt;br /&gt;
You can get Cumulus to create a simple forecast by selecting &#039;Cumulus Forecast&#039; on the Stations Settings screen. &lt;br /&gt;
&lt;br /&gt;
== My forecast always says &amp;quot;Exceptional Weather, Stormy, much precipitation&amp;quot;  ==&lt;br /&gt;
&lt;br /&gt;
You probably have incorrect Pressure Extreme settings in the Forecast section on the Station Settings window. Make sure that the values you have supplied match the units you have selected for the extremes. Note that the units for the extremes are not related to the units you have chosen for pressure display in Cumulus. The option of supplying mb/hPa or inHg for the extremes is merely a convenience; you can supply either, but the values and the units must of course match.&lt;br /&gt;
&lt;br /&gt;
== My computer hibernated/suspended, and I lost data/my graphs &#039;flat-lined&#039;  ==&lt;br /&gt;
&lt;br /&gt;
Cumulus can&#039;t cope with being suspended, it just carries on as normal after being woken. There is an option in the station settings to &#039;close on suspend&#039;, so Cumulus will close itself as a safety measure, if you forget to do it manually. Don&#039;t use the &#039;close on suspend&#039; option and the &#039;confirm shutdown&#039; option at the same time; this will cause problems. &lt;br /&gt;
&lt;br /&gt;
But I strongly recommend that you don&#039;t have your computer set to go into any form of standby while Cumulus is running - it&#039;s continuously gathering real-time data, after all, so it&#039;s a rather strange thing to do. &lt;br /&gt;
&lt;br /&gt;
== My heat index/humidex/wind chill is the same as my temperature  ==&lt;br /&gt;
&lt;br /&gt;
*Wind chill only applies when the average wind speed is above 4.8 kph &#039;&#039;&#039;and&#039;&#039;&#039; (by default in Cumulus as it should really always be set, but this is an option that can be unset) the temperature is below 10 degrees Celsius.  &lt;br /&gt;
*Heat index only applies when the temperature is above 27 degrees Celsius &#039;&#039;&#039;and&#039;&#039;&#039; the humidity is above 40%. &lt;br /&gt;
* Humidex does not have any &#039;cutoff&#039; values, but at low temperature and/or humidity it will give the same figure as ambient temperature.&lt;br /&gt;
&lt;br /&gt;
If heat index or wind chill is not applicable, Cumulus will set them the same as the ambient temperature.&lt;br /&gt;
&lt;br /&gt;
== Cumulus is showing a different wind speed compared to my console  ==&lt;br /&gt;
&lt;br /&gt;
You have probably misunderstood Cumulus processing of wind speeds, looking at different parameters, or different averaging periods.&lt;br /&gt;
*If you have a Davis weather station see [[#What_do_the_various_wind_speeds_in_Cumulus_correspond_to.2C_with_Davis_stations.3F]]&lt;br /&gt;
*If you have a Fine Offset station, see [[#What_do_the_various_wind_speeds_in_Cumulus_correspond_to.2C_with_Fine_Offset_stations.3F]] &lt;br /&gt;
* For Oregon Scientific and La Crosse stations see [[#How_do_I_set_up_recording_wind_speeds_in_Cumulus.2C_with_Oregon_Scientific_and_La_Crosse_stations]]&lt;br /&gt;
&lt;br /&gt;
Note that you can&#039;t compare the graphs drawn by Easyweather and Cumulus unless you are certain that they are plotting the same data. They can&#039;t both be running at the same time, so one would normally be plotting &#039;live&#039; data at a given interval, and the other will be plotting data downloaded from the station&#039;s logger. The wind speed will hence not normally be the same for a particular time on the graph as it may well have changed at the point that it is saved to the logger. The only situation where it &#039;&#039;would&#039;&#039; be valid to compare the graphs would be if neither were running at the times you are comparing, and both subsequently downloaded the same data from the logger.&lt;br /&gt;
&lt;br /&gt;
== I get error -32710 with Cumulus and my USB Davis station  ==&lt;br /&gt;
&lt;br /&gt;
The USB support in the Davis DLL which Cumulus uses doesn&#039;t seem to work. You need to use the CP210X USB/serial software which Davis supply, and use the station in serial mode. If you have previously been using your station with Weatherlink in USB mode, you will need to change to serial mode in Weatherlink before you can use the station with Cumulus. You can do this using [http://www.davisnet.com/support/weather/download/CP210X_USB_Serial_Converter_ver2.exe this utility from Davis]. See also this FAQ entry - http://wiki.sandaysoft.com/a/FAQ#How_do_I_get_my_Davis_station_with_USB_working_with_Cumulus.3F&lt;br /&gt;
&lt;br /&gt;
== When I start Cumulus, the graphs restart again each time and don&#039;t show the earlier data  ==&lt;br /&gt;
&lt;br /&gt;
You probably have an error in one or more data files. Look near the beginning of the latest file in the Diags folder for an error message which will tell you which file is in error and which line is causing the problem. It may simply be a blank line. Edit the file with Cumulus stopped. Note that you may need to repeat this process; only the first error is shown.&lt;br /&gt;
&lt;br /&gt;
This problem can also occur if you change your system format settings (date format, decimal and list separators etc). Again, check the diags file for a message about a number not being a valid floating point value.&lt;br /&gt;
&lt;br /&gt;
== The peak values on my graphs are not the same as my extreme values  ==&lt;br /&gt;
&lt;br /&gt;
The graphs are snapshots of the data, taken once a minute while Cumulus is running; it is not feasible to plot every data point. If the extreme value did not coincide exactly with the point at which the data was added to the graph, then it will not appear on the graph. The graphs are not intended to show all of the highs and lows, they are there to give an idea of the trends. This also applies to &#039;Select-A-Graph&#039;, which takes its data from the data logs; the highs and lows do not necessarily appear in the periodic data logs.&lt;br /&gt;
&lt;br /&gt;
This is most noticeable with wind gusts, the value of which can change rapidly, even over a period of a minute. The &#039;Plot latest gust&#039; setting causes the &#039;Latest&#039; figure (as shown on the main screen) to be plotted. What this figure represents exactly depends on your weather station type. This figure may vary rapidly, e.g. on Davis stations, it changes every 3 seconds or so. The graphs are plotted once a minute, and hence, with Davis stations, for example, there is approximately a one in 20 chance of any given &#039;latest&#039; figure actually being plotted.&lt;br /&gt;
&lt;br /&gt;
Cumulus also stores the peak value of the &#039;latest&#039; figure from the last 10 minutes. It calls this the &#039;gust&#039;, as this is a reasonable representation of a true &#039;gust&#039; figure. If you untick &#039;plot latest gust&#039;, it will plot this figure instead. As it contains the peak figure from the last 10 minutes, and the graph is plotted once a minute, plotting this value means that the high gust figure will always appear on the graph. The exception to this is with Davis stations, in the situation where the &#039;high gust&#039; figure has been read directly (as a way of ensuring that the high gust isn&#039;t missed) rather than by the usual reading of the current data. In this case, the gust is recorded as the high, but is not written to the current value, and hence does not appear on the graph, as it may be out of sequence with the current data.&lt;br /&gt;
&lt;br /&gt;
== My extreme values do not appear in the &#039;monthly&#039; data logs  ==&lt;br /&gt;
&lt;br /&gt;
The data logs are snapshots of the data, taken at the configured interval while Cumulus is running (or at the station&#039;s configured interval when data is read from the station&#039;s logger directly into the Cumulus monthly log). Cumulus, while it is running, reads the station frequently, detecting each change in observations, and can update extremes at each of these reading times.&lt;br /&gt;
&lt;br /&gt;
If the extreme value reading time did not immediately precede a time at which the data was logged, then it will not appear in the log. This is most noticeable with wind gusts, the value of which can change rapidly between log entries.&lt;br /&gt;
&lt;br /&gt;
Cumulus is designed to be kept running, if you only run it once a day, then the information it reads from the station&#039;s logger during catch up may miss extremes. For example &#039;&#039;when Cumulus reads the archive temperatures from a Davis station&#039;&#039;,  (in a compromise to allow Cumulus to have as much code as possible that is common to all weather station types) the design means that it ignores the first and second figures representing highest and lowest reported at each logged time, just reading the third figure that, depending on console configuration, is either the average value over the archive period or the final reading of the archive period (I don&#039;t know what the default is).&lt;br /&gt;
&lt;br /&gt;
== Cumulus takes a long time to download the data from my Davis station at start up  ==&lt;br /&gt;
&lt;br /&gt;
When Cumulus starts, it asks the station for all the data from the logger since the last time it was running. If the time-stamp that it supplies does not exactly match the time-stamp of an entry in the Davis logger, the station has a strange &#039;feature&#039; where it decides to send the entire contents of the logger. This will take some time to download, during which the Davis console display may appear to freeze. &lt;br /&gt;
#It is recommended that you enable the feature &#039;&#039;&#039;Synchronise station clock&#039;&#039;&#039; in the &#039;Settings&#039; block accessed from the &#039;&#039;Configuration&#039;&#039; menu  &#039;&#039;&#039;Station&#039;&#039;&#039; [[Cumulus_Screenshots#Station|Screen]].&lt;br /&gt;
#It is recommended that you set the logging interval in Cumulus (in the &#039;Data log interval&#039; block accessed from the &#039;&#039;Configuration&#039;&#039; menu  &#039;&#039;&#039;Station&#039;&#039;&#039; Screen) to the same interval as the station (the station interval can be changed using Weatherlink), then Cumulus will be able to make sure it uses a time-stamp that matches an entry in the logger. Note that this is mentioned in the &#039;&#039;&#039;readme.txt&#039;&#039;&#039; file that appears during the Cumulus installation, which you were asked to read at the time. If you didn&#039;t read it, it is strongly recommended that you do so now; it contains important information.&lt;br /&gt;
&lt;br /&gt;
== My Davis console clock is not exactly the same as my PC clock, but I have &amp;quot;Synchronise station clock&amp;quot; selected ==&lt;br /&gt;
&lt;br /&gt;
The Davis protocol only allows hours and minutes to be set, so there is always likely to be a difference of up to 60 seconds between the PC and the station.&lt;br /&gt;
&lt;br /&gt;
== Today is the shortest/longest day, but Cumulus says that tomorrow will be a few seconds shorter/longer  ==&lt;br /&gt;
&lt;br /&gt;
The routines I use to calculate (at midnight GMT) the length of the day aren&#039;t really suitable for this level of accuracy and may use the previous day in one parameter. I don&#039;t consider it an issue.&lt;br /&gt;
&lt;br /&gt;
== Cumulus got the forecast wrong!  ==&lt;br /&gt;
&lt;br /&gt;
Cumulus uses a forecast based on the Zambretti Forecaster (see Google). I didn&#039;t design the algorithm myself and to be honest I don&#039;t know how it works, so I can&#039;t answer any questions about it. Note that this is a &#039;forecast&#039; for the following 12 hours or so; it is not a &#039;nowcast&#039; (what the weather is doing now). Please regard the forecast as &#039;for entertainment purposes only&#039;. Do not base any decisions on it, and bear in mind that it is a very simple calculation based on only a few basic parameters. Some people get reasonable results, others do not. You can try tweaking the pressure extreme settings (in the Forecast section in the station settings), but don&#039;t expect the forecast to be as good as that provided by the weather agencies which have invested millions in their forecasting systems.&lt;br /&gt;
&lt;br /&gt;
== I only see one set of points on the wind direction graph  ==&lt;br /&gt;
&lt;br /&gt;
This happens just after you restart Cumulus, if the data came from the weather station&#039;s logger (i.e. Cumulus hasn&#039;t been running for a while). Weather stations only supply a &#039;current&#039; direction, and Cumulus calculates the average direction when running &#039;live&#039;.  So there is only one set of data available to be plotted, if it comes from the station logger.&lt;br /&gt;
&lt;br /&gt;
== My average wind bearing remains at zero ==&lt;br /&gt;
&lt;br /&gt;
Cumulus will always show zero average bearing when the average wind speed is zero (it can&#039;t be otherwise because it&#039;s calculated using the wind speed). In addition, it will show zero current bearing when the current wind speed is zero if you have &#039;&#039;use bearing zero when calm&#039;&#039; selected in the [[Cumulus_Screenshots#Station|station]] settings (accessible from &#039;&#039;&#039;Configuration&#039;&#039;&#039; menu).&lt;br /&gt;
&lt;br /&gt;
This also happens if your anemonmeter has a fault.&lt;br /&gt;
&lt;br /&gt;
== My graphs appear to be plotted less frequently just after Cumulus starts up  ==&lt;br /&gt;
&lt;br /&gt;
When running live, Cumulus plots data at 1-minute intervals. When it starts up, it pre-fills the graphs with data from the log files, which generally (depending on how you have Cumulus and your station configured) will be at less frequent intervals. &lt;br /&gt;
&lt;br /&gt;
== I closed Cumulus, the &#039;please wait&#039; form appeared, but Cumulus didn&#039;t close, even after several minutes  ==&lt;br /&gt;
&lt;br /&gt;
If you&#039;ve closed Cumulus shortly after it has downloaded a lot of data from the logger, it can take a while for the logging thread to get everything written away to disk, and Cumulus won&#039;t close until this has completed. However, in some circumstances, there seems to be a situation where Cumulus will never close, so you will need to close it with task manager. If you think you know what conditions cause this to happen, please let me know. &lt;br /&gt;
&lt;br /&gt;
== Cumulus isn&#039;t logging data at the interval that I set  ==&lt;br /&gt;
&lt;br /&gt;
It logs data at the interval you have configured, while it is running. If there is data to read from the station logger at start up, each logger entry is logged to the Cumulus log files, so those entries will be at the logger interval that you have configured in your station.&lt;br /&gt;
&lt;br /&gt;
== Cumulus takes a very long time to shut down ==&lt;br /&gt;
&lt;br /&gt;
You may have closed it very soon after starting it up, when it had a lot of data to download from the station logger, and you use Weather Underground. From version 1.9.1  there is a facility where it &#039;catches up&#039; with data that hasn&#039;t been uploaded to Weather Underground while it hasn&#039;t been running. This takes a little while, and if you close it while it is doing it, it will take a long time for all of the updates to time out. You need to give it sufficient time to finish the upload. From version 1.9.2, there is a &#039;catch up&#039; light which shows that the upload is taking place, and the &#039;catch up&#039; is optional&#039;; and it will abort much more quickly if you still close it while the catch up is taking place. &lt;br /&gt;
&lt;br /&gt;
== My temperature Min/Max/Avg graph is empty ==&lt;br /&gt;
&lt;br /&gt;
The most likely explanation is that you have only recently started running Cumulus (in the last day or two). It adds new values to this graph at the end of each day; it wouldn&#039;t make sense to add a value part of the way through the day, and you need a few points to be plotted before the graph starts to take shape. You need to wait until you have been running Cumulus for a few days.&lt;br /&gt;
&lt;br /&gt;
If you&#039;ve been running Cumulus for more than a few days, but the graph is still empty, the most likely explanation is that it was unable to read your dayfile.txt file. Look at the latest file in the &#039;diags&#039; folder (the files are plain text) for error messages mentioning dayfile.txt.&lt;br /&gt;
&lt;br /&gt;
== The longest dry/wet spell for this month/year includes days from last month/year ==&lt;br /&gt;
&lt;br /&gt;
This is intentional. I decided that it didn&#039;t make sense to arbitrarily chop off a dry/wet spell at the start of the month/year, as then the figure is meaningless. So the figures are to be interpreted as &amp;quot;the longest dry/wet spell which includes this month/year&amp;quot;. I note that other software takes the same approach.&lt;br /&gt;
&lt;br /&gt;
== Cumulus isn&#039;t performing periodic tasks, like data logging or web uploads ==&lt;br /&gt;
&lt;br /&gt;
Cumulus assumes a certain level of weather station functionality. It checks that it has received data from a number of sensors (e.g. pressure and outside temperature) before it starts periodic calculations, logging, uploading to the web, or drawing graphs. This is an attempt to make sure that bad data is not logged. If your weather station is not fully functional, you will not be able to use Cumulus fully. &lt;br /&gt;
&lt;br /&gt;
You can over-ride the start up check by adding a line to the [Station] section of [[Cumulus.ini#Section:_Station|cumulus.ini]], thus: &#039;&#039;NoSensorCheck=1&#039;&#039;&lt;br /&gt;
(You need to do this while Cumulus is stopped). Note that you are likely to get bad data logged if you do this.&lt;br /&gt;
&lt;br /&gt;
== I&#039;ve changed my Twitter password, and now Cumulus won&#039;t update Twitter ==&lt;br /&gt;
&lt;br /&gt;
You need to force Cumulus to re-authenticate with Twitter. Stop Cumulus and edit cumulus.ini. Find the [Twitter] section, and &#039;&#039;&#039;delete&#039;&#039;&#039; the lines which start&lt;br /&gt;
&lt;br /&gt;
OauthToken=&lt;br /&gt;
 &lt;br /&gt;
OauthTokenSecret=&lt;br /&gt;
&lt;br /&gt;
Start Cumulus and it should be able to update Twitter again.&lt;br /&gt;
&lt;br /&gt;
== When I start Cumulus, I get the error message &amp;quot;The station is not initialised&amp;quot; ==&lt;br /&gt;
&lt;br /&gt;
For Fine Offset stations, when Cumulus starts up, it checks the first two bytes of the station&#039;s memory. They are supposed to contain the values Hex 55 and Hex AA to indicate that the station has initialised itself correctly. If they do not, then presumably the station has had some kind of internal problem, so Cumulus doesn&#039;t try to read any data from it. A reset of the station normally fixes this - remove the batteries and the USB cable; but note that you will almost certainly lose any stored data in the logger.&lt;br /&gt;
&lt;br /&gt;
If you want to force Cumulus to ignore this check (not recommended), edit cumulus.ini and add a line to the [Station] section: &#039;&#039;EWdisablecheckinit=1&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
You will most likely not have any success with this, as your station memory is probably corrupted anyway.&lt;br /&gt;
&lt;br /&gt;
Note that for this setting to work, you need to be using version 1.9.3, build 1034 or later.&lt;br /&gt;
&lt;br /&gt;
== How do I correct today&#039;s or yesterday&#039;s highs and lows? ==&lt;br /&gt;
&lt;br /&gt;
Today&#039;s totals, highs and lows (and yesterday&#039;s rain total) are held in [[today.ini]] in the Cumulus data folder. Yesterday&#039;s totals (including RG11 rain but not standard rain), highs and lows are held in [[yesterday.ini]]. Follow the cross-references if you are unsure which parameter is what. To change any values, stop Cumulus and edit the file(s) in a text editor. Be sure to keep any date and time formats the same. If you are editing yesterday&#039;s highs and lows, you might also need to edit [[Dayfile.txt#Editing_daily_summary_in_Cumulus|dayfile.txt]], as the same values will probably have been written to that file. You can use the [[Cumulus_Screenshots#File.2FEdit.2FHelp_Menu|built-in dayfile editor]] in Cumulus to do this. If your all-time and/or monthly all-time records have been affected, see the [[#How_do_I_correct_my_all-time_.28or_monthly_all-time.29_records.3F|FAQ entry below]].&lt;br /&gt;
&lt;br /&gt;
If the value you want to change is today&#039;s high hourly rain figure, it is best to wait until the current figure has returned to a sensible value. There is no easy way to correct the current figure, so if you change it in today.ini while the current figure is incorrect, the high value in today.ini will immediately be changed again when you start Cumulus.  More information about correcting rain [[#My_station_invented_some_rain_that_didn.27t_really_occur.2C_and_I_want_to_set_it_to_zero_.28or_some_other_figure.29 |in this FAQ]].&lt;br /&gt;
&lt;br /&gt;
If the problem occurred because Cumulus wasn&#039;t able to download the data from the station&#039;s logger when you started it up in the morning (or perhaps you turned off the &#039;use data logger&#039; setting for some reason), you can get it to try again by &#039;rewinding&#039; to the time when you started Cumulus, and allowing it to try again. Cumulus takes a copy of the current files each time it starts up, and puts them in a folder in the backup folder in the Cumulus installation. Stop Cumulus, and find the backup folder with the appropriate timestamp, and copy all of the files from the backup folder into the Cumulus data folder, and start Cumulus up again.&lt;br /&gt;
&lt;br /&gt;
== How do I correct my all-time (or monthly all-time) records? ==&lt;br /&gt;
&lt;br /&gt;
Use the editor in Cumulus - on the Edit menu. If you know the correct figures, you can enter them manually.&lt;br /&gt;
*You can look at the [[Alltimelog.txt]] file to find the previous values for the [[Monthlyalltime.ini|all-time records]].&lt;br /&gt;
*Similar entries are logged to the [[diags]] files for the monthly highs and lows in [[month.ini]]. &lt;br /&gt;
*You can also get the editor to scan the [[dayfile.txt|daily summary log]] and [[Monthly_log_files]] to find the highs and lows from those files, click the Help button for details. Note that to use this facility you first need to correct any incorrect values in the files being scanned; you can use the built-in editor in Cumulus to edit dayfile.txt.&lt;br /&gt;
&lt;br /&gt;
Cumulus takes a backup of all the active data files when it starts up, and also at the start of the meteorological day (just after midnight for a lot of users). The backups are kept in folders within the backup sub-folder in the Cumulus installation. So an alternative method would be to find the latest backup from before the error occurred, and copy the &#039;&#039;alltime.txt&#039;&#039; and/or &#039;&#039;monthlyalltime.txt&#039;&#039; file from the backup to the Cumulus data folder. Do this with Cumulus stopped.&lt;br /&gt;
&lt;br /&gt;
There is more information in [[:Category:Log_Files]], on the page for each type of file.&lt;br /&gt;
&lt;br /&gt;
== It&#039;s January 1st and my &#039;rain since midnight&#039; and/or &#039;last 24 hours rain&#039; and/or Evapotranspiration are wrong/negative ==&lt;br /&gt;
&lt;br /&gt;
You are probably using a Davis station. Cumulus needs an incrementing rain counter to calculate all of the rain figures, and the nearest to that on a Davis station is the annual total. When this resets at the end of the year, this causes some of the rain data to show odd values for a day. You will notice this particularly if you use an 0900 start of meteorological day, as the &#039;rain since midnight&#039; figure is used for services such as Weather Underground. There&#039;s no easy solution to this, sorry.&lt;br /&gt;
&lt;br /&gt;
== Cumulus stops at the &amp;quot;Downloading data&amp;quot; screen ==&lt;br /&gt;
&lt;br /&gt;
If you have a Fine Offset station, this is probably caused by the station&#039;s interface locking up. You should be able to get it going again by doing a reset - remove batteries and the USB cable. Recent Fine Offset models have a problem where they can lock up frequently, requiring a reset. From version 1.9.3 of Cumulus onwards, there is an option to synchronise the reading of data with the console writing the data, to avoid doing both at the same time, and this seems to avoid most lockups. The setting is &amp;quot;Synchronise Fine Offset reads&amp;quot; on the station settings screen.&lt;br /&gt;
&lt;br /&gt;
If you look in the status bar at the bottom of the Cumulus window, there may a message &amp;quot;Error: no response&amp;quot;; this would confirm that the station has locked up and needs resetting.&lt;br /&gt;
&lt;br /&gt;
== Cumulus locks up when it starts and I have to use the task manager to kill it ==&lt;br /&gt;
&lt;br /&gt;
If you have a &#039;&#039;Fine Offset station&#039;&#039;, this is most likely caused by the station&#039;s interface locking up, i.e the station has stopped communicating with the PC.&lt;br /&gt;
&lt;br /&gt;
The problem where Cumulus locks up when the Fine Offset station doesn&#039;t respond is fixed in version 1.9.4. If you look in the status bar at the bottom of the Cumulus main window, there may be a message &amp;quot;Error: no response&amp;quot;; this would confirm that the station has locked up and needs resetting.&lt;br /&gt;
&lt;br /&gt;
You should be able to get the station going again by doing a reset - either remove console batteries and the USB cable or press the reset button hidden below the small hole (on 1081-based models, above the top RH corner of the battery cover). Recently manufactured Fine Offset models have a problem where they can lock up frequently, requiring a power reset. From version 1.9.3 of Cumulus onwards, there is an option on &#039;&#039;station settings screen&#039;&#039; to &#039;&#039;&#039;Synchronise Fine Offset Reads&#039;&#039;&#039; (Cumulus reading data from console) with the timing of received transmissions from sensors updating the data, to avoid doing both at the same time, and this seems to avoid most lockups.&lt;br /&gt;
&lt;br /&gt;
== Error messages with &amp;quot;Error on line...&amp;quot; or &amp;quot;Error at line...&amp;quot; ==&lt;br /&gt;
&lt;br /&gt;
These are corruptions in the log files, typically caused by Cumulus being unexpectedly closed (e.g. killed using Task Manager, or a PC reboot) while it is writing to the log files, but there can be other causes. The error message may say something like &amp;quot;List index out of bounds&amp;quot;. The error message will name the affected file(s) and the affected line number(s).&lt;br /&gt;
&lt;br /&gt;
Stop Cumulus and open the named file(s) in a good text editor, such as Notepad++. Do not use Notepad. At the line number(s) mentioned correct the error(s), which will be obvious as the lines won&#039;t look like the other lines, they will be blank or have garbage characters, or perhaps two lines have been run together. Save the file(s) and start Cumulus again.&lt;br /&gt;
&lt;br /&gt;
== Cumulus gives an error and won&#039;t run on my HP computer ==&lt;br /&gt;
&lt;br /&gt;
It&#039;s a known problem with HP computers; they have missing fonts. One solution is to install [http://www.microsoft.com/en-us/download/details.aspx?DisplayLang=en&amp;amp;id=16083 this font update] from Microsoft. It appears that computers other than HP can have the same font issue, so it is worth installing the font update anyway, if you get a problem where Cumulus won&#039;t start.&lt;br /&gt;
&lt;br /&gt;
== The headings or data look wrong in the data log viewer ==&lt;br /&gt;
&lt;br /&gt;
You&#039;re probably trying to view the wrong type of file. Use [[Cumulus_Screenshots|menus]] on main screen.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;View | Data logs&amp;quot; is only for the monthly data logs, e.g. Oct13log.txt, &amp;quot;View | Extra data logs&amp;quot; is for &amp;quot;extra&amp;quot; data logs, e.g. ExtraLog201310.txt, and if you want to view the daily summaries in dayfile.txt, use the dayfile.txt editor - &amp;quot;Edit | dayfile.txt&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
== The wind rose in Cumulus does not display anything with my Fine Offset ==&lt;br /&gt;
&lt;br /&gt;
The Fine Offset weather stations are supposed to supply data for 16 wind directions, however the design is such that most of them only actually use 8 of the possible 16. Try setting the wind rose to only display 8 directions by setting the &#039;wind rose points&#039; value to 8 on the display settings screen.&lt;br /&gt;
&lt;br /&gt;
== I&#039;ve set the graph background to white, but there&#039;s a problem with the small wind direction graph ==&lt;br /&gt;
&lt;br /&gt;
This appears to be an issue with the third party chart component. The work around is to choose a gradient background and set all three colours in the gradient to white.&lt;br /&gt;
&lt;br /&gt;
== My Weather Underground tabular data interval is not the same as the interval I&#039;ve set in Cumulus (I&#039;m using Rapid Fire) ==&lt;br /&gt;
&lt;br /&gt;
If you have selected &#039;rapid fire&#039;, the data is uploaded every 5 seconds, and the interval you configure in Cumulus is not used. Weather Underground decide how often your tabular data is logged when using rapid fire, not Cumulus.&lt;br /&gt;
&lt;br /&gt;
== My WU or PWS highest and lowest do not match Cumulus ==&lt;br /&gt;
&lt;br /&gt;
Note that Cumulus does not send minimum and maximum values to PWS and WU, they determine those themselves from the individual values that Cumulus sends.&lt;br /&gt;
&lt;br /&gt;
== My monthly (month-by-month) all-time records don&#039;t have entries for all of the months that I have been using Cumulus ==&lt;br /&gt;
&lt;br /&gt;
You need to initialise them. See the release announcement for version 1.9.3, which is when this facility was introduced: http://sandaysoft.com/forum/viewtopic.php?f=2&amp;amp;t=9286&lt;br /&gt;
&lt;br /&gt;
You only need to do this once; when you have initialised them, Cumulus will keep them up to date thereafter.&lt;br /&gt;
&lt;br /&gt;
== I am getting I/O error 32 or I/O error 103 ==&lt;br /&gt;
&lt;br /&gt;
I/O error 32 = ERROR_SHARING_VIOLATION; &amp;amp;nbsp; I/O error 103 = &#039;file not open&#039; mean something on your system has one of the Cumulus files open, preventing Cumulus writing to it (Cumulus needs exclusive access).  If you are seeing &amp;quot;file access denied&amp;quot;, you may have a permissions problem.&lt;br /&gt;
Possible reasons for locked files:&lt;br /&gt;
# Anti-virus, or back-up, software scanning/accessing the file (this is the cause in almost all cases that I&#039;ve seen).&lt;br /&gt;
# An edit or file transfer in progress (the Cumulus thread for logging and the Cumulus thread for FTP are independent so can overlap). This is likely to happen if you are getting Cumulus to frequently upload the log file to your web site.&lt;br /&gt;
# Some other software that a user is running which is processing the file in some way.&lt;br /&gt;
# More than one instance of Cumulus running (see [[#Can_I_run_2_copies_of_Cumulus.3F]]).&lt;br /&gt;
# An issue with the system clock on the PC.&lt;br /&gt;
&lt;br /&gt;
== I have problems after upgrading to Windows 10 ==&lt;br /&gt;
See this forum post - http://sandaysoft.com/forum/viewtopic.php?f=2&amp;amp;t=14148&lt;br /&gt;
&lt;br /&gt;
= Website =&lt;br /&gt;
&lt;br /&gt;
== How do I set up a website? ==&lt;br /&gt;
The crucial settings are selected on the &#039;&#039;Internet&#039;&#039; screen in the &#039;&#039;&#039;Configuration&#039;&#039;&#039; menu. &lt;br /&gt;
*On the &#039;&#039;Sites/Options&#039;&#039; tab, you must have &#039;&#039;&#039;Auto Update&#039;&#039;&#039; selected if you want Cumulus to generate web pages at the standard interval.  Other parameters will depend on your particular set-up, but are explained in the Cumulus &#039;&#039;&#039;Help&#039;&#039;&#039; and in Wiki pages starting with [[Website_setup]] and following links as required. &lt;br /&gt;
*On the &#039;&#039;Files&#039;&#039; tab, you select whether to use the standard Cumulus templates and images, or specify your own templates and destinations.&lt;br /&gt;
&lt;br /&gt;
== I’ve configured my ftp details but the web pages aren’t appearing on my site  ==&lt;br /&gt;
&lt;br /&gt;
Try setting ‘use active FTP mode’. If you already have it set, try unsetting it. If it was previously working OK, something may have changed on your network, or at the server end.&lt;br /&gt;
&lt;br /&gt;
== I’ve tried active FTP mode, but my web pages (or my realtime.txt file) still don’t appear?  ==&lt;br /&gt;
&lt;br /&gt;
Are you absolutely sure you have set the ftp path correctly? Most problems like this are a result of an incorrect path. Note that the information in the &#039;FTP progress&#039; window is not generally useful for diagnosing upload issues&#039; try turning on the ftp logging (on the Configuration menu) and look in the ftplog.txt and realtimeftplog.txt files (in the Cumulus folder). It is best to supply a relative path - i.e. with no leading &#039;slash&#039;. Please don&#039;t ask me what path you need to supply, it is impossible for me to guess how your web space is set up. If you cannot work it out, ask your web space provider for help.&lt;br /&gt;
&lt;br /&gt;
== How do I replace the &#039;bird&#039; image on my website? ==&lt;br /&gt;
&lt;br /&gt;
There are several ways to change the image of the &#039;bird&#039; on the standard Cumulus web page.  You will need a [[FTP tool]].&lt;br /&gt;
* The simplest way is to upload a new picture to the images folder of your website; the file should be called picture.jpg.   Please ensure the image is not too large and bear in mind it will appear on the bottom left of the page; the site data may cover some of the image.  As a guide, the default image is 600 x 450 pixels.&lt;br /&gt;
* Secondly, you may upload an image using your own file name.  Edit the &#039;&#039;weatherstyle.css&#039;&#039; file and look for the line &amp;lt;tt&amp;gt;background-image: url(images/picture.jpg);&amp;lt;/tt&amp;gt; around line 9 and adjust as necessary.  Upload the edited css file to your website.&lt;br /&gt;
* if you wish to remove the image completely edit the &#039;&#039;weatherstyle.css&#039;&#039; file and remove the line &amp;lt;tt&amp;gt;background-image: url(images/picture.jpg);&amp;lt;/tt&amp;gt;  Upload the edited css file to to your website.&lt;br /&gt;
&lt;br /&gt;
NOTE: It is not recommended that you overwrite the image in your local folder (webfiles\images\picture.jpg) because that gets overwritten when you update to a new build of Cumulus. Ideally your image will be in its own local folder outside the Cumulus structure.&lt;br /&gt;
&lt;br /&gt;
== Why does the heading say &#039;weather weather&#039; ? ==&lt;br /&gt;
&lt;br /&gt;
The standard first template page contains &#039;&#039;&#039;&amp;amp;lt;h1&amp;amp;gt;&amp;amp;lt;#location&amp;amp;gt; weather&amp;amp;lt;/h1&amp;amp;gt;&#039;&#039;&#039;, so do not include &#039;weather&#039; in your station name (this is what the tag &amp;amp;lt;#location&amp;amp;gt; represents, see next answer) to avoid it being duplicated.&lt;br /&gt;
&lt;br /&gt;
== How do I change the &amp;quot;Welcome to.&amp;quot; on the front page ==&lt;br /&gt;
&lt;br /&gt;
The Welcome message is controlled within Cumulus.  Click on the &#039;&#039;Station&#039;&#039; screen in &#039;&#039;&#039;Configuration&#039;&#039;&#039; menu and Edit the &#039;&#039;&#039;Description&#039;&#039;&#039; field within the Location frame to amend what the tag &amp;lt;#longlocation&amp;gt; represents in &amp;quot;Welcome to &amp;amp;lt;#longlocation&amp;amp;gt;.&amp;quot; on template page.&lt;br /&gt;
&lt;br /&gt;
== I don&#039;t have a solar sensor. How do I remove the solar data from the supplied web templates? ==&lt;br /&gt;
Locate the Cumulus &#039;web&#039; folder on your PC and edit the following files (there are comments in the html to guide you):&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;indexT.htm&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Remove the following code:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
  &amp;lt;!-- Solar data. If you don&#039;t have a solar sensor, you may wish to delete everything from here to the next comment --&amp;gt;&lt;br /&gt;
  &amp;lt;tr class=&amp;quot;td_temperature_data&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;Solar Radiation&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;&amp;lt;#SolarRad&amp;gt;&amp;amp;nbsp;W/m&amp;amp;sup2;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;Evapotranspiration Today&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;&amp;lt;#ET&amp;gt;&amp;amp;nbsp;&amp;lt;#rainunit&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;/tr&amp;gt;&lt;br /&gt;
  &amp;lt;!-- End of solar data --&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;todayT.htm&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
Remove the following code:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
    &amp;lt;!-- Solar data. If you don&#039;t have a solar sensor, you may wish to delete everything from here to the next comment --&amp;gt;&lt;br /&gt;
    &amp;lt;tr class=&amp;quot;td_temperature_data&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;td&amp;gt;Hours&amp;amp;nbsp;of&amp;amp;nbsp;Sunshine&amp;lt;/td&amp;gt;&lt;br /&gt;
      &amp;lt;td&amp;gt;&amp;lt;#SunshineHours&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
      &amp;lt;td&amp;gt;&amp;amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;!-- End of solar data --&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;yesterdayT.htm&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Remove the following code:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
    &amp;lt;!-- Solar data. If you don&#039;t have a solar sensor, you may wish to delete everything from here to the next comment --&amp;gt;&lt;br /&gt;
    &amp;lt;tr class=&amp;quot;td_temperature_data&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;td&amp;gt;Hours&amp;amp;nbsp;of&amp;amp;nbsp;Sunshine&amp;lt;/td&amp;gt;&lt;br /&gt;
      &amp;lt;td&amp;gt;&amp;lt;#YSunshineHours&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
      &amp;lt;td&amp;gt;&amp;amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;!-- End of solar data --&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== How do I remove Inside Temperature graph or add solar/UV/sunshine? ==&lt;br /&gt;
&lt;br /&gt;
Locate the Cumulus &#039;web&#039; folder on your PC and edit the following file:&lt;br /&gt;
&#039;&#039;&#039;trendsT.htm&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Modify the following code:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
    &amp;lt;td class=&amp;quot;td_thumbnails&amp;quot;&amp;gt;&amp;lt;a onclick=&#039;changeImage(&amp;quot;images/intemp.png&amp;quot;)&#039;&amp;gt;&amp;lt;img src=&amp;quot;images/intempsm.png&amp;quot; alt=&amp;quot;Inside Temperature Graph Thumbnail&amp;quot; width=&amp;quot;150&amp;quot; height=&amp;quot;100&amp;quot; style=&amp;quot;border:0&amp;quot; /&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
*To simply remove &#039;&#039;&#039;Inside Temperature&#039;&#039;&#039; graph, change code above to this&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
*If you want to stop Cumulus uploading the indoor temperature graph, you can un-tick &#039;Include standard images&#039; on the &#039;files&#039; tab of the internet settings, and list all of the images that you still want to be uploaded as extra files. As there will likely be more than 10 files, you would need to do this by editing Cumulus.ini.&lt;br /&gt;
*To show solar instead, replace &#039;intemp.png&#039; with &#039;solar.png&#039;, replace &#039;intempsm.png&#039; with &#039;solarsm.png&#039;, and change the wording of the value associated with the alt property.&lt;br /&gt;
*To make Cumulus upload the solar graph, select it on the &#039;files&#039; tab of the internet settings.&lt;br /&gt;
*To show sunshine instead, replace &#039;intemp.png&#039; with &#039;sunshine.png&#039;, replace &#039;intempsm.png&#039; with &#039;sunshinesm.png&#039;, and change the wording of the value associated with the alt property.&lt;br /&gt;
*To make Cumulus upload the sunshine graph, select it on the &#039;files&#039; tab of the internet settings.&lt;br /&gt;
*To show UV instead, replace &#039;intemp.png&#039; with &#039;uv.png&#039;, replace &#039;intempsm.png&#039; with &#039;uvsm.png&#039;, and change the wording of the value associated with the alt property.&lt;br /&gt;
*To make Cumulus upload the UV graph, select it on the &#039;files&#039; tab of the internet settings.&lt;br /&gt;
&lt;br /&gt;
If you want to do more than a straight one for one swap see [[Customised_templates#Slightly_less_simple_customisation_of_trendsT.htm| customisation page here]].&lt;br /&gt;
&lt;br /&gt;
== How do I include extra items on supplied web templates? ==&lt;br /&gt;
&lt;br /&gt;
Open the folder cumulus\web and edit the relevant file named xxxxxT.htm.  For example instead of deleting the sections in the [[#I don&#039;t have a solar sensor. How do I remove the solar data from the supplied web templates?|remove solar answer]], edit their contents.&lt;br /&gt;
See [[Customised_templates#Changing_the_Standard_Templates]] for fuller description.&lt;br /&gt;
&lt;br /&gt;
If you do change the standard templates, take a copy of your new versions, and store elsewhere.&lt;br /&gt;
The sub-folder cumulus\web\originals has copies of the standard templates from the installed build, do not edit these.&lt;br /&gt;
When you install a new build of Cumulus, you have an option to replace or not replace the contents of cumulus\web with the new build&#039;s standard templates.&lt;br /&gt;
&lt;br /&gt;
== How do I upload extra web pages? ==&lt;br /&gt;
&lt;br /&gt;
See Cumulus help for the Internet Settings screen, or for a step-by-step guide see [[Customised_templates#What_to_select_on_the_.27Files.27_tab_of_the_Internet_Settings_screen_within_the_.27Configuration.27_menu]]&lt;br /&gt;
&lt;br /&gt;
== What character encoding does Cumulus use for the web pages it generates? ==&lt;br /&gt;
&lt;br /&gt;
Cumulus 1.9.4 build 1093 changed all the template pages from XHTML 1.0 Transitional using charset=iso-8859-1 encoding to HTML 5 using charset=&amp;quot;UTF-8&amp;quot; encoding. It uses this without [http://en.wikipedia.org/wiki/Byte_order_mark Byte Order Mark] (BOM).&lt;br /&gt;
&lt;br /&gt;
From that build, you can tell Cumulus which of those two encodings to use:&lt;br /&gt;
*For standard template names in standard &#039;cumulus\web&#039; folder, if you replace them with customised templates not using [http://en.wikipedia.org/wiki/UTF-8 &amp;quot;Universal Character Set Transformation Format — 8-bit&amp;quot; (UTF-8)], &lt;br /&gt;
**unselect &#039;&#039;&#039;UTF-8 encode&#039;&#039;&#039; in the web settings frame on the Sites/Options tab of Internet settings screen in Configuration menu. &lt;br /&gt;
**Cumulus will then, as in earlier builds, use [http://en.wikipedia.org/wiki/ISO-8859-1 iso-8859-1] encoding.&lt;br /&gt;
*For extra templates, the Files tab of the Internet settings screen in Configuration menu has the option to choose which of the two Cumulus encodings to use.  See Wiki article referenced in previous answer.&lt;br /&gt;
&lt;br /&gt;
Note that since Cumulus 1.9.4 build 1078 there has been an option on the NOAA Setup screen in Configuration menu to specify whether character set utf-8 encoding is to be used for those reports.&lt;br /&gt;
&lt;br /&gt;
== Why does a standard gauges web page have text where it should show gauges? ==&lt;br /&gt;
&lt;br /&gt;
[[File:Gauges missing.jpg]] If a standard Cumulus &#039;gauges.htm&#039; web page displays like this then either&lt;br /&gt;
&lt;br /&gt;
1) (Most Likely) The weather station owner has not loaded the required files/folders onto his/her server; &lt;br /&gt;
* The gauges graphics require the &#039;images&#039; subfolder (see next answer), containing the script and many images to be pre-loaded in the &#039;dbimages&#039; subfolder.&lt;br /&gt;
* All these should exist within the destination folder that holds the HTML files as instructed in the Cumulus Help (&#039;setting up your website&#039; page)  &lt;br /&gt;
* Also explained in [[Simple Website setup]] on this Wiki.&lt;br /&gt;
&lt;br /&gt;
or 2) JavaScript is not enabled (or not available) in the browser being used to view the page (if not enabled, this can be switched on in either &#039;Options&#039;, &#039;Preferences&#039; or &#039;Settings&#039; depending on browser). Note that Firefox version 23 has removed the ability to change this in Option preferences, so ignore this solution in that browser.&lt;br /&gt;
&lt;br /&gt;
or 3)  You are using a browser add-on such as &#039;NoScript&#039; (over 2 million use this) which requires you to explicitly turn on JavaScript for each web site you visit within the &#039;NoScript&#039; options.  (This sort of add-on may be used to restrict advertising or tracking of your actions, or for security against unwanted processes being started by sites you visit).&lt;br /&gt;
&lt;br /&gt;
== Why are there no graphs on my standard trends web page? ==&lt;br /&gt;
&lt;br /&gt;
Either 1) You have not created an images sub-folder (within your folder that holds web pages) as instructed in the Cumulus Help (&#039;setting up your website&#039; page) -  also explained in [[Simple Website setup]].  In this case, the bird image will not be appearing in the bottom left corner of your web pages.&lt;br /&gt;
&lt;br /&gt;
Or 2) You have switched off &#039;&#039;&#039;Include Standard Images&#039;&#039;&#039; on the file tab of the Internet dialogue of the configuration menu.  In this case Cumulus believes you are working in a non-standard way, and does not automatically upload the graphs (nor moon image).&lt;br /&gt;
&lt;br /&gt;
== What is the size of the standard Cumulus update? ==&lt;br /&gt;
&lt;br /&gt;
The default is that all of the standard pages and standard images are uploaded on each update at whatever standard update frequency you select. &lt;br /&gt;
&lt;br /&gt;
In total for version 1.9.2, it&#039;s about half a megabyte - about 100kB for the pages (about half of that is the gauges.htm page with all the detailed wind plotting points, and half the other pages) and 400kB for the variable images (moon phase, some gauges images and trend graphs - the exact size of latter can vary if you change the period they cover).&lt;br /&gt;
&lt;br /&gt;
Version 1.9.3 adds the monthly records page which contains 12 months worth of a lot of data, and adds 25kB to every update (although usually very little changes between updates).&lt;br /&gt;
&lt;br /&gt;
The NOAA monthly and annual pages are uploaded once a day, that is another 8kB for a full month and full year, obviously less at the start of a month/year.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Optional extras&#039;&#039;&#039;&lt;br /&gt;
*[[realtime.txt]] file, this is less than 1kB (1024 Bytes) in size.&lt;br /&gt;
*[[dayfile.txt]] a file that is about (30 times number of years) kB&lt;br /&gt;
*The files required to update external sites are no more than a few kB.&lt;br /&gt;
&lt;br /&gt;
== How do I upload my own pages or files once a day? ==&lt;br /&gt;
&lt;br /&gt;
Cumulus allows you to specify a command (with optional parameters) that will be actioned just after daily rollover. The command is entered in the &#039;&#039;External programs&#039;&#039; frame at the bottom left of the Internet Settings screen.  The box is labelled &#039;&#039;&#039;Daily&#039;&#039;&#039;. Click the Cumulus &#039;&#039;Help&#039;&#039; button for guidance.  For example you could type &#039;c:\cumulus\daily.cmd&#039; in the box labelled &#039;&#039;Daily&#039;&#039;. &lt;br /&gt;
&lt;br /&gt;
This could be used to upload the pages with the longer term extremes (as your monthly, annual and all-time extremes may only change a few times a month or even less frequently) and so reduce the upload burden at the standard uploading frequency.  To achieve this you would use the content of that example file &#039;daily.cmd&#039;, in the default Cumulus folder,   to call your own [[FTP_tools| file transfer tool]] for those infrequently changing pages. Remember to also unselect &#039;&#039;&#039;Include Standard Files&#039;&#039;&#039; on the&#039;&#039; &#039;Files&#039; tab&#039;&#039; of &#039;Internet settings&#039;, and list [[Customised_templates#How_Cumulus_uses_its_templates|the templates]] on that tab, selecting &#039;&#039;&#039;Process?&#039;&#039;&#039; for all of them, but only selecting &#039;&#039;&#039;FTP?&#039;&#039;&#039; for the other frequently changing pages that are still to be uploaded at the standard interval. You may find help on the forum  or elsewhere on this wiki [[SFTP| for the FTP call]] and [[Customised_templates#Creating_Your_Own_Templates| for &#039;Files&#039; tab settings]].&lt;br /&gt;
&lt;br /&gt;
It can also be used for the optional files mentioned in the previous answer or to update a database using a [[ImportCumulusFile|PHP batch job]].  For the daily command specified above, in the default Cumulus folder, add a file &#039;daily.cmd&#039; that contains (if you host your own server using &#039;XAMPP&#039;), &#039;copy c:\cumulus\data\dayfile.txt C:\xampp\htdocs\weather\daj\&#039; for example to enable you to use the [[AnnualDataSummary| Annual Day-by-day Summary]] tool. (Uploading if you do not host your own server is described at [[Upload_Dayfile| upload dayfile]] but basically you swap the copy command for a FTP command).&lt;br /&gt;
&lt;br /&gt;
== The &#039;real time wind data&#039; gauges on the standard gauges page aren&#039;t working ==&lt;br /&gt;
&lt;br /&gt;
These require a [[realtime.txt]] file to be uploaded by Cumulus. Tick the &amp;quot;Enable Realtime&amp;quot;, &amp;quot;Enable Realtime FTP&amp;quot; and &amp;quot;Enable realtime.txt FTP&amp;quot; boxes on the internet settings screen. If the gauges still do not work, check that the [[realtime.txt]] file is being uploaded to the correct place. If it is not, it is likely that you have specified an incorrect &#039;ftp directory&#039; in Cumulus. If your &#039;normal&#039; pages are being uploaded correctly, but realtime.txt is not, then it is likely that you simply need to leave the ftp directory blank (but see the note below first).&lt;br /&gt;
&lt;br /&gt;
A possible cause for this problem is that your web space provider does not allow .txt files to be accessed. For example, the free hosting provider 000webhost.com do not.&lt;br /&gt;
&lt;br /&gt;
== I&#039;m using the supplied web pages, and get lower case in places where I want upper case  ==&lt;br /&gt;
&lt;br /&gt;
It&#039;s in the CSS. Go to the webfiles sub-folder of your cumulus installation, edit weatherstyle.css and find lines like: &amp;quot;text-transform: lowercase;&amp;quot; and remove them. Use FTP tool to replace the weatherstyle.css on your website.&lt;br /&gt;
&lt;br /&gt;
== My web pages have things like &amp;amp;lt;#location&amp;amp;gt; in them  ==&lt;br /&gt;
You’ve edited your templates with something like Dreamweaver, and it’s changed the angle brackets on the [[Webtags]] to &amp;quot;&amp;amp;amp;lt&amp;amp;nbsp;;&amp;quot; and &amp;quot;&amp;amp;amp;gt&amp;amp;nbsp;;&amp;quot; - you need to change them back to &amp;amp;lt; and &amp;amp;gt;. &#039;&#039;These may look the same when viewed in your browser, but you can see the difference if you &#039;view source&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
Alternatively, if the web templates are listed in [[cumulus.ini]] (and for the first 10 appear on the &#039;&#039;&#039;files&#039;&#039;&#039; tab of &#039;&#039;Internet&#039;&#039; dialogue of &#039;&#039;&#039;Configuration&#039;&#039;&#039; menu), the &#039;&#039;&#039;Process&#039;&#039;&#039; option must be ticked for the web pages generated by Cumulus to have values replacing the [[Webtags]].  Otherwise at each web update, Cumulus will generate web pages the same as the templates.&lt;br /&gt;
&lt;br /&gt;
== My web pages are empty ==&lt;br /&gt;
If empty web pages are being uploaded to your web site (i.e. they report size of 0 kB, but do not produce &#039;error 404 - page not found&#039; message), and your browser shows that their modification date is recent (see next FAQ), then it is likely that the [[Customised_templates#What_is_meant_by_.27Cumulus_processes_templates.27| Cumulus processing]] of templates is failing:&lt;br /&gt;
*Either (since build 1093, as made clear in the release notes)[[File:Web settings.JPG]] the character encoding (for standard named templates that are [[Customised_templates#What_is_meant_by_.27Cumulus_processes_templates.27| processed by Cumulus]]) is specified incorrectly on the &#039;&#039;&#039;Configuration&#039;&#039;&#039;  menu, &#039;&#039;Internet&#039;&#039; dialog, &#039;&#039;&#039;Sites/Options&#039;&#039;&#039; tab, &#039;&#039;Web Settings&#039;&#039; frame as shown about half way down on this screen extract:&lt;br /&gt;
**Select the option where indicated by red arrow if your template includes in a line near the start &amp;lt;code&amp;gt;&amp;lt;meta charset=&amp;quot;UTF-8&amp;quot;&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
**Deselect the option where indicated by red arrow if your template includes something like &amp;lt;code&amp;gt;&amp;lt;meta content=&amp;quot;text/html; charset=iso-8859-1&amp;quot; http-equiv=&amp;quot;Content-Type&amp;quot; /&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
**For customised pages, (without standard Cumulus template names), select/un-select the UTF-8 encoding in the appropriate column on the &#039;&#039;&#039;Configuration&#039;&#039;&#039;  menu, &#039;&#039;Internet&#039;&#039; dialog, &#039;&#039;&#039;Files&#039;&#039;&#039; tab screen where you list the local and remote names.&lt;br /&gt;
*Or you have edited/customised the template and added an incorrectly specified Cumulus [[webtag]] that has caused [[Customised_templates#What_is_meant_by_.27Cumulus_processes_templates.27| Cumulus processing]] to abort for that template.  If you stop cumulus you can use a text editor to open the latest [[Diags|diagnostic file]]. Look at entries time-stamped just before the hour and repeated at your auto-update &#039;&#039;interval&#039;&#039; (just below red arrow in screen image above). You might find a message like &amp;quot;Error processing C:\web\indexT&amp;quot; (i.e. mentioning whichever template is at fault) followed by a brief hint as to the nature of the error.&lt;br /&gt;
&lt;br /&gt;
== My web pages have obsolete web tag values in them  ==&lt;br /&gt;
If the information showing on your web pages is out of date, then it must have been working before, so you have made a change somewhere.&lt;br /&gt;
*Most browsers will display &#039;page information&#039; that tells you when the page was last modified (by querying the web server).&lt;br /&gt;
**if the page on your web server was recently modified, &lt;br /&gt;
***then the next item to investigate is the template file; a template file contains Cumulus web tags and the [[Customised_templates#What_is_meant_by_.27Cumulus_processes_templates.27|&#039;process&#039;]] that Cumulus does to create a web page involves reading text from a template and when it finds a web tag it inserts the latest value in as it creates the page. A [[FAQ#What_file-names_does_Cumulus_use_when_processing_and_uploading_files_to_my_web_site.3F|local file]] is then created and Cumulus will FTP (or copy) this to the web server according to the settings. If the template file cannot be processed, Cumulus may still upload an existing old local file.&lt;br /&gt;
**if the page was not recently modified, &lt;br /&gt;
***maybe you are not running Cumulus, so it is not updating.  &lt;br /&gt;
***maybe your file transfer is not working, turn ftp logging on for technical output, and look for any filenames and any &#039;successfully transferred&#039; messages.&lt;br /&gt;
***maybe your &#039;internet settings&#039; screen has accidentally been changed, see Cumulus help for simple instructions.  If you took a backup of [[cumulus.ini]] you can stop Cumulus, rename the current file and copy your cumulus.ini backup back into the &#039;cumulus&#039; directory containing the Cumulus program.&lt;br /&gt;
***maybe your web server provider has changed something.&lt;br /&gt;
&lt;br /&gt;
== Running a web server on the same PC as Cumulus ==&lt;br /&gt;
If you do not have a web site, or run a web server locally (same PC, or on your local network), you can get Cumulus to generate/copy either html, or image, files locally instead of using FTP to place them remotely.&lt;br /&gt;
&lt;br /&gt;
You&#039;ll need to list the (source) file including paths on the files tab of the internet settings, and specify a destination path and file name for the remote file in each case. Don&#039;t tick the &#039;&#039;FTP?&#039;&#039; box for standard cumulus pages (the exception is for a local web server and any non-standard web page that attempts to read using a script a local file such as dayfile.txt as this does need FTP to generate the server-based web page). For the standard images, you can supply a folder name (specify on the same screen), and they will all get copied there. See [[Customised_templates#What_to_select_on_the_.27Files.27_tab_of_the_Internet_Settings_screen_within_the_.27Configuration.27_menu|here]] for greater detail.&lt;br /&gt;
&lt;br /&gt;
There&#039;s a limit of 10 entries on the files tab in Cumulus 1.9.x (in Cumulus MX all 100 entries are included in the settings interface).  Entries for the full 100 files can also be amended by editing [[Cumulus.ini#Section:_FTP_site|cumulus.ini]], with Cumulus stopped. Follow the format of any existing entries for specifying additional files.&lt;br /&gt;
&lt;br /&gt;
== Error Codes generated by FTP or Winsock ==&lt;br /&gt;
You should be able to look these up on the web.  [http://kb.globalscape.com/KnowledgebaseArticle10142.aspx Try Here]&lt;br /&gt;
&lt;br /&gt;
== How do I configure Cumulus for Secure FTP (SFTP/FTPS)? ==&lt;br /&gt;
Cumulus doesn&#039;t support Secure FTP. You can configure Cumulus to invoke an external program like WinSCP, as described here: [[SFTP | SFTP article]]&lt;br /&gt;
&lt;br /&gt;
== Directory related problems in FTP ==&lt;br /&gt;
The following pointers should help:&lt;br /&gt;
* All web site file references are case sensitive.  So if your FTP server directory is &#039;&#039;public_html&#039;&#039;, then &#039;Public_HTML&#039; will not work!&lt;br /&gt;
* On the &#039;&#039;Internet settings&#039;&#039; screen in &#039;&#039;&#039;Sites/Options&#039;&#039;&#039; the optional Directory parameter required is &#039;&#039;the path from  your FTP root&#039;&#039;, to where the web pages are to be stored. It is &#039;&#039;not&#039;&#039; the &#039;&#039;&#039;Universal Resource Locator (URL)&#039;&#039;&#039; that you would specify to view the web page in a browser.  Click the &#039;&#039;&#039;Help&#039;&#039;&#039; button for full explanation, or search the support forum (as many people before you have found this directory is the hardest parameter to get right).&lt;br /&gt;
* The error window is not useful for diagnosing ftp problems; you need to &#039;&#039;&#039;turn on &#039;&#039;ftp logging&#039;&#039; &#039;&#039;&#039;and look at ftplog.txt. Most FTP directory problems are due to you quoting an incorrect ftp directory, and the ftp log will show an error when an attempt is made to change to the directory you have specified incorrectly. &lt;br /&gt;
* Relative paths (without a leading slash) are always safer than absolute paths (with a leading slash) and you may find that just specifying (for example) &amp;quot;public_html&amp;quot; works OK, but this all depends on how your ftp server and your ftp account is set up.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* The &#039;&#039;standard pages&#039;&#039; are uploaded after a &#039;change directory&#039; attempting to select the directory you specified in &#039;&#039;&#039;Sites/Options&#039;&#039;&#039;; if this fails, the files will still be uploaded but to the FTP server root. So some mistakes do not matter because if no change of directory was actually required, these pages will be uploaded correctly.&lt;br /&gt;
* Any &#039;&#039;files you specify&#039;&#039; for uploading at standard update frequency are uploaded between standard pages (if &#039;Include Standard Files&#039; selected) and (written for Cumulus 1) standard images (if &#039;Include Standard Images&#039; selected), and you should specify the path (including any web site directory) in &#039;remote filenames&#039;, so there is no call to &#039;change directory&#039;. In this case, if that path is invalid, the upload fails.&lt;br /&gt;
* IN CUMULUS 1.x.y ONLY: The standard images for gauges and trends pages are uploaded after the standard pages, (and any pages you specify for uploading), by performing a second &#039;change directory&#039; this time fixed at &#039;images&#039;; if this fails, the files will still be uploaded to the current web site directory (FTP root or the directory you specified in &#039;&#039;&#039;Sites/Options&#039;&#039;&#039;).&lt;br /&gt;
* If you have enabled &#039;&#039;Realtime&#039;&#039;, the realtime.txt file is uploaded without doing a change directory, (by appending &amp;quot;/realtime.txt&amp;quot; to the directory on the &#039;&#039;Internet settings&#039;&#039; screen in &#039;&#039;&#039;Sites/Options&#039;&#039;&#039;). In this case, if the web site directory in your settings is invalid, the upload of the real time file fails.&lt;br /&gt;
* On the &#039;&#039;NOAA Setup&#039;&#039; screen the optional &#039;&#039;&#039;Directory&#039;&#039;&#039; parameter required is the relative path; from your FTP root, to where the NOAA report pages are to be stored. (It is totally independent of the directory on the &#039;&#039;Internet settings&#039;&#039; screen in &#039;&#039;&#039;Sites/Options&#039;&#039;&#039;).  Click the &#039;&#039;&#039;Help&#039;&#039;&#039; button for full explanation. Like realtime.txt, the upload destination is determined by appending the file-name for the report to any NOAA directory, and will fail if that directory is specified wrongly.&lt;br /&gt;
&lt;br /&gt;
See &#039;&#039;&#039;Setting up your website&#039;&#039;&#039; in Cumulus help for a simple guide to the sub-folder structure you need to create and the list of files that need to be uploaded manually when first installing a website. Or see [[Website_setup]] for all the options including customised pages.&lt;br /&gt;
&lt;br /&gt;
== My standard web pages are uploading but the uploading fails for images, realtime and/or NOAA reports ==&lt;br /&gt;
See previous answer, you have probably got your web pages in the default FTP directory of your web site, but specified the wrong directory on the settings screen.  Turn on the &#039;&#039;FTP logging&#039;&#039; in the configuration menu to see the technical detail.  You should have an FTP tool that you used to upload the &#039;static&#039; files required on your web site, and that will help you to see what is your site&#039;s root directory for file transfer uploads, and therefore any relative directory change you require.&lt;br /&gt;
&lt;br /&gt;
== What file-names does Cumulus use when processing and uploading files to my web site? ==&lt;br /&gt;
[[File:Cumulus_FTP_Process.png|150px|thumb|FTP Process]]Cumulus use two slightly different processes depending on if the file is part of the supplied &#039;standard&#039; web site, or an extra file you have specified on the &#039;&#039;Internet Settings|Files&#039;&#039; configuration dialog. For each of these processes there is an further variation depending on whether you have enabled the &#039;&#039;Use FTP rename&#039;&#039; option. This graphic shows the various combinations of file-names used for each step of the process. For the standard files, you can substitute any of the file names for indexT.htm, e.g. trendsT.htm&lt;br /&gt;
&lt;br /&gt;
For more details of Cumulus &#039;&#039;Process&#039;&#039; see [[Customised_templates#What_is_meant_by_.27Cumulus_processes_templates.27| here]].&lt;br /&gt;
&lt;br /&gt;
=Selecting a Weather Station sensor site=&lt;br /&gt;
A simple guide is at [http://weatherfaqs.org.uk/node/124 uk.sci.weather newsgroup], note this advises against roof mounting.&lt;br /&gt;
An attempt to compare the conflicting siting standards that apply across the world is included in a portable document format guide from [ftp://ftp.campbellsci.com/pub/outgoing/apnotes/siting.pdf Campbell Scientific].&lt;br /&gt;
For more advice see the website of your local Meteorological Bureau,  an educational place (e.g. in USA see [http://newa.nysaes.cornell.edu/public/NEWAStationSitingGuidelines.htm Cornell University]), the [http://library.wmo.int/opac/index.php?lvl=notice_display&amp;amp;id=12407 World Meterological Organisation] (WMO), or a specialist organisation (e.g. in UK see [http://www.rmets.org/weather-and-climate/observing/guidelines-observing-0 Royal Meteorological Society] rather than the Met Office web site).&lt;br /&gt;
&lt;br /&gt;
Modern Stevenson Screens are uPVC constructed with a black interior (so they do not radiate heat onto the sensors) and a white exterior (so they reflect as much radiation as possible).  There is a lot of discussion on the [http://sandaysoft.com/forum/viewforum.php?f=16 Homebuilt forum] about different approaches to improving measurements, and the problems with out of the box instrumentation from the different manufacturers. &lt;br /&gt;
&lt;br /&gt;
If you are contributing to an external site like APRS/CWOP, Weather Underground, PWS weather, Weatherbug and/or WOW, see guidance from these organisations re instrument placement.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note:&#039;&#039;&#039; Some stations have all sensors in one unit, positioning of these is a compromise between the ideals below for each sensor.&lt;br /&gt;
&lt;br /&gt;
== Where should I position the wind sensors ==&lt;br /&gt;
The side labelled &#039;North&#039; on the wind vane mount should face &#039;&#039;True North&#039;&#039;, remember that the magnetic north deviation from true north varies from year to year, see details on maps or online. Most wind vanes have a large surface that follows the wind and a thin end that points where the wind comes from, it is the latter direction that is reported.&lt;br /&gt;
&lt;br /&gt;
In the UK, the standard climatological measuring height is 10 metres.  Advice varies on whether you should apply a correction factor for any lower height. Cumulus allows you to apply such a factor to either just wind speed, or wind speed and gust speed, by using the Calibration screen within the configuation menu.  In the Cumulus Help it recommends that you also adjust wind chill - in practice this means ask Cumulus to &#039;&#039;calculate wind chill&#039;&#039; by selecting this in the settings frame on the &#039;&#039;&#039;station settings screen accessed from configuration menu&#039;&#039;&#039; (i.e. ignore any wind chill output by your weather station).&lt;br /&gt;
&lt;br /&gt;
If you are mounting near a building of height &#039;h&#039; above ground level, ideally the wind sensor should be at a height of &#039;1.5 times h&#039; above ground level. &lt;br /&gt;
If you are positioning away from a building or tree (or other object) of height &#039;h&#039; (or the mean height of several objects is &#039;h&#039;), then the distance away depends on which standard you are trying to meet, and can vary between 1.5 and 3 times &#039;h&#039;.&lt;br /&gt;
&lt;br /&gt;
== Where should I position the rain sensor  ==&lt;br /&gt;
The WMO says the rain gauge should at a distance away of 2 times the height of each nearby object (buildings, trees, walls, solid fences etc.) and just high enough off ground level to avoid possibility of splashing. You can experiment, but for amateurs, no more than a metre off the ground (or roof if mounted above it) and at least a metre from any chimney, wall or solid fence whose height exceeds that of the sensor seems good enough for most gauges. &lt;br /&gt;
See [[Rain measurement]] or your local offical organisation.&lt;br /&gt;
&lt;br /&gt;
== How do I protect my rain gauge against spiders or other natural problems ==&lt;br /&gt;
There is a lot of discussion on the [http://sandaysoft.com/forum/viewforum.php?f=16 Homebuilt forum]. In terms of siting, it is important to position your rain gauge where you can safely get to it.&lt;br /&gt;
&lt;br /&gt;
== How do I get good temperature and humidity measurements  ==&lt;br /&gt;
The international standard states ambient air temperature/humidity is measured at 1.25 metres above ground level, above soil or grass not paving, protected from direct sun radiation (and direct rain), unless you are measuring soil or ground temperatures. The height is important for derived values as an air frost is defined as a temperature at or below the freezing point for water at this height, and the count of these is a standard reporting requirement in some countries.&lt;br /&gt;
&lt;br /&gt;
If you are using a &#039;&#039;Fine Offset sensor&#039;&#039;, the thin depth of the thermometer/hygrometer (transmitter) should face where your console (receiver) is, for maximum transmission strength/distance, with the wide face at right angles to the transmission route. (Although if you use a model requiring a radio time signal, you will probably be trying to optimise that instead).&lt;br /&gt;
&lt;br /&gt;
== Pressure ==&lt;br /&gt;
Varies with altitude and temperature, but no significant variation with spatial position with regard to nearby fixed bulky objects.  Often measured indoors, do not mount above any heating or cooling system as there temperature may be particularly variable, and try to avoid any forced ventilation or extraction as such air moving systems could have different pressures on intake and outlet sides.  Equally operation in close proximity to opening doors/windows or to fast moving (road or railway) vehicles or tunnels can distort readings.&lt;br /&gt;
&lt;br /&gt;
== Solar ==&lt;br /&gt;
One would expect solar sensors should be positioned for maximum unshaded exposure to sunlight throughout the year, but again the forum contains advice for specific makes.&lt;/div&gt;</summary>
		<author><name>Steve</name></author>
	</entry>
	<entry>
		<id>https://www.cumuluswiki.org/index.php?title=FAQ&amp;diff=3917</id>
		<title>FAQ</title>
		<link rel="alternate" type="text/html" href="https://www.cumuluswiki.org/index.php?title=FAQ&amp;diff=3917"/>
		<updated>2016-01-04T16:53:24Z</updated>

		<summary type="html">&lt;p&gt;Steve: /* How do I get my Davis station with USB working with Cumulus? */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is the Cumulus FAQ (consult also the Help screens within Cumulus software, and learn more from the rest of this Wiki)&lt;br /&gt;
&lt;br /&gt;
= Installing and Running Cumulus  =&lt;br /&gt;
&lt;br /&gt;
== What operating systems does Cumulus run on?  ==&lt;br /&gt;
&lt;br /&gt;
All versions of Windows from XP to Windows 10 inclusive (and the server versions). It works on 32 bit and 64 bit editions. 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.&lt;br /&gt;
&lt;br /&gt;
Cumulus MX runs on Windows from Windows 7 onwards, and on Linux and Mac OS X.&lt;br /&gt;
&lt;br /&gt;
== Where do I find the Cumulus installer? ==&lt;br /&gt;
&lt;br /&gt;
On the [http://sandaysoft.com/downloads downloads page]&lt;br /&gt;
&lt;br /&gt;
== What do I need to get right when first getting Cumulus? ==&lt;br /&gt;
The installation process for Cumulus displays &#039;&#039;&#039;readme.txt&#039;&#039;&#039;, that has many tips. See also [[Setup]]. Below are three key points.&lt;br /&gt;
# Install Cumulus in its own directory directly under a drive root.&lt;br /&gt;
# Connect your weather station before you start Cumulus&lt;br /&gt;
# When you first run Cumulus, it displays the &#039;&#039;&#039;Station settings&#039;&#039;&#039; screen. On this, make sure you pick the right sort of station (to ensure Cumulus communicates correctly with your weather station, and can identify all the observations) and choose your &#039;&#039;&#039;units&#039;&#039;&#039; wisely. (Changing units later means all stored Lowest and highest numbers up to that point have to be converted immediately manually).  See the &#039;&#039;&#039;Help&#039;&#039;&#039; for information about the rest of the screen, but generally you can easily adjust the other options later.&lt;br /&gt;
&lt;br /&gt;
== What weather stations does Cumulus work with?  ==&lt;br /&gt;
&lt;br /&gt;
*Davis Vantage Pro (VP), Vantage Pro2 (VP2), and Vue. &lt;br /&gt;
*Oregon Scientific WM918, WMR918, WMR928, WMR968, WMR88 (see [[FAQ#How do I set up recording wind speeds in Cumulus, with Oregon Scientific and La Crosse stations | this FAQ]]), WMR100, WMR180, WMR200. &lt;br /&gt;
*Fine Offset - stations which use the Easyweather software such as MyDEL, Nevada, Watson and Fine Offset, with model numbers such as WH1080, WH1081, W8681, 265NC etc.&lt;br /&gt;
*La Crosse WS2300 range (see [[FAQ#How do I set up recording wind speeds in Cumulus, with Oregon Scientific and La Crosse stations | this FAQ]]). You may have problems with corrupt data if you use a WS23xx with a serial/USB adapter; this combination is therefore not supported.&lt;br /&gt;
&lt;br /&gt;
For a more complete list see the [[Supported Devices]] page.&lt;br /&gt;
&lt;br /&gt;
== Will you support a new weather station type?  ==&lt;br /&gt;
&lt;br /&gt;
It’s quite hard to support a particular weather station when I don’t have access to one. No weather station is perfect, and problems inevitably arise after the code is written, and I have to start adding more and more code to work around issues with the station. Also, most companies don’t seem to like third parties writing software for their stations, so don’t make the protocol available. I will only consider adding support for a station under a certain set of circumstances which would include &#039;&#039;at least&#039;&#039;: &lt;br /&gt;
&lt;br /&gt;
*A significant donation towards Cumulus development &lt;br /&gt;
*A well documented official protocol spec &lt;br /&gt;
*Loan or donation of a station &lt;br /&gt;
*Access to technical support from the station manufacturer&lt;br /&gt;
&lt;br /&gt;
Please contact me if you would like to discuss this further&lt;br /&gt;
&lt;br /&gt;
== How do I request a new feature for Cumulus? ==&lt;br /&gt;
&lt;br /&gt;
Please create an [http://sandaysoft.com/forum/tracker.php enhancement request].  &lt;br /&gt;
&lt;br /&gt;
== Why haven&#039;t you added the feature I asked for a long time ago? ==&lt;br /&gt;
&lt;br /&gt;
I develop and support Cumulus in my spare time, and I have a full time job. I invite donations, but I don&#039;t make a living from Cumulus. I add facilities when I can. There is a long list of  [http://sandaysoft.com/forum/tracker.php enhancement requests] already, and I am slowly working my way through them as time permits. If there is an enhancement request for the facility you have asked for, and the facility is a reasonable one (in my opinion) then I will hopefully get around to adding it one day. Please be patient. Please don&#039;t ask for a forecast of when a feature will be added.&lt;br /&gt;
&lt;br /&gt;
== How do I upgrade to a new release?  ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Just run the installer for the new version.&#039;&#039;&#039; Your data and settings are not affected, but it is still best if you back up your data (sub-folder &#039;data&#039;) and any settings files (e.g. cumulus.ini and strings.ini) before you run the installer. &lt;br /&gt;
&lt;br /&gt;
You can install the new version where you like, but the installer will offer the same place as the previous version as the default.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Occasionally, there may be actions you need to perform before or after the upgrade.&#039;&#039;   Required actions usually appear in the announcement of the version you are installing, and may be documented in the readme.txt file that will appear as you run the installer. Read such announcements for every release since your existing build in case any of the in-between changes affect you.&lt;br /&gt;
&lt;br /&gt;
These instructions apply whether you are updating by one build, skipping several builds, upgrading to/from a beta version, or installing the latest &#039;release&#039; version. &lt;br /&gt;
&lt;br /&gt;
The installer will always upgrade the following files (replacing them, ignoring existing versions):&lt;br /&gt;
# &amp;quot;cumulus.exe&amp;quot;; - the latest build&lt;br /&gt;
# &amp;quot;unins000.exe&amp;quot;;&lt;br /&gt;
# &amp;quot;libeay32.dll&amp;quot;;&lt;br /&gt;
# &amp;quot;ssleay32.dll&amp;quot;;&lt;br /&gt;
# &amp;quot;readme.txt&amp;quot;; - advice for you to follow at installation time&lt;br /&gt;
# &amp;quot;licence.txt&amp;quot;; - reminder about restrictions on use&lt;br /&gt;
# &amp;quot;alert.wav&amp;quot;; - default alarm sound&lt;br /&gt;
#  &amp;quot;web\originals\*.*&amp;quot;; - Cumulus will always install the HTML template files here&lt;br /&gt;
# &amp;quot;webfiles\*.*&amp;quot;; e.g. weatherstyle.css, wz_jsgraphics.js&lt;br /&gt;
# &amp;quot;webfiles\images\picture.jpg&amp;quot;;&lt;br /&gt;
# &amp;quot;Help\Cumulus.chm&amp;quot;; - the latest help including lists of log files and web tags&lt;br /&gt;
There may be extra files automatically upgraded by particular builds - see announcement.&lt;br /&gt;
&lt;br /&gt;
During the install, you will see a &#039;&#039;&#039;Select Components&#039;&#039;&#039; screen , if you tick the &#039;&#039;HTML templates&#039;&#039; (the default) it will also upgrade the HTML template files in the web folder.&lt;br /&gt;
&lt;br /&gt;
*So tick this option, if you have a standard Cumulus implementation and then you can be sure to upgrade the standard templates.&lt;br /&gt;
*Untick this option if you have  [[Customised_templates#Creating_Your_Own_Templates|customised the existing pages]],  so that if your customised versions  are in &amp;quot;web\*.*&amp;quot; they don&#039;t get overwritten. It is recommended that you store any customised pages in a directory outside the Cumulus folder, as you can specify up to 10 such files on the local side of the files tab in the Configuration menu Internet settings screen and (if you are not using standard files) untick &#039;&#039;Include Standard Files&#039;&#039; on the same screen. (100 such files can be specified in [[Cumulus.ini]]).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Changing to different weather station ==&lt;br /&gt;
&lt;br /&gt;
Just change the station type. If Cumulus doesn&#039;t start reading the data from the new station, stop Cumulus and start it again. Some of the rain figures may be odd for a while (e.g. rain in last 24 hours). It is as simple as that.&lt;br /&gt;
&lt;br /&gt;
In testing planned changes to Cumulus, I switch backwards and forwards between a Fine Offset and a WMR200 frequently, the only thing that happens is that the rain figures go wrong initially (because the two stations have different counters).&lt;br /&gt;
&lt;br /&gt;
== Moving Cumulus software to a new PC (or updating Windows Operating System) ==&lt;br /&gt;
&lt;br /&gt;
Cumulus will continue to work with your existing weather station and existing log files, providing&lt;br /&gt;
#Your Windows regional settings are the same (i.e. date format unchanged, same time zone, decimal point symbol unchanged, list separator character unchanged) - if there is a difference, the new installation cannot understand the old lines in the log files and will give an error when Cumulus is restarted.&lt;br /&gt;
#You may need to &#039;tweak&#039; a few things (serial port number etc) in [[cumulus.ini]].&lt;br /&gt;
#In the folder with cumulus.exe in it, copy across  &#039;cumulus.ini&#039;,  and if you have created a &#039;strings.ini&#039; that file must be copied across too.&lt;br /&gt;
#The Cumulus &#039;data&#039; sub-folder has been copied across.&lt;br /&gt;
#Obviously if you use customised web pages, then you need the corresponding templates in the new installation.&lt;br /&gt;
#Any other customised files (images and/or a twitter.txt file, for example), you may want to copy those over too.&lt;br /&gt;
&lt;br /&gt;
== Can I view my Cumulus data on another device? ==&lt;br /&gt;
&lt;br /&gt;
# If Cumulus uploads your weather information to an online web site, you can view that on another device.&lt;br /&gt;
# Software like &#039;Remote Desktop&#039; can be used to view the computer that is running Cumulus - see many postings on the Support Forum.&lt;br /&gt;
# A back-up as described in the next answer can be viewed in Cumulus installed on another PC (see point about Windows regional settings in previous question) to look at past extremes or graphs; although obviously that additional installation will not be able to add further observations from the weather station connected to the original PC.&lt;br /&gt;
# If your web site is on your local network, but not online, your device may be able to view it directly or view a back-up of how it was in the past.&lt;br /&gt;
&lt;br /&gt;
== How do I back up my data?  ==&lt;br /&gt;
&lt;br /&gt;
*Copy the contents of the Cumulus ‘data’ sub-folder on a regular basis to a different storage device.  Then if you have any problem with the original storage device, or corruption of files, you can minimise the loss of logged observations. To restore from the backup, just copy the saved data folder back into your Cumulus installation, with Cumulus stopped.&lt;br /&gt;
*It can be useful to take copies of the Cumulus &#039;backup&#039; sub-folder on key dates (e.g. just after change of month or year), or if you think you might have some rogue figures.  The &#039;.ini&#039; files in the backup sub-folder contain past extreme values that you might want to look up.&lt;br /&gt;
*You should also back up, at least once, your cumulus.ini file in the main Cumulus folder.  This contains all the key settings and you need a record of those!&lt;br /&gt;
&lt;br /&gt;
== Moving Cumulus software to a different location on your PC? ==&lt;br /&gt;
&lt;br /&gt;
This article in the wiki gives more details above moving Cumulus: [[Moving cumulus]]&lt;br /&gt;
&lt;br /&gt;
== What are the formats of the Cumulus data files?  ==&lt;br /&gt;
&lt;br /&gt;
These are detailed in the [[:Category:Log Files|Log Files]] section of this Wiki and also in the Cumulus help file, in the section “Data log file format”&lt;br /&gt;
&lt;br /&gt;
== Can I import logged information from before I installed Cumulus? ==&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;Configuration&#039;&#039;&#039; menu, &#039;&#039;Station&#039;&#039; setting screen (near bottom) has option to enter there the &#039;&#039;rainfall total&#039;&#039; for the bit of the year (starting month can be selected here too) until when you first start using Cumulus.  See the Cumulus &#039;&#039;&#039;Help&#039;&#039;&#039; for this screen for further details.&lt;br /&gt;
&lt;br /&gt;
Yes is the answer for other weather information, providing you can manipulate the information you have into either (preferably) the format used by the [[Monthly_log_files#Importing_pre-Cumulus_data]] or (second best) [[Dayfile.txt]]. Look up those cross-references in this Wiki (or the Cumulus &#039;&#039;&#039;Help&#039;&#039;&#039;) for further information on required formats.  The support forum includes a few threads related to this topic, and if you post there then people who have already imported from particular systems may offer their services to import your past observations.&lt;br /&gt;
&lt;br /&gt;
A converter for Weather Display log files is available from this thread in the forum: http://sandaysoft.com/forum/viewtopic.php?f=4&amp;amp;t=10118&lt;br /&gt;
&lt;br /&gt;
A converter for WeatherLink log files is available from this thread in the forum: http://sandaysoft.com/forum/viewtopic.php?f=6&amp;amp;t=11349&lt;br /&gt;
&lt;br /&gt;
== I was away on the last day of last month/year - How do I see the final lowest and highest figures for last month/year? ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;View&#039;&#039;&#039; menu, &#039;&#039;This month&#039;&#039; or &#039;&#039;This year&#039;&#039; screens show some figures for any month or year selected by you, but do not show all the figures shown on a standard web page or as shown on the &#039;&#039;Highs and Lows&#039;&#039; screen for the current month/year.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;View&#039;&#039;&#039; menu, &#039;&#039;Highs and Lows - This month (or This year)&#039;&#039; (or &#039;&#039;thismonth.htm&#039;&#039; or &#039;&#039;thisyear.htm&#039;&#039; web page) only shows the lowest and highest values for the current calendar month (or current year). This answer describes a way to see the same information for the month (or year) that fairly recently ended.  It is valid only until build 1088 (from 5 March 2014 build 1089 &#039;Delay writing of end of day backup files until the first log entry is written&#039; means the stored &#039;&#039;month.ini&#039;&#039; relates to the &#039;&#039;initial&#039;&#039; entries for the start of the new month). From version 1.9.3 build 1041, Cumulus creates a daily backup of the log files. &lt;br /&gt;
*Look in the &#039;&#039;backup\daily&#039;&#039; subfolder within your Cumulus installation. &lt;br /&gt;
*These daily backups will be created if Cumulus was left running during the period of interest, or stopped before that period and since restarted. &lt;br /&gt;
*Normally about 10 such back ups are available, each folder has a name based on the timestamp and contains the 6 [[:Category:Log_Files|xxxx.ini files]], the current [[Monthly_log_files|monthly standard data log]]/[[Extra_Sensor_Files|monthly extra data log]], and the most recent update of [[dayfile.txt|daily summary log]].&lt;br /&gt;
&lt;br /&gt;
Open as a text file [[month.ini]] in the folder whose name is bearing the timestamp after your final rollover, for Cumulus builds 1041 to 1088 the final lowest and highest for each observation in the month will be listed.&lt;br /&gt;
&lt;br /&gt;
In a similar manner if you miss the last day of the year, for Cumulus builds 1041 to 1088 see the final &#039;this year&#039; figures for last year by opening [[year.ini]] from the appropriate backup.&lt;br /&gt;
&lt;br /&gt;
== What do the various wind speeds in Cumulus correspond to, with Davis stations?  ==&lt;br /&gt;
&lt;br /&gt;
Davis station firmware supplies two windspeeds, a 3-second average and a 10-minute average (later versions of the firmware also supply a 2-minute average, Cumulus currently doesn&#039;t use this).  &lt;br /&gt;
* The latest Davis 3-second average is treated by Cumulus as &#039;Latest&#039; (available via &amp;lt;#wlatest&amp;gt;)&lt;br /&gt;
* The highest of the station&#039;s 3-second readings over the previous 10 (configurable by adding &#039;&#039;AvgSpeedMinutes=N&#039;&#039; in [[Cumulus.ini#Section:_Station]] where &#039;N&#039; is number of) minutes becomes the Cumulus &#039;Gust (available via &amp;lt;#wgust&amp;gt;). Note that the WMO definition of a wind gust is the mean wind speed over a 2 to 3 second sample period (not the maximum instantaneous wind speed).&lt;br /&gt;
* The Davis 10-minute average is the Cumulus &#039;Average&#039; (available via &amp;lt;#wspeed&amp;gt;).&lt;br /&gt;
Note that if you sample these readings at shorter (real time) intervals it is possible for Cumulus &#039;Latest&#039; to be lower than Cumulus &#039;Average&#039; because approximately half of the 3-second wind speeds will be higher and half of them lower than the 10-minute average. &lt;br /&gt;
If the Cumulus figure seems lower than the Davis figure see [[#My_Davis_station_shows_a_higher_maximum_wind_speed_than_Cumulus]].&lt;br /&gt;
&lt;br /&gt;
Davis station loggers record a single spot (not any average) wind speed, so if you restart Cumulus and the software attempts to catch up from the station logger there may be only one or two values to include in the Cumulus average (over 10 or whatever) minutes calculation.&lt;br /&gt;
&lt;br /&gt;
== What do the various wind speeds in Cumulus correspond to, with Fine Offset stations?  ==&lt;br /&gt;
&lt;br /&gt;
Fine Offset sensors measure wind over 48-second intervals, divided into 24 2-second intervals. At the end of each 48-second period, they transmit the highest of those 24 values as &#039;Gust&#039;, and the average of those 24 values as &#039;Wind&#039;. The console keeps &#039;&#039;&#039;overwriting&#039;&#039;&#039; the newly received &#039;Gust&#039; and &#039;Wind&#039; values to the same area of console memory every 48 seconds, until the station logging interval time is reached, then it moves on to the next memory location, leaving the last values it wrote in the previous console memory location.  &lt;br /&gt;
*If Cumulus is not running all the time, on restart it works through the console memory locations and extracts the Fine Offset Wind and Gust in each memory location, i.e. at the station logging interval. &lt;br /&gt;
*While Cumulus is running, it reads the current wind speeds (and direction) every 10 seconds. There are new values only every 48 seconds (i.e. every fourth or fifth read)&lt;br /&gt;
&lt;br /&gt;
Cumulus, for various reasons, uses different terminology, and also has configuration settings which control how some of the wind values are displayed.&lt;br /&gt;
* The Fine Offset console &#039;Gust&#039; value becomes Cumulus &#039;Latest&#039;. &lt;br /&gt;
* The highest of the Fine Offset &#039;Gust&#039; values over the previous 10 minutes becomes Cumulus &#039;Gust&#039;.  Note that the WMO definition of a wind gust is the mean wind speed over a 2 to 3 second sample period (not the maximum instantaneous wind speed).&lt;br /&gt;
* Cumulus &#039;Average&#039;  can be calculated in 3 different ways:&lt;br /&gt;
** The default: If &#039;Calculate 10-min wind average&#039; is not selected on the Station Settings screen, the console &#039;Wind&#039; value is used.&lt;br /&gt;
** If &#039;Calculate 10-min wind average&#039; is selected, then by default the average of the Fine Offset &#039;Gust&#039; values read over the previous N (configurable, defaults to 10) minutes is used.&lt;br /&gt;
** If &#039;Calculate 10-min wind average&#039; and &#039;Use speed for avg calculation&#039; are both selected, the average of the Fine Offset &#039;Wind&#039; values read over the previous N (configurable, defaults to 10) minutes is used.&lt;br /&gt;
&lt;br /&gt;
Select value for &#039;N&#039; using &#039;&#039;AvgSpeedMinutes=N&#039;&#039; in [[Cumulus.ini#Section:_Station]].&lt;br /&gt;
&lt;br /&gt;
Note that Fine Offset Consoles can display a &#039;MAX&#039; figure, this is highest recorded since it was last reset (on touchscreen models multiple touches of the displayed speed will cause maximum speed, or gust, to be shown, and when a max value is displayed continuing to hold touching that value for 3 seconds will reset max to current value).  Cumulus maintains its own various extremes for different periods (e.g High wind and high gust for yesterday on its main screen) calculated from all values read by Cumulus in that period.&lt;br /&gt;
&lt;br /&gt;
== How do I set up recording wind speeds in Cumulus, with Oregon Scientific and La Crosse stations  ==&lt;br /&gt;
&lt;br /&gt;
La Crosse and some Oregon Scientific weather stations only output a single wind speed.  To allow Cumulus to calculate &#039;gust&#039; and &#039;wind speed&#039; with different values, select the &#039;&#039;&#039;Station&#039;&#039;&#039; dialogue from the &#039;&#039;Configuration&#039;&#039; menu and set &#039;&#039;Calculate 10 min wind average&#039;&#039; in the &#039;Settings&#039; frame, so in [[cumulus.ini]] this will produce the parameter &#039;Wind10MinAverage=1 when cumulus is next stopped.&lt;br /&gt;
* The station&#039;s &#039;Wind&#039; value will then display as Cumulus &#039;Latest&#039;.&lt;br /&gt;
* A 10 (configurable by adding &#039;&#039;AvgSpeedMinutes=N&#039;&#039; in [[Cumulus.ini#Section:_Station]] where &#039;N&#039; is number of) minutes average of the station&#039;s &#039;Wind&#039; value will then display as Cumulus &#039;Average&#039;.&lt;br /&gt;
* The highest of the station&#039;s &#039;Wind&#039; value in a 10 minute period will then display as Cumulus &#039;Gust&#039;.  Note that the WMO definition of a wind gust is the mean wind speed over a 2 to 3 second sample period (not the maximum instantaneous wind speed).&lt;br /&gt;
&lt;br /&gt;
See &#039;&#039;LCMaxWind=X&#039;&#039; parameter in [[Cumulus.ini#La_Crosse_specific:]] where X is the maximum (uncalibrated) wind speed in m/s that you want to allow.&lt;br /&gt;
&lt;br /&gt;
== How do I make Cumulus run automatically when Windows starts?  ==&lt;br /&gt;
&lt;br /&gt;
There is no option in Cumulus to set this up automatically as I prefer to leave it under the control of the user: The safest and most reliable method is simply to put a shortcut in your Startup folder. If you are running Vista or Windows 7, or later versions of Windows, you may find that Cumulus gets blocked by UAC if you try to run it from the Startup folder, in which case it is recommended that you use Task Scheduler instead. See here for a good description of how to do this - http://blogs.techrepublic.com/window-on-windows/?p=616&lt;br /&gt;
&lt;br /&gt;
== How does Cumulus handle Daylight Saving Time?  ==&lt;br /&gt;
&lt;br /&gt;
As far as the timestamps in the extreme logs, monthly log, and the graphs, are concerned; Cumulus doesn&#039;t do anything in particular for DST. &lt;br /&gt;
*It generates timestamps based on the Windows clock. &lt;br /&gt;
**So basically, at the start of DST (i.e. when the clocks &#039;go forward&#039; for the summer) you will get an apparent gap of one hour in your data logs and on graphs.&lt;br /&gt;
**Similarly at the end of DST (i.e. when the clocks &#039;go back&#039; for the winter) you will get an apparent hour of duplicate timestamps in your logs and graphs. &lt;br /&gt;
*You will tend to get better results if you leave Cumulus running during the clock change, because if it is stopped you may lose data,&lt;br /&gt;
**the exact timing of the affected hours depends on the type of station and the times when Cumulus was running/stopped.&lt;br /&gt;
&lt;br /&gt;
=== ... How do Davis stations handle Daylight Saving Time? ===&lt;br /&gt;
&lt;br /&gt;
Note that there seems to be an issue with Davis stations, either in the console/logger, or in the Davis DLL which Cumulus uses. &lt;br /&gt;
*If you don&#039;t have Cumulus running when DST ends (autumn), then when you start Cumulus up again, it doesn&#039;t receive all of the logger data it needs to catch up to the &#039;&#039;present time&#039;&#039; - the previous hour or so is missing. &lt;br /&gt;
*So with Davis stations, I strongly recommend that you leave Cumulus running at the end of DST, if at all possible.&lt;br /&gt;
&lt;br /&gt;
=== ... How do Fine Offset stations handle Daylight Saving Time? ===&lt;br /&gt;
&lt;br /&gt;
*For Fine Offset stations if you don&#039;t have Cumulus running when DST ends in autumn, then when you start Cumulus up again, the catch up &#039;&#039;misses off the first hour after the time Cumulus was stopped&#039;&#039; (unless you have adjusted the time in [[today.ini]] by subtracting one hour for end of DST while Cumulus was stopped).  &lt;br /&gt;
**This is because the console memory does not time-stamp the data blocks and Cumulus does not remember the console data block used just before shutdown, (after all depending on how long Cumulus has been stopped and the station logging interval, the old memory location could be overwritten by now), but each memory location does contains minutes elapsed since previous memory location used.&lt;br /&gt;
**On restart Cumulus just tries to read the appropriate number of hours worth of observations back from the block now marked as latest.  &lt;br /&gt;
**For example if it was stopped at 2200 DST and restarted at 0600 standard time, Cumulus catches up with the last 8 hours worth of stored measurements as if going back to 2200 standard time, that means it retrieves back to 2300 DST and has forever lost the period 2200 to 2300 DST.  &lt;br /&gt;
*So with Fine Offset stations, I strongly recommend that you leave Cumulus running at the end of DST, if at all possible.&lt;br /&gt;
*At the start of DST in spring, the catch up will &#039;&#039;duplicate the last hour that Cumulus was previously operating&#039;&#039; (unless you have added one hour to the standard time stored in [[today.ini]] for start of DST while Cumulus was stopped). &lt;br /&gt;
**e.g. Stopping from 2200 standard time to 0600 DST the catch up goes back to 2200 DST or 2100 standard time.&lt;br /&gt;
**Some calculated measurements like average temperature, cooling degree days, and the like will be slightly out, but no measurement is actually lost.&lt;br /&gt;
&lt;br /&gt;
== What formula does Cumulus use for Dew Point?  ==&lt;br /&gt;
dewpoint := tempinC + ((0.13 * tempinC) + 13.6) * Ln(humidity / 100)&lt;br /&gt;
&lt;br /&gt;
== What formula does Cumulus use for Apparent Temperature?  ==&lt;br /&gt;
It uses a formula from the Australian BOM - http://www.bom.gov.au/info/thermal_stress/#atapproximation&lt;br /&gt;
&lt;br /&gt;
Note that the version used is the one that doesn&#039;t take into account solar radiation.&lt;br /&gt;
&lt;br /&gt;
== How does Cumulus know the height of the cloud base?  ==&lt;br /&gt;
&lt;br /&gt;
It doesn&#039;t. It uses a calculation which gives the theoretical height above ground level at which Cumulus clouds might form, based on the current temperature and dew point. It assumes that the difference between temperature and dew point decreases by about 4.4 degrees Fahrenheit per 1000 feet increase in altitude. When the two values coincide, the air is saturated (relative humidity = 100%) and Cumulus clouds may form. &lt;br /&gt;
&lt;br /&gt;
== How is my rain rate calculated?  ==&lt;br /&gt;
&lt;br /&gt;
For stations which supply a rain rate, Cumulus uses that. For stations which don&#039;t supply a rain rate (e.g. Fine Offset and La Crosse), Cumulus simply takes the rain total from the last five minutes and calculates a rate based on that; e.g. a single tip of 0.3mm in 5 minutes is a rate of 3.6mm/hr. When data from the station&#039;s logger is used, a similar calculation is performed, but the interval used is the logger interval rather than five minutes.&lt;br /&gt;
&lt;br /&gt;
== Where does Cumulus get its this month and this year rainfall totals from?  ==&lt;br /&gt;
&lt;br /&gt;
* Each time Cumulus reads records from the weather station it applies any change to the &#039;total rain count&#039; against today&#039;s total in its memory.&lt;br /&gt;
* The today&#039;s total so far at each reading time is also added to the &#039;recent tag&#039; array allowing total values for the day-so-far at one minute intervals for up to a week ago to be added as web tags to a web template. &lt;br /&gt;
* The rainfall totals, are initialised when Cumulus is (re-)started by adding up the corresponding daily totals in dayfile.txt and storing those sums in memory. Two of the totals can be seen using default settings on &#039;&#039;&#039;View&#039;&#039;&#039; menu, &#039;&#039;This month&#039;&#039; screen for this month, &#039;&#039;This year&#039;&#039; screen for this calendar year, but the third total for the rain season (you can change starting month) is seen on the &#039;&#039;main&#039;&#039; Cumulus screen.&lt;br /&gt;
* The rainfall totals shown on the &#039;&#039;This period&#039;&#039;, &#039;&#039;This month&#039;&#039;, and &#039;&#039;This year&#039;&#039; screens within the &#039;&#039;&#039;View&#039;&#039;&#039; menu are generated by adding up the daily rainfall totals found in [[dayfile.txt]] for the selected period. So any rainfall for the current (meteorological) day is excluded as the latest dayfile.txt row is for yesterday. Totals are recalculated when you press the &#039;&#039;Update display&#039;&#039; button. Important note: The view menu &#039;This year&#039; screen always calculates the total for a selected calendar year starting in January.&lt;br /&gt;
* The rain figures that Cumulus uses for displaying in &#039;This month&#039; and &#039;This year&#039; on the Cumulus &#039;&#039;main screen&#039;&#039; are updated each time Cumulus receives a rain reading from the station, so will not be displayed if Cumulus is unable to read rain information from your station.&lt;br /&gt;
* For the web tags, Cumulus takes its stored sums and adds today&#039;s latest total each time, to give the current totals for this month and this rain season (year so far) when processing &#039;thismonthT.htm&#039; and &#039;thisyearT.htm&#039; web templates.&lt;br /&gt;
**Important, for the &amp;lt;#ryear&amp;gt; web tag, and for the &#039;This year&#039; display on the &#039;&#039;main&#039;&#039; Cumulus screen, the processing reads the &#039;&#039;dayfile.txt&#039;&#039; for the rainfall season starting with the month set on the station settings screen and stored as the value for attribute &#039;&#039;RainSeasonStart&#039;&#039; in [[Cumulus.ini#Section:_Station]] (its default is January).  &lt;br /&gt;
**If you have set a &#039;year to date&#039; value and Cumulus is being re-started when the year specified beside that figure matches the current year, your year-to-date amount is also added into this year&#039;s total. This should normally only be relevant in your first rain season of operating Cumulus, but could be used if in any season you needed to add an extra amount because for some reason you had a gap in your recording period.&lt;br /&gt;
**There is no corresponding setting for calculating the total for the first &#039;this month&#039; of Cumulus operation.&lt;br /&gt;
*Note that you need to stop and then restart Cumulus to update these initial values that are stored in memory and get any corrections you made to rogue values in the daily summary log (or year-to-date) reflected on the main Cumulus screen and in web tags.&lt;br /&gt;
&lt;br /&gt;
The built-in dayfile.txt editor is used if it is necessary to amend the daily totals (to correct any monthly, rain season, or calendar year, totals); the built-in all-time (or monthly records) editor(s) in Cumulus is used if it is necessary to regenerate the extreme records from dayfile.txt; see [[#My_station_invented_some_rain_that_didn.27t_really_occur.2C_and_I_want_to_set_it_to_zero_.28or_some_other_figure.29 |FAQ about correcting incorrect rainfall displays]].&lt;br /&gt;
&lt;br /&gt;
== How do I reset all my data to start again from scratch?  ==&lt;br /&gt;
&lt;br /&gt;
Stop Cumulus and delete all of the files in the data folder. You may also want to edit the &#039;StartDate=&#039; line in [[cumulus.ini]] to set the date for the start of your data.&lt;br /&gt;
&lt;br /&gt;
== How do I localise Cumulus to my own language? ==&lt;br /&gt;
&lt;br /&gt;
Cumulus does not directly support languages other than English. It was never intended for use in other languages, and it is not possible to add support for this now. However, the text used for:&lt;br /&gt;
*Forecasting&lt;br /&gt;
*Moonphases&lt;br /&gt;
*Beaufort Scale&lt;br /&gt;
*Trend descriptions&lt;br /&gt;
*Compass points&lt;br /&gt;
*Graph titles&lt;br /&gt;
*Extra sensor channels&lt;br /&gt;
can all be customised by using the [[strings.ini]] file. This facility may be extended to allow other items to be translated, but it is very unlikely that there will ever be a fully multi-language version of Cumulus in its current form.&lt;br /&gt;
&lt;br /&gt;
This wiki page [[:Category:Other_Languages|Other Languages]] has some old information about customising the standard web pages and see the downloads page as several third-party alternative web pages include some language translation modules.&lt;br /&gt;
&lt;br /&gt;
== Can I connect/disconnect my weather station while Cumulus is running? ==&lt;br /&gt;
No. You must make sure your weather station is connected to your PC and switched on, before running Cumulus. Do not disconnect your station while Cumulus is running.&lt;br /&gt;
&lt;br /&gt;
== How does Cumulus deal with extra sensors? ==&lt;br /&gt;
&lt;br /&gt;
By default, Cumulus deals with weather stations incorporating solar sensors, if you have selected the relevant station &#039;Type&#039; or &#039;Display solar/extra data&#039; in configuration, but it has some capability to deal with extra sensors added including the Blake-Larsen Sun Recorder.&lt;br /&gt;
Cumulus has the ability to input, log, and display Current Values/Outputs from the [[Rain_measurement#Optical_Rain_Gauges|Hydreon Optical Rain Sensor - Model RG-11]] and from either Oregon Scientific or Davis [[Extra_Sensor_Files|extra sensors]]. Only today&#039;s and yesterday&#039;s total rainfall from a Hydreon sensor are available in [[today.ini]] and [[yesterday.ini]] respectively. For some Oregon Scientific models, the temperature from an extra sensor can replace the temperature from the main sensor for processing by Cumulus, but all extra sensor values are stored in a series of [[Extra_Sensor_Files| monthly log]] files. No other processing is performed for Davis extra sensors, but past values are retained in a series of [[Extra_Sensor_Files| monthly log]] files.  The file [[strings.ini]] is used to customise the description associated with extra sensors.&lt;br /&gt;
&lt;br /&gt;
== What is this &amp;quot;Solar Max&amp;quot; value which Cumulus is displaying? ==&lt;br /&gt;
&lt;br /&gt;
It&#039;s the current theoretical maximum solar radiation value at the current date and time at your location. It is calculated using the Ryan-Stolzenbach formula, and uses the &#039;transmission factor&#039; configurable in the station settings to allow for the effect of transmission through the atmosphere. The figure is not particularly useful in itself; it is used if you have a solar sensor, to compare with the current solar radiation reading, in an attempt to determine whether the sun is currently shining or not.&lt;br /&gt;
&lt;br /&gt;
== My Fine Offset console says the memory is nearly full - how do I clear it? ==&lt;br /&gt;
&lt;br /&gt;
You don&#039;t need to, and it&#039;s much safer if you don&#039;t; clearing the memory could lead to a loss of data. The memory indicator on the console has no effect on the logging of data; the console will automatically start re-using the oldest memory locations. As long as you are running Cumulus (at least occasionally), Cumulus will have downloaded the data it needs from the console, so the console is free to overwrite the oldest data when it needs to.&lt;br /&gt;
&lt;br /&gt;
== How do I get my Davis station with USB working with Cumulus? ==&lt;br /&gt;
&lt;br /&gt;
Cumulus cannot drive the station in USB mode, you must install &#039;virtual serial port&#039; drivers, and configure Cumulus to use the virtual serial port. Make sure you have the station connected to the PC during the following operations.&lt;br /&gt;
&lt;br /&gt;
You should first make sure that you can use the station with Weatherlink, in serial mode. If you have not already installed the Weatherlink software, install the version which came with your weather station. You should then upgrade to the latest version of Weatherlink; you can download the update from the Davis web site,  [http://www.davisnet.com/support/weather/downloads/software_sftwr.asp here].&lt;br /&gt;
&lt;br /&gt;
You now need to install the &#039;CP210X USB to Serial Converter&#039;. You may find a link on your Start menu under &#039;Weatherlink&#039;. Alternatively, you should find it in the folder where Weatherlink was installed, under &#039;Support&#039; then &#039;Utilities&#039;. Davis also make version 2 of this utility available on their web site, [http://www.davisnet.com/support/weather/downloads/software_driver.asp here], and you may find that this version will work for you if the installed version does not. It should be clear from the messages output by the utility that it has successfully switched the logger to serial mode. &lt;br /&gt;
&lt;br /&gt;
It&#039;s a good idea to then update the driver to the latest version from the Silicon Labs web site, particularly if you use Windows 7 or later. You can download it [http://www.silabs.com/products/mcu/pages/usbtouartbridgevcpdrivers.aspx here] - click on &#039;VCP driver kit&#039; under &#039;Download for Windows XP/Server 2003/Vista/7&#039; to begin the download. Run the executable once it&#039;s downloaded.&lt;br /&gt;
&lt;br /&gt;
At this point, it&#039;s best to restart your computer.&lt;br /&gt;
&lt;br /&gt;
You should now run Weatherlink, and attempt to connect to the weather station &#039;&#039;&#039;in serial mode&#039;&#039;&#039;. Weatherlink should find the appropriate COM port number automatically. If not, you can find it under &#039;Ports (COM &amp;amp; LPT)&#039; in the Windows device manager. Look for the port called &#039;USB Serial Port (COMn)&#039;, where &#039;n&#039; is a number. That&#039;s the number of the port you need to use in Weatherlink. If you cannot get Weatherlink to work using this virtual COM port, it is unlikely that you will be able to get Cumulus to work either, so either contact Davis support, explaining that you are trying to use the virtual serial port drivers because you want to run third-party software, or ask in the Cumulus forum, someone may be able to advise.&lt;br /&gt;
&lt;br /&gt;
Once you have Weatherlink connected and working via the virtual serial port, &#039;&#039;&#039;close it down&#039;&#039;&#039;, and start Cumulus.&lt;br /&gt;
&lt;br /&gt;
In the station settings in Cumulus, select the appropriate station type for your station; under &#039;VP Type&#039; select &#039;&#039;&#039;Serial&#039;&#039;&#039;; in the serial port section enter the COM port number that you found earlier. You may need to restart Cumulus at this point. It will then start displaying live data. Note that the it deliberately does not download any historical logger data from before the current point in time. When you run it subsequently, it will download logger data to catch up if necessary from when you last ran it, but never from earlier than when you first ran it.&lt;br /&gt;
&lt;br /&gt;
If you still having difficulty, the Davis Weatherlink manual offers this advice, which may be useful:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Included with the WeatherLink software is a utility that allows you to convert a USB data logger from a direct USB data logger back to a USB data logger that emulates the serial port. To use&lt;br /&gt;
this utility, select Convert USB to Virtual Serial in your WeatherLink program group on the Start menu of your computer (Start&amp;gt;AllPrograms&amp;gt;WeatherLink&amp;gt;Convert USB to Virtual Serial) and run the utility to convert your data logger. Please contact Davis Technical Support (“Contacting Davis Technical Support” on page 26) for more information.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== Why does Cumulus do some things the way it does, when there are better ways? ==&lt;br /&gt;
&lt;br /&gt;
Cumulus was originally something I &#039;knocked together&#039; quickly when I got my first weather station, simply because I couldn&#039;t find any other software anywhere which I was prepared to use. No &#039;design&#039; went into it, it was really just a prototype. Some of the things I did were just quick &#039;hacks&#039; that I intended to fix when I did it &#039;properly&#039;. But I never got around to going back and doing it &#039;properly&#039;, and it was never my intention that anyone else would use it. But I was persuaded to make it available for others, and then to add more and more enhancements. &lt;br /&gt;
&lt;br /&gt;
The fact that it works with several different types of weather station means that much of it is a compromise; it doesn&#039;t use certain features of the weather station which it could use if it were dedicated to that type of weather station. For example, it typically does not use any high/low data that the station might store internally. Instead, it maintains its own high/low data from individual readings. There are a number of reasons for this; the fact that Cumulus supports an 0900-0900 day, and the weather station does not, and the fact that typically Cumulus maintains far more high/low values than the station does, and these need to be self-consistent. &lt;br /&gt;
&lt;br /&gt;
So yes, I am aware that some of things that Cumulus does may seem strange, but it is simply not possible for me to start again from scratch, knowing what I know now. And it is not possible for me to effectively produce separate versions of Cumulus specifically for each type of weather station. If you don&#039;t like the way Cumulus does certain things, do what I did and write your own software!&lt;br /&gt;
&lt;br /&gt;
== Can I run 2 copies of Cumulus? ==&lt;br /&gt;
&lt;br /&gt;
3 options:&lt;br /&gt;
*You can install Cumulus on more than one PC, but each copy must connect directly to its own weather station (one station connected per PC).&lt;br /&gt;
*You can install 2 copies of Cumulus in different paths on a single PC, &#039;&#039;if you have two weather stations&#039;&#039; and Cumulus is able to distinguish between them, e.g. they are from different manufacturers, or both are serial port stations (different ports), or one is USB and one is serial, or one is a Weatherlink IP. In other words the  combination that does not work on a single PC is two USB stations from the same manufacturer. Note that Davis stations with USB loggers are serial port stations as far as Cumulus is concerned, so there are no problems using multiple copies of Cumulus with multiple Davis stations on the same PC.&lt;br /&gt;
*It is possible to back up the Cumulus files from one installation running off a weather station, and briefly have another reduced functionality copy just looking at historic data without ever any updating (the second Cumulus is set up as if reading from an EasyWeather.dat file, but not given a path/file name) - see [[Cumulus.ini#Introduced_for_problems_with_Fine_Offset_family:|Easyweather.dat section here]].&lt;br /&gt;
&lt;br /&gt;
= Troubleshooting  =&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Please note, these answers are written for Cumulus 1.x.y; the support forum is where Cumulus MX problems are discussed, together with how screens and files are different for the beta development.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== My &#039;Error&#039; light is flashing  ==&lt;br /&gt;
&lt;br /&gt;
Click on it, and a window will open describing the error. It may just be a temporary ftp problem. If you want to stop ftp errors being reported in this way, you can turn them off in the display settings (&amp;quot;Show FTP errors on error log window&amp;quot;).&lt;br /&gt;
&lt;br /&gt;
== My ‘new record’ light has stopped flashing  ==&lt;br /&gt;
&lt;br /&gt;
It is the normal situation that the light does not flash. The ‘new record’ light only flashes when an all-time record has been broken. It stops flashing if you click on it or restart Cumulus, until another all-time record is broken. When you first start using Cumulus, inevitably the light will flash a lot, even if you cancel it, as you will be breaking records constantly. After a while, it will &#039;settle down&#039; and not flash so often.&lt;br /&gt;
&lt;br /&gt;
== I installed a new version and my web page templates got over-written  ==&lt;br /&gt;
&lt;br /&gt;
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, place them in a different folder and use the ‘extra files’ facility. From version 1.8.9, the installer offers the option of not over-writing the web templates; it unconditionally also installs them to a sub-folder of the web folder called &#039;originals&#039;, so you can refer to them if required, even if you chose not to over-write those in the web folder.&lt;br /&gt;
&lt;br /&gt;
== I can’t find my data files!  ==&lt;br /&gt;
&lt;br /&gt;
You’re probably running Windows Vista/Windows 7/Windows 8 (or one of the corresponding server versions of Windows). Look in C:\Users\[username]\AppData\Local\VirtualStore\Program Files\Cumulus - note that this is a &#039;hidden&#039; folder. Ideally, to avoid this situation, you would install to somewhere outside the Program Files hierarchy, as recommended in the readme.txt.&lt;br /&gt;
&lt;br /&gt;
== I can&#039;t save my NOAA reports! ==&lt;br /&gt;
&lt;br /&gt;
You&#039;ve probably corrupted your Cumulus.ini file in the default Cumulus folder. See [[Cumulus.ini#Section:_NOAA]]. It can only be edited either (if Cumulus is stopped) with an external text file editor or (with Cumulus running) using the &#039;&#039;NOAA Setup&#039;&#039; in the configuation menu.  Pay attention to where the quotes are required for the file names, and check that you have an allowed date format (see [[Webtags#Time.2FDate_.27format.27_Parameter]]).&lt;br /&gt;
&lt;br /&gt;
== My sunrise and sunset times are wrong  ==&lt;br /&gt;
&lt;br /&gt;
You&#039;ve almost certainly entered your co-ordinates incorrectly, or not entered them at all - on the station settings screen. You must enter DEGREES, MINUTES, and SECONDS, no other format will work. Make sure to use &#039;&#039;&#039;unsigned whole numbers&#039;&#039;&#039; for degrees, minutes, and seconds, with a &#039;W&#039; for your longitude if you&#039;re West of the Greenwich meridian (e.g. if you are in the United States), and the appropriate letter for your latitude (N for northern hemisphere, S for southern hemisphere). &lt;br /&gt;
&lt;br /&gt;
If you are not familiar with the degrees/minutes/seconds standard format and have your co-ordinates in some other format, there are pages on the web which will convert for you. One such is here: http://transition.fcc.gov/mb/audio/bickel/DDDMMSS-decimal.html&lt;br /&gt;
&lt;br /&gt;
One other less likely possibility is that you have set the wrong time zone on your PC.&lt;br /&gt;
&lt;br /&gt;
== The Moon rise or set time is showing dashes.  ==&lt;br /&gt;
&lt;br /&gt;
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. &lt;br /&gt;
&lt;br /&gt;
== The Moon image is just black ==&lt;br /&gt;
&lt;br /&gt;
It&#039;s probably a New Moon.&lt;br /&gt;
&lt;br /&gt;
== Why are the &#039;Yesterday&#039; figures missing on the Main Cumulus Screen? ==&lt;br /&gt;
&lt;br /&gt;
The yesterday values on the Main Screen under &amp;quot;Recent Extremes&amp;quot; are not shown correctly:&lt;br /&gt;
*EITHER when the &#039;&#039;end of day rollover has not taken place&#039;&#039;. &lt;br /&gt;
**The usual cause of this is allowing your PC to &#039;sleep&#039; while Cumulus is running. &lt;br /&gt;
**The support forum mentions a few other causes. &lt;br /&gt;
**Cure this (if you have a weather station type that has a log that Cumulus reads) by looking in &amp;quot;&#039;&#039;Cumulus\backup&#039;&#039;&amp;quot; folder, and finding a backup directly in that folder or in &amp;quot;daily&amp;quot; sub-folder for just before the problem. With Cumulus stopped, copy all the files in that backup into the &amp;quot;&#039;&#039;&#039;Cumulus\data&#039;&#039;&#039;&amp;quot; folder, and then restart Cumulus. &lt;br /&gt;
*OR if Cumulus was unable to read observations from your station during that day, but can today. &lt;br /&gt;
**You can try the same cure, but may not be able to recover the lost information in this case.&lt;br /&gt;
&lt;br /&gt;
== Why do I have some unexpected zero figures? ==&lt;br /&gt;
&lt;br /&gt;
Cumulus may not be able to update some values/extremes, leaving them at zero, if:&lt;br /&gt;
*EITHER you are allowing your PC to go into sleep/standby while Cumulus is running,&lt;br /&gt;
*OR you have more than one copy of Cumulus attempting to interrogate the same weather station,&lt;br /&gt;
*OR you are closing Cumulus down very close to before/after roll-over (the latter is a restriction due to the way the processing of logger data works).&lt;br /&gt;
&lt;br /&gt;
== I’ve ‘zoomed’ a graph, how do I get it back to full size?  ==&lt;br /&gt;
&lt;br /&gt;
Drag from lower right to upper left.&lt;br /&gt;
&lt;br /&gt;
== Cumulus won&#039;t read the data from my station  ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CUMULUS RUNNING&#039;&#039;&#039;&lt;br /&gt;
If you have one of the Fine Offset clones, make sure you have configured your relative pressure correctly. If Cumulus finds an &#039;impossible&#039; value, it will ignore all data from your station.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CUMULUS RE-STARTED&#039;&#039;&#039;&lt;br /&gt;
If Cumulus does not read catch-up data from the station logger:&lt;br /&gt;
#Your station type may not have a logger, if so Cumulus cannot read anything from station while software was not running.&lt;br /&gt;
#There is a bug in the Davis DLL (Dynamic-Link Library) that Cumulus 1.x.x uses, where it never downloads the last archive record; so if there is only one to download (compare how long Cumulus was stopped with logging interval on your Davis station), it doesn&#039;t get any at all. (See [[#Cumulus_takes_a_long_time_to_download_the_data_from_my_Davis_station_at_start_up|here]] for opposite problem). Cure this by ensuring if you stop Cumulus you either leave it stopped for less than Davis logging interval time, or don&#039;t restart until after at least 2 logging intervals.&lt;br /&gt;
#You have not selected &amp;quot;&#039;&#039;&#039;Use data logger&#039;&#039;&#039;&amp;quot; in the &#039;&#039;Settings&#039;&#039; section of the &#039;&#039;&#039;Station settings&#039;&#039;&#039; screen accessed from &#039;&#039;Configuration&#039;&#039;  menu. Correct this:&lt;br /&gt;
##Stop Cumulus after changing this setting&lt;br /&gt;
##Look in &#039;&#039;Cumulus\backup&#039;&#039; folder (or its &#039;&#039;daily&#039;&#039; sub-folder) for a folder of .ini files prior to the problem, copy all those files to overwrite the ones in &#039;&#039;Cumulus\data&#039;&#039; folder&lt;br /&gt;
##Re-start Cumulus, it should use revised start date/time, and read the station logger for the whole re-wind period&lt;br /&gt;
#If there is another problem, read the instructions accessed from &amp;quot;Please click here before posting&amp;quot; at the top of the support forum page including the request to zip up the contents of the &#039;&#039;Cumulus\diags&#039;&#039; folder when asking for such support.&lt;br /&gt;
&lt;br /&gt;
== Cumulus read some invalid figures from my station ==&lt;br /&gt;
If you have:&lt;br /&gt;
*just started using Cumulus, &lt;br /&gt;
*just re-started Cumulus and you are only getting bad data when you start Cumulus up (i.e. when it is using archive data from the station logger),&lt;br /&gt;
*or you have just changed some settings,&lt;br /&gt;
... check you have the correct station type selected (see the Cumulus &#039;&#039;Help&#039;&#039; for the settings screen).&lt;br /&gt;
&lt;br /&gt;
Choosing the wrong station type means individual items of information are not correctly assigned to weather parameters.  Cumulus knows what is at what location for each station type. &lt;br /&gt;
*Is the information &#039;&#039;correct on the station console&#039;&#039; (i.e. not a fault with a sensor), but incorrectly displayed on Cumulus screen (i.e. transfer problem)? &lt;br /&gt;
Check all your settings on Cumulus, or see [[#Cumulus_won.27t_read_the_data_from_my_station|previous question]].&lt;br /&gt;
*If the &#039;&#039;station itself shows incorrect figures&#039;&#039;, a sensor may have a problem (mechanical or electrical failure, obstruction by animal activity) or a battery may need replacing.&lt;br /&gt;
Over successive versions of Cumulus more and more code has been incorporated to deal with the way some stations are prone to reporting rogue readings.&lt;br /&gt;
*Ensure you are using the latest Cumulus build, if you are using an old version you will not have any enhancements made since the earlier build that might improve the way Cumulus reads from your station type.&lt;br /&gt;
In general, if Cumulus 1.x.x identifies an odd value it will reuse the last good value instead, assuming that the problem will either right itself, or be spotted and dealt with quickly.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fine Offset stations&#039;&#039;&#039; are prone to reporting the odd non-sensical value, and Cumulus has the ability to compare successive readings:&lt;br /&gt;
*From the &#039;&#039;&#039;Configuration&#039;&#039;&#039; menu select [[Cumulus_Screenshots#Configuration_Menu_Screens|&#039;&#039;Calibration&#039;&#039;]] and in the &#039;&#039;&#039;Spike removal&#039;&#039;&#039; frame you can specify &amp;quot;the maximum &#039;&#039;&#039;differences&#039;&#039;&#039; between successive values&amp;quot; that Cumulus is to tolerate. See the &#039;&#039;&#039;Help&#039;&#039;&#039; for that screen, and note that spike removal applies while Cumulus is running, not to catch-up readings from the station&#039;s logger. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Possible Cure:&#039;&#039;&#039;&lt;br /&gt;
The purpose of the backup files is to allow Cumulus to be &#039;rewound&#039; to a particular point in time.  It simulates the situation where someone had closed Cumulus down at that point, and is only now starting it up again, and needs data to be downloaded from the station&#039;s logger to catch up to the present time. Obviously this cure will not work if your station type does not have a logger (one is needed for Cumulus to read old readings again).&lt;br /&gt;
*If you have only installed Cumulus a few days ago, or have just re-started Cumulus after it was stopped and encounter multiple &#039;&#039;rogue readings in the catch-up from the station logger&#039;&#039;; &#039;&#039;&#039;one possibility&#039;&#039;&#039; is to stop Cumulus and find the backup files that it took when you started it up (or just after the previous roll-over time), copy those files into the data folder, overwriting the ones that are there, then when you start it up again it could sort itself out.&lt;br /&gt;
The [[Diags]] log often contains useful information for sorting out what has been read, which values have been ignored, and which highs or lows may have been updated incorrectly. Note that automatic backups are made just after roll-over time because restarting Cumulus when there are no logger records to read before roll-over has been known to cause problems. Therefore, the backup to choose might be one with the date before when the problem occured, but remember that any calculations Cumulus makes are based on readings at least every minute when Cumulus is running, but for the catch up period such calculations can only use the readings available at your station&#039;s logging interval. Note if you choose a later backup and it does not work, you can always then repeat the &#039;rewind&#039; with a earlier backup.&lt;br /&gt;
&lt;br /&gt;
== I get very large amounts of rainfall shown, or other high readings ==&lt;br /&gt;
&lt;br /&gt;
Fine Offset stations have a habit of producing unbelievable readings, and Cumulus filters many of these out automatically. You can also use the &#039;spike removal&#039; settings on the calibration page, and Cumulus will then filter out large changes in readings. Please read the help for how to use these settings. Another possible explanation is that you have chosen the wrong station type in the Cumulus station settings. You should only select the &amp;quot;Fine Offset with UV/Light sensor&amp;quot; type if your station actually has SENSORS for these. Your station may have solar CHARGING, but this is not the same as having a solar SENSOR, and so you should choose the &amp;quot;Fine Offset (WH1080 etc)&amp;quot; type. Typically, stations which do have solar SENSORS have a model number which starts with a &#039;3&#039;, e.g. WS3080, and stations without solar sensors start with a &#039;1&#039; or &#039;2&#039;. Selecting the wrong type of station will cause Cumulus to misinterpret the logger data read from the station (which it uses when it starts up) and hence incorrect readings will result, typically when you restart Cumulus.&lt;br /&gt;
&lt;br /&gt;
== My station invented some rain that didn&#039;t really occur, and I want to set it to zero (or some other figure)  ==&lt;br /&gt;
&lt;br /&gt;
Cumulus does include some code to try to ignore some obvious rain errors. For example, if the station reports negative rain, Cumulus will normally ignore that, but if for 6 consecutive readings the rain cumulative count stays below what it was before, Cumulus will normally accept the new count as a new starting point. Because many positive values are realistic (see sub-answers), Cumulus generally will accept those as a result of accidental knocking of a tipping bucket gauge, due to wind effects on the gauge, or even due to the station electronics generating a rogue reading.&lt;br /&gt;
=== (Invented rain) Error in today&#039;s total===&lt;br /&gt;
#correct today&#039;s total using the &#039;today&#039;s rain&#039; editor on the edit menu.&lt;br /&gt;
#optionally stop Cumulus and edit [[today.ini]] to change the &#039;&#039;LastTip=&#039;&#039;(look up previous value in a recently backed up today.ini) parameter.&lt;br /&gt;
#Remember that &#039;ConsecutiveDryDays&#039; and &#039;ConsecutiveWetDays&#039; do not include today.&lt;br /&gt;
&lt;br /&gt;
=== (Invented rain) Error in yesterday&#039;s total ===&lt;br /&gt;
#edit the total for the relevant day in dayfile.txt, using the dayfile.txt editor on the edit menu.&lt;br /&gt;
#optionally edit yesterday&#039;s total (which is only held temporarily for display purposes) in [[today.ini]], while Cumulus is stopped.&lt;br /&gt;
=== (Invented rain) Error in total or high rainfall rate for any day before today ===&lt;br /&gt;
Just edit the total or rate for the relevant day in dayfile.txt, using the [[Cumulus_Screenshots#File.2FEdit.2FHelp_Menu|dayfile.txt]] editor on the edit menu.&lt;br /&gt;
&lt;br /&gt;
=== (Invented rain) Error in total, or extremes, for this month and/or this year ===&lt;br /&gt;
See next FAQ. Once you have corrected the daily totals (or high rainfall rates) in dayfile.txt, you can use the editors (on the edit menu) for &#039;This Month&#039; and &#039;This Year&#039; to fetch the corrected values from dayfile.txt (or enter figures manually).&lt;br /&gt;
&lt;br /&gt;
=== (Invented rain) Error in all-time records ===&lt;br /&gt;
See [[#How_do_I_correct_my_all-time_.28or_monthly_all-time.29_records.3F |this FAQ]].&lt;br /&gt;
&lt;br /&gt;
To see the previous value for all-time records see [[Alltimelog.txt]]. If your all-time records, or month-by-month all-time records have been affected, you can use the built-in editors. These can fetch the correct values once you have corrected dayfile.txt.&lt;br /&gt;
&lt;br /&gt;
===  (Invented rain and) Other rain figures ===&lt;br /&gt;
Note that other rain figures, such as &#039;rain last hour&#039; and &#039;rain last 24 hours&#039; depend on a sensible progression of the rain counter, so it&#039;s not easy to correct this; it&#039;s easier to wait until the erroneous figure is far enough in the past so as not to affect the calculation. If you really do want to try to correct it; you would need to stop Cumulus, then find and edit multiple field 11 (assuming date is field 0) the Cumulus &#039;rain counter&#039; values in the [[monthly_log_files]] in the current monthly log file so they are correct relative to the current value of the rain counter (i.e. the latest one logged).&lt;br /&gt;
&lt;br /&gt;
===  (Invented rain) Error prevention by Spike removal ===&lt;br /&gt;
#It is better to try to avoid spurious rain being recorded in the first place.&lt;br /&gt;
#Cumulus attempts to ignore large increases in the rain total automatically, and is quite often successful.&lt;br /&gt;
#For &#039;hourly rain&#039; and &#039;rain rate&#039;, you can set &#039;spike removal&#039; settings on the calibration settings screen. The value you set here, is the maximum change allowed between successive observations. Rain Rate corrections apply only to Fine Offset and La Crosse stations (which are known to occasionally produce faulty rain readings).&lt;br /&gt;
&lt;br /&gt;
===  (Invented rain) More information ===&lt;br /&gt;
There is more information about correcting rogue data elsewhere in the Wiki, in the pages about the [[:Category:Log_Files|log files]].&lt;br /&gt;
&lt;br /&gt;
== My monthly and/or annual rainfall totals are wrong  ==&lt;br /&gt;
&lt;br /&gt;
Cumulus calculates these when it is restarted, holds the values within memory, and increments them as required while it is running. This FAQ in the previous section [[#Where_does_Cumulus_get_its_this_month_and_this_year_rainfall_totals_from.3F]] has a concise description of how Cumulus calculates these figures.&lt;br /&gt;
&lt;br /&gt;
* The rainfall total shown on the &#039;&#039;This month&#039;&#039; screen within the &#039;&#039;&#039;View&#039;&#039;&#039; menu, is calculated from summing [[dayfile.txt]] totals for a selected month, and so for the default current month will exclude the current meteorological day.  The rainfall total for today so far is added for the web tag &#039;&#039;&amp;lt;#rmonth&amp;gt;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
* The rainfall total shown on the &#039;&#039;This year&#039;&#039;  screen within the &#039;&#039;&#039;View&#039;&#039;&#039; menu, is calculated from summing totals in dayfile.txt for a selected calendar year. For the default current year, it will exclude the current meteorological day.&lt;br /&gt;
&lt;br /&gt;
* The rainfall total reported by the &#039;&#039;&amp;lt;#ryear&amp;gt;&#039;&#039; web tag is for the rainfall season to date, it is calculated from taking today&#039;s rain and then adding the sum of the totals in dayfile.txt starting with the first (meteorological) day of the month specified in the &#039;rainfall season&#039; frame on the &#039;&#039;station settings&#039;&#039; screen within the &#039;&#039;&#039;Configuration&#039;&#039;&#039; menu, until the end of dayfile.txt is reached. So check you have specified the right starting month there before deciding the rainfall total shown is wrong. &lt;br /&gt;
&lt;br /&gt;
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 also on the [[Cumulus_Screenshots#Station|Station Configuration screen]].  Make sure you specify the first Cumulus operating year here, otherwise the extra will be added to the annual total for the wrong year!&lt;br /&gt;
&lt;br /&gt;
See immediately preceding FAQ [[#My_station_invented_some_rain_that_didn.27t_really_occur.2C_and_I_want_to_set_it_to_zero_.28or_some_other_figure.29 |correcting rainfall]]  for how to correct errors in total for particular days and how to correct the high extremes for the various periods.&lt;br /&gt;
&lt;br /&gt;
In all cases then restart Cumulus to get the monthly and annual totals recalculated from correct daily totals. &lt;br /&gt;
&lt;br /&gt;
If you need to correct within day values for trend graphs as well as the longer period totals, provided you know roughly when the rogue rainfall was recorded, find (and edit) it in the [[monthly_log_files]], field 11 (assuming date is field 0) is the count used to derive other parameters. Increasing the value in the count field, decreases the difference to the next (or current) count, and therefore reduces the rain in the in-between period.&lt;br /&gt;
&lt;br /&gt;
== The ‘gust’ line has disappeared from my graph  ==&lt;br /&gt;
&lt;br /&gt;
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. Depending on your weather station type, there are a few things you could try, to improve things. Decrease your station&#039;s logger interval, and if you have Cumulus calculating the wind speed average and you have a Fine Offset station, set &#039;Use speed for avg calculation&#039;.&lt;br /&gt;
&lt;br /&gt;
== My ‘gust’ values are the same as my ‘average’ wind speed values.  ==&lt;br /&gt;
&lt;br /&gt;
As above, you probably have Cumulus set to calculate a 10-minute average, and your station logger period is 10 minutes or longer, so your gust comes out the same as the average when using data from the logger. See the previous FAQ for suggestions on how to improve this.&lt;br /&gt;
&lt;br /&gt;
== I’ve just installed Cumulus, and it didn’t download all the old data from my weather station  ==&lt;br /&gt;
&lt;br /&gt;
Cumulus deliberately doesn’t attempt to download any data from before the point when you first run it. If you wish, although this isn&#039;t recommended, 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 (you will need to have run it at least once previously). Note that if you do this, it is at your own risk, and you will need to sort out any issues which may arise yourself.&lt;br /&gt;
&lt;br /&gt;
If you do this, you will probably need to edit your log files in the &#039;&#039;&#039;data&#039;&#039;&#039; folder as you may have duplicate entries and/or entries out of order. Your rain totals will almost certainly also be wrong - the total for &amp;quot;today&amp;quot; in particular. See the [[FAQ#My_station_invented_some_rain_that_didn.27t_really_occur.2C_and_I_want_to_set_it_to_zero_.28or_some_other_figure.29 |FAQ]] entry about correcting rainfall data. If you have only just started using Cumulus, you could delete all of the files in the data folder, and just create a simple today.ini as below. Then when you start Cumulus it will start again with just the data from the station&#039;s logger.&lt;br /&gt;
&lt;br /&gt;
Note that this method does not work for the Oregon WMR200 station. This station deletes logger entries when they are downloaded, and there is no mechanism for retrieving logger entries for a particular period - it just sends all the entries that it has. You may be able to circumvent this by creating a today.ini file in the data folder before you run Cumulus, with just this in it:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[General]&lt;br /&gt;
Date=10/04/2012&lt;br /&gt;
Timestamp=10/04/2012 10:00:00&lt;br /&gt;
CurrentYear=2012&lt;br /&gt;
CurrentMonth=4&lt;br /&gt;
CurrentDay=10&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Change the dates and time to match the point from which you want Cumulus to start downloading data. If the station has already sent the data, this may not work, unfortunately.&lt;br /&gt;
&lt;br /&gt;
If you stored data from your weather station (on another file-based system) before you first ran Cumulus, then you may be able to (using a text editor outside Cumulus) generate [[Monthly log files]] for the pre-Cumulus period.  See that Wiki article for more information on what you can then do with those files within Cumulus.&lt;br /&gt;
&lt;br /&gt;
== I have inserted pre-Cumulus data and now I get errors ==&lt;br /&gt;
&lt;br /&gt;
Probably some of your inserts used the wrong format (blank rows, fields with real numbers where integers expected, alternatively missing or duplicated fields). See [[:Category:Log_Files]]. Note that Cumulus will only flag errors in the log files that it reads (e.g. those relating to the period for which it displays trends graphs).  Check all the log files you have amended.&lt;br /&gt;
&lt;br /&gt;
== I have inserted pre-Cumulus data making &#039;Records began on&#039; date wrong ==&lt;br /&gt;
&lt;br /&gt;
Stop Cumulus and edit [[Cumulus.ini#Section:_Station | cumulus.ini (station section)]] within the main Cumulus folder. Change the &amp;quot;StartDate=&amp;quot; line. Be sure to use the same format for the date.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note&#039;&#039;&#039; &#039;&#039;StartDate=xxxx&#039;&#039; does &#039;&#039;not&#039;&#039; need to be updated for Cumulus to recognise earlier data in log files in its &#039;&#039;data&#039;&#039; subfolder.  &lt;br /&gt;
&lt;br /&gt;
It really represents &amp;quot;Cumulus began on&amp;quot;, so there is an alternative of leaving cumulus.ini unchanged, but editing default Cumulus &#039;&#039;recordsT.htm&#039;&#039; template twice:&lt;br /&gt;
*after the h2 heading is &#039;&#039;&amp;amp;lt;p&amp;amp;gt;Records began on &amp;lt;#recordsbegandate&amp;gt;. Here are the extremes recorded since then.&amp;amp;lt;/p&amp;amp;gt;&#039;&#039;;  you can replace &#039;&amp;lt;#recordsbegandate&amp;gt;&#039; with the new earliest date typed in as text; and&lt;br /&gt;
*at the start of the table is the &#039;&#039;&amp;amp;lt;caption&amp;amp;gt;Records Since &amp;lt;#recordsbegandate&amp;gt;&amp;amp;lt;/caption&amp;amp;gt;&#039;&#039;; replace the label &amp;quot;Records since&amp;quot; with &amp;quot;Cumulus began on&amp;quot; leaving the web tag unchanged.&lt;br /&gt;
&lt;br /&gt;
== Cumulus doesn’t show the same pressure as my Fine Offset console  ==&lt;br /&gt;
&lt;br /&gt;
Cumulus displays atmospheric pressure corrected to sea level. The console calls this ‘relative pressure’; it displays the letters &amp;quot;rel&amp;quot; when this is being displayed.  First of all, check&lt;br /&gt;
# that you are comparing the Cumulus display with the ‘relative’ pressure on your console,&lt;br /&gt;
# that only one copy of Cumulus is accessing the weather station (and no other software),&lt;br /&gt;
# that you do not have a &#039;EWpressureoffset=x.y&#039; line in the [Station] section of [[Cumulus.ini#Introduced_for_problems_with_Fine_Offset_family:| cumulus.ini]],&lt;br /&gt;
# and that you do not have a setting for pressure on the Cumulus calibration screen.&lt;br /&gt;
&lt;br /&gt;
The Fine Offset stations only store absolute/station pressure readings in their weather memory locations updated with each transmission and read by Cumulus. Within Cumulus, the software applies the adjustment to sea level before any further processing. It does &#039;&#039;not&#039;&#039; use the altitude setting in the cumulus station configuration screen.&lt;br /&gt;
Normally when Cumulus starts, it reads in [http://www.jim-easterbrook.me.uk/weather/mm/ the fixed block] in the console a pair of absolute/station pressure and relative/sea level pressure readings and uses the difference between these as the ‘offset’ in millibar for the station;  Cumulus uses this offset subsequently to calculate the sea level pressure (each time when reading the absolute pressure in the weather memory locations of the station), but it is possible to define the offset in cumulus.ini instead. &lt;br /&gt;
&lt;br /&gt;
Make sure that you have set your console&#039;s relative pressure correctly:&lt;br /&gt;
*for a push button operated model, press &#039;menu&#039; key 4 times for pressure mode, press &#039;enter&#039; to move to relative pressure setting, press &#039;up&#039; or &#039;down&#039; to adjust value.&lt;br /&gt;
*if your model uses a touch sensitive screen then it is probably tap the reading three times, then touch &#039;+&#039; or &#039;-&#039; to adjust value.&lt;br /&gt;
&lt;br /&gt;
The support forum includes discussion on where to find isobar charts or other sources to determine what the pressure should be.  Obviously after any adjustment you need to stop Cumulus, because it is when you restart it that Cumulus reads the new pressure offset.&lt;br /&gt;
&lt;br /&gt;
Sometimes the offset that cumulus reads from the fixed block is clearly garbage, so&lt;br /&gt;
# the cumulus error light is set,&lt;br /&gt;
# an error message suggests you check the station, and&lt;br /&gt;
# Cumulus uses zero offset instead as a best effort.&lt;br /&gt;
In this situation, Cumulus will display the same value as the &#039;absolute&#039; pressure on the console (no &amp;quot;rel&amp;quot; is displayed on the console when it is displaying absolute pressure). Often, if you restart Cumulus, it will then be able to read the correct value. If the problem happens often, you can circumvent it by editing cumulus.ini (while Cumulus is stopped), and in the [Station] section add an entry: &lt;br /&gt;
&lt;br /&gt;
 EWpressureoffset=x.y&lt;br /&gt;
&lt;br /&gt;
where x.y is your pressure offset. &#039;&#039;&#039;Cumulus will then use this instead of reading the fixed block offset from the station&#039;&#039;&#039;.  &lt;br /&gt;
&#039;&#039;&#039;Note&#039;&#039;&#039; that &#039;&#039;you must supply the offset in hPa&#039;&#039; (i.e. the millibar units that the station works with) and that this circumvention generally stops Cumulus from agreeing with the relative pressure displayed on the console.&lt;br /&gt;
&lt;br /&gt;
== My pressure suddenly dropped! Or suddenly increased!  ==&lt;br /&gt;
&lt;br /&gt;
If you have a Fine Offset station, and this happened when you (re)started Cumulus, it is quite likely a problem with reading the pressure &#039;offset&#039; from the station. See: &amp;quot;Cumulus doesn’t show the same pressure as my Fine Offset console&amp;quot; above.&lt;br /&gt;
&lt;br /&gt;
== I get an error when I try to view my all-time records. Also, they don’t appear on my web site  ==&lt;br /&gt;
&lt;br /&gt;
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. &lt;br /&gt;
&lt;br /&gt;
== I get an error when I close Cumulus  ==&lt;br /&gt;
&lt;br /&gt;
Cumulus does sometimes report an error when you close it. This does not appear to cause any problems, you can just close the error message. I don&#039;t seem to be able to do anything about this, as the &#039;crash&#039; is not in code that I have control over. You may be able to avoid this error by avoiding closing Cumulus while it is uploading to the internet. Please don&#039;t bother sending me a bug report about this. &lt;br /&gt;
&lt;br /&gt;
== My forecast says &amp;quot;Not available&amp;quot;  ==&lt;br /&gt;
&lt;br /&gt;
You can get Cumulus to create a simple forecast by selecting &#039;Cumulus Forecast&#039; on the Stations Settings screen. &lt;br /&gt;
&lt;br /&gt;
== My forecast always says &amp;quot;Exceptional Weather, Stormy, much precipitation&amp;quot;  ==&lt;br /&gt;
&lt;br /&gt;
You probably have incorrect Pressure Extreme settings in the Forecast section on the Station Settings window. Make sure that the values you have supplied match the units you have selected for the extremes. Note that the units for the extremes are not related to the units you have chosen for pressure display in Cumulus. The option of supplying mb/hPa or inHg for the extremes is merely a convenience; you can supply either, but the values and the units must of course match.&lt;br /&gt;
&lt;br /&gt;
== My computer hibernated/suspended, and I lost data/my graphs &#039;flat-lined&#039;  ==&lt;br /&gt;
&lt;br /&gt;
Cumulus can&#039;t cope with being suspended, it just carries on as normal after being woken. There is an option in the station settings to &#039;close on suspend&#039;, so Cumulus will close itself as a safety measure, if you forget to do it manually. Don&#039;t use the &#039;close on suspend&#039; option and the &#039;confirm shutdown&#039; option at the same time; this will cause problems. &lt;br /&gt;
&lt;br /&gt;
But I strongly recommend that you don&#039;t have your computer set to go into any form of standby while Cumulus is running - it&#039;s continuously gathering real-time data, after all, so it&#039;s a rather strange thing to do. &lt;br /&gt;
&lt;br /&gt;
== My heat index/humidex/wind chill is the same as my temperature  ==&lt;br /&gt;
&lt;br /&gt;
*Wind chill only applies when the average wind speed is above 4.8 kph &#039;&#039;&#039;and&#039;&#039;&#039; (by default in Cumulus as it should really always be set, but this is an option that can be unset) the temperature is below 10 degrees Celsius.  &lt;br /&gt;
*Heat index only applies when the temperature is above 27 degrees Celsius &#039;&#039;&#039;and&#039;&#039;&#039; the humidity is above 40%. &lt;br /&gt;
* Humidex does not have any &#039;cutoff&#039; values, but at low temperature and/or humidity it will give the same figure as ambient temperature.&lt;br /&gt;
&lt;br /&gt;
If heat index or wind chill is not applicable, Cumulus will set them the same as the ambient temperature.&lt;br /&gt;
&lt;br /&gt;
== Cumulus is showing a different wind speed compared to my console  ==&lt;br /&gt;
&lt;br /&gt;
You have probably misunderstood Cumulus processing of wind speeds, looking at different parameters, or different averaging periods.&lt;br /&gt;
*If you have a Davis weather station see [[#What_do_the_various_wind_speeds_in_Cumulus_correspond_to.2C_with_Davis_stations.3F]]&lt;br /&gt;
*If you have a Fine Offset station, see [[#What_do_the_various_wind_speeds_in_Cumulus_correspond_to.2C_with_Fine_Offset_stations.3F]] &lt;br /&gt;
* For Oregon Scientific and La Crosse stations see [[#How_do_I_set_up_recording_wind_speeds_in_Cumulus.2C_with_Oregon_Scientific_and_La_Crosse_stations]]&lt;br /&gt;
&lt;br /&gt;
Note that you can&#039;t compare the graphs drawn by Easyweather and Cumulus unless you are certain that they are plotting the same data. They can&#039;t both be running at the same time, so one would normally be plotting &#039;live&#039; data at a given interval, and the other will be plotting data downloaded from the station&#039;s logger. The wind speed will hence not normally be the same for a particular time on the graph as it may well have changed at the point that it is saved to the logger. The only situation where it &#039;&#039;would&#039;&#039; be valid to compare the graphs would be if neither were running at the times you are comparing, and both subsequently downloaded the same data from the logger.&lt;br /&gt;
&lt;br /&gt;
== I get error -32710 with Cumulus and my USB Davis station  ==&lt;br /&gt;
&lt;br /&gt;
The USB support in the Davis DLL which Cumulus uses doesn&#039;t seem to work. You need to use the CP210X USB/serial software which Davis supply, and use the station in serial mode. If you have previously been using your station with Weatherlink in USB mode, you will need to change to serial mode in Weatherlink before you can use the station with Cumulus. You can do this using [http://www.davisnet.com/support/weather/download/CP210X_USB_Serial_Converter_ver2.exe this utility from Davis]. See also this FAQ entry - http://wiki.sandaysoft.com/a/FAQ#How_do_I_get_my_Davis_station_with_USB_working_with_Cumulus.3F&lt;br /&gt;
&lt;br /&gt;
== When I start Cumulus, the graphs restart again each time and don&#039;t show the earlier data  ==&lt;br /&gt;
&lt;br /&gt;
You probably have an error in one or more data files. Look near the beginning of the latest file in the Diags folder for an error message which will tell you which file is in error and which line is causing the problem. It may simply be a blank line. Edit the file with Cumulus stopped. Note that you may need to repeat this process; only the first error is shown.&lt;br /&gt;
&lt;br /&gt;
This problem can also occur if you change your system format settings (date format, decimal and list separators etc). Again, check the diags file for a message about a number not being a valid floating point value.&lt;br /&gt;
&lt;br /&gt;
== The peak values on my graphs are not the same as my extreme values  ==&lt;br /&gt;
&lt;br /&gt;
The graphs are snapshots of the data, taken once a minute while Cumulus is running; it is not feasible to plot every data point. If the extreme value did not coincide exactly with the point at which the data was added to the graph, then it will not appear on the graph. The graphs are not intended to show all of the highs and lows, they are there to give an idea of the trends. This also applies to &#039;Select-A-Graph&#039;, which takes its data from the data logs; the highs and lows do not necessarily appear in the periodic data logs.&lt;br /&gt;
&lt;br /&gt;
This is most noticeable with wind gusts, the value of which can change rapidly, even over a period of a minute. The &#039;Plot latest gust&#039; setting causes the &#039;Latest&#039; figure (as shown on the main screen) to be plotted. What this figure represents exactly depends on your weather station type. This figure may vary rapidly, e.g. on Davis stations, it changes every 3 seconds or so. The graphs are plotted once a minute, and hence, with Davis stations, for example, there is approximately a one in 20 chance of any given &#039;latest&#039; figure actually being plotted.&lt;br /&gt;
&lt;br /&gt;
Cumulus also stores the peak value of the &#039;latest&#039; figure from the last 10 minutes. It calls this the &#039;gust&#039;, as this is a reasonable representation of a true &#039;gust&#039; figure. If you untick &#039;plot latest gust&#039;, it will plot this figure instead. As it contains the peak figure from the last 10 minutes, and the graph is plotted once a minute, plotting this value means that the high gust figure will always appear on the graph. The exception to this is with Davis stations, in the situation where the &#039;high gust&#039; figure has been read directly (as a way of ensuring that the high gust isn&#039;t missed) rather than by the usual reading of the current data. In this case, the gust is recorded as the high, but is not written to the current value, and hence does not appear on the graph, as it may be out of sequence with the current data.&lt;br /&gt;
&lt;br /&gt;
== My extreme values do not appear in the &#039;monthly&#039; data logs  ==&lt;br /&gt;
&lt;br /&gt;
The data logs are snapshots of the data, taken at the configured interval while Cumulus is running (or at the station&#039;s configured interval when data is read from the station&#039;s logger directly into the Cumulus monthly log). Cumulus, while it is running, reads the station frequently, detecting each change in observations, and can update extremes at each of these reading times.&lt;br /&gt;
&lt;br /&gt;
If the extreme value reading time did not immediately precede a time at which the data was logged, then it will not appear in the log. This is most noticeable with wind gusts, the value of which can change rapidly between log entries.&lt;br /&gt;
&lt;br /&gt;
Cumulus is designed to be kept running, if you only run it once a day, then the information it reads from the station&#039;s logger during catch up may miss extremes. For example &#039;&#039;when Cumulus reads the archive temperatures from a Davis station&#039;&#039;,  (in a compromise to allow Cumulus to have as much code as possible that is common to all weather station types) the design means that it ignores the first and second figures representing highest and lowest reported at each logged time, just reading the third figure that, depending on console configuration, is either the average value over the archive period or the final reading of the archive period (I don&#039;t know what the default is).&lt;br /&gt;
&lt;br /&gt;
== Cumulus takes a long time to download the data from my Davis station at start up  ==&lt;br /&gt;
&lt;br /&gt;
When Cumulus starts, it asks the station for all the data from the logger since the last time it was running. If the time-stamp that it supplies does not exactly match the time-stamp of an entry in the Davis logger, the station has a strange &#039;feature&#039; where it decides to send the entire contents of the logger. This will take some time to download, during which the Davis console display may appear to freeze. &lt;br /&gt;
#It is recommended that you enable the feature &#039;&#039;&#039;Synchronise station clock&#039;&#039;&#039; in the &#039;Settings&#039; block accessed from the &#039;&#039;Configuration&#039;&#039; menu  &#039;&#039;&#039;Station&#039;&#039;&#039; [[Cumulus_Screenshots#Station|Screen]].&lt;br /&gt;
#It is recommended that you set the logging interval in Cumulus (in the &#039;Data log interval&#039; block accessed from the &#039;&#039;Configuration&#039;&#039; menu  &#039;&#039;&#039;Station&#039;&#039;&#039; Screen) to the same interval as the station (the station interval can be changed using Weatherlink), then Cumulus will be able to make sure it uses a time-stamp that matches an entry in the logger. Note that this is mentioned in the &#039;&#039;&#039;readme.txt&#039;&#039;&#039; file that appears during the Cumulus installation, which you were asked to read at the time. If you didn&#039;t read it, it is strongly recommended that you do so now; it contains important information.&lt;br /&gt;
&lt;br /&gt;
== My Davis console clock is not exactly the same as my PC clock, but I have &amp;quot;Synchronise station clock&amp;quot; selected ==&lt;br /&gt;
&lt;br /&gt;
The Davis protocol only allows hours and minutes to be set, so there is always likely to be a difference of up to 60 seconds between the PC and the station.&lt;br /&gt;
&lt;br /&gt;
== Today is the shortest/longest day, but Cumulus says that tomorrow will be a few seconds shorter/longer  ==&lt;br /&gt;
&lt;br /&gt;
The routines I use to calculate (at midnight GMT) the length of the day aren&#039;t really suitable for this level of accuracy and may use the previous day in one parameter. I don&#039;t consider it an issue.&lt;br /&gt;
&lt;br /&gt;
== Cumulus got the forecast wrong!  ==&lt;br /&gt;
&lt;br /&gt;
Cumulus uses a forecast based on the Zambretti Forecaster (see Google). I didn&#039;t design the algorithm myself and to be honest I don&#039;t know how it works, so I can&#039;t answer any questions about it. Note that this is a &#039;forecast&#039; for the following 12 hours or so; it is not a &#039;nowcast&#039; (what the weather is doing now). Please regard the forecast as &#039;for entertainment purposes only&#039;. Do not base any decisions on it, and bear in mind that it is a very simple calculation based on only a few basic parameters. Some people get reasonable results, others do not. You can try tweaking the pressure extreme settings (in the Forecast section in the station settings), but don&#039;t expect the forecast to be as good as that provided by the weather agencies which have invested millions in their forecasting systems.&lt;br /&gt;
&lt;br /&gt;
== I only see one set of points on the wind direction graph  ==&lt;br /&gt;
&lt;br /&gt;
This happens just after you restart Cumulus, if the data came from the weather station&#039;s logger (i.e. Cumulus hasn&#039;t been running for a while). Weather stations only supply a &#039;current&#039; direction, and Cumulus calculates the average direction when running &#039;live&#039;.  So there is only one set of data available to be plotted, if it comes from the station logger.&lt;br /&gt;
&lt;br /&gt;
== My average wind bearing remains at zero ==&lt;br /&gt;
&lt;br /&gt;
Cumulus will always show zero average bearing when the average wind speed is zero (it can&#039;t be otherwise because it&#039;s calculated using the wind speed). In addition, it will show zero current bearing when the current wind speed is zero if you have &#039;&#039;use bearing zero when calm&#039;&#039; selected in the [[Cumulus_Screenshots#Station|station]] settings (accessible from &#039;&#039;&#039;Configuration&#039;&#039;&#039; menu).&lt;br /&gt;
&lt;br /&gt;
This also happens if your anemonmeter has a fault.&lt;br /&gt;
&lt;br /&gt;
== My graphs appear to be plotted less frequently just after Cumulus starts up  ==&lt;br /&gt;
&lt;br /&gt;
When running live, Cumulus plots data at 1-minute intervals. When it starts up, it pre-fills the graphs with data from the log files, which generally (depending on how you have Cumulus and your station configured) will be at less frequent intervals. &lt;br /&gt;
&lt;br /&gt;
== I closed Cumulus, the &#039;please wait&#039; form appeared, but Cumulus didn&#039;t close, even after several minutes  ==&lt;br /&gt;
&lt;br /&gt;
If you&#039;ve closed Cumulus shortly after it has downloaded a lot of data from the logger, it can take a while for the logging thread to get everything written away to disk, and Cumulus won&#039;t close until this has completed. However, in some circumstances, there seems to be a situation where Cumulus will never close, so you will need to close it with task manager. If you think you know what conditions cause this to happen, please let me know. &lt;br /&gt;
&lt;br /&gt;
== Cumulus isn&#039;t logging data at the interval that I set  ==&lt;br /&gt;
&lt;br /&gt;
It logs data at the interval you have configured, while it is running. If there is data to read from the station logger at start up, each logger entry is logged to the Cumulus log files, so those entries will be at the logger interval that you have configured in your station.&lt;br /&gt;
&lt;br /&gt;
== Cumulus takes a very long time to shut down ==&lt;br /&gt;
&lt;br /&gt;
You may have closed it very soon after starting it up, when it had a lot of data to download from the station logger, and you use Weather Underground. From version 1.9.1  there is a facility where it &#039;catches up&#039; with data that hasn&#039;t been uploaded to Weather Underground while it hasn&#039;t been running. This takes a little while, and if you close it while it is doing it, it will take a long time for all of the updates to time out. You need to give it sufficient time to finish the upload. From version 1.9.2, there is a &#039;catch up&#039; light which shows that the upload is taking place, and the &#039;catch up&#039; is optional&#039;; and it will abort much more quickly if you still close it while the catch up is taking place. &lt;br /&gt;
&lt;br /&gt;
== My temperature Min/Max/Avg graph is empty ==&lt;br /&gt;
&lt;br /&gt;
The most likely explanation is that you have only recently started running Cumulus (in the last day or two). It adds new values to this graph at the end of each day; it wouldn&#039;t make sense to add a value part of the way through the day, and you need a few points to be plotted before the graph starts to take shape. You need to wait until you have been running Cumulus for a few days.&lt;br /&gt;
&lt;br /&gt;
If you&#039;ve been running Cumulus for more than a few days, but the graph is still empty, the most likely explanation is that it was unable to read your dayfile.txt file. Look at the latest file in the &#039;diags&#039; folder (the files are plain text) for error messages mentioning dayfile.txt.&lt;br /&gt;
&lt;br /&gt;
== The longest dry/wet spell for this month/year includes days from last month/year ==&lt;br /&gt;
&lt;br /&gt;
This is intentional. I decided that it didn&#039;t make sense to arbitrarily chop off a dry/wet spell at the start of the month/year, as then the figure is meaningless. So the figures are to be interpreted as &amp;quot;the longest dry/wet spell which includes this month/year&amp;quot;. I note that other software takes the same approach.&lt;br /&gt;
&lt;br /&gt;
== Cumulus isn&#039;t performing periodic tasks, like data logging or web uploads ==&lt;br /&gt;
&lt;br /&gt;
Cumulus assumes a certain level of weather station functionality. It checks that it has received data from a number of sensors (e.g. pressure and outside temperature) before it starts periodic calculations, logging, uploading to the web, or drawing graphs. This is an attempt to make sure that bad data is not logged. If your weather station is not fully functional, you will not be able to use Cumulus fully. &lt;br /&gt;
&lt;br /&gt;
You can over-ride the start up check by adding a line to the [Station] section of [[Cumulus.ini#Section:_Station|cumulus.ini]], thus: &#039;&#039;NoSensorCheck=1&#039;&#039;&lt;br /&gt;
(You need to do this while Cumulus is stopped). Note that you are likely to get bad data logged if you do this.&lt;br /&gt;
&lt;br /&gt;
== I&#039;ve changed my Twitter password, and now Cumulus won&#039;t update Twitter ==&lt;br /&gt;
&lt;br /&gt;
You need to force Cumulus to re-authenticate with Twitter. Stop Cumulus and edit cumulus.ini. Find the [Twitter] section, and &#039;&#039;&#039;delete&#039;&#039;&#039; the lines which start&lt;br /&gt;
&lt;br /&gt;
OauthToken=&lt;br /&gt;
 &lt;br /&gt;
OauthTokenSecret=&lt;br /&gt;
&lt;br /&gt;
Start Cumulus and it should be able to update Twitter again.&lt;br /&gt;
&lt;br /&gt;
== When I start Cumulus, I get the error message &amp;quot;The station is not initialised&amp;quot; ==&lt;br /&gt;
&lt;br /&gt;
For Fine Offset stations, when Cumulus starts up, it checks the first two bytes of the station&#039;s memory. They are supposed to contain the values Hex 55 and Hex AA to indicate that the station has initialised itself correctly. If they do not, then presumably the station has had some kind of internal problem, so Cumulus doesn&#039;t try to read any data from it. A reset of the station normally fixes this - remove the batteries and the USB cable; but note that you will almost certainly lose any stored data in the logger.&lt;br /&gt;
&lt;br /&gt;
If you want to force Cumulus to ignore this check (not recommended), edit cumulus.ini and add a line to the [Station] section: &#039;&#039;EWdisablecheckinit=1&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
You will most likely not have any success with this, as your station memory is probably corrupted anyway.&lt;br /&gt;
&lt;br /&gt;
Note that for this setting to work, you need to be using version 1.9.3, build 1034 or later.&lt;br /&gt;
&lt;br /&gt;
== How do I correct today&#039;s or yesterday&#039;s highs and lows? ==&lt;br /&gt;
&lt;br /&gt;
Today&#039;s totals, highs and lows (and yesterday&#039;s rain total) are held in [[today.ini]] in the Cumulus data folder. Yesterday&#039;s totals (including RG11 rain but not standard rain), highs and lows are held in [[yesterday.ini]]. Follow the cross-references if you are unsure which parameter is what. To change any values, stop Cumulus and edit the file(s) in a text editor. Be sure to keep any date and time formats the same. If you are editing yesterday&#039;s highs and lows, you might also need to edit [[Dayfile.txt#Editing_daily_summary_in_Cumulus|dayfile.txt]], as the same values will probably have been written to that file. You can use the [[Cumulus_Screenshots#File.2FEdit.2FHelp_Menu|built-in dayfile editor]] in Cumulus to do this. If your all-time and/or monthly all-time records have been affected, see the [[#How_do_I_correct_my_all-time_.28or_monthly_all-time.29_records.3F|FAQ entry below]].&lt;br /&gt;
&lt;br /&gt;
If the value you want to change is today&#039;s high hourly rain figure, it is best to wait until the current figure has returned to a sensible value. There is no easy way to correct the current figure, so if you change it in today.ini while the current figure is incorrect, the high value in today.ini will immediately be changed again when you start Cumulus.  More information about correcting rain [[#My_station_invented_some_rain_that_didn.27t_really_occur.2C_and_I_want_to_set_it_to_zero_.28or_some_other_figure.29 |in this FAQ]].&lt;br /&gt;
&lt;br /&gt;
If the problem occurred because Cumulus wasn&#039;t able to download the data from the station&#039;s logger when you started it up in the morning (or perhaps you turned off the &#039;use data logger&#039; setting for some reason), you can get it to try again by &#039;rewinding&#039; to the time when you started Cumulus, and allowing it to try again. Cumulus takes a copy of the current files each time it starts up, and puts them in a folder in the backup folder in the Cumulus installation. Stop Cumulus, and find the backup folder with the appropriate timestamp, and copy all of the files from the backup folder into the Cumulus data folder, and start Cumulus up again.&lt;br /&gt;
&lt;br /&gt;
== How do I correct my all-time (or monthly all-time) records? ==&lt;br /&gt;
&lt;br /&gt;
Use the editor in Cumulus - on the Edit menu. If you know the correct figures, you can enter them manually.&lt;br /&gt;
*You can look at the [[Alltimelog.txt]] file to find the previous values for the [[Monthlyalltime.ini|all-time records]].&lt;br /&gt;
*Similar entries are logged to the [[diags]] files for the monthly highs and lows in [[month.ini]]. &lt;br /&gt;
*You can also get the editor to scan the [[dayfile.txt|daily summary log]] and [[Monthly_log_files]] to find the highs and lows from those files, click the Help button for details. Note that to use this facility you first need to correct any incorrect values in the files being scanned; you can use the built-in editor in Cumulus to edit dayfile.txt.&lt;br /&gt;
&lt;br /&gt;
Cumulus takes a backup of all the active data files when it starts up, and also at the start of the meteorological day (just after midnight for a lot of users). The backups are kept in folders within the backup sub-folder in the Cumulus installation. So an alternative method would be to find the latest backup from before the error occurred, and copy the &#039;&#039;alltime.txt&#039;&#039; and/or &#039;&#039;monthlyalltime.txt&#039;&#039; file from the backup to the Cumulus data folder. Do this with Cumulus stopped.&lt;br /&gt;
&lt;br /&gt;
There is more information in [[:Category:Log_Files]], on the page for each type of file.&lt;br /&gt;
&lt;br /&gt;
== It&#039;s January 1st and my &#039;rain since midnight&#039; and/or &#039;last 24 hours rain&#039; and/or Evapotranspiration are wrong/negative ==&lt;br /&gt;
&lt;br /&gt;
You are probably using a Davis station. Cumulus needs an incrementing rain counter to calculate all of the rain figures, and the nearest to that on a Davis station is the annual total. When this resets at the end of the year, this causes some of the rain data to show odd values for a day. You will notice this particularly if you use an 0900 start of meteorological day, as the &#039;rain since midnight&#039; figure is used for services such as Weather Underground. There&#039;s no easy solution to this, sorry.&lt;br /&gt;
&lt;br /&gt;
== Cumulus stops at the &amp;quot;Downloading data&amp;quot; screen ==&lt;br /&gt;
&lt;br /&gt;
If you have a Fine Offset station, this is probably caused by the station&#039;s interface locking up. You should be able to get it going again by doing a reset - remove batteries and the USB cable. Recent Fine Offset models have a problem where they can lock up frequently, requiring a reset. From version 1.9.3 of Cumulus onwards, there is an option to synchronise the reading of data with the console writing the data, to avoid doing both at the same time, and this seems to avoid most lockups. The setting is &amp;quot;Synchronise Fine Offset reads&amp;quot; on the station settings screen.&lt;br /&gt;
&lt;br /&gt;
If you look in the status bar at the bottom of the Cumulus window, there may a message &amp;quot;Error: no response&amp;quot;; this would confirm that the station has locked up and needs resetting.&lt;br /&gt;
&lt;br /&gt;
== Cumulus locks up when it starts and I have to use the task manager to kill it ==&lt;br /&gt;
&lt;br /&gt;
If you have a &#039;&#039;Fine Offset station&#039;&#039;, this is most likely caused by the station&#039;s interface locking up, i.e the station has stopped communicating with the PC.&lt;br /&gt;
&lt;br /&gt;
The problem where Cumulus locks up when the Fine Offset station doesn&#039;t respond is fixed in version 1.9.4. If you look in the status bar at the bottom of the Cumulus main window, there may be a message &amp;quot;Error: no response&amp;quot;; this would confirm that the station has locked up and needs resetting.&lt;br /&gt;
&lt;br /&gt;
You should be able to get the station going again by doing a reset - either remove console batteries and the USB cable or press the reset button hidden below the small hole (on 1081-based models, above the top RH corner of the battery cover). Recently manufactured Fine Offset models have a problem where they can lock up frequently, requiring a power reset. From version 1.9.3 of Cumulus onwards, there is an option on &#039;&#039;station settings screen&#039;&#039; to &#039;&#039;&#039;Synchronise Fine Offset Reads&#039;&#039;&#039; (Cumulus reading data from console) with the timing of received transmissions from sensors updating the data, to avoid doing both at the same time, and this seems to avoid most lockups.&lt;br /&gt;
&lt;br /&gt;
== Error messages with &amp;quot;Error on line...&amp;quot; or &amp;quot;Error at line...&amp;quot; ==&lt;br /&gt;
&lt;br /&gt;
These are corruptions in the log files, typically caused by Cumulus being unexpectedly closed (e.g. killed using Task Manager, or a PC reboot) while it is writing to the log files, but there can be other causes. The error message may say something like &amp;quot;List index out of bounds&amp;quot;. The error message will name the affected file(s) and the affected line number(s).&lt;br /&gt;
&lt;br /&gt;
Stop Cumulus and open the named file(s) in a good text editor, such as Notepad++. Do not use Notepad. At the line number(s) mentioned correct the error(s), which will be obvious as the lines won&#039;t look like the other lines, they will be blank or have garbage characters, or perhaps two lines have been run together. Save the file(s) and start Cumulus again.&lt;br /&gt;
&lt;br /&gt;
== Cumulus gives an error and won&#039;t run on my HP computer ==&lt;br /&gt;
&lt;br /&gt;
It&#039;s a known problem with HP computers; they have missing fonts. One solution is to install [http://www.microsoft.com/en-us/download/details.aspx?DisplayLang=en&amp;amp;id=16083 this font update] from Microsoft. It appears that computers other than HP can have the same font issue, so it is worth installing the font update anyway, if you get a problem where Cumulus won&#039;t start.&lt;br /&gt;
&lt;br /&gt;
== The headings or data look wrong in the data log viewer ==&lt;br /&gt;
&lt;br /&gt;
You&#039;re probably trying to view the wrong type of file. Use [[Cumulus_Screenshots|menus]] on main screen.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;View | Data logs&amp;quot; is only for the monthly data logs, e.g. Oct13log.txt, &amp;quot;View | Extra data logs&amp;quot; is for &amp;quot;extra&amp;quot; data logs, e.g. ExtraLog201310.txt, and if you want to view the daily summaries in dayfile.txt, use the dayfile.txt editor - &amp;quot;Edit | dayfile.txt&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
== The wind rose in Cumulus does not display anything with my Fine Offset ==&lt;br /&gt;
&lt;br /&gt;
The Fine Offset weather stations are supposed to supply data for 16 wind directions, however the design is such that most of them only actually use 8 of the possible 16. Try setting the wind rose to only display 8 directions by setting the &#039;wind rose points&#039; value to 8 on the display settings screen.&lt;br /&gt;
&lt;br /&gt;
== I&#039;ve set the graph background to white, but there&#039;s a problem with the small wind direction graph ==&lt;br /&gt;
&lt;br /&gt;
This appears to be an issue with the third party chart component. The work around is to choose a gradient background and set all three colours in the gradient to white.&lt;br /&gt;
&lt;br /&gt;
== My Weather Underground tabular data interval is not the same as the interval I&#039;ve set in Cumulus (I&#039;m using Rapid Fire) ==&lt;br /&gt;
&lt;br /&gt;
If you have selected &#039;rapid fire&#039;, the data is uploaded every 5 seconds, and the interval you configure in Cumulus is not used. Weather Underground decide how often your tabular data is logged when using rapid fire, not Cumulus.&lt;br /&gt;
&lt;br /&gt;
== My WU or PWS highest and lowest do not match Cumulus ==&lt;br /&gt;
&lt;br /&gt;
Note that Cumulus does not send minimum and maximum values to PWS and WU, they determine those themselves from the individual values that Cumulus sends.&lt;br /&gt;
&lt;br /&gt;
== My monthly (month-by-month) all-time records don&#039;t have entries for all of the months that I have been using Cumulus ==&lt;br /&gt;
&lt;br /&gt;
You need to initialise them. See the release announcement for version 1.9.3, which is when this facility was introduced: http://sandaysoft.com/forum/viewtopic.php?f=2&amp;amp;t=9286&lt;br /&gt;
&lt;br /&gt;
You only need to do this once; when you have initialised them, Cumulus will keep them up to date thereafter.&lt;br /&gt;
&lt;br /&gt;
== I am getting I/O error 32 or I/O error 103 ==&lt;br /&gt;
&lt;br /&gt;
I/O error 32 = ERROR_SHARING_VIOLATION; &amp;amp;nbsp; I/O error 103 = &#039;file not open&#039; mean something on your system has one of the Cumulus files open, preventing Cumulus writing to it (Cumulus needs exclusive access).  If you are seeing &amp;quot;file access denied&amp;quot;, you may have a permissions problem.&lt;br /&gt;
Possible reasons for locked files:&lt;br /&gt;
# Anti-virus, or back-up, software scanning/accessing the file (this is the cause in almost all cases that I&#039;ve seen).&lt;br /&gt;
# An edit or file transfer in progress (the Cumulus thread for logging and the Cumulus thread for FTP are independent so can overlap). This is likely to happen if you are getting Cumulus to frequently upload the log file to your web site.&lt;br /&gt;
# Some other software that a user is running which is processing the file in some way.&lt;br /&gt;
# More than one instance of Cumulus running (see [[#Can_I_run_2_copies_of_Cumulus.3F]]).&lt;br /&gt;
# An issue with the system clock on the PC.&lt;br /&gt;
&lt;br /&gt;
== I have problems after upgrading to Windows 10 ==&lt;br /&gt;
See this forum post - http://sandaysoft.com/forum/viewtopic.php?f=2&amp;amp;t=14148&lt;br /&gt;
&lt;br /&gt;
= Website =&lt;br /&gt;
&lt;br /&gt;
== How do I set up a website? ==&lt;br /&gt;
The crucial settings are selected on the &#039;&#039;Internet&#039;&#039; screen in the &#039;&#039;&#039;Configuration&#039;&#039;&#039; menu. &lt;br /&gt;
*On the &#039;&#039;Sites/Options&#039;&#039; tab, you must have &#039;&#039;&#039;Auto Update&#039;&#039;&#039; selected if you want Cumulus to generate web pages at the standard interval.  Other parameters will depend on your particular set-up, but are explained in the Cumulus &#039;&#039;&#039;Help&#039;&#039;&#039; and in Wiki pages starting with [[Website_setup]] and following links as required. &lt;br /&gt;
*On the &#039;&#039;Files&#039;&#039; tab, you select whether to use the standard Cumulus templates and images, or specify your own templates and destinations.&lt;br /&gt;
&lt;br /&gt;
== I’ve configured my ftp details but the web pages aren’t appearing on my site  ==&lt;br /&gt;
&lt;br /&gt;
Try setting ‘use active FTP mode’. If you already have it set, try unsetting it. If it was previously working OK, something may have changed on your network, or at the server end.&lt;br /&gt;
&lt;br /&gt;
== I’ve tried active FTP mode, but my web pages (or my realtime.txt file) still don’t appear?  ==&lt;br /&gt;
&lt;br /&gt;
Are you absolutely sure you have set the ftp path correctly? Most problems like this are a result of an incorrect path. Note that the information in the &#039;FTP progress&#039; window is not generally useful for diagnosing upload issues&#039; try turning on the ftp logging (on the Configuration menu) and look in the ftplog.txt and realtimeftplog.txt files (in the Cumulus folder). It is best to supply a relative path - i.e. with no leading &#039;slash&#039;. Please don&#039;t ask me what path you need to supply, it is impossible for me to guess how your web space is set up. If you cannot work it out, ask your web space provider for help.&lt;br /&gt;
&lt;br /&gt;
== How do I replace the &#039;bird&#039; image on my website? ==&lt;br /&gt;
&lt;br /&gt;
There are several ways to change the image of the &#039;bird&#039; on the standard Cumulus web page.  You will need a [[FTP tool]].&lt;br /&gt;
* The simplest way is to upload a new picture to the images folder of your website; the file should be called picture.jpg.   Please ensure the image is not too large and bear in mind it will appear on the bottom left of the page; the site data may cover some of the image.  As a guide, the default image is 600 x 450 pixels.&lt;br /&gt;
* Secondly, you may upload an image using your own file name.  Edit the &#039;&#039;weatherstyle.css&#039;&#039; file and look for the line &amp;lt;tt&amp;gt;background-image: url(images/picture.jpg);&amp;lt;/tt&amp;gt; around line 9 and adjust as necessary.  Upload the edited css file to your website.&lt;br /&gt;
* if you wish to remove the image completely edit the &#039;&#039;weatherstyle.css&#039;&#039; file and remove the line &amp;lt;tt&amp;gt;background-image: url(images/picture.jpg);&amp;lt;/tt&amp;gt;  Upload the edited css file to to your website.&lt;br /&gt;
&lt;br /&gt;
NOTE: It is not recommended that you overwrite the image in your local folder (webfiles\images\picture.jpg) because that gets overwritten when you update to a new build of Cumulus. Ideally your image will be in its own local folder outside the Cumulus structure.&lt;br /&gt;
&lt;br /&gt;
== Why does the heading say &#039;weather weather&#039; ? ==&lt;br /&gt;
&lt;br /&gt;
The standard first template page contains &#039;&#039;&#039;&amp;amp;lt;h1&amp;amp;gt;&amp;amp;lt;#location&amp;amp;gt; weather&amp;amp;lt;/h1&amp;amp;gt;&#039;&#039;&#039;, so do not include &#039;weather&#039; in your station name (this is what the tag &amp;amp;lt;#location&amp;amp;gt; represents, see next answer) to avoid it being duplicated.&lt;br /&gt;
&lt;br /&gt;
== How do I change the &amp;quot;Welcome to.&amp;quot; on the front page ==&lt;br /&gt;
&lt;br /&gt;
The Welcome message is controlled within Cumulus.  Click on the &#039;&#039;Station&#039;&#039; screen in &#039;&#039;&#039;Configuration&#039;&#039;&#039; menu and Edit the &#039;&#039;&#039;Description&#039;&#039;&#039; field within the Location frame to amend what the tag &amp;lt;#longlocation&amp;gt; represents in &amp;quot;Welcome to &amp;amp;lt;#longlocation&amp;amp;gt;.&amp;quot; on template page.&lt;br /&gt;
&lt;br /&gt;
== I don&#039;t have a solar sensor. How do I remove the solar data from the supplied web templates? ==&lt;br /&gt;
Locate the Cumulus &#039;web&#039; folder on your PC and edit the following files (there are comments in the html to guide you):&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;indexT.htm&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Remove the following code:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
  &amp;lt;!-- Solar data. If you don&#039;t have a solar sensor, you may wish to delete everything from here to the next comment --&amp;gt;&lt;br /&gt;
  &amp;lt;tr class=&amp;quot;td_temperature_data&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;Solar Radiation&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;&amp;lt;#SolarRad&amp;gt;&amp;amp;nbsp;W/m&amp;amp;sup2;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;Evapotranspiration Today&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;&amp;lt;#ET&amp;gt;&amp;amp;nbsp;&amp;lt;#rainunit&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;/tr&amp;gt;&lt;br /&gt;
  &amp;lt;!-- End of solar data --&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;todayT.htm&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
Remove the following code:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
    &amp;lt;!-- Solar data. If you don&#039;t have a solar sensor, you may wish to delete everything from here to the next comment --&amp;gt;&lt;br /&gt;
    &amp;lt;tr class=&amp;quot;td_temperature_data&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;td&amp;gt;Hours&amp;amp;nbsp;of&amp;amp;nbsp;Sunshine&amp;lt;/td&amp;gt;&lt;br /&gt;
      &amp;lt;td&amp;gt;&amp;lt;#SunshineHours&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
      &amp;lt;td&amp;gt;&amp;amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;!-- End of solar data --&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;yesterdayT.htm&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Remove the following code:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
    &amp;lt;!-- Solar data. If you don&#039;t have a solar sensor, you may wish to delete everything from here to the next comment --&amp;gt;&lt;br /&gt;
    &amp;lt;tr class=&amp;quot;td_temperature_data&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;td&amp;gt;Hours&amp;amp;nbsp;of&amp;amp;nbsp;Sunshine&amp;lt;/td&amp;gt;&lt;br /&gt;
      &amp;lt;td&amp;gt;&amp;lt;#YSunshineHours&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
      &amp;lt;td&amp;gt;&amp;amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;!-- End of solar data --&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== How do I remove Inside Temperature graph or add solar/UV/sunshine? ==&lt;br /&gt;
&lt;br /&gt;
Locate the Cumulus &#039;web&#039; folder on your PC and edit the following file:&lt;br /&gt;
&#039;&#039;&#039;trendsT.htm&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Modify the following code:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
    &amp;lt;td class=&amp;quot;td_thumbnails&amp;quot;&amp;gt;&amp;lt;a onclick=&#039;changeImage(&amp;quot;images/intemp.png&amp;quot;)&#039;&amp;gt;&amp;lt;img src=&amp;quot;images/intempsm.png&amp;quot; alt=&amp;quot;Inside Temperature Graph Thumbnail&amp;quot; width=&amp;quot;150&amp;quot; height=&amp;quot;100&amp;quot; style=&amp;quot;border:0&amp;quot; /&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
*To simply remove &#039;&#039;&#039;Inside Temperature&#039;&#039;&#039; graph, change code above to this&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
*If you want to stop Cumulus uploading the indoor temperature graph, you can un-tick &#039;Include standard images&#039; on the &#039;files&#039; tab of the internet settings, and list all of the images that you still want to be uploaded as extra files. As there will likely be more than 10 files, you would need to do this by editing Cumulus.ini.&lt;br /&gt;
*To show solar instead, replace &#039;intemp.png&#039; with &#039;solar.png&#039;, replace &#039;intempsm.png&#039; with &#039;solarsm.png&#039;, and change the wording of the value associated with the alt property.&lt;br /&gt;
*To make Cumulus upload the solar graph, select it on the &#039;files&#039; tab of the internet settings.&lt;br /&gt;
*To show sunshine instead, replace &#039;intemp.png&#039; with &#039;sunshine.png&#039;, replace &#039;intempsm.png&#039; with &#039;sunshinesm.png&#039;, and change the wording of the value associated with the alt property.&lt;br /&gt;
*To make Cumulus upload the sunshine graph, select it on the &#039;files&#039; tab of the internet settings.&lt;br /&gt;
*To show UV instead, replace &#039;intemp.png&#039; with &#039;uv.png&#039;, replace &#039;intempsm.png&#039; with &#039;uvsm.png&#039;, and change the wording of the value associated with the alt property.&lt;br /&gt;
*To make Cumulus upload the UV graph, select it on the &#039;files&#039; tab of the internet settings.&lt;br /&gt;
&lt;br /&gt;
If you want to do more than a straight one for one swap see [[Customised_templates#Slightly_less_simple_customisation_of_trendsT.htm| customisation page here]].&lt;br /&gt;
&lt;br /&gt;
== How do I include extra items on supplied web templates? ==&lt;br /&gt;
&lt;br /&gt;
Open the folder cumulus\web and edit the relevant file named xxxxxT.htm.  For example instead of deleting the sections in the [[#I don&#039;t have a solar sensor. How do I remove the solar data from the supplied web templates?|remove solar answer]], edit their contents.&lt;br /&gt;
See [[Customised_templates#Changing_the_Standard_Templates]] for fuller description.&lt;br /&gt;
&lt;br /&gt;
If you do change the standard templates, take a copy of your new versions, and store elsewhere.&lt;br /&gt;
The sub-folder cumulus\web\originals has copies of the standard templates from the installed build, do not edit these.&lt;br /&gt;
When you install a new build of Cumulus, you have an option to replace or not replace the contents of cumulus\web with the new build&#039;s standard templates.&lt;br /&gt;
&lt;br /&gt;
== How do I upload extra web pages? ==&lt;br /&gt;
&lt;br /&gt;
See Cumulus help for the Internet Settings screen, or for a step-by-step guide see [[Customised_templates#What_to_select_on_the_.27Files.27_tab_of_the_Internet_Settings_screen_within_the_.27Configuration.27_menu]]&lt;br /&gt;
&lt;br /&gt;
== What character encoding does Cumulus use for the web pages it generates? ==&lt;br /&gt;
&lt;br /&gt;
Cumulus 1.9.4 build 1093 changed all the template pages from XHTML 1.0 Transitional using charset=iso-8859-1 encoding to HTML 5 using charset=&amp;quot;UTF-8&amp;quot; encoding. It uses this without [http://en.wikipedia.org/wiki/Byte_order_mark Byte Order Mark] (BOM).&lt;br /&gt;
&lt;br /&gt;
From that build, you can tell Cumulus which of those two encodings to use:&lt;br /&gt;
*For standard template names in standard &#039;cumulus\web&#039; folder, if you replace them with customised templates not using [http://en.wikipedia.org/wiki/UTF-8 &amp;quot;Universal Character Set Transformation Format — 8-bit&amp;quot; (UTF-8)], &lt;br /&gt;
**unselect &#039;&#039;&#039;UTF-8 encode&#039;&#039;&#039; in the web settings frame on the Sites/Options tab of Internet settings screen in Configuration menu. &lt;br /&gt;
**Cumulus will then, as in earlier builds, use [http://en.wikipedia.org/wiki/ISO-8859-1 iso-8859-1] encoding.&lt;br /&gt;
*For extra templates, the Files tab of the Internet settings screen in Configuration menu has the option to choose which of the two Cumulus encodings to use.  See Wiki article referenced in previous answer.&lt;br /&gt;
&lt;br /&gt;
Note that since Cumulus 1.9.4 build 1078 there has been an option on the NOAA Setup screen in Configuration menu to specify whether character set utf-8 encoding is to be used for those reports.&lt;br /&gt;
&lt;br /&gt;
== Why does a standard gauges web page have text where it should show gauges? ==&lt;br /&gt;
&lt;br /&gt;
[[File:Gauges missing.jpg]] If a standard Cumulus &#039;gauges.htm&#039; web page displays like this then either&lt;br /&gt;
&lt;br /&gt;
1) (Most Likely) The weather station owner has not loaded the required files/folders onto his/her server; &lt;br /&gt;
* The gauges graphics require the &#039;images&#039; subfolder (see next answer), containing the script and many images to be pre-loaded in the &#039;dbimages&#039; subfolder.&lt;br /&gt;
* All these should exist within the destination folder that holds the HTML files as instructed in the Cumulus Help (&#039;setting up your website&#039; page)  &lt;br /&gt;
* Also explained in [[Simple Website setup]] on this Wiki.&lt;br /&gt;
&lt;br /&gt;
or 2) JavaScript is not enabled (or not available) in the browser being used to view the page (if not enabled, this can be switched on in either &#039;Options&#039;, &#039;Preferences&#039; or &#039;Settings&#039; depending on browser). Note that Firefox version 23 has removed the ability to change this in Option preferences, so ignore this solution in that browser.&lt;br /&gt;
&lt;br /&gt;
or 3)  You are using a browser add-on such as &#039;NoScript&#039; (over 2 million use this) which requires you to explicitly turn on JavaScript for each web site you visit within the &#039;NoScript&#039; options.  (This sort of add-on may be used to restrict advertising or tracking of your actions, or for security against unwanted processes being started by sites you visit).&lt;br /&gt;
&lt;br /&gt;
== Why are there no graphs on my standard trends web page? ==&lt;br /&gt;
&lt;br /&gt;
Either 1) You have not created an images sub-folder (within your folder that holds web pages) as instructed in the Cumulus Help (&#039;setting up your website&#039; page) -  also explained in [[Simple Website setup]].  In this case, the bird image will not be appearing in the bottom left corner of your web pages.&lt;br /&gt;
&lt;br /&gt;
Or 2) You have switched off &#039;&#039;&#039;Include Standard Images&#039;&#039;&#039; on the file tab of the Internet dialogue of the configuration menu.  In this case Cumulus believes you are working in a non-standard way, and does not automatically upload the graphs (nor moon image).&lt;br /&gt;
&lt;br /&gt;
== What is the size of the standard Cumulus update? ==&lt;br /&gt;
&lt;br /&gt;
The default is that all of the standard pages and standard images are uploaded on each update at whatever standard update frequency you select. &lt;br /&gt;
&lt;br /&gt;
In total for version 1.9.2, it&#039;s about half a megabyte - about 100kB for the pages (about half of that is the gauges.htm page with all the detailed wind plotting points, and half the other pages) and 400kB for the variable images (moon phase, some gauges images and trend graphs - the exact size of latter can vary if you change the period they cover).&lt;br /&gt;
&lt;br /&gt;
Version 1.9.3 adds the monthly records page which contains 12 months worth of a lot of data, and adds 25kB to every update (although usually very little changes between updates).&lt;br /&gt;
&lt;br /&gt;
The NOAA monthly and annual pages are uploaded once a day, that is another 8kB for a full month and full year, obviously less at the start of a month/year.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Optional extras&#039;&#039;&#039;&lt;br /&gt;
*[[realtime.txt]] file, this is less than 1kB (1024 Bytes) in size.&lt;br /&gt;
*[[dayfile.txt]] a file that is about (30 times number of years) kB&lt;br /&gt;
*The files required to update external sites are no more than a few kB.&lt;br /&gt;
&lt;br /&gt;
== How do I upload my own pages or files once a day? ==&lt;br /&gt;
&lt;br /&gt;
Cumulus allows you to specify a command (with optional parameters) that will be actioned just after daily rollover. The command is entered in the &#039;&#039;External programs&#039;&#039; frame at the bottom left of the Internet Settings screen.  The box is labelled &#039;&#039;&#039;Daily&#039;&#039;&#039;. Click the Cumulus &#039;&#039;Help&#039;&#039; button for guidance.  For example you could type &#039;c:\cumulus\daily.cmd&#039; in the box labelled &#039;&#039;Daily&#039;&#039;. &lt;br /&gt;
&lt;br /&gt;
This could be used to upload the pages with the longer term extremes (as your monthly, annual and all-time extremes may only change a few times a month or even less frequently) and so reduce the upload burden at the standard uploading frequency.  To achieve this you would use the content of that example file &#039;daily.cmd&#039;, in the default Cumulus folder,   to call your own [[FTP_tools| file transfer tool]] for those infrequently changing pages. Remember to also unselect &#039;&#039;&#039;Include Standard Files&#039;&#039;&#039; on the&#039;&#039; &#039;Files&#039; tab&#039;&#039; of &#039;Internet settings&#039;, and list [[Customised_templates#How_Cumulus_uses_its_templates|the templates]] on that tab, selecting &#039;&#039;&#039;Process?&#039;&#039;&#039; for all of them, but only selecting &#039;&#039;&#039;FTP?&#039;&#039;&#039; for the other frequently changing pages that are still to be uploaded at the standard interval. You may find help on the forum  or elsewhere on this wiki [[SFTP| for the FTP call]] and [[Customised_templates#Creating_Your_Own_Templates| for &#039;Files&#039; tab settings]].&lt;br /&gt;
&lt;br /&gt;
It can also be used for the optional files mentioned in the previous answer or to update a database using a [[ImportCumulusFile|PHP batch job]].  For the daily command specified above, in the default Cumulus folder, add a file &#039;daily.cmd&#039; that contains (if you host your own server using &#039;XAMPP&#039;), &#039;copy c:\cumulus\data\dayfile.txt C:\xampp\htdocs\weather\daj\&#039; for example to enable you to use the [[AnnualDataSummary| Annual Day-by-day Summary]] tool. (Uploading if you do not host your own server is described at [[Upload_Dayfile| upload dayfile]] but basically you swap the copy command for a FTP command).&lt;br /&gt;
&lt;br /&gt;
== The &#039;real time wind data&#039; gauges on the standard gauges page aren&#039;t working ==&lt;br /&gt;
&lt;br /&gt;
These require a [[realtime.txt]] file to be uploaded by Cumulus. Tick the &amp;quot;Enable Realtime&amp;quot;, &amp;quot;Enable Realtime FTP&amp;quot; and &amp;quot;Enable realtime.txt FTP&amp;quot; boxes on the internet settings screen. If the gauges still do not work, check that the [[realtime.txt]] file is being uploaded to the correct place. If it is not, it is likely that you have specified an incorrect &#039;ftp directory&#039; in Cumulus. If your &#039;normal&#039; pages are being uploaded correctly, but realtime.txt is not, then it is likely that you simply need to leave the ftp directory blank (but see the note below first).&lt;br /&gt;
&lt;br /&gt;
A possible cause for this problem is that your web space provider does not allow .txt files to be accessed. For example, the free hosting provider 000webhost.com do not.&lt;br /&gt;
&lt;br /&gt;
== I&#039;m using the supplied web pages, and get lower case in places where I want upper case  ==&lt;br /&gt;
&lt;br /&gt;
It&#039;s in the CSS. Go to the webfiles sub-folder of your cumulus installation, edit weatherstyle.css and find lines like: &amp;quot;text-transform: lowercase;&amp;quot; and remove them. Use FTP tool to replace the weatherstyle.css on your website.&lt;br /&gt;
&lt;br /&gt;
== My web pages have things like &amp;amp;lt;#location&amp;amp;gt; in them  ==&lt;br /&gt;
You’ve edited your templates with something like Dreamweaver, and it’s changed the angle brackets on the [[Webtags]] to &amp;quot;&amp;amp;amp;lt&amp;amp;nbsp;;&amp;quot; and &amp;quot;&amp;amp;amp;gt&amp;amp;nbsp;;&amp;quot; - you need to change them back to &amp;amp;lt; and &amp;amp;gt;. &#039;&#039;These may look the same when viewed in your browser, but you can see the difference if you &#039;view source&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
Alternatively, if the web templates are listed in [[cumulus.ini]] (and for the first 10 appear on the &#039;&#039;&#039;files&#039;&#039;&#039; tab of &#039;&#039;Internet&#039;&#039; dialogue of &#039;&#039;&#039;Configuration&#039;&#039;&#039; menu), the &#039;&#039;&#039;Process&#039;&#039;&#039; option must be ticked for the web pages generated by Cumulus to have values replacing the [[Webtags]].  Otherwise at each web update, Cumulus will generate web pages the same as the templates.&lt;br /&gt;
&lt;br /&gt;
== My web pages are empty ==&lt;br /&gt;
If empty web pages are being uploaded to your web site (i.e. they report size of 0 kB, but do not produce &#039;error 404 - page not found&#039; message), and your browser shows that their modification date is recent (see next FAQ), then it is likely that the [[Customised_templates#What_is_meant_by_.27Cumulus_processes_templates.27| Cumulus processing]] of templates is failing:&lt;br /&gt;
*Either (since build 1093, as made clear in the release notes)[[File:Web settings.JPG]] the character encoding (for standard named templates that are [[Customised_templates#What_is_meant_by_.27Cumulus_processes_templates.27| processed by Cumulus]]) is specified incorrectly on the &#039;&#039;&#039;Configuration&#039;&#039;&#039;  menu, &#039;&#039;Internet&#039;&#039; dialog, &#039;&#039;&#039;Sites/Options&#039;&#039;&#039; tab, &#039;&#039;Web Settings&#039;&#039; frame as shown about half way down on this screen extract:&lt;br /&gt;
**Select the option where indicated by red arrow if your template includes in a line near the start &amp;lt;code&amp;gt;&amp;lt;meta charset=&amp;quot;UTF-8&amp;quot;&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
**Deselect the option where indicated by red arrow if your template includes something like &amp;lt;code&amp;gt;&amp;lt;meta content=&amp;quot;text/html; charset=iso-8859-1&amp;quot; http-equiv=&amp;quot;Content-Type&amp;quot; /&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
**For customised pages, (without standard Cumulus template names), select/un-select the UTF-8 encoding in the appropriate column on the &#039;&#039;&#039;Configuration&#039;&#039;&#039;  menu, &#039;&#039;Internet&#039;&#039; dialog, &#039;&#039;&#039;Files&#039;&#039;&#039; tab screen where you list the local and remote names.&lt;br /&gt;
*Or you have edited/customised the template and added an incorrectly specified Cumulus [[webtag]] that has caused [[Customised_templates#What_is_meant_by_.27Cumulus_processes_templates.27| Cumulus processing]] to abort for that template.  If you stop cumulus you can use a text editor to open the latest [[Diags|diagnostic file]]. Look at entries time-stamped just before the hour and repeated at your auto-update &#039;&#039;interval&#039;&#039; (just below red arrow in screen image above). You might find a message like &amp;quot;Error processing C:\web\indexT&amp;quot; (i.e. mentioning whichever template is at fault) followed by a brief hint as to the nature of the error.&lt;br /&gt;
&lt;br /&gt;
== My web pages have obsolete web tag values in them  ==&lt;br /&gt;
If the information showing on your web pages is out of date, then it must have been working before, so you have made a change somewhere.&lt;br /&gt;
*Most browsers will display &#039;page information&#039; that tells you when the page was last modified (by querying the web server).&lt;br /&gt;
**if the page on your web server was recently modified, &lt;br /&gt;
***then the next item to investigate is the template file; a template file contains Cumulus web tags and the [[Customised_templates#What_is_meant_by_.27Cumulus_processes_templates.27|&#039;process&#039;]] that Cumulus does to create a web page involves reading text from a template and when it finds a web tag it inserts the latest value in as it creates the page. A [[FAQ#What_file-names_does_Cumulus_use_when_processing_and_uploading_files_to_my_web_site.3F|local file]] is then created and Cumulus will FTP (or copy) this to the web server according to the settings. If the template file cannot be processed, Cumulus may still upload an existing old local file.&lt;br /&gt;
**if the page was not recently modified, &lt;br /&gt;
***maybe you are not running Cumulus, so it is not updating.  &lt;br /&gt;
***maybe your file transfer is not working, turn ftp logging on for technical output, and look for any filenames and any &#039;successfully transferred&#039; messages.&lt;br /&gt;
***maybe your &#039;internet settings&#039; screen has accidentally been changed, see Cumulus help for simple instructions.  If you took a backup of [[cumulus.ini]] you can stop Cumulus, rename the current file and copy your cumulus.ini backup back into the &#039;cumulus&#039; directory containing the Cumulus program.&lt;br /&gt;
***maybe your web server provider has changed something.&lt;br /&gt;
&lt;br /&gt;
== Running a web server on the same PC as Cumulus ==&lt;br /&gt;
If you do not have a web site, or run a web server locally (same PC, or on your local network), you can get Cumulus to generate/copy either html, or image, files locally instead of using FTP to place them remotely.&lt;br /&gt;
&lt;br /&gt;
You&#039;ll need to list the (source) file including paths on the files tab of the internet settings, and specify a destination path and file name for the remote file in each case. Don&#039;t tick the &#039;&#039;FTP?&#039;&#039; box for standard cumulus pages (the exception is for a local web server and any non-standard web page that attempts to read using a script a local file such as dayfile.txt as this does need FTP to generate the server-based web page). For the standard images, you can supply a folder name (specify on the same screen), and they will all get copied there. See [[Customised_templates#What_to_select_on_the_.27Files.27_tab_of_the_Internet_Settings_screen_within_the_.27Configuration.27_menu|here]] for greater detail.&lt;br /&gt;
&lt;br /&gt;
There&#039;s a limit of 10 entries on the files tab in Cumulus 1.9.x (in Cumulus MX all 100 entries are included in the settings interface).  Entries for the full 100 files can also be amended by editing [[Cumulus.ini#Section:_FTP_site|cumulus.ini]], with Cumulus stopped. Follow the format of any existing entries for specifying additional files.&lt;br /&gt;
&lt;br /&gt;
== Error Codes generated by FTP or Winsock ==&lt;br /&gt;
You should be able to look these up on the web.  [http://kb.globalscape.com/KnowledgebaseArticle10142.aspx Try Here]&lt;br /&gt;
&lt;br /&gt;
== How do I configure Cumulus for Secure FTP (SFTP/FTPS)? ==&lt;br /&gt;
Cumulus doesn&#039;t support Secure FTP. You can configure Cumulus to invoke an external program like WinSCP, as described here: [[SFTP | SFTP article]]&lt;br /&gt;
&lt;br /&gt;
== Directory related problems in FTP ==&lt;br /&gt;
The following pointers should help:&lt;br /&gt;
* All web site file references are case sensitive.  So if your FTP server directory is &#039;&#039;public_html&#039;&#039;, then &#039;Public_HTML&#039; will not work!&lt;br /&gt;
* On the &#039;&#039;Internet settings&#039;&#039; screen in &#039;&#039;&#039;Sites/Options&#039;&#039;&#039; the optional Directory parameter required is &#039;&#039;the path from  your FTP root&#039;&#039;, to where the web pages are to be stored. It is &#039;&#039;not&#039;&#039; the &#039;&#039;&#039;Universal Resource Locator (URL)&#039;&#039;&#039; that you would specify to view the web page in a browser.  Click the &#039;&#039;&#039;Help&#039;&#039;&#039; button for full explanation, or search the support forum (as many people before you have found this directory is the hardest parameter to get right).&lt;br /&gt;
* The error window is not useful for diagnosing ftp problems; you need to &#039;&#039;&#039;turn on &#039;&#039;ftp logging&#039;&#039; &#039;&#039;&#039;and look at ftplog.txt. Most FTP directory problems are due to you quoting an incorrect ftp directory, and the ftp log will show an error when an attempt is made to change to the directory you have specified incorrectly. &lt;br /&gt;
* Relative paths (without a leading slash) are always safer than absolute paths (with a leading slash) and you may find that just specifying (for example) &amp;quot;public_html&amp;quot; works OK, but this all depends on how your ftp server and your ftp account is set up.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* The &#039;&#039;standard pages&#039;&#039; are uploaded after a &#039;change directory&#039; attempting to select the directory you specified in &#039;&#039;&#039;Sites/Options&#039;&#039;&#039;; if this fails, the files will still be uploaded but to the FTP server root. So some mistakes do not matter because if no change of directory was actually required, these pages will be uploaded correctly.&lt;br /&gt;
* Any &#039;&#039;files you specify&#039;&#039; for uploading at standard update frequency are uploaded between standard pages (if &#039;Include Standard Files&#039; selected) and (written for Cumulus 1) standard images (if &#039;Include Standard Images&#039; selected), and you should specify the path (including any web site directory) in &#039;remote filenames&#039;, so there is no call to &#039;change directory&#039;. In this case, if that path is invalid, the upload fails.&lt;br /&gt;
* IN CUMULUS 1.x.y ONLY: The standard images for gauges and trends pages are uploaded after the standard pages, (and any pages you specify for uploading), by performing a second &#039;change directory&#039; this time fixed at &#039;images&#039;; if this fails, the files will still be uploaded to the current web site directory (FTP root or the directory you specified in &#039;&#039;&#039;Sites/Options&#039;&#039;&#039;).&lt;br /&gt;
* If you have enabled &#039;&#039;Realtime&#039;&#039;, the realtime.txt file is uploaded without doing a change directory, (by appending &amp;quot;/realtime.txt&amp;quot; to the directory on the &#039;&#039;Internet settings&#039;&#039; screen in &#039;&#039;&#039;Sites/Options&#039;&#039;&#039;). In this case, if the web site directory in your settings is invalid, the upload of the real time file fails.&lt;br /&gt;
* On the &#039;&#039;NOAA Setup&#039;&#039; screen the optional &#039;&#039;&#039;Directory&#039;&#039;&#039; parameter required is the relative path; from your FTP root, to where the NOAA report pages are to be stored. (It is totally independent of the directory on the &#039;&#039;Internet settings&#039;&#039; screen in &#039;&#039;&#039;Sites/Options&#039;&#039;&#039;).  Click the &#039;&#039;&#039;Help&#039;&#039;&#039; button for full explanation. Like realtime.txt, the upload destination is determined by appending the file-name for the report to any NOAA directory, and will fail if that directory is specified wrongly.&lt;br /&gt;
&lt;br /&gt;
See &#039;&#039;&#039;Setting up your website&#039;&#039;&#039; in Cumulus help for a simple guide to the sub-folder structure you need to create and the list of files that need to be uploaded manually when first installing a website. Or see [[Website_setup]] for all the options including customised pages.&lt;br /&gt;
&lt;br /&gt;
== My standard web pages are uploading but the uploading fails for images, realtime and/or NOAA reports ==&lt;br /&gt;
See previous answer, you have probably got your web pages in the default FTP directory of your web site, but specified the wrong directory on the settings screen.  Turn on the &#039;&#039;FTP logging&#039;&#039; in the configuration menu to see the technical detail.  You should have an FTP tool that you used to upload the &#039;static&#039; files required on your web site, and that will help you to see what is your site&#039;s root directory for file transfer uploads, and therefore any relative directory change you require.&lt;br /&gt;
&lt;br /&gt;
== What file-names does Cumulus use when processing and uploading files to my web site? ==&lt;br /&gt;
[[File:Cumulus_FTP_Process.png|150px|thumb|FTP Process]]Cumulus use two slightly different processes depending on if the file is part of the supplied &#039;standard&#039; web site, or an extra file you have specified on the &#039;&#039;Internet Settings|Files&#039;&#039; configuration dialog. For each of these processes there is an further variation depending on whether you have enabled the &#039;&#039;Use FTP rename&#039;&#039; option. This graphic shows the various combinations of file-names used for each step of the process. For the standard files, you can substitute any of the file names for indexT.htm, e.g. trendsT.htm&lt;br /&gt;
&lt;br /&gt;
For more details of Cumulus &#039;&#039;Process&#039;&#039; see [[Customised_templates#What_is_meant_by_.27Cumulus_processes_templates.27| here]].&lt;br /&gt;
&lt;br /&gt;
=Selecting a Weather Station sensor site=&lt;br /&gt;
A simple guide is at [http://weatherfaqs.org.uk/node/124 uk.sci.weather newsgroup], note this advises against roof mounting.&lt;br /&gt;
An attempt to compare the conflicting siting standards that apply across the world is included in a portable document format guide from [ftp://ftp.campbellsci.com/pub/outgoing/apnotes/siting.pdf Campbell Scientific].&lt;br /&gt;
For more advice see the website of your local Meteorological Bureau,  an educational place (e.g. in USA see [http://newa.nysaes.cornell.edu/public/NEWAStationSitingGuidelines.htm Cornell University]), the [http://library.wmo.int/opac/index.php?lvl=notice_display&amp;amp;id=12407 World Meterological Organisation] (WMO), or a specialist organisation (e.g. in UK see [http://www.rmets.org/weather-and-climate/observing/guidelines-observing-0 Royal Meteorological Society] rather than the Met Office web site).&lt;br /&gt;
&lt;br /&gt;
Modern Stevenson Screens are uPVC constructed with a black interior (so they do not radiate heat onto the sensors) and a white exterior (so they reflect as much radiation as possible).  There is a lot of discussion on the [http://sandaysoft.com/forum/viewforum.php?f=16 Homebuilt forum] about different approaches to improving measurements, and the problems with out of the box instrumentation from the different manufacturers. &lt;br /&gt;
&lt;br /&gt;
If you are contributing to an external site like APRS/CWOP, Weather Underground, PWS weather, Weatherbug and/or WOW, see guidance from these organisations re instrument placement.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note:&#039;&#039;&#039; Some stations have all sensors in one unit, positioning of these is a compromise between the ideals below for each sensor.&lt;br /&gt;
&lt;br /&gt;
== Where should I position the wind sensors ==&lt;br /&gt;
The side labelled &#039;North&#039; on the wind vane mount should face &#039;&#039;True North&#039;&#039;, remember that the magnetic north deviation from true north varies from year to year, see details on maps or online. Most wind vanes have a large surface that follows the wind and a thin end that points where the wind comes from, it is the latter direction that is reported.&lt;br /&gt;
&lt;br /&gt;
In the UK, the standard climatological measuring height is 10 metres.  Advice varies on whether you should apply a correction factor for any lower height. Cumulus allows you to apply such a factor to either just wind speed, or wind speed and gust speed, by using the Calibration screen within the configuation menu.  In the Cumulus Help it recommends that you also adjust wind chill - in practice this means ask Cumulus to &#039;&#039;calculate wind chill&#039;&#039; by selecting this in the settings frame on the &#039;&#039;&#039;station settings screen accessed from configuration menu&#039;&#039;&#039; (i.e. ignore any wind chill output by your weather station).&lt;br /&gt;
&lt;br /&gt;
If you are mounting near a building of height &#039;h&#039; above ground level, ideally the wind sensor should be at a height of &#039;1.5 times h&#039; above ground level. &lt;br /&gt;
If you are positioning away from a building or tree (or other object) of height &#039;h&#039; (or the mean height of several objects is &#039;h&#039;), then the distance away depends on which standard you are trying to meet, and can vary between 1.5 and 3 times &#039;h&#039;.&lt;br /&gt;
&lt;br /&gt;
== Where should I position the rain sensor  ==&lt;br /&gt;
The WMO says the rain gauge should at a distance away of 2 times the height of each nearby object (buildings, trees, walls, solid fences etc.) and just high enough off ground level to avoid possibility of splashing. You can experiment, but for amateurs, no more than a metre off the ground (or roof if mounted above it) and at least a metre from any chimney, wall or solid fence whose height exceeds that of the sensor seems good enough for most gauges. &lt;br /&gt;
See [[Rain measurement]] or your local offical organisation.&lt;br /&gt;
&lt;br /&gt;
== How do I protect my rain gauge against spiders or other natural problems ==&lt;br /&gt;
There is a lot of discussion on the [http://sandaysoft.com/forum/viewforum.php?f=16 Homebuilt forum]. In terms of siting, it is important to position your rain gauge where you can safely get to it.&lt;br /&gt;
&lt;br /&gt;
== How do I get good temperature and humidity measurements  ==&lt;br /&gt;
The international standard states ambient air temperature/humidity is measured at 1.25 metres above ground level, above soil or grass not paving, protected from direct sun radiation (and direct rain), unless you are measuring soil or ground temperatures. The height is important for derived values as an air frost is defined as a temperature at or below the freezing point for water at this height, and the count of these is a standard reporting requirement in some countries.&lt;br /&gt;
&lt;br /&gt;
If you are using a &#039;&#039;Fine Offset sensor&#039;&#039;, the thin depth of the thermometer/hygrometer (transmitter) should face where your console (receiver) is, for maximum transmission strength/distance, with the wide face at right angles to the transmission route. (Although if you use a model requiring a radio time signal, you will probably be trying to optimise that instead).&lt;br /&gt;
&lt;br /&gt;
== Pressure ==&lt;br /&gt;
Varies with altitude and temperature, but no significant variation with spatial position with regard to nearby fixed bulky objects.  Often measured indoors, do not mount above any heating or cooling system as there temperature may be particularly variable, and try to avoid any forced ventilation or extraction as such air moving systems could have different pressures on intake and outlet sides.  Equally operation in close proximity to opening doors/windows or to fast moving (road or railway) vehicles or tunnels can distort readings.&lt;br /&gt;
&lt;br /&gt;
== Solar ==&lt;br /&gt;
One would expect solar sensors should be positioned for maximum unshaded exposure to sunlight throughout the year, but again the forum contains advice for specific makes.&lt;/div&gt;</summary>
		<author><name>Steve</name></author>
	</entry>
	<entry>
		<id>https://www.cumuluswiki.org/index.php?title=Strings.ini&amp;diff=3883</id>
		<title>Strings.ini</title>
		<link rel="alternate" type="text/html" href="https://www.cumuluswiki.org/index.php?title=Strings.ini&amp;diff=3883"/>
		<updated>2016-01-02T11:48:31Z</updated>

		<summary type="html">&lt;p&gt;Steve: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The &#039;&#039;&#039;optional&#039;&#039;&#039; file &#039;&#039;strings.ini&#039;&#039; allows the customisation of a number of phrases that are output by Cumulus.  It affects the output where shown (Cumulus 1.x.x) on the main screen, and where included (all Cumulus versions) in the web tags.  &lt;br /&gt;
&lt;br /&gt;
=Introduction=&lt;br /&gt;
Esentially &#039;&#039;strings.ini&#039;&#039; is constructed by including parameters from &#039;&#039;samplestring.ini&#039;&#039;.  Each parameter is made up of an &amp;quot;attribute=value&amp;quot; pair, with the left hand side indicating what Cumulus is trying to output and the right hand side indicating the phrase you want Cumulus to use instead.&lt;br /&gt;
&lt;br /&gt;
Note that you can only change the display of items that are already present in the samplestrings.ini file (and hence in your strings.ini file). You can&#039;t just add other items to the file and expect them to work.&lt;br /&gt;
&lt;br /&gt;
Currently you can modify phrases associated with the following:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Cumulus 1.9.x&#039;&#039;&#039;&lt;br /&gt;
*Forecasting&lt;br /&gt;
*Moonphases&lt;br /&gt;
*Beaufort Scale&lt;br /&gt;
*Trend descriptions&lt;br /&gt;
*Compass points&lt;br /&gt;
*Graph titles&lt;br /&gt;
*Additional sensor names&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Cumulus MX&#039;&#039;&#039;&lt;br /&gt;
*Solar&lt;br /&gt;
&lt;br /&gt;
=Modifying the phrases=&lt;br /&gt;
&lt;br /&gt;
In the folder where you installed Cumulus, you will find a file called &amp;lt;tt&amp;gt;samplestrings.ini&amp;lt;/tt&amp;gt;. Take a copy of this, leave it in the Cumulus installation folder, and rename it &amp;lt;tt&amp;gt;strings.ini&amp;lt;/tt&amp;gt;. Note that your &#039;strings.ini&#039; only needs to contain the rows with phrases you want to modify.&lt;br /&gt;
&lt;br /&gt;
You can edit anything that follows the equals sign.  By default, there is always a particular phrase already there, but you can replace the right hand text with the equivalent in another language, or with a similar but more descriptive phase that is easier for you to understand. If you do not want to change the right hand text, then the entire line can be deleted, and the default will be used by Cumulus.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;You must restart Cumulus if you make changes to the strings.ini file while Cumulus is running&#039;&#039;&#039;.  Cumulus only reads the file when it starts to run.&lt;br /&gt;
&lt;br /&gt;
=Forecast phrases=&lt;br /&gt;
&lt;br /&gt;
By default Cumulus will provide a list of 28 possible forecasts.  By editing the strings.ini file you can change the wording of these or translate to another language.  You must have opted to have the forecast generated by Cumulus in the configuration page.  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The file contains all the strings used for the forecasts, example:&lt;br /&gt;
&lt;br /&gt;
 forecast23=Precipitation at frequent intervals&lt;br /&gt;
&lt;br /&gt;
you could change to&lt;br /&gt;
&lt;br /&gt;
 forecast23=Rain again&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Moon Phases=&lt;br /&gt;
&lt;br /&gt;
Within the [MoonPhases] section of the strings.ini file there are 8 possible phrases to describe the phases of the moon.  Adjust these as required.&lt;br /&gt;
&lt;br /&gt;
=Graph Titles=&lt;br /&gt;
&lt;br /&gt;
This section [Graphs] allows you modify the titles used for both the thumbnail and larger graphs that Cumulus produces. For instance you may want to change the language from the default English.&lt;br /&gt;
&lt;br /&gt;
=Extra Sensor Captions=&lt;br /&gt;
This section [ExtraSensorCaptions] allows you to assign meaningful names to any addtional sensors you may have added to your WMR100/200 weather station.&lt;br /&gt;
&lt;br /&gt;
=Extra Temperature Captions, Extra Humidity Captions, Extra Dew Point Captions, Soil Temperature Captions, Soil Moisture Captions, Leaf Temperature Captions, and leaf Wetness Captions=&lt;br /&gt;
Meaningful descriptive labels can be assigned to each extra Davis or Oregon Scientific sensor by editing the lines in the following sections and placing a more appropriate descriptive name to the right of the equals sign:&lt;br /&gt;
* [ExtraTempCaptions]&lt;br /&gt;
* [ExtraHumCaptions]&lt;br /&gt;
* [ExtraDPCaptions]&lt;br /&gt;
* [SoilTempCaptions]&lt;br /&gt;
* [SoilMoistureCaptions]&lt;br /&gt;
* [LeafTempCaptions]&lt;br /&gt;
* [LeafWetnesscaptions]&lt;br /&gt;
&lt;br /&gt;
=Solar=&lt;br /&gt;
&lt;br /&gt;
[Solar]&lt;br /&gt;
 MoreDaylightTomorrow=There will be {0}min {1}s more daylight tomorrow&lt;br /&gt;
&lt;br /&gt;
 LessDaylightTomorrow=There will be {0}min {1}s less daylight tomorrow&lt;br /&gt;
&lt;br /&gt;
The {0} and {1} strings are placeholders for where you want the minutes and seconds to appear.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Remember that these minutes and seconds are calculated based on times for last Dawn and next Dusk that may be on different days, so they are approximate in terms of the current local time.&lt;br /&gt;
&lt;br /&gt;
=Example file=&lt;br /&gt;
As an example, a poor attempt at a French translation:&lt;br /&gt;
&lt;br /&gt;
This example  of &#039;&#039;&#039;strings.ini&#039;&#039;&#039; has had some English phrases (see &#039;&#039;samplestrings.ini&#039;&#039;) replaced by their French equivalents, and a few other terms have been changed to different English phrases just to give an example of what can be done.&lt;br /&gt;
&amp;lt;pre&amp;gt;[Forecast]&lt;br /&gt;
Forecast=prévisions &lt;br /&gt;
notavailable=pas disponibles&lt;br /&gt;
exceptional=temps exceptionnel&lt;br /&gt;
forecast1=beau temps établi&lt;br /&gt;
forecast2=beau temps&lt;br /&gt;
forecast3=tendance au beau temps&lt;br /&gt;
forecast4=beau temps, tendance à se dégrader&lt;br /&gt;
forecast5=beau, averses possibles&lt;br /&gt;
forecast6=plutôt beau, en amélioration&lt;br /&gt;
forecast7=plutôt beau averses possibles en matinée&lt;br /&gt;
forecast8=assez beau, des averses en soirée&lt;br /&gt;
forecast9=averses, en amélioration&lt;br /&gt;
forecast10=variable, en amélioration&lt;br /&gt;
forecast11=plutôt beau, averses probables&lt;br /&gt;
forecast12=plutôt perturbé, s&#039;améliorant&lt;br /&gt;
forecast13=perturbé, s&#039;améliorant probablement&lt;br /&gt;
forecast14=pluies éparses, belles éclaircies&lt;br /&gt;
forecast15=averses, temps se découvrant&lt;br /&gt;
forecast16=variable, quelques précipitations&lt;br /&gt;
forecast17=perturbé, de rares éclairces &lt;br /&gt;
forecast18=variable, quelques précipitations tardives &lt;br /&gt;
forecast19=variable, quelques précipitations&lt;br /&gt;
forecast20=très perturbé&lt;br /&gt;
forecast21=précipitations occasionnelles, se dégradant&lt;br /&gt;
forecast22=quelques précipitations, très perturbé&lt;br /&gt;
forecast23=Precipitations à intervalles fréquents&lt;br /&gt;
forecast24=Pluie, très perturbé&lt;br /&gt;
forecast25=tempête, pourrait s&#039;améliorer&lt;br /&gt;
forecast26=tempête, fortes pluies&lt;br /&gt;
&lt;br /&gt;
[MoonPhases]&lt;br /&gt;
Newmoon=nouvelle Lune&lt;br /&gt;
WaxingCrescent=premier croissant&lt;br /&gt;
FirstQuarter=premier quartier&lt;br /&gt;
WaxingGibbous=Lune gibbeuse croissante&lt;br /&gt;
Fullmoon=Pleine Lune&lt;br /&gt;
WaningGibbous=Lune gibbeuse décroissante&lt;br /&gt;
LastQuarter=dernier quartier&lt;br /&gt;
WaningCrescent=dernier croissant&lt;br /&gt;
&lt;br /&gt;
[Beaufort]&lt;br /&gt;
Calm=Calme&lt;br /&gt;
Lightair=très légère brise&lt;br /&gt;
Lightbreeze=brise légère&lt;br /&gt;
Gentlebreeze=Petite brise&lt;br /&gt;
Moderatebreeze=jolie brise&lt;br /&gt;
Freshbreeze=bonne brise&lt;br /&gt;
Strongbreeze=vent frais&lt;br /&gt;
Neargale=grand frais&lt;br /&gt;
Gale=coup de vent&lt;br /&gt;
Stronggale=fort coup de vent&lt;br /&gt;
Storm=Tempête&lt;br /&gt;
Violentstorm=Violente tempête&lt;br /&gt;
Hurricane=Ouragan&lt;br /&gt;
&lt;br /&gt;
[Trends]&lt;br /&gt;
Risingveryrapidly=hausse très rapide&lt;br /&gt;
Risingquickly=hausse rapide&lt;br /&gt;
Rising=hausse&lt;br /&gt;
Risingslowly=hausse lentement&lt;br /&gt;
Steady=stable&lt;br /&gt;
Fallingslowly=chute lente&lt;br /&gt;
Falling=chute&lt;br /&gt;
Fallingquickly=chute rapide&lt;br /&gt;
Fallingveryrapidly=chute très rapide&lt;br /&gt;
&lt;br /&gt;
[Compass]&lt;br /&gt;
N=N&lt;br /&gt;
NNE=NNE&lt;br /&gt;
NE=NE&lt;br /&gt;
ENE=ENE&lt;br /&gt;
E=E&lt;br /&gt;
ESE=ESE&lt;br /&gt;
SE=SE&lt;br /&gt;
SSE=SSE&lt;br /&gt;
S=S&lt;br /&gt;
SSW=SSW&lt;br /&gt;
SW=SW&lt;br /&gt;
WSW=WSW&lt;br /&gt;
W=W&lt;br /&gt;
WNW=WNW&lt;br /&gt;
NW=NW&lt;br /&gt;
NNW=NNW&lt;br /&gt;
&lt;br /&gt;
[Graphs]&lt;br /&gt;
SmallGraphWindSpeedTitle=Wind Speed&lt;br /&gt;
SmallGraphOutsideTemperatureTitle=Air Temperature &lt;br /&gt;
SmallGraphInsideTemperatureTitle=Inside Temperature&lt;br /&gt;
SmallGraphPressureTitle=Atmospheric Pressure &lt;br /&gt;
SmallGraphRainfallRateTitle=Rainfall Rate&lt;br /&gt;
SmallGraphWindDirectionTitle=Wind Direction &lt;br /&gt;
SmallGraphTempMinMaxAvgTitle=Temp Min/Max/Avg&lt;br /&gt;
SmallGraphHumidityTitle=Humidity&lt;br /&gt;
SmallGraphRainTodayTitle=Rain Today&lt;br /&gt;
SmallGraphDailyRainTitle=Daily Rain&lt;br /&gt;
*SmallGraphSolarTitle=Solar Radiation&lt;br /&gt;
*SmallGraphUVTitle=UV Index&lt;br /&gt;
*SmallGraphSunshineTitle=Daily Sunshine (hrs)&lt;br /&gt;
LargeGraphWindSpeedTitle=Wind Speed&lt;br /&gt;
LargeGraphWindGustTitle=Wind Gust&lt;br /&gt;
LargeGraphOutsideTempTitle=Air Temperature&lt;br /&gt;
LargeGraphHeatIndexTitle=Heat Index&lt;br /&gt;
LargeGraphDewPointTitle=Dew Point&lt;br /&gt;
LargeGraphWindChillTitle=Wind Chill&lt;br /&gt;
LargeGraphApparentTempTitle=Apparent Temperature&lt;br /&gt;
LargeGraphInsideTempTitle=Inside Temperature&lt;br /&gt;
LargeGraphPressureTitle=Pressure&lt;br /&gt;
LargeGraphRainfallRateTitle=Rainfall Rate&lt;br /&gt;
LargeGraphWindDirectionTitle=Wind Direction&lt;br /&gt;
LargeGraphWindAvgDirectionTitle=Ave. Direction&lt;br /&gt;
LargeGraphMinTempTitle=Lowest Temp&lt;br /&gt;
LargeGraphMaxTempTitle=Highest Temp&lt;br /&gt;
LargeGraphAvgTempTitle=Average Temp&lt;br /&gt;
LargeGraphInsideHumidityTitle=Inside Humidity&lt;br /&gt;
LargeGraphOutsideHumidityTitle=Outside Humidity&lt;br /&gt;
LargeGraphRainfallTodayTitle=Rainfall Today&lt;br /&gt;
LargeGraphDailyRainfallTitle=Daily Rainfall&lt;br /&gt;
*LargeGraphSolarTitle=Solar Radiation&lt;br /&gt;
*LargeGraphMaxSolarTitle=Theoretical Max&lt;br /&gt;
*LargeGraphUVTitle=UV Index&lt;br /&gt;
*LargeGraphSunshineTitle=Daily Sunshine(hrs)&lt;br /&gt;
&lt;br /&gt;
[ExtraSensorCaptions]&lt;br /&gt;
Solar=Solar&lt;br /&gt;
ExtraChannel2=My Channel 2&lt;br /&gt;
ExtraChannel3=My Channel 3&lt;br /&gt;
ExtraChannel4=My Channel 4&lt;br /&gt;
ExtraChannel5=unused Channel 5&lt;br /&gt;
ExtraChannel6=unused Channel 6&lt;br /&gt;
ExtraChannel7=unused Channel 7&lt;br /&gt;
ExtraChannel8=unused Channel 8&lt;br /&gt;
ExtraChannel9=spare Channel 9&lt;br /&gt;
ExtraChannel10=spare Channel 10&lt;br /&gt;
&lt;br /&gt;
*[ExtraTempCaptions]&lt;br /&gt;
Sensor1=shed 1&lt;br /&gt;
Sensor2=greenhouse 2&lt;br /&gt;
Sensor3=Spare 3&lt;br /&gt;
Sensor4=Sensor 4&lt;br /&gt;
Sensor5=Sensor 5&lt;br /&gt;
Sensor6=Sensor 6&lt;br /&gt;
Sensor7=Sensor 7&lt;br /&gt;
Sensor8=Sensor 8&lt;br /&gt;
Sensor9=Spare 9&lt;br /&gt;
Sensor10=Spare 10&lt;br /&gt;
&lt;br /&gt;
*[ExtraHumCaptions]&lt;br /&gt;
Sensor1=Sensor 1&lt;br /&gt;
Sensor2=greenhouse 2&lt;br /&gt;
Sensor3=Sensor 3&lt;br /&gt;
Sensor4=Sensor 4&lt;br /&gt;
Sensor5=Sensor 5&lt;br /&gt;
Sensor6=Sensor 6&lt;br /&gt;
Sensor7=Sensor 7&lt;br /&gt;
Sensor8=Sensor 8&lt;br /&gt;
Sensor9=Spare 9&lt;br /&gt;
Sensor10=Spare 10&lt;br /&gt;
&lt;br /&gt;
*[ExtraDPCaptions]&lt;br /&gt;
Sensor1=Sensor 1&lt;br /&gt;
Sensor2=greenhouse 2&lt;br /&gt;
Sensor3=Sensor 3&lt;br /&gt;
Sensor4=Sensor 4&lt;br /&gt;
Sensor5=Sensor 5&lt;br /&gt;
Sensor6=Sensor 6&lt;br /&gt;
Sensor7=Sensor 7&lt;br /&gt;
Sensor8=Sensor 8&lt;br /&gt;
Sensor9=Sensor 9&lt;br /&gt;
Sensor10=Sensor 10&lt;br /&gt;
&lt;br /&gt;
*[SoilTempCaptions]&lt;br /&gt;
Sensor1=Soil 1&lt;br /&gt;
Sensor2=Sensor 2&lt;br /&gt;
Sensor3=Sensor 3&lt;br /&gt;
Sensor4=Sensor 4&lt;br /&gt;
&lt;br /&gt;
*[SoilMoistureCaptions]&lt;br /&gt;
Sensor1=Sensor 1&lt;br /&gt;
Sensor2=Sensor 2&lt;br /&gt;
Sensor3=Sensor 3&lt;br /&gt;
Sensor4=Sensor 4&lt;br /&gt;
&lt;br /&gt;
*[LeafTempCaptions]&lt;br /&gt;
Sensor1=Sensor 1&lt;br /&gt;
Sensor2=Sensor 2&lt;br /&gt;
&lt;br /&gt;
*[LeafWetnesscaptions]&lt;br /&gt;
Sensor1=Sensor 1&lt;br /&gt;
Sensor2=Sensor 2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
^[Solar]&lt;br /&gt;
MoreDaylightTomorrow=Il y aura {0} minutes {1} secondes plus la lumière du jour demain&lt;br /&gt;
LessDaylightTomorrow=Il y aura {0} minutes {1} secondes moins la lumière du jour demain&lt;br /&gt;
&lt;br /&gt;
* = value/section added v1.9.3 beta (Cumulus 1)&lt;br /&gt;
^ = value/section added v3 beta build 3023 (Cumulus MX)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
A variety of translated files are coming soon in the other [[Languages]] section &lt;br /&gt;
[[Category: Configuration Files]]&lt;/div&gt;</summary>
		<author><name>Steve</name></author>
	</entry>
	<entry>
		<id>https://www.cumuluswiki.org/index.php?title=FAQ&amp;diff=3881</id>
		<title>FAQ</title>
		<link rel="alternate" type="text/html" href="https://www.cumuluswiki.org/index.php?title=FAQ&amp;diff=3881"/>
		<updated>2015-12-30T03:28:02Z</updated>

		<summary type="html">&lt;p&gt;Steve: /* How do I make Cumulus run automatically when Windows starts? */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is the Cumulus FAQ (consult also the Help screens within Cumulus software, and learn more from the rest of this Wiki)&lt;br /&gt;
&lt;br /&gt;
= Installing and Running Cumulus  =&lt;br /&gt;
&lt;br /&gt;
== What operating systems does Cumulus run on?  ==&lt;br /&gt;
&lt;br /&gt;
All versions of Windows from XP to Windows 10 inclusive (and the server versions). It works on 32 bit and 64 bit editions. 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.&lt;br /&gt;
&lt;br /&gt;
Cumulus MX runs on Windows from Windows 7 onwards, and on Linux and Mac OS X.&lt;br /&gt;
&lt;br /&gt;
== Where do I find the Cumulus installer? ==&lt;br /&gt;
&lt;br /&gt;
On the [http://sandaysoft.com/downloads downloads page]&lt;br /&gt;
&lt;br /&gt;
== What do I need to get right when first getting Cumulus? ==&lt;br /&gt;
The installation process for Cumulus displays &#039;&#039;&#039;readme.txt&#039;&#039;&#039;, that has many tips. See also [[Setup]]. Below are three key points.&lt;br /&gt;
# Install Cumulus in its own directory directly under a drive root.&lt;br /&gt;
# Connect your weather station before you start Cumulus&lt;br /&gt;
# When you first run Cumulus, it displays the &#039;&#039;&#039;Station settings&#039;&#039;&#039; screen. On this, make sure you pick the right sort of station (to ensure Cumulus communicates correctly with your weather station, and can identify all the observations) and choose your &#039;&#039;&#039;units&#039;&#039;&#039; wisely. (Changing units later means all stored Lowest and highest numbers up to that point have to be converted immediately manually).  See the &#039;&#039;&#039;Help&#039;&#039;&#039; for information about the rest of the screen, but generally you can easily adjust the other options later.&lt;br /&gt;
&lt;br /&gt;
== What weather stations does Cumulus work with?  ==&lt;br /&gt;
&lt;br /&gt;
*Davis Vantage Pro (VP), Vantage Pro2 (VP2), and Vue. &lt;br /&gt;
*Oregon Scientific WM918, WMR918, WMR928, WMR968, WMR88 (see [[FAQ#How do I set up recording wind speeds in Cumulus, with Oregon Scientific and La Crosse stations | this FAQ]]), WMR100, WMR180, WMR200. &lt;br /&gt;
*Fine Offset - stations which use the Easyweather software such as MyDEL, Nevada, Watson and Fine Offset, with model numbers such as WH1080, WH1081, W8681, 265NC etc.&lt;br /&gt;
*La Crosse WS2300 range (see [[FAQ#How do I set up recording wind speeds in Cumulus, with Oregon Scientific and La Crosse stations | this FAQ]]). You may have problems with corrupt data if you use a WS23xx with a serial/USB adapter; this combination is therefore not supported.&lt;br /&gt;
&lt;br /&gt;
For a more complete list see the [[Supported Devices]] page.&lt;br /&gt;
&lt;br /&gt;
== Will you support a new weather station type?  ==&lt;br /&gt;
&lt;br /&gt;
It’s quite hard to support a particular weather station when I don’t have access to one. No weather station is perfect, and problems inevitably arise after the code is written, and I have to start adding more and more code to work around issues with the station. Also, most companies don’t seem to like third parties writing software for their stations, so don’t make the protocol available. I will only consider adding support for a station under a certain set of circumstances which would include &#039;&#039;at least&#039;&#039;: &lt;br /&gt;
&lt;br /&gt;
*A significant donation towards Cumulus development &lt;br /&gt;
*A well documented official protocol spec &lt;br /&gt;
*Loan or donation of a station &lt;br /&gt;
*Access to technical support from the station manufacturer&lt;br /&gt;
&lt;br /&gt;
Please contact me if you would like to discuss this further&lt;br /&gt;
&lt;br /&gt;
== How do I request a new feature for Cumulus? ==&lt;br /&gt;
&lt;br /&gt;
Please create an [http://sandaysoft.com/forum/tracker.php enhancement request].  &lt;br /&gt;
&lt;br /&gt;
== Why haven&#039;t you added the feature I asked for a long time ago? ==&lt;br /&gt;
&lt;br /&gt;
I develop and support Cumulus in my spare time, and I have a full time job. I invite donations, but I don&#039;t make a living from Cumulus. I add facilities when I can. There is a long list of  [http://sandaysoft.com/forum/tracker.php enhancement requests] already, and I am slowly working my way through them as time permits. If there is an enhancement request for the facility you have asked for, and the facility is a reasonable one (in my opinion) then I will hopefully get around to adding it one day. Please be patient. Please don&#039;t ask for a forecast of when a feature will be added.&lt;br /&gt;
&lt;br /&gt;
== How do I upgrade to a new release?  ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Just run the installer for the new version.&#039;&#039;&#039; Your data and settings are not affected, but it is still best if you back up your data (sub-folder &#039;data&#039;) and any settings files (e.g. cumulus.ini and strings.ini) before you run the installer. &lt;br /&gt;
&lt;br /&gt;
You can install the new version where you like, but the installer will offer the same place as the previous version as the default.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Occasionally, there may be actions you need to perform before or after the upgrade.&#039;&#039;   Required actions usually appear in the announcement of the version you are installing, and may be documented in the readme.txt file that will appear as you run the installer. Read such announcements for every release since your existing build in case any of the in-between changes affect you.&lt;br /&gt;
&lt;br /&gt;
These instructions apply whether you are updating by one build, skipping several builds, upgrading to/from a beta version, or installing the latest &#039;release&#039; version. &lt;br /&gt;
&lt;br /&gt;
The installer will always upgrade the following files (replacing them, ignoring existing versions):&lt;br /&gt;
# &amp;quot;cumulus.exe&amp;quot;; - the latest build&lt;br /&gt;
# &amp;quot;unins000.exe&amp;quot;;&lt;br /&gt;
# &amp;quot;libeay32.dll&amp;quot;;&lt;br /&gt;
# &amp;quot;ssleay32.dll&amp;quot;;&lt;br /&gt;
# &amp;quot;readme.txt&amp;quot;; - advice for you to follow at installation time&lt;br /&gt;
# &amp;quot;licence.txt&amp;quot;; - reminder about restrictions on use&lt;br /&gt;
# &amp;quot;alert.wav&amp;quot;; - default alarm sound&lt;br /&gt;
#  &amp;quot;web\originals\*.*&amp;quot;; - Cumulus will always install the HTML template files here&lt;br /&gt;
# &amp;quot;webfiles\*.*&amp;quot;; e.g. weatherstyle.css, wz_jsgraphics.js&lt;br /&gt;
# &amp;quot;webfiles\images\picture.jpg&amp;quot;;&lt;br /&gt;
# &amp;quot;Help\Cumulus.chm&amp;quot;; - the latest help including lists of log files and web tags&lt;br /&gt;
There may be extra files automatically upgraded by particular builds - see announcement.&lt;br /&gt;
&lt;br /&gt;
During the install, you will see a &#039;&#039;&#039;Select Components&#039;&#039;&#039; screen , if you tick the &#039;&#039;HTML templates&#039;&#039; (the default) it will also upgrade the HTML template files in the web folder.&lt;br /&gt;
&lt;br /&gt;
*So tick this option, if you have a standard Cumulus implementation and then you can be sure to upgrade the standard templates.&lt;br /&gt;
*Untick this option if you have  [[Customised_templates#Creating_Your_Own_Templates|customised the existing pages]],  so that if your customised versions  are in &amp;quot;web\*.*&amp;quot; they don&#039;t get overwritten. It is recommended that you store any customised pages in a directory outside the Cumulus folder, as you can specify up to 10 such files on the local side of the files tab in the Configuration menu Internet settings screen and (if you are not using standard files) untick &#039;&#039;Include Standard Files&#039;&#039; on the same screen. (100 such files can be specified in [[Cumulus.ini]]).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Changing to different weather station ==&lt;br /&gt;
&lt;br /&gt;
Just change the station type. If Cumulus doesn&#039;t start reading the data from the new station, stop Cumulus and start it again. Some of the rain figures may be odd for a while (e.g. rain in last 24 hours). It is as simple as that.&lt;br /&gt;
&lt;br /&gt;
In testing planned changes to Cumulus, I switch backwards and forwards between a Fine Offset and a WMR200 frequently, the only thing that happens is that the rain figures go wrong initially (because the two stations have different counters).&lt;br /&gt;
&lt;br /&gt;
== Moving Cumulus software to a new PC (or updating Windows Operating System) ==&lt;br /&gt;
&lt;br /&gt;
Cumulus will continue to work with your existing weather station and existing log files, providing&lt;br /&gt;
#Your Windows regional settings are the same (i.e. date format unchanged, same time zone, decimal point symbol unchanged, list separator character unchanged) - if there is a difference, the new installation cannot understand the old lines in the log files and will give an error when Cumulus is restarted.&lt;br /&gt;
#You may need to &#039;tweak&#039; a few things (serial port number etc) in [[cumulus.ini]].&lt;br /&gt;
#In the folder with cumulus.exe in it, copy across  &#039;cumulus.ini&#039;,  and if you have created a &#039;strings.ini&#039; that file must be copied across too.&lt;br /&gt;
#The Cumulus &#039;data&#039; sub-folder has been copied across.&lt;br /&gt;
#Obviously if you use customised web pages, then you need the corresponding templates in the new installation.&lt;br /&gt;
#Any other customised files (images and/or a twitter.txt file, for example), you may want to copy those over too.&lt;br /&gt;
&lt;br /&gt;
== Can I view my Cumulus data on another device? ==&lt;br /&gt;
&lt;br /&gt;
# If Cumulus uploads your weather information to an online web site, you can view that on another device.&lt;br /&gt;
# Software like &#039;Remote Desktop&#039; can be used to view the computer that is running Cumulus - see many postings on the Support Forum.&lt;br /&gt;
# A back-up as described in the next answer can be viewed in Cumulus installed on another PC (see point about Windows regional settings in previous question) to look at past extremes or graphs; although obviously that additional installation will not be able to add further observations from the weather station connected to the original PC.&lt;br /&gt;
# If your web site is on your local network, but not online, your device may be able to view it directly or view a back-up of how it was in the past.&lt;br /&gt;
&lt;br /&gt;
== How do I back up my data?  ==&lt;br /&gt;
&lt;br /&gt;
*Copy the contents of the Cumulus ‘data’ sub-folder on a regular basis to a different storage device.  Then if you have any problem with the original storage device, or corruption of files, you can minimise the loss of logged observations. To restore from the backup, just copy the saved data folder back into your Cumulus installation, with Cumulus stopped.&lt;br /&gt;
*It can be useful to take copies of the Cumulus &#039;backup&#039; sub-folder on key dates (e.g. just after change of month or year), or if you think you might have some rogue figures.  The &#039;.ini&#039; files in the backup sub-folder contain past extreme values that you might want to look up.&lt;br /&gt;
*You should also back up, at least once, your cumulus.ini file in the main Cumulus folder.  This contains all the key settings and you need a record of those!&lt;br /&gt;
&lt;br /&gt;
== Moving Cumulus software to a different location on your PC? ==&lt;br /&gt;
&lt;br /&gt;
This article in the wiki gives more details above moving Cumulus: [[Moving cumulus]]&lt;br /&gt;
&lt;br /&gt;
== What are the formats of the Cumulus data files?  ==&lt;br /&gt;
&lt;br /&gt;
These are detailed in the [[:Category:Log Files|Log Files]] section of this Wiki and also in the Cumulus help file, in the section “Data log file format”&lt;br /&gt;
&lt;br /&gt;
== Can I import logged information from before I installed Cumulus? ==&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;Configuration&#039;&#039;&#039; menu, &#039;&#039;Station&#039;&#039; setting screen (near bottom) has option to enter there the &#039;&#039;rainfall total&#039;&#039; for the bit of the year (starting month can be selected here too) until when you first start using Cumulus.  See the Cumulus &#039;&#039;&#039;Help&#039;&#039;&#039; for this screen for further details.&lt;br /&gt;
&lt;br /&gt;
Yes is the answer for other weather information, providing you can manipulate the information you have into either (preferably) the format used by the [[Monthly_log_files#Importing_pre-Cumulus_data]] or (second best) [[Dayfile.txt]]. Look up those cross-references in this Wiki (or the Cumulus &#039;&#039;&#039;Help&#039;&#039;&#039;) for further information on required formats.  The support forum includes a few threads related to this topic, and if you post there then people who have already imported from particular systems may offer their services to import your past observations.&lt;br /&gt;
&lt;br /&gt;
A converter for Weather Display log files is available from this thread in the forum: http://sandaysoft.com/forum/viewtopic.php?f=4&amp;amp;t=10118&lt;br /&gt;
&lt;br /&gt;
A converter for WeatherLink log files is available from this thread in the forum: http://sandaysoft.com/forum/viewtopic.php?f=6&amp;amp;t=11349&lt;br /&gt;
&lt;br /&gt;
== I was away on the last day of last month/year - How do I see the final lowest and highest figures for last month/year? ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;View&#039;&#039;&#039; menu, &#039;&#039;This month&#039;&#039; or &#039;&#039;This year&#039;&#039; screens show some figures for any month or year selected by you, but do not show all the figures shown on a standard web page or as shown on the &#039;&#039;Highs and Lows&#039;&#039; screen for the current month/year.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;View&#039;&#039;&#039; menu, &#039;&#039;Highs and Lows - This month (or This year)&#039;&#039; (or &#039;&#039;thismonth.htm&#039;&#039; or &#039;&#039;thisyear.htm&#039;&#039; web page) only shows the lowest and highest values for the current calendar month (or current year). This answer describes a way to see the same information for the month (or year) that fairly recently ended.  It is valid only until build 1088 (from 5 March 2014 build 1089 &#039;Delay writing of end of day backup files until the first log entry is written&#039; means the stored &#039;&#039;month.ini&#039;&#039; relates to the &#039;&#039;initial&#039;&#039; entries for the start of the new month). From version 1.9.3 build 1041, Cumulus creates a daily backup of the log files. &lt;br /&gt;
*Look in the &#039;&#039;backup\daily&#039;&#039; subfolder within your Cumulus installation. &lt;br /&gt;
*These daily backups will be created if Cumulus was left running during the period of interest, or stopped before that period and since restarted. &lt;br /&gt;
*Normally about 10 such back ups are available, each folder has a name based on the timestamp and contains the 6 [[:Category:Log_Files|xxxx.ini files]], the current [[Monthly_log_files|monthly standard data log]]/[[Extra_Sensor_Files|monthly extra data log]], and the most recent update of [[dayfile.txt|daily summary log]].&lt;br /&gt;
&lt;br /&gt;
Open as a text file [[month.ini]] in the folder whose name is bearing the timestamp after your final rollover, for Cumulus builds 1041 to 1088 the final lowest and highest for each observation in the month will be listed.&lt;br /&gt;
&lt;br /&gt;
In a similar manner if you miss the last day of the year, for Cumulus builds 1041 to 1088 see the final &#039;this year&#039; figures for last year by opening [[year.ini]] from the appropriate backup.&lt;br /&gt;
&lt;br /&gt;
== What do the various wind speeds in Cumulus correspond to, with Davis stations?  ==&lt;br /&gt;
&lt;br /&gt;
Davis station firmware supplies two windspeeds, a 3-second average and a 10-minute average (later versions of the firmware also supply a 2-minute average, Cumulus currently doesn&#039;t use this).  &lt;br /&gt;
* The latest Davis 3-second average is treated by Cumulus as &#039;Latest&#039; (available via &amp;lt;#wlatest&amp;gt;)&lt;br /&gt;
* The highest of the station&#039;s 3-second readings over the previous 10 (configurable by adding &#039;&#039;AvgSpeedMinutes=N&#039;&#039; in [[Cumulus.ini#Section:_Station]] where &#039;N&#039; is number of) minutes becomes the Cumulus &#039;Gust (available via &amp;lt;#wgust&amp;gt;). Note that the WMO definition of a wind gust is the mean wind speed over a 2 to 3 second sample period (not the maximum instantaneous wind speed).&lt;br /&gt;
* The Davis 10-minute average is the Cumulus &#039;Average&#039; (available via &amp;lt;#wspeed&amp;gt;).&lt;br /&gt;
Note that if you sample these readings at shorter (real time) intervals it is possible for Cumulus &#039;Latest&#039; to be lower than Cumulus &#039;Average&#039; because approximately half of the 3-second wind speeds will be higher and half of them lower than the 10-minute average. &lt;br /&gt;
If the Cumulus figure seems lower than the Davis figure see [[#My_Davis_station_shows_a_higher_maximum_wind_speed_than_Cumulus]].&lt;br /&gt;
&lt;br /&gt;
Davis station loggers record a single spot (not any average) wind speed, so if you restart Cumulus and the software attempts to catch up from the station logger there may be only one or two values to include in the Cumulus average (over 10 or whatever) minutes calculation.&lt;br /&gt;
&lt;br /&gt;
== What do the various wind speeds in Cumulus correspond to, with Fine Offset stations?  ==&lt;br /&gt;
&lt;br /&gt;
Fine Offset sensors measure wind over 48-second intervals, divided into 24 2-second intervals. At the end of each 48-second period, they transmit the highest of those 24 values as &#039;Gust&#039;, and the average of those 24 values as &#039;Wind&#039;. The console keeps &#039;&#039;&#039;overwriting&#039;&#039;&#039; the newly received &#039;Gust&#039; and &#039;Wind&#039; values to the same area of console memory every 48 seconds, until the station logging interval time is reached, then it moves on to the next memory location, leaving the last values it wrote in the previous console memory location.  &lt;br /&gt;
*If Cumulus is not running all the time, on restart it works through the console memory locations and extracts the Fine Offset Wind and Gust in each memory location, i.e. at the station logging interval. &lt;br /&gt;
*While Cumulus is running, it reads the current wind speeds (and direction) every 10 seconds. There are new values only every 48 seconds (i.e. every fourth or fifth read)&lt;br /&gt;
&lt;br /&gt;
Cumulus, for various reasons, uses different terminology, and also has configuration settings which control how some of the wind values are displayed.&lt;br /&gt;
* The Fine Offset console &#039;Gust&#039; value becomes Cumulus &#039;Latest&#039;. &lt;br /&gt;
* The highest of the Fine Offset &#039;Gust&#039; values over the previous 10 minutes becomes Cumulus &#039;Gust&#039;.  Note that the WMO definition of a wind gust is the mean wind speed over a 2 to 3 second sample period (not the maximum instantaneous wind speed).&lt;br /&gt;
* Cumulus &#039;Average&#039;  can be calculated in 3 different ways:&lt;br /&gt;
** The default: If &#039;Calculate 10-min wind average&#039; is not selected on the Station Settings screen, the console &#039;Wind&#039; value is used.&lt;br /&gt;
** If &#039;Calculate 10-min wind average&#039; is selected, then by default the average of the Fine Offset &#039;Gust&#039; values read over the previous N (configurable, defaults to 10) minutes is used.&lt;br /&gt;
** If &#039;Calculate 10-min wind average&#039; and &#039;Use speed for avg calculation&#039; are both selected, the average of the Fine Offset &#039;Wind&#039; values read over the previous N (configurable, defaults to 10) minutes is used.&lt;br /&gt;
&lt;br /&gt;
Select value for &#039;N&#039; using &#039;&#039;AvgSpeedMinutes=N&#039;&#039; in [[Cumulus.ini#Section:_Station]].&lt;br /&gt;
&lt;br /&gt;
Note that Fine Offset Consoles can display a &#039;MAX&#039; figure, this is highest recorded since it was last reset (on touchscreen models multiple touches of the displayed speed will cause maximum speed, or gust, to be shown, and when a max value is displayed continuing to hold touching that value for 3 seconds will reset max to current value).  Cumulus maintains its own various extremes for different periods (e.g High wind and high gust for yesterday on its main screen) calculated from all values read by Cumulus in that period.&lt;br /&gt;
&lt;br /&gt;
== How do I set up recording wind speeds in Cumulus, with Oregon Scientific and La Crosse stations  ==&lt;br /&gt;
&lt;br /&gt;
La Crosse and some Oregon Scientific weather stations only output a single wind speed.  To allow Cumulus to calculate &#039;gust&#039; and &#039;wind speed&#039; with different values, select the &#039;&#039;&#039;Station&#039;&#039;&#039; dialogue from the &#039;&#039;Configuration&#039;&#039; menu and set &#039;&#039;Calculate 10 min wind average&#039;&#039; in the &#039;Settings&#039; frame, so in [[cumulus.ini]] this will produce the parameter &#039;Wind10MinAverage=1 when cumulus is next stopped.&lt;br /&gt;
* The station&#039;s &#039;Wind&#039; value will then display as Cumulus &#039;Latest&#039;.&lt;br /&gt;
* A 10 (configurable by adding &#039;&#039;AvgSpeedMinutes=N&#039;&#039; in [[Cumulus.ini#Section:_Station]] where &#039;N&#039; is number of) minutes average of the station&#039;s &#039;Wind&#039; value will then display as Cumulus &#039;Average&#039;.&lt;br /&gt;
* The highest of the station&#039;s &#039;Wind&#039; value in a 10 minute period will then display as Cumulus &#039;Gust&#039;.  Note that the WMO definition of a wind gust is the mean wind speed over a 2 to 3 second sample period (not the maximum instantaneous wind speed).&lt;br /&gt;
&lt;br /&gt;
See &#039;&#039;LCMaxWind=X&#039;&#039; parameter in [[Cumulus.ini#La_Crosse_specific:]] where X is the maximum (uncalibrated) wind speed in m/s that you want to allow.&lt;br /&gt;
&lt;br /&gt;
== How do I make Cumulus run automatically when Windows starts?  ==&lt;br /&gt;
&lt;br /&gt;
There is no option in Cumulus to set this up automatically as I prefer to leave it under the control of the user: The safest and most reliable method is simply to put a shortcut in your Startup folder. If you are running Vista or Windows 7, or later versions of Windows, you may find that Cumulus gets blocked by UAC if you try to run it from the Startup folder, in which case it is recommended that you use Task Scheduler instead. See here for a good description of how to do this - http://blogs.techrepublic.com/window-on-windows/?p=616&lt;br /&gt;
&lt;br /&gt;
== How does Cumulus handle Daylight Saving Time?  ==&lt;br /&gt;
&lt;br /&gt;
As far as the timestamps in the extreme logs, monthly log, and the graphs, are concerned; Cumulus doesn&#039;t do anything in particular for DST. &lt;br /&gt;
*It generates timestamps based on the Windows clock. &lt;br /&gt;
**So basically, at the start of DST (i.e. when the clocks &#039;go forward&#039; for the summer) you will get an apparent gap of one hour in your data logs and on graphs.&lt;br /&gt;
**Similarly at the end of DST (i.e. when the clocks &#039;go back&#039; for the winter) you will get an apparent hour of duplicate timestamps in your logs and graphs. &lt;br /&gt;
*You will tend to get better results if you leave Cumulus running during the clock change, because if it is stopped you may lose data,&lt;br /&gt;
**the exact timing of the affected hours depends on the type of station and the times when Cumulus was running/stopped.&lt;br /&gt;
&lt;br /&gt;
=== ... How do Davis stations handle Daylight Saving Time? ===&lt;br /&gt;
&lt;br /&gt;
Note that there seems to be an issue with Davis stations, either in the console/logger, or in the Davis DLL which Cumulus uses. &lt;br /&gt;
*If you don&#039;t have Cumulus running when DST ends (autumn), then when you start Cumulus up again, it doesn&#039;t receive all of the logger data it needs to catch up to the &#039;&#039;present time&#039;&#039; - the previous hour or so is missing. &lt;br /&gt;
*So with Davis stations, I strongly recommend that you leave Cumulus running at the end of DST, if at all possible.&lt;br /&gt;
&lt;br /&gt;
=== ... How do Fine Offset stations handle Daylight Saving Time? ===&lt;br /&gt;
&lt;br /&gt;
*For Fine Offset stations if you don&#039;t have Cumulus running when DST ends in autumn, then when you start Cumulus up again, the catch up &#039;&#039;misses off the first hour after the time Cumulus was stopped&#039;&#039; (unless you have adjusted the time in [[today.ini]] by subtracting one hour for end of DST while Cumulus was stopped).  &lt;br /&gt;
**This is because the console memory does not time-stamp the data blocks and Cumulus does not remember the console data block used just before shutdown, (after all depending on how long Cumulus has been stopped and the station logging interval, the old memory location could be overwritten by now), but each memory location does contains minutes elapsed since previous memory location used.&lt;br /&gt;
**On restart Cumulus just tries to read the appropriate number of hours worth of observations back from the block now marked as latest.  &lt;br /&gt;
**For example if it was stopped at 2200 DST and restarted at 0600 standard time, Cumulus catches up with the last 8 hours worth of stored measurements as if going back to 2200 standard time, that means it retrieves back to 2300 DST and has forever lost the period 2200 to 2300 DST.  &lt;br /&gt;
*So with Fine Offset stations, I strongly recommend that you leave Cumulus running at the end of DST, if at all possible.&lt;br /&gt;
*At the start of DST in spring, the catch up will &#039;&#039;duplicate the last hour that Cumulus was previously operating&#039;&#039; (unless you have added one hour to the standard time stored in [[today.ini]] for start of DST while Cumulus was stopped). &lt;br /&gt;
**e.g. Stopping from 2200 standard time to 0600 DST the catch up goes back to 2200 DST or 2100 standard time.&lt;br /&gt;
**Some calculated measurements like average temperature, cooling degree days, and the like will be slightly out, but no measurement is actually lost.&lt;br /&gt;
&lt;br /&gt;
== What formula does Cumulus use for Dew Point?  ==&lt;br /&gt;
dewpoint := tempinC + ((0.13 * tempinC) + 13.6) * Ln(humidity / 100)&lt;br /&gt;
&lt;br /&gt;
== What formula does Cumulus use for Apparent Temperature?  ==&lt;br /&gt;
It uses a formula from the Australian BOM - http://www.bom.gov.au/info/thermal_stress/#atapproximation&lt;br /&gt;
&lt;br /&gt;
Note that the version used is the one that doesn&#039;t take into account solar radiation.&lt;br /&gt;
&lt;br /&gt;
== How does Cumulus know the height of the cloud base?  ==&lt;br /&gt;
&lt;br /&gt;
It doesn&#039;t. It uses a calculation which gives the theoretical height above ground level at which Cumulus clouds might form, based on the current temperature and dew point. It assumes that the difference between temperature and dew point decreases by about 4.4 degrees Fahrenheit per 1000 feet increase in altitude. When the two values coincide, the air is saturated (relative humidity = 100%) and Cumulus clouds may form. &lt;br /&gt;
&lt;br /&gt;
== How is my rain rate calculated?  ==&lt;br /&gt;
&lt;br /&gt;
For stations which supply a rain rate, Cumulus uses that. For stations which don&#039;t supply a rain rate (e.g. Fine Offset and La Crosse), Cumulus simply takes the rain total from the last five minutes and calculates a rate based on that; e.g. a single tip of 0.3mm in 5 minutes is a rate of 3.6mm/hr. When data from the station&#039;s logger is used, a similar calculation is performed, but the interval used is the logger interval rather than five minutes.&lt;br /&gt;
&lt;br /&gt;
== Where does Cumulus get its this month and this year rainfall totals from?  ==&lt;br /&gt;
&lt;br /&gt;
* Each time Cumulus reads records from the weather station it applies any change to the &#039;total rain count&#039; against today&#039;s total in its memory.&lt;br /&gt;
* The today&#039;s total so far at each reading time is also added to the &#039;recent tag&#039; array allowing total values for the day-so-far at one minute intervals for up to a week ago to be added as web tags to a web template. &lt;br /&gt;
* The rainfall totals, are initialised when Cumulus is (re-)started by adding up the corresponding daily totals in dayfile.txt and storing those sums in memory. Two of the totals can be seen using default settings on &#039;&#039;&#039;View&#039;&#039;&#039; menu, &#039;&#039;This month&#039;&#039; screen for this month, &#039;&#039;This year&#039;&#039; screen for this calendar year, but the third total for the rain season (you can change starting month) is seen on the &#039;&#039;main&#039;&#039; Cumulus screen.&lt;br /&gt;
* The rainfall totals shown on the &#039;&#039;This period&#039;&#039;, &#039;&#039;This month&#039;&#039;, and &#039;&#039;This year&#039;&#039; screens within the &#039;&#039;&#039;View&#039;&#039;&#039; menu are generated by adding up the daily rainfall totals found in [[dayfile.txt]] for the selected period. So any rainfall for the current (meteorological) day is excluded as the latest dayfile.txt row is for yesterday. Totals are recalculated when you press the &#039;&#039;Update display&#039;&#039; button. Important note: The view menu &#039;This year&#039; screen always calculates the total for a selected calendar year starting in January.&lt;br /&gt;
* The rain figures that Cumulus uses for displaying in &#039;This month&#039; and &#039;This year&#039; on the Cumulus &#039;&#039;main screen&#039;&#039; are updated each time Cumulus receives a rain reading from the station, so will not be displayed if Cumulus is unable to read rain information from your station.&lt;br /&gt;
* For the web tags, Cumulus takes its stored sums and adds today&#039;s latest total each time, to give the current totals for this month and this rain season (year so far) when processing &#039;thismonthT.htm&#039; and &#039;thisyearT.htm&#039; web templates.&lt;br /&gt;
**Important, for the &amp;lt;#ryear&amp;gt; web tag, and for the &#039;This year&#039; display on the &#039;&#039;main&#039;&#039; Cumulus screen, the processing reads the &#039;&#039;dayfile.txt&#039;&#039; for the rainfall season starting with the month set on the station settings screen and stored as the value for attribute &#039;&#039;RainSeasonStart&#039;&#039; in [[Cumulus.ini#Section:_Station]] (its default is January).  &lt;br /&gt;
**If you have set a &#039;year to date&#039; value and Cumulus is being re-started when the year specified beside that figure matches the current year, your year-to-date amount is also added into this year&#039;s total. This should normally only be relevant in your first rain season of operating Cumulus, but could be used if in any season you needed to add an extra amount because for some reason you had a gap in your recording period.&lt;br /&gt;
**There is no corresponding setting for calculating the total for the first &#039;this month&#039; of Cumulus operation.&lt;br /&gt;
*Note that you need to stop and then restart Cumulus to update these initial values that are stored in memory and get any corrections you made to rogue values in the daily summary log (or year-to-date) reflected on the main Cumulus screen and in web tags.&lt;br /&gt;
&lt;br /&gt;
The built-in dayfile.txt editor is used if it is necessary to amend the daily totals (to correct any monthly, rain season, or calendar year, totals); the built-in all-time (or monthly records) editor(s) in Cumulus is used if it is necessary to regenerate the extreme records from dayfile.txt; see [[#My_station_invented_some_rain_that_didn.27t_really_occur.2C_and_I_want_to_set_it_to_zero_.28or_some_other_figure.29 |FAQ about correcting incorrect rainfall displays]].&lt;br /&gt;
&lt;br /&gt;
== How do I reset all my data to start again from scratch?  ==&lt;br /&gt;
&lt;br /&gt;
Stop Cumulus and delete all of the files in the data folder. You may also want to edit the &#039;StartDate=&#039; line in [[cumulus.ini]] to set the date for the start of your data.&lt;br /&gt;
&lt;br /&gt;
== How do I localise Cumulus to my own language? ==&lt;br /&gt;
&lt;br /&gt;
Cumulus does not directly support languages other than English. It was never intended for use in other languages, and it is not possible to add support for this now. However, the text used for:&lt;br /&gt;
*Forecasting&lt;br /&gt;
*Moonphases&lt;br /&gt;
*Beaufort Scale&lt;br /&gt;
*Trend descriptions&lt;br /&gt;
*Compass points&lt;br /&gt;
*Graph titles&lt;br /&gt;
*Extra sensor channels&lt;br /&gt;
can all be customised by using the [[strings.ini]] file. This facility may be extended to allow other items to be translated, but it is very unlikely that there will ever be a fully multi-language version of Cumulus in its current form.&lt;br /&gt;
&lt;br /&gt;
This wiki page [[:Category:Other_Languages|Other Languages]] has some old information about customising the standard web pages and see the downloads page as several third-party alternative web pages include some language translation modules.&lt;br /&gt;
&lt;br /&gt;
== Can I connect/disconnect my weather station while Cumulus is running? ==&lt;br /&gt;
No. You must make sure your weather station is connected to your PC and switched on, before running Cumulus. Do not disconnect your station while Cumulus is running.&lt;br /&gt;
&lt;br /&gt;
== How does Cumulus deal with extra sensors? ==&lt;br /&gt;
&lt;br /&gt;
By default, Cumulus deals with weather stations incorporating solar sensors, if you have selected the relevant station &#039;Type&#039; or &#039;Display solar/extra data&#039; in configuration, but it has some capability to deal with extra sensors added including the Blake-Larsen Sun Recorder.&lt;br /&gt;
Cumulus has the ability to input, log, and display Current Values/Outputs from the [[Rain_measurement#Optical_Rain_Gauges|Hydreon Optical Rain Sensor - Model RG-11]] and from either Oregon Scientific or Davis [[Extra_Sensor_Files|extra sensors]]. Only today&#039;s and yesterday&#039;s total rainfall from a Hydreon sensor are available in [[today.ini]] and [[yesterday.ini]] respectively. For some Oregon Scientific models, the temperature from an extra sensor can replace the temperature from the main sensor for processing by Cumulus, but all extra sensor values are stored in a series of [[Extra_Sensor_Files| monthly log]] files. No other processing is performed for Davis extra sensors, but past values are retained in a series of [[Extra_Sensor_Files| monthly log]] files.  The file [[strings.ini]] is used to customise the description associated with extra sensors.&lt;br /&gt;
&lt;br /&gt;
== What is this &amp;quot;Solar Max&amp;quot; value which Cumulus is displaying? ==&lt;br /&gt;
&lt;br /&gt;
It&#039;s the current theoretical maximum solar radiation value at the current date and time at your location. It is calculated using the Ryan-Stolzenbach formula, and uses the &#039;transmission factor&#039; configurable in the station settings to allow for the effect of transmission through the atmosphere. The figure is not particularly useful in itself; it is used if you have a solar sensor, to compare with the current solar radiation reading, in an attempt to determine whether the sun is currently shining or not.&lt;br /&gt;
&lt;br /&gt;
== My Fine Offset console says the memory is nearly full - how do I clear it? ==&lt;br /&gt;
&lt;br /&gt;
You don&#039;t need to, and it&#039;s much safer if you don&#039;t; clearing the memory could lead to a loss of data. The memory indicator on the console has no effect on the logging of data; the console will automatically start re-using the oldest memory locations. As long as you are running Cumulus (at least occasionally), Cumulus will have downloaded the data it needs from the console, so the console is free to overwrite the oldest data when it needs to.&lt;br /&gt;
&lt;br /&gt;
== How do I get my Davis station with USB working with Cumulus? ==&lt;br /&gt;
&lt;br /&gt;
Cumulus cannot drive the station in USB mode, you must install &#039;virtual serial port&#039; drivers, and configure Cumulus to use the virtual serial port. Make sure you have the station connected to the PC during the following operations.&lt;br /&gt;
&lt;br /&gt;
You should first make sure that you can use the station with Weatherlink, in serial mode. If you have not already installed the Weatherlink software, install the version which came with your weather station. You should then upgrade to the latest version of Weatherlink; you can download the update from the Davis web site,  [http://www.davisnet.com/support/weather/downloads/software_sftwr.asp here].&lt;br /&gt;
&lt;br /&gt;
You now need to install the &#039;CP210X USB to Serial Converter&#039;. You may find a link on your Start menu under &#039;Weatherlink&#039;. Alternatively, you should find it in the folder where Weatherlink was installed, under &#039;Support&#039; then &#039;Utilities&#039;. Davis also make version 2 of this utility available on their web site, [http://www.davisnet.com/support/weather/downloads/software_driver.asp here], and you may find that this version will work for you if the installed version does not. It should be clear from the messages output by the utility that it has successfully switched the logger to serial mode. &lt;br /&gt;
&lt;br /&gt;
It&#039;s a good idea to then update the driver to the latest version from the Silicon Labs web site, particularly if you use Windows 7 or 8. You can download it [http://www.silabs.com/products/mcu/pages/usbtouartbridgevcpdrivers.aspx here] - click on &#039;VCP driver kit&#039; under &#039;Download for Windows XP/Server 2003/Vista/7&#039; to begin the download. Run the executable once it&#039;s downloaded.&lt;br /&gt;
&lt;br /&gt;
At this point, it&#039;s best to restart your computer.&lt;br /&gt;
&lt;br /&gt;
You should now run Weatherlink, and attempt to connect to the weather station &#039;&#039;&#039;in serial mode&#039;&#039;&#039;. Weatherlink should find the appropriate COM port number automatically. If not, you can find it under &#039;Ports (COM &amp;amp; LPT)&#039; in the Windows device manager. Look for the port called &#039;USB Serial Port (COMn)&#039;, where &#039;n&#039; is a number. That&#039;s the number of the port you need to use in Weatherlink. If you cannot get Weatherlink to work using this virtual COM port, it is unlikely that you will be able to get Cumulus to work either, so either contact Davis support, explaining that you are trying to use the virtual serial port drivers because you want to run third-party software, or ask in the Cumulus forum, someone may be able to advise.&lt;br /&gt;
&lt;br /&gt;
Once you have Weatherlink connected and working via the virtual serial port, &#039;&#039;&#039;close it down&#039;&#039;&#039;, and start Cumulus.&lt;br /&gt;
&lt;br /&gt;
In the station settings in Cumulus, select the appropriate station type for your station; under &#039;VP Type&#039; select &#039;&#039;&#039;Serial&#039;&#039;&#039;; in the serial port section enter the COM port number that you found earlier. You may need to restart Cumulus at this point. It will then start displaying live data. Note that the it deliberately does not download any historical logger data from before the current point in time. When you run it subsequently, it will download logger data to catch up if necessary from when you last ran it, but never from earlier than when you first ran it.&lt;br /&gt;
&lt;br /&gt;
If you still having difficulty, the Davis Weatherlink manual offers this advice, which may be useful:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Included with the WeatherLink software is a utility that allows you to convert a USB data logger from a direct USB data logger back to a USB data logger that emulates the serial port. To use&lt;br /&gt;
this utility, select Convert USB to Virtual Serial in your WeatherLink program group on the Start menu of your computer (Start&amp;gt;AllPrograms&amp;gt;WeatherLink&amp;gt;Convert USB to Virtual Serial) and run the utility to convert your data logger. Please contact Davis Technical Support (“Contacting Davis Technical Support” on page 26) for more information.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== Why does Cumulus do some things the way it does, when there are better ways? ==&lt;br /&gt;
&lt;br /&gt;
Cumulus was originally something I &#039;knocked together&#039; quickly when I got my first weather station, simply because I couldn&#039;t find any other software anywhere which I was prepared to use. No &#039;design&#039; went into it, it was really just a prototype. Some of the things I did were just quick &#039;hacks&#039; that I intended to fix when I did it &#039;properly&#039;. But I never got around to going back and doing it &#039;properly&#039;, and it was never my intention that anyone else would use it. But I was persuaded to make it available for others, and then to add more and more enhancements. &lt;br /&gt;
&lt;br /&gt;
The fact that it works with several different types of weather station means that much of it is a compromise; it doesn&#039;t use certain features of the weather station which it could use if it were dedicated to that type of weather station. For example, it typically does not use any high/low data that the station might store internally. Instead, it maintains its own high/low data from individual readings. There are a number of reasons for this; the fact that Cumulus supports an 0900-0900 day, and the weather station does not, and the fact that typically Cumulus maintains far more high/low values than the station does, and these need to be self-consistent. &lt;br /&gt;
&lt;br /&gt;
So yes, I am aware that some of things that Cumulus does may seem strange, but it is simply not possible for me to start again from scratch, knowing what I know now. And it is not possible for me to effectively produce separate versions of Cumulus specifically for each type of weather station. If you don&#039;t like the way Cumulus does certain things, do what I did and write your own software!&lt;br /&gt;
&lt;br /&gt;
== Can I run 2 copies of Cumulus? ==&lt;br /&gt;
&lt;br /&gt;
3 options:&lt;br /&gt;
*You can install Cumulus on more than one PC, but each copy must connect directly to its own weather station (one station connected per PC).&lt;br /&gt;
*You can install 2 copies of Cumulus in different paths on a single PC, &#039;&#039;if you have two weather stations&#039;&#039; and Cumulus is able to distinguish between them, e.g. they are from different manufacturers, or both are serial port stations (different ports), or one is USB and one is serial, or one is a Weatherlink IP. In other words the  combination that does not work on a single PC is two USB stations from the same manufacturer. Note that Davis stations with USB loggers are serial port stations as far as Cumulus is concerned, so there are no problems using multiple copies of Cumulus with multiple Davis stations on the same PC.&lt;br /&gt;
*It is possible to back up the Cumulus files from one installation running off a weather station, and briefly have another reduced functionality copy just looking at historic data without ever any updating (the second Cumulus is set up as if reading from an EasyWeather.dat file, but not given a path/file name) - see [[Cumulus.ini#Introduced_for_problems_with_Fine_Offset_family:|Easyweather.dat section here]].&lt;br /&gt;
&lt;br /&gt;
= Troubleshooting  =&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Please note, these answers are written for Cumulus 1.x.y; the support forum is where Cumulus MX problems are discussed, together with how screens and files are different for the beta development.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== My &#039;Error&#039; light is flashing  ==&lt;br /&gt;
&lt;br /&gt;
Click on it, and a window will open describing the error. It may just be a temporary ftp problem. If you want to stop ftp errors being reported in this way, you can turn them off in the display settings (&amp;quot;Show FTP errors on error log window&amp;quot;).&lt;br /&gt;
&lt;br /&gt;
== My ‘new record’ light has stopped flashing  ==&lt;br /&gt;
&lt;br /&gt;
It is the normal situation that the light does not flash. The ‘new record’ light only flashes when an all-time record has been broken. It stops flashing if you click on it or restart Cumulus, until another all-time record is broken. When you first start using Cumulus, inevitably the light will flash a lot, even if you cancel it, as you will be breaking records constantly. After a while, it will &#039;settle down&#039; and not flash so often.&lt;br /&gt;
&lt;br /&gt;
== I installed a new version and my web page templates got over-written  ==&lt;br /&gt;
&lt;br /&gt;
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, place them in a different folder and use the ‘extra files’ facility. From version 1.8.9, the installer offers the option of not over-writing the web templates; it unconditionally also installs them to a sub-folder of the web folder called &#039;originals&#039;, so you can refer to them if required, even if you chose not to over-write those in the web folder.&lt;br /&gt;
&lt;br /&gt;
== I can’t find my data files!  ==&lt;br /&gt;
&lt;br /&gt;
You’re probably running Windows Vista/Windows 7/Windows 8 (or one of the corresponding server versions of Windows). Look in C:\Users\[username]\AppData\Local\VirtualStore\Program Files\Cumulus - note that this is a &#039;hidden&#039; folder. Ideally, to avoid this situation, you would install to somewhere outside the Program Files hierarchy, as recommended in the readme.txt.&lt;br /&gt;
&lt;br /&gt;
== I can&#039;t save my NOAA reports! ==&lt;br /&gt;
&lt;br /&gt;
You&#039;ve probably corrupted your Cumulus.ini file in the default Cumulus folder. See [[Cumulus.ini#Section:_NOAA]]. It can only be edited either (if Cumulus is stopped) with an external text file editor or (with Cumulus running) using the &#039;&#039;NOAA Setup&#039;&#039; in the configuation menu.  Pay attention to where the quotes are required for the file names, and check that you have an allowed date format (see [[Webtags#Time.2FDate_.27format.27_Parameter]]).&lt;br /&gt;
&lt;br /&gt;
== My sunrise and sunset times are wrong  ==&lt;br /&gt;
&lt;br /&gt;
You&#039;ve almost certainly entered your co-ordinates incorrectly, or not entered them at all - on the station settings screen. You must enter DEGREES, MINUTES, and SECONDS, no other format will work. Make sure to use &#039;&#039;&#039;unsigned whole numbers&#039;&#039;&#039; for degrees, minutes, and seconds, with a &#039;W&#039; for your longitude if you&#039;re West of the Greenwich meridian (e.g. if you are in the United States), and the appropriate letter for your latitude (N for northern hemisphere, S for southern hemisphere). &lt;br /&gt;
&lt;br /&gt;
If you are not familiar with the degrees/minutes/seconds standard format and have your co-ordinates in some other format, there are pages on the web which will convert for you. One such is here: http://transition.fcc.gov/mb/audio/bickel/DDDMMSS-decimal.html&lt;br /&gt;
&lt;br /&gt;
One other less likely possibility is that you have set the wrong time zone on your PC.&lt;br /&gt;
&lt;br /&gt;
== The Moon rise or set time is showing dashes.  ==&lt;br /&gt;
&lt;br /&gt;
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. &lt;br /&gt;
&lt;br /&gt;
== The Moon image is just black ==&lt;br /&gt;
&lt;br /&gt;
It&#039;s probably a New Moon.&lt;br /&gt;
&lt;br /&gt;
== Why are the &#039;Yesterday&#039; figures missing on the Main Cumulus Screen? ==&lt;br /&gt;
&lt;br /&gt;
The yesterday values on the Main Screen under &amp;quot;Recent Extremes&amp;quot; are not shown correctly:&lt;br /&gt;
*EITHER when the &#039;&#039;end of day rollover has not taken place&#039;&#039;. &lt;br /&gt;
**The usual cause of this is allowing your PC to &#039;sleep&#039; while Cumulus is running. &lt;br /&gt;
**The support forum mentions a few other causes. &lt;br /&gt;
**Cure this (if you have a weather station type that has a log that Cumulus reads) by looking in &amp;quot;&#039;&#039;Cumulus\backup&#039;&#039;&amp;quot; folder, and finding a backup directly in that folder or in &amp;quot;daily&amp;quot; sub-folder for just before the problem. With Cumulus stopped, copy all the files in that backup into the &amp;quot;&#039;&#039;&#039;Cumulus\data&#039;&#039;&#039;&amp;quot; folder, and then restart Cumulus. &lt;br /&gt;
*OR if Cumulus was unable to read observations from your station during that day, but can today. &lt;br /&gt;
**You can try the same cure, but may not be able to recover the lost information in this case.&lt;br /&gt;
&lt;br /&gt;
== Why do I have some unexpected zero figures? ==&lt;br /&gt;
&lt;br /&gt;
Cumulus may not be able to update some values/extremes, leaving them at zero, if:&lt;br /&gt;
*EITHER you are allowing your PC to go into sleep/standby while Cumulus is running,&lt;br /&gt;
*OR you have more than one copy of Cumulus attempting to interrogate the same weather station,&lt;br /&gt;
*OR you are closing Cumulus down very close to before/after roll-over (the latter is a restriction due to the way the processing of logger data works).&lt;br /&gt;
&lt;br /&gt;
== I’ve ‘zoomed’ a graph, how do I get it back to full size?  ==&lt;br /&gt;
&lt;br /&gt;
Drag from lower right to upper left.&lt;br /&gt;
&lt;br /&gt;
== Cumulus won&#039;t read the data from my station  ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CUMULUS RUNNING&#039;&#039;&#039;&lt;br /&gt;
If you have one of the Fine Offset clones, make sure you have configured your relative pressure correctly. If Cumulus finds an &#039;impossible&#039; value, it will ignore all data from your station.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CUMULUS RE-STARTED&#039;&#039;&#039;&lt;br /&gt;
If Cumulus does not read catch-up data from the station logger:&lt;br /&gt;
#Your station type may not have a logger, if so Cumulus cannot read anything from station while software was not running.&lt;br /&gt;
#There is a bug in the Davis DLL (Dynamic-Link Library) that Cumulus 1.x.x uses, where it never downloads the last archive record; so if there is only one to download (compare how long Cumulus was stopped with logging interval on your Davis station), it doesn&#039;t get any at all. (See [[#Cumulus_takes_a_long_time_to_download_the_data_from_my_Davis_station_at_start_up|here]] for opposite problem). Cure this by ensuring if you stop Cumulus you either leave it stopped for less than Davis logging interval time, or don&#039;t restart until after at least 2 logging intervals.&lt;br /&gt;
#You have not selected &amp;quot;&#039;&#039;&#039;Use data logger&#039;&#039;&#039;&amp;quot; in the &#039;&#039;Settings&#039;&#039; section of the &#039;&#039;&#039;Station settings&#039;&#039;&#039; screen accessed from &#039;&#039;Configuration&#039;&#039;  menu. Correct this:&lt;br /&gt;
##Stop Cumulus after changing this setting&lt;br /&gt;
##Look in &#039;&#039;Cumulus\backup&#039;&#039; folder (or its &#039;&#039;daily&#039;&#039; sub-folder) for a folder of .ini files prior to the problem, copy all those files to overwrite the ones in &#039;&#039;Cumulus\data&#039;&#039; folder&lt;br /&gt;
##Re-start Cumulus, it should use revised start date/time, and read the station logger for the whole re-wind period&lt;br /&gt;
#If there is another problem, read the instructions accessed from &amp;quot;Please click here before posting&amp;quot; at the top of the support forum page including the request to zip up the contents of the &#039;&#039;Cumulus\diags&#039;&#039; folder when asking for such support.&lt;br /&gt;
&lt;br /&gt;
== Cumulus read some invalid figures from my station ==&lt;br /&gt;
If you have:&lt;br /&gt;
*just started using Cumulus, &lt;br /&gt;
*just re-started Cumulus and you are only getting bad data when you start Cumulus up (i.e. when it is using archive data from the station logger),&lt;br /&gt;
*or you have just changed some settings,&lt;br /&gt;
... check you have the correct station type selected (see the Cumulus &#039;&#039;Help&#039;&#039; for the settings screen).&lt;br /&gt;
&lt;br /&gt;
Choosing the wrong station type means individual items of information are not correctly assigned to weather parameters.  Cumulus knows what is at what location for each station type. &lt;br /&gt;
*Is the information &#039;&#039;correct on the station console&#039;&#039; (i.e. not a fault with a sensor), but incorrectly displayed on Cumulus screen (i.e. transfer problem)? &lt;br /&gt;
Check all your settings on Cumulus, or see [[#Cumulus_won.27t_read_the_data_from_my_station|previous question]].&lt;br /&gt;
*If the &#039;&#039;station itself shows incorrect figures&#039;&#039;, a sensor may have a problem (mechanical or electrical failure, obstruction by animal activity) or a battery may need replacing.&lt;br /&gt;
Over successive versions of Cumulus more and more code has been incorporated to deal with the way some stations are prone to reporting rogue readings.&lt;br /&gt;
*Ensure you are using the latest Cumulus build, if you are using an old version you will not have any enhancements made since the earlier build that might improve the way Cumulus reads from your station type.&lt;br /&gt;
In general, if Cumulus 1.x.x identifies an odd value it will reuse the last good value instead, assuming that the problem will either right itself, or be spotted and dealt with quickly.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fine Offset stations&#039;&#039;&#039; are prone to reporting the odd non-sensical value, and Cumulus has the ability to compare successive readings:&lt;br /&gt;
*From the &#039;&#039;&#039;Configuration&#039;&#039;&#039; menu select [[Cumulus_Screenshots#Configuration_Menu_Screens|&#039;&#039;Calibration&#039;&#039;]] and in the &#039;&#039;&#039;Spike removal&#039;&#039;&#039; frame you can specify &amp;quot;the maximum &#039;&#039;&#039;differences&#039;&#039;&#039; between successive values&amp;quot; that Cumulus is to tolerate. See the &#039;&#039;&#039;Help&#039;&#039;&#039; for that screen, and note that spike removal applies while Cumulus is running, not to catch-up readings from the station&#039;s logger. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Possible Cure:&#039;&#039;&#039;&lt;br /&gt;
The purpose of the backup files is to allow Cumulus to be &#039;rewound&#039; to a particular point in time.  It simulates the situation where someone had closed Cumulus down at that point, and is only now starting it up again, and needs data to be downloaded from the station&#039;s logger to catch up to the present time. Obviously this cure will not work if your station type does not have a logger (one is needed for Cumulus to read old readings again).&lt;br /&gt;
*If you have only installed Cumulus a few days ago, or have just re-started Cumulus after it was stopped and encounter multiple &#039;&#039;rogue readings in the catch-up from the station logger&#039;&#039;; &#039;&#039;&#039;one possibility&#039;&#039;&#039; is to stop Cumulus and find the backup files that it took when you started it up (or just after the previous roll-over time), copy those files into the data folder, overwriting the ones that are there, then when you start it up again it could sort itself out.&lt;br /&gt;
The [[Diags]] log often contains useful information for sorting out what has been read, which values have been ignored, and which highs or lows may have been updated incorrectly. Note that automatic backups are made just after roll-over time because restarting Cumulus when there are no logger records to read before roll-over has been known to cause problems. Therefore, the backup to choose might be one with the date before when the problem occured, but remember that any calculations Cumulus makes are based on readings at least every minute when Cumulus is running, but for the catch up period such calculations can only use the readings available at your station&#039;s logging interval. Note if you choose a later backup and it does not work, you can always then repeat the &#039;rewind&#039; with a earlier backup.&lt;br /&gt;
&lt;br /&gt;
== I get very large amounts of rainfall shown, or other high readings ==&lt;br /&gt;
&lt;br /&gt;
Fine Offset stations have a habit of producing unbelievable readings, and Cumulus filters many of these out automatically. You can also use the &#039;spike removal&#039; settings on the calibration page, and Cumulus will then filter out large changes in readings. Please read the help for how to use these settings. Another possible explanation is that you have chosen the wrong station type in the Cumulus station settings. You should only select the &amp;quot;Fine Offset with UV/Light sensor&amp;quot; type if your station actually has SENSORS for these. Your station may have solar CHARGING, but this is not the same as having a solar SENSOR, and so you should choose the &amp;quot;Fine Offset (WH1080 etc)&amp;quot; type. Typically, stations which do have solar SENSORS have a model number which starts with a &#039;3&#039;, e.g. WS3080, and stations without solar sensors start with a &#039;1&#039; or &#039;2&#039;. Selecting the wrong type of station will cause Cumulus to misinterpret the logger data read from the station (which it uses when it starts up) and hence incorrect readings will result, typically when you restart Cumulus.&lt;br /&gt;
&lt;br /&gt;
== My station invented some rain that didn&#039;t really occur, and I want to set it to zero (or some other figure)  ==&lt;br /&gt;
&lt;br /&gt;
Cumulus does include some code to try to ignore some obvious rain errors. For example, if the station reports negative rain, Cumulus will normally ignore that, but if for 6 consecutive readings the rain cumulative count stays below what it was before, Cumulus will normally accept the new count as a new starting point. Because many positive values are realistic (see sub-answers), Cumulus generally will accept those as a result of accidental knocking of a tipping bucket gauge, due to wind effects on the gauge, or even due to the station electronics generating a rogue reading.&lt;br /&gt;
=== (Invented rain) Error in today&#039;s total===&lt;br /&gt;
#correct today&#039;s total using the &#039;today&#039;s rain&#039; editor on the edit menu.&lt;br /&gt;
#optionally stop Cumulus and edit [[today.ini]] to change the &#039;&#039;LastTip=&#039;&#039;(look up previous value in a recently backed up today.ini) parameter.&lt;br /&gt;
#Remember that &#039;ConsecutiveDryDays&#039; and &#039;ConsecutiveWetDays&#039; do not include today.&lt;br /&gt;
&lt;br /&gt;
=== (Invented rain) Error in yesterday&#039;s total ===&lt;br /&gt;
#edit the total for the relevant day in dayfile.txt, using the dayfile.txt editor on the edit menu.&lt;br /&gt;
#optionally edit yesterday&#039;s total (which is only held temporarily for display purposes) in [[today.ini]], while Cumulus is stopped.&lt;br /&gt;
=== (Invented rain) Error in total or high rainfall rate for any day before today ===&lt;br /&gt;
Just edit the total or rate for the relevant day in dayfile.txt, using the [[Cumulus_Screenshots#File.2FEdit.2FHelp_Menu|dayfile.txt]] editor on the edit menu.&lt;br /&gt;
&lt;br /&gt;
=== (Invented rain) Error in total, or extremes, for this month and/or this year ===&lt;br /&gt;
See next FAQ. Once you have corrected the daily totals (or high rainfall rates) in dayfile.txt, you can use the editors (on the edit menu) for &#039;This Month&#039; and &#039;This Year&#039; to fetch the corrected values from dayfile.txt (or enter figures manually).&lt;br /&gt;
&lt;br /&gt;
=== (Invented rain) Error in all-time records ===&lt;br /&gt;
See [[#How_do_I_correct_my_all-time_.28or_monthly_all-time.29_records.3F |this FAQ]].&lt;br /&gt;
&lt;br /&gt;
To see the previous value for all-time records see [[Alltimelog.txt]]. If your all-time records, or month-by-month all-time records have been affected, you can use the built-in editors. These can fetch the correct values once you have corrected dayfile.txt.&lt;br /&gt;
&lt;br /&gt;
===  (Invented rain and) Other rain figures ===&lt;br /&gt;
Note that other rain figures, such as &#039;rain last hour&#039; and &#039;rain last 24 hours&#039; depend on a sensible progression of the rain counter, so it&#039;s not easy to correct this; it&#039;s easier to wait until the erroneous figure is far enough in the past so as not to affect the calculation. If you really do want to try to correct it; you would need to stop Cumulus, then find and edit multiple field 11 (assuming date is field 0) the Cumulus &#039;rain counter&#039; values in the [[monthly_log_files]] in the current monthly log file so they are correct relative to the current value of the rain counter (i.e. the latest one logged).&lt;br /&gt;
&lt;br /&gt;
===  (Invented rain) Error prevention by Spike removal ===&lt;br /&gt;
#It is better to try to avoid spurious rain being recorded in the first place.&lt;br /&gt;
#Cumulus attempts to ignore large increases in the rain total automatically, and is quite often successful.&lt;br /&gt;
#For &#039;hourly rain&#039; and &#039;rain rate&#039;, you can set &#039;spike removal&#039; settings on the calibration settings screen. The value you set here, is the maximum change allowed between successive observations. Rain Rate corrections apply only to Fine Offset and La Crosse stations (which are known to occasionally produce faulty rain readings).&lt;br /&gt;
&lt;br /&gt;
===  (Invented rain) More information ===&lt;br /&gt;
There is more information about correcting rogue data elsewhere in the Wiki, in the pages about the [[:Category:Log_Files|log files]].&lt;br /&gt;
&lt;br /&gt;
== My monthly and/or annual rainfall totals are wrong  ==&lt;br /&gt;
&lt;br /&gt;
Cumulus calculates these when it is restarted, holds the values within memory, and increments them as required while it is running. This FAQ in the previous section [[#Where_does_Cumulus_get_its_this_month_and_this_year_rainfall_totals_from.3F]] has a concise description of how Cumulus calculates these figures.&lt;br /&gt;
&lt;br /&gt;
* The rainfall total shown on the &#039;&#039;This month&#039;&#039; screen within the &#039;&#039;&#039;View&#039;&#039;&#039; menu, is calculated from summing [[dayfile.txt]] totals for a selected month, and so for the default current month will exclude the current meteorological day.  The rainfall total for today so far is added for the web tag &#039;&#039;&amp;lt;#rmonth&amp;gt;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
* The rainfall total shown on the &#039;&#039;This year&#039;&#039;  screen within the &#039;&#039;&#039;View&#039;&#039;&#039; menu, is calculated from summing totals in dayfile.txt for a selected calendar year. For the default current year, it will exclude the current meteorological day.&lt;br /&gt;
&lt;br /&gt;
* The rainfall total reported by the &#039;&#039;&amp;lt;#ryear&amp;gt;&#039;&#039; web tag is for the rainfall season to date, it is calculated from taking today&#039;s rain and then adding the sum of the totals in dayfile.txt starting with the first (meteorological) day of the month specified in the &#039;rainfall season&#039; frame on the &#039;&#039;station settings&#039;&#039; screen within the &#039;&#039;&#039;Configuration&#039;&#039;&#039; menu, until the end of dayfile.txt is reached. So check you have specified the right starting month there before deciding the rainfall total shown is wrong. &lt;br /&gt;
&lt;br /&gt;
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 also on the [[Cumulus_Screenshots#Station|Station Configuration screen]].  Make sure you specify the first Cumulus operating year here, otherwise the extra will be added to the annual total for the wrong year!&lt;br /&gt;
&lt;br /&gt;
See immediately preceding FAQ [[#My_station_invented_some_rain_that_didn.27t_really_occur.2C_and_I_want_to_set_it_to_zero_.28or_some_other_figure.29 |correcting rainfall]]  for how to correct errors in total for particular days and how to correct the high extremes for the various periods.&lt;br /&gt;
&lt;br /&gt;
In all cases then restart Cumulus to get the monthly and annual totals recalculated from correct daily totals. &lt;br /&gt;
&lt;br /&gt;
If you need to correct within day values for trend graphs as well as the longer period totals, provided you know roughly when the rogue rainfall was recorded, find (and edit) it in the [[monthly_log_files]], field 11 (assuming date is field 0) is the count used to derive other parameters. Increasing the value in the count field, decreases the difference to the next (or current) count, and therefore reduces the rain in the in-between period.&lt;br /&gt;
&lt;br /&gt;
== The ‘gust’ line has disappeared from my graph  ==&lt;br /&gt;
&lt;br /&gt;
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. Depending on your weather station type, there are a few things you could try, to improve things. Decrease your station&#039;s logger interval, and if you have Cumulus calculating the wind speed average and you have a Fine Offset station, set &#039;Use speed for avg calculation&#039;.&lt;br /&gt;
&lt;br /&gt;
== My ‘gust’ values are the same as my ‘average’ wind speed values.  ==&lt;br /&gt;
&lt;br /&gt;
As above, you probably have Cumulus set to calculate a 10-minute average, and your station logger period is 10 minutes or longer, so your gust comes out the same as the average when using data from the logger. See the previous FAQ for suggestions on how to improve this.&lt;br /&gt;
&lt;br /&gt;
== I’ve just installed Cumulus, and it didn’t download all the old data from my weather station  ==&lt;br /&gt;
&lt;br /&gt;
Cumulus deliberately doesn’t attempt to download any data from before the point when you first run it. If you wish, although this isn&#039;t recommended, 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 (you will need to have run it at least once previously). Note that if you do this, it is at your own risk, and you will need to sort out any issues which may arise yourself.&lt;br /&gt;
&lt;br /&gt;
If you do this, you will probably need to edit your log files in the &#039;&#039;&#039;data&#039;&#039;&#039; folder as you may have duplicate entries and/or entries out of order. Your rain totals will almost certainly also be wrong - the total for &amp;quot;today&amp;quot; in particular. See the [[FAQ#My_station_invented_some_rain_that_didn.27t_really_occur.2C_and_I_want_to_set_it_to_zero_.28or_some_other_figure.29 |FAQ]] entry about correcting rainfall data. If you have only just started using Cumulus, you could delete all of the files in the data folder, and just create a simple today.ini as below. Then when you start Cumulus it will start again with just the data from the station&#039;s logger.&lt;br /&gt;
&lt;br /&gt;
Note that this method does not work for the Oregon WMR200 station. This station deletes logger entries when they are downloaded, and there is no mechanism for retrieving logger entries for a particular period - it just sends all the entries that it has. You may be able to circumvent this by creating a today.ini file in the data folder before you run Cumulus, with just this in it:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[General]&lt;br /&gt;
Date=10/04/2012&lt;br /&gt;
Timestamp=10/04/2012 10:00:00&lt;br /&gt;
CurrentYear=2012&lt;br /&gt;
CurrentMonth=4&lt;br /&gt;
CurrentDay=10&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Change the dates and time to match the point from which you want Cumulus to start downloading data. If the station has already sent the data, this may not work, unfortunately.&lt;br /&gt;
&lt;br /&gt;
If you stored data from your weather station (on another file-based system) before you first ran Cumulus, then you may be able to (using a text editor outside Cumulus) generate [[Monthly log files]] for the pre-Cumulus period.  See that Wiki article for more information on what you can then do with those files within Cumulus.&lt;br /&gt;
&lt;br /&gt;
== I have inserted pre-Cumulus data and now I get errors ==&lt;br /&gt;
&lt;br /&gt;
Probably some of your inserts used the wrong format (blank rows, fields with real numbers where integers expected, alternatively missing or duplicated fields). See [[:Category:Log_Files]]. Note that Cumulus will only flag errors in the log files that it reads (e.g. those relating to the period for which it displays trends graphs).  Check all the log files you have amended.&lt;br /&gt;
&lt;br /&gt;
== I have inserted pre-Cumulus data making &#039;Records began on&#039; date wrong ==&lt;br /&gt;
&lt;br /&gt;
Stop Cumulus and edit [[Cumulus.ini#Section:_Station | cumulus.ini (station section)]] within the main Cumulus folder. Change the &amp;quot;StartDate=&amp;quot; line. Be sure to use the same format for the date.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note&#039;&#039;&#039; &#039;&#039;StartDate=xxxx&#039;&#039; does &#039;&#039;not&#039;&#039; need to be updated for Cumulus to recognise earlier data in log files in its &#039;&#039;data&#039;&#039; subfolder.  &lt;br /&gt;
&lt;br /&gt;
It really represents &amp;quot;Cumulus began on&amp;quot;, so there is an alternative of leaving cumulus.ini unchanged, but editing default Cumulus &#039;&#039;recordsT.htm&#039;&#039; template twice:&lt;br /&gt;
*after the h2 heading is &#039;&#039;&amp;amp;lt;p&amp;amp;gt;Records began on &amp;lt;#recordsbegandate&amp;gt;. Here are the extremes recorded since then.&amp;amp;lt;/p&amp;amp;gt;&#039;&#039;;  you can replace &#039;&amp;lt;#recordsbegandate&amp;gt;&#039; with the new earliest date typed in as text; and&lt;br /&gt;
*at the start of the table is the &#039;&#039;&amp;amp;lt;caption&amp;amp;gt;Records Since &amp;lt;#recordsbegandate&amp;gt;&amp;amp;lt;/caption&amp;amp;gt;&#039;&#039;; replace the label &amp;quot;Records since&amp;quot; with &amp;quot;Cumulus began on&amp;quot; leaving the web tag unchanged.&lt;br /&gt;
&lt;br /&gt;
== Cumulus doesn’t show the same pressure as my Fine Offset console  ==&lt;br /&gt;
&lt;br /&gt;
Cumulus displays atmospheric pressure corrected to sea level. The console calls this ‘relative pressure’; it displays the letters &amp;quot;rel&amp;quot; when this is being displayed.  First of all, check&lt;br /&gt;
# that you are comparing the Cumulus display with the ‘relative’ pressure on your console,&lt;br /&gt;
# that only one copy of Cumulus is accessing the weather station (and no other software),&lt;br /&gt;
# that you do not have a &#039;EWpressureoffset=x.y&#039; line in the [Station] section of [[Cumulus.ini#Introduced_for_problems_with_Fine_Offset_family:| cumulus.ini]],&lt;br /&gt;
# and that you do not have a setting for pressure on the Cumulus calibration screen.&lt;br /&gt;
&lt;br /&gt;
The Fine Offset stations only store absolute/station pressure readings in their weather memory locations updated with each transmission and read by Cumulus. Within Cumulus, the software applies the adjustment to sea level before any further processing. It does &#039;&#039;not&#039;&#039; use the altitude setting in the cumulus station configuration screen.&lt;br /&gt;
Normally when Cumulus starts, it reads in [http://www.jim-easterbrook.me.uk/weather/mm/ the fixed block] in the console a pair of absolute/station pressure and relative/sea level pressure readings and uses the difference between these as the ‘offset’ in millibar for the station;  Cumulus uses this offset subsequently to calculate the sea level pressure (each time when reading the absolute pressure in the weather memory locations of the station), but it is possible to define the offset in cumulus.ini instead. &lt;br /&gt;
&lt;br /&gt;
Make sure that you have set your console&#039;s relative pressure correctly:&lt;br /&gt;
*for a push button operated model, press &#039;menu&#039; key 4 times for pressure mode, press &#039;enter&#039; to move to relative pressure setting, press &#039;up&#039; or &#039;down&#039; to adjust value.&lt;br /&gt;
*if your model uses a touch sensitive screen then it is probably tap the reading three times, then touch &#039;+&#039; or &#039;-&#039; to adjust value.&lt;br /&gt;
&lt;br /&gt;
The support forum includes discussion on where to find isobar charts or other sources to determine what the pressure should be.  Obviously after any adjustment you need to stop Cumulus, because it is when you restart it that Cumulus reads the new pressure offset.&lt;br /&gt;
&lt;br /&gt;
Sometimes the offset that cumulus reads from the fixed block is clearly garbage, so&lt;br /&gt;
# the cumulus error light is set,&lt;br /&gt;
# an error message suggests you check the station, and&lt;br /&gt;
# Cumulus uses zero offset instead as a best effort.&lt;br /&gt;
In this situation, Cumulus will display the same value as the &#039;absolute&#039; pressure on the console (no &amp;quot;rel&amp;quot; is displayed on the console when it is displaying absolute pressure). Often, if you restart Cumulus, it will then be able to read the correct value. If the problem happens often, you can circumvent it by editing cumulus.ini (while Cumulus is stopped), and in the [Station] section add an entry: &lt;br /&gt;
&lt;br /&gt;
 EWpressureoffset=x.y&lt;br /&gt;
&lt;br /&gt;
where x.y is your pressure offset. &#039;&#039;&#039;Cumulus will then use this instead of reading the fixed block offset from the station&#039;&#039;&#039;.  &lt;br /&gt;
&#039;&#039;&#039;Note&#039;&#039;&#039; that &#039;&#039;you must supply the offset in hPa&#039;&#039; (i.e. the millibar units that the station works with) and that this circumvention generally stops Cumulus from agreeing with the relative pressure displayed on the console.&lt;br /&gt;
&lt;br /&gt;
== My pressure suddenly dropped! Or suddenly increased!  ==&lt;br /&gt;
&lt;br /&gt;
If you have a Fine Offset station, and this happened when you (re)started Cumulus, it is quite likely a problem with reading the pressure &#039;offset&#039; from the station. See: &amp;quot;Cumulus doesn’t show the same pressure as my Fine Offset console&amp;quot; above.&lt;br /&gt;
&lt;br /&gt;
== I get an error when I try to view my all-time records. Also, they don’t appear on my web site  ==&lt;br /&gt;
&lt;br /&gt;
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. &lt;br /&gt;
&lt;br /&gt;
== I get an error when I close Cumulus  ==&lt;br /&gt;
&lt;br /&gt;
Cumulus does sometimes report an error when you close it. This does not appear to cause any problems, you can just close the error message. I don&#039;t seem to be able to do anything about this, as the &#039;crash&#039; is not in code that I have control over. You may be able to avoid this error by avoiding closing Cumulus while it is uploading to the internet. Please don&#039;t bother sending me a bug report about this. &lt;br /&gt;
&lt;br /&gt;
== My forecast says &amp;quot;Not available&amp;quot;  ==&lt;br /&gt;
&lt;br /&gt;
You can get Cumulus to create a simple forecast by selecting &#039;Cumulus Forecast&#039; on the Stations Settings screen. &lt;br /&gt;
&lt;br /&gt;
== My forecast always says &amp;quot;Exceptional Weather, Stormy, much precipitation&amp;quot;  ==&lt;br /&gt;
&lt;br /&gt;
You probably have incorrect Pressure Extreme settings in the Forecast section on the Station Settings window. Make sure that the values you have supplied match the units you have selected for the extremes. Note that the units for the extremes are not related to the units you have chosen for pressure display in Cumulus. The option of supplying mb/hPa or inHg for the extremes is merely a convenience; you can supply either, but the values and the units must of course match.&lt;br /&gt;
&lt;br /&gt;
== My computer hibernated/suspended, and I lost data/my graphs &#039;flat-lined&#039;  ==&lt;br /&gt;
&lt;br /&gt;
Cumulus can&#039;t cope with being suspended, it just carries on as normal after being woken. There is an option in the station settings to &#039;close on suspend&#039;, so Cumulus will close itself as a safety measure, if you forget to do it manually. Don&#039;t use the &#039;close on suspend&#039; option and the &#039;confirm shutdown&#039; option at the same time; this will cause problems. &lt;br /&gt;
&lt;br /&gt;
But I strongly recommend that you don&#039;t have your computer set to go into any form of standby while Cumulus is running - it&#039;s continuously gathering real-time data, after all, so it&#039;s a rather strange thing to do. &lt;br /&gt;
&lt;br /&gt;
== My heat index/humidex/wind chill is the same as my temperature  ==&lt;br /&gt;
&lt;br /&gt;
*Wind chill only applies when the average wind speed is above 4.8 kph &#039;&#039;&#039;and&#039;&#039;&#039; (by default in Cumulus as it should really always be set, but this is an option that can be unset) the temperature is below 10 degrees Celsius.  &lt;br /&gt;
*Heat index only applies when the temperature is above 27 degrees Celsius &#039;&#039;&#039;and&#039;&#039;&#039; the humidity is above 40%. &lt;br /&gt;
* Humidex does not have any &#039;cutoff&#039; values, but at low temperature and/or humidity it will give the same figure as ambient temperature.&lt;br /&gt;
&lt;br /&gt;
If heat index or wind chill is not applicable, Cumulus will set them the same as the ambient temperature.&lt;br /&gt;
&lt;br /&gt;
== Cumulus is showing a different wind speed compared to my console  ==&lt;br /&gt;
&lt;br /&gt;
You have probably misunderstood Cumulus processing of wind speeds, looking at different parameters, or different averaging periods.&lt;br /&gt;
*If you have a Davis weather station see [[#What_do_the_various_wind_speeds_in_Cumulus_correspond_to.2C_with_Davis_stations.3F]]&lt;br /&gt;
*If you have a Fine Offset station, see [[#What_do_the_various_wind_speeds_in_Cumulus_correspond_to.2C_with_Fine_Offset_stations.3F]] &lt;br /&gt;
* For Oregon Scientific and La Crosse stations see [[#How_do_I_set_up_recording_wind_speeds_in_Cumulus.2C_with_Oregon_Scientific_and_La_Crosse_stations]]&lt;br /&gt;
&lt;br /&gt;
Note that you can&#039;t compare the graphs drawn by Easyweather and Cumulus unless you are certain that they are plotting the same data. They can&#039;t both be running at the same time, so one would normally be plotting &#039;live&#039; data at a given interval, and the other will be plotting data downloaded from the station&#039;s logger. The wind speed will hence not normally be the same for a particular time on the graph as it may well have changed at the point that it is saved to the logger. The only situation where it &#039;&#039;would&#039;&#039; be valid to compare the graphs would be if neither were running at the times you are comparing, and both subsequently downloaded the same data from the logger.&lt;br /&gt;
&lt;br /&gt;
== I get error -32710 with Cumulus and my USB Davis station  ==&lt;br /&gt;
&lt;br /&gt;
The USB support in the Davis DLL which Cumulus uses doesn&#039;t seem to work. You need to use the CP210X USB/serial software which Davis supply, and use the station in serial mode. If you have previously been using your station with Weatherlink in USB mode, you will need to change to serial mode in Weatherlink before you can use the station with Cumulus. You can do this using [http://www.davisnet.com/support/weather/download/CP210X_USB_Serial_Converter_ver2.exe this utility from Davis]. See also this FAQ entry - http://wiki.sandaysoft.com/a/FAQ#How_do_I_get_my_Davis_station_with_USB_working_with_Cumulus.3F&lt;br /&gt;
&lt;br /&gt;
== When I start Cumulus, the graphs restart again each time and don&#039;t show the earlier data  ==&lt;br /&gt;
&lt;br /&gt;
You probably have an error in one or more data files. Look near the beginning of the latest file in the Diags folder for an error message which will tell you which file is in error and which line is causing the problem. It may simply be a blank line. Edit the file with Cumulus stopped. Note that you may need to repeat this process; only the first error is shown.&lt;br /&gt;
&lt;br /&gt;
This problem can also occur if you change your system format settings (date format, decimal and list separators etc). Again, check the diags file for a message about a number not being a valid floating point value.&lt;br /&gt;
&lt;br /&gt;
== The peak values on my graphs are not the same as my extreme values  ==&lt;br /&gt;
&lt;br /&gt;
The graphs are snapshots of the data, taken once a minute while Cumulus is running; it is not feasible to plot every data point. If the extreme value did not coincide exactly with the point at which the data was added to the graph, then it will not appear on the graph. The graphs are not intended to show all of the highs and lows, they are there to give an idea of the trends. This also applies to &#039;Select-A-Graph&#039;, which takes its data from the data logs; the highs and lows do not necessarily appear in the periodic data logs.&lt;br /&gt;
&lt;br /&gt;
This is most noticeable with wind gusts, the value of which can change rapidly, even over a period of a minute. The &#039;Plot latest gust&#039; setting causes the &#039;Latest&#039; figure (as shown on the main screen) to be plotted. What this figure represents exactly depends on your weather station type. This figure may vary rapidly, e.g. on Davis stations, it changes every 3 seconds or so. The graphs are plotted once a minute, and hence, with Davis stations, for example, there is approximately a one in 20 chance of any given &#039;latest&#039; figure actually being plotted.&lt;br /&gt;
&lt;br /&gt;
Cumulus also stores the peak value of the &#039;latest&#039; figure from the last 10 minutes. It calls this the &#039;gust&#039;, as this is a reasonable representation of a true &#039;gust&#039; figure. If you untick &#039;plot latest gust&#039;, it will plot this figure instead. As it contains the peak figure from the last 10 minutes, and the graph is plotted once a minute, plotting this value means that the high gust figure will always appear on the graph. The exception to this is with Davis stations, in the situation where the &#039;high gust&#039; figure has been read directly (as a way of ensuring that the high gust isn&#039;t missed) rather than by the usual reading of the current data. In this case, the gust is recorded as the high, but is not written to the current value, and hence does not appear on the graph, as it may be out of sequence with the current data.&lt;br /&gt;
&lt;br /&gt;
== My extreme values do not appear in the &#039;monthly&#039; data logs  ==&lt;br /&gt;
&lt;br /&gt;
The data logs are snapshots of the data, taken at the configured interval while Cumulus is running (or at the station&#039;s configured interval when data is read from the station&#039;s logger directly into the Cumulus monthly log). Cumulus, while it is running, reads the station frequently, detecting each change in observations, and can update extremes at each of these reading times.&lt;br /&gt;
&lt;br /&gt;
If the extreme value reading time did not immediately precede a time at which the data was logged, then it will not appear in the log. This is most noticeable with wind gusts, the value of which can change rapidly between log entries.&lt;br /&gt;
&lt;br /&gt;
Cumulus is designed to be kept running, if you only run it once a day, then the information it reads from the station&#039;s logger during catch up may miss extremes. For example &#039;&#039;when Cumulus reads the archive temperatures from a Davis station&#039;&#039;,  (in a compromise to allow Cumulus to have as much code as possible that is common to all weather station types) the design means that it ignores the first and second figures representing highest and lowest reported at each logged time, just reading the third figure that, depending on console configuration, is either the average value over the archive period or the final reading of the archive period (I don&#039;t know what the default is).&lt;br /&gt;
&lt;br /&gt;
== Cumulus takes a long time to download the data from my Davis station at start up  ==&lt;br /&gt;
&lt;br /&gt;
When Cumulus starts, it asks the station for all the data from the logger since the last time it was running. If the time-stamp that it supplies does not exactly match the time-stamp of an entry in the Davis logger, the station has a strange &#039;feature&#039; where it decides to send the entire contents of the logger. This will take some time to download, during which the Davis console display may appear to freeze. &lt;br /&gt;
#It is recommended that you enable the feature &#039;&#039;&#039;Synchronise station clock&#039;&#039;&#039; in the &#039;Settings&#039; block accessed from the &#039;&#039;Configuration&#039;&#039; menu  &#039;&#039;&#039;Station&#039;&#039;&#039; [[Cumulus_Screenshots#Station|Screen]].&lt;br /&gt;
#It is recommended that you set the logging interval in Cumulus (in the &#039;Data log interval&#039; block accessed from the &#039;&#039;Configuration&#039;&#039; menu  &#039;&#039;&#039;Station&#039;&#039;&#039; Screen) to the same interval as the station (the station interval can be changed using Weatherlink), then Cumulus will be able to make sure it uses a time-stamp that matches an entry in the logger. Note that this is mentioned in the &#039;&#039;&#039;readme.txt&#039;&#039;&#039; file that appears during the Cumulus installation, which you were asked to read at the time. If you didn&#039;t read it, it is strongly recommended that you do so now; it contains important information.&lt;br /&gt;
&lt;br /&gt;
== My Davis console clock is not exactly the same as my PC clock, but I have &amp;quot;Synchronise station clock&amp;quot; selected ==&lt;br /&gt;
&lt;br /&gt;
The Davis protocol only allows hours and minutes to be set, so there is always likely to be a difference of up to 60 seconds between the PC and the station.&lt;br /&gt;
&lt;br /&gt;
== Today is the shortest/longest day, but Cumulus says that tomorrow will be a few seconds shorter/longer  ==&lt;br /&gt;
&lt;br /&gt;
The routines I use to calculate (at midnight GMT) the length of the day aren&#039;t really suitable for this level of accuracy and may use the previous day in one parameter. I don&#039;t consider it an issue.&lt;br /&gt;
&lt;br /&gt;
== Cumulus got the forecast wrong!  ==&lt;br /&gt;
&lt;br /&gt;
Cumulus uses a forecast based on the Zambretti Forecaster (see Google). I didn&#039;t design the algorithm myself and to be honest I don&#039;t know how it works, so I can&#039;t answer any questions about it. Note that this is a &#039;forecast&#039; for the following 12 hours or so; it is not a &#039;nowcast&#039; (what the weather is doing now). Please regard the forecast as &#039;for entertainment purposes only&#039;. Do not base any decisions on it, and bear in mind that it is a very simple calculation based on only a few basic parameters. Some people get reasonable results, others do not. You can try tweaking the pressure extreme settings (in the Forecast section in the station settings), but don&#039;t expect the forecast to be as good as that provided by the weather agencies which have invested millions in their forecasting systems.&lt;br /&gt;
&lt;br /&gt;
== I only see one set of points on the wind direction graph  ==&lt;br /&gt;
&lt;br /&gt;
This happens just after you restart Cumulus, if the data came from the weather station&#039;s logger (i.e. Cumulus hasn&#039;t been running for a while). Weather stations only supply a &#039;current&#039; direction, and Cumulus calculates the average direction when running &#039;live&#039;.  So there is only one set of data available to be plotted, if it comes from the station logger.&lt;br /&gt;
&lt;br /&gt;
== My average wind bearing remains at zero ==&lt;br /&gt;
&lt;br /&gt;
Cumulus will always show zero average bearing when the average wind speed is zero (it can&#039;t be otherwise because it&#039;s calculated using the wind speed). In addition, it will show zero current bearing when the current wind speed is zero if you have &#039;&#039;use bearing zero when calm&#039;&#039; selected in the [[Cumulus_Screenshots#Station|station]] settings (accessible from &#039;&#039;&#039;Configuration&#039;&#039;&#039; menu).&lt;br /&gt;
&lt;br /&gt;
This also happens if your anemonmeter has a fault.&lt;br /&gt;
&lt;br /&gt;
== My graphs appear to be plotted less frequently just after Cumulus starts up  ==&lt;br /&gt;
&lt;br /&gt;
When running live, Cumulus plots data at 1-minute intervals. When it starts up, it pre-fills the graphs with data from the log files, which generally (depending on how you have Cumulus and your station configured) will be at less frequent intervals. &lt;br /&gt;
&lt;br /&gt;
== I closed Cumulus, the &#039;please wait&#039; form appeared, but Cumulus didn&#039;t close, even after several minutes  ==&lt;br /&gt;
&lt;br /&gt;
If you&#039;ve closed Cumulus shortly after it has downloaded a lot of data from the logger, it can take a while for the logging thread to get everything written away to disk, and Cumulus won&#039;t close until this has completed. However, in some circumstances, there seems to be a situation where Cumulus will never close, so you will need to close it with task manager. If you think you know what conditions cause this to happen, please let me know. &lt;br /&gt;
&lt;br /&gt;
== Cumulus isn&#039;t logging data at the interval that I set  ==&lt;br /&gt;
&lt;br /&gt;
It logs data at the interval you have configured, while it is running. If there is data to read from the station logger at start up, each logger entry is logged to the Cumulus log files, so those entries will be at the logger interval that you have configured in your station.&lt;br /&gt;
&lt;br /&gt;
== Cumulus takes a very long time to shut down ==&lt;br /&gt;
&lt;br /&gt;
You may have closed it very soon after starting it up, when it had a lot of data to download from the station logger, and you use Weather Underground. From version 1.9.1  there is a facility where it &#039;catches up&#039; with data that hasn&#039;t been uploaded to Weather Underground while it hasn&#039;t been running. This takes a little while, and if you close it while it is doing it, it will take a long time for all of the updates to time out. You need to give it sufficient time to finish the upload. From version 1.9.2, there is a &#039;catch up&#039; light which shows that the upload is taking place, and the &#039;catch up&#039; is optional&#039;; and it will abort much more quickly if you still close it while the catch up is taking place. &lt;br /&gt;
&lt;br /&gt;
== My temperature Min/Max/Avg graph is empty ==&lt;br /&gt;
&lt;br /&gt;
The most likely explanation is that you have only recently started running Cumulus (in the last day or two). It adds new values to this graph at the end of each day; it wouldn&#039;t make sense to add a value part of the way through the day, and you need a few points to be plotted before the graph starts to take shape. You need to wait until you have been running Cumulus for a few days.&lt;br /&gt;
&lt;br /&gt;
If you&#039;ve been running Cumulus for more than a few days, but the graph is still empty, the most likely explanation is that it was unable to read your dayfile.txt file. Look at the latest file in the &#039;diags&#039; folder (the files are plain text) for error messages mentioning dayfile.txt.&lt;br /&gt;
&lt;br /&gt;
== The longest dry/wet spell for this month/year includes days from last month/year ==&lt;br /&gt;
&lt;br /&gt;
This is intentional. I decided that it didn&#039;t make sense to arbitrarily chop off a dry/wet spell at the start of the month/year, as then the figure is meaningless. So the figures are to be interpreted as &amp;quot;the longest dry/wet spell which includes this month/year&amp;quot;. I note that other software takes the same approach.&lt;br /&gt;
&lt;br /&gt;
== Cumulus isn&#039;t performing periodic tasks, like data logging or web uploads ==&lt;br /&gt;
&lt;br /&gt;
Cumulus assumes a certain level of weather station functionality. It checks that it has received data from a number of sensors (e.g. pressure and outside temperature) before it starts periodic calculations, logging, uploading to the web, or drawing graphs. This is an attempt to make sure that bad data is not logged. If your weather station is not fully functional, you will not be able to use Cumulus fully. &lt;br /&gt;
&lt;br /&gt;
You can over-ride the start up check by adding a line to the [Station] section of [[Cumulus.ini#Section:_Station|cumulus.ini]], thus: &#039;&#039;NoSensorCheck=1&#039;&#039;&lt;br /&gt;
(You need to do this while Cumulus is stopped). Note that you are likely to get bad data logged if you do this.&lt;br /&gt;
&lt;br /&gt;
== I&#039;ve changed my Twitter password, and now Cumulus won&#039;t update Twitter ==&lt;br /&gt;
&lt;br /&gt;
You need to force Cumulus to re-authenticate with Twitter. Stop Cumulus and edit cumulus.ini. Find the [Twitter] section, and &#039;&#039;&#039;delete&#039;&#039;&#039; the lines which start&lt;br /&gt;
&lt;br /&gt;
OauthToken=&lt;br /&gt;
 &lt;br /&gt;
OauthTokenSecret=&lt;br /&gt;
&lt;br /&gt;
Start Cumulus and it should be able to update Twitter again.&lt;br /&gt;
&lt;br /&gt;
== When I start Cumulus, I get the error message &amp;quot;The station is not initialised&amp;quot; ==&lt;br /&gt;
&lt;br /&gt;
For Fine Offset stations, when Cumulus starts up, it checks the first two bytes of the station&#039;s memory. They are supposed to contain the values Hex 55 and Hex AA to indicate that the station has initialised itself correctly. If they do not, then presumably the station has had some kind of internal problem, so Cumulus doesn&#039;t try to read any data from it. A reset of the station normally fixes this - remove the batteries and the USB cable; but note that you will almost certainly lose any stored data in the logger.&lt;br /&gt;
&lt;br /&gt;
If you want to force Cumulus to ignore this check (not recommended), edit cumulus.ini and add a line to the [Station] section: &#039;&#039;EWdisablecheckinit=1&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
You will most likely not have any success with this, as your station memory is probably corrupted anyway.&lt;br /&gt;
&lt;br /&gt;
Note that for this setting to work, you need to be using version 1.9.3, build 1034 or later.&lt;br /&gt;
&lt;br /&gt;
== How do I correct today&#039;s or yesterday&#039;s highs and lows? ==&lt;br /&gt;
&lt;br /&gt;
Today&#039;s totals, highs and lows (and yesterday&#039;s rain total) are held in [[today.ini]] in the Cumulus data folder. Yesterday&#039;s totals (including RG11 rain but not standard rain), highs and lows are held in [[yesterday.ini]]. Follow the cross-references if you are unsure which parameter is what. To change any values, stop Cumulus and edit the file(s) in a text editor. Be sure to keep any date and time formats the same. If you are editing yesterday&#039;s highs and lows, you might also need to edit [[Dayfile.txt#Editing_daily_summary_in_Cumulus|dayfile.txt]], as the same values will probably have been written to that file. You can use the [[Cumulus_Screenshots#File.2FEdit.2FHelp_Menu|built-in dayfile editor]] in Cumulus to do this. If your all-time and/or monthly all-time records have been affected, see the [[#How_do_I_correct_my_all-time_.28or_monthly_all-time.29_records.3F|FAQ entry below]].&lt;br /&gt;
&lt;br /&gt;
If the value you want to change is today&#039;s high hourly rain figure, it is best to wait until the current figure has returned to a sensible value. There is no easy way to correct the current figure, so if you change it in today.ini while the current figure is incorrect, the high value in today.ini will immediately be changed again when you start Cumulus.  More information about correcting rain [[#My_station_invented_some_rain_that_didn.27t_really_occur.2C_and_I_want_to_set_it_to_zero_.28or_some_other_figure.29 |in this FAQ]].&lt;br /&gt;
&lt;br /&gt;
If the problem occurred because Cumulus wasn&#039;t able to download the data from the station&#039;s logger when you started it up in the morning (or perhaps you turned off the &#039;use data logger&#039; setting for some reason), you can get it to try again by &#039;rewinding&#039; to the time when you started Cumulus, and allowing it to try again. Cumulus takes a copy of the current files each time it starts up, and puts them in a folder in the backup folder in the Cumulus installation. Stop Cumulus, and find the backup folder with the appropriate timestamp, and copy all of the files from the backup folder into the Cumulus data folder, and start Cumulus up again.&lt;br /&gt;
&lt;br /&gt;
== How do I correct my all-time (or monthly all-time) records? ==&lt;br /&gt;
&lt;br /&gt;
Use the editor in Cumulus - on the Edit menu. If you know the correct figures, you can enter them manually.&lt;br /&gt;
*You can look at the [[Alltimelog.txt]] file to find the previous values for the [[Monthlyalltime.ini|all-time records]].&lt;br /&gt;
*Similar entries are logged to the [[diags]] files for the monthly highs and lows in [[month.ini]]. &lt;br /&gt;
*You can also get the editor to scan the [[dayfile.txt|daily summary log]] and [[Monthly_log_files]] to find the highs and lows from those files, click the Help button for details. Note that to use this facility you first need to correct any incorrect values in the files being scanned; you can use the built-in editor in Cumulus to edit dayfile.txt.&lt;br /&gt;
&lt;br /&gt;
Cumulus takes a backup of all the active data files when it starts up, and also at the start of the meteorological day (just after midnight for a lot of users). The backups are kept in folders within the backup sub-folder in the Cumulus installation. So an alternative method would be to find the latest backup from before the error occurred, and copy the &#039;&#039;alltime.txt&#039;&#039; and/or &#039;&#039;monthlyalltime.txt&#039;&#039; file from the backup to the Cumulus data folder. Do this with Cumulus stopped.&lt;br /&gt;
&lt;br /&gt;
There is more information in [[:Category:Log_Files]], on the page for each type of file.&lt;br /&gt;
&lt;br /&gt;
== It&#039;s January 1st and my &#039;rain since midnight&#039; and/or &#039;last 24 hours rain&#039; and/or Evapotranspiration are wrong/negative ==&lt;br /&gt;
&lt;br /&gt;
You are probably using a Davis station. Cumulus needs an incrementing rain counter to calculate all of the rain figures, and the nearest to that on a Davis station is the annual total. When this resets at the end of the year, this causes some of the rain data to show odd values for a day. You will notice this particularly if you use an 0900 start of meteorological day, as the &#039;rain since midnight&#039; figure is used for services such as Weather Underground. There&#039;s no easy solution to this, sorry.&lt;br /&gt;
&lt;br /&gt;
== Cumulus stops at the &amp;quot;Downloading data&amp;quot; screen ==&lt;br /&gt;
&lt;br /&gt;
If you have a Fine Offset station, this is probably caused by the station&#039;s interface locking up. You should be able to get it going again by doing a reset - remove batteries and the USB cable. Recent Fine Offset models have a problem where they can lock up frequently, requiring a reset. From version 1.9.3 of Cumulus onwards, there is an option to synchronise the reading of data with the console writing the data, to avoid doing both at the same time, and this seems to avoid most lockups. The setting is &amp;quot;Synchronise Fine Offset reads&amp;quot; on the station settings screen.&lt;br /&gt;
&lt;br /&gt;
If you look in the status bar at the bottom of the Cumulus window, there may a message &amp;quot;Error: no response&amp;quot;; this would confirm that the station has locked up and needs resetting.&lt;br /&gt;
&lt;br /&gt;
== Cumulus locks up when it starts and I have to use the task manager to kill it ==&lt;br /&gt;
&lt;br /&gt;
If you have a &#039;&#039;Fine Offset station&#039;&#039;, this is most likely caused by the station&#039;s interface locking up, i.e the station has stopped communicating with the PC.&lt;br /&gt;
&lt;br /&gt;
The problem where Cumulus locks up when the Fine Offset station doesn&#039;t respond is fixed in version 1.9.4. If you look in the status bar at the bottom of the Cumulus main window, there may be a message &amp;quot;Error: no response&amp;quot;; this would confirm that the station has locked up and needs resetting.&lt;br /&gt;
&lt;br /&gt;
You should be able to get the station going again by doing a reset - either remove console batteries and the USB cable or press the reset button hidden below the small hole (on 1081-based models, above the top RH corner of the battery cover). Recently manufactured Fine Offset models have a problem where they can lock up frequently, requiring a power reset. From version 1.9.3 of Cumulus onwards, there is an option on &#039;&#039;station settings screen&#039;&#039; to &#039;&#039;&#039;Synchronise Fine Offset Reads&#039;&#039;&#039; (Cumulus reading data from console) with the timing of received transmissions from sensors updating the data, to avoid doing both at the same time, and this seems to avoid most lockups.&lt;br /&gt;
&lt;br /&gt;
== Error messages with &amp;quot;Error on line...&amp;quot; or &amp;quot;Error at line...&amp;quot; ==&lt;br /&gt;
&lt;br /&gt;
These are corruptions in the log files, typically caused by Cumulus being unexpectedly closed (e.g. killed using Task Manager, or a PC reboot) while it is writing to the log files, but there can be other causes. The error message may say something like &amp;quot;List index out of bounds&amp;quot;. The error message will name the affected file(s) and the affected line number(s).&lt;br /&gt;
&lt;br /&gt;
Stop Cumulus and open the named file(s) in a good text editor, such as Notepad++. Do not use Notepad. At the line number(s) mentioned correct the error(s), which will be obvious as the lines won&#039;t look like the other lines, they will be blank or have garbage characters, or perhaps two lines have been run together. Save the file(s) and start Cumulus again.&lt;br /&gt;
&lt;br /&gt;
== Cumulus gives an error and won&#039;t run on my HP computer ==&lt;br /&gt;
&lt;br /&gt;
It&#039;s a known problem with HP computers; they have missing fonts. One solution is to install [http://www.microsoft.com/en-us/download/details.aspx?DisplayLang=en&amp;amp;id=16083 this font update] from Microsoft. It appears that computers other than HP can have the same font issue, so it is worth installing the font update anyway, if you get a problem where Cumulus won&#039;t start.&lt;br /&gt;
&lt;br /&gt;
== The headings or data look wrong in the data log viewer ==&lt;br /&gt;
&lt;br /&gt;
You&#039;re probably trying to view the wrong type of file. Use [[Cumulus_Screenshots|menus]] on main screen.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;View | Data logs&amp;quot; is only for the monthly data logs, e.g. Oct13log.txt, &amp;quot;View | Extra data logs&amp;quot; is for &amp;quot;extra&amp;quot; data logs, e.g. ExtraLog201310.txt, and if you want to view the daily summaries in dayfile.txt, use the dayfile.txt editor - &amp;quot;Edit | dayfile.txt&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
== The wind rose in Cumulus does not display anything with my Fine Offset ==&lt;br /&gt;
&lt;br /&gt;
The Fine Offset weather stations are supposed to supply data for 16 wind directions, however the design is such that most of them only actually use 8 of the possible 16. Try setting the wind rose to only display 8 directions by setting the &#039;wind rose points&#039; value to 8 on the display settings screen.&lt;br /&gt;
&lt;br /&gt;
== I&#039;ve set the graph background to white, but there&#039;s a problem with the small wind direction graph ==&lt;br /&gt;
&lt;br /&gt;
This appears to be an issue with the third party chart component. The work around is to choose a gradient background and set all three colours in the gradient to white.&lt;br /&gt;
&lt;br /&gt;
== My Weather Underground tabular data interval is not the same as the interval I&#039;ve set in Cumulus (I&#039;m using Rapid Fire) ==&lt;br /&gt;
&lt;br /&gt;
If you have selected &#039;rapid fire&#039;, the data is uploaded every 5 seconds, and the interval you configure in Cumulus is not used. Weather Underground decide how often your tabular data is logged when using rapid fire, not Cumulus.&lt;br /&gt;
&lt;br /&gt;
== My WU or PWS highest and lowest do not match Cumulus ==&lt;br /&gt;
&lt;br /&gt;
Note that Cumulus does not send minimum and maximum values to PWS and WU, they determine those themselves from the individual values that Cumulus sends.&lt;br /&gt;
&lt;br /&gt;
== My monthly (month-by-month) all-time records don&#039;t have entries for all of the months that I have been using Cumulus ==&lt;br /&gt;
&lt;br /&gt;
You need to initialise them. See the release announcement for version 1.9.3, which is when this facility was introduced: http://sandaysoft.com/forum/viewtopic.php?f=2&amp;amp;t=9286&lt;br /&gt;
&lt;br /&gt;
You only need to do this once; when you have initialised them, Cumulus will keep them up to date thereafter.&lt;br /&gt;
&lt;br /&gt;
== I am getting I/O error 32 or I/O error 103 ==&lt;br /&gt;
&lt;br /&gt;
I/O error 32 = ERROR_SHARING_VIOLATION; &amp;amp;nbsp; I/O error 103 = &#039;file not open&#039; mean something on your system has one of the Cumulus files open, preventing Cumulus writing to it (Cumulus needs exclusive access).  If you are seeing &amp;quot;file access denied&amp;quot;, you may have a permissions problem.&lt;br /&gt;
Possible reasons for locked files:&lt;br /&gt;
# Anti-virus, or back-up, software scanning/accessing the file (this is the cause in almost all cases that I&#039;ve seen).&lt;br /&gt;
# An edit or file transfer in progress (the Cumulus thread for logging and the Cumulus thread for FTP are independent so can overlap). This is likely to happen if you are getting Cumulus to frequently upload the log file to your web site.&lt;br /&gt;
# Some other software that a user is running which is processing the file in some way.&lt;br /&gt;
# More than one instance of Cumulus running (see [[#Can_I_run_2_copies_of_Cumulus.3F]]).&lt;br /&gt;
# An issue with the system clock on the PC.&lt;br /&gt;
&lt;br /&gt;
== I have problems after upgrading to Windows 10 ==&lt;br /&gt;
See this forum post - http://sandaysoft.com/forum/viewtopic.php?f=2&amp;amp;t=14148&lt;br /&gt;
&lt;br /&gt;
= Website =&lt;br /&gt;
&lt;br /&gt;
== How do I set up a website? ==&lt;br /&gt;
The crucial settings are selected on the &#039;&#039;Internet&#039;&#039; screen in the &#039;&#039;&#039;Configuration&#039;&#039;&#039; menu. &lt;br /&gt;
*On the &#039;&#039;Sites/Options&#039;&#039; tab, you must have &#039;&#039;&#039;Auto Update&#039;&#039;&#039; selected if you want Cumulus to generate web pages at the standard interval.  Other parameters will depend on your particular set-up, but are explained in the Cumulus &#039;&#039;&#039;Help&#039;&#039;&#039; and in Wiki pages starting with [[Website_setup]] and following links as required. &lt;br /&gt;
*On the &#039;&#039;Files&#039;&#039; tab, you select whether to use the standard Cumulus templates and images, or specify your own templates and destinations.&lt;br /&gt;
&lt;br /&gt;
== I’ve configured my ftp details but the web pages aren’t appearing on my site  ==&lt;br /&gt;
&lt;br /&gt;
Try setting ‘use active FTP mode’. If you already have it set, try unsetting it. If it was previously working OK, something may have changed on your network, or at the server end.&lt;br /&gt;
&lt;br /&gt;
== I’ve tried active FTP mode, but my web pages (or my realtime.txt file) still don’t appear?  ==&lt;br /&gt;
&lt;br /&gt;
Are you absolutely sure you have set the ftp path correctly? Most problems like this are a result of an incorrect path. Note that the information in the &#039;FTP progress&#039; window is not generally useful for diagnosing upload issues&#039; try turning on the ftp logging (on the Configuration menu) and look in the ftplog.txt and realtimeftplog.txt files (in the Cumulus folder). It is best to supply a relative path - i.e. with no leading &#039;slash&#039;. Please don&#039;t ask me what path you need to supply, it is impossible for me to guess how your web space is set up. If you cannot work it out, ask your web space provider for help.&lt;br /&gt;
&lt;br /&gt;
== How do I replace the &#039;bird&#039; image on my website? ==&lt;br /&gt;
&lt;br /&gt;
There are several ways to change the image of the &#039;bird&#039; on the standard Cumulus web page.  You will need a [[FTP tool]].&lt;br /&gt;
* The simplest way is to upload a new picture to the images folder of your website; the file should be called picture.jpg.   Please ensure the image is not too large and bear in mind it will appear on the bottom left of the page; the site data may cover some of the image.  As a guide, the default image is 600 x 450 pixels.&lt;br /&gt;
* Secondly, you may upload an image using your own file name.  Edit the &#039;&#039;weatherstyle.css&#039;&#039; file and look for the line &amp;lt;tt&amp;gt;background-image: url(images/picture.jpg);&amp;lt;/tt&amp;gt; around line 9 and adjust as necessary.  Upload the edited css file to your website.&lt;br /&gt;
* if you wish to remove the image completely edit the &#039;&#039;weatherstyle.css&#039;&#039; file and remove the line &amp;lt;tt&amp;gt;background-image: url(images/picture.jpg);&amp;lt;/tt&amp;gt;  Upload the edited css file to to your website.&lt;br /&gt;
&lt;br /&gt;
NOTE: It is not recommended that you overwrite the image in your local folder (webfiles\images\picture.jpg) because that gets overwritten when you update to a new build of Cumulus. Ideally your image will be in its own local folder outside the Cumulus structure.&lt;br /&gt;
&lt;br /&gt;
== Why does the heading say &#039;weather weather&#039; ? ==&lt;br /&gt;
&lt;br /&gt;
The standard first template page contains &#039;&#039;&#039;&amp;amp;lt;h1&amp;amp;gt;&amp;amp;lt;#location&amp;amp;gt; weather&amp;amp;lt;/h1&amp;amp;gt;&#039;&#039;&#039;, so do not include &#039;weather&#039; in your station name (this is what the tag &amp;amp;lt;#location&amp;amp;gt; represents, see next answer) to avoid it being duplicated.&lt;br /&gt;
&lt;br /&gt;
== How do I change the &amp;quot;Welcome to.&amp;quot; on the front page ==&lt;br /&gt;
&lt;br /&gt;
The Welcome message is controlled within Cumulus.  Click on the &#039;&#039;Station&#039;&#039; screen in &#039;&#039;&#039;Configuration&#039;&#039;&#039; menu and Edit the &#039;&#039;&#039;Description&#039;&#039;&#039; field within the Location frame to amend what the tag &amp;lt;#longlocation&amp;gt; represents in &amp;quot;Welcome to &amp;amp;lt;#longlocation&amp;amp;gt;.&amp;quot; on template page.&lt;br /&gt;
&lt;br /&gt;
== I don&#039;t have a solar sensor. How do I remove the solar data from the supplied web templates? ==&lt;br /&gt;
Locate the Cumulus &#039;web&#039; folder on your PC and edit the following files (there are comments in the html to guide you):&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;indexT.htm&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Remove the following code:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
  &amp;lt;!-- Solar data. If you don&#039;t have a solar sensor, you may wish to delete everything from here to the next comment --&amp;gt;&lt;br /&gt;
  &amp;lt;tr class=&amp;quot;td_temperature_data&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;Solar Radiation&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;&amp;lt;#SolarRad&amp;gt;&amp;amp;nbsp;W/m&amp;amp;sup2;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;Evapotranspiration Today&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;&amp;lt;#ET&amp;gt;&amp;amp;nbsp;&amp;lt;#rainunit&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;/tr&amp;gt;&lt;br /&gt;
  &amp;lt;!-- End of solar data --&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;todayT.htm&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
Remove the following code:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
    &amp;lt;!-- Solar data. If you don&#039;t have a solar sensor, you may wish to delete everything from here to the next comment --&amp;gt;&lt;br /&gt;
    &amp;lt;tr class=&amp;quot;td_temperature_data&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;td&amp;gt;Hours&amp;amp;nbsp;of&amp;amp;nbsp;Sunshine&amp;lt;/td&amp;gt;&lt;br /&gt;
      &amp;lt;td&amp;gt;&amp;lt;#SunshineHours&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
      &amp;lt;td&amp;gt;&amp;amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;!-- End of solar data --&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;yesterdayT.htm&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Remove the following code:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
    &amp;lt;!-- Solar data. If you don&#039;t have a solar sensor, you may wish to delete everything from here to the next comment --&amp;gt;&lt;br /&gt;
    &amp;lt;tr class=&amp;quot;td_temperature_data&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;td&amp;gt;Hours&amp;amp;nbsp;of&amp;amp;nbsp;Sunshine&amp;lt;/td&amp;gt;&lt;br /&gt;
      &amp;lt;td&amp;gt;&amp;lt;#YSunshineHours&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
      &amp;lt;td&amp;gt;&amp;amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;!-- End of solar data --&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== How do I remove Inside Temperature graph or add solar/UV/sunshine? ==&lt;br /&gt;
&lt;br /&gt;
Locate the Cumulus &#039;web&#039; folder on your PC and edit the following file:&lt;br /&gt;
&#039;&#039;&#039;trendsT.htm&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Modify the following code:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
    &amp;lt;td class=&amp;quot;td_thumbnails&amp;quot;&amp;gt;&amp;lt;a onclick=&#039;changeImage(&amp;quot;images/intemp.png&amp;quot;)&#039;&amp;gt;&amp;lt;img src=&amp;quot;images/intempsm.png&amp;quot; alt=&amp;quot;Inside Temperature Graph Thumbnail&amp;quot; width=&amp;quot;150&amp;quot; height=&amp;quot;100&amp;quot; style=&amp;quot;border:0&amp;quot; /&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
*To simply remove &#039;&#039;&#039;Inside Temperature&#039;&#039;&#039; graph, change code above to this&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
*If you want to stop Cumulus uploading the indoor temperature graph, you can un-tick &#039;Include standard images&#039; on the &#039;files&#039; tab of the internet settings, and list all of the images that you still want to be uploaded as extra files. As there will likely be more than 10 files, you would need to do this by editing Cumulus.ini.&lt;br /&gt;
*To show solar instead, replace &#039;intemp.png&#039; with &#039;solar.png&#039;, replace &#039;intempsm.png&#039; with &#039;solarsm.png&#039;, and change the wording of the value associated with the alt property.&lt;br /&gt;
*To make Cumulus upload the solar graph, select it on the &#039;files&#039; tab of the internet settings.&lt;br /&gt;
*To show sunshine instead, replace &#039;intemp.png&#039; with &#039;sunshine.png&#039;, replace &#039;intempsm.png&#039; with &#039;sunshinesm.png&#039;, and change the wording of the value associated with the alt property.&lt;br /&gt;
*To make Cumulus upload the sunshine graph, select it on the &#039;files&#039; tab of the internet settings.&lt;br /&gt;
*To show UV instead, replace &#039;intemp.png&#039; with &#039;uv.png&#039;, replace &#039;intempsm.png&#039; with &#039;uvsm.png&#039;, and change the wording of the value associated with the alt property.&lt;br /&gt;
*To make Cumulus upload the UV graph, select it on the &#039;files&#039; tab of the internet settings.&lt;br /&gt;
&lt;br /&gt;
If you want to do more than a straight one for one swap see [[Customised_templates#Slightly_less_simple_customisation_of_trendsT.htm| customisation page here]].&lt;br /&gt;
&lt;br /&gt;
== How do I include extra items on supplied web templates? ==&lt;br /&gt;
&lt;br /&gt;
Open the folder cumulus\web and edit the relevant file named xxxxxT.htm.  For example instead of deleting the sections in the [[#I don&#039;t have a solar sensor. How do I remove the solar data from the supplied web templates?|remove solar answer]], edit their contents.&lt;br /&gt;
See [[Customised_templates#Changing_the_Standard_Templates]] for fuller description.&lt;br /&gt;
&lt;br /&gt;
If you do change the standard templates, take a copy of your new versions, and store elsewhere.&lt;br /&gt;
The sub-folder cumulus\web\originals has copies of the standard templates from the installed build, do not edit these.&lt;br /&gt;
When you install a new build of Cumulus, you have an option to replace or not replace the contents of cumulus\web with the new build&#039;s standard templates.&lt;br /&gt;
&lt;br /&gt;
== How do I upload extra web pages? ==&lt;br /&gt;
&lt;br /&gt;
See Cumulus help for the Internet Settings screen, or for a step-by-step guide see [[Customised_templates#What_to_select_on_the_.27Files.27_tab_of_the_Internet_Settings_screen_within_the_.27Configuration.27_menu]]&lt;br /&gt;
&lt;br /&gt;
== What character encoding does Cumulus use for the web pages it generates? ==&lt;br /&gt;
&lt;br /&gt;
Cumulus 1.9.4 build 1093 changed all the template pages from XHTML 1.0 Transitional using charset=iso-8859-1 encoding to HTML 5 using charset=&amp;quot;UTF-8&amp;quot; encoding. It uses this without [http://en.wikipedia.org/wiki/Byte_order_mark Byte Order Mark] (BOM).&lt;br /&gt;
&lt;br /&gt;
From that build, you can tell Cumulus which of those two encodings to use:&lt;br /&gt;
*For standard template names in standard &#039;cumulus\web&#039; folder, if you replace them with customised templates not using [http://en.wikipedia.org/wiki/UTF-8 &amp;quot;Universal Character Set Transformation Format — 8-bit&amp;quot; (UTF-8)], &lt;br /&gt;
**unselect &#039;&#039;&#039;UTF-8 encode&#039;&#039;&#039; in the web settings frame on the Sites/Options tab of Internet settings screen in Configuration menu. &lt;br /&gt;
**Cumulus will then, as in earlier builds, use [http://en.wikipedia.org/wiki/ISO-8859-1 iso-8859-1] encoding.&lt;br /&gt;
*For extra templates, the Files tab of the Internet settings screen in Configuration menu has the option to choose which of the two Cumulus encodings to use.  See Wiki article referenced in previous answer.&lt;br /&gt;
&lt;br /&gt;
Note that since Cumulus 1.9.4 build 1078 there has been an option on the NOAA Setup screen in Configuration menu to specify whether character set utf-8 encoding is to be used for those reports.&lt;br /&gt;
&lt;br /&gt;
== Why does a standard gauges web page have text where it should show gauges? ==&lt;br /&gt;
&lt;br /&gt;
[[File:Gauges missing.jpg]] If a standard Cumulus &#039;gauges.htm&#039; web page displays like this then either&lt;br /&gt;
&lt;br /&gt;
1) (Most Likely) The weather station owner has not loaded the required files/folders onto his/her server; &lt;br /&gt;
* The gauges graphics require the &#039;images&#039; subfolder (see next answer), containing the script and many images to be pre-loaded in the &#039;dbimages&#039; subfolder.&lt;br /&gt;
* All these should exist within the destination folder that holds the HTML files as instructed in the Cumulus Help (&#039;setting up your website&#039; page)  &lt;br /&gt;
* Also explained in [[Simple Website setup]] on this Wiki.&lt;br /&gt;
&lt;br /&gt;
or 2) JavaScript is not enabled (or not available) in the browser being used to view the page (if not enabled, this can be switched on in either &#039;Options&#039;, &#039;Preferences&#039; or &#039;Settings&#039; depending on browser). Note that Firefox version 23 has removed the ability to change this in Option preferences, so ignore this solution in that browser.&lt;br /&gt;
&lt;br /&gt;
or 3)  You are using a browser add-on such as &#039;NoScript&#039; (over 2 million use this) which requires you to explicitly turn on JavaScript for each web site you visit within the &#039;NoScript&#039; options.  (This sort of add-on may be used to restrict advertising or tracking of your actions, or for security against unwanted processes being started by sites you visit).&lt;br /&gt;
&lt;br /&gt;
== Why are there no graphs on my standard trends web page? ==&lt;br /&gt;
&lt;br /&gt;
Either 1) You have not created an images sub-folder (within your folder that holds web pages) as instructed in the Cumulus Help (&#039;setting up your website&#039; page) -  also explained in [[Simple Website setup]].  In this case, the bird image will not be appearing in the bottom left corner of your web pages.&lt;br /&gt;
&lt;br /&gt;
Or 2) You have switched off &#039;&#039;&#039;Include Standard Images&#039;&#039;&#039; on the file tab of the Internet dialogue of the configuration menu.  In this case Cumulus believes you are working in a non-standard way, and does not automatically upload the graphs (nor moon image).&lt;br /&gt;
&lt;br /&gt;
== What is the size of the standard Cumulus update? ==&lt;br /&gt;
&lt;br /&gt;
The default is that all of the standard pages and standard images are uploaded on each update at whatever standard update frequency you select. &lt;br /&gt;
&lt;br /&gt;
In total for version 1.9.2, it&#039;s about half a megabyte - about 100kB for the pages (about half of that is the gauges.htm page with all the detailed wind plotting points, and half the other pages) and 400kB for the variable images (moon phase, some gauges images and trend graphs - the exact size of latter can vary if you change the period they cover).&lt;br /&gt;
&lt;br /&gt;
Version 1.9.3 adds the monthly records page which contains 12 months worth of a lot of data, and adds 25kB to every update (although usually very little changes between updates).&lt;br /&gt;
&lt;br /&gt;
The NOAA monthly and annual pages are uploaded once a day, that is another 8kB for a full month and full year, obviously less at the start of a month/year.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Optional extras&#039;&#039;&#039;&lt;br /&gt;
*[[realtime.txt]] file, this is less than 1kB (1024 Bytes) in size.&lt;br /&gt;
*[[dayfile.txt]] a file that is about (30 times number of years) kB&lt;br /&gt;
*The files required to update external sites are no more than a few kB.&lt;br /&gt;
&lt;br /&gt;
== How do I upload my own pages or files once a day? ==&lt;br /&gt;
&lt;br /&gt;
Cumulus allows you to specify a command (with optional parameters) that will be actioned just after daily rollover. The command is entered in the &#039;&#039;External programs&#039;&#039; frame at the bottom left of the Internet Settings screen.  The box is labelled &#039;&#039;&#039;Daily&#039;&#039;&#039;. Click the Cumulus &#039;&#039;Help&#039;&#039; button for guidance.  For example you could type &#039;c:\cumulus\daily.cmd&#039; in the box labelled &#039;&#039;Daily&#039;&#039;. &lt;br /&gt;
&lt;br /&gt;
This could be used to upload the pages with the longer term extremes (as your monthly, annual and all-time extremes may only change a few times a month or even less frequently) and so reduce the upload burden at the standard uploading frequency.  To achieve this you would use the content of that example file &#039;daily.cmd&#039;, in the default Cumulus folder,   to call your own [[FTP_tools| file transfer tool]] for those infrequently changing pages. Remember to also unselect &#039;&#039;&#039;Include Standard Files&#039;&#039;&#039; on the&#039;&#039; &#039;Files&#039; tab&#039;&#039; of &#039;Internet settings&#039;, and list [[Customised_templates#How_Cumulus_uses_its_templates|the templates]] on that tab, selecting &#039;&#039;&#039;Process?&#039;&#039;&#039; for all of them, but only selecting &#039;&#039;&#039;FTP?&#039;&#039;&#039; for the other frequently changing pages that are still to be uploaded at the standard interval. You may find help on the forum  or elsewhere on this wiki [[SFTP| for the FTP call]] and [[Customised_templates#Creating_Your_Own_Templates| for &#039;Files&#039; tab settings]].&lt;br /&gt;
&lt;br /&gt;
It can also be used for the optional files mentioned in the previous answer or to update a database using a [[ImportCumulusFile|PHP batch job]].  For the daily command specified above, in the default Cumulus folder, add a file &#039;daily.cmd&#039; that contains (if you host your own server using &#039;XAMPP&#039;), &#039;copy c:\cumulus\data\dayfile.txt C:\xampp\htdocs\weather\daj\&#039; for example to enable you to use the [[AnnualDataSummary| Annual Day-by-day Summary]] tool. (Uploading if you do not host your own server is described at [[Upload_Dayfile| upload dayfile]] but basically you swap the copy command for a FTP command).&lt;br /&gt;
&lt;br /&gt;
== The &#039;real time wind data&#039; gauges on the standard gauges page aren&#039;t working ==&lt;br /&gt;
&lt;br /&gt;
These require a [[realtime.txt]] file to be uploaded by Cumulus. Tick the &amp;quot;Enable Realtime&amp;quot;, &amp;quot;Enable Realtime FTP&amp;quot; and &amp;quot;Enable realtime.txt FTP&amp;quot; boxes on the internet settings screen. If the gauges still do not work, check that the [[realtime.txt]] file is being uploaded to the correct place. If it is not, it is likely that you have specified an incorrect &#039;ftp directory&#039; in Cumulus. If your &#039;normal&#039; pages are being uploaded correctly, but realtime.txt is not, then it is likely that you simply need to leave the ftp directory blank (but see the note below first).&lt;br /&gt;
&lt;br /&gt;
A possible cause for this problem is that your web space provider does not allow .txt files to be accessed. For example, the free hosting provider 000webhost.com do not.&lt;br /&gt;
&lt;br /&gt;
== I&#039;m using the supplied web pages, and get lower case in places where I want upper case  ==&lt;br /&gt;
&lt;br /&gt;
It&#039;s in the CSS. Go to the webfiles sub-folder of your cumulus installation, edit weatherstyle.css and find lines like: &amp;quot;text-transform: lowercase;&amp;quot; and remove them. Use FTP tool to replace the weatherstyle.css on your website.&lt;br /&gt;
&lt;br /&gt;
== My web pages have things like &amp;amp;lt;#location&amp;amp;gt; in them  ==&lt;br /&gt;
You’ve edited your templates with something like Dreamweaver, and it’s changed the angle brackets on the [[Webtags]] to &amp;quot;&amp;amp;amp;lt&amp;amp;nbsp;;&amp;quot; and &amp;quot;&amp;amp;amp;gt&amp;amp;nbsp;;&amp;quot; - you need to change them back to &amp;amp;lt; and &amp;amp;gt;. &#039;&#039;These may look the same when viewed in your browser, but you can see the difference if you &#039;view source&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
Alternatively, if the web templates are listed in [[cumulus.ini]] (and for the first 10 appear on the &#039;&#039;&#039;files&#039;&#039;&#039; tab of &#039;&#039;Internet&#039;&#039; dialogue of &#039;&#039;&#039;Configuration&#039;&#039;&#039; menu), the &#039;&#039;&#039;Process&#039;&#039;&#039; option must be ticked for the web pages generated by Cumulus to have values replacing the [[Webtags]].  Otherwise at each web update, Cumulus will generate web pages the same as the templates.&lt;br /&gt;
&lt;br /&gt;
== My web pages are empty ==&lt;br /&gt;
If empty web pages are being uploaded to your web site (i.e. they report size of 0 kB, but do not produce &#039;error 404 - page not found&#039; message), and your browser shows that their modification date is recent (see next FAQ), then it is likely that the [[Customised_templates#What_is_meant_by_.27Cumulus_processes_templates.27| Cumulus processing]] of templates is failing:&lt;br /&gt;
*Either (since build 1093, as made clear in the release notes)[[File:Web settings.JPG]] the character encoding (for standard named templates that are [[Customised_templates#What_is_meant_by_.27Cumulus_processes_templates.27| processed by Cumulus]]) is specified incorrectly on the &#039;&#039;&#039;Configuration&#039;&#039;&#039;  menu, &#039;&#039;Internet&#039;&#039; dialog, &#039;&#039;&#039;Sites/Options&#039;&#039;&#039; tab, &#039;&#039;Web Settings&#039;&#039; frame as shown about half way down on this screen extract:&lt;br /&gt;
**Select the option where indicated by red arrow if your template includes in a line near the start &amp;lt;code&amp;gt;&amp;lt;meta charset=&amp;quot;UTF-8&amp;quot;&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
**Deselect the option where indicated by red arrow if your template includes something like &amp;lt;code&amp;gt;&amp;lt;meta content=&amp;quot;text/html; charset=iso-8859-1&amp;quot; http-equiv=&amp;quot;Content-Type&amp;quot; /&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
**For customised pages, (without standard Cumulus template names), select/un-select the UTF-8 encoding in the appropriate column on the &#039;&#039;&#039;Configuration&#039;&#039;&#039;  menu, &#039;&#039;Internet&#039;&#039; dialog, &#039;&#039;&#039;Files&#039;&#039;&#039; tab screen where you list the local and remote names.&lt;br /&gt;
*Or you have edited/customised the template and added an incorrectly specified Cumulus [[webtag]] that has caused [[Customised_templates#What_is_meant_by_.27Cumulus_processes_templates.27| Cumulus processing]] to abort for that template.  If you stop cumulus you can use a text editor to open the latest [[Diags|diagnostic file]]. Look at entries time-stamped just before the hour and repeated at your auto-update &#039;&#039;interval&#039;&#039; (just below red arrow in screen image above). You might find a message like &amp;quot;Error processing C:\web\indexT&amp;quot; (i.e. mentioning whichever template is at fault) followed by a brief hint as to the nature of the error.&lt;br /&gt;
&lt;br /&gt;
== My web pages have obsolete web tag values in them  ==&lt;br /&gt;
If the information showing on your web pages is out of date, then it must have been working before, so you have made a change somewhere.&lt;br /&gt;
*Most browsers will display &#039;page information&#039; that tells you when the page was last modified (by querying the web server).&lt;br /&gt;
**if the page on your web server was recently modified, &lt;br /&gt;
***then the next item to investigate is the template file; a template file contains Cumulus web tags and the [[Customised_templates#What_is_meant_by_.27Cumulus_processes_templates.27|&#039;process&#039;]] that Cumulus does to create a web page involves reading text from a template and when it finds a web tag it inserts the latest value in as it creates the page. A [[FAQ#What_file-names_does_Cumulus_use_when_processing_and_uploading_files_to_my_web_site.3F|local file]] is then created and Cumulus will FTP (or copy) this to the web server according to the settings. If the template file cannot be processed, Cumulus may still upload an existing old local file.&lt;br /&gt;
**if the page was not recently modified, &lt;br /&gt;
***maybe you are not running Cumulus, so it is not updating.  &lt;br /&gt;
***maybe your file transfer is not working, turn ftp logging on for technical output, and look for any filenames and any &#039;successfully transferred&#039; messages.&lt;br /&gt;
***maybe your &#039;internet settings&#039; screen has accidentally been changed, see Cumulus help for simple instructions.  If you took a backup of [[cumulus.ini]] you can stop Cumulus, rename the current file and copy your cumulus.ini backup back into the &#039;cumulus&#039; directory containing the Cumulus program.&lt;br /&gt;
***maybe your web server provider has changed something.&lt;br /&gt;
&lt;br /&gt;
== Running a web server on the same PC as Cumulus ==&lt;br /&gt;
If you do not have a web site, or run a web server locally (same PC, or on your local network), you can get Cumulus to generate/copy either html, or image, files locally instead of using FTP to place them remotely.&lt;br /&gt;
&lt;br /&gt;
You&#039;ll need to list the (source) file including paths on the files tab of the internet settings, and specify a destination path and file name for the remote file in each case. Don&#039;t tick the &#039;&#039;FTP?&#039;&#039; box for standard cumulus pages (the exception is for a local web server and any non-standard web page that attempts to read using a script a local file such as dayfile.txt as this does need FTP to generate the server-based web page). For the standard images, you can supply a folder name (specify on the same screen), and they will all get copied there. See [[Customised_templates#What_to_select_on_the_.27Files.27_tab_of_the_Internet_Settings_screen_within_the_.27Configuration.27_menu|here]] for greater detail.&lt;br /&gt;
&lt;br /&gt;
There&#039;s a limit of 10 entries on the files tab in Cumulus 1.9.x (in Cumulus MX all 100 entries are included in the settings interface).  Entries for the full 100 files can also be amended by editing [[Cumulus.ini#Section:_FTP_site|cumulus.ini]], with Cumulus stopped. Follow the format of any existing entries for specifying additional files.&lt;br /&gt;
&lt;br /&gt;
== Error Codes generated by FTP or Winsock ==&lt;br /&gt;
You should be able to look these up on the web.  [http://kb.globalscape.com/KnowledgebaseArticle10142.aspx Try Here]&lt;br /&gt;
&lt;br /&gt;
== How do I configure Cumulus for Secure FTP (SFTP/FTPS)? ==&lt;br /&gt;
Cumulus doesn&#039;t support Secure FTP. You can configure Cumulus to invoke an external program like WinSCP, as described here: [[SFTP | SFTP article]]&lt;br /&gt;
&lt;br /&gt;
== Directory related problems in FTP ==&lt;br /&gt;
The following pointers should help:&lt;br /&gt;
* All web site file references are case sensitive.  So if your FTP server directory is &#039;&#039;public_html&#039;&#039;, then &#039;Public_HTML&#039; will not work!&lt;br /&gt;
* On the &#039;&#039;Internet settings&#039;&#039; screen in &#039;&#039;&#039;Sites/Options&#039;&#039;&#039; the optional Directory parameter required is &#039;&#039;the path from  your FTP root&#039;&#039;, to where the web pages are to be stored. It is &#039;&#039;not&#039;&#039; the &#039;&#039;&#039;Universal Resource Locator (URL)&#039;&#039;&#039; that you would specify to view the web page in a browser.  Click the &#039;&#039;&#039;Help&#039;&#039;&#039; button for full explanation, or search the support forum (as many people before you have found this directory is the hardest parameter to get right).&lt;br /&gt;
* The error window is not useful for diagnosing ftp problems; you need to &#039;&#039;&#039;turn on &#039;&#039;ftp logging&#039;&#039; &#039;&#039;&#039;and look at ftplog.txt. Most FTP directory problems are due to you quoting an incorrect ftp directory, and the ftp log will show an error when an attempt is made to change to the directory you have specified incorrectly. &lt;br /&gt;
* Relative paths (without a leading slash) are always safer than absolute paths (with a leading slash) and you may find that just specifying (for example) &amp;quot;public_html&amp;quot; works OK, but this all depends on how your ftp server and your ftp account is set up.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* The &#039;&#039;standard pages&#039;&#039; are uploaded after a &#039;change directory&#039; attempting to select the directory you specified in &#039;&#039;&#039;Sites/Options&#039;&#039;&#039;; if this fails, the files will still be uploaded but to the FTP server root. So some mistakes do not matter because if no change of directory was actually required, these pages will be uploaded correctly.&lt;br /&gt;
* Any &#039;&#039;files you specify&#039;&#039; for uploading at standard update frequency are uploaded between standard pages (if &#039;Include Standard Files&#039; selected) and (written for Cumulus 1) standard images (if &#039;Include Standard Images&#039; selected), and you should specify the path (including any web site directory) in &#039;remote filenames&#039;, so there is no call to &#039;change directory&#039;. In this case, if that path is invalid, the upload fails.&lt;br /&gt;
* IN CUMULUS 1.x.y ONLY: The standard images for gauges and trends pages are uploaded after the standard pages, (and any pages you specify for uploading), by performing a second &#039;change directory&#039; this time fixed at &#039;images&#039;; if this fails, the files will still be uploaded to the current web site directory (FTP root or the directory you specified in &#039;&#039;&#039;Sites/Options&#039;&#039;&#039;).&lt;br /&gt;
* If you have enabled &#039;&#039;Realtime&#039;&#039;, the realtime.txt file is uploaded without doing a change directory, (by appending &amp;quot;/realtime.txt&amp;quot; to the directory on the &#039;&#039;Internet settings&#039;&#039; screen in &#039;&#039;&#039;Sites/Options&#039;&#039;&#039;). In this case, if the web site directory in your settings is invalid, the upload of the real time file fails.&lt;br /&gt;
* On the &#039;&#039;NOAA Setup&#039;&#039; screen the optional &#039;&#039;&#039;Directory&#039;&#039;&#039; parameter required is the relative path; from your FTP root, to where the NOAA report pages are to be stored. (It is totally independent of the directory on the &#039;&#039;Internet settings&#039;&#039; screen in &#039;&#039;&#039;Sites/Options&#039;&#039;&#039;).  Click the &#039;&#039;&#039;Help&#039;&#039;&#039; button for full explanation. Like realtime.txt, the upload destination is determined by appending the file-name for the report to any NOAA directory, and will fail if that directory is specified wrongly.&lt;br /&gt;
&lt;br /&gt;
See &#039;&#039;&#039;Setting up your website&#039;&#039;&#039; in Cumulus help for a simple guide to the sub-folder structure you need to create and the list of files that need to be uploaded manually when first installing a website. Or see [[Website_setup]] for all the options including customised pages.&lt;br /&gt;
&lt;br /&gt;
== My standard web pages are uploading but the uploading fails for images, realtime and/or NOAA reports ==&lt;br /&gt;
See previous answer, you have probably got your web pages in the default FTP directory of your web site, but specified the wrong directory on the settings screen.  Turn on the &#039;&#039;FTP logging&#039;&#039; in the configuration menu to see the technical detail.  You should have an FTP tool that you used to upload the &#039;static&#039; files required on your web site, and that will help you to see what is your site&#039;s root directory for file transfer uploads, and therefore any relative directory change you require.&lt;br /&gt;
&lt;br /&gt;
== What file-names does Cumulus use when processing and uploading files to my web site? ==&lt;br /&gt;
[[File:Cumulus_FTP_Process.png|150px|thumb|FTP Process]]Cumulus use two slightly different processes depending on if the file is part of the supplied &#039;standard&#039; web site, or an extra file you have specified on the &#039;&#039;Internet Settings|Files&#039;&#039; configuration dialog. For each of these processes there is an further variation depending on whether you have enabled the &#039;&#039;Use FTP rename&#039;&#039; option. This graphic shows the various combinations of file-names used for each step of the process. For the standard files, you can substitute any of the file names for indexT.htm, e.g. trendsT.htm&lt;br /&gt;
&lt;br /&gt;
For more details of Cumulus &#039;&#039;Process&#039;&#039; see [[Customised_templates#What_is_meant_by_.27Cumulus_processes_templates.27| here]].&lt;br /&gt;
&lt;br /&gt;
=Selecting a Weather Station sensor site=&lt;br /&gt;
A simple guide is at [http://weatherfaqs.org.uk/node/124 uk.sci.weather newsgroup], note this advises against roof mounting.&lt;br /&gt;
An attempt to compare the conflicting siting standards that apply across the world is included in a portable document format guide from [ftp://ftp.campbellsci.com/pub/outgoing/apnotes/siting.pdf Campbell Scientific].&lt;br /&gt;
For more advice see the website of your local Meteorological Bureau,  an educational place (e.g. in USA see [http://newa.nysaes.cornell.edu/public/NEWAStationSitingGuidelines.htm Cornell University]), the [http://library.wmo.int/opac/index.php?lvl=notice_display&amp;amp;id=12407 World Meterological Organisation] (WMO), or a specialist organisation (e.g. in UK see [http://www.rmets.org/weather-and-climate/observing/guidelines-observing-0 Royal Meteorological Society] rather than the Met Office web site).&lt;br /&gt;
&lt;br /&gt;
Modern Stevenson Screens are uPVC constructed with a black interior (so they do not radiate heat onto the sensors) and a white exterior (so they reflect as much radiation as possible).  There is a lot of discussion on the [http://sandaysoft.com/forum/viewforum.php?f=16 Homebuilt forum] about different approaches to improving measurements, and the problems with out of the box instrumentation from the different manufacturers. &lt;br /&gt;
&lt;br /&gt;
If you are contributing to an external site like APRS/CWOP, Weather Underground, PWS weather, Weatherbug and/or WOW, see guidance from these organisations re instrument placement.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note:&#039;&#039;&#039; Some stations have all sensors in one unit, positioning of these is a compromise between the ideals below for each sensor.&lt;br /&gt;
&lt;br /&gt;
== Where should I position the wind sensors ==&lt;br /&gt;
The side labelled &#039;North&#039; on the wind vane mount should face &#039;&#039;True North&#039;&#039;, remember that the magnetic north deviation from true north varies from year to year, see details on maps or online. Most wind vanes have a large surface that follows the wind and a thin end that points where the wind comes from, it is the latter direction that is reported.&lt;br /&gt;
&lt;br /&gt;
In the UK, the standard climatological measuring height is 10 metres.  Advice varies on whether you should apply a correction factor for any lower height. Cumulus allows you to apply such a factor to either just wind speed, or wind speed and gust speed, by using the Calibration screen within the configuation menu.  In the Cumulus Help it recommends that you also adjust wind chill - in practice this means ask Cumulus to &#039;&#039;calculate wind chill&#039;&#039; by selecting this in the settings frame on the &#039;&#039;&#039;station settings screen accessed from configuration menu&#039;&#039;&#039; (i.e. ignore any wind chill output by your weather station).&lt;br /&gt;
&lt;br /&gt;
If you are mounting near a building of height &#039;h&#039; above ground level, ideally the wind sensor should be at a height of &#039;1.5 times h&#039; above ground level. &lt;br /&gt;
If you are positioning away from a building or tree (or other object) of height &#039;h&#039; (or the mean height of several objects is &#039;h&#039;), then the distance away depends on which standard you are trying to meet, and can vary between 1.5 and 3 times &#039;h&#039;.&lt;br /&gt;
&lt;br /&gt;
== Where should I position the rain sensor  ==&lt;br /&gt;
The WMO says the rain gauge should at a distance away of 2 times the height of each nearby object (buildings, trees, walls, solid fences etc.) and just high enough off ground level to avoid possibility of splashing. You can experiment, but for amateurs, no more than a metre off the ground (or roof if mounted above it) and at least a metre from any chimney, wall or solid fence whose height exceeds that of the sensor seems good enough for most gauges. &lt;br /&gt;
See [[Rain measurement]] or your local offical organisation.&lt;br /&gt;
&lt;br /&gt;
== How do I protect my rain gauge against spiders or other natural problems ==&lt;br /&gt;
There is a lot of discussion on the [http://sandaysoft.com/forum/viewforum.php?f=16 Homebuilt forum]. In terms of siting, it is important to position your rain gauge where you can safely get to it.&lt;br /&gt;
&lt;br /&gt;
== How do I get good temperature and humidity measurements  ==&lt;br /&gt;
The international standard states ambient air temperature/humidity is measured at 1.25 metres above ground level, above soil or grass not paving, protected from direct sun radiation (and direct rain), unless you are measuring soil or ground temperatures. The height is important for derived values as an air frost is defined as a temperature at or below the freezing point for water at this height, and the count of these is a standard reporting requirement in some countries.&lt;br /&gt;
&lt;br /&gt;
If you are using a &#039;&#039;Fine Offset sensor&#039;&#039;, the thin depth of the thermometer/hygrometer (transmitter) should face where your console (receiver) is, for maximum transmission strength/distance, with the wide face at right angles to the transmission route. (Although if you use a model requiring a radio time signal, you will probably be trying to optimise that instead).&lt;br /&gt;
&lt;br /&gt;
== Pressure ==&lt;br /&gt;
Varies with altitude and temperature, but no significant variation with spatial position with regard to nearby fixed bulky objects.  Often measured indoors, do not mount above any heating or cooling system as there temperature may be particularly variable, and try to avoid any forced ventilation or extraction as such air moving systems could have different pressures on intake and outlet sides.  Equally operation in close proximity to opening doors/windows or to fast moving (road or railway) vehicles or tunnels can distort readings.&lt;br /&gt;
&lt;br /&gt;
== Solar ==&lt;br /&gt;
One would expect solar sensors should be positioned for maximum unshaded exposure to sunlight throughout the year, but again the forum contains advice for specific makes.&lt;/div&gt;</summary>
		<author><name>Steve</name></author>
	</entry>
	<entry>
		<id>https://www.cumuluswiki.org/index.php?title=File:ScreenshotInternetConfigiCumulus.png&amp;diff=3879</id>
		<title>File:ScreenshotInternetConfigiCumulus.png</title>
		<link rel="alternate" type="text/html" href="https://www.cumuluswiki.org/index.php?title=File:ScreenshotInternetConfigiCumulus.png&amp;diff=3879"/>
		<updated>2015-12-21T08:39:25Z</updated>

		<summary type="html">&lt;p&gt;Steve: Steve uploaded a new version of File:ScreenshotInternetConfigiCumulus.png&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Screen shot of the internet config as part of iCumulus setup&lt;/div&gt;</summary>
		<author><name>Steve</name></author>
	</entry>
	<entry>
		<id>https://www.cumuluswiki.org/index.php?title=FAQ&amp;diff=3869</id>
		<title>FAQ</title>
		<link rel="alternate" type="text/html" href="https://www.cumuluswiki.org/index.php?title=FAQ&amp;diff=3869"/>
		<updated>2015-10-31T18:57:55Z</updated>

		<summary type="html">&lt;p&gt;Steve: /* What operating systems does Cumulus run on? */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is the Cumulus FAQ (consult also the Help screens within Cumulus software, and learn more from the rest of this Wiki)&lt;br /&gt;
&lt;br /&gt;
= Installing and Running Cumulus  =&lt;br /&gt;
&lt;br /&gt;
== What operating systems does Cumulus run on?  ==&lt;br /&gt;
&lt;br /&gt;
All versions of Windows from XP to Windows 10 inclusive (and the server versions). It works on 32 bit and 64 bit editions. 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.&lt;br /&gt;
&lt;br /&gt;
Cumulus MX runs on Windows from Windows 7 onwards, and on Linux and Mac OS X.&lt;br /&gt;
&lt;br /&gt;
== Where do I find the Cumulus installer? ==&lt;br /&gt;
&lt;br /&gt;
On the [http://sandaysoft.com/downloads downloads page]&lt;br /&gt;
&lt;br /&gt;
== What do I need to get right when first getting Cumulus? ==&lt;br /&gt;
The installation process for Cumulus displays &#039;&#039;&#039;readme.txt&#039;&#039;&#039;, that has many tips. See also [[Setup]]. Below are three key points.&lt;br /&gt;
# Install Cumulus in its own directory directly under a drive root.&lt;br /&gt;
# Connect your weather station before you start Cumulus&lt;br /&gt;
# When you first run Cumulus, it displays the &#039;&#039;&#039;Station settings&#039;&#039;&#039; screen. On this, make sure you pick the right sort of station (to ensure Cumulus communicates correctly with your weather station, and can identify all the observations) and choose your &#039;&#039;&#039;units&#039;&#039;&#039; wisely. (Changing units later means all stored Lowest and highest numbers up to that point have to be converted immediately manually).  See the &#039;&#039;&#039;Help&#039;&#039;&#039; for information about the rest of the screen, but generally you can easily adjust the other options later.&lt;br /&gt;
&lt;br /&gt;
== What weather stations does Cumulus work with?  ==&lt;br /&gt;
&lt;br /&gt;
*Davis Vantage Pro (VP), Vantage Pro2 (VP2), and Vue. &lt;br /&gt;
*Oregon Scientific WM918, WMR918, WMR928, WMR968, WMR88 (see [[FAQ#How do I set up recording wind speeds in Cumulus, with Oregon Scientific and La Crosse stations | this FAQ]]), WMR100, WMR180, WMR200. &lt;br /&gt;
*Fine Offset - stations which use the Easyweather software such as MyDEL, Nevada, Watson and Fine Offset, with model numbers such as WH1080, WH1081, W8681, 265NC etc.&lt;br /&gt;
*La Crosse WS2300 range (see [[FAQ#How do I set up recording wind speeds in Cumulus, with Oregon Scientific and La Crosse stations | this FAQ]]). You may have problems with corrupt data if you use a WS23xx with a serial/USB adapter; this combination is therefore not supported.&lt;br /&gt;
&lt;br /&gt;
For a more complete list see the [[Supported Devices]] page.&lt;br /&gt;
&lt;br /&gt;
== Will you support a new weather station type?  ==&lt;br /&gt;
&lt;br /&gt;
It’s quite hard to support a particular weather station when I don’t have access to one. No weather station is perfect, and problems inevitably arise after the code is written, and I have to start adding more and more code to work around issues with the station. Also, most companies don’t seem to like third parties writing software for their stations, so don’t make the protocol available. I will only consider adding support for a station under a certain set of circumstances which would include &#039;&#039;at least&#039;&#039;: &lt;br /&gt;
&lt;br /&gt;
*A significant donation towards Cumulus development &lt;br /&gt;
*A well documented official protocol spec &lt;br /&gt;
*Loan or donation of a station &lt;br /&gt;
*Access to technical support from the station manufacturer&lt;br /&gt;
&lt;br /&gt;
Please contact me if you would like to discuss this further&lt;br /&gt;
&lt;br /&gt;
== How do I request a new feature for Cumulus? ==&lt;br /&gt;
&lt;br /&gt;
Please create an [http://sandaysoft.com/forum/tracker.php enhancement request].  &lt;br /&gt;
&lt;br /&gt;
== Why haven&#039;t you added the feature I asked for a long time ago? ==&lt;br /&gt;
&lt;br /&gt;
I develop and support Cumulus in my spare time, and I have a full time job. I invite donations, but I don&#039;t make a living from Cumulus. I add facilities when I can. There is a long list of  [http://sandaysoft.com/forum/tracker.php enhancement requests] already, and I am slowly working my way through them as time permits. If there is an enhancement request for the facility you have asked for, and the facility is a reasonable one (in my opinion) then I will hopefully get around to adding it one day. Please be patient. Please don&#039;t ask for a forecast of when a feature will be added.&lt;br /&gt;
&lt;br /&gt;
== How do I upgrade to a new release?  ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Just run the installer for the new version.&#039;&#039;&#039; Your data and settings are not affected, but it is still best if you back up your data (sub-folder &#039;data&#039;) and any settings files (e.g. cumulus.ini and strings.ini) before you run the installer. &lt;br /&gt;
&lt;br /&gt;
You can install the new version where you like, but the installer will offer the same place as the previous version as the default.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Occasionally, there may be actions you need to perform before or after the upgrade.&#039;&#039;   Required actions usually appear in the announcement of the version you are installing, and may be documented in the readme.txt file that will appear as you run the installer. Read such announcements for every release since your existing build in case any of the in-between changes affect you.&lt;br /&gt;
&lt;br /&gt;
These instructions apply whether you are updating by one build, skipping several builds, upgrading to/from a beta version, or installing the latest &#039;release&#039; version. &lt;br /&gt;
&lt;br /&gt;
The installer will always upgrade the following files (replacing them, ignoring existing versions):&lt;br /&gt;
# &amp;quot;cumulus.exe&amp;quot;; - the latest build&lt;br /&gt;
# &amp;quot;unins000.exe&amp;quot;;&lt;br /&gt;
# &amp;quot;libeay32.dll&amp;quot;;&lt;br /&gt;
# &amp;quot;ssleay32.dll&amp;quot;;&lt;br /&gt;
# &amp;quot;readme.txt&amp;quot;; - advice for you to follow at installation time&lt;br /&gt;
# &amp;quot;licence.txt&amp;quot;; - reminder about restrictions on use&lt;br /&gt;
# &amp;quot;alert.wav&amp;quot;; - default alarm sound&lt;br /&gt;
#  &amp;quot;web\originals\*.*&amp;quot;; - Cumulus will always install the HTML template files here&lt;br /&gt;
# &amp;quot;webfiles\*.*&amp;quot;; e.g. weatherstyle.css, wz_jsgraphics.js&lt;br /&gt;
# &amp;quot;webfiles\images\picture.jpg&amp;quot;;&lt;br /&gt;
# &amp;quot;Help\Cumulus.chm&amp;quot;; - the latest help including lists of log files and web tags&lt;br /&gt;
There may be extra files automatically upgraded by particular builds - see announcement.&lt;br /&gt;
&lt;br /&gt;
During the install, you will see a &#039;&#039;&#039;Select Components&#039;&#039;&#039; screen , if you tick the &#039;&#039;HTML templates&#039;&#039; (the default) it will also upgrade the HTML template files in the web folder.&lt;br /&gt;
&lt;br /&gt;
*So tick this option, if you have a standard Cumulus implementation and then you can be sure to upgrade the standard templates.&lt;br /&gt;
*Untick this option if you have  [[Customised_templates#Creating_Your_Own_Templates|customised the existing pages]],  so that if your customised versions  are in &amp;quot;web\*.*&amp;quot; they don&#039;t get overwritten. It is recommended that you store any customised pages in a directory outside the Cumulus folder, as you can specify up to 10 such files on the local side of the files tab in the Configuration menu Internet settings screen and (if you are not using standard files) untick &#039;&#039;Include Standard Files&#039;&#039; on the same screen. (100 such files can be specified in [[Cumulus.ini]]).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Changing to different weather station ==&lt;br /&gt;
&lt;br /&gt;
Just change the station type. If Cumulus doesn&#039;t start reading the data from the new station, stop Cumulus and start it again. Some of the rain figures may be odd for a while (e.g. rain in last 24 hours). It is as simple as that.&lt;br /&gt;
&lt;br /&gt;
In testing planned changes to Cumulus, I switch backwards and forwards between a Fine Offset and a WMR200 frequently, the only thing that happens is that the rain figures go wrong initially (because the two stations have different counters).&lt;br /&gt;
&lt;br /&gt;
== Moving Cumulus software to a new PC (or updating Windows Operating System) ==&lt;br /&gt;
&lt;br /&gt;
Cumulus will continue to work with your existing weather station and existing log files, providing&lt;br /&gt;
#Your Windows regional settings are the same (i.e. date format unchanged, same time zone, decimal point symbol unchanged, list separator character unchanged) - if there is a difference, the new installation cannot understand the old lines in the log files and will give an error when Cumulus is restarted.&lt;br /&gt;
#You may need to &#039;tweak&#039; a few things (serial port number etc) in [[cumulus.ini]].&lt;br /&gt;
#In the folder with cumulus.exe in it, copy across  &#039;cumulus.ini&#039;,  and if you have created a &#039;strings.ini&#039; that file must be copied across too.&lt;br /&gt;
#The Cumulus &#039;data&#039; sub-folder has been copied across.&lt;br /&gt;
#Obviously if you use customised web pages, then you need the corresponding templates in the new installation.&lt;br /&gt;
#Any other customised files (images and/or a twitter.txt file, for example), you may want to copy those over too.&lt;br /&gt;
&lt;br /&gt;
== Can I view my Cumulus data on another device? ==&lt;br /&gt;
&lt;br /&gt;
# If Cumulus uploads your weather information to an online web site, you can view that on another device.&lt;br /&gt;
# Software like &#039;Remote Desktop&#039; can be used to view the computer that is running Cumulus - see many postings on the Support Forum.&lt;br /&gt;
# A back-up as described in the next answer can be viewed in Cumulus installed on another PC (see point about Windows regional settings in previous question) to look at past extremes or graphs; although obviously that additional installation will not be able to add further observations from the weather station connected to the original PC.&lt;br /&gt;
# If your web site is on your local network, but not online, your device may be able to view it directly or view a back-up of how it was in the past.&lt;br /&gt;
&lt;br /&gt;
== How do I back up my data?  ==&lt;br /&gt;
&lt;br /&gt;
*Copy the contents of the Cumulus ‘data’ sub-folder on a regular basis to a different storage device.  Then if you have any problem with the original storage device, or corruption of files, you can minimise the loss of logged observations. To restore from the backup, just copy the saved data folder back into your Cumulus installation, with Cumulus stopped.&lt;br /&gt;
*It can be useful to take copies of the Cumulus &#039;backup&#039; sub-folder on key dates (e.g. just after change of month or year), or if you think you might have some rogue figures.  The &#039;.ini&#039; files in the backup sub-folder contain past extreme values that you might want to look up.&lt;br /&gt;
*You should also back up, at least once, your cumulus.ini file in the main Cumulus folder.  This contains all the key settings and you need a record of those!&lt;br /&gt;
&lt;br /&gt;
== Moving Cumulus software to a different location on your PC? ==&lt;br /&gt;
&lt;br /&gt;
This article in the wiki gives more details above moving Cumulus: [[Moving cumulus]]&lt;br /&gt;
&lt;br /&gt;
== What are the formats of the Cumulus data files?  ==&lt;br /&gt;
&lt;br /&gt;
These are detailed in the [[:Category:Log Files|Log Files]] section of this Wiki and also in the Cumulus help file, in the section “Data log file format”&lt;br /&gt;
&lt;br /&gt;
== Can I import logged information from before I installed Cumulus? ==&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;Configuration&#039;&#039;&#039; menu, &#039;&#039;Station&#039;&#039; setting screen (near bottom) has option to enter there the &#039;&#039;rainfall total&#039;&#039; for the bit of the year (starting month can be selected here too) until when you first start using Cumulus.  See the Cumulus &#039;&#039;&#039;Help&#039;&#039;&#039; for this screen for further details.&lt;br /&gt;
&lt;br /&gt;
Yes is the answer for other weather information, providing you can manipulate the information you have into either (preferably) the format used by the [[Monthly_log_files#Importing_pre-Cumulus_data]] or (second best) [[Dayfile.txt]]. Look up those cross-references in this Wiki (or the Cumulus &#039;&#039;&#039;Help&#039;&#039;&#039;) for further information on required formats.  The support forum includes a few threads related to this topic, and if you post there then people who have already imported from particular systems may offer their services to import your past observations.&lt;br /&gt;
&lt;br /&gt;
A converter for Weather Display log files is available from this thread in the forum: http://sandaysoft.com/forum/viewtopic.php?f=4&amp;amp;t=10118&lt;br /&gt;
&lt;br /&gt;
A converter for WeatherLink log files is available from this thread in the forum: http://sandaysoft.com/forum/viewtopic.php?f=6&amp;amp;t=11349&lt;br /&gt;
&lt;br /&gt;
== I was away on the last day of last month/year - How do I see the final lowest and highest figures for last month/year? ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;View&#039;&#039;&#039; menu, &#039;&#039;This month&#039;&#039; or &#039;&#039;This year&#039;&#039; screens show some figures for any month or year selected by you, but do not show all the figures shown on a standard web page or as shown on the &#039;&#039;Highs and Lows&#039;&#039; screen for the current month/year.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;View&#039;&#039;&#039; menu, &#039;&#039;Highs and Lows - This month (or This year)&#039;&#039; (or &#039;&#039;thismonth.htm&#039;&#039; or &#039;&#039;thisyear.htm&#039;&#039; web page) only shows the lowest and highest values for the current calendar month (or current year). This answer describes a way to see the same information for the month (or year) that fairly recently ended.  It is valid only until build 1088 (from 5 March 2014 build 1089 &#039;Delay writing of end of day backup files until the first log entry is written&#039; means the stored &#039;&#039;month.ini&#039;&#039; relates to the &#039;&#039;initial&#039;&#039; entries for the start of the new month). From version 1.9.3 build 1041, Cumulus creates a daily backup of the log files. &lt;br /&gt;
*Look in the &#039;&#039;backup\daily&#039;&#039; subfolder within your Cumulus installation. &lt;br /&gt;
*These daily backups will be created if Cumulus was left running during the period of interest, or stopped before that period and since restarted. &lt;br /&gt;
*Normally about 10 such back ups are available, each folder has a name based on the timestamp and contains the 6 [[:Category:Log_Files|xxxx.ini files]], the current [[Monthly_log_files|monthly standard data log]]/[[Extra_Sensor_Files|monthly extra data log]], and the most recent update of [[dayfile.txt|daily summary log]].&lt;br /&gt;
&lt;br /&gt;
Open as a text file [[month.ini]] in the folder whose name is bearing the timestamp after your final rollover, for Cumulus builds 1041 to 1088 the final lowest and highest for each observation in the month will be listed.&lt;br /&gt;
&lt;br /&gt;
In a similar manner if you miss the last day of the year, for Cumulus builds 1041 to 1088 see the final &#039;this year&#039; figures for last year by opening [[year.ini]] from the appropriate backup.&lt;br /&gt;
&lt;br /&gt;
== What do the various wind speeds in Cumulus correspond to, with Davis stations?  ==&lt;br /&gt;
&lt;br /&gt;
Davis station firmware supplies two windspeeds, a 3-second average and a 10-minute average (later versions of the firmware also supply a 2-minute average, Cumulus currently doesn&#039;t use this).  &lt;br /&gt;
* The latest Davis 3-second average is treated by Cumulus as &#039;Latest&#039; (available via &amp;lt;#wlatest&amp;gt;)&lt;br /&gt;
* The highest of the station&#039;s 3-second readings over the previous 10 (configurable by adding &#039;&#039;AvgSpeedMinutes=N&#039;&#039; in [[Cumulus.ini#Section:_Station]] where &#039;N&#039; is number of) minutes becomes the Cumulus &#039;Gust (available via &amp;lt;#wgust&amp;gt;). Note that the WMO definition of a wind gust is the mean wind speed over a 2 to 3 second sample period (not the maximum instantaneous wind speed).&lt;br /&gt;
* The Davis 10-minute average is the Cumulus &#039;Average&#039; (available via &amp;lt;#wspeed&amp;gt;).&lt;br /&gt;
Note that if you sample these readings at shorter (real time) intervals it is possible for Cumulus &#039;Latest&#039; to be lower than Cumulus &#039;Average&#039; because approximately half of the 3-second wind speeds will be higher and half of them lower than the 10-minute average. &lt;br /&gt;
If the Cumulus figure seems lower than the Davis figure see [[#My_Davis_station_shows_a_higher_maximum_wind_speed_than_Cumulus]].&lt;br /&gt;
&lt;br /&gt;
Davis station loggers record a single spot (not any average) wind speed, so if you restart Cumulus and the software attempts to catch up from the station logger there may be only one or two values to include in the Cumulus average (over 10 or whatever) minutes calculation.&lt;br /&gt;
&lt;br /&gt;
== What do the various wind speeds in Cumulus correspond to, with Fine Offset stations?  ==&lt;br /&gt;
&lt;br /&gt;
Fine Offset sensors measure wind over 48-second intervals, divided into 24 2-second intervals. At the end of each 48-second period, they transmit the highest of those 24 values as &#039;Gust&#039;, and the average of those 24 values as &#039;Wind&#039;. The console keeps &#039;&#039;&#039;overwriting&#039;&#039;&#039; the newly received &#039;Gust&#039; and &#039;Wind&#039; values to the same area of console memory every 48 seconds, until the station logging interval time is reached, then it moves on to the next memory location, leaving the last values it wrote in the previous console memory location.  &lt;br /&gt;
*If Cumulus is not running all the time, on restart it works through the console memory locations and extracts the Fine Offset Wind and Gust in each memory location, i.e. at the station logging interval. &lt;br /&gt;
*While Cumulus is running, it reads the current wind speeds (and direction) every 10 seconds. There are new values only every 48 seconds (i.e. every fourth or fifth read)&lt;br /&gt;
&lt;br /&gt;
Cumulus, for various reasons, uses different terminology, and also has configuration settings which control how some of the wind values are displayed.&lt;br /&gt;
* The Fine Offset console &#039;Gust&#039; value becomes Cumulus &#039;Latest&#039;. &lt;br /&gt;
* The highest of the Fine Offset &#039;Gust&#039; values over the previous 10 minutes becomes Cumulus &#039;Gust&#039;.  Note that the WMO definition of a wind gust is the mean wind speed over a 2 to 3 second sample period (not the maximum instantaneous wind speed).&lt;br /&gt;
* Cumulus &#039;Average&#039;  can be calculated in 3 different ways:&lt;br /&gt;
** The default: If &#039;Calculate 10-min wind average&#039; is not selected on the Station Settings screen, the console &#039;Wind&#039; value is used.&lt;br /&gt;
** If &#039;Calculate 10-min wind average&#039; is selected, then by default the average of the Fine Offset &#039;Gust&#039; values read over the previous N (configurable, defaults to 10) minutes is used.&lt;br /&gt;
** If &#039;Calculate 10-min wind average&#039; and &#039;Use speed for avg calculation&#039; are both selected, the average of the Fine Offset &#039;Wind&#039; values read over the previous N (configurable, defaults to 10) minutes is used.&lt;br /&gt;
&lt;br /&gt;
Select value for &#039;N&#039; using &#039;&#039;AvgSpeedMinutes=N&#039;&#039; in [[Cumulus.ini#Section:_Station]].&lt;br /&gt;
&lt;br /&gt;
Note that Fine Offset Consoles can display a &#039;MAX&#039; figure, this is highest recorded since it was last reset (on touchscreen models multiple touches of the displayed speed will cause maximum speed, or gust, to be shown, and when a max value is displayed continuing to hold touching that value for 3 seconds will reset max to current value).  Cumulus maintains its own various extremes for different periods (e.g High wind and high gust for yesterday on its main screen) calculated from all values read by Cumulus in that period.&lt;br /&gt;
&lt;br /&gt;
== How do I set up recording wind speeds in Cumulus, with Oregon Scientific and La Crosse stations  ==&lt;br /&gt;
&lt;br /&gt;
La Crosse and some Oregon Scientific weather stations only output a single wind speed.  To allow Cumulus to calculate &#039;gust&#039; and &#039;wind speed&#039; with different values, select the &#039;&#039;&#039;Station&#039;&#039;&#039; dialogue from the &#039;&#039;Configuration&#039;&#039; menu and set &#039;&#039;Calculate 10 min wind average&#039;&#039; in the &#039;Settings&#039; frame, so in [[cumulus.ini]] this will produce the parameter &#039;Wind10MinAverage=1 when cumulus is next stopped.&lt;br /&gt;
* The station&#039;s &#039;Wind&#039; value will then display as Cumulus &#039;Latest&#039;.&lt;br /&gt;
* A 10 (configurable by adding &#039;&#039;AvgSpeedMinutes=N&#039;&#039; in [[Cumulus.ini#Section:_Station]] where &#039;N&#039; is number of) minutes average of the station&#039;s &#039;Wind&#039; value will then display as Cumulus &#039;Average&#039;.&lt;br /&gt;
* The highest of the station&#039;s &#039;Wind&#039; value in a 10 minute period will then display as Cumulus &#039;Gust&#039;.  Note that the WMO definition of a wind gust is the mean wind speed over a 2 to 3 second sample period (not the maximum instantaneous wind speed).&lt;br /&gt;
&lt;br /&gt;
See &#039;&#039;LCMaxWind=X&#039;&#039; parameter in [[Cumulus.ini#La_Crosse_specific:]] where X is the maximum (uncalibrated) wind speed in m/s that you want to allow.&lt;br /&gt;
&lt;br /&gt;
== How do I make Cumulus run automatically when Windows starts?  ==&lt;br /&gt;
&lt;br /&gt;
There is no option in Cumulus to set this up automatically as I prefer to leave it under the control of the user: The safest and most reliable method is simply to put a shortcut in your Startup folder. If you are running Vista or Windows 7, you may find that Cumulus gets blocked by UAC if you try to run it from the Startup folder, in which case it is recommended that you use Task Scheduler instead. See here for a good description of how to do this - http://blogs.techrepublic.com/window-on-windows/?p=616&lt;br /&gt;
&lt;br /&gt;
== How does Cumulus handle Daylight Saving Time?  ==&lt;br /&gt;
&lt;br /&gt;
As far as the timestamps in the extreme logs, monthly log, and the graphs, are concerned; Cumulus doesn&#039;t do anything in particular for DST. &lt;br /&gt;
*It generates timestamps based on the Windows clock. &lt;br /&gt;
**So basically, at the start of DST (i.e. when the clocks &#039;go forward&#039; for the summer) you will get an apparent gap of one hour in your data logs and on graphs.&lt;br /&gt;
**Similarly at the end of DST (i.e. when the clocks &#039;go back&#039; for the winter) you will get an apparent hour of duplicate timestamps in your logs and graphs. &lt;br /&gt;
*You will tend to get better results if you leave Cumulus running during the clock change, because if it is stopped you may lose data,&lt;br /&gt;
**the exact timing of the affected hours depends on the type of station and the times when Cumulus was running/stopped.&lt;br /&gt;
&lt;br /&gt;
=== ... How do Davis stations handle Daylight Saving Time? ===&lt;br /&gt;
&lt;br /&gt;
Note that there seems to be an issue with Davis stations, either in the console/logger, or in the Davis DLL which Cumulus uses. &lt;br /&gt;
*If you don&#039;t have Cumulus running when DST ends (autumn), then when you start Cumulus up again, it doesn&#039;t receive all of the logger data it needs to catch up to the &#039;&#039;present time&#039;&#039; - the previous hour or so is missing. &lt;br /&gt;
*So with Davis stations, I strongly recommend that you leave Cumulus running at the end of DST, if at all possible.&lt;br /&gt;
&lt;br /&gt;
=== ... How do Fine Offset stations handle Daylight Saving Time? ===&lt;br /&gt;
&lt;br /&gt;
*For Fine Offset stations if you don&#039;t have Cumulus running when DST ends in autumn, then when you start Cumulus up again, the catch up &#039;&#039;misses off the first hour after the time Cumulus was stopped&#039;&#039; (unless you have adjusted the time in [[today.ini]] by subtracting one hour for end of DST while Cumulus was stopped).  &lt;br /&gt;
**This is because the console memory does not time-stamp the data blocks and Cumulus does not remember the console data block used just before shutdown, (after all depending on how long Cumulus has been stopped and the station logging interval, the old memory location could be overwritten by now), but each memory location does contains minutes elapsed since previous memory location used.&lt;br /&gt;
**On restart Cumulus just tries to read the appropriate number of hours worth of observations back from the block now marked as latest.  &lt;br /&gt;
**For example if it was stopped at 2200 DST and restarted at 0600 standard time, Cumulus catches up with the last 8 hours worth of stored measurements as if going back to 2200 standard time, that means it retrieves back to 2300 DST and has forever lost the period 2200 to 2300 DST.  &lt;br /&gt;
*So with Fine Offset stations, I strongly recommend that you leave Cumulus running at the end of DST, if at all possible.&lt;br /&gt;
*At the start of DST in spring, the catch up will &#039;&#039;duplicate the last hour that Cumulus was previously operating&#039;&#039; (unless you have added one hour to the standard time stored in [[today.ini]] for start of DST while Cumulus was stopped). &lt;br /&gt;
**e.g. Stopping from 2200 standard time to 0600 DST the catch up goes back to 2200 DST or 2100 standard time.&lt;br /&gt;
**Some calculated measurements like average temperature, cooling degree days, and the like will be slightly out, but no measurement is actually lost.&lt;br /&gt;
&lt;br /&gt;
== What formula does Cumulus use for Dew Point?  ==&lt;br /&gt;
dewpoint := tempinC + ((0.13 * tempinC) + 13.6) * Ln(humidity / 100)&lt;br /&gt;
&lt;br /&gt;
== What formula does Cumulus use for Apparent Temperature?  ==&lt;br /&gt;
It uses a formula from the Australian BOM - http://www.bom.gov.au/info/thermal_stress/#atapproximation&lt;br /&gt;
&lt;br /&gt;
Note that the version used is the one that doesn&#039;t take into account solar radiation.&lt;br /&gt;
&lt;br /&gt;
== How does Cumulus know the height of the cloud base?  ==&lt;br /&gt;
&lt;br /&gt;
It doesn&#039;t. It uses a calculation which gives the theoretical height above ground level at which Cumulus clouds might form, based on the current temperature and dew point. It assumes that the difference between temperature and dew point decreases by about 4.4 degrees Fahrenheit per 1000 feet increase in altitude. When the two values coincide, the air is saturated (relative humidity = 100%) and Cumulus clouds may form. &lt;br /&gt;
&lt;br /&gt;
== How is my rain rate calculated?  ==&lt;br /&gt;
&lt;br /&gt;
For stations which supply a rain rate, Cumulus uses that. For stations which don&#039;t supply a rain rate (e.g. Fine Offset and La Crosse), Cumulus simply takes the rain total from the last five minutes and calculates a rate based on that; e.g. a single tip of 0.3mm in 5 minutes is a rate of 3.6mm/hr. When data from the station&#039;s logger is used, a similar calculation is performed, but the interval used is the logger interval rather than five minutes.&lt;br /&gt;
&lt;br /&gt;
== Where does Cumulus get its this month and this year rainfall totals from?  ==&lt;br /&gt;
&lt;br /&gt;
* Each time Cumulus reads records from the weather station it applies any change to the &#039;total rain count&#039; against today&#039;s total in its memory.&lt;br /&gt;
* The today&#039;s total so far at each reading time is also added to the &#039;recent tag&#039; array allowing total values for the day-so-far at one minute intervals for up to a week ago to be added as web tags to a web template. &lt;br /&gt;
* The rainfall totals, are initialised when Cumulus is (re-)started by adding up the corresponding daily totals in dayfile.txt and storing those sums in memory. Two of the totals can be seen using default settings on &#039;&#039;&#039;View&#039;&#039;&#039; menu, &#039;&#039;This month&#039;&#039; screen for this month, &#039;&#039;This year&#039;&#039; screen for this calendar year, but the third total for the rain season (you can change starting month) is seen on the &#039;&#039;main&#039;&#039; Cumulus screen.&lt;br /&gt;
* The rainfall totals shown on the &#039;&#039;This period&#039;&#039;, &#039;&#039;This month&#039;&#039;, and &#039;&#039;This year&#039;&#039; screens within the &#039;&#039;&#039;View&#039;&#039;&#039; menu are generated by adding up the daily rainfall totals found in [[dayfile.txt]] for the selected period. So any rainfall for the current (meteorological) day is excluded as the latest dayfile.txt row is for yesterday. Totals are recalculated when you press the &#039;&#039;Update display&#039;&#039; button. Important note: The view menu &#039;This year&#039; screen always calculates the total for a selected calendar year starting in January.&lt;br /&gt;
* The rain figures that Cumulus uses for displaying in &#039;This month&#039; and &#039;This year&#039; on the Cumulus &#039;&#039;main screen&#039;&#039; are updated each time Cumulus receives a rain reading from the station, so will not be displayed if Cumulus is unable to read rain information from your station.&lt;br /&gt;
* For the web tags, Cumulus takes its stored sums and adds today&#039;s latest total each time, to give the current totals for this month and this rain season (year so far) when processing &#039;thismonthT.htm&#039; and &#039;thisyearT.htm&#039; web templates.&lt;br /&gt;
**Important, for the &amp;lt;#ryear&amp;gt; web tag, and for the &#039;This year&#039; display on the &#039;&#039;main&#039;&#039; Cumulus screen, the processing reads the &#039;&#039;dayfile.txt&#039;&#039; for the rainfall season starting with the month set on the station settings screen and stored as the value for attribute &#039;&#039;RainSeasonStart&#039;&#039; in [[Cumulus.ini#Section:_Station]] (its default is January).  &lt;br /&gt;
**If you have set a &#039;year to date&#039; value and Cumulus is being re-started when the year specified beside that figure matches the current year, your year-to-date amount is also added into this year&#039;s total. This should normally only be relevant in your first rain season of operating Cumulus, but could be used if in any season you needed to add an extra amount because for some reason you had a gap in your recording period.&lt;br /&gt;
**There is no corresponding setting for calculating the total for the first &#039;this month&#039; of Cumulus operation.&lt;br /&gt;
*Note that you need to stop and then restart Cumulus to update these initial values that are stored in memory and get any corrections you made to rogue values in the daily summary log (or year-to-date) reflected on the main Cumulus screen and in web tags.&lt;br /&gt;
&lt;br /&gt;
The built-in dayfile.txt editor is used if it is necessary to amend the daily totals (to correct any monthly, rain season, or calendar year, totals); the built-in all-time (or monthly records) editor(s) in Cumulus is used if it is necessary to regenerate the extreme records from dayfile.txt; see [[#My_station_invented_some_rain_that_didn.27t_really_occur.2C_and_I_want_to_set_it_to_zero_.28or_some_other_figure.29 |FAQ about correcting incorrect rainfall displays]].&lt;br /&gt;
&lt;br /&gt;
== How do I reset all my data to start again from scratch?  ==&lt;br /&gt;
&lt;br /&gt;
Stop Cumulus and delete all of the files in the data folder. You may also want to edit the &#039;StartDate=&#039; line in [[cumulus.ini]] to set the date for the start of your data.&lt;br /&gt;
&lt;br /&gt;
== How do I localise Cumulus to my own language? ==&lt;br /&gt;
&lt;br /&gt;
Cumulus does not directly support languages other than English. It was never intended for use in other languages, and it is not possible to add support for this now. However, the text used for:&lt;br /&gt;
*Forecasting&lt;br /&gt;
*Moonphases&lt;br /&gt;
*Beaufort Scale&lt;br /&gt;
*Trend descriptions&lt;br /&gt;
*Compass points&lt;br /&gt;
*Graph titles&lt;br /&gt;
*Extra sensor channels&lt;br /&gt;
can all be customised by using the [[strings.ini]] file. This facility may be extended to allow other items to be translated, but it is very unlikely that there will ever be a fully multi-language version of Cumulus in its current form.&lt;br /&gt;
&lt;br /&gt;
This wiki page [[:Category:Other_Languages|Other Languages]] has some old information about customising the standard web pages and see the downloads page as several third-party alternative web pages include some language translation modules.&lt;br /&gt;
&lt;br /&gt;
== Can I connect/disconnect my weather station while Cumulus is running? ==&lt;br /&gt;
No. You must make sure your weather station is connected to your PC and switched on, before running Cumulus. Do not disconnect your station while Cumulus is running.&lt;br /&gt;
&lt;br /&gt;
== How does Cumulus deal with extra sensors? ==&lt;br /&gt;
&lt;br /&gt;
By default, Cumulus deals with weather stations incorporating solar sensors, if you have selected the relevant station &#039;Type&#039; or &#039;Display solar/extra data&#039; in configuration, but it has some capability to deal with extra sensors added including the Blake-Larsen Sun Recorder.&lt;br /&gt;
Cumulus has the ability to input, log, and display Current Values/Outputs from the [[Rain_measurement#Optical_Rain_Gauges|Hydreon Optical Rain Sensor - Model RG-11]] and from either Oregon Scientific or Davis [[Extra_Sensor_Files|extra sensors]]. Only today&#039;s and yesterday&#039;s total rainfall from a Hydreon sensor are available in [[today.ini]] and [[yesterday.ini]] respectively. For some Oregon Scientific models, the temperature from an extra sensor can replace the temperature from the main sensor for processing by Cumulus, but all extra sensor values are stored in a series of [[Extra_Sensor_Files| monthly log]] files. No other processing is performed for Davis extra sensors, but past values are retained in a series of [[Extra_Sensor_Files| monthly log]] files.  The file [[strings.ini]] is used to customise the description associated with extra sensors.&lt;br /&gt;
&lt;br /&gt;
== What is this &amp;quot;Solar Max&amp;quot; value which Cumulus is displaying? ==&lt;br /&gt;
&lt;br /&gt;
It&#039;s the current theoretical maximum solar radiation value at the current date and time at your location. It is calculated using the Ryan-Stolzenbach formula, and uses the &#039;transmission factor&#039; configurable in the station settings to allow for the effect of transmission through the atmosphere. The figure is not particularly useful in itself; it is used if you have a solar sensor, to compare with the current solar radiation reading, in an attempt to determine whether the sun is currently shining or not.&lt;br /&gt;
&lt;br /&gt;
== My Fine Offset console says the memory is nearly full - how do I clear it? ==&lt;br /&gt;
&lt;br /&gt;
You don&#039;t need to, and it&#039;s much safer if you don&#039;t; clearing the memory could lead to a loss of data. The memory indicator on the console has no effect on the logging of data; the console will automatically start re-using the oldest memory locations. As long as you are running Cumulus (at least occasionally), Cumulus will have downloaded the data it needs from the console, so the console is free to overwrite the oldest data when it needs to.&lt;br /&gt;
&lt;br /&gt;
== How do I get my Davis station with USB working with Cumulus? ==&lt;br /&gt;
&lt;br /&gt;
Cumulus cannot drive the station in USB mode, you must install &#039;virtual serial port&#039; drivers, and configure Cumulus to use the virtual serial port. Make sure you have the station connected to the PC during the following operations.&lt;br /&gt;
&lt;br /&gt;
You should first make sure that you can use the station with Weatherlink, in serial mode. If you have not already installed the Weatherlink software, install the version which came with your weather station. You should then upgrade to the latest version of Weatherlink; you can download the update from the Davis web site,  [http://www.davisnet.com/support/weather/downloads/software_sftwr.asp here].&lt;br /&gt;
&lt;br /&gt;
You now need to install the &#039;CP210X USB to Serial Converter&#039;. You may find a link on your Start menu under &#039;Weatherlink&#039;. Alternatively, you should find it in the folder where Weatherlink was installed, under &#039;Support&#039; then &#039;Utilities&#039;. Davis also make version 2 of this utility available on their web site, [http://www.davisnet.com/support/weather/downloads/software_driver.asp here], and you may find that this version will work for you if the installed version does not. It should be clear from the messages output by the utility that it has successfully switched the logger to serial mode. &lt;br /&gt;
&lt;br /&gt;
It&#039;s a good idea to then update the driver to the latest version from the Silicon Labs web site, particularly if you use Windows 7 or 8. You can download it [http://www.silabs.com/products/mcu/pages/usbtouartbridgevcpdrivers.aspx here] - click on &#039;VCP driver kit&#039; under &#039;Download for Windows XP/Server 2003/Vista/7&#039; to begin the download. Run the executable once it&#039;s downloaded.&lt;br /&gt;
&lt;br /&gt;
At this point, it&#039;s best to restart your computer.&lt;br /&gt;
&lt;br /&gt;
You should now run Weatherlink, and attempt to connect to the weather station &#039;&#039;&#039;in serial mode&#039;&#039;&#039;. Weatherlink should find the appropriate COM port number automatically. If not, you can find it under &#039;Ports (COM &amp;amp; LPT)&#039; in the Windows device manager. Look for the port called &#039;USB Serial Port (COMn)&#039;, where &#039;n&#039; is a number. That&#039;s the number of the port you need to use in Weatherlink. If you cannot get Weatherlink to work using this virtual COM port, it is unlikely that you will be able to get Cumulus to work either, so either contact Davis support, explaining that you are trying to use the virtual serial port drivers because you want to run third-party software, or ask in the Cumulus forum, someone may be able to advise.&lt;br /&gt;
&lt;br /&gt;
Once you have Weatherlink connected and working via the virtual serial port, &#039;&#039;&#039;close it down&#039;&#039;&#039;, and start Cumulus.&lt;br /&gt;
&lt;br /&gt;
In the station settings in Cumulus, select the appropriate station type for your station; under &#039;VP Type&#039; select &#039;&#039;&#039;Serial&#039;&#039;&#039;; in the serial port section enter the COM port number that you found earlier. You may need to restart Cumulus at this point. It will then start displaying live data. Note that the it deliberately does not download any historical logger data from before the current point in time. When you run it subsequently, it will download logger data to catch up if necessary from when you last ran it, but never from earlier than when you first ran it.&lt;br /&gt;
&lt;br /&gt;
If you still having difficulty, the Davis Weatherlink manual offers this advice, which may be useful:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Included with the WeatherLink software is a utility that allows you to convert a USB data logger from a direct USB data logger back to a USB data logger that emulates the serial port. To use&lt;br /&gt;
this utility, select Convert USB to Virtual Serial in your WeatherLink program group on the Start menu of your computer (Start&amp;gt;AllPrograms&amp;gt;WeatherLink&amp;gt;Convert USB to Virtual Serial) and run the utility to convert your data logger. Please contact Davis Technical Support (“Contacting Davis Technical Support” on page 26) for more information.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== Why does Cumulus do some things the way it does, when there are better ways? ==&lt;br /&gt;
&lt;br /&gt;
Cumulus was originally something I &#039;knocked together&#039; quickly when I got my first weather station, simply because I couldn&#039;t find any other software anywhere which I was prepared to use. No &#039;design&#039; went into it, it was really just a prototype. Some of the things I did were just quick &#039;hacks&#039; that I intended to fix when I did it &#039;properly&#039;. But I never got around to going back and doing it &#039;properly&#039;, and it was never my intention that anyone else would use it. But I was persuaded to make it available for others, and then to add more and more enhancements. &lt;br /&gt;
&lt;br /&gt;
The fact that it works with several different types of weather station means that much of it is a compromise; it doesn&#039;t use certain features of the weather station which it could use if it were dedicated to that type of weather station. For example, it typically does not use any high/low data that the station might store internally. Instead, it maintains its own high/low data from individual readings. There are a number of reasons for this; the fact that Cumulus supports an 0900-0900 day, and the weather station does not, and the fact that typically Cumulus maintains far more high/low values than the station does, and these need to be self-consistent. &lt;br /&gt;
&lt;br /&gt;
So yes, I am aware that some of things that Cumulus does may seem strange, but it is simply not possible for me to start again from scratch, knowing what I know now. And it is not possible for me to effectively produce separate versions of Cumulus specifically for each type of weather station. If you don&#039;t like the way Cumulus does certain things, do what I did and write your own software!&lt;br /&gt;
&lt;br /&gt;
== Can I run 2 copies of Cumulus? ==&lt;br /&gt;
&lt;br /&gt;
3 options:&lt;br /&gt;
*You can install Cumulus on more than one PC, but each copy must connect directly to its own weather station (one station connected per PC).&lt;br /&gt;
*You can install 2 copies of Cumulus in different paths on a single PC, &#039;&#039;if you have two weather stations&#039;&#039; and Cumulus is able to distinguish between them, e.g. they are from different manufacturers, or both are serial port stations (different ports), or one is USB and one is serial, or one is a Weatherlink IP. In other words the  combination that does not work on a single PC is two USB stations from the same manufacturer. Note that Davis stations with USB loggers are serial port stations as far as Cumulus is concerned, so there are no problems using multiple copies of Cumulus with multiple Davis stations on the same PC.&lt;br /&gt;
*It is possible to back up the Cumulus files from one installation running off a weather station, and briefly have another reduced functionality copy just looking at historic data without ever any updating (the second Cumulus is set up as if reading from an EasyWeather.dat file, but not given a path/file name) - see [[Cumulus.ini#Introduced_for_problems_with_Fine_Offset_family:|Easyweather.dat section here]].&lt;br /&gt;
&lt;br /&gt;
= Troubleshooting  =&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Please note, these answers are written for Cumulus 1.x.y; the support forum is where Cumulus MX problems are discussed, together with how screens and files are different for the beta development.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== My &#039;Error&#039; light is flashing  ==&lt;br /&gt;
&lt;br /&gt;
Click on it, and a window will open describing the error. It may just be a temporary ftp problem. If you want to stop ftp errors being reported in this way, you can turn them off in the display settings (&amp;quot;Show FTP errors on error log window&amp;quot;).&lt;br /&gt;
&lt;br /&gt;
== My ‘new record’ light has stopped flashing  ==&lt;br /&gt;
&lt;br /&gt;
It is the normal situation that the light does not flash. The ‘new record’ light only flashes when an all-time record has been broken. It stops flashing if you click on it or restart Cumulus, until another all-time record is broken. When you first start using Cumulus, inevitably the light will flash a lot, even if you cancel it, as you will be breaking records constantly. After a while, it will &#039;settle down&#039; and not flash so often.&lt;br /&gt;
&lt;br /&gt;
== I installed a new version and my web page templates got over-written  ==&lt;br /&gt;
&lt;br /&gt;
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, place them in a different folder and use the ‘extra files’ facility. From version 1.8.9, the installer offers the option of not over-writing the web templates; it unconditionally also installs them to a sub-folder of the web folder called &#039;originals&#039;, so you can refer to them if required, even if you chose not to over-write those in the web folder.&lt;br /&gt;
&lt;br /&gt;
== I can’t find my data files!  ==&lt;br /&gt;
&lt;br /&gt;
You’re probably running Windows Vista/Windows 7/Windows 8 (or one of the corresponding server versions of Windows). Look in C:\Users\[username]\AppData\Local\VirtualStore\Program Files\Cumulus - note that this is a &#039;hidden&#039; folder. Ideally, to avoid this situation, you would install to somewhere outside the Program Files hierarchy, as recommended in the readme.txt.&lt;br /&gt;
&lt;br /&gt;
== I can&#039;t save my NOAA reports! ==&lt;br /&gt;
&lt;br /&gt;
You&#039;ve probably corrupted your Cumulus.ini file in the default Cumulus folder. See [[Cumulus.ini#Section:_NOAA]]. It can only be edited either (if Cumulus is stopped) with an external text file editor or (with Cumulus running) using the &#039;&#039;NOAA Setup&#039;&#039; in the configuation menu.  Pay attention to where the quotes are required for the file names, and check that you have an allowed date format (see [[Webtags#Time.2FDate_.27format.27_Parameter]]).&lt;br /&gt;
&lt;br /&gt;
== My sunrise and sunset times are wrong  ==&lt;br /&gt;
&lt;br /&gt;
You&#039;ve almost certainly entered your co-ordinates incorrectly, or not entered them at all - on the station settings screen. You must enter DEGREES, MINUTES, and SECONDS, no other format will work. Make sure to use &#039;&#039;&#039;unsigned whole numbers&#039;&#039;&#039; for degrees, minutes, and seconds, with a &#039;W&#039; for your longitude if you&#039;re West of the Greenwich meridian (e.g. if you are in the United States), and the appropriate letter for your latitude (N for northern hemisphere, S for southern hemisphere). &lt;br /&gt;
&lt;br /&gt;
If you are not familiar with the degrees/minutes/seconds standard format and have your co-ordinates in some other format, there are pages on the web which will convert for you. One such is here: http://transition.fcc.gov/mb/audio/bickel/DDDMMSS-decimal.html&lt;br /&gt;
&lt;br /&gt;
One other less likely possibility is that you have set the wrong time zone on your PC.&lt;br /&gt;
&lt;br /&gt;
== The Moon rise or set time is showing dashes.  ==&lt;br /&gt;
&lt;br /&gt;
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. &lt;br /&gt;
&lt;br /&gt;
== The Moon image is just black ==&lt;br /&gt;
&lt;br /&gt;
It&#039;s probably a New Moon.&lt;br /&gt;
&lt;br /&gt;
== Why are the &#039;Yesterday&#039; figures missing on the Main Cumulus Screen? ==&lt;br /&gt;
&lt;br /&gt;
The yesterday values on the Main Screen under &amp;quot;Recent Extremes&amp;quot; are not shown correctly:&lt;br /&gt;
*EITHER when the &#039;&#039;end of day rollover has not taken place&#039;&#039;. &lt;br /&gt;
**The usual cause of this is allowing your PC to &#039;sleep&#039; while Cumulus is running. &lt;br /&gt;
**The support forum mentions a few other causes. &lt;br /&gt;
**Cure this (if you have a weather station type that has a log that Cumulus reads) by looking in &amp;quot;&#039;&#039;Cumulus\backup&#039;&#039;&amp;quot; folder, and finding a backup directly in that folder or in &amp;quot;daily&amp;quot; sub-folder for just before the problem. With Cumulus stopped, copy all the files in that backup into the &amp;quot;&#039;&#039;&#039;Cumulus\data&#039;&#039;&#039;&amp;quot; folder, and then restart Cumulus. &lt;br /&gt;
*OR if Cumulus was unable to read observations from your station during that day, but can today. &lt;br /&gt;
**You can try the same cure, but may not be able to recover the lost information in this case.&lt;br /&gt;
&lt;br /&gt;
== Why do I have some unexpected zero figures? ==&lt;br /&gt;
&lt;br /&gt;
Cumulus may not be able to update some values/extremes, leaving them at zero, if:&lt;br /&gt;
*EITHER you are allowing your PC to go into sleep/standby while Cumulus is running,&lt;br /&gt;
*OR you have more than one copy of Cumulus attempting to interrogate the same weather station,&lt;br /&gt;
*OR you are closing Cumulus down very close to before/after roll-over (the latter is a restriction due to the way the processing of logger data works).&lt;br /&gt;
&lt;br /&gt;
== I’ve ‘zoomed’ a graph, how do I get it back to full size?  ==&lt;br /&gt;
&lt;br /&gt;
Drag from lower right to upper left.&lt;br /&gt;
&lt;br /&gt;
== Cumulus won&#039;t read the data from my station  ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CUMULUS RUNNING&#039;&#039;&#039;&lt;br /&gt;
If you have one of the Fine Offset clones, make sure you have configured your relative pressure correctly. If Cumulus finds an &#039;impossible&#039; value, it will ignore all data from your station.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CUMULUS RE-STARTED&#039;&#039;&#039;&lt;br /&gt;
If Cumulus does not read catch-up data from the station logger:&lt;br /&gt;
#Your station type may not have a logger, if so Cumulus cannot read anything from station while software was not running.&lt;br /&gt;
#There is a bug in the Davis DLL (Dynamic-Link Library) that Cumulus 1.x.x uses, where it never downloads the last archive record; so if there is only one to download (compare how long Cumulus was stopped with logging interval on your Davis station), it doesn&#039;t get any at all. (See [[#Cumulus_takes_a_long_time_to_download_the_data_from_my_Davis_station_at_start_up|here]] for opposite problem). Cure this by ensuring if you stop Cumulus you either leave it stopped for less than Davis logging interval time, or don&#039;t restart until after at least 2 logging intervals.&lt;br /&gt;
#You have not selected &amp;quot;&#039;&#039;&#039;Use data logger&#039;&#039;&#039;&amp;quot; in the &#039;&#039;Settings&#039;&#039; section of the &#039;&#039;&#039;Station settings&#039;&#039;&#039; screen accessed from &#039;&#039;Configuration&#039;&#039;  menu. Correct this:&lt;br /&gt;
##Stop Cumulus after changing this setting&lt;br /&gt;
##Look in &#039;&#039;Cumulus\backup&#039;&#039; folder (or its &#039;&#039;daily&#039;&#039; sub-folder) for a folder of .ini files prior to the problem, copy all those files to overwrite the ones in &#039;&#039;Cumulus\data&#039;&#039; folder&lt;br /&gt;
##Re-start Cumulus, it should use revised start date/time, and read the station logger for the whole re-wind period&lt;br /&gt;
#If there is another problem, read the instructions accessed from &amp;quot;Please click here before posting&amp;quot; at the top of the support forum page including the request to zip up the contents of the &#039;&#039;Cumulus\diags&#039;&#039; folder when asking for such support.&lt;br /&gt;
&lt;br /&gt;
== Cumulus read some invalid figures from my station ==&lt;br /&gt;
If you have:&lt;br /&gt;
*just started using Cumulus, &lt;br /&gt;
*just re-started Cumulus and you are only getting bad data when you start Cumulus up (i.e. when it is using archive data from the station logger),&lt;br /&gt;
*or you have just changed some settings,&lt;br /&gt;
... check you have the correct station type selected (see the Cumulus &#039;&#039;Help&#039;&#039; for the settings screen).&lt;br /&gt;
&lt;br /&gt;
Choosing the wrong station type means individual items of information are not correctly assigned to weather parameters.  Cumulus knows what is at what location for each station type. &lt;br /&gt;
*Is the information &#039;&#039;correct on the station console&#039;&#039; (i.e. not a fault with a sensor), but incorrectly displayed on Cumulus screen (i.e. transfer problem)? &lt;br /&gt;
Check all your settings on Cumulus, or see [[#Cumulus_won.27t_read_the_data_from_my_station|previous question]].&lt;br /&gt;
*If the &#039;&#039;station itself shows incorrect figures&#039;&#039;, a sensor may have a problem (mechanical or electrical failure, obstruction by animal activity) or a battery may need replacing.&lt;br /&gt;
Over successive versions of Cumulus more and more code has been incorporated to deal with the way some stations are prone to reporting rogue readings.&lt;br /&gt;
*Ensure you are using the latest Cumulus build, if you are using an old version you will not have any enhancements made since the earlier build that might improve the way Cumulus reads from your station type.&lt;br /&gt;
In general, if Cumulus 1.x.x identifies an odd value it will reuse the last good value instead, assuming that the problem will either right itself, or be spotted and dealt with quickly.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fine Offset stations&#039;&#039;&#039; are prone to reporting the odd non-sensical value, and Cumulus has the ability to compare successive readings:&lt;br /&gt;
*From the &#039;&#039;&#039;Configuration&#039;&#039;&#039; menu select [[Cumulus_Screenshots#Configuration_Menu_Screens|&#039;&#039;Calibration&#039;&#039;]] and in the &#039;&#039;&#039;Spike removal&#039;&#039;&#039; frame you can specify &amp;quot;the maximum &#039;&#039;&#039;differences&#039;&#039;&#039; between successive values&amp;quot; that Cumulus is to tolerate. See the &#039;&#039;&#039;Help&#039;&#039;&#039; for that screen, and note that spike removal applies while Cumulus is running, not to catch-up readings from the station&#039;s logger. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Possible Cure:&#039;&#039;&#039;&lt;br /&gt;
The purpose of the backup files is to allow Cumulus to be &#039;rewound&#039; to a particular point in time.  It simulates the situation where someone had closed Cumulus down at that point, and is only now starting it up again, and needs data to be downloaded from the station&#039;s logger to catch up to the present time. Obviously this cure will not work if your station type does not have a logger (one is needed for Cumulus to read old readings again).&lt;br /&gt;
*If you have only installed Cumulus a few days ago, or have just re-started Cumulus after it was stopped and encounter multiple &#039;&#039;rogue readings in the catch-up from the station logger&#039;&#039;; &#039;&#039;&#039;one possibility&#039;&#039;&#039; is to stop Cumulus and find the backup files that it took when you started it up (or just after the previous roll-over time), copy those files into the data folder, overwriting the ones that are there, then when you start it up again it could sort itself out.&lt;br /&gt;
The [[Diags]] log often contains useful information for sorting out what has been read, which values have been ignored, and which highs or lows may have been updated incorrectly. Note that automatic backups are made just after roll-over time because restarting Cumulus when there are no logger records to read before roll-over has been known to cause problems. Therefore, the backup to choose might be one with the date before when the problem occured, but remember that any calculations Cumulus makes are based on readings at least every minute when Cumulus is running, but for the catch up period such calculations can only use the readings available at your station&#039;s logging interval. Note if you choose a later backup and it does not work, you can always then repeat the &#039;rewind&#039; with a earlier backup.&lt;br /&gt;
&lt;br /&gt;
== I get very large amounts of rainfall shown, or other high readings ==&lt;br /&gt;
&lt;br /&gt;
Fine Offset stations have a habit of producing unbelievable readings, and Cumulus filters many of these out automatically. You can also use the &#039;spike removal&#039; settings on the calibration page, and Cumulus will then filter out large changes in readings. Please read the help for how to use these settings. Another possible explanation is that you have chosen the wrong station type in the Cumulus station settings. You should only select the &amp;quot;Fine Offset with UV/Light sensor&amp;quot; type if your station actually has SENSORS for these. Your station may have solar CHARGING, but this is not the same as having a solar SENSOR, and so you should choose the &amp;quot;Fine Offset (WH1080 etc)&amp;quot; type. Typically, stations which do have solar SENSORS have a model number which starts with a &#039;3&#039;, e.g. WS3080, and stations without solar sensors start with a &#039;1&#039; or &#039;2&#039;. Selecting the wrong type of station will cause Cumulus to misinterpret the logger data read from the station (which it uses when it starts up) and hence incorrect readings will result, typically when you restart Cumulus.&lt;br /&gt;
&lt;br /&gt;
== My station invented some rain that didn&#039;t really occur, and I want to set it to zero (or some other figure)  ==&lt;br /&gt;
&lt;br /&gt;
Cumulus does include some code to try to ignore some obvious rain errors. For example, if the station reports negative rain, Cumulus will normally ignore that, but if for 6 consecutive readings the rain cumulative count stays below what it was before, Cumulus will normally accept the new count as a new starting point. Because many positive values are realistic (see sub-answers), Cumulus generally will accept those as a result of accidental knocking of a tipping bucket gauge, due to wind effects on the gauge, or even due to the station electronics generating a rogue reading.&lt;br /&gt;
=== (Invented rain) Error in today&#039;s total===&lt;br /&gt;
#correct today&#039;s total using the &#039;today&#039;s rain&#039; editor on the edit menu.&lt;br /&gt;
#optionally stop Cumulus and edit [[today.ini]] to change the &#039;&#039;LastTip=&#039;&#039;(look up previous value in a recently backed up today.ini) parameter.&lt;br /&gt;
#Remember that &#039;ConsecutiveDryDays&#039; and &#039;ConsecutiveWetDays&#039; do not include today.&lt;br /&gt;
&lt;br /&gt;
=== (Invented rain) Error in yesterday&#039;s total ===&lt;br /&gt;
#edit the total for the relevant day in dayfile.txt, using the dayfile.txt editor on the edit menu.&lt;br /&gt;
#optionally edit yesterday&#039;s total (which is only held temporarily for display purposes) in [[today.ini]], while Cumulus is stopped.&lt;br /&gt;
=== (Invented rain) Error in total or high rainfall rate for any day before today ===&lt;br /&gt;
Just edit the total or rate for the relevant day in dayfile.txt, using the [[Cumulus_Screenshots#File.2FEdit.2FHelp_Menu|dayfile.txt]] editor on the edit menu.&lt;br /&gt;
&lt;br /&gt;
=== (Invented rain) Error in total, or extremes, for this month and/or this year ===&lt;br /&gt;
See next FAQ. Once you have corrected the daily totals (or high rainfall rates) in dayfile.txt, you can use the editors (on the edit menu) for &#039;This Month&#039; and &#039;This Year&#039; to fetch the corrected values from dayfile.txt (or enter figures manually).&lt;br /&gt;
&lt;br /&gt;
=== (Invented rain) Error in all-time records ===&lt;br /&gt;
See [[#How_do_I_correct_my_all-time_.28or_monthly_all-time.29_records.3F |this FAQ]].&lt;br /&gt;
&lt;br /&gt;
To see the previous value for all-time records see [[Alltimelog.txt]]. If your all-time records, or month-by-month all-time records have been affected, you can use the built-in editors. These can fetch the correct values once you have corrected dayfile.txt.&lt;br /&gt;
&lt;br /&gt;
===  (Invented rain and) Other rain figures ===&lt;br /&gt;
Note that other rain figures, such as &#039;rain last hour&#039; and &#039;rain last 24 hours&#039; depend on a sensible progression of the rain counter, so it&#039;s not easy to correct this; it&#039;s easier to wait until the erroneous figure is far enough in the past so as not to affect the calculation. If you really do want to try to correct it; you would need to stop Cumulus, then find and edit multiple field 11 (assuming date is field 0) the Cumulus &#039;rain counter&#039; values in the [[monthly_log_files]] in the current monthly log file so they are correct relative to the current value of the rain counter (i.e. the latest one logged).&lt;br /&gt;
&lt;br /&gt;
===  (Invented rain) Error prevention by Spike removal ===&lt;br /&gt;
#It is better to try to avoid spurious rain being recorded in the first place.&lt;br /&gt;
#Cumulus attempts to ignore large increases in the rain total automatically, and is quite often successful.&lt;br /&gt;
#For &#039;hourly rain&#039; and &#039;rain rate&#039;, you can set &#039;spike removal&#039; settings on the calibration settings screen. The value you set here, is the maximum change allowed between successive observations. Rain Rate corrections apply only to Fine Offset and La Crosse stations (which are known to occasionally produce faulty rain readings).&lt;br /&gt;
&lt;br /&gt;
===  (Invented rain) More information ===&lt;br /&gt;
There is more information about correcting rogue data elsewhere in the Wiki, in the pages about the [[:Category:Log_Files|log files]].&lt;br /&gt;
&lt;br /&gt;
== My monthly and/or annual rainfall totals are wrong  ==&lt;br /&gt;
&lt;br /&gt;
Cumulus calculates these when it is restarted, holds the values within memory, and increments them as required while it is running. This FAQ in the previous section [[#Where_does_Cumulus_get_its_this_month_and_this_year_rainfall_totals_from.3F]] has a concise description of how Cumulus calculates these figures.&lt;br /&gt;
&lt;br /&gt;
* The rainfall total shown on the &#039;&#039;This month&#039;&#039; screen within the &#039;&#039;&#039;View&#039;&#039;&#039; menu, is calculated from summing [[dayfile.txt]] totals for a selected month, and so for the default current month will exclude the current meteorological day.  The rainfall total for today so far is added for the web tag &#039;&#039;&amp;lt;#rmonth&amp;gt;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
* The rainfall total shown on the &#039;&#039;This year&#039;&#039;  screen within the &#039;&#039;&#039;View&#039;&#039;&#039; menu, is calculated from summing totals in dayfile.txt for a selected calendar year. For the default current year, it will exclude the current meteorological day.&lt;br /&gt;
&lt;br /&gt;
* The rainfall total reported by the &#039;&#039;&amp;lt;#ryear&amp;gt;&#039;&#039; web tag is for the rainfall season to date, it is calculated from taking today&#039;s rain and then adding the sum of the totals in dayfile.txt starting with the first (meteorological) day of the month specified in the &#039;rainfall season&#039; frame on the &#039;&#039;station settings&#039;&#039; screen within the &#039;&#039;&#039;Configuration&#039;&#039;&#039; menu, until the end of dayfile.txt is reached. So check you have specified the right starting month there before deciding the rainfall total shown is wrong. &lt;br /&gt;
&lt;br /&gt;
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 also on the [[Cumulus_Screenshots#Station|Station Configuration screen]].  Make sure you specify the first Cumulus operating year here, otherwise the extra will be added to the annual total for the wrong year!&lt;br /&gt;
&lt;br /&gt;
See immediately preceding FAQ [[#My_station_invented_some_rain_that_didn.27t_really_occur.2C_and_I_want_to_set_it_to_zero_.28or_some_other_figure.29 |correcting rainfall]]  for how to correct errors in total for particular days and how to correct the high extremes for the various periods.&lt;br /&gt;
&lt;br /&gt;
In all cases then restart Cumulus to get the monthly and annual totals recalculated from correct daily totals. &lt;br /&gt;
&lt;br /&gt;
If you need to correct within day values for trend graphs as well as the longer period totals, provided you know roughly when the rogue rainfall was recorded, find (and edit) it in the [[monthly_log_files]], field 11 (assuming date is field 0) is the count used to derive other parameters. Increasing the value in the count field, decreases the difference to the next (or current) count, and therefore reduces the rain in the in-between period.&lt;br /&gt;
&lt;br /&gt;
== The ‘gust’ line has disappeared from my graph  ==&lt;br /&gt;
&lt;br /&gt;
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. Depending on your weather station type, there are a few things you could try, to improve things. Decrease your station&#039;s logger interval, and if you have Cumulus calculating the wind speed average and you have a Fine Offset station, set &#039;Use speed for avg calculation&#039;.&lt;br /&gt;
&lt;br /&gt;
== My ‘gust’ values are the same as my ‘average’ wind speed values.  ==&lt;br /&gt;
&lt;br /&gt;
As above, you probably have Cumulus set to calculate a 10-minute average, and your station logger period is 10 minutes or longer, so your gust comes out the same as the average when using data from the logger. See the previous FAQ for suggestions on how to improve this.&lt;br /&gt;
&lt;br /&gt;
== I’ve just installed Cumulus, and it didn’t download all the old data from my weather station  ==&lt;br /&gt;
&lt;br /&gt;
Cumulus deliberately doesn’t attempt to download any data from before the point when you first run it. If you wish, although this isn&#039;t recommended, 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 (you will need to have run it at least once previously). Note that if you do this, it is at your own risk, and you will need to sort out any issues which may arise yourself.&lt;br /&gt;
&lt;br /&gt;
If you do this, you will probably need to edit your log files in the &#039;&#039;&#039;data&#039;&#039;&#039; folder as you may have duplicate entries and/or entries out of order. Your rain totals will almost certainly also be wrong - the total for &amp;quot;today&amp;quot; in particular. See the [[FAQ#My_station_invented_some_rain_that_didn.27t_really_occur.2C_and_I_want_to_set_it_to_zero_.28or_some_other_figure.29 |FAQ]] entry about correcting rainfall data. If you have only just started using Cumulus, you could delete all of the files in the data folder, and just create a simple today.ini as below. Then when you start Cumulus it will start again with just the data from the station&#039;s logger.&lt;br /&gt;
&lt;br /&gt;
Note that this method does not work for the Oregon WMR200 station. This station deletes logger entries when they are downloaded, and there is no mechanism for retrieving logger entries for a particular period - it just sends all the entries that it has. You may be able to circumvent this by creating a today.ini file in the data folder before you run Cumulus, with just this in it:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[General]&lt;br /&gt;
Date=10/04/2012&lt;br /&gt;
Timestamp=10/04/2012 10:00:00&lt;br /&gt;
CurrentYear=2012&lt;br /&gt;
CurrentMonth=4&lt;br /&gt;
CurrentDay=10&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Change the dates and time to match the point from which you want Cumulus to start downloading data. If the station has already sent the data, this may not work, unfortunately.&lt;br /&gt;
&lt;br /&gt;
If you stored data from your weather station (on another file-based system) before you first ran Cumulus, then you may be able to (using a text editor outside Cumulus) generate [[Monthly log files]] for the pre-Cumulus period.  See that Wiki article for more information on what you can then do with those files within Cumulus.&lt;br /&gt;
&lt;br /&gt;
== I have inserted pre-Cumulus data and now I get errors ==&lt;br /&gt;
&lt;br /&gt;
Probably some of your inserts used the wrong format (blank rows, fields with real numbers where integers expected, alternatively missing or duplicated fields). See [[:Category:Log_Files]]. Note that Cumulus will only flag errors in the log files that it reads (e.g. those relating to the period for which it displays trends graphs).  Check all the log files you have amended.&lt;br /&gt;
&lt;br /&gt;
== I have inserted pre-Cumulus data making &#039;Records began on&#039; date wrong ==&lt;br /&gt;
&lt;br /&gt;
Stop Cumulus and edit [[Cumulus.ini#Section:_Station | cumulus.ini (station section)]] within the main Cumulus folder. Change the &amp;quot;StartDate=&amp;quot; line. Be sure to use the same format for the date.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note&#039;&#039;&#039; &#039;&#039;StartDate=xxxx&#039;&#039; does &#039;&#039;not&#039;&#039; need to be updated for Cumulus to recognise earlier data in log files in its &#039;&#039;data&#039;&#039; subfolder.  &lt;br /&gt;
&lt;br /&gt;
It really represents &amp;quot;Cumulus began on&amp;quot;, so there is an alternative of leaving cumulus.ini unchanged, but editing default Cumulus &#039;&#039;recordsT.htm&#039;&#039; template twice:&lt;br /&gt;
*after the h2 heading is &#039;&#039;&amp;amp;lt;p&amp;amp;gt;Records began on &amp;lt;#recordsbegandate&amp;gt;. Here are the extremes recorded since then.&amp;amp;lt;/p&amp;amp;gt;&#039;&#039;;  you can replace &#039;&amp;lt;#recordsbegandate&amp;gt;&#039; with the new earliest date typed in as text; and&lt;br /&gt;
*at the start of the table is the &#039;&#039;&amp;amp;lt;caption&amp;amp;gt;Records Since &amp;lt;#recordsbegandate&amp;gt;&amp;amp;lt;/caption&amp;amp;gt;&#039;&#039;; replace the label &amp;quot;Records since&amp;quot; with &amp;quot;Cumulus began on&amp;quot; leaving the web tag unchanged.&lt;br /&gt;
&lt;br /&gt;
== Cumulus doesn’t show the same pressure as my Fine Offset console  ==&lt;br /&gt;
&lt;br /&gt;
Cumulus displays atmospheric pressure corrected to sea level. The console calls this ‘relative pressure’; it displays the letters &amp;quot;rel&amp;quot; when this is being displayed.  First of all, check&lt;br /&gt;
# that you are comparing the Cumulus display with the ‘relative’ pressure on your console,&lt;br /&gt;
# that only one copy of Cumulus is accessing the weather station (and no other software),&lt;br /&gt;
# that you do not have a &#039;EWpressureoffset=x.y&#039; line in the [Station] section of [[Cumulus.ini#Introduced_for_problems_with_Fine_Offset_family:| cumulus.ini]],&lt;br /&gt;
# and that you do not have a setting for pressure on the Cumulus calibration screen.&lt;br /&gt;
&lt;br /&gt;
The Fine Offset stations only store absolute/station pressure readings in their weather memory locations updated with each transmission and read by Cumulus. Within Cumulus, the software applies the adjustment to sea level before any further processing. It does &#039;&#039;not&#039;&#039; use the altitude setting in the cumulus station configuration screen.&lt;br /&gt;
Normally when Cumulus starts, it reads in [http://www.jim-easterbrook.me.uk/weather/mm/ the fixed block] in the console a pair of absolute/station pressure and relative/sea level pressure readings and uses the difference between these as the ‘offset’ in millibar for the station;  Cumulus uses this offset subsequently to calculate the sea level pressure (each time when reading the absolute pressure in the weather memory locations of the station), but it is possible to define the offset in cumulus.ini instead. &lt;br /&gt;
&lt;br /&gt;
Make sure that you have set your console&#039;s relative pressure correctly:&lt;br /&gt;
*for a push button operated model, press &#039;menu&#039; key 4 times for pressure mode, press &#039;enter&#039; to move to relative pressure setting, press &#039;up&#039; or &#039;down&#039; to adjust value.&lt;br /&gt;
*if your model uses a touch sensitive screen then it is probably tap the reading three times, then touch &#039;+&#039; or &#039;-&#039; to adjust value.&lt;br /&gt;
&lt;br /&gt;
The support forum includes discussion on where to find isobar charts or other sources to determine what the pressure should be.  Obviously after any adjustment you need to stop Cumulus, because it is when you restart it that Cumulus reads the new pressure offset.&lt;br /&gt;
&lt;br /&gt;
Sometimes the offset that cumulus reads from the fixed block is clearly garbage, so&lt;br /&gt;
# the cumulus error light is set,&lt;br /&gt;
# an error message suggests you check the station, and&lt;br /&gt;
# Cumulus uses zero offset instead as a best effort.&lt;br /&gt;
In this situation, Cumulus will display the same value as the &#039;absolute&#039; pressure on the console (no &amp;quot;rel&amp;quot; is displayed on the console when it is displaying absolute pressure). Often, if you restart Cumulus, it will then be able to read the correct value. If the problem happens often, you can circumvent it by editing cumulus.ini (while Cumulus is stopped), and in the [Station] section add an entry: &lt;br /&gt;
&lt;br /&gt;
 EWpressureoffset=x.y&lt;br /&gt;
&lt;br /&gt;
where x.y is your pressure offset. &#039;&#039;&#039;Cumulus will then use this instead of reading the fixed block offset from the station&#039;&#039;&#039;.  &lt;br /&gt;
&#039;&#039;&#039;Note&#039;&#039;&#039; that &#039;&#039;you must supply the offset in hPa&#039;&#039; (i.e. the millibar units that the station works with) and that this circumvention generally stops Cumulus from agreeing with the relative pressure displayed on the console.&lt;br /&gt;
&lt;br /&gt;
== My pressure suddenly dropped! Or suddenly increased!  ==&lt;br /&gt;
&lt;br /&gt;
If you have a Fine Offset station, and this happened when you (re)started Cumulus, it is quite likely a problem with reading the pressure &#039;offset&#039; from the station. See: &amp;quot;Cumulus doesn’t show the same pressure as my Fine Offset console&amp;quot; above.&lt;br /&gt;
&lt;br /&gt;
== I get an error when I try to view my all-time records. Also, they don’t appear on my web site  ==&lt;br /&gt;
&lt;br /&gt;
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. &lt;br /&gt;
&lt;br /&gt;
== I get an error when I close Cumulus  ==&lt;br /&gt;
&lt;br /&gt;
Cumulus does sometimes report an error when you close it. This does not appear to cause any problems, you can just close the error message. I don&#039;t seem to be able to do anything about this, as the &#039;crash&#039; is not in code that I have control over. You may be able to avoid this error by avoiding closing Cumulus while it is uploading to the internet. Please don&#039;t bother sending me a bug report about this. &lt;br /&gt;
&lt;br /&gt;
== My forecast says &amp;quot;Not available&amp;quot;  ==&lt;br /&gt;
&lt;br /&gt;
You can get Cumulus to create a simple forecast by selecting &#039;Cumulus Forecast&#039; on the Stations Settings screen. &lt;br /&gt;
&lt;br /&gt;
== My forecast always says &amp;quot;Exceptional Weather, Stormy, much precipitation&amp;quot;  ==&lt;br /&gt;
&lt;br /&gt;
You probably have incorrect Pressure Extreme settings in the Forecast section on the Station Settings window. Make sure that the values you have supplied match the units you have selected for the extremes. Note that the units for the extremes are not related to the units you have chosen for pressure display in Cumulus. The option of supplying mb/hPa or inHg for the extremes is merely a convenience; you can supply either, but the values and the units must of course match.&lt;br /&gt;
&lt;br /&gt;
== My computer hibernated/suspended, and I lost data/my graphs &#039;flat-lined&#039;  ==&lt;br /&gt;
&lt;br /&gt;
Cumulus can&#039;t cope with being suspended, it just carries on as normal after being woken. There is an option in the station settings to &#039;close on suspend&#039;, so Cumulus will close itself as a safety measure, if you forget to do it manually. Don&#039;t use the &#039;close on suspend&#039; option and the &#039;confirm shutdown&#039; option at the same time; this will cause problems. &lt;br /&gt;
&lt;br /&gt;
But I strongly recommend that you don&#039;t have your computer set to go into any form of standby while Cumulus is running - it&#039;s continuously gathering real-time data, after all, so it&#039;s a rather strange thing to do. &lt;br /&gt;
&lt;br /&gt;
== My heat index/humidex/wind chill is the same as my temperature  ==&lt;br /&gt;
&lt;br /&gt;
*Wind chill only applies when the average wind speed is above 4.8 kph &#039;&#039;&#039;and&#039;&#039;&#039; (by default in Cumulus as it should really always be set, but this is an option that can be unset) the temperature is below 10 degrees Celsius.  &lt;br /&gt;
*Heat index only applies when the temperature is above 27 degrees Celsius &#039;&#039;&#039;and&#039;&#039;&#039; the humidity is above 40%. &lt;br /&gt;
* Humidex does not have any &#039;cutoff&#039; values, but at low temperature and/or humidity it will give the same figure as ambient temperature.&lt;br /&gt;
&lt;br /&gt;
If heat index or wind chill is not applicable, Cumulus will set them the same as the ambient temperature.&lt;br /&gt;
&lt;br /&gt;
== Cumulus is showing a different wind speed compared to my console  ==&lt;br /&gt;
&lt;br /&gt;
You have probably misunderstood Cumulus processing of wind speeds, looking at different parameters, or different averaging periods.&lt;br /&gt;
*If you have a Davis weather station see [[#What_do_the_various_wind_speeds_in_Cumulus_correspond_to.2C_with_Davis_stations.3F]]&lt;br /&gt;
*If you have a Fine Offset station, see [[#What_do_the_various_wind_speeds_in_Cumulus_correspond_to.2C_with_Fine_Offset_stations.3F]] &lt;br /&gt;
* For Oregon Scientific and La Crosse stations see [[#How_do_I_set_up_recording_wind_speeds_in_Cumulus.2C_with_Oregon_Scientific_and_La_Crosse_stations]]&lt;br /&gt;
&lt;br /&gt;
Note that you can&#039;t compare the graphs drawn by Easyweather and Cumulus unless you are certain that they are plotting the same data. They can&#039;t both be running at the same time, so one would normally be plotting &#039;live&#039; data at a given interval, and the other will be plotting data downloaded from the station&#039;s logger. The wind speed will hence not normally be the same for a particular time on the graph as it may well have changed at the point that it is saved to the logger. The only situation where it &#039;&#039;would&#039;&#039; be valid to compare the graphs would be if neither were running at the times you are comparing, and both subsequently downloaded the same data from the logger.&lt;br /&gt;
&lt;br /&gt;
== I get error -32710 with Cumulus and my USB Davis station  ==&lt;br /&gt;
&lt;br /&gt;
The USB support in the Davis DLL which Cumulus uses doesn&#039;t seem to work. You need to use the CP210X USB/serial software which Davis supply, and use the station in serial mode. If you have previously been using your station with Weatherlink in USB mode, you will need to change to serial mode in Weatherlink before you can use the station with Cumulus. You can do this using [http://www.davisnet.com/support/weather/download/CP210X_USB_Serial_Converter_ver2.exe this utility from Davis]. See also this FAQ entry - http://wiki.sandaysoft.com/a/FAQ#How_do_I_get_my_Davis_station_with_USB_working_with_Cumulus.3F&lt;br /&gt;
&lt;br /&gt;
== When I start Cumulus, the graphs restart again each time and don&#039;t show the earlier data  ==&lt;br /&gt;
&lt;br /&gt;
You probably have an error in one or more data files. Look near the beginning of the latest file in the Diags folder for an error message which will tell you which file is in error and which line is causing the problem. It may simply be a blank line. Edit the file with Cumulus stopped. Note that you may need to repeat this process; only the first error is shown.&lt;br /&gt;
&lt;br /&gt;
This problem can also occur if you change your system format settings (date format, decimal and list separators etc). Again, check the diags file for a message about a number not being a valid floating point value.&lt;br /&gt;
&lt;br /&gt;
== The peak values on my graphs are not the same as my extreme values  ==&lt;br /&gt;
&lt;br /&gt;
The graphs are snapshots of the data, taken once a minute while Cumulus is running; it is not feasible to plot every data point. If the extreme value did not coincide exactly with the point at which the data was added to the graph, then it will not appear on the graph. The graphs are not intended to show all of the highs and lows, they are there to give an idea of the trends. This also applies to &#039;Select-A-Graph&#039;, which takes its data from the data logs; the highs and lows do not necessarily appear in the periodic data logs.&lt;br /&gt;
&lt;br /&gt;
This is most noticeable with wind gusts, the value of which can change rapidly, even over a period of a minute. The &#039;Plot latest gust&#039; setting causes the &#039;Latest&#039; figure (as shown on the main screen) to be plotted. What this figure represents exactly depends on your weather station type. This figure may vary rapidly, e.g. on Davis stations, it changes every 3 seconds or so. The graphs are plotted once a minute, and hence, with Davis stations, for example, there is approximately a one in 20 chance of any given &#039;latest&#039; figure actually being plotted.&lt;br /&gt;
&lt;br /&gt;
Cumulus also stores the peak value of the &#039;latest&#039; figure from the last 10 minutes. It calls this the &#039;gust&#039;, as this is a reasonable representation of a true &#039;gust&#039; figure. If you untick &#039;plot latest gust&#039;, it will plot this figure instead. As it contains the peak figure from the last 10 minutes, and the graph is plotted once a minute, plotting this value means that the high gust figure will always appear on the graph. The exception to this is with Davis stations, in the situation where the &#039;high gust&#039; figure has been read directly (as a way of ensuring that the high gust isn&#039;t missed) rather than by the usual reading of the current data. In this case, the gust is recorded as the high, but is not written to the current value, and hence does not appear on the graph, as it may be out of sequence with the current data.&lt;br /&gt;
&lt;br /&gt;
== My extreme values do not appear in the &#039;monthly&#039; data logs  ==&lt;br /&gt;
&lt;br /&gt;
The data logs are snapshots of the data, taken at the configured interval while Cumulus is running (or at the station&#039;s configured interval when data is read from the station&#039;s logger directly into the Cumulus monthly log). Cumulus, while it is running, reads the station frequently, detecting each change in observations, and can update extremes at each of these reading times.&lt;br /&gt;
&lt;br /&gt;
If the extreme value reading time did not immediately precede a time at which the data was logged, then it will not appear in the log. This is most noticeable with wind gusts, the value of which can change rapidly between log entries.&lt;br /&gt;
&lt;br /&gt;
Cumulus is designed to be kept running, if you only run it once a day, then the information it reads from the station&#039;s logger during catch up may miss extremes. For example &#039;&#039;when Cumulus reads the archive temperatures from a Davis station&#039;&#039;,  (in a compromise to allow Cumulus to have as much code as possible that is common to all weather station types) the design means that it ignores the first and second figures representing highest and lowest reported at each logged time, just reading the third figure that, depending on console configuration, is either the average value over the archive period or the final reading of the archive period (I don&#039;t know what the default is).&lt;br /&gt;
&lt;br /&gt;
== Cumulus takes a long time to download the data from my Davis station at start up  ==&lt;br /&gt;
&lt;br /&gt;
When Cumulus starts, it asks the station for all the data from the logger since the last time it was running. If the time-stamp that it supplies does not exactly match the time-stamp of an entry in the Davis logger, the station has a strange &#039;feature&#039; where it decides to send the entire contents of the logger. This will take some time to download, during which the Davis console display may appear to freeze. &lt;br /&gt;
#It is recommended that you enable the feature &#039;&#039;&#039;Synchronise station clock&#039;&#039;&#039; in the &#039;Settings&#039; block accessed from the &#039;&#039;Configuration&#039;&#039; menu  &#039;&#039;&#039;Station&#039;&#039;&#039; [[Cumulus_Screenshots#Station|Screen]].&lt;br /&gt;
#It is recommended that you set the logging interval in Cumulus (in the &#039;Data log interval&#039; block accessed from the &#039;&#039;Configuration&#039;&#039; menu  &#039;&#039;&#039;Station&#039;&#039;&#039; Screen) to the same interval as the station (the station interval can be changed using Weatherlink), then Cumulus will be able to make sure it uses a time-stamp that matches an entry in the logger. Note that this is mentioned in the &#039;&#039;&#039;readme.txt&#039;&#039;&#039; file that appears during the Cumulus installation, which you were asked to read at the time. If you didn&#039;t read it, it is strongly recommended that you do so now; it contains important information.&lt;br /&gt;
&lt;br /&gt;
== My Davis console clock is not exactly the same as my PC clock, but I have &amp;quot;Synchronise station clock&amp;quot; selected ==&lt;br /&gt;
&lt;br /&gt;
The Davis protocol only allows hours and minutes to be set, so there is always likely to be a difference of up to 60 seconds between the PC and the station.&lt;br /&gt;
&lt;br /&gt;
== Today is the shortest/longest day, but Cumulus says that tomorrow will be a few seconds shorter/longer  ==&lt;br /&gt;
&lt;br /&gt;
The routines I use to calculate (at midnight GMT) the length of the day aren&#039;t really suitable for this level of accuracy and may use the previous day in one parameter. I don&#039;t consider it an issue.&lt;br /&gt;
&lt;br /&gt;
== Cumulus got the forecast wrong!  ==&lt;br /&gt;
&lt;br /&gt;
Cumulus uses a forecast based on the Zambretti Forecaster (see Google). I didn&#039;t design the algorithm myself and to be honest I don&#039;t know how it works, so I can&#039;t answer any questions about it. Note that this is a &#039;forecast&#039; for the following 12 hours or so; it is not a &#039;nowcast&#039; (what the weather is doing now). Please regard the forecast as &#039;for entertainment purposes only&#039;. Do not base any decisions on it, and bear in mind that it is a very simple calculation based on only a few basic parameters. Some people get reasonable results, others do not. You can try tweaking the pressure extreme settings (in the Forecast section in the station settings), but don&#039;t expect the forecast to be as good as that provided by the weather agencies which have invested millions in their forecasting systems.&lt;br /&gt;
&lt;br /&gt;
== I only see one set of points on the wind direction graph  ==&lt;br /&gt;
&lt;br /&gt;
This happens just after you restart Cumulus, if the data came from the weather station&#039;s logger (i.e. Cumulus hasn&#039;t been running for a while). Weather stations only supply a &#039;current&#039; direction, and Cumulus calculates the average direction when running &#039;live&#039;.  So there is only one set of data available to be plotted, if it comes from the station logger.&lt;br /&gt;
&lt;br /&gt;
== My average wind bearing remains at zero ==&lt;br /&gt;
&lt;br /&gt;
Cumulus will always show zero average bearing when the average wind speed is zero (it can&#039;t be otherwise because it&#039;s calculated using the wind speed). In addition, it will show zero current bearing when the current wind speed is zero if you have &#039;&#039;use bearing zero when calm&#039;&#039; selected in the [[Cumulus_Screenshots#Station|station]] settings (accessible from &#039;&#039;&#039;Configuration&#039;&#039;&#039; menu).&lt;br /&gt;
&lt;br /&gt;
This also happens if your anemonmeter has a fault.&lt;br /&gt;
&lt;br /&gt;
== My graphs appear to be plotted less frequently just after Cumulus starts up  ==&lt;br /&gt;
&lt;br /&gt;
When running live, Cumulus plots data at 1-minute intervals. When it starts up, it pre-fills the graphs with data from the log files, which generally (depending on how you have Cumulus and your station configured) will be at less frequent intervals. &lt;br /&gt;
&lt;br /&gt;
== I closed Cumulus, the &#039;please wait&#039; form appeared, but Cumulus didn&#039;t close, even after several minutes  ==&lt;br /&gt;
&lt;br /&gt;
If you&#039;ve closed Cumulus shortly after it has downloaded a lot of data from the logger, it can take a while for the logging thread to get everything written away to disk, and Cumulus won&#039;t close until this has completed. However, in some circumstances, there seems to be a situation where Cumulus will never close, so you will need to close it with task manager. If you think you know what conditions cause this to happen, please let me know. &lt;br /&gt;
&lt;br /&gt;
== Cumulus isn&#039;t logging data at the interval that I set  ==&lt;br /&gt;
&lt;br /&gt;
It logs data at the interval you have configured, while it is running. If there is data to read from the station logger at start up, each logger entry is logged to the Cumulus log files, so those entries will be at the logger interval that you have configured in your station.&lt;br /&gt;
&lt;br /&gt;
== Cumulus takes a very long time to shut down ==&lt;br /&gt;
&lt;br /&gt;
You may have closed it very soon after starting it up, when it had a lot of data to download from the station logger, and you use Weather Underground. From version 1.9.1  there is a facility where it &#039;catches up&#039; with data that hasn&#039;t been uploaded to Weather Underground while it hasn&#039;t been running. This takes a little while, and if you close it while it is doing it, it will take a long time for all of the updates to time out. You need to give it sufficient time to finish the upload. From version 1.9.2, there is a &#039;catch up&#039; light which shows that the upload is taking place, and the &#039;catch up&#039; is optional&#039;; and it will abort much more quickly if you still close it while the catch up is taking place. &lt;br /&gt;
&lt;br /&gt;
== My temperature Min/Max/Avg graph is empty ==&lt;br /&gt;
&lt;br /&gt;
The most likely explanation is that you have only recently started running Cumulus (in the last day or two). It adds new values to this graph at the end of each day; it wouldn&#039;t make sense to add a value part of the way through the day, and you need a few points to be plotted before the graph starts to take shape. You need to wait until you have been running Cumulus for a few days.&lt;br /&gt;
&lt;br /&gt;
If you&#039;ve been running Cumulus for more than a few days, but the graph is still empty, the most likely explanation is that it was unable to read your dayfile.txt file. Look at the latest file in the &#039;diags&#039; folder (the files are plain text) for error messages mentioning dayfile.txt.&lt;br /&gt;
&lt;br /&gt;
== The longest dry/wet spell for this month/year includes days from last month/year ==&lt;br /&gt;
&lt;br /&gt;
This is intentional. I decided that it didn&#039;t make sense to arbitrarily chop off a dry/wet spell at the start of the month/year, as then the figure is meaningless. So the figures are to be interpreted as &amp;quot;the longest dry/wet spell which includes this month/year&amp;quot;. I note that other software takes the same approach.&lt;br /&gt;
&lt;br /&gt;
== Cumulus isn&#039;t performing periodic tasks, like data logging or web uploads ==&lt;br /&gt;
&lt;br /&gt;
Cumulus assumes a certain level of weather station functionality. It checks that it has received data from a number of sensors (e.g. pressure and outside temperature) before it starts periodic calculations, logging, uploading to the web, or drawing graphs. This is an attempt to make sure that bad data is not logged. If your weather station is not fully functional, you will not be able to use Cumulus fully. &lt;br /&gt;
&lt;br /&gt;
You can over-ride the start up check by adding a line to the [Station] section of [[Cumulus.ini#Section:_Station|cumulus.ini]], thus: &#039;&#039;NoSensorCheck=1&#039;&#039;&lt;br /&gt;
(You need to do this while Cumulus is stopped). Note that you are likely to get bad data logged if you do this.&lt;br /&gt;
&lt;br /&gt;
== I&#039;ve changed my Twitter password, and now Cumulus won&#039;t update Twitter ==&lt;br /&gt;
&lt;br /&gt;
You need to force Cumulus to re-authenticate with Twitter. Stop Cumulus and edit cumulus.ini. Find the [Twitter] section, and &#039;&#039;&#039;delete&#039;&#039;&#039; the lines which start&lt;br /&gt;
&lt;br /&gt;
OauthToken=&lt;br /&gt;
 &lt;br /&gt;
OauthTokenSecret=&lt;br /&gt;
&lt;br /&gt;
Start Cumulus and it should be able to update Twitter again.&lt;br /&gt;
&lt;br /&gt;
== When I start Cumulus, I get the error message &amp;quot;The station is not initialised&amp;quot; ==&lt;br /&gt;
&lt;br /&gt;
For Fine Offset stations, when Cumulus starts up, it checks the first two bytes of the station&#039;s memory. They are supposed to contain the values Hex 55 and Hex AA to indicate that the station has initialised itself correctly. If they do not, then presumably the station has had some kind of internal problem, so Cumulus doesn&#039;t try to read any data from it. A reset of the station normally fixes this - remove the batteries and the USB cable; but note that you will almost certainly lose any stored data in the logger.&lt;br /&gt;
&lt;br /&gt;
If you want to force Cumulus to ignore this check (not recommended), edit cumulus.ini and add a line to the [Station] section: &#039;&#039;EWdisablecheckinit=1&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
You will most likely not have any success with this, as your station memory is probably corrupted anyway.&lt;br /&gt;
&lt;br /&gt;
Note that for this setting to work, you need to be using version 1.9.3, build 1034 or later.&lt;br /&gt;
&lt;br /&gt;
== How do I correct today&#039;s or yesterday&#039;s highs and lows? ==&lt;br /&gt;
&lt;br /&gt;
Today&#039;s totals, highs and lows (and yesterday&#039;s rain total) are held in [[today.ini]] in the Cumulus data folder. Yesterday&#039;s totals (including RG11 rain but not standard rain), highs and lows are held in [[yesterday.ini]]. Follow the cross-references if you are unsure which parameter is what. To change any values, stop Cumulus and edit the file(s) in a text editor. Be sure to keep any date and time formats the same. If you are editing yesterday&#039;s highs and lows, you might also need to edit [[Dayfile.txt#Editing_daily_summary_in_Cumulus|dayfile.txt]], as the same values will probably have been written to that file. You can use the [[Cumulus_Screenshots#File.2FEdit.2FHelp_Menu|built-in dayfile editor]] in Cumulus to do this. If your all-time and/or monthly all-time records have been affected, see the [[#How_do_I_correct_my_all-time_.28or_monthly_all-time.29_records.3F|FAQ entry below]].&lt;br /&gt;
&lt;br /&gt;
If the value you want to change is today&#039;s high hourly rain figure, it is best to wait until the current figure has returned to a sensible value. There is no easy way to correct the current figure, so if you change it in today.ini while the current figure is incorrect, the high value in today.ini will immediately be changed again when you start Cumulus.  More information about correcting rain [[#My_station_invented_some_rain_that_didn.27t_really_occur.2C_and_I_want_to_set_it_to_zero_.28or_some_other_figure.29 |in this FAQ]].&lt;br /&gt;
&lt;br /&gt;
If the problem occurred because Cumulus wasn&#039;t able to download the data from the station&#039;s logger when you started it up in the morning (or perhaps you turned off the &#039;use data logger&#039; setting for some reason), you can get it to try again by &#039;rewinding&#039; to the time when you started Cumulus, and allowing it to try again. Cumulus takes a copy of the current files each time it starts up, and puts them in a folder in the backup folder in the Cumulus installation. Stop Cumulus, and find the backup folder with the appropriate timestamp, and copy all of the files from the backup folder into the Cumulus data folder, and start Cumulus up again.&lt;br /&gt;
&lt;br /&gt;
== How do I correct my all-time (or monthly all-time) records? ==&lt;br /&gt;
&lt;br /&gt;
Use the editor in Cumulus - on the Edit menu. If you know the correct figures, you can enter them manually.&lt;br /&gt;
*You can look at the [[Alltimelog.txt]] file to find the previous values for the [[Monthlyalltime.ini|all-time records]].&lt;br /&gt;
*Similar entries are logged to the [[diags]] files for the monthly highs and lows in [[month.ini]]. &lt;br /&gt;
*You can also get the editor to scan the [[dayfile.txt|daily summary log]] and [[Monthly_log_files]] to find the highs and lows from those files, click the Help button for details. Note that to use this facility you first need to correct any incorrect values in the files being scanned; you can use the built-in editor in Cumulus to edit dayfile.txt.&lt;br /&gt;
&lt;br /&gt;
Cumulus takes a backup of all the active data files when it starts up, and also at the start of the meteorological day (just after midnight for a lot of users). The backups are kept in folders within the backup sub-folder in the Cumulus installation. So an alternative method would be to find the latest backup from before the error occurred, and copy the &#039;&#039;alltime.txt&#039;&#039; and/or &#039;&#039;monthlyalltime.txt&#039;&#039; file from the backup to the Cumulus data folder. Do this with Cumulus stopped.&lt;br /&gt;
&lt;br /&gt;
There is more information in [[:Category:Log_Files]], on the page for each type of file.&lt;br /&gt;
&lt;br /&gt;
== It&#039;s January 1st and my &#039;rain since midnight&#039; and/or &#039;last 24 hours rain&#039; and/or Evapotranspiration are wrong/negative ==&lt;br /&gt;
&lt;br /&gt;
You are probably using a Davis station. Cumulus needs an incrementing rain counter to calculate all of the rain figures, and the nearest to that on a Davis station is the annual total. When this resets at the end of the year, this causes some of the rain data to show odd values for a day. You will notice this particularly if you use an 0900 start of meteorological day, as the &#039;rain since midnight&#039; figure is used for services such as Weather Underground. There&#039;s no easy solution to this, sorry.&lt;br /&gt;
&lt;br /&gt;
== Cumulus stops at the &amp;quot;Downloading data&amp;quot; screen ==&lt;br /&gt;
&lt;br /&gt;
If you have a Fine Offset station, this is probably caused by the station&#039;s interface locking up. You should be able to get it going again by doing a reset - remove batteries and the USB cable. Recent Fine Offset models have a problem where they can lock up frequently, requiring a reset. From version 1.9.3 of Cumulus onwards, there is an option to synchronise the reading of data with the console writing the data, to avoid doing both at the same time, and this seems to avoid most lockups. The setting is &amp;quot;Synchronise Fine Offset reads&amp;quot; on the station settings screen.&lt;br /&gt;
&lt;br /&gt;
If you look in the status bar at the bottom of the Cumulus window, there may a message &amp;quot;Error: no response&amp;quot;; this would confirm that the station has locked up and needs resetting.&lt;br /&gt;
&lt;br /&gt;
== Cumulus locks up when it starts and I have to use the task manager to kill it ==&lt;br /&gt;
&lt;br /&gt;
If you have a &#039;&#039;Fine Offset station&#039;&#039;, this is most likely caused by the station&#039;s interface locking up, i.e the station has stopped communicating with the PC.&lt;br /&gt;
&lt;br /&gt;
The problem where Cumulus locks up when the Fine Offset station doesn&#039;t respond is fixed in version 1.9.4. If you look in the status bar at the bottom of the Cumulus main window, there may be a message &amp;quot;Error: no response&amp;quot;; this would confirm that the station has locked up and needs resetting.&lt;br /&gt;
&lt;br /&gt;
You should be able to get the station going again by doing a reset - either remove console batteries and the USB cable or press the reset button hidden below the small hole (on 1081-based models, above the top RH corner of the battery cover). Recently manufactured Fine Offset models have a problem where they can lock up frequently, requiring a power reset. From version 1.9.3 of Cumulus onwards, there is an option on &#039;&#039;station settings screen&#039;&#039; to &#039;&#039;&#039;Synchronise Fine Offset Reads&#039;&#039;&#039; (Cumulus reading data from console) with the timing of received transmissions from sensors updating the data, to avoid doing both at the same time, and this seems to avoid most lockups.&lt;br /&gt;
&lt;br /&gt;
== Error messages with &amp;quot;Error on line...&amp;quot; or &amp;quot;Error at line...&amp;quot; ==&lt;br /&gt;
&lt;br /&gt;
These are corruptions in the log files, typically caused by Cumulus being unexpectedly closed (e.g. killed using Task Manager, or a PC reboot) while it is writing to the log files, but there can be other causes. The error message may say something like &amp;quot;List index out of bounds&amp;quot;. The error message will name the affected file(s) and the affected line number(s).&lt;br /&gt;
&lt;br /&gt;
Stop Cumulus and open the named file(s) in a good text editor, such as Notepad++. Do not use Notepad. At the line number(s) mentioned correct the error(s), which will be obvious as the lines won&#039;t look like the other lines, they will be blank or have garbage characters, or perhaps two lines have been run together. Save the file(s) and start Cumulus again.&lt;br /&gt;
&lt;br /&gt;
== Cumulus gives an error and won&#039;t run on my HP computer ==&lt;br /&gt;
&lt;br /&gt;
It&#039;s a known problem with HP computers; they have missing fonts. One solution is to install [http://www.microsoft.com/en-us/download/details.aspx?DisplayLang=en&amp;amp;id=16083 this font update] from Microsoft. It appears that computers other than HP can have the same font issue, so it is worth installing the font update anyway, if you get a problem where Cumulus won&#039;t start.&lt;br /&gt;
&lt;br /&gt;
== The headings or data look wrong in the data log viewer ==&lt;br /&gt;
&lt;br /&gt;
You&#039;re probably trying to view the wrong type of file. Use [[Cumulus_Screenshots|menus]] on main screen.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;View | Data logs&amp;quot; is only for the monthly data logs, e.g. Oct13log.txt, &amp;quot;View | Extra data logs&amp;quot; is for &amp;quot;extra&amp;quot; data logs, e.g. ExtraLog201310.txt, and if you want to view the daily summaries in dayfile.txt, use the dayfile.txt editor - &amp;quot;Edit | dayfile.txt&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
== The wind rose in Cumulus does not display anything with my Fine Offset ==&lt;br /&gt;
&lt;br /&gt;
The Fine Offset weather stations are supposed to supply data for 16 wind directions, however the design is such that most of them only actually use 8 of the possible 16. Try setting the wind rose to only display 8 directions by setting the &#039;wind rose points&#039; value to 8 on the display settings screen.&lt;br /&gt;
&lt;br /&gt;
== I&#039;ve set the graph background to white, but there&#039;s a problem with the small wind direction graph ==&lt;br /&gt;
&lt;br /&gt;
This appears to be an issue with the third party chart component. The work around is to choose a gradient background and set all three colours in the gradient to white.&lt;br /&gt;
&lt;br /&gt;
== My Weather Underground tabular data interval is not the same as the interval I&#039;ve set in Cumulus (I&#039;m using Rapid Fire) ==&lt;br /&gt;
&lt;br /&gt;
If you have selected &#039;rapid fire&#039;, the data is uploaded every 5 seconds, and the interval you configure in Cumulus is not used. Weather Underground decide how often your tabular data is logged when using rapid fire, not Cumulus.&lt;br /&gt;
&lt;br /&gt;
== My WU or PWS highest and lowest do not match Cumulus ==&lt;br /&gt;
&lt;br /&gt;
Note that Cumulus does not send minimum and maximum values to PWS and WU, they determine those themselves from the individual values that Cumulus sends.&lt;br /&gt;
&lt;br /&gt;
== My monthly (month-by-month) all-time records don&#039;t have entries for all of the months that I have been using Cumulus ==&lt;br /&gt;
&lt;br /&gt;
You need to initialise them. See the release announcement for version 1.9.3, which is when this facility was introduced: http://sandaysoft.com/forum/viewtopic.php?f=2&amp;amp;t=9286&lt;br /&gt;
&lt;br /&gt;
You only need to do this once; when you have initialised them, Cumulus will keep them up to date thereafter.&lt;br /&gt;
&lt;br /&gt;
== I am getting I/O error 32 or I/O error 103 ==&lt;br /&gt;
&lt;br /&gt;
I/O error 32 = ERROR_SHARING_VIOLATION; &amp;amp;nbsp; I/O error 103 = &#039;file not open&#039; mean something on your system has one of the Cumulus files open, preventing Cumulus writing to it (Cumulus needs exclusive access).  If you are seeing &amp;quot;file access denied&amp;quot;, you may have a permissions problem.&lt;br /&gt;
Possible reasons for locked files:&lt;br /&gt;
# Anti-virus, or back-up, software scanning/accessing the file (this is the cause in almost all cases that I&#039;ve seen).&lt;br /&gt;
# An edit or file transfer in progress (the Cumulus thread for logging and the Cumulus thread for FTP are independent so can overlap). This is likely to happen if you are getting Cumulus to frequently upload the log file to your web site.&lt;br /&gt;
# Some other software that a user is running which is processing the file in some way.&lt;br /&gt;
# More than one instance of Cumulus running (see [[#Can_I_run_2_copies_of_Cumulus.3F]]).&lt;br /&gt;
# An issue with the system clock on the PC.&lt;br /&gt;
&lt;br /&gt;
== I have problems after upgrading to Windows 10 ==&lt;br /&gt;
See this forum post - http://sandaysoft.com/forum/viewtopic.php?f=2&amp;amp;t=14148&lt;br /&gt;
&lt;br /&gt;
= Website =&lt;br /&gt;
&lt;br /&gt;
== How do I set up a website? ==&lt;br /&gt;
The crucial settings are selected on the &#039;&#039;Internet&#039;&#039; screen in the &#039;&#039;&#039;Configuration&#039;&#039;&#039; menu. &lt;br /&gt;
*On the &#039;&#039;Sites/Options&#039;&#039; tab, you must have &#039;&#039;&#039;Auto Update&#039;&#039;&#039; selected if you want Cumulus to generate web pages at the standard interval.  Other parameters will depend on your particular set-up, but are explained in the Cumulus &#039;&#039;&#039;Help&#039;&#039;&#039; and in Wiki pages starting with [[Website_setup]] and following links as required. &lt;br /&gt;
*On the &#039;&#039;Files&#039;&#039; tab, you select whether to use the standard Cumulus templates and images, or specify your own templates and destinations.&lt;br /&gt;
&lt;br /&gt;
== I’ve configured my ftp details but the web pages aren’t appearing on my site  ==&lt;br /&gt;
&lt;br /&gt;
Try setting ‘use active FTP mode’. If you already have it set, try unsetting it. If it was previously working OK, something may have changed on your network, or at the server end.&lt;br /&gt;
&lt;br /&gt;
== I’ve tried active FTP mode, but my web pages (or my realtime.txt file) still don’t appear?  ==&lt;br /&gt;
&lt;br /&gt;
Are you absolutely sure you have set the ftp path correctly? Most problems like this are a result of an incorrect path. Note that the information in the &#039;FTP progress&#039; window is not generally useful for diagnosing upload issues&#039; try turning on the ftp logging (on the Configuration menu) and look in the ftplog.txt and realtimeftplog.txt files (in the Cumulus folder). It is best to supply a relative path - i.e. with no leading &#039;slash&#039;. Please don&#039;t ask me what path you need to supply, it is impossible for me to guess how your web space is set up. If you cannot work it out, ask your web space provider for help.&lt;br /&gt;
&lt;br /&gt;
== How do I replace the &#039;bird&#039; image on my website? ==&lt;br /&gt;
&lt;br /&gt;
There are several ways to change the image of the &#039;bird&#039; on the standard Cumulus web page.  You will need a [[FTP tool]].&lt;br /&gt;
* The simplest way is to upload a new picture to the images folder of your website; the file should be called picture.jpg.   Please ensure the image is not too large and bear in mind it will appear on the bottom left of the page; the site data may cover some of the image.  As a guide, the default image is 600 x 450 pixels.&lt;br /&gt;
* Secondly, you may upload an image using your own file name.  Edit the &#039;&#039;weatherstyle.css&#039;&#039; file and look for the line &amp;lt;tt&amp;gt;background-image: url(images/picture.jpg);&amp;lt;/tt&amp;gt; around line 9 and adjust as necessary.  Upload the edited css file to your website.&lt;br /&gt;
* if you wish to remove the image completely edit the &#039;&#039;weatherstyle.css&#039;&#039; file and remove the line &amp;lt;tt&amp;gt;background-image: url(images/picture.jpg);&amp;lt;/tt&amp;gt;  Upload the edited css file to to your website.&lt;br /&gt;
&lt;br /&gt;
NOTE: It is not recommended that you overwrite the image in your local folder (webfiles\images\picture.jpg) because that gets overwritten when you update to a new build of Cumulus. Ideally your image will be in its own local folder outside the Cumulus structure.&lt;br /&gt;
&lt;br /&gt;
== Why does the heading say &#039;weather weather&#039; ? ==&lt;br /&gt;
&lt;br /&gt;
The standard first template page contains &#039;&#039;&#039;&amp;amp;lt;h1&amp;amp;gt;&amp;amp;lt;#location&amp;amp;gt; weather&amp;amp;lt;/h1&amp;amp;gt;&#039;&#039;&#039;, so do not include &#039;weather&#039; in your station name (this is what the tag &amp;amp;lt;#location&amp;amp;gt; represents, see next answer) to avoid it being duplicated.&lt;br /&gt;
&lt;br /&gt;
== How do I change the &amp;quot;Welcome to.&amp;quot; on the front page ==&lt;br /&gt;
&lt;br /&gt;
The Welcome message is controlled within Cumulus.  Click on the &#039;&#039;Station&#039;&#039; screen in &#039;&#039;&#039;Configuration&#039;&#039;&#039; menu and Edit the &#039;&#039;&#039;Description&#039;&#039;&#039; field within the Location frame to amend what the tag &amp;lt;#longlocation&amp;gt; represents in &amp;quot;Welcome to &amp;amp;lt;#longlocation&amp;amp;gt;.&amp;quot; on template page.&lt;br /&gt;
&lt;br /&gt;
== I don&#039;t have a solar sensor. How do I remove the solar data from the supplied web templates? ==&lt;br /&gt;
Locate the Cumulus &#039;web&#039; folder on your PC and edit the following files (there are comments in the html to guide you):&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;indexT.htm&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Remove the following code:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
  &amp;lt;!-- Solar data. If you don&#039;t have a solar sensor, you may wish to delete everything from here to the next comment --&amp;gt;&lt;br /&gt;
  &amp;lt;tr class=&amp;quot;td_temperature_data&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;Solar Radiation&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;&amp;lt;#SolarRad&amp;gt;&amp;amp;nbsp;W/m&amp;amp;sup2;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;Evapotranspiration Today&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;&amp;lt;#ET&amp;gt;&amp;amp;nbsp;&amp;lt;#rainunit&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;/tr&amp;gt;&lt;br /&gt;
  &amp;lt;!-- End of solar data --&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;todayT.htm&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
Remove the following code:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
    &amp;lt;!-- Solar data. If you don&#039;t have a solar sensor, you may wish to delete everything from here to the next comment --&amp;gt;&lt;br /&gt;
    &amp;lt;tr class=&amp;quot;td_temperature_data&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;td&amp;gt;Hours&amp;amp;nbsp;of&amp;amp;nbsp;Sunshine&amp;lt;/td&amp;gt;&lt;br /&gt;
      &amp;lt;td&amp;gt;&amp;lt;#SunshineHours&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
      &amp;lt;td&amp;gt;&amp;amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;!-- End of solar data --&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;yesterdayT.htm&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Remove the following code:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
    &amp;lt;!-- Solar data. If you don&#039;t have a solar sensor, you may wish to delete everything from here to the next comment --&amp;gt;&lt;br /&gt;
    &amp;lt;tr class=&amp;quot;td_temperature_data&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;td&amp;gt;Hours&amp;amp;nbsp;of&amp;amp;nbsp;Sunshine&amp;lt;/td&amp;gt;&lt;br /&gt;
      &amp;lt;td&amp;gt;&amp;lt;#YSunshineHours&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
      &amp;lt;td&amp;gt;&amp;amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;!-- End of solar data --&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== How do I remove Inside Temperature graph or add solar/UV/sunshine? ==&lt;br /&gt;
&lt;br /&gt;
Locate the Cumulus &#039;web&#039; folder on your PC and edit the following file:&lt;br /&gt;
&#039;&#039;&#039;trendsT.htm&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Modify the following code:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
    &amp;lt;td class=&amp;quot;td_thumbnails&amp;quot;&amp;gt;&amp;lt;a onclick=&#039;changeImage(&amp;quot;images/intemp.png&amp;quot;)&#039;&amp;gt;&amp;lt;img src=&amp;quot;images/intempsm.png&amp;quot; alt=&amp;quot;Inside Temperature Graph Thumbnail&amp;quot; width=&amp;quot;150&amp;quot; height=&amp;quot;100&amp;quot; style=&amp;quot;border:0&amp;quot; /&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
*To simply remove &#039;&#039;&#039;Inside Temperature&#039;&#039;&#039; graph, change code above to this&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
*If you want to stop Cumulus uploading the indoor temperature graph, you can un-tick &#039;Include standard images&#039; on the &#039;files&#039; tab of the internet settings, and list all of the images that you still want to be uploaded as extra files. As there will likely be more than 10 files, you would need to do this by editing Cumulus.ini.&lt;br /&gt;
*To show solar instead, replace &#039;intemp.png&#039; with &#039;solar.png&#039;, replace &#039;intempsm.png&#039; with &#039;solarsm.png&#039;, and change the wording of the value associated with the alt property.&lt;br /&gt;
*To make Cumulus upload the solar graph, select it on the &#039;files&#039; tab of the internet settings.&lt;br /&gt;
*To show sunshine instead, replace &#039;intemp.png&#039; with &#039;sunshine.png&#039;, replace &#039;intempsm.png&#039; with &#039;sunshinesm.png&#039;, and change the wording of the value associated with the alt property.&lt;br /&gt;
*To make Cumulus upload the sunshine graph, select it on the &#039;files&#039; tab of the internet settings.&lt;br /&gt;
*To show UV instead, replace &#039;intemp.png&#039; with &#039;uv.png&#039;, replace &#039;intempsm.png&#039; with &#039;uvsm.png&#039;, and change the wording of the value associated with the alt property.&lt;br /&gt;
*To make Cumulus upload the UV graph, select it on the &#039;files&#039; tab of the internet settings.&lt;br /&gt;
&lt;br /&gt;
If you want to do more than a straight one for one swap see [[Customised_templates#Slightly_less_simple_customisation_of_trendsT.htm| customisation page here]].&lt;br /&gt;
&lt;br /&gt;
== How do I include extra items on supplied web templates? ==&lt;br /&gt;
&lt;br /&gt;
Open the folder cumulus\web and edit the relevant file named xxxxxT.htm.  For example instead of deleting the sections in the [[#I don&#039;t have a solar sensor. How do I remove the solar data from the supplied web templates?|remove solar answer]], edit their contents.&lt;br /&gt;
See [[Customised_templates#Changing_the_Standard_Templates]] for fuller description.&lt;br /&gt;
&lt;br /&gt;
If you do change the standard templates, take a copy of your new versions, and store elsewhere.&lt;br /&gt;
The sub-folder cumulus\web\originals has copies of the standard templates from the installed build, do not edit these.&lt;br /&gt;
When you install a new build of Cumulus, you have an option to replace or not replace the contents of cumulus\web with the new build&#039;s standard templates.&lt;br /&gt;
&lt;br /&gt;
== How do I upload extra web pages? ==&lt;br /&gt;
&lt;br /&gt;
See Cumulus help for the Internet Settings screen, or for a step-by-step guide see [[Customised_templates#What_to_select_on_the_.27Files.27_tab_of_the_Internet_Settings_screen_within_the_.27Configuration.27_menu]]&lt;br /&gt;
&lt;br /&gt;
== What character encoding does Cumulus use for the web pages it generates? ==&lt;br /&gt;
&lt;br /&gt;
Cumulus 1.9.4 build 1093 changed all the template pages from XHTML 1.0 Transitional using charset=iso-8859-1 encoding to HTML 5 using charset=&amp;quot;UTF-8&amp;quot; encoding. It uses this without [http://en.wikipedia.org/wiki/Byte_order_mark Byte Order Mark] (BOM).&lt;br /&gt;
&lt;br /&gt;
From that build, you can tell Cumulus which of those two encodings to use:&lt;br /&gt;
*For standard template names in standard &#039;cumulus\web&#039; folder, if you replace them with customised templates not using [http://en.wikipedia.org/wiki/UTF-8 &amp;quot;Universal Character Set Transformation Format — 8-bit&amp;quot; (UTF-8)], &lt;br /&gt;
**unselect &#039;&#039;&#039;UTF-8 encode&#039;&#039;&#039; in the web settings frame on the Sites/Options tab of Internet settings screen in Configuration menu. &lt;br /&gt;
**Cumulus will then, as in earlier builds, use [http://en.wikipedia.org/wiki/ISO-8859-1 iso-8859-1] encoding.&lt;br /&gt;
*For extra templates, the Files tab of the Internet settings screen in Configuration menu has the option to choose which of the two Cumulus encodings to use.  See Wiki article referenced in previous answer.&lt;br /&gt;
&lt;br /&gt;
Note that since Cumulus 1.9.4 build 1078 there has been an option on the NOAA Setup screen in Configuration menu to specify whether character set utf-8 encoding is to be used for those reports.&lt;br /&gt;
&lt;br /&gt;
== Why does a standard gauges web page have text where it should show gauges? ==&lt;br /&gt;
&lt;br /&gt;
[[File:Gauges missing.jpg]] If a standard Cumulus &#039;gauges.htm&#039; web page displays like this then either&lt;br /&gt;
&lt;br /&gt;
1) (Most Likely) The weather station owner has not loaded the required files/folders onto his/her server; &lt;br /&gt;
* The gauges graphics require the &#039;images&#039; subfolder (see next answer), containing the script and many images to be pre-loaded in the &#039;dbimages&#039; subfolder.&lt;br /&gt;
* All these should exist within the destination folder that holds the HTML files as instructed in the Cumulus Help (&#039;setting up your website&#039; page)  &lt;br /&gt;
* Also explained in [[Simple Website setup]] on this Wiki.&lt;br /&gt;
&lt;br /&gt;
or 2) JavaScript is not enabled (or not available) in the browser being used to view the page (if not enabled, this can be switched on in either &#039;Options&#039;, &#039;Preferences&#039; or &#039;Settings&#039; depending on browser). Note that Firefox version 23 has removed the ability to change this in Option preferences, so ignore this solution in that browser.&lt;br /&gt;
&lt;br /&gt;
or 3)  You are using a browser add-on such as &#039;NoScript&#039; (over 2 million use this) which requires you to explicitly turn on JavaScript for each web site you visit within the &#039;NoScript&#039; options.  (This sort of add-on may be used to restrict advertising or tracking of your actions, or for security against unwanted processes being started by sites you visit).&lt;br /&gt;
&lt;br /&gt;
== Why are there no graphs on my standard trends web page? ==&lt;br /&gt;
&lt;br /&gt;
Either 1) You have not created an images sub-folder (within your folder that holds web pages) as instructed in the Cumulus Help (&#039;setting up your website&#039; page) -  also explained in [[Simple Website setup]].  In this case, the bird image will not be appearing in the bottom left corner of your web pages.&lt;br /&gt;
&lt;br /&gt;
Or 2) You have switched off &#039;&#039;&#039;Include Standard Images&#039;&#039;&#039; on the file tab of the Internet dialogue of the configuration menu.  In this case Cumulus believes you are working in a non-standard way, and does not automatically upload the graphs (nor moon image).&lt;br /&gt;
&lt;br /&gt;
== What is the size of the standard Cumulus update? ==&lt;br /&gt;
&lt;br /&gt;
The default is that all of the standard pages and standard images are uploaded on each update at whatever standard update frequency you select. &lt;br /&gt;
&lt;br /&gt;
In total for version 1.9.2, it&#039;s about half a megabyte - about 100kB for the pages (about half of that is the gauges.htm page with all the detailed wind plotting points, and half the other pages) and 400kB for the variable images (moon phase, some gauges images and trend graphs - the exact size of latter can vary if you change the period they cover).&lt;br /&gt;
&lt;br /&gt;
Version 1.9.3 adds the monthly records page which contains 12 months worth of a lot of data, and adds 25kB to every update (although usually very little changes between updates).&lt;br /&gt;
&lt;br /&gt;
The NOAA monthly and annual pages are uploaded once a day, that is another 8kB for a full month and full year, obviously less at the start of a month/year.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Optional extras&#039;&#039;&#039;&lt;br /&gt;
*[[realtime.txt]] file, this is less than 1kB (1024 Bytes) in size.&lt;br /&gt;
*[[dayfile.txt]] a file that is about (30 times number of years) kB&lt;br /&gt;
*The files required to update external sites are no more than a few kB.&lt;br /&gt;
&lt;br /&gt;
== How do I upload my own pages or files once a day? ==&lt;br /&gt;
&lt;br /&gt;
Cumulus allows you to specify a command (with optional parameters) that will be actioned just after daily rollover. The command is entered in the &#039;&#039;External programs&#039;&#039; frame at the bottom left of the Internet Settings screen.  The box is labelled &#039;&#039;&#039;Daily&#039;&#039;&#039;. Click the Cumulus &#039;&#039;Help&#039;&#039; button for guidance.  For example you could type &#039;c:\cumulus\daily.cmd&#039; in the box labelled &#039;&#039;Daily&#039;&#039;. &lt;br /&gt;
&lt;br /&gt;
This could be used to upload the pages with the longer term extremes (as your monthly, annual and all-time extremes may only change a few times a month or even less frequently) and so reduce the upload burden at the standard uploading frequency.  To achieve this you would use the content of that example file &#039;daily.cmd&#039;, in the default Cumulus folder,   to call your own [[FTP_tools| file transfer tool]] for those infrequently changing pages. Remember to also unselect &#039;&#039;&#039;Include Standard Files&#039;&#039;&#039; on the&#039;&#039; &#039;Files&#039; tab&#039;&#039; of &#039;Internet settings&#039;, and list [[Customised_templates#How_Cumulus_uses_its_templates|the templates]] on that tab, selecting &#039;&#039;&#039;Process?&#039;&#039;&#039; for all of them, but only selecting &#039;&#039;&#039;FTP?&#039;&#039;&#039; for the other frequently changing pages that are still to be uploaded at the standard interval. You may find help on the forum  or elsewhere on this wiki [[SFTP| for the FTP call]] and [[Customised_templates#Creating_Your_Own_Templates| for &#039;Files&#039; tab settings]].&lt;br /&gt;
&lt;br /&gt;
It can also be used for the optional files mentioned in the previous answer or to update a database using a [[ImportCumulusFile|PHP batch job]].  For the daily command specified above, in the default Cumulus folder, add a file &#039;daily.cmd&#039; that contains (if you host your own server using &#039;XAMPP&#039;), &#039;copy c:\cumulus\data\dayfile.txt C:\xampp\htdocs\weather\daj\&#039; for example to enable you to use the [[AnnualDataSummary| Annual Day-by-day Summary]] tool. (Uploading if you do not host your own server is described at [[Upload_Dayfile| upload dayfile]] but basically you swap the copy command for a FTP command).&lt;br /&gt;
&lt;br /&gt;
== The &#039;real time wind data&#039; gauges on the standard gauges page aren&#039;t working ==&lt;br /&gt;
&lt;br /&gt;
These require a [[realtime.txt]] file to be uploaded by Cumulus. Tick the &amp;quot;Enable Realtime&amp;quot;, &amp;quot;Enable Realtime FTP&amp;quot; and &amp;quot;Enable realtime.txt FTP&amp;quot; boxes on the internet settings screen. If the gauges still do not work, check that the [[realtime.txt]] file is being uploaded to the correct place. If it is not, it is likely that you have specified an incorrect &#039;ftp directory&#039; in Cumulus. If your &#039;normal&#039; pages are being uploaded correctly, but realtime.txt is not, then it is likely that you simply need to leave the ftp directory blank (but see the note below first).&lt;br /&gt;
&lt;br /&gt;
A possible cause for this problem is that your web space provider does not allow .txt files to be accessed. For example, the free hosting provider 000webhost.com do not.&lt;br /&gt;
&lt;br /&gt;
== I&#039;m using the supplied web pages, and get lower case in places where I want upper case  ==&lt;br /&gt;
&lt;br /&gt;
It&#039;s in the CSS. Go to the webfiles sub-folder of your cumulus installation, edit weatherstyle.css and find lines like: &amp;quot;text-transform: lowercase;&amp;quot; and remove them. Use FTP tool to replace the weatherstyle.css on your website.&lt;br /&gt;
&lt;br /&gt;
== My web pages have things like &amp;amp;lt;#location&amp;amp;gt; in them  ==&lt;br /&gt;
You’ve edited your templates with something like Dreamweaver, and it’s changed the angle brackets on the [[Webtags]] to &amp;quot;&amp;amp;amp;lt&amp;amp;nbsp;;&amp;quot; and &amp;quot;&amp;amp;amp;gt&amp;amp;nbsp;;&amp;quot; - you need to change them back to &amp;amp;lt; and &amp;amp;gt;. &#039;&#039;These may look the same when viewed in your browser, but you can see the difference if you &#039;view source&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
Alternatively, if the web templates are listed in [[cumulus.ini]] (and for the first 10 appear on the &#039;&#039;&#039;files&#039;&#039;&#039; tab of &#039;&#039;Internet&#039;&#039; dialogue of &#039;&#039;&#039;Configuration&#039;&#039;&#039; menu), the &#039;&#039;&#039;Process&#039;&#039;&#039; option must be ticked for the web pages generated by Cumulus to have values replacing the [[Webtags]].  Otherwise at each web update, Cumulus will generate web pages the same as the templates.&lt;br /&gt;
&lt;br /&gt;
== My web pages are empty ==&lt;br /&gt;
If empty web pages are being uploaded to your web site (i.e. they report size of 0 kB, but do not produce &#039;error 404 - page not found&#039; message), and your browser shows that their modification date is recent (see next FAQ), then it is likely that the [[Customised_templates#What_is_meant_by_.27Cumulus_processes_templates.27| Cumulus processing]] of templates is failing:&lt;br /&gt;
*Either (since build 1093, as made clear in the release notes)[[File:Web settings.JPG]] the character encoding (for standard named templates that are [[Customised_templates#What_is_meant_by_.27Cumulus_processes_templates.27| processed by Cumulus]]) is specified incorrectly on the &#039;&#039;&#039;Configuration&#039;&#039;&#039;  menu, &#039;&#039;Internet&#039;&#039; dialog, &#039;&#039;&#039;Sites/Options&#039;&#039;&#039; tab, &#039;&#039;Web Settings&#039;&#039; frame as shown about half way down on this screen extract:&lt;br /&gt;
**Select the option where indicated by red arrow if your template includes in a line near the start &amp;lt;code&amp;gt;&amp;lt;meta charset=&amp;quot;UTF-8&amp;quot;&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
**Deselect the option where indicated by red arrow if your template includes something like &amp;lt;code&amp;gt;&amp;lt;meta content=&amp;quot;text/html; charset=iso-8859-1&amp;quot; http-equiv=&amp;quot;Content-Type&amp;quot; /&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
**For customised pages, (without standard Cumulus template names), select/un-select the UTF-8 encoding in the appropriate column on the &#039;&#039;&#039;Configuration&#039;&#039;&#039;  menu, &#039;&#039;Internet&#039;&#039; dialog, &#039;&#039;&#039;Files&#039;&#039;&#039; tab screen where you list the local and remote names.&lt;br /&gt;
*Or you have edited/customised the template and added an incorrectly specified Cumulus [[webtag]] that has caused [[Customised_templates#What_is_meant_by_.27Cumulus_processes_templates.27| Cumulus processing]] to abort for that template.  If you stop cumulus you can use a text editor to open the latest [[Diags|diagnostic file]]. Look at entries time-stamped just before the hour and repeated at your auto-update &#039;&#039;interval&#039;&#039; (just below red arrow in screen image above). You might find a message like &amp;quot;Error processing C:\web\indexT&amp;quot; (i.e. mentioning whichever template is at fault) followed by a brief hint as to the nature of the error.&lt;br /&gt;
&lt;br /&gt;
== My web pages have obsolete web tag values in them  ==&lt;br /&gt;
If the information showing on your web pages is out of date, then it must have been working before, so you have made a change somewhere.&lt;br /&gt;
*Most browsers will display &#039;page information&#039; that tells you when the page was last modified (by querying the web server).&lt;br /&gt;
**if the page on your web server was recently modified, &lt;br /&gt;
***then the next item to investigate is the template file; a template file contains Cumulus web tags and the [[Customised_templates#What_is_meant_by_.27Cumulus_processes_templates.27|&#039;process&#039;]] that Cumulus does to create a web page involves reading text from a template and when it finds a web tag it inserts the latest value in as it creates the page. A [[FAQ#What_file-names_does_Cumulus_use_when_processing_and_uploading_files_to_my_web_site.3F|local file]] is then created and Cumulus will FTP (or copy) this to the web server according to the settings. If the template file cannot be processed, Cumulus may still upload an existing old local file.&lt;br /&gt;
**if the page was not recently modified, &lt;br /&gt;
***maybe you are not running Cumulus, so it is not updating.  &lt;br /&gt;
***maybe your file transfer is not working, turn ftp logging on for technical output, and look for any filenames and any &#039;successfully transferred&#039; messages.&lt;br /&gt;
***maybe your &#039;internet settings&#039; screen has accidentally been changed, see Cumulus help for simple instructions.  If you took a backup of [[cumulus.ini]] you can stop Cumulus, rename the current file and copy your cumulus.ini backup back into the &#039;cumulus&#039; directory containing the Cumulus program.&lt;br /&gt;
***maybe your web server provider has changed something.&lt;br /&gt;
&lt;br /&gt;
== Running a web server on the same PC as Cumulus ==&lt;br /&gt;
If you do not have a web site, or run a web server locally (same PC, or on your local network), you can get Cumulus to generate/copy html or image files locally instead of using FTP to place them remotely. You&#039;ll need to list the (source) file including paths on the files tab of the internet settings, and specify a destination path and file name for the remote file in each case. Don&#039;t tick the &#039;&#039;FTP?&#039;&#039; box for standard cumulus pages (the exception is for a local web server and any non-standard web page that attempts to read using a script a local file such as dayfile.txt as this does need FTP to generate the server-based web page). For the standard images, you can supply a folder name (specify on the same screen), and they will all get copied there. Set everything else up as if you were using ftp, but don&#039;t supply a host name etc (except for exception already mentioned). See [[Customised_templates#What_to_select_on_the_.27Files.27_tab_of_the_Internet_Settings_screen_within_the_.27Configuration.27_menu|here]] for greater detail.&lt;br /&gt;
&lt;br /&gt;
There&#039;s a limit of 10 files on the files tab, but you can increase this to 20 files in version 1.9.2 (in version 1.9.3 it is 100 files) by editing cumulus.ini, with Cumulus stopped. Follow the format of the entries for first 10 files.&lt;br /&gt;
&lt;br /&gt;
== Error Codes generated by FTP or Winsock ==&lt;br /&gt;
You should be able to look these up on the web.  [http://kb.globalscape.com/KnowledgebaseArticle10142.aspx Try Here]&lt;br /&gt;
&lt;br /&gt;
== How do I configure Cumulus for Secure FTP (SFTP/FTPS)? ==&lt;br /&gt;
Cumulus doesn&#039;t support Secure FTP. You can configure Cumulus to invoke an external program like WinSCP, as described here: [[SFTP | SFTP article]]&lt;br /&gt;
&lt;br /&gt;
== Directory related problems in FTP ==&lt;br /&gt;
The following pointers should help:&lt;br /&gt;
* All universal resource locator (url) references are case sensitive.  So if your FTP server directory is &#039;&#039;public_html&#039;&#039;, then &#039;Public_HTML&#039; will not work!&lt;br /&gt;
* On the &#039;&#039;Internet settings&#039;&#039; screen in &#039;&#039;&#039;Sites/Options&#039;&#039;&#039; the optional Directory parameter required is the path from  your FTP root, to where the web pages are to be stored. Click the &#039;&#039;&#039;Help&#039;&#039;&#039; button for full explanation, or search the support forum as many people have found this is the hardest parameter to get right.&lt;br /&gt;
* The standard pages are uploaded after a &#039;change directory&#039; attempting to select the directory you specified in &#039;&#039;&#039;Sites/Options&#039;&#039;&#039;; if this fails, the files will still be uploaded but to the FTP server root. So some mistakes do not matter because if no change of directory was actually required, these pages will be uploaded correctly.&lt;br /&gt;
* Any files you specify for uploading at standard update frequency are uploaded between standard pages (if &#039;Include Standard Files&#039; selected) and standard images (if &#039;Include Standard Images&#039; selected), and in &#039;remote filenames&#039; you specify the path including any web site directory, so there is no call to &#039;change directory&#039;. In this case, if that web site directory is invalid, the upload fails.&lt;br /&gt;
* The standard images for gauges and trends pages are uploaded after the standard pages, (and any pages you specify for uploading,) by performing a second &#039;change directory&#039; this time fixed at &#039;images&#039;; if this fails, the files will still be uploaded to the current web site directory (FTP root or the directory you specified in &#039;&#039;&#039;Sites/Options&#039;&#039;&#039;).&lt;br /&gt;
* If you have enabled &#039;&#039;Realtime&#039;&#039;, the realtime.txt file is uploaded without doing a change directory, by appending &amp;quot;/realtime.txt&amp;quot; to the directory on the &#039;&#039;Internet settings&#039;&#039; screen in &#039;&#039;&#039;Sites/Options&#039;&#039;&#039;. In this case, if the web site directory is invalid, the upload fails.&lt;br /&gt;
* On the &#039;&#039;NOAA Setup&#039;&#039; screen the optional Directory parameter required is the full path from your FTP root, to where the NOAA report pages are to be stored. (It is totally independent of the directory on the &#039;&#039;Internet settings&#039;&#039; screen in &#039;&#039;&#039;Sites/Options&#039;&#039;&#039;).  Click the &#039;&#039;&#039;Help&#039;&#039;&#039; button for full explanation. Like realtime.txt, the upload is by appending the filename for the report to the NOAA directory and will fail if that directory is specified wrongly.&lt;br /&gt;
&lt;br /&gt;
See &#039;&#039;&#039;Setting up your website&#039;&#039;&#039; in Cumulus help for a simple guide to the subfolder structure you need to create and the list of files that need to be uploaded manually when first installing a website. Or see [[Website_setup]] for all the options including customised pages.&lt;br /&gt;
&lt;br /&gt;
== My standard web pages are uploading but the uploading fails for images, realtime and/or NOAA reports ==&lt;br /&gt;
See previous answer, you have probably got your web pages in the default FTP directory of your web site, but specified the wrong directory on the settings screen.  Turn on the &#039;&#039;FTP logging&#039;&#039; in the configuration menu to see the technical detail.  You should have an FTP tool that you used to upload the &#039;static&#039; files required on your web site, and that will help you to see what is your site&#039;s root directory for file transfer uploads, and therefore any relative directory change you require.&lt;br /&gt;
&lt;br /&gt;
== What file-names does Cumulus use when processing and uploading files to my web site? ==&lt;br /&gt;
[[File:Cumulus_FTP_Process.png|150px|thumb|FTP Process]]Cumulus use two slightly different processes depending on if the file is part of the supplied &#039;standard&#039; web site, or an extra file you have specified on the &#039;&#039;Internet Settings|Files&#039;&#039; configuration dialog. For each of these processes there is an further variation depending on whether you have enabled the &#039;&#039;Use FTP rename&#039;&#039; option. This graphic shows the various combinations of file-names used for each step of the process. For the standard files, you can substitute any of the file names for indexT.htm, e.g. trendsT.htm&lt;br /&gt;
&lt;br /&gt;
For more details of Cumulus &#039;&#039;Process&#039;&#039; see [[Customised_templates#What_is_meant_by_.27Cumulus_processes_templates.27| here]].&lt;br /&gt;
&lt;br /&gt;
=Selecting a Weather Station sensor site=&lt;br /&gt;
A simple guide is at [http://weatherfaqs.org.uk/node/124 uk.sci.weather newsgroup], note this advises against roof mounting.&lt;br /&gt;
An attempt to compare the conflicting siting standards that apply across the world is included in a portable document format guide from [ftp://ftp.campbellsci.com/pub/outgoing/apnotes/siting.pdf Campbell Scientific].&lt;br /&gt;
For more advice see the website of your local Meteorological Bureau,  an educational place (e.g. in USA see [http://newa.nysaes.cornell.edu/public/NEWAStationSitingGuidelines.htm Cornell University]), the [http://library.wmo.int/opac/index.php?lvl=notice_display&amp;amp;id=12407 World Meterological Organisation] (WMO), or a specialist organisation (e.g. in UK see [http://www.rmets.org/weather-and-climate/observing/guidelines-observing-0 Royal Meteorological Society] rather than the Met Office web site).&lt;br /&gt;
&lt;br /&gt;
Modern Stevenson Screens are uPVC constructed with a black interior (so they do not radiate heat onto the sensors) and a white exterior (so they reflect as much radiation as possible).  There is a lot of discussion on the [http://sandaysoft.com/forum/viewforum.php?f=16 Homebuilt forum] about different approaches to improving measurements, and the problems with out of the box instrumentation from the different manufacturers. &lt;br /&gt;
&lt;br /&gt;
If you are contributing to an external site like APRS/CWOP, Weather Underground, PWS weather, Weatherbug and/or WOW, see guidance from these organisations re instrument placement.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note:&#039;&#039;&#039; Some stations have all sensors in one unit, positioning of these is a compromise between the ideals below for each sensor.&lt;br /&gt;
&lt;br /&gt;
== Where should I position the wind sensors ==&lt;br /&gt;
The side labelled &#039;North&#039; on the wind vane mount should face &#039;&#039;True North&#039;&#039;, remember that the magnetic north deviation from true north varies from year to year, see details on maps or online. Most wind vanes have a large surface that follows the wind and a thin end that points where the wind comes from, it is the latter direction that is reported.&lt;br /&gt;
&lt;br /&gt;
In the UK, the standard climatological measuring height is 10 metres.  Advice varies on whether you should apply a correction factor for any lower height. Cumulus allows you to apply such a factor to either just wind speed, or wind speed and gust speed, by using the Calibration screen within the configuation menu.  In the Cumulus Help it recommends that you also adjust wind chill - in practice this means ask Cumulus to &#039;&#039;calculate wind chill&#039;&#039; by selecting this in the settings frame on the &#039;&#039;&#039;station settings screen accessed from configuration menu&#039;&#039;&#039; (i.e. ignore any wind chill output by your weather station).&lt;br /&gt;
&lt;br /&gt;
If you are mounting near a building of height &#039;h&#039; above ground level, ideally the wind sensor should be at a height of &#039;1.5 times h&#039; above ground level. &lt;br /&gt;
If you are positioning away from a building or tree (or other object) of height &#039;h&#039; (or the mean height of several objects is &#039;h&#039;), then the distance away depends on which standard you are trying to meet, and can vary between 1.5 and 3 times &#039;h&#039;.&lt;br /&gt;
&lt;br /&gt;
== Where should I position the rain sensor  ==&lt;br /&gt;
The WMO says the rain gauge should at a distance away of 2 times the height of each nearby object (buildings, trees, walls, solid fences etc.) and just high enough off ground level to avoid possibility of splashing. You can experiment, but for amateurs, no more than a metre off the ground (or roof if mounted above it) and at least a metre from any chimney, wall or solid fence whose height exceeds that of the sensor seems good enough for most gauges. &lt;br /&gt;
See [[Rain measurement]] or your local offical organisation.&lt;br /&gt;
&lt;br /&gt;
== How do I protect my rain gauge against spiders or other natural problems ==&lt;br /&gt;
There is a lot of discussion on the [http://sandaysoft.com/forum/viewforum.php?f=16 Homebuilt forum]. In terms of siting, it is important to position your rain gauge where you can safely get to it.&lt;br /&gt;
&lt;br /&gt;
== How do I get good temperature and humidity measurements  ==&lt;br /&gt;
The international standard states ambient air temperature/humidity is measured at 1.25 metres above ground level, above soil or grass not paving, protected from direct sun radiation (and direct rain), unless you are measuring soil or ground temperatures. The height is important for derived values as an air frost is defined as a temperature at or below the freezing point for water at this height, and the count of these is a standard reporting requirement in some countries.&lt;br /&gt;
&lt;br /&gt;
If you are using a &#039;&#039;Fine Offset sensor&#039;&#039;, the thin depth of the thermometer/hygrometer (transmitter) should face where your console (receiver) is, for maximum transmission strength/distance, with the wide face at right angles to the transmission route. (Although if you use a model requiring a radio time signal, you will probably be trying to optimise that instead).&lt;br /&gt;
&lt;br /&gt;
== Pressure ==&lt;br /&gt;
Varies with altitude and temperature, but no significant variation with spatial position with regard to nearby fixed bulky objects.  Often measured indoors, do not mount above any heating or cooling system as there temperature may be particularly variable, and try to avoid any forced ventilation or extraction as such air moving systems could have different pressures on intake and outlet sides.  Equally operation in close proximity to opening doors/windows or to fast moving (road or railway) vehicles or tunnels can distort readings.&lt;br /&gt;
&lt;br /&gt;
== Solar ==&lt;br /&gt;
One would expect solar sensors should be positioned for maximum unshaded exposure to sunlight throughout the year, but again the forum contains advice for specific makes.&lt;/div&gt;</summary>
		<author><name>Steve</name></author>
	</entry>
	<entry>
		<id>https://www.cumuluswiki.org/index.php?title=FAQ&amp;diff=3865</id>
		<title>FAQ</title>
		<link rel="alternate" type="text/html" href="https://www.cumuluswiki.org/index.php?title=FAQ&amp;diff=3865"/>
		<updated>2015-09-25T07:21:08Z</updated>

		<summary type="html">&lt;p&gt;Steve: /* I get very large amounts of rainfall shown, or other high readings */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is the Cumulus FAQ (consult also the Help screens within Cumulus software, and learn more from the rest of this Wiki)&lt;br /&gt;
&lt;br /&gt;
= Installing and Running Cumulus  =&lt;br /&gt;
&lt;br /&gt;
== What operating systems does Cumulus run on?  ==&lt;br /&gt;
&lt;br /&gt;
All versions of Windows from XP to Windows 8.1 inclusive (and the server versions). It works on 32 bit and 64 bit editions. 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.&lt;br /&gt;
&lt;br /&gt;
== Where do I find the Cumulus installer? ==&lt;br /&gt;
&lt;br /&gt;
On the [http://sandaysoft.com/downloads downloads page]&lt;br /&gt;
&lt;br /&gt;
== What do I need to get right when first getting Cumulus? ==&lt;br /&gt;
The installation process for Cumulus displays &#039;&#039;&#039;readme.txt&#039;&#039;&#039;, that has many tips. See also [[Setup]]. Below are three key points.&lt;br /&gt;
# Install Cumulus in its own directory directly under a drive root.&lt;br /&gt;
# Connect your weather station before you start Cumulus&lt;br /&gt;
# When you first run Cumulus, it displays the &#039;&#039;&#039;Station settings&#039;&#039;&#039; screen. On this, make sure you pick the right sort of station (to ensure Cumulus communicates correctly with your weather station, and can identify all the observations) and choose your &#039;&#039;&#039;units&#039;&#039;&#039; wisely. (Changing units later means all stored Lowest and highest numbers up to that point have to be converted immediately manually).  See the &#039;&#039;&#039;Help&#039;&#039;&#039; for information about the rest of the screen, but generally you can easily adjust the other options later.&lt;br /&gt;
&lt;br /&gt;
== What weather stations does Cumulus work with?  ==&lt;br /&gt;
&lt;br /&gt;
*Davis Vantage Pro (VP), Vantage Pro2 (VP2), and Vue. &lt;br /&gt;
*Oregon Scientific WM918, WMR918, WMR928, WMR968, WMR88 (see [[FAQ#How do I set up recording wind speeds in Cumulus, with Oregon Scientific and La Crosse stations | this FAQ]]), WMR100, WMR180, WMR200. &lt;br /&gt;
*Fine Offset - stations which use the Easyweather software such as MyDEL, Nevada, Watson and Fine Offset, with model numbers such as WH1080, WH1081, W8681, 265NC etc.&lt;br /&gt;
*La Crosse WS2300 range (see [[FAQ#How do I set up recording wind speeds in Cumulus, with Oregon Scientific and La Crosse stations | this FAQ]]). You may have problems with corrupt data if you use a WS23xx with a serial/USB adapter; this combination is therefore not supported.&lt;br /&gt;
&lt;br /&gt;
For a more complete list see the [[Supported Devices]] page.&lt;br /&gt;
&lt;br /&gt;
== Will you support a new weather station type?  ==&lt;br /&gt;
&lt;br /&gt;
It’s quite hard to support a particular weather station when I don’t have access to one. No weather station is perfect, and problems inevitably arise after the code is written, and I have to start adding more and more code to work around issues with the station. Also, most companies don’t seem to like third parties writing software for their stations, so don’t make the protocol available. I will only consider adding support for a station under a certain set of circumstances which would include &#039;&#039;at least&#039;&#039;: &lt;br /&gt;
&lt;br /&gt;
*A significant donation towards Cumulus development &lt;br /&gt;
*A well documented official protocol spec &lt;br /&gt;
*Loan or donation of a station &lt;br /&gt;
*Access to technical support from the station manufacturer&lt;br /&gt;
&lt;br /&gt;
Please contact me if you would like to discuss this further&lt;br /&gt;
&lt;br /&gt;
== How do I request a new feature for Cumulus? ==&lt;br /&gt;
&lt;br /&gt;
Please create an [http://sandaysoft.com/forum/tracker.php enhancement request].  &lt;br /&gt;
&lt;br /&gt;
== Why haven&#039;t you added the feature I asked for a long time ago? ==&lt;br /&gt;
&lt;br /&gt;
I develop and support Cumulus in my spare time, and I have a full time job. I invite donations, but I don&#039;t make a living from Cumulus. I add facilities when I can. There is a long list of  [http://sandaysoft.com/forum/tracker.php enhancement requests] already, and I am slowly working my way through them as time permits. If there is an enhancement request for the facility you have asked for, and the facility is a reasonable one (in my opinion) then I will hopefully get around to adding it one day. Please be patient. Please don&#039;t ask for a forecast of when a feature will be added.&lt;br /&gt;
&lt;br /&gt;
== How do I upgrade to a new release?  ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Just run the installer for the new version.&#039;&#039;&#039; Your data and settings are not affected, but it is still best if you back up your data (sub-folder &#039;data&#039;) and any settings files (e.g. cumulus.ini and strings.ini) before you run the installer. &lt;br /&gt;
&lt;br /&gt;
You can install the new version where you like, but the installer will offer the same place as the previous version as the default.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Occasionally, there may be actions you need to perform before or after the upgrade.&#039;&#039;   Required actions usually appear in the announcement of the version you are installing, and may be documented in the readme.txt file that will appear as you run the installer. Read such announcements for every release since your existing build in case any of the in-between changes affect you.&lt;br /&gt;
&lt;br /&gt;
These instructions apply whether you are updating by one build, skipping several builds, upgrading to/from a beta version, or installing the latest &#039;release&#039; version. &lt;br /&gt;
&lt;br /&gt;
The installer will always upgrade the following files (replacing them, ignoring existing versions):&lt;br /&gt;
# &amp;quot;cumulus.exe&amp;quot;; - the latest build&lt;br /&gt;
# &amp;quot;unins000.exe&amp;quot;;&lt;br /&gt;
# &amp;quot;libeay32.dll&amp;quot;;&lt;br /&gt;
# &amp;quot;ssleay32.dll&amp;quot;;&lt;br /&gt;
# &amp;quot;readme.txt&amp;quot;; - advice for you to follow at installation time&lt;br /&gt;
# &amp;quot;licence.txt&amp;quot;; - reminder about restrictions on use&lt;br /&gt;
# &amp;quot;alert.wav&amp;quot;; - default alarm sound&lt;br /&gt;
#  &amp;quot;web\originals\*.*&amp;quot;; - Cumulus will always install the HTML template files here&lt;br /&gt;
# &amp;quot;webfiles\*.*&amp;quot;; e.g. weatherstyle.css, wz_jsgraphics.js&lt;br /&gt;
# &amp;quot;webfiles\images\picture.jpg&amp;quot;;&lt;br /&gt;
# &amp;quot;Help\Cumulus.chm&amp;quot;; - the latest help including lists of log files and web tags&lt;br /&gt;
There may be extra files automatically upgraded by particular builds - see announcement.&lt;br /&gt;
&lt;br /&gt;
During the install, you will see a &#039;&#039;&#039;Select Components&#039;&#039;&#039; screen , if you tick the &#039;&#039;HTML templates&#039;&#039; (the default) it will also upgrade the HTML template files in the web folder.&lt;br /&gt;
&lt;br /&gt;
*So tick this option, if you have a standard Cumulus implementation and then you can be sure to upgrade the standard templates.&lt;br /&gt;
*Untick this option if you have  [[Customised_templates#Creating_Your_Own_Templates|customised the existing pages]],  so that if your customised versions  are in &amp;quot;web\*.*&amp;quot; they don&#039;t get overwritten. It is recommended that you store any customised pages in a directory outside the Cumulus folder, as you can specify up to 10 such files on the local side of the files tab in the Configuration menu Internet settings screen and (if you are not using standard files) untick &#039;&#039;Include Standard Files&#039;&#039; on the same screen. (100 such files can be specified in [[Cumulus.ini]]).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Changing to different weather station ==&lt;br /&gt;
&lt;br /&gt;
Just change the station type. If Cumulus doesn&#039;t start reading the data from the new station, stop Cumulus and start it again. Some of the rain figures may be odd for a while (e.g. rain in last 24 hours). It is as simple as that.&lt;br /&gt;
&lt;br /&gt;
In testing planned changes to Cumulus, I switch backwards and forwards between a Fine Offset and a WMR200 frequently, the only thing that happens is that the rain figures go wrong initially (because the two stations have different counters).&lt;br /&gt;
&lt;br /&gt;
== Moving Cumulus software to a new PC (or updating Windows Operating System) ==&lt;br /&gt;
&lt;br /&gt;
Cumulus will continue to work with your existing weather station and existing log files, providing&lt;br /&gt;
#Your Windows regional settings are the same (i.e. date format unchanged, same time zone, decimal point symbol unchanged, list separator character unchanged) - if there is a difference, the new installation cannot understand the old lines in the log files and will give an error when Cumulus is restarted.&lt;br /&gt;
#You may need to &#039;tweak&#039; a few things (serial port number etc) in [[cumulus.ini]].&lt;br /&gt;
#In the folder with cumulus.exe in it, copy across  &#039;cumulus.ini&#039;,  and if you have created a &#039;strings.ini&#039; that file must be copied across too.&lt;br /&gt;
#The Cumulus &#039;data&#039; sub-folder has been copied across.&lt;br /&gt;
#Obviously if you use customised web pages, then you need the corresponding templates in the new installation.&lt;br /&gt;
#Any other customised files (images and/or a twitter.txt file, for example), you may want to copy those over too.&lt;br /&gt;
&lt;br /&gt;
== Can I view my Cumulus data on another device? ==&lt;br /&gt;
&lt;br /&gt;
# If Cumulus uploads your weather information to an online web site, you can view that on another device.&lt;br /&gt;
# Software like &#039;Remote Desktop&#039; can be used to view the computer that is running Cumulus - see many postings on the Support Forum.&lt;br /&gt;
# A back-up as described in the next answer can be viewed in Cumulus installed on another PC (see point about Windows regional settings in previous question) to look at past extremes or graphs; although obviously that additional installation will not be able to add further observations from the weather station connected to the original PC.&lt;br /&gt;
# If your web site is on your local network, but not online, your device may be able to view it directly or view a back-up of how it was in the past.&lt;br /&gt;
&lt;br /&gt;
== How do I back up my data?  ==&lt;br /&gt;
&lt;br /&gt;
*Copy the contents of the Cumulus ‘data’ sub-folder on a regular basis to a different storage device.  Then if you have any problem with the original storage device, or corruption of files, you can minimise the loss of logged observations. To restore from the backup, just copy the saved data folder back into your Cumulus installation, with Cumulus stopped.&lt;br /&gt;
*It can be useful to take copies of the Cumulus &#039;backup&#039; sub-folder on key dates (e.g. just after change of month or year), or if you think you might have some rogue figures.  The &#039;.ini&#039; files in the backup sub-folder contain past extreme values that you might want to look up.&lt;br /&gt;
*You should also back up, at least once, your cumulus.ini file in the main Cumulus folder.  This contains all the key settings and you need a record of those!&lt;br /&gt;
&lt;br /&gt;
== Moving Cumulus software to a different location on your PC? ==&lt;br /&gt;
&lt;br /&gt;
This article in the wiki gives more details above moving Cumulus: [[Moving cumulus]]&lt;br /&gt;
&lt;br /&gt;
== What are the formats of the Cumulus data files?  ==&lt;br /&gt;
&lt;br /&gt;
These are detailed in the [[:Category:Log Files|Log Files]] section of this Wiki and also in the Cumulus help file, in the section “Data log file format”&lt;br /&gt;
&lt;br /&gt;
== Can I import logged information from before I installed Cumulus? ==&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;Configuration&#039;&#039;&#039; menu, &#039;&#039;Station&#039;&#039; setting screen (near bottom) has option to enter there the &#039;&#039;rainfall total&#039;&#039; for the bit of the year (starting month can be selected here too) until when you first start using Cumulus.  See the Cumulus &#039;&#039;&#039;Help&#039;&#039;&#039; for this screen for further details.&lt;br /&gt;
&lt;br /&gt;
Yes is the answer for other weather information, providing you can manipulate the information you have into either (preferably) the format used by the [[Monthly_log_files#Importing_pre-Cumulus_data]] or (second best) [[Dayfile.txt]]. Look up those cross-references in this Wiki (or the Cumulus &#039;&#039;&#039;Help&#039;&#039;&#039;) for further information on required formats.  The support forum includes a few threads related to this topic, and if you post there then people who have already imported from particular systems may offer their services to import your past observations.&lt;br /&gt;
&lt;br /&gt;
A converter for Weather Display log files is available from this thread in the forum: http://sandaysoft.com/forum/viewtopic.php?f=4&amp;amp;t=10118&lt;br /&gt;
&lt;br /&gt;
A converter for WeatherLink log files is available from this thread in the forum: http://sandaysoft.com/forum/viewtopic.php?f=6&amp;amp;t=11349&lt;br /&gt;
&lt;br /&gt;
== I was away on the last day of last month/year - How do I see the final lowest and highest figures for last month/year? ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;View&#039;&#039;&#039; menu, &#039;&#039;This month&#039;&#039; or &#039;&#039;This year&#039;&#039; screens show some figures for any month or year selected by you, but do not show all the figures shown on a standard web page or as shown on the &#039;&#039;Highs and Lows&#039;&#039; screen for the current month/year.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;View&#039;&#039;&#039; menu, &#039;&#039;Highs and Lows - This month (or This year)&#039;&#039; (or &#039;&#039;thismonth.htm&#039;&#039; or &#039;&#039;thisyear.htm&#039;&#039; web page) only shows the lowest and highest values for the current calendar month (or current year). This answer describes a way to see the same information for the month (or year) that fairly recently ended.  It is valid only until build 1088 (from 5 March 2014 build 1089 &#039;Delay writing of end of day backup files until the first log entry is written&#039; means the stored &#039;&#039;month.ini&#039;&#039; relates to the &#039;&#039;initial&#039;&#039; entries for the start of the new month). From version 1.9.3 build 1041, Cumulus creates a daily backup of the log files. &lt;br /&gt;
*Look in the &#039;&#039;backup\daily&#039;&#039; subfolder within your Cumulus installation. &lt;br /&gt;
*These daily backups will be created if Cumulus was left running during the period of interest, or stopped before that period and since restarted. &lt;br /&gt;
*Normally about 10 such back ups are available, each folder has a name based on the timestamp and contains the 6 [[:Category:Log_Files|xxxx.ini files]], the current [[Monthly_log_files|monthly standard data log]]/[[Extra_Sensor_Files|monthly extra data log]], and the most recent update of [[dayfile.txt|daily summary log]].&lt;br /&gt;
&lt;br /&gt;
Open as a text file [[month.ini]] in the folder whose name is bearing the timestamp after your final rollover, for Cumulus builds 1041 to 1088 the final lowest and highest for each observation in the month will be listed.&lt;br /&gt;
&lt;br /&gt;
In a similar manner if you miss the last day of the year, for Cumulus builds 1041 to 1088 see the final &#039;this year&#039; figures for last year by opening [[year.ini]] from the appropriate backup.&lt;br /&gt;
&lt;br /&gt;
== What do the various wind speeds in Cumulus correspond to, with Davis stations?  ==&lt;br /&gt;
&lt;br /&gt;
Davis station firmware supplies two windspeeds, a 3-second average and a 10-minute average (later versions of the firmware also supply a 2-minute average, Cumulus currently doesn&#039;t use this).  &lt;br /&gt;
* The latest Davis 3-second average is treated by Cumulus as &#039;Latest&#039; (available via &amp;lt;#wlatest&amp;gt;)&lt;br /&gt;
* The highest of the station&#039;s 3-second readings over the previous 10 (configurable by adding &#039;&#039;AvgSpeedMinutes=N&#039;&#039; in [[Cumulus.ini#Section:_Station]] where &#039;N&#039; is number of) minutes becomes the Cumulus &#039;Gust (available via &amp;lt;#wgust&amp;gt;). Note that the WMO definition of a wind gust is the mean wind speed over a 2 to 3 second sample period (not the maximum instantaneous wind speed).&lt;br /&gt;
* The Davis 10-minute average is the Cumulus &#039;Average&#039; (available via &amp;lt;#wspeed&amp;gt;).&lt;br /&gt;
Note that if you sample these readings at shorter (real time) intervals it is possible for Cumulus &#039;Latest&#039; to be lower than Cumulus &#039;Average&#039; because approximately half of the 3-second wind speeds will be higher and half of them lower than the 10-minute average. &lt;br /&gt;
If the Cumulus figure seems lower than the Davis figure see [[#My_Davis_station_shows_a_higher_maximum_wind_speed_than_Cumulus]].&lt;br /&gt;
&lt;br /&gt;
Davis station loggers record a single spot (not any average) wind speed, so if you restart Cumulus and the software attempts to catch up from the station logger there may be only one or two values to include in the Cumulus average (over 10 or whatever) minutes calculation.&lt;br /&gt;
&lt;br /&gt;
== What do the various wind speeds in Cumulus correspond to, with Fine Offset stations?  ==&lt;br /&gt;
&lt;br /&gt;
Fine Offset sensors measure wind over 48-second intervals, divided into 24 2-second intervals. At the end of each 48-second period, they transmit the highest of those 24 values as &#039;Gust&#039;, and the average of those 24 values as &#039;Wind&#039;. The console keeps &#039;&#039;&#039;overwriting&#039;&#039;&#039; the newly received &#039;Gust&#039; and &#039;Wind&#039; values to the same area of console memory every 48 seconds, until the station logging interval time is reached, then it moves on to the next memory location, leaving the last values it wrote in the previous console memory location.  &lt;br /&gt;
*If Cumulus is not running all the time, on restart it works through the console memory locations and extracts the Fine Offset Wind and Gust in each memory location, i.e. at the station logging interval. &lt;br /&gt;
*While Cumulus is running, it reads the current wind speeds (and direction) every 10 seconds. There are new values only every 48 seconds (i.e. every fourth or fifth read)&lt;br /&gt;
&lt;br /&gt;
Cumulus, for various reasons, uses different terminology, and also has configuration settings which control how some of the wind values are displayed.&lt;br /&gt;
* The Fine Offset console &#039;Gust&#039; value becomes Cumulus &#039;Latest&#039;. &lt;br /&gt;
* The highest of the Fine Offset &#039;Gust&#039; values over the previous 10 minutes becomes Cumulus &#039;Gust&#039;.  Note that the WMO definition of a wind gust is the mean wind speed over a 2 to 3 second sample period (not the maximum instantaneous wind speed).&lt;br /&gt;
* Cumulus &#039;Average&#039;  can be calculated in 3 different ways:&lt;br /&gt;
** The default: If &#039;Calculate 10-min wind average&#039; is not selected on the Station Settings screen, the console &#039;Wind&#039; value is used.&lt;br /&gt;
** If &#039;Calculate 10-min wind average&#039; is selected, then by default the average of the Fine Offset &#039;Gust&#039; values read over the previous N (configurable, defaults to 10) minutes is used.&lt;br /&gt;
** If &#039;Calculate 10-min wind average&#039; and &#039;Use speed for avg calculation&#039; are both selected, the average of the Fine Offset &#039;Wind&#039; values read over the previous N (configurable, defaults to 10) minutes is used.&lt;br /&gt;
&lt;br /&gt;
Select value for &#039;N&#039; using &#039;&#039;AvgSpeedMinutes=N&#039;&#039; in [[Cumulus.ini#Section:_Station]].&lt;br /&gt;
&lt;br /&gt;
Note that Fine Offset Consoles can display a &#039;MAX&#039; figure, this is highest recorded since it was last reset (on touchscreen models multiple touches of the displayed speed will cause maximum speed, or gust, to be shown, and when a max value is displayed continuing to hold touching that value for 3 seconds will reset max to current value).  Cumulus maintains its own various extremes for different periods (e.g High wind and high gust for yesterday on its main screen) calculated from all values read by Cumulus in that period.&lt;br /&gt;
&lt;br /&gt;
== How do I set up recording wind speeds in Cumulus, with Oregon Scientific and La Crosse stations  ==&lt;br /&gt;
&lt;br /&gt;
La Crosse and some Oregon Scientific weather stations only output a single wind speed.  To allow Cumulus to calculate &#039;gust&#039; and &#039;wind speed&#039; with different values, select the &#039;&#039;&#039;Station&#039;&#039;&#039; dialogue from the &#039;&#039;Configuration&#039;&#039; menu and set &#039;&#039;Calculate 10 min wind average&#039;&#039; in the &#039;Settings&#039; frame, so in [[cumulus.ini]] this will produce the parameter &#039;Wind10MinAverage=1 when cumulus is next stopped.&lt;br /&gt;
* The station&#039;s &#039;Wind&#039; value will then display as Cumulus &#039;Latest&#039;.&lt;br /&gt;
* A 10 (configurable by adding &#039;&#039;AvgSpeedMinutes=N&#039;&#039; in [[Cumulus.ini#Section:_Station]] where &#039;N&#039; is number of) minutes average of the station&#039;s &#039;Wind&#039; value will then display as Cumulus &#039;Average&#039;.&lt;br /&gt;
* The highest of the station&#039;s &#039;Wind&#039; value in a 10 minute period will then display as Cumulus &#039;Gust&#039;.  Note that the WMO definition of a wind gust is the mean wind speed over a 2 to 3 second sample period (not the maximum instantaneous wind speed).&lt;br /&gt;
&lt;br /&gt;
See &#039;&#039;LCMaxWind=X&#039;&#039; parameter in [[Cumulus.ini#La_Crosse_specific:]] where X is the maximum (uncalibrated) wind speed in m/s that you want to allow.&lt;br /&gt;
&lt;br /&gt;
== How do I make Cumulus run automatically when Windows starts?  ==&lt;br /&gt;
&lt;br /&gt;
There is no option in Cumulus to set this up automatically as I prefer to leave it under the control of the user: The safest and most reliable method is simply to put a shortcut in your Startup folder. If you are running Vista or Windows 7, you may find that Cumulus gets blocked by UAC if you try to run it from the Startup folder, in which case it is recommended that you use Task Scheduler instead. See here for a good description of how to do this - http://blogs.techrepublic.com/window-on-windows/?p=616&lt;br /&gt;
&lt;br /&gt;
== How does Cumulus handle Daylight Saving Time?  ==&lt;br /&gt;
&lt;br /&gt;
As far as the timestamps in the extreme logs, monthly log, and the graphs, are concerned; Cumulus doesn&#039;t do anything in particular for DST. &lt;br /&gt;
*It generates timestamps based on the Windows clock. &lt;br /&gt;
**So basically, at the start of DST (i.e. when the clocks &#039;go forward&#039; for the summer) you will get an apparent gap of one hour in your data logs and on graphs.&lt;br /&gt;
**Similarly at the end of DST (i.e. when the clocks &#039;go back&#039; for the winter) you will get an apparent hour of duplicate timestamps in your logs and graphs. &lt;br /&gt;
*You will tend to get better results if you leave Cumulus running during the clock change, because if it is stopped you may lose data,&lt;br /&gt;
**the exact timing of the affected hours depends on the type of station and the times when Cumulus was running/stopped.&lt;br /&gt;
&lt;br /&gt;
=== ... How do Davis stations handle Daylight Saving Time? ===&lt;br /&gt;
&lt;br /&gt;
Note that there seems to be an issue with Davis stations, either in the console/logger, or in the Davis DLL which Cumulus uses. &lt;br /&gt;
*If you don&#039;t have Cumulus running when DST ends (autumn), then when you start Cumulus up again, it doesn&#039;t receive all of the logger data it needs to catch up to the &#039;&#039;present time&#039;&#039; - the previous hour or so is missing. &lt;br /&gt;
*So with Davis stations, I strongly recommend that you leave Cumulus running at the end of DST, if at all possible.&lt;br /&gt;
&lt;br /&gt;
=== ... How do Fine Offset stations handle Daylight Saving Time? ===&lt;br /&gt;
&lt;br /&gt;
*For Fine Offset stations if you don&#039;t have Cumulus running when DST ends in autumn, then when you start Cumulus up again, the catch up &#039;&#039;misses off the first hour after the time Cumulus was stopped&#039;&#039; (unless you have adjusted the time in [[today.ini]] by subtracting one hour for end of DST while Cumulus was stopped).  &lt;br /&gt;
**This is because the console memory does not time-stamp the data blocks and Cumulus does not remember the console data block used just before shutdown, (after all depending on how long Cumulus has been stopped and the station logging interval, the old memory location could be overwritten by now), but each memory location does contains minutes elapsed since previous memory location used.&lt;br /&gt;
**On restart Cumulus just tries to read the appropriate number of hours worth of observations back from the block now marked as latest.  &lt;br /&gt;
**For example if it was stopped at 2200 DST and restarted at 0600 standard time, Cumulus catches up with the last 8 hours worth of stored measurements as if going back to 2200 standard time, that means it retrieves back to 2300 DST and has forever lost the period 2200 to 2300 DST.  &lt;br /&gt;
*So with Fine Offset stations, I strongly recommend that you leave Cumulus running at the end of DST, if at all possible.&lt;br /&gt;
*At the start of DST in spring, the catch up will &#039;&#039;duplicate the last hour that Cumulus was previously operating&#039;&#039; (unless you have added one hour to the standard time stored in [[today.ini]] for start of DST while Cumulus was stopped). &lt;br /&gt;
**e.g. Stopping from 2200 standard time to 0600 DST the catch up goes back to 2200 DST or 2100 standard time.&lt;br /&gt;
**Some calculated measurements like average temperature, cooling degree days, and the like will be slightly out, but no measurement is actually lost.&lt;br /&gt;
&lt;br /&gt;
== What formula does Cumulus use for Dew Point?  ==&lt;br /&gt;
dewpoint := tempinC + ((0.13 * tempinC) + 13.6) * Ln(humidity / 100)&lt;br /&gt;
&lt;br /&gt;
== What formula does Cumulus use for Apparent Temperature?  ==&lt;br /&gt;
It uses a formula from the Australian BOM - http://www.bom.gov.au/info/thermal_stress/#atapproximation&lt;br /&gt;
&lt;br /&gt;
Note that the version used is the one that doesn&#039;t take into account solar radiation.&lt;br /&gt;
&lt;br /&gt;
== How does Cumulus know the height of the cloud base?  ==&lt;br /&gt;
&lt;br /&gt;
It doesn&#039;t. It uses a calculation which gives the theoretical height above ground level at which Cumulus clouds might form, based on the current temperature and dew point. It assumes that the difference between temperature and dew point decreases by about 4.4 degrees Fahrenheit per 1000 feet increase in altitude. When the two values coincide, the air is saturated (relative humidity = 100%) and Cumulus clouds may form. &lt;br /&gt;
&lt;br /&gt;
== How is my rain rate calculated?  ==&lt;br /&gt;
&lt;br /&gt;
For stations which supply a rain rate, Cumulus uses that. For stations which don&#039;t supply a rain rate (e.g. Fine Offset and La Crosse), Cumulus simply takes the rain total from the last five minutes and calculates a rate based on that; e.g. a single tip of 0.3mm in 5 minutes is a rate of 3.6mm/hr. When data from the station&#039;s logger is used, a similar calculation is performed, but the interval used is the logger interval rather than five minutes.&lt;br /&gt;
&lt;br /&gt;
== Where does Cumulus get its this month and this year rainfall totals from?  ==&lt;br /&gt;
&lt;br /&gt;
* Each time Cumulus reads records from the weather station it applies any change to the &#039;total rain count&#039; against today&#039;s total in its memory.&lt;br /&gt;
* The today&#039;s total so far at each reading time is also added to the &#039;recent tag&#039; array allowing total values for the day-so-far at one minute intervals for up to a week ago to be added as web tags to a web template. &lt;br /&gt;
* The rainfall totals, are initialised when Cumulus is (re-)started by adding up the corresponding daily totals in dayfile.txt and storing those sums in memory. Two of the totals can be seen using default settings on &#039;&#039;&#039;View&#039;&#039;&#039; menu, &#039;&#039;This month&#039;&#039; screen for this month, &#039;&#039;This year&#039;&#039; screen for this calendar year, but the third total for the rain season (you can change starting month) is seen on the &#039;&#039;main&#039;&#039; Cumulus screen.&lt;br /&gt;
* The rainfall totals shown on the &#039;&#039;This period&#039;&#039;, &#039;&#039;This month&#039;&#039;, and &#039;&#039;This year&#039;&#039; screens within the &#039;&#039;&#039;View&#039;&#039;&#039; menu are generated by adding up the daily rainfall totals found in [[dayfile.txt]] for the selected period. So any rainfall for the current (meteorological) day is excluded as the latest dayfile.txt row is for yesterday. Totals are recalculated when you press the &#039;&#039;Update display&#039;&#039; button. Important note: The view menu &#039;This year&#039; screen always calculates the total for a selected calendar year starting in January.&lt;br /&gt;
* The rain figures that Cumulus uses for displaying in &#039;This month&#039; and &#039;This year&#039; on the Cumulus &#039;&#039;main screen&#039;&#039; are updated each time Cumulus receives a rain reading from the station, so will not be displayed if Cumulus is unable to read rain information from your station.&lt;br /&gt;
* For the web tags, Cumulus takes its stored sums and adds today&#039;s latest total each time, to give the current totals for this month and this rain season (year so far) when processing &#039;thismonthT.htm&#039; and &#039;thisyearT.htm&#039; web templates.&lt;br /&gt;
**Important, for the &amp;lt;#ryear&amp;gt; web tag, and for the &#039;This year&#039; display on the &#039;&#039;main&#039;&#039; Cumulus screen, the processing reads the &#039;&#039;dayfile.txt&#039;&#039; for the rainfall season starting with the month set on the station settings screen and stored as the value for attribute &#039;&#039;RainSeasonStart&#039;&#039; in [[Cumulus.ini#Section:_Station]] (its default is January).  &lt;br /&gt;
**If you have set a &#039;year to date&#039; value and Cumulus is being re-started when the year specified beside that figure matches the current year, your year-to-date amount is also added into this year&#039;s total. This should normally only be relevant in your first rain season of operating Cumulus, but could be used if in any season you needed to add an extra amount because for some reason you had a gap in your recording period.&lt;br /&gt;
**There is no corresponding setting for calculating the total for the first &#039;this month&#039; of Cumulus operation.&lt;br /&gt;
*Note that you need to stop and then restart Cumulus to update these initial values that are stored in memory and get any corrections you made to rogue values in the daily summary log (or year-to-date) reflected on the main Cumulus screen and in web tags.&lt;br /&gt;
&lt;br /&gt;
The built-in dayfile.txt editor is used if it is necessary to amend the daily totals (to correct any monthly, rain season, or calendar year, totals); the built-in all-time (or monthly records) editor(s) in Cumulus is used if it is necessary to regenerate the extreme records from dayfile.txt; see [[#My_station_invented_some_rain_that_didn.27t_really_occur.2C_and_I_want_to_set_it_to_zero_.28or_some_other_figure.29 |FAQ about correcting incorrect rainfall displays]].&lt;br /&gt;
&lt;br /&gt;
== How do I reset all my data to start again from scratch?  ==&lt;br /&gt;
&lt;br /&gt;
Stop Cumulus and delete all of the files in the data folder. You may also want to edit the &#039;StartDate=&#039; line in [[cumulus.ini]] to set the date for the start of your data.&lt;br /&gt;
&lt;br /&gt;
== How do I localise Cumulus to my own language? ==&lt;br /&gt;
&lt;br /&gt;
Cumulus does not directly support languages other than English. It was never intended for use in other languages, and it is not possible to add support for this now. However, the text used for:&lt;br /&gt;
*Forecasting&lt;br /&gt;
*Moonphases&lt;br /&gt;
*Beaufort Scale&lt;br /&gt;
*Trend descriptions&lt;br /&gt;
*Compass points&lt;br /&gt;
*Graph titles&lt;br /&gt;
*Extra sensor channels&lt;br /&gt;
can all be customised by using the [[strings.ini]] file. This facility may be extended to allow other items to be translated, but it is very unlikely that there will ever be a fully multi-language version of Cumulus in its current form.&lt;br /&gt;
&lt;br /&gt;
This wiki page [[:Category:Other_Languages|Other Languages]] has some old information about customising the standard web pages and see the downloads page as several third-party alternative web pages include some language translation modules.&lt;br /&gt;
&lt;br /&gt;
== Can I connect/disconnect my weather station while Cumulus is running? ==&lt;br /&gt;
No. You must make sure your weather station is connected to your PC and switched on, before running Cumulus. Do not disconnect your station while Cumulus is running.&lt;br /&gt;
&lt;br /&gt;
== How does Cumulus deal with extra sensors? ==&lt;br /&gt;
&lt;br /&gt;
By default, Cumulus deals with weather stations incorporating solar sensors, if you have selected the relevant station &#039;Type&#039; or &#039;Display solar/extra data&#039; in configuration, but it has some capability to deal with extra sensors added including the Blake-Larsen Sun Recorder.&lt;br /&gt;
Cumulus has the ability to input, log, and display Current Values/Outputs from the [[Rain_measurement#Optical_Rain_Gauges|Hydreon Optical Rain Sensor - Model RG-11]] and from either Oregon Scientific or Davis [[Extra_Sensor_Files|extra sensors]]. Only today&#039;s and yesterday&#039;s total rainfall from a Hydreon sensor are available in [[today.ini]] and [[yesterday.ini]] respectively. For some Oregon Scientific models, the temperature from an extra sensor can replace the temperature from the main sensor for processing by Cumulus, but all extra sensor values are stored in a series of [[Extra_Sensor_Files| monthly log]] files. No other processing is performed for Davis extra sensors, but past values are retained in a series of [[Extra_Sensor_Files| monthly log]] files.  The file [[strings.ini]] is used to customise the description associated with extra sensors.&lt;br /&gt;
&lt;br /&gt;
== What is this &amp;quot;Solar Max&amp;quot; value which Cumulus is displaying? ==&lt;br /&gt;
&lt;br /&gt;
It&#039;s the current theoretical maximum solar radiation value at the current date and time at your location. It is calculated using the Ryan-Stolzenbach formula, and uses the &#039;transmission factor&#039; configurable in the station settings to allow for the effect of transmission through the atmosphere. The figure is not particularly useful in itself; it is used if you have a solar sensor, to compare with the current solar radiation reading, in an attempt to determine whether the sun is currently shining or not.&lt;br /&gt;
&lt;br /&gt;
== My Fine Offset console says the memory is nearly full - how do I clear it? ==&lt;br /&gt;
&lt;br /&gt;
You don&#039;t need to, and it&#039;s much safer if you don&#039;t; clearing the memory could lead to a loss of data. The memory indicator on the console has no effect on the logging of data; the console will automatically start re-using the oldest memory locations. As long as you are running Cumulus (at least occasionally), Cumulus will have downloaded the data it needs from the console, so the console is free to overwrite the oldest data when it needs to.&lt;br /&gt;
&lt;br /&gt;
== How do I get my Davis station with USB working with Cumulus? ==&lt;br /&gt;
&lt;br /&gt;
Cumulus cannot drive the station in USB mode, you must install &#039;virtual serial port&#039; drivers, and configure Cumulus to use the virtual serial port. Make sure you have the station connected to the PC during the following operations.&lt;br /&gt;
&lt;br /&gt;
You should first make sure that you can use the station with Weatherlink, in serial mode. If you have not already installed the Weatherlink software, install the version which came with your weather station. You should then upgrade to the latest version of Weatherlink; you can download the update from the Davis web site,  [http://www.davisnet.com/support/weather/downloads/software_sftwr.asp here].&lt;br /&gt;
&lt;br /&gt;
You now need to install the &#039;CP210X USB to Serial Converter&#039;. You may find a link on your Start menu under &#039;Weatherlink&#039;. Alternatively, you should find it in the folder where Weatherlink was installed, under &#039;Support&#039; then &#039;Utilities&#039;. Davis also make version 2 of this utility available on their web site, [http://www.davisnet.com/support/weather/downloads/software_driver.asp here], and you may find that this version will work for you if the installed version does not. It should be clear from the messages output by the utility that it has successfully switched the logger to serial mode. &lt;br /&gt;
&lt;br /&gt;
It&#039;s a good idea to then update the driver to the latest version from the Silicon Labs web site, particularly if you use Windows 7 or 8. You can download it [http://www.silabs.com/products/mcu/pages/usbtouartbridgevcpdrivers.aspx here] - click on &#039;VCP driver kit&#039; under &#039;Download for Windows XP/Server 2003/Vista/7&#039; to begin the download. Run the executable once it&#039;s downloaded.&lt;br /&gt;
&lt;br /&gt;
At this point, it&#039;s best to restart your computer.&lt;br /&gt;
&lt;br /&gt;
You should now run Weatherlink, and attempt to connect to the weather station &#039;&#039;&#039;in serial mode&#039;&#039;&#039;. Weatherlink should find the appropriate COM port number automatically. If not, you can find it under &#039;Ports (COM &amp;amp; LPT)&#039; in the Windows device manager. Look for the port called &#039;USB Serial Port (COMn)&#039;, where &#039;n&#039; is a number. That&#039;s the number of the port you need to use in Weatherlink. If you cannot get Weatherlink to work using this virtual COM port, it is unlikely that you will be able to get Cumulus to work either, so either contact Davis support, explaining that you are trying to use the virtual serial port drivers because you want to run third-party software, or ask in the Cumulus forum, someone may be able to advise.&lt;br /&gt;
&lt;br /&gt;
Once you have Weatherlink connected and working via the virtual serial port, &#039;&#039;&#039;close it down&#039;&#039;&#039;, and start Cumulus.&lt;br /&gt;
&lt;br /&gt;
In the station settings in Cumulus, select the appropriate station type for your station; under &#039;VP Type&#039; select &#039;&#039;&#039;Serial&#039;&#039;&#039;; in the serial port section enter the COM port number that you found earlier. You may need to restart Cumulus at this point. It will then start displaying live data. Note that the it deliberately does not download any historical logger data from before the current point in time. When you run it subsequently, it will download logger data to catch up if necessary from when you last ran it, but never from earlier than when you first ran it.&lt;br /&gt;
&lt;br /&gt;
If you still having difficulty, the Davis Weatherlink manual offers this advice, which may be useful:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Included with the WeatherLink software is a utility that allows you to convert a USB data logger from a direct USB data logger back to a USB data logger that emulates the serial port. To use&lt;br /&gt;
this utility, select Convert USB to Virtual Serial in your WeatherLink program group on the Start menu of your computer (Start&amp;gt;AllPrograms&amp;gt;WeatherLink&amp;gt;Convert USB to Virtual Serial) and run the utility to convert your data logger. Please contact Davis Technical Support (“Contacting Davis Technical Support” on page 26) for more information.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== Why does Cumulus do some things the way it does, when there are better ways? ==&lt;br /&gt;
&lt;br /&gt;
Cumulus was originally something I &#039;knocked together&#039; quickly when I got my first weather station, simply because I couldn&#039;t find any other software anywhere which I was prepared to use. No &#039;design&#039; went into it, it was really just a prototype. Some of the things I did were just quick &#039;hacks&#039; that I intended to fix when I did it &#039;properly&#039;. But I never got around to going back and doing it &#039;properly&#039;, and it was never my intention that anyone else would use it. But I was persuaded to make it available for others, and then to add more and more enhancements. &lt;br /&gt;
&lt;br /&gt;
The fact that it works with several different types of weather station means that much of it is a compromise; it doesn&#039;t use certain features of the weather station which it could use if it were dedicated to that type of weather station. For example, it typically does not use any high/low data that the station might store internally. Instead, it maintains its own high/low data from individual readings. There are a number of reasons for this; the fact that Cumulus supports an 0900-0900 day, and the weather station does not, and the fact that typically Cumulus maintains far more high/low values than the station does, and these need to be self-consistent. &lt;br /&gt;
&lt;br /&gt;
So yes, I am aware that some of things that Cumulus does may seem strange, but it is simply not possible for me to start again from scratch, knowing what I know now. And it is not possible for me to effectively produce separate versions of Cumulus specifically for each type of weather station. If you don&#039;t like the way Cumulus does certain things, do what I did and write your own software!&lt;br /&gt;
&lt;br /&gt;
== Can I run 2 copies of Cumulus? ==&lt;br /&gt;
&lt;br /&gt;
3 options:&lt;br /&gt;
*You can install Cumulus on more than one PC, but each copy must connect directly to its own weather station (one station connected per PC).&lt;br /&gt;
*You can install 2 copies of Cumulus in different paths on a single PC, &#039;&#039;if you have two weather stations&#039;&#039; and Cumulus is able to distinguish between them, e.g. they are from different manufacturers, or both are serial port stations (different ports), or one is USB and one is serial, or one is a Weatherlink IP. In other words the  combination that does not work on a single PC is two USB stations from the same manufacturer. Note that Davis stations with USB loggers are serial port stations as far as Cumulus is concerned, so there are no problems using multiple copies of Cumulus with multiple Davis stations on the same PC.&lt;br /&gt;
*It is possible to back up the Cumulus files from one installation running off a weather station, and briefly have another reduced functionality copy just looking at historic data without ever any updating (the second Cumulus is set up as if reading from an EasyWeather.dat file, but not given a path/file name) - see [[Cumulus.ini#Introduced_for_problems_with_Fine_Offset_family:|Easyweather.dat section here]].&lt;br /&gt;
&lt;br /&gt;
= Troubleshooting  =&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Please note, these answers are written for Cumulus 1.x.y; the support forum is where Cumulus MX problems are discussed, together with how screens and files are different for the beta development.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== My &#039;Error&#039; light is flashing  ==&lt;br /&gt;
&lt;br /&gt;
Click on it, and a window will open describing the error. It may just be a temporary ftp problem. If you want to stop ftp errors being reported in this way, you can turn them off in the display settings (&amp;quot;Show FTP errors on error log window&amp;quot;).&lt;br /&gt;
&lt;br /&gt;
== My ‘new record’ light has stopped flashing  ==&lt;br /&gt;
&lt;br /&gt;
It is the normal situation that the light does not flash. The ‘new record’ light only flashes when an all-time record has been broken. It stops flashing if you click on it or restart Cumulus, until another all-time record is broken. When you first start using Cumulus, inevitably the light will flash a lot, even if you cancel it, as you will be breaking records constantly. After a while, it will &#039;settle down&#039; and not flash so often.&lt;br /&gt;
&lt;br /&gt;
== I installed a new version and my web page templates got over-written  ==&lt;br /&gt;
&lt;br /&gt;
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, place them in a different folder and use the ‘extra files’ facility. From version 1.8.9, the installer offers the option of not over-writing the web templates; it unconditionally also installs them to a sub-folder of the web folder called &#039;originals&#039;, so you can refer to them if required, even if you chose not to over-write those in the web folder.&lt;br /&gt;
&lt;br /&gt;
== I can’t find my data files!  ==&lt;br /&gt;
&lt;br /&gt;
You’re probably running Windows Vista/Windows 7/Windows 8 (or one of the corresponding server versions of Windows). Look in C:\Users\[username]\AppData\Local\VirtualStore\Program Files\Cumulus - note that this is a &#039;hidden&#039; folder. Ideally, to avoid this situation, you would install to somewhere outside the Program Files hierarchy, as recommended in the readme.txt.&lt;br /&gt;
&lt;br /&gt;
== I can&#039;t save my NOAA reports! ==&lt;br /&gt;
&lt;br /&gt;
You&#039;ve probably corrupted your Cumulus.ini file in the default Cumulus folder. See [[Cumulus.ini#Section:_NOAA]]. It can only be edited either (if Cumulus is stopped) with an external text file editor or (with Cumulus running) using the &#039;&#039;NOAA Setup&#039;&#039; in the configuation menu.  Pay attention to where the quotes are required for the file names, and check that you have an allowed date format (see [[Webtags#Time.2FDate_.27format.27_Parameter]]).&lt;br /&gt;
&lt;br /&gt;
== My sunrise and sunset times are wrong  ==&lt;br /&gt;
&lt;br /&gt;
You&#039;ve almost certainly entered your co-ordinates incorrectly, or not entered them at all - on the station settings screen. You must enter DEGREES, MINUTES, and SECONDS, no other format will work. Make sure to use &#039;&#039;&#039;unsigned whole numbers&#039;&#039;&#039; for degrees, minutes, and seconds, with a &#039;W&#039; for your longitude if you&#039;re West of the Greenwich meridian (e.g. if you are in the United States), and the appropriate letter for your latitude (N for northern hemisphere, S for southern hemisphere). &lt;br /&gt;
&lt;br /&gt;
If you are not familiar with the degrees/minutes/seconds standard format and have your co-ordinates in some other format, there are pages on the web which will convert for you. One such is here: http://transition.fcc.gov/mb/audio/bickel/DDDMMSS-decimal.html&lt;br /&gt;
&lt;br /&gt;
One other less likely possibility is that you have set the wrong time zone on your PC.&lt;br /&gt;
&lt;br /&gt;
== The Moon rise or set time is showing dashes.  ==&lt;br /&gt;
&lt;br /&gt;
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. &lt;br /&gt;
&lt;br /&gt;
== The Moon image is just black ==&lt;br /&gt;
&lt;br /&gt;
It&#039;s probably a New Moon.&lt;br /&gt;
&lt;br /&gt;
== Why are the &#039;Yesterday&#039; figures missing on the Main Cumulus Screen? ==&lt;br /&gt;
&lt;br /&gt;
The yesterday values on the Main Screen under &amp;quot;Recent Extremes&amp;quot; are not shown correctly:&lt;br /&gt;
*EITHER when the &#039;&#039;end of day rollover has not taken place&#039;&#039;. &lt;br /&gt;
**The usual cause of this is allowing your PC to &#039;sleep&#039; while Cumulus is running. &lt;br /&gt;
**The support forum mentions a few other causes. &lt;br /&gt;
**Cure this (if you have a weather station type that has a log that Cumulus reads) by looking in &amp;quot;&#039;&#039;Cumulus\backup&#039;&#039;&amp;quot; folder, and finding a backup directly in that folder or in &amp;quot;daily&amp;quot; sub-folder for just before the problem. With Cumulus stopped, copy all the files in that backup into the &amp;quot;&#039;&#039;&#039;Cumulus\data&#039;&#039;&#039;&amp;quot; folder, and then restart Cumulus. &lt;br /&gt;
*OR if Cumulus was unable to read observations from your station during that day, but can today. &lt;br /&gt;
**You can try the same cure, but may not be able to recover the lost information in this case.&lt;br /&gt;
&lt;br /&gt;
== Why do I have some unexpected zero figures? ==&lt;br /&gt;
&lt;br /&gt;
Cumulus may not be able to update some values/extremes, leaving them at zero, if:&lt;br /&gt;
*EITHER you are allowing your PC to go into sleep/standby while Cumulus is running,&lt;br /&gt;
*OR you have more than one copy of Cumulus attempting to interrogate the same weather station,&lt;br /&gt;
*OR you are closing Cumulus down very close to before/after roll-over (the latter is a restriction due to the way the processing of logger data works).&lt;br /&gt;
&lt;br /&gt;
== I’ve ‘zoomed’ a graph, how do I get it back to full size?  ==&lt;br /&gt;
&lt;br /&gt;
Drag from lower right to upper left.&lt;br /&gt;
&lt;br /&gt;
== Cumulus won&#039;t read the data from my station  ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CUMULUS RUNNING&#039;&#039;&#039;&lt;br /&gt;
If you have one of the Fine Offset clones, make sure you have configured your relative pressure correctly. If Cumulus finds an &#039;impossible&#039; value, it will ignore all data from your station.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CUMULUS RE-STARTED&#039;&#039;&#039;&lt;br /&gt;
If Cumulus does not read catch-up data from the station logger:&lt;br /&gt;
#Your station type may not have a logger, if so Cumulus cannot read anything from station while software was not running.&lt;br /&gt;
#There is a bug in the Davis DLL (Dynamic-Link Library) that Cumulus 1.x.x uses, where it never downloads the last archive record; so if there is only one to download (compare how long Cumulus was stopped with logging interval on your Davis station), it doesn&#039;t get any at all. (See [[#Cumulus_takes_a_long_time_to_download_the_data_from_my_Davis_station_at_start_up|here]] for opposite problem). Cure this by ensuring if you stop Cumulus you either leave it stopped for less than Davis logging interval time, or don&#039;t restart until after at least 2 logging intervals.&lt;br /&gt;
#You have not selected &amp;quot;&#039;&#039;&#039;Use data logger&#039;&#039;&#039;&amp;quot; in the &#039;&#039;Settings&#039;&#039; section of the &#039;&#039;&#039;Station settings&#039;&#039;&#039; screen accessed from &#039;&#039;Configuration&#039;&#039;  menu. Correct this:&lt;br /&gt;
##Stop Cumulus after changing this setting&lt;br /&gt;
##Look in &#039;&#039;Cumulus\backup&#039;&#039; folder (or its &#039;&#039;daily&#039;&#039; sub-folder) for a folder of .ini files prior to the problem, copy all those files to overwrite the ones in &#039;&#039;Cumulus\data&#039;&#039; folder&lt;br /&gt;
##Re-start Cumulus, it should use revised start date/time, and read the station logger for the whole re-wind period&lt;br /&gt;
#If there is another problem, read the instructions accessed from &amp;quot;Please click here before posting&amp;quot; at the top of the support forum page including the request to zip up the contents of the &#039;&#039;Cumulus\diags&#039;&#039; folder when asking for such support.&lt;br /&gt;
&lt;br /&gt;
== Cumulus read some invalid figures from my station ==&lt;br /&gt;
If you have:&lt;br /&gt;
*just started using Cumulus, &lt;br /&gt;
*just re-started Cumulus and you are only getting bad data when you start Cumulus up (i.e. when it is using archive data from the station logger),&lt;br /&gt;
*or you have just changed some settings,&lt;br /&gt;
... check you have the correct station type selected (see the Cumulus &#039;&#039;Help&#039;&#039; for the settings screen).&lt;br /&gt;
&lt;br /&gt;
Choosing the wrong station type means individual items of information are not correctly assigned to weather parameters.  Cumulus knows what is at what location for each station type. &lt;br /&gt;
*Is the information &#039;&#039;correct on the station console&#039;&#039; (i.e. not a fault with a sensor), but incorrectly displayed on Cumulus screen (i.e. transfer problem)? &lt;br /&gt;
Check all your settings on Cumulus, or see [[#Cumulus_won.27t_read_the_data_from_my_station|previous question]].&lt;br /&gt;
*If the &#039;&#039;station itself shows incorrect figures&#039;&#039;, a sensor may have a problem (mechanical or electrical failure, obstruction by animal activity) or a battery may need replacing.&lt;br /&gt;
Over successive versions of Cumulus more and more code has been incorporated to deal with the way some stations are prone to reporting rogue readings.&lt;br /&gt;
*Ensure you are using the latest Cumulus build, if you are using an old version you will not have any enhancements made since the earlier build that might improve the way Cumulus reads from your station type.&lt;br /&gt;
In general, if Cumulus 1.x.x identifies an odd value it will reuse the last good value instead, assuming that the problem will either right itself, or be spotted and dealt with quickly.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fine Offset stations&#039;&#039;&#039; are prone to reporting the odd non-sensical value, and Cumulus has the ability to compare successive readings:&lt;br /&gt;
*From the &#039;&#039;&#039;Configuration&#039;&#039;&#039; menu select [[Cumulus_Screenshots#Configuration_Menu_Screens|&#039;&#039;Calibration&#039;&#039;]] and in the &#039;&#039;&#039;Spike removal&#039;&#039;&#039; frame you can specify &amp;quot;the maximum &#039;&#039;&#039;differences&#039;&#039;&#039; between successive values&amp;quot; that Cumulus is to tolerate. See the &#039;&#039;&#039;Help&#039;&#039;&#039; for that screen, and note that spike removal applies while Cumulus is running, not to catch-up readings from the station&#039;s logger. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Possible Cure:&#039;&#039;&#039;&lt;br /&gt;
The purpose of the backup files is to allow Cumulus to be &#039;rewound&#039; to a particular point in time.  It simulates the situation where someone had closed Cumulus down at that point, and is only now starting it up again, and needs data to be downloaded from the station&#039;s logger to catch up to the present time. Obviously this cure will not work if your station type does not have a logger (one is needed for Cumulus to read old readings again).&lt;br /&gt;
*If you have only installed Cumulus a few days ago, or have just re-started Cumulus after it was stopped and encounter multiple &#039;&#039;rogue readings in the catch-up from the station logger&#039;&#039;; &#039;&#039;&#039;one possibility&#039;&#039;&#039; is to stop Cumulus and find the backup files that it took when you started it up (or just after the previous roll-over time), copy those files into the data folder, overwriting the ones that are there, then when you start it up again it could sort itself out.&lt;br /&gt;
The [[Diags]] log often contains useful information for sorting out what has been read, which values have been ignored, and which highs or lows may have been updated incorrectly. Note that automatic backups are made just after roll-over time because restarting Cumulus when there are no logger records to read before roll-over has been known to cause problems. Therefore, the backup to choose might be one with the date before when the problem occured, but remember that any calculations Cumulus makes are based on readings at least every minute when Cumulus is running, but for the catch up period such calculations can only use the readings available at your station&#039;s logging interval. Note if you choose a later backup and it does not work, you can always then repeat the &#039;rewind&#039; with a earlier backup.&lt;br /&gt;
&lt;br /&gt;
== I get very large amounts of rainfall shown, or other high readings ==&lt;br /&gt;
&lt;br /&gt;
Fine Offset stations have a habit of producing unbelievable readings, and Cumulus filters many of these out automatically. You can also use the &#039;spike removal&#039; settings on the calibration page, and Cumulus will then filter out large changes in readings. Please read the help for how to use these settings. Another possible explanation is that you have chosen the wrong station type in the Cumulus station settings. You should only select the &amp;quot;Fine Offset with UV/Light sensor&amp;quot; type if your station actually has SENSORS for these. Your station may have solar CHARGING, but this is not the same as having a solar SENSOR, and so you should choose the &amp;quot;Fine Offset (WH1080 etc)&amp;quot; type. Typically, stations which do have solar SENSORS have a model number which starts with a &#039;3&#039;, e.g. WS3080, and stations without solar sensors start with a &#039;1&#039; or &#039;2&#039;. Selecting the wrong type of station will cause Cumulus to misinterpret the logger data read from the station (which it uses when it starts up) and hence incorrect readings will result, typically when you restart Cumulus.&lt;br /&gt;
&lt;br /&gt;
== My station invented some rain that didn&#039;t really occur, and I want to set it to zero (or some other figure)  ==&lt;br /&gt;
&lt;br /&gt;
Cumulus does include some code to try to ignore some obvious rain errors. For example, if the station reports negative rain, Cumulus will normally ignore that, but if for 6 consecutive readings the rain cumulative count stays below what it was before, Cumulus will normally accept the new count as a new starting point. Because many positive values are realistic (see sub-answers), Cumulus generally will accept those as a result of accidental knocking of a tipping bucket gauge, due to wind effects on the gauge, or even due to the station electronics generating a rogue reading.&lt;br /&gt;
=== (Invented rain) Error in today&#039;s total===&lt;br /&gt;
#correct today&#039;s total using the &#039;today&#039;s rain&#039; editor on the edit menu.&lt;br /&gt;
#optionally stop Cumulus and edit [[today.ini]] to change the &#039;&#039;LastTip=&#039;&#039;(look up previous value in a recently backed up today.ini) parameter.&lt;br /&gt;
#Remember that &#039;ConsecutiveDryDays&#039; and &#039;ConsecutiveWetDays&#039; do not include today.&lt;br /&gt;
&lt;br /&gt;
=== (Invented rain) Error in yesterday&#039;s total ===&lt;br /&gt;
#edit the total for the relevant day in dayfile.txt, using the dayfile.txt editor on the edit menu.&lt;br /&gt;
#optionally edit yesterday&#039;s total (which is only held temporarily for display purposes) in [[today.ini]], while Cumulus is stopped.&lt;br /&gt;
=== (Invented rain) Error in total or high rainfall rate for any day before today ===&lt;br /&gt;
Just edit the total or rate for the relevant day in dayfile.txt, using the [[Cumulus_Screenshots#File.2FEdit.2FHelp_Menu|dayfile.txt]] editor on the edit menu.&lt;br /&gt;
&lt;br /&gt;
=== (Invented rain) Error in total, or extremes, for this month and/or this year ===&lt;br /&gt;
See next FAQ. Once you have corrected the daily totals (or high rainfall rates) in dayfile.txt, you can use the editors (on the edit menu) for &#039;This Month&#039; and &#039;This Year&#039; to fetch the corrected values from dayfile.txt (or enter figures manually).&lt;br /&gt;
&lt;br /&gt;
=== (Invented rain) Error in all-time records ===&lt;br /&gt;
See [[#How_do_I_correct_my_all-time_.28or_monthly_all-time.29_records.3F |this FAQ]].&lt;br /&gt;
&lt;br /&gt;
To see the previous value for all-time records see [[Alltimelog.txt]]. If your all-time records, or month-by-month all-time records have been affected, you can use the built-in editors. These can fetch the correct values once you have corrected dayfile.txt.&lt;br /&gt;
&lt;br /&gt;
===  (Invented rain and) Other rain figures ===&lt;br /&gt;
Note that other rain figures, such as &#039;rain last hour&#039; and &#039;rain last 24 hours&#039; depend on a sensible progression of the rain counter, so it&#039;s not easy to correct this; it&#039;s easier to wait until the erroneous figure is far enough in the past so as not to affect the calculation. If you really do want to try to correct it; you would need to stop Cumulus, then find and edit multiple field 11 (assuming date is field 0) the Cumulus &#039;rain counter&#039; values in the [[monthly_log_files]] in the current monthly log file so they are correct relative to the current value of the rain counter (i.e. the latest one logged).&lt;br /&gt;
&lt;br /&gt;
===  (Invented rain) Error prevention by Spike removal ===&lt;br /&gt;
#It is better to try to avoid spurious rain being recorded in the first place.&lt;br /&gt;
#Cumulus attempts to ignore large increases in the rain total automatically, and is quite often successful.&lt;br /&gt;
#For &#039;hourly rain&#039; and &#039;rain rate&#039;, you can set &#039;spike removal&#039; settings on the calibration settings screen. The value you set here, is the maximum change allowed between successive observations. Rain Rate corrections apply only to Fine Offset and La Crosse stations (which are known to occasionally produce faulty rain readings).&lt;br /&gt;
&lt;br /&gt;
===  (Invented rain) More information ===&lt;br /&gt;
There is more information about correcting rogue data elsewhere in the Wiki, in the pages about the [[:Category:Log_Files|log files]].&lt;br /&gt;
&lt;br /&gt;
== My monthly and/or annual rainfall totals are wrong  ==&lt;br /&gt;
&lt;br /&gt;
Cumulus calculates these when it is restarted, holds the values within memory, and increments them as required while it is running. This FAQ in the previous section [[#Where_does_Cumulus_get_its_this_month_and_this_year_rainfall_totals_from.3F]] has a concise description of how Cumulus calculates these figures.&lt;br /&gt;
&lt;br /&gt;
* The rainfall total shown on the &#039;&#039;This month&#039;&#039; screen within the &#039;&#039;&#039;View&#039;&#039;&#039; menu, is calculated from summing [[dayfile.txt]] totals for a selected month, and so for the default current month will exclude the current meteorological day.  The rainfall total for today so far is added for the web tag &#039;&#039;&amp;lt;#rmonth&amp;gt;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
* The rainfall total shown on the &#039;&#039;This year&#039;&#039;  screen within the &#039;&#039;&#039;View&#039;&#039;&#039; menu, is calculated from summing totals in dayfile.txt for a selected calendar year. For the default current year, it will exclude the current meteorological day.&lt;br /&gt;
&lt;br /&gt;
* The rainfall total reported by the &#039;&#039;&amp;lt;#ryear&amp;gt;&#039;&#039; web tag is for the rainfall season to date, it is calculated from taking today&#039;s rain and then adding the sum of the totals in dayfile.txt starting with the first (meteorological) day of the month specified in the &#039;rainfall season&#039; frame on the &#039;&#039;station settings&#039;&#039; screen within the &#039;&#039;&#039;Configuration&#039;&#039;&#039; menu, until the end of dayfile.txt is reached. So check you have specified the right starting month there before deciding the rainfall total shown is wrong. &lt;br /&gt;
&lt;br /&gt;
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 also on the [[Cumulus_Screenshots#Station|Station Configuration screen]].  Make sure you specify the first Cumulus operating year here, otherwise the extra will be added to the annual total for the wrong year!&lt;br /&gt;
&lt;br /&gt;
See immediately preceding FAQ [[#My_station_invented_some_rain_that_didn.27t_really_occur.2C_and_I_want_to_set_it_to_zero_.28or_some_other_figure.29 |correcting rainfall]]  for how to correct errors in total for particular days and how to correct the high extremes for the various periods.&lt;br /&gt;
&lt;br /&gt;
In all cases then restart Cumulus to get the monthly and annual totals recalculated from correct daily totals. &lt;br /&gt;
&lt;br /&gt;
If you need to correct within day values for trend graphs as well as the longer period totals, provided you know roughly when the rogue rainfall was recorded, find (and edit) it in the [[monthly_log_files]], field 11 (assuming date is field 0) is the count used to derive other parameters. Increasing the value in the count field, decreases the difference to the next (or current) count, and therefore reduces the rain in the in-between period.&lt;br /&gt;
&lt;br /&gt;
== The ‘gust’ line has disappeared from my graph  ==&lt;br /&gt;
&lt;br /&gt;
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. Depending on your weather station type, there are a few things you could try, to improve things. Decrease your station&#039;s logger interval, and if you have Cumulus calculating the wind speed average and you have a Fine Offset station, set &#039;Use speed for avg calculation&#039;.&lt;br /&gt;
&lt;br /&gt;
== My ‘gust’ values are the same as my ‘average’ wind speed values.  ==&lt;br /&gt;
&lt;br /&gt;
As above, you probably have Cumulus set to calculate a 10-minute average, and your station logger period is 10 minutes or longer, so your gust comes out the same as the average when using data from the logger. See the previous FAQ for suggestions on how to improve this.&lt;br /&gt;
&lt;br /&gt;
== I’ve just installed Cumulus, and it didn’t download all the old data from my weather station  ==&lt;br /&gt;
&lt;br /&gt;
Cumulus deliberately doesn’t attempt to download any data from before the point when you first run it. If you wish, although this isn&#039;t recommended, 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 (you will need to have run it at least once previously). Note that if you do this, it is at your own risk, and you will need to sort out any issues which may arise yourself.&lt;br /&gt;
&lt;br /&gt;
If you do this, you will probably need to edit your log files in the &#039;&#039;&#039;data&#039;&#039;&#039; folder as you may have duplicate entries and/or entries out of order. Your rain totals will almost certainly also be wrong - the total for &amp;quot;today&amp;quot; in particular. See the [[FAQ#My_station_invented_some_rain_that_didn.27t_really_occur.2C_and_I_want_to_set_it_to_zero_.28or_some_other_figure.29 |FAQ]] entry about correcting rainfall data. If you have only just started using Cumulus, you could delete all of the files in the data folder, and just create a simple today.ini as below. Then when you start Cumulus it will start again with just the data from the station&#039;s logger.&lt;br /&gt;
&lt;br /&gt;
Note that this method does not work for the Oregon WMR200 station. This station deletes logger entries when they are downloaded, and there is no mechanism for retrieving logger entries for a particular period - it just sends all the entries that it has. You may be able to circumvent this by creating a today.ini file in the data folder before you run Cumulus, with just this in it:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[General]&lt;br /&gt;
Date=10/04/2012&lt;br /&gt;
Timestamp=10/04/2012 10:00:00&lt;br /&gt;
CurrentYear=2012&lt;br /&gt;
CurrentMonth=4&lt;br /&gt;
CurrentDay=10&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Change the dates and time to match the point from which you want Cumulus to start downloading data. If the station has already sent the data, this may not work, unfortunately.&lt;br /&gt;
&lt;br /&gt;
If you stored data from your weather station (on another file-based system) before you first ran Cumulus, then you may be able to (using a text editor outside Cumulus) generate [[Monthly log files]] for the pre-Cumulus period.  See that Wiki article for more information on what you can then do with those files within Cumulus.&lt;br /&gt;
&lt;br /&gt;
== I have inserted pre-Cumulus data and now I get errors ==&lt;br /&gt;
&lt;br /&gt;
Probably some of your inserts used the wrong format (blank rows, fields with real numbers where integers expected, alternatively missing or duplicated fields). See [[:Category:Log_Files]]. Note that Cumulus will only flag errors in the log files that it reads (e.g. those relating to the period for which it displays trends graphs).  Check all the log files you have amended.&lt;br /&gt;
&lt;br /&gt;
== I have inserted pre-Cumulus data making &#039;Records began on&#039; date wrong ==&lt;br /&gt;
&lt;br /&gt;
Stop Cumulus and edit [[Cumulus.ini#Section:_Station | cumulus.ini (station section)]] within the main Cumulus folder. Change the &amp;quot;StartDate=&amp;quot; line. Be sure to use the same format for the date.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note&#039;&#039;&#039; &#039;&#039;StartDate=xxxx&#039;&#039; does &#039;&#039;not&#039;&#039; need to be updated for Cumulus to recognise earlier data in log files in its &#039;&#039;data&#039;&#039; subfolder.  &lt;br /&gt;
&lt;br /&gt;
It really represents &amp;quot;Cumulus began on&amp;quot;, so there is an alternative of leaving cumulus.ini unchanged, but editing default Cumulus &#039;&#039;recordsT.htm&#039;&#039; template twice:&lt;br /&gt;
*after the h2 heading is &#039;&#039;&amp;amp;lt;p&amp;amp;gt;Records began on &amp;lt;#recordsbegandate&amp;gt;. Here are the extremes recorded since then.&amp;amp;lt;/p&amp;amp;gt;&#039;&#039;;  you can replace &#039;&amp;lt;#recordsbegandate&amp;gt;&#039; with the new earliest date typed in as text; and&lt;br /&gt;
*at the start of the table is the &#039;&#039;&amp;amp;lt;caption&amp;amp;gt;Records Since &amp;lt;#recordsbegandate&amp;gt;&amp;amp;lt;/caption&amp;amp;gt;&#039;&#039;; replace the label &amp;quot;Records since&amp;quot; with &amp;quot;Cumulus began on&amp;quot; leaving the web tag unchanged.&lt;br /&gt;
&lt;br /&gt;
== Cumulus doesn’t show the same pressure as my Fine Offset console  ==&lt;br /&gt;
&lt;br /&gt;
Cumulus displays atmospheric pressure corrected to sea level. The console calls this ‘relative pressure’; it displays the letters &amp;quot;rel&amp;quot; when this is being displayed.  First of all, check&lt;br /&gt;
# that you are comparing the Cumulus display with the ‘relative’ pressure on your console,&lt;br /&gt;
# that only one copy of Cumulus is accessing the weather station (and no other software),&lt;br /&gt;
# that you do not have a &#039;EWpressureoffset=x.y&#039; line in the [Station] section of [[Cumulus.ini#Introduced_for_problems_with_Fine_Offset_family:| cumulus.ini]],&lt;br /&gt;
# and that you do not have a setting for pressure on the Cumulus calibration screen.&lt;br /&gt;
&lt;br /&gt;
The Fine Offset stations only store absolute/station pressure readings in their weather memory locations updated with each transmission and read by Cumulus. Within Cumulus, the software applies the adjustment to sea level before any further processing. It does &#039;&#039;not&#039;&#039; use the altitude setting in the cumulus station configuration screen.&lt;br /&gt;
Normally when Cumulus starts, it reads in [http://www.jim-easterbrook.me.uk/weather/mm/ the fixed block] in the console a pair of absolute/station pressure and relative/sea level pressure readings and uses the difference between these as the ‘offset’ in millibar for the station;  Cumulus uses this offset subsequently to calculate the sea level pressure (each time when reading the absolute pressure in the weather memory locations of the station), but it is possible to define the offset in cumulus.ini instead. &lt;br /&gt;
&lt;br /&gt;
Make sure that you have set your console&#039;s relative pressure correctly:&lt;br /&gt;
*for a push button operated model, press &#039;menu&#039; key 4 times for pressure mode, press &#039;enter&#039; to move to relative pressure setting, press &#039;up&#039; or &#039;down&#039; to adjust value.&lt;br /&gt;
*if your model uses a touch sensitive screen then it is probably tap the reading three times, then touch &#039;+&#039; or &#039;-&#039; to adjust value.&lt;br /&gt;
&lt;br /&gt;
The support forum includes discussion on where to find isobar charts or other sources to determine what the pressure should be.  Obviously after any adjustment you need to stop Cumulus, because it is when you restart it that Cumulus reads the new pressure offset.&lt;br /&gt;
&lt;br /&gt;
Sometimes the offset that cumulus reads from the fixed block is clearly garbage, so&lt;br /&gt;
# the cumulus error light is set,&lt;br /&gt;
# an error message suggests you check the station, and&lt;br /&gt;
# Cumulus uses zero offset instead as a best effort.&lt;br /&gt;
In this situation, Cumulus will display the same value as the &#039;absolute&#039; pressure on the console (no &amp;quot;rel&amp;quot; is displayed on the console when it is displaying absolute pressure). Often, if you restart Cumulus, it will then be able to read the correct value. If the problem happens often, you can circumvent it by editing cumulus.ini (while Cumulus is stopped), and in the [Station] section add an entry: &lt;br /&gt;
&lt;br /&gt;
 EWpressureoffset=x.y&lt;br /&gt;
&lt;br /&gt;
where x.y is your pressure offset. &#039;&#039;&#039;Cumulus will then use this instead of reading the fixed block offset from the station&#039;&#039;&#039;.  &lt;br /&gt;
&#039;&#039;&#039;Note&#039;&#039;&#039; that &#039;&#039;you must supply the offset in hPa&#039;&#039; (i.e. the millibar units that the station works with) and that this circumvention generally stops Cumulus from agreeing with the relative pressure displayed on the console.&lt;br /&gt;
&lt;br /&gt;
== My pressure suddenly dropped! Or suddenly increased!  ==&lt;br /&gt;
&lt;br /&gt;
If you have a Fine Offset station, and this happened when you (re)started Cumulus, it is quite likely a problem with reading the pressure &#039;offset&#039; from the station. See: &amp;quot;Cumulus doesn’t show the same pressure as my Fine Offset console&amp;quot; above.&lt;br /&gt;
&lt;br /&gt;
== I get an error when I try to view my all-time records. Also, they don’t appear on my web site  ==&lt;br /&gt;
&lt;br /&gt;
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. &lt;br /&gt;
&lt;br /&gt;
== I get an error when I close Cumulus  ==&lt;br /&gt;
&lt;br /&gt;
Cumulus does sometimes report an error when you close it. This does not appear to cause any problems, you can just close the error message. I don&#039;t seem to be able to do anything about this, as the &#039;crash&#039; is not in code that I have control over. You may be able to avoid this error by avoiding closing Cumulus while it is uploading to the internet. Please don&#039;t bother sending me a bug report about this. &lt;br /&gt;
&lt;br /&gt;
== My forecast says &amp;quot;Not available&amp;quot;  ==&lt;br /&gt;
&lt;br /&gt;
You can get Cumulus to create a simple forecast by selecting &#039;Cumulus Forecast&#039; on the Stations Settings screen. &lt;br /&gt;
&lt;br /&gt;
== My forecast always says &amp;quot;Exceptional Weather, Stormy, much precipitation&amp;quot;  ==&lt;br /&gt;
&lt;br /&gt;
You probably have incorrect Pressure Extreme settings in the Forecast section on the Station Settings window. Make sure that the values you have supplied match the units you have selected for the extremes. Note that the units for the extremes are not related to the units you have chosen for pressure display in Cumulus. The option of supplying mb/hPa or inHg for the extremes is merely a convenience; you can supply either, but the values and the units must of course match.&lt;br /&gt;
&lt;br /&gt;
== My computer hibernated/suspended, and I lost data/my graphs &#039;flat-lined&#039;  ==&lt;br /&gt;
&lt;br /&gt;
Cumulus can&#039;t cope with being suspended, it just carries on as normal after being woken. There is an option in the station settings to &#039;close on suspend&#039;, so Cumulus will close itself as a safety measure, if you forget to do it manually. Don&#039;t use the &#039;close on suspend&#039; option and the &#039;confirm shutdown&#039; option at the same time; this will cause problems. &lt;br /&gt;
&lt;br /&gt;
But I strongly recommend that you don&#039;t have your computer set to go into any form of standby while Cumulus is running - it&#039;s continuously gathering real-time data, after all, so it&#039;s a rather strange thing to do. &lt;br /&gt;
&lt;br /&gt;
== My heat index/humidex/wind chill is the same as my temperature  ==&lt;br /&gt;
&lt;br /&gt;
*Wind chill only applies when the average wind speed is above 4.8 kph &#039;&#039;&#039;and&#039;&#039;&#039; (by default in Cumulus as it should really always be set, but this is an option that can be unset) the temperature is below 10 degrees Celsius.  &lt;br /&gt;
*Heat index only applies when the temperature is above 27 degrees Celsius &#039;&#039;&#039;and&#039;&#039;&#039; the humidity is above 40%. &lt;br /&gt;
* Humidex does not have any &#039;cutoff&#039; values, but at low temperature and/or humidity it will give the same figure as ambient temperature.&lt;br /&gt;
&lt;br /&gt;
If heat index or wind chill is not applicable, Cumulus will set them the same as the ambient temperature.&lt;br /&gt;
&lt;br /&gt;
== Cumulus is showing a different wind speed compared to my console  ==&lt;br /&gt;
&lt;br /&gt;
You have probably misunderstood Cumulus processing of wind speeds, looking at different parameters, or different averaging periods.&lt;br /&gt;
*If you have a Davis weather station see [[#What_do_the_various_wind_speeds_in_Cumulus_correspond_to.2C_with_Davis_stations.3F]]&lt;br /&gt;
*If you have a Fine Offset station, see [[#What_do_the_various_wind_speeds_in_Cumulus_correspond_to.2C_with_Fine_Offset_stations.3F]] &lt;br /&gt;
* For Oregon Scientific and La Crosse stations see [[#How_do_I_set_up_recording_wind_speeds_in_Cumulus.2C_with_Oregon_Scientific_and_La_Crosse_stations]]&lt;br /&gt;
&lt;br /&gt;
Note that you can&#039;t compare the graphs drawn by Easyweather and Cumulus unless you are certain that they are plotting the same data. They can&#039;t both be running at the same time, so one would normally be plotting &#039;live&#039; data at a given interval, and the other will be plotting data downloaded from the station&#039;s logger. The wind speed will hence not normally be the same for a particular time on the graph as it may well have changed at the point that it is saved to the logger. The only situation where it &#039;&#039;would&#039;&#039; be valid to compare the graphs would be if neither were running at the times you are comparing, and both subsequently downloaded the same data from the logger.&lt;br /&gt;
&lt;br /&gt;
== I get error -32710 with Cumulus and my USB Davis station  ==&lt;br /&gt;
&lt;br /&gt;
The USB support in the Davis DLL which Cumulus uses doesn&#039;t seem to work. You need to use the CP210X USB/serial software which Davis supply, and use the station in serial mode. If you have previously been using your station with Weatherlink in USB mode, you will need to change to serial mode in Weatherlink before you can use the station with Cumulus. You can do this using [http://www.davisnet.com/support/weather/download/CP210X_USB_Serial_Converter_ver2.exe this utility from Davis]. See also this FAQ entry - http://wiki.sandaysoft.com/a/FAQ#How_do_I_get_my_Davis_station_with_USB_working_with_Cumulus.3F&lt;br /&gt;
&lt;br /&gt;
== When I start Cumulus, the graphs restart again each time and don&#039;t show the earlier data  ==&lt;br /&gt;
&lt;br /&gt;
You probably have an error in one or more data files. Look near the beginning of the latest file in the Diags folder for an error message which will tell you which file is in error and which line is causing the problem. It may simply be a blank line. Edit the file with Cumulus stopped. Note that you may need to repeat this process; only the first error is shown.&lt;br /&gt;
&lt;br /&gt;
This problem can also occur if you change your system format settings (date format, decimal and list separators etc). Again, check the diags file for a message about a number not being a valid floating point value.&lt;br /&gt;
&lt;br /&gt;
== The peak values on my graphs are not the same as my extreme values  ==&lt;br /&gt;
&lt;br /&gt;
The graphs are snapshots of the data, taken once a minute while Cumulus is running; it is not feasible to plot every data point. If the extreme value did not coincide exactly with the point at which the data was added to the graph, then it will not appear on the graph. The graphs are not intended to show all of the highs and lows, they are there to give an idea of the trends. This also applies to &#039;Select-A-Graph&#039;, which takes its data from the data logs; the highs and lows do not necessarily appear in the periodic data logs.&lt;br /&gt;
&lt;br /&gt;
This is most noticeable with wind gusts, the value of which can change rapidly, even over a period of a minute. The &#039;Plot latest gust&#039; setting causes the &#039;Latest&#039; figure (as shown on the main screen) to be plotted. What this figure represents exactly depends on your weather station type. This figure may vary rapidly, e.g. on Davis stations, it changes every 3 seconds or so. The graphs are plotted once a minute, and hence, with Davis stations, for example, there is approximately a one in 20 chance of any given &#039;latest&#039; figure actually being plotted.&lt;br /&gt;
&lt;br /&gt;
Cumulus also stores the peak value of the &#039;latest&#039; figure from the last 10 minutes. It calls this the &#039;gust&#039;, as this is a reasonable representation of a true &#039;gust&#039; figure. If you untick &#039;plot latest gust&#039;, it will plot this figure instead. As it contains the peak figure from the last 10 minutes, and the graph is plotted once a minute, plotting this value means that the high gust figure will always appear on the graph. The exception to this is with Davis stations, in the situation where the &#039;high gust&#039; figure has been read directly (as a way of ensuring that the high gust isn&#039;t missed) rather than by the usual reading of the current data. In this case, the gust is recorded as the high, but is not written to the current value, and hence does not appear on the graph, as it may be out of sequence with the current data.&lt;br /&gt;
&lt;br /&gt;
== My extreme values do not appear in the &#039;monthly&#039; data logs  ==&lt;br /&gt;
&lt;br /&gt;
The data logs are snapshots of the data, taken at the configured interval while Cumulus is running (or at the station&#039;s configured interval when data is read from the station&#039;s logger directly into the Cumulus monthly log). Cumulus, while it is running, reads the station frequently, detecting each change in observations, and can update extremes at each of these reading times.&lt;br /&gt;
&lt;br /&gt;
If the extreme value reading time did not immediately precede a time at which the data was logged, then it will not appear in the log. This is most noticeable with wind gusts, the value of which can change rapidly between log entries.&lt;br /&gt;
&lt;br /&gt;
Cumulus is designed to be kept running, if you only run it once a day, then the information it reads from the station&#039;s logger during catch up may miss extremes. For example &#039;&#039;when Cumulus reads the archive temperatures from a Davis station&#039;&#039;,  (in a compromise to allow Cumulus to have as much code as possible that is common to all weather station types) the design means that it ignores the first and second figures representing highest and lowest reported at each logged time, just reading the third figure that, depending on console configuration, is either the average value over the archive period or the final reading of the archive period (I don&#039;t know what the default is).&lt;br /&gt;
&lt;br /&gt;
== Cumulus takes a long time to download the data from my Davis station at start up  ==&lt;br /&gt;
&lt;br /&gt;
When Cumulus starts, it asks the station for all the data from the logger since the last time it was running. If the time-stamp that it supplies does not exactly match the time-stamp of an entry in the Davis logger, the station has a strange &#039;feature&#039; where it decides to send the entire contents of the logger. This will take some time to download, during which the Davis console display may appear to freeze. &lt;br /&gt;
#It is recommended that you enable the feature &#039;&#039;&#039;Synchronise station clock&#039;&#039;&#039; in the &#039;Settings&#039; block accessed from the &#039;&#039;Configuration&#039;&#039; menu  &#039;&#039;&#039;Station&#039;&#039;&#039; [[Cumulus_Screenshots#Station|Screen]].&lt;br /&gt;
#It is recommended that you set the logging interval in Cumulus (in the &#039;Data log interval&#039; block accessed from the &#039;&#039;Configuration&#039;&#039; menu  &#039;&#039;&#039;Station&#039;&#039;&#039; Screen) to the same interval as the station (the station interval can be changed using Weatherlink), then Cumulus will be able to make sure it uses a time-stamp that matches an entry in the logger. Note that this is mentioned in the &#039;&#039;&#039;readme.txt&#039;&#039;&#039; file that appears during the Cumulus installation, which you were asked to read at the time. If you didn&#039;t read it, it is strongly recommended that you do so now; it contains important information.&lt;br /&gt;
&lt;br /&gt;
== My Davis console clock is not exactly the same as my PC clock, but I have &amp;quot;Synchronise station clock&amp;quot; selected ==&lt;br /&gt;
&lt;br /&gt;
The Davis protocol only allows hours and minutes to be set, so there is always likely to be a difference of up to 60 seconds between the PC and the station.&lt;br /&gt;
&lt;br /&gt;
== Today is the shortest/longest day, but Cumulus says that tomorrow will be a few seconds shorter/longer  ==&lt;br /&gt;
&lt;br /&gt;
The routines I use to calculate (at midnight GMT) the length of the day aren&#039;t really suitable for this level of accuracy and may use the previous day in one parameter. I don&#039;t consider it an issue.&lt;br /&gt;
&lt;br /&gt;
== Cumulus got the forecast wrong!  ==&lt;br /&gt;
&lt;br /&gt;
Cumulus uses a forecast based on the Zambretti Forecaster (see Google). I didn&#039;t design the algorithm myself and to be honest I don&#039;t know how it works, so I can&#039;t answer any questions about it. Note that this is a &#039;forecast&#039; for the following 12 hours or so; it is not a &#039;nowcast&#039; (what the weather is doing now). Please regard the forecast as &#039;for entertainment purposes only&#039;. Do not base any decisions on it, and bear in mind that it is a very simple calculation based on only a few basic parameters. Some people get reasonable results, others do not. You can try tweaking the pressure extreme settings (in the Forecast section in the station settings), but don&#039;t expect the forecast to be as good as that provided by the weather agencies which have invested millions in their forecasting systems.&lt;br /&gt;
&lt;br /&gt;
== I only see one set of points on the wind direction graph  ==&lt;br /&gt;
&lt;br /&gt;
This happens just after you restart Cumulus, if the data came from the weather station&#039;s logger (i.e. Cumulus hasn&#039;t been running for a while). Weather stations only supply a &#039;current&#039; direction, and Cumulus calculates the average direction when running &#039;live&#039;.  So there is only one set of data available to be plotted, if it comes from the station logger.&lt;br /&gt;
&lt;br /&gt;
== My average wind bearing remains at zero ==&lt;br /&gt;
&lt;br /&gt;
Cumulus will always show zero average bearing when the average wind speed is zero (it can&#039;t be otherwise because it&#039;s calculated using the wind speed). In addition, it will show zero current bearing when the current wind speed is zero if you have &#039;&#039;use bearing zero when calm&#039;&#039; selected in the [[Cumulus_Screenshots#Station|station]] settings (accessible from &#039;&#039;&#039;Configuration&#039;&#039;&#039; menu).&lt;br /&gt;
&lt;br /&gt;
This also happens if your anemonmeter has a fault.&lt;br /&gt;
&lt;br /&gt;
== My graphs appear to be plotted less frequently just after Cumulus starts up  ==&lt;br /&gt;
&lt;br /&gt;
When running live, Cumulus plots data at 1-minute intervals. When it starts up, it pre-fills the graphs with data from the log files, which generally (depending on how you have Cumulus and your station configured) will be at less frequent intervals. &lt;br /&gt;
&lt;br /&gt;
== I closed Cumulus, the &#039;please wait&#039; form appeared, but Cumulus didn&#039;t close, even after several minutes  ==&lt;br /&gt;
&lt;br /&gt;
If you&#039;ve closed Cumulus shortly after it has downloaded a lot of data from the logger, it can take a while for the logging thread to get everything written away to disk, and Cumulus won&#039;t close until this has completed. However, in some circumstances, there seems to be a situation where Cumulus will never close, so you will need to close it with task manager. If you think you know what conditions cause this to happen, please let me know. &lt;br /&gt;
&lt;br /&gt;
== Cumulus isn&#039;t logging data at the interval that I set  ==&lt;br /&gt;
&lt;br /&gt;
It logs data at the interval you have configured, while it is running. If there is data to read from the station logger at start up, each logger entry is logged to the Cumulus log files, so those entries will be at the logger interval that you have configured in your station.&lt;br /&gt;
&lt;br /&gt;
== Cumulus takes a very long time to shut down ==&lt;br /&gt;
&lt;br /&gt;
You may have closed it very soon after starting it up, when it had a lot of data to download from the station logger, and you use Weather Underground. From version 1.9.1  there is a facility where it &#039;catches up&#039; with data that hasn&#039;t been uploaded to Weather Underground while it hasn&#039;t been running. This takes a little while, and if you close it while it is doing it, it will take a long time for all of the updates to time out. You need to give it sufficient time to finish the upload. From version 1.9.2, there is a &#039;catch up&#039; light which shows that the upload is taking place, and the &#039;catch up&#039; is optional&#039;; and it will abort much more quickly if you still close it while the catch up is taking place. &lt;br /&gt;
&lt;br /&gt;
== My temperature Min/Max/Avg graph is empty ==&lt;br /&gt;
&lt;br /&gt;
The most likely explanation is that you have only recently started running Cumulus (in the last day or two). It adds new values to this graph at the end of each day; it wouldn&#039;t make sense to add a value part of the way through the day, and you need a few points to be plotted before the graph starts to take shape. You need to wait until you have been running Cumulus for a few days.&lt;br /&gt;
&lt;br /&gt;
If you&#039;ve been running Cumulus for more than a few days, but the graph is still empty, the most likely explanation is that it was unable to read your dayfile.txt file. Look at the latest file in the &#039;diags&#039; folder (the files are plain text) for error messages mentioning dayfile.txt.&lt;br /&gt;
&lt;br /&gt;
== The longest dry/wet spell for this month/year includes days from last month/year ==&lt;br /&gt;
&lt;br /&gt;
This is intentional. I decided that it didn&#039;t make sense to arbitrarily chop off a dry/wet spell at the start of the month/year, as then the figure is meaningless. So the figures are to be interpreted as &amp;quot;the longest dry/wet spell which includes this month/year&amp;quot;. I note that other software takes the same approach.&lt;br /&gt;
&lt;br /&gt;
== Cumulus isn&#039;t performing periodic tasks, like data logging or web uploads ==&lt;br /&gt;
&lt;br /&gt;
Cumulus assumes a certain level of weather station functionality. It checks that it has received data from a number of sensors (e.g. pressure and outside temperature) before it starts periodic calculations, logging, uploading to the web, or drawing graphs. This is an attempt to make sure that bad data is not logged. If your weather station is not fully functional, you will not be able to use Cumulus fully. &lt;br /&gt;
&lt;br /&gt;
You can over-ride the start up check by adding a line to the [Station] section of [[Cumulus.ini#Section:_Station|cumulus.ini]], thus: &#039;&#039;NoSensorCheck=1&#039;&#039;&lt;br /&gt;
(You need to do this while Cumulus is stopped). Note that you are likely to get bad data logged if you do this.&lt;br /&gt;
&lt;br /&gt;
== I&#039;ve changed my Twitter password, and now Cumulus won&#039;t update Twitter ==&lt;br /&gt;
&lt;br /&gt;
You need to force Cumulus to re-authenticate with Twitter. Stop Cumulus and edit cumulus.ini. Find the [Twitter] section, and &#039;&#039;&#039;delete&#039;&#039;&#039; the lines which start&lt;br /&gt;
&lt;br /&gt;
OauthToken=&lt;br /&gt;
 &lt;br /&gt;
OauthTokenSecret=&lt;br /&gt;
&lt;br /&gt;
Start Cumulus and it should be able to update Twitter again.&lt;br /&gt;
&lt;br /&gt;
== When I start Cumulus, I get the error message &amp;quot;The station is not initialised&amp;quot; ==&lt;br /&gt;
&lt;br /&gt;
For Fine Offset stations, when Cumulus starts up, it checks the first two bytes of the station&#039;s memory. They are supposed to contain the values Hex 55 and Hex AA to indicate that the station has initialised itself correctly. If they do not, then presumably the station has had some kind of internal problem, so Cumulus doesn&#039;t try to read any data from it. A reset of the station normally fixes this - remove the batteries and the USB cable; but note that you will almost certainly lose any stored data in the logger.&lt;br /&gt;
&lt;br /&gt;
If you want to force Cumulus to ignore this check (not recommended), edit cumulus.ini and add a line to the [Station] section: &#039;&#039;EWdisablecheckinit=1&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
You will most likely not have any success with this, as your station memory is probably corrupted anyway.&lt;br /&gt;
&lt;br /&gt;
Note that for this setting to work, you need to be using version 1.9.3, build 1034 or later.&lt;br /&gt;
&lt;br /&gt;
== How do I correct today&#039;s or yesterday&#039;s highs and lows? ==&lt;br /&gt;
&lt;br /&gt;
Today&#039;s totals, highs and lows (and yesterday&#039;s rain total) are held in [[today.ini]] in the Cumulus data folder. Yesterday&#039;s totals (including RG11 rain but not standard rain), highs and lows are held in [[yesterday.ini]]. Follow the cross-references if you are unsure which parameter is what. To change any values, stop Cumulus and edit the file(s) in a text editor. Be sure to keep any date and time formats the same. If you are editing yesterday&#039;s highs and lows, you might also need to edit [[Dayfile.txt#Editing_daily_summary_in_Cumulus|dayfile.txt]], as the same values will probably have been written to that file. You can use the [[Cumulus_Screenshots#File.2FEdit.2FHelp_Menu|built-in dayfile editor]] in Cumulus to do this. If your all-time and/or monthly all-time records have been affected, see the [[#How_do_I_correct_my_all-time_.28or_monthly_all-time.29_records.3F|FAQ entry below]].&lt;br /&gt;
&lt;br /&gt;
If the value you want to change is today&#039;s high hourly rain figure, it is best to wait until the current figure has returned to a sensible value. There is no easy way to correct the current figure, so if you change it in today.ini while the current figure is incorrect, the high value in today.ini will immediately be changed again when you start Cumulus.  More information about correcting rain [[#My_station_invented_some_rain_that_didn.27t_really_occur.2C_and_I_want_to_set_it_to_zero_.28or_some_other_figure.29 |in this FAQ]].&lt;br /&gt;
&lt;br /&gt;
If the problem occurred because Cumulus wasn&#039;t able to download the data from the station&#039;s logger when you started it up in the morning (or perhaps you turned off the &#039;use data logger&#039; setting for some reason), you can get it to try again by &#039;rewinding&#039; to the time when you started Cumulus, and allowing it to try again. Cumulus takes a copy of the current files each time it starts up, and puts them in a folder in the backup folder in the Cumulus installation. Stop Cumulus, and find the backup folder with the appropriate timestamp, and copy all of the files from the backup folder into the Cumulus data folder, and start Cumulus up again.&lt;br /&gt;
&lt;br /&gt;
== How do I correct my all-time (or monthly all-time) records? ==&lt;br /&gt;
&lt;br /&gt;
Use the editor in Cumulus - on the Edit menu. If you know the correct figures, you can enter them manually.&lt;br /&gt;
*You can look at the [[Alltimelog.txt]] file to find the previous values for the [[Monthlyalltime.ini|all-time records]].&lt;br /&gt;
*Similar entries are logged to the [[diags]] files for the monthly highs and lows in [[month.ini]]. &lt;br /&gt;
*You can also get the editor to scan the [[dayfile.txt|daily summary log]] and [[Monthly_log_files]] to find the highs and lows from those files, click the Help button for details. Note that to use this facility you first need to correct any incorrect values in the files being scanned; you can use the built-in editor in Cumulus to edit dayfile.txt.&lt;br /&gt;
&lt;br /&gt;
Cumulus takes a backup of all the active data files when it starts up, and also at the start of the meteorological day (just after midnight for a lot of users). The backups are kept in folders within the backup sub-folder in the Cumulus installation. So an alternative method would be to find the latest backup from before the error occurred, and copy the &#039;&#039;alltime.txt&#039;&#039; and/or &#039;&#039;monthlyalltime.txt&#039;&#039; file from the backup to the Cumulus data folder. Do this with Cumulus stopped.&lt;br /&gt;
&lt;br /&gt;
There is more information in [[:Category:Log_Files]], on the page for each type of file.&lt;br /&gt;
&lt;br /&gt;
== It&#039;s January 1st and my &#039;rain since midnight&#039; and/or &#039;last 24 hours rain&#039; and/or Evapotranspiration are wrong/negative ==&lt;br /&gt;
&lt;br /&gt;
You are probably using a Davis station. Cumulus needs an incrementing rain counter to calculate all of the rain figures, and the nearest to that on a Davis station is the annual total. When this resets at the end of the year, this causes some of the rain data to show odd values for a day. You will notice this particularly if you use an 0900 start of meteorological day, as the &#039;rain since midnight&#039; figure is used for services such as Weather Underground. There&#039;s no easy solution to this, sorry.&lt;br /&gt;
&lt;br /&gt;
== Cumulus stops at the &amp;quot;Downloading data&amp;quot; screen ==&lt;br /&gt;
&lt;br /&gt;
If you have a Fine Offset station, this is probably caused by the station&#039;s interface locking up. You should be able to get it going again by doing a reset - remove batteries and the USB cable. Recent Fine Offset models have a problem where they can lock up frequently, requiring a reset. From version 1.9.3 of Cumulus onwards, there is an option to synchronise the reading of data with the console writing the data, to avoid doing both at the same time, and this seems to avoid most lockups. The setting is &amp;quot;Synchronise Fine Offset reads&amp;quot; on the station settings screen.&lt;br /&gt;
&lt;br /&gt;
If you look in the status bar at the bottom of the Cumulus window, there may a message &amp;quot;Error: no response&amp;quot;; this would confirm that the station has locked up and needs resetting.&lt;br /&gt;
&lt;br /&gt;
== Cumulus locks up when it starts and I have to use the task manager to kill it ==&lt;br /&gt;
&lt;br /&gt;
If you have a &#039;&#039;Fine Offset station&#039;&#039;, this is most likely caused by the station&#039;s interface locking up, i.e the station has stopped communicating with the PC.&lt;br /&gt;
&lt;br /&gt;
The problem where Cumulus locks up when the Fine Offset station doesn&#039;t respond is fixed in version 1.9.4. If you look in the status bar at the bottom of the Cumulus main window, there may be a message &amp;quot;Error: no response&amp;quot;; this would confirm that the station has locked up and needs resetting.&lt;br /&gt;
&lt;br /&gt;
You should be able to get the station going again by doing a reset - either remove console batteries and the USB cable or press the reset button hidden below the small hole (on 1081-based models, above the top RH corner of the battery cover). Recently manufactured Fine Offset models have a problem where they can lock up frequently, requiring a power reset. From version 1.9.3 of Cumulus onwards, there is an option on &#039;&#039;station settings screen&#039;&#039; to &#039;&#039;&#039;Synchronise Fine Offset Reads&#039;&#039;&#039; (Cumulus reading data from console) with the timing of received transmissions from sensors updating the data, to avoid doing both at the same time, and this seems to avoid most lockups.&lt;br /&gt;
&lt;br /&gt;
== Error messages with &amp;quot;Error on line...&amp;quot; or &amp;quot;Error at line...&amp;quot; ==&lt;br /&gt;
&lt;br /&gt;
These are corruptions in the log files, typically caused by Cumulus being unexpectedly closed (e.g. killed using Task Manager, or a PC reboot) while it is writing to the log files, but there can be other causes. The error message may say something like &amp;quot;List index out of bounds&amp;quot;. The error message will name the affected file(s) and the affected line number(s).&lt;br /&gt;
&lt;br /&gt;
Stop Cumulus and open the named file(s) in a good text editor, such as Notepad++. Do not use Notepad. At the line number(s) mentioned correct the error(s), which will be obvious as the lines won&#039;t look like the other lines, they will be blank or have garbage characters, or perhaps two lines have been run together. Save the file(s) and start Cumulus again.&lt;br /&gt;
&lt;br /&gt;
== Cumulus gives an error and won&#039;t run on my HP computer ==&lt;br /&gt;
&lt;br /&gt;
It&#039;s a known problem with HP computers; they have missing fonts. One solution is to install [http://www.microsoft.com/en-us/download/details.aspx?DisplayLang=en&amp;amp;id=16083 this font update] from Microsoft. It appears that computers other than HP can have the same font issue, so it is worth installing the font update anyway, if you get a problem where Cumulus won&#039;t start.&lt;br /&gt;
&lt;br /&gt;
== The headings or data look wrong in the data log viewer ==&lt;br /&gt;
&lt;br /&gt;
You&#039;re probably trying to view the wrong type of file. Use [[Cumulus_Screenshots|menus]] on main screen.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;View | Data logs&amp;quot; is only for the monthly data logs, e.g. Oct13log.txt, &amp;quot;View | Extra data logs&amp;quot; is for &amp;quot;extra&amp;quot; data logs, e.g. ExtraLog201310.txt, and if you want to view the daily summaries in dayfile.txt, use the dayfile.txt editor - &amp;quot;Edit | dayfile.txt&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
== The wind rose in Cumulus does not display anything with my Fine Offset ==&lt;br /&gt;
&lt;br /&gt;
The Fine Offset weather stations are supposed to supply data for 16 wind directions, however the design is such that most of them only actually use 8 of the possible 16. Try setting the wind rose to only display 8 directions by setting the &#039;wind rose points&#039; value to 8 on the display settings screen.&lt;br /&gt;
&lt;br /&gt;
== I&#039;ve set the graph background to white, but there&#039;s a problem with the small wind direction graph ==&lt;br /&gt;
&lt;br /&gt;
This appears to be an issue with the third party chart component. The work around is to choose a gradient background and set all three colours in the gradient to white.&lt;br /&gt;
&lt;br /&gt;
== My Weather Underground tabular data interval is not the same as the interval I&#039;ve set in Cumulus (I&#039;m using Rapid Fire) ==&lt;br /&gt;
&lt;br /&gt;
If you have selected &#039;rapid fire&#039;, the data is uploaded every 5 seconds, and the interval you configure in Cumulus is not used. Weather Underground decide how often your tabular data is logged when using rapid fire, not Cumulus.&lt;br /&gt;
&lt;br /&gt;
== My WU or PWS highest and lowest do not match Cumulus ==&lt;br /&gt;
&lt;br /&gt;
Note that Cumulus does not send minimum and maximum values to PWS and WU, they determine those themselves from the individual values that Cumulus sends.&lt;br /&gt;
&lt;br /&gt;
== My monthly (month-by-month) all-time records don&#039;t have entries for all of the months that I have been using Cumulus ==&lt;br /&gt;
&lt;br /&gt;
You need to initialise them. See the release announcement for version 1.9.3, which is when this facility was introduced: http://sandaysoft.com/forum/viewtopic.php?f=2&amp;amp;t=9286&lt;br /&gt;
&lt;br /&gt;
You only need to do this once; when you have initialised them, Cumulus will keep them up to date thereafter.&lt;br /&gt;
&lt;br /&gt;
== I am getting I/O error 32 or I/O error 103 ==&lt;br /&gt;
&lt;br /&gt;
I/O error 32 = ERROR_SHARING_VIOLATION; &amp;amp;nbsp; I/O error 103 = &#039;file not open&#039; mean something on your system has one of the Cumulus files open, preventing Cumulus writing to it (Cumulus needs exclusive access).  If you are seeing &amp;quot;file access denied&amp;quot;, you may have a permissions problem.&lt;br /&gt;
Possible reasons for locked files:&lt;br /&gt;
# Anti-virus, or back-up, software scanning/accessing the file (this is the cause in almost all cases that I&#039;ve seen).&lt;br /&gt;
# An edit or file transfer in progress (the Cumulus thread for logging and the Cumulus thread for FTP are independent so can overlap). This is likely to happen if you are getting Cumulus to frequently upload the log file to your web site.&lt;br /&gt;
# Some other software that a user is running which is processing the file in some way.&lt;br /&gt;
# More than one instance of Cumulus running (see [[#Can_I_run_2_copies_of_Cumulus.3F]]).&lt;br /&gt;
# An issue with the system clock on the PC.&lt;br /&gt;
&lt;br /&gt;
== I have problems after upgrading to Windows 10 ==&lt;br /&gt;
See this forum post - http://sandaysoft.com/forum/viewtopic.php?f=2&amp;amp;t=14148&lt;br /&gt;
&lt;br /&gt;
= Website =&lt;br /&gt;
&lt;br /&gt;
== How do I set up a website? ==&lt;br /&gt;
The crucial settings are selected on the &#039;&#039;Internet&#039;&#039; screen in the &#039;&#039;&#039;Configuration&#039;&#039;&#039; menu. &lt;br /&gt;
*On the &#039;&#039;Sites/Options&#039;&#039; tab, you must have &#039;&#039;&#039;Auto Update&#039;&#039;&#039; selected if you want Cumulus to generate web pages at the standard interval.  Other parameters will depend on your particular set-up, but are explained in the Cumulus &#039;&#039;&#039;Help&#039;&#039;&#039; and in Wiki pages starting with [[Website_setup]] and following links as required. &lt;br /&gt;
*On the &#039;&#039;Files&#039;&#039; tab, you select whether to use the standard Cumulus templates and images, or specify your own templates and destinations.&lt;br /&gt;
&lt;br /&gt;
== I’ve configured my ftp details but the web pages aren’t appearing on my site  ==&lt;br /&gt;
&lt;br /&gt;
Try setting ‘use active FTP mode’. If you already have it set, try unsetting it. If it was previously working OK, something may have changed on your network, or at the server end.&lt;br /&gt;
&lt;br /&gt;
== I’ve tried active FTP mode, but my web pages (or my realtime.txt file) still don’t appear?  ==&lt;br /&gt;
&lt;br /&gt;
Are you absolutely sure you have set the ftp path correctly? Most problems like this are a result of an incorrect path. Note that the information in the &#039;FTP progress&#039; window is not generally useful for diagnosing upload issues&#039; try turning on the ftp logging (on the Configuration menu) and look in the ftplog.txt and realtimeftplog.txt files (in the Cumulus folder). It is best to supply a relative path - i.e. with no leading &#039;slash&#039;. Please don&#039;t ask me what path you need to supply, it is impossible for me to guess how your web space is set up. If you cannot work it out, ask your web space provider for help.&lt;br /&gt;
&lt;br /&gt;
== How do I replace the &#039;bird&#039; image on my website? ==&lt;br /&gt;
&lt;br /&gt;
There are several ways to change the image of the &#039;bird&#039; on the standard Cumulus web page.  You will need a [[FTP tool]].&lt;br /&gt;
* The simplest way is to upload a new picture to the images folder of your website; the file should be called picture.jpg.   Please ensure the image is not too large and bear in mind it will appear on the bottom left of the page; the site data may cover some of the image.  As a guide, the default image is 600 x 450 pixels.&lt;br /&gt;
* Secondly, you may upload an image using your own file name.  Edit the &#039;&#039;weatherstyle.css&#039;&#039; file and look for the line &amp;lt;tt&amp;gt;background-image: url(images/picture.jpg);&amp;lt;/tt&amp;gt; around line 9 and adjust as necessary.  Upload the edited css file to your website.&lt;br /&gt;
* if you wish to remove the image completely edit the &#039;&#039;weatherstyle.css&#039;&#039; file and remove the line &amp;lt;tt&amp;gt;background-image: url(images/picture.jpg);&amp;lt;/tt&amp;gt;  Upload the edited css file to to your website.&lt;br /&gt;
&lt;br /&gt;
NOTE: It is not recommended that you overwrite the image in your local folder (webfiles\images\picture.jpg) because that gets overwritten when you update to a new build of Cumulus. Ideally your image will be in its own local folder outside the Cumulus structure.&lt;br /&gt;
&lt;br /&gt;
== Why does the heading say &#039;weather weather&#039; ? ==&lt;br /&gt;
&lt;br /&gt;
The standard first template page contains &#039;&#039;&#039;&amp;amp;lt;h1&amp;amp;gt;&amp;amp;lt;#location&amp;amp;gt; weather&amp;amp;lt;/h1&amp;amp;gt;&#039;&#039;&#039;, so do not include &#039;weather&#039; in your station name (this is what the tag &amp;amp;lt;#location&amp;amp;gt; represents, see next answer) to avoid it being duplicated.&lt;br /&gt;
&lt;br /&gt;
== How do I change the &amp;quot;Welcome to.&amp;quot; on the front page ==&lt;br /&gt;
&lt;br /&gt;
The Welcome message is controlled within Cumulus.  Click on the &#039;&#039;Station&#039;&#039; screen in &#039;&#039;&#039;Configuration&#039;&#039;&#039; menu and Edit the &#039;&#039;&#039;Description&#039;&#039;&#039; field within the Location frame to amend what the tag &amp;lt;#longlocation&amp;gt; represents in &amp;quot;Welcome to &amp;amp;lt;#longlocation&amp;amp;gt;.&amp;quot; on template page.&lt;br /&gt;
&lt;br /&gt;
== I don&#039;t have a solar sensor. How do I remove the solar data from the supplied web templates? ==&lt;br /&gt;
Locate the Cumulus &#039;web&#039; folder on your PC and edit the following files (there are comments in the html to guide you):&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;indexT.htm&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Remove the following code:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
  &amp;lt;!-- Solar data. If you don&#039;t have a solar sensor, you may wish to delete everything from here to the next comment --&amp;gt;&lt;br /&gt;
  &amp;lt;tr class=&amp;quot;td_temperature_data&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;Solar Radiation&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;&amp;lt;#SolarRad&amp;gt;&amp;amp;nbsp;W/m&amp;amp;sup2;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;Evapotranspiration Today&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;&amp;lt;#ET&amp;gt;&amp;amp;nbsp;&amp;lt;#rainunit&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;/tr&amp;gt;&lt;br /&gt;
  &amp;lt;!-- End of solar data --&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;todayT.htm&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
Remove the following code:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
    &amp;lt;!-- Solar data. If you don&#039;t have a solar sensor, you may wish to delete everything from here to the next comment --&amp;gt;&lt;br /&gt;
    &amp;lt;tr class=&amp;quot;td_temperature_data&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;td&amp;gt;Hours&amp;amp;nbsp;of&amp;amp;nbsp;Sunshine&amp;lt;/td&amp;gt;&lt;br /&gt;
      &amp;lt;td&amp;gt;&amp;lt;#SunshineHours&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
      &amp;lt;td&amp;gt;&amp;amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;!-- End of solar data --&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;yesterdayT.htm&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Remove the following code:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
    &amp;lt;!-- Solar data. If you don&#039;t have a solar sensor, you may wish to delete everything from here to the next comment --&amp;gt;&lt;br /&gt;
    &amp;lt;tr class=&amp;quot;td_temperature_data&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;td&amp;gt;Hours&amp;amp;nbsp;of&amp;amp;nbsp;Sunshine&amp;lt;/td&amp;gt;&lt;br /&gt;
      &amp;lt;td&amp;gt;&amp;lt;#YSunshineHours&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
      &amp;lt;td&amp;gt;&amp;amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;!-- End of solar data --&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== How do I remove Inside Temperature graph or add solar/UV/sunshine? ==&lt;br /&gt;
&lt;br /&gt;
Locate the Cumulus &#039;web&#039; folder on your PC and edit the following file:&lt;br /&gt;
&#039;&#039;&#039;trendsT.htm&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Modify the following code:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
    &amp;lt;td class=&amp;quot;td_thumbnails&amp;quot;&amp;gt;&amp;lt;a onclick=&#039;changeImage(&amp;quot;images/intemp.png&amp;quot;)&#039;&amp;gt;&amp;lt;img src=&amp;quot;images/intempsm.png&amp;quot; alt=&amp;quot;Inside Temperature Graph Thumbnail&amp;quot; width=&amp;quot;150&amp;quot; height=&amp;quot;100&amp;quot; style=&amp;quot;border:0&amp;quot; /&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
*To simply remove &#039;&#039;&#039;Inside Temperature&#039;&#039;&#039; graph, change code above to this&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
*If you want to stop Cumulus uploading the indoor temperature graph, you can un-tick &#039;Include standard images&#039; on the &#039;files&#039; tab of the internet settings, and list all of the images that you still want to be uploaded as extra files. As there will likely be more than 10 files, you would need to do this by editing Cumulus.ini.&lt;br /&gt;
*To show solar instead, replace &#039;intemp.png&#039; with &#039;solar.png&#039;, replace &#039;intempsm.png&#039; with &#039;solarsm.png&#039;, and change the wording of the value associated with the alt property.&lt;br /&gt;
*To make Cumulus upload the solar graph, select it on the &#039;files&#039; tab of the internet settings.&lt;br /&gt;
*To show sunshine instead, replace &#039;intemp.png&#039; with &#039;sunshine.png&#039;, replace &#039;intempsm.png&#039; with &#039;sunshinesm.png&#039;, and change the wording of the value associated with the alt property.&lt;br /&gt;
*To make Cumulus upload the sunshine graph, select it on the &#039;files&#039; tab of the internet settings.&lt;br /&gt;
*To show UV instead, replace &#039;intemp.png&#039; with &#039;uv.png&#039;, replace &#039;intempsm.png&#039; with &#039;uvsm.png&#039;, and change the wording of the value associated with the alt property.&lt;br /&gt;
*To make Cumulus upload the UV graph, select it on the &#039;files&#039; tab of the internet settings.&lt;br /&gt;
&lt;br /&gt;
If you want to do more than a straight one for one swap see [[Customised_templates#Slightly_less_simple_customisation_of_trendsT.htm| customisation page here]].&lt;br /&gt;
&lt;br /&gt;
== How do I include extra items on supplied web templates? ==&lt;br /&gt;
&lt;br /&gt;
Open the folder cumulus\web and edit the relevant file named xxxxxT.htm.  For example instead of deleting the sections in the [[#I don&#039;t have a solar sensor. How do I remove the solar data from the supplied web templates?|remove solar answer]], edit their contents.&lt;br /&gt;
See [[Customised_templates#Changing_the_Standard_Templates]] for fuller description.&lt;br /&gt;
&lt;br /&gt;
If you do change the standard templates, take a copy of your new versions, and store elsewhere.&lt;br /&gt;
The sub-folder cumulus\web\originals has copies of the standard templates from the installed build, do not edit these.&lt;br /&gt;
When you install a new build of Cumulus, you have an option to replace or not replace the contents of cumulus\web with the new build&#039;s standard templates.&lt;br /&gt;
&lt;br /&gt;
== How do I upload extra web pages? ==&lt;br /&gt;
&lt;br /&gt;
See Cumulus help for the Internet Settings screen, or for a step-by-step guide see [[Customised_templates#What_to_select_on_the_.27Files.27_tab_of_the_Internet_Settings_screen_within_the_.27Configuration.27_menu]]&lt;br /&gt;
&lt;br /&gt;
== What character encoding does Cumulus use for the web pages it generates? ==&lt;br /&gt;
&lt;br /&gt;
Cumulus 1.9.4 build 1093 changed all the template pages from XHTML 1.0 Transitional using charset=iso-8859-1 encoding to HTML 5 using charset=&amp;quot;UTF-8&amp;quot; encoding. It uses this without [http://en.wikipedia.org/wiki/Byte_order_mark Byte Order Mark] (BOM).&lt;br /&gt;
&lt;br /&gt;
From that build, you can tell Cumulus which of those two encodings to use:&lt;br /&gt;
*For standard template names in standard &#039;cumulus\web&#039; folder, if you replace them with customised templates not using [http://en.wikipedia.org/wiki/UTF-8 &amp;quot;Universal Character Set Transformation Format — 8-bit&amp;quot; (UTF-8)], &lt;br /&gt;
**unselect &#039;&#039;&#039;UTF-8 encode&#039;&#039;&#039; in the web settings frame on the Sites/Options tab of Internet settings screen in Configuration menu. &lt;br /&gt;
**Cumulus will then, as in earlier builds, use [http://en.wikipedia.org/wiki/ISO-8859-1 iso-8859-1] encoding.&lt;br /&gt;
*For extra templates, the Files tab of the Internet settings screen in Configuration menu has the option to choose which of the two Cumulus encodings to use.  See Wiki article referenced in previous answer.&lt;br /&gt;
&lt;br /&gt;
Note that since Cumulus 1.9.4 build 1078 there has been an option on the NOAA Setup screen in Configuration menu to specify whether character set utf-8 encoding is to be used for those reports.&lt;br /&gt;
&lt;br /&gt;
== Why does a standard gauges web page have text where it should show gauges? ==&lt;br /&gt;
&lt;br /&gt;
[[File:Gauges missing.jpg]] If a standard Cumulus &#039;gauges.htm&#039; web page displays like this then either&lt;br /&gt;
&lt;br /&gt;
1) (Most Likely) The weather station owner has not loaded the required files/folders onto his/her server; &lt;br /&gt;
* The gauges graphics require the &#039;images&#039; subfolder (see next answer), containing the script and many images to be pre-loaded in the &#039;dbimages&#039; subfolder.&lt;br /&gt;
* All these should exist within the destination folder that holds the HTML files as instructed in the Cumulus Help (&#039;setting up your website&#039; page)  &lt;br /&gt;
* Also explained in [[Simple Website setup]] on this Wiki.&lt;br /&gt;
&lt;br /&gt;
or 2) JavaScript is not enabled (or not available) in the browser being used to view the page (if not enabled, this can be switched on in either &#039;Options&#039;, &#039;Preferences&#039; or &#039;Settings&#039; depending on browser). Note that Firefox version 23 has removed the ability to change this in Option preferences, so ignore this solution in that browser.&lt;br /&gt;
&lt;br /&gt;
or 3)  You are using a browser add-on such as &#039;NoScript&#039; (over 2 million use this) which requires you to explicitly turn on JavaScript for each web site you visit within the &#039;NoScript&#039; options.  (This sort of add-on may be used to restrict advertising or tracking of your actions, or for security against unwanted processes being started by sites you visit).&lt;br /&gt;
&lt;br /&gt;
== Why are there no graphs on my standard trends web page? ==&lt;br /&gt;
&lt;br /&gt;
Either 1) You have not created an images sub-folder (within your folder that holds web pages) as instructed in the Cumulus Help (&#039;setting up your website&#039; page) -  also explained in [[Simple Website setup]].  In this case, the bird image will not be appearing in the bottom left corner of your web pages.&lt;br /&gt;
&lt;br /&gt;
Or 2) You have switched off &#039;&#039;&#039;Include Standard Images&#039;&#039;&#039; on the file tab of the Internet dialogue of the configuration menu.  In this case Cumulus believes you are working in a non-standard way, and does not automatically upload the graphs (nor moon image).&lt;br /&gt;
&lt;br /&gt;
== What is the size of the standard Cumulus update? ==&lt;br /&gt;
&lt;br /&gt;
The default is that all of the standard pages and standard images are uploaded on each update at whatever standard update frequency you select. &lt;br /&gt;
&lt;br /&gt;
In total for version 1.9.2, it&#039;s about half a megabyte - about 100kB for the pages (about half of that is the gauges.htm page with all the detailed wind plotting points, and half the other pages) and 400kB for the variable images (moon phase, some gauges images and trend graphs - the exact size of latter can vary if you change the period they cover).&lt;br /&gt;
&lt;br /&gt;
Version 1.9.3 adds the monthly records page which contains 12 months worth of a lot of data, and adds 25kB to every update (although usually very little changes between updates).&lt;br /&gt;
&lt;br /&gt;
The NOAA monthly and annual pages are uploaded once a day, that is another 8kB for a full month and full year, obviously less at the start of a month/year.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Optional extras&#039;&#039;&#039;&lt;br /&gt;
*[[realtime.txt]] file, this is less than 1kB (1024 Bytes) in size.&lt;br /&gt;
*[[dayfile.txt]] a file that is about (30 times number of years) kB&lt;br /&gt;
*The files required to update external sites are no more than a few kB.&lt;br /&gt;
&lt;br /&gt;
== How do I upload my own pages or files once a day? ==&lt;br /&gt;
&lt;br /&gt;
Cumulus allows you to specify a command (with optional parameters) that will be actioned just after daily rollover. The command is entered in the &#039;&#039;External programs&#039;&#039; frame at the bottom left of the Internet Settings screen.  The box is labelled &#039;&#039;&#039;Daily&#039;&#039;&#039;. Click the Cumulus &#039;&#039;Help&#039;&#039; button for guidance.  For example you could type &#039;c:\cumulus\daily.cmd&#039; in the box labelled &#039;&#039;Daily&#039;&#039;. &lt;br /&gt;
&lt;br /&gt;
This could be used to upload the pages with the longer term extremes (as your monthly, annual and all-time extremes may only change a few times a month or even less frequently) and so reduce the upload burden at the standard uploading frequency.  To achieve this you would use the content of that example file &#039;daily.cmd&#039;, in the default Cumulus folder,   to call your own [[FTP_tools| file transfer tool]] for those infrequently changing pages. Remember to also unselect &#039;&#039;&#039;Include Standard Files&#039;&#039;&#039; on the&#039;&#039; &#039;Files&#039; tab&#039;&#039; of &#039;Internet settings&#039;, and list [[Customised_templates#How_Cumulus_uses_its_templates|the templates]] on that tab, selecting &#039;&#039;&#039;Process?&#039;&#039;&#039; for all of them, but only selecting &#039;&#039;&#039;FTP?&#039;&#039;&#039; for the other frequently changing pages that are still to be uploaded at the standard interval. You may find help on the forum  or elsewhere on this wiki [[SFTP| for the FTP call]] and [[Customised_templates#Creating_Your_Own_Templates| for &#039;Files&#039; tab settings]].&lt;br /&gt;
&lt;br /&gt;
It can also be used for the optional files mentioned in the previous answer or to update a database using a [[ImportCumulusFile|PHP batch job]].  For the daily command specified above, in the default Cumulus folder, add a file &#039;daily.cmd&#039; that contains (if you host your own server using &#039;XAMPP&#039;), &#039;copy c:\cumulus\data\dayfile.txt C:\xampp\htdocs\weather\daj\&#039; for example to enable you to use the [[AnnualDataSummary| Annual Day-by-day Summary]] tool. (Uploading if you do not host your own server is described at [[Upload_Dayfile| upload dayfile]] but basically you swap the copy command for a FTP command).&lt;br /&gt;
&lt;br /&gt;
== The &#039;real time wind data&#039; gauges on the standard gauges page aren&#039;t working ==&lt;br /&gt;
&lt;br /&gt;
These require a [[realtime.txt]] file to be uploaded by Cumulus. Tick the &amp;quot;Enable Realtime&amp;quot;, &amp;quot;Enable Realtime FTP&amp;quot; and &amp;quot;Enable realtime.txt FTP&amp;quot; boxes on the internet settings screen. If the gauges still do not work, check that the [[realtime.txt]] file is being uploaded to the correct place. If it is not, it is likely that you have specified an incorrect &#039;ftp directory&#039; in Cumulus. If your &#039;normal&#039; pages are being uploaded correctly, but realtime.txt is not, then it is likely that you simply need to leave the ftp directory blank (but see the note below first).&lt;br /&gt;
&lt;br /&gt;
A possible cause for this problem is that your web space provider does not allow .txt files to be accessed. For example, the free hosting provider 000webhost.com do not.&lt;br /&gt;
&lt;br /&gt;
== I&#039;m using the supplied web pages, and get lower case in places where I want upper case  ==&lt;br /&gt;
&lt;br /&gt;
It&#039;s in the CSS. Go to the webfiles sub-folder of your cumulus installation, edit weatherstyle.css and find lines like: &amp;quot;text-transform: lowercase;&amp;quot; and remove them. Use FTP tool to replace the weatherstyle.css on your website.&lt;br /&gt;
&lt;br /&gt;
== My web pages have things like &amp;amp;lt;#location&amp;amp;gt; in them  ==&lt;br /&gt;
You’ve edited your templates with something like Dreamweaver, and it’s changed the angle brackets on the [[Webtags]] to &amp;quot;&amp;amp;amp;lt&amp;amp;nbsp;;&amp;quot; and &amp;quot;&amp;amp;amp;gt&amp;amp;nbsp;;&amp;quot; - you need to change them back to &amp;amp;lt; and &amp;amp;gt;. &#039;&#039;These may look the same when viewed in your browser, but you can see the difference if you &#039;view source&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
Alternatively, if the web templates are listed in [[cumulus.ini]] (and for the first 10 appear on the &#039;&#039;&#039;files&#039;&#039;&#039; tab of &#039;&#039;Internet&#039;&#039; dialogue of &#039;&#039;&#039;Configuration&#039;&#039;&#039; menu), the &#039;&#039;&#039;Process&#039;&#039;&#039; option must be ticked for the web pages generated by Cumulus to have values replacing the [[Webtags]].  Otherwise at each web update, Cumulus will generate web pages the same as the templates.&lt;br /&gt;
&lt;br /&gt;
== My web pages are empty ==&lt;br /&gt;
If empty web pages are being uploaded to your web site (i.e. they report size of 0 kB, but do not produce &#039;error 404 - page not found&#039; message), and your browser shows that their modification date is recent (see next FAQ), then it is likely that the [[Customised_templates#What_is_meant_by_.27Cumulus_processes_templates.27| Cumulus processing]] of templates is failing:&lt;br /&gt;
*Either (since build 1093, as made clear in the release notes)[[File:Web settings.JPG]] the character encoding (for standard named templates that are [[Customised_templates#What_is_meant_by_.27Cumulus_processes_templates.27| processed by Cumulus]]) is specified incorrectly on the &#039;&#039;&#039;Configuration&#039;&#039;&#039;  menu, &#039;&#039;Internet&#039;&#039; dialog, &#039;&#039;&#039;Sites/Options&#039;&#039;&#039; tab, &#039;&#039;Web Settings&#039;&#039; frame as shown about half way down on this screen extract:&lt;br /&gt;
**Select the option where indicated by red arrow if your template includes in a line near the start &amp;lt;code&amp;gt;&amp;lt;meta charset=&amp;quot;UTF-8&amp;quot;&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
**Deselect the option where indicated by red arrow if your template includes something like &amp;lt;code&amp;gt;&amp;lt;meta content=&amp;quot;text/html; charset=iso-8859-1&amp;quot; http-equiv=&amp;quot;Content-Type&amp;quot; /&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
**For customised pages, (without standard Cumulus template names), select/un-select the UTF-8 encoding in the appropriate column on the &#039;&#039;&#039;Configuration&#039;&#039;&#039;  menu, &#039;&#039;Internet&#039;&#039; dialog, &#039;&#039;&#039;Files&#039;&#039;&#039; tab screen where you list the local and remote names.&lt;br /&gt;
*Or you have edited/customised the template and added an incorrectly specified Cumulus [[webtag]] that has caused [[Customised_templates#What_is_meant_by_.27Cumulus_processes_templates.27| Cumulus processing]] to abort for that template.  If you stop cumulus you can use a text editor to open the latest [[Diags|diagnostic file]]. Look at entries time-stamped just before the hour and repeated at your auto-update &#039;&#039;interval&#039;&#039; (just below red arrow in screen image above). You might find a message like &amp;quot;Error processing C:\web\indexT&amp;quot; (i.e. mentioning whichever template is at fault) followed by a brief hint as to the nature of the error.&lt;br /&gt;
&lt;br /&gt;
== My web pages have obsolete web tag values in them  ==&lt;br /&gt;
If the information showing on your web pages is out of date, then it must have been working before, so you have made a change somewhere.&lt;br /&gt;
*Most browsers will display &#039;page information&#039; that tells you when the page was last modified (by querying the web server).&lt;br /&gt;
**if the page on your web server was recently modified, &lt;br /&gt;
***then the next item to investigate is the template file; a template file contains Cumulus web tags and the [[Customised_templates#What_is_meant_by_.27Cumulus_processes_templates.27|&#039;process&#039;]] that Cumulus does to create a web page involves reading text from a template and when it finds a web tag it inserts the latest value in as it creates the page. A [[FAQ#What_file-names_does_Cumulus_use_when_processing_and_uploading_files_to_my_web_site.3F|local file]] is then created and Cumulus will FTP (or copy) this to the web server according to the settings. If the template file cannot be processed, Cumulus may still upload an existing old local file.&lt;br /&gt;
**if the page was not recently modified, &lt;br /&gt;
***maybe you are not running Cumulus, so it is not updating.  &lt;br /&gt;
***maybe your file transfer is not working, turn ftp logging on for technical output, and look for any filenames and any &#039;successfully transferred&#039; messages.&lt;br /&gt;
***maybe your &#039;internet settings&#039; screen has accidentally been changed, see Cumulus help for simple instructions.  If you took a backup of [[cumulus.ini]] you can stop Cumulus, rename the current file and copy your cumulus.ini backup back into the &#039;cumulus&#039; directory containing the Cumulus program.&lt;br /&gt;
***maybe your web server provider has changed something.&lt;br /&gt;
&lt;br /&gt;
== Running a web server on the same PC as Cumulus ==&lt;br /&gt;
If you do not have a web site, or run a web server locally (same PC, or on your local network), you can get Cumulus to generate/copy html or image files locally instead of using FTP to place them remotely. You&#039;ll need to list the (source) file including paths on the files tab of the internet settings, and specify a destination path and file name for the remote file in each case. Don&#039;t tick the &#039;&#039;FTP?&#039;&#039; box for standard cumulus pages (the exception is for a local web server and any non-standard web page that attempts to read using a script a local file such as dayfile.txt as this does need FTP to generate the server-based web page). For the standard images, you can supply a folder name (specify on the same screen), and they will all get copied there. Set everything else up as if you were using ftp, but don&#039;t supply a host name etc (except for exception already mentioned). See [[Customised_templates#What_to_select_on_the_.27Files.27_tab_of_the_Internet_Settings_screen_within_the_.27Configuration.27_menu|here]] for greater detail.&lt;br /&gt;
&lt;br /&gt;
There&#039;s a limit of 10 files on the files tab, but you can increase this to 20 files in version 1.9.2 (in version 1.9.3 it is 100 files) by editing cumulus.ini, with Cumulus stopped. Follow the format of the entries for first 10 files.&lt;br /&gt;
&lt;br /&gt;
== Error Codes generated by FTP or Winsock ==&lt;br /&gt;
You should be able to look these up on the web.  [http://kb.globalscape.com/KnowledgebaseArticle10142.aspx Try Here]&lt;br /&gt;
&lt;br /&gt;
== How do I configure Cumulus for Secure FTP (SFTP/FTPS)? ==&lt;br /&gt;
Cumulus doesn&#039;t support Secure FTP. You can configure Cumulus to invoke an external program like WinSCP, as described here: [[SFTP | SFTP article]]&lt;br /&gt;
&lt;br /&gt;
== Directory related problems in FTP ==&lt;br /&gt;
The following pointers should help:&lt;br /&gt;
* All universal resource locator (url) references are case sensitive.  So if your FTP server directory is &#039;&#039;public_html&#039;&#039;, then &#039;Public_HTML&#039; will not work!&lt;br /&gt;
* On the &#039;&#039;Internet settings&#039;&#039; screen in &#039;&#039;&#039;Sites/Options&#039;&#039;&#039; the optional Directory parameter required is the path from  your FTP root, to where the web pages are to be stored. Click the &#039;&#039;&#039;Help&#039;&#039;&#039; button for full explanation, or search the support forum as many people have found this is the hardest parameter to get right.&lt;br /&gt;
* The standard pages are uploaded after a &#039;change directory&#039; attempting to select the directory you specified in &#039;&#039;&#039;Sites/Options&#039;&#039;&#039;; if this fails, the files will still be uploaded but to the FTP server root. So some mistakes do not matter because if no change of directory was actually required, these pages will be uploaded correctly.&lt;br /&gt;
* Any files you specify for uploading at standard update frequency are uploaded between standard pages (if &#039;Include Standard Files&#039; selected) and standard images (if &#039;Include Standard Images&#039; selected), and in &#039;remote filenames&#039; you specify the path including any web site directory, so there is no call to &#039;change directory&#039;. In this case, if that web site directory is invalid, the upload fails.&lt;br /&gt;
* The standard images for gauges and trends pages are uploaded after the standard pages, (and any pages you specify for uploading,) by performing a second &#039;change directory&#039; this time fixed at &#039;images&#039;; if this fails, the files will still be uploaded to the current web site directory (FTP root or the directory you specified in &#039;&#039;&#039;Sites/Options&#039;&#039;&#039;).&lt;br /&gt;
* If you have enabled &#039;&#039;Realtime&#039;&#039;, the realtime.txt file is uploaded without doing a change directory, by appending &amp;quot;/realtime.txt&amp;quot; to the directory on the &#039;&#039;Internet settings&#039;&#039; screen in &#039;&#039;&#039;Sites/Options&#039;&#039;&#039;. In this case, if the web site directory is invalid, the upload fails.&lt;br /&gt;
* On the &#039;&#039;NOAA Setup&#039;&#039; screen the optional Directory parameter required is the full path from your FTP root, to where the NOAA report pages are to be stored. (It is totally independent of the directory on the &#039;&#039;Internet settings&#039;&#039; screen in &#039;&#039;&#039;Sites/Options&#039;&#039;&#039;).  Click the &#039;&#039;&#039;Help&#039;&#039;&#039; button for full explanation. Like realtime.txt, the upload is by appending the filename for the report to the NOAA directory and will fail if that directory is specified wrongly.&lt;br /&gt;
&lt;br /&gt;
See &#039;&#039;&#039;Setting up your website&#039;&#039;&#039; in Cumulus help for a simple guide to the subfolder structure you need to create and the list of files that need to be uploaded manually when first installing a website. Or see [[Website_setup]] for all the options including customised pages.&lt;br /&gt;
&lt;br /&gt;
== My standard web pages are uploading but the uploading fails for images, realtime and/or NOAA reports ==&lt;br /&gt;
See previous answer, you have probably got your web pages in the default FTP directory of your web site, but specified the wrong directory on the settings screen.  Turn on the &#039;&#039;FTP logging&#039;&#039; in the configuration menu to see the technical detail.  You should have an FTP tool that you used to upload the &#039;static&#039; files required on your web site, and that will help you to see what is your site&#039;s root directory for file transfer uploads, and therefore any relative directory change you require.&lt;br /&gt;
&lt;br /&gt;
== What file-names does Cumulus use when processing and uploading files to my web site? ==&lt;br /&gt;
[[File:Cumulus_FTP_Process.png|150px|thumb|FTP Process]]Cumulus use two slightly different processes depending on if the file is part of the supplied &#039;standard&#039; web site, or an extra file you have specified on the &#039;&#039;Internet Settings|Files&#039;&#039; configuration dialog. For each of these processes there is an further variation depending on whether you have enabled the &#039;&#039;Use FTP rename&#039;&#039; option. This graphic shows the various combinations of file-names used for each step of the process. For the standard files, you can substitute any of the file names for indexT.htm, e.g. trendsT.htm&lt;br /&gt;
&lt;br /&gt;
For more details of Cumulus &#039;&#039;Process&#039;&#039; see [[Customised_templates#What_is_meant_by_.27Cumulus_processes_templates.27| here]].&lt;br /&gt;
&lt;br /&gt;
=Selecting a Weather Station sensor site=&lt;br /&gt;
A simple guide is at [http://weatherfaqs.org.uk/node/124 uk.sci.weather newsgroup], note this advises against roof mounting.&lt;br /&gt;
An attempt to compare the conflicting siting standards that apply across the world is included in a portable document format guide from [ftp://ftp.campbellsci.com/pub/outgoing/apnotes/siting.pdf Campbell Scientific].&lt;br /&gt;
For more advice see the website of your local Meteorological Bureau,  an educational place (e.g. in USA see [http://newa.nysaes.cornell.edu/public/NEWAStationSitingGuidelines.htm Cornell University]), the [http://library.wmo.int/opac/index.php?lvl=notice_display&amp;amp;id=12407 World Meterological Organisation] (WMO), or a specialist organisation (e.g. in UK see [http://www.rmets.org/weather-and-climate/observing/guidelines-observing-0 Royal Meteorological Society] rather than the Met Office web site).&lt;br /&gt;
&lt;br /&gt;
Modern Stevenson Screens are uPVC constructed with a black interior (so they do not radiate heat onto the sensors) and a white exterior (so they reflect as much radiation as possible).  There is a lot of discussion on the [http://sandaysoft.com/forum/viewforum.php?f=16 Homebuilt forum] about different approaches to improving measurements, and the problems with out of the box instrumentation from the different manufacturers. &lt;br /&gt;
&lt;br /&gt;
If you are contributing to an external site like APRS/CWOP, Weather Underground, PWS weather, Weatherbug and/or WOW, see guidance from these organisations re instrument placement.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note:&#039;&#039;&#039; Some stations have all sensors in one unit, positioning of these is a compromise between the ideals below for each sensor.&lt;br /&gt;
&lt;br /&gt;
== Where should I position the wind sensors ==&lt;br /&gt;
The side labelled &#039;North&#039; on the wind vane mount should face &#039;&#039;True North&#039;&#039;, remember that the magnetic north deviation from true north varies from year to year, see details on maps or online. Most wind vanes have a large surface that follows the wind and a thin end that points where the wind comes from, it is the latter direction that is reported.&lt;br /&gt;
&lt;br /&gt;
In the UK, the standard climatological measuring height is 10 metres.  Advice varies on whether you should apply a correction factor for any lower height. Cumulus allows you to apply such a factor to either just wind speed, or wind speed and gust speed, by using the Calibration screen within the configuation menu.  In the Cumulus Help it recommends that you also adjust wind chill - in practice this means ask Cumulus to &#039;&#039;calculate wind chill&#039;&#039; by selecting this in the settings frame on the &#039;&#039;&#039;station settings screen accessed from configuration menu&#039;&#039;&#039; (i.e. ignore any wind chill output by your weather station).&lt;br /&gt;
&lt;br /&gt;
If you are mounting near a building of height &#039;h&#039; above ground level, ideally the wind sensor should be at a height of &#039;1.5 times h&#039; above ground level. &lt;br /&gt;
If you are positioning away from a building or tree (or other object) of height &#039;h&#039; (or the mean height of several objects is &#039;h&#039;), then the distance away depends on which standard you are trying to meet, and can vary between 1.5 and 3 times &#039;h&#039;.&lt;br /&gt;
&lt;br /&gt;
== Where should I position the rain sensor  ==&lt;br /&gt;
The WMO says the rain gauge should at a distance away of 2 times the height of each nearby object (buildings, trees, walls, solid fences etc.) and just high enough off ground level to avoid possibility of splashing. You can experiment, but for amateurs, no more than a metre off the ground (or roof if mounted above it) and at least a metre from any chimney, wall or solid fence whose height exceeds that of the sensor seems good enough for most gauges. &lt;br /&gt;
See [[Rain measurement]] or your local offical organisation.&lt;br /&gt;
&lt;br /&gt;
== How do I protect my rain gauge against spiders or other natural problems ==&lt;br /&gt;
There is a lot of discussion on the [http://sandaysoft.com/forum/viewforum.php?f=16 Homebuilt forum]. In terms of siting, it is important to position your rain gauge where you can safely get to it.&lt;br /&gt;
&lt;br /&gt;
== How do I get good temperature and humidity measurements  ==&lt;br /&gt;
The international standard states ambient air temperature/humidity is measured at 1.25 metres above ground level, above soil or grass not paving, protected from direct sun radiation (and direct rain), unless you are measuring soil or ground temperatures. The height is important for derived values as an air frost is defined as a temperature at or below the freezing point for water at this height, and the count of these is a standard reporting requirement in some countries.&lt;br /&gt;
&lt;br /&gt;
If you are using a &#039;&#039;Fine Offset sensor&#039;&#039;, the thin depth of the thermometer/hygrometer (transmitter) should face where your console (receiver) is, for maximum transmission strength/distance, with the wide face at right angles to the transmission route. (Although if you use a model requiring a radio time signal, you will probably be trying to optimise that instead).&lt;br /&gt;
&lt;br /&gt;
== Pressure ==&lt;br /&gt;
Varies with altitude and temperature, but no significant variation with spatial position with regard to nearby fixed bulky objects.  Often measured indoors, do not mount above any heating or cooling system as there temperature may be particularly variable, and try to avoid any forced ventilation or extraction as such air moving systems could have different pressures on intake and outlet sides.  Equally operation in close proximity to opening doors/windows or to fast moving (road or railway) vehicles or tunnels can distort readings.&lt;br /&gt;
&lt;br /&gt;
== Solar ==&lt;br /&gt;
One would expect solar sensors should be positioned for maximum unshaded exposure to sunlight throughout the year, but again the forum contains advice for specific makes.&lt;/div&gt;</summary>
		<author><name>Steve</name></author>
	</entry>
	<entry>
		<id>https://www.cumuluswiki.org/index.php?title=Twitter.txt&amp;diff=3864</id>
		<title>Twitter.txt</title>
		<link rel="alternate" type="text/html" href="https://www.cumuluswiki.org/index.php?title=Twitter.txt&amp;diff=3864"/>
		<updated>2015-09-23T09:23:49Z</updated>

		<summary type="html">&lt;p&gt;Steve: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:Screenshot-TwitterSettings.jpg|thumb|right]]&lt;br /&gt;
Cumulus has the ability to &#039;&#039;tweet&#039;&#039; weather updates to the [http://www.twitter.com Twitter] service at regular intervals.  Twitter users would then subscribe to your Twitter page and have your weather updates pushed to them.&lt;br /&gt;
&lt;br /&gt;
In order to configure Cumulus you must first create an account on Twitter.  &lt;br /&gt;
&lt;br /&gt;
To setup Cumulus, click Configure, Internet and look in the &#039;Sites/Options&#039; tab.  Tick the Enabled option, type user Twitter username and password and select how often you wish to send the updates to Twitter.  The Interval figure is &#039;minutes&#039;.  Cumulus will now start tweeting; this may take some time to start (depending on your interval figure) so you many not see instant results on twitter.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Twitter support was added in [[Version 1.8.5]] however due to security changes with the Twitter service you MUST be running version 1.9.0 or above of Cumulus&lt;br /&gt;
&lt;br /&gt;
There is also a list of Cumulus [[Twitter Usernames]]&lt;br /&gt;
&lt;br /&gt;
=How to configure what is sent=&lt;br /&gt;
&lt;br /&gt;
By default Cumulus will &#039;&#039;tweet&#039;&#039; the following information:&lt;br /&gt;
&lt;br /&gt;
*Wind speed and direction&lt;br /&gt;
*Pressure and trend&lt;br /&gt;
*Temperature&lt;br /&gt;
*Rain Today&lt;br /&gt;
*Humidity&lt;br /&gt;
&lt;br /&gt;
A default &#039;tweet&#039; could read.... &amp;quot;Wind 8 mph W. Barometer 1036.81 mb, Rising slowly. Temperature 6.3 °C. Rain today 0.4 mm. Humidity 78%&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
You can change what information is sent to Twitter.  &#039;&#039;&#039;Create a text file called &amp;lt;tt&amp;gt;twitter.txt&amp;lt;/tt&amp;gt; and save it in your Cumulus program folder&#039;&#039;&#039;.  The file may contain static text and any combination of Cumulus [[webtags]]. Cumulus will read the file, process any web tags in it, and use the result to update Twitter.&lt;br /&gt;
&lt;br /&gt;
Note: &lt;br /&gt;
*Twitter messages can not be more that 140 characters so bear this in mind when building your message.  &lt;br /&gt;
*If you try to put &#039;accented&#039; characters into the file, the Twitter update will probably fail&lt;br /&gt;
*Take into account the maximum length of any webtag; pay close attention to the [[Forecast_webtag|&amp;lt;#forecast&amp;gt;]] webtag if you use it as some of the text generated by it can be long.  If your eventual &#039;&#039;tweet&#039;&#039; is over 140 character it will be truncated by Cumulus.&lt;br /&gt;
*If you want to include any Twitter &#039;hash tags&#039; in your message, just add them as plain text, e.g. #hashtag&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
An example of a &amp;lt;tt&amp;gt;twitter.txt&amp;lt;/tt&amp;gt;:&lt;br /&gt;
 Temp: &amp;lt;#temp&amp;gt;°C Wind:&amp;lt;#wspeed&amp;gt;mph Pressure: &amp;lt;#press&amp;gt;hpa &amp;lt;#presstrend&amp;gt; Rain Today &amp;lt;#rfall&amp;gt;mm.  Forecast: &amp;lt;#forecast&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The equivalent of the default &#039;tweet&#039; as a &amp;lt;tt&amp;gt;twitter.txt&amp;lt;/tt&amp;gt; file is as follows:&lt;br /&gt;
 Wind &amp;lt;#wspeed&amp;gt; &amp;lt;#windunit&amp;gt; &amp;lt;#wdir&amp;gt;. Barometer &amp;lt;#press&amp;gt; &amp;lt;#pressunit&amp;gt;, &amp;lt;#presstrend&amp;gt;. Temperature &amp;lt;#temp&amp;gt; &amp;lt;#tempunit&amp;gt;. Rain today &amp;lt;#rfall&amp;gt; &amp;lt;#rainunit&amp;gt;. Humidity &amp;lt;#hum&amp;gt;%&lt;br /&gt;
&lt;br /&gt;
You might find the degree symbol from &amp;lt;#tempunit&amp;gt; is displayed by Twitter as &amp;amp;amp;deg; in which case the simple solution is to &#039;hard code&#039; your temperature units in the twitter.txt file rather than using the web tag. You should probably save your twitter.txt file as &#039;UTF-8 without BOM&#039;.&lt;br /&gt;
&lt;br /&gt;
[[Category: Configuration Files]]&lt;/div&gt;</summary>
		<author><name>Steve</name></author>
	</entry>
	<entry>
		<id>https://www.cumuluswiki.org/index.php?title=Supported_Devices&amp;diff=3859</id>
		<title>Supported Devices</title>
		<link rel="alternate" type="text/html" href="https://www.cumuluswiki.org/index.php?title=Supported_Devices&amp;diff=3859"/>
		<updated>2015-09-01T08:53:10Z</updated>

		<summary type="html">&lt;p&gt;Steve: /* Oregon Scientific */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Below is a list of devices which are confirmed to run with the [[Cumulus_Versions|current version]] of Cumulus.&lt;br /&gt;
&lt;br /&gt;
If you are running a different model, please take a moment to update the page.&lt;br /&gt;
&lt;br /&gt;
We also maintain a list of unsupported devices&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Supported Devices=&lt;br /&gt;
&lt;br /&gt;
==Davis Range==&lt;br /&gt;
&lt;br /&gt;
*Vantage Pro&lt;br /&gt;
*Vantage Pro 2&lt;br /&gt;
*Vantage Vue&lt;br /&gt;
&lt;br /&gt;
==Oregon Scientific==&lt;br /&gt;
&lt;br /&gt;
*WMR-928&lt;br /&gt;
*WMR-918&lt;br /&gt;
*WM-918&lt;br /&gt;
*WMR-968&lt;br /&gt;
*Equivalent rebadged Radio Shack stations (serial only)&lt;br /&gt;
*WMR-88, WMR-100, WMR-180, WMRS200 and WMR-200&lt;br /&gt;
&lt;br /&gt;
see [[Extra_temperatures]]&lt;br /&gt;
&lt;br /&gt;
==Fine Offset==&lt;br /&gt;
&lt;br /&gt;
(MyDEL, Nevada, Watson, Tycon Power, Fine Offset etc)&lt;br /&gt;
&lt;br /&gt;
Use the &amp;quot;Fine Offset (WH1080)&amp;quot; setting in Cumulus for these:&lt;br /&gt;
&lt;br /&gt;
*W8681&lt;br /&gt;
*WH1080&lt;br /&gt;
*WH1080PC&lt;br /&gt;
*WH1081&lt;br /&gt;
*WH1090&lt;br /&gt;
*WH1091&lt;br /&gt;
*National Geographic 265NC&lt;br /&gt;
*PCE-FWS 20&lt;br /&gt;
*ELECSA 6975&lt;br /&gt;
*ClimeMET CM2000&lt;br /&gt;
*Maplin N96FY/N96GY&lt;br /&gt;
*Ambient Weather WS-1080/WS-2080&lt;br /&gt;
*WeatherEye WEA22&lt;br /&gt;
*Jaycar Digitech XC0348 (AU/NZ)&lt;br /&gt;
*Tycon Power TP1080WC (USA)&lt;br /&gt;
&lt;br /&gt;
Use the &amp;quot;Fine Offset with UV/Light sensor&amp;quot; setting for these:&lt;br /&gt;
&lt;br /&gt;
*WH3080 and WH3081&lt;br /&gt;
*WS3080 and WS3081&lt;br /&gt;
*Other Fine Offset stations which have solar sensors (rather than just solar charging)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
There are many other brands of station which are rebadged Fine Offset stations. In general, if the station is supplied with &#039;Easyweather&#039; software, it is likely that the station will work with Cumulus.&lt;br /&gt;
&lt;br /&gt;
==La Crosse==&lt;br /&gt;
&lt;br /&gt;
*WS-2300 range (all model numbers of the form 23xx). Use of a USB/Serial adapter is not supported with these stations.&lt;br /&gt;
&lt;br /&gt;
Note that I don&#039;t have access to a La Crosse station, and the PC interface on these stations is very poor. If you find that you don&#039;t get very good results using Cumulus with one of these, I&#039;m afraid I probably won&#039;t be able to do anything about it.&lt;br /&gt;
&lt;br /&gt;
==Instromet==&lt;br /&gt;
Recent models of Instromet stations&lt;br /&gt;
&lt;br /&gt;
=Unsupported Devices=&lt;br /&gt;
&lt;br /&gt;
Specifically, the following do not work with Cumulus.  This is not a definitive list but stations we have come across which are not supported.&lt;br /&gt;
&lt;br /&gt;
*La Crosse WS3650 and WS2800 (all model numbers in range WS36xx and WS28xx)&lt;br /&gt;
*TFA-Sinus/TFA-Nexus/Honeywell/Irox/Cresta WXR-815LM/TE924W/TN924W etc &lt;br /&gt;
*AcuRite&lt;br /&gt;
*Peet Bros&lt;br /&gt;
*Rainwise&lt;br /&gt;
*Davis Weather Monitor&lt;br /&gt;
*Davis Weather Wizard&lt;br /&gt;
*Ambient WS-1000&lt;br /&gt;
*Oregon Scientific WMR300&lt;br /&gt;
*Tycon Power TP2700WC&lt;br /&gt;
*Oregon Scientific LW301&lt;br /&gt;
&lt;br /&gt;
== My station is unsupported - Can I use Cumulus? ==&lt;br /&gt;
If your station output can be changed into the [[EasyWeather_Format]], then Cumulus can offer most of its functionality by reading the last line of that file each time.&lt;/div&gt;</summary>
		<author><name>Steve</name></author>
	</entry>
	<entry>
		<id>https://www.cumuluswiki.org/index.php?title=FAQ&amp;diff=3857</id>
		<title>FAQ</title>
		<link rel="alternate" type="text/html" href="https://www.cumuluswiki.org/index.php?title=FAQ&amp;diff=3857"/>
		<updated>2015-08-11T12:56:15Z</updated>

		<summary type="html">&lt;p&gt;Steve: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is the Cumulus FAQ (consult also the Help screens within Cumulus software, and learn more from the rest of this Wiki)&lt;br /&gt;
&lt;br /&gt;
= Installing and Running Cumulus  =&lt;br /&gt;
&lt;br /&gt;
== What operating systems does Cumulus run on?  ==&lt;br /&gt;
&lt;br /&gt;
All versions of Windows from XP to Windows 8.1 inclusive (and the server versions). It works on 32 bit and 64 bit editions. 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.&lt;br /&gt;
&lt;br /&gt;
== Where do I find the Cumulus installer? ==&lt;br /&gt;
&lt;br /&gt;
On the [http://sandaysoft.com/downloads downloads page]&lt;br /&gt;
&lt;br /&gt;
== What do I need to get right when first getting Cumulus? ==&lt;br /&gt;
The installation process for Cumulus displays &#039;&#039;&#039;readme.txt&#039;&#039;&#039;, that has many tips. See also [[Setup]]. Below are three key points.&lt;br /&gt;
# Install Cumulus in its own directory directly under a drive root.&lt;br /&gt;
# Connect your weather station before you start Cumulus&lt;br /&gt;
# When you first run Cumulus, it displays the &#039;&#039;&#039;Station settings&#039;&#039;&#039; screen. On this, make sure you pick the right sort of station (to ensure Cumulus communicates correctly with your weather station, and can identify all the observations) and choose your &#039;&#039;&#039;units&#039;&#039;&#039; wisely. (Changing units later means all stored Lowest and highest numbers up to that point have to be converted immediately manually).  See the &#039;&#039;&#039;Help&#039;&#039;&#039; for information about the rest of the screen, but generally you can easily adjust the other options later.&lt;br /&gt;
&lt;br /&gt;
== What weather stations does Cumulus work with?  ==&lt;br /&gt;
&lt;br /&gt;
*Davis Vantage Pro (VP), Vantage Pro2 (VP2), and Vue. &lt;br /&gt;
*Oregon Scientific WM918, WMR918, WMR928, WMR968, WMR88 (see [[FAQ#How do I set up recording wind speeds in Cumulus, with Oregon Scientific and La Crosse stations | this FAQ]]), WMR100, WMR180, WMR200. &lt;br /&gt;
*Fine Offset - stations which use the Easyweather software such as MyDEL, Nevada, Watson and Fine Offset, with model numbers such as WH1080, WH1081, W8681, 265NC etc.&lt;br /&gt;
*La Crosse WS2300 range (see [[FAQ#How do I set up recording wind speeds in Cumulus, with Oregon Scientific and La Crosse stations | this FAQ]]). You may have problems with corrupt data if you use a WS23xx with a serial/USB adapter; this combination is therefore not supported.&lt;br /&gt;
&lt;br /&gt;
For a more complete list see the [[Supported Devices]] page.&lt;br /&gt;
&lt;br /&gt;
== Will you support a new weather station type?  ==&lt;br /&gt;
&lt;br /&gt;
It’s quite hard to support a particular weather station when I don’t have access to one. No weather station is perfect, and problems inevitably arise after the code is written, and I have to start adding more and more code to work around issues with the station. Also, most companies don’t seem to like third parties writing software for their stations, so don’t make the protocol available. I will only consider adding support for a station under a certain set of circumstances which would include &#039;&#039;at least&#039;&#039;: &lt;br /&gt;
&lt;br /&gt;
*A significant donation towards Cumulus development &lt;br /&gt;
*A well documented official protocol spec &lt;br /&gt;
*Loan or donation of a station &lt;br /&gt;
*Access to technical support from the station manufacturer&lt;br /&gt;
&lt;br /&gt;
Please contact me if you would like to discuss this further&lt;br /&gt;
&lt;br /&gt;
== How do I request a new feature for Cumulus? ==&lt;br /&gt;
&lt;br /&gt;
Please create an [http://sandaysoft.com/forum/tracker.php enhancement request].  &lt;br /&gt;
&lt;br /&gt;
== Why haven&#039;t you added the feature I asked for a long time ago? ==&lt;br /&gt;
&lt;br /&gt;
I develop and support Cumulus in my spare time, and I have a full time job. I invite donations, but I don&#039;t make a living from Cumulus. I add facilities when I can. There is a long list of  [http://sandaysoft.com/forum/tracker.php enhancement requests] already, and I am slowly working my way through them as time permits. If there is an enhancement request for the facility you have asked for, and the facility is a reasonable one (in my opinion) then I will hopefully get around to adding it one day. Please be patient. Please don&#039;t ask for a forecast of when a feature will be added.&lt;br /&gt;
&lt;br /&gt;
== How do I upgrade to a new release?  ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Just run the installer for the new version.&#039;&#039;&#039; Your data and settings are not affected, but it is still best if you back up your data (sub-folder &#039;data&#039;) and any settings files (e.g. cumulus.ini and strings.ini) before you run the installer. &lt;br /&gt;
&lt;br /&gt;
You can install the new version where you like, but the installer will offer the same place as the previous version as the default.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Occasionally, there may be actions you need to perform before or after the upgrade.&#039;&#039;   Required actions usually appear in the announcement of the version you are installing, and may be documented in the readme.txt file that will appear as you run the installer. Read such announcements for every release since your existing build in case any of the in-between changes affect you.&lt;br /&gt;
&lt;br /&gt;
These instructions apply whether you are updating by one build, skipping several builds, upgrading to/from a beta version, or installing the latest &#039;release&#039; version. &lt;br /&gt;
&lt;br /&gt;
The installer will always upgrade the following files (replacing them, ignoring existing versions):&lt;br /&gt;
# &amp;quot;cumulus.exe&amp;quot;; - the latest build&lt;br /&gt;
# &amp;quot;unins000.exe&amp;quot;;&lt;br /&gt;
# &amp;quot;libeay32.dll&amp;quot;;&lt;br /&gt;
# &amp;quot;ssleay32.dll&amp;quot;;&lt;br /&gt;
# &amp;quot;readme.txt&amp;quot;; - advice for you to follow at installation time&lt;br /&gt;
# &amp;quot;licence.txt&amp;quot;; - reminder about restrictions on use&lt;br /&gt;
# &amp;quot;alert.wav&amp;quot;; - default alarm sound&lt;br /&gt;
#  &amp;quot;web\originals\*.*&amp;quot;; - Cumulus will always install the HTML template files here&lt;br /&gt;
# &amp;quot;webfiles\*.*&amp;quot;; e.g. weatherstyle.css, wz_jsgraphics.js&lt;br /&gt;
# &amp;quot;webfiles\images\picture.jpg&amp;quot;;&lt;br /&gt;
# &amp;quot;Help\Cumulus.chm&amp;quot;; - the latest help including lists of log files and web tags&lt;br /&gt;
There may be extra files automatically upgraded by particular builds - see announcement.&lt;br /&gt;
&lt;br /&gt;
During the install, you will see a &#039;&#039;&#039;Select Components&#039;&#039;&#039; screen , if you tick the &#039;&#039;HTML templates&#039;&#039; (the default) it will also upgrade the HTML template files in the web folder.&lt;br /&gt;
&lt;br /&gt;
*So tick this option, if you have a standard Cumulus implementation and then you can be sure to upgrade the standard templates.&lt;br /&gt;
*Untick this option if you have  [[Customised_templates#Creating_Your_Own_Templates|customised the existing pages]],  so that if your customised versions  are in &amp;quot;web\*.*&amp;quot; they don&#039;t get overwritten. It is recommended that you store any customised pages in a directory outside the Cumulus folder, as you can specify up to 10 such files on the local side of the files tab in the Configuration menu Internet settings screen and (if you are not using standard files) untick &#039;&#039;Include Standard Files&#039;&#039; on the same screen. (100 such files can be specified in [[Cumulus.ini]]).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Changing to different weather station ==&lt;br /&gt;
&lt;br /&gt;
Just change the station type. If Cumulus doesn&#039;t start reading the data from the new station, stop Cumulus and start it again. Some of the rain figures may be odd for a while (e.g. rain in last 24 hours). It is as simple as that.&lt;br /&gt;
&lt;br /&gt;
In testing planned changes to Cumulus, I switch backwards and forwards between a Fine Offset and a WMR200 frequently, the only thing that happens is that the rain figures go wrong initially (because the two stations have different counters).&lt;br /&gt;
&lt;br /&gt;
== Moving Cumulus software to a new PC (or updating Windows Operating System) ==&lt;br /&gt;
&lt;br /&gt;
Cumulus will continue to work with your existing weather station and existing log files, providing&lt;br /&gt;
#Your Windows regional settings are the same (i.e. date format unchanged, same time zone, decimal point symbol unchanged, list separator character unchanged) - if there is a difference, the new installation cannot understand the old lines in the log files and will give an error when Cumulus is restarted.&lt;br /&gt;
#You may need to &#039;tweak&#039; a few things (serial port number etc) in [[cumulus.ini]].&lt;br /&gt;
#In the folder with cumulus.exe in it, copy across  &#039;cumulus.ini&#039;,  and if you have created a &#039;strings.ini&#039; that file must be copied across too.&lt;br /&gt;
#The Cumulus &#039;data&#039; sub-folder has been copied across.&lt;br /&gt;
#Obviously if you use customised web pages, then you need the corresponding templates in the new installation.&lt;br /&gt;
#Any other customised files (images and/or a twitter.txt file, for example), you may want to copy those over too.&lt;br /&gt;
&lt;br /&gt;
== Can I view my Cumulus data on another device? ==&lt;br /&gt;
&lt;br /&gt;
# If Cumulus uploads your weather information to an online web site, you can view that on another device.&lt;br /&gt;
# Software like &#039;Remote Desktop&#039; can be used to view the computer that is running Cumulus - see many postings on the Support Forum.&lt;br /&gt;
# A back-up as described in the next answer can be viewed in Cumulus installed on another PC (see point about Windows regional settings in previous question) to look at past extremes or graphs; although obviously that additional installation will not be able to add further observations from the weather station connected to the original PC.&lt;br /&gt;
# If your web site is on your local network, but not online, your device may be able to view it directly or view a back-up of how it was in the past.&lt;br /&gt;
&lt;br /&gt;
== How do I back up my data?  ==&lt;br /&gt;
&lt;br /&gt;
*Copy the contents of the Cumulus ‘data’ sub-folder on a regular basis to a different storage device.  Then if you have any problem with the original storage device, or corruption of files, you can minimise the loss of logged observations. To restore from the backup, just copy the saved data folder back into your Cumulus installation, with Cumulus stopped.&lt;br /&gt;
*It can be useful to take copies of the Cumulus &#039;backup&#039; sub-folder on key dates (e.g. just after change of month or year), or if you think you might have some rogue figures.  The &#039;.ini&#039; files in the backup sub-folder contain past extreme values that you might want to look up.&lt;br /&gt;
*You should also back up, at least once, your cumulus.ini file in the main Cumulus folder.  This contains all the key settings and you need a record of those!&lt;br /&gt;
&lt;br /&gt;
== Moving Cumulus software to a different location on your PC? ==&lt;br /&gt;
&lt;br /&gt;
This article in the wiki gives more details above moving Cumulus: [[Moving cumulus]]&lt;br /&gt;
&lt;br /&gt;
== What are the formats of the Cumulus data files?  ==&lt;br /&gt;
&lt;br /&gt;
These are detailed in the [[:Category:Log Files|Log Files]] section of this Wiki and also in the Cumulus help file, in the section “Data log file format”&lt;br /&gt;
&lt;br /&gt;
== Can I import logged information from before I installed Cumulus? ==&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;Configuration&#039;&#039;&#039; menu, &#039;&#039;Station&#039;&#039; setting screen (near bottom) has option to enter there the &#039;&#039;rainfall total&#039;&#039; for the bit of the year (starting month can be selected here too) until when you first start using Cumulus.  See the Cumulus &#039;&#039;&#039;Help&#039;&#039;&#039; for this screen for further details.&lt;br /&gt;
&lt;br /&gt;
Yes is the answer for other weather information, providing you can manipulate the information you have into either (preferably) the format used by the [[Monthly_log_files#Importing_pre-Cumulus_data]] or (second best) [[Dayfile.txt]]. Look up those cross-references in this Wiki (or the Cumulus &#039;&#039;&#039;Help&#039;&#039;&#039;) for further information on required formats.  The support forum includes a few threads related to this topic, and if you post there then people who have already imported from particular systems may offer their services to import your past observations.&lt;br /&gt;
&lt;br /&gt;
A converter for Weather Display log files is available from this thread in the forum: http://sandaysoft.com/forum/viewtopic.php?f=4&amp;amp;t=10118&lt;br /&gt;
&lt;br /&gt;
A converter for WeatherLink log files is available from this thread in the forum: http://sandaysoft.com/forum/viewtopic.php?f=6&amp;amp;t=11349&lt;br /&gt;
&lt;br /&gt;
== I was away on the last day of last month/year - How do I see the final lowest and highest figures for last month/year? ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;View&#039;&#039;&#039; menu, &#039;&#039;This month&#039;&#039; or &#039;&#039;This year&#039;&#039; screens show some figures for any month or year selected by you, but do not show all the figures shown on a standard web page or as shown on the &#039;&#039;Highs and Lows&#039;&#039; screen for the current month/year.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;View&#039;&#039;&#039; menu, &#039;&#039;Highs and Lows - This month (or This year)&#039;&#039; (or &#039;&#039;thismonth.htm&#039;&#039; or &#039;&#039;thisyear.htm&#039;&#039; web page) only shows the lowest and highest values for the current calendar month (or current year). This answer describes a way to see the same information for the month (or year) that fairly recently ended.  It is valid only until build 1088 (from 5 March 2014 build 1089 &#039;Delay writing of end of day backup files until the first log entry is written&#039; means the stored &#039;&#039;month.ini&#039;&#039; relates to the &#039;&#039;initial&#039;&#039; entries for the start of the new month). From version 1.9.3 build 1041, Cumulus creates a daily backup of the log files. &lt;br /&gt;
*Look in the &#039;&#039;backup\daily&#039;&#039; subfolder within your Cumulus installation. &lt;br /&gt;
*These daily backups will be created if Cumulus was left running during the period of interest, or stopped before that period and since restarted. &lt;br /&gt;
*Normally about 10 such back ups are available, each folder has a name based on the timestamp and contains the 6 [[:Category:Log_Files|xxxx.ini files]], the current [[Monthly_log_files|monthly standard data log]]/[[Extra_Sensor_Files|monthly extra data log]], and the most recent update of [[dayfile.txt|daily summary log]].&lt;br /&gt;
&lt;br /&gt;
Open as a text file [[month.ini]] in the folder whose name is bearing the timestamp after your final rollover, for Cumulus builds 1041 to 1088 the final lowest and highest for each observation in the month will be listed.&lt;br /&gt;
&lt;br /&gt;
In a similar manner if you miss the last day of the year, for Cumulus builds 1041 to 1088 see the final &#039;this year&#039; figures for last year by opening [[year.ini]] from the appropriate backup.&lt;br /&gt;
&lt;br /&gt;
== What do the various wind speeds in Cumulus correspond to, with Davis stations?  ==&lt;br /&gt;
&lt;br /&gt;
Davis station firmware supplies two windspeeds, a 3-second average and a 10-minute average (later versions of the firmware also supply a 2-minute average, Cumulus currently doesn&#039;t use this).  &lt;br /&gt;
* The latest Davis 3-second average is treated by Cumulus as &#039;Latest&#039; (available via &amp;lt;#wlatest&amp;gt;)&lt;br /&gt;
* The highest of the station&#039;s 3-second readings over the previous 10 (configurable by adding &#039;&#039;AvgSpeedMinutes=N&#039;&#039; in [[Cumulus.ini#Section:_Station]] where &#039;N&#039; is number of) minutes becomes the Cumulus &#039;Gust (available via &amp;lt;#wgust&amp;gt;). Note that the WMO definition of a wind gust is the mean wind speed over a 2 to 3 second sample period (not the maximum instantaneous wind speed).&lt;br /&gt;
* The Davis 10-minute average is the Cumulus &#039;Average&#039; (available via &amp;lt;#wspeed&amp;gt;).&lt;br /&gt;
Note that if you sample these readings at shorter (real time) intervals it is possible for Cumulus &#039;Latest&#039; to be lower than Cumulus &#039;Average&#039; because approximately half of the 3-second wind speeds will be higher and half of them lower than the 10-minute average. &lt;br /&gt;
If the Cumulus figure seems lower than the Davis figure see [[#My_Davis_station_shows_a_higher_maximum_wind_speed_than_Cumulus]].&lt;br /&gt;
&lt;br /&gt;
Davis station loggers record a single spot (not any average) wind speed, so if you restart Cumulus and the software attempts to catch up from the station logger there may be only one or two values to include in the Cumulus average (over 10 or whatever) minutes calculation.&lt;br /&gt;
&lt;br /&gt;
== What do the various wind speeds in Cumulus correspond to, with Fine Offset stations?  ==&lt;br /&gt;
&lt;br /&gt;
Fine Offset sensors measure wind over 48-second intervals, divided into 24 2-second intervals. At the end of each 48-second period, they transmit the highest of those 24 values as &#039;Gust&#039;, and the average of those 24 values as &#039;Wind&#039;. The console keeps &#039;&#039;&#039;overwriting&#039;&#039;&#039; the newly received &#039;Gust&#039; and &#039;Wind&#039; values to the same area of console memory every 48 seconds, until the station logging interval time is reached, then it moves on to the next memory location, leaving the last values it wrote in the previous console memory location.  &lt;br /&gt;
*If Cumulus is not running all the time, on restart it works through the console memory locations and extracts the Fine Offset Wind and Gust in each memory location, i.e. at the station logging interval. &lt;br /&gt;
*While Cumulus is running, it reads the current wind speeds (and direction) every 10 seconds. There are new values only every 48 seconds (i.e. every fourth or fifth read)&lt;br /&gt;
&lt;br /&gt;
Cumulus, for various reasons, uses different terminology, and also has configuration settings which control how some of the wind values are displayed.&lt;br /&gt;
* The Fine Offset console &#039;Gust&#039; value becomes Cumulus &#039;Latest&#039;. &lt;br /&gt;
* The highest of the Fine Offset &#039;Gust&#039; values over the previous 10 minutes becomes Cumulus &#039;Gust&#039;.  Note that the WMO definition of a wind gust is the mean wind speed over a 2 to 3 second sample period (not the maximum instantaneous wind speed).&lt;br /&gt;
* Cumulus &#039;Average&#039;  can be calculated in 3 different ways:&lt;br /&gt;
** The default: If &#039;Calculate 10-min wind average&#039; is not selected on the Station Settings screen, the console &#039;Wind&#039; value is used.&lt;br /&gt;
** If &#039;Calculate 10-min wind average&#039; is selected, then by default the average of the Fine Offset &#039;Gust&#039; values read over the previous N (configurable, defaults to 10) minutes is used.&lt;br /&gt;
** If &#039;Calculate 10-min wind average&#039; and &#039;Use speed for avg calculation&#039; are both selected, the average of the Fine Offset &#039;Wind&#039; values read over the previous N (configurable, defaults to 10) minutes is used.&lt;br /&gt;
&lt;br /&gt;
Select value for &#039;N&#039; using &#039;&#039;AvgSpeedMinutes=N&#039;&#039; in [[Cumulus.ini#Section:_Station]].&lt;br /&gt;
&lt;br /&gt;
Note that Fine Offset Consoles can display a &#039;MAX&#039; figure, this is highest recorded since it was last reset (on touchscreen models multiple touches of the displayed speed will cause maximum speed, or gust, to be shown, and when a max value is displayed continuing to hold touching that value for 3 seconds will reset max to current value).  Cumulus maintains its own various extremes for different periods (e.g High wind and high gust for yesterday on its main screen) calculated from all values read by Cumulus in that period.&lt;br /&gt;
&lt;br /&gt;
== How do I set up recording wind speeds in Cumulus, with Oregon Scientific and La Crosse stations  ==&lt;br /&gt;
&lt;br /&gt;
La Crosse and some Oregon Scientific weather stations only output a single wind speed.  To allow Cumulus to calculate &#039;gust&#039; and &#039;wind speed&#039; with different values, select the &#039;&#039;&#039;Station&#039;&#039;&#039; dialogue from the &#039;&#039;Configuration&#039;&#039; menu and set &#039;&#039;Calculate 10 min wind average&#039;&#039; in the &#039;Settings&#039; frame, so in [[cumulus.ini]] this will produce the parameter &#039;Wind10MinAverage=1 when cumulus is next stopped.&lt;br /&gt;
* The station&#039;s &#039;Wind&#039; value will then display as Cumulus &#039;Latest&#039;.&lt;br /&gt;
* A 10 (configurable by adding &#039;&#039;AvgSpeedMinutes=N&#039;&#039; in [[Cumulus.ini#Section:_Station]] where &#039;N&#039; is number of) minutes average of the station&#039;s &#039;Wind&#039; value will then display as Cumulus &#039;Average&#039;.&lt;br /&gt;
* The highest of the station&#039;s &#039;Wind&#039; value in a 10 minute period will then display as Cumulus &#039;Gust&#039;.  Note that the WMO definition of a wind gust is the mean wind speed over a 2 to 3 second sample period (not the maximum instantaneous wind speed).&lt;br /&gt;
&lt;br /&gt;
See &#039;&#039;LCMaxWind=X&#039;&#039; parameter in [[Cumulus.ini#La_Crosse_specific:]] where X is the maximum (uncalibrated) wind speed in m/s that you want to allow.&lt;br /&gt;
&lt;br /&gt;
== How do I make Cumulus run automatically when Windows starts?  ==&lt;br /&gt;
&lt;br /&gt;
There is no option in Cumulus to set this up automatically as I prefer to leave it under the control of the user: The safest and most reliable method is simply to put a shortcut in your Startup folder. If you are running Vista or Windows 7, you may find that Cumulus gets blocked by UAC if you try to run it from the Startup folder, in which case it is recommended that you use Task Scheduler instead. See here for a good description of how to do this - http://blogs.techrepublic.com/window-on-windows/?p=616&lt;br /&gt;
&lt;br /&gt;
== How does Cumulus handle Daylight Saving Time?  ==&lt;br /&gt;
&lt;br /&gt;
As far as the timestamps in the extreme logs, monthly log, and the graphs, are concerned; Cumulus doesn&#039;t do anything in particular for DST. &lt;br /&gt;
*It generates timestamps based on the Windows clock. &lt;br /&gt;
**So basically, at the start of DST (i.e. when the clocks &#039;go forward&#039; for the summer) you will get an apparent gap of one hour in your data logs and on graphs.&lt;br /&gt;
**Similarly at the end of DST (i.e. when the clocks &#039;go back&#039; for the winter) you will get an apparent hour of duplicate timestamps in your logs and graphs. &lt;br /&gt;
*You will tend to get better results if you leave Cumulus running during the clock change, because if it is stopped you may lose data,&lt;br /&gt;
**the exact timing of the affected hours depends on the type of station and the times when Cumulus was running/stopped.&lt;br /&gt;
&lt;br /&gt;
=== ... How do Davis stations handle Daylight Saving Time? ===&lt;br /&gt;
&lt;br /&gt;
Note that there seems to be an issue with Davis stations, either in the console/logger, or in the Davis DLL which Cumulus uses. &lt;br /&gt;
*If you don&#039;t have Cumulus running when DST ends (autumn), then when you start Cumulus up again, it doesn&#039;t receive all of the logger data it needs to catch up to the &#039;&#039;present time&#039;&#039; - the previous hour or so is missing. &lt;br /&gt;
*So with Davis stations, I strongly recommend that you leave Cumulus running at the end of DST, if at all possible.&lt;br /&gt;
&lt;br /&gt;
=== ... How do Fine Offset stations handle Daylight Saving Time? ===&lt;br /&gt;
&lt;br /&gt;
*For Fine Offset stations if you don&#039;t have Cumulus running when DST ends in autumn, then when you start Cumulus up again, the catch up &#039;&#039;misses off the first hour after the time Cumulus was stopped&#039;&#039; (unless you have adjusted the time in [[today.ini]] by subtracting one hour for end of DST while Cumulus was stopped).  &lt;br /&gt;
**This is because the console memory does not time-stamp the data blocks and Cumulus does not remember the console data block used just before shutdown, (after all depending on how long Cumulus has been stopped and the station logging interval, the old memory location could be overwritten by now), but each memory location does contains minutes elapsed since previous memory location used.&lt;br /&gt;
**On restart Cumulus just tries to read the appropriate number of hours worth of observations back from the block now marked as latest.  &lt;br /&gt;
**For example if it was stopped at 2200 DST and restarted at 0600 standard time, Cumulus catches up with the last 8 hours worth of stored measurements as if going back to 2200 standard time, that means it retrieves back to 2300 DST and has forever lost the period 2200 to 2300 DST.  &lt;br /&gt;
*So with Fine Offset stations, I strongly recommend that you leave Cumulus running at the end of DST, if at all possible.&lt;br /&gt;
*At the start of DST in spring, the catch up will &#039;&#039;duplicate the last hour that Cumulus was previously operating&#039;&#039; (unless you have added one hour to the standard time stored in [[today.ini]] for start of DST while Cumulus was stopped). &lt;br /&gt;
**e.g. Stopping from 2200 standard time to 0600 DST the catch up goes back to 2200 DST or 2100 standard time.&lt;br /&gt;
**Some calculated measurements like average temperature, cooling degree days, and the like will be slightly out, but no measurement is actually lost.&lt;br /&gt;
&lt;br /&gt;
== What formula does Cumulus use for Dew Point?  ==&lt;br /&gt;
dewpoint := tempinC + ((0.13 * tempinC) + 13.6) * Ln(humidity / 100)&lt;br /&gt;
&lt;br /&gt;
== What formula does Cumulus use for Apparent Temperature?  ==&lt;br /&gt;
It uses a formula from the Australian BOM - http://www.bom.gov.au/info/thermal_stress/#atapproximation&lt;br /&gt;
&lt;br /&gt;
Note that the version used is the one that doesn&#039;t take into account solar radiation.&lt;br /&gt;
&lt;br /&gt;
== How does Cumulus know the height of the cloud base?  ==&lt;br /&gt;
&lt;br /&gt;
It doesn&#039;t. It uses a calculation which gives the theoretical height above ground level at which Cumulus clouds might form, based on the current temperature and dew point. It assumes that the difference between temperature and dew point decreases by about 4.4 degrees Fahrenheit per 1000 feet increase in altitude. When the two values coincide, the air is saturated (relative humidity = 100%) and Cumulus clouds may form. &lt;br /&gt;
&lt;br /&gt;
== How is my rain rate calculated?  ==&lt;br /&gt;
&lt;br /&gt;
For stations which supply a rain rate, Cumulus uses that. For stations which don&#039;t supply a rain rate (e.g. Fine Offset and La Crosse), Cumulus simply takes the rain total from the last five minutes and calculates a rate based on that; e.g. a single tip of 0.3mm in 5 minutes is a rate of 3.6mm/hr. When data from the station&#039;s logger is used, a similar calculation is performed, but the interval used is the logger interval rather than five minutes.&lt;br /&gt;
&lt;br /&gt;
== Where does Cumulus get its this month and this year rainfall totals from?  ==&lt;br /&gt;
&lt;br /&gt;
* Each time Cumulus reads records from the weather station it applies any change to the &#039;total rain count&#039; against today&#039;s total in its memory.&lt;br /&gt;
* The today&#039;s total so far at each reading time is also added to the &#039;recent tag&#039; array allowing total values for the day-so-far at one minute intervals for up to a week ago to be added as web tags to a web template. &lt;br /&gt;
* The rainfall totals, are initialised when Cumulus is (re-)started by adding up the corresponding daily totals in dayfile.txt and storing those sums in memory. Two of the totals can be seen using default settings on &#039;&#039;&#039;View&#039;&#039;&#039; menu, &#039;&#039;This month&#039;&#039; screen for this month, &#039;&#039;This year&#039;&#039; screen for this calendar year, but the third total for the rain season (you can change starting month) is seen on the &#039;&#039;main&#039;&#039; Cumulus screen.&lt;br /&gt;
* The rainfall totals shown on the &#039;&#039;This period&#039;&#039;, &#039;&#039;This month&#039;&#039;, and &#039;&#039;This year&#039;&#039; screens within the &#039;&#039;&#039;View&#039;&#039;&#039; menu are generated by adding up the daily rainfall totals found in [[dayfile.txt]] for the selected period. So any rainfall for the current (meteorological) day is excluded as the latest dayfile.txt row is for yesterday. Totals are recalculated when you press the &#039;&#039;Update display&#039;&#039; button. Important note: The view menu &#039;This year&#039; screen always calculates the total for a selected calendar year starting in January.&lt;br /&gt;
* The rain figures that Cumulus uses for displaying in &#039;This month&#039; and &#039;This year&#039; on the Cumulus &#039;&#039;main screen&#039;&#039; are updated each time Cumulus receives a rain reading from the station, so will not be displayed if Cumulus is unable to read rain information from your station.&lt;br /&gt;
* For the web tags, Cumulus takes its stored sums and adds today&#039;s latest total each time, to give the current totals for this month and this rain season (year so far) when processing &#039;thismonthT.htm&#039; and &#039;thisyearT.htm&#039; web templates.&lt;br /&gt;
**Important, for the &amp;lt;#ryear&amp;gt; web tag, and for the &#039;This year&#039; display on the &#039;&#039;main&#039;&#039; Cumulus screen, the processing reads the &#039;&#039;dayfile.txt&#039;&#039; for the rainfall season starting with the month set on the station settings screen and stored as the value for attribute &#039;&#039;RainSeasonStart&#039;&#039; in [[Cumulus.ini#Section:_Station]] (its default is January).  &lt;br /&gt;
**If you have set a &#039;year to date&#039; value and Cumulus is being re-started when the year specified beside that figure matches the current year, your year-to-date amount is also added into this year&#039;s total. This should normally only be relevant in your first rain season of operating Cumulus, but could be used if in any season you needed to add an extra amount because for some reason you had a gap in your recording period.&lt;br /&gt;
**There is no corresponding setting for calculating the total for the first &#039;this month&#039; of Cumulus operation.&lt;br /&gt;
*Note that you need to stop and then restart Cumulus to update these initial values that are stored in memory and get any corrections you made to rogue values in the daily summary log (or year-to-date) reflected on the main Cumulus screen and in web tags.&lt;br /&gt;
&lt;br /&gt;
The built-in dayfile.txt editor is used if it is necessary to amend the daily totals (to correct any monthly, rain season, or calendar year, totals); the built-in all-time (or monthly records) editor(s) in Cumulus is used if it is necessary to regenerate the extreme records from dayfile.txt; see [[#My_station_invented_some_rain_that_didn.27t_really_occur.2C_and_I_want_to_set_it_to_zero_.28or_some_other_figure.29 |FAQ about correcting incorrect rainfall displays]].&lt;br /&gt;
&lt;br /&gt;
== How do I reset all my data to start again from scratch?  ==&lt;br /&gt;
&lt;br /&gt;
Stop Cumulus and delete all of the files in the data folder. You may also want to edit the &#039;StartDate=&#039; line in [[cumulus.ini]] to set the date for the start of your data.&lt;br /&gt;
&lt;br /&gt;
== How do I localise Cumulus to my own language? ==&lt;br /&gt;
&lt;br /&gt;
Cumulus does not directly support languages other than English. It was never intended for use in other languages, and it is not possible to add support for this now. However, the text used for:&lt;br /&gt;
*Forecasting&lt;br /&gt;
*Moonphases&lt;br /&gt;
*Beaufort Scale&lt;br /&gt;
*Trend descriptions&lt;br /&gt;
*Compass points&lt;br /&gt;
*Graph titles&lt;br /&gt;
*Extra sensor channels&lt;br /&gt;
can all be customised by using the [[strings.ini]] file. This facility may be extended to allow other items to be translated, but it is very unlikely that there will ever be a fully multi-language version of Cumulus in its current form.&lt;br /&gt;
&lt;br /&gt;
This wiki page [[:Category:Other_Languages|Other Languages]] has some old information about customising the standard web pages and see the downloads page as several third-party alternative web pages include some language translation modules.&lt;br /&gt;
&lt;br /&gt;
== Can I connect/disconnect my weather station while Cumulus is running? ==&lt;br /&gt;
No. You must make sure your weather station is connected to your PC and switched on, before running Cumulus. Do not disconnect your station while Cumulus is running.&lt;br /&gt;
&lt;br /&gt;
== How does Cumulus deal with extra sensors? ==&lt;br /&gt;
&lt;br /&gt;
By default, Cumulus deals with weather stations incorporating solar sensors, if you have selected the relevant station &#039;Type&#039; or &#039;Display solar/extra data&#039; in configuration, but it has some capability to deal with extra sensors added including the Blake-Larsen Sun Recorder.&lt;br /&gt;
Cumulus has the ability to input, log, and display Current Values/Outputs from the [[Rain_measurement#Optical_Rain_Gauges|Hydreon Optical Rain Sensor - Model RG-11]] and from either Oregon Scientific or Davis [[Extra_Sensor_Files|extra sensors]]. Only today&#039;s and yesterday&#039;s total rainfall from a Hydreon sensor are available in [[today.ini]] and [[yesterday.ini]] respectively. For some Oregon Scientific models, the temperature from an extra sensor can replace the temperature from the main sensor for processing by Cumulus, but all extra sensor values are stored in a series of [[Extra_Sensor_Files| monthly log]] files. No other processing is performed for Davis extra sensors, but past values are retained in a series of [[Extra_Sensor_Files| monthly log]] files.  The file [[strings.ini]] is used to customise the description associated with extra sensors.&lt;br /&gt;
&lt;br /&gt;
== What is this &amp;quot;Solar Max&amp;quot; value which Cumulus is displaying? ==&lt;br /&gt;
&lt;br /&gt;
It&#039;s the current theoretical maximum solar radiation value at the current date and time at your location. It is calculated using the Ryan-Stolzenbach formula, and uses the &#039;transmission factor&#039; configurable in the station settings to allow for the effect of transmission through the atmosphere. The figure is not particularly useful in itself; it is used if you have a solar sensor, to compare with the current solar radiation reading, in an attempt to determine whether the sun is currently shining or not.&lt;br /&gt;
&lt;br /&gt;
== My Fine Offset console says the memory is nearly full - how do I clear it? ==&lt;br /&gt;
&lt;br /&gt;
You don&#039;t need to, and it&#039;s much safer if you don&#039;t; clearing the memory could lead to a loss of data. The memory indicator on the console has no effect on the logging of data; the console will automatically start re-using the oldest memory locations. As long as you are running Cumulus (at least occasionally), Cumulus will have downloaded the data it needs from the console, so the console is free to overwrite the oldest data when it needs to.&lt;br /&gt;
&lt;br /&gt;
== How do I get my Davis station with USB working with Cumulus? ==&lt;br /&gt;
&lt;br /&gt;
Cumulus cannot drive the station in USB mode, you must install &#039;virtual serial port&#039; drivers, and configure Cumulus to use the virtual serial port. Make sure you have the station connected to the PC during the following operations.&lt;br /&gt;
&lt;br /&gt;
You should first make sure that you can use the station with Weatherlink, in serial mode. If you have not already installed the Weatherlink software, install the version which came with your weather station. You should then upgrade to the latest version of Weatherlink; you can download the update from the Davis web site,  [http://www.davisnet.com/support/weather/downloads/software_sftwr.asp here].&lt;br /&gt;
&lt;br /&gt;
You now need to install the &#039;CP210X USB to Serial Converter&#039;. You may find a link on your Start menu under &#039;Weatherlink&#039;. Alternatively, you should find it in the folder where Weatherlink was installed, under &#039;Support&#039; then &#039;Utilities&#039;. Davis also make version 2 of this utility available on their web site, [http://www.davisnet.com/support/weather/downloads/software_driver.asp here], and you may find that this version will work for you if the installed version does not. It should be clear from the messages output by the utility that it has successfully switched the logger to serial mode. &lt;br /&gt;
&lt;br /&gt;
It&#039;s a good idea to then update the driver to the latest version from the Silicon Labs web site, particularly if you use Windows 7 or 8. You can download it [http://www.silabs.com/products/mcu/pages/usbtouartbridgevcpdrivers.aspx here] - click on &#039;VCP driver kit&#039; under &#039;Download for Windows XP/Server 2003/Vista/7&#039; to begin the download. Run the executable once it&#039;s downloaded.&lt;br /&gt;
&lt;br /&gt;
At this point, it&#039;s best to restart your computer.&lt;br /&gt;
&lt;br /&gt;
You should now run Weatherlink, and attempt to connect to the weather station &#039;&#039;&#039;in serial mode&#039;&#039;&#039;. Weatherlink should find the appropriate COM port number automatically. If not, you can find it under &#039;Ports (COM &amp;amp; LPT)&#039; in the Windows device manager. Look for the port called &#039;USB Serial Port (COMn)&#039;, where &#039;n&#039; is a number. That&#039;s the number of the port you need to use in Weatherlink. If you cannot get Weatherlink to work using this virtual COM port, it is unlikely that you will be able to get Cumulus to work either, so either contact Davis support, explaining that you are trying to use the virtual serial port drivers because you want to run third-party software, or ask in the Cumulus forum, someone may be able to advise.&lt;br /&gt;
&lt;br /&gt;
Once you have Weatherlink connected and working via the virtual serial port, &#039;&#039;&#039;close it down&#039;&#039;&#039;, and start Cumulus.&lt;br /&gt;
&lt;br /&gt;
In the station settings in Cumulus, select the appropriate station type for your station; under &#039;VP Type&#039; select &#039;&#039;&#039;Serial&#039;&#039;&#039;; in the serial port section enter the COM port number that you found earlier. You may need to restart Cumulus at this point. It will then start displaying live data. Note that the it deliberately does not download any historical logger data from before the current point in time. When you run it subsequently, it will download logger data to catch up if necessary from when you last ran it, but never from earlier than when you first ran it.&lt;br /&gt;
&lt;br /&gt;
If you still having difficulty, the Davis Weatherlink manual offers this advice, which may be useful:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Included with the WeatherLink software is a utility that allows you to convert a USB data logger from a direct USB data logger back to a USB data logger that emulates the serial port. To use&lt;br /&gt;
this utility, select Convert USB to Virtual Serial in your WeatherLink program group on the Start menu of your computer (Start&amp;gt;AllPrograms&amp;gt;WeatherLink&amp;gt;Convert USB to Virtual Serial) and run the utility to convert your data logger. Please contact Davis Technical Support (“Contacting Davis Technical Support” on page 26) for more information.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== Why does Cumulus do some things the way it does, when there are better ways? ==&lt;br /&gt;
&lt;br /&gt;
Cumulus was originally something I &#039;knocked together&#039; quickly when I got my first weather station, simply because I couldn&#039;t find any other software anywhere which I was prepared to use. No &#039;design&#039; went into it, it was really just a prototype. Some of the things I did were just quick &#039;hacks&#039; that I intended to fix when I did it &#039;properly&#039;. But I never got around to going back and doing it &#039;properly&#039;, and it was never my intention that anyone else would use it. But I was persuaded to make it available for others, and then to add more and more enhancements. &lt;br /&gt;
&lt;br /&gt;
The fact that it works with several different types of weather station means that much of it is a compromise; it doesn&#039;t use certain features of the weather station which it could use if it were dedicated to that type of weather station. For example, it typically does not use any high/low data that the station might store internally. Instead, it maintains its own high/low data from individual readings. There are a number of reasons for this; the fact that Cumulus supports an 0900-0900 day, and the weather station does not, and the fact that typically Cumulus maintains far more high/low values than the station does, and these need to be self-consistent. &lt;br /&gt;
&lt;br /&gt;
So yes, I am aware that some of things that Cumulus does may seem strange, but it is simply not possible for me to start again from scratch, knowing what I know now. And it is not possible for me to effectively produce separate versions of Cumulus specifically for each type of weather station. If you don&#039;t like the way Cumulus does certain things, do what I did and write your own software!&lt;br /&gt;
&lt;br /&gt;
== Can I run 2 copies of Cumulus? ==&lt;br /&gt;
&lt;br /&gt;
3 options:&lt;br /&gt;
*You can install Cumulus on more than one PC, but each copy must connect directly to its own weather station (one station connected per PC).&lt;br /&gt;
*You can install 2 copies of Cumulus in different paths on a single PC, &#039;&#039;if you have two weather stations&#039;&#039; and Cumulus is able to distinguish between them, e.g. they are from different manufacturers, or both are serial port stations (different ports), or one is USB and one is serial, or one is a Weatherlink IP. In other words the  combination that does not work on a single PC is two USB stations from the same manufacturer. Note that Davis stations with USB loggers are serial port stations as far as Cumulus is concerned, so there are no problems using multiple copies of Cumulus with multiple Davis stations on the same PC.&lt;br /&gt;
*It is possible to back up the Cumulus files from one installation running off a weather station, and briefly have another reduced functionality copy just looking at historic data without ever any updating (the second Cumulus is set up as if reading from an EasyWeather.dat file, but not given a path/file name) - see [[Cumulus.ini#Introduced_for_problems_with_Fine_Offset_family:|Easyweather.dat section here]].&lt;br /&gt;
&lt;br /&gt;
= Troubleshooting  =&lt;br /&gt;
&lt;br /&gt;
== My &#039;Error&#039; light is flashing  ==&lt;br /&gt;
&lt;br /&gt;
Click on it, and a window will open describing the error. It may just be a temporary ftp problem. If you want to stop ftp errors being reported in this way, you can turn them off in the display settings (&amp;quot;Show FTP errors on error log window&amp;quot;).&lt;br /&gt;
&lt;br /&gt;
== My ‘new record’ light has stopped flashing  ==&lt;br /&gt;
&lt;br /&gt;
It is the normal situation that the light does not flash. The ‘new record’ light only flashes when an all-time record has been broken. It stops flashing if you click on it or restart Cumulus, until another all-time record is broken. When you first start using Cumulus, inevitably the light will flash a lot, even if you cancel it, as you will be breaking records constantly. After a while, it will &#039;settle down&#039; and not flash so often.&lt;br /&gt;
&lt;br /&gt;
== I installed a new version and my web page templates got over-written  ==&lt;br /&gt;
&lt;br /&gt;
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, place them in a different folder and use the ‘extra files’ facility. From version 1.8.9, the installer offers the option of not over-writing the web templates; it unconditionally also installs them to a sub-folder of the web folder called &#039;originals&#039;, so you can refer to them if required, even if you chose not to over-write those in the web folder.&lt;br /&gt;
&lt;br /&gt;
== I can’t find my data files!  ==&lt;br /&gt;
&lt;br /&gt;
You’re probably running Windows Vista/Windows 7/Windows 8 (or one of the corresponding server versions of Windows). Look in C:\Users\[username]\AppData\Local\VirtualStore\Program Files\Cumulus - note that this is a &#039;hidden&#039; folder. Ideally, to avoid this situation, you would install to somewhere outside the Program Files hierarchy, as recommended in the readme.txt.&lt;br /&gt;
&lt;br /&gt;
== I can&#039;t save my NOAA reports! ==&lt;br /&gt;
&lt;br /&gt;
You&#039;ve probably corrupted your Cumulus.ini file in the default Cumulus folder. See [[Cumulus.ini#Section:_NOAA]]. It can only be edited either (if Cumulus is stopped) with an external text file editor or (with Cumulus running) using the &#039;&#039;NOAA Setup&#039;&#039; in the configuation menu.  Pay attention to where the quotes are required for the file names, and check that you have an allowed date format (see [[Webtags#Time.2FDate_.27format.27_Parameter]]).&lt;br /&gt;
&lt;br /&gt;
== My sunrise and sunset times are wrong  ==&lt;br /&gt;
&lt;br /&gt;
You&#039;ve almost certainly entered your co-ordinates incorrectly, or not entered them at all - on the station settings screen. You must enter DEGREES, MINUTES, and SECONDS, no other format will work. Make sure to use &#039;&#039;&#039;unsigned whole numbers&#039;&#039;&#039; for degrees, minutes, and seconds, with a &#039;W&#039; for your longitude if you&#039;re West of the Greenwich meridian (e.g. if you are in the United States), and the appropriate letter for your latitude (N for northern hemisphere, S for southern hemisphere). &lt;br /&gt;
&lt;br /&gt;
If you are not familiar with the degrees/minutes/seconds standard format and have your co-ordinates in some other format, there are pages on the web which will convert for you. One such is here: http://transition.fcc.gov/mb/audio/bickel/DDDMMSS-decimal.html&lt;br /&gt;
&lt;br /&gt;
One other less likely possibility is that you have set the wrong time zone on your PC.&lt;br /&gt;
&lt;br /&gt;
== The Moon rise or set time is showing dashes.  ==&lt;br /&gt;
&lt;br /&gt;
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. &lt;br /&gt;
&lt;br /&gt;
== The Moon image is just black ==&lt;br /&gt;
&lt;br /&gt;
It&#039;s probably a New Moon.&lt;br /&gt;
&lt;br /&gt;
== Why are the &#039;Yesterday&#039; figures missing on the Main Cumulus Screen? ==&lt;br /&gt;
&lt;br /&gt;
The yesterday values on the Main Screen under &amp;quot;Recent Extremes&amp;quot; are not shown correctly:&lt;br /&gt;
*EITHER when the &#039;&#039;end of day rollover has not taken place&#039;&#039;. &lt;br /&gt;
**The usual cause of this is allowing your PC to &#039;sleep&#039; while Cumulus is running. &lt;br /&gt;
**The support forum mentions a few other causes. &lt;br /&gt;
**Cure this (if you have a weather station type that has a log that Cumulus reads) by looking in &amp;quot;&#039;&#039;Cumulus\backup&#039;&#039;&amp;quot; folder, and finding a backup directly in that folder or in &amp;quot;daily&amp;quot; sub-folder for just before the problem. With Cumulus stopped, copy all the files in that backup into the &amp;quot;&#039;&#039;&#039;Cumulus\data&#039;&#039;&#039;&amp;quot; folder, and then restart Cumulus. &lt;br /&gt;
*OR if Cumulus was unable to read observations from your station during that day, but can today. &lt;br /&gt;
**You can try the same cure, but may not be able to recover the lost information in this case.&lt;br /&gt;
&lt;br /&gt;
== Why do I have some unexpected zero figures? ==&lt;br /&gt;
&lt;br /&gt;
Cumulus may not be able to update some values/extremes, leaving them at zero, if:&lt;br /&gt;
*EITHER you are allowing your PC to go into sleep/standby while Cumulus is running,&lt;br /&gt;
*OR you have more than one copy of Cumulus attempting to interrogate the same weather station,&lt;br /&gt;
*OR you are closing Cumulus down very close to before/after roll-over (the latter is a restriction due to the way the processing of logger data works).&lt;br /&gt;
&lt;br /&gt;
== I’ve ‘zoomed’ a graph, how do I get it back to full size?  ==&lt;br /&gt;
&lt;br /&gt;
Drag from lower right to upper left.&lt;br /&gt;
&lt;br /&gt;
== Cumulus won&#039;t read the data from my station  ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CUMULUS RUNNING&#039;&#039;&#039;&lt;br /&gt;
If you have one of the Fine Offset clones, make sure you have configured your relative pressure correctly. If Cumulus finds an &#039;impossible&#039; value, it will ignore all data from your station.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CUMULUS RE-STARTED&#039;&#039;&#039;&lt;br /&gt;
If Cumulus does not read catch-up data from the station logger:&lt;br /&gt;
#Your station type may not have a logger, if so Cumulus cannot read anything from station while software was not running.&lt;br /&gt;
#There is a bug in the Davis DLL (Dynamic-Link Library) that Cumulus 1.x.x uses, where it never downloads the last archive record; so if there is only one to download (compare how long Cumulus was stopped with logging interval on your Davis station), it doesn&#039;t get any at all. (See [[#Cumulus_takes_a_long_time_to_download_the_data_from_my_Davis_station_at_start_up|here]] for opposite problem). Cure this by ensuring if you stop Cumulus you either leave it stopped for less than Davis logging interval time, or don&#039;t restart until after at least 2 logging intervals.&lt;br /&gt;
#You have not selected &amp;quot;&#039;&#039;&#039;Use data logger&#039;&#039;&#039;&amp;quot; in the &#039;&#039;Settings&#039;&#039; section of the &#039;&#039;&#039;Station settings&#039;&#039;&#039; screen accessed from &#039;&#039;Configuration&#039;&#039;  menu. Correct this:&lt;br /&gt;
##Stop Cumulus after changing this setting&lt;br /&gt;
##Look in &#039;&#039;Cumulus\backup&#039;&#039; folder (or its &#039;&#039;daily&#039;&#039; sub-folder) for a folder of .ini files prior to the problem, copy all those files to overwrite the ones in &#039;&#039;Cumulus\data&#039;&#039; folder&lt;br /&gt;
##Re-start Cumulus, it should use revised start date/time, and read the station logger for the whole re-wind period&lt;br /&gt;
#If there is another problem, read the instructions accessed from &amp;quot;Please click here before posting&amp;quot; at the top of the support forum page including the request to zip up the contents of the &#039;&#039;Cumulus\diags&#039;&#039; folder when asking for such support.&lt;br /&gt;
&lt;br /&gt;
== Cumulus read some invalid figures from my station ==&lt;br /&gt;
If you have:&lt;br /&gt;
*just started using Cumulus, &lt;br /&gt;
*just re-started Cumulus and you are only getting bad data when you start Cumulus up (i.e. when it is using archive data from the station logger),&lt;br /&gt;
*or you have just changed some settings,&lt;br /&gt;
... check you have the correct station type selected (see the Cumulus &#039;&#039;Help&#039;&#039; for the settings screen).&lt;br /&gt;
&lt;br /&gt;
Choosing the wrong station type means individual items of information are not correctly assigned to weather parameters.  Cumulus knows what is at what location for each station type. &lt;br /&gt;
*Is the information &#039;&#039;correct on the station console&#039;&#039; (i.e. not a fault with a sensor), but incorrectly displayed on Cumulus screen (i.e. transfer problem)? &lt;br /&gt;
Check all your settings on Cumulus, or see [[#Cumulus_won.27t_read_the_data_from_my_station|previous question]].&lt;br /&gt;
*If the &#039;&#039;station itself shows incorrect figures&#039;&#039;, a sensor may have a problem (mechanical or electrical failure, obstruction by animal activity) or a battery may need replacing.&lt;br /&gt;
Over successive versions of Cumulus more and more code has been incorporated to deal with the way some stations are prone to reporting rogue readings.&lt;br /&gt;
*Ensure you are using the latest Cumulus build, if you are using an old version you will not have any enhancements made since the earlier build that might improve the way Cumulus reads from your station type.&lt;br /&gt;
In general, if Cumulus 1.x.x identifies an odd value it will reuse the last good value instead, assuming that the problem will either right itself, or be spotted and dealt with quickly.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fine Offset stations&#039;&#039;&#039; are prone to reporting the odd non-sensical value, and Cumulus has the ability to compare successive readings:&lt;br /&gt;
*From the &#039;&#039;&#039;Configuration&#039;&#039;&#039; menu select [[Cumulus_Screenshots#Configuration_Menu_Screens|&#039;&#039;Calibration&#039;&#039;]] and in the &#039;&#039;&#039;Spike removal&#039;&#039;&#039; frame you can specify &amp;quot;the maximum &#039;&#039;&#039;differences&#039;&#039;&#039; between successive values&amp;quot; that Cumulus is to tolerate. See the &#039;&#039;&#039;Help&#039;&#039;&#039; for that screen, and note that spike removal applies while Cumulus is running, not to catch-up readings from the station&#039;s logger. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Possible Cure:&#039;&#039;&#039;&lt;br /&gt;
The purpose of the backup files is to allow Cumulus to be &#039;rewound&#039; to a particular point in time.  It simulates the situation where someone had closed Cumulus down at that point, and is only now starting it up again, and needs data to be downloaded from the station&#039;s logger to catch up to the present time. Obviously this cure will not work if your station type does not have a logger (one is needed for Cumulus to read old readings again).&lt;br /&gt;
*If you have only installed Cumulus a few days ago, or have just re-started Cumulus after it was stopped and encounter multiple &#039;&#039;rogue readings in the catch-up from the station logger&#039;&#039;; &#039;&#039;&#039;one possibility&#039;&#039;&#039; is to stop Cumulus and find the backup files that it took when you started it up (or just after the previous roll-over time), copy those files into the data folder, overwriting the ones that are there, then when you start it up again it could sort itself out.&lt;br /&gt;
The [[Diags]] log often contains useful information for sorting out what has been read, which values have been ignored, and which highs or lows may have been updated incorrectly. Note that automatic backups are made just after roll-over time because restarting Cumulus when there are no logger records to read before roll-over has been known to cause problems. Therefore, the backup to choose might be one with the date before when the problem occured, but remember that any calculations Cumulus makes are based on readings at least every minute when Cumulus is running, but for the catch up period such calculations can only use the readings available at your station&#039;s logging interval. Note if you choose a later backup and it does not work, you can always then repeat the &#039;rewind&#039; with a earlier backup.&lt;br /&gt;
&lt;br /&gt;
== I get very large amounts of rainfall shown, or other high readings ==&lt;br /&gt;
&lt;br /&gt;
Fine Offset stations have a habit of producing unbelievable readings, and Cumulus filters many of these out automatically. You can also use the &#039;spike removal&#039; settings on the calibration page, and Cumulus will then filter out large changes in readings. Please read the help for how to use these settings. Another possible explanation is that you have chosen the wrong station type in the Cumulus station settings. You should only select the &amp;quot;Fine Offset with UV/Light sensor&amp;quot; type if your station actually has SENSORS for these. Your station may have solar CHARGING, but this is not the same as having a solar SENSOR, and so you should choose the &amp;quot;Fine Offset (WH1080 etc)&amp;quot; type. Typically, stations which do have solar SENSORS have a model number which starts with a &#039;3&#039;, e.g. WS3080, and stations without solar sensors start with a &#039;1&#039; or &#039;2&#039;. Selecting the wrong type of station will cause Cumulus to misinterpret the logger data read from the station and hence incorrect readings will result.&lt;br /&gt;
&lt;br /&gt;
== My station invented some rain that didn&#039;t really occur, and I want to set it to zero (or some other figure)  ==&lt;br /&gt;
&lt;br /&gt;
Cumulus does include some code to try to ignore some obvious rain errors. For example, if the station reports negative rain, Cumulus will normally ignore that, but if for 6 consecutive readings the rain cumulative count stays below what it was before, Cumulus will normally accept the new count as a new starting point. Because many positive values are realistic (see sub-answers), Cumulus generally will accept those as a result of accidental knocking of a tipping bucket gauge, due to wind effects on the gauge, or even due to the station electronics generating a rogue reading.&lt;br /&gt;
=== (Invented rain) Error in today&#039;s total===&lt;br /&gt;
#correct today&#039;s total using the &#039;today&#039;s rain&#039; editor on the edit menu.&lt;br /&gt;
#optionally stop Cumulus and edit [[today.ini]] to change the &#039;&#039;LastTip=&#039;&#039;(look up previous value in a recently backed up today.ini) parameter.&lt;br /&gt;
#Remember that &#039;ConsecutiveDryDays&#039; and &#039;ConsecutiveWetDays&#039; do not include today.&lt;br /&gt;
&lt;br /&gt;
=== (Invented rain) Error in yesterday&#039;s total ===&lt;br /&gt;
#edit the total for the relevant day in dayfile.txt, using the dayfile.txt editor on the edit menu.&lt;br /&gt;
#optionally edit yesterday&#039;s total (which is only held temporarily for display purposes) in [[today.ini]], while Cumulus is stopped.&lt;br /&gt;
=== (Invented rain) Error in total or high rainfall rate for any day before today ===&lt;br /&gt;
Just edit the total or rate for the relevant day in dayfile.txt, using the [[Cumulus_Screenshots#File.2FEdit.2FHelp_Menu|dayfile.txt]] editor on the edit menu.&lt;br /&gt;
&lt;br /&gt;
=== (Invented rain) Error in total, or extremes, for this month and/or this year ===&lt;br /&gt;
See next FAQ. Once you have corrected the daily totals (or high rainfall rates) in dayfile.txt, you can use the editors (on the edit menu) for &#039;This Month&#039; and &#039;This Year&#039; to fetch the corrected values from dayfile.txt (or enter figures manually).&lt;br /&gt;
&lt;br /&gt;
=== (Invented rain) Error in all-time records ===&lt;br /&gt;
See [[#How_do_I_correct_my_all-time_.28or_monthly_all-time.29_records.3F |this FAQ]].&lt;br /&gt;
&lt;br /&gt;
To see the previous value for all-time records see [[Alltimelog.txt]]. If your all-time records, or month-by-month all-time records have been affected, you can use the built-in editors. These can fetch the correct values once you have corrected dayfile.txt.&lt;br /&gt;
&lt;br /&gt;
===  (Invented rain and) Other rain figures ===&lt;br /&gt;
Note that other rain figures, such as &#039;rain last hour&#039; and &#039;rain last 24 hours&#039; depend on a sensible progression of the rain counter, so it&#039;s not easy to correct this; it&#039;s easier to wait until the erroneous figure is far enough in the past so as not to affect the calculation. If you really do want to try to correct it; you would need to stop Cumulus, then find and edit multiple field 11 (assuming date is field 0) the Cumulus &#039;rain counter&#039; values in the [[monthly_log_files]] in the current monthly log file so they are correct relative to the current value of the rain counter (i.e. the latest one logged).&lt;br /&gt;
&lt;br /&gt;
===  (Invented rain) Error prevention by Spike removal ===&lt;br /&gt;
#It is better to try to avoid spurious rain being recorded in the first place.&lt;br /&gt;
#Cumulus attempts to ignore large increases in the rain total automatically, and is quite often successful.&lt;br /&gt;
#For &#039;hourly rain&#039; and &#039;rain rate&#039;, you can set &#039;spike removal&#039; settings on the calibration settings screen. The value you set here, is the maximum change allowed between successive observations. Rain Rate corrections apply only to Fine Offset and La Crosse stations (which are known to occasionally produce faulty rain readings).&lt;br /&gt;
&lt;br /&gt;
===  (Invented rain) More information ===&lt;br /&gt;
There is more information about correcting rogue data elsewhere in the Wiki, in the pages about the [[:Category:Log_Files|log files]].&lt;br /&gt;
&lt;br /&gt;
== My monthly and/or annual rainfall totals are wrong  ==&lt;br /&gt;
&lt;br /&gt;
Cumulus calculates these when it is restarted, holds the values within memory, and increments them as required while it is running. This FAQ in the previous section [[#Where_does_Cumulus_get_its_this_month_and_this_year_rainfall_totals_from.3F]] has a concise description of how Cumulus calculates these figures.&lt;br /&gt;
&lt;br /&gt;
* The rainfall total shown on the &#039;&#039;This month&#039;&#039; screen within the &#039;&#039;&#039;View&#039;&#039;&#039; menu, is calculated from summing [[dayfile.txt]] totals for a selected month, and so for the default current month will exclude the current meteorological day.  The rainfall total for today so far is added for the web tag &#039;&#039;&amp;lt;#rmonth&amp;gt;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
* The rainfall total shown on the &#039;&#039;This year&#039;&#039;  screen within the &#039;&#039;&#039;View&#039;&#039;&#039; menu, is calculated from summing totals in dayfile.txt for a selected calendar year. For the default current year, it will exclude the current meteorological day.&lt;br /&gt;
&lt;br /&gt;
* The rainfall total reported by the &#039;&#039;&amp;lt;#ryear&amp;gt;&#039;&#039; web tag is for the rainfall season to date, it is calculated from taking today&#039;s rain and then adding the sum of the totals in dayfile.txt starting with the first (meteorological) day of the month specified in the &#039;rainfall season&#039; frame on the &#039;&#039;station settings&#039;&#039; screen within the &#039;&#039;&#039;Configuration&#039;&#039;&#039; menu, until the end of dayfile.txt is reached. So check you have specified the right starting month there before deciding the rainfall total shown is wrong. &lt;br /&gt;
&lt;br /&gt;
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 also on the [[Cumulus_Screenshots#Station|Station Configuration screen]].  Make sure you specify the first Cumulus operating year here, otherwise the extra will be added to the annual total for the wrong year!&lt;br /&gt;
&lt;br /&gt;
See immediately preceding FAQ [[#My_station_invented_some_rain_that_didn.27t_really_occur.2C_and_I_want_to_set_it_to_zero_.28or_some_other_figure.29 |correcting rainfall]]  for how to correct errors in total for particular days and how to correct the high extremes for the various periods.&lt;br /&gt;
&lt;br /&gt;
In all cases then restart Cumulus to get the monthly and annual totals recalculated from correct daily totals. &lt;br /&gt;
&lt;br /&gt;
If you need to correct within day values for trend graphs as well as the longer period totals, provided you know roughly when the rogue rainfall was recorded, find (and edit) it in the [[monthly_log_files]], field 11 (assuming date is field 0) is the count used to derive other parameters.&lt;br /&gt;
&lt;br /&gt;
== The ‘gust’ line has disappeared from my graph  ==&lt;br /&gt;
&lt;br /&gt;
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. Depending on your weather station type, there are a few things you could try, to improve things. Decrease your station&#039;s logger interval, and if you have Cumulus calculating the wind speed average and you have a Fine Offset station, set &#039;Use speed for avg calculation&#039;.&lt;br /&gt;
&lt;br /&gt;
== My ‘gust’ values are the same as my ‘average’ wind speed values.  ==&lt;br /&gt;
&lt;br /&gt;
As above, you probably have Cumulus set to calculate a 10-minute average, and your station logger period is 10 minutes or longer, so your gust comes out the same as the average when using data from the logger. See the previous FAQ for suggestions on how to improve this.&lt;br /&gt;
&lt;br /&gt;
== I’ve just installed Cumulus, and it didn’t download all the old data from my weather station  ==&lt;br /&gt;
&lt;br /&gt;
Cumulus deliberately doesn’t attempt to download any data from before the point when you first run it. If you wish, although this isn&#039;t recommended, 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 (you will need to have run it at least once previously). Note that if you do this, it is at your own risk, and you will need to sort out any issues which may arise yourself.&lt;br /&gt;
&lt;br /&gt;
If you do this, you will probably need to edit your log files in the &#039;&#039;&#039;data&#039;&#039;&#039; folder as you may have duplicate entries and/or entries out of order. Your rain totals will almost certainly also be wrong - the total for &amp;quot;today&amp;quot; in particular. See the [[FAQ#My_station_invented_some_rain_that_didn.27t_really_occur.2C_and_I_want_to_set_it_to_zero_.28or_some_other_figure.29 |FAQ]] entry about correcting rainfall data. If you have only just started using Cumulus, you could delete all of the files in the data folder, and just create a simple today.ini as below. Then when you start Cumulus it will start again with just the data from the station&#039;s logger.&lt;br /&gt;
&lt;br /&gt;
Note that this method does not work for the Oregon WMR200 station. This station deletes logger entries when they are downloaded, and there is no mechanism for retrieving logger entries for a particular period - it just sends all the entries that it has. You may be able to circumvent this by creating a today.ini file in the data folder before you run Cumulus, with just this in it:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[General]&lt;br /&gt;
Date=10/04/2012&lt;br /&gt;
Timestamp=10/04/2012 10:00:00&lt;br /&gt;
CurrentYear=2012&lt;br /&gt;
CurrentMonth=4&lt;br /&gt;
CurrentDay=10&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Change the dates and time to match the point from which you want Cumulus to start downloading data. If the station has already sent the data, this may not work, unfortunately.&lt;br /&gt;
&lt;br /&gt;
If you stored data from your weather station (on another file-based system) before you first ran Cumulus, then you may be able to (using a text editor outside Cumulus) generate [[Monthly log files]] for the pre-Cumulus period.  See that Wiki article for more information on what you can then do with those files within Cumulus.&lt;br /&gt;
&lt;br /&gt;
== I have inserted pre-Cumulus data and now I get errors ==&lt;br /&gt;
&lt;br /&gt;
Probably some of your inserts used the wrong format (blank rows, fields with real numbers where integers expected, alternatively missing or duplicated fields). See [[:Category:Log_Files]]. Note that Cumulus will only flag errors in the log files that it reads (e.g. those relating to the period for which it displays trends graphs).  Check all the log files you have amended.&lt;br /&gt;
&lt;br /&gt;
== I have inserted pre-Cumulus data making &#039;Records began on&#039; date wrong ==&lt;br /&gt;
&lt;br /&gt;
Stop Cumulus and edit [[Cumulus.ini#Section:_Station | cumulus.ini (station section)]] within the main Cumulus folder. Change the &amp;quot;StartDate=&amp;quot; line. Be sure to use the same format for the date.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note&#039;&#039;&#039; &#039;&#039;StartDate=xxxx&#039;&#039; does &#039;&#039;not&#039;&#039; need to be updated for Cumulus to recognise earlier data in log files in its &#039;&#039;data&#039;&#039; subfolder.  &lt;br /&gt;
&lt;br /&gt;
It really represents &amp;quot;Cumulus began on&amp;quot;, so there is an alternative of leaving cumulus.ini unchanged, but editing default Cumulus &#039;&#039;recordsT.htm&#039;&#039; template twice:&lt;br /&gt;
*after the h2 heading is &#039;&#039;&amp;amp;lt;p&amp;amp;gt;Records began on &amp;lt;#recordsbegandate&amp;gt;. Here are the extremes recorded since then.&amp;amp;lt;/p&amp;amp;gt;&#039;&#039;;  you can replace &#039;&amp;lt;#recordsbegandate&amp;gt;&#039; with the new earliest date typed in as text; and&lt;br /&gt;
*at the start of the table is the &#039;&#039;&amp;amp;lt;caption&amp;amp;gt;Records Since &amp;lt;#recordsbegandate&amp;gt;&amp;amp;lt;/caption&amp;amp;gt;&#039;&#039;; replace the label &amp;quot;Records since&amp;quot; with &amp;quot;Cumulus began on&amp;quot; leaving the web tag unchanged.&lt;br /&gt;
&lt;br /&gt;
== Cumulus doesn’t show the same pressure as my Fine Offset console  ==&lt;br /&gt;
&lt;br /&gt;
Cumulus displays atmospheric pressure corrected to sea level. The console calls this ‘relative pressure’; it displays the letters &amp;quot;rel&amp;quot; when this is being displayed.  First of all, check&lt;br /&gt;
# that you are comparing the Cumulus display with the ‘relative’ pressure on your console,&lt;br /&gt;
# that only one copy of Cumulus is accessing the weather station (and no other software),&lt;br /&gt;
# that you do not have a &#039;EWpressureoffset=x.y&#039; line in the [Station] section of [[Cumulus.ini#Introduced_for_problems_with_Fine_Offset_family:| cumulus.ini]],&lt;br /&gt;
# and that you do not have a setting for pressure on the Cumulus calibration screen.&lt;br /&gt;
&lt;br /&gt;
The Fine Offset stations only store absolute/station pressure readings in their weather memory locations updated with each transmission and read by Cumulus. Within Cumulus, the software applies the adjustment to sea level before any further processing. It does &#039;&#039;not&#039;&#039; use the altitude setting in the cumulus station configuration screen.&lt;br /&gt;
Normally when Cumulus starts, it reads in [http://www.jim-easterbrook.me.uk/weather/mm/ the fixed block] in the console a pair of absolute/station pressure and relative/sea level pressure readings and uses the difference between these as the ‘offset’ in millibar for the station;  Cumulus uses this offset subsequently to calculate the sea level pressure (each time when reading the absolute pressure in the weather memory locations of the station), but it is possible to define the offset in cumulus.ini instead. &lt;br /&gt;
&lt;br /&gt;
Make sure that you have set your console&#039;s relative pressure correctly:&lt;br /&gt;
*for a push button operated model, press &#039;menu&#039; key 4 times for pressure mode, press &#039;enter&#039; to move to relative pressure setting, press &#039;up&#039; or &#039;down&#039; to adjust value.&lt;br /&gt;
*if your model uses a touch sensitive screen then it is probably tap the reading three times, then touch &#039;+&#039; or &#039;-&#039; to adjust value.&lt;br /&gt;
&lt;br /&gt;
The support forum includes discussion on where to find isobar charts or other sources to determine what the pressure should be.  Obviously after any adjustment you need to stop Cumulus, because it is when you restart it that Cumulus reads the new pressure offset.&lt;br /&gt;
&lt;br /&gt;
Sometimes the offset that cumulus reads from the fixed block is clearly garbage, so&lt;br /&gt;
# the cumulus error light is set,&lt;br /&gt;
# an error message suggests you check the station, and&lt;br /&gt;
# Cumulus uses zero offset instead as a best effort.&lt;br /&gt;
In this situation, Cumulus will display the same value as the &#039;absolute&#039; pressure on the console (no &amp;quot;rel&amp;quot; is displayed on the console when it is displaying absolute pressure). Often, if you restart Cumulus, it will then be able to read the correct value. If the problem happens often, you can circumvent it by editing cumulus.ini (while Cumulus is stopped), and in the [Station] section add an entry: &lt;br /&gt;
&lt;br /&gt;
 EWpressureoffset=x.y&lt;br /&gt;
&lt;br /&gt;
where x.y is your pressure offset. &#039;&#039;&#039;Cumulus will then use this instead of reading the fixed block offset from the station&#039;&#039;&#039;.  &lt;br /&gt;
&#039;&#039;&#039;Note&#039;&#039;&#039; that &#039;&#039;you must supply the offset in hPa&#039;&#039; (i.e. the millibar units that the station works with) and that this circumvention generally stops Cumulus from agreeing with the relative pressure displayed on the console.&lt;br /&gt;
&lt;br /&gt;
== My pressure suddenly dropped! Or suddenly increased!  ==&lt;br /&gt;
&lt;br /&gt;
If you have a Fine Offset station, and this happened when you (re)started Cumulus, it is quite likely a problem with reading the pressure &#039;offset&#039; from the station. See: &amp;quot;Cumulus doesn’t show the same pressure as my Fine Offset console&amp;quot; above.&lt;br /&gt;
&lt;br /&gt;
== I get an error when I try to view my all-time records. Also, they don’t appear on my web site  ==&lt;br /&gt;
&lt;br /&gt;
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. &lt;br /&gt;
&lt;br /&gt;
== I get an error when I close Cumulus  ==&lt;br /&gt;
&lt;br /&gt;
Cumulus does sometimes report an error when you close it. This does not appear to cause any problems, you can just close the error message. I don&#039;t seem to be able to do anything about this, as the &#039;crash&#039; is not in code that I have control over. You may be able to avoid this error by avoiding closing Cumulus while it is uploading to the internet. Please don&#039;t bother sending me a bug report about this. &lt;br /&gt;
&lt;br /&gt;
== My forecast says &amp;quot;Not available&amp;quot;  ==&lt;br /&gt;
&lt;br /&gt;
You can get Cumulus to create a simple forecast by selecting &#039;Cumulus Forecast&#039; on the Stations Settings screen. &lt;br /&gt;
&lt;br /&gt;
== My forecast always says &amp;quot;Exceptional Weather, Stormy, much precipitation&amp;quot;  ==&lt;br /&gt;
&lt;br /&gt;
You probably have incorrect Pressure Extreme settings in the Forecast section on the Station Settings window. Make sure that the values you have supplied match the units you have selected for the extremes. Note that the units for the extremes are not related to the units you have chosen for pressure display in Cumulus. The option of supplying mb/hPa or inHg for the extremes is merely a convenience; you can supply either, but the values and the units must of course match.&lt;br /&gt;
&lt;br /&gt;
== My computer hibernated/suspended, and I lost data/my graphs &#039;flat-lined&#039;  ==&lt;br /&gt;
&lt;br /&gt;
Cumulus can&#039;t cope with being suspended, it just carries on as normal after being woken. There is an option in the station settings to &#039;close on suspend&#039;, so Cumulus will close itself as a safety measure, if you forget to do it manually. Don&#039;t use the &#039;close on suspend&#039; option and the &#039;confirm shutdown&#039; option at the same time; this will cause problems. &lt;br /&gt;
&lt;br /&gt;
But I strongly recommend that you don&#039;t have your computer set to go into any form of standby while Cumulus is running - it&#039;s continuously gathering real-time data, after all, so it&#039;s a rather strange thing to do. &lt;br /&gt;
&lt;br /&gt;
== My heat index/humidex/wind chill is the same as my temperature  ==&lt;br /&gt;
&lt;br /&gt;
*Wind chill only applies when the average wind speed is above 4.8 kph &#039;&#039;&#039;and&#039;&#039;&#039; (by default in Cumulus as it should really always be set, but this is an option that can be unset) the temperature is below 10 degrees Celsius.  &lt;br /&gt;
*Heat index only applies when the temperature is above 27 degrees Celsius &#039;&#039;&#039;and&#039;&#039;&#039; the humidity is above 40%. &lt;br /&gt;
* Humidex does not have any &#039;cutoff&#039; values, but at low temperature and/or humidity it will give the same figure as ambient temperature.&lt;br /&gt;
&lt;br /&gt;
If heat index or wind chill is not applicable, Cumulus will set them the same as the ambient temperature.&lt;br /&gt;
&lt;br /&gt;
== Cumulus is showing a different wind speed compared to my console  ==&lt;br /&gt;
&lt;br /&gt;
You have probably misunderstood Cumulus processing of wind speeds, looking at different parameters, or different averaging periods.&lt;br /&gt;
*If you have a Davis weather station see [[#What_do_the_various_wind_speeds_in_Cumulus_correspond_to.2C_with_Davis_stations.3F]]&lt;br /&gt;
*If you have a Fine Offset station, see [[#What_do_the_various_wind_speeds_in_Cumulus_correspond_to.2C_with_Fine_Offset_stations.3F]] &lt;br /&gt;
* For Oregon Scientific and La Crosse stations see [[#How_do_I_set_up_recording_wind_speeds_in_Cumulus.2C_with_Oregon_Scientific_and_La_Crosse_stations]]&lt;br /&gt;
&lt;br /&gt;
Note that you can&#039;t compare the graphs drawn by Easyweather and Cumulus unless you are certain that they are plotting the same data. They can&#039;t both be running at the same time, so one would normally be plotting &#039;live&#039; data at a given interval, and the other will be plotting data downloaded from the station&#039;s logger. The wind speed will hence not normally be the same for a particular time on the graph as it may well have changed at the point that it is saved to the logger. The only situation where it &#039;&#039;would&#039;&#039; be valid to compare the graphs would be if neither were running at the times you are comparing, and both subsequently downloaded the same data from the logger.&lt;br /&gt;
&lt;br /&gt;
== I get error -32710 with Cumulus and my USB Davis station  ==&lt;br /&gt;
&lt;br /&gt;
The USB support in the Davis DLL which Cumulus uses doesn&#039;t seem to work. You need to use the CP210X USB/serial software which Davis supply, and use the station in serial mode. If you have previously been using your station with Weatherlink in USB mode, you will need to change to serial mode in Weatherlink before you can use the station with Cumulus. You can do this using [http://www.davisnet.com/support/weather/download/CP210X_USB_Serial_Converter_ver2.exe this utility from Davis]. See also this FAQ entry - http://wiki.sandaysoft.com/a/FAQ#How_do_I_get_my_Davis_station_with_USB_working_with_Cumulus.3F&lt;br /&gt;
&lt;br /&gt;
== When I start Cumulus, the graphs restart again each time and don&#039;t show the earlier data  ==&lt;br /&gt;
&lt;br /&gt;
You probably have an error in one or more data files. Look near the beginning of the latest file in the Diags folder for an error message which will tell you which file is in error and which line is causing the problem. It may simply be a blank line. Edit the file with Cumulus stopped. Note that you may need to repeat this process; only the first error is shown.&lt;br /&gt;
&lt;br /&gt;
This problem can also occur if you change your system format settings (date format, decimal and list separators etc). Again, check the diags file for a message about a number not being a valid floating point value.&lt;br /&gt;
&lt;br /&gt;
== The peak values on my graphs are not the same as my extreme values  ==&lt;br /&gt;
&lt;br /&gt;
The graphs are snapshots of the data, taken once a minute while Cumulus is running; it is not feasible to plot every data point. If the extreme value did not coincide exactly with the point at which the data was added to the graph, then it will not appear on the graph. The graphs are not intended to show all of the highs and lows, they are there to give an idea of the trends. This also applies to &#039;Select-A-Graph&#039;, which takes its data from the data logs; the highs and lows do not necessarily appear in the periodic data logs.&lt;br /&gt;
&lt;br /&gt;
This is most noticeable with wind gusts, the value of which can change rapidly, even over a period of a minute. The &#039;Plot latest gust&#039; setting causes the &#039;Latest&#039; figure (as shown on the main screen) to be plotted. What this figure represents exactly depends on your weather station type. This figure may vary rapidly, e.g. on Davis stations, it changes every 3 seconds or so. The graphs are plotted once a minute, and hence, with Davis stations, for example, there is approximately a one in 20 chance of any given &#039;latest&#039; figure actually being plotted.&lt;br /&gt;
&lt;br /&gt;
Cumulus also stores the peak value of the &#039;latest&#039; figure from the last 10 minutes. It calls this the &#039;gust&#039;, as this is a reasonable representation of a true &#039;gust&#039; figure. If you untick &#039;plot latest gust&#039;, it will plot this figure instead. As it contains the peak figure from the last 10 minutes, and the graph is plotted once a minute, plotting this value means that the high gust figure will always appear on the graph. The exception to this is with Davis stations, in the situation where the &#039;high gust&#039; figure has been read directly (as a way of ensuring that the high gust isn&#039;t missed) rather than by the usual reading of the current data. In this case, the gust is recorded as the high, but is not written to the current value, and hence does not appear on the graph, as it may be out of sequence with the current data.&lt;br /&gt;
&lt;br /&gt;
== My extreme values do not appear in the &#039;monthly&#039; data logs  ==&lt;br /&gt;
&lt;br /&gt;
The data logs are snapshots of the data, taken at the configured interval while Cumulus is running (or at the station&#039;s configured interval when data is read from the station&#039;s logger directly into the Cumulus monthly log). Cumulus, while it is running, reads the station frequently, detecting each change in observations, and can update extremes at each of these reading times.&lt;br /&gt;
&lt;br /&gt;
If the extreme value reading time did not immediately precede a time at which the data was logged, then it will not appear in the log. This is most noticeable with wind gusts, the value of which can change rapidly between log entries.&lt;br /&gt;
&lt;br /&gt;
Cumulus is designed to be kept running, if you only run it once a day, then the information it reads from the station&#039;s logger during catch up may miss extremes. For example &#039;&#039;when Cumulus reads the archive temperatures from a Davis station&#039;&#039;,  (in a compromise to allow Cumulus to have as much code as possible that is common to all weather station types) the design means that it ignores the first and second figures representing highest and lowest reported at each logged time, just reading the third figure that, depending on console configuration, is either the average value over the archive period or the final reading of the archive period (I don&#039;t know what the default is).&lt;br /&gt;
&lt;br /&gt;
== Cumulus takes a long time to download the data from my Davis station at start up  ==&lt;br /&gt;
&lt;br /&gt;
When Cumulus starts, it asks the station for all the data from the logger since the last time it was running. If the time-stamp that it supplies does not exactly match the time-stamp of an entry in the Davis logger, the station has a strange &#039;feature&#039; where it decides to send the entire contents of the logger. This will take some time to download, during which the Davis console display may appear to freeze. &lt;br /&gt;
#It is recommended that you enable the feature &#039;&#039;&#039;Synchronise station clock&#039;&#039;&#039; in the &#039;Settings&#039; block accessed from the &#039;&#039;Configuration&#039;&#039; menu  &#039;&#039;&#039;Station&#039;&#039;&#039; [[Cumulus_Screenshots#Station|Screen]].&lt;br /&gt;
#It is recommended that you set the logging interval in Cumulus (in the &#039;Data log interval&#039; block accessed from the &#039;&#039;Configuration&#039;&#039; menu  &#039;&#039;&#039;Station&#039;&#039;&#039; Screen) to the same interval as the station (the station interval can be changed using Weatherlink), then Cumulus will be able to make sure it uses a time-stamp that matches an entry in the logger. Note that this is mentioned in the &#039;&#039;&#039;readme.txt&#039;&#039;&#039; file that appears during the Cumulus installation, which you were asked to read at the time. If you didn&#039;t read it, it is strongly recommended that you do so now; it contains important information.&lt;br /&gt;
&lt;br /&gt;
== My Davis console clock is not exactly the same as my PC clock, but I have &amp;quot;Synchronise station clock&amp;quot; selected ==&lt;br /&gt;
&lt;br /&gt;
The Davis protocol only allows hours and minutes to be set, so there is always likely to be a difference of up to 60 seconds between the PC and the station.&lt;br /&gt;
&lt;br /&gt;
== Today is the shortest/longest day, but Cumulus says that tomorrow will be a few seconds shorter/longer  ==&lt;br /&gt;
&lt;br /&gt;
The routines I use to calculate (at midnight GMT) the length of the day aren&#039;t really suitable for this level of accuracy and may use the previous day in one parameter. I don&#039;t consider it an issue.&lt;br /&gt;
&lt;br /&gt;
== Cumulus got the forecast wrong!  ==&lt;br /&gt;
&lt;br /&gt;
Cumulus uses a forecast based on the Zambretti Forecaster (see Google). I didn&#039;t design the algorithm myself and to be honest I don&#039;t know how it works, so I can&#039;t answer any questions about it. Note that this is a &#039;forecast&#039; for the following 12 hours or so; it is not a &#039;nowcast&#039; (what the weather is doing now). Please regard the forecast as &#039;for entertainment purposes only&#039;. Do not base any decisions on it, and bear in mind that it is a very simple calculation based on only a few basic parameters. Some people get reasonable results, others do not. You can try tweaking the pressure extreme settings (in the Forecast section in the station settings), but don&#039;t expect the forecast to be as good as that provided by the weather agencies which have invested millions in their forecasting systems.&lt;br /&gt;
&lt;br /&gt;
== I only see one set of points on the wind direction graph  ==&lt;br /&gt;
&lt;br /&gt;
This happens just after you restart Cumulus, if the data came from the weather station&#039;s logger (i.e. Cumulus hasn&#039;t been running for a while). Weather stations only supply a &#039;current&#039; direction, and Cumulus calculates the average direction when running &#039;live&#039;.  So there is only one set of data available to be plotted, if it comes from the station logger.&lt;br /&gt;
&lt;br /&gt;
== My average wind bearing remains at zero ==&lt;br /&gt;
&lt;br /&gt;
Cumulus will always show zero average bearing when the average wind speed is zero (it can&#039;t be otherwise because it&#039;s calculated using the wind speed). In addition, it will show zero current bearing when the current wind speed is zero if you have &#039;&#039;use bearing zero when calm&#039;&#039; selected in the [[Cumulus_Screenshots#Station|station]] settings (accessible from &#039;&#039;&#039;Configuration&#039;&#039;&#039; menu).&lt;br /&gt;
&lt;br /&gt;
This also happens if your anemonmeter has a fault.&lt;br /&gt;
&lt;br /&gt;
== My graphs appear to be plotted less frequently just after Cumulus starts up  ==&lt;br /&gt;
&lt;br /&gt;
When running live, Cumulus plots data at 1-minute intervals. When it starts up, it pre-fills the graphs with data from the log files, which generally (depending on how you have Cumulus and your station configured) will be at less frequent intervals. &lt;br /&gt;
&lt;br /&gt;
== I closed Cumulus, the &#039;please wait&#039; form appeared, but Cumulus didn&#039;t close, even after several minutes  ==&lt;br /&gt;
&lt;br /&gt;
If you&#039;ve closed Cumulus shortly after it has downloaded a lot of data from the logger, it can take a while for the logging thread to get everything written away to disk, and Cumulus won&#039;t close until this has completed. However, in some circumstances, there seems to be a situation where Cumulus will never close, so you will need to close it with task manager. If you think you know what conditions cause this to happen, please let me know. &lt;br /&gt;
&lt;br /&gt;
== Cumulus isn&#039;t logging data at the interval that I set  ==&lt;br /&gt;
&lt;br /&gt;
It logs data at the interval you have configured, while it is running. If there is data to read from the station logger at start up, each logger entry is logged to the Cumulus log files, so those entries will be at the logger interval that you have configured in your station.&lt;br /&gt;
&lt;br /&gt;
== Cumulus takes a very long time to shut down ==&lt;br /&gt;
&lt;br /&gt;
You may have closed it very soon after starting it up, when it had a lot of data to download from the station logger, and you use Weather Underground. From version 1.9.1  there is a facility where it &#039;catches up&#039; with data that hasn&#039;t been uploaded to Weather Underground while it hasn&#039;t been running. This takes a little while, and if you close it while it is doing it, it will take a long time for all of the updates to time out. You need to give it sufficient time to finish the upload. From version 1.9.2, there is a &#039;catch up&#039; light which shows that the upload is taking place, and the &#039;catch up&#039; is optional&#039;; and it will abort much more quickly if you still close it while the catch up is taking place. &lt;br /&gt;
&lt;br /&gt;
== My temperature Min/Max/Avg graph is empty ==&lt;br /&gt;
&lt;br /&gt;
The most likely explanation is that you have only recently started running Cumulus (in the last day or two). It adds new values to this graph at the end of each day; it wouldn&#039;t make sense to add a value part of the way through the day, and you need a few points to be plotted before the graph starts to take shape. You need to wait until you have been running Cumulus for a few days.&lt;br /&gt;
&lt;br /&gt;
If you&#039;ve been running Cumulus for more than a few days, but the graph is still empty, the most likely explanation is that it was unable to read your dayfile.txt file. Look at the latest file in the &#039;diags&#039; folder (the files are plain text) for error messages mentioning dayfile.txt.&lt;br /&gt;
&lt;br /&gt;
== The longest dry/wet spell for this month/year includes days from last month/year ==&lt;br /&gt;
&lt;br /&gt;
This is intentional. I decided that it didn&#039;t make sense to arbitrarily chop off a dry/wet spell at the start of the month/year, as then the figure is meaningless. So the figures are to be interpreted as &amp;quot;the longest dry/wet spell which includes this month/year&amp;quot;. I note that other software takes the same approach.&lt;br /&gt;
&lt;br /&gt;
== Cumulus isn&#039;t performing periodic tasks, like data logging or web uploads ==&lt;br /&gt;
&lt;br /&gt;
Cumulus assumes a certain level of weather station functionality. It checks that it has received data from a number of sensors (e.g. pressure and outside temperature) before it starts periodic calculations, logging, uploading to the web, or drawing graphs. This is an attempt to make sure that bad data is not logged. If your weather station is not fully functional, you will not be able to use Cumulus fully. &lt;br /&gt;
&lt;br /&gt;
You can over-ride the start up check by adding a line to the [Station] section of [[Cumulus.ini#Section:_Station|cumulus.ini]], thus: &#039;&#039;NoSensorCheck=1&#039;&#039;&lt;br /&gt;
(You need to do this while Cumulus is stopped). Note that you are likely to get bad data logged if you do this.&lt;br /&gt;
&lt;br /&gt;
== I&#039;ve changed my Twitter password, and now Cumulus won&#039;t update Twitter ==&lt;br /&gt;
&lt;br /&gt;
You need to force Cumulus to re-authenticate with Twitter. Stop Cumulus and edit cumulus.ini. Find the [Twitter] section, and &#039;&#039;&#039;delete&#039;&#039;&#039; the lines which start&lt;br /&gt;
&lt;br /&gt;
OauthToken=&lt;br /&gt;
 &lt;br /&gt;
OauthTokenSecret=&lt;br /&gt;
&lt;br /&gt;
Start Cumulus and it should be able to update Twitter again.&lt;br /&gt;
&lt;br /&gt;
== When I start Cumulus, I get the error message &amp;quot;The station is not initialised&amp;quot; ==&lt;br /&gt;
&lt;br /&gt;
For Fine Offset stations, when Cumulus starts up, it checks the first two bytes of the station&#039;s memory. They are supposed to contain the values Hex 55 and Hex AA to indicate that the station has initialised itself correctly. If they do not, then presumably the station has had some kind of internal problem, so Cumulus doesn&#039;t try to read any data from it. A reset of the station normally fixes this - remove the batteries and the USB cable; but note that you will almost certainly lose any stored data in the logger.&lt;br /&gt;
&lt;br /&gt;
If you want to force Cumulus to ignore this check (not recommended), edit cumulus.ini and add a line to the [Station] section: &#039;&#039;EWdisablecheckinit=1&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
You will most likely not have any success with this, as your station memory is probably corrupted anyway.&lt;br /&gt;
&lt;br /&gt;
Note that for this setting to work, you need to be using version 1.9.3, build 1034 or later.&lt;br /&gt;
&lt;br /&gt;
== How do I correct today&#039;s or yesterday&#039;s highs and lows? ==&lt;br /&gt;
&lt;br /&gt;
Today&#039;s totals, highs and lows (and yesterday&#039;s rain total) are held in [[today.ini]] in the Cumulus data folder. Yesterday&#039;s totals (including RG11 rain but not standard rain), highs and lows are held in [[yesterday.ini]]. Follow the cross-references if you are unsure which parameter is what. To change any values, stop Cumulus and edit the file(s) in a text editor. Be sure to keep any date and time formats the same. If you are editing yesterday&#039;s highs and lows, you might also need to edit [[Dayfile.txt#Editing_daily_summary_in_Cumulus|dayfile.txt]], as the same values will probably have been written to that file. You can use the [[Cumulus_Screenshots#File.2FEdit.2FHelp_Menu|built-in dayfile editor]] in Cumulus to do this. If your all-time and/or monthly all-time records have been affected, see the [[#How_do_I_correct_my_all-time_.28or_monthly_all-time.29_records.3F|FAQ entry below]].&lt;br /&gt;
&lt;br /&gt;
If the value you want to change is today&#039;s high hourly rain figure, it is best to wait until the current figure has returned to a sensible value. There is no easy way to correct the current figure, so if you change it in today.ini while the current figure is incorrect, the high value in today.ini will immediately be changed again when you start Cumulus.  More information about correcting rain [[#My_station_invented_some_rain_that_didn.27t_really_occur.2C_and_I_want_to_set_it_to_zero_.28or_some_other_figure.29 |in this FAQ]].&lt;br /&gt;
&lt;br /&gt;
If the problem occurred because Cumulus wasn&#039;t able to download the data from the station&#039;s logger when you started it up in the morning (or perhaps you turned off the &#039;use data logger&#039; setting for some reason), you can get it to try again by &#039;rewinding&#039; to the time when you started Cumulus, and allowing it to try again. Cumulus takes a copy of the current files each time it starts up, and puts them in a folder in the backup folder in the Cumulus installation. Stop Cumulus, and find the backup folder with the appropriate timestamp, and copy all of the files from the backup folder into the Cumulus data folder, and start Cumulus up again.&lt;br /&gt;
&lt;br /&gt;
== How do I correct my all-time (or monthly all-time) records? ==&lt;br /&gt;
&lt;br /&gt;
Use the editor in Cumulus - on the Edit menu. If you know the correct figures, you can enter them manually.&lt;br /&gt;
*You can look at the [[Alltimelog.txt]] file to find the previous values for the [[Monthlyalltime.ini|all-time records]].&lt;br /&gt;
*Similar entries are logged to the [[diags]] files for the monthly highs and lows in [[month.ini]]. &lt;br /&gt;
*You can also get the editor to scan the [[dayfile.txt|daily summary log]] and [[Monthly_log_files]] to find the highs and lows from those files, click the Help button for details. Note that to use this facility you first need to correct any incorrect values in the files being scanned; you can use the built-in editor in Cumulus to edit dayfile.txt.&lt;br /&gt;
&lt;br /&gt;
Cumulus takes a backup of all the active data files when it starts up, and also at the start of the meteorological day (just after midnight for a lot of users). The backups are kept in folders within the backup sub-folder in the Cumulus installation. So an alternative method would be to find the latest backup from before the error occurred, and copy the &#039;&#039;alltime.txt&#039;&#039; and/or &#039;&#039;monthlyalltime.txt&#039;&#039; file from the backup to the Cumulus data folder. Do this with Cumulus stopped.&lt;br /&gt;
&lt;br /&gt;
There is more information in [[:Category:Log_Files]], on the page for each type of file.&lt;br /&gt;
&lt;br /&gt;
== It&#039;s January 1st and my &#039;rain since midnight&#039; and/or &#039;last 24 hours rain&#039; and/or Evapotranspiration are wrong/negative ==&lt;br /&gt;
&lt;br /&gt;
You are probably using a Davis station. Cumulus needs an incrementing rain counter to calculate all of the rain figures, and the nearest to that on a Davis station is the annual total. When this resets at the end of the year, this causes some of the rain data to show odd values for a day. You will notice this particularly if you use an 0900 start of meteorological day, as the &#039;rain since midnight&#039; figure is used for services such as Weather Underground. There&#039;s no easy solution to this, sorry.&lt;br /&gt;
&lt;br /&gt;
== Cumulus stops at the &amp;quot;Downloading data&amp;quot; screen ==&lt;br /&gt;
&lt;br /&gt;
If you have a Fine Offset station, this is probably caused by the station&#039;s interface locking up. You should be able to get it going again by doing a reset - remove batteries and the USB cable. Recent Fine Offset models have a problem where they can lock up frequently, requiring a reset. From version 1.9.3 of Cumulus onwards, there is an option to synchronise the reading of data with the console writing the data, to avoid doing both at the same time, and this seems to avoid most lockups. The setting is &amp;quot;Synchronise Fine Offset reads&amp;quot; on the station settings screen.&lt;br /&gt;
&lt;br /&gt;
If you look in the status bar at the bottom of the Cumulus window, there may a message &amp;quot;Error: no response&amp;quot;; this would confirm that the station has locked up and needs resetting.&lt;br /&gt;
&lt;br /&gt;
== Cumulus locks up when it starts and I have to use the task manager to kill it ==&lt;br /&gt;
&lt;br /&gt;
If you have a &#039;&#039;Fine Offset station&#039;&#039;, this is most likely caused by the station&#039;s interface locking up, i.e the station has stopped communicating with the PC.&lt;br /&gt;
&lt;br /&gt;
The problem where Cumulus locks up when the Fine Offset station doesn&#039;t respond is fixed in version 1.9.4. If you look in the status bar at the bottom of the Cumulus main window, there may be a message &amp;quot;Error: no response&amp;quot;; this would confirm that the station has locked up and needs resetting.&lt;br /&gt;
&lt;br /&gt;
You should be able to get the station going again by doing a reset - either remove console batteries and the USB cable or press the reset button hidden below the small hole (on 1081-based models, above the top RH corner of the battery cover). Recently manufactured Fine Offset models have a problem where they can lock up frequently, requiring a power reset. From version 1.9.3 of Cumulus onwards, there is an option on &#039;&#039;station settings screen&#039;&#039; to &#039;&#039;&#039;Synchronise Fine Offset Reads&#039;&#039;&#039; (Cumulus reading data from console) with the timing of received transmissions from sensors updating the data, to avoid doing both at the same time, and this seems to avoid most lockups.&lt;br /&gt;
&lt;br /&gt;
== Error messages with &amp;quot;Error on line...&amp;quot; or &amp;quot;Error at line...&amp;quot; ==&lt;br /&gt;
&lt;br /&gt;
These are corruptions in the log files, typically caused by Cumulus being unexpectedly closed (e.g. killed using Task Manager, or a PC reboot) while it is writing to the log files, but there can be other causes. The error message may say something like &amp;quot;List index out of bounds&amp;quot;. The error message will name the affected file(s) and the affected line number(s).&lt;br /&gt;
&lt;br /&gt;
Stop Cumulus and open the named file(s) in a good text editor, such as Notepad++. Do not use Notepad. At the line number(s) mentioned correct the error(s), which will be obvious as the lines won&#039;t look like the other lines, they will be blank or have garbage characters, or perhaps two lines have been run together. Save the file(s) and start Cumulus again.&lt;br /&gt;
&lt;br /&gt;
== Cumulus gives an error and won&#039;t run on my HP computer ==&lt;br /&gt;
&lt;br /&gt;
It&#039;s a known problem with HP computers; they have missing fonts. One solution is to install [http://www.microsoft.com/en-us/download/details.aspx?DisplayLang=en&amp;amp;id=16083 this font update] from Microsoft. It appears that computers other than HP can have the same font issue, so it is worth installing the font update anyway, if you get a problem where Cumulus won&#039;t start.&lt;br /&gt;
&lt;br /&gt;
== The headings or data look wrong in the data log viewer ==&lt;br /&gt;
&lt;br /&gt;
You&#039;re probably trying to view the wrong type of file. Use [[Cumulus_Screenshots|menus]] on main screen.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;View | Data logs&amp;quot; is only for the monthly data logs, e.g. Oct13log.txt, &amp;quot;View | Extra data logs&amp;quot; is for &amp;quot;extra&amp;quot; data logs, e.g. ExtraLog201310.txt, and if you want to view the daily summaries in dayfile.txt, use the dayfile.txt editor - &amp;quot;Edit | dayfile.txt&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
== The wind rose in Cumulus does not display anything with my Fine Offset ==&lt;br /&gt;
&lt;br /&gt;
The Fine Offset weather stations are supposed to supply data for 16 wind directions, however the design is such that most of them only actually use 8 of the possible 16. Try setting the wind rose to only display 8 directions by setting the &#039;wind rose points&#039; value to 8 on the display settings screen.&lt;br /&gt;
&lt;br /&gt;
== I&#039;ve set the graph background to white, but there&#039;s a problem with the small wind direction graph ==&lt;br /&gt;
&lt;br /&gt;
This appears to be an issue with the third party chart component. The work around is to choose a gradient background and set all three colours in the gradient to white.&lt;br /&gt;
&lt;br /&gt;
== My Weather Underground tabular data interval is not the same as the interval I&#039;ve set in Cumulus (I&#039;m using Rapid Fire) ==&lt;br /&gt;
&lt;br /&gt;
If you have selected &#039;rapid fire&#039;, the data is uploaded every 5 seconds, and the interval you configure in Cumulus is not used. Weather Underground decide how often your tabular data is logged when using rapid fire, not Cumulus.&lt;br /&gt;
&lt;br /&gt;
== My WU or PWS highest and lowest do not match Cumulus ==&lt;br /&gt;
&lt;br /&gt;
Note that Cumulus does not send minimum and maximum values to PWS and WU, they determine those themselves from the individual values that Cumulus sends.&lt;br /&gt;
&lt;br /&gt;
== My monthly (month-by-month) all-time records don&#039;t have entries for all of the months that I have been using Cumulus ==&lt;br /&gt;
&lt;br /&gt;
You need to initialise them. See the release announcement for version 1.9.3, which is when this facility was introduced: http://sandaysoft.com/forum/viewtopic.php?f=2&amp;amp;t=9286&lt;br /&gt;
&lt;br /&gt;
You only need to do this once; when you have initialised them, Cumulus will keep them up to date thereafter.&lt;br /&gt;
&lt;br /&gt;
== I am getting I/O error 32 or I/O error 103 ==&lt;br /&gt;
&lt;br /&gt;
I/O error 32 = ERROR_SHARING_VIOLATION; &amp;amp;nbsp; I/O error 103 = &#039;file not open&#039; mean something on your system has one of the Cumulus files open, preventing Cumulus writing to it (Cumulus needs exclusive access).  If you are seeing &amp;quot;file access denied&amp;quot;, you may have a permissions problem.&lt;br /&gt;
Possible reasons for locked files:&lt;br /&gt;
# Anti-virus, or back-up, software scanning/accessing the file (this is the cause in almost all cases that I&#039;ve seen).&lt;br /&gt;
# An edit or file transfer in progress (the Cumulus thread for logging and the Cumulus thread for FTP are independent so can overlap). This is likely to happen if you are getting Cumulus to frequently upload the log file to your web site.&lt;br /&gt;
# Some other software that a user is running which is processing the file in some way.&lt;br /&gt;
# More than one instance of Cumulus running (see [[#Can_I_run_2_copies_of_Cumulus.3F]]).&lt;br /&gt;
# An issue with the system clock on the PC.&lt;br /&gt;
&lt;br /&gt;
== I have problems after upgrading to Windows 10 ==&lt;br /&gt;
See this forum post - http://sandaysoft.com/forum/viewtopic.php?f=2&amp;amp;t=14148&lt;br /&gt;
&lt;br /&gt;
= Website =&lt;br /&gt;
&lt;br /&gt;
== How do I set up a website? ==&lt;br /&gt;
The crucial settings are selected on the &#039;&#039;Internet&#039;&#039; screen in the &#039;&#039;&#039;Configuration&#039;&#039;&#039; menu. &lt;br /&gt;
*On the &#039;&#039;Sites/Options&#039;&#039; tab, you must have &#039;&#039;&#039;Auto Update&#039;&#039;&#039; selected if you want Cumulus to generate web pages at the standard interval.  Other parameters will depend on your particular set-up, but are explained in the Cumulus &#039;&#039;&#039;Help&#039;&#039;&#039; and in Wiki pages starting with [[Website_setup]] and following links as required. &lt;br /&gt;
*On the &#039;&#039;Files&#039;&#039; tab, you select whether to use the standard Cumulus templates and images, or specify your own templates and destinations.&lt;br /&gt;
&lt;br /&gt;
== I’ve configured my ftp details but the web pages aren’t appearing on my site  ==&lt;br /&gt;
&lt;br /&gt;
Try setting ‘use active FTP mode’. If you already have it set, try unsetting it. If it was previously working OK, something may have changed on your network, or at the server end.&lt;br /&gt;
&lt;br /&gt;
== I’ve tried active FTP mode, but my web pages (or my realtime.txt file) still don’t appear?  ==&lt;br /&gt;
&lt;br /&gt;
Are you absolutely sure you have set the ftp path correctly? Most problems like this are a result of an incorrect path. Note that the information in the &#039;FTP progress&#039; window is not generally useful for diagnosing upload issues&#039; try turning on the ftp logging (on the Configuration menu) and look in the ftplog.txt and realtimeftplog.txt files (in the Cumulus folder). It is best to supply a relative path - i.e. with no leading &#039;slash&#039;. Please don&#039;t ask me what path you need to supply, it is impossible for me to guess how your web space is set up. If you cannot work it out, ask your web space provider for help.&lt;br /&gt;
&lt;br /&gt;
== How do I replace the &#039;bird&#039; image on my website? ==&lt;br /&gt;
&lt;br /&gt;
There are several ways to change the image of the &#039;bird&#039; on the standard Cumulus web page.  You will need a [[FTP tool]].&lt;br /&gt;
* The simplest way is to upload a new picture to the images folder of your website; the file should be called picture.jpg.   Please ensure the image is not too large and bear in mind it will appear on the bottom left of the page; the site data may cover some of the image.  As a guide, the default image is 600 x 450 pixels.&lt;br /&gt;
* Secondly, you may upload an image using your own file name.  Edit the &#039;&#039;weatherstyle.css&#039;&#039; file and look for the line &amp;lt;tt&amp;gt;background-image: url(images/picture.jpg);&amp;lt;/tt&amp;gt; around line 9 and adjust as necessary.  Upload the edited css file to your website.&lt;br /&gt;
* if you wish to remove the image completely edit the &#039;&#039;weatherstyle.css&#039;&#039; file and remove the line &amp;lt;tt&amp;gt;background-image: url(images/picture.jpg);&amp;lt;/tt&amp;gt;  Upload the edited css file to to your website.&lt;br /&gt;
&lt;br /&gt;
NOTE: It is not recommended that you overwrite the image in your local folder (webfiles\images\picture.jpg) because that gets overwritten when you update to a new build of Cumulus. Ideally your image will be in its own local folder outside the Cumulus structure.&lt;br /&gt;
&lt;br /&gt;
== Why does the heading say &#039;weather weather&#039; ? ==&lt;br /&gt;
&lt;br /&gt;
The standard first template page contains &#039;&#039;&#039;&amp;amp;lt;h1&amp;amp;gt;&amp;amp;lt;#location&amp;amp;gt; weather&amp;amp;lt;/h1&amp;amp;gt;&#039;&#039;&#039;, so do not include &#039;weather&#039; in your station name (this is what the tag &amp;amp;lt;#location&amp;amp;gt; represents, see next answer) to avoid it being duplicated.&lt;br /&gt;
&lt;br /&gt;
== How do I change the &amp;quot;Welcome to.&amp;quot; on the front page ==&lt;br /&gt;
&lt;br /&gt;
The Welcome message is controlled within Cumulus.  Click on the &#039;&#039;Station&#039;&#039; screen in &#039;&#039;&#039;Configuration&#039;&#039;&#039; menu and Edit the &#039;&#039;&#039;Description&#039;&#039;&#039; field within the Location frame to amend what the tag &amp;lt;#longlocation&amp;gt; represents in &amp;quot;Welcome to &amp;amp;lt;#longlocation&amp;amp;gt;.&amp;quot; on template page.&lt;br /&gt;
&lt;br /&gt;
== I don&#039;t have a solar sensor. How do I remove the solar data from the supplied web templates? ==&lt;br /&gt;
Locate the Cumulus &#039;web&#039; folder on your PC and edit the following files (there are comments in the html to guide you):&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;indexT.htm&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Remove the following code:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
  &amp;lt;!-- Solar data. If you don&#039;t have a solar sensor, you may wish to delete everything from here to the next comment --&amp;gt;&lt;br /&gt;
  &amp;lt;tr class=&amp;quot;td_temperature_data&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;Solar Radiation&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;&amp;lt;#SolarRad&amp;gt;&amp;amp;nbsp;W/m&amp;amp;sup2;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;Evapotranspiration Today&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;&amp;lt;#ET&amp;gt;&amp;amp;nbsp;&amp;lt;#rainunit&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;/tr&amp;gt;&lt;br /&gt;
  &amp;lt;!-- End of solar data --&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;todayT.htm&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
Remove the following code:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
    &amp;lt;!-- Solar data. If you don&#039;t have a solar sensor, you may wish to delete everything from here to the next comment --&amp;gt;&lt;br /&gt;
    &amp;lt;tr class=&amp;quot;td_temperature_data&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;td&amp;gt;Hours&amp;amp;nbsp;of&amp;amp;nbsp;Sunshine&amp;lt;/td&amp;gt;&lt;br /&gt;
      &amp;lt;td&amp;gt;&amp;lt;#SunshineHours&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
      &amp;lt;td&amp;gt;&amp;amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;!-- End of solar data --&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;yesterdayT.htm&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Remove the following code:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
    &amp;lt;!-- Solar data. If you don&#039;t have a solar sensor, you may wish to delete everything from here to the next comment --&amp;gt;&lt;br /&gt;
    &amp;lt;tr class=&amp;quot;td_temperature_data&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;td&amp;gt;Hours&amp;amp;nbsp;of&amp;amp;nbsp;Sunshine&amp;lt;/td&amp;gt;&lt;br /&gt;
      &amp;lt;td&amp;gt;&amp;lt;#YSunshineHours&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
      &amp;lt;td&amp;gt;&amp;amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;!-- End of solar data --&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== How do I remove Inside Temperature graph or add solar/UV/sunshine? ==&lt;br /&gt;
&lt;br /&gt;
Locate the Cumulus &#039;web&#039; folder on your PC and edit the following file:&lt;br /&gt;
&#039;&#039;&#039;trendsT.htm&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Modify the following code:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
    &amp;lt;td class=&amp;quot;td_thumbnails&amp;quot;&amp;gt;&amp;lt;a onclick=&#039;changeImage(&amp;quot;images/intemp.png&amp;quot;)&#039;&amp;gt;&amp;lt;img src=&amp;quot;images/intempsm.png&amp;quot; alt=&amp;quot;Inside Temperature Graph Thumbnail&amp;quot; width=&amp;quot;150&amp;quot; height=&amp;quot;100&amp;quot; style=&amp;quot;border:0&amp;quot; /&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
*To simply remove &#039;&#039;&#039;Inside Temperature&#039;&#039;&#039; graph, change code above to this&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
*If you want to stop Cumulus uploading the indoor temperature graph, you can un-tick &#039;Include standard images&#039; on the &#039;files&#039; tab of the internet settings, and list all of the images that you still want to be uploaded as extra files. As there will likely be more than 10 files, you would need to do this by editing Cumulus.ini.&lt;br /&gt;
*To show solar instead, replace &#039;intemp.png&#039; with &#039;solar.png&#039;, replace &#039;intempsm.png&#039; with &#039;solarsm.png&#039;, and change the wording of the value associated with the alt property.&lt;br /&gt;
*To make Cumulus upload the solar graph, select it on the &#039;files&#039; tab of the internet settings.&lt;br /&gt;
*To show sunshine instead, replace &#039;intemp.png&#039; with &#039;sunshine.png&#039;, replace &#039;intempsm.png&#039; with &#039;sunshinesm.png&#039;, and change the wording of the value associated with the alt property.&lt;br /&gt;
*To make Cumulus upload the sunshine graph, select it on the &#039;files&#039; tab of the internet settings.&lt;br /&gt;
*To show UV instead, replace &#039;intemp.png&#039; with &#039;uv.png&#039;, replace &#039;intempsm.png&#039; with &#039;uvsm.png&#039;, and change the wording of the value associated with the alt property.&lt;br /&gt;
*To make Cumulus upload the UV graph, select it on the &#039;files&#039; tab of the internet settings.&lt;br /&gt;
&lt;br /&gt;
If you want to do more than a straight one for one swap see [[Customised_templates#Slightly_less_simple_customisation_of_trendsT.htm| customisation page here]].&lt;br /&gt;
&lt;br /&gt;
== How do I include extra items on supplied web templates? ==&lt;br /&gt;
&lt;br /&gt;
Open the folder cumulus\web and edit the relevant file named xxxxxT.htm.  For example instead of deleting the sections in the [[#I don&#039;t have a solar sensor. How do I remove the solar data from the supplied web templates?|remove solar answer]], edit their contents.&lt;br /&gt;
See [[Customised_templates#Changing_the_Standard_Templates]] for fuller description.&lt;br /&gt;
&lt;br /&gt;
If you do change the standard templates, take a copy of your new versions, and store elsewhere.&lt;br /&gt;
The sub-folder cumulus\web\originals has copies of the standard templates from the installed build, do not edit these.&lt;br /&gt;
When you install a new build of Cumulus, you have an option to replace or not replace the contents of cumulus\web with the new build&#039;s standard templates.&lt;br /&gt;
&lt;br /&gt;
== How do I upload extra web pages? ==&lt;br /&gt;
&lt;br /&gt;
See Cumulus help for the Internet Settings screen, or for a step-by-step guide see [[Customised_templates#What_to_select_on_the_.27Files.27_tab_of_the_Internet_Settings_screen_within_the_.27Configuration.27_menu]]&lt;br /&gt;
&lt;br /&gt;
== What character encoding does Cumulus use for the web pages it generates? ==&lt;br /&gt;
&lt;br /&gt;
Cumulus 1.9.4 build 1093 changed all the template pages from XHTML 1.0 Transitional using charset=iso-8859-1 encoding to HTML 5 using charset=&amp;quot;UTF-8&amp;quot; encoding. It uses this without [http://en.wikipedia.org/wiki/Byte_order_mark Byte Order Mark] (BOM).&lt;br /&gt;
&lt;br /&gt;
From that build, you can tell Cumulus which of those two encodings to use:&lt;br /&gt;
*For standard template names in standard &#039;cumulus\web&#039; folder, if you replace them with customised templates not using [http://en.wikipedia.org/wiki/UTF-8 &amp;quot;Universal Character Set Transformation Format — 8-bit&amp;quot; (UTF-8)], &lt;br /&gt;
**unselect &#039;&#039;&#039;UTF-8 encode&#039;&#039;&#039; in the web settings frame on the Sites/Options tab of Internet settings screen in Configuration menu. &lt;br /&gt;
**Cumulus will then, as in earlier builds, use [http://en.wikipedia.org/wiki/ISO-8859-1 iso-8859-1] encoding.&lt;br /&gt;
*For extra templates, the Files tab of the Internet settings screen in Configuration menu has the option to choose which of the two Cumulus encodings to use.  See Wiki article referenced in previous answer.&lt;br /&gt;
&lt;br /&gt;
Note that since Cumulus 1.9.4 build 1078 there has been an option on the NOAA Setup screen in Configuration menu to specify whether character set utf-8 encoding is to be used for those reports.&lt;br /&gt;
&lt;br /&gt;
== Why does a standard gauges web page have text where it should show gauges? ==&lt;br /&gt;
&lt;br /&gt;
[[File:Gauges missing.jpg]] If a standard Cumulus &#039;gauges.htm&#039; web page displays like this then either&lt;br /&gt;
&lt;br /&gt;
1) (Most Likely) The weather station owner has not loaded the required files/folders onto his/her server; &lt;br /&gt;
* The gauges graphics require the &#039;images&#039; subfolder (see next answer), containing the script and many images to be pre-loaded in the &#039;dbimages&#039; subfolder.&lt;br /&gt;
* All these should exist within the destination folder that holds the HTML files as instructed in the Cumulus Help (&#039;setting up your website&#039; page)  &lt;br /&gt;
* Also explained in [[Simple Website setup]] on this Wiki.&lt;br /&gt;
&lt;br /&gt;
or 2) JavaScript is not enabled (or not available) in the browser being used to view the page (if not enabled, this can be switched on in either &#039;Options&#039;, &#039;Preferences&#039; or &#039;Settings&#039; depending on browser). Note that Firefox version 23 has removed the ability to change this in Option preferences, so ignore this solution in that browser.&lt;br /&gt;
&lt;br /&gt;
or 3)  You are using a browser add-on such as &#039;NoScript&#039; (over 2 million use this) which requires you to explicitly turn on JavaScript for each web site you visit within the &#039;NoScript&#039; options.  (This sort of add-on may be used to restrict advertising or tracking of your actions, or for security against unwanted processes being started by sites you visit).&lt;br /&gt;
&lt;br /&gt;
== Why are there no graphs on my standard trends web page? ==&lt;br /&gt;
&lt;br /&gt;
Either 1) You have not created an images sub-folder (within your folder that holds web pages) as instructed in the Cumulus Help (&#039;setting up your website&#039; page) -  also explained in [[Simple Website setup]].  In this case, the bird image will not be appearing in the bottom left corner of your web pages.&lt;br /&gt;
&lt;br /&gt;
Or 2) You have switched off &#039;&#039;&#039;Include Standard Images&#039;&#039;&#039; on the file tab of the Internet dialogue of the configuration menu.  In this case Cumulus believes you are working in a non-standard way, and does not automatically upload the graphs (nor moon image).&lt;br /&gt;
&lt;br /&gt;
== What is the size of the standard Cumulus update? ==&lt;br /&gt;
&lt;br /&gt;
The default is that all of the standard pages and standard images are uploaded on each update at whatever standard update frequency you select. &lt;br /&gt;
&lt;br /&gt;
In total for version 1.9.2, it&#039;s about half a megabyte - about 100kB for the pages (about half of that is the gauges.htm page with all the detailed wind plotting points, and half the other pages) and 400kB for the variable images (moon phase, some gauges images and trend graphs - the exact size of latter can vary if you change the period they cover).&lt;br /&gt;
&lt;br /&gt;
Version 1.9.3 adds the monthly records page which contains 12 months worth of a lot of data, and adds 25kB to every update (although usually very little changes between updates).&lt;br /&gt;
&lt;br /&gt;
The NOAA monthly and annual pages are uploaded once a day, that is another 8kB for a full month and full year, obviously less at the start of a month/year.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Optional extras&#039;&#039;&#039;&lt;br /&gt;
*[[realtime.txt]] file, this is less than 1kB (1024 Bytes) in size.&lt;br /&gt;
*[[dayfile.txt]] a file that is about (30 times number of years) kB&lt;br /&gt;
*The files required to update external sites are no more than a few kB.&lt;br /&gt;
&lt;br /&gt;
== How do I upload my own pages or files once a day? ==&lt;br /&gt;
&lt;br /&gt;
Cumulus allows you to specify a command (with optional parameters) that will be actioned just after daily rollover. The command is entered in the &#039;&#039;External programs&#039;&#039; frame at the bottom left of the Internet Settings screen.  The box is labelled &#039;&#039;&#039;Daily&#039;&#039;&#039;. Click the Cumulus &#039;&#039;Help&#039;&#039; button for guidance.  For example you could type &#039;c:\cumulus\daily.cmd&#039; in the box labelled &#039;&#039;Daily&#039;&#039;. &lt;br /&gt;
&lt;br /&gt;
This could be used to upload the pages with the longer term extremes (as your monthly, annual and all-time extremes may only change a few times a month or even less frequently) and so reduce the upload burden at the standard uploading frequency.  To achieve this you would use the content of that example file &#039;daily.cmd&#039;, in the default Cumulus folder,   to call your own [[FTP_tools| file transfer tool]] for those infrequently changing pages. Remember to also unselect &#039;&#039;&#039;Include Standard Files&#039;&#039;&#039; on the&#039;&#039; &#039;Files&#039; tab&#039;&#039; of &#039;Internet settings&#039;, and list [[Customised_templates#How_Cumulus_uses_its_templates|the templates]] on that tab, selecting &#039;&#039;&#039;Process?&#039;&#039;&#039; for all of them, but only selecting &#039;&#039;&#039;FTP?&#039;&#039;&#039; for the other frequently changing pages that are still to be uploaded at the standard interval. You may find help on the forum  or elsewhere on this wiki [[SFTP| for the FTP call]] and [[Customised_templates#Creating_Your_Own_Templates| for &#039;Files&#039; tab settings]].&lt;br /&gt;
&lt;br /&gt;
It can also be used for the optional files mentioned in the previous answer or to update a database using a [[ImportCumulusFile|PHP batch job]].  For the daily command specified above, in the default Cumulus folder, add a file &#039;daily.cmd&#039; that contains (if you host your own server using &#039;XAMPP&#039;), &#039;copy c:\cumulus\data\dayfile.txt C:\xampp\htdocs\weather\daj\&#039; for example to enable you to use the [[AnnualDataSummary| Annual Day-by-day Summary]] tool. (Uploading if you do not host your own server is described at [[Upload_Dayfile| upload dayfile]] but basically you swap the copy command for a FTP command).&lt;br /&gt;
&lt;br /&gt;
== The &#039;real time wind data&#039; gauges on the standard gauges page aren&#039;t working ==&lt;br /&gt;
&lt;br /&gt;
These require a [[realtime.txt]] file to be uploaded by Cumulus. Tick the &amp;quot;Enable Realtime&amp;quot;, &amp;quot;Enable Realtime FTP&amp;quot; and &amp;quot;Enable realtime.txt FTP&amp;quot; boxes on the internet settings screen. If the gauges still do not work, check that the [[realtime.txt]] file is being uploaded to the correct place. If it is not, it is likely that you have specified an incorrect &#039;ftp directory&#039; in Cumulus. If your &#039;normal&#039; pages are being uploaded correctly, but realtime.txt is not, then it is likely that you simply need to leave the ftp directory blank (but see the note below first).&lt;br /&gt;
&lt;br /&gt;
A possible cause for this problem is that your web space provider does not allow .txt files to be accessed. For example, the free hosting provider 000webhost.com do not.&lt;br /&gt;
&lt;br /&gt;
== I&#039;m using the supplied web pages, and get lower case in places where I want upper case  ==&lt;br /&gt;
&lt;br /&gt;
It&#039;s in the CSS. Go to the webfiles sub-folder of your cumulus installation, edit weatherstyle.css and find lines like: &amp;quot;text-transform: lowercase;&amp;quot; and remove them. Use FTP tool to replace the weatherstyle.css on your website.&lt;br /&gt;
&lt;br /&gt;
== My web pages have things like &amp;amp;lt;#location&amp;amp;gt; in them  ==&lt;br /&gt;
You’ve edited your templates with something like Dreamweaver, and it’s changed the angle brackets on the [[Webtags]] to &amp;quot;&amp;amp;amp;lt&amp;amp;nbsp;;&amp;quot; and &amp;quot;&amp;amp;amp;gt&amp;amp;nbsp;;&amp;quot; - you need to change them back to &amp;amp;lt; and &amp;amp;gt;. &#039;&#039;These may look the same when viewed in your browser, but you can see the difference if you &#039;view source&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
Alternatively, if the web templates are listed in [[cumulus.ini]] (and for the first 10 appear on the &#039;&#039;&#039;files&#039;&#039;&#039; tab of &#039;&#039;Internet&#039;&#039; dialogue of &#039;&#039;&#039;Configuration&#039;&#039;&#039; menu), the &#039;&#039;&#039;Process&#039;&#039;&#039; option must be ticked for the web pages generated by Cumulus to have values replacing the [[Webtags]].  Otherwise at each web update, Cumulus will generate web pages the same as the templates.&lt;br /&gt;
&lt;br /&gt;
== My web pages are empty ==&lt;br /&gt;
If empty web pages are being uploaded to your web site (i.e. they report size of 0 kB, but do not produce &#039;error 404 - page not found&#039; message), and your browser shows that their modification date is recent (see next FAQ), then it is likely that the [[Customised_templates#What_is_meant_by_.27Cumulus_processes_templates.27| Cumulus processing]] of templates is failing:&lt;br /&gt;
*Either (since build 1093, as made clear in the release notes)[[File:Web settings.JPG]] the character encoding (for standard named templates that are [[Customised_templates#What_is_meant_by_.27Cumulus_processes_templates.27| processed by Cumulus]]) is specified incorrectly on the &#039;&#039;&#039;Configuration&#039;&#039;&#039;  menu, &#039;&#039;Internet&#039;&#039; dialog, &#039;&#039;&#039;Sites/Options&#039;&#039;&#039; tab, &#039;&#039;Web Settings&#039;&#039; frame as shown about half way down on this screen extract:&lt;br /&gt;
**Select the option where indicated by red arrow if your template includes in a line near the start &amp;lt;code&amp;gt;&amp;lt;meta charset=&amp;quot;UTF-8&amp;quot;&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
**Deselect the option where indicated by red arrow if your template includes something like &amp;lt;code&amp;gt;&amp;lt;meta content=&amp;quot;text/html; charset=iso-8859-1&amp;quot; http-equiv=&amp;quot;Content-Type&amp;quot; /&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
**For customised pages, (without standard Cumulus template names), select/un-select the UTF-8 encoding in the appropriate column on the &#039;&#039;&#039;Configuration&#039;&#039;&#039;  menu, &#039;&#039;Internet&#039;&#039; dialog, &#039;&#039;&#039;Files&#039;&#039;&#039; tab screen where you list the local and remote names.&lt;br /&gt;
*Or you have edited/customised the template and added an incorrectly specified Cumulus [[webtag]] that has caused [[Customised_templates#What_is_meant_by_.27Cumulus_processes_templates.27| Cumulus processing]] to abort for that template.  If you stop cumulus you can use a text editor to open the latest [[Diags|diagnostic file]]. Look at entries time-stamped just before the hour and repeated at your auto-update &#039;&#039;interval&#039;&#039; (just below red arrow in screen image above). You might find a message like &amp;quot;Error processing C:\web\indexT&amp;quot; (i.e. mentioning whichever template is at fault) followed by a brief hint as to the nature of the error.&lt;br /&gt;
&lt;br /&gt;
== My web pages have obsolete web tag values in them  ==&lt;br /&gt;
If the information showing on your web pages is out of date, then it must have been working before, so you have made a change somewhere.&lt;br /&gt;
*Most browsers will display &#039;page information&#039; that tells you when the page was last modified (by querying the web server).&lt;br /&gt;
**if the page on your web server was recently modified, &lt;br /&gt;
***then the next item to investigate is the template file; a template file contains Cumulus web tags and the [[Customised_templates#What_is_meant_by_.27Cumulus_processes_templates.27|&#039;process&#039;]] that Cumulus does to create a web page involves reading text from a template and when it finds a web tag it inserts the latest value in as it creates the page. A [[FAQ#What_file-names_does_Cumulus_use_when_processing_and_uploading_files_to_my_web_site.3F|local file]] is then created and Cumulus will FTP (or copy) this to the web server according to the settings. If the template file cannot be processed, Cumulus may still upload an existing old local file.&lt;br /&gt;
**if the page was not recently modified, &lt;br /&gt;
***maybe you are not running Cumulus, so it is not updating.  &lt;br /&gt;
***maybe your file transfer is not working, turn ftp logging on for technical output, and look for any filenames and any &#039;successfully transferred&#039; messages.&lt;br /&gt;
***maybe your &#039;internet settings&#039; screen has accidentally been changed, see Cumulus help for simple instructions.  If you took a backup of [[cumulus.ini]] you can stop Cumulus, rename the current file and copy your cumulus.ini backup back into the &#039;cumulus&#039; directory containing the Cumulus program.&lt;br /&gt;
***maybe your web server provider has changed something.&lt;br /&gt;
&lt;br /&gt;
== Running a web server on the same PC as Cumulus ==&lt;br /&gt;
If you do not have a web site, or run a web server locally (same PC, or on your local network), you can get Cumulus to generate/copy html or image files locally instead of using FTP to place them remotely. You&#039;ll need to list the (source) file including paths on the files tab of the internet settings, and specify a destination path and file name for the remote file in each case. Don&#039;t tick the &#039;&#039;FTP?&#039;&#039; box for standard cumulus pages (the exception is for a local web server and any non-standard web page that attempts to read using a script a local file such as dayfile.txt as this does need FTP to generate the server-based web page). For the standard images, you can supply a folder name (specify on the same screen), and they will all get copied there. Set everything else up as if you were using ftp, but don&#039;t supply a host name etc (except for exception already mentioned). See [[Customised_templates#What_to_select_on_the_.27Files.27_tab_of_the_Internet_Settings_screen_within_the_.27Configuration.27_menu|here]] for greater detail.&lt;br /&gt;
&lt;br /&gt;
There&#039;s a limit of 10 files on the files tab, but you can increase this to 20 files in version 1.9.2 (in version 1.9.3 it is 100 files) by editing cumulus.ini, with Cumulus stopped. Follow the format of the entries for first 10 files.&lt;br /&gt;
&lt;br /&gt;
== Error Codes generated by FTP or Winsock ==&lt;br /&gt;
You should be able to look these up on the web.  [http://kb.globalscape.com/KnowledgebaseArticle10142.aspx Try Here]&lt;br /&gt;
&lt;br /&gt;
== How do I configure Cumulus for Secure FTP (SFTP/FTPS)? ==&lt;br /&gt;
Cumulus doesn&#039;t support Secure FTP. You can configure Cumulus to invoke an external program like WinSCP, as described here: [[SFTP | SFTP article]]&lt;br /&gt;
&lt;br /&gt;
== Directory related problems in FTP ==&lt;br /&gt;
The following pointers should help:&lt;br /&gt;
* All universal resource locator (url) references are case sensitive.  So if your FTP server directory is &#039;&#039;public_html&#039;&#039;, then &#039;Public_HTML&#039; will not work!&lt;br /&gt;
* On the &#039;&#039;Internet settings&#039;&#039; screen in &#039;&#039;&#039;Sites/Options&#039;&#039;&#039; the optional Directory parameter required is the path from  your FTP root, to where the web pages are to be stored. Click the &#039;&#039;&#039;Help&#039;&#039;&#039; button for full explanation, or search the support forum as many people have found this is the hardest parameter to get right.&lt;br /&gt;
* The standard pages are uploaded after a &#039;change directory&#039; attempting to select the directory you specified in &#039;&#039;&#039;Sites/Options&#039;&#039;&#039;; if this fails, the files will still be uploaded but to the FTP server root. So some mistakes do not matter because if no change of directory was actually required, these pages will be uploaded correctly.&lt;br /&gt;
* Any files you specify for uploading at standard update frequency are uploaded between standard pages (if &#039;Include Standard Files&#039; selected) and standard images (if &#039;Include Standard Images&#039; selected), and in &#039;remote filenames&#039; you specify the path including any web site directory, so there is no call to &#039;change directory&#039;. In this case, if that web site directory is invalid, the upload fails.&lt;br /&gt;
* The standard images for gauges and trends pages are uploaded after the standard pages, (and any pages you specify for uploading,) by performing a second &#039;change directory&#039; this time fixed at &#039;images&#039;; if this fails, the files will still be uploaded to the current web site directory (FTP root or the directory you specified in &#039;&#039;&#039;Sites/Options&#039;&#039;&#039;).&lt;br /&gt;
* If you have enabled &#039;&#039;Realtime&#039;&#039;, the realtime.txt file is uploaded without doing a change directory, by appending &amp;quot;/realtime.txt&amp;quot; to the directory on the &#039;&#039;Internet settings&#039;&#039; screen in &#039;&#039;&#039;Sites/Options&#039;&#039;&#039;. In this case, if the web site directory is invalid, the upload fails.&lt;br /&gt;
* On the &#039;&#039;NOAA Setup&#039;&#039; screen the optional Directory parameter required is the full path from your FTP root, to where the NOAA report pages are to be stored. (It is totally independent of the directory on the &#039;&#039;Internet settings&#039;&#039; screen in &#039;&#039;&#039;Sites/Options&#039;&#039;&#039;).  Click the &#039;&#039;&#039;Help&#039;&#039;&#039; button for full explanation. Like realtime.txt, the upload is by appending the filename for the report to the NOAA directory and will fail if that directory is specified wrongly.&lt;br /&gt;
&lt;br /&gt;
See &#039;&#039;&#039;Setting up your website&#039;&#039;&#039; in Cumulus help for a simple guide to the subfolder structure you need to create and the list of files that need to be uploaded manually when first installing a website. Or see [[Website_setup]] for all the options including customised pages.&lt;br /&gt;
&lt;br /&gt;
== My standard web pages are uploading but the uploading fails for images, realtime and/or NOAA reports ==&lt;br /&gt;
See previous answer, you have probably got your web pages in the default FTP directory of your web site, but specified the wrong directory on the settings screen.  Turn on the &#039;&#039;FTP logging&#039;&#039; in the configuration menu to see the technical detail.  You should have an FTP tool that you used to upload the &#039;static&#039; files required on your web site, and that will help you to see what is your site&#039;s root directory for file transfer uploads, and therefore any relative directory change you require.&lt;br /&gt;
&lt;br /&gt;
== What file-names does Cumulus use when processing and uploading files to my web site? ==&lt;br /&gt;
[[File:Cumulus_FTP_Process.png|150px|thumb|FTP Process]]Cumulus use two slightly different processes depending on if the file is part of the supplied &#039;standard&#039; web site, or an extra file you have specified on the &#039;&#039;Internet Settings|Files&#039;&#039; configuration dialog. For each of these processes there is an further variation depending on whether you have enabled the &#039;&#039;Use FTP rename&#039;&#039; option. This graphic shows the various combinations of file-names used for each step of the process. For the standard files, you can substitute any of the file names for indexT.htm, e.g. trendsT.htm&lt;br /&gt;
&lt;br /&gt;
For more details of Cumulus &#039;&#039;Process&#039;&#039; see [[Customised_templates#What_is_meant_by_.27Cumulus_processes_templates.27| here]].&lt;br /&gt;
&lt;br /&gt;
=Selecting a Weather Station sensor site=&lt;br /&gt;
A simple guide is at [http://weatherfaqs.org.uk/node/124 uk.sci.weather newsgroup], note this advises against roof mounting.&lt;br /&gt;
An attempt to compare the conflicting siting standards that apply across the world is included in a portable document format guide from [ftp://ftp.campbellsci.com/pub/outgoing/apnotes/siting.pdf Campbell Scientific].&lt;br /&gt;
For more advice see the website of your local Meteorological Bureau,  an educational place (e.g. in USA see [http://newa.nysaes.cornell.edu/public/NEWAStationSitingGuidelines.htm Cornell University]), the [http://library.wmo.int/opac/index.php?lvl=notice_display&amp;amp;id=12407 World Meterological Organisation] (WMO), or a specialist organisation (e.g. in UK see [http://www.rmets.org/weather-and-climate/observing/guidelines-observing-0 Royal Meteorological Society] rather than the Met Office web site).&lt;br /&gt;
&lt;br /&gt;
Modern Stevenson Screens are uPVC constructed with a black interior (so they do not radiate heat onto the sensors) and a white exterior (so they reflect as much radiation as possible).  There is a lot of discussion on the [http://sandaysoft.com/forum/viewforum.php?f=16 Homebuilt forum] about different approaches to improving measurements, and the problems with out of the box instrumentation from the different manufacturers. &lt;br /&gt;
&lt;br /&gt;
If you are contributing to an external site like APRS/CWOP, Weather Underground, PWS weather, Weatherbug and/or WOW, see guidance from these organisations re instrument placement.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note:&#039;&#039;&#039; Some stations have all sensors in one unit, positioning of these is a compromise between the ideals below for each sensor.&lt;br /&gt;
&lt;br /&gt;
== Where should I position the wind sensors ==&lt;br /&gt;
The side labelled &#039;North&#039; on the wind vane mount should face &#039;&#039;True North&#039;&#039;, remember that the magnetic north deviation from true north varies from year to year, see details on maps or online. Most wind vanes have a large surface that follows the wind and a thin end that points where the wind comes from, it is the latter direction that is reported.&lt;br /&gt;
&lt;br /&gt;
In the UK, the standard climatological measuring height is 10 metres.  Advice varies on whether you should apply a correction factor for any lower height. Cumulus allows you to apply such a factor to either just wind speed, or wind speed and gust speed, by using the Calibration screen within the configuation menu.  In the Cumulus Help it recommends that you also adjust wind chill - in practice this means ask Cumulus to &#039;&#039;calculate wind chill&#039;&#039; by selecting this in the settings frame on the &#039;&#039;&#039;station settings screen accessed from configuration menu&#039;&#039;&#039; (i.e. ignore any wind chill output by your weather station).&lt;br /&gt;
&lt;br /&gt;
If you are mounting near a building of height &#039;h&#039; above ground level, ideally the wind sensor should be at a height of &#039;1.5 times h&#039; above ground level. &lt;br /&gt;
If you are positioning away from a building or tree (or other object) of height &#039;h&#039; (or the mean height of several objects is &#039;h&#039;), then the distance away depends on which standard you are trying to meet, and can vary between 1.5 and 3 times &#039;h&#039;.&lt;br /&gt;
&lt;br /&gt;
== Where should I position the rain sensor  ==&lt;br /&gt;
The WMO says the rain gauge should at a distance away of 2 times the height of each nearby object (buildings, trees, walls, solid fences etc.) and just high enough off ground level to avoid possibility of splashing. You can experiment, but for amateurs, no more than a metre off the ground (or roof if mounted above it) and at least a metre from any chimney, wall or solid fence whose height exceeds that of the sensor seems good enough for most gauges. &lt;br /&gt;
See [[Rain measurement]] or your local offical organisation.&lt;br /&gt;
&lt;br /&gt;
== How do I protect my rain gauge against spiders or other natural problems ==&lt;br /&gt;
There is a lot of discussion on the [http://sandaysoft.com/forum/viewforum.php?f=16 Homebuilt forum]. In terms of siting, it is important to position your rain gauge where you can safely get to it.&lt;br /&gt;
&lt;br /&gt;
== How do I get good temperature and humidity measurements  ==&lt;br /&gt;
The international standard states ambient air temperature/humidity is measured at 1.25 metres above ground level, above soil or grass not paving, protected from direct sun radiation (and direct rain), unless you are measuring soil or ground temperatures. The height is important for derived values as an air frost is defined as a temperature at or below the freezing point for water at this height, and the count of these is a standard reporting requirement in some countries.&lt;br /&gt;
&lt;br /&gt;
If you are using a &#039;&#039;Fine Offset sensor&#039;&#039;, the thin depth of the thermometer/hygrometer (transmitter) should face where your console (receiver) is, for maximum transmission strength/distance, with the wide face at right angles to the transmission route. (Although if you use a model requiring a radio time signal, you will probably be trying to optimise that instead).&lt;br /&gt;
&lt;br /&gt;
== Pressure ==&lt;br /&gt;
Varies with altitude and temperature, but no significant variation with spatial position with regard to nearby fixed bulky objects.  Often measured indoors, do not mount above any heating or cooling system as there temperature may be particularly variable, and try to avoid any forced ventilation or extraction as such air moving systems could have different pressures on intake and outlet sides.  Equally operation in close proximity to opening doors/windows or to fast moving (road or railway) vehicles or tunnels can distort readings.&lt;br /&gt;
&lt;br /&gt;
== Solar ==&lt;br /&gt;
One would expect solar sensors should be positioned for maximum unshaded exposure to sunlight throughout the year, but again the forum contains advice for specific makes.&lt;/div&gt;</summary>
		<author><name>Steve</name></author>
	</entry>
	<entry>
		<id>https://www.cumuluswiki.org/index.php?title=Simple_Website_setup&amp;diff=3845</id>
		<title>Simple Website setup</title>
		<link rel="alternate" type="text/html" href="https://www.cumuluswiki.org/index.php?title=Simple_Website_setup&amp;diff=3845"/>
		<updated>2015-07-29T07:25:35Z</updated>

		<summary type="html">&lt;p&gt;Steve: /* Cumulus MX */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The &#039;Simple Website&#039; setup is by far the easiest and quickest way to get your Cumulus data online. It uses the standard Cumulus web templates and the process is well documented in the Help files for Cumulus under &#039;Setting Up your Website&#039;.  However this article may help further&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Checklist=&lt;br /&gt;
&lt;br /&gt;
Below is your check list before you start:&lt;br /&gt;
&lt;br /&gt;
#You have FTP webspace (i.e. your provider allows you to use FTP to place files in your webspace)&lt;br /&gt;
#and an [[FTP tool]] (use this cross-reference to get more information)&lt;br /&gt;
&lt;br /&gt;
From your webspace provider you will be given:&lt;br /&gt;
&lt;br /&gt;
*FTP server &#039;&#039;&#039;Host name&#039;&#039;&#039; (this is the name that is equivalent to the w.x.y.z format Internet Protocol (=IP) address in the screen-shot below - see the notes below it)&lt;br /&gt;
*&#039;&#039;&#039;FTP Port&#039;&#039;&#039; (in most cases port 21 is reserved for file transfer clients)&lt;br /&gt;
*&#039;&#039;&#039;username&#039;&#039;&#039; (controls access to the directories you can update)&lt;br /&gt;
*&#039;&#039;&#039;password&#039;&#039;&#039; (do not disclose this when you ask questions on the support forum)&lt;br /&gt;
*&#039;&#039;&#039;webspace folder / directory&#039;&#039;&#039; (could be something like &amp;quot;public_html&amp;quot; which is related to the FTP root as explained later on this page for the file and folder structure you will create, that is different to the Universal Resource Locator (=URL) root when you look at the file through the browser&#039;s port)&lt;br /&gt;
&lt;br /&gt;
For a simple set-up, a server that uses a &#039;&#039;Linux&#039;&#039; environment is normal for displaying standard Cumulus pages (although some people use a server on their own machines using a &#039;&#039;Windows&#039;&#039; environment).&lt;br /&gt;
&lt;br /&gt;
Although Cumulus 1.x.y builds do not require &#039;&#039;PHP Hypertext Pre-processor&#039;&#039; script, having that available will allow you to subsequently use more of the customised pages on offer from other contributors, and if you later decide to write your own web pages PHP does allow you to &#039;include&#039; standard bits of code (stored in just one file) on multiple web pages easily.&lt;br /&gt;
&lt;br /&gt;
Do check with any provider that they let you FTP files with at least all the following extensions:&lt;br /&gt;
* .txt and .css&lt;br /&gt;
* .htm and .html (and .php if you might use that)&lt;br /&gt;
* .json&lt;br /&gt;
* .js&lt;br /&gt;
* .bmp, .png, .gif, .jpg (and any other graphic formats you might use)&lt;br /&gt;
* audio and video mime types (e.g. Cumulus uses .swf)&lt;br /&gt;
&lt;br /&gt;
= Folders and Files to Transfer =&lt;br /&gt;
&lt;br /&gt;
== Cumulus 1.x.y ==&lt;br /&gt;
&lt;br /&gt;
Look at the &#039;&#039;Cumulus\webfiles&#039;&#039; folder on your PC.&lt;br /&gt;
&lt;br /&gt;
The folders to be uploaded are:&lt;br /&gt;
*dbimages&lt;br /&gt;
**When you upload this folder, all of its files will also be uploaded (this folder is essential for the gauges.htm page to work).&lt;br /&gt;
*images&lt;br /&gt;
**When you upload this folder, the one file within it will also be uploaded (N.B. this is the folder to which Cumulus 1.x.y will upload graph images etc. by FTP when it is running, so the folder name cannot be changed).&lt;br /&gt;
&lt;br /&gt;
One file to be uploaded is the Cascading Style Sheet:&lt;br /&gt;
*weatherstyle.css&lt;br /&gt;
&lt;br /&gt;
and there are 2 more files also used for the gauges.htm page:&lt;br /&gt;
*wz_jsgraphics.js&lt;br /&gt;
*CumulusRealtime.swf&lt;br /&gt;
&lt;br /&gt;
== Cumulus MX ==&lt;br /&gt;
&lt;br /&gt;
Look at the &#039;&#039;CumulusMX\webfiles&#039;&#039; folder after un-zipping the download on your computer/device.&lt;br /&gt;
&lt;br /&gt;
The folders to be uploaded are:&lt;br /&gt;
*images&lt;br /&gt;
**When you upload this folder, the two files within it will also be uploaded (N.B. Cumulus MX does not generate graph images to upload here).&lt;br /&gt;
*js&lt;br /&gt;
**When you upload this folder, the one file within it will also be uploaded&lt;br /&gt;
*lib&lt;br /&gt;
**When you upload this folder, the sub-folders within it will also be uploaded&lt;br /&gt;
**#highstock&lt;br /&gt;
**#*this script library is used for drawing the graphs, if you need to update any component the download is on [http://www.highcharts.com/download this page];&lt;br /&gt;
**#jQuery template, and jQuery 1.9 minimised code&lt;br /&gt;
**#*For the best compatibility with modern browsers, replace the latter with the latest jQuery 2.x.y minified code downloaded from [http://code.jquery.com/ this page]. &amp;amp;nbsp; If you think people with obsolete Microsoft Internet Explorer versions might be trying to view your web site then the latest jQuery 1.11.x minified code can be downloaded on that same page to replace version 1.9.&lt;br /&gt;
**#HTML5 Canvas Steel Series gauges code&lt;br /&gt;
**#*Should you subsequently want to update this web page, the latest version can always be downloaded at [[SteelSeries_Versions]] within this Wiki.&lt;br /&gt;
&lt;br /&gt;
The file to be uploaded is the same Cascading Style Sheet as for Cumulus 1:&lt;br /&gt;
*weatherstyle.css&lt;br /&gt;
 &lt;br /&gt;
When Cumulus MX is running it will upload by FTP some JSON files, from the installation folder, containing the latest data for creating graphs on the standard &#039;trends.htm&#039; page.&lt;br /&gt;
&lt;br /&gt;
= Instructions =&lt;br /&gt;
&lt;br /&gt;
Firstly, we need to get several files and folders onto your web space.  This is a one time only exercise but is essential to the operation of your Cumulus website.&lt;br /&gt;
&lt;br /&gt;
Configure your [[FTP tool]] to connect to your web space.  Once done, make your connection and change to the correct directory/folder on your site, as advised by your provider.&lt;br /&gt;
&lt;br /&gt;
You may wish to create a sub-folder to store your weather site, but for this purpose we will assume not.&lt;br /&gt;
&lt;br /&gt;
Whether you are using Cumulus 1 or Cumulus MX, the first task is to copy everything in the:&lt;br /&gt;
*Cumulus 1: &#039;&#039;Cumulus\webfiles&#039;&#039;&lt;br /&gt;
*Cumulus MX: &#039;&#039;CumulusMX\webfiles&#039;&#039;&lt;br /&gt;
folder into where you want to store your web site pages, preserving the sub-folder structure.&lt;br /&gt;
&lt;br /&gt;
If you&#039;re using a graphical ftp client like Filezilla (recommended), in the left hand pane just navigate to the &#039;&#039;webfiles&#039;&#039; folder in Cumulus, open it, and you should see the five (Cumulus 1) or four (Cumulus MX) items listed in previous section.&lt;br /&gt;
&lt;br /&gt;
[[File:SiteBefore.png | Left]] - Before for Cumulus 1.x.y:&lt;br /&gt;
&lt;br /&gt;
 Select them all, and drag them to your web site in the right hand pane. That&#039;s the setup done.&lt;br /&gt;
&lt;br /&gt;
[[File:SiteAfter.png | Left]] - After for Cumulus 1.x.y:&lt;br /&gt;
&lt;br /&gt;
=Configuration=&lt;br /&gt;
&lt;br /&gt;
Within Cumulus, click &#039;&#039;&#039;Configuration&#039;&#039;&#039;, &#039;&#039;Internet&#039;&#039; Settings&lt;br /&gt;
&lt;br /&gt;
[[File:SimpleInternet-options.png | Left]]Within the &#039;&#039;&#039;Sites/Options&#039;&#039;&#039; tab you should see (Picture is Cumulus 1.x.y interface) a frame called &#039;web site&#039;in the top left corner: &lt;br /&gt;
#&#039;&#039;Host name&#039;&#039;&lt;br /&gt;
#*Here enter your FTP server name.&lt;br /&gt;
#*An example could be &#039;&#039;myserver.org&#039;&#039;. Just enter a HOST NAME or IP ADDRESS.&lt;br /&gt;
#*Do not enter a URL - do not include &amp;quot;ftp://&amp;quot; or &amp;quot;http://&amp;quot; or anything similar.  &lt;br /&gt;
#*If you have managed to transfer files using a FTP tool, its log should show the host name or the (numbers separated by dots) Internet Protocol address. The illustration shows an IP address typical of a local server. &lt;br /&gt;
#&#039;&#039;FTP port&#039;&#039;&lt;br /&gt;
#*This is normally &#039;&#039;21&#039;&#039; unless your provider has told you otherwise&lt;br /&gt;
#&#039;&#039;Directory&#039;&#039;&lt;br /&gt;
#*Generally your provider will have given you instructions what to enter here.&lt;br /&gt;
#*It may be blank, or may be a folder structure.&lt;br /&gt;
#*It is almost always case sensitive so type it exactly as advised.  There will be NO spaces at the start, end, or anywhere within, the name. It is a &#039;&#039;&#039;relative&#039;&#039;&#039; path from the FTP &#039;&#039;&#039;root&#039;&#039;&#039;. If you have successfully used a FTP tool to transfer files, then (as in before image above) there should be a reference to the directory in the log dialogue of establishing connection to your website.&lt;br /&gt;
#&#039;&#039;Username&#039;&#039; and &#039;&#039;Password&#039;&#039;&lt;br /&gt;
#*In all cases your provider will tell you these two values.&lt;br /&gt;
#*It maybe be the same username and password used for your email, it could even be your email address.  Again this is case sensitive so type it exactly as advised. Again if you have successfully used a FTP tool, you will have specified username and password for that, so use same values for Cumulus.&lt;br /&gt;
#*Cumulus sends these (using standard commands) to the server to initiate a session of contact, and waits for the server to confirm the session has started.&lt;br /&gt;
#&#039;&#039;Forum URL&#039;&#039;&lt;br /&gt;
#*This can be left blank, if so then the standard web pages will not include a navigation link with the label &#039;&#039;&#039;Forum&#039;&#039;&#039;.  However, if you type &#039;&#039;http://sandaysoft.com/forum/search.php?search_id=active_topics&#039;&#039; here, then the navigation link labelled &#039;&#039;&#039;Forum&#039;&#039;&#039; on each standard web page will  link to the Cumulus support forum and will display those postings that are most recent.&lt;br /&gt;
#&#039;&#039;Webcam URL&#039;&#039;&lt;br /&gt;
#*This is discussed in the help and can be left blank for most people.&lt;br /&gt;
&lt;br /&gt;
Still within the &#039;&#039;&#039;Sites/Options&#039;&#039;&#039; tab you should see (Picture is Cumulus 1.x.y interface) in the top centre:&lt;br /&gt;
[[File:Web_settings.JPG | Right]]&lt;br /&gt;
#In this &#039;frame&#039; first click on &#039;&#039;Auto Update&#039;&#039; (so that it is ticked with recent versions of Windows); this tells Cumulus you want it to automatically process the templates and generate web pages.&lt;br /&gt;
#The illustration (Cumulus 1 interface) shows &#039;&#039;Use active FTP mode&#039;&#039; selected, as Cumulus &#039;&#039;&#039;Help&#039;&#039;&#039; says, normally this is NOT selected.  In active mode, Cumulus is listening for an incoming data connection from the server; in passive mode, Cumulus asks the server if it can establish a connection.&lt;br /&gt;
#The illustration (Cumulus 1 interface) shows &#039;&#039;Use FTP rename&#039;&#039; un-selected, as Cumulus &#039;&#039;&#039;Help&#039;&#039;&#039; says, normally this IS selected.&lt;br /&gt;
#Leave &#039;&#039;Delete before upload&#039;&#039; un-selected.&lt;br /&gt;
#*You may need to experiment with changing these last 3 selections, which works best depends on your web server.&lt;br /&gt;
#Leave &#039;&#039;UTF-8 encode&#039;&#039; selected (all standard Cumulus web pages use this encoding)..&lt;br /&gt;
#Now look at &#039;&#039;Interval&#039;&#039;, this is how often Cumulus will update your website.&lt;br /&gt;
#*It has been set in illustrated example to &#039;&#039;&#039;5&#039;&#039;&#039; minutes as that is quite good when you first start so you can see all your pages being updated frequently.  Typically people set this to 10 or 15 minutes on established sites. It is tempting to change this to 1 minute, but little is gained from this as on most web pages very few figures change that frequently.&lt;br /&gt;
#As part of the Standard set-up you can request Cumulus to provide pseudo real-time data. The blue box in the illustration shows the relevant items for Cumulus 1.&lt;br /&gt;
##There are now three &#039;Enable...&#039; boxes for Realtime;&lt;br /&gt;
##* if you want Cumulus to upload the realtime.txt file for the &#039;Flash&#039; gauges on the standard Cumulus 1 gauges page, you need to &#039;&#039;&#039;tick all three boxes&#039;&#039;&#039;.   In reality, the standard cumulus 1 web templates used in this Simple setup only include two ‘realtime’ elements to show wind speed and direction on the gauges page.  &lt;br /&gt;
##*For Cumulus MX, the steel series gauges page provided requires all 3 boxes to be selected.  &lt;br /&gt;
##*If you are running Cumulus 1.x.y and do not wish to provide realtime data untick the 3 “Enable Realtime” boxes, and comment out the last two graphics on the &#039;gaugesT.htm&#039; template. &lt;br /&gt;
##The next selection is the time Cumulus will wait after sending a burst of real-time information until it re-starts for producing another burst of real-time information.&lt;br /&gt;
##*In this example, &#039;&#039;&#039;90&#039;&#039;&#039; seconds.  Consider Realtime carefully -- firstly this impacts on your internet connection as Cumulus will update a very small file on your website every XX seconds.  Also, some weather stations only update Cumulus less often (e.g. The Fine OffSet stations are updating every 48 or 60 seconds) so a 15 second realtime update is wasteful and unnecessary.&lt;br /&gt;
Next, click on the &#039;&#039;&#039;Files&#039;&#039;&#039; tab:&lt;br /&gt;
What you do here depends on which Cumulus version you are using.&lt;br /&gt;
&lt;br /&gt;
== Cumulus 1 ==&lt;br /&gt;
&lt;br /&gt;
[[File:SimpleInternet-StandardTicks.png]]&lt;br /&gt;
&lt;br /&gt;
Make sure both “Include Standard” Files and “Include Standard Images” are ticked in Cumulus 1.&lt;br /&gt;
&lt;br /&gt;
You have now told Cumulus how to update your web space with the [[Customised_templates#The_Standard_Templates |Standard Cumulus Template]] files for the web.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Cumulus MX ==&lt;br /&gt;
&lt;br /&gt;
Make sure “Include Standard” Files is selected for Cumulus MX.  However, you also need to specify an extra file in the table for the steel series gauges page to work:&lt;br /&gt;
#&#039;Local filenames&#039; column&lt;br /&gt;
#*Enter the path and filename for the realtimegaugesT.txt file. This will normally be web\realtimegaugesT.txt on Windows, and web/realtimegaugesT.txt on other platforms.&lt;br /&gt;
#&#039;Remote filenames&#039; column&lt;br /&gt;
#*Here you must type the path to where you want the web page to appear (i.e. where the other web pages are uploaded to) ending with the file name &#039;&#039; realtimegauges.txt&#039;&#039;. Typically the path will involve specifying the directory you entered on the &#039;Sites/Options&#039; tab (see the &#039;Web Site&#039; settings step 3 for that tab above).&lt;br /&gt;
#&#039;Process?&#039; column&lt;br /&gt;
#*Select this, as &#039;&#039;realtimegaugesT.txt&#039;&#039; contains web tags and needs to be processed to create the remote file.&lt;br /&gt;
#&#039;Realtime?&#039; column&lt;br /&gt;
#*Select this, as you want the file to be created at whatever interval you have defined for real-time updates (see &#039;web settings&#039; point 7 above for where you did that)&lt;br /&gt;
# &#039;FTP?&#039; column&lt;br /&gt;
#*Select this.&lt;br /&gt;
#&#039;UTF-8?&#039; column&lt;br /&gt;
#*This is irrelevant for this file.&lt;br /&gt;
&lt;br /&gt;
You have now told Cumulus how to update your web space with the [[Customised_templates#The_Standard_Templates |Standard Cumulus Template]] files for the web.&lt;br /&gt;
&lt;br /&gt;
== Testing ==&lt;br /&gt;
&lt;br /&gt;
# You can force an immediate web update to test your settings by, in File menu within Cumulus 1, clicking Web Update.&lt;br /&gt;
# This will display a window of progress as it uploads the necessary files to your web space (or show a failure message). (Within the Configuration menu, you can turn on &#039;FTP logging&#039; for full diagnostics).&lt;br /&gt;
#* Once completed the Cumulus 1 progress display will end with “Logging Out” and you can close the window.&lt;br /&gt;
&lt;br /&gt;
Both Cumulus 1.x.y, and Cumulus MX, while running should create the 9 standard web pages in the local &#039;web&#039; sub-directory, and upload these to the web space by FTP. &lt;br /&gt;
*Cumulus 1.x.y should also upload by FTP a moon image (moon.bmp), the 3 images wind images (compass.png, windgauge.png, windrose.png) as seen on Cumulus main screen, and graphs for &#039;trends.htm&#039; page (hum.png, humsm.png, intemp.png, intempsm.png, press.png, presssm.png, rain.png, rainsm.png, raind.png, raindsm.png, raint.png, raintsm.png, temp.png tempsm.png, tempm.png, and tempmsm.png; optionally depending on settings it also uploads  solar.png, solarsm.png, sunshine.png, sunshinesm.png, uv.png, and uvsm.png) from the &#039;web\images&#039; sub-directory to the &#039;images&#039; folder on your web space. &lt;br /&gt;
*Cumulus MX should also upload by FTP eleven .json files that Cumulus MX creates in the top level directory (that is, the one it&#039;s been installed in), for the graphs (&amp;quot;graphconfig.json&amp;quot;, &amp;quot;tempdata.json&amp;quot;, &amp;quot;pressdata.json&amp;quot;, &amp;quot;winddata.json&amp;quot;, &amp;quot;wdirdata.json&amp;quot;, &amp;quot;humdata.json&amp;quot;, &amp;quot;raindata.json&amp;quot;, &amp;quot;solardata.json&amp;quot;, &amp;quot;dailyrain.json&amp;quot;, &amp;quot;sunhours.json&amp;quot;, &amp;quot;dailytemp.json&amp;quot;).&lt;br /&gt;
&lt;br /&gt;
Apart from the differences in the user interface, and the differences in web pages for &#039;gauges.htm&#039; and &#039;trends.htm&#039;, both versions of Cumulus generate the same web pages. When looking at the uploaded web pages using a browser, both can be tested in the same way. &lt;br /&gt;
* Open a web browser&lt;br /&gt;
*# Type in &#039;your web site&#039; Universal Resource Locator (URL) name, if you were hosting yourself then &#039;&#039;localhost&#039;&#039; is usually recognised. It could be the same as you typed for &#039;&#039;Host Name&#039;&#039;, anyway, your provider has probably told you what your web site name is.&lt;br /&gt;
*# The web server will have a list of file names that specify the order of names to look for to determine the first page to be shown, Cumulus produces a page called &#039;&#039;index.htm&#039;&#039; and (unless you have uploaded additional pages with names that occur earlier in the server&#039;s list) that will be loaded,&lt;br /&gt;
*# Click one of the navigation links at the bottom of the standard Cumulus pages, and the next page will be sent to the browser.  Repeat this to look through your complete Cumulus website with your data on the various pages.&lt;br /&gt;
&lt;br /&gt;
=Possible problems=&lt;br /&gt;
&lt;br /&gt;
*You see a lot of text, no colours and a bad layout, etc&lt;br /&gt;
:You have not uploaded your Core files -- go back to the section above and check your settings&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*You do not see your Cumulus Site but another site, an error message or a blank&lt;br /&gt;
:Check you are uploading to the correct folder/directory on your webspace.  There is a good chance you have mis-typed the details in the Internet Configuration section above.&lt;br /&gt;
&lt;br /&gt;
:Via your FTP tool ensure that your website has an index.htm file.  It should NOT have index.htm&#039;&#039;&#039;l&#039;&#039;&#039;, default.html, default.htm, index.php, default.php  This should be removed if necessary&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*My realtime section of the ‘gauges’ page is not refreshing every x seconds&lt;br /&gt;
:If using free hosting, they may not permit uploading of ‘txt’ files.  Please check with them&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Is there a log file to help with my problem&lt;br /&gt;
:Yes, you can enable FTP logging and then examine the file which will have more detail on any issues.  It may also be useful to upload the log file to the Cumulus Forum when asking for help.  More on  [[Ftplog.txt]]&lt;/div&gt;</summary>
		<author><name>Steve</name></author>
	</entry>
	<entry>
		<id>https://www.cumuluswiki.org/index.php?title=Simple_Website_setup&amp;diff=3844</id>
		<title>Simple Website setup</title>
		<link rel="alternate" type="text/html" href="https://www.cumuluswiki.org/index.php?title=Simple_Website_setup&amp;diff=3844"/>
		<updated>2015-07-29T07:24:54Z</updated>

		<summary type="html">&lt;p&gt;Steve: /* Cumulus MX */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The &#039;Simple Website&#039; setup is by far the easiest and quickest way to get your Cumulus data online. It uses the standard Cumulus web templates and the process is well documented in the Help files for Cumulus under &#039;Setting Up your Website&#039;.  However this article may help further&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Checklist=&lt;br /&gt;
&lt;br /&gt;
Below is your check list before you start:&lt;br /&gt;
&lt;br /&gt;
#You have FTP webspace (i.e. your provider allows you to use FTP to place files in your webspace)&lt;br /&gt;
#and an [[FTP tool]] (use this cross-reference to get more information)&lt;br /&gt;
&lt;br /&gt;
From your webspace provider you will be given:&lt;br /&gt;
&lt;br /&gt;
*FTP server &#039;&#039;&#039;Host name&#039;&#039;&#039; (this is the name that is equivalent to the w.x.y.z format Internet Protocol (=IP) address in the screen-shot below - see the notes below it)&lt;br /&gt;
*&#039;&#039;&#039;FTP Port&#039;&#039;&#039; (in most cases port 21 is reserved for file transfer clients)&lt;br /&gt;
*&#039;&#039;&#039;username&#039;&#039;&#039; (controls access to the directories you can update)&lt;br /&gt;
*&#039;&#039;&#039;password&#039;&#039;&#039; (do not disclose this when you ask questions on the support forum)&lt;br /&gt;
*&#039;&#039;&#039;webspace folder / directory&#039;&#039;&#039; (could be something like &amp;quot;public_html&amp;quot; which is related to the FTP root as explained later on this page for the file and folder structure you will create, that is different to the Universal Resource Locator (=URL) root when you look at the file through the browser&#039;s port)&lt;br /&gt;
&lt;br /&gt;
For a simple set-up, a server that uses a &#039;&#039;Linux&#039;&#039; environment is normal for displaying standard Cumulus pages (although some people use a server on their own machines using a &#039;&#039;Windows&#039;&#039; environment).&lt;br /&gt;
&lt;br /&gt;
Although Cumulus 1.x.y builds do not require &#039;&#039;PHP Hypertext Pre-processor&#039;&#039; script, having that available will allow you to subsequently use more of the customised pages on offer from other contributors, and if you later decide to write your own web pages PHP does allow you to &#039;include&#039; standard bits of code (stored in just one file) on multiple web pages easily.&lt;br /&gt;
&lt;br /&gt;
Do check with any provider that they let you FTP files with at least all the following extensions:&lt;br /&gt;
* .txt and .css&lt;br /&gt;
* .htm and .html (and .php if you might use that)&lt;br /&gt;
* .json&lt;br /&gt;
* .js&lt;br /&gt;
* .bmp, .png, .gif, .jpg (and any other graphic formats you might use)&lt;br /&gt;
* audio and video mime types (e.g. Cumulus uses .swf)&lt;br /&gt;
&lt;br /&gt;
= Folders and Files to Transfer =&lt;br /&gt;
&lt;br /&gt;
== Cumulus 1.x.y ==&lt;br /&gt;
&lt;br /&gt;
Look at the &#039;&#039;Cumulus\webfiles&#039;&#039; folder on your PC.&lt;br /&gt;
&lt;br /&gt;
The folders to be uploaded are:&lt;br /&gt;
*dbimages&lt;br /&gt;
**When you upload this folder, all of its files will also be uploaded (this folder is essential for the gauges.htm page to work).&lt;br /&gt;
*images&lt;br /&gt;
**When you upload this folder, the one file within it will also be uploaded (N.B. this is the folder to which Cumulus 1.x.y will upload graph images etc. by FTP when it is running, so the folder name cannot be changed).&lt;br /&gt;
&lt;br /&gt;
One file to be uploaded is the Cascading Style Sheet:&lt;br /&gt;
*weatherstyle.css&lt;br /&gt;
&lt;br /&gt;
and there are 2 more files also used for the gauges.htm page:&lt;br /&gt;
*wz_jsgraphics.js&lt;br /&gt;
*CumulusRealtime.swf&lt;br /&gt;
&lt;br /&gt;
== Cumulus MX ==&lt;br /&gt;
&lt;br /&gt;
Look at the &#039;&#039;CumulusMX\webfiles&#039;&#039; folder after un-zipping the download on your computer/device.&lt;br /&gt;
&lt;br /&gt;
The folders to be uploaded are:&lt;br /&gt;
*images&lt;br /&gt;
**When you upload this folder, the two files within it will also be uploaded (N.B. Cumulus MX does not generate graph images to upload here).&lt;br /&gt;
*js&lt;br /&gt;
**When you upload this folder, the one file within it will also be uploaded&lt;br /&gt;
*lib&lt;br /&gt;
**When you upload this folder, the sub-folders within it will also be uploaded&lt;br /&gt;
**#highstock&lt;br /&gt;
**#*this script library is used for drawing the graphs, if you need to update any component the download is on [http://www.highcharts.com/download this page];&lt;br /&gt;
**#jQuery template, and jQuery 1.9 minimised code&lt;br /&gt;
**#*For the best compatibility with modern browsers, replace the latter with the latest jQuery 2.x.y minified code downloaded from [http://code.jquery.com/ this page]. &amp;amp;nbsp; If you think people with obsolete Microsoft Internet Explorer versions might be trying to view your web site then the latest jQuery 1.11.x minified code can be downloaded on that same page to replace version 1.9.&lt;br /&gt;
**#HTML5 Canvas Steel Series gauges code&lt;br /&gt;
**#*Should you subsequently want to update this web page, the latest version can always be downloaded at [[SteelSeries_Versions]] within this Wiki.&lt;br /&gt;
&lt;br /&gt;
The file to be uploaded is the same Cascading Style Sheet as for Cumulus 1:&lt;br /&gt;
*weatherstyle.css&lt;br /&gt;
 &lt;br /&gt;
When Cumulus MX is running it will upload by FTP some JSON files, from the installation folder, containing the latest data for creating graphs on the standard &#039;trends.htm&#039; page.&lt;br /&gt;
&lt;br /&gt;
= Instructions =&lt;br /&gt;
&lt;br /&gt;
Firstly, we need to get several files and folders onto your web space.  This is a one time only exercise but is essential to the operation of your Cumulus website.&lt;br /&gt;
&lt;br /&gt;
Configure your [[FTP tool]] to connect to your web space.  Once done, make your connection and change to the correct directory/folder on your site, as advised by your provider.&lt;br /&gt;
&lt;br /&gt;
You may wish to create a sub-folder to store your weather site, but for this purpose we will assume not.&lt;br /&gt;
&lt;br /&gt;
Whether you are using Cumulus 1 or Cumulus MX, the first task is to copy everything in the:&lt;br /&gt;
*Cumulus 1: &#039;&#039;Cumulus\webfiles&#039;&#039;&lt;br /&gt;
*Cumulus MX: &#039;&#039;CumulusMX\webfiles&#039;&#039;&lt;br /&gt;
folder into where you want to store your web site pages, preserving the sub-folder structure.&lt;br /&gt;
&lt;br /&gt;
If you&#039;re using a graphical ftp client like Filezilla (recommended), in the left hand pane just navigate to the &#039;&#039;webfiles&#039;&#039; folder in Cumulus, open it, and you should see the five (Cumulus 1) or four (Cumulus MX) items listed in previous section.&lt;br /&gt;
&lt;br /&gt;
[[File:SiteBefore.png | Left]] - Before for Cumulus 1.x.y:&lt;br /&gt;
&lt;br /&gt;
 Select them all, and drag them to your web site in the right hand pane. That&#039;s the setup done.&lt;br /&gt;
&lt;br /&gt;
[[File:SiteAfter.png | Left]] - After for Cumulus 1.x.y:&lt;br /&gt;
&lt;br /&gt;
=Configuration=&lt;br /&gt;
&lt;br /&gt;
Within Cumulus, click &#039;&#039;&#039;Configuration&#039;&#039;&#039;, &#039;&#039;Internet&#039;&#039; Settings&lt;br /&gt;
&lt;br /&gt;
[[File:SimpleInternet-options.png | Left]]Within the &#039;&#039;&#039;Sites/Options&#039;&#039;&#039; tab you should see (Picture is Cumulus 1.x.y interface) a frame called &#039;web site&#039;in the top left corner: &lt;br /&gt;
#&#039;&#039;Host name&#039;&#039;&lt;br /&gt;
#*Here enter your FTP server name.&lt;br /&gt;
#*An example could be &#039;&#039;myserver.org&#039;&#039;. Just enter a HOST NAME or IP ADDRESS.&lt;br /&gt;
#*Do not enter a URL - do not include &amp;quot;ftp://&amp;quot; or &amp;quot;http://&amp;quot; or anything similar.  &lt;br /&gt;
#*If you have managed to transfer files using a FTP tool, its log should show the host name or the (numbers separated by dots) Internet Protocol address. The illustration shows an IP address typical of a local server. &lt;br /&gt;
#&#039;&#039;FTP port&#039;&#039;&lt;br /&gt;
#*This is normally &#039;&#039;21&#039;&#039; unless your provider has told you otherwise&lt;br /&gt;
#&#039;&#039;Directory&#039;&#039;&lt;br /&gt;
#*Generally your provider will have given you instructions what to enter here.&lt;br /&gt;
#*It may be blank, or may be a folder structure.&lt;br /&gt;
#*It is almost always case sensitive so type it exactly as advised.  There will be NO spaces at the start, end, or anywhere within, the name. It is a &#039;&#039;&#039;relative&#039;&#039;&#039; path from the FTP &#039;&#039;&#039;root&#039;&#039;&#039;. If you have successfully used a FTP tool to transfer files, then (as in before image above) there should be a reference to the directory in the log dialogue of establishing connection to your website.&lt;br /&gt;
#&#039;&#039;Username&#039;&#039; and &#039;&#039;Password&#039;&#039;&lt;br /&gt;
#*In all cases your provider will tell you these two values.&lt;br /&gt;
#*It maybe be the same username and password used for your email, it could even be your email address.  Again this is case sensitive so type it exactly as advised. Again if you have successfully used a FTP tool, you will have specified username and password for that, so use same values for Cumulus.&lt;br /&gt;
#*Cumulus sends these (using standard commands) to the server to initiate a session of contact, and waits for the server to confirm the session has started.&lt;br /&gt;
#&#039;&#039;Forum URL&#039;&#039;&lt;br /&gt;
#*This can be left blank, if so then the standard web pages will not include a navigation link with the label &#039;&#039;&#039;Forum&#039;&#039;&#039;.  However, if you type &#039;&#039;http://sandaysoft.com/forum/search.php?search_id=active_topics&#039;&#039; here, then the navigation link labelled &#039;&#039;&#039;Forum&#039;&#039;&#039; on each standard web page will  link to the Cumulus support forum and will display those postings that are most recent.&lt;br /&gt;
#&#039;&#039;Webcam URL&#039;&#039;&lt;br /&gt;
#*This is discussed in the help and can be left blank for most people.&lt;br /&gt;
&lt;br /&gt;
Still within the &#039;&#039;&#039;Sites/Options&#039;&#039;&#039; tab you should see (Picture is Cumulus 1.x.y interface) in the top centre:&lt;br /&gt;
[[File:Web_settings.JPG | Right]]&lt;br /&gt;
#In this &#039;frame&#039; first click on &#039;&#039;Auto Update&#039;&#039; (so that it is ticked with recent versions of Windows); this tells Cumulus you want it to automatically process the templates and generate web pages.&lt;br /&gt;
#The illustration (Cumulus 1 interface) shows &#039;&#039;Use active FTP mode&#039;&#039; selected, as Cumulus &#039;&#039;&#039;Help&#039;&#039;&#039; says, normally this is NOT selected.  In active mode, Cumulus is listening for an incoming data connection from the server; in passive mode, Cumulus asks the server if it can establish a connection.&lt;br /&gt;
#The illustration (Cumulus 1 interface) shows &#039;&#039;Use FTP rename&#039;&#039; un-selected, as Cumulus &#039;&#039;&#039;Help&#039;&#039;&#039; says, normally this IS selected.&lt;br /&gt;
#Leave &#039;&#039;Delete before upload&#039;&#039; un-selected.&lt;br /&gt;
#*You may need to experiment with changing these last 3 selections, which works best depends on your web server.&lt;br /&gt;
#Leave &#039;&#039;UTF-8 encode&#039;&#039; selected (all standard Cumulus web pages use this encoding)..&lt;br /&gt;
#Now look at &#039;&#039;Interval&#039;&#039;, this is how often Cumulus will update your website.&lt;br /&gt;
#*It has been set in illustrated example to &#039;&#039;&#039;5&#039;&#039;&#039; minutes as that is quite good when you first start so you can see all your pages being updated frequently.  Typically people set this to 10 or 15 minutes on established sites. It is tempting to change this to 1 minute, but little is gained from this as on most web pages very few figures change that frequently.&lt;br /&gt;
#As part of the Standard set-up you can request Cumulus to provide pseudo real-time data. The blue box in the illustration shows the relevant items for Cumulus 1.&lt;br /&gt;
##There are now three &#039;Enable...&#039; boxes for Realtime;&lt;br /&gt;
##* if you want Cumulus to upload the realtime.txt file for the &#039;Flash&#039; gauges on the standard Cumulus 1 gauges page, you need to &#039;&#039;&#039;tick all three boxes&#039;&#039;&#039;.   In reality, the standard cumulus 1 web templates used in this Simple setup only include two ‘realtime’ elements to show wind speed and direction on the gauges page.  &lt;br /&gt;
##*For Cumulus MX, the steel series gauges page provided requires all 3 boxes to be selected.  &lt;br /&gt;
##*If you are running Cumulus 1.x.y and do not wish to provide realtime data untick the 3 “Enable Realtime” boxes, and comment out the last two graphics on the &#039;gaugesT.htm&#039; template. &lt;br /&gt;
##The next selection is the time Cumulus will wait after sending a burst of real-time information until it re-starts for producing another burst of real-time information.&lt;br /&gt;
##*In this example, &#039;&#039;&#039;90&#039;&#039;&#039; seconds.  Consider Realtime carefully -- firstly this impacts on your internet connection as Cumulus will update a very small file on your website every XX seconds.  Also, some weather stations only update Cumulus less often (e.g. The Fine OffSet stations are updating every 48 or 60 seconds) so a 15 second realtime update is wasteful and unnecessary.&lt;br /&gt;
Next, click on the &#039;&#039;&#039;Files&#039;&#039;&#039; tab:&lt;br /&gt;
What you do here depends on which Cumulus version you are using.&lt;br /&gt;
&lt;br /&gt;
== Cumulus 1 ==&lt;br /&gt;
&lt;br /&gt;
[[File:SimpleInternet-StandardTicks.png]]&lt;br /&gt;
&lt;br /&gt;
Make sure both “Include Standard” Files and “Include Standard Images” are ticked in Cumulus 1.&lt;br /&gt;
&lt;br /&gt;
You have now told Cumulus how to update your web space with the [[Customised_templates#The_Standard_Templates |Standard Cumulus Template]] files for the web.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Cumulus MX ==&lt;br /&gt;
&lt;br /&gt;
Make sure “Include Standard” Files is selected for Cumulus MX.  However, you also need to specify an extra file in the table for the steel series gauges page to work:&lt;br /&gt;
#&#039;Local filenames&#039; column&lt;br /&gt;
#*Enter the path and filename for the realtimegaugesT.txt file. This will normally by web\realtimegaugesT.txt on Windows, and web/realtimegaugesT.txt on other platforms.&lt;br /&gt;
#&#039;Remote filenames&#039; column&lt;br /&gt;
#*Here you must type the path to where you want the web page to appear (i.e. where the other web pages are uploaded to) ending with the file name &#039;&#039; realtimegauges.txt&#039;&#039;. Typically the path will involve specifying the directory you entered on the &#039;Sites/Options&#039; tab (see the &#039;Web Site&#039; settings step 3 for that tab above).&lt;br /&gt;
#&#039;Process?&#039; column&lt;br /&gt;
#*Select this, as &#039;&#039;realtimegaugesT.txt&#039;&#039; contains web tags and needs to be processed to create the remote file.&lt;br /&gt;
#&#039;Realtime?&#039; column&lt;br /&gt;
#*Select this, as you want the file to be created at whatever interval you have defined for real-time updates (see &#039;web settings&#039; point 7 above for where you did that)&lt;br /&gt;
# &#039;FTP?&#039; column&lt;br /&gt;
#*Select this.&lt;br /&gt;
#&#039;UTF-8?&#039; column&lt;br /&gt;
#*This is irrelevant for this file.&lt;br /&gt;
&lt;br /&gt;
You have now told Cumulus how to update your web space with the [[Customised_templates#The_Standard_Templates |Standard Cumulus Template]] files for the web.&lt;br /&gt;
&lt;br /&gt;
== Testing ==&lt;br /&gt;
&lt;br /&gt;
# You can force an immediate web update to test your settings by, in File menu within Cumulus 1, clicking Web Update.&lt;br /&gt;
# This will display a window of progress as it uploads the necessary files to your web space (or show a failure message). (Within the Configuration menu, you can turn on &#039;FTP logging&#039; for full diagnostics).&lt;br /&gt;
#* Once completed the Cumulus 1 progress display will end with “Logging Out” and you can close the window.&lt;br /&gt;
&lt;br /&gt;
Both Cumulus 1.x.y, and Cumulus MX, while running should create the 9 standard web pages in the local &#039;web&#039; sub-directory, and upload these to the web space by FTP. &lt;br /&gt;
*Cumulus 1.x.y should also upload by FTP a moon image (moon.bmp), the 3 images wind images (compass.png, windgauge.png, windrose.png) as seen on Cumulus main screen, and graphs for &#039;trends.htm&#039; page (hum.png, humsm.png, intemp.png, intempsm.png, press.png, presssm.png, rain.png, rainsm.png, raind.png, raindsm.png, raint.png, raintsm.png, temp.png tempsm.png, tempm.png, and tempmsm.png; optionally depending on settings it also uploads  solar.png, solarsm.png, sunshine.png, sunshinesm.png, uv.png, and uvsm.png) from the &#039;web\images&#039; sub-directory to the &#039;images&#039; folder on your web space. &lt;br /&gt;
*Cumulus MX should also upload by FTP eleven .json files that Cumulus MX creates in the top level directory (that is, the one it&#039;s been installed in), for the graphs (&amp;quot;graphconfig.json&amp;quot;, &amp;quot;tempdata.json&amp;quot;, &amp;quot;pressdata.json&amp;quot;, &amp;quot;winddata.json&amp;quot;, &amp;quot;wdirdata.json&amp;quot;, &amp;quot;humdata.json&amp;quot;, &amp;quot;raindata.json&amp;quot;, &amp;quot;solardata.json&amp;quot;, &amp;quot;dailyrain.json&amp;quot;, &amp;quot;sunhours.json&amp;quot;, &amp;quot;dailytemp.json&amp;quot;).&lt;br /&gt;
&lt;br /&gt;
Apart from the differences in the user interface, and the differences in web pages for &#039;gauges.htm&#039; and &#039;trends.htm&#039;, both versions of Cumulus generate the same web pages. When looking at the uploaded web pages using a browser, both can be tested in the same way. &lt;br /&gt;
* Open a web browser&lt;br /&gt;
*# Type in &#039;your web site&#039; Universal Resource Locator (URL) name, if you were hosting yourself then &#039;&#039;localhost&#039;&#039; is usually recognised. It could be the same as you typed for &#039;&#039;Host Name&#039;&#039;, anyway, your provider has probably told you what your web site name is.&lt;br /&gt;
*# The web server will have a list of file names that specify the order of names to look for to determine the first page to be shown, Cumulus produces a page called &#039;&#039;index.htm&#039;&#039; and (unless you have uploaded additional pages with names that occur earlier in the server&#039;s list) that will be loaded,&lt;br /&gt;
*# Click one of the navigation links at the bottom of the standard Cumulus pages, and the next page will be sent to the browser.  Repeat this to look through your complete Cumulus website with your data on the various pages.&lt;br /&gt;
&lt;br /&gt;
=Possible problems=&lt;br /&gt;
&lt;br /&gt;
*You see a lot of text, no colours and a bad layout, etc&lt;br /&gt;
:You have not uploaded your Core files -- go back to the section above and check your settings&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*You do not see your Cumulus Site but another site, an error message or a blank&lt;br /&gt;
:Check you are uploading to the correct folder/directory on your webspace.  There is a good chance you have mis-typed the details in the Internet Configuration section above.&lt;br /&gt;
&lt;br /&gt;
:Via your FTP tool ensure that your website has an index.htm file.  It should NOT have index.htm&#039;&#039;&#039;l&#039;&#039;&#039;, default.html, default.htm, index.php, default.php  This should be removed if necessary&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*My realtime section of the ‘gauges’ page is not refreshing every x seconds&lt;br /&gt;
:If using free hosting, they may not permit uploading of ‘txt’ files.  Please check with them&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Is there a log file to help with my problem&lt;br /&gt;
:Yes, you can enable FTP logging and then examine the file which will have more detail on any issues.  It may also be useful to upload the log file to the Cumulus Forum when asking for help.  More on  [[Ftplog.txt]]&lt;/div&gt;</summary>
		<author><name>Steve</name></author>
	</entry>
	<entry>
		<id>https://www.cumuluswiki.org/index.php?title=FAQ&amp;diff=3774</id>
		<title>FAQ</title>
		<link rel="alternate" type="text/html" href="https://www.cumuluswiki.org/index.php?title=FAQ&amp;diff=3774"/>
		<updated>2015-05-28T12:19:45Z</updated>

		<summary type="html">&lt;p&gt;Steve: /* I am getting I/O error 32 or I/O error 103 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is the Cumulus FAQ (consult also the Help screens within Cumulus software, and learn more from the rest of this Wiki)&lt;br /&gt;
&lt;br /&gt;
= Installing and Running Cumulus  =&lt;br /&gt;
&lt;br /&gt;
== What operating systems does Cumulus run on?  ==&lt;br /&gt;
&lt;br /&gt;
All versions of Windows from XP to Windows 8.1 inclusive (and the server versions). It works on 32 bit and 64 bit editions. 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.&lt;br /&gt;
&lt;br /&gt;
== Where do I find the Cumulus installer? ==&lt;br /&gt;
&lt;br /&gt;
On the [http://sandaysoft.com/downloads downloads page]&lt;br /&gt;
&lt;br /&gt;
== What do I need to get right when first getting Cumulus? ==&lt;br /&gt;
The installation process for Cumulus displays &#039;&#039;&#039;readme.txt&#039;&#039;&#039;, that has many tips. See also [[Setup]]. Below are three key points.&lt;br /&gt;
# Install Cumulus in its own directory directly under a drive root.&lt;br /&gt;
# Connect your weather station before you start Cumulus&lt;br /&gt;
# When you first run Cumulus, it displays the &#039;&#039;&#039;Station settings&#039;&#039;&#039; screen. On this, make sure you pick the right sort of station (to ensure Cumulus communicates correctly with your weather station, and can identify all the observations) and choose your &#039;&#039;&#039;units&#039;&#039;&#039; wisely. (Changing units later means all stored Lowest and highest numbers up to that point have to be converted immediately manually).  See the &#039;&#039;&#039;Help&#039;&#039;&#039; for information about the rest of the screen, but generally you can easily adjust the other options later.&lt;br /&gt;
&lt;br /&gt;
== What weather stations does Cumulus work with?  ==&lt;br /&gt;
&lt;br /&gt;
*Davis Vantage Pro (VP), Vantage Pro2 (VP2), and Vue. &lt;br /&gt;
*Oregon Scientific WM918, WMR918, WMR928, WMR968, WMR88 (see [[FAQ#How do I set up recording wind speeds in Cumulus, with Oregon Scientific and La Crosse stations | this FAQ]]), WMR100, WMR180, WMR200. &lt;br /&gt;
*Fine Offset - stations which use the Easyweather software such as MyDEL, Nevada, Watson and Fine Offset, with model numbers such as WH1080, WH1081, W8681, 265NC etc.&lt;br /&gt;
*La Crosse WS2300 range (see [[FAQ#How do I set up recording wind speeds in Cumulus, with Oregon Scientific and La Crosse stations | this FAQ]]). You may have problems with corrupt data if you use a WS23xx with a serial/USB adapter; this combination is therefore not supported.&lt;br /&gt;
&lt;br /&gt;
For a more complete list see the [[Supported Devices]] page.&lt;br /&gt;
&lt;br /&gt;
== Will you support a new weather station type?  ==&lt;br /&gt;
&lt;br /&gt;
It’s quite hard to support a particular weather station when I don’t have access to one. No weather station is perfect, and problems inevitably arise after the code is written, and I have to start adding more and more code to work around issues with the station. Also, most companies don’t seem to like third parties writing software for their stations, so don’t make the protocol available. I will only consider adding support for a station under a certain set of circumstances which would include &#039;&#039;at least&#039;&#039;: &lt;br /&gt;
&lt;br /&gt;
*A significant donation towards Cumulus development &lt;br /&gt;
*A well documented official protocol spec &lt;br /&gt;
*Loan or donation of a station &lt;br /&gt;
*Access to technical support from the station manufacturer&lt;br /&gt;
&lt;br /&gt;
Please contact me if you would like to discuss this further&lt;br /&gt;
&lt;br /&gt;
== How do I request a new feature for Cumulus? ==&lt;br /&gt;
&lt;br /&gt;
Please create an [http://sandaysoft.com/forum/tracker.php enhancement request].  &lt;br /&gt;
&lt;br /&gt;
== Why haven&#039;t you added the feature I asked for a long time ago? ==&lt;br /&gt;
&lt;br /&gt;
I develop and support Cumulus in my spare time, and I have a full time job. I invite donations, but I don&#039;t make a living from Cumulus. I add facilities when I can. There is a long list of  [http://sandaysoft.com/forum/tracker.php enhancement requests] already, and I am slowly working my way through them as time permits. If there is an enhancement request for the facility you have asked for, and the facility is a reasonable one (in my opinion) then I will hopefully get around to adding it one day. Please be patient. Please don&#039;t ask for a forecast of when a feature will be added.&lt;br /&gt;
&lt;br /&gt;
== How do I upgrade to a new release?  ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Just run the installer for the new version.&#039;&#039;&#039; Your data and settings are not affected, but it is still best if you back up your data (sub-folder &#039;data&#039;) and any settings files (e.g. cumulus.ini and strings.ini) before you run the installer. &lt;br /&gt;
&lt;br /&gt;
You can install the new version where you like, but the installer will offer the same place as the previous version as the default.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Occasionally, there may be actions you need to perform before or after the upgrade.&#039;&#039;   Required actions usually appear in the announcement of the version you are installing, and may be documented in the readme.txt file that will appear as you run the installer. Read such announcements for every release since your existing build in case any of the in-between changes affect you.&lt;br /&gt;
&lt;br /&gt;
These instructions apply whether you are updating by one build, skipping several builds, upgrading to/from a beta version, or installing the latest &#039;release&#039; version. &lt;br /&gt;
&lt;br /&gt;
The installer will always upgrade the following files (replacing them, ignoring existing versions):&lt;br /&gt;
# &amp;quot;cumulus.exe&amp;quot;; - the latest build&lt;br /&gt;
# &amp;quot;unins000.exe&amp;quot;;&lt;br /&gt;
# &amp;quot;libeay32.dll&amp;quot;;&lt;br /&gt;
# &amp;quot;ssleay32.dll&amp;quot;;&lt;br /&gt;
# &amp;quot;readme.txt&amp;quot;; - advice for you to follow at installation time&lt;br /&gt;
# &amp;quot;licence.txt&amp;quot;; - reminder about restrictions on use&lt;br /&gt;
# &amp;quot;alert.wav&amp;quot;; - default alarm sound&lt;br /&gt;
#  &amp;quot;web\originals\*.*&amp;quot;; - Cumulus will always install the HTML template files here&lt;br /&gt;
# &amp;quot;webfiles\*.*&amp;quot;; e.g. weatherstyle.css, wz_jsgraphics.js&lt;br /&gt;
# &amp;quot;webfiles\images\picture.jpg&amp;quot;;&lt;br /&gt;
# &amp;quot;Help\Cumulus.chm&amp;quot;; - the latest help including lists of log files and web tags&lt;br /&gt;
There may be extra files automatically upgraded by particular builds - see announcement.&lt;br /&gt;
&lt;br /&gt;
During the install, you will see a &#039;&#039;&#039;Select Components&#039;&#039;&#039; screen , if you tick the &#039;&#039;HTML templates&#039;&#039; (the default) it will also upgrade the HTML template files in the web folder.&lt;br /&gt;
&lt;br /&gt;
*So tick this option, if you have a standard Cumulus implementation and then you can be sure to upgrade the standard templates.&lt;br /&gt;
*Untick this option if you have  [[Customised_templates#Creating_Your_Own_Templates|customised the existing pages]],  so that if your customised versions  are in &amp;quot;web\*.*&amp;quot; they don&#039;t get overwritten. It is recommended that you store any customised pages in a directory outside the Cumulus folder, as you can specify up to 10 such files on the local side of the files tab in the Configuration menu Internet settings screen and (if you are not using standard files) untick &#039;&#039;Include Standard Files&#039;&#039; on the same screen. (100 such files can be specified in [[Cumulus.ini]]).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Changing to different weather station ==&lt;br /&gt;
&lt;br /&gt;
Just change the station type. If Cumulus doesn&#039;t start reading the data from the new station, stop Cumulus and start it again. Some of the rain figures may be odd for a while (e.g. rain in last 24 hours). It is as simple as that.&lt;br /&gt;
&lt;br /&gt;
In testing planned changes to Cumulus, I switch backwards and forwards between a Fine Offset and a WMR200 frequently, the only thing that happens is that the rain figures go wrong initially (because the two stations have different counters).&lt;br /&gt;
&lt;br /&gt;
== Moving Cumulus software to a new PC (or updating Windows Operating System) ==&lt;br /&gt;
&lt;br /&gt;
Cumulus will continue to work with your existing weather station and existing log files, providing&lt;br /&gt;
#Your Windows regional settings are the same (i.e. date format unchanged, same time zone, decimal point symbol unchanged, list separator character unchanged) - if there is a difference, the new installation cannot understand the old lines in the log files and will give an error when Cumulus is restarted.&lt;br /&gt;
#You may need to &#039;tweak&#039; a few things (serial port number etc) in [[cumulus.ini]].&lt;br /&gt;
#In the folder with cumulus.exe in it, copy across  &#039;cumulus.ini&#039;,  and if you have created a &#039;strings.ini&#039; that file must be copied across too.&lt;br /&gt;
#The Cumulus &#039;data&#039; sub-folder has been copied across.&lt;br /&gt;
#Obviously if you use customised web pages, then you need the corresponding templates in the new installation.&lt;br /&gt;
#Any other customised files (images and/or a twitter.txt file, for example), you may want to copy those over too.&lt;br /&gt;
&lt;br /&gt;
== Can I view my Cumulus data on another device? ==&lt;br /&gt;
&lt;br /&gt;
# If Cumulus uploads your weather information to an online web site, you can view that on another device.&lt;br /&gt;
# Software like &#039;Remote Desktop&#039; can be used to view the computer that is running Cumulus - see many postings on the Support Forum.&lt;br /&gt;
# A back-up as described in the next answer can be viewed in Cumulus installed on another PC (see point about Windows regional settings in previous question) to look at past extremes or graphs; although obviously that additional installation will not be able to add further observations from the weather station connected to the original PC.&lt;br /&gt;
# If your web site is on your local network, but not online, your device may be able to view it directly or view a back-up of how it was in the past.&lt;br /&gt;
&lt;br /&gt;
== How do I back up my data?  ==&lt;br /&gt;
&lt;br /&gt;
*Copy the contents of the Cumulus ‘data’ sub-folder on a regular basis to a different storage device.  Then if you have any problem with the original storage device, or corruption of files, you can minimise the loss of logged observations. To restore from the backup, just copy the saved data folder back into your Cumulus installation, with Cumulus stopped.&lt;br /&gt;
*It can be useful to take copies of the Cumulus &#039;backup&#039; sub-folder on key dates (e.g. just after change of month or year), or if you think you might have some rogue figures.  The &#039;.ini&#039; files in the backup sub-folder contain past extreme values that you might want to look up.&lt;br /&gt;
*You should also back up, at least once, your cumulus.ini file in the main Cumulus folder.  This contains all the key settings and you need a record of those!&lt;br /&gt;
&lt;br /&gt;
== Moving Cumulus software to a different location on your PC? ==&lt;br /&gt;
&lt;br /&gt;
This article in the wiki gives more details above moving Cumulus: [[Moving cumulus]]&lt;br /&gt;
&lt;br /&gt;
== What are the formats of the Cumulus data files?  ==&lt;br /&gt;
&lt;br /&gt;
These are detailed in the [[:Category:Log Files|Log Files]] section of this Wiki and also in the Cumulus help file, in the section “Data log file format”&lt;br /&gt;
&lt;br /&gt;
== Can I import logged information from before I installed Cumulus? ==&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;Configuration&#039;&#039;&#039; menu, &#039;&#039;Station&#039;&#039; setting screen (near bottom) has option to enter there the &#039;&#039;rainfall total&#039;&#039; for the bit of the year (starting month can be selected here too) until when you first start using Cumulus.  See the Cumulus &#039;&#039;&#039;Help&#039;&#039;&#039; for this screen for further details.&lt;br /&gt;
&lt;br /&gt;
Yes is the answer for other weather information, providing you can manipulate the information you have into either (preferably) the format used by the [[Monthly_log_files#Importing_pre-Cumulus_data]] or (second best) [[Dayfile.txt]]. Look up those cross-references in this Wiki (or the Cumulus &#039;&#039;&#039;Help&#039;&#039;&#039;) for further information on required formats.  The support forum includes a few threads related to this topic, and if you post there then people who have already imported from particular systems may offer their services to import your past observations.&lt;br /&gt;
&lt;br /&gt;
A converter for Weather Display log files is available from this thread in the forum: http://sandaysoft.com/forum/viewtopic.php?f=4&amp;amp;t=10118&lt;br /&gt;
&lt;br /&gt;
A converter for WeatherLink log files is available from this thread in the forum: http://sandaysoft.com/forum/viewtopic.php?f=6&amp;amp;t=11349&lt;br /&gt;
&lt;br /&gt;
== I was away on the last day of last month/year - How do I see the final lowest and highest figures for last month/year? ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;View&#039;&#039;&#039; menu, &#039;&#039;This month&#039;&#039; or &#039;&#039;This year&#039;&#039; screens show some figures for any month or year selected by you, but do not show all the figures shown on a standard web page or as shown on the &#039;&#039;Highs and Lows&#039;&#039; screen for the current month/year.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;View&#039;&#039;&#039; menu, &#039;&#039;Highs and Lows - This month (or This year)&#039;&#039; (or &#039;&#039;thismonth.htm&#039;&#039; or &#039;&#039;thisyear.htm&#039;&#039; web page) only shows the lowest and highest values for the current calendar month (or current year). This answer describes a way to see the same information for the month (or year) that fairly recently ended.  It is valid only until build 1088 (from 5 March 2014 build 1089 &#039;Delay writing of end of day backup files until the first log entry is written&#039; means the stored &#039;&#039;month.ini&#039;&#039; relates to the &#039;&#039;initial&#039;&#039; entries for the start of the new month). From version 1.9.3 build 1041, Cumulus creates a daily backup of the log files. &lt;br /&gt;
*Look in the &#039;&#039;backup\daily&#039;&#039; subfolder within your Cumulus installation. &lt;br /&gt;
*These daily backups will be created if Cumulus was left running during the period of interest, or stopped before that period and since restarted. &lt;br /&gt;
*Normally about 10 such back ups are available, each folder has a name based on the timestamp and contains the 6 [[:Category:Log_Files|xxxx.ini files]], the current [[Monthly_log_files|monthly standard data log]]/[[Extra_Sensor_Files|monthly extra data log]], and the most recent update of [[dayfile.txt|daily summary log]].&lt;br /&gt;
&lt;br /&gt;
Open as a text file [[month.ini]] in the folder whose name is bearing the timestamp after your final rollover, for Cumulus builds 1041 to 1088 the final lowest and highest for each observation in the month will be listed.&lt;br /&gt;
&lt;br /&gt;
In a similar manner if you miss the last day of the year, for Cumulus builds 1041 to 1088 see the final &#039;this year&#039; figures for last year by opening [[year.ini]] from the appropriate backup.&lt;br /&gt;
&lt;br /&gt;
== What do the various wind speeds in Cumulus correspond to, with Davis stations?  ==&lt;br /&gt;
&lt;br /&gt;
Davis station firmware supplies two windspeeds, a 3-second average and a 10-minute average (later versions of the firmware also supply a 2-minute average, Cumulus currently doesn&#039;t use this).  &lt;br /&gt;
* The latest Davis 3-second average is treated by Cumulus as &#039;Latest&#039; (available via &amp;lt;#wlatest&amp;gt;)&lt;br /&gt;
* The highest of the station&#039;s 3-second readings over the previous 10 (configurable by adding &#039;&#039;AvgSpeedMinutes=N&#039;&#039; in [[Cumulus.ini#Section:_Station]] where &#039;N&#039; is number of) minutes becomes the Cumulus &#039;Gust (available via &amp;lt;#wgust&amp;gt;). Note that the WMO definition of a wind gust is the mean wind speed over a 2 to 3 second sample period (not the maximum instantaneous wind speed).&lt;br /&gt;
* The Davis 10-minute average is the Cumulus &#039;Average&#039; (available via &amp;lt;#wspeed&amp;gt;).&lt;br /&gt;
Note that if you sample these readings at shorter (real time) intervals it is possible for Cumulus &#039;Latest&#039; to be lower than Cumulus &#039;Average&#039; because approximately half of the 3-second wind speeds will be higher and half of them lower than the 10-minute average. &lt;br /&gt;
If the Cumulus figure seems lower than the Davis figure see [[#My_Davis_station_shows_a_higher_maximum_wind_speed_than_Cumulus]].&lt;br /&gt;
&lt;br /&gt;
Davis station loggers record a single spot (not any average) wind speed, so if you restart Cumulus and the software attempts to catch up from the station logger there may be only one or two values to include in the Cumulus average (over 10 or whatever) minutes calculation.&lt;br /&gt;
&lt;br /&gt;
== What do the various wind speeds in Cumulus correspond to, with Fine Offset stations?  ==&lt;br /&gt;
&lt;br /&gt;
Fine Offset sensors measure wind over 48-second intervals, divided into 24 2-second intervals. At the end of each 48-second period, they transmit the highest of those 24 values as &#039;Gust&#039;, and the average of those 24 values as &#039;Wind&#039;. The console keeps &#039;&#039;&#039;overwriting&#039;&#039;&#039; the newly received &#039;Gust&#039; and &#039;Wind&#039; values to the same area of console memory every 48 seconds, until the station logging interval time is reached, then it moves on to the next memory location, leaving the last values it wrote in the previous console memory location.  &lt;br /&gt;
*If Cumulus is not running all the time, on restart it works through the console memory locations and extracts the Fine Offset Wind and Gust in each memory location, i.e. at the station logging interval. &lt;br /&gt;
*While Cumulus is running, it reads the current wind speeds (and direction) every 10 seconds. There are new values only every 48 seconds (i.e. every fourth or fifth read)&lt;br /&gt;
&lt;br /&gt;
Cumulus, for various reasons, uses different terminology, and also has configuration settings which control how some of the wind values are displayed.&lt;br /&gt;
* The Fine Offset console &#039;Gust&#039; value becomes Cumulus &#039;Latest&#039;. &lt;br /&gt;
* The highest of the Fine Offset &#039;Gust&#039; values over the previous 10 minutes becomes Cumulus &#039;Gust&#039;.  Note that the WMO definition of a wind gust is the mean wind speed over a 2 to 3 second sample period (not the maximum instantaneous wind speed).&lt;br /&gt;
* Cumulus &#039;Average&#039;  can be calculated in 3 different ways:&lt;br /&gt;
** The default: If &#039;Calculate 10-min wind average&#039; is not selected on the Station Settings screen, the console &#039;Wind&#039; value is used.&lt;br /&gt;
** If &#039;Calculate 10-min wind average&#039; is selected, then by default the average of the Fine Offset &#039;Gust&#039; values read over the previous N (configurable, defaults to 10) minutes is used.&lt;br /&gt;
** If &#039;Calculate 10-min wind average&#039; and &#039;Use speed for avg calculation&#039; are both selected, the average of the Fine Offset &#039;Wind&#039; values read over the previous N (configurable, defaults to 10) minutes is used.&lt;br /&gt;
&lt;br /&gt;
Select value for &#039;N&#039; using &#039;&#039;AvgSpeedMinutes=N&#039;&#039; in [[Cumulus.ini#Section:_Station]].&lt;br /&gt;
&lt;br /&gt;
Note that Fine Offset Consoles can display a &#039;MAX&#039; figure, this is highest recorded since it was last reset (on touchscreen models multiple touches of the displayed speed will cause maximum speed, or gust, to be shown, and when a max value is displayed continuing to hold touching that value for 3 seconds will reset max to current value).  Cumulus maintains its own various extremes for different periods (e.g High wind and high gust for yesterday on its main screen) calculated from all values read by Cumulus in that period.&lt;br /&gt;
&lt;br /&gt;
== How do I set up recording wind speeds in Cumulus, with Oregon Scientific and La Crosse stations  ==&lt;br /&gt;
&lt;br /&gt;
La Crosse and some Oregon Scientific weather stations only output a single wind speed.  To allow Cumulus to calculate &#039;gust&#039; and &#039;wind speed&#039; with different values, select the &#039;&#039;&#039;Station&#039;&#039;&#039; dialogue from the &#039;&#039;Configuration&#039;&#039; menu and set &#039;&#039;Calculate 10 min wind average&#039;&#039; in the &#039;Settings&#039; frame, so in [[cumulus.ini]] this will produce the parameter &#039;Wind10MinAverage=1 when cumulus is next stopped.&lt;br /&gt;
* The station&#039;s &#039;Wind&#039; value will then display as Cumulus &#039;Latest&#039;.&lt;br /&gt;
* A 10 (configurable by adding &#039;&#039;AvgSpeedMinutes=N&#039;&#039; in [[Cumulus.ini#Section:_Station]] where &#039;N&#039; is number of) minutes average of the station&#039;s &#039;Wind&#039; value will then display as Cumulus &#039;Average&#039;.&lt;br /&gt;
* The highest of the station&#039;s &#039;Wind&#039; value in a 10 minute period will then display as Cumulus &#039;Gust&#039;.  Note that the WMO definition of a wind gust is the mean wind speed over a 2 to 3 second sample period (not the maximum instantaneous wind speed).&lt;br /&gt;
&lt;br /&gt;
See &#039;&#039;LCMaxWind=X&#039;&#039; parameter in [[Cumulus.ini#La_Crosse_specific:]] where X is the maximum (uncalibrated) wind speed in m/s that you want to allow.&lt;br /&gt;
&lt;br /&gt;
== How do I make Cumulus run automatically when Windows starts?  ==&lt;br /&gt;
&lt;br /&gt;
There is no option in Cumulus to set this up automatically as I prefer to leave it under the control of the user: The safest and most reliable method is simply to put a shortcut in your Startup folder. If you are running Vista or Windows 7, you may find that Cumulus gets blocked by UAC if you try to run it from the Startup folder, in which case it is recommended that you use Task Scheduler instead. See here for a good description of how to do this - http://blogs.techrepublic.com/window-on-windows/?p=616&lt;br /&gt;
&lt;br /&gt;
== How does Cumulus handle Daylight Saving Time?  ==&lt;br /&gt;
&lt;br /&gt;
As far as the timestamps in the extreme logs, monthly log, and the graphs, are concerned; Cumulus doesn&#039;t do anything in particular for DST. &lt;br /&gt;
*It generates timestamps based on the Windows clock. &lt;br /&gt;
**So basically, at the start of DST (i.e. when the clocks &#039;go forward&#039; for the summer) you will get an apparent gap of one hour in your data logs and on graphs.&lt;br /&gt;
**Similarly at the end of DST (i.e. when the clocks &#039;go back&#039; for the winter) you will get an apparent hour of duplicate timestamps in your logs and graphs. &lt;br /&gt;
*You will tend to get better results if you leave Cumulus running during the clock change, because if it is stopped you may lose data,&lt;br /&gt;
**the exact timing of the affected hours depends on the type of station and the times when Cumulus was running/stopped.&lt;br /&gt;
&lt;br /&gt;
=== ... How do Davis stations handle Daylight Saving Time? ===&lt;br /&gt;
&lt;br /&gt;
Note that there seems to be an issue with Davis stations, either in the console/logger, or in the Davis DLL which Cumulus uses. &lt;br /&gt;
*If you don&#039;t have Cumulus running when DST ends (autumn), then when you start Cumulus up again, it doesn&#039;t receive all of the logger data it needs to catch up to the &#039;&#039;present time&#039;&#039; - the previous hour or so is missing. &lt;br /&gt;
*So with Davis stations, I strongly recommend that you leave Cumulus running at the end of DST, if at all possible.&lt;br /&gt;
&lt;br /&gt;
=== ... How do Fine Offset stations handle Daylight Saving Time? ===&lt;br /&gt;
&lt;br /&gt;
*For Fine Offset stations if you don&#039;t have Cumulus running when DST ends in autumn, then when you start Cumulus up again, the catch up &#039;&#039;misses off the first hour after the time Cumulus was stopped&#039;&#039; (unless you have adjusted the time in [[today.ini]] by subtracting one hour for end of DST while Cumulus was stopped).  &lt;br /&gt;
**This is because the console memory does not time-stamp the data blocks and Cumulus does not remember the console data block used just before shutdown, (after all depending on how long Cumulus has been stopped and the station logging interval, the old memory location could be overwritten by now), but each memory location does contains minutes elapsed since previous memory location used.&lt;br /&gt;
**On restart Cumulus just tries to read the appropriate number of hours worth of observations back from the block now marked as latest.  &lt;br /&gt;
**For example if it was stopped at 2200 DST and restarted at 0600 standard time, Cumulus catches up with the last 8 hours worth of stored measurements as if going back to 2200 standard time, that means it retrieves back to 2300 DST and has forever lost the period 2200 to 2300 DST.  &lt;br /&gt;
*So with Fine Offset stations, I strongly recommend that you leave Cumulus running at the end of DST, if at all possible.&lt;br /&gt;
*At the start of DST in spring, the catch up will &#039;&#039;duplicate the last hour that Cumulus was previously operating&#039;&#039; (unless you have added one hour to the standard time stored in [[today.ini]] for start of DST while Cumulus was stopped). &lt;br /&gt;
**e.g. Stopping from 2200 standard time to 0600 DST the catch up goes back to 2200 DST or 2100 standard time.&lt;br /&gt;
**Some calculated measurements like average temperature, cooling degree days, and the like will be slightly out, but no measurement is actually lost.&lt;br /&gt;
&lt;br /&gt;
== What formula does Cumulus use for Dew Point?  ==&lt;br /&gt;
dewpoint := tempinC + ((0.13 * tempinC) + 13.6) * Ln(humidity / 100)&lt;br /&gt;
&lt;br /&gt;
== What formula does Cumulus use for Apparent Temperature?  ==&lt;br /&gt;
It uses a formula from the Australian BOM - http://www.bom.gov.au/info/thermal_stress/#atapproximation&lt;br /&gt;
&lt;br /&gt;
Note that the version used is the one that doesn&#039;t take into account solar radiation.&lt;br /&gt;
&lt;br /&gt;
== How does Cumulus know the height of the cloud base?  ==&lt;br /&gt;
&lt;br /&gt;
It doesn&#039;t. It uses a calculation which gives the theoretical height above ground level at which Cumulus clouds might form, based on the current temperature and dew point. It assumes that the difference between temperature and dew point decreases by about 4.4 degrees Fahrenheit per 1000 feet increase in altitude. When the two values coincide, the air is saturated (relative humidity = 100%) and Cumulus clouds may form. &lt;br /&gt;
&lt;br /&gt;
== How is my rain rate calculated?  ==&lt;br /&gt;
&lt;br /&gt;
For stations which supply a rain rate, Cumulus uses that. For stations which don&#039;t supply a rain rate (e.g. Fine Offset and La Crosse), Cumulus simply takes the rain total from the last five minutes and calculates a rate based on that; e.g. a single tip of 0.3mm in 5 minutes is a rate of 3.6mm/hr. When data from the station&#039;s logger is used, a similar calculation is performed, but the interval used is the logger interval rather than five minutes.&lt;br /&gt;
&lt;br /&gt;
== Where does Cumulus get its this month and this year rainfall totals from?  ==&lt;br /&gt;
&lt;br /&gt;
* Each time Cumulus reads records from the weather station it applies any change to the &#039;total rain count&#039; against today&#039;s total in its memory.&lt;br /&gt;
* The today&#039;s total so far at each reading time is also added to the &#039;recent tag&#039; array allowing total values for the day-so-far at one minute intervals for up to a week ago to be added as web tags to a web template. &lt;br /&gt;
* The rainfall totals, are initialised when Cumulus is (re-)started by adding up the corresponding daily totals in dayfile.txt and storing those sums in memory. Two of the totals can be seen using default settings on &#039;&#039;&#039;View&#039;&#039;&#039; menu, &#039;&#039;This month&#039;&#039; screen for this month, &#039;&#039;This year&#039;&#039; screen for this calendar year, but the third total for the rain season (you can change starting month) is seen on the &#039;&#039;main&#039;&#039; Cumulus screen.&lt;br /&gt;
* The rainfall totals shown on the &#039;&#039;This period&#039;&#039;, &#039;&#039;This month&#039;&#039;, and &#039;&#039;This year&#039;&#039; screens within the &#039;&#039;&#039;View&#039;&#039;&#039; menu are generated by adding up the daily rainfall totals found in [[dayfile.txt]] for the selected period. So any rainfall for the current (meteorological) day is excluded as the latest dayfile.txt row is for yesterday. Totals are recalculated when you press the &#039;&#039;Update display&#039;&#039; button. Important note: The view menu &#039;This year&#039; screen always calculates the total for a selected calendar year starting in January.&lt;br /&gt;
* The rain figures that Cumulus uses for displaying in &#039;This month&#039; and &#039;This year&#039; on the Cumulus &#039;&#039;main screen&#039;&#039; are updated each time Cumulus receives a rain reading from the station, so will not be displayed if Cumulus is unable to read rain information from your station.&lt;br /&gt;
* For the web tags, Cumulus takes its stored sums and adds today&#039;s latest total each time, to give the current totals for this month and this rain season (year so far) when processing &#039;thismonthT.htm&#039; and &#039;thisyearT.htm&#039; web templates.&lt;br /&gt;
**Important, for the &amp;lt;#ryear&amp;gt; web tag, and for the &#039;This year&#039; display on the &#039;&#039;main&#039;&#039; Cumulus screen, the processing reads the &#039;&#039;dayfile.txt&#039;&#039; for the rainfall season starting with the month set on the station settings screen and stored as the value for attribute &#039;&#039;RainSeasonStart&#039;&#039; in [[Cumulus.ini#Section:_Station]] (its default is January).  &lt;br /&gt;
**If you have set a &#039;year to date&#039; value and Cumulus is being re-started when the year specified beside that figure matches the current year, your year-to-date amount is also added into this year&#039;s total. This should normally only be relevant in your first rain season of operating Cumulus, but could be used if in any season you needed to add an extra amount because for some reason you had a gap in your recording period.&lt;br /&gt;
**There is no corresponding setting for calculating the total for the first &#039;this month&#039; of Cumulus operation.&lt;br /&gt;
*Note that you need to stop and then restart Cumulus to update these initial values that are stored in memory and get any corrections you made to rogue values in the daily summary log (or year-to-date) reflected on the main Cumulus screen and in web tags.&lt;br /&gt;
&lt;br /&gt;
The built-in dayfile.txt editor is used if it is necessary to amend the daily totals (to correct any monthly, rain season, or calendar year, totals); the built-in all-time (or monthly records) editor(s) in Cumulus is used if it is necessary to regenerate the extreme records from dayfile.txt; see [[#My_station_invented_some_rain_that_didn.27t_really_occur.2C_and_I_want_to_set_it_to_zero_.28or_some_other_figure.29 |FAQ about correcting incorrect rainfall displays]].&lt;br /&gt;
&lt;br /&gt;
== How do I reset all my data to start again from scratch?  ==&lt;br /&gt;
&lt;br /&gt;
Stop Cumulus and delete all of the files in the data folder. You may also want to edit the &#039;StartDate=&#039; line in [[cumulus.ini]] to set the date for the start of your data.&lt;br /&gt;
&lt;br /&gt;
== How do I localise Cumulus to my own language? ==&lt;br /&gt;
&lt;br /&gt;
Cumulus does not directly support languages other than English. It was never intended for use in other languages, and it is not possible to add support for this now. However, the text used for:&lt;br /&gt;
*Forecasting&lt;br /&gt;
*Moonphases&lt;br /&gt;
*Beaufort Scale&lt;br /&gt;
*Trend descriptions&lt;br /&gt;
*Compass points&lt;br /&gt;
*Graph titles&lt;br /&gt;
*Extra sensor channels&lt;br /&gt;
can all be customised by using the [[strings.ini]] file. This facility may be extended to allow other items to be translated, but it is very unlikely that there will ever be a fully multi-language version of Cumulus in its current form.&lt;br /&gt;
&lt;br /&gt;
This wiki page [[:Category:Other_Languages|Other Languages]] has some old information about customising the standard web pages and see the downloads page as several third-party alternative web pages include some language translation modules.&lt;br /&gt;
&lt;br /&gt;
== Can I connect/disconnect my weather station while Cumulus is running? ==&lt;br /&gt;
No. You must make sure your weather station is connected to your PC and switched on, before running Cumulus. Do not disconnect your station while Cumulus is running.&lt;br /&gt;
&lt;br /&gt;
== How does Cumulus deal with extra sensors? ==&lt;br /&gt;
&lt;br /&gt;
By default, Cumulus deals with weather stations incorporating solar sensors, if you have selected the relevant station &#039;Type&#039; or &#039;Display solar/extra data&#039; in configuration, but it has some capability to deal with extra sensors added including the Blake-Larsen Sun Recorder.&lt;br /&gt;
Cumulus has the ability to input, log, and display Current Values/Outputs from the [[Rain_measurement#Optical_Rain_Gauges|Hydreon Optical Rain Sensor - Model RG-11]] and from either Oregon Scientific or Davis [[Extra_Sensor_Files|extra sensors]]. Only today&#039;s and yesterday&#039;s total rainfall from a Hydreon sensor are available in [[today.ini]] and [[yesterday.ini]] respectively. For some Oregon Scientific models, the temperature from an extra sensor can replace the temperature from the main sensor for processing by Cumulus, but all extra sensor values are stored in a series of [[Extra_Sensor_Files| monthly log]] files. No other processing is performed for Davis extra sensors, but past values are retained in a series of [[Extra_Sensor_Files| monthly log]] files.  The file [[strings.ini]] is used to customise the description associated with extra sensors.&lt;br /&gt;
&lt;br /&gt;
== What is this &amp;quot;Solar Max&amp;quot; value which Cumulus is displaying? ==&lt;br /&gt;
&lt;br /&gt;
It&#039;s the current theoretical maximum solar radiation value at the current date and time at your location. It is calculated using the Ryan-Stolzenbach formula, and uses the &#039;transmission factor&#039; configurable in the station settings to allow for the effect of transmission through the atmosphere. The figure is not particularly useful in itself; it is used if you have a solar sensor, to compare with the current solar radiation reading, in an attempt to determine whether the sun is currently shining or not.&lt;br /&gt;
&lt;br /&gt;
== My Fine Offset console says the memory is nearly full - how do I clear it? ==&lt;br /&gt;
&lt;br /&gt;
You don&#039;t need to, and it&#039;s much safer if you don&#039;t; clearing the memory could lead to a loss of data. The memory indicator on the console has no effect on the logging of data; the console will automatically start re-using the oldest memory locations. As long as you are running Cumulus (at least occasionally), Cumulus will have downloaded the data it needs from the console, so the console is free to overwrite the oldest data when it needs to.&lt;br /&gt;
&lt;br /&gt;
== How do I get my Davis station with USB working with Cumulus? ==&lt;br /&gt;
&lt;br /&gt;
Cumulus cannot drive the station in USB mode, you must install &#039;virtual serial port&#039; drivers, and configure Cumulus to use the virtual serial port. Make sure you have the station connected to the PC during the following operations.&lt;br /&gt;
&lt;br /&gt;
You should first make sure that you can use the station with Weatherlink, in serial mode. If you have not already installed the Weatherlink software, install the version which came with your weather station. You should then upgrade to the latest version of Weatherlink; you can download the update from the Davis web site,  [http://www.davisnet.com/support/weather/downloads/software_sftwr.asp here].&lt;br /&gt;
&lt;br /&gt;
You now need to install the &#039;CP210X USB to Serial Converter&#039;. You may find a link on your Start menu under &#039;Weatherlink&#039;. Alternatively, you should find it in the folder where Weatherlink was installed, under &#039;Support&#039; then &#039;Utilities&#039;. Davis also make version 2 of this utility available on their web site, [http://www.davisnet.com/support/weather/downloads/software_driver.asp here], and you may find that this version will work for you if the installed version does not. It should be clear from the messages output by the utility that it has successfully switched the logger to serial mode. &lt;br /&gt;
&lt;br /&gt;
It&#039;s a good idea to then update the driver to the latest version from the Silicon Labs web site, particularly if you use Windows 7 or 8. You can download it [http://www.silabs.com/products/mcu/pages/usbtouartbridgevcpdrivers.aspx here] - click on &#039;VCP driver kit&#039; under &#039;Download for Windows XP/Server 2003/Vista/7&#039; to begin the download. Run the executable once it&#039;s downloaded.&lt;br /&gt;
&lt;br /&gt;
At this point, it&#039;s best to restart your computer.&lt;br /&gt;
&lt;br /&gt;
You should now run Weatherlink, and attempt to connect to the weather station &#039;&#039;&#039;in serial mode&#039;&#039;&#039;. Weatherlink should find the appropriate COM port number automatically. If not, you can find it under &#039;Ports (COM &amp;amp; LPT)&#039; in the Windows device manager. Look for the port called &#039;USB Serial Port (COMn)&#039;, where &#039;n&#039; is a number. That&#039;s the number of the port you need to use in Weatherlink. If you cannot get Weatherlink to work using this virtual COM port, it is unlikely that you will be able to get Cumulus to work either, so either contact Davis support, explaining that you are trying to use the virtual serial port drivers because you want to run third-party software, or ask in the Cumulus forum, someone may be able to advise.&lt;br /&gt;
&lt;br /&gt;
Once you have Weatherlink connected and working via the virtual serial port, &#039;&#039;&#039;close it down&#039;&#039;&#039;, and start Cumulus.&lt;br /&gt;
&lt;br /&gt;
In the station settings in Cumulus, select the appropriate station type for your station; under &#039;VP Type&#039; select &#039;&#039;&#039;Serial&#039;&#039;&#039;; in the serial port section enter the COM port number that you found earlier. You may need to restart Cumulus at this point. It will then start displaying live data. Note that the it deliberately does not download any historical logger data from before the current point in time. When you run it subsequently, it will download logger data to catch up if necessary from when you last ran it, but never from earlier than when you first ran it.&lt;br /&gt;
&lt;br /&gt;
If you still having difficulty, the Davis Weatherlink manual offers this advice, which may be useful:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Included with the WeatherLink software is a utility that allows you to convert a USB data logger from a direct USB data logger back to a USB data logger that emulates the serial port. To use&lt;br /&gt;
this utility, select Convert USB to Virtual Serial in your WeatherLink program group on the Start menu of your computer (Start&amp;gt;AllPrograms&amp;gt;WeatherLink&amp;gt;Convert USB to Virtual Serial) and run the utility to convert your data logger. Please contact Davis Technical Support (“Contacting Davis Technical Support” on page 26) for more information.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== Why does Cumulus do some things the way it does, when there are better ways? ==&lt;br /&gt;
&lt;br /&gt;
Cumulus was originally something I &#039;knocked together&#039; quickly when I got my first weather station, simply because I couldn&#039;t find any other software anywhere which I was prepared to use. No &#039;design&#039; went into it, it was really just a prototype. Some of the things I did were just quick &#039;hacks&#039; that I intended to fix when I did it &#039;properly&#039;. But I never got around to going back and doing it &#039;properly&#039;, and it was never my intention that anyone else would use it. But I was persuaded to make it available for others, and then to add more and more enhancements. &lt;br /&gt;
&lt;br /&gt;
The fact that it works with several different types of weather station means that much of it is a compromise; it doesn&#039;t use certain features of the weather station which it could use if it were dedicated to that type of weather station. For example, it typically does not use any high/low data that the station might store internally. Instead, it maintains its own high/low data from individual readings. There are a number of reasons for this; the fact that Cumulus supports an 0900-0900 day, and the weather station does not, and the fact that typically Cumulus maintains far more high/low values than the station does, and these need to be self-consistent. &lt;br /&gt;
&lt;br /&gt;
So yes, I am aware that some of things that Cumulus does may seem strange, but it is simply not possible for me to start again from scratch, knowing what I know now. And it is not possible for me to effectively produce separate versions of Cumulus specifically for each type of weather station. If you don&#039;t like the way Cumulus does certain things, do what I did and write your own software!&lt;br /&gt;
&lt;br /&gt;
== Can I run 2 copies of Cumulus? ==&lt;br /&gt;
&lt;br /&gt;
3 options:&lt;br /&gt;
*You can install Cumulus on more than one PC, but each copy must connect directly to its own weather station (one station connected per PC).&lt;br /&gt;
*You can install 2 copies of Cumulus in different paths on a single PC, &#039;&#039;if you have two weather stations&#039;&#039; and Cumulus is able to distinguish between them, e.g. they are from different manufacturers, or both are serial port stations (different ports), or one is USB and one is serial, or one is a Weatherlink IP. In other words the  combination that does not work on a single PC is two USB stations from the same manufacturer. Note that Davis stations with USB loggers are serial port stations as far as Cumulus is concerned, so there are no problems using multiple copies of Cumulus with multiple Davis stations on the same PC.&lt;br /&gt;
*It is possible to back up the Cumulus files from one installation running off a weather station, and briefly have another reduced functionality copy just looking at historic data without ever any updating (the second Cumulus is set up as if reading from an EasyWeather.dat file, but not given a path/file name) - see [[Cumulus.ini#Introduced_for_problems_with_Fine_Offset_family:|Easyweather.dat section here]].&lt;br /&gt;
&lt;br /&gt;
= Troubleshooting  =&lt;br /&gt;
&lt;br /&gt;
== My &#039;Error&#039; light is flashing  ==&lt;br /&gt;
&lt;br /&gt;
Click on it, and a window will open describing the error. It may just be a temporary ftp problem. If you want to stop ftp errors being reported in this way, you can turn them off in the display settings (&amp;quot;Show FTP errors on error log window&amp;quot;).&lt;br /&gt;
&lt;br /&gt;
== My ‘new record’ light has stopped flashing  ==&lt;br /&gt;
&lt;br /&gt;
It is the normal situation that the light does not flash. The ‘new record’ light only flashes when an all-time record has been broken. It stops flashing if you click on it or restart Cumulus, until another all-time record is broken. When you first start using Cumulus, inevitably the light will flash a lot, even if you cancel it, as you will be breaking records constantly. After a while, it will &#039;settle down&#039; and not flash so often.&lt;br /&gt;
&lt;br /&gt;
== I installed a new version and my web page templates got over-written  ==&lt;br /&gt;
&lt;br /&gt;
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, place them in a different folder and use the ‘extra files’ facility. From version 1.8.9, the installer offers the option of not over-writing the web templates; it unconditionally also installs them to a sub-folder of the web folder called &#039;originals&#039;, so you can refer to them if required, even if you chose not to over-write those in the web folder.&lt;br /&gt;
&lt;br /&gt;
== I can’t find my data files!  ==&lt;br /&gt;
&lt;br /&gt;
You’re probably running Windows Vista/Windows 7/Windows 8 (or one of the corresponding server versions of Windows). Look in C:\Users\[username]\AppData\Local\VirtualStore\Program Files\Cumulus - note that this is a &#039;hidden&#039; folder. Ideally, to avoid this situation, you would install to somewhere outside the Program Files hierarchy, as recommended in the readme.txt.&lt;br /&gt;
&lt;br /&gt;
== I can&#039;t save my NOAA reports! ==&lt;br /&gt;
&lt;br /&gt;
You&#039;ve probably corrupted your Cumulus.ini file in the default Cumulus folder. See [[Cumulus.ini#Section:_NOAA]]. It can only be edited either (if Cumulus is stopped) with an external text file editor or (with Cumulus running) using the &#039;&#039;NOAA Setup&#039;&#039; in the configuation menu.  Pay attention to where the quotes are required for the file names, and check that you have an allowed date format (see [[Webtags#Time.2FDate_.27format.27_Parameter]]).&lt;br /&gt;
&lt;br /&gt;
== My sunrise and sunset times are wrong  ==&lt;br /&gt;
&lt;br /&gt;
You&#039;ve almost certainly entered your co-ordinates incorrectly, or not entered them at all - on the station settings screen. You must enter DEGREES, MINUTES, and SECONDS, no other format will work. Make sure to use &#039;&#039;&#039;unsigned whole numbers&#039;&#039;&#039; for degrees, minutes, and seconds, with a &#039;W&#039; for your longitude if you&#039;re West of the Greenwich meridian (e.g. if you are in the United States), and the appropriate letter for your latitude (N for northern hemisphere, S for southern hemisphere). &lt;br /&gt;
&lt;br /&gt;
If you are not familiar with the degrees/minutes/seconds standard format and have your co-ordinates in some other format, there are pages on the web which will convert for you. One such is here: http://transition.fcc.gov/mb/audio/bickel/DDDMMSS-decimal.html&lt;br /&gt;
&lt;br /&gt;
One other less likely possibility is that you have set the wrong time zone on your PC.&lt;br /&gt;
&lt;br /&gt;
== The Moon rise or set time is showing dashes.  ==&lt;br /&gt;
&lt;br /&gt;
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. &lt;br /&gt;
&lt;br /&gt;
== The Moon image is just black ==&lt;br /&gt;
&lt;br /&gt;
It&#039;s probably a New Moon.&lt;br /&gt;
&lt;br /&gt;
== Why are the &#039;Yesterday&#039; figures missing on the Main Cumulus Screen? ==&lt;br /&gt;
&lt;br /&gt;
The yesterday values on the Main Screen under &amp;quot;Recent Extremes&amp;quot; are not shown correctly:&lt;br /&gt;
*EITHER when the &#039;&#039;end of day rollover has not taken place&#039;&#039;. &lt;br /&gt;
**The usual cause of this is allowing your PC to &#039;sleep&#039; while Cumulus is running. &lt;br /&gt;
**The support forum mentions a few other causes. &lt;br /&gt;
**Cure this (if you have a weather station type that has a log that Cumulus reads) by looking in &amp;quot;&#039;&#039;Cumulus\backup&#039;&#039;&amp;quot; folder, and finding a backup directly in that folder or in &amp;quot;daily&amp;quot; sub-folder for just before the problem. With Cumulus stopped, copy all the files in that backup into the &amp;quot;&#039;&#039;&#039;Cumulus\data&#039;&#039;&#039;&amp;quot; folder, and then restart Cumulus. &lt;br /&gt;
*OR if Cumulus was unable to read observations from your station during that day, but can today. &lt;br /&gt;
**You can try the same cure, but may not be able to recover the lost information in this case.&lt;br /&gt;
&lt;br /&gt;
== Why do I have some unexpected zero figures? ==&lt;br /&gt;
&lt;br /&gt;
Cumulus may not be able to update some values/extremes, leaving them at zero, if:&lt;br /&gt;
*EITHER you are allowing your PC to go into sleep/standby while Cumulus is running,&lt;br /&gt;
*OR you have more than one copy of Cumulus attempting to interrogate the same weather station,&lt;br /&gt;
*OR you are closing Cumulus down very close to before/after roll-over (the latter is a restriction due to the way the processing of logger data works).&lt;br /&gt;
&lt;br /&gt;
== I’ve ‘zoomed’ a graph, how do I get it back to full size?  ==&lt;br /&gt;
&lt;br /&gt;
Drag from lower right to upper left.&lt;br /&gt;
&lt;br /&gt;
== Cumulus won&#039;t read the data from my station  ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CUMULUS RUNNING&#039;&#039;&#039;&lt;br /&gt;
If you have one of the Fine Offset clones, make sure you have configured your relative pressure correctly. If Cumulus finds an &#039;impossible&#039; value, it will ignore all data from your station.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CUMULUS RE-STARTED&#039;&#039;&#039;&lt;br /&gt;
If Cumulus does not read catch-up data from the station logger:&lt;br /&gt;
#Your station type may not have a logger, if so Cumulus cannot read anything from station while software was not running.&lt;br /&gt;
#There is a bug in the Davis DLL (Dynamic-Link Library) that Cumulus 1.x.x uses, where it never downloads the last archive record; so if there is only one to download (compare how long Cumulus was stopped with logging interval on your Davis station), it doesn&#039;t get any at all. (See [[#Cumulus_takes_a_long_time_to_download_the_data_from_my_Davis_station_at_start_up|here]] for opposite problem). Cure this by ensuring if you stop Cumulus you either leave it stopped for less than Davis logging interval time, or don&#039;t restart until after at least 2 logging intervals.&lt;br /&gt;
#You have not selected &amp;quot;&#039;&#039;&#039;Use data logger&#039;&#039;&#039;&amp;quot; in the &#039;&#039;Settings&#039;&#039; section of the &#039;&#039;&#039;Station settings&#039;&#039;&#039; screen accessed from &#039;&#039;Configuration&#039;&#039;  menu. Correct this:&lt;br /&gt;
##Stop Cumulus after changing this setting&lt;br /&gt;
##Look in &#039;&#039;Cumulus\backup&#039;&#039; folder (or its &#039;&#039;daily&#039;&#039; sub-folder) for a folder of .ini files prior to the problem, copy all those files to overwrite the ones in &#039;&#039;Cumulus\data&#039;&#039; folder&lt;br /&gt;
##Re-start Cumulus, it should use revised start date/time, and read the station logger for the whole re-wind period&lt;br /&gt;
#If there is another problem, read the instructions accessed from &amp;quot;Please click here before posting&amp;quot; at the top of the support forum page including the request to zip up the contents of the &#039;&#039;Cumulus\diags&#039;&#039; folder when asking for such support.&lt;br /&gt;
&lt;br /&gt;
== Cumulus read some invalid figures from my station ==&lt;br /&gt;
If you have:&lt;br /&gt;
*just started using Cumulus, &lt;br /&gt;
*just re-started Cumulus and you are only getting bad data when you start Cumulus up (i.e. when it is using archive data from the station logger),&lt;br /&gt;
*or you have just changed some settings,&lt;br /&gt;
... check you have the correct station type selected (see the Cumulus &#039;&#039;Help&#039;&#039; for the settings screen).&lt;br /&gt;
&lt;br /&gt;
Choosing the wrong station type means individual items of information are not correctly assigned to weather parameters.  Cumulus knows what is at what location for each station type. &lt;br /&gt;
*Is the information &#039;&#039;correct on the station console&#039;&#039; (i.e. not a fault with a sensor), but incorrectly displayed on Cumulus screen (i.e. transfer problem)? &lt;br /&gt;
Check all your settings on Cumulus, or see [[#Cumulus_won.27t_read_the_data_from_my_station|previous question]].&lt;br /&gt;
*If the &#039;&#039;station itself shows incorrect figures&#039;&#039;, a sensor may have a problem (mechanical or electrical failure, obstruction by animal activity) or a battery may need replacing.&lt;br /&gt;
Over successive versions of Cumulus more and more code has been incorporated to deal with the way some stations are prone to reporting rogue readings.&lt;br /&gt;
*Ensure you are using the latest Cumulus build, if you are using an old version you will not have any enhancements made since the earlier build that might improve the way Cumulus reads from your station type.&lt;br /&gt;
In general, if Cumulus 1.x.x identifies an odd value it will reuse the last good value instead, assuming that the problem will either right itself, or be spotted and dealt with quickly.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fine Offset stations&#039;&#039;&#039; are prone to reporting the odd non-sensical value, and Cumulus has the ability to compare successive readings:&lt;br /&gt;
*From the &#039;&#039;&#039;Configuration&#039;&#039;&#039; menu select [[Cumulus_Screenshots#Configuration_Menu_Screens|&#039;&#039;Calibration&#039;&#039;]] and in the &#039;&#039;&#039;Spike removal&#039;&#039;&#039; frame you can specify &amp;quot;the maximum &#039;&#039;&#039;differences&#039;&#039;&#039; between successive values&amp;quot; that Cumulus is to tolerate. See the &#039;&#039;&#039;Help&#039;&#039;&#039; for that screen, and note that spike removal applies while Cumulus is running, not to catch-up readings from the station&#039;s logger. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Possible Cure:&#039;&#039;&#039;&lt;br /&gt;
The purpose of the backup files is to allow Cumulus to be &#039;rewound&#039; to a particular point in time.  It simulates the situation where someone had closed Cumulus down at that point, and is only now starting it up again, and needs data to be downloaded from the station&#039;s logger to catch up to the present time. Obviously this cure will not work if your station type does not have a logger (one is needed for Cumulus to read old readings again).&lt;br /&gt;
*If you have only installed Cumulus a few days ago, or have just re-started Cumulus after it was stopped and encounter multiple &#039;&#039;rogue readings in the catch-up from the station logger&#039;&#039;; &#039;&#039;&#039;one possibility&#039;&#039;&#039; is to stop Cumulus and find the backup files that it took when you started it up (or just after the previous roll-over time), copy those files into the data folder, overwriting the ones that are there, then when you start it up again it could sort itself out.&lt;br /&gt;
The [[Diags]] log often contains useful information for sorting out what has been read, which values have been ignored, and which highs or lows may have been updated incorrectly. Note that automatic backups are made just after roll-over time because restarting Cumulus when there are no logger records to read before roll-over has been known to cause problems. Therefore, the backup to choose might be one with the date before when the problem occured, but remember that any calculations Cumulus makes are based on readings at least every minute when Cumulus is running, but for the catch up period such calculations can only use the readings available at your station&#039;s logging interval. Note if you choose a later backup and it does not work, you can always then repeat the &#039;rewind&#039; with a earlier backup.&lt;br /&gt;
&lt;br /&gt;
== I get very large amounts of rainfall shown, or other high readings ==&lt;br /&gt;
&lt;br /&gt;
Fine Offset stations have a habit of producing unbelievable readings, and Cumulus filters many of these out automatically. You can also use the &#039;spike removal&#039; settings on the calibration page, and Cumulus will then filter out large changes in readings. Please read the help for how to use these settings. Another possible explanation is that you have chosen the wrong station type in the Cumulus station settings. You should only select the &amp;quot;Fine Offset with UV/Light sensor&amp;quot; type if your station actually has SENSORS for these. Your station may have solar CHARGING, but this is not the same as having a solar SENSOR, and so you should choose the &amp;quot;Fine Offset (WH1080 etc)&amp;quot; type. Typically, stations which do have solar SENSORS have a model number which starts with a &#039;3&#039;, e.g. WS3080, and stations without solar sensors start with a &#039;1&#039; or &#039;2&#039;. Selecting the wrong type of station will cause Cumulus to misinterpret the logger data read from the station and hence incorrect readings will result.&lt;br /&gt;
&lt;br /&gt;
== My station invented some rain that didn&#039;t really occur, and I want to set it to zero (or some other figure)  ==&lt;br /&gt;
&lt;br /&gt;
Cumulus does include some code to try to ignore some obvious rain errors. For example, if the station reports negative rain, Cumulus will normally ignore that, but if for 6 consecutive readings the rain cumulative count stays below what it was before, Cumulus will normally accept the new count as a new starting point. Because many positive values are realistic (see sub-answers), Cumulus generally will accept those as a result of accidental knocking of a tipping bucket gauge, due to wind effects on the gauge, or even due to the station electronics generating a rogue reading.&lt;br /&gt;
=== (Invented rain) Error in today&#039;s total===&lt;br /&gt;
#correct today&#039;s total using the &#039;today&#039;s rain&#039; editor on the edit menu.&lt;br /&gt;
#optionally stop Cumulus and edit [[today.ini]] to change the &#039;&#039;LastTip=&#039;&#039;(look up previous value in a recently backed up today.ini) parameter.&lt;br /&gt;
#Remember that &#039;ConsecutiveDryDays&#039; and &#039;ConsecutiveWetDays&#039; do not include today.&lt;br /&gt;
&lt;br /&gt;
=== (Invented rain) Error in yesterday&#039;s total ===&lt;br /&gt;
#edit the total for the relevant day in dayfile.txt, using the dayfile.txt editor on the edit menu.&lt;br /&gt;
#optionally edit yesterday&#039;s total (which is only held temporarily for display purposes) in [[today.ini]], while Cumulus is stopped.&lt;br /&gt;
=== (Invented rain) Error in total or high rainfall rate for any day before today ===&lt;br /&gt;
Just edit the total or rate for the relevant day in dayfile.txt, using the [[Cumulus_Screenshots#File.2FEdit.2FHelp_Menu|dayfile.txt]] editor on the edit menu.&lt;br /&gt;
&lt;br /&gt;
=== (Invented rain) Error in total, or extremes, for this month and/or this year ===&lt;br /&gt;
See next FAQ. Once you have corrected the daily totals (or high rainfall rates) in dayfile.txt, you can use the editors (on the edit menu) for &#039;This Month&#039; and &#039;This Year&#039; to fetch the corrected values from dayfile.txt (or enter figures manually).&lt;br /&gt;
&lt;br /&gt;
=== (Invented rain) Error in all-time records ===&lt;br /&gt;
See [[#How_do_I_correct_my_all-time_.28or_monthly_all-time.29_records.3F |this FAQ]].&lt;br /&gt;
&lt;br /&gt;
To see the previous value for all-time records see [[Alltimelog.txt]]. If your all-time records, or month-by-month all-time records have been affected, you can use the built-in editors. These can fetch the correct values once you have corrected dayfile.txt.&lt;br /&gt;
&lt;br /&gt;
===  (Invented rain and) Other rain figures ===&lt;br /&gt;
Note that other rain figures, such as &#039;rain last hour&#039; and &#039;rain last 24 hours&#039; depend on a sensible progression of the rain counter, so it&#039;s not easy to correct this; it&#039;s easier to wait until the erroneous figure is far enough in the past so as not to affect the calculation. If you really do want to try to correct it; you would need to stop Cumulus, then find and edit multiple field 11 (assuming date is field 0) the Cumulus &#039;rain counter&#039; values in the [[monthly_log_files]] in the current monthly log file so they are correct relative to the current value of the rain counter (i.e. the latest one logged).&lt;br /&gt;
&lt;br /&gt;
===  (Invented rain) Error prevention by Spike removal ===&lt;br /&gt;
#It is better to try to avoid spurious rain being recorded in the first place.&lt;br /&gt;
#Cumulus attempts to ignore large increases in the rain total automatically, and is quite often successful.&lt;br /&gt;
#For &#039;hourly rain&#039; and &#039;rain rate&#039;, you can set &#039;spike removal&#039; settings on the calibration settings screen. The value you set here, is the maximum change allowed between successive observations. Rain Rate corrections apply only to Fine Offset and La Crosse stations (which are known to occasionally produce faulty rain readings).&lt;br /&gt;
&lt;br /&gt;
===  (Invented rain) More information ===&lt;br /&gt;
There is more information about correcting rogue data elsewhere in the Wiki, in the pages about the [[:Category:Log_Files|log files]].&lt;br /&gt;
&lt;br /&gt;
== My monthly and/or annual rainfall totals are wrong  ==&lt;br /&gt;
&lt;br /&gt;
Cumulus calculates these when it is restarted, holds the values within memory, and increments them as required while it is running. This FAQ in the previous section [[#Where_does_Cumulus_get_its_this_month_and_this_year_rainfall_totals_from.3F]] has a concise description of how Cumulus calculates these figures.&lt;br /&gt;
&lt;br /&gt;
* The rainfall total shown on the &#039;&#039;This month&#039;&#039; screen within the &#039;&#039;&#039;View&#039;&#039;&#039; menu, is calculated from summing [[dayfile.txt]] totals for a selected month, and so for the default current month will exclude the current meteorological day.  The rainfall total for today so far is added for the web tag &#039;&#039;&amp;lt;#rmonth&amp;gt;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
* The rainfall total shown on the &#039;&#039;This year&#039;&#039;  screen within the &#039;&#039;&#039;View&#039;&#039;&#039; menu, is calculated from summing totals in dayfile.txt for a selected calendar year. For the default current year, it will exclude the current meteorological day.&lt;br /&gt;
&lt;br /&gt;
* The rainfall total reported by the &#039;&#039;&amp;lt;#ryear&amp;gt;&#039;&#039; web tag is for the rainfall season to date, it is calculated from taking today&#039;s rain and then adding the sum of the totals in dayfile.txt starting with the first (meteorological) day of the month specified in the &#039;rainfall season&#039; frame on the &#039;&#039;station settings&#039;&#039; screen within the &#039;&#039;&#039;Configuration&#039;&#039;&#039; menu, until the end of dayfile.txt is reached. So check you have specified the right starting month there before deciding the rainfall total shown is wrong. &lt;br /&gt;
&lt;br /&gt;
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 also on the [[Cumulus_Screenshots#Station|Station Configuration screen]].  Make sure you specify the first Cumulus operating year here, otherwise the extra will be added to the annual total for the wrong year!&lt;br /&gt;
&lt;br /&gt;
See immediately preceding FAQ [[#My_station_invented_some_rain_that_didn.27t_really_occur.2C_and_I_want_to_set_it_to_zero_.28or_some_other_figure.29 |correcting rainfall]]  for how to correct errors in total for particular days and how to correct the high extremes for the various periods.&lt;br /&gt;
&lt;br /&gt;
In all cases then restart Cumulus to get the monthly and annual totals recalculated from correct daily totals. &lt;br /&gt;
&lt;br /&gt;
If you need to correct within day values for trend graphs as well as the longer period totals, provided you know roughly when the rogue rainfall was recorded, find (and edit) it in the [[monthly_log_files]], field 11 (assuming date is field 0) is the count used to derive other parameters.&lt;br /&gt;
&lt;br /&gt;
== The ‘gust’ line has disappeared from my graph  ==&lt;br /&gt;
&lt;br /&gt;
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. Depending on your weather station type, there are a few things you could try, to improve things. Decrease your station&#039;s logger interval, and if you have Cumulus calculating the wind speed average and you have a Fine Offset station, set &#039;Use speed for avg calculation&#039;.&lt;br /&gt;
&lt;br /&gt;
== My ‘gust’ values are the same as my ‘average’ wind speed values.  ==&lt;br /&gt;
&lt;br /&gt;
As above, you probably have Cumulus set to calculate a 10-minute average, and your station logger period is 10 minutes or longer, so your gust comes out the same as the average when using data from the logger. See the previous FAQ for suggestions on how to improve this.&lt;br /&gt;
&lt;br /&gt;
== I’ve just installed Cumulus, and it didn’t download all the old data from my weather station  ==&lt;br /&gt;
&lt;br /&gt;
Cumulus deliberately doesn’t attempt to download any data from before the point when you first run it. If you wish, although this isn&#039;t recommended, 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 (you will need to have run it at least once previously). Note that if you do this, it is at your own risk, and you will need to sort out any issues which may arise yourself.&lt;br /&gt;
&lt;br /&gt;
If you do this, you will probably need to edit your log files in the &#039;&#039;&#039;data&#039;&#039;&#039; folder as you may have duplicate entries and/or entries out of order. Your rain totals will almost certainly also be wrong - the total for &amp;quot;today&amp;quot; in particular. See the [[FAQ#My_station_invented_some_rain_that_didn.27t_really_occur.2C_and_I_want_to_set_it_to_zero_.28or_some_other_figure.29 |FAQ]] entry about correcting rainfall data. If you have only just started using Cumulus, you could delete all of the files in the data folder, and just create a simple today.ini as below. Then when you start Cumulus it will start again with just the data from the station&#039;s logger.&lt;br /&gt;
&lt;br /&gt;
Note that this method does not work for the Oregon WMR200 station. This station deletes logger entries when they are downloaded, and there is no mechanism for retrieving logger entries for a particular period - it just sends all the entries that it has. You may be able to circumvent this by creating a today.ini file in the data folder before you run Cumulus, with just this in it:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[General]&lt;br /&gt;
Date=10/04/2012&lt;br /&gt;
Timestamp=10/04/2012 10:00:00&lt;br /&gt;
CurrentYear=2012&lt;br /&gt;
CurrentMonth=4&lt;br /&gt;
CurrentDay=10&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Change the dates and time to match the point from which you want Cumulus to start downloading data. If the station has already sent the data, this may not work, unfortunately.&lt;br /&gt;
&lt;br /&gt;
If you stored data from your weather station (on another file-based system) before you first ran Cumulus, then you may be able to (using a text editor outside Cumulus) generate [[Monthly log files]] for the pre-Cumulus period.  See that Wiki article for more information on what you can then do with those files within Cumulus.&lt;br /&gt;
&lt;br /&gt;
== I have inserted pre-Cumulus data and now I get errors ==&lt;br /&gt;
&lt;br /&gt;
Probably some of your inserts used the wrong format (blank rows, fields with real numbers where integers expected, alternatively missing or duplicated fields). See [[:Category:Log_Files]]. Note that Cumulus will only flag errors in the log files that it reads (e.g. those relating to the period for which it displays trends graphs).  Check all the log files you have amended.&lt;br /&gt;
&lt;br /&gt;
== I have inserted pre-Cumulus data making &#039;Records began on&#039; date wrong ==&lt;br /&gt;
&lt;br /&gt;
Stop Cumulus and edit [[Cumulus.ini#Section:_Station | cumulus.ini (station section)]] within the main Cumulus folder. Change the &amp;quot;StartDate=&amp;quot; line. Be sure to use the same format for the date.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note&#039;&#039;&#039; &#039;&#039;StartDate=xxxx&#039;&#039; does &#039;&#039;not&#039;&#039; need to be updated for Cumulus to recognise earlier data in log files in its &#039;&#039;data&#039;&#039; subfolder.  &lt;br /&gt;
&lt;br /&gt;
It really represents &amp;quot;Cumulus began on&amp;quot;, so there is an alternative of leaving cumulus.ini unchanged, but editing default Cumulus &#039;&#039;recordsT.htm&#039;&#039; template twice:&lt;br /&gt;
*after the h2 heading is &#039;&#039;&amp;amp;lt;p&amp;amp;gt;Records began on &amp;lt;#recordsbegandate&amp;gt;. Here are the extremes recorded since then.&amp;amp;lt;/p&amp;amp;gt;&#039;&#039;;  you can replace &#039;&amp;lt;#recordsbegandate&amp;gt;&#039; with the new earliest date typed in as text; and&lt;br /&gt;
*at the start of the table is the &#039;&#039;&amp;amp;lt;caption&amp;amp;gt;Records Since &amp;lt;#recordsbegandate&amp;gt;&amp;amp;lt;/caption&amp;amp;gt;&#039;&#039;; replace the label &amp;quot;Records since&amp;quot; with &amp;quot;Cumulus began on&amp;quot; leaving the web tag unchanged.&lt;br /&gt;
&lt;br /&gt;
== Cumulus doesn’t show the same pressure as my Fine Offset console  ==&lt;br /&gt;
&lt;br /&gt;
Cumulus displays atmospheric pressure corrected to sea level. The console calls this ‘relative pressure’; it displays the letters &amp;quot;rel&amp;quot; when this is being displayed.  First of all, check&lt;br /&gt;
# that you are comparing the Cumulus display with the ‘relative’ pressure on your console,&lt;br /&gt;
# that only one copy of Cumulus is accessing the weather station (and no other software),&lt;br /&gt;
# that you do not have a &#039;EWpressureoffset=x.y&#039; line in the [Station] section of [[Cumulus.ini#Introduced_for_problems_with_Fine_Offset_family:| cumulus.ini]],&lt;br /&gt;
# and that you do not have a setting for pressure on the Cumulus calibration screen.&lt;br /&gt;
&lt;br /&gt;
The Fine Offset stations only store absolute/station pressure readings in their weather memory locations updated with each transmission and read by Cumulus. Within Cumulus, the software applies the adjustment to sea level before any further processing. It does &#039;&#039;not&#039;&#039; use the altitude setting in the cumulus station configuration screen.&lt;br /&gt;
Normally when Cumulus starts, it reads in [http://www.jim-easterbrook.me.uk/weather/mm/ the fixed block] in the console a pair of absolute/station pressure and relative/sea level pressure readings and uses the difference between these as the ‘offset’ in millibar for the station;  Cumulus uses this offset subsequently to calculate the sea level pressure (each time when reading the absolute pressure in the weather memory locations of the station), but it is possible to define the offset in cumulus.ini instead. &lt;br /&gt;
&lt;br /&gt;
Make sure that you have set your console&#039;s relative pressure correctly:&lt;br /&gt;
*for a push button operated model, press &#039;menu&#039; key 4 times for pressure mode, press &#039;enter&#039; to move to relative pressure setting, press &#039;up&#039; or &#039;down&#039; to adjust value.&lt;br /&gt;
*if your model uses a touch sensitive screen then it is probably tap the reading three times, then touch &#039;+&#039; or &#039;-&#039; to adjust value.&lt;br /&gt;
&lt;br /&gt;
The support forum includes discussion on where to find isobar charts or other sources to determine what the pressure should be.  Obviously after any adjustment you need to stop Cumulus, because it is when you restart it that Cumulus reads the new pressure offset.&lt;br /&gt;
&lt;br /&gt;
Sometimes the offset that cumulus reads from the fixed block is clearly garbage, so&lt;br /&gt;
# the cumulus error light is set,&lt;br /&gt;
# an error message suggests you check the station, and&lt;br /&gt;
# Cumulus uses zero offset instead as a best effort.&lt;br /&gt;
In this situation, Cumulus will display the same value as the &#039;absolute&#039; pressure on the console (no &amp;quot;rel&amp;quot; is displayed on the console when it is displaying absolute pressure). Often, if you restart Cumulus, it will then be able to read the correct value. If the problem happens often, you can circumvent it by editing cumulus.ini (while Cumulus is stopped), and in the [Station] section add an entry: &lt;br /&gt;
&lt;br /&gt;
 EWpressureoffset=x.y&lt;br /&gt;
&lt;br /&gt;
where x.y is your pressure offset. &#039;&#039;&#039;Cumulus will then use this instead of reading the fixed block offset from the station&#039;&#039;&#039;.  &lt;br /&gt;
&#039;&#039;&#039;Note&#039;&#039;&#039; that &#039;&#039;you must supply the offset in hPa&#039;&#039; (i.e. the millibar units that the station works with) and that this circumvention generally stops Cumulus from agreeing with the relative pressure displayed on the console.&lt;br /&gt;
&lt;br /&gt;
== My pressure suddenly dropped! Or suddenly increased!  ==&lt;br /&gt;
&lt;br /&gt;
If you have a Fine Offset station, and this happened when you (re)started Cumulus, it is quite likely a problem with reading the pressure &#039;offset&#039; from the station. See: &amp;quot;Cumulus doesn’t show the same pressure as my Fine Offset console&amp;quot; above.&lt;br /&gt;
&lt;br /&gt;
== I get an error when I try to view my all-time records. Also, they don’t appear on my web site  ==&lt;br /&gt;
&lt;br /&gt;
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. &lt;br /&gt;
&lt;br /&gt;
== I get an error when I close Cumulus  ==&lt;br /&gt;
&lt;br /&gt;
Cumulus does sometimes report an error when you close it. This does not appear to cause any problems, you can just close the error message. I don&#039;t seem to be able to do anything about this, as the &#039;crash&#039; is not in code that I have control over. You may be able to avoid this error by avoiding closing Cumulus while it is uploading to the internet. Please don&#039;t bother sending me a bug report about this. &lt;br /&gt;
&lt;br /&gt;
== My forecast says &amp;quot;Not available&amp;quot;  ==&lt;br /&gt;
&lt;br /&gt;
You can get Cumulus to create a simple forecast by selecting &#039;Cumulus Forecast&#039; on the Stations Settings screen. &lt;br /&gt;
&lt;br /&gt;
== My forecast always says &amp;quot;Exceptional Weather, Stormy, much precipitation&amp;quot;  ==&lt;br /&gt;
&lt;br /&gt;
You probably have incorrect Pressure Extreme settings in the Forecast section on the Station Settings window. Make sure that the values you have supplied match the units you have selected for the extremes. Note that the units for the extremes are not related to the units you have chosen for pressure display in Cumulus. The option of supplying mb/hPa or inHg for the extremes is merely a convenience; you can supply either, but the values and the units must of course match.&lt;br /&gt;
&lt;br /&gt;
== My computer hibernated/suspended, and I lost data/my graphs &#039;flat-lined&#039;  ==&lt;br /&gt;
&lt;br /&gt;
Cumulus can&#039;t cope with being suspended, it just carries on as normal after being woken. There is an option in the station settings to &#039;close on suspend&#039;, so Cumulus will close itself as a safety measure, if you forget to do it manually. Don&#039;t use the &#039;close on suspend&#039; option and the &#039;confirm shutdown&#039; option at the same time; this will cause problems. &lt;br /&gt;
&lt;br /&gt;
But I strongly recommend that you don&#039;t have your computer set to go into any form of standby while Cumulus is running - it&#039;s continuously gathering real-time data, after all, so it&#039;s a rather strange thing to do. &lt;br /&gt;
&lt;br /&gt;
== My heat index/humidex/wind chill is the same as my temperature  ==&lt;br /&gt;
&lt;br /&gt;
*Wind chill only applies when the average wind speed is above 4.8 kph &#039;&#039;&#039;and&#039;&#039;&#039; (by default in Cumulus as it should really always be set, but this is an option that can be unset) the temperature is below 10 degrees Celsius.  &lt;br /&gt;
*Heat index only applies when the temperature is above 27 degrees Celsius &#039;&#039;&#039;and&#039;&#039;&#039; the humidity is above 40%. &lt;br /&gt;
* Humidex does not have any &#039;cutoff&#039; values, but at low temperature and/or humidity it will give the same figure as ambient temperature.&lt;br /&gt;
&lt;br /&gt;
If heat index or wind chill is not applicable, Cumulus will set them the same as the ambient temperature.&lt;br /&gt;
&lt;br /&gt;
== Cumulus is showing a different wind speed compared to my console  ==&lt;br /&gt;
&lt;br /&gt;
You have probably misunderstood Cumulus processing of wind speeds, looking at different parameters, or different averaging periods.&lt;br /&gt;
*If you have a Davis weather station see [[#What_do_the_various_wind_speeds_in_Cumulus_correspond_to.2C_with_Davis_stations.3F]]&lt;br /&gt;
*If you have a Fine Offset station, see [[#What_do_the_various_wind_speeds_in_Cumulus_correspond_to.2C_with_Fine_Offset_stations.3F]] &lt;br /&gt;
* For Oregon Scientific and La Crosse stations see [[#How_do_I_set_up_recording_wind_speeds_in_Cumulus.2C_with_Oregon_Scientific_and_La_Crosse_stations]]&lt;br /&gt;
&lt;br /&gt;
Note that you can&#039;t compare the graphs drawn by Easyweather and Cumulus unless you are certain that they are plotting the same data. They can&#039;t both be running at the same time, so one would normally be plotting &#039;live&#039; data at a given interval, and the other will be plotting data downloaded from the station&#039;s logger. The wind speed will hence not normally be the same for a particular time on the graph as it may well have changed at the point that it is saved to the logger. The only situation where it &#039;&#039;would&#039;&#039; be valid to compare the graphs would be if neither were running at the times you are comparing, and both subsequently downloaded the same data from the logger.&lt;br /&gt;
&lt;br /&gt;
== I get error -32710 with Cumulus and my USB Davis station  ==&lt;br /&gt;
&lt;br /&gt;
The USB support in the Davis DLL which Cumulus uses doesn&#039;t seem to work. You need to use the CP210X USB/serial software which Davis supply, and use the station in serial mode. If you have previously been using your station with Weatherlink in USB mode, you will need to change to serial mode in Weatherlink before you can use the station with Cumulus. You can do this using [http://www.davisnet.com/support/weather/download/CP210X_USB_Serial_Converter_ver2.exe this utility from Davis]. See also this FAQ entry - http://wiki.sandaysoft.com/a/FAQ#How_do_I_get_my_Davis_station_with_USB_working_with_Cumulus.3F&lt;br /&gt;
&lt;br /&gt;
== When I start Cumulus, the graphs restart again each time and don&#039;t show the earlier data  ==&lt;br /&gt;
&lt;br /&gt;
You probably have an error in one or more data files. Look near the beginning of the latest file in the Diags folder for an error message which will tell you which file is in error and which line is causing the problem. It may simply be a blank line. Edit the file with Cumulus stopped. Note that you may need to repeat this process; only the first error is shown.&lt;br /&gt;
&lt;br /&gt;
This problem can also occur if you change your system format settings (date format, decimal and list separators etc). Again, check the diags file for a message about a number not being a valid floating point value.&lt;br /&gt;
&lt;br /&gt;
== The peak values on my graphs are not the same as my extreme values  ==&lt;br /&gt;
&lt;br /&gt;
The graphs are snapshots of the data, taken once a minute while Cumulus is running; it is not feasible to plot every data point. If the extreme value did not coincide exactly with the point at which the data was added to the graph, then it will not appear on the graph. The graphs are not intended to show all of the highs and lows, they are there to give an idea of the trends. This also applies to &#039;Select-A-Graph&#039;, which takes its data from the data logs; the highs and lows do not necessarily appear in the periodic data logs.&lt;br /&gt;
&lt;br /&gt;
This is most noticeable with wind gusts, the value of which can change rapidly, even over a period of a minute. The &#039;Plot latest gust&#039; setting causes the &#039;Latest&#039; figure (as shown on the main screen) to be plotted. What this figure represents exactly depends on your weather station type. This figure may vary rapidly, e.g. on Davis stations, it changes every 3 seconds or so. The graphs are plotted once a minute, and hence, with Davis stations, for example, there is approximately a one in 20 chance of any given &#039;latest&#039; figure actually being plotted.&lt;br /&gt;
&lt;br /&gt;
Cumulus also stores the peak value of the &#039;latest&#039; figure from the last 10 minutes. It calls this the &#039;gust&#039;, as this is a reasonable representation of a true &#039;gust&#039; figure. If you untick &#039;plot latest gust&#039;, it will plot this figure instead. As it contains the peak figure from the last 10 minutes, and the graph is plotted once a minute, plotting this value means that the high gust figure will always appear on the graph. The exception to this is with Davis stations, in the situation where the &#039;high gust&#039; figure has been read directly (as a way of ensuring that the high gust isn&#039;t missed) rather than by the usual reading of the current data. In this case, the gust is recorded as the high, but is not written to the current value, and hence does not appear on the graph, as it may be out of sequence with the current data.&lt;br /&gt;
&lt;br /&gt;
== My extreme values do not appear in the &#039;monthly&#039; data logs  ==&lt;br /&gt;
&lt;br /&gt;
The data logs are snapshots of the data, taken at the configured interval while Cumulus is running (or at the station&#039;s configured interval when data is read from the station&#039;s logger directly into the Cumulus monthly log). Cumulus, while it is running, reads the station frequently, detecting each change in observations, and can update extremes at each of these reading times.&lt;br /&gt;
&lt;br /&gt;
If the extreme value reading time did not immediately precede a time at which the data was logged, then it will not appear in the log. This is most noticeable with wind gusts, the value of which can change rapidly between log entries.&lt;br /&gt;
&lt;br /&gt;
Cumulus is designed to be kept running, if you only run it once a day, then the information it reads from the station&#039;s logger during catch up may miss extremes. For example &#039;&#039;when Cumulus reads the archive temperatures from a Davis station&#039;&#039;,  (in a compromise to allow Cumulus to have as much code as possible that is common to all weather station types) the design means that it ignores the first and second figures representing highest and lowest reported at each logged time, just reading the third figure that, depending on console configuration, is either the average value over the archive period or the final reading of the archive period (I don&#039;t know what the default is).&lt;br /&gt;
&lt;br /&gt;
== Cumulus takes a long time to download the data from my Davis station at start up  ==&lt;br /&gt;
&lt;br /&gt;
When Cumulus starts, it asks the station for all the data from the logger since the last time it was running. If the time-stamp that it supplies does not exactly match the time-stamp of an entry in the Davis logger, the station has a strange &#039;feature&#039; where it decides to send the entire contents of the logger. This will take some time to download, during which the Davis console display may appear to freeze. &lt;br /&gt;
#It is recommended that you enable the feature &#039;&#039;&#039;Synchronise station clock&#039;&#039;&#039; in the &#039;Settings&#039; block accessed from the &#039;&#039;Configuration&#039;&#039; menu  &#039;&#039;&#039;Station&#039;&#039;&#039; [[Cumulus_Screenshots#Station|Screen]].&lt;br /&gt;
#It is recommended that you set the logging interval in Cumulus (in the &#039;Data log interval&#039; block accessed from the &#039;&#039;Configuration&#039;&#039; menu  &#039;&#039;&#039;Station&#039;&#039;&#039; Screen) to the same interval as the station (the station interval can be changed using Weatherlink), then Cumulus will be able to make sure it uses a time-stamp that matches an entry in the logger. Note that this is mentioned in the &#039;&#039;&#039;readme.txt&#039;&#039;&#039; file that appears during the Cumulus installation, which you were asked to read at the time. If you didn&#039;t read it, it is strongly recommended that you do so now; it contains important information.&lt;br /&gt;
&lt;br /&gt;
== My Davis console clock is not exactly the same as my PC clock, but I have &amp;quot;Synchronise station clock&amp;quot; selected ==&lt;br /&gt;
&lt;br /&gt;
The Davis protocol only allows hours and minutes to be set, so there is always likely to be a difference of up to 60 seconds between the PC and the station.&lt;br /&gt;
&lt;br /&gt;
== Today is the shortest/longest day, but Cumulus says that tomorrow will be a few seconds shorter/longer  ==&lt;br /&gt;
&lt;br /&gt;
The routines I use to calculate (at midnight GMT) the length of the day aren&#039;t really suitable for this level of accuracy and may use the previous day in one parameter. I don&#039;t consider it an issue.&lt;br /&gt;
&lt;br /&gt;
== Cumulus got the forecast wrong!  ==&lt;br /&gt;
&lt;br /&gt;
Cumulus uses a forecast based on the Zambretti Forecaster (see Google). I didn&#039;t design the algorithm myself and to be honest I don&#039;t know how it works, so I can&#039;t answer any questions about it. Note that this is a &#039;forecast&#039; for the following 12 hours or so; it is not a &#039;nowcast&#039; (what the weather is doing now). Please regard the forecast as &#039;for entertainment purposes only&#039;. Do not base any decisions on it, and bear in mind that it is a very simple calculation based on only a few basic parameters. Some people get reasonable results, others do not. You can try tweaking the pressure extreme settings (in the Forecast section in the station settings), but don&#039;t expect the forecast to be as good as that provided by the weather agencies which have invested millions in their forecasting systems.&lt;br /&gt;
&lt;br /&gt;
== I only see one set of points on the wind direction graph  ==&lt;br /&gt;
&lt;br /&gt;
This happens just after you restart Cumulus, if the data came from the weather station&#039;s logger (i.e. Cumulus hasn&#039;t been running for a while). Weather stations only supply a &#039;current&#039; direction, and Cumulus calculates the average direction when running &#039;live&#039;.  So there is only one set of data available to be plotted, if it comes from the station logger.&lt;br /&gt;
&lt;br /&gt;
== My average wind bearing remains at zero ==&lt;br /&gt;
&lt;br /&gt;
Cumulus will always show zero average bearing when the average wind speed is zero (it can&#039;t be otherwise because it&#039;s calculated using the wind speed). In addition, it will show zero current bearing when the current wind speed is zero if you have &#039;&#039;use bearing zero when calm&#039;&#039; selected in the [[Cumulus_Screenshots#Station|station]] settings (accessible from &#039;&#039;&#039;Configuration&#039;&#039;&#039; menu).&lt;br /&gt;
&lt;br /&gt;
This also happens if your anemonmeter has a fault.&lt;br /&gt;
&lt;br /&gt;
== My graphs appear to be plotted less frequently just after Cumulus starts up  ==&lt;br /&gt;
&lt;br /&gt;
When running live, Cumulus plots data at 1-minute intervals. When it starts up, it pre-fills the graphs with data from the log files, which generally (depending on how you have Cumulus and your station configured) will be at less frequent intervals. &lt;br /&gt;
&lt;br /&gt;
== I closed Cumulus, the &#039;please wait&#039; form appeared, but Cumulus didn&#039;t close, even after several minutes  ==&lt;br /&gt;
&lt;br /&gt;
If you&#039;ve closed Cumulus shortly after it has downloaded a lot of data from the logger, it can take a while for the logging thread to get everything written away to disk, and Cumulus won&#039;t close until this has completed. However, in some circumstances, there seems to be a situation where Cumulus will never close, so you will need to close it with task manager. If you think you know what conditions cause this to happen, please let me know. &lt;br /&gt;
&lt;br /&gt;
== Cumulus isn&#039;t logging data at the interval that I set  ==&lt;br /&gt;
&lt;br /&gt;
It logs data at the interval you have configured, while it is running. If there is data to read from the station logger at start up, each logger entry is logged to the Cumulus log files, so those entries will be at the logger interval that you have configured in your station.&lt;br /&gt;
&lt;br /&gt;
== Cumulus takes a very long time to shut down ==&lt;br /&gt;
&lt;br /&gt;
You may have closed it very soon after starting it up, when it had a lot of data to download from the station logger, and you use Weather Underground. From version 1.9.1  there is a facility where it &#039;catches up&#039; with data that hasn&#039;t been uploaded to Weather Underground while it hasn&#039;t been running. This takes a little while, and if you close it while it is doing it, it will take a long time for all of the updates to time out. You need to give it sufficient time to finish the upload. From version 1.9.2, there is a &#039;catch up&#039; light which shows that the upload is taking place, and the &#039;catch up&#039; is optional&#039;; and it will abort much more quickly if you still close it while the catch up is taking place. &lt;br /&gt;
&lt;br /&gt;
== My temperature Min/Max/Avg graph is empty ==&lt;br /&gt;
&lt;br /&gt;
The most likely explanation is that you have only recently started running Cumulus (in the last day or two). It adds new values to this graph at the end of each day; it wouldn&#039;t make sense to add a value part of the way through the day, and you need a few points to be plotted before the graph starts to take shape. You need to wait until you have been running Cumulus for a few days.&lt;br /&gt;
&lt;br /&gt;
If you&#039;ve been running Cumulus for more than a few days, but the graph is still empty, the most likely explanation is that it was unable to read your dayfile.txt file. Look at the latest file in the &#039;diags&#039; folder (the files are plain text) for error messages mentioning dayfile.txt.&lt;br /&gt;
&lt;br /&gt;
== The longest dry/wet spell for this month/year includes days from last month/year ==&lt;br /&gt;
&lt;br /&gt;
This is intentional. I decided that it didn&#039;t make sense to arbitrarily chop off a dry/wet spell at the start of the month/year, as then the figure is meaningless. So the figures are to be interpreted as &amp;quot;the longest dry/wet spell which includes this month/year&amp;quot;. I note that other software takes the same approach.&lt;br /&gt;
&lt;br /&gt;
== Cumulus isn&#039;t performing periodic tasks, like data logging or web uploads ==&lt;br /&gt;
&lt;br /&gt;
Cumulus assumes a certain level of weather station functionality. It checks that it has received data from a number of sensors (e.g. pressure and outside temperature) before it starts periodic calculations, logging, uploading to the web, or drawing graphs. This is an attempt to make sure that bad data is not logged. If your weather station is not fully functional, you will not be able to use Cumulus fully. &lt;br /&gt;
&lt;br /&gt;
You can over-ride the start up check by adding a line to the [Station] section of [[Cumulus.ini#Section:_Station|cumulus.ini]], thus: &#039;&#039;NoSensorCheck=1&#039;&#039;&lt;br /&gt;
(You need to do this while Cumulus is stopped). Note that you are likely to get bad data logged if you do this.&lt;br /&gt;
&lt;br /&gt;
== I&#039;ve changed my Twitter password, and now Cumulus won&#039;t update Twitter ==&lt;br /&gt;
&lt;br /&gt;
You need to force Cumulus to re-authenticate with Twitter. Stop Cumulus and edit cumulus.ini. Find the [Twitter] section, and &#039;&#039;&#039;delete&#039;&#039;&#039; the lines which start&lt;br /&gt;
&lt;br /&gt;
OauthToken=&lt;br /&gt;
 &lt;br /&gt;
OauthTokenSecret=&lt;br /&gt;
&lt;br /&gt;
Start Cumulus and it should be able to update Twitter again.&lt;br /&gt;
&lt;br /&gt;
== When I start Cumulus, I get the error message &amp;quot;The station is not initialised&amp;quot; ==&lt;br /&gt;
&lt;br /&gt;
For Fine Offset stations, when Cumulus starts up, it checks the first two bytes of the station&#039;s memory. They are supposed to contain the values Hex 55 and Hex AA to indicate that the station has initialised itself correctly. If they do not, then presumably the station has had some kind of internal problem, so Cumulus doesn&#039;t try to read any data from it. A reset of the station normally fixes this - remove the batteries and the USB cable; but note that you will almost certainly lose any stored data in the logger.&lt;br /&gt;
&lt;br /&gt;
If you want to force Cumulus to ignore this check (not recommended), edit cumulus.ini and add a line to the [Station] section: &#039;&#039;EWdisablecheckinit=1&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
You will most likely not have any success with this, as your station memory is probably corrupted anyway.&lt;br /&gt;
&lt;br /&gt;
Note that for this setting to work, you need to be using version 1.9.3, build 1034 or later.&lt;br /&gt;
&lt;br /&gt;
== How do I correct today&#039;s or yesterday&#039;s highs and lows? ==&lt;br /&gt;
&lt;br /&gt;
Today&#039;s totals, highs and lows (and yesterday&#039;s rain total) are held in [[today.ini]] in the Cumulus data folder. Yesterday&#039;s totals (including RG11 rain but not standard rain), highs and lows are held in [[yesterday.ini]]. Follow the cross-references if you are unsure which parameter is what. To change any values, stop Cumulus and edit the file(s) in a text editor. Be sure to keep any date and time formats the same. If you are editing yesterday&#039;s highs and lows, you might also need to edit [[Dayfile.txt#Editing_daily_summary_in_Cumulus|dayfile.txt]], as the same values will probably have been written to that file. You can use the [[Cumulus_Screenshots#File.2FEdit.2FHelp_Menu|built-in dayfile editor]] in Cumulus to do this. If your all-time and/or monthly all-time records have been affected, see the [[#How_do_I_correct_my_all-time_.28or_monthly_all-time.29_records.3F|FAQ entry below]].&lt;br /&gt;
&lt;br /&gt;
If the value you want to change is today&#039;s high hourly rain figure, it is best to wait until the current figure has returned to a sensible value. There is no easy way to correct the current figure, so if you change it in today.ini while the current figure is incorrect, the high value in today.ini will immediately be changed again when you start Cumulus.  More information about correcting rain [[#My_station_invented_some_rain_that_didn.27t_really_occur.2C_and_I_want_to_set_it_to_zero_.28or_some_other_figure.29 |in this FAQ]].&lt;br /&gt;
&lt;br /&gt;
If the problem occurred because Cumulus wasn&#039;t able to download the data from the station&#039;s logger when you started it up in the morning (or perhaps you turned off the &#039;use data logger&#039; setting for some reason), you can get it to try again by &#039;rewinding&#039; to the time when you started Cumulus, and allowing it to try again. Cumulus takes a copy of the current files each time it starts up, and puts them in a folder in the backup folder in the Cumulus installation. Stop Cumulus, and find the backup folder with the appropriate timestamp, and copy all of the files from the backup folder into the Cumulus data folder, and start Cumulus up again.&lt;br /&gt;
&lt;br /&gt;
== How do I correct my all-time (or monthly all-time) records? ==&lt;br /&gt;
&lt;br /&gt;
Use the editor in Cumulus - on the Edit menu. If you know the correct figures, you can enter them manually.&lt;br /&gt;
*You can look at the [[Alltimelog.txt]] file to find the previous values for the [[Monthlyalltime.ini|all-time records]].&lt;br /&gt;
*Similar entries are logged to the [[diags]] files for the monthly highs and lows in [[month.ini]]. &lt;br /&gt;
*You can also get the editor to scan the [[dayfile.txt|daily summary log]] and [[Monthly_log_files]] to find the highs and lows from those files, click the Help button for details. Note that to use this facility you first need to correct any incorrect values in the files being scanned; you can use the built-in editor in Cumulus to edit dayfile.txt.&lt;br /&gt;
&lt;br /&gt;
Cumulus takes a backup of all the active data files when it starts up, and also at the start of the meteorological day (just after midnight for a lot of users). The backups are kept in folders within the backup sub-folder in the Cumulus installation. So an alternative method would be to find the latest backup from before the error occurred, and copy the &#039;&#039;alltime.txt&#039;&#039; and/or &#039;&#039;monthlyalltime.txt&#039;&#039; file from the backup to the Cumulus data folder. Do this with Cumulus stopped.&lt;br /&gt;
&lt;br /&gt;
There is more information in [[:Category:Log_Files]], on the page for each type of file.&lt;br /&gt;
&lt;br /&gt;
== It&#039;s January 1st and my &#039;rain since midnight&#039; and/or &#039;last 24 hours rain&#039; and/or Evapotranspiration are wrong/negative ==&lt;br /&gt;
&lt;br /&gt;
You are probably using a Davis station. Cumulus needs an incrementing rain counter to calculate all of the rain figures, and the nearest to that on a Davis station is the annual total. When this resets at the end of the year, this causes some of the rain data to show odd values for a day. You will notice this particularly if you use an 0900 start of meteorological day, as the &#039;rain since midnight&#039; figure is used for services such as Weather Underground. There&#039;s no easy solution to this, sorry.&lt;br /&gt;
&lt;br /&gt;
== Cumulus stops at the &amp;quot;Downloading data&amp;quot; screen ==&lt;br /&gt;
&lt;br /&gt;
If you have a Fine Offset station, this is probably caused by the station&#039;s interface locking up. You should be able to get it going again by doing a reset - remove batteries and the USB cable. Recent Fine Offset models have a problem where they can lock up frequently, requiring a reset. From version 1.9.3 of Cumulus onwards, there is an option to synchronise the reading of data with the console writing the data, to avoid doing both at the same time, and this seems to avoid most lockups. The setting is &amp;quot;Synchronise Fine Offset reads&amp;quot; on the station settings screen.&lt;br /&gt;
&lt;br /&gt;
If you look in the status bar at the bottom of the Cumulus window, there may a message &amp;quot;Error: no response&amp;quot;; this would confirm that the station has locked up and needs resetting.&lt;br /&gt;
&lt;br /&gt;
== Cumulus locks up when it starts and I have to use the task manager to kill it ==&lt;br /&gt;
&lt;br /&gt;
If you have a &#039;&#039;Fine Offset station&#039;&#039;, this is most likely caused by the station&#039;s interface locking up, i.e the station has stopped communicating with the PC.&lt;br /&gt;
&lt;br /&gt;
The problem where Cumulus locks up when the Fine Offset station doesn&#039;t respond is fixed in version 1.9.4. If you look in the status bar at the bottom of the Cumulus main window, there may be a message &amp;quot;Error: no response&amp;quot;; this would confirm that the station has locked up and needs resetting.&lt;br /&gt;
&lt;br /&gt;
You should be able to get the station going again by doing a reset - either remove console batteries and the USB cable or press the reset button hidden below the small hole (on 1081-based models, above the top RH corner of the battery cover). Recently manufactured Fine Offset models have a problem where they can lock up frequently, requiring a power reset. From version 1.9.3 of Cumulus onwards, there is an option on &#039;&#039;station settings screen&#039;&#039; to &#039;&#039;&#039;Synchronise Fine Offset Reads&#039;&#039;&#039; (Cumulus reading data from console) with the timing of received transmissions from sensors updating the data, to avoid doing both at the same time, and this seems to avoid most lockups.&lt;br /&gt;
&lt;br /&gt;
== Error messages with &amp;quot;Error on line...&amp;quot; or &amp;quot;Error at line...&amp;quot; ==&lt;br /&gt;
&lt;br /&gt;
These are corruptions in the log files, typically caused by Cumulus being unexpectedly closed (e.g. killed using Task Manager, or a PC reboot) while it is writing to the log files, but there can be other causes. The error message may say something like &amp;quot;List index out of bounds&amp;quot;. The error message will name the affected file(s) and the affected line number(s).&lt;br /&gt;
&lt;br /&gt;
Stop Cumulus and open the named file(s) in a good text editor, such as Notepad++. Do not use Notepad. At the line number(s) mentioned correct the error(s), which will be obvious as the lines won&#039;t look like the other lines, they will be blank or have garbage characters, or perhaps two lines have been run together. Save the file(s) and start Cumulus again.&lt;br /&gt;
&lt;br /&gt;
== Cumulus gives an error and won&#039;t run on my HP computer ==&lt;br /&gt;
&lt;br /&gt;
It&#039;s a known problem with HP computers; they have missing fonts. One solution is to install [http://www.microsoft.com/en-us/download/details.aspx?DisplayLang=en&amp;amp;id=16083 this font update] from Microsoft. It appears that computers other than HP can have the same font issue, so it is worth installing the font update anyway, if you get a problem where Cumulus won&#039;t start.&lt;br /&gt;
&lt;br /&gt;
== The headings or data look wrong in the data log viewer ==&lt;br /&gt;
&lt;br /&gt;
You&#039;re probably trying to view the wrong type of file. Use [[Cumulus_Screenshots|menus]] on main screen.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;View | Data logs&amp;quot; is only for the monthly data logs, e.g. Oct13log.txt, &amp;quot;View | Extra data logs&amp;quot; is for &amp;quot;extra&amp;quot; data logs, e.g. ExtraLog201310.txt, and if you want to view the daily summaries in dayfile.txt, use the dayfile.txt editor - &amp;quot;Edit | dayfile.txt&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
== The wind rose in Cumulus does not display anything with my Fine Offset ==&lt;br /&gt;
&lt;br /&gt;
The Fine Offset weather stations are supposed to supply data for 16 wind directions, however the design is such that most of them only actually use 8 of the possible 16. Try setting the wind rose to only display 8 directions by setting the &#039;wind rose points&#039; value to 8 on the display settings screen.&lt;br /&gt;
&lt;br /&gt;
== I&#039;ve set the graph background to white, but there&#039;s a problem with the small wind direction graph ==&lt;br /&gt;
&lt;br /&gt;
This appears to be an issue with the third party chart component. The work around is to choose a gradient background and set all three colours in the gradient to white.&lt;br /&gt;
&lt;br /&gt;
== My Weather Underground tabular data interval is not the same as the interval I&#039;ve set in Cumulus (I&#039;m using Rapid Fire) ==&lt;br /&gt;
&lt;br /&gt;
If you have selected &#039;rapid fire&#039;, the data is uploaded every 5 seconds, and the interval you configure in Cumulus is not used. Weather Underground decide how often your tabular data is logged when using rapid fire, not Cumulus.&lt;br /&gt;
&lt;br /&gt;
== My WU or PWS highest and lowest do not match Cumulus ==&lt;br /&gt;
&lt;br /&gt;
Note that Cumulus does not send minimum and maximum values to PWS and WU, they determine those themselves from the individual values that Cumulus sends.&lt;br /&gt;
&lt;br /&gt;
== My monthly (month-by-month) all-time records don&#039;t have entries for all of the months that I have been using Cumulus ==&lt;br /&gt;
&lt;br /&gt;
You need to initialise them. See the release announcement for version 1.9.3, which is when this facility was introduced: http://sandaysoft.com/forum/viewtopic.php?f=2&amp;amp;t=9286&lt;br /&gt;
&lt;br /&gt;
You only need to do this once; when you have initialised them, Cumulus will keep them up to date thereafter.&lt;br /&gt;
&lt;br /&gt;
== I am getting I/O error 32 or I/O error 103 ==&lt;br /&gt;
&lt;br /&gt;
I/O error 32 = ERROR_SHARING_VIOLATION; &amp;amp;nbsp; I/O error 103 = &#039;file not open&#039; mean something on your system has one of the Cumulus files open, preventing Cumulus writing to it (Cumulus needs exclusive access).  If you are seeing &amp;quot;file access denied&amp;quot;, you may have a permissions problem.&lt;br /&gt;
Possible reasons for locked files:&lt;br /&gt;
# Anti-virus, or back-up, software scanning/accessing the file (this is the cause in almost all cases that I&#039;ve seen).&lt;br /&gt;
# An edit or file transfer in progress (the Cumulus thread for logging and the Cumulus thread for FTP are independent so can overlap). This is likely to happen if you are getting Cumulus to frequently upload the log file to your web site.&lt;br /&gt;
# Some other software that a user is running which is processing the file in some way.&lt;br /&gt;
# More than one instance of Cumulus running (see [[#Can_I_run_2_copies_of_Cumulus.3F]]).&lt;br /&gt;
# An issue with the system clock on the PC.&lt;br /&gt;
&lt;br /&gt;
= Website =&lt;br /&gt;
&lt;br /&gt;
== How do I set up a website? ==&lt;br /&gt;
The crucial settings are selected on the &#039;&#039;Internet&#039;&#039; screen in the &#039;&#039;&#039;Configuration&#039;&#039;&#039; menu. &lt;br /&gt;
*On the &#039;&#039;Sites/Options&#039;&#039; tab, you must have &#039;&#039;&#039;Auto Update&#039;&#039;&#039; selected if you want Cumulus to generate web pages at the standard interval.  Other parameters will depend on your particular set-up, but are explained in the Cumulus &#039;&#039;&#039;Help&#039;&#039;&#039; and in Wiki pages starting with [[Website_setup]] and following links as required. &lt;br /&gt;
*On the &#039;&#039;Files&#039;&#039; tab, you select whether to use the standard Cumulus templates and images, or specify your own templates and destinations.&lt;br /&gt;
&lt;br /&gt;
== I’ve configured my ftp details but the web pages aren’t appearing on my site  ==&lt;br /&gt;
&lt;br /&gt;
Try setting ‘use active FTP mode’. If you already have it set, try unsetting it. If it was previously working OK, something may have changed on your network, or at the server end.&lt;br /&gt;
&lt;br /&gt;
== I’ve tried active FTP mode, but my web pages (or my realtime.txt file) still don’t appear?  ==&lt;br /&gt;
&lt;br /&gt;
Are you absolutely sure you have set the ftp path correctly? Most problems like this are a result of an incorrect path. Note that the information in the &#039;FTP progress&#039; window is not generally useful for diagnosing upload issues&#039; try turning on the ftp logging (on the Configuration menu) and look in the ftplog.txt and realtimeftplog.txt files (in the Cumulus folder). It is best to supply a relative path - i.e. with no leading &#039;slash&#039;. Please don&#039;t ask me what path you need to supply, it is impossible for me to guess how your web space is set up. If you cannot work it out, ask your web space provider for help.&lt;br /&gt;
&lt;br /&gt;
== How do I replace the &#039;bird&#039; image on my website? ==&lt;br /&gt;
&lt;br /&gt;
There are several ways to change the image of the &#039;bird&#039; on the standard Cumulus web page.  You will need a [[FTP tool]].&lt;br /&gt;
* The simplest way is to upload a new picture to the images folder of your website; the file should be called picture.jpg.   Please ensure the image is not too large and bear in mind it will appear on the bottom left of the page; the site data may cover some of the image.  As a guide, the default image is 600 x 450 pixels.&lt;br /&gt;
* Secondly, you may upload an image using your own file name.  Edit the &#039;&#039;weatherstyle.css&#039;&#039; file and look for the line &amp;lt;tt&amp;gt;background-image: url(images/picture.jpg);&amp;lt;/tt&amp;gt; around line 9 and adjust as necessary.  Upload the edited css file to your website.&lt;br /&gt;
* if you wish to remove the image completely edit the &#039;&#039;weatherstyle.css&#039;&#039; file and remove the line &amp;lt;tt&amp;gt;background-image: url(images/picture.jpg);&amp;lt;/tt&amp;gt;  Upload the edited css file to to your website.&lt;br /&gt;
&lt;br /&gt;
NOTE: It is not recommended that you overwrite the image in your local folder (webfiles\images\picture.jpg) because that gets overwritten when you update to a new build of Cumulus. Ideally your image will be in its own local folder outside the Cumulus structure.&lt;br /&gt;
&lt;br /&gt;
== Why does the heading say &#039;weather weather&#039; ? ==&lt;br /&gt;
&lt;br /&gt;
The standard first template page contains &#039;&#039;&#039;&amp;amp;lt;h1&amp;amp;gt;&amp;amp;lt;#location&amp;amp;gt; weather&amp;amp;lt;/h1&amp;amp;gt;&#039;&#039;&#039;, so do not include &#039;weather&#039; in your station name (this is what the tag &amp;amp;lt;#location&amp;amp;gt; represents, see next answer) to avoid it being duplicated.&lt;br /&gt;
&lt;br /&gt;
== How do I change the &amp;quot;Welcome to.&amp;quot; on the front page ==&lt;br /&gt;
&lt;br /&gt;
The Welcome message is controlled within Cumulus.  Click on the &#039;&#039;Station&#039;&#039; screen in &#039;&#039;&#039;Configuration&#039;&#039;&#039; menu and Edit the &#039;&#039;&#039;Description&#039;&#039;&#039; field within the Location frame to amend what the tag &amp;lt;#longlocation&amp;gt; represents in &amp;quot;Welcome to &amp;amp;lt;#longlocation&amp;amp;gt;.&amp;quot; on template page.&lt;br /&gt;
&lt;br /&gt;
== I don&#039;t have a solar sensor. How do I remove the solar data from the supplied web templates? ==&lt;br /&gt;
Locate the Cumulus &#039;web&#039; folder on your PC and edit the following files (there are comments in the html to guide you):&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;indexT.htm&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Remove the following code:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
  &amp;lt;!-- Solar data. If you don&#039;t have a solar sensor, you may wish to delete everything from here to the next comment --&amp;gt;&lt;br /&gt;
  &amp;lt;tr class=&amp;quot;td_temperature_data&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;Solar Radiation&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;&amp;lt;#SolarRad&amp;gt;&amp;amp;nbsp;W/m&amp;amp;sup2;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;Evapotranspiration Today&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;&amp;lt;#ET&amp;gt;&amp;amp;nbsp;&amp;lt;#rainunit&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;/tr&amp;gt;&lt;br /&gt;
  &amp;lt;!-- End of solar data --&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;todayT.htm&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
Remove the following code:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
    &amp;lt;!-- Solar data. If you don&#039;t have a solar sensor, you may wish to delete everything from here to the next comment --&amp;gt;&lt;br /&gt;
    &amp;lt;tr class=&amp;quot;td_temperature_data&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;td&amp;gt;Hours&amp;amp;nbsp;of&amp;amp;nbsp;Sunshine&amp;lt;/td&amp;gt;&lt;br /&gt;
      &amp;lt;td&amp;gt;&amp;lt;#SunshineHours&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
      &amp;lt;td&amp;gt;&amp;amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;!-- End of solar data --&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;yesterdayT.htm&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Remove the following code:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
    &amp;lt;!-- Solar data. If you don&#039;t have a solar sensor, you may wish to delete everything from here to the next comment --&amp;gt;&lt;br /&gt;
    &amp;lt;tr class=&amp;quot;td_temperature_data&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;td&amp;gt;Hours&amp;amp;nbsp;of&amp;amp;nbsp;Sunshine&amp;lt;/td&amp;gt;&lt;br /&gt;
      &amp;lt;td&amp;gt;&amp;lt;#YSunshineHours&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
      &amp;lt;td&amp;gt;&amp;amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;!-- End of solar data --&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== How do I remove Inside Temperature graph or add solar/UV/sunshine? ==&lt;br /&gt;
&lt;br /&gt;
Locate the Cumulus &#039;web&#039; folder on your PC and edit the following file:&lt;br /&gt;
&#039;&#039;&#039;trendsT.htm&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Modify the following code:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
    &amp;lt;td class=&amp;quot;td_thumbnails&amp;quot;&amp;gt;&amp;lt;a onclick=&#039;changeImage(&amp;quot;images/intemp.png&amp;quot;)&#039;&amp;gt;&amp;lt;img src=&amp;quot;images/intempsm.png&amp;quot; alt=&amp;quot;Inside Temperature Graph Thumbnail&amp;quot; width=&amp;quot;150&amp;quot; height=&amp;quot;100&amp;quot; style=&amp;quot;border:0&amp;quot; /&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
*To simply remove &#039;&#039;&#039;Inside Temperature&#039;&#039;&#039; graph, change code above to this&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
*If you want to stop Cumulus uploading the indoor temperature graph, you can un-tick &#039;Include standard images&#039; on the &#039;files&#039; tab of the internet settings, and list all of the images that you still want to be uploaded as extra files. As there will likely be more than 10 files, you would need to do this by editing Cumulus.ini.&lt;br /&gt;
*To show solar instead, replace &#039;intemp.png&#039; with &#039;solar.png&#039;, replace &#039;intempsm.png&#039; with &#039;solarsm.png&#039;, and change the wording of the value associated with the alt property.&lt;br /&gt;
*To make Cumulus upload the solar graph, select it on the &#039;files&#039; tab of the internet settings.&lt;br /&gt;
*To show sunshine instead, replace &#039;intemp.png&#039; with &#039;sunshine.png&#039;, replace &#039;intempsm.png&#039; with &#039;sunshinesm.png&#039;, and change the wording of the value associated with the alt property.&lt;br /&gt;
*To make Cumulus upload the sunshine graph, select it on the &#039;files&#039; tab of the internet settings.&lt;br /&gt;
*To show UV instead, replace &#039;intemp.png&#039; with &#039;uv.png&#039;, replace &#039;intempsm.png&#039; with &#039;uvsm.png&#039;, and change the wording of the value associated with the alt property.&lt;br /&gt;
*To make Cumulus upload the UV graph, select it on the &#039;files&#039; tab of the internet settings.&lt;br /&gt;
&lt;br /&gt;
If you want to do more than a straight one for one swap see [[Customised_templates#Slightly_less_simple_customisation_of_trendsT.htm| customisation page here]].&lt;br /&gt;
&lt;br /&gt;
== How do I include extra items on supplied web templates? ==&lt;br /&gt;
&lt;br /&gt;
Open the folder cumulus\web and edit the relevant file named xxxxxT.htm.  For example instead of deleting the sections in the [[#I don&#039;t have a solar sensor. How do I remove the solar data from the supplied web templates?|remove solar answer]], edit their contents.&lt;br /&gt;
See [[Customised_templates#Changing_the_Standard_Templates]] for fuller description.&lt;br /&gt;
&lt;br /&gt;
If you do change the standard templates, take a copy of your new versions, and store elsewhere.&lt;br /&gt;
The sub-folder cumulus\web\originals has copies of the standard templates from the installed build, do not edit these.&lt;br /&gt;
When you install a new build of Cumulus, you have an option to replace or not replace the contents of cumulus\web with the new build&#039;s standard templates.&lt;br /&gt;
&lt;br /&gt;
== How do I upload extra web pages? ==&lt;br /&gt;
&lt;br /&gt;
See Cumulus help for the Internet Settings screen, or for a step-by-step guide see [[Customised_templates#What_to_select_on_the_.27Files.27_tab_of_the_Internet_Settings_screen_within_the_.27Configuration.27_menu]]&lt;br /&gt;
&lt;br /&gt;
== What character encoding does Cumulus use for the web pages it generates? ==&lt;br /&gt;
&lt;br /&gt;
Cumulus 1.9.4 build 1093 changed all the template pages from XHTML 1.0 Transitional using charset=iso-8859-1 encoding to HTML 5 using charset=&amp;quot;UTF-8&amp;quot; encoding. It uses this without [http://en.wikipedia.org/wiki/Byte_order_mark Byte Order Mark] (BOM).&lt;br /&gt;
&lt;br /&gt;
From that build, you can tell Cumulus which of those two encodings to use:&lt;br /&gt;
*For standard template names in standard &#039;cumulus\web&#039; folder, if you replace them with customised templates not using [http://en.wikipedia.org/wiki/UTF-8 &amp;quot;Universal Character Set Transformation Format — 8-bit&amp;quot; (UTF-8)], &lt;br /&gt;
**unselect &#039;&#039;&#039;UTF-8 encode&#039;&#039;&#039; in the web settings frame on the Sites/Options tab of Internet settings screen in Configuration menu. &lt;br /&gt;
**Cumulus will then, as in earlier builds, use [http://en.wikipedia.org/wiki/ISO-8859-1 iso-8859-1] encoding.&lt;br /&gt;
*For extra templates, the Files tab of the Internet settings screen in Configuration menu has the option to choose which of the two Cumulus encodings to use.  See Wiki article referenced in previous answer.&lt;br /&gt;
&lt;br /&gt;
Note that since Cumulus 1.9.4 build 1078 there has been an option on the NOAA Setup screen in Configuration menu to specify whether character set utf-8 encoding is to be used for those reports.&lt;br /&gt;
&lt;br /&gt;
== Why does a standard gauges web page have text where it should show gauges? ==&lt;br /&gt;
&lt;br /&gt;
[[File:Gauges missing.jpg]] If a standard Cumulus &#039;gauges.htm&#039; web page displays like this then either&lt;br /&gt;
&lt;br /&gt;
1) (Most Likely) The weather station owner has not loaded the required files/folders onto his/her server; &lt;br /&gt;
* The gauges graphics require the &#039;images&#039; subfolder (see next answer), containing the script and many images to be pre-loaded in the &#039;dbimages&#039; subfolder.&lt;br /&gt;
* All these should exist within the destination folder that holds the HTML files as instructed in the Cumulus Help (&#039;setting up your website&#039; page)  &lt;br /&gt;
* Also explained in [[Simple Website setup]] on this Wiki.&lt;br /&gt;
&lt;br /&gt;
or 2) JavaScript is not enabled (or not available) in the browser being used to view the page (if not enabled, this can be switched on in either &#039;Options&#039;, &#039;Preferences&#039; or &#039;Settings&#039; depending on browser). Note that Firefox version 23 has removed the ability to change this in Option preferences, so ignore this solution in that browser.&lt;br /&gt;
&lt;br /&gt;
or 3)  You are using a browser add-on such as &#039;NoScript&#039; (over 2 million use this) which requires you to explicitly turn on JavaScript for each web site you visit within the &#039;NoScript&#039; options.  (This sort of add-on may be used to restrict advertising or tracking of your actions, or for security against unwanted processes being started by sites you visit).&lt;br /&gt;
&lt;br /&gt;
== Why are there no graphs on my standard trends web page? ==&lt;br /&gt;
&lt;br /&gt;
Either 1) You have not created an images sub-folder (within your folder that holds web pages) as instructed in the Cumulus Help (&#039;setting up your website&#039; page) -  also explained in [[Simple Website setup]].  In this case, the bird image will not be appearing in the bottom left corner of your web pages.&lt;br /&gt;
&lt;br /&gt;
Or 2) You have switched off &#039;&#039;&#039;Include Standard Images&#039;&#039;&#039; on the file tab of the Internet dialogue of the configuration menu.  In this case Cumulus believes you are working in a non-standard way, and does not automatically upload the graphs (nor moon image).&lt;br /&gt;
&lt;br /&gt;
== What is the size of the standard Cumulus update? ==&lt;br /&gt;
&lt;br /&gt;
The default is that all of the standard pages and standard images are uploaded on each update at whatever standard update frequency you select. &lt;br /&gt;
&lt;br /&gt;
In total for version 1.9.2, it&#039;s about half a megabyte - about 100kB for the pages (about half of that is the gauges.htm page with all the detailed wind plotting points, and half the other pages) and 400kB for the variable images (moon phase, some gauges images and trend graphs - the exact size of latter can vary if you change the period they cover).&lt;br /&gt;
&lt;br /&gt;
Version 1.9.3 adds the monthly records page which contains 12 months worth of a lot of data, and adds 25kB to every update (although usually very little changes between updates).&lt;br /&gt;
&lt;br /&gt;
The NOAA monthly and annual pages are uploaded once a day, that is another 8kB for a full month and full year, obviously less at the start of a month/year.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Optional extras&#039;&#039;&#039;&lt;br /&gt;
*[[realtime.txt]] file, this is less than 1kB (1024 Bytes) in size.&lt;br /&gt;
*[[dayfile.txt]] a file that is about (30 times number of years) kB&lt;br /&gt;
*The files required to update external sites are no more than a few kB.&lt;br /&gt;
&lt;br /&gt;
== How do I upload my own pages or files once a day? ==&lt;br /&gt;
&lt;br /&gt;
Cumulus allows you to specify a command (with optional parameters) that will be actioned just after daily rollover. The command is entered in the &#039;&#039;External programs&#039;&#039; frame at the bottom left of the Internet Settings screen.  The box is labelled &#039;&#039;&#039;Daily&#039;&#039;&#039;. Click the Cumulus &#039;&#039;Help&#039;&#039; button for guidance.  For example you could type &#039;c:\cumulus\daily.cmd&#039; in the box labelled &#039;&#039;Daily&#039;&#039;. &lt;br /&gt;
&lt;br /&gt;
This could be used to upload the pages with the longer term extremes (as your monthly, annual and all-time extremes may only change a few times a month or even less frequently) and so reduce the upload burden at the standard uploading frequency.  To achieve this you would use the content of that example file &#039;daily.cmd&#039;, in the default Cumulus folder,   to call your own [[FTP_tools| file transfer tool]] for those infrequently changing pages. Remember to also unselect &#039;&#039;&#039;Include Standard Files&#039;&#039;&#039; on the&#039;&#039; &#039;Files&#039; tab&#039;&#039; of &#039;Internet settings&#039;, and list [[Customised_templates#How_Cumulus_uses_its_templates|the templates]] on that tab, selecting &#039;&#039;&#039;Process?&#039;&#039;&#039; for all of them, but only selecting &#039;&#039;&#039;FTP?&#039;&#039;&#039; for the other frequently changing pages that are still to be uploaded at the standard interval. You may find help on the forum  or elsewhere on this wiki [[SFTP| for the FTP call]] and [[Customised_templates#Creating_Your_Own_Templates| for &#039;Files&#039; tab settings]].&lt;br /&gt;
&lt;br /&gt;
It can also be used for the optional files mentioned in the previous answer or to update a database using a [[ImportCumulusFile|PHP batch job]].  For the daily command specified above, in the default Cumulus folder, add a file &#039;daily.cmd&#039; that contains (if you host your own server using &#039;XAMPP&#039;), &#039;copy c:\cumulus\data\dayfile.txt C:\xampp\htdocs\weather\daj\&#039; for example to enable you to use the [[AnnualDataSummary| Annual Day-by-day Summary]] tool. (Uploading if you do not host your own server is described at [[Upload_Dayfile| upload dayfile]] but basically you swap the copy command for a FTP command).&lt;br /&gt;
&lt;br /&gt;
== The &#039;real time wind data&#039; gauges on the standard gauges page aren&#039;t working ==&lt;br /&gt;
&lt;br /&gt;
These require a [[realtime.txt]] file to be uploaded by Cumulus. Tick the &amp;quot;Enable Realtime&amp;quot;, &amp;quot;Enable Realtime FTP&amp;quot; and &amp;quot;Enable realtime.txt FTP&amp;quot; boxes on the internet settings screen. If the gauges still do not work, check that the [[realtime.txt]] file is being uploaded to the correct place. If it is not, it is likely that you have specified an incorrect &#039;ftp directory&#039; in Cumulus. If your &#039;normal&#039; pages are being uploaded correctly, but realtime.txt is not, then it is likely that you simply need to leave the ftp directory blank (but see the note below first).&lt;br /&gt;
&lt;br /&gt;
A possible cause for this problem is that your web space provider does not allow .txt files to be accessed. For example, the free hosting provider 000webhost.com do not.&lt;br /&gt;
&lt;br /&gt;
== I&#039;m using the supplied web pages, and get lower case in places where I want upper case  ==&lt;br /&gt;
&lt;br /&gt;
It&#039;s in the CSS. Go to the webfiles sub-folder of your cumulus installation, edit weatherstyle.css and find lines like: &amp;quot;text-transform: lowercase;&amp;quot; and remove them. Use FTP tool to replace the weatherstyle.css on your website.&lt;br /&gt;
&lt;br /&gt;
== My web pages have things like &amp;amp;lt;#location&amp;amp;gt; in them  ==&lt;br /&gt;
You’ve edited your templates with something like Dreamweaver, and it’s changed the angle brackets on the [[Webtags]] to &amp;quot;&amp;amp;amp;lt&amp;amp;nbsp;;&amp;quot; and &amp;quot;&amp;amp;amp;gt&amp;amp;nbsp;;&amp;quot; - you need to change them back to &amp;amp;lt; and &amp;amp;gt;. &#039;&#039;These may look the same when viewed in your browser, but you can see the difference if you &#039;view source&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
Alternatively, if the web templates are listed in [[cumulus.ini]] (and for the first 10 appear on the &#039;&#039;&#039;files&#039;&#039;&#039; tab of &#039;&#039;Internet&#039;&#039; dialogue of &#039;&#039;&#039;Configuration&#039;&#039;&#039; menu), the &#039;&#039;&#039;Process&#039;&#039;&#039; option must be ticked for the web pages generated by Cumulus to have values replacing the [[Webtags]].  Otherwise at each web update, Cumulus will generate web pages the same as the templates.&lt;br /&gt;
&lt;br /&gt;
== My web pages are empty ==&lt;br /&gt;
If empty web pages are being uploaded to your web site (i.e. they report size of 0 kB, but do not produce &#039;error 404 - page not found&#039; message), and your browser shows that their modification date is recent (see next FAQ), then it is likely that the [[Customised_templates#What_is_meant_by_.27Cumulus_processes_templates.27| Cumulus processing]] of templates is failing:&lt;br /&gt;
*Either (since build 1093, as made clear in the release notes)[[File:Web settings.JPG]] the character encoding (for standard named templates that are [[Customised_templates#What_is_meant_by_.27Cumulus_processes_templates.27| processed by Cumulus]]) is specified incorrectly on the &#039;&#039;&#039;Configuration&#039;&#039;&#039;  menu, &#039;&#039;Internet&#039;&#039; dialog, &#039;&#039;&#039;Sites/Options&#039;&#039;&#039; tab, &#039;&#039;Web Settings&#039;&#039; frame as shown about half way down on this screen extract:&lt;br /&gt;
**Select the option where indicated by red arrow if your template includes in a line near the start &amp;lt;code&amp;gt;&amp;lt;meta charset=&amp;quot;UTF-8&amp;quot;&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
**Deselect the option where indicated by red arrow if your template includes something like &amp;lt;code&amp;gt;&amp;lt;meta content=&amp;quot;text/html; charset=iso-8859-1&amp;quot; http-equiv=&amp;quot;Content-Type&amp;quot; /&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
**For customised pages, (without standard Cumulus template names), select/un-select the UTF-8 encoding in the appropriate column on the &#039;&#039;&#039;Configuration&#039;&#039;&#039;  menu, &#039;&#039;Internet&#039;&#039; dialog, &#039;&#039;&#039;Files&#039;&#039;&#039; tab screen where you list the local and remote names.&lt;br /&gt;
*Or you have edited/customised the template and added an incorrectly specified Cumulus [[webtag]] that has caused [[Customised_templates#What_is_meant_by_.27Cumulus_processes_templates.27| Cumulus processing]] to abort for that template.  If you stop cumulus you can use a text editor to open the latest [[Diags|diagnostic file]]. Look at entries time-stamped just before the hour and repeated at your auto-update &#039;&#039;interval&#039;&#039; (just below red arrow in screen image above). You might find a message like &amp;quot;Error processing C:\web\indexT&amp;quot; (i.e. mentioning whichever template is at fault) followed by a brief hint as to the nature of the error.&lt;br /&gt;
&lt;br /&gt;
== My web pages have obsolete web tag values in them  ==&lt;br /&gt;
If the information showing on your web pages is out of date, then it must have been working before, so you have made a change somewhere.&lt;br /&gt;
*Most browsers will display &#039;page information&#039; that tells you when the page was last modified (by querying the web server).&lt;br /&gt;
**if the page on your web server was recently modified, &lt;br /&gt;
***then the next item to investigate is the template file; a template file contains Cumulus web tags and the [[Customised_templates#What_is_meant_by_.27Cumulus_processes_templates.27|&#039;process&#039;]] that Cumulus does to create a web page involves reading text from a template and when it finds a web tag it inserts the latest value in as it creates the page. A [[FAQ#What_file-names_does_Cumulus_use_when_processing_and_uploading_files_to_my_web_site.3F|local file]] is then created and Cumulus will FTP (or copy) this to the web server according to the settings. If the template file cannot be processed, Cumulus may still upload an existing old local file.&lt;br /&gt;
**if the page was not recently modified, &lt;br /&gt;
***maybe you are not running Cumulus, so it is not updating.  &lt;br /&gt;
***maybe your file transfer is not working, turn ftp logging on for technical output, and look for any filenames and any &#039;successfully transferred&#039; messages.&lt;br /&gt;
***maybe your &#039;internet settings&#039; screen has accidentally been changed, see Cumulus help for simple instructions.  If you took a backup of [[cumulus.ini]] you can stop Cumulus, rename the current file and copy your cumulus.ini backup back into the &#039;cumulus&#039; directory containing the Cumulus program.&lt;br /&gt;
***maybe your web server provider has changed something.&lt;br /&gt;
&lt;br /&gt;
== Running a web server on the same PC as Cumulus ==&lt;br /&gt;
If you do not have a web site, or run a web server locally (same PC, or on your local network), you can get Cumulus to generate/copy html or image files locally instead of using FTP to place them remotely. You&#039;ll need to list the (source) file including paths on the files tab of the internet settings, and specify a destination path and file name for the remote file in each case. Don&#039;t tick the &#039;&#039;FTP?&#039;&#039; box for standard cumulus pages (the exception is for a local web server and any non-standard web page that attempts to read using a script a local file such as dayfile.txt as this does need FTP to generate the server-based web page). For the standard images, you can supply a folder name (specify on the same screen), and they will all get copied there. Set everything else up as if you were using ftp, but don&#039;t supply a host name etc (except for exception already mentioned). See [[Customised_templates#What_to_select_on_the_.27Files.27_tab_of_the_Internet_Settings_screen_within_the_.27Configuration.27_menu|here]] for greater detail.&lt;br /&gt;
&lt;br /&gt;
There&#039;s a limit of 10 files on the files tab, but you can increase this to 20 files in version 1.9.2 (in version 1.9.3 it is 100 files) by editing cumulus.ini, with Cumulus stopped. Follow the format of the entries for first 10 files.&lt;br /&gt;
&lt;br /&gt;
== Error Codes generated by FTP or Winsock ==&lt;br /&gt;
You should be able to look these up on the web.  [http://kb.globalscape.com/KnowledgebaseArticle10142.aspx Try Here]&lt;br /&gt;
&lt;br /&gt;
== How do I configure Cumulus for Secure FTP (SFTP/FTPS)? ==&lt;br /&gt;
Cumulus doesn&#039;t support Secure FTP. You can configure Cumulus to invoke an external program like WinSCP, as described here: [[SFTP | SFTP article]]&lt;br /&gt;
&lt;br /&gt;
== Directory related problems in FTP ==&lt;br /&gt;
The following pointers should help:&lt;br /&gt;
* All universal resource locator (url) references are case sensitive.  So if your FTP server directory is &#039;&#039;public_html&#039;&#039;, then &#039;Public_HTML&#039; will not work!&lt;br /&gt;
* On the &#039;&#039;Internet settings&#039;&#039; screen in &#039;&#039;&#039;Sites/Options&#039;&#039;&#039; the optional Directory parameter required is the path from  your FTP root, to where the web pages are to be stored. Click the &#039;&#039;&#039;Help&#039;&#039;&#039; button for full explanation, or search the support forum as many people have found this is the hardest parameter to get right.&lt;br /&gt;
* The standard pages are uploaded after a &#039;change directory&#039; attempting to select the directory you specified in &#039;&#039;&#039;Sites/Options&#039;&#039;&#039;; if this fails, the files will still be uploaded but to the FTP server root. So some mistakes do not matter because if no change of directory was actually required, these pages will be uploaded correctly.&lt;br /&gt;
* Any files you specify for uploading at standard update frequency are uploaded between standard pages (if &#039;Include Standard Files&#039; selected) and standard images (if &#039;Include Standard Images&#039; selected), and in &#039;remote filenames&#039; you specify the path including any web site directory, so there is no call to &#039;change directory&#039;. In this case, if that web site directory is invalid, the upload fails.&lt;br /&gt;
* The standard images for gauges and trends pages are uploaded after the standard pages, (and any pages you specify for uploading,) by performing a second &#039;change directory&#039; this time fixed at &#039;images&#039;; if this fails, the files will still be uploaded to the current web site directory (FTP root or the directory you specified in &#039;&#039;&#039;Sites/Options&#039;&#039;&#039;).&lt;br /&gt;
* If you have enabled &#039;&#039;Realtime&#039;&#039;, the realtime.txt file is uploaded without doing a change directory, by appending &amp;quot;/realtime.txt&amp;quot; to the directory on the &#039;&#039;Internet settings&#039;&#039; screen in &#039;&#039;&#039;Sites/Options&#039;&#039;&#039;. In this case, if the web site directory is invalid, the upload fails.&lt;br /&gt;
* On the &#039;&#039;NOAA Setup&#039;&#039; screen the optional Directory parameter required is the full path from your FTP root, to where the NOAA report pages are to be stored. (It is totally independent of the directory on the &#039;&#039;Internet settings&#039;&#039; screen in &#039;&#039;&#039;Sites/Options&#039;&#039;&#039;).  Click the &#039;&#039;&#039;Help&#039;&#039;&#039; button for full explanation. Like realtime.txt, the upload is by appending the filename for the report to the NOAA directory and will fail if that directory is specified wrongly.&lt;br /&gt;
&lt;br /&gt;
See &#039;&#039;&#039;Setting up your website&#039;&#039;&#039; in Cumulus help for a simple guide to the subfolder structure you need to create and the list of files that need to be uploaded manually when first installing a website. Or see [[Website_setup]] for all the options including customised pages.&lt;br /&gt;
&lt;br /&gt;
== My standard web pages are uploading but the uploading fails for images, realtime and/or NOAA reports ==&lt;br /&gt;
See previous answer, you have probably got your web pages in the default FTP directory of your web site, but specified the wrong directory on the settings screen.  Turn on the &#039;&#039;FTP logging&#039;&#039; in the configuration menu to see the technical detail.  You should have an FTP tool that you used to upload the &#039;static&#039; files required on your web site, and that will help you to see what is your site&#039;s root directory for file transfer uploads, and therefore any relative directory change you require.&lt;br /&gt;
&lt;br /&gt;
== What file-names does Cumulus use when processing and uploading files to my web site? ==&lt;br /&gt;
[[File:Cumulus_FTP_Process.png|150px|thumb|FTP Process]]Cumulus use two slightly different processes depending on if the file is part of the supplied &#039;standard&#039; web site, or an extra file you have specified on the &#039;&#039;Internet Settings|Files&#039;&#039; configuration dialog. For each of these processes there is an further variation depending on whether you have enabled the &#039;&#039;Use FTP rename&#039;&#039; option. This graphic shows the various combinations of file-names used for each step of the process. For the standard files, you can substitute any of the file names for indexT.htm, e.g. trendsT.htm&lt;br /&gt;
&lt;br /&gt;
For more details of Cumulus &#039;&#039;Process&#039;&#039; see [[Customised_templates#What_is_meant_by_.27Cumulus_processes_templates.27| here]].&lt;br /&gt;
&lt;br /&gt;
=Selecting a Weather Station sensor site=&lt;br /&gt;
A simple guide is at [http://weatherfaqs.org.uk/node/124 uk.sci.weather newsgroup], note this advises against roof mounting.&lt;br /&gt;
An attempt to compare the conflicting siting standards that apply across the world is included in a portable document format guide from [ftp://ftp.campbellsci.com/pub/outgoing/apnotes/siting.pdf Campbell Scientific].&lt;br /&gt;
For more advice see the website of your local Meteorological Bureau,  an educational place (e.g. in USA see [http://newa.nysaes.cornell.edu/public/NEWAStationSitingGuidelines.htm Cornell University]), the [http://library.wmo.int/opac/index.php?lvl=notice_display&amp;amp;id=12407 World Meterological Organisation] (WMO), or a specialist organisation (e.g. in UK see [http://www.rmets.org/weather-and-climate/observing/guidelines-observing-0 Royal Meteorological Society] rather than the Met Office web site).&lt;br /&gt;
&lt;br /&gt;
Modern Stevenson Screens are uPVC constructed with a black interior (so they do not radiate heat onto the sensors) and a white exterior (so they reflect as much radiation as possible).  There is a lot of discussion on the [http://sandaysoft.com/forum/viewforum.php?f=16 Homebuilt forum] about different approaches to improving measurements, and the problems with out of the box instrumentation from the different manufacturers. &lt;br /&gt;
&lt;br /&gt;
If you are contributing to an external site like APRS/CWOP, Weather Underground, PWS weather, Weatherbug and/or WOW, see guidance from these organisations re instrument placement.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note:&#039;&#039;&#039; Some stations have all sensors in one unit, positioning of these is a compromise between the ideals below for each sensor.&lt;br /&gt;
&lt;br /&gt;
== Where should I position the wind sensors ==&lt;br /&gt;
The side labelled &#039;North&#039; on the wind vane mount should face &#039;&#039;True North&#039;&#039;, remember that the magnetic north deviation from true north varies from year to year, see details on maps or online. Most wind vanes have a large surface that follows the wind and a thin end that points where the wind comes from, it is the latter direction that is reported.&lt;br /&gt;
&lt;br /&gt;
In the UK, the standard climatological measuring height is 10 metres.  Advice varies on whether you should apply a correction factor for any lower height. Cumulus allows you to apply such a factor to either just wind speed, or wind speed and gust speed, by using the Calibration screen within the configuation menu.  In the Cumulus Help it recommends that you also adjust wind chill - in practice this means ask Cumulus to &#039;&#039;calculate wind chill&#039;&#039; by selecting this in the settings frame on the &#039;&#039;&#039;station settings screen accessed from configuration menu&#039;&#039;&#039; (i.e. ignore any wind chill output by your weather station).&lt;br /&gt;
&lt;br /&gt;
If you are mounting near a building of height &#039;h&#039; above ground level, ideally the wind sensor should be at a height of &#039;1.5 times h&#039; above ground level. &lt;br /&gt;
If you are positioning away from a building or tree (or other object) of height &#039;h&#039; (or the mean height of several objects is &#039;h&#039;), then the distance away depends on which standard you are trying to meet, and can vary between 1.5 and 3 times &#039;h&#039;.&lt;br /&gt;
&lt;br /&gt;
== Where should I position the rain sensor  ==&lt;br /&gt;
The WMO says the rain gauge should at a distance away of 2 times the height of each nearby object (buildings, trees, walls, solid fences etc.) and just high enough off ground level to avoid possibility of splashing. You can experiment, but for amateurs, no more than a metre off the ground (or roof if mounted above it) and at least a metre from any chimney, wall or solid fence whose height exceeds that of the sensor seems good enough for most gauges. &lt;br /&gt;
See [[Rain measurement]] or your local offical organisation.&lt;br /&gt;
&lt;br /&gt;
== How do I protect my rain gauge against spiders or other natural problems ==&lt;br /&gt;
There is a lot of discussion on the [http://sandaysoft.com/forum/viewforum.php?f=16 Homebuilt forum]. In terms of siting, it is important to position your rain gauge where you can safely get to it.&lt;br /&gt;
&lt;br /&gt;
== How do I get good temperature and humidity measurements  ==&lt;br /&gt;
The international standard states ambient air temperature/humidity is measured at 1.25 metres above ground level, above soil or grass not paving, protected from direct sun radiation (and direct rain), unless you are measuring soil or ground temperatures. The height is important for derived values as an air frost is defined as a temperature at or below the freezing point for water at this height, and the count of these is a standard reporting requirement in some countries.&lt;br /&gt;
&lt;br /&gt;
If you are using a &#039;&#039;Fine Offset sensor&#039;&#039;, the thin depth of the thermometer/hygrometer (transmitter) should face where your console (receiver) is, for maximum transmission strength/distance, with the wide face at right angles to the transmission route. (Although if you use a model requiring a radio time signal, you will probably be trying to optimise that instead).&lt;br /&gt;
&lt;br /&gt;
== Pressure ==&lt;br /&gt;
Varies with altitude and temperature, but no significant variation with spatial position with regard to nearby fixed bulky objects.  Often measured indoors, do not mount above any heating or cooling system as there temperature may be particularly variable, and try to avoid any forced ventilation or extraction as such air moving systems could have different pressures on intake and outlet sides.  Equally operation in close proximity to opening doors/windows or to fast moving (road or railway) vehicles or tunnels can distort readings.&lt;br /&gt;
&lt;br /&gt;
== Solar ==&lt;br /&gt;
One would expect solar sensors should be positioned for maximum unshaded exposure to sunlight throughout the year, but again the forum contains advice for specific makes.&lt;/div&gt;</summary>
		<author><name>Steve</name></author>
	</entry>
	<entry>
		<id>https://www.cumuluswiki.org/index.php?title=FAQ&amp;diff=3764</id>
		<title>FAQ</title>
		<link rel="alternate" type="text/html" href="https://www.cumuluswiki.org/index.php?title=FAQ&amp;diff=3764"/>
		<updated>2015-05-12T18:26:28Z</updated>

		<summary type="html">&lt;p&gt;Steve: /* Error messages with &amp;quot;Error on line...&amp;quot; or &amp;quot;Error at line...&amp;quot; */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is the Cumulus FAQ (consult also the Help screens within Cumulus software, and learn more from the rest of this Wiki)&lt;br /&gt;
&lt;br /&gt;
= Installing and Running Cumulus  =&lt;br /&gt;
&lt;br /&gt;
== What operating systems does Cumulus run on?  ==&lt;br /&gt;
&lt;br /&gt;
All versions of Windows from XP to Windows 8.1 inclusive (and the server versions). It works on 32 bit and 64 bit editions. 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.&lt;br /&gt;
&lt;br /&gt;
== Where do I find the Cumulus installer? ==&lt;br /&gt;
&lt;br /&gt;
On the [http://sandaysoft.com/downloads downloads page]&lt;br /&gt;
&lt;br /&gt;
== What do I need to get right when first getting Cumulus? ==&lt;br /&gt;
The installation process for Cumulus displays &#039;&#039;&#039;readme.txt&#039;&#039;&#039;, that has many tips. See also [[Setup]]. Below are three key points.&lt;br /&gt;
# Install Cumulus in its own directory directly under a drive root.&lt;br /&gt;
# Connect your weather station before you start Cumulus&lt;br /&gt;
# When you first run Cumulus, it displays the &#039;&#039;&#039;Station settings&#039;&#039;&#039; screen. On this, make sure you pick the right sort of station (to ensure Cumulus communicates correctly with your weather station, and can identify all the observations) and choose your &#039;&#039;&#039;units&#039;&#039;&#039; wisely. (Changing units later means all stored Lowest and highest numbers up to that point have to be converted immediately manually).  See the &#039;&#039;&#039;Help&#039;&#039;&#039; for information about the rest of the screen, but generally you can easily adjust the other options later.&lt;br /&gt;
&lt;br /&gt;
== What weather stations does Cumulus work with?  ==&lt;br /&gt;
&lt;br /&gt;
*Davis Vantage Pro (VP), Vantage Pro2 (VP2), and Vue. &lt;br /&gt;
*Oregon Scientific WM918, WMR918, WMR928, WMR968, WMR88 (see [[FAQ#How do I set up recording wind speeds in Cumulus, with Oregon Scientific and La Crosse stations | this FAQ]]), WMR100, WMR180, WMR200. &lt;br /&gt;
*Fine Offset - stations which use the Easyweather software such as MyDEL, Nevada, Watson and Fine Offset, with model numbers such as WH1080, WH1081, W8681, 265NC etc.&lt;br /&gt;
*La Crosse WS2300 range (see [[FAQ#How do I set up recording wind speeds in Cumulus, with Oregon Scientific and La Crosse stations | this FAQ]]). You may have problems with corrupt data if you use a WS23xx with a serial/USB adapter; this combination is therefore not supported.&lt;br /&gt;
&lt;br /&gt;
For a more complete list see the [[Supported Devices]] page.&lt;br /&gt;
&lt;br /&gt;
== Will you support a new weather station type?  ==&lt;br /&gt;
&lt;br /&gt;
It’s quite hard to support a particular weather station when I don’t have access to one. No weather station is perfect, and problems inevitably arise after the code is written, and I have to start adding more and more code to work around issues with the station. Also, most companies don’t seem to like third parties writing software for their stations, so don’t make the protocol available. I will only consider adding support for a station under a certain set of circumstances which would include &#039;&#039;at least&#039;&#039;: &lt;br /&gt;
&lt;br /&gt;
*A significant donation towards Cumulus development &lt;br /&gt;
*A well documented official protocol spec &lt;br /&gt;
*Loan or donation of a station &lt;br /&gt;
*Access to technical support from the station manufacturer&lt;br /&gt;
&lt;br /&gt;
Please contact me if you would like to discuss this further&lt;br /&gt;
&lt;br /&gt;
== How do I request a new feature for Cumulus? ==&lt;br /&gt;
&lt;br /&gt;
Please create an [http://sandaysoft.com/forum/tracker.php enhancement request].  &lt;br /&gt;
&lt;br /&gt;
== Why haven&#039;t you added the feature I asked for a long time ago? ==&lt;br /&gt;
&lt;br /&gt;
I develop and support Cumulus in my spare time, and I have a full time job. I invite donations, but I don&#039;t make a living from Cumulus. I add facilities when I can. There is a long list of  [http://sandaysoft.com/forum/tracker.php enhancement requests] already, and I am slowly working my way through them as time permits. If there is an enhancement request for the facility you have asked for, and the facility is a reasonable one (in my opinion) then I will hopefully get around to adding it one day. Please be patient. Please don&#039;t ask for a forecast of when a feature will be added.&lt;br /&gt;
&lt;br /&gt;
== How do I upgrade to a new release?  ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Just run the installer for the new version.&#039;&#039;&#039; Your data and settings are not affected, but it is still best if you back up your data (sub-folder &#039;data&#039;) and any settings files (e.g. cumulus.ini and strings.ini) before you run the installer. &lt;br /&gt;
&lt;br /&gt;
You can install the new version where you like, but the installer will offer the same place as the previous version as the default.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Occasionally, there may be actions you need to perform before or after the upgrade.&#039;&#039;   Required actions usually appear in the announcement of the version you are installing, and may be documented in the readme.txt file that will appear as you run the installer. Read such announcements for every release since your existing build in case any of the in-between changes affect you.&lt;br /&gt;
&lt;br /&gt;
These instructions apply whether you are updating by one build, skipping several builds, upgrading to/from a beta version, or installing the latest &#039;release&#039; version. &lt;br /&gt;
&lt;br /&gt;
The installer will always upgrade the following files (replacing them, ignoring existing versions):&lt;br /&gt;
# &amp;quot;cumulus.exe&amp;quot;; - the latest build&lt;br /&gt;
# &amp;quot;unins000.exe&amp;quot;;&lt;br /&gt;
# &amp;quot;libeay32.dll&amp;quot;;&lt;br /&gt;
# &amp;quot;ssleay32.dll&amp;quot;;&lt;br /&gt;
# &amp;quot;readme.txt&amp;quot;; - advice for you to follow at installation time&lt;br /&gt;
# &amp;quot;licence.txt&amp;quot;; - reminder about restrictions on use&lt;br /&gt;
# &amp;quot;alert.wav&amp;quot;; - default alarm sound&lt;br /&gt;
#  &amp;quot;web\originals\*.*&amp;quot;; - Cumulus will always install the HTML template files here&lt;br /&gt;
# &amp;quot;webfiles\*.*&amp;quot;; e.g. weatherstyle.css, wz_jsgraphics.js&lt;br /&gt;
# &amp;quot;webfiles\images\picture.jpg&amp;quot;;&lt;br /&gt;
# &amp;quot;Help\Cumulus.chm&amp;quot;; - the latest help including lists of log files and web tags&lt;br /&gt;
There may be extra files automatically upgraded by particular builds - see announcement.&lt;br /&gt;
&lt;br /&gt;
During the install, you will see a &#039;&#039;&#039;Select Components&#039;&#039;&#039; screen , if you tick the &#039;&#039;HTML templates&#039;&#039; (the default) it will also upgrade the HTML template files in the web folder.&lt;br /&gt;
&lt;br /&gt;
*So tick this option, if you have a standard Cumulus implementation and then you can be sure to upgrade the standard templates.&lt;br /&gt;
*Untick this option if you have  [[Customised_templates#Creating_Your_Own_Templates|customised the existing pages]],  so that if your customised versions  are in &amp;quot;web\*.*&amp;quot; they don&#039;t get overwritten. It is recommended that you store any customised pages in a directory outside the Cumulus folder, as you can specify up to 10 such files on the local side of the files tab in the Configuration menu Internet settings screen and (if you are not using standard files) untick &#039;&#039;Include Standard Files&#039;&#039; on the same screen. (100 such files can be specified in [[Cumulus.ini]]).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Changing to different weather station ==&lt;br /&gt;
&lt;br /&gt;
Just change the station type. If Cumulus doesn&#039;t start reading the data from the new station, stop Cumulus and start it again. Some of the rain figures may be odd for a while (e.g. rain in last 24 hours). It is as simple as that.&lt;br /&gt;
&lt;br /&gt;
In testing planned changes to Cumulus, I switch backwards and forwards between a Fine Offset and a WMR200 frequently, the only thing that happens is that the rain figures go wrong initially (because the two stations have different counters).&lt;br /&gt;
&lt;br /&gt;
== Moving Cumulus software to a new PC (or updating Windows Operating System) ==&lt;br /&gt;
&lt;br /&gt;
Cumulus will continue to work with your existing weather station and existing log files, providing&lt;br /&gt;
#Your Windows regional settings are the same (i.e. date format unchanged, same time zone, decimal point symbol unchanged, list separator character unchanged) - if there is a difference, the new installation cannot understand the old lines in the log files and will give an error when Cumulus is restarted.&lt;br /&gt;
#You may need to &#039;tweak&#039; a few things (serial port number etc) in [[cumulus.ini]].&lt;br /&gt;
#In the folder with cumulus.exe in it, copy across  &#039;cumulus.ini&#039;,  and if you have created a &#039;strings.ini&#039; that file must be copied across too.&lt;br /&gt;
#The Cumulus &#039;data&#039; sub-folder has been copied across.&lt;br /&gt;
#Obviously if you use customised web pages, then you need the corresponding templates in the new installation.&lt;br /&gt;
#Any other customised files (images and/or a twitter.txt file, for example), you may want to copy those over too.&lt;br /&gt;
&lt;br /&gt;
== Can I view my Cumulus data on another device? ==&lt;br /&gt;
&lt;br /&gt;
# If Cumulus uploads your weather information to an online web site, you can view that on another device.&lt;br /&gt;
# Software like &#039;Remote Desktop&#039; can be used to view the computer that is running Cumulus - see many postings on the Support Forum.&lt;br /&gt;
# A back-up as described in the next answer can be viewed in Cumulus installed on another PC (see point about Windows regional settings in previous question) to look at past extremes or graphs; although obviously that additional installation will not be able to add further observations from the weather station connected to the original PC.&lt;br /&gt;
# If your web site is on your local network, but not online, your device may be able to view it directly or view a back-up of how it was in the past.&lt;br /&gt;
&lt;br /&gt;
== How do I back up my data?  ==&lt;br /&gt;
&lt;br /&gt;
*Copy the contents of the Cumulus ‘data’ sub-folder on a regular basis to a different storage device.  Then if you have any problem with the original storage device, or corruption of files, you can minimise the loss of logged observations. To restore from the backup, just copy the saved data folder back into your Cumulus installation, with Cumulus stopped.&lt;br /&gt;
*It can be useful to take copies of the Cumulus &#039;backup&#039; sub-folder on key dates (e.g. just after change of month or year), or if you think you might have some rogue figures.  The &#039;.ini&#039; files in the backup sub-folder contain past extreme values that you might want to look up.&lt;br /&gt;
*You should also back up, at least once, your cumulus.ini file in the main Cumulus folder.  This contains all the key settings and you need a record of those!&lt;br /&gt;
&lt;br /&gt;
== Moving Cumulus software to a different location on your PC? ==&lt;br /&gt;
&lt;br /&gt;
This article in the wiki gives more details above moving Cumulus: [[Moving cumulus]]&lt;br /&gt;
&lt;br /&gt;
== What are the formats of the Cumulus data files?  ==&lt;br /&gt;
&lt;br /&gt;
These are detailed in the [[:Category:Log Files|Log Files]] section of this Wiki and also in the Cumulus help file, in the section “Data log file format”&lt;br /&gt;
&lt;br /&gt;
== Can I import logged information from before I installed Cumulus? ==&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;Configuration&#039;&#039;&#039; menu, &#039;&#039;Station&#039;&#039; setting screen (near bottom) has option to enter there the &#039;&#039;rainfall total&#039;&#039; for the bit of the year (starting month can be selected here too) until when you first start using Cumulus.  See the Cumulus &#039;&#039;&#039;Help&#039;&#039;&#039; for this screen for further details.&lt;br /&gt;
&lt;br /&gt;
Yes is the answer for other weather information, providing you can manipulate the information you have into either (preferably) the format used by the [[Monthly_log_files#Importing_pre-Cumulus_data]] or (second best) [[Dayfile.txt]]. Look up those cross-references in this Wiki (or the Cumulus &#039;&#039;&#039;Help&#039;&#039;&#039;) for further information on required formats.  The support forum includes a few threads related to this topic, and if you post there then people who have already imported from particular systems may offer their services to import your past observations.&lt;br /&gt;
&lt;br /&gt;
A converter for Weather Display log files is available from this thread in the forum: http://sandaysoft.com/forum/viewtopic.php?f=4&amp;amp;t=10118&lt;br /&gt;
&lt;br /&gt;
A converter for WeatherLink log files is available from this thread in the forum: http://sandaysoft.com/forum/viewtopic.php?f=6&amp;amp;t=11349&lt;br /&gt;
&lt;br /&gt;
== I was away on the last day of last month/year - How do I see the final lowest and highest figures for last month/year? ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;View&#039;&#039;&#039; menu, &#039;&#039;This month&#039;&#039; or &#039;&#039;This year&#039;&#039; screens show some figures for any month or year selected by you, but do not show all the figures shown on a standard web page or as shown on the &#039;&#039;Highs and Lows&#039;&#039; screen for the current month/year.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;View&#039;&#039;&#039; menu, &#039;&#039;Highs and Lows - This month (or This year)&#039;&#039; (or &#039;&#039;thismonth.htm&#039;&#039; or &#039;&#039;thisyear.htm&#039;&#039; web page) only shows the lowest and highest values for the current calendar month (or current year). This answer describes a way to see the same information for the month (or year) that fairly recently ended.  It is valid only until build 1088 (from 5 March 2014 build 1089 &#039;Delay writing of end of day backup files until the first log entry is written&#039; means the stored &#039;&#039;month.ini&#039;&#039; relates to the &#039;&#039;initial&#039;&#039; entries for the start of the new month). From version 1.9.3 build 1041, Cumulus creates a daily backup of the log files. &lt;br /&gt;
*Look in the &#039;&#039;backup\daily&#039;&#039; subfolder within your Cumulus installation. &lt;br /&gt;
*These daily backups will be created if Cumulus was left running during the period of interest, or stopped before that period and since restarted. &lt;br /&gt;
*Normally about 10 such back ups are available, each folder has a name based on the timestamp and contains the 6 [[:Category:Log_Files|xxxx.ini files]], the current [[Monthly_log_files|monthly standard data log]]/[[Extra_Sensor_Files|monthly extra data log]], and the most recent update of [[dayfile.txt|daily summary log]].&lt;br /&gt;
&lt;br /&gt;
Open as a text file [[month.ini]] in the folder whose name is bearing the timestamp after your final rollover, for Cumulus builds 1041 to 1088 the final lowest and highest for each observation in the month will be listed.&lt;br /&gt;
&lt;br /&gt;
In a similar manner if you miss the last day of the year, for Cumulus builds 1041 to 1088 see the final &#039;this year&#039; figures for last year by opening [[year.ini]] from the appropriate backup.&lt;br /&gt;
&lt;br /&gt;
== What do the various wind speeds in Cumulus correspond to, with Davis stations?  ==&lt;br /&gt;
&lt;br /&gt;
Davis station firmware supplies two windspeeds, a 3-second average and a 10-minute average (later versions of the firmware also supply a 2-minute average, Cumulus currently doesn&#039;t use this).  &lt;br /&gt;
* The latest Davis 3-second average is treated by Cumulus as &#039;Latest&#039; (available via &amp;lt;#wlatest&amp;gt;)&lt;br /&gt;
* The highest of the station&#039;s 3-second readings over the previous 10 (configurable by adding &#039;&#039;AvgSpeedMinutes=N&#039;&#039; in [[Cumulus.ini#Section:_Station]] where &#039;N&#039; is number of) minutes becomes the Cumulus &#039;Gust (available via &amp;lt;#wgust&amp;gt;). Note that the WMO definition of a wind gust is the mean wind speed over a 2 to 3 second sample period (not the maximum instantaneous wind speed).&lt;br /&gt;
* The Davis 10-minute average is the Cumulus &#039;Average&#039; (available via &amp;lt;#wspeed&amp;gt;).&lt;br /&gt;
Note that if you sample these readings at shorter (real time) intervals it is possible for Cumulus &#039;Latest&#039; to be lower than Cumulus &#039;Average&#039; because approximately half of the 3-second wind speeds will be higher and half of them lower than the 10-minute average. &lt;br /&gt;
If the Cumulus figure seems lower than the Davis figure see [[#My_Davis_station_shows_a_higher_maximum_wind_speed_than_Cumulus]].&lt;br /&gt;
&lt;br /&gt;
Davis station loggers record a single spot (not any average) wind speed, so if you restart Cumulus and the software attempts to catch up from the station logger there may be only one or two values to include in the Cumulus average (over 10 or whatever) minutes calculation.&lt;br /&gt;
&lt;br /&gt;
== What do the various wind speeds in Cumulus correspond to, with Fine Offset stations?  ==&lt;br /&gt;
&lt;br /&gt;
Fine Offset sensors measure wind over 48-second intervals, divided into 24 2-second intervals. At the end of each 48-second period, they transmit the highest of those 24 values as &#039;Gust&#039;, and the average of those 24 values as &#039;Wind&#039;. The console keeps &#039;&#039;&#039;overwriting&#039;&#039;&#039; the newly received &#039;Gust&#039; and &#039;Wind&#039; values to the same area of console memory every 48 seconds, until the station logging interval time is reached, then it moves on to the next memory location, leaving the last values it wrote in the previous console memory location.  &lt;br /&gt;
*If Cumulus is not running all the time, on restart it works through the console memory locations and extracts the Fine Offset Wind and Gust in each memory location, i.e. at the station logging interval. &lt;br /&gt;
*While Cumulus is running, it reads the current wind speeds (and direction) every 10 seconds. There are new values only every 48 seconds (i.e. every fourth or fifth read)&lt;br /&gt;
&lt;br /&gt;
Cumulus, for various reasons, uses different terminology, and also has configuration settings which control how some of the wind values are displayed.&lt;br /&gt;
* The Fine Offset console &#039;Gust&#039; value becomes Cumulus &#039;Latest&#039;. &lt;br /&gt;
* The highest of the Fine Offset &#039;Gust&#039; values over the previous 10 minutes becomes Cumulus &#039;Gust&#039;.  Note that the WMO definition of a wind gust is the mean wind speed over a 2 to 3 second sample period (not the maximum instantaneous wind speed).&lt;br /&gt;
* Cumulus &#039;Average&#039;  can be calculated in 3 different ways:&lt;br /&gt;
** The default: If &#039;Calculate 10-min wind average&#039; is not selected on the Station Settings screen, the console &#039;Wind&#039; value is used.&lt;br /&gt;
** If &#039;Calculate 10-min wind average&#039; is selected, then by default the average of the Fine Offset &#039;Gust&#039; values read over the previous N (configurable, defaults to 10) minutes is used.&lt;br /&gt;
** If &#039;Calculate 10-min wind average&#039; and &#039;Use speed for avg calculation&#039; are both selected, the average of the Fine Offset &#039;Wind&#039; values read over the previous N (configurable, defaults to 10) minutes is used.&lt;br /&gt;
&lt;br /&gt;
Select value for &#039;N&#039; using &#039;&#039;AvgSpeedMinutes=N&#039;&#039; in [[Cumulus.ini#Section:_Station]].&lt;br /&gt;
&lt;br /&gt;
Note that Fine Offset Consoles can display a &#039;MAX&#039; figure, this is highest recorded since it was last reset (on touchscreen models multiple touches of the displayed speed will cause maximum speed, or gust, to be shown, and when a max value is displayed continuing to hold touching that value for 3 seconds will reset max to current value).  Cumulus maintains its own various extremes for different periods (e.g High wind and high gust for yesterday on its main screen) calculated from all values read by Cumulus in that period.&lt;br /&gt;
&lt;br /&gt;
== How do I set up recording wind speeds in Cumulus, with Oregon Scientific and La Crosse stations  ==&lt;br /&gt;
&lt;br /&gt;
La Crosse and some Oregon Scientific weather stations only output a single wind speed.  To allow Cumulus to calculate &#039;gust&#039; and &#039;wind speed&#039; with different values, select the &#039;&#039;&#039;Station&#039;&#039;&#039; dialogue from the &#039;&#039;Configuration&#039;&#039; menu and set &#039;&#039;Calculate 10 min wind average&#039;&#039; in the &#039;Settings&#039; frame, so in [[cumulus.ini]] this will produce the parameter &#039;Wind10MinAverage=1 when cumulus is next stopped.&lt;br /&gt;
* The station&#039;s &#039;Wind&#039; value will then display as Cumulus &#039;Latest&#039;.&lt;br /&gt;
* A 10 (configurable by adding &#039;&#039;AvgSpeedMinutes=N&#039;&#039; in [[Cumulus.ini#Section:_Station]] where &#039;N&#039; is number of) minutes average of the station&#039;s &#039;Wind&#039; value will then display as Cumulus &#039;Average&#039;.&lt;br /&gt;
* The highest of the station&#039;s &#039;Wind&#039; value in a 10 minute period will then display as Cumulus &#039;Gust&#039;.  Note that the WMO definition of a wind gust is the mean wind speed over a 2 to 3 second sample period (not the maximum instantaneous wind speed).&lt;br /&gt;
&lt;br /&gt;
See &#039;&#039;LCMaxWind=X&#039;&#039; parameter in [[Cumulus.ini#La_Crosse_specific:]] where X is the maximum (uncalibrated) wind speed in m/s that you want to allow.&lt;br /&gt;
&lt;br /&gt;
== How do I make Cumulus run automatically when Windows starts?  ==&lt;br /&gt;
&lt;br /&gt;
There is no option in Cumulus to set this up automatically as I prefer to leave it under the control of the user: The safest and most reliable method is simply to put a shortcut in your Startup folder. If you are running Vista or Windows 7, you may find that Cumulus gets blocked by UAC if you try to run it from the Startup folder, in which case it is recommended that you use Task Scheduler instead. See here for a good description of how to do this - http://blogs.techrepublic.com/window-on-windows/?p=616&lt;br /&gt;
&lt;br /&gt;
== How does Cumulus handle Daylight Saving Time?  ==&lt;br /&gt;
&lt;br /&gt;
As far as the timestamps in the extreme logs, monthly log, and the graphs, are concerned; Cumulus doesn&#039;t do anything in particular for DST. &lt;br /&gt;
*It generates timestamps based on the Windows clock. &lt;br /&gt;
**So basically, at the start of DST (i.e. when the clocks &#039;go forward&#039; for the summer) you will get an apparent gap of one hour in your data logs and on graphs.&lt;br /&gt;
**Similarly at the end of DST (i.e. when the clocks &#039;go back&#039; for the winter) you will get an apparent hour of duplicate timestamps in your logs and graphs. &lt;br /&gt;
*You will tend to get better results if you leave Cumulus running during the clock change, because if it is stopped you may lose data,&lt;br /&gt;
**the exact timing of the affected hours depends on the type of station and the times when Cumulus was running/stopped.&lt;br /&gt;
&lt;br /&gt;
=== ... How do Davis stations handle Daylight Saving Time? ===&lt;br /&gt;
&lt;br /&gt;
Note that there seems to be an issue with Davis stations, either in the console/logger, or in the Davis DLL which Cumulus uses. &lt;br /&gt;
*If you don&#039;t have Cumulus running when DST ends (autumn), then when you start Cumulus up again, it doesn&#039;t receive all of the logger data it needs to catch up to the &#039;&#039;present time&#039;&#039; - the previous hour or so is missing. &lt;br /&gt;
*So with Davis stations, I strongly recommend that you leave Cumulus running at the end of DST, if at all possible.&lt;br /&gt;
&lt;br /&gt;
=== ... How do Fine Offset stations handle Daylight Saving Time? ===&lt;br /&gt;
&lt;br /&gt;
*For Fine Offset stations if you don&#039;t have Cumulus running when DST ends in autumn, then when you start Cumulus up again, the catch up &#039;&#039;misses off the first hour after the time Cumulus was stopped&#039;&#039; (unless you have adjusted the time in [[today.ini]] by subtracting one hour for end of DST while Cumulus was stopped).  &lt;br /&gt;
**This is because the console memory does not time-stamp the data blocks and Cumulus does not remember the console data block used just before shutdown, (after all depending on how long Cumulus has been stopped and the station logging interval, the old memory location could be overwritten by now), but each memory location does contains minutes elapsed since previous memory location used.&lt;br /&gt;
**On restart Cumulus just tries to read the appropriate number of hours worth of observations back from the block now marked as latest.  &lt;br /&gt;
**For example if it was stopped at 2200 DST and restarted at 0600 standard time, Cumulus catches up with the last 8 hours worth of stored measurements as if going back to 2200 standard time, that means it retrieves back to 2300 DST and has forever lost the period 2200 to 2300 DST.  &lt;br /&gt;
*So with Fine Offset stations, I strongly recommend that you leave Cumulus running at the end of DST, if at all possible.&lt;br /&gt;
*At the start of DST in spring, the catch up will &#039;&#039;duplicate the last hour that Cumulus was previously operating&#039;&#039; (unless you have added one hour to the standard time stored in [[today.ini]] for start of DST while Cumulus was stopped). &lt;br /&gt;
**e.g. Stopping from 2200 standard time to 0600 DST the catch up goes back to 2200 DST or 2100 standard time.&lt;br /&gt;
**Some calculated measurements like average temperature, cooling degree days, and the like will be slightly out, but no measurement is actually lost.&lt;br /&gt;
&lt;br /&gt;
== What formula does Cumulus use for Dew Point?  ==&lt;br /&gt;
dewpoint := tempinC + ((0.13 * tempinC) + 13.6) * Ln(humidity / 100)&lt;br /&gt;
&lt;br /&gt;
== What formula does Cumulus use for Apparent Temperature?  ==&lt;br /&gt;
It uses a formula from the Australian BOM - http://www.bom.gov.au/info/thermal_stress/#atapproximation&lt;br /&gt;
&lt;br /&gt;
Note that the version used is the one that doesn&#039;t take into account solar radiation.&lt;br /&gt;
&lt;br /&gt;
== How does Cumulus know the height of the cloud base?  ==&lt;br /&gt;
&lt;br /&gt;
It doesn&#039;t. It uses a calculation which gives the theoretical height above ground level at which Cumulus clouds might form, based on the current temperature and dew point. It assumes that the difference between temperature and dew point decreases by about 4.4 degrees Fahrenheit per 1000 feet increase in altitude. When the two values coincide, the air is saturated (relative humidity = 100%) and Cumulus clouds may form. &lt;br /&gt;
&lt;br /&gt;
== How is my rain rate calculated?  ==&lt;br /&gt;
&lt;br /&gt;
For stations which supply a rain rate, Cumulus uses that. For stations which don&#039;t supply a rain rate (e.g. Fine Offset and La Crosse), Cumulus simply takes the rain total from the last five minutes and calculates a rate based on that; e.g. a single tip of 0.3mm in 5 minutes is a rate of 3.6mm/hr. When data from the station&#039;s logger is used, a similar calculation is performed, but the interval used is the logger interval rather than five minutes.&lt;br /&gt;
&lt;br /&gt;
== Where does Cumulus get its this month and this year rainfall totals from?  ==&lt;br /&gt;
&lt;br /&gt;
* Each time Cumulus reads records from the weather station it applies any change to the &#039;total rain count&#039; against today&#039;s total in its memory.&lt;br /&gt;
* The today&#039;s total so far at each reading time is also added to the &#039;recent tag&#039; array allowing total values for the day-so-far at one minute intervals for up to a week ago to be added as web tags to a web template. &lt;br /&gt;
* The rainfall totals, are initialised when Cumulus is (re-)started by adding up the corresponding daily totals in dayfile.txt and storing those sums in memory. Two of the totals can be seen using default settings on &#039;&#039;&#039;View&#039;&#039;&#039; menu, &#039;&#039;This month&#039;&#039; screen for this month, &#039;&#039;This year&#039;&#039; screen for this calendar year, but the third total for the rain season (you can change starting month) is seen on the &#039;&#039;main&#039;&#039; Cumulus screen.&lt;br /&gt;
* The rainfall totals shown on the &#039;&#039;This period&#039;&#039;, &#039;&#039;This month&#039;&#039;, and &#039;&#039;This year&#039;&#039; screens within the &#039;&#039;&#039;View&#039;&#039;&#039; menu are generated by adding up the daily rainfall totals found in [[dayfile.txt]] for the selected period. So any rainfall for the current (meteorological) day is excluded as the latest dayfile.txt row is for yesterday. Totals are recalculated when you press the &#039;&#039;Update display&#039;&#039; button. Important note: The view menu &#039;This year&#039; screen always calculates the total for a selected calendar year starting in January.&lt;br /&gt;
* The rain figures that Cumulus uses for displaying in &#039;This month&#039; and &#039;This year&#039; on the Cumulus &#039;&#039;main screen&#039;&#039; are updated each time Cumulus receives a rain reading from the station, so will not be displayed if Cumulus is unable to read rain information from your station.&lt;br /&gt;
* For the web tags, Cumulus takes its stored sums and adds today&#039;s latest total each time, to give the current totals for this month and this rain season (year so far) when processing &#039;thismonthT.htm&#039; and &#039;thisyearT.htm&#039; web templates.&lt;br /&gt;
**Important, for the &amp;lt;#ryear&amp;gt; web tag, and for the &#039;This year&#039; display on the &#039;&#039;main&#039;&#039; Cumulus screen, the processing reads the &#039;&#039;dayfile.txt&#039;&#039; for the rainfall season starting with the month set on the station settings screen and stored as the value for attribute &#039;&#039;RainSeasonStart&#039;&#039; in [[Cumulus.ini#Section:_Station]] (its default is January).  &lt;br /&gt;
**If you have set a &#039;year to date&#039; value and Cumulus is being re-started when the year specified beside that figure matches the current year, your year-to-date amount is also added into this year&#039;s total. This should normally only be relevant in your first rain season of operating Cumulus, but could be used if in any season you needed to add an extra amount because for some reason you had a gap in your recording period.&lt;br /&gt;
**There is no corresponding setting for calculating the total for the first &#039;this month&#039; of Cumulus operation.&lt;br /&gt;
*Note that you need to stop and then restart Cumulus to update these initial values that are stored in memory and get any corrections you made to rogue values in the daily summary log (or year-to-date) reflected on the main Cumulus screen and in web tags.&lt;br /&gt;
&lt;br /&gt;
The built-in dayfile.txt editor is used if it is necessary to amend the daily totals (to correct any monthly, rain season, or calendar year, totals); the built-in all-time (or monthly records) editor(s) in Cumulus is used if it is necessary to regenerate the extreme records from dayfile.txt; see [[#My_station_invented_some_rain_that_didn.27t_really_occur.2C_and_I_want_to_set_it_to_zero_.28or_some_other_figure.29 |FAQ about correcting incorrect rainfall displays]].&lt;br /&gt;
&lt;br /&gt;
== How do I reset all my data to start again from scratch?  ==&lt;br /&gt;
&lt;br /&gt;
Stop Cumulus and delete all of the files in the data folder. You may also want to edit the &#039;StartDate=&#039; line in [[cumulus.ini]] to set the date for the start of your data.&lt;br /&gt;
&lt;br /&gt;
== How do I localise Cumulus to my own language? ==&lt;br /&gt;
&lt;br /&gt;
Cumulus does not directly support languages other than English. It was never intended for use in other languages, and it is not possible to add support for this now. However, the text used for:&lt;br /&gt;
*Forecasting&lt;br /&gt;
*Moonphases&lt;br /&gt;
*Beaufort Scale&lt;br /&gt;
*Trend descriptions&lt;br /&gt;
*Compass points&lt;br /&gt;
*Graph titles&lt;br /&gt;
*Extra sensor channels&lt;br /&gt;
can all be customised by using the [[strings.ini]] file. This facility may be extended to allow other items to be translated, but it is very unlikely that there will ever be a fully multi-language version of Cumulus in its current form.&lt;br /&gt;
&lt;br /&gt;
This wiki page [[:Category:Other_Languages|Other Languages]] has some old information about customising the standard web pages and see the downloads page as several third-party alternative web pages include some language translation modules.&lt;br /&gt;
&lt;br /&gt;
== Can I connect/disconnect my weather station while Cumulus is running? ==&lt;br /&gt;
No. You must make sure your weather station is connected to your PC and switched on, before running Cumulus. Do not disconnect your station while Cumulus is running.&lt;br /&gt;
&lt;br /&gt;
== How does Cumulus deal with extra sensors? ==&lt;br /&gt;
&lt;br /&gt;
By default, Cumulus deals with weather stations incorporating solar sensors, if you have selected the relevant station &#039;Type&#039; or &#039;Display solar/extra data&#039; in configuration, but it has some capability to deal with extra sensors added including the Blake-Larsen Sun Recorder.&lt;br /&gt;
Cumulus has the ability to input, log, and display Current Values/Outputs from the [[Rain_measurement#Optical_Rain_Gauges|Hydreon Optical Rain Sensor - Model RG-11]] and from either Oregon Scientific or Davis [[Extra_Sensor_Files|extra sensors]]. Only today&#039;s and yesterday&#039;s total rainfall from a Hydreon sensor are available in [[today.ini]] and [[yesterday.ini]] respectively. For some Oregon Scientific models, the temperature from an extra sensor can replace the temperature from the main sensor for processing by Cumulus, but all extra sensor values are stored in a series of [[Extra_Sensor_Files| monthly log]] files. No other processing is performed for Davis extra sensors, but past values are retained in a series of [[Extra_Sensor_Files| monthly log]] files.  The file [[strings.ini]] is used to customise the description associated with extra sensors.&lt;br /&gt;
&lt;br /&gt;
== What is this &amp;quot;Solar Max&amp;quot; value which Cumulus is displaying? ==&lt;br /&gt;
&lt;br /&gt;
It&#039;s the current theoretical maximum solar radiation value at the current date and time at your location. It is calculated using the Ryan-Stolzenbach formula, and uses the &#039;transmission factor&#039; configurable in the station settings to allow for the effect of transmission through the atmosphere. The figure is not particularly useful in itself; it is used if you have a solar sensor, to compare with the current solar radiation reading, in an attempt to determine whether the sun is currently shining or not.&lt;br /&gt;
&lt;br /&gt;
== My Fine Offset console says the memory is nearly full - how do I clear it? ==&lt;br /&gt;
&lt;br /&gt;
You don&#039;t need to, and it&#039;s much safer if you don&#039;t; clearing the memory could lead to a loss of data. The memory indicator on the console has no effect on the logging of data; the console will automatically start re-using the oldest memory locations. As long as you are running Cumulus (at least occasionally), Cumulus will have downloaded the data it needs from the console, so the console is free to overwrite the oldest data when it needs to.&lt;br /&gt;
&lt;br /&gt;
== How do I get my Davis station with USB working with Cumulus? ==&lt;br /&gt;
&lt;br /&gt;
Cumulus cannot drive the station in USB mode, you must install &#039;virtual serial port&#039; drivers, and configure Cumulus to use the virtual serial port. Make sure you have the station connected to the PC during the following operations.&lt;br /&gt;
&lt;br /&gt;
You should first make sure that you can use the station with Weatherlink, in serial mode. If you have not already installed the Weatherlink software, install the version which came with your weather station. You should then upgrade to the latest version of Weatherlink; you can download the update from the Davis web site,  [http://www.davisnet.com/support/weather/downloads/software_sftwr.asp here].&lt;br /&gt;
&lt;br /&gt;
You now need to install the &#039;CP210X USB to Serial Converter&#039;. You may find a link on your Start menu under &#039;Weatherlink&#039;. Alternatively, you should find it in the folder where Weatherlink was installed, under &#039;Support&#039; then &#039;Utilities&#039;. Davis also make version 2 of this utility available on their web site, [http://www.davisnet.com/support/weather/downloads/software_driver.asp here], and you may find that this version will work for you if the installed version does not. It should be clear from the messages output by the utility that it has successfully switched the logger to serial mode. &lt;br /&gt;
&lt;br /&gt;
It&#039;s a good idea to then update the driver to the latest version from the Silicon Labs web site, particularly if you use Windows 7 or 8. You can download it [http://www.silabs.com/products/mcu/pages/usbtouartbridgevcpdrivers.aspx here] - click on &#039;VCP driver kit&#039; under &#039;Download for Windows XP/Server 2003/Vista/7&#039; to begin the download. Run the executable once it&#039;s downloaded.&lt;br /&gt;
&lt;br /&gt;
At this point, it&#039;s best to restart your computer.&lt;br /&gt;
&lt;br /&gt;
You should now run Weatherlink, and attempt to connect to the weather station &#039;&#039;&#039;in serial mode&#039;&#039;&#039;. Weatherlink should find the appropriate COM port number automatically. If not, you can find it under &#039;Ports (COM &amp;amp; LPT)&#039; in the Windows device manager. Look for the port called &#039;USB Serial Port (COMn)&#039;, where &#039;n&#039; is a number. That&#039;s the number of the port you need to use in Weatherlink. If you cannot get Weatherlink to work using this virtual COM port, it is unlikely that you will be able to get Cumulus to work either, so either contact Davis support, explaining that you are trying to use the virtual serial port drivers because you want to run third-party software, or ask in the Cumulus forum, someone may be able to advise.&lt;br /&gt;
&lt;br /&gt;
Once you have Weatherlink connected and working via the virtual serial port, &#039;&#039;&#039;close it down&#039;&#039;&#039;, and start Cumulus.&lt;br /&gt;
&lt;br /&gt;
In the station settings in Cumulus, select the appropriate station type for your station; under &#039;VP Type&#039; select &#039;&#039;&#039;Serial&#039;&#039;&#039;; in the serial port section enter the COM port number that you found earlier. You may need to restart Cumulus at this point. It will then start displaying live data. Note that the it deliberately does not download any historical logger data from before the current point in time. When you run it subsequently, it will download logger data to catch up if necessary from when you last ran it, but never from earlier than when you first ran it.&lt;br /&gt;
&lt;br /&gt;
If you still having difficulty, the Davis Weatherlink manual offers this advice, which may be useful:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Included with the WeatherLink software is a utility that allows you to convert a USB data logger from a direct USB data logger back to a USB data logger that emulates the serial port. To use&lt;br /&gt;
this utility, select Convert USB to Virtual Serial in your WeatherLink program group on the Start menu of your computer (Start&amp;gt;AllPrograms&amp;gt;WeatherLink&amp;gt;Convert USB to Virtual Serial) and run the utility to convert your data logger. Please contact Davis Technical Support (“Contacting Davis Technical Support” on page 26) for more information.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== Why does Cumulus do some things the way it does, when there are better ways? ==&lt;br /&gt;
&lt;br /&gt;
Cumulus was originally something I &#039;knocked together&#039; quickly when I got my first weather station, simply because I couldn&#039;t find any other software anywhere which I was prepared to use. No &#039;design&#039; went into it, it was really just a prototype. Some of the things I did were just quick &#039;hacks&#039; that I intended to fix when I did it &#039;properly&#039;. But I never got around to going back and doing it &#039;properly&#039;, and it was never my intention that anyone else would use it. But I was persuaded to make it available for others, and then to add more and more enhancements. &lt;br /&gt;
&lt;br /&gt;
The fact that it works with several different types of weather station means that much of it is a compromise; it doesn&#039;t use certain features of the weather station which it could use if it were dedicated to that type of weather station. For example, it typically does not use any high/low data that the station might store internally. Instead, it maintains its own high/low data from individual readings. There are a number of reasons for this; the fact that Cumulus supports an 0900-0900 day, and the weather station does not, and the fact that typically Cumulus maintains far more high/low values than the station does, and these need to be self-consistent. &lt;br /&gt;
&lt;br /&gt;
So yes, I am aware that some of things that Cumulus does may seem strange, but it is simply not possible for me to start again from scratch, knowing what I know now. And it is not possible for me to effectively produce separate versions of Cumulus specifically for each type of weather station. If you don&#039;t like the way Cumulus does certain things, do what I did and write your own software!&lt;br /&gt;
&lt;br /&gt;
== Can I run 2 copies of Cumulus? ==&lt;br /&gt;
&lt;br /&gt;
3 options:&lt;br /&gt;
*You can install Cumulus on more than one PC, but each copy must connect directly to its own weather station (one station connected per PC).&lt;br /&gt;
*You can install 2 copies of Cumulus in different paths on a single PC, &#039;&#039;if you have two weather stations&#039;&#039; and Cumulus is able to distinguish between them, e.g. they are from different manufacturers, or both are serial port stations (different ports), or one is USB and one is serial, or one is a Weatherlink IP. In other words the  combination that does not work on a single PC is two USB stations from the same manufacturer. Note that Davis stations with USB loggers are serial port stations as far as Cumulus is concerned, so there are no problems using multiple copies of Cumulus with multiple Davis stations on the same PC.&lt;br /&gt;
*It is possible to back up the Cumulus files from one installation running off a weather station, and briefly have another reduced functionality copy just looking at historic data without ever any updating (the second Cumulus is set up as if reading from an EasyWeather.dat file, but not given a path/file name) - see [[Cumulus.ini#Introduced_for_problems_with_Fine_Offset_family:|Easyweather.dat section here]].&lt;br /&gt;
&lt;br /&gt;
= Troubleshooting  =&lt;br /&gt;
&lt;br /&gt;
== My &#039;Error&#039; light is flashing  ==&lt;br /&gt;
&lt;br /&gt;
Click on it, and a window will open describing the error. It may just be a temporary ftp problem. If you want to stop ftp errors being reported in this way, you can turn them off in the display settings (&amp;quot;Show FTP errors on error log window&amp;quot;).&lt;br /&gt;
&lt;br /&gt;
== My ‘new record’ light has stopped flashing  ==&lt;br /&gt;
&lt;br /&gt;
It is the normal situation that the light does not flash. The ‘new record’ light only flashes when an all-time record has been broken. It stops flashing if you click on it or restart Cumulus, until another all-time record is broken. When you first start using Cumulus, inevitably the light will flash a lot, even if you cancel it, as you will be breaking records constantly. After a while, it will &#039;settle down&#039; and not flash so often.&lt;br /&gt;
&lt;br /&gt;
== I installed a new version and my web page templates got over-written  ==&lt;br /&gt;
&lt;br /&gt;
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, place them in a different folder and use the ‘extra files’ facility. From version 1.8.9, the installer offers the option of not over-writing the web templates; it unconditionally also installs them to a sub-folder of the web folder called &#039;originals&#039;, so you can refer to them if required, even if you chose not to over-write those in the web folder.&lt;br /&gt;
&lt;br /&gt;
== I can’t find my data files!  ==&lt;br /&gt;
&lt;br /&gt;
You’re probably running Windows Vista/Windows 7/Windows 8 (or one of the corresponding server versions of Windows). Look in C:\Users\[username]\AppData\Local\VirtualStore\Program Files\Cumulus - note that this is a &#039;hidden&#039; folder. Ideally, to avoid this situation, you would install to somewhere outside the Program Files hierarchy, as recommended in the readme.txt.&lt;br /&gt;
&lt;br /&gt;
== I can&#039;t save my NOAA reports! ==&lt;br /&gt;
&lt;br /&gt;
You&#039;ve probably corrupted your Cumulus.ini file in the default Cumulus folder. See [[Cumulus.ini#Section:_NOAA]]. It can only be edited either (if Cumulus is stopped) with an external text file editor or (with Cumulus running) using the &#039;&#039;NOAA Setup&#039;&#039; in the configuation menu.  Pay attention to where the quotes are required for the file names, and check that you have an allowed date format (see [[Webtags#Time.2FDate_.27format.27_Parameter]]).&lt;br /&gt;
&lt;br /&gt;
== My sunrise and sunset times are wrong  ==&lt;br /&gt;
&lt;br /&gt;
You&#039;ve almost certainly entered your co-ordinates incorrectly, or not entered them at all - on the station settings screen. You must enter DEGREES, MINUTES, and SECONDS, no other format will work. Make sure to use &#039;&#039;&#039;unsigned whole numbers&#039;&#039;&#039; for degrees, minutes, and seconds, with a &#039;W&#039; for your longitude if you&#039;re West of the Greenwich meridian (e.g. if you are in the United States), and the appropriate letter for your latitude (N for northern hemisphere, S for southern hemisphere). &lt;br /&gt;
&lt;br /&gt;
If you are not familiar with the degrees/minutes/seconds standard format and have your co-ordinates in some other format, there are pages on the web which will convert for you. One such is here: http://transition.fcc.gov/mb/audio/bickel/DDDMMSS-decimal.html&lt;br /&gt;
&lt;br /&gt;
One other less likely possibility is that you have set the wrong time zone on your PC.&lt;br /&gt;
&lt;br /&gt;
== The Moon rise or set time is showing dashes.  ==&lt;br /&gt;
&lt;br /&gt;
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. &lt;br /&gt;
&lt;br /&gt;
== The Moon image is just black ==&lt;br /&gt;
&lt;br /&gt;
It&#039;s probably a New Moon.&lt;br /&gt;
&lt;br /&gt;
== Why are the &#039;Yesterday&#039; figures missing on the Main Cumulus Screen? ==&lt;br /&gt;
&lt;br /&gt;
The yesterday values on the Main Screen under &amp;quot;Recent Extremes&amp;quot; are not shown correctly:&lt;br /&gt;
*EITHER when the &#039;&#039;end of day rollover has not taken place&#039;&#039;. &lt;br /&gt;
**The usual cause of this is allowing your PC to &#039;sleep&#039; while Cumulus is running. &lt;br /&gt;
**The support forum mentions a few other causes. &lt;br /&gt;
**Cure this (if you have a weather station type that has a log that Cumulus reads) by looking in &amp;quot;&#039;&#039;Cumulus\backup&#039;&#039;&amp;quot; folder, and finding a backup directly in that folder or in &amp;quot;daily&amp;quot; sub-folder for just before the problem. With Cumulus stopped, copy all the files in that backup into the &amp;quot;&#039;&#039;&#039;Cumulus\data&#039;&#039;&#039;&amp;quot; folder, and then restart Cumulus. &lt;br /&gt;
*OR if Cumulus was unable to read observations from your station during that day, but can today. &lt;br /&gt;
**You can try the same cure, but may not be able to recover the lost information in this case.&lt;br /&gt;
&lt;br /&gt;
== Why do I have some unexpected zero figures? ==&lt;br /&gt;
&lt;br /&gt;
Cumulus may not be able to update some values/extremes, leaving them at zero, if:&lt;br /&gt;
*EITHER you are allowing your PC to go into sleep/standby while Cumulus is running,&lt;br /&gt;
*OR you have more than one copy of Cumulus attempting to interrogate the same weather station,&lt;br /&gt;
*OR you are closing Cumulus down very close to before/after roll-over (the latter is a restriction due to the way the processing of logger data works).&lt;br /&gt;
&lt;br /&gt;
== I’ve ‘zoomed’ a graph, how do I get it back to full size?  ==&lt;br /&gt;
&lt;br /&gt;
Drag from lower right to upper left.&lt;br /&gt;
&lt;br /&gt;
== Cumulus won&#039;t read the data from my station  ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CUMULUS RUNNING&#039;&#039;&#039;&lt;br /&gt;
If you have one of the Fine Offset clones, make sure you have configured your relative pressure correctly. If Cumulus finds an &#039;impossible&#039; value, it will ignore all data from your station.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CUMULUS RE-STARTED&#039;&#039;&#039;&lt;br /&gt;
If Cumulus does not read catch-up data from the station logger:&lt;br /&gt;
#Your station type may not have a logger, if so Cumulus cannot read anything from station while software was not running.&lt;br /&gt;
#There is a bug in the Davis DLL (Dynamic-Link Library) that Cumulus 1.x.x uses, where it never downloads the last archive record; so if there is only one to download (compare how long Cumulus was stopped with logging interval on your Davis station), it doesn&#039;t get any at all. (See [[#Cumulus_takes_a_long_time_to_download_the_data_from_my_Davis_station_at_start_up|here]] for opposite problem). Cure this by ensuring if you stop Cumulus you either leave it stopped for less than Davis logging interval time, or don&#039;t restart until after at least 2 logging intervals.&lt;br /&gt;
#You have not selected &amp;quot;&#039;&#039;&#039;Use data logger&#039;&#039;&#039;&amp;quot; in the &#039;&#039;Settings&#039;&#039; section of the &#039;&#039;&#039;Station settings&#039;&#039;&#039; screen accessed from &#039;&#039;Configuration&#039;&#039;  menu. Correct this:&lt;br /&gt;
##Stop Cumulus after changing this setting&lt;br /&gt;
##Look in &#039;&#039;Cumulus\backup&#039;&#039; folder (or its &#039;&#039;daily&#039;&#039; sub-folder) for a folder of .ini files prior to the problem, copy all those files to overwrite the ones in &#039;&#039;Cumulus\data&#039;&#039; folder&lt;br /&gt;
##Re-start Cumulus, it should use revised start date/time, and read the station logger for the whole re-wind period&lt;br /&gt;
#If there is another problem, read the instructions accessed from &amp;quot;Please click here before posting&amp;quot; at the top of the support forum page including the request to zip up the contents of the &#039;&#039;Cumulus\diags&#039;&#039; folder when asking for such support.&lt;br /&gt;
&lt;br /&gt;
== Cumulus read some invalid figures from my station ==&lt;br /&gt;
If you have:&lt;br /&gt;
*just started using Cumulus, &lt;br /&gt;
*just re-started Cumulus and you are only getting bad data when you start Cumulus up (i.e. when it is using archive data from the station logger),&lt;br /&gt;
*or you have just changed some settings,&lt;br /&gt;
... check you have the correct station type selected (see the Cumulus &#039;&#039;Help&#039;&#039; for the settings screen).&lt;br /&gt;
&lt;br /&gt;
Choosing the wrong station type means individual items of information are not correctly assigned to weather parameters.  Cumulus knows what is at what location for each station type. &lt;br /&gt;
*Is the information &#039;&#039;correct on the station console&#039;&#039; (i.e. not a fault with a sensor), but incorrectly displayed on Cumulus screen (i.e. transfer problem)? &lt;br /&gt;
Check all your settings on Cumulus, or see [[#Cumulus_won.27t_read_the_data_from_my_station|previous question]].&lt;br /&gt;
*If the &#039;&#039;station itself shows incorrect figures&#039;&#039;, a sensor may have a problem (mechanical or electrical failure, obstruction by animal activity) or a battery may need replacing.&lt;br /&gt;
Over successive versions of Cumulus more and more code has been incorporated to deal with the way some stations are prone to reporting rogue readings.&lt;br /&gt;
*Ensure you are using the latest Cumulus build, if you are using an old version you will not have any enhancements made since the earlier build that might improve the way Cumulus reads from your station type.&lt;br /&gt;
In general, if Cumulus 1.x.x identifies an odd value it will reuse the last good value instead, assuming that the problem will either right itself, or be spotted and dealt with quickly.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fine Offset stations&#039;&#039;&#039; are prone to reporting the odd non-sensical value, and Cumulus has the ability to compare successive readings:&lt;br /&gt;
*From the &#039;&#039;&#039;Configuration&#039;&#039;&#039; menu select [[Cumulus_Screenshots#Configuration_Menu_Screens|&#039;&#039;Calibration&#039;&#039;]] and in the &#039;&#039;&#039;Spike removal&#039;&#039;&#039; frame you can specify &amp;quot;the maximum &#039;&#039;&#039;differences&#039;&#039;&#039; between successive values&amp;quot; that Cumulus is to tolerate. See the &#039;&#039;&#039;Help&#039;&#039;&#039; for that screen, and note that spike removal applies while Cumulus is running, not to catch-up readings from the station&#039;s logger. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Possible Cure:&#039;&#039;&#039;&lt;br /&gt;
The purpose of the backup files is to allow Cumulus to be &#039;rewound&#039; to a particular point in time.  It simulates the situation where someone had closed Cumulus down at that point, and is only now starting it up again, and needs data to be downloaded from the station&#039;s logger to catch up to the present time. Obviously this cure will not work if your station type does not have a logger (one is needed for Cumulus to read old readings again).&lt;br /&gt;
*If you have only installed Cumulus a few days ago, or have just re-started Cumulus after it was stopped and encounter multiple &#039;&#039;rogue readings in the catch-up from the station logger&#039;&#039;; &#039;&#039;&#039;one possibility&#039;&#039;&#039; is to stop Cumulus and find the backup files that it took when you started it up (or just after the previous roll-over time), copy those files into the data folder, overwriting the ones that are there, then when you start it up again it could sort itself out.&lt;br /&gt;
The [[Diags]] log often contains useful information for sorting out what has been read, which values have been ignored, and which highs or lows may have been updated incorrectly. Note that automatic backups are made just after roll-over time because restarting Cumulus when there are no logger records to read before roll-over has been known to cause problems. Therefore, the backup to choose might be one with the date before when the problem occured, but remember that any calculations Cumulus makes are based on readings at least every minute when Cumulus is running, but for the catch up period such calculations can only use the readings available at your station&#039;s logging interval. Note if you choose a later backup and it does not work, you can always then repeat the &#039;rewind&#039; with a earlier backup.&lt;br /&gt;
&lt;br /&gt;
== I get very large amounts of rainfall shown, or other high readings ==&lt;br /&gt;
&lt;br /&gt;
Fine Offset stations have a habit of producing unbelievable readings, and Cumulus filters many of these out automatically. You can also use the &#039;spike removal&#039; settings on the calibration page, and Cumulus will then filter out large changes in readings. Please read the help for how to use these settings. Another possible explanation is that you have chosen the wrong station type in the Cumulus station settings. You should only select the &amp;quot;Fine Offset with UV/Light sensor&amp;quot; type if your station actually has SENSORS for these. Your station may have solar CHARGING, but this is not the same as having a solar SENSOR, and so you should choose the &amp;quot;Fine Offset (WH1080 etc)&amp;quot; type. Typically, stations which do have solar SENSORS have a model number which starts with a &#039;3&#039;, e.g. WS3080, and stations without solar sensors start with a &#039;1&#039; or &#039;2&#039;. Selecting the wrong type of station will cause Cumulus to misinterpret the logger data read from the station and hence incorrect readings will result.&lt;br /&gt;
&lt;br /&gt;
== My station invented some rain that didn&#039;t really occur, and I want to set it to zero (or some other figure)  ==&lt;br /&gt;
&lt;br /&gt;
Cumulus does include some code to try to ignore some obvious rain errors. For example, if the station reports negative rain, Cumulus will normally ignore that, but if for 6 consecutive readings the rain cumulative count stays below what it was before, Cumulus will normally accept the new count as a new starting point. Because many positive values are realistic (see sub-answers), Cumulus generally will accept those as a result of accidental knocking of a tipping bucket gauge, due to wind effects on the gauge, or even due to the station electronics generating a rogue reading.&lt;br /&gt;
=== (Invented rain) Error in today&#039;s total===&lt;br /&gt;
#correct today&#039;s total using the &#039;today&#039;s rain&#039; editor on the edit menu.&lt;br /&gt;
#optionally stop Cumulus and edit [[today.ini]] to change the &#039;&#039;LastTip=&#039;&#039;(look up previous value in a recently backed up today.ini) parameter.&lt;br /&gt;
#Remember that &#039;ConsecutiveDryDays&#039; and &#039;ConsecutiveWetDays&#039; do not include today.&lt;br /&gt;
&lt;br /&gt;
=== (Invented rain) Error in yesterday&#039;s total ===&lt;br /&gt;
#edit the total for the relevant day in dayfile.txt, using the dayfile.txt editor on the edit menu.&lt;br /&gt;
#optionally edit yesterday&#039;s total (which is only held temporarily for display purposes) in [[today.ini]], while Cumulus is stopped.&lt;br /&gt;
=== (Invented rain) Error in total or high rainfall rate for any day before today ===&lt;br /&gt;
Just edit the total or rate for the relevant day in dayfile.txt, using the [[Cumulus_Screenshots#File.2FEdit.2FHelp_Menu|dayfile.txt]] editor on the edit menu.&lt;br /&gt;
&lt;br /&gt;
=== (Invented rain) Error in total, or extremes, for this month and/or this year ===&lt;br /&gt;
See next FAQ. Once you have corrected the daily totals (or high rainfall rates) in dayfile.txt, you can use the editors (on the edit menu) for &#039;This Month&#039; and &#039;This Year&#039; to fetch the corrected values from dayfile.txt (or enter figures manually).&lt;br /&gt;
&lt;br /&gt;
=== (Invented rain) Error in all-time records ===&lt;br /&gt;
See [[#How_do_I_correct_my_all-time_.28or_monthly_all-time.29_records.3F |this FAQ]].&lt;br /&gt;
&lt;br /&gt;
To see the previous value for all-time records see [[Alltimelog.txt]]. If your all-time records, or month-by-month all-time records have been affected, you can use the built-in editors. These can fetch the correct values once you have corrected dayfile.txt.&lt;br /&gt;
&lt;br /&gt;
===  (Invented rain and) Other rain figures ===&lt;br /&gt;
Note that other rain figures, such as &#039;rain last hour&#039; and &#039;rain last 24 hours&#039; depend on a sensible progression of the rain counter, so it&#039;s not easy to correct this; it&#039;s easier to wait until the erroneous figure is far enough in the past so as not to affect the calculation. If you really do want to try to correct it; you would need to stop Cumulus, then find and edit multiple field 11 (assuming date is field 0) the Cumulus &#039;rain counter&#039; values in the [[monthly_log_files]] in the current monthly log file so they are correct relative to the current value of the rain counter (i.e. the latest one logged).&lt;br /&gt;
&lt;br /&gt;
===  (Invented rain) Error prevention by Spike removal ===&lt;br /&gt;
#It is better to try to avoid spurious rain being recorded in the first place.&lt;br /&gt;
#Cumulus attempts to ignore large increases in the rain total automatically, and is quite often successful.&lt;br /&gt;
#For &#039;hourly rain&#039; and &#039;rain rate&#039;, you can set &#039;spike removal&#039; settings on the calibration settings screen. The value you set here, is the maximum change allowed between successive observations. Rain Rate corrections apply only to Fine Offset and La Crosse stations (which are known to occasionally produce faulty rain readings).&lt;br /&gt;
&lt;br /&gt;
===  (Invented rain) More information ===&lt;br /&gt;
There is more information about correcting rogue data elsewhere in the Wiki, in the pages about the [[:Category:Log_Files|log files]].&lt;br /&gt;
&lt;br /&gt;
== My monthly and/or annual rainfall totals are wrong  ==&lt;br /&gt;
&lt;br /&gt;
Cumulus calculates these when it is restarted, holds the values within memory, and increments them as required while it is running. This FAQ in the previous section [[#Where_does_Cumulus_get_its_this_month_and_this_year_rainfall_totals_from.3F]] has a concise description of how Cumulus calculates these figures.&lt;br /&gt;
&lt;br /&gt;
* The rainfall total shown on the &#039;&#039;This month&#039;&#039; screen within the &#039;&#039;&#039;View&#039;&#039;&#039; menu, is calculated from summing [[dayfile.txt]] totals for a selected month, and so for the default current month will exclude the current meteorological day.  The rainfall total for today so far is added for the web tag &#039;&#039;&amp;lt;#rmonth&amp;gt;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
* The rainfall total shown on the &#039;&#039;This year&#039;&#039;  screen within the &#039;&#039;&#039;View&#039;&#039;&#039; menu, is calculated from summing totals in dayfile.txt for a selected calendar year. For the default current year, it will exclude the current meteorological day.&lt;br /&gt;
&lt;br /&gt;
* The rainfall total reported by the &#039;&#039;&amp;lt;#ryear&amp;gt;&#039;&#039; web tag is for the rainfall season to date, it is calculated from taking today&#039;s rain and then adding the sum of the totals in dayfile.txt starting with the first (meteorological) day of the month specified in the &#039;rainfall season&#039; frame on the &#039;&#039;station settings&#039;&#039; screen within the &#039;&#039;&#039;Configuration&#039;&#039;&#039; menu, until the end of dayfile.txt is reached. So check you have specified the right starting month there before deciding the rainfall total shown is wrong. &lt;br /&gt;
&lt;br /&gt;
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 also on the [[Cumulus_Screenshots#Station|Station Configuration screen]].  Make sure you specify the first Cumulus operating year here, otherwise the extra will be added to the annual total for the wrong year!&lt;br /&gt;
&lt;br /&gt;
See immediately preceding FAQ [[#My_station_invented_some_rain_that_didn.27t_really_occur.2C_and_I_want_to_set_it_to_zero_.28or_some_other_figure.29 |correcting rainfall]]  for how to correct errors in total for particular days and how to correct the high extremes for the various periods.&lt;br /&gt;
&lt;br /&gt;
In all cases then restart Cumulus to get the monthly and annual totals recalculated from correct daily totals. &lt;br /&gt;
&lt;br /&gt;
If you need to correct within day values for trend graphs as well as the longer period totals, provided you know roughly when the rogue rainfall was recorded, find (and edit) it in the [[monthly_log_files]], field 11 (assuming date is field 0) is the count used to derive other parameters.&lt;br /&gt;
&lt;br /&gt;
== The ‘gust’ line has disappeared from my graph  ==&lt;br /&gt;
&lt;br /&gt;
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. Depending on your weather station type, there are a few things you could try, to improve things. Decrease your station&#039;s logger interval, and if you have Cumulus calculating the wind speed average and you have a Fine Offset station, set &#039;Use speed for avg calculation&#039;.&lt;br /&gt;
&lt;br /&gt;
== My ‘gust’ values are the same as my ‘average’ wind speed values.  ==&lt;br /&gt;
&lt;br /&gt;
As above, you probably have Cumulus set to calculate a 10-minute average, and your station logger period is 10 minutes or longer, so your gust comes out the same as the average when using data from the logger. See the previous FAQ for suggestions on how to improve this.&lt;br /&gt;
&lt;br /&gt;
== I’ve just installed Cumulus, and it didn’t download all the old data from my weather station  ==&lt;br /&gt;
&lt;br /&gt;
Cumulus deliberately doesn’t attempt to download any data from before the point when you first run it. If you wish, although this isn&#039;t recommended, 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 (you will need to have run it at least once previously). Note that if you do this, it is at your own risk, and you will need to sort out any issues which may arise yourself.&lt;br /&gt;
&lt;br /&gt;
If you do this, you will probably need to edit your log files in the &#039;&#039;&#039;data&#039;&#039;&#039; folder as you may have duplicate entries and/or entries out of order. Your rain totals will almost certainly also be wrong - the total for &amp;quot;today&amp;quot; in particular. See the [[FAQ#My_station_invented_some_rain_that_didn.27t_really_occur.2C_and_I_want_to_set_it_to_zero_.28or_some_other_figure.29 |FAQ]] entry about correcting rainfall data. If you have only just started using Cumulus, you could delete all of the files in the data folder, and just create a simple today.ini as below. Then when you start Cumulus it will start again with just the data from the station&#039;s logger.&lt;br /&gt;
&lt;br /&gt;
Note that this method does not work for the Oregon WMR200 station. This station deletes logger entries when they are downloaded, and there is no mechanism for retrieving logger entries for a particular period - it just sends all the entries that it has. You may be able to circumvent this by creating a today.ini file in the data folder before you run Cumulus, with just this in it:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[General]&lt;br /&gt;
Date=10/04/2012&lt;br /&gt;
Timestamp=10/04/2012 10:00:00&lt;br /&gt;
CurrentYear=2012&lt;br /&gt;
CurrentMonth=4&lt;br /&gt;
CurrentDay=10&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Change the dates and time to match the point from which you want Cumulus to start downloading data. If the station has already sent the data, this may not work, unfortunately.&lt;br /&gt;
&lt;br /&gt;
If you stored data from your weather station (on another file-based system) before you first ran Cumulus, then you may be able to (using a text editor outside Cumulus) generate [[Monthly log files]] for the pre-Cumulus period.  See that Wiki article for more information on what you can then do with those files within Cumulus.&lt;br /&gt;
&lt;br /&gt;
== I have inserted pre-Cumulus data and now I get errors ==&lt;br /&gt;
&lt;br /&gt;
Probably some of your inserts used the wrong format (blank rows, fields with real numbers where integers expected, alternatively missing or duplicated fields). See [[:Category:Log_Files]]. Note that Cumulus will only flag errors in the log files that it reads (e.g. those relating to the period for which it displays trends graphs).  Check all the log files you have amended.&lt;br /&gt;
&lt;br /&gt;
== I have inserted pre-Cumulus data making &#039;Records began on&#039; date wrong ==&lt;br /&gt;
&lt;br /&gt;
Stop Cumulus and edit [[Cumulus.ini#Section:_Station | cumulus.ini (station section)]] within the main Cumulus folder. Change the &amp;quot;StartDate=&amp;quot; line. Be sure to use the same format for the date.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note&#039;&#039;&#039; &#039;&#039;StartDate=xxxx&#039;&#039; does &#039;&#039;not&#039;&#039; need to be updated for Cumulus to recognise earlier data in log files in its &#039;&#039;data&#039;&#039; subfolder.  &lt;br /&gt;
&lt;br /&gt;
It really represents &amp;quot;Cumulus began on&amp;quot;, so there is an alternative of leaving cumulus.ini unchanged, but editing default Cumulus &#039;&#039;recordsT.htm&#039;&#039; template twice:&lt;br /&gt;
*after the h2 heading is &#039;&#039;&amp;amp;lt;p&amp;amp;gt;Records began on &amp;lt;#recordsbegandate&amp;gt;. Here are the extremes recorded since then.&amp;amp;lt;/p&amp;amp;gt;&#039;&#039;;  you can replace &#039;&amp;lt;#recordsbegandate&amp;gt;&#039; with the new earliest date typed in as text; and&lt;br /&gt;
*at the start of the table is the &#039;&#039;&amp;amp;lt;caption&amp;amp;gt;Records Since &amp;lt;#recordsbegandate&amp;gt;&amp;amp;lt;/caption&amp;amp;gt;&#039;&#039;; replace the label &amp;quot;Records since&amp;quot; with &amp;quot;Cumulus began on&amp;quot; leaving the web tag unchanged.&lt;br /&gt;
&lt;br /&gt;
== Cumulus doesn’t show the same pressure as my Fine Offset console  ==&lt;br /&gt;
&lt;br /&gt;
Cumulus displays atmospheric pressure corrected to sea level. The console calls this ‘relative pressure’; it displays the letters &amp;quot;rel&amp;quot; when this is being displayed.  First of all, check&lt;br /&gt;
# that you are comparing the Cumulus display with the ‘relative’ pressure on your console,&lt;br /&gt;
# that only one copy of Cumulus is accessing the weather station (and no other software),&lt;br /&gt;
# that you do not have a &#039;EWpressureoffset=x.y&#039; line in the [Station] section of [[Cumulus.ini#Introduced_for_problems_with_Fine_Offset_family:| cumulus.ini]],&lt;br /&gt;
# and that you do not have a setting for pressure on the Cumulus calibration screen.&lt;br /&gt;
&lt;br /&gt;
The Fine Offset stations only store absolute/station pressure readings in their weather memory locations updated with each transmission and read by Cumulus. Within Cumulus, the software applies the adjustment to sea level before any further processing. It does &#039;&#039;not&#039;&#039; use the altitude setting in the cumulus station configuration screen.&lt;br /&gt;
Normally when Cumulus starts, it reads in [http://www.jim-easterbrook.me.uk/weather/mm/ the fixed block] in the console a pair of absolute/station pressure and relative/sea level pressure readings and uses the difference between these as the ‘offset’ in millibar for the station;  Cumulus uses this offset subsequently to calculate the sea level pressure (each time when reading the absolute pressure in the weather memory locations of the station), but it is possible to define the offset in cumulus.ini instead. &lt;br /&gt;
&lt;br /&gt;
Make sure that you have set your console&#039;s relative pressure correctly:&lt;br /&gt;
*for a push button operated model, press &#039;menu&#039; key 4 times for pressure mode, press &#039;enter&#039; to move to relative pressure setting, press &#039;up&#039; or &#039;down&#039; to adjust value.&lt;br /&gt;
*if your model uses a touch sensitive screen then it is probably tap the reading three times, then touch &#039;+&#039; or &#039;-&#039; to adjust value.&lt;br /&gt;
&lt;br /&gt;
The support forum includes discussion on where to find isobar charts or other sources to determine what the pressure should be.  Obviously after any adjustment you need to stop Cumulus, because it is when you restart it that Cumulus reads the new pressure offset.&lt;br /&gt;
&lt;br /&gt;
Sometimes the offset that cumulus reads from the fixed block is clearly garbage, so&lt;br /&gt;
# the cumulus error light is set,&lt;br /&gt;
# an error message suggests you check the station, and&lt;br /&gt;
# Cumulus uses zero offset instead as a best effort.&lt;br /&gt;
In this situation, Cumulus will display the same value as the &#039;absolute&#039; pressure on the console (no &amp;quot;rel&amp;quot; is displayed on the console when it is displaying absolute pressure). Often, if you restart Cumulus, it will then be able to read the correct value. If the problem happens often, you can circumvent it by editing cumulus.ini (while Cumulus is stopped), and in the [Station] section add an entry: &lt;br /&gt;
&lt;br /&gt;
 EWpressureoffset=x.y&lt;br /&gt;
&lt;br /&gt;
where x.y is your pressure offset. &#039;&#039;&#039;Cumulus will then use this instead of reading the fixed block offset from the station&#039;&#039;&#039;.  &lt;br /&gt;
&#039;&#039;&#039;Note&#039;&#039;&#039; that &#039;&#039;you must supply the offset in hPa&#039;&#039; (i.e. the millibar units that the station works with) and that this circumvention generally stops Cumulus from agreeing with the relative pressure displayed on the console.&lt;br /&gt;
&lt;br /&gt;
== My pressure suddenly dropped! Or suddenly increased!  ==&lt;br /&gt;
&lt;br /&gt;
If you have a Fine Offset station, and this happened when you (re)started Cumulus, it is quite likely a problem with reading the pressure &#039;offset&#039; from the station. See: &amp;quot;Cumulus doesn’t show the same pressure as my Fine Offset console&amp;quot; above.&lt;br /&gt;
&lt;br /&gt;
== I get an error when I try to view my all-time records. Also, they don’t appear on my web site  ==&lt;br /&gt;
&lt;br /&gt;
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. &lt;br /&gt;
&lt;br /&gt;
== I get an error when I close Cumulus  ==&lt;br /&gt;
&lt;br /&gt;
Cumulus does sometimes report an error when you close it. This does not appear to cause any problems, you can just close the error message. I don&#039;t seem to be able to do anything about this, as the &#039;crash&#039; is not in code that I have control over. You may be able to avoid this error by avoiding closing Cumulus while it is uploading to the internet. Please don&#039;t bother sending me a bug report about this. &lt;br /&gt;
&lt;br /&gt;
== My forecast says &amp;quot;Not available&amp;quot;  ==&lt;br /&gt;
&lt;br /&gt;
You can get Cumulus to create a simple forecast by selecting &#039;Cumulus Forecast&#039; on the Stations Settings screen. &lt;br /&gt;
&lt;br /&gt;
== My forecast always says &amp;quot;Exceptional Weather, Stormy, much precipitation&amp;quot;  ==&lt;br /&gt;
&lt;br /&gt;
You probably have incorrect Pressure Extreme settings in the Forecast section on the Station Settings window. Make sure that the values you have supplied match the units you have selected for the extremes. Note that the units for the extremes are not related to the units you have chosen for pressure display in Cumulus. The option of supplying mb/hPa or inHg for the extremes is merely a convenience; you can supply either, but the values and the units must of course match.&lt;br /&gt;
&lt;br /&gt;
== My computer hibernated/suspended, and I lost data/my graphs &#039;flat-lined&#039;  ==&lt;br /&gt;
&lt;br /&gt;
Cumulus can&#039;t cope with being suspended, it just carries on as normal after being woken. There is an option in the station settings to &#039;close on suspend&#039;, so Cumulus will close itself as a safety measure, if you forget to do it manually. Don&#039;t use the &#039;close on suspend&#039; option and the &#039;confirm shutdown&#039; option at the same time; this will cause problems. &lt;br /&gt;
&lt;br /&gt;
But I strongly recommend that you don&#039;t have your computer set to go into any form of standby while Cumulus is running - it&#039;s continuously gathering real-time data, after all, so it&#039;s a rather strange thing to do. &lt;br /&gt;
&lt;br /&gt;
== My heat index/humidex/wind chill is the same as my temperature  ==&lt;br /&gt;
&lt;br /&gt;
*Wind chill only applies when the average wind speed is above 4.8 kph &#039;&#039;&#039;and&#039;&#039;&#039; (by default in Cumulus as it should really always be set, but this is an option that can be unset) the temperature is below 10 degrees Celsius.  &lt;br /&gt;
*Heat index only applies when the temperature is above 27 degrees Celsius &#039;&#039;&#039;and&#039;&#039;&#039; the humidity is above 40%. &lt;br /&gt;
* Humidex does not have any &#039;cutoff&#039; values, but at low temperature and/or humidity it will give the same figure as ambient temperature.&lt;br /&gt;
&lt;br /&gt;
If heat index or wind chill is not applicable, Cumulus will set them the same as the ambient temperature.&lt;br /&gt;
&lt;br /&gt;
== Cumulus is showing a different wind speed compared to my console  ==&lt;br /&gt;
&lt;br /&gt;
You have probably misunderstood Cumulus processing of wind speeds, looking at different parameters, or different averaging periods.&lt;br /&gt;
*If you have a Davis weather station see [[#What_do_the_various_wind_speeds_in_Cumulus_correspond_to.2C_with_Davis_stations.3F]]&lt;br /&gt;
*If you have a Fine Offset station, see [[#What_do_the_various_wind_speeds_in_Cumulus_correspond_to.2C_with_Fine_Offset_stations.3F]] &lt;br /&gt;
* For Oregon Scientific and La Crosse stations see [[#How_do_I_set_up_recording_wind_speeds_in_Cumulus.2C_with_Oregon_Scientific_and_La_Crosse_stations]]&lt;br /&gt;
&lt;br /&gt;
Note that you can&#039;t compare the graphs drawn by Easyweather and Cumulus unless you are certain that they are plotting the same data. They can&#039;t both be running at the same time, so one would normally be plotting &#039;live&#039; data at a given interval, and the other will be plotting data downloaded from the station&#039;s logger. The wind speed will hence not normally be the same for a particular time on the graph as it may well have changed at the point that it is saved to the logger. The only situation where it &#039;&#039;would&#039;&#039; be valid to compare the graphs would be if neither were running at the times you are comparing, and both subsequently downloaded the same data from the logger.&lt;br /&gt;
&lt;br /&gt;
== I get error -32710 with Cumulus and my USB Davis station  ==&lt;br /&gt;
&lt;br /&gt;
The USB support in the Davis DLL which Cumulus uses doesn&#039;t seem to work. You need to use the CP210X USB/serial software which Davis supply, and use the station in serial mode. If you have previously been using your station with Weatherlink in USB mode, you will need to change to serial mode in Weatherlink before you can use the station with Cumulus. You can do this using [http://www.davisnet.com/support/weather/download/CP210X_USB_Serial_Converter_ver2.exe this utility from Davis]. See also this FAQ entry - http://wiki.sandaysoft.com/a/FAQ#How_do_I_get_my_Davis_station_with_USB_working_with_Cumulus.3F&lt;br /&gt;
&lt;br /&gt;
== When I start Cumulus, the graphs restart again each time and don&#039;t show the earlier data  ==&lt;br /&gt;
&lt;br /&gt;
You probably have an error in one or more data files. Look near the beginning of the latest file in the Diags folder for an error message which will tell you which file is in error and which line is causing the problem. It may simply be a blank line. Edit the file with Cumulus stopped. Note that you may need to repeat this process; only the first error is shown.&lt;br /&gt;
&lt;br /&gt;
This problem can also occur if you change your system format settings (date format, decimal and list separators etc). Again, check the diags file for a message about a number not being a valid floating point value.&lt;br /&gt;
&lt;br /&gt;
== The peak values on my graphs are not the same as my extreme values  ==&lt;br /&gt;
&lt;br /&gt;
The graphs are snapshots of the data, taken once a minute while Cumulus is running; it is not feasible to plot every data point. If the extreme value did not coincide exactly with the point at which the data was added to the graph, then it will not appear on the graph. The graphs are not intended to show all of the highs and lows, they are there to give an idea of the trends. This also applies to &#039;Select-A-Graph&#039;, which takes its data from the data logs; the highs and lows do not necessarily appear in the periodic data logs.&lt;br /&gt;
&lt;br /&gt;
This is most noticeable with wind gusts, the value of which can change rapidly, even over a period of a minute. The &#039;Plot latest gust&#039; setting causes the &#039;Latest&#039; figure (as shown on the main screen) to be plotted. What this figure represents exactly depends on your weather station type. This figure may vary rapidly, e.g. on Davis stations, it changes every 3 seconds or so. The graphs are plotted once a minute, and hence, with Davis stations, for example, there is approximately a one in 20 chance of any given &#039;latest&#039; figure actually being plotted.&lt;br /&gt;
&lt;br /&gt;
Cumulus also stores the peak value of the &#039;latest&#039; figure from the last 10 minutes. It calls this the &#039;gust&#039;, as this is a reasonable representation of a true &#039;gust&#039; figure. If you untick &#039;plot latest gust&#039;, it will plot this figure instead. As it contains the peak figure from the last 10 minutes, and the graph is plotted once a minute, plotting this value means that the high gust figure will always appear on the graph. The exception to this is with Davis stations, in the situation where the &#039;high gust&#039; figure has been read directly (as a way of ensuring that the high gust isn&#039;t missed) rather than by the usual reading of the current data. In this case, the gust is recorded as the high, but is not written to the current value, and hence does not appear on the graph, as it may be out of sequence with the current data.&lt;br /&gt;
&lt;br /&gt;
== My extreme values do not appear in the &#039;monthly&#039; data logs  ==&lt;br /&gt;
&lt;br /&gt;
The data logs are snapshots of the data, taken at the configured interval while Cumulus is running (or at the station&#039;s configured interval when data is read from the station&#039;s logger directly into the Cumulus monthly log). Cumulus, while it is running, reads the station frequently, detecting each change in observations, and can update extremes at each of these reading times.&lt;br /&gt;
&lt;br /&gt;
If the extreme value reading time did not immediately precede a time at which the data was logged, then it will not appear in the log. This is most noticeable with wind gusts, the value of which can change rapidly between log entries.&lt;br /&gt;
&lt;br /&gt;
Cumulus is designed to be kept running, if you only run it once a day, then the information it reads from the station&#039;s logger during catch up may miss extremes. For example &#039;&#039;when Cumulus reads the archive temperatures from a Davis station&#039;&#039;,  (in a compromise to allow Cumulus to have as much code as possible that is common to all weather station types) the design means that it ignores the first and second figures representing highest and lowest reported at each logged time, just reading the third figure that, depending on console configuration, is either the average value over the archive period or the final reading of the archive period (I don&#039;t know what the default is).&lt;br /&gt;
&lt;br /&gt;
== Cumulus takes a long time to download the data from my Davis station at start up  ==&lt;br /&gt;
&lt;br /&gt;
When Cumulus starts, it asks the station for all the data from the logger since the last time it was running. If the time-stamp that it supplies does not exactly match the time-stamp of an entry in the Davis logger, the station has a strange &#039;feature&#039; where it decides to send the entire contents of the logger. This will take some time to download, during which the Davis console display may appear to freeze. &lt;br /&gt;
#It is recommended that you enable the feature &#039;&#039;&#039;Synchronise station clock&#039;&#039;&#039; in the &#039;Settings&#039; block accessed from the &#039;&#039;Configuration&#039;&#039; menu  &#039;&#039;&#039;Station&#039;&#039;&#039; [[Cumulus_Screenshots#Station|Screen]].&lt;br /&gt;
#It is recommended that you set the logging interval in Cumulus (in the &#039;Data log interval&#039; block accessed from the &#039;&#039;Configuration&#039;&#039; menu  &#039;&#039;&#039;Station&#039;&#039;&#039; Screen) to the same interval as the station (the station interval can be changed using Weatherlink), then Cumulus will be able to make sure it uses a time-stamp that matches an entry in the logger. Note that this is mentioned in the &#039;&#039;&#039;readme.txt&#039;&#039;&#039; file that appears during the Cumulus installation, which you were asked to read at the time. If you didn&#039;t read it, it is strongly recommended that you do so now; it contains important information.&lt;br /&gt;
&lt;br /&gt;
== My Davis console clock is not exactly the same as my PC clock, but I have &amp;quot;Synchronise station clock&amp;quot; selected ==&lt;br /&gt;
&lt;br /&gt;
The Davis protocol only allows hours and minutes to be set, so there is always likely to be a difference of up to 60 seconds between the PC and the station.&lt;br /&gt;
&lt;br /&gt;
== Today is the shortest/longest day, but Cumulus says that tomorrow will be a few seconds shorter/longer  ==&lt;br /&gt;
&lt;br /&gt;
The routines I use to calculate (at midnight GMT) the length of the day aren&#039;t really suitable for this level of accuracy and may use the previous day in one parameter. I don&#039;t consider it an issue.&lt;br /&gt;
&lt;br /&gt;
== Cumulus got the forecast wrong!  ==&lt;br /&gt;
&lt;br /&gt;
Cumulus uses a forecast based on the Zambretti Forecaster (see Google). I didn&#039;t design the algorithm myself and to be honest I don&#039;t know how it works, so I can&#039;t answer any questions about it. Note that this is a &#039;forecast&#039; for the following 12 hours or so; it is not a &#039;nowcast&#039; (what the weather is doing now). Please regard the forecast as &#039;for entertainment purposes only&#039;. Do not base any decisions on it, and bear in mind that it is a very simple calculation based on only a few basic parameters. Some people get reasonable results, others do not. You can try tweaking the pressure extreme settings (in the Forecast section in the station settings), but don&#039;t expect the forecast to be as good as that provided by the weather agencies which have invested millions in their forecasting systems.&lt;br /&gt;
&lt;br /&gt;
== I only see one set of points on the wind direction graph  ==&lt;br /&gt;
&lt;br /&gt;
This happens just after you restart Cumulus, if the data came from the weather station&#039;s logger (i.e. Cumulus hasn&#039;t been running for a while). Weather stations only supply a &#039;current&#039; direction, and Cumulus calculates the average direction when running &#039;live&#039;.  So there is only one set of data available to be plotted, if it comes from the station logger.&lt;br /&gt;
&lt;br /&gt;
== My average wind bearing remains at zero ==&lt;br /&gt;
&lt;br /&gt;
Cumulus will always show zero average bearing when the average wind speed is zero (it can&#039;t be otherwise because it&#039;s calculated using the wind speed). In addition, it will show zero current bearing when the current wind speed is zero if you have &#039;&#039;use bearing zero when calm&#039;&#039; selected in the [[Cumulus_Screenshots#Station|station]] settings (accessible from &#039;&#039;&#039;Configuration&#039;&#039;&#039; menu).&lt;br /&gt;
&lt;br /&gt;
This also happens if your anemonmeter has a fault.&lt;br /&gt;
&lt;br /&gt;
== My graphs appear to be plotted less frequently just after Cumulus starts up  ==&lt;br /&gt;
&lt;br /&gt;
When running live, Cumulus plots data at 1-minute intervals. When it starts up, it pre-fills the graphs with data from the log files, which generally (depending on how you have Cumulus and your station configured) will be at less frequent intervals. &lt;br /&gt;
&lt;br /&gt;
== I closed Cumulus, the &#039;please wait&#039; form appeared, but Cumulus didn&#039;t close, even after several minutes  ==&lt;br /&gt;
&lt;br /&gt;
If you&#039;ve closed Cumulus shortly after it has downloaded a lot of data from the logger, it can take a while for the logging thread to get everything written away to disk, and Cumulus won&#039;t close until this has completed. However, in some circumstances, there seems to be a situation where Cumulus will never close, so you will need to close it with task manager. If you think you know what conditions cause this to happen, please let me know. &lt;br /&gt;
&lt;br /&gt;
== Cumulus isn&#039;t logging data at the interval that I set  ==&lt;br /&gt;
&lt;br /&gt;
It logs data at the interval you have configured, while it is running. If there is data to read from the station logger at start up, each logger entry is logged to the Cumulus log files, so those entries will be at the logger interval that you have configured in your station.&lt;br /&gt;
&lt;br /&gt;
== Cumulus takes a very long time to shut down ==&lt;br /&gt;
&lt;br /&gt;
You may have closed it very soon after starting it up, when it had a lot of data to download from the station logger, and you use Weather Underground. From version 1.9.1  there is a facility where it &#039;catches up&#039; with data that hasn&#039;t been uploaded to Weather Underground while it hasn&#039;t been running. This takes a little while, and if you close it while it is doing it, it will take a long time for all of the updates to time out. You need to give it sufficient time to finish the upload. From version 1.9.2, there is a &#039;catch up&#039; light which shows that the upload is taking place, and the &#039;catch up&#039; is optional&#039;; and it will abort much more quickly if you still close it while the catch up is taking place. &lt;br /&gt;
&lt;br /&gt;
== My temperature Min/Max/Avg graph is empty ==&lt;br /&gt;
&lt;br /&gt;
The most likely explanation is that you have only recently started running Cumulus (in the last day or two). It adds new values to this graph at the end of each day; it wouldn&#039;t make sense to add a value part of the way through the day, and you need a few points to be plotted before the graph starts to take shape. You need to wait until you have been running Cumulus for a few days.&lt;br /&gt;
&lt;br /&gt;
If you&#039;ve been running Cumulus for more than a few days, but the graph is still empty, the most likely explanation is that it was unable to read your dayfile.txt file. Look at the latest file in the &#039;diags&#039; folder (the files are plain text) for error messages mentioning dayfile.txt.&lt;br /&gt;
&lt;br /&gt;
== The longest dry/wet spell for this month/year includes days from last month/year ==&lt;br /&gt;
&lt;br /&gt;
This is intentional. I decided that it didn&#039;t make sense to arbitrarily chop off a dry/wet spell at the start of the month/year, as then the figure is meaningless. So the figures are to be interpreted as &amp;quot;the longest dry/wet spell which includes this month/year&amp;quot;. I note that other software takes the same approach.&lt;br /&gt;
&lt;br /&gt;
== Cumulus isn&#039;t performing periodic tasks, like data logging or web uploads ==&lt;br /&gt;
&lt;br /&gt;
Cumulus assumes a certain level of weather station functionality. It checks that it has received data from a number of sensors (e.g. pressure and outside temperature) before it starts periodic calculations, logging, uploading to the web, or drawing graphs. This is an attempt to make sure that bad data is not logged. If your weather station is not fully functional, you will not be able to use Cumulus fully. &lt;br /&gt;
&lt;br /&gt;
You can over-ride the start up check by adding a line to the [Station] section of [[Cumulus.ini#Section:_Station|cumulus.ini]], thus: &#039;&#039;NoSensorCheck=1&#039;&#039;&lt;br /&gt;
(You need to do this while Cumulus is stopped). Note that you are likely to get bad data logged if you do this.&lt;br /&gt;
&lt;br /&gt;
== I&#039;ve changed my Twitter password, and now Cumulus won&#039;t update Twitter ==&lt;br /&gt;
&lt;br /&gt;
You need to force Cumulus to re-authenticate with Twitter. Stop Cumulus and edit cumulus.ini. Find the [Twitter] section, and &#039;&#039;&#039;delete&#039;&#039;&#039; the lines which start&lt;br /&gt;
&lt;br /&gt;
OauthToken=&lt;br /&gt;
 &lt;br /&gt;
OauthTokenSecret=&lt;br /&gt;
&lt;br /&gt;
Start Cumulus and it should be able to update Twitter again.&lt;br /&gt;
&lt;br /&gt;
== When I start Cumulus, I get the error message &amp;quot;The station is not initialised&amp;quot; ==&lt;br /&gt;
&lt;br /&gt;
For Fine Offset stations, when Cumulus starts up, it checks the first two bytes of the station&#039;s memory. They are supposed to contain the values Hex 55 and Hex AA to indicate that the station has initialised itself correctly. If they do not, then presumably the station has had some kind of internal problem, so Cumulus doesn&#039;t try to read any data from it. A reset of the station normally fixes this - remove the batteries and the USB cable; but note that you will almost certainly lose any stored data in the logger.&lt;br /&gt;
&lt;br /&gt;
If you want to force Cumulus to ignore this check (not recommended), edit cumulus.ini and add a line to the [Station] section: &#039;&#039;EWdisablecheckinit=1&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
You will most likely not have any success with this, as your station memory is probably corrupted anyway.&lt;br /&gt;
&lt;br /&gt;
Note that for this setting to work, you need to be using version 1.9.3, build 1034 or later.&lt;br /&gt;
&lt;br /&gt;
== How do I correct today&#039;s or yesterday&#039;s highs and lows? ==&lt;br /&gt;
&lt;br /&gt;
Today&#039;s totals, highs and lows (and yesterday&#039;s rain total) are held in [[today.ini]] in the Cumulus data folder. Yesterday&#039;s totals (including RG11 rain but not standard rain), highs and lows are held in [[yesterday.ini]]. Follow the cross-references if you are unsure which parameter is what. To change any values, stop Cumulus and edit the file(s) in a text editor. Be sure to keep any date and time formats the same. If you are editing yesterday&#039;s highs and lows, you might also need to edit [[Dayfile.txt#Editing_daily_summary_in_Cumulus|dayfile.txt]], as the same values will probably have been written to that file. You can use the [[Cumulus_Screenshots#File.2FEdit.2FHelp_Menu|built-in dayfile editor]] in Cumulus to do this. If your all-time and/or monthly all-time records have been affected, see the [[#How_do_I_correct_my_all-time_.28or_monthly_all-time.29_records.3F|FAQ entry below]].&lt;br /&gt;
&lt;br /&gt;
If the value you want to change is today&#039;s high hourly rain figure, it is best to wait until the current figure has returned to a sensible value. There is no easy way to correct the current figure, so if you change it in today.ini while the current figure is incorrect, the high value in today.ini will immediately be changed again when you start Cumulus.  More information about correcting rain [[#My_station_invented_some_rain_that_didn.27t_really_occur.2C_and_I_want_to_set_it_to_zero_.28or_some_other_figure.29 |in this FAQ]].&lt;br /&gt;
&lt;br /&gt;
If the problem occurred because Cumulus wasn&#039;t able to download the data from the station&#039;s logger when you started it up in the morning (or perhaps you turned off the &#039;use data logger&#039; setting for some reason), you can get it to try again by &#039;rewinding&#039; to the time when you started Cumulus, and allowing it to try again. Cumulus takes a copy of the current files each time it starts up, and puts them in a folder in the backup folder in the Cumulus installation. Stop Cumulus, and find the backup folder with the appropriate timestamp, and copy all of the files from the backup folder into the Cumulus data folder, and start Cumulus up again.&lt;br /&gt;
&lt;br /&gt;
== How do I correct my all-time (or monthly all-time) records? ==&lt;br /&gt;
&lt;br /&gt;
Use the editor in Cumulus - on the Edit menu. If you know the correct figures, you can enter them manually.&lt;br /&gt;
*You can look at the [[Alltimelog.txt]] file to find the previous values for the [[Monthlyalltime.ini|all-time records]].&lt;br /&gt;
*Similar entries are logged to the [[diags]] files for the monthly highs and lows in [[month.ini]]. &lt;br /&gt;
*You can also get the editor to scan the [[dayfile.txt|daily summary log]] and [[Monthly_log_files]] to find the highs and lows from those files, click the Help button for details. Note that to use this facility you first need to correct any incorrect values in the files being scanned; you can use the built-in editor in Cumulus to edit dayfile.txt.&lt;br /&gt;
&lt;br /&gt;
Cumulus takes a backup of all the active data files when it starts up, and also at the start of the meteorological day (just after midnight for a lot of users). The backups are kept in folders within the backup sub-folder in the Cumulus installation. So an alternative method would be to find the latest backup from before the error occurred, and copy the &#039;&#039;alltime.txt&#039;&#039; and/or &#039;&#039;monthlyalltime.txt&#039;&#039; file from the backup to the Cumulus data folder. Do this with Cumulus stopped.&lt;br /&gt;
&lt;br /&gt;
There is more information in [[:Category:Log_Files]], on the page for each type of file.&lt;br /&gt;
&lt;br /&gt;
== It&#039;s January 1st and my &#039;rain since midnight&#039; and/or &#039;last 24 hours rain&#039; and/or Evapotranspiration are wrong/negative ==&lt;br /&gt;
&lt;br /&gt;
You are probably using a Davis station. Cumulus needs an incrementing rain counter to calculate all of the rain figures, and the nearest to that on a Davis station is the annual total. When this resets at the end of the year, this causes some of the rain data to show odd values for a day. You will notice this particularly if you use an 0900 start of meteorological day, as the &#039;rain since midnight&#039; figure is used for services such as Weather Underground. There&#039;s no easy solution to this, sorry.&lt;br /&gt;
&lt;br /&gt;
== Cumulus stops at the &amp;quot;Downloading data&amp;quot; screen ==&lt;br /&gt;
&lt;br /&gt;
If you have a Fine Offset station, this is probably caused by the station&#039;s interface locking up. You should be able to get it going again by doing a reset - remove batteries and the USB cable. Recent Fine Offset models have a problem where they can lock up frequently, requiring a reset. From version 1.9.3 of Cumulus onwards, there is an option to synchronise the reading of data with the console writing the data, to avoid doing both at the same time, and this seems to avoid most lockups. The setting is &amp;quot;Synchronise Fine Offset reads&amp;quot; on the station settings screen.&lt;br /&gt;
&lt;br /&gt;
If you look in the status bar at the bottom of the Cumulus window, there may a message &amp;quot;Error: no response&amp;quot;; this would confirm that the station has locked up and needs resetting.&lt;br /&gt;
&lt;br /&gt;
== Cumulus locks up when it starts and I have to use the task manager to kill it ==&lt;br /&gt;
&lt;br /&gt;
If you have a &#039;&#039;Fine Offset station&#039;&#039;, this is most likely caused by the station&#039;s interface locking up, i.e the station has stopped communicating with the PC.&lt;br /&gt;
&lt;br /&gt;
The problem where Cumulus locks up when the Fine Offset station doesn&#039;t respond is fixed in version 1.9.4. If you look in the status bar at the bottom of the Cumulus main window, there may be a message &amp;quot;Error: no response&amp;quot;; this would confirm that the station has locked up and needs resetting.&lt;br /&gt;
&lt;br /&gt;
You should be able to get the station going again by doing a reset - either remove console batteries and the USB cable or press the reset button hidden below the small hole (on 1081-based models, above the top RH corner of the battery cover). Recently manufactured Fine Offset models have a problem where they can lock up frequently, requiring a power reset. From version 1.9.3 of Cumulus onwards, there is an option on &#039;&#039;station settings screen&#039;&#039; to &#039;&#039;&#039;Synchronise Fine Offset Reads&#039;&#039;&#039; (Cumulus reading data from console) with the timing of received transmissions from sensors updating the data, to avoid doing both at the same time, and this seems to avoid most lockups.&lt;br /&gt;
&lt;br /&gt;
== Error messages with &amp;quot;Error on line...&amp;quot; or &amp;quot;Error at line...&amp;quot; ==&lt;br /&gt;
&lt;br /&gt;
These are corruptions in the log files, typically caused by Cumulus being unexpectedly closed (e.g. killed using Task Manager, or a PC reboot) while it is writing to the log files, but there can be other causes. The error message may say something like &amp;quot;List index out of bounds&amp;quot;. The error message will name the affected file(s) and the affected line number(s).&lt;br /&gt;
&lt;br /&gt;
Stop Cumulus and open the named file(s) in a good text editor, such as Notepad++. Do not use Notepad. At the line number(s) mentioned correct the error(s), which will be obvious as the lines won&#039;t look like the other lines, they will be blank or have garbage characters, or perhaps two lines have been run together. Save the file(s) and start Cumulus again.&lt;br /&gt;
&lt;br /&gt;
== Cumulus gives an error and won&#039;t run on my HP computer ==&lt;br /&gt;
&lt;br /&gt;
It&#039;s a known problem with HP computers; they have missing fonts. One solution is to install [http://www.microsoft.com/en-us/download/details.aspx?DisplayLang=en&amp;amp;id=16083 this font update] from Microsoft. It appears that computers other than HP can have the same font issue, so it is worth installing the font update anyway, if you get a problem where Cumulus won&#039;t start.&lt;br /&gt;
&lt;br /&gt;
== The headings or data look wrong in the data log viewer ==&lt;br /&gt;
&lt;br /&gt;
You&#039;re probably trying to view the wrong type of file. Use [[Cumulus_Screenshots|menus]] on main screen.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;View | Data logs&amp;quot; is only for the monthly data logs, e.g. Oct13log.txt, &amp;quot;View | Extra data logs&amp;quot; is for &amp;quot;extra&amp;quot; data logs, e.g. ExtraLog201310.txt, and if you want to view the daily summaries in dayfile.txt, use the dayfile.txt editor - &amp;quot;Edit | dayfile.txt&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
== The wind rose in Cumulus does not display anything with my Fine Offset ==&lt;br /&gt;
&lt;br /&gt;
The Fine Offset weather stations are supposed to supply data for 16 wind directions, however the design is such that most of them only actually use 8 of the possible 16. Try setting the wind rose to only display 8 directions by setting the &#039;wind rose points&#039; value to 8 on the display settings screen.&lt;br /&gt;
&lt;br /&gt;
== I&#039;ve set the graph background to white, but there&#039;s a problem with the small wind direction graph ==&lt;br /&gt;
&lt;br /&gt;
This appears to be an issue with the third party chart component. The work around is to choose a gradient background and set all three colours in the gradient to white.&lt;br /&gt;
&lt;br /&gt;
== My Weather Underground tabular data interval is not the same as the interval I&#039;ve set in Cumulus (I&#039;m using Rapid Fire) ==&lt;br /&gt;
&lt;br /&gt;
If you have selected &#039;rapid fire&#039;, the data is uploaded every 5 seconds, and the interval you configure in Cumulus is not used. Weather Underground decide how often your tabular data is logged when using rapid fire, not Cumulus.&lt;br /&gt;
&lt;br /&gt;
== My WU or PWS highest and lowest do not match Cumulus ==&lt;br /&gt;
&lt;br /&gt;
Note that Cumulus does not send minimum and maximum values to PWS and WU, they determine those themselves from the individual values that Cumulus sends.&lt;br /&gt;
&lt;br /&gt;
== My monthly (month-by-month) all-time records don&#039;t have entries for all of the months that I have been using Cumulus ==&lt;br /&gt;
&lt;br /&gt;
You need to initialise them. See the release announcement for version 1.9.3, which is when this facility was introduced: http://sandaysoft.com/forum/viewtopic.php?f=2&amp;amp;t=9286&lt;br /&gt;
&lt;br /&gt;
You only need to do this once; when you have initialised them, Cumulus will keep them up to date thereafter.&lt;br /&gt;
&lt;br /&gt;
== I am getting I/O error 32 or I/O error 103 ==&lt;br /&gt;
&lt;br /&gt;
I/O error 32 = ERROR_SHARING_VIOLATION; &amp;amp;nbsp; I/O error 103 = ERROR_TOO_MANY_SEM_REQUESTS mean something on your system has one of the Cumulus files open, preventing Cumulus writing to it (Cumulus needs exclusive access).  If you are seeing &amp;quot;file access denied&amp;quot;, you may have a permissions problem.&lt;br /&gt;
Possible reasons for locked files:&lt;br /&gt;
# Anti-virus, or back-up, software scanning/accessing the file (this is the cause in almost all cases that I&#039;ve seen).&lt;br /&gt;
# An edit or file transfer in progress (the Cumulus thread for logging and the Cumulus thread for FTP are independent so can overlap). This is likely to happen if you are getting Cumulus to frequently upload the log file to your web site.&lt;br /&gt;
# Some other software that a user is running which is processing the file in some way.&lt;br /&gt;
# More than one instance of Cumulus running (see [[#Can_I_run_2_copies_of_Cumulus.3F]]).&lt;br /&gt;
# An issue with the system clock on the PC.&lt;br /&gt;
&lt;br /&gt;
= Website =&lt;br /&gt;
&lt;br /&gt;
== How do I set up a website? ==&lt;br /&gt;
The crucial settings are selected on the &#039;&#039;Internet&#039;&#039; screen in the &#039;&#039;&#039;Configuration&#039;&#039;&#039; menu. &lt;br /&gt;
*On the &#039;&#039;Sites/Options&#039;&#039; tab, you must have &#039;&#039;&#039;Auto Update&#039;&#039;&#039; selected if you want Cumulus to generate web pages at the standard interval.  Other parameters will depend on your particular set-up, but are explained in the Cumulus &#039;&#039;&#039;Help&#039;&#039;&#039; and in Wiki pages starting with [[Website_setup]] and following links as required. &lt;br /&gt;
*On the &#039;&#039;Files&#039;&#039; tab, you select whether to use the standard Cumulus templates and images, or specify your own templates and destinations.&lt;br /&gt;
&lt;br /&gt;
== I’ve configured my ftp details but the web pages aren’t appearing on my site  ==&lt;br /&gt;
&lt;br /&gt;
Try setting ‘use active FTP mode’. If you already have it set, try unsetting it. If it was previously working OK, something may have changed on your network, or at the server end.&lt;br /&gt;
&lt;br /&gt;
== I’ve tried active FTP mode, but my web pages (or my realtime.txt file) still don’t appear?  ==&lt;br /&gt;
&lt;br /&gt;
Are you absolutely sure you have set the ftp path correctly? Most problems like this are a result of an incorrect path. Note that the information in the &#039;FTP progress&#039; window is not generally useful for diagnosing upload issues&#039; try turning on the ftp logging (on the Configuration menu) and look in the ftplog.txt and realtimeftplog.txt files (in the Cumulus folder). It is best to supply a relative path - i.e. with no leading &#039;slash&#039;. Please don&#039;t ask me what path you need to supply, it is impossible for me to guess how your web space is set up. If you cannot work it out, ask your web space provider for help.&lt;br /&gt;
&lt;br /&gt;
== How do I replace the &#039;bird&#039; image on my website? ==&lt;br /&gt;
&lt;br /&gt;
There are several ways to change the image of the &#039;bird&#039; on the standard Cumulus web page.  You will need a [[FTP tool]].&lt;br /&gt;
* The simplest way is to upload a new picture to the images folder of your website; the file should be called picture.jpg.   Please ensure the image is not too large and bear in mind it will appear on the bottom left of the page; the site data may cover some of the image.  As a guide, the default image is 600 x 450 pixels.&lt;br /&gt;
* Secondly, you may upload an image using your own file name.  Edit the &#039;&#039;weatherstyle.css&#039;&#039; file and look for the line &amp;lt;tt&amp;gt;background-image: url(images/picture.jpg);&amp;lt;/tt&amp;gt; around line 9 and adjust as necessary.  Upload the edited css file to your website.&lt;br /&gt;
* if you wish to remove the image completely edit the &#039;&#039;weatherstyle.css&#039;&#039; file and remove the line &amp;lt;tt&amp;gt;background-image: url(images/picture.jpg);&amp;lt;/tt&amp;gt;  Upload the edited css file to to your website.&lt;br /&gt;
&lt;br /&gt;
NOTE: It is not recommended that you overwrite the image in your local folder (webfiles\images\picture.jpg) because that gets overwritten when you update to a new build of Cumulus. Ideally your image will be in its own local folder outside the Cumulus structure.&lt;br /&gt;
&lt;br /&gt;
== Why does the heading say &#039;weather weather&#039; ? ==&lt;br /&gt;
&lt;br /&gt;
The standard first template page contains &#039;&#039;&#039;&amp;amp;lt;h1&amp;amp;gt;&amp;amp;lt;#location&amp;amp;gt; weather&amp;amp;lt;/h1&amp;amp;gt;&#039;&#039;&#039;, so do not include &#039;weather&#039; in your station name (this is what the tag &amp;amp;lt;#location&amp;amp;gt; represents, see next answer) to avoid it being duplicated.&lt;br /&gt;
&lt;br /&gt;
== How do I change the &amp;quot;Welcome to.&amp;quot; on the front page ==&lt;br /&gt;
&lt;br /&gt;
The Welcome message is controlled within Cumulus.  Click on the &#039;&#039;Station&#039;&#039; screen in &#039;&#039;&#039;Configuration&#039;&#039;&#039; menu and Edit the &#039;&#039;&#039;Description&#039;&#039;&#039; field within the Location frame to amend what the tag &amp;lt;#longlocation&amp;gt; represents in &amp;quot;Welcome to &amp;amp;lt;#longlocation&amp;amp;gt;.&amp;quot; on template page.&lt;br /&gt;
&lt;br /&gt;
== I don&#039;t have a solar sensor. How do I remove the solar data from the supplied web templates? ==&lt;br /&gt;
Locate the Cumulus &#039;web&#039; folder on your PC and edit the following files (there are comments in the html to guide you):&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;indexT.htm&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Remove the following code:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
  &amp;lt;!-- Solar data. If you don&#039;t have a solar sensor, you may wish to delete everything from here to the next comment --&amp;gt;&lt;br /&gt;
  &amp;lt;tr class=&amp;quot;td_temperature_data&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;Solar Radiation&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;&amp;lt;#SolarRad&amp;gt;&amp;amp;nbsp;W/m&amp;amp;sup2;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;Evapotranspiration Today&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;&amp;lt;#ET&amp;gt;&amp;amp;nbsp;&amp;lt;#rainunit&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;/tr&amp;gt;&lt;br /&gt;
  &amp;lt;!-- End of solar data --&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;todayT.htm&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
Remove the following code:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
    &amp;lt;!-- Solar data. If you don&#039;t have a solar sensor, you may wish to delete everything from here to the next comment --&amp;gt;&lt;br /&gt;
    &amp;lt;tr class=&amp;quot;td_temperature_data&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;td&amp;gt;Hours&amp;amp;nbsp;of&amp;amp;nbsp;Sunshine&amp;lt;/td&amp;gt;&lt;br /&gt;
      &amp;lt;td&amp;gt;&amp;lt;#SunshineHours&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
      &amp;lt;td&amp;gt;&amp;amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;!-- End of solar data --&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;yesterdayT.htm&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Remove the following code:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
    &amp;lt;!-- Solar data. If you don&#039;t have a solar sensor, you may wish to delete everything from here to the next comment --&amp;gt;&lt;br /&gt;
    &amp;lt;tr class=&amp;quot;td_temperature_data&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;td&amp;gt;Hours&amp;amp;nbsp;of&amp;amp;nbsp;Sunshine&amp;lt;/td&amp;gt;&lt;br /&gt;
      &amp;lt;td&amp;gt;&amp;lt;#YSunshineHours&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
      &amp;lt;td&amp;gt;&amp;amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;!-- End of solar data --&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== How do I remove Inside Temperature graph or add solar/UV/sunshine? ==&lt;br /&gt;
&lt;br /&gt;
Locate the Cumulus &#039;web&#039; folder on your PC and edit the following file:&lt;br /&gt;
&#039;&#039;&#039;trendsT.htm&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Modify the following code:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
    &amp;lt;td class=&amp;quot;td_thumbnails&amp;quot;&amp;gt;&amp;lt;a onclick=&#039;changeImage(&amp;quot;images/intemp.png&amp;quot;)&#039;&amp;gt;&amp;lt;img src=&amp;quot;images/intempsm.png&amp;quot; alt=&amp;quot;Inside Temperature Graph Thumbnail&amp;quot; width=&amp;quot;150&amp;quot; height=&amp;quot;100&amp;quot; style=&amp;quot;border:0&amp;quot; /&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
*To simply remove &#039;&#039;&#039;Inside Temperature&#039;&#039;&#039; graph, change code above to this&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
*If you want to stop Cumulus uploading the indoor temperature graph, you can un-tick &#039;Include standard images&#039; on the &#039;files&#039; tab of the internet settings, and list all of the images that you still want to be uploaded as extra files. As there will likely be more than 10 files, you would need to do this by editing Cumulus.ini.&lt;br /&gt;
*To show solar instead, replace &#039;intemp.png&#039; with &#039;solar.png&#039;, replace &#039;intempsm.png&#039; with &#039;solarsm.png&#039;, and change the wording of the value associated with the alt property.&lt;br /&gt;
*To make Cumulus upload the solar graph, select it on the &#039;files&#039; tab of the internet settings.&lt;br /&gt;
*To show sunshine instead, replace &#039;intemp.png&#039; with &#039;sunshine.png&#039;, replace &#039;intempsm.png&#039; with &#039;sunshinesm.png&#039;, and change the wording of the value associated with the alt property.&lt;br /&gt;
*To make Cumulus upload the sunshine graph, select it on the &#039;files&#039; tab of the internet settings.&lt;br /&gt;
*To show UV instead, replace &#039;intemp.png&#039; with &#039;uv.png&#039;, replace &#039;intempsm.png&#039; with &#039;uvsm.png&#039;, and change the wording of the value associated with the alt property.&lt;br /&gt;
*To make Cumulus upload the UV graph, select it on the &#039;files&#039; tab of the internet settings.&lt;br /&gt;
&lt;br /&gt;
If you want to do more than a straight one for one swap see [[Customised_templates#Slightly_less_simple_customisation_of_trendsT.htm| customisation page here]].&lt;br /&gt;
&lt;br /&gt;
== How do I include extra items on supplied web templates? ==&lt;br /&gt;
&lt;br /&gt;
Open the folder cumulus\web and edit the relevant file named xxxxxT.htm.  For example instead of deleting the sections in the [[#I don&#039;t have a solar sensor. How do I remove the solar data from the supplied web templates?|remove solar answer]], edit their contents.&lt;br /&gt;
See [[Customised_templates#Changing_the_Standard_Templates]] for fuller description.&lt;br /&gt;
&lt;br /&gt;
If you do change the standard templates, take a copy of your new versions, and store elsewhere.&lt;br /&gt;
The sub-folder cumulus\web\originals has copies of the standard templates from the installed build, do not edit these.&lt;br /&gt;
When you install a new build of Cumulus, you have an option to replace or not replace the contents of cumulus\web with the new build&#039;s standard templates.&lt;br /&gt;
&lt;br /&gt;
== How do I upload extra web pages? ==&lt;br /&gt;
&lt;br /&gt;
See Cumulus help for the Internet Settings screen, or for a step-by-step guide see [[Customised_templates#What_to_select_on_the_.27Files.27_tab_of_the_Internet_Settings_screen_within_the_.27Configuration.27_menu]]&lt;br /&gt;
&lt;br /&gt;
== What character encoding does Cumulus use for the web pages it generates? ==&lt;br /&gt;
&lt;br /&gt;
Cumulus 1.9.4 build 1093 changed all the template pages from XHTML 1.0 Transitional using charset=iso-8859-1 encoding to HTML 5 using charset=&amp;quot;UTF-8&amp;quot; encoding. It uses this without [http://en.wikipedia.org/wiki/Byte_order_mark Byte Order Mark] (BOM).&lt;br /&gt;
&lt;br /&gt;
From that build, you can tell Cumulus which of those two encodings to use:&lt;br /&gt;
*For standard template names in standard &#039;cumulus\web&#039; folder, if you replace them with customised templates not using [http://en.wikipedia.org/wiki/UTF-8 &amp;quot;Universal Character Set Transformation Format — 8-bit&amp;quot; (UTF-8)], &lt;br /&gt;
**unselect &#039;&#039;&#039;UTF-8 encode&#039;&#039;&#039; in the web settings frame on the Sites/Options tab of Internet settings screen in Configuration menu. &lt;br /&gt;
**Cumulus will then, as in earlier builds, use [http://en.wikipedia.org/wiki/ISO-8859-1 iso-8859-1] encoding.&lt;br /&gt;
*For extra templates, the Files tab of the Internet settings screen in Configuration menu has the option to choose which of the two Cumulus encodings to use.  See Wiki article referenced in previous answer.&lt;br /&gt;
&lt;br /&gt;
Note that since Cumulus 1.9.4 build 1078 there has been an option on the NOAA Setup screen in Configuration menu to specify whether character set utf-8 encoding is to be used for those reports.&lt;br /&gt;
&lt;br /&gt;
== Why does a standard gauges web page have text where it should show gauges? ==&lt;br /&gt;
&lt;br /&gt;
[[File:Gauges missing.jpg]] If a standard Cumulus &#039;gauges.htm&#039; web page displays like this then either&lt;br /&gt;
&lt;br /&gt;
1) (Most Likely) The weather station owner has not loaded the required files/folders onto his/her server; &lt;br /&gt;
* The gauges graphics require the &#039;images&#039; subfolder (see next answer), containing the script and many images to be pre-loaded in the &#039;dbimages&#039; subfolder.&lt;br /&gt;
* All these should exist within the destination folder that holds the HTML files as instructed in the Cumulus Help (&#039;setting up your website&#039; page)  &lt;br /&gt;
* Also explained in [[Simple Website setup]] on this Wiki.&lt;br /&gt;
&lt;br /&gt;
or 2) JavaScript is not enabled (or not available) in the browser being used to view the page (if not enabled, this can be switched on in either &#039;Options&#039;, &#039;Preferences&#039; or &#039;Settings&#039; depending on browser). Note that Firefox version 23 has removed the ability to change this in Option preferences, so ignore this solution in that browser.&lt;br /&gt;
&lt;br /&gt;
or 3)  You are using a browser add-on such as &#039;NoScript&#039; (over 2 million use this) which requires you to explicitly turn on JavaScript for each web site you visit within the &#039;NoScript&#039; options.  (This sort of add-on may be used to restrict advertising or tracking of your actions, or for security against unwanted processes being started by sites you visit).&lt;br /&gt;
&lt;br /&gt;
== Why are there no graphs on my standard trends web page? ==&lt;br /&gt;
&lt;br /&gt;
Either 1) You have not created an images sub-folder (within your folder that holds web pages) as instructed in the Cumulus Help (&#039;setting up your website&#039; page) -  also explained in [[Simple Website setup]].  In this case, the bird image will not be appearing in the bottom left corner of your web pages.&lt;br /&gt;
&lt;br /&gt;
Or 2) You have switched off &#039;&#039;&#039;Include Standard Images&#039;&#039;&#039; on the file tab of the Internet dialogue of the configuration menu.  In this case Cumulus believes you are working in a non-standard way, and does not automatically upload the graphs (nor moon image).&lt;br /&gt;
&lt;br /&gt;
== What is the size of the standard Cumulus update? ==&lt;br /&gt;
&lt;br /&gt;
The default is that all of the standard pages and standard images are uploaded on each update at whatever standard update frequency you select. &lt;br /&gt;
&lt;br /&gt;
In total for version 1.9.2, it&#039;s about half a megabyte - about 100kB for the pages (about half of that is the gauges.htm page with all the detailed wind plotting points, and half the other pages) and 400kB for the variable images (moon phase, some gauges images and trend graphs - the exact size of latter can vary if you change the period they cover).&lt;br /&gt;
&lt;br /&gt;
Version 1.9.3 adds the monthly records page which contains 12 months worth of a lot of data, and adds 25kB to every update (although usually very little changes between updates).&lt;br /&gt;
&lt;br /&gt;
The NOAA monthly and annual pages are uploaded once a day, that is another 8kB for a full month and full year, obviously less at the start of a month/year.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Optional extras&#039;&#039;&#039;&lt;br /&gt;
*[[realtime.txt]] file, this is less than 1kB (1024 Bytes) in size.&lt;br /&gt;
*[[dayfile.txt]] a file that is about (30 times number of years) kB&lt;br /&gt;
*The files required to update external sites are no more than a few kB.&lt;br /&gt;
&lt;br /&gt;
== How do I upload my own pages or files once a day? ==&lt;br /&gt;
&lt;br /&gt;
Cumulus allows you to specify a command (with optional parameters) that will be actioned just after daily rollover. The command is entered in the &#039;&#039;External programs&#039;&#039; frame at the bottom left of the Internet Settings screen.  The box is labelled &#039;&#039;&#039;Daily&#039;&#039;&#039;. Click the Cumulus &#039;&#039;Help&#039;&#039; button for guidance.  For example you could type &#039;c:\cumulus\daily.cmd&#039; in the box labelled &#039;&#039;Daily&#039;&#039;. &lt;br /&gt;
&lt;br /&gt;
This could be used to upload the pages with the longer term extremes (as your monthly, annual and all-time extremes may only change a few times a month or even less frequently) and so reduce the upload burden at the standard uploading frequency.  To achieve this you would use the content of that example file &#039;daily.cmd&#039;, in the default Cumulus folder,   to call your own [[FTP_tools| file transfer tool]] for those infrequently changing pages. Remember to also unselect &#039;&#039;&#039;Include Standard Files&#039;&#039;&#039; on the&#039;&#039; &#039;Files&#039; tab&#039;&#039; of &#039;Internet settings&#039;, and list [[Customised_templates#How_Cumulus_uses_its_templates|the templates]] on that tab, selecting &#039;&#039;&#039;Process?&#039;&#039;&#039; for all of them, but only selecting &#039;&#039;&#039;FTP?&#039;&#039;&#039; for the other frequently changing pages that are still to be uploaded at the standard interval. You may find help on the forum  or elsewhere on this wiki [[SFTP| for the FTP call]] and [[Customised_templates#Creating_Your_Own_Templates| for &#039;Files&#039; tab settings]].&lt;br /&gt;
&lt;br /&gt;
It can also be used for the optional files mentioned in the previous answer or to update a database using a [[ImportCumulusFile|PHP batch job]].  For the daily command specified above, in the default Cumulus folder, add a file &#039;daily.cmd&#039; that contains (if you host your own server using &#039;XAMPP&#039;), &#039;copy c:\cumulus\data\dayfile.txt C:\xampp\htdocs\weather\daj\&#039; for example to enable you to use the [[AnnualDataSummary| Annual Day-by-day Summary]] tool. (Uploading if you do not host your own server is described at [[Upload_Dayfile| upload dayfile]] but basically you swap the copy command for a FTP command).&lt;br /&gt;
&lt;br /&gt;
== The &#039;real time wind data&#039; gauges on the standard gauges page aren&#039;t working ==&lt;br /&gt;
&lt;br /&gt;
These require a [[realtime.txt]] file to be uploaded by Cumulus. Tick the &amp;quot;Enable Realtime&amp;quot;, &amp;quot;Enable Realtime FTP&amp;quot; and &amp;quot;Enable realtime.txt FTP&amp;quot; boxes on the internet settings screen. If the gauges still do not work, check that the [[realtime.txt]] file is being uploaded to the correct place. If it is not, it is likely that you have specified an incorrect &#039;ftp directory&#039; in Cumulus. If your &#039;normal&#039; pages are being uploaded correctly, but realtime.txt is not, then it is likely that you simply need to leave the ftp directory blank (but see the note below first).&lt;br /&gt;
&lt;br /&gt;
A possible cause for this problem is that your web space provider does not allow .txt files to be accessed. For example, the free hosting provider 000webhost.com do not.&lt;br /&gt;
&lt;br /&gt;
== I&#039;m using the supplied web pages, and get lower case in places where I want upper case  ==&lt;br /&gt;
&lt;br /&gt;
It&#039;s in the CSS. Go to the webfiles sub-folder of your cumulus installation, edit weatherstyle.css and find lines like: &amp;quot;text-transform: lowercase;&amp;quot; and remove them. Use FTP tool to replace the weatherstyle.css on your website.&lt;br /&gt;
&lt;br /&gt;
== My web pages have things like &amp;amp;lt;#location&amp;amp;gt; in them  ==&lt;br /&gt;
You’ve edited your templates with something like Dreamweaver, and it’s changed the angle brackets on the [[Webtags]] to &amp;quot;&amp;amp;amp;lt&amp;amp;nbsp;;&amp;quot; and &amp;quot;&amp;amp;amp;gt&amp;amp;nbsp;;&amp;quot; - you need to change them back to &amp;amp;lt; and &amp;amp;gt;. &#039;&#039;These may look the same when viewed in your browser, but you can see the difference if you &#039;view source&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
Alternatively, if the web templates are listed in [[cumulus.ini]] (and for the first 10 appear on the &#039;&#039;&#039;files&#039;&#039;&#039; tab of &#039;&#039;Internet&#039;&#039; dialogue of &#039;&#039;&#039;Configuration&#039;&#039;&#039; menu), the &#039;&#039;&#039;Process&#039;&#039;&#039; option must be ticked for the web pages generated by Cumulus to have values replacing the [[Webtags]].  Otherwise at each web update, Cumulus will generate web pages the same as the templates.&lt;br /&gt;
&lt;br /&gt;
== My web pages are empty ==&lt;br /&gt;
If empty web pages are being uploaded to your web site (i.e. they report size of 0 kB, but do not produce &#039;error 404 - page not found&#039; message), and your browser shows that their modification date is recent (see next FAQ), then it is likely that the [[Customised_templates#What_is_meant_by_.27Cumulus_processes_templates.27| Cumulus processing]] of templates is failing:&lt;br /&gt;
*Either (since build 1093, as made clear in the release notes)[[File:Web settings.JPG]] the character encoding (for standard named templates that are [[Customised_templates#What_is_meant_by_.27Cumulus_processes_templates.27| processed by Cumulus]]) is specified incorrectly on the &#039;&#039;&#039;Configuration&#039;&#039;&#039;  menu, &#039;&#039;Internet&#039;&#039; dialog, &#039;&#039;&#039;Sites/Options&#039;&#039;&#039; tab, &#039;&#039;Web Settings&#039;&#039; frame as shown about half way down on this screen extract:&lt;br /&gt;
**Select the option where indicated by red arrow if your template includes in a line near the start &amp;lt;code&amp;gt;&amp;lt;meta charset=&amp;quot;UTF-8&amp;quot;&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
**Deselect the option where indicated by red arrow if your template includes something like &amp;lt;code&amp;gt;&amp;lt;meta content=&amp;quot;text/html; charset=iso-8859-1&amp;quot; http-equiv=&amp;quot;Content-Type&amp;quot; /&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
**For customised pages, (without standard Cumulus template names), select/un-select the UTF-8 encoding in the appropriate column on the &#039;&#039;&#039;Configuration&#039;&#039;&#039;  menu, &#039;&#039;Internet&#039;&#039; dialog, &#039;&#039;&#039;Files&#039;&#039;&#039; tab screen where you list the local and remote names.&lt;br /&gt;
*Or you have edited/customised the template and added an incorrectly specified Cumulus [[webtag]] that has caused [[Customised_templates#What_is_meant_by_.27Cumulus_processes_templates.27| Cumulus processing]] to abort for that template.  If you stop cumulus you can use a text editor to open the latest [[Diags|diagnostic file]]. Look at entries time-stamped just before the hour and repeated at your auto-update &#039;&#039;interval&#039;&#039; (just below red arrow in screen image above). You might find a message like &amp;quot;Error processing C:\web\indexT&amp;quot; (i.e. mentioning whichever template is at fault) followed by a brief hint as to the nature of the error.&lt;br /&gt;
&lt;br /&gt;
== My web pages have obsolete web tag values in them  ==&lt;br /&gt;
If the information showing on your web pages is out of date, then it must have been working before, so you have made a change somewhere.&lt;br /&gt;
*Most browsers will display &#039;page information&#039; that tells you when the page was last modified (by querying the web server).&lt;br /&gt;
**if the page on your web server was recently modified, &lt;br /&gt;
***then the next item to investigate is the template file; a template file contains Cumulus web tags and the [[Customised_templates#What_is_meant_by_.27Cumulus_processes_templates.27|&#039;process&#039;]] that Cumulus does to create a web page involves reading text from a template and when it finds a web tag it inserts the latest value in as it creates the page. A [[FAQ#What_file-names_does_Cumulus_use_when_processing_and_uploading_files_to_my_web_site.3F|local file]] is then created and Cumulus will FTP (or copy) this to the web server according to the settings. If the template file cannot be processed, Cumulus may still upload an existing old local file.&lt;br /&gt;
**if the page was not recently modified, &lt;br /&gt;
***maybe you are not running Cumulus, so it is not updating.  &lt;br /&gt;
***maybe your file transfer is not working, turn ftp logging on for technical output, and look for any filenames and any &#039;successfully transferred&#039; messages.&lt;br /&gt;
***maybe your &#039;internet settings&#039; screen has accidentally been changed, see Cumulus help for simple instructions.  If you took a backup of [[cumulus.ini]] you can stop Cumulus, rename the current file and copy your cumulus.ini backup back into the &#039;cumulus&#039; directory containing the Cumulus program.&lt;br /&gt;
***maybe your web server provider has changed something.&lt;br /&gt;
&lt;br /&gt;
== Running a web server on the same PC as Cumulus ==&lt;br /&gt;
If you do not have a web site, or run a web server locally (same PC, or on your local network), you can get Cumulus to generate/copy html or image files locally instead of using FTP to place them remotely. You&#039;ll need to list the (source) file including paths on the files tab of the internet settings, and specify a destination path and file name for the remote file in each case. Don&#039;t tick the &#039;&#039;FTP?&#039;&#039; box for standard cumulus pages (the exception is for a local web server and any non-standard web page that attempts to read using a script a local file such as dayfile.txt as this does need FTP to generate the server-based web page). For the standard images, you can supply a folder name (specify on the same screen), and they will all get copied there. Set everything else up as if you were using ftp, but don&#039;t supply a host name etc (except for exception already mentioned). See [[Customised_templates#What_to_select_on_the_.27Files.27_tab_of_the_Internet_Settings_screen_within_the_.27Configuration.27_menu|here]] for greater detail.&lt;br /&gt;
&lt;br /&gt;
There&#039;s a limit of 10 files on the files tab, but you can increase this to 20 files in version 1.9.2 (in version 1.9.3 it is 100 files) by editing cumulus.ini, with Cumulus stopped. Follow the format of the entries for first 10 files.&lt;br /&gt;
&lt;br /&gt;
== Error Codes generated by FTP or Winsock ==&lt;br /&gt;
You should be able to look these up on the web.  [http://kb.globalscape.com/KnowledgebaseArticle10142.aspx Try Here]&lt;br /&gt;
&lt;br /&gt;
== How do I configure Cumulus for Secure FTP (SFTP/FTPS)? ==&lt;br /&gt;
Cumulus doesn&#039;t support Secure FTP. You can configure Cumulus to invoke an external program like WinSCP, as described here: [[SFTP | SFTP article]]&lt;br /&gt;
&lt;br /&gt;
== Directory related problems in FTP ==&lt;br /&gt;
The following pointers should help:&lt;br /&gt;
* All universal resource locator (url) references are case sensitive.  So if your FTP server directory is &#039;&#039;public_html&#039;&#039;, then &#039;Public_HTML&#039; will not work!&lt;br /&gt;
* On the &#039;&#039;Internet settings&#039;&#039; screen in &#039;&#039;&#039;Sites/Options&#039;&#039;&#039; the optional Directory parameter required is the path from  your FTP root, to where the web pages are to be stored. Click the &#039;&#039;&#039;Help&#039;&#039;&#039; button for full explanation, or search the support forum as many people have found this is the hardest parameter to get right.&lt;br /&gt;
* The standard pages are uploaded after a &#039;change directory&#039; attempting to select the directory you specified in &#039;&#039;&#039;Sites/Options&#039;&#039;&#039;; if this fails, the files will still be uploaded but to the FTP server root. So some mistakes do not matter because if no change of directory was actually required, these pages will be uploaded correctly.&lt;br /&gt;
* Any files you specify for uploading at standard update frequency are uploaded between standard pages (if &#039;Include Standard Files&#039; selected) and standard images (if &#039;Include Standard Images&#039; selected), and in &#039;remote filenames&#039; you specify the path including any web site directory, so there is no call to &#039;change directory&#039;. In this case, if that web site directory is invalid, the upload fails.&lt;br /&gt;
* The standard images for gauges and trends pages are uploaded after the standard pages, (and any pages you specify for uploading,) by performing a second &#039;change directory&#039; this time fixed at &#039;images&#039;; if this fails, the files will still be uploaded to the current web site directory (FTP root or the directory you specified in &#039;&#039;&#039;Sites/Options&#039;&#039;&#039;).&lt;br /&gt;
* If you have enabled &#039;&#039;Realtime&#039;&#039;, the realtime.txt file is uploaded without doing a change directory, by appending &amp;quot;/realtime.txt&amp;quot; to the directory on the &#039;&#039;Internet settings&#039;&#039; screen in &#039;&#039;&#039;Sites/Options&#039;&#039;&#039;. In this case, if the web site directory is invalid, the upload fails.&lt;br /&gt;
* On the &#039;&#039;NOAA Setup&#039;&#039; screen the optional Directory parameter required is the full path from your FTP root, to where the NOAA report pages are to be stored. (It is totally independent of the directory on the &#039;&#039;Internet settings&#039;&#039; screen in &#039;&#039;&#039;Sites/Options&#039;&#039;&#039;).  Click the &#039;&#039;&#039;Help&#039;&#039;&#039; button for full explanation. Like realtime.txt, the upload is by appending the filename for the report to the NOAA directory and will fail if that directory is specified wrongly.&lt;br /&gt;
&lt;br /&gt;
See &#039;&#039;&#039;Setting up your website&#039;&#039;&#039; in Cumulus help for a simple guide to the subfolder structure you need to create and the list of files that need to be uploaded manually when first installing a website. Or see [[Website_setup]] for all the options including customised pages.&lt;br /&gt;
&lt;br /&gt;
== My standard web pages are uploading but the uploading fails for images, realtime and/or NOAA reports ==&lt;br /&gt;
See previous answer, you have probably got your web pages in the default FTP directory of your web site, but specified the wrong directory on the settings screen.  Turn on the &#039;&#039;FTP logging&#039;&#039; in the configuration menu to see the technical detail.  You should have an FTP tool that you used to upload the &#039;static&#039; files required on your web site, and that will help you to see what is your site&#039;s root directory for file transfer uploads, and therefore any relative directory change you require.&lt;br /&gt;
&lt;br /&gt;
== What file-names does Cumulus use when processing and uploading files to my web site? ==&lt;br /&gt;
[[File:Cumulus_FTP_Process.png|150px|thumb|FTP Process]]Cumulus use two slightly different processes depending on if the file is part of the supplied &#039;standard&#039; web site, or an extra file you have specified on the &#039;&#039;Internet Settings|Files&#039;&#039; configuration dialog. For each of these processes there is an further variation depending on whether you have enabled the &#039;&#039;Use FTP rename&#039;&#039; option. This graphic shows the various combinations of file-names used for each step of the process. For the standard files, you can substitute any of the file names for indexT.htm, e.g. trendsT.htm&lt;br /&gt;
&lt;br /&gt;
For more details of Cumulus &#039;&#039;Process&#039;&#039; see [[Customised_templates#What_is_meant_by_.27Cumulus_processes_templates.27| here]].&lt;br /&gt;
&lt;br /&gt;
=Selecting a Weather Station sensor site=&lt;br /&gt;
A simple guide is at [http://weatherfaqs.org.uk/node/124 uk.sci.weather newsgroup], note this advises against roof mounting.&lt;br /&gt;
An attempt to compare the conflicting siting standards that apply across the world is included in a portable document format guide from [ftp://ftp.campbellsci.com/pub/outgoing/apnotes/siting.pdf Campbell Scientific].&lt;br /&gt;
For more advice see the website of your local Meteorological Bureau,  an educational place (e.g. in USA see [http://newa.nysaes.cornell.edu/public/NEWAStationSitingGuidelines.htm Cornell University]), the [http://library.wmo.int/opac/index.php?lvl=notice_display&amp;amp;id=12407 World Meterological Organisation] (WMO), or a specialist organisation (e.g. in UK see [http://www.rmets.org/weather-and-climate/observing/guidelines-observing-0 Royal Meteorological Society] rather than the Met Office web site).&lt;br /&gt;
&lt;br /&gt;
Modern Stevenson Screens are uPVC constructed with a black interior (so they do not radiate heat onto the sensors) and a white exterior (so they reflect as much radiation as possible).  There is a lot of discussion on the [http://sandaysoft.com/forum/viewforum.php?f=16 Homebuilt forum] about different approaches to improving measurements, and the problems with out of the box instrumentation from the different manufacturers. &lt;br /&gt;
&lt;br /&gt;
If you are contributing to an external site like APRS/CWOP, Weather Underground, PWS weather, Weatherbug and/or WOW, see guidance from these organisations re instrument placement.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note:&#039;&#039;&#039; Some stations have all sensors in one unit, positioning of these is a compromise between the ideals below for each sensor.&lt;br /&gt;
&lt;br /&gt;
== Where should I position the wind sensors ==&lt;br /&gt;
The side labelled &#039;North&#039; on the wind vane mount should face &#039;&#039;True North&#039;&#039;, remember that the magnetic north deviation from true north varies from year to year, see details on maps or online. Most wind vanes have a large surface that follows the wind and a thin end that points where the wind comes from, it is the latter direction that is reported.&lt;br /&gt;
&lt;br /&gt;
In the UK, the standard climatological measuring height is 10 metres.  Advice varies on whether you should apply a correction factor for any lower height. Cumulus allows you to apply such a factor to either just wind speed, or wind speed and gust speed, by using the Calibration screen within the configuation menu.  In the Cumulus Help it recommends that you also adjust wind chill - in practice this means ask Cumulus to &#039;&#039;calculate wind chill&#039;&#039; by selecting this in the settings frame on the &#039;&#039;&#039;station settings screen accessed from configuration menu&#039;&#039;&#039; (i.e. ignore any wind chill output by your weather station).&lt;br /&gt;
&lt;br /&gt;
If you are mounting near a building of height &#039;h&#039; above ground level, ideally the wind sensor should be at a height of &#039;1.5 times h&#039; above ground level. &lt;br /&gt;
If you are positioning away from a building or tree (or other object) of height &#039;h&#039; (or the mean height of several objects is &#039;h&#039;), then the distance away depends on which standard you are trying to meet, and can vary between 1.5 and 3 times &#039;h&#039;.&lt;br /&gt;
&lt;br /&gt;
== Where should I position the rain sensor  ==&lt;br /&gt;
The WMO says the rain gauge should at a distance away of 2 times the height of each nearby object (buildings, trees, walls, solid fences etc.) and just high enough off ground level to avoid possibility of splashing. You can experiment, but for amateurs, no more than a metre off the ground (or roof if mounted above it) and at least a metre from any chimney, wall or solid fence whose height exceeds that of the sensor seems good enough for most gauges. &lt;br /&gt;
See [[Rain measurement]] or your local offical organisation.&lt;br /&gt;
&lt;br /&gt;
== How do I protect my rain gauge against spiders or other natural problems ==&lt;br /&gt;
There is a lot of discussion on the [http://sandaysoft.com/forum/viewforum.php?f=16 Homebuilt forum]. In terms of siting, it is important to position your rain gauge where you can safely get to it.&lt;br /&gt;
&lt;br /&gt;
== How do I get good temperature and humidity measurements  ==&lt;br /&gt;
The international standard states ambient air temperature/humidity is measured at 1.25 metres above ground level, above soil or grass not paving, protected from direct sun radiation (and direct rain), unless you are measuring soil or ground temperatures. The height is important for derived values as an air frost is defined as a temperature at or below the freezing point for water at this height, and the count of these is a standard reporting requirement in some countries.&lt;br /&gt;
&lt;br /&gt;
If you are using a &#039;&#039;Fine Offset sensor&#039;&#039;, the thin depth of the thermometer/hygrometer (transmitter) should face where your console (receiver) is, for maximum transmission strength/distance, with the wide face at right angles to the transmission route. (Although if you use a model requiring a radio time signal, you will probably be trying to optimise that instead).&lt;br /&gt;
&lt;br /&gt;
== Pressure ==&lt;br /&gt;
Varies with altitude and temperature, but no significant variation with spatial position with regard to nearby fixed bulky objects.  Often measured indoors, do not mount above any heating or cooling system as there temperature may be particularly variable, and try to avoid any forced ventilation or extraction as such air moving systems could have different pressures on intake and outlet sides.  Equally operation in close proximity to opening doors/windows or to fast moving (road or railway) vehicles or tunnels can distort readings.&lt;br /&gt;
&lt;br /&gt;
== Solar ==&lt;br /&gt;
One would expect solar sensors should be positioned for maximum unshaded exposure to sunlight throughout the year, but again the forum contains advice for specific makes.&lt;/div&gt;</summary>
		<author><name>Steve</name></author>
	</entry>
	<entry>
		<id>https://www.cumuluswiki.org/index.php?title=Supported_Devices&amp;diff=3763</id>
		<title>Supported Devices</title>
		<link rel="alternate" type="text/html" href="https://www.cumuluswiki.org/index.php?title=Supported_Devices&amp;diff=3763"/>
		<updated>2015-05-12T13:50:38Z</updated>

		<summary type="html">&lt;p&gt;Steve: /* Fine Offset */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Below is a list of devices which are confirmed to run with the [[Cumulus_Versions|current version]] of Cumulus.&lt;br /&gt;
&lt;br /&gt;
If you are running a different model, please take a moment to update the page.&lt;br /&gt;
&lt;br /&gt;
We also maintain a list of unsupported devices&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Supported Devices=&lt;br /&gt;
&lt;br /&gt;
==Davis Range==&lt;br /&gt;
&lt;br /&gt;
*Vantage Pro&lt;br /&gt;
*Vantage Pro 2&lt;br /&gt;
*Vantage Vue&lt;br /&gt;
&lt;br /&gt;
==Oregon Scientific==&lt;br /&gt;
&lt;br /&gt;
*WMR-928&lt;br /&gt;
*WMR-918&lt;br /&gt;
*WM-918&lt;br /&gt;
*WMR-968&lt;br /&gt;
*Equivalent rebadged Radio Shack stations (serial only)&lt;br /&gt;
*WMR-88, WMR-100, WMRS200 and WMR-200&lt;br /&gt;
&lt;br /&gt;
see [[Extra_temperatures]]&lt;br /&gt;
&lt;br /&gt;
==Fine Offset==&lt;br /&gt;
&lt;br /&gt;
(MyDEL, Nevada, Watson, Tycon Power, Fine Offset etc)&lt;br /&gt;
&lt;br /&gt;
Use the &amp;quot;Fine Offset (WH1080)&amp;quot; setting in Cumulus for these:&lt;br /&gt;
&lt;br /&gt;
*W8681&lt;br /&gt;
*WH1080&lt;br /&gt;
*WH1080PC&lt;br /&gt;
*WH1081&lt;br /&gt;
*WH1090&lt;br /&gt;
*WH1091&lt;br /&gt;
*National Geographic 265NC&lt;br /&gt;
*PCE-FWS 20&lt;br /&gt;
*ELECSA 6975&lt;br /&gt;
*ClimeMET CM2000&lt;br /&gt;
*Maplin N96FY/N96GY&lt;br /&gt;
*Ambient Weather WS-1080/WS-2080&lt;br /&gt;
*WeatherEye WEA22&lt;br /&gt;
*Jaycar Digitech XC0348 (AU/NZ)&lt;br /&gt;
*Tycon Power TP1080WC (USA)&lt;br /&gt;
&lt;br /&gt;
Use the &amp;quot;Fine Offset with UV/Light sensor&amp;quot; setting for these:&lt;br /&gt;
&lt;br /&gt;
*WH3080 and WH3081&lt;br /&gt;
*WS3080 and WS3081&lt;br /&gt;
*Other Fine Offset stations which have solar sensors (rather than just solar charging)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
There are many other brands of station which are rebadged Fine Offset stations. In general, if the station is supplied with &#039;Easyweather&#039; software, it is likely that the station will work with Cumulus.&lt;br /&gt;
&lt;br /&gt;
==La Crosse==&lt;br /&gt;
&lt;br /&gt;
*WS-2300 range (all model numbers of the form 23xx). Use of a USB/Serial adapter is not supported with these stations.&lt;br /&gt;
&lt;br /&gt;
Note that I don&#039;t have access to a La Crosse station, and the PC interface on these stations is very poor. If you find that you don&#039;t get very good results using Cumulus with one of these, I&#039;m afraid I probably won&#039;t be able to do anything about it.&lt;br /&gt;
&lt;br /&gt;
==Instromet==&lt;br /&gt;
Recent models of Instromet stations&lt;br /&gt;
&lt;br /&gt;
=Unsupported Devices=&lt;br /&gt;
&lt;br /&gt;
Specifically, the following do not work with Cumulus.  This is not a definitive list but stations we have come across which are not supported.&lt;br /&gt;
&lt;br /&gt;
*La Crosse WS3650 and WS2800 (all model numbers in range WS36xx and WS28xx)&lt;br /&gt;
*TFA-Sinus/TFA-Nexus/Honeywell/Irox/Cresta WXR-815LM/TE924W/TN924W etc &lt;br /&gt;
*AcuRite&lt;br /&gt;
*Peet Bros&lt;br /&gt;
*Rainwise&lt;br /&gt;
*Davis Weather Monitor&lt;br /&gt;
*Davis Weather Wizard&lt;br /&gt;
*Ambient WS-1000&lt;br /&gt;
*Oregon Scientific WMR300&lt;br /&gt;
*Tycon Power TP2700WC&lt;br /&gt;
*Oregon Scientific LW301&lt;br /&gt;
&lt;br /&gt;
== My station is unsupported - Can I use Cumulus? ==&lt;br /&gt;
If your station output can be changed into the [[EasyWeather_Format]], then Cumulus can offer most of its functionality by reading the last line of that file each time.&lt;/div&gt;</summary>
		<author><name>Steve</name></author>
	</entry>
	<entry>
		<id>https://www.cumuluswiki.org/index.php?title=Supported_Devices&amp;diff=3762</id>
		<title>Supported Devices</title>
		<link rel="alternate" type="text/html" href="https://www.cumuluswiki.org/index.php?title=Supported_Devices&amp;diff=3762"/>
		<updated>2015-05-12T13:49:05Z</updated>

		<summary type="html">&lt;p&gt;Steve: /* Unsupported Devices */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Below is a list of devices which are confirmed to run with the [[Cumulus_Versions|current version]] of Cumulus.&lt;br /&gt;
&lt;br /&gt;
If you are running a different model, please take a moment to update the page.&lt;br /&gt;
&lt;br /&gt;
We also maintain a list of unsupported devices&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Supported Devices=&lt;br /&gt;
&lt;br /&gt;
==Davis Range==&lt;br /&gt;
&lt;br /&gt;
*Vantage Pro&lt;br /&gt;
*Vantage Pro 2&lt;br /&gt;
*Vantage Vue&lt;br /&gt;
&lt;br /&gt;
==Oregon Scientific==&lt;br /&gt;
&lt;br /&gt;
*WMR-928&lt;br /&gt;
*WMR-918&lt;br /&gt;
*WM-918&lt;br /&gt;
*WMR-968&lt;br /&gt;
*Equivalent rebadged Radio Shack stations (serial only)&lt;br /&gt;
*WMR-88, WMR-100, WMRS200 and WMR-200&lt;br /&gt;
&lt;br /&gt;
see [[Extra_temperatures]]&lt;br /&gt;
&lt;br /&gt;
==Fine Offset==&lt;br /&gt;
&lt;br /&gt;
(MyDEL, Nevada, Watson, Tycon Power, Fine Offset etc)&lt;br /&gt;
&lt;br /&gt;
Use the &amp;quot;Fine Offset (WH1080)&amp;quot; setting in Cumulus for these:&lt;br /&gt;
&lt;br /&gt;
*W8681&lt;br /&gt;
*WH1080&lt;br /&gt;
*WH1080PC&lt;br /&gt;
*WH1081&lt;br /&gt;
*WH1090&lt;br /&gt;
*WH1091&lt;br /&gt;
*National Geographic 265NC&lt;br /&gt;
*PCE-FWS 20&lt;br /&gt;
*ELECSA 6975&lt;br /&gt;
*ClimeMET CM2000&lt;br /&gt;
*Maplin N96FY/N96GY&lt;br /&gt;
*Ambient Weather WS-1080/WS-2080&lt;br /&gt;
*WeatherEye WEA22&lt;br /&gt;
*Jaycar Digitech XC0348 (AU/NZ)&lt;br /&gt;
*Tycon Power TP1080WC (USA)&lt;br /&gt;
&lt;br /&gt;
Use the &amp;quot;Fine Offset with UV/Light sensor&amp;quot; setting for these:&lt;br /&gt;
&lt;br /&gt;
*WH3080 and WH3081&lt;br /&gt;
*WS3080 and WS3081&lt;br /&gt;
*Other Fine Offset stations which have solar sensors (rather than just solar charging)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
There are many other brands of station which are rebadged Fine Offset stations.&lt;br /&gt;
&lt;br /&gt;
==La Crosse==&lt;br /&gt;
&lt;br /&gt;
*WS-2300 range (all model numbers of the form 23xx). Use of a USB/Serial adapter is not supported with these stations.&lt;br /&gt;
&lt;br /&gt;
Note that I don&#039;t have access to a La Crosse station, and the PC interface on these stations is very poor. If you find that you don&#039;t get very good results using Cumulus with one of these, I&#039;m afraid I probably won&#039;t be able to do anything about it.&lt;br /&gt;
&lt;br /&gt;
==Instromet==&lt;br /&gt;
Recent models of Instromet stations&lt;br /&gt;
&lt;br /&gt;
=Unsupported Devices=&lt;br /&gt;
&lt;br /&gt;
Specifically, the following do not work with Cumulus.  This is not a definitive list but stations we have come across which are not supported.&lt;br /&gt;
&lt;br /&gt;
*La Crosse WS3650 and WS2800 (all model numbers in range WS36xx and WS28xx)&lt;br /&gt;
*TFA-Sinus/TFA-Nexus/Honeywell/Irox/Cresta WXR-815LM/TE924W/TN924W etc &lt;br /&gt;
*AcuRite&lt;br /&gt;
*Peet Bros&lt;br /&gt;
*Rainwise&lt;br /&gt;
*Davis Weather Monitor&lt;br /&gt;
*Davis Weather Wizard&lt;br /&gt;
*Ambient WS-1000&lt;br /&gt;
*Oregon Scientific WMR300&lt;br /&gt;
*Tycon Power TP2700WC&lt;br /&gt;
*Oregon Scientific LW301&lt;br /&gt;
&lt;br /&gt;
== My station is unsupported - Can I use Cumulus? ==&lt;br /&gt;
If your station output can be changed into the [[EasyWeather_Format]], then Cumulus can offer most of its functionality by reading the last line of that file each time.&lt;/div&gt;</summary>
		<author><name>Steve</name></author>
	</entry>
	<entry>
		<id>https://www.cumuluswiki.org/index.php?title=FAQ&amp;diff=3761</id>
		<title>FAQ</title>
		<link rel="alternate" type="text/html" href="https://www.cumuluswiki.org/index.php?title=FAQ&amp;diff=3761"/>
		<updated>2015-05-10T12:18:28Z</updated>

		<summary type="html">&lt;p&gt;Steve: /* How do I get my Davis station with USB working with Cumulus? */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is the Cumulus FAQ (consult also the Help screens within Cumulus software, and learn more from the rest of this Wiki)&lt;br /&gt;
&lt;br /&gt;
= Installing and Running Cumulus  =&lt;br /&gt;
&lt;br /&gt;
== What operating systems does Cumulus run on?  ==&lt;br /&gt;
&lt;br /&gt;
All versions of Windows from XP to Windows 8.1 inclusive (and the server versions). It works on 32 bit and 64 bit editions. 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.&lt;br /&gt;
&lt;br /&gt;
== Where do I find the Cumulus installer? ==&lt;br /&gt;
&lt;br /&gt;
On the [http://sandaysoft.com/downloads downloads page]&lt;br /&gt;
&lt;br /&gt;
== What do I need to get right when first getting Cumulus? ==&lt;br /&gt;
The installation process for Cumulus displays &#039;&#039;&#039;readme.txt&#039;&#039;&#039;, that has many tips. See also [[Setup]]. Below are three key points.&lt;br /&gt;
# Install Cumulus in its own directory directly under a drive root.&lt;br /&gt;
# Connect your weather station before you start Cumulus&lt;br /&gt;
# When you first run Cumulus, it displays the &#039;&#039;&#039;Station settings&#039;&#039;&#039; screen. On this, make sure you pick the right sort of station (to ensure Cumulus communicates correctly with your weather station, and can identify all the observations) and choose your &#039;&#039;&#039;units&#039;&#039;&#039; wisely. (Changing units later means all stored Lowest and highest numbers up to that point have to be converted immediately manually).  See the &#039;&#039;&#039;Help&#039;&#039;&#039; for information about the rest of the screen, but generally you can easily adjust the other options later.&lt;br /&gt;
&lt;br /&gt;
== What weather stations does Cumulus work with?  ==&lt;br /&gt;
&lt;br /&gt;
*Davis Vantage Pro (VP), Vantage Pro2 (VP2), and Vue. &lt;br /&gt;
*Oregon Scientific WM918, WMR918, WMR928, WMR968, WMR88 (see [[FAQ#How do I set up recording wind speeds in Cumulus, with Oregon Scientific and La Crosse stations | this FAQ]]), WMR100, WMR180, WMR200. &lt;br /&gt;
*Fine Offset - stations which use the Easyweather software such as MyDEL, Nevada, Watson and Fine Offset, with model numbers such as WH1080, WH1081, W8681, 265NC etc.&lt;br /&gt;
*La Crosse WS2300 range (see [[FAQ#How do I set up recording wind speeds in Cumulus, with Oregon Scientific and La Crosse stations | this FAQ]]). You may have problems with corrupt data if you use a WS23xx with a serial/USB adapter; this combination is therefore not supported.&lt;br /&gt;
&lt;br /&gt;
For a more complete list see the [[Supported Devices]] page.&lt;br /&gt;
&lt;br /&gt;
== Will you support a new weather station type?  ==&lt;br /&gt;
&lt;br /&gt;
It’s quite hard to support a particular weather station when I don’t have access to one. No weather station is perfect, and problems inevitably arise after the code is written, and I have to start adding more and more code to work around issues with the station. Also, most companies don’t seem to like third parties writing software for their stations, so don’t make the protocol available. I will only consider adding support for a station under a certain set of circumstances which would include &#039;&#039;at least&#039;&#039;: &lt;br /&gt;
&lt;br /&gt;
*A significant donation towards Cumulus development &lt;br /&gt;
*A well documented official protocol spec &lt;br /&gt;
*Loan or donation of a station &lt;br /&gt;
*Access to technical support from the station manufacturer&lt;br /&gt;
&lt;br /&gt;
Please contact me if you would like to discuss this further&lt;br /&gt;
&lt;br /&gt;
== How do I request a new feature for Cumulus? ==&lt;br /&gt;
&lt;br /&gt;
Please create an [http://sandaysoft.com/forum/tracker.php enhancement request].  &lt;br /&gt;
&lt;br /&gt;
== Why haven&#039;t you added the feature I asked for a long time ago? ==&lt;br /&gt;
&lt;br /&gt;
I develop and support Cumulus in my spare time, and I have a full time job. I invite donations, but I don&#039;t make a living from Cumulus. I add facilities when I can. There is a long list of  [http://sandaysoft.com/forum/tracker.php enhancement requests] already, and I am slowly working my way through them as time permits. If there is an enhancement request for the facility you have asked for, and the facility is a reasonable one (in my opinion) then I will hopefully get around to adding it one day. Please be patient. Please don&#039;t ask for a forecast of when a feature will be added.&lt;br /&gt;
&lt;br /&gt;
== How do I upgrade to a new release?  ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Just run the installer for the new version.&#039;&#039;&#039; Your data and settings are not affected, but it is still best if you back up your data (sub-folder &#039;data&#039;) and any settings files (e.g. cumulus.ini and strings.ini) before you run the installer. &lt;br /&gt;
&lt;br /&gt;
You can install the new version where you like, but the installer will offer the same place as the previous version as the default.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Occasionally, there may be actions you need to perform before or after the upgrade.&#039;&#039;   Required actions usually appear in the announcement of the version you are installing, and may be documented in the readme.txt file that will appear as you run the installer. Read such announcements for every release since your existing build in case any of the in-between changes affect you.&lt;br /&gt;
&lt;br /&gt;
These instructions apply whether you are updating by one build, skipping several builds, upgrading to/from a beta version, or installing the latest &#039;release&#039; version. &lt;br /&gt;
&lt;br /&gt;
The installer will always upgrade the following files (replacing them, ignoring existing versions):&lt;br /&gt;
# &amp;quot;cumulus.exe&amp;quot;; - the latest build&lt;br /&gt;
# &amp;quot;unins000.exe&amp;quot;;&lt;br /&gt;
# &amp;quot;libeay32.dll&amp;quot;;&lt;br /&gt;
# &amp;quot;ssleay32.dll&amp;quot;;&lt;br /&gt;
# &amp;quot;readme.txt&amp;quot;; - advice for you to follow at installation time&lt;br /&gt;
# &amp;quot;licence.txt&amp;quot;; - reminder about restrictions on use&lt;br /&gt;
# &amp;quot;alert.wav&amp;quot;; - default alarm sound&lt;br /&gt;
#  &amp;quot;web\originals\*.*&amp;quot;; - Cumulus will always install the HTML template files here&lt;br /&gt;
# &amp;quot;webfiles\*.*&amp;quot;; e.g. weatherstyle.css, wz_jsgraphics.js&lt;br /&gt;
# &amp;quot;webfiles\images\picture.jpg&amp;quot;;&lt;br /&gt;
# &amp;quot;Help\Cumulus.chm&amp;quot;; - the latest help including lists of log files and web tags&lt;br /&gt;
There may be extra files automatically upgraded by particular builds - see announcement.&lt;br /&gt;
&lt;br /&gt;
During the install, you will see a &#039;&#039;&#039;Select Components&#039;&#039;&#039; screen , if you tick the &#039;&#039;HTML templates&#039;&#039; (the default) it will also upgrade the HTML template files in the web folder.&lt;br /&gt;
&lt;br /&gt;
*So tick this option, if you have a standard Cumulus implementation and then you can be sure to upgrade the standard templates.&lt;br /&gt;
*Untick this option if you have  [[Customised_templates#Creating_Your_Own_Templates|customised the existing pages]],  so that if your customised versions  are in &amp;quot;web\*.*&amp;quot; they don&#039;t get overwritten. It is recommended that you store any customised pages in a directory outside the Cumulus folder, as you can specify up to 10 such files on the local side of the files tab in the Configuration menu Internet settings screen and (if you are not using standard files) untick &#039;&#039;Include Standard Files&#039;&#039; on the same screen. (100 such files can be specified in [[Cumulus.ini]]).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Changing to different weather station ==&lt;br /&gt;
&lt;br /&gt;
Just change the station type. If Cumulus doesn&#039;t start reading the data from the new station, stop Cumulus and start it again. Some of the rain figures may be odd for a while (e.g. rain in last 24 hours). It is as simple as that.&lt;br /&gt;
&lt;br /&gt;
In testing planned changes to Cumulus, I switch backwards and forwards between a Fine Offset and a WMR200 frequently, the only thing that happens is that the rain figures go wrong initially (because the two stations have different counters).&lt;br /&gt;
&lt;br /&gt;
== Moving Cumulus software to a new PC (or updating Windows Operating System) ==&lt;br /&gt;
&lt;br /&gt;
Cumulus will continue to work with your existing weather station and existing log files, providing&lt;br /&gt;
#Your Windows regional settings are the same (i.e. date format unchanged, same time zone, decimal point symbol unchanged, list separator character unchanged) - if there is a difference, the new installation cannot understand the old lines in the log files and will give an error when Cumulus is restarted.&lt;br /&gt;
#You may need to &#039;tweak&#039; a few things (serial port number etc) in [[cumulus.ini]].&lt;br /&gt;
#In the folder with cumulus.exe in it, copy across  &#039;cumulus.ini&#039;,  and if you have created a &#039;strings.ini&#039; that file must be copied across too.&lt;br /&gt;
#The Cumulus &#039;data&#039; sub-folder has been copied across.&lt;br /&gt;
#Obviously if you use customised web pages, then you need the corresponding templates in the new installation.&lt;br /&gt;
#Any other customised files (images and/or a twitter.txt file, for example), you may want to copy those over too.&lt;br /&gt;
&lt;br /&gt;
== Can I view my Cumulus data on another device? ==&lt;br /&gt;
&lt;br /&gt;
# If Cumulus uploads your weather information to an online web site, you can view that on another device.&lt;br /&gt;
# Software like &#039;Remote Desktop&#039; can be used to view the computer that is running Cumulus - see many postings on the Support Forum.&lt;br /&gt;
# A back-up as described in the next answer can be viewed in Cumulus installed on another PC (see point about Windows regional settings in previous question) to look at past extremes or graphs; although obviously that additional installation will not be able to add further observations from the weather station connected to the original PC.&lt;br /&gt;
# If your web site is on your local network, but not online, your device may be able to view it directly or view a back-up of how it was in the past.&lt;br /&gt;
&lt;br /&gt;
== How do I back up my data?  ==&lt;br /&gt;
&lt;br /&gt;
*Copy the contents of the Cumulus ‘data’ sub-folder on a regular basis to a different storage device.  Then if you have any problem with the original storage device, or corruption of files, you can minimise the loss of logged observations. To restore from the backup, just copy the saved data folder back into your Cumulus installation, with Cumulus stopped.&lt;br /&gt;
*It can be useful to take copies of the Cumulus &#039;backup&#039; sub-folder on key dates (e.g. just after change of month or year), or if you think you might have some rogue figures.  The &#039;.ini&#039; files in the backup sub-folder contain past extreme values that you might want to look up.&lt;br /&gt;
*You should also back up, at least once, your cumulus.ini file in the main Cumulus folder.  This contains all the key settings and you need a record of those!&lt;br /&gt;
&lt;br /&gt;
== Moving Cumulus software to a different location on your PC? ==&lt;br /&gt;
&lt;br /&gt;
This article in the wiki gives more details above moving Cumulus: [[Moving cumulus]]&lt;br /&gt;
&lt;br /&gt;
== What are the formats of the Cumulus data files?  ==&lt;br /&gt;
&lt;br /&gt;
These are detailed in the [[:Category:Log Files|Log Files]] section of this Wiki and also in the Cumulus help file, in the section “Data log file format”&lt;br /&gt;
&lt;br /&gt;
== Can I import logged information from before I installed Cumulus? ==&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;Configuration&#039;&#039;&#039; menu, &#039;&#039;Station&#039;&#039; setting screen (near bottom) has option to enter there the &#039;&#039;rainfall total&#039;&#039; for the bit of the year (starting month can be selected here too) until when you first start using Cumulus.  See the Cumulus &#039;&#039;&#039;Help&#039;&#039;&#039; for this screen for further details.&lt;br /&gt;
&lt;br /&gt;
Yes is the answer for other weather information, providing you can manipulate the information you have into either (preferably) the format used by the [[Monthly_log_files#Importing_pre-Cumulus_data]] or (second best) [[Dayfile.txt]]. Look up those cross-references in this Wiki (or the Cumulus &#039;&#039;&#039;Help&#039;&#039;&#039;) for further information on required formats.  The support forum includes a few threads related to this topic, and if you post there then people who have already imported from particular systems may offer their services to import your past observations.&lt;br /&gt;
&lt;br /&gt;
A converter for Weather Display log files is available from this thread in the forum: http://sandaysoft.com/forum/viewtopic.php?f=4&amp;amp;t=10118&lt;br /&gt;
&lt;br /&gt;
A converter for WeatherLink log files is available from this thread in the forum: http://sandaysoft.com/forum/viewtopic.php?f=6&amp;amp;t=11349&lt;br /&gt;
&lt;br /&gt;
== I was away on the last day of last month/year - How do I see the final lowest and highest figures for last month/year? ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;View&#039;&#039;&#039; menu, &#039;&#039;This month&#039;&#039; or &#039;&#039;This year&#039;&#039; screens show some figures for any month or year selected by you, but do not show all the figures shown on a standard web page or as shown on the &#039;&#039;Highs and Lows&#039;&#039; screen for the current month/year.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;View&#039;&#039;&#039; menu, &#039;&#039;Highs and Lows - This month (or This year)&#039;&#039; (or &#039;&#039;thismonth.htm&#039;&#039; or &#039;&#039;thisyear.htm&#039;&#039; web page) only shows the lowest and highest values for the current calendar month (or current year). This answer describes a way to see the same information for the month (or year) that fairly recently ended.  It is valid only until build 1088 (from 5 March 2014 build 1089 &#039;Delay writing of end of day backup files until the first log entry is written&#039; means the stored &#039;&#039;month.ini&#039;&#039; relates to the &#039;&#039;initial&#039;&#039; entries for the start of the new month). From version 1.9.3 build 1041, Cumulus creates a daily backup of the log files. &lt;br /&gt;
*Look in the &#039;&#039;backup\daily&#039;&#039; subfolder within your Cumulus installation. &lt;br /&gt;
*These daily backups will be created if Cumulus was left running during the period of interest, or stopped before that period and since restarted. &lt;br /&gt;
*Normally about 10 such back ups are available, each folder has a name based on the timestamp and contains the 6 [[:Category:Log_Files|xxxx.ini files]], the current [[Monthly_log_files|monthly standard data log]]/[[Extra_Sensor_Files|monthly extra data log]], and the most recent update of [[dayfile.txt|daily summary log]].&lt;br /&gt;
&lt;br /&gt;
Open as a text file [[month.ini]] in the folder whose name is bearing the timestamp after your final rollover, for Cumulus builds 1041 to 1088 the final lowest and highest for each observation in the month will be listed.&lt;br /&gt;
&lt;br /&gt;
In a similar manner if you miss the last day of the year, for Cumulus builds 1041 to 1088 see the final &#039;this year&#039; figures for last year by opening [[year.ini]] from the appropriate backup.&lt;br /&gt;
&lt;br /&gt;
== What do the various wind speeds in Cumulus correspond to, with Davis stations?  ==&lt;br /&gt;
&lt;br /&gt;
Davis station firmware supplies two windspeeds, a 3-second average and a 10-minute average (later versions of the firmware also supply a 2-minute average, Cumulus currently doesn&#039;t use this).  &lt;br /&gt;
* The latest Davis 3-second average is treated by Cumulus as &#039;Latest&#039; (available via &amp;lt;#wlatest&amp;gt;)&lt;br /&gt;
* The highest of the station&#039;s 3-second readings over the previous 10 (configurable by adding &#039;&#039;AvgSpeedMinutes=N&#039;&#039; in [[Cumulus.ini#Section:_Station]] where &#039;N&#039; is number of) minutes becomes the Cumulus &#039;Gust (available via &amp;lt;#wgust&amp;gt;). Note that the WMO definition of a wind gust is the mean wind speed over a 2 to 3 second sample period (not the maximum instantaneous wind speed).&lt;br /&gt;
* The Davis 10-minute average is the Cumulus &#039;Average&#039; (available via &amp;lt;#wspeed&amp;gt;).&lt;br /&gt;
Note that if you sample these readings at shorter (real time) intervals it is possible for Cumulus &#039;Latest&#039; to be lower than Cumulus &#039;Average&#039; because approximately half of the 3-second wind speeds will be higher and half of them lower than the 10-minute average. &lt;br /&gt;
If the Cumulus figure seems lower than the Davis figure see [[#My_Davis_station_shows_a_higher_maximum_wind_speed_than_Cumulus]].&lt;br /&gt;
&lt;br /&gt;
Davis station loggers record a single spot (not any average) wind speed, so if you restart Cumulus and the software attempts to catch up from the station logger there may be only one or two values to include in the Cumulus average (over 10 or whatever) minutes calculation.&lt;br /&gt;
&lt;br /&gt;
== What do the various wind speeds in Cumulus correspond to, with Fine Offset stations?  ==&lt;br /&gt;
&lt;br /&gt;
Fine Offset sensors measure wind over 48-second intervals, divided into 24 2-second intervals. At the end of each 48-second period, they transmit the highest of those 24 values as &#039;Gust&#039;, and the average of those 24 values as &#039;Wind&#039;. The console keeps &#039;&#039;&#039;overwriting&#039;&#039;&#039; the newly received &#039;Gust&#039; and &#039;Wind&#039; values to the same area of console memory every 48 seconds, until the station logging interval time is reached, then it moves on to the next memory location, leaving the last values it wrote in the previous console memory location.  &lt;br /&gt;
*If Cumulus is not running all the time, on restart it works through the console memory locations and extracts the Fine Offset Wind and Gust in each memory location, i.e. at the station logging interval. &lt;br /&gt;
*While Cumulus is running, it reads the current wind speeds (and direction) every 10 seconds. There are new values only every 48 seconds (i.e. every fourth or fifth read)&lt;br /&gt;
&lt;br /&gt;
Cumulus, for various reasons, uses different terminology, and also has configuration settings which control how some of the wind values are displayed.&lt;br /&gt;
* The Fine Offset console &#039;Gust&#039; value becomes Cumulus &#039;Latest&#039;. &lt;br /&gt;
* The highest of the Fine Offset &#039;Gust&#039; values over the previous 10 minutes becomes Cumulus &#039;Gust&#039;.  Note that the WMO definition of a wind gust is the mean wind speed over a 2 to 3 second sample period (not the maximum instantaneous wind speed).&lt;br /&gt;
* Cumulus &#039;Average&#039;  can be calculated in 3 different ways:&lt;br /&gt;
** The default: If &#039;Calculate 10-min wind average&#039; is not selected on the Station Settings screen, the console &#039;Wind&#039; value is used.&lt;br /&gt;
** If &#039;Calculate 10-min wind average&#039; is selected, then by default the average of the Fine Offset &#039;Gust&#039; values read over the previous N (configurable, defaults to 10) minutes is used.&lt;br /&gt;
** If &#039;Calculate 10-min wind average&#039; and &#039;Use speed for avg calculation&#039; are both selected, the average of the Fine Offset &#039;Wind&#039; values read over the previous N (configurable, defaults to 10) minutes is used.&lt;br /&gt;
&lt;br /&gt;
Select value for &#039;N&#039; using &#039;&#039;AvgSpeedMinutes=N&#039;&#039; in [[Cumulus.ini#Section:_Station]].&lt;br /&gt;
&lt;br /&gt;
Note that Fine Offset Consoles can display a &#039;MAX&#039; figure, this is highest recorded since it was last reset (on touchscreen models multiple touches of the displayed speed will cause maximum speed, or gust, to be shown, and when a max value is displayed continuing to hold touching that value for 3 seconds will reset max to current value).  Cumulus maintains its own various extremes for different periods (e.g High wind and high gust for yesterday on its main screen) calculated from all values read by Cumulus in that period.&lt;br /&gt;
&lt;br /&gt;
== How do I set up recording wind speeds in Cumulus, with Oregon Scientific and La Crosse stations  ==&lt;br /&gt;
&lt;br /&gt;
La Crosse and some Oregon Scientific weather stations only output a single wind speed.  To allow Cumulus to calculate &#039;gust&#039; and &#039;wind speed&#039; with different values, select the &#039;&#039;&#039;Station&#039;&#039;&#039; dialogue from the &#039;&#039;Configuration&#039;&#039; menu and set &#039;&#039;Calculate 10 min wind average&#039;&#039; in the &#039;Settings&#039; frame, so in [[cumulus.ini]] this will produce the parameter &#039;Wind10MinAverage=1 when cumulus is next stopped.&lt;br /&gt;
* The station&#039;s &#039;Wind&#039; value will then display as Cumulus &#039;Latest&#039;.&lt;br /&gt;
* A 10 (configurable by adding &#039;&#039;AvgSpeedMinutes=N&#039;&#039; in [[Cumulus.ini#Section:_Station]] where &#039;N&#039; is number of) minutes average of the station&#039;s &#039;Wind&#039; value will then display as Cumulus &#039;Average&#039;.&lt;br /&gt;
* The highest of the station&#039;s &#039;Wind&#039; value in a 10 minute period will then display as Cumulus &#039;Gust&#039;.  Note that the WMO definition of a wind gust is the mean wind speed over a 2 to 3 second sample period (not the maximum instantaneous wind speed).&lt;br /&gt;
&lt;br /&gt;
See &#039;&#039;LCMaxWind=X&#039;&#039; parameter in [[Cumulus.ini#La_Crosse_specific:]] where X is the maximum (uncalibrated) wind speed in m/s that you want to allow.&lt;br /&gt;
&lt;br /&gt;
== How do I make Cumulus run automatically when Windows starts?  ==&lt;br /&gt;
&lt;br /&gt;
There is no option in Cumulus to set this up automatically as I prefer to leave it under the control of the user: The safest and most reliable method is simply to put a shortcut in your Startup folder. If you are running Vista or Windows 7, you may find that Cumulus gets blocked by UAC if you try to run it from the Startup folder, in which case it is recommended that you use Task Scheduler instead. See here for a good description of how to do this - http://blogs.techrepublic.com/window-on-windows/?p=616&lt;br /&gt;
&lt;br /&gt;
== How does Cumulus handle Daylight Saving Time?  ==&lt;br /&gt;
&lt;br /&gt;
As far as the timestamps in the extreme logs, monthly log, and the graphs, are concerned; Cumulus doesn&#039;t do anything in particular for DST. &lt;br /&gt;
*It generates timestamps based on the Windows clock. &lt;br /&gt;
**So basically, at the start of DST (i.e. when the clocks &#039;go forward&#039; for the summer) you will get an apparent gap of one hour in your data logs and on graphs.&lt;br /&gt;
**Similarly at the end of DST (i.e. when the clocks &#039;go back&#039; for the winter) you will get an apparent hour of duplicate timestamps in your logs and graphs. &lt;br /&gt;
*You will tend to get better results if you leave Cumulus running during the clock change, because if it is stopped you may lose data,&lt;br /&gt;
**the exact timing of the affected hours depends on the type of station and the times when Cumulus was running/stopped.&lt;br /&gt;
&lt;br /&gt;
=== ... How do Davis stations handle Daylight Saving Time? ===&lt;br /&gt;
&lt;br /&gt;
Note that there seems to be an issue with Davis stations, either in the console/logger, or in the Davis DLL which Cumulus uses. &lt;br /&gt;
*If you don&#039;t have Cumulus running when DST ends (autumn), then when you start Cumulus up again, it doesn&#039;t receive all of the logger data it needs to catch up to the &#039;&#039;present time&#039;&#039; - the previous hour or so is missing. &lt;br /&gt;
*So with Davis stations, I strongly recommend that you leave Cumulus running at the end of DST, if at all possible.&lt;br /&gt;
&lt;br /&gt;
=== ... How do Fine Offset stations handle Daylight Saving Time? ===&lt;br /&gt;
&lt;br /&gt;
*For Fine Offset stations if you don&#039;t have Cumulus running when DST ends in autumn, then when you start Cumulus up again, the catch up &#039;&#039;misses off the first hour after the time Cumulus was stopped&#039;&#039; (unless you have adjusted the time in [[today.ini]] by subtracting one hour for end of DST while Cumulus was stopped).  &lt;br /&gt;
**This is because the console memory does not time-stamp the data blocks and Cumulus does not remember the console data block used just before shutdown, (after all depending on how long Cumulus has been stopped and the station logging interval, the old memory location could be overwritten by now), but each memory location does contains minutes elapsed since previous memory location used.&lt;br /&gt;
**On restart Cumulus just tries to read the appropriate number of hours worth of observations back from the block now marked as latest.  &lt;br /&gt;
**For example if it was stopped at 2200 DST and restarted at 0600 standard time, Cumulus catches up with the last 8 hours worth of stored measurements as if going back to 2200 standard time, that means it retrieves back to 2300 DST and has forever lost the period 2200 to 2300 DST.  &lt;br /&gt;
*So with Fine Offset stations, I strongly recommend that you leave Cumulus running at the end of DST, if at all possible.&lt;br /&gt;
*At the start of DST in spring, the catch up will &#039;&#039;duplicate the last hour that Cumulus was previously operating&#039;&#039; (unless you have added one hour to the standard time stored in [[today.ini]] for start of DST while Cumulus was stopped). &lt;br /&gt;
**e.g. Stopping from 2200 standard time to 0600 DST the catch up goes back to 2200 DST or 2100 standard time.&lt;br /&gt;
**Some calculated measurements like average temperature, cooling degree days, and the like will be slightly out, but no measurement is actually lost.&lt;br /&gt;
&lt;br /&gt;
== What formula does Cumulus use for Dew Point?  ==&lt;br /&gt;
dewpoint := tempinC + ((0.13 * tempinC) + 13.6) * Ln(humidity / 100)&lt;br /&gt;
&lt;br /&gt;
== What formula does Cumulus use for Apparent Temperature?  ==&lt;br /&gt;
It uses a formula from the Australian BOM - http://www.bom.gov.au/info/thermal_stress/#atapproximation&lt;br /&gt;
&lt;br /&gt;
Note that the version used is the one that doesn&#039;t take into account solar radiation.&lt;br /&gt;
&lt;br /&gt;
== How does Cumulus know the height of the cloud base?  ==&lt;br /&gt;
&lt;br /&gt;
It doesn&#039;t. It uses a calculation which gives the theoretical height above ground level at which Cumulus clouds might form, based on the current temperature and dew point. It assumes that the difference between temperature and dew point decreases by about 4.4 degrees Fahrenheit per 1000 feet increase in altitude. When the two values coincide, the air is saturated (relative humidity = 100%) and Cumulus clouds may form. &lt;br /&gt;
&lt;br /&gt;
== How is my rain rate calculated?  ==&lt;br /&gt;
&lt;br /&gt;
For stations which supply a rain rate, Cumulus uses that. For stations which don&#039;t supply a rain rate (e.g. Fine Offset and La Crosse), Cumulus simply takes the rain total from the last five minutes and calculates a rate based on that; e.g. a single tip of 0.3mm in 5 minutes is a rate of 3.6mm/hr. When data from the station&#039;s logger is used, a similar calculation is performed, but the interval used is the logger interval rather than five minutes.&lt;br /&gt;
&lt;br /&gt;
== Where does Cumulus get its this month and this year rainfall totals from?  ==&lt;br /&gt;
&lt;br /&gt;
* Each time Cumulus reads records from the weather station it applies any change to the &#039;total rain count&#039; against today&#039;s total in its memory.&lt;br /&gt;
* The today&#039;s total so far at each reading time is also added to the &#039;recent tag&#039; array allowing total values for the day-so-far at one minute intervals for up to a week ago to be added as web tags to a web template. &lt;br /&gt;
* The rainfall totals, are initialised when Cumulus is (re-)started by adding up the corresponding daily totals in dayfile.txt and storing those sums in memory. Two of the totals can be seen using default settings on &#039;&#039;&#039;View&#039;&#039;&#039; menu, &#039;&#039;This month&#039;&#039; screen for this month, &#039;&#039;This year&#039;&#039; screen for this calendar year, but the third total for the rain season (you can change starting month) is seen on the &#039;&#039;main&#039;&#039; Cumulus screen.&lt;br /&gt;
* The rainfall totals shown on the &#039;&#039;This period&#039;&#039;, &#039;&#039;This month&#039;&#039;, and &#039;&#039;This year&#039;&#039; screens within the &#039;&#039;&#039;View&#039;&#039;&#039; menu are generated by adding up the daily rainfall totals found in [[dayfile.txt]] for the selected period. So any rainfall for the current (meteorological) day is excluded as the latest dayfile.txt row is for yesterday. Totals are recalculated when you press the &#039;&#039;Update display&#039;&#039; button. Important note: The view menu &#039;This year&#039; screen always calculates the total for a selected calendar year starting in January.&lt;br /&gt;
* The rain figures that Cumulus uses for displaying in &#039;This month&#039; and &#039;This year&#039; on the Cumulus &#039;&#039;main screen&#039;&#039; are updated each time Cumulus receives a rain reading from the station, so will not be displayed if Cumulus is unable to read rain information from your station.&lt;br /&gt;
* For the web tags, Cumulus takes its stored sums and adds today&#039;s latest total each time, to give the current totals for this month and this rain season (year so far) when processing &#039;thismonthT.htm&#039; and &#039;thisyearT.htm&#039; web templates.&lt;br /&gt;
**Important, for the &amp;lt;#ryear&amp;gt; web tag, and for the &#039;This year&#039; display on the &#039;&#039;main&#039;&#039; Cumulus screen, the processing reads the &#039;&#039;dayfile.txt&#039;&#039; for the rainfall season starting with the month set on the station settings screen and stored as the value for attribute &#039;&#039;RainSeasonStart&#039;&#039; in [[Cumulus.ini#Section:_Station]] (its default is January).  &lt;br /&gt;
**If you have set a &#039;year to date&#039; value and Cumulus is being re-started when the year specified beside that figure matches the current year, your year-to-date amount is also added into this year&#039;s total. This should normally only be relevant in your first rain season of operating Cumulus, but could be used if in any season you needed to add an extra amount because for some reason you had a gap in your recording period.&lt;br /&gt;
**There is no corresponding setting for calculating the total for the first &#039;this month&#039; of Cumulus operation.&lt;br /&gt;
*Note that you need to stop and then restart Cumulus to update these initial values that are stored in memory and get any corrections you made to rogue values in the daily summary log (or year-to-date) reflected on the main Cumulus screen and in web tags.&lt;br /&gt;
&lt;br /&gt;
The built-in dayfile.txt editor is used if it is necessary to amend the daily totals (to correct any monthly, rain season, or calendar year, totals); the built-in all-time (or monthly records) editor(s) in Cumulus is used if it is necessary to regenerate the extreme records from dayfile.txt; see [[#My_station_invented_some_rain_that_didn.27t_really_occur.2C_and_I_want_to_set_it_to_zero_.28or_some_other_figure.29 |FAQ about correcting incorrect rainfall displays]].&lt;br /&gt;
&lt;br /&gt;
== How do I reset all my data to start again from scratch?  ==&lt;br /&gt;
&lt;br /&gt;
Stop Cumulus and delete all of the files in the data folder. You may also want to edit the &#039;StartDate=&#039; line in [[cumulus.ini]] to set the date for the start of your data.&lt;br /&gt;
&lt;br /&gt;
== How do I localise Cumulus to my own language? ==&lt;br /&gt;
&lt;br /&gt;
Cumulus does not directly support languages other than English. It was never intended for use in other languages, and it is not possible to add support for this now. However, the text used for:&lt;br /&gt;
*Forecasting&lt;br /&gt;
*Moonphases&lt;br /&gt;
*Beaufort Scale&lt;br /&gt;
*Trend descriptions&lt;br /&gt;
*Compass points&lt;br /&gt;
*Graph titles&lt;br /&gt;
*Extra sensor channels&lt;br /&gt;
can all be customised by using the [[strings.ini]] file. This facility may be extended to allow other items to be translated, but it is very unlikely that there will ever be a fully multi-language version of Cumulus in its current form.&lt;br /&gt;
&lt;br /&gt;
This wiki page [[:Category:Other_Languages|Other Languages]] has some old information about customising the standard web pages and see the downloads page as several third-party alternative web pages include some language translation modules.&lt;br /&gt;
&lt;br /&gt;
== Can I connect/disconnect my weather station while Cumulus is running? ==&lt;br /&gt;
No. You must make sure your weather station is connected to your PC and switched on, before running Cumulus. Do not disconnect your station while Cumulus is running.&lt;br /&gt;
&lt;br /&gt;
== How does Cumulus deal with extra sensors? ==&lt;br /&gt;
&lt;br /&gt;
By default, Cumulus deals with weather stations incorporating solar sensors, if you have selected the relevant station &#039;Type&#039; or &#039;Display solar/extra data&#039; in configuration, but it has some capability to deal with extra sensors added including the Blake-Larsen Sun Recorder.&lt;br /&gt;
Cumulus has the ability to input, log, and display Current Values/Outputs from the [[Rain_measurement#Optical_Rain_Gauges|Hydreon Optical Rain Sensor - Model RG-11]] and from either Oregon Scientific or Davis [[Extra_Sensor_Files|extra sensors]]. Only today&#039;s and yesterday&#039;s total rainfall from a Hydreon sensor are available in [[today.ini]] and [[yesterday.ini]] respectively. For some Oregon Scientific models, the temperature from an extra sensor can replace the temperature from the main sensor for processing by Cumulus, but all extra sensor values are stored in a series of [[Extra_Sensor_Files| monthly log]] files. No other processing is performed for Davis extra sensors, but past values are retained in a series of [[Extra_Sensor_Files| monthly log]] files.  The file [[strings.ini]] is used to customise the description associated with extra sensors.&lt;br /&gt;
&lt;br /&gt;
== What is this &amp;quot;Solar Max&amp;quot; value which Cumulus is displaying? ==&lt;br /&gt;
&lt;br /&gt;
It&#039;s the current theoretical maximum solar radiation value at the current date and time at your location. It is calculated using the Ryan-Stolzenbach formula, and uses the &#039;transmission factor&#039; configurable in the station settings to allow for the effect of transmission through the atmosphere. The figure is not particularly useful in itself; it is used if you have a solar sensor, to compare with the current solar radiation reading, in an attempt to determine whether the sun is currently shining or not.&lt;br /&gt;
&lt;br /&gt;
== My Fine Offset console says the memory is nearly full - how do I clear it? ==&lt;br /&gt;
&lt;br /&gt;
You don&#039;t need to, and it&#039;s much safer if you don&#039;t; clearing the memory could lead to a loss of data. The memory indicator on the console has no effect on the logging of data; the console will automatically start re-using the oldest memory locations. As long as you are running Cumulus (at least occasionally), Cumulus will have downloaded the data it needs from the console, so the console is free to overwrite the oldest data when it needs to.&lt;br /&gt;
&lt;br /&gt;
== How do I get my Davis station with USB working with Cumulus? ==&lt;br /&gt;
&lt;br /&gt;
Cumulus cannot drive the station in USB mode, you must install &#039;virtual serial port&#039; drivers, and configure Cumulus to use the virtual serial port. Make sure you have the station connected to the PC during the following operations.&lt;br /&gt;
&lt;br /&gt;
You should first make sure that you can use the station with Weatherlink, in serial mode. If you have not already installed the Weatherlink software, install the version which came with your weather station. You should then upgrade to the latest version of Weatherlink; you can download the update from the Davis web site,  [http://www.davisnet.com/support/weather/downloads/software_sftwr.asp here].&lt;br /&gt;
&lt;br /&gt;
You now need to install the &#039;CP210X USB to Serial Converter&#039;. You may find a link on your Start menu under &#039;Weatherlink&#039;. Alternatively, you should find it in the folder where Weatherlink was installed, under &#039;Support&#039; then &#039;Utilities&#039;. Davis also make version 2 of this utility available on their web site, [http://www.davisnet.com/support/weather/downloads/software_driver.asp here], and you may find that this version will work for you if the installed version does not. It should be clear from the messages output by the utility that it has successfully switched the logger to serial mode. &lt;br /&gt;
&lt;br /&gt;
It&#039;s a good idea to then update the driver to the latest version from the Silicon Labs web site, particularly if you use Windows 7 or 8. You can download it [http://www.silabs.com/products/mcu/pages/usbtouartbridgevcpdrivers.aspx here] - click on &#039;VCP driver kit&#039; under &#039;Download for Windows XP/Server 2003/Vista/7&#039; to begin the download. Run the executable once it&#039;s downloaded.&lt;br /&gt;
&lt;br /&gt;
At this point, it&#039;s best to restart your computer.&lt;br /&gt;
&lt;br /&gt;
You should now run Weatherlink, and attempt to connect to the weather station &#039;&#039;&#039;in serial mode&#039;&#039;&#039;. Weatherlink should find the appropriate COM port number automatically. If not, you can find it under &#039;Ports (COM &amp;amp; LPT)&#039; in the Windows device manager. Look for the port called &#039;USB Serial Port (COMn)&#039;, where &#039;n&#039; is a number. That&#039;s the number of the port you need to use in Weatherlink. If you cannot get Weatherlink to work using this virtual COM port, it is unlikely that you will be able to get Cumulus to work either, so either contact Davis support, explaining that you are trying to use the virtual serial port drivers because you want to run third-party software, or ask in the Cumulus forum, someone may be able to advise.&lt;br /&gt;
&lt;br /&gt;
Once you have Weatherlink connected and working via the virtual serial port, &#039;&#039;&#039;close it down&#039;&#039;&#039;, and start Cumulus.&lt;br /&gt;
&lt;br /&gt;
In the station settings in Cumulus, select the appropriate station type for your station; under &#039;VP Type&#039; select &#039;&#039;&#039;Serial&#039;&#039;&#039;; in the serial port section enter the COM port number that you found earlier. You may need to restart Cumulus at this point. It will then start displaying live data. Note that the it deliberately does not download any historical logger data from before the current point in time. When you run it subsequently, it will download logger data to catch up if necessary from when you last ran it, but never from earlier than when you first ran it.&lt;br /&gt;
&lt;br /&gt;
If you still having difficulty, the Davis Weatherlink manual offers this advice, which may be useful:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Included with the WeatherLink software is a utility that allows you to convert a USB data logger from a direct USB data logger back to a USB data logger that emulates the serial port. To use&lt;br /&gt;
this utility, select Convert USB to Virtual Serial in your WeatherLink program group on the Start menu of your computer (Start&amp;gt;AllPrograms&amp;gt;WeatherLink&amp;gt;Convert USB to Virtual Serial) and run the utility to convert your data logger. Please contact Davis Technical Support (“Contacting Davis Technical Support” on page 26) for more information.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== Why does Cumulus do some things the way it does, when there are better ways? ==&lt;br /&gt;
&lt;br /&gt;
Cumulus was originally something I &#039;knocked together&#039; quickly when I got my first weather station, simply because I couldn&#039;t find any other software anywhere which I was prepared to use. No &#039;design&#039; went into it, it was really just a prototype. Some of the things I did were just quick &#039;hacks&#039; that I intended to fix when I did it &#039;properly&#039;. But I never got around to going back and doing it &#039;properly&#039;, and it was never my intention that anyone else would use it. But I was persuaded to make it available for others, and then to add more and more enhancements. &lt;br /&gt;
&lt;br /&gt;
The fact that it works with several different types of weather station means that much of it is a compromise; it doesn&#039;t use certain features of the weather station which it could use if it were dedicated to that type of weather station. For example, it typically does not use any high/low data that the station might store internally. Instead, it maintains its own high/low data from individual readings. There are a number of reasons for this; the fact that Cumulus supports an 0900-0900 day, and the weather station does not, and the fact that typically Cumulus maintains far more high/low values than the station does, and these need to be self-consistent. &lt;br /&gt;
&lt;br /&gt;
So yes, I am aware that some of things that Cumulus does may seem strange, but it is simply not possible for me to start again from scratch, knowing what I know now. And it is not possible for me to effectively produce separate versions of Cumulus specifically for each type of weather station. If you don&#039;t like the way Cumulus does certain things, do what I did and write your own software!&lt;br /&gt;
&lt;br /&gt;
== Can I run 2 copies of Cumulus? ==&lt;br /&gt;
&lt;br /&gt;
3 options:&lt;br /&gt;
*You can install Cumulus on more than one PC, but each copy must connect directly to its own weather station (one station connected per PC).&lt;br /&gt;
*You can install 2 copies of Cumulus in different paths on a single PC, &#039;&#039;if you have two weather stations&#039;&#039; and Cumulus is able to distinguish between them, e.g. they are from different manufacturers, or both are serial port stations (different ports), or one is USB and one is serial, or one is a Weatherlink IP. In other words the  combination that does not work on a single PC is two USB stations from the same manufacturer. Note that Davis stations with USB loggers are serial port stations as far as Cumulus is concerned, so there are no problems using multiple copies of Cumulus with multiple Davis stations on the same PC.&lt;br /&gt;
*It is possible to back up the Cumulus files from one installation running off a weather station, and briefly have another reduced functionality copy just looking at historic data without ever any updating (the second Cumulus is set up as if reading from an EasyWeather.dat file, but not given a path/file name) - see [[Cumulus.ini#Introduced_for_problems_with_Fine_Offset_family:|Easyweather.dat section here]].&lt;br /&gt;
&lt;br /&gt;
= Troubleshooting  =&lt;br /&gt;
&lt;br /&gt;
== My &#039;Error&#039; light is flashing  ==&lt;br /&gt;
&lt;br /&gt;
Click on it, and a window will open describing the error. It may just be a temporary ftp problem. If you want to stop ftp errors being reported in this way, you can turn them off in the display settings (&amp;quot;Show FTP errors on error log window&amp;quot;).&lt;br /&gt;
&lt;br /&gt;
== My ‘new record’ light has stopped flashing  ==&lt;br /&gt;
&lt;br /&gt;
It is the normal situation that the light does not flash. The ‘new record’ light only flashes when an all-time record has been broken. It stops flashing if you click on it or restart Cumulus, until another all-time record is broken. When you first start using Cumulus, inevitably the light will flash a lot, even if you cancel it, as you will be breaking records constantly. After a while, it will &#039;settle down&#039; and not flash so often.&lt;br /&gt;
&lt;br /&gt;
== I installed a new version and my web page templates got over-written  ==&lt;br /&gt;
&lt;br /&gt;
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, place them in a different folder and use the ‘extra files’ facility. From version 1.8.9, the installer offers the option of not over-writing the web templates; it unconditionally also installs them to a sub-folder of the web folder called &#039;originals&#039;, so you can refer to them if required, even if you chose not to over-write those in the web folder.&lt;br /&gt;
&lt;br /&gt;
== I can’t find my data files!  ==&lt;br /&gt;
&lt;br /&gt;
You’re probably running Windows Vista/Windows 7/Windows 8 (or one of the corresponding server versions of Windows). Look in C:\Users\[username]\AppData\Local\VirtualStore\Program Files\Cumulus - note that this is a &#039;hidden&#039; folder. Ideally, to avoid this situation, you would install to somewhere outside the Program Files hierarchy, as recommended in the readme.txt.&lt;br /&gt;
&lt;br /&gt;
== I can&#039;t save my NOAA reports! ==&lt;br /&gt;
&lt;br /&gt;
You&#039;ve probably corrupted your Cumulus.ini file in the default Cumulus folder. See [[Cumulus.ini#Section:_NOAA]]. It can only be edited either (if Cumulus is stopped) with an external text file editor or (with Cumulus running) using the &#039;&#039;NOAA Setup&#039;&#039; in the configuation menu.  Pay attention to where the quotes are required for the file names, and check that you have an allowed date format (see [[Webtags#Time.2FDate_.27format.27_Parameter]]).&lt;br /&gt;
&lt;br /&gt;
== My sunrise and sunset times are wrong  ==&lt;br /&gt;
&lt;br /&gt;
You&#039;ve almost certainly entered your co-ordinates incorrectly, or not entered them at all - on the station settings screen. You must enter DEGREES, MINUTES, and SECONDS, no other format will work. Make sure to use &#039;&#039;&#039;unsigned whole numbers&#039;&#039;&#039; for degrees, minutes, and seconds, with a &#039;W&#039; for your longitude if you&#039;re West of the Greenwich meridian (e.g. if you are in the United States), and the appropriate letter for your latitude (N for northern hemisphere, S for southern hemisphere). &lt;br /&gt;
&lt;br /&gt;
If you are not familiar with the degrees/minutes/seconds standard format and have your co-ordinates in some other format, there are pages on the web which will convert for you. One such is here: http://transition.fcc.gov/mb/audio/bickel/DDDMMSS-decimal.html&lt;br /&gt;
&lt;br /&gt;
One other less likely possibility is that you have set the wrong time zone on your PC.&lt;br /&gt;
&lt;br /&gt;
== The Moon rise or set time is showing dashes.  ==&lt;br /&gt;
&lt;br /&gt;
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. &lt;br /&gt;
&lt;br /&gt;
== The Moon image is just black ==&lt;br /&gt;
&lt;br /&gt;
It&#039;s probably a New Moon.&lt;br /&gt;
&lt;br /&gt;
== Why are the &#039;Yesterday&#039; figures missing on the Main Cumulus Screen? ==&lt;br /&gt;
&lt;br /&gt;
The yesterday values on the Main Screen under &amp;quot;Recent Extremes&amp;quot; are not shown correctly:&lt;br /&gt;
*EITHER when the &#039;&#039;end of day rollover has not taken place&#039;&#039;. &lt;br /&gt;
**The usual cause of this is allowing your PC to &#039;sleep&#039; while Cumulus is running. &lt;br /&gt;
**The support forum mentions a few other causes. &lt;br /&gt;
**Cure this (if you have a weather station type that has a log that Cumulus reads) by looking in &amp;quot;&#039;&#039;Cumulus\backup&#039;&#039;&amp;quot; folder, and finding a backup directly in that folder or in &amp;quot;daily&amp;quot; sub-folder for just before the problem. With Cumulus stopped, copy all the files in that backup into the &amp;quot;&#039;&#039;&#039;Cumulus\data&#039;&#039;&#039;&amp;quot; folder, and then restart Cumulus. &lt;br /&gt;
*OR if Cumulus was unable to read observations from your station during that day, but can today. &lt;br /&gt;
**You can try the same cure, but may not be able to recover the lost information in this case.&lt;br /&gt;
&lt;br /&gt;
== Why do I have some unexpected zero figures? ==&lt;br /&gt;
&lt;br /&gt;
Cumulus may not be able to update some values/extremes, leaving them at zero, if:&lt;br /&gt;
*EITHER you are allowing your PC to go into sleep/standby while Cumulus is running,&lt;br /&gt;
*OR you have more than one copy of Cumulus attempting to interrogate the same weather station,&lt;br /&gt;
*OR you are closing Cumulus down very close to before/after roll-over (the latter is a restriction due to the way the processing of logger data works).&lt;br /&gt;
&lt;br /&gt;
== I’ve ‘zoomed’ a graph, how do I get it back to full size?  ==&lt;br /&gt;
&lt;br /&gt;
Drag from lower right to upper left.&lt;br /&gt;
&lt;br /&gt;
== Cumulus won&#039;t read the data from my station  ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CUMULUS RUNNING&#039;&#039;&#039;&lt;br /&gt;
If you have one of the Fine Offset clones, make sure you have configured your relative pressure correctly. If Cumulus finds an &#039;impossible&#039; value, it will ignore all data from your station.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CUMULUS RE-STARTED&#039;&#039;&#039;&lt;br /&gt;
If Cumulus does not read catch-up data from the station logger:&lt;br /&gt;
#Your station type may not have a logger, if so Cumulus cannot read anything from station while software was not running.&lt;br /&gt;
#There is a bug in the Davis DLL (Dynamic-Link Library) that Cumulus 1.x.x uses, where it never downloads the last archive record; so if there is only one to download (compare how long Cumulus was stopped with logging interval on your Davis station), it doesn&#039;t get any at all. (See [[#Cumulus_takes_a_long_time_to_download_the_data_from_my_Davis_station_at_start_up|here]] for opposite problem). Cure this by ensuring if you stop Cumulus you either leave it stopped for less than Davis logging interval time, or don&#039;t restart until after at least 2 logging intervals.&lt;br /&gt;
#You have not selected &amp;quot;&#039;&#039;&#039;Use data logger&#039;&#039;&#039;&amp;quot; in the &#039;&#039;Settings&#039;&#039; section of the &#039;&#039;&#039;Station settings&#039;&#039;&#039; screen accessed from &#039;&#039;Configuration&#039;&#039;  menu. Correct this:&lt;br /&gt;
##Stop Cumulus after changing this setting&lt;br /&gt;
##Look in &#039;&#039;Cumulus\backup&#039;&#039; folder (or its &#039;&#039;daily&#039;&#039; sub-folder) for a folder of .ini files prior to the problem, copy all those files to overwrite the ones in &#039;&#039;Cumulus\data&#039;&#039; folder&lt;br /&gt;
##Re-start Cumulus, it should use revised start date/time, and read the station logger for the whole re-wind period&lt;br /&gt;
#If there is another problem, read the instructions accessed from &amp;quot;Please click here before posting&amp;quot; at the top of the support forum page including the request to zip up the contents of the &#039;&#039;Cumulus\diags&#039;&#039; folder when asking for such support.&lt;br /&gt;
&lt;br /&gt;
== Cumulus read some invalid figures from my station ==&lt;br /&gt;
If you have:&lt;br /&gt;
*just started using Cumulus, &lt;br /&gt;
*just re-started Cumulus and you are only getting bad data when you start Cumulus up (i.e. when it is using archive data from the station logger),&lt;br /&gt;
*or you have just changed some settings,&lt;br /&gt;
... check you have the correct station type selected (see the Cumulus &#039;&#039;Help&#039;&#039; for the settings screen).&lt;br /&gt;
&lt;br /&gt;
Choosing the wrong station type means individual items of information are not correctly assigned to weather parameters.  Cumulus knows what is at what location for each station type. &lt;br /&gt;
*Is the information &#039;&#039;correct on the station console&#039;&#039; (i.e. not a fault with a sensor), but incorrectly displayed on Cumulus screen (i.e. transfer problem)? &lt;br /&gt;
Check all your settings on Cumulus, or see [[#Cumulus_won.27t_read_the_data_from_my_station|previous question]].&lt;br /&gt;
*If the &#039;&#039;station itself shows incorrect figures&#039;&#039;, a sensor may have a problem (mechanical or electrical failure, obstruction by animal activity) or a battery may need replacing.&lt;br /&gt;
Over successive versions of Cumulus more and more code has been incorporated to deal with the way some stations are prone to reporting rogue readings.&lt;br /&gt;
*Ensure you are using the latest Cumulus build, if you are using an old version you will not have any enhancements made since the earlier build that might improve the way Cumulus reads from your station type.&lt;br /&gt;
In general, if Cumulus 1.x.x identifies an odd value it will reuse the last good value instead, assuming that the problem will either right itself, or be spotted and dealt with quickly.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fine Offset stations&#039;&#039;&#039; are prone to reporting the odd non-sensical value, and Cumulus has the ability to compare successive readings:&lt;br /&gt;
*From the &#039;&#039;&#039;Configuration&#039;&#039;&#039; menu select [[Cumulus_Screenshots#Configuration_Menu_Screens|&#039;&#039;Calibration&#039;&#039;]] and in the &#039;&#039;&#039;Spike removal&#039;&#039;&#039; frame you can specify &amp;quot;the maximum &#039;&#039;&#039;differences&#039;&#039;&#039; between successive values&amp;quot; that Cumulus is to tolerate. See the &#039;&#039;&#039;Help&#039;&#039;&#039; for that screen, and note that spike removal applies while Cumulus is running, not to catch-up readings from the station&#039;s logger. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Possible Cure:&#039;&#039;&#039;&lt;br /&gt;
The purpose of the backup files is to allow Cumulus to be &#039;rewound&#039; to a particular point in time.  It simulates the situation where someone had closed Cumulus down at that point, and is only now starting it up again, and needs data to be downloaded from the station&#039;s logger to catch up to the present time. Obviously this cure will not work if your station type does not have a logger (one is needed for Cumulus to read old readings again).&lt;br /&gt;
*If you have only installed Cumulus a few days ago, or have just re-started Cumulus after it was stopped and encounter multiple &#039;&#039;rogue readings in the catch-up from the station logger&#039;&#039;; &#039;&#039;&#039;one possibility&#039;&#039;&#039; is to stop Cumulus and find the backup files that it took when you started it up (or just after the previous roll-over time), copy those files into the data folder, overwriting the ones that are there, then when you start it up again it could sort itself out.&lt;br /&gt;
The [[Diags]] log often contains useful information for sorting out what has been read, which values have been ignored, and which highs or lows may have been updated incorrectly. Note that automatic backups are made just after roll-over time because restarting Cumulus when there are no logger records to read before roll-over has been known to cause problems. Therefore, the backup to choose might be one with the date before when the problem occured, but remember that any calculations Cumulus makes are based on readings at least every minute when Cumulus is running, but for the catch up period such calculations can only use the readings available at your station&#039;s logging interval. Note if you choose a later backup and it does not work, you can always then repeat the &#039;rewind&#039; with a earlier backup.&lt;br /&gt;
&lt;br /&gt;
== I get very large amounts of rainfall shown, or other high readings ==&lt;br /&gt;
&lt;br /&gt;
Fine Offset stations have a habit of producing unbelievable readings, and Cumulus filters many of these out automatically. You can also use the &#039;spike removal&#039; settings on the calibration page, and Cumulus will then filter out large changes in readings. Please read the help for how to use these settings. Another possible explanation is that you have chosen the wrong station type in the Cumulus station settings. You should only select the &amp;quot;Fine Offset with UV/Light sensor&amp;quot; type if your station actually has SENSORS for these. Your station may have solar CHARGING, but this is not the same as having a solar SENSOR, and so you should choose the &amp;quot;Fine Offset (WH1080 etc)&amp;quot; type. Typically, stations which do have solar SENSORS have a model number which starts with a &#039;3&#039;, e.g. WS3080, and stations without solar sensors start with a &#039;1&#039; or &#039;2&#039;. Selecting the wrong type of station will cause Cumulus to misinterpret the logger data read from the station and hence incorrect readings will result.&lt;br /&gt;
&lt;br /&gt;
== My station invented some rain that didn&#039;t really occur, and I want to set it to zero (or some other figure)  ==&lt;br /&gt;
&lt;br /&gt;
Cumulus does include some code to try to ignore some obvious rain errors. For example, if the station reports negative rain, Cumulus will normally ignore that, but if for 6 consecutive readings the rain cumulative count stays below what it was before, Cumulus will normally accept the new count as a new starting point. Because many positive values are realistic (see sub-answers), Cumulus generally will accept those as a result of accidental knocking of a tipping bucket gauge, due to wind effects on the gauge, or even due to the station electronics generating a rogue reading.&lt;br /&gt;
=== (Invented rain) Error in today&#039;s total===&lt;br /&gt;
#correct today&#039;s total using the &#039;today&#039;s rain&#039; editor on the edit menu.&lt;br /&gt;
#optionally stop Cumulus and edit [[today.ini]] to change the &#039;&#039;LastTip=&#039;&#039;(look up previous value in a recently backed up today.ini) parameter.&lt;br /&gt;
#Remember that &#039;ConsecutiveDryDays&#039; and &#039;ConsecutiveWetDays&#039; do not include today.&lt;br /&gt;
&lt;br /&gt;
=== (Invented rain) Error in yesterday&#039;s total ===&lt;br /&gt;
#edit the total for the relevant day in dayfile.txt, using the dayfile.txt editor on the edit menu.&lt;br /&gt;
#optionally edit yesterday&#039;s total (which is only held temporarily for display purposes) in [[today.ini]], while Cumulus is stopped.&lt;br /&gt;
=== (Invented rain) Error in total or high rainfall rate for any day before today ===&lt;br /&gt;
Just edit the total or rate for the relevant day in dayfile.txt, using the [[Cumulus_Screenshots#File.2FEdit.2FHelp_Menu|dayfile.txt]] editor on the edit menu.&lt;br /&gt;
&lt;br /&gt;
=== (Invented rain) Error in total, or extremes, for this month and/or this year ===&lt;br /&gt;
See next FAQ. Once you have corrected the daily totals (or high rainfall rates) in dayfile.txt, you can use the editors (on the edit menu) for &#039;This Month&#039; and &#039;This Year&#039; to fetch the corrected values from dayfile.txt (or enter figures manually).&lt;br /&gt;
&lt;br /&gt;
=== (Invented rain) Error in all-time records ===&lt;br /&gt;
See [[#How_do_I_correct_my_all-time_.28or_monthly_all-time.29_records.3F |this FAQ]].&lt;br /&gt;
&lt;br /&gt;
To see the previous value for all-time records see [[Alltimelog.txt]]. If your all-time records, or month-by-month all-time records have been affected, you can use the built-in editors. These can fetch the correct values once you have corrected dayfile.txt.&lt;br /&gt;
&lt;br /&gt;
===  (Invented rain and) Other rain figures ===&lt;br /&gt;
Note that other rain figures, such as &#039;rain last hour&#039; and &#039;rain last 24 hours&#039; depend on a sensible progression of the rain counter, so it&#039;s not easy to correct this; it&#039;s easier to wait until the erroneous figure is far enough in the past so as not to affect the calculation. If you really do want to try to correct it; you would need to stop Cumulus, then find and edit multiple field 11 (assuming date is field 0) the Cumulus &#039;rain counter&#039; values in the [[monthly_log_files]] in the current monthly log file so they are correct relative to the current value of the rain counter (i.e. the latest one logged).&lt;br /&gt;
&lt;br /&gt;
===  (Invented rain) Error prevention by Spike removal ===&lt;br /&gt;
#It is better to try to avoid spurious rain being recorded in the first place.&lt;br /&gt;
#Cumulus attempts to ignore large increases in the rain total automatically, and is quite often successful.&lt;br /&gt;
#For &#039;hourly rain&#039; and &#039;rain rate&#039;, you can set &#039;spike removal&#039; settings on the calibration settings screen. The value you set here, is the maximum change allowed between successive observations. Rain Rate corrections apply only to Fine Offset and La Crosse stations (which are known to occasionally produce faulty rain readings).&lt;br /&gt;
&lt;br /&gt;
===  (Invented rain) More information ===&lt;br /&gt;
There is more information about correcting rogue data elsewhere in the Wiki, in the pages about the [[:Category:Log_Files|log files]].&lt;br /&gt;
&lt;br /&gt;
== My monthly and/or annual rainfall totals are wrong  ==&lt;br /&gt;
&lt;br /&gt;
Cumulus calculates these when it is restarted, holds the values within memory, and increments them as required while it is running. This FAQ in the previous section [[#Where_does_Cumulus_get_its_this_month_and_this_year_rainfall_totals_from.3F]] has a concise description of how Cumulus calculates these figures.&lt;br /&gt;
&lt;br /&gt;
* The rainfall total shown on the &#039;&#039;This month&#039;&#039; screen within the &#039;&#039;&#039;View&#039;&#039;&#039; menu, is calculated from summing [[dayfile.txt]] totals for a selected month, and so for the default current month will exclude the current meteorological day.  The rainfall total for today so far is added for the web tag &#039;&#039;&amp;lt;#rmonth&amp;gt;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
* The rainfall total shown on the &#039;&#039;This year&#039;&#039;  screen within the &#039;&#039;&#039;View&#039;&#039;&#039; menu, is calculated from summing totals in dayfile.txt for a selected calendar year. For the default current year, it will exclude the current meteorological day.&lt;br /&gt;
&lt;br /&gt;
* The rainfall total reported by the &#039;&#039;&amp;lt;#ryear&amp;gt;&#039;&#039; web tag is for the rainfall season to date, it is calculated from taking today&#039;s rain and then adding the sum of the totals in dayfile.txt starting with the first (meteorological) day of the month specified in the &#039;rainfall season&#039; frame on the &#039;&#039;station settings&#039;&#039; screen within the &#039;&#039;&#039;Configuration&#039;&#039;&#039; menu, until the end of dayfile.txt is reached. So check you have specified the right starting month there before deciding the rainfall total shown is wrong. &lt;br /&gt;
&lt;br /&gt;
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 also on the [[Cumulus_Screenshots#Station|Station Configuration screen]].  Make sure you specify the first Cumulus operating year here, otherwise the extra will be added to the annual total for the wrong year!&lt;br /&gt;
&lt;br /&gt;
See immediately preceding FAQ [[#My_station_invented_some_rain_that_didn.27t_really_occur.2C_and_I_want_to_set_it_to_zero_.28or_some_other_figure.29 |correcting rainfall]]  for how to correct errors in total for particular days and how to correct the high extremes for the various periods.&lt;br /&gt;
&lt;br /&gt;
In all cases then restart Cumulus to get the monthly and annual totals recalculated from correct daily totals. &lt;br /&gt;
&lt;br /&gt;
If you need to correct within day values for trend graphs as well as the longer period totals, provided you know roughly when the rogue rainfall was recorded, find (and edit) it in the [[monthly_log_files]], field 11 (assuming date is field 0) is the count used to derive other parameters.&lt;br /&gt;
&lt;br /&gt;
== The ‘gust’ line has disappeared from my graph  ==&lt;br /&gt;
&lt;br /&gt;
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. Depending on your weather station type, there are a few things you could try, to improve things. Decrease your station&#039;s logger interval, and if you have Cumulus calculating the wind speed average and you have a Fine Offset station, set &#039;Use speed for avg calculation&#039;.&lt;br /&gt;
&lt;br /&gt;
== My ‘gust’ values are the same as my ‘average’ wind speed values.  ==&lt;br /&gt;
&lt;br /&gt;
As above, you probably have Cumulus set to calculate a 10-minute average, and your station logger period is 10 minutes or longer, so your gust comes out the same as the average when using data from the logger. See the previous FAQ for suggestions on how to improve this.&lt;br /&gt;
&lt;br /&gt;
== I’ve just installed Cumulus, and it didn’t download all the old data from my weather station  ==&lt;br /&gt;
&lt;br /&gt;
Cumulus deliberately doesn’t attempt to download any data from before the point when you first run it. If you wish, although this isn&#039;t recommended, 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 (you will need to have run it at least once previously). Note that if you do this, it is at your own risk, and you will need to sort out any issues which may arise yourself.&lt;br /&gt;
&lt;br /&gt;
If you do this, you will probably need to edit your log files in the &#039;&#039;&#039;data&#039;&#039;&#039; folder as you may have duplicate entries and/or entries out of order. Your rain totals will almost certainly also be wrong - the total for &amp;quot;today&amp;quot; in particular. See the [[FAQ#My_station_invented_some_rain_that_didn.27t_really_occur.2C_and_I_want_to_set_it_to_zero_.28or_some_other_figure.29 |FAQ]] entry about correcting rainfall data. If you have only just started using Cumulus, you could delete all of the files in the data folder, and just create a simple today.ini as below. Then when you start Cumulus it will start again with just the data from the station&#039;s logger.&lt;br /&gt;
&lt;br /&gt;
Note that this method does not work for the Oregon WMR200 station. This station deletes logger entries when they are downloaded, and there is no mechanism for retrieving logger entries for a particular period - it just sends all the entries that it has. You may be able to circumvent this by creating a today.ini file in the data folder before you run Cumulus, with just this in it:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[General]&lt;br /&gt;
Date=10/04/2012&lt;br /&gt;
Timestamp=10/04/2012 10:00:00&lt;br /&gt;
CurrentYear=2012&lt;br /&gt;
CurrentMonth=4&lt;br /&gt;
CurrentDay=10&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Change the dates and time to match the point from which you want Cumulus to start downloading data. If the station has already sent the data, this may not work, unfortunately.&lt;br /&gt;
&lt;br /&gt;
If you stored data from your weather station (on another file-based system) before you first ran Cumulus, then you may be able to (using a text editor outside Cumulus) generate [[Monthly log files]] for the pre-Cumulus period.  See that Wiki article for more information on what you can then do with those files within Cumulus.&lt;br /&gt;
&lt;br /&gt;
== I have inserted pre-Cumulus data and now I get errors ==&lt;br /&gt;
&lt;br /&gt;
Probably some of your inserts used the wrong format (blank rows, fields with real numbers where integers expected, alternatively missing or duplicated fields). See [[:Category:Log_Files]]. Note that Cumulus will only flag errors in the log files that it reads (e.g. those relating to the period for which it displays trends graphs).  Check all the log files you have amended.&lt;br /&gt;
&lt;br /&gt;
== I have inserted pre-Cumulus data making &#039;Records began on&#039; date wrong ==&lt;br /&gt;
&lt;br /&gt;
Stop Cumulus and edit [[Cumulus.ini#Section:_Station | cumulus.ini (station section)]] within the main Cumulus folder. Change the &amp;quot;StartDate=&amp;quot; line. Be sure to use the same format for the date.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note&#039;&#039;&#039; &#039;&#039;StartDate=xxxx&#039;&#039; does &#039;&#039;not&#039;&#039; need to be updated for Cumulus to recognise earlier data in log files in its &#039;&#039;data&#039;&#039; subfolder.  &lt;br /&gt;
&lt;br /&gt;
It really represents &amp;quot;Cumulus began on&amp;quot;, so there is an alternative of leaving cumulus.ini unchanged, but editing default Cumulus &#039;&#039;recordsT.htm&#039;&#039; template twice:&lt;br /&gt;
*after the h2 heading is &#039;&#039;&amp;amp;lt;p&amp;amp;gt;Records began on &amp;lt;#recordsbegandate&amp;gt;. Here are the extremes recorded since then.&amp;amp;lt;/p&amp;amp;gt;&#039;&#039;;  you can replace &#039;&amp;lt;#recordsbegandate&amp;gt;&#039; with the new earliest date typed in as text; and&lt;br /&gt;
*at the start of the table is the &#039;&#039;&amp;amp;lt;caption&amp;amp;gt;Records Since &amp;lt;#recordsbegandate&amp;gt;&amp;amp;lt;/caption&amp;amp;gt;&#039;&#039;; replace the label &amp;quot;Records since&amp;quot; with &amp;quot;Cumulus began on&amp;quot; leaving the web tag unchanged.&lt;br /&gt;
&lt;br /&gt;
== Cumulus doesn’t show the same pressure as my Fine Offset console  ==&lt;br /&gt;
&lt;br /&gt;
Cumulus displays atmospheric pressure corrected to sea level. The console calls this ‘relative pressure’; it displays the letters &amp;quot;rel&amp;quot; when this is being displayed.  First of all, check&lt;br /&gt;
# that you are comparing the Cumulus display with the ‘relative’ pressure on your console,&lt;br /&gt;
# that only one copy of Cumulus is accessing the weather station (and no other software),&lt;br /&gt;
# that you do not have a &#039;EWpressureoffset=x.y&#039; line in the [Station] section of [[Cumulus.ini#Introduced_for_problems_with_Fine_Offset_family:| cumulus.ini]],&lt;br /&gt;
# and that you do not have a setting for pressure on the Cumulus calibration screen.&lt;br /&gt;
&lt;br /&gt;
The Fine Offset stations only store absolute/station pressure readings in their weather memory locations updated with each transmission and read by Cumulus. Within Cumulus, the software applies the adjustment to sea level before any further processing. It does &#039;&#039;not&#039;&#039; use the altitude setting in the cumulus station configuration screen.&lt;br /&gt;
Normally when Cumulus starts, it reads in [http://www.jim-easterbrook.me.uk/weather/mm/ the fixed block] in the console a pair of absolute/station pressure and relative/sea level pressure readings and uses the difference between these as the ‘offset’ in millibar for the station;  Cumulus uses this offset subsequently to calculate the sea level pressure (each time when reading the absolute pressure in the weather memory locations of the station), but it is possible to define the offset in cumulus.ini instead. &lt;br /&gt;
&lt;br /&gt;
Make sure that you have set your console&#039;s relative pressure correctly:&lt;br /&gt;
*for a push button operated model, press &#039;menu&#039; key 4 times for pressure mode, press &#039;enter&#039; to move to relative pressure setting, press &#039;up&#039; or &#039;down&#039; to adjust value.&lt;br /&gt;
*if your model uses a touch sensitive screen then it is probably tap the reading three times, then touch &#039;+&#039; or &#039;-&#039; to adjust value.&lt;br /&gt;
&lt;br /&gt;
The support forum includes discussion on where to find isobar charts or other sources to determine what the pressure should be.  Obviously after any adjustment you need to stop Cumulus, because it is when you restart it that Cumulus reads the new pressure offset.&lt;br /&gt;
&lt;br /&gt;
Sometimes the offset that cumulus reads from the fixed block is clearly garbage, so&lt;br /&gt;
# the cumulus error light is set,&lt;br /&gt;
# an error message suggests you check the station, and&lt;br /&gt;
# Cumulus uses zero offset instead as a best effort.&lt;br /&gt;
In this situation, Cumulus will display the same value as the &#039;absolute&#039; pressure on the console (no &amp;quot;rel&amp;quot; is displayed on the console when it is displaying absolute pressure). Often, if you restart Cumulus, it will then be able to read the correct value. If the problem happens often, you can circumvent it by editing cumulus.ini (while Cumulus is stopped), and in the [Station] section add an entry: &lt;br /&gt;
&lt;br /&gt;
 EWpressureoffset=x.y&lt;br /&gt;
&lt;br /&gt;
where x.y is your pressure offset. &#039;&#039;&#039;Cumulus will then use this instead of reading the fixed block offset from the station&#039;&#039;&#039;.  &lt;br /&gt;
&#039;&#039;&#039;Note&#039;&#039;&#039; that &#039;&#039;you must supply the offset in hPa&#039;&#039; (i.e. the millibar units that the station works with) and that this circumvention generally stops Cumulus from agreeing with the relative pressure displayed on the console.&lt;br /&gt;
&lt;br /&gt;
== My pressure suddenly dropped! Or suddenly increased!  ==&lt;br /&gt;
&lt;br /&gt;
If you have a Fine Offset station, and this happened when you (re)started Cumulus, it is quite likely a problem with reading the pressure &#039;offset&#039; from the station. See: &amp;quot;Cumulus doesn’t show the same pressure as my Fine Offset console&amp;quot; above.&lt;br /&gt;
&lt;br /&gt;
== I get an error when I try to view my all-time records. Also, they don’t appear on my web site  ==&lt;br /&gt;
&lt;br /&gt;
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. &lt;br /&gt;
&lt;br /&gt;
== I get an error when I close Cumulus  ==&lt;br /&gt;
&lt;br /&gt;
Cumulus does sometimes report an error when you close it. This does not appear to cause any problems, you can just close the error message. I don&#039;t seem to be able to do anything about this, as the &#039;crash&#039; is not in code that I have control over. You may be able to avoid this error by avoiding closing Cumulus while it is uploading to the internet. Please don&#039;t bother sending me a bug report about this. &lt;br /&gt;
&lt;br /&gt;
== My forecast says &amp;quot;Not available&amp;quot;  ==&lt;br /&gt;
&lt;br /&gt;
You can get Cumulus to create a simple forecast by selecting &#039;Cumulus Forecast&#039; on the Stations Settings screen. &lt;br /&gt;
&lt;br /&gt;
== My forecast always says &amp;quot;Exceptional Weather, Stormy, much precipitation&amp;quot;  ==&lt;br /&gt;
&lt;br /&gt;
You probably have incorrect Pressure Extreme settings in the Forecast section on the Station Settings window. Make sure that the values you have supplied match the units you have selected for the extremes. Note that the units for the extremes are not related to the units you have chosen for pressure display in Cumulus. The option of supplying mb/hPa or inHg for the extremes is merely a convenience; you can supply either, but the values and the units must of course match.&lt;br /&gt;
&lt;br /&gt;
== My computer hibernated/suspended, and I lost data/my graphs &#039;flat-lined&#039;  ==&lt;br /&gt;
&lt;br /&gt;
Cumulus can&#039;t cope with being suspended, it just carries on as normal after being woken. There is an option in the station settings to &#039;close on suspend&#039;, so Cumulus will close itself as a safety measure, if you forget to do it manually. Don&#039;t use the &#039;close on suspend&#039; option and the &#039;confirm shutdown&#039; option at the same time; this will cause problems. &lt;br /&gt;
&lt;br /&gt;
But I strongly recommend that you don&#039;t have your computer set to go into any form of standby while Cumulus is running - it&#039;s continuously gathering real-time data, after all, so it&#039;s a rather strange thing to do. &lt;br /&gt;
&lt;br /&gt;
== My heat index/humidex/wind chill is the same as my temperature  ==&lt;br /&gt;
&lt;br /&gt;
*Wind chill only applies when the average wind speed is above 4.8 kph &#039;&#039;&#039;and&#039;&#039;&#039; (by default in Cumulus as it should really always be set, but this is an option that can be unset) the temperature is below 10 degrees Celsius.  &lt;br /&gt;
*Heat index only applies when the temperature is above 27 degrees Celsius &#039;&#039;&#039;and&#039;&#039;&#039; the humidity is above 40%. &lt;br /&gt;
* Humidex does not have any &#039;cutoff&#039; values, but at low temperature and/or humidity it will give the same figure as ambient temperature.&lt;br /&gt;
&lt;br /&gt;
If heat index or wind chill is not applicable, Cumulus will set them the same as the ambient temperature.&lt;br /&gt;
&lt;br /&gt;
== Cumulus is showing a different wind speed compared to my console  ==&lt;br /&gt;
&lt;br /&gt;
You have probably misunderstood Cumulus processing of wind speeds, looking at different parameters, or different averaging periods.&lt;br /&gt;
*If you have a Davis weather station see [[#What_do_the_various_wind_speeds_in_Cumulus_correspond_to.2C_with_Davis_stations.3F]]&lt;br /&gt;
*If you have a Fine Offset station, see [[#What_do_the_various_wind_speeds_in_Cumulus_correspond_to.2C_with_Fine_Offset_stations.3F]] &lt;br /&gt;
* For Oregon Scientific and La Crosse stations see [[#How_do_I_set_up_recording_wind_speeds_in_Cumulus.2C_with_Oregon_Scientific_and_La_Crosse_stations]]&lt;br /&gt;
&lt;br /&gt;
Note that you can&#039;t compare the graphs drawn by Easyweather and Cumulus unless you are certain that they are plotting the same data. They can&#039;t both be running at the same time, so one would normally be plotting &#039;live&#039; data at a given interval, and the other will be plotting data downloaded from the station&#039;s logger. The wind speed will hence not normally be the same for a particular time on the graph as it may well have changed at the point that it is saved to the logger. The only situation where it &#039;&#039;would&#039;&#039; be valid to compare the graphs would be if neither were running at the times you are comparing, and both subsequently downloaded the same data from the logger.&lt;br /&gt;
&lt;br /&gt;
== I get error -32710 with Cumulus and my USB Davis station  ==&lt;br /&gt;
&lt;br /&gt;
The USB support in the Davis DLL which Cumulus uses doesn&#039;t seem to work. You need to use the CP210X USB/serial software which Davis supply, and use the station in serial mode. If you have previously been using your station with Weatherlink in USB mode, you will need to change to serial mode in Weatherlink before you can use the station with Cumulus. You can do this using [http://www.davisnet.com/support/weather/download/CP210X_USB_Serial_Converter_ver2.exe this utility from Davis]. See also this FAQ entry - http://wiki.sandaysoft.com/a/FAQ#How_do_I_get_my_Davis_station_with_USB_working_with_Cumulus.3F&lt;br /&gt;
&lt;br /&gt;
== When I start Cumulus, the graphs restart again each time and don&#039;t show the earlier data  ==&lt;br /&gt;
&lt;br /&gt;
You probably have an error in one or more data files. Look near the beginning of the latest file in the Diags folder for an error message which will tell you which file is in error and which line is causing the problem. It may simply be a blank line. Edit the file with Cumulus stopped. Note that you may need to repeat this process; only the first error is shown.&lt;br /&gt;
&lt;br /&gt;
This problem can also occur if you change your system format settings (date format, decimal and list separators etc). Again, check the diags file for a message about a number not being a valid floating point value.&lt;br /&gt;
&lt;br /&gt;
== The peak values on my graphs are not the same as my extreme values  ==&lt;br /&gt;
&lt;br /&gt;
The graphs are snapshots of the data, taken once a minute while Cumulus is running; it is not feasible to plot every data point. If the extreme value did not coincide exactly with the point at which the data was added to the graph, then it will not appear on the graph. The graphs are not intended to show all of the highs and lows, they are there to give an idea of the trends. This also applies to &#039;Select-A-Graph&#039;, which takes its data from the data logs; the highs and lows do not necessarily appear in the periodic data logs.&lt;br /&gt;
&lt;br /&gt;
This is most noticeable with wind gusts, the value of which can change rapidly, even over a period of a minute. The &#039;Plot latest gust&#039; setting causes the &#039;Latest&#039; figure (as shown on the main screen) to be plotted. What this figure represents exactly depends on your weather station type. This figure may vary rapidly, e.g. on Davis stations, it changes every 3 seconds or so. The graphs are plotted once a minute, and hence, with Davis stations, for example, there is approximately a one in 20 chance of any given &#039;latest&#039; figure actually being plotted.&lt;br /&gt;
&lt;br /&gt;
Cumulus also stores the peak value of the &#039;latest&#039; figure from the last 10 minutes. It calls this the &#039;gust&#039;, as this is a reasonable representation of a true &#039;gust&#039; figure. If you untick &#039;plot latest gust&#039;, it will plot this figure instead. As it contains the peak figure from the last 10 minutes, and the graph is plotted once a minute, plotting this value means that the high gust figure will always appear on the graph. The exception to this is with Davis stations, in the situation where the &#039;high gust&#039; figure has been read directly (as a way of ensuring that the high gust isn&#039;t missed) rather than by the usual reading of the current data. In this case, the gust is recorded as the high, but is not written to the current value, and hence does not appear on the graph, as it may be out of sequence with the current data.&lt;br /&gt;
&lt;br /&gt;
== My extreme values do not appear in the &#039;monthly&#039; data logs  ==&lt;br /&gt;
&lt;br /&gt;
The data logs are snapshots of the data, taken at the configured interval while Cumulus is running (or at the station&#039;s configured interval when data is read from the station&#039;s logger directly into the Cumulus monthly log). Cumulus, while it is running, reads the station frequently, detecting each change in observations, and can update extremes at each of these reading times.&lt;br /&gt;
&lt;br /&gt;
If the extreme value reading time did not immediately precede a time at which the data was logged, then it will not appear in the log. This is most noticeable with wind gusts, the value of which can change rapidly between log entries.&lt;br /&gt;
&lt;br /&gt;
Cumulus is designed to be kept running, if you only run it once a day, then the information it reads from the station&#039;s logger during catch up may miss extremes. For example &#039;&#039;when Cumulus reads the archive temperatures from a Davis station&#039;&#039;,  (in a compromise to allow Cumulus to have as much code as possible that is common to all weather station types) the design means that it ignores the first and second figures representing highest and lowest reported at each logged time, just reading the third figure that, depending on console configuration, is either the average value over the archive period or the final reading of the archive period (I don&#039;t know what the default is).&lt;br /&gt;
&lt;br /&gt;
== Cumulus takes a long time to download the data from my Davis station at start up  ==&lt;br /&gt;
&lt;br /&gt;
When Cumulus starts, it asks the station for all the data from the logger since the last time it was running. If the time-stamp that it supplies does not exactly match the time-stamp of an entry in the Davis logger, the station has a strange &#039;feature&#039; where it decides to send the entire contents of the logger. This will take some time to download, during which the Davis console display may appear to freeze. &lt;br /&gt;
#It is recommended that you enable the feature &#039;&#039;&#039;Synchronise station clock&#039;&#039;&#039; in the &#039;Settings&#039; block accessed from the &#039;&#039;Configuration&#039;&#039; menu  &#039;&#039;&#039;Station&#039;&#039;&#039; [[Cumulus_Screenshots#Station|Screen]].&lt;br /&gt;
#It is recommended that you set the logging interval in Cumulus (in the &#039;Data log interval&#039; block accessed from the &#039;&#039;Configuration&#039;&#039; menu  &#039;&#039;&#039;Station&#039;&#039;&#039; Screen) to the same interval as the station (the station interval can be changed using Weatherlink), then Cumulus will be able to make sure it uses a time-stamp that matches an entry in the logger. Note that this is mentioned in the &#039;&#039;&#039;readme.txt&#039;&#039;&#039; file that appears during the Cumulus installation, which you were asked to read at the time. If you didn&#039;t read it, it is strongly recommended that you do so now; it contains important information.&lt;br /&gt;
&lt;br /&gt;
== My Davis console clock is not exactly the same as my PC clock, but I have &amp;quot;Synchronise station clock&amp;quot; selected ==&lt;br /&gt;
&lt;br /&gt;
The Davis protocol only allows hours and minutes to be set, so there is always likely to be a difference of up to 60 seconds between the PC and the station.&lt;br /&gt;
&lt;br /&gt;
== Today is the shortest/longest day, but Cumulus says that tomorrow will be a few seconds shorter/longer  ==&lt;br /&gt;
&lt;br /&gt;
The routines I use to calculate (at midnight GMT) the length of the day aren&#039;t really suitable for this level of accuracy and may use the previous day in one parameter. I don&#039;t consider it an issue.&lt;br /&gt;
&lt;br /&gt;
== Cumulus got the forecast wrong!  ==&lt;br /&gt;
&lt;br /&gt;
Cumulus uses a forecast based on the Zambretti Forecaster (see Google). I didn&#039;t design the algorithm myself and to be honest I don&#039;t know how it works, so I can&#039;t answer any questions about it. Note that this is a &#039;forecast&#039; for the following 12 hours or so; it is not a &#039;nowcast&#039; (what the weather is doing now). Please regard the forecast as &#039;for entertainment purposes only&#039;. Do not base any decisions on it, and bear in mind that it is a very simple calculation based on only a few basic parameters. Some people get reasonable results, others do not. You can try tweaking the pressure extreme settings (in the Forecast section in the station settings), but don&#039;t expect the forecast to be as good as that provided by the weather agencies which have invested millions in their forecasting systems.&lt;br /&gt;
&lt;br /&gt;
== I only see one set of points on the wind direction graph  ==&lt;br /&gt;
&lt;br /&gt;
This happens just after you restart Cumulus, if the data came from the weather station&#039;s logger (i.e. Cumulus hasn&#039;t been running for a while). Weather stations only supply a &#039;current&#039; direction, and Cumulus calculates the average direction when running &#039;live&#039;.  So there is only one set of data available to be plotted, if it comes from the station logger.&lt;br /&gt;
&lt;br /&gt;
== My average wind bearing remains at zero ==&lt;br /&gt;
&lt;br /&gt;
Cumulus will always show zero average bearing when the average wind speed is zero (it can&#039;t be otherwise because it&#039;s calculated using the wind speed). In addition, it will show zero current bearing when the current wind speed is zero if you have &#039;&#039;use bearing zero when calm&#039;&#039; selected in the [[Cumulus_Screenshots#Station|station]] settings (accessible from &#039;&#039;&#039;Configuration&#039;&#039;&#039; menu).&lt;br /&gt;
&lt;br /&gt;
This also happens if your anemonmeter has a fault.&lt;br /&gt;
&lt;br /&gt;
== My graphs appear to be plotted less frequently just after Cumulus starts up  ==&lt;br /&gt;
&lt;br /&gt;
When running live, Cumulus plots data at 1-minute intervals. When it starts up, it pre-fills the graphs with data from the log files, which generally (depending on how you have Cumulus and your station configured) will be at less frequent intervals. &lt;br /&gt;
&lt;br /&gt;
== I closed Cumulus, the &#039;please wait&#039; form appeared, but Cumulus didn&#039;t close, even after several minutes  ==&lt;br /&gt;
&lt;br /&gt;
If you&#039;ve closed Cumulus shortly after it has downloaded a lot of data from the logger, it can take a while for the logging thread to get everything written away to disk, and Cumulus won&#039;t close until this has completed. However, in some circumstances, there seems to be a situation where Cumulus will never close, so you will need to close it with task manager. If you think you know what conditions cause this to happen, please let me know. &lt;br /&gt;
&lt;br /&gt;
== Cumulus isn&#039;t logging data at the interval that I set  ==&lt;br /&gt;
&lt;br /&gt;
It logs data at the interval you have configured, while it is running. If there is data to read from the station logger at start up, each logger entry is logged to the Cumulus log files, so those entries will be at the logger interval that you have configured in your station.&lt;br /&gt;
&lt;br /&gt;
== Cumulus takes a very long time to shut down ==&lt;br /&gt;
&lt;br /&gt;
You may have closed it very soon after starting it up, when it had a lot of data to download from the station logger, and you use Weather Underground. From version 1.9.1  there is a facility where it &#039;catches up&#039; with data that hasn&#039;t been uploaded to Weather Underground while it hasn&#039;t been running. This takes a little while, and if you close it while it is doing it, it will take a long time for all of the updates to time out. You need to give it sufficient time to finish the upload. From version 1.9.2, there is a &#039;catch up&#039; light which shows that the upload is taking place, and the &#039;catch up&#039; is optional&#039;; and it will abort much more quickly if you still close it while the catch up is taking place. &lt;br /&gt;
&lt;br /&gt;
== My temperature Min/Max/Avg graph is empty ==&lt;br /&gt;
&lt;br /&gt;
The most likely explanation is that you have only recently started running Cumulus (in the last day or two). It adds new values to this graph at the end of each day; it wouldn&#039;t make sense to add a value part of the way through the day, and you need a few points to be plotted before the graph starts to take shape. You need to wait until you have been running Cumulus for a few days.&lt;br /&gt;
&lt;br /&gt;
If you&#039;ve been running Cumulus for more than a few days, but the graph is still empty, the most likely explanation is that it was unable to read your dayfile.txt file. Look at the latest file in the &#039;diags&#039; folder (the files are plain text) for error messages mentioning dayfile.txt.&lt;br /&gt;
&lt;br /&gt;
== The longest dry/wet spell for this month/year includes days from last month/year ==&lt;br /&gt;
&lt;br /&gt;
This is intentional. I decided that it didn&#039;t make sense to arbitrarily chop off a dry/wet spell at the start of the month/year, as then the figure is meaningless. So the figures are to be interpreted as &amp;quot;the longest dry/wet spell which includes this month/year&amp;quot;. I note that other software takes the same approach.&lt;br /&gt;
&lt;br /&gt;
== Cumulus isn&#039;t performing periodic tasks, like data logging or web uploads ==&lt;br /&gt;
&lt;br /&gt;
Cumulus assumes a certain level of weather station functionality. It checks that it has received data from a number of sensors (e.g. pressure and outside temperature) before it starts periodic calculations, logging, uploading to the web, or drawing graphs. This is an attempt to make sure that bad data is not logged. If your weather station is not fully functional, you will not be able to use Cumulus fully. &lt;br /&gt;
&lt;br /&gt;
You can over-ride the start up check by adding a line to the [Station] section of [[Cumulus.ini#Section:_Station|cumulus.ini]], thus: &#039;&#039;NoSensorCheck=1&#039;&#039;&lt;br /&gt;
(You need to do this while Cumulus is stopped). Note that you are likely to get bad data logged if you do this.&lt;br /&gt;
&lt;br /&gt;
== I&#039;ve changed my Twitter password, and now Cumulus won&#039;t update Twitter ==&lt;br /&gt;
&lt;br /&gt;
You need to force Cumulus to re-authenticate with Twitter. Stop Cumulus and edit cumulus.ini. Find the [Twitter] section, and &#039;&#039;&#039;delete&#039;&#039;&#039; the lines which start&lt;br /&gt;
&lt;br /&gt;
OauthToken=&lt;br /&gt;
 &lt;br /&gt;
OauthTokenSecret=&lt;br /&gt;
&lt;br /&gt;
Start Cumulus and it should be able to update Twitter again.&lt;br /&gt;
&lt;br /&gt;
== When I start Cumulus, I get the error message &amp;quot;The station is not initialised&amp;quot; ==&lt;br /&gt;
&lt;br /&gt;
For Fine Offset stations, when Cumulus starts up, it checks the first two bytes of the station&#039;s memory. They are supposed to contain the values Hex 55 and Hex AA to indicate that the station has initialised itself correctly. If they do not, then presumably the station has had some kind of internal problem, so Cumulus doesn&#039;t try to read any data from it. A reset of the station normally fixes this - remove the batteries and the USB cable; but note that you will almost certainly lose any stored data in the logger.&lt;br /&gt;
&lt;br /&gt;
If you want to force Cumulus to ignore this check (not recommended), edit cumulus.ini and add a line to the [Station] section: &#039;&#039;EWdisablecheckinit=1&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
You will most likely not have any success with this, as your station memory is probably corrupted anyway.&lt;br /&gt;
&lt;br /&gt;
Note that for this setting to work, you need to be using version 1.9.3, build 1034 or later.&lt;br /&gt;
&lt;br /&gt;
== How do I correct today&#039;s or yesterday&#039;s highs and lows? ==&lt;br /&gt;
&lt;br /&gt;
Today&#039;s totals, highs and lows (and yesterday&#039;s rain total) are held in [[today.ini]] in the Cumulus data folder. Yesterday&#039;s totals (including RG11 rain but not standard rain), highs and lows are held in [[yesterday.ini]]. Follow the cross-references if you are unsure which parameter is what. To change any values, stop Cumulus and edit the file(s) in a text editor. Be sure to keep any date and time formats the same. If you are editing yesterday&#039;s highs and lows, you might also need to edit [[Dayfile.txt#Editing_daily_summary_in_Cumulus|dayfile.txt]], as the same values will probably have been written to that file. You can use the [[Cumulus_Screenshots#File.2FEdit.2FHelp_Menu|built-in dayfile editor]] in Cumulus to do this. If your all-time and/or monthly all-time records have been affected, see the [[#How_do_I_correct_my_all-time_.28or_monthly_all-time.29_records.3F|FAQ entry below]].&lt;br /&gt;
&lt;br /&gt;
If the value you want to change is today&#039;s high hourly rain figure, it is best to wait until the current figure has returned to a sensible value. There is no easy way to correct the current figure, so if you change it in today.ini while the current figure is incorrect, the high value in today.ini will immediately be changed again when you start Cumulus.  More information about correcting rain [[#My_station_invented_some_rain_that_didn.27t_really_occur.2C_and_I_want_to_set_it_to_zero_.28or_some_other_figure.29 |in this FAQ]].&lt;br /&gt;
&lt;br /&gt;
If the problem occurred because Cumulus wasn&#039;t able to download the data from the station&#039;s logger when you started it up in the morning (or perhaps you turned off the &#039;use data logger&#039; setting for some reason), you can get it to try again by &#039;rewinding&#039; to the time when you started Cumulus, and allowing it to try again. Cumulus takes a copy of the current files each time it starts up, and puts them in a folder in the backup folder in the Cumulus installation. Stop Cumulus, and find the backup folder with the appropriate timestamp, and copy all of the files from the backup folder into the Cumulus data folder, and start Cumulus up again.&lt;br /&gt;
&lt;br /&gt;
== How do I correct my all-time (or monthly all-time) records? ==&lt;br /&gt;
&lt;br /&gt;
Use the editor in Cumulus - on the Edit menu. If you know the correct figures, you can enter them manually.&lt;br /&gt;
*You can look at the [[Alltimelog.txt]] file to find the previous values for the [[Monthlyalltime.ini|all-time records]].&lt;br /&gt;
*Similar entries are logged to the [[diags]] files for the monthly highs and lows in [[month.ini]]. &lt;br /&gt;
*You can also get the editor to scan the [[dayfile.txt|daily summary log]] and [[Monthly_log_files]] to find the highs and lows from those files, click the Help button for details. Note that to use this facility you first need to correct any incorrect values in the files being scanned; you can use the built-in editor in Cumulus to edit dayfile.txt.&lt;br /&gt;
&lt;br /&gt;
Cumulus takes a backup of all the active data files when it starts up, and also at the start of the meteorological day (just after midnight for a lot of users). The backups are kept in folders within the backup sub-folder in the Cumulus installation. So an alternative method would be to find the latest backup from before the error occurred, and copy the &#039;&#039;alltime.txt&#039;&#039; and/or &#039;&#039;monthlyalltime.txt&#039;&#039; file from the backup to the Cumulus data folder. Do this with Cumulus stopped.&lt;br /&gt;
&lt;br /&gt;
There is more information in [[:Category:Log_Files]], on the page for each type of file.&lt;br /&gt;
&lt;br /&gt;
== It&#039;s January 1st and my &#039;rain since midnight&#039; and/or &#039;last 24 hours rain&#039; and/or Evapotranspiration are wrong/negative ==&lt;br /&gt;
&lt;br /&gt;
You are probably using a Davis station. Cumulus needs an incrementing rain counter to calculate all of the rain figures, and the nearest to that on a Davis station is the annual total. When this resets at the end of the year, this causes some of the rain data to show odd values for a day. You will notice this particularly if you use an 0900 start of meteorological day, as the &#039;rain since midnight&#039; figure is used for services such as Weather Underground. There&#039;s no easy solution to this, sorry.&lt;br /&gt;
&lt;br /&gt;
== Cumulus stops at the &amp;quot;Downloading data&amp;quot; screen ==&lt;br /&gt;
&lt;br /&gt;
If you have a Fine Offset station, this is probably caused by the station&#039;s interface locking up. You should be able to get it going again by doing a reset - remove batteries and the USB cable. Recent Fine Offset models have a problem where they can lock up frequently, requiring a reset. From version 1.9.3 of Cumulus onwards, there is an option to synchronise the reading of data with the console writing the data, to avoid doing both at the same time, and this seems to avoid most lockups. The setting is &amp;quot;Synchronise Fine Offset reads&amp;quot; on the station settings screen.&lt;br /&gt;
&lt;br /&gt;
If you look in the status bar at the bottom of the Cumulus window, there may a message &amp;quot;Error: no response&amp;quot;; this would confirm that the station has locked up and needs resetting.&lt;br /&gt;
&lt;br /&gt;
== Cumulus locks up when it starts and I have to use the task manager to kill it ==&lt;br /&gt;
&lt;br /&gt;
If you have a &#039;&#039;Fine Offset station&#039;&#039;, this is most likely caused by the station&#039;s interface locking up, i.e the station has stopped communicating with the PC.&lt;br /&gt;
&lt;br /&gt;
The problem where Cumulus locks up when the Fine Offset station doesn&#039;t respond is fixed in version 1.9.4. If you look in the status bar at the bottom of the Cumulus main window, there may be a message &amp;quot;Error: no response&amp;quot;; this would confirm that the station has locked up and needs resetting.&lt;br /&gt;
&lt;br /&gt;
You should be able to get the station going again by doing a reset - either remove console batteries and the USB cable or press the reset button hidden below the small hole (on 1081-based models, above the top RH corner of the battery cover). Recently manufactured Fine Offset models have a problem where they can lock up frequently, requiring a power reset. From version 1.9.3 of Cumulus onwards, there is an option on &#039;&#039;station settings screen&#039;&#039; to &#039;&#039;&#039;Synchronise Fine Offset Reads&#039;&#039;&#039; (Cumulus reading data from console) with the timing of received transmissions from sensors updating the data, to avoid doing both at the same time, and this seems to avoid most lockups.&lt;br /&gt;
&lt;br /&gt;
== Error messages with &amp;quot;Error on line...&amp;quot; or &amp;quot;Error at line...&amp;quot; ==&lt;br /&gt;
&lt;br /&gt;
These are corruptions in the log files, typically caused by Cumulus being unexpectedly closed (e.g. killed using Task Manager, or a PC reboot) while it is writing to the log files, but there can be other causes. The error message may say something like &amp;quot;List index out of bounds&amp;quot;. The error message will name the affected file(s) and the affected line number(s).&lt;br /&gt;
&lt;br /&gt;
Stop Cumulus and open the named file(s) in a &#039;Comma Separated Value&#039; or text editor. In Windows Notepad &#039;Go To&#039; in the &#039;Edit&#039; menu (CTRL + G) will (with word wrap off in &#039;Format&#039; menu) take you directly to the line number. It is easier with a good editor that shows line numbers such as notepad++. At the line number(s) mentioned correct the error(s), which will be obvious as the lines won&#039;t look like the other lines, they will be blank or have garbage characters, or perhaps two lines have been run together. Save the file(s) and start Cumulus again.&lt;br /&gt;
&lt;br /&gt;
== Cumulus gives an error and won&#039;t run on my HP computer ==&lt;br /&gt;
&lt;br /&gt;
It&#039;s a known problem with HP computers; they have missing fonts. One solution is to install [http://www.microsoft.com/en-us/download/details.aspx?DisplayLang=en&amp;amp;id=16083 this font update] from Microsoft. It appears that computers other than HP can have the same font issue, so it is worth installing the font update anyway, if you get a problem where Cumulus won&#039;t start.&lt;br /&gt;
&lt;br /&gt;
== The headings or data look wrong in the data log viewer ==&lt;br /&gt;
&lt;br /&gt;
You&#039;re probably trying to view the wrong type of file. Use [[Cumulus_Screenshots|menus]] on main screen.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;View | Data logs&amp;quot; is only for the monthly data logs, e.g. Oct13log.txt, &amp;quot;View | Extra data logs&amp;quot; is for &amp;quot;extra&amp;quot; data logs, e.g. ExtraLog201310.txt, and if you want to view the daily summaries in dayfile.txt, use the dayfile.txt editor - &amp;quot;Edit | dayfile.txt&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
== The wind rose in Cumulus does not display anything with my Fine Offset ==&lt;br /&gt;
&lt;br /&gt;
The Fine Offset weather stations are supposed to supply data for 16 wind directions, however the design is such that most of them only actually use 8 of the possible 16. Try setting the wind rose to only display 8 directions by setting the &#039;wind rose points&#039; value to 8 on the display settings screen.&lt;br /&gt;
&lt;br /&gt;
== I&#039;ve set the graph background to white, but there&#039;s a problem with the small wind direction graph ==&lt;br /&gt;
&lt;br /&gt;
This appears to be an issue with the third party chart component. The work around is to choose a gradient background and set all three colours in the gradient to white.&lt;br /&gt;
&lt;br /&gt;
== My Weather Underground tabular data interval is not the same as the interval I&#039;ve set in Cumulus (I&#039;m using Rapid Fire) ==&lt;br /&gt;
&lt;br /&gt;
If you have selected &#039;rapid fire&#039;, the data is uploaded every 5 seconds, and the interval you configure in Cumulus is not used. Weather Underground decide how often your tabular data is logged when using rapid fire, not Cumulus.&lt;br /&gt;
&lt;br /&gt;
== My WU or PWS highest and lowest do not match Cumulus ==&lt;br /&gt;
&lt;br /&gt;
Note that Cumulus does not send minimum and maximum values to PWS and WU, they determine those themselves from the individual values that Cumulus sends.&lt;br /&gt;
&lt;br /&gt;
== My monthly (month-by-month) all-time records don&#039;t have entries for all of the months that I have been using Cumulus ==&lt;br /&gt;
&lt;br /&gt;
You need to initialise them. See the release announcement for version 1.9.3, which is when this facility was introduced: http://sandaysoft.com/forum/viewtopic.php?f=2&amp;amp;t=9286&lt;br /&gt;
&lt;br /&gt;
You only need to do this once; when you have initialised them, Cumulus will keep them up to date thereafter.&lt;br /&gt;
&lt;br /&gt;
== I am getting I/O error 32 or I/O error 103 ==&lt;br /&gt;
&lt;br /&gt;
I/O error 32 = ERROR_SHARING_VIOLATION; &amp;amp;nbsp; I/O error 103 = ERROR_TOO_MANY_SEM_REQUESTS mean something on your system has one of the Cumulus files open, preventing Cumulus writing to it (Cumulus needs exclusive access).  If you are seeing &amp;quot;file access denied&amp;quot;, you may have a permissions problem.&lt;br /&gt;
Possible reasons for locked files:&lt;br /&gt;
# Anti-virus, or back-up, software scanning/accessing the file (this is the cause in almost all cases that I&#039;ve seen).&lt;br /&gt;
# An edit or file transfer in progress (the Cumulus thread for logging and the Cumulus thread for FTP are independent so can overlap). This is likely to happen if you are getting Cumulus to frequently upload the log file to your web site.&lt;br /&gt;
# Some other software that a user is running which is processing the file in some way.&lt;br /&gt;
# More than one instance of Cumulus running (see [[#Can_I_run_2_copies_of_Cumulus.3F]]).&lt;br /&gt;
# An issue with the system clock on the PC.&lt;br /&gt;
&lt;br /&gt;
= Website =&lt;br /&gt;
&lt;br /&gt;
== How do I set up a website? ==&lt;br /&gt;
The crucial settings are selected on the &#039;&#039;Internet&#039;&#039; screen in the &#039;&#039;&#039;Configuration&#039;&#039;&#039; menu. &lt;br /&gt;
*On the &#039;&#039;Sites/Options&#039;&#039; tab, you must have &#039;&#039;&#039;Auto Update&#039;&#039;&#039; selected if you want Cumulus to generate web pages at the standard interval.  Other parameters will depend on your particular set-up, but are explained in the Cumulus &#039;&#039;&#039;Help&#039;&#039;&#039; and in Wiki pages starting with [[Website_setup]] and following links as required. &lt;br /&gt;
*On the &#039;&#039;Files&#039;&#039; tab, you select whether to use the standard Cumulus templates and images, or specify your own templates and destinations.&lt;br /&gt;
&lt;br /&gt;
== I’ve configured my ftp details but the web pages aren’t appearing on my site  ==&lt;br /&gt;
&lt;br /&gt;
Try setting ‘use active FTP mode’. If you already have it set, try unsetting it. If it was previously working OK, something may have changed on your network, or at the server end.&lt;br /&gt;
&lt;br /&gt;
== I’ve tried active FTP mode, but my web pages (or my realtime.txt file) still don’t appear?  ==&lt;br /&gt;
&lt;br /&gt;
Are you absolutely sure you have set the ftp path correctly? Most problems like this are a result of an incorrect path. Note that the information in the &#039;FTP progress&#039; window is not generally useful for diagnosing upload issues&#039; try turning on the ftp logging (on the Configuration menu) and look in the ftplog.txt and realtimeftplog.txt files (in the Cumulus folder). It is best to supply a relative path - i.e. with no leading &#039;slash&#039;. Please don&#039;t ask me what path you need to supply, it is impossible for me to guess how your web space is set up. If you cannot work it out, ask your web space provider for help.&lt;br /&gt;
&lt;br /&gt;
== How do I replace the &#039;bird&#039; image on my website? ==&lt;br /&gt;
&lt;br /&gt;
There are several ways to change the image of the &#039;bird&#039; on the standard Cumulus web page.  You will need a [[FTP tool]].&lt;br /&gt;
* The simplest way is to upload a new picture to the images folder of your website; the file should be called picture.jpg.   Please ensure the image is not too large and bear in mind it will appear on the bottom left of the page; the site data may cover some of the image.  As a guide, the default image is 600 x 450 pixels.&lt;br /&gt;
* Secondly, you may upload an image using your own file name.  Edit the &#039;&#039;weatherstyle.css&#039;&#039; file and look for the line &amp;lt;tt&amp;gt;background-image: url(images/picture.jpg);&amp;lt;/tt&amp;gt; around line 9 and adjust as necessary.  Upload the edited css file to your website.&lt;br /&gt;
* if you wish to remove the image completely edit the &#039;&#039;weatherstyle.css&#039;&#039; file and remove the line &amp;lt;tt&amp;gt;background-image: url(images/picture.jpg);&amp;lt;/tt&amp;gt;  Upload the edited css file to to your website.&lt;br /&gt;
&lt;br /&gt;
NOTE: It is not recommended that you overwrite the image in your local folder (webfiles\images\picture.jpg) because that gets overwritten when you update to a new build of Cumulus. Ideally your image will be in its own local folder outside the Cumulus structure.&lt;br /&gt;
&lt;br /&gt;
== Why does the heading say &#039;weather weather&#039; ? ==&lt;br /&gt;
&lt;br /&gt;
The standard first template page contains &#039;&#039;&#039;&amp;amp;lt;h1&amp;amp;gt;&amp;amp;lt;#location&amp;amp;gt; weather&amp;amp;lt;/h1&amp;amp;gt;&#039;&#039;&#039;, so do not include &#039;weather&#039; in your station name (this is what the tag &amp;amp;lt;#location&amp;amp;gt; represents, see next answer) to avoid it being duplicated.&lt;br /&gt;
&lt;br /&gt;
== How do I change the &amp;quot;Welcome to.&amp;quot; on the front page ==&lt;br /&gt;
&lt;br /&gt;
The Welcome message is controlled within Cumulus.  Click on the &#039;&#039;Station&#039;&#039; screen in &#039;&#039;&#039;Configuration&#039;&#039;&#039; menu and Edit the &#039;&#039;&#039;Description&#039;&#039;&#039; field within the Location frame to amend what the tag &amp;lt;#longlocation&amp;gt; represents in &amp;quot;Welcome to &amp;amp;lt;#longlocation&amp;amp;gt;.&amp;quot; on template page.&lt;br /&gt;
&lt;br /&gt;
== I don&#039;t have a solar sensor. How do I remove the solar data from the supplied web templates? ==&lt;br /&gt;
Locate the Cumulus &#039;web&#039; folder on your PC and edit the following files (there are comments in the html to guide you):&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;indexT.htm&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Remove the following code:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
  &amp;lt;!-- Solar data. If you don&#039;t have a solar sensor, you may wish to delete everything from here to the next comment --&amp;gt;&lt;br /&gt;
  &amp;lt;tr class=&amp;quot;td_temperature_data&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;Solar Radiation&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;&amp;lt;#SolarRad&amp;gt;&amp;amp;nbsp;W/m&amp;amp;sup2;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;Evapotranspiration Today&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;&amp;lt;#ET&amp;gt;&amp;amp;nbsp;&amp;lt;#rainunit&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;/tr&amp;gt;&lt;br /&gt;
  &amp;lt;!-- End of solar data --&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;todayT.htm&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
Remove the following code:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
    &amp;lt;!-- Solar data. If you don&#039;t have a solar sensor, you may wish to delete everything from here to the next comment --&amp;gt;&lt;br /&gt;
    &amp;lt;tr class=&amp;quot;td_temperature_data&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;td&amp;gt;Hours&amp;amp;nbsp;of&amp;amp;nbsp;Sunshine&amp;lt;/td&amp;gt;&lt;br /&gt;
      &amp;lt;td&amp;gt;&amp;lt;#SunshineHours&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
      &amp;lt;td&amp;gt;&amp;amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;!-- End of solar data --&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;yesterdayT.htm&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Remove the following code:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
    &amp;lt;!-- Solar data. If you don&#039;t have a solar sensor, you may wish to delete everything from here to the next comment --&amp;gt;&lt;br /&gt;
    &amp;lt;tr class=&amp;quot;td_temperature_data&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;td&amp;gt;Hours&amp;amp;nbsp;of&amp;amp;nbsp;Sunshine&amp;lt;/td&amp;gt;&lt;br /&gt;
      &amp;lt;td&amp;gt;&amp;lt;#YSunshineHours&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
      &amp;lt;td&amp;gt;&amp;amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;!-- End of solar data --&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== How do I remove Inside Temperature graph or add solar/UV/sunshine? ==&lt;br /&gt;
&lt;br /&gt;
Locate the Cumulus &#039;web&#039; folder on your PC and edit the following file:&lt;br /&gt;
&#039;&#039;&#039;trendsT.htm&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Modify the following code:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
    &amp;lt;td class=&amp;quot;td_thumbnails&amp;quot;&amp;gt;&amp;lt;a onclick=&#039;changeImage(&amp;quot;images/intemp.png&amp;quot;)&#039;&amp;gt;&amp;lt;img src=&amp;quot;images/intempsm.png&amp;quot; alt=&amp;quot;Inside Temperature Graph Thumbnail&amp;quot; width=&amp;quot;150&amp;quot; height=&amp;quot;100&amp;quot; style=&amp;quot;border:0&amp;quot; /&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
*To simply remove &#039;&#039;&#039;Inside Temperature&#039;&#039;&#039; graph, change code above to this&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
*If you want to stop Cumulus uploading the indoor temperature graph, you can un-tick &#039;Include standard images&#039; on the &#039;files&#039; tab of the internet settings, and list all of the images that you still want to be uploaded as extra files. As there will likely be more than 10 files, you would need to do this by editing Cumulus.ini.&lt;br /&gt;
*To show solar instead, replace &#039;intemp.png&#039; with &#039;solar.png&#039;, replace &#039;intempsm.png&#039; with &#039;solarsm.png&#039;, and change the wording of the value associated with the alt property.&lt;br /&gt;
*To make Cumulus upload the solar graph, select it on the &#039;files&#039; tab of the internet settings.&lt;br /&gt;
*To show sunshine instead, replace &#039;intemp.png&#039; with &#039;sunshine.png&#039;, replace &#039;intempsm.png&#039; with &#039;sunshinesm.png&#039;, and change the wording of the value associated with the alt property.&lt;br /&gt;
*To make Cumulus upload the sunshine graph, select it on the &#039;files&#039; tab of the internet settings.&lt;br /&gt;
*To show UV instead, replace &#039;intemp.png&#039; with &#039;uv.png&#039;, replace &#039;intempsm.png&#039; with &#039;uvsm.png&#039;, and change the wording of the value associated with the alt property.&lt;br /&gt;
*To make Cumulus upload the UV graph, select it on the &#039;files&#039; tab of the internet settings.&lt;br /&gt;
&lt;br /&gt;
If you want to do more than a straight one for one swap see [[Customised_templates#Slightly_less_simple_customisation_of_trendsT.htm| customisation page here]].&lt;br /&gt;
&lt;br /&gt;
== How do I include extra items on supplied web templates? ==&lt;br /&gt;
&lt;br /&gt;
Open the folder cumulus\web and edit the relevant file named xxxxxT.htm.  For example instead of deleting the sections in the [[#I don&#039;t have a solar sensor. How do I remove the solar data from the supplied web templates?|remove solar answer]], edit their contents.&lt;br /&gt;
See [[Customised_templates#Changing_the_Standard_Templates]] for fuller description.&lt;br /&gt;
&lt;br /&gt;
If you do change the standard templates, take a copy of your new versions, and store elsewhere.&lt;br /&gt;
The sub-folder cumulus\web\originals has copies of the standard templates from the installed build, do not edit these.&lt;br /&gt;
When you install a new build of Cumulus, you have an option to replace or not replace the contents of cumulus\web with the new build&#039;s standard templates.&lt;br /&gt;
&lt;br /&gt;
== How do I upload extra web pages? ==&lt;br /&gt;
&lt;br /&gt;
See Cumulus help for the Internet Settings screen, or for a step-by-step guide see [[Customised_templates#What_to_select_on_the_.27Files.27_tab_of_the_Internet_Settings_screen_within_the_.27Configuration.27_menu]]&lt;br /&gt;
&lt;br /&gt;
== What character encoding does Cumulus use for the web pages it generates? ==&lt;br /&gt;
&lt;br /&gt;
Cumulus 1.9.4 build 1093 changed all the template pages from XHTML 1.0 Transitional using charset=iso-8859-1 encoding to HTML 5 using charset=&amp;quot;UTF-8&amp;quot; encoding. It uses this without [http://en.wikipedia.org/wiki/Byte_order_mark Byte Order Mark] (BOM).&lt;br /&gt;
&lt;br /&gt;
From that build, you can tell Cumulus which of those two encodings to use:&lt;br /&gt;
*For standard template names in standard &#039;cumulus\web&#039; folder, if you replace them with customised templates not using [http://en.wikipedia.org/wiki/UTF-8 &amp;quot;Universal Character Set Transformation Format — 8-bit&amp;quot; (UTF-8)], &lt;br /&gt;
**unselect &#039;&#039;&#039;UTF-8 encode&#039;&#039;&#039; in the web settings frame on the Sites/Options tab of Internet settings screen in Configuration menu. &lt;br /&gt;
**Cumulus will then, as in earlier builds, use [http://en.wikipedia.org/wiki/ISO-8859-1 iso-8859-1] encoding.&lt;br /&gt;
*For extra templates, the Files tab of the Internet settings screen in Configuration menu has the option to choose which of the two Cumulus encodings to use.  See Wiki article referenced in previous answer.&lt;br /&gt;
&lt;br /&gt;
Note that since Cumulus 1.9.4 build 1078 there has been an option on the NOAA Setup screen in Configuration menu to specify whether character set utf-8 encoding is to be used for those reports.&lt;br /&gt;
&lt;br /&gt;
== Why does a standard gauges web page have text where it should show gauges? ==&lt;br /&gt;
&lt;br /&gt;
[[File:Gauges missing.jpg]] If a standard Cumulus &#039;gauges.htm&#039; web page displays like this then either&lt;br /&gt;
&lt;br /&gt;
1) (Most Likely) The weather station owner has not loaded the required files/folders onto his/her server; &lt;br /&gt;
* The gauges graphics require the &#039;images&#039; subfolder (see next answer), containing the script and many images to be pre-loaded in the &#039;dbimages&#039; subfolder.&lt;br /&gt;
* All these should exist within the destination folder that holds the HTML files as instructed in the Cumulus Help (&#039;setting up your website&#039; page)  &lt;br /&gt;
* Also explained in [[Simple Website setup]] on this Wiki.&lt;br /&gt;
&lt;br /&gt;
or 2) JavaScript is not enabled (or not available) in the browser being used to view the page (if not enabled, this can be switched on in either &#039;Options&#039;, &#039;Preferences&#039; or &#039;Settings&#039; depending on browser). Note that Firefox version 23 has removed the ability to change this in Option preferences, so ignore this solution in that browser.&lt;br /&gt;
&lt;br /&gt;
or 3)  You are using a browser add-on such as &#039;NoScript&#039; (over 2 million use this) which requires you to explicitly turn on JavaScript for each web site you visit within the &#039;NoScript&#039; options.  (This sort of add-on may be used to restrict advertising or tracking of your actions, or for security against unwanted processes being started by sites you visit).&lt;br /&gt;
&lt;br /&gt;
== Why are there no graphs on my standard trends web page? ==&lt;br /&gt;
&lt;br /&gt;
Either 1) You have not created an images sub-folder (within your folder that holds web pages) as instructed in the Cumulus Help (&#039;setting up your website&#039; page) -  also explained in [[Simple Website setup]].  In this case, the bird image will not be appearing in the bottom left corner of your web pages.&lt;br /&gt;
&lt;br /&gt;
Or 2) You have switched off &#039;&#039;&#039;Include Standard Images&#039;&#039;&#039; on the file tab of the Internet dialogue of the configuration menu.  In this case Cumulus believes you are working in a non-standard way, and does not automatically upload the graphs (nor moon image).&lt;br /&gt;
&lt;br /&gt;
== What is the size of the standard Cumulus update? ==&lt;br /&gt;
&lt;br /&gt;
The default is that all of the standard pages and standard images are uploaded on each update at whatever standard update frequency you select. &lt;br /&gt;
&lt;br /&gt;
In total for version 1.9.2, it&#039;s about half a megabyte - about 100kB for the pages (about half of that is the gauges.htm page with all the detailed wind plotting points, and half the other pages) and 400kB for the variable images (moon phase, some gauges images and trend graphs - the exact size of latter can vary if you change the period they cover).&lt;br /&gt;
&lt;br /&gt;
Version 1.9.3 adds the monthly records page which contains 12 months worth of a lot of data, and adds 25kB to every update (although usually very little changes between updates).&lt;br /&gt;
&lt;br /&gt;
The NOAA monthly and annual pages are uploaded once a day, that is another 8kB for a full month and full year, obviously less at the start of a month/year.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Optional extras&#039;&#039;&#039;&lt;br /&gt;
*[[realtime.txt]] file, this is less than 1kB (1024 Bytes) in size.&lt;br /&gt;
*[[dayfile.txt]] a file that is about (30 times number of years) kB&lt;br /&gt;
*The files required to update external sites are no more than a few kB.&lt;br /&gt;
&lt;br /&gt;
== How do I upload my own pages or files once a day? ==&lt;br /&gt;
&lt;br /&gt;
Cumulus allows you to specify a command (with optional parameters) that will be actioned just after daily rollover. The command is entered in the &#039;&#039;External programs&#039;&#039; frame at the bottom left of the Internet Settings screen.  The box is labelled &#039;&#039;&#039;Daily&#039;&#039;&#039;. Click the Cumulus &#039;&#039;Help&#039;&#039; button for guidance.  For example you could type &#039;c:\cumulus\daily.cmd&#039; in the box labelled &#039;&#039;Daily&#039;&#039;. &lt;br /&gt;
&lt;br /&gt;
This could be used to upload the pages with the longer term extremes (as your monthly, annual and all-time extremes may only change a few times a month or even less frequently) and so reduce the upload burden at the standard uploading frequency.  To achieve this you would use the content of that example file &#039;daily.cmd&#039;, in the default Cumulus folder,   to call your own [[FTP_tools| file transfer tool]] for those infrequently changing pages. Remember to also unselect &#039;&#039;&#039;Include Standard Files&#039;&#039;&#039; on the&#039;&#039; &#039;Files&#039; tab&#039;&#039; of &#039;Internet settings&#039;, and list [[Customised_templates#How_Cumulus_uses_its_templates|the templates]] on that tab, selecting &#039;&#039;&#039;Process?&#039;&#039;&#039; for all of them, but only selecting &#039;&#039;&#039;FTP?&#039;&#039;&#039; for the other frequently changing pages that are still to be uploaded at the standard interval. You may find help on the forum  or elsewhere on this wiki [[SFTP| for the FTP call]] and [[Customised_templates#Creating_Your_Own_Templates| for &#039;Files&#039; tab settings]].&lt;br /&gt;
&lt;br /&gt;
It can also be used for the optional files mentioned in the previous answer or to update a database using a [[ImportCumulusFile|PHP batch job]].  For the daily command specified above, in the default Cumulus folder, add a file &#039;daily.cmd&#039; that contains (if you host your own server using &#039;XAMPP&#039;), &#039;copy c:\cumulus\data\dayfile.txt C:\xampp\htdocs\weather\daj\&#039; for example to enable you to use the [[AnnualDataSummary| Annual Day-by-day Summary]] tool. (Uploading if you do not host your own server is described at [[Upload_Dayfile| upload dayfile]] but basically you swap the copy command for a FTP command).&lt;br /&gt;
&lt;br /&gt;
== The &#039;real time wind data&#039; gauges on the standard gauges page aren&#039;t working ==&lt;br /&gt;
&lt;br /&gt;
These require a [[realtime.txt]] file to be uploaded by Cumulus. Tick the &amp;quot;Enable Realtime&amp;quot;, &amp;quot;Enable Realtime FTP&amp;quot; and &amp;quot;Enable realtime.txt FTP&amp;quot; boxes on the internet settings screen. If the gauges still do not work, check that the [[realtime.txt]] file is being uploaded to the correct place. If it is not, it is likely that you have specified an incorrect &#039;ftp directory&#039; in Cumulus. If your &#039;normal&#039; pages are being uploaded correctly, but realtime.txt is not, then it is likely that you simply need to leave the ftp directory blank (but see the note below first).&lt;br /&gt;
&lt;br /&gt;
A possible cause for this problem is that your web space provider does not allow .txt files to be accessed. For example, the free hosting provider 000webhost.com do not.&lt;br /&gt;
&lt;br /&gt;
== I&#039;m using the supplied web pages, and get lower case in places where I want upper case  ==&lt;br /&gt;
&lt;br /&gt;
It&#039;s in the CSS. Go to the webfiles sub-folder of your cumulus installation, edit weatherstyle.css and find lines like: &amp;quot;text-transform: lowercase;&amp;quot; and remove them. Use FTP tool to replace the weatherstyle.css on your website.&lt;br /&gt;
&lt;br /&gt;
== My web pages have things like &amp;amp;lt;#location&amp;amp;gt; in them  ==&lt;br /&gt;
You’ve edited your templates with something like Dreamweaver, and it’s changed the angle brackets on the [[Webtags]] to &amp;quot;&amp;amp;amp;lt&amp;amp;nbsp;;&amp;quot; and &amp;quot;&amp;amp;amp;gt&amp;amp;nbsp;;&amp;quot; - you need to change them back to &amp;amp;lt; and &amp;amp;gt;. &#039;&#039;These may look the same when viewed in your browser, but you can see the difference if you &#039;view source&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
Alternatively, if the web templates are listed in [[cumulus.ini]] (and for the first 10 appear on the &#039;&#039;&#039;files&#039;&#039;&#039; tab of &#039;&#039;Internet&#039;&#039; dialogue of &#039;&#039;&#039;Configuration&#039;&#039;&#039; menu), the &#039;&#039;&#039;Process&#039;&#039;&#039; option must be ticked for the web pages generated by Cumulus to have values replacing the [[Webtags]].  Otherwise at each web update, Cumulus will generate web pages the same as the templates.&lt;br /&gt;
&lt;br /&gt;
== My web pages are empty ==&lt;br /&gt;
If empty web pages are being uploaded to your web site (i.e. they report size of 0 kB, but do not produce &#039;error 404 - page not found&#039; message), and your browser shows that their modification date is recent (see next FAQ), then it is likely that the [[Customised_templates#What_is_meant_by_.27Cumulus_processes_templates.27| Cumulus processing]] of templates is failing:&lt;br /&gt;
*Either (since build 1093, as made clear in the release notes)[[File:Web settings.JPG]] the character encoding (for standard named templates that are [[Customised_templates#What_is_meant_by_.27Cumulus_processes_templates.27| processed by Cumulus]]) is specified incorrectly on the &#039;&#039;&#039;Configuration&#039;&#039;&#039;  menu, &#039;&#039;Internet&#039;&#039; dialog, &#039;&#039;&#039;Sites/Options&#039;&#039;&#039; tab, &#039;&#039;Web Settings&#039;&#039; frame as shown about half way down on this screen extract:&lt;br /&gt;
**Select the option where indicated by red arrow if your template includes in a line near the start &amp;lt;code&amp;gt;&amp;lt;meta charset=&amp;quot;UTF-8&amp;quot;&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
**Deselect the option where indicated by red arrow if your template includes something like &amp;lt;code&amp;gt;&amp;lt;meta content=&amp;quot;text/html; charset=iso-8859-1&amp;quot; http-equiv=&amp;quot;Content-Type&amp;quot; /&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
**For customised pages, (without standard Cumulus template names), select/un-select the UTF-8 encoding in the appropriate column on the &#039;&#039;&#039;Configuration&#039;&#039;&#039;  menu, &#039;&#039;Internet&#039;&#039; dialog, &#039;&#039;&#039;Files&#039;&#039;&#039; tab screen where you list the local and remote names.&lt;br /&gt;
*Or you have edited/customised the template and added an incorrectly specified Cumulus [[webtag]] that has caused [[Customised_templates#What_is_meant_by_.27Cumulus_processes_templates.27| Cumulus processing]] to abort for that template.  If you stop cumulus you can use a text editor to open the latest [[Diags|diagnostic file]]. Look at entries time-stamped just before the hour and repeated at your auto-update &#039;&#039;interval&#039;&#039; (just below red arrow in screen image above). You might find a message like &amp;quot;Error processing C:\web\indexT&amp;quot; (i.e. mentioning whichever template is at fault) followed by a brief hint as to the nature of the error.&lt;br /&gt;
&lt;br /&gt;
== My web pages have obsolete web tag values in them  ==&lt;br /&gt;
If the information showing on your web pages is out of date, then it must have been working before, so you have made a change somewhere.&lt;br /&gt;
*Most browsers will display &#039;page information&#039; that tells you when the page was last modified (by querying the web server).&lt;br /&gt;
**if the page on your web server was recently modified, &lt;br /&gt;
***then the next item to investigate is the template file; a template file contains Cumulus web tags and the [[Customised_templates#What_is_meant_by_.27Cumulus_processes_templates.27|&#039;process&#039;]] that Cumulus does to create a web page involves reading text from a template and when it finds a web tag it inserts the latest value in as it creates the page. A [[FAQ#What_file-names_does_Cumulus_use_when_processing_and_uploading_files_to_my_web_site.3F|local file]] is then created and Cumulus will FTP (or copy) this to the web server according to the settings. If the template file cannot be processed, Cumulus may still upload an existing old local file.&lt;br /&gt;
**if the page was not recently modified, &lt;br /&gt;
***maybe you are not running Cumulus, so it is not updating.  &lt;br /&gt;
***maybe your file transfer is not working, turn ftp logging on for technical output, and look for any filenames and any &#039;successfully transferred&#039; messages.&lt;br /&gt;
***maybe your &#039;internet settings&#039; screen has accidentally been changed, see Cumulus help for simple instructions.  If you took a backup of [[cumulus.ini]] you can stop Cumulus, rename the current file and copy your cumulus.ini backup back into the &#039;cumulus&#039; directory containing the Cumulus program.&lt;br /&gt;
***maybe your web server provider has changed something.&lt;br /&gt;
&lt;br /&gt;
== Running a web server on the same PC as Cumulus ==&lt;br /&gt;
If you do not have a web site, or run a web server locally (same PC, or on your local network), you can get Cumulus to generate/copy html or image files locally instead of using FTP to place them remotely. You&#039;ll need to list the (source) file including paths on the files tab of the internet settings, and specify a destination path and file name for the remote file in each case. Don&#039;t tick the &#039;&#039;FTP?&#039;&#039; box for standard cumulus pages (the exception is for a local web server and any non-standard web page that attempts to read using a script a local file such as dayfile.txt as this does need FTP to generate the server-based web page). For the standard images, you can supply a folder name (specify on the same screen), and they will all get copied there. Set everything else up as if you were using ftp, but don&#039;t supply a host name etc (except for exception already mentioned). See [[Customised_templates#What_to_select_on_the_.27Files.27_tab_of_the_Internet_Settings_screen_within_the_.27Configuration.27_menu|here]] for greater detail.&lt;br /&gt;
&lt;br /&gt;
There&#039;s a limit of 10 files on the files tab, but you can increase this to 20 files in version 1.9.2 (in version 1.9.3 it is 100 files) by editing cumulus.ini, with Cumulus stopped. Follow the format of the entries for first 10 files.&lt;br /&gt;
&lt;br /&gt;
== Error Codes generated by FTP or Winsock ==&lt;br /&gt;
You should be able to look these up on the web.  [http://kb.globalscape.com/KnowledgebaseArticle10142.aspx Try Here]&lt;br /&gt;
&lt;br /&gt;
== How do I configure Cumulus for Secure FTP (SFTP/FTPS)? ==&lt;br /&gt;
Cumulus doesn&#039;t support Secure FTP. You can configure Cumulus to invoke an external program like WinSCP, as described here: [[SFTP | SFTP article]]&lt;br /&gt;
&lt;br /&gt;
== Directory related problems in FTP ==&lt;br /&gt;
The following pointers should help:&lt;br /&gt;
* All universal resource locator (url) references are case sensitive.  So if your FTP server directory is &#039;&#039;public_html&#039;&#039;, then &#039;Public_HTML&#039; will not work!&lt;br /&gt;
* On the &#039;&#039;Internet settings&#039;&#039; screen in &#039;&#039;&#039;Sites/Options&#039;&#039;&#039; the optional Directory parameter required is the path from  your FTP root, to where the web pages are to be stored. Click the &#039;&#039;&#039;Help&#039;&#039;&#039; button for full explanation, or search the support forum as many people have found this is the hardest parameter to get right.&lt;br /&gt;
* The standard pages are uploaded after a &#039;change directory&#039; attempting to select the directory you specified in &#039;&#039;&#039;Sites/Options&#039;&#039;&#039;; if this fails, the files will still be uploaded but to the FTP server root. So some mistakes do not matter because if no change of directory was actually required, these pages will be uploaded correctly.&lt;br /&gt;
* Any files you specify for uploading at standard update frequency are uploaded between standard pages (if &#039;Include Standard Files&#039; selected) and standard images (if &#039;Include Standard Images&#039; selected), and in &#039;remote filenames&#039; you specify the path including any web site directory, so there is no call to &#039;change directory&#039;. In this case, if that web site directory is invalid, the upload fails.&lt;br /&gt;
* The standard images for gauges and trends pages are uploaded after the standard pages, (and any pages you specify for uploading,) by performing a second &#039;change directory&#039; this time fixed at &#039;images&#039;; if this fails, the files will still be uploaded to the current web site directory (FTP root or the directory you specified in &#039;&#039;&#039;Sites/Options&#039;&#039;&#039;).&lt;br /&gt;
* If you have enabled &#039;&#039;Realtime&#039;&#039;, the realtime.txt file is uploaded without doing a change directory, by appending &amp;quot;/realtime.txt&amp;quot; to the directory on the &#039;&#039;Internet settings&#039;&#039; screen in &#039;&#039;&#039;Sites/Options&#039;&#039;&#039;. In this case, if the web site directory is invalid, the upload fails.&lt;br /&gt;
* On the &#039;&#039;NOAA Setup&#039;&#039; screen the optional Directory parameter required is the full path from your FTP root, to where the NOAA report pages are to be stored. (It is totally independent of the directory on the &#039;&#039;Internet settings&#039;&#039; screen in &#039;&#039;&#039;Sites/Options&#039;&#039;&#039;).  Click the &#039;&#039;&#039;Help&#039;&#039;&#039; button for full explanation. Like realtime.txt, the upload is by appending the filename for the report to the NOAA directory and will fail if that directory is specified wrongly.&lt;br /&gt;
&lt;br /&gt;
See &#039;&#039;&#039;Setting up your website&#039;&#039;&#039; in Cumulus help for a simple guide to the subfolder structure you need to create and the list of files that need to be uploaded manually when first installing a website. Or see [[Website_setup]] for all the options including customised pages.&lt;br /&gt;
&lt;br /&gt;
== My standard web pages are uploading but the uploading fails for images, realtime and/or NOAA reports ==&lt;br /&gt;
See previous answer, you have probably got your web pages in the default FTP directory of your web site, but specified the wrong directory on the settings screen.  Turn on the &#039;&#039;FTP logging&#039;&#039; in the configuration menu to see the technical detail.  You should have an FTP tool that you used to upload the &#039;static&#039; files required on your web site, and that will help you to see what is your site&#039;s root directory for file transfer uploads, and therefore any relative directory change you require.&lt;br /&gt;
&lt;br /&gt;
== What file-names does Cumulus use when processing and uploading files to my web site? ==&lt;br /&gt;
[[File:Cumulus_FTP_Process.png|150px|thumb|FTP Process]]Cumulus use two slightly different processes depending on if the file is part of the supplied &#039;standard&#039; web site, or an extra file you have specified on the &#039;&#039;Internet Settings|Files&#039;&#039; configuration dialog. For each of these processes there is an further variation depending on whether you have enabled the &#039;&#039;Use FTP rename&#039;&#039; option. This graphic shows the various combinations of file-names used for each step of the process. For the standard files, you can substitute any of the file names for indexT.htm, e.g. trendsT.htm&lt;br /&gt;
&lt;br /&gt;
For more details of Cumulus &#039;&#039;Process&#039;&#039; see [[Customised_templates#What_is_meant_by_.27Cumulus_processes_templates.27| here]].&lt;br /&gt;
&lt;br /&gt;
=Selecting a Weather Station sensor site=&lt;br /&gt;
A simple guide is at [http://weatherfaqs.org.uk/node/124 uk.sci.weather newsgroup], note this advises against roof mounting.&lt;br /&gt;
An attempt to compare the conflicting siting standards that apply across the world is included in a portable document format guide from [ftp://ftp.campbellsci.com/pub/outgoing/apnotes/siting.pdf Campbell Scientific].&lt;br /&gt;
For more advice see the website of your local Meteorological Bureau,  an educational place (e.g. in USA see [http://newa.nysaes.cornell.edu/public/NEWAStationSitingGuidelines.htm Cornell University]), the [http://library.wmo.int/opac/index.php?lvl=notice_display&amp;amp;id=12407 World Meterological Organisation] (WMO), or a specialist organisation (e.g. in UK see [http://www.rmets.org/weather-and-climate/observing/guidelines-observing-0 Royal Meteorological Society] rather than the Met Office web site).&lt;br /&gt;
&lt;br /&gt;
Modern Stevenson Screens are uPVC constructed with a black interior (so they do not radiate heat onto the sensors) and a white exterior (so they reflect as much radiation as possible).  There is a lot of discussion on the [http://sandaysoft.com/forum/viewforum.php?f=16 Homebuilt forum] about different approaches to improving measurements, and the problems with out of the box instrumentation from the different manufacturers. &lt;br /&gt;
&lt;br /&gt;
If you are contributing to an external site like APRS/CWOP, Weather Underground, PWS weather, Weatherbug and/or WOW, see guidance from these organisations re instrument placement.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note:&#039;&#039;&#039; Some stations have all sensors in one unit, positioning of these is a compromise between the ideals below for each sensor.&lt;br /&gt;
&lt;br /&gt;
== Where should I position the wind sensors ==&lt;br /&gt;
The side labelled &#039;North&#039; on the wind vane mount should face &#039;&#039;True North&#039;&#039;, remember that the magnetic north deviation from true north varies from year to year, see details on maps or online. Most wind vanes have a large surface that follows the wind and a thin end that points where the wind comes from, it is the latter direction that is reported.&lt;br /&gt;
&lt;br /&gt;
In the UK, the standard climatological measuring height is 10 metres.  Advice varies on whether you should apply a correction factor for any lower height. Cumulus allows you to apply such a factor to either just wind speed, or wind speed and gust speed, by using the Calibration screen within the configuation menu.  In the Cumulus Help it recommends that you also adjust wind chill - in practice this means ask Cumulus to &#039;&#039;calculate wind chill&#039;&#039; by selecting this in the settings frame on the &#039;&#039;&#039;station settings screen accessed from configuration menu&#039;&#039;&#039; (i.e. ignore any wind chill output by your weather station).&lt;br /&gt;
&lt;br /&gt;
If you are mounting near a building of height &#039;h&#039; above ground level, ideally the wind sensor should be at a height of &#039;1.5 times h&#039; above ground level. &lt;br /&gt;
If you are positioning away from a building or tree (or other object) of height &#039;h&#039; (or the mean height of several objects is &#039;h&#039;), then the distance away depends on which standard you are trying to meet, and can vary between 1.5 and 3 times &#039;h&#039;.&lt;br /&gt;
&lt;br /&gt;
== Where should I position the rain sensor  ==&lt;br /&gt;
The WMO says the rain gauge should at a distance away of 2 times the height of each nearby object (buildings, trees, walls, solid fences etc.) and just high enough off ground level to avoid possibility of splashing. You can experiment, but for amateurs, no more than a metre off the ground (or roof if mounted above it) and at least a metre from any chimney, wall or solid fence whose height exceeds that of the sensor seems good enough for most gauges. &lt;br /&gt;
See [[Rain measurement]] or your local offical organisation.&lt;br /&gt;
&lt;br /&gt;
== How do I protect my rain gauge against spiders or other natural problems ==&lt;br /&gt;
There is a lot of discussion on the [http://sandaysoft.com/forum/viewforum.php?f=16 Homebuilt forum]. In terms of siting, it is important to position your rain gauge where you can safely get to it.&lt;br /&gt;
&lt;br /&gt;
== How do I get good temperature and humidity measurements  ==&lt;br /&gt;
The international standard states ambient air temperature/humidity is measured at 1.25 metres above ground level, above soil or grass not paving, protected from direct sun radiation (and direct rain), unless you are measuring soil or ground temperatures. The height is important for derived values as an air frost is defined as a temperature at or below the freezing point for water at this height, and the count of these is a standard reporting requirement in some countries.&lt;br /&gt;
&lt;br /&gt;
If you are using a &#039;&#039;Fine Offset sensor&#039;&#039;, the thin depth of the thermometer/hygrometer (transmitter) should face where your console (receiver) is, for maximum transmission strength/distance, with the wide face at right angles to the transmission route. (Although if you use a model requiring a radio time signal, you will probably be trying to optimise that instead).&lt;br /&gt;
&lt;br /&gt;
== Pressure ==&lt;br /&gt;
Varies with altitude and temperature, but no significant variation with spatial position with regard to nearby fixed bulky objects.  Often measured indoors, do not mount above any heating or cooling system as there temperature may be particularly variable, and try to avoid any forced ventilation or extraction as such air moving systems could have different pressures on intake and outlet sides.  Equally operation in close proximity to opening doors/windows or to fast moving (road or railway) vehicles or tunnels can distort readings.&lt;br /&gt;
&lt;br /&gt;
== Solar ==&lt;br /&gt;
One would expect solar sensors should be positioned for maximum unshaded exposure to sunlight throughout the year, but again the forum contains advice for specific makes.&lt;/div&gt;</summary>
		<author><name>Steve</name></author>
	</entry>
	<entry>
		<id>https://www.cumuluswiki.org/index.php?title=FAQ&amp;diff=3760</id>
		<title>FAQ</title>
		<link rel="alternate" type="text/html" href="https://www.cumuluswiki.org/index.php?title=FAQ&amp;diff=3760"/>
		<updated>2015-05-10T12:07:00Z</updated>

		<summary type="html">&lt;p&gt;Steve: /* How do I get my Davis station with USB working with Cumulus? */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is the Cumulus FAQ (consult also the Help screens within Cumulus software, and learn more from the rest of this Wiki)&lt;br /&gt;
&lt;br /&gt;
= Installing and Running Cumulus  =&lt;br /&gt;
&lt;br /&gt;
== What operating systems does Cumulus run on?  ==&lt;br /&gt;
&lt;br /&gt;
All versions of Windows from XP to Windows 8.1 inclusive (and the server versions). It works on 32 bit and 64 bit editions. 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.&lt;br /&gt;
&lt;br /&gt;
== Where do I find the Cumulus installer? ==&lt;br /&gt;
&lt;br /&gt;
On the [http://sandaysoft.com/downloads downloads page]&lt;br /&gt;
&lt;br /&gt;
== What do I need to get right when first getting Cumulus? ==&lt;br /&gt;
The installation process for Cumulus displays &#039;&#039;&#039;readme.txt&#039;&#039;&#039;, that has many tips. See also [[Setup]]. Below are three key points.&lt;br /&gt;
# Install Cumulus in its own directory directly under a drive root.&lt;br /&gt;
# Connect your weather station before you start Cumulus&lt;br /&gt;
# When you first run Cumulus, it displays the &#039;&#039;&#039;Station settings&#039;&#039;&#039; screen. On this, make sure you pick the right sort of station (to ensure Cumulus communicates correctly with your weather station, and can identify all the observations) and choose your &#039;&#039;&#039;units&#039;&#039;&#039; wisely. (Changing units later means all stored Lowest and highest numbers up to that point have to be converted immediately manually).  See the &#039;&#039;&#039;Help&#039;&#039;&#039; for information about the rest of the screen, but generally you can easily adjust the other options later.&lt;br /&gt;
&lt;br /&gt;
== What weather stations does Cumulus work with?  ==&lt;br /&gt;
&lt;br /&gt;
*Davis Vantage Pro (VP), Vantage Pro2 (VP2), and Vue. &lt;br /&gt;
*Oregon Scientific WM918, WMR918, WMR928, WMR968, WMR88 (see [[FAQ#How do I set up recording wind speeds in Cumulus, with Oregon Scientific and La Crosse stations | this FAQ]]), WMR100, WMR180, WMR200. &lt;br /&gt;
*Fine Offset - stations which use the Easyweather software such as MyDEL, Nevada, Watson and Fine Offset, with model numbers such as WH1080, WH1081, W8681, 265NC etc.&lt;br /&gt;
*La Crosse WS2300 range (see [[FAQ#How do I set up recording wind speeds in Cumulus, with Oregon Scientific and La Crosse stations | this FAQ]]). You may have problems with corrupt data if you use a WS23xx with a serial/USB adapter; this combination is therefore not supported.&lt;br /&gt;
&lt;br /&gt;
For a more complete list see the [[Supported Devices]] page.&lt;br /&gt;
&lt;br /&gt;
== Will you support a new weather station type?  ==&lt;br /&gt;
&lt;br /&gt;
It’s quite hard to support a particular weather station when I don’t have access to one. No weather station is perfect, and problems inevitably arise after the code is written, and I have to start adding more and more code to work around issues with the station. Also, most companies don’t seem to like third parties writing software for their stations, so don’t make the protocol available. I will only consider adding support for a station under a certain set of circumstances which would include &#039;&#039;at least&#039;&#039;: &lt;br /&gt;
&lt;br /&gt;
*A significant donation towards Cumulus development &lt;br /&gt;
*A well documented official protocol spec &lt;br /&gt;
*Loan or donation of a station &lt;br /&gt;
*Access to technical support from the station manufacturer&lt;br /&gt;
&lt;br /&gt;
Please contact me if you would like to discuss this further&lt;br /&gt;
&lt;br /&gt;
== How do I request a new feature for Cumulus? ==&lt;br /&gt;
&lt;br /&gt;
Please create an [http://sandaysoft.com/forum/tracker.php enhancement request].  &lt;br /&gt;
&lt;br /&gt;
== Why haven&#039;t you added the feature I asked for a long time ago? ==&lt;br /&gt;
&lt;br /&gt;
I develop and support Cumulus in my spare time, and I have a full time job. I invite donations, but I don&#039;t make a living from Cumulus. I add facilities when I can. There is a long list of  [http://sandaysoft.com/forum/tracker.php enhancement requests] already, and I am slowly working my way through them as time permits. If there is an enhancement request for the facility you have asked for, and the facility is a reasonable one (in my opinion) then I will hopefully get around to adding it one day. Please be patient. Please don&#039;t ask for a forecast of when a feature will be added.&lt;br /&gt;
&lt;br /&gt;
== How do I upgrade to a new release?  ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Just run the installer for the new version.&#039;&#039;&#039; Your data and settings are not affected, but it is still best if you back up your data (sub-folder &#039;data&#039;) and any settings files (e.g. cumulus.ini and strings.ini) before you run the installer. &lt;br /&gt;
&lt;br /&gt;
You can install the new version where you like, but the installer will offer the same place as the previous version as the default.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Occasionally, there may be actions you need to perform before or after the upgrade.&#039;&#039;   Required actions usually appear in the announcement of the version you are installing, and may be documented in the readme.txt file that will appear as you run the installer. Read such announcements for every release since your existing build in case any of the in-between changes affect you.&lt;br /&gt;
&lt;br /&gt;
These instructions apply whether you are updating by one build, skipping several builds, upgrading to/from a beta version, or installing the latest &#039;release&#039; version. &lt;br /&gt;
&lt;br /&gt;
The installer will always upgrade the following files (replacing them, ignoring existing versions):&lt;br /&gt;
# &amp;quot;cumulus.exe&amp;quot;; - the latest build&lt;br /&gt;
# &amp;quot;unins000.exe&amp;quot;;&lt;br /&gt;
# &amp;quot;libeay32.dll&amp;quot;;&lt;br /&gt;
# &amp;quot;ssleay32.dll&amp;quot;;&lt;br /&gt;
# &amp;quot;readme.txt&amp;quot;; - advice for you to follow at installation time&lt;br /&gt;
# &amp;quot;licence.txt&amp;quot;; - reminder about restrictions on use&lt;br /&gt;
# &amp;quot;alert.wav&amp;quot;; - default alarm sound&lt;br /&gt;
#  &amp;quot;web\originals\*.*&amp;quot;; - Cumulus will always install the HTML template files here&lt;br /&gt;
# &amp;quot;webfiles\*.*&amp;quot;; e.g. weatherstyle.css, wz_jsgraphics.js&lt;br /&gt;
# &amp;quot;webfiles\images\picture.jpg&amp;quot;;&lt;br /&gt;
# &amp;quot;Help\Cumulus.chm&amp;quot;; - the latest help including lists of log files and web tags&lt;br /&gt;
There may be extra files automatically upgraded by particular builds - see announcement.&lt;br /&gt;
&lt;br /&gt;
During the install, you will see a &#039;&#039;&#039;Select Components&#039;&#039;&#039; screen , if you tick the &#039;&#039;HTML templates&#039;&#039; (the default) it will also upgrade the HTML template files in the web folder.&lt;br /&gt;
&lt;br /&gt;
*So tick this option, if you have a standard Cumulus implementation and then you can be sure to upgrade the standard templates.&lt;br /&gt;
*Untick this option if you have  [[Customised_templates#Creating_Your_Own_Templates|customised the existing pages]],  so that if your customised versions  are in &amp;quot;web\*.*&amp;quot; they don&#039;t get overwritten. It is recommended that you store any customised pages in a directory outside the Cumulus folder, as you can specify up to 10 such files on the local side of the files tab in the Configuration menu Internet settings screen and (if you are not using standard files) untick &#039;&#039;Include Standard Files&#039;&#039; on the same screen. (100 such files can be specified in [[Cumulus.ini]]).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Changing to different weather station ==&lt;br /&gt;
&lt;br /&gt;
Just change the station type. If Cumulus doesn&#039;t start reading the data from the new station, stop Cumulus and start it again. Some of the rain figures may be odd for a while (e.g. rain in last 24 hours). It is as simple as that.&lt;br /&gt;
&lt;br /&gt;
In testing planned changes to Cumulus, I switch backwards and forwards between a Fine Offset and a WMR200 frequently, the only thing that happens is that the rain figures go wrong initially (because the two stations have different counters).&lt;br /&gt;
&lt;br /&gt;
== Moving Cumulus software to a new PC (or updating Windows Operating System) ==&lt;br /&gt;
&lt;br /&gt;
Cumulus will continue to work with your existing weather station and existing log files, providing&lt;br /&gt;
#Your Windows regional settings are the same (i.e. date format unchanged, same time zone, decimal point symbol unchanged, list separator character unchanged) - if there is a difference, the new installation cannot understand the old lines in the log files and will give an error when Cumulus is restarted.&lt;br /&gt;
#You may need to &#039;tweak&#039; a few things (serial port number etc) in [[cumulus.ini]].&lt;br /&gt;
#In the folder with cumulus.exe in it, copy across  &#039;cumulus.ini&#039;,  and if you have created a &#039;strings.ini&#039; that file must be copied across too.&lt;br /&gt;
#The Cumulus &#039;data&#039; sub-folder has been copied across.&lt;br /&gt;
#Obviously if you use customised web pages, then you need the corresponding templates in the new installation.&lt;br /&gt;
#Any other customised files (images and/or a twitter.txt file, for example), you may want to copy those over too.&lt;br /&gt;
&lt;br /&gt;
== Can I view my Cumulus data on another device? ==&lt;br /&gt;
&lt;br /&gt;
# If Cumulus uploads your weather information to an online web site, you can view that on another device.&lt;br /&gt;
# Software like &#039;Remote Desktop&#039; can be used to view the computer that is running Cumulus - see many postings on the Support Forum.&lt;br /&gt;
# A back-up as described in the next answer can be viewed in Cumulus installed on another PC (see point about Windows regional settings in previous question) to look at past extremes or graphs; although obviously that additional installation will not be able to add further observations from the weather station connected to the original PC.&lt;br /&gt;
# If your web site is on your local network, but not online, your device may be able to view it directly or view a back-up of how it was in the past.&lt;br /&gt;
&lt;br /&gt;
== How do I back up my data?  ==&lt;br /&gt;
&lt;br /&gt;
*Copy the contents of the Cumulus ‘data’ sub-folder on a regular basis to a different storage device.  Then if you have any problem with the original storage device, or corruption of files, you can minimise the loss of logged observations. To restore from the backup, just copy the saved data folder back into your Cumulus installation, with Cumulus stopped.&lt;br /&gt;
*It can be useful to take copies of the Cumulus &#039;backup&#039; sub-folder on key dates (e.g. just after change of month or year), or if you think you might have some rogue figures.  The &#039;.ini&#039; files in the backup sub-folder contain past extreme values that you might want to look up.&lt;br /&gt;
*You should also back up, at least once, your cumulus.ini file in the main Cumulus folder.  This contains all the key settings and you need a record of those!&lt;br /&gt;
&lt;br /&gt;
== Moving Cumulus software to a different location on your PC? ==&lt;br /&gt;
&lt;br /&gt;
This article in the wiki gives more details above moving Cumulus: [[Moving cumulus]]&lt;br /&gt;
&lt;br /&gt;
== What are the formats of the Cumulus data files?  ==&lt;br /&gt;
&lt;br /&gt;
These are detailed in the [[:Category:Log Files|Log Files]] section of this Wiki and also in the Cumulus help file, in the section “Data log file format”&lt;br /&gt;
&lt;br /&gt;
== Can I import logged information from before I installed Cumulus? ==&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;Configuration&#039;&#039;&#039; menu, &#039;&#039;Station&#039;&#039; setting screen (near bottom) has option to enter there the &#039;&#039;rainfall total&#039;&#039; for the bit of the year (starting month can be selected here too) until when you first start using Cumulus.  See the Cumulus &#039;&#039;&#039;Help&#039;&#039;&#039; for this screen for further details.&lt;br /&gt;
&lt;br /&gt;
Yes is the answer for other weather information, providing you can manipulate the information you have into either (preferably) the format used by the [[Monthly_log_files#Importing_pre-Cumulus_data]] or (second best) [[Dayfile.txt]]. Look up those cross-references in this Wiki (or the Cumulus &#039;&#039;&#039;Help&#039;&#039;&#039;) for further information on required formats.  The support forum includes a few threads related to this topic, and if you post there then people who have already imported from particular systems may offer their services to import your past observations.&lt;br /&gt;
&lt;br /&gt;
A converter for Weather Display log files is available from this thread in the forum: http://sandaysoft.com/forum/viewtopic.php?f=4&amp;amp;t=10118&lt;br /&gt;
&lt;br /&gt;
A converter for WeatherLink log files is available from this thread in the forum: http://sandaysoft.com/forum/viewtopic.php?f=6&amp;amp;t=11349&lt;br /&gt;
&lt;br /&gt;
== I was away on the last day of last month/year - How do I see the final lowest and highest figures for last month/year? ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;View&#039;&#039;&#039; menu, &#039;&#039;This month&#039;&#039; or &#039;&#039;This year&#039;&#039; screens show some figures for any month or year selected by you, but do not show all the figures shown on a standard web page or as shown on the &#039;&#039;Highs and Lows&#039;&#039; screen for the current month/year.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;View&#039;&#039;&#039; menu, &#039;&#039;Highs and Lows - This month (or This year)&#039;&#039; (or &#039;&#039;thismonth.htm&#039;&#039; or &#039;&#039;thisyear.htm&#039;&#039; web page) only shows the lowest and highest values for the current calendar month (or current year). This answer describes a way to see the same information for the month (or year) that fairly recently ended.  It is valid only until build 1088 (from 5 March 2014 build 1089 &#039;Delay writing of end of day backup files until the first log entry is written&#039; means the stored &#039;&#039;month.ini&#039;&#039; relates to the &#039;&#039;initial&#039;&#039; entries for the start of the new month). From version 1.9.3 build 1041, Cumulus creates a daily backup of the log files. &lt;br /&gt;
*Look in the &#039;&#039;backup\daily&#039;&#039; subfolder within your Cumulus installation. &lt;br /&gt;
*These daily backups will be created if Cumulus was left running during the period of interest, or stopped before that period and since restarted. &lt;br /&gt;
*Normally about 10 such back ups are available, each folder has a name based on the timestamp and contains the 6 [[:Category:Log_Files|xxxx.ini files]], the current [[Monthly_log_files|monthly standard data log]]/[[Extra_Sensor_Files|monthly extra data log]], and the most recent update of [[dayfile.txt|daily summary log]].&lt;br /&gt;
&lt;br /&gt;
Open as a text file [[month.ini]] in the folder whose name is bearing the timestamp after your final rollover, for Cumulus builds 1041 to 1088 the final lowest and highest for each observation in the month will be listed.&lt;br /&gt;
&lt;br /&gt;
In a similar manner if you miss the last day of the year, for Cumulus builds 1041 to 1088 see the final &#039;this year&#039; figures for last year by opening [[year.ini]] from the appropriate backup.&lt;br /&gt;
&lt;br /&gt;
== What do the various wind speeds in Cumulus correspond to, with Davis stations?  ==&lt;br /&gt;
&lt;br /&gt;
Davis station firmware supplies two windspeeds, a 3-second average and a 10-minute average (later versions of the firmware also supply a 2-minute average, Cumulus currently doesn&#039;t use this).  &lt;br /&gt;
* The latest Davis 3-second average is treated by Cumulus as &#039;Latest&#039; (available via &amp;lt;#wlatest&amp;gt;)&lt;br /&gt;
* The highest of the station&#039;s 3-second readings over the previous 10 (configurable by adding &#039;&#039;AvgSpeedMinutes=N&#039;&#039; in [[Cumulus.ini#Section:_Station]] where &#039;N&#039; is number of) minutes becomes the Cumulus &#039;Gust (available via &amp;lt;#wgust&amp;gt;). Note that the WMO definition of a wind gust is the mean wind speed over a 2 to 3 second sample period (not the maximum instantaneous wind speed).&lt;br /&gt;
* The Davis 10-minute average is the Cumulus &#039;Average&#039; (available via &amp;lt;#wspeed&amp;gt;).&lt;br /&gt;
Note that if you sample these readings at shorter (real time) intervals it is possible for Cumulus &#039;Latest&#039; to be lower than Cumulus &#039;Average&#039; because approximately half of the 3-second wind speeds will be higher and half of them lower than the 10-minute average. &lt;br /&gt;
If the Cumulus figure seems lower than the Davis figure see [[#My_Davis_station_shows_a_higher_maximum_wind_speed_than_Cumulus]].&lt;br /&gt;
&lt;br /&gt;
Davis station loggers record a single spot (not any average) wind speed, so if you restart Cumulus and the software attempts to catch up from the station logger there may be only one or two values to include in the Cumulus average (over 10 or whatever) minutes calculation.&lt;br /&gt;
&lt;br /&gt;
== What do the various wind speeds in Cumulus correspond to, with Fine Offset stations?  ==&lt;br /&gt;
&lt;br /&gt;
Fine Offset sensors measure wind over 48-second intervals, divided into 24 2-second intervals. At the end of each 48-second period, they transmit the highest of those 24 values as &#039;Gust&#039;, and the average of those 24 values as &#039;Wind&#039;. The console keeps &#039;&#039;&#039;overwriting&#039;&#039;&#039; the newly received &#039;Gust&#039; and &#039;Wind&#039; values to the same area of console memory every 48 seconds, until the station logging interval time is reached, then it moves on to the next memory location, leaving the last values it wrote in the previous console memory location.  &lt;br /&gt;
*If Cumulus is not running all the time, on restart it works through the console memory locations and extracts the Fine Offset Wind and Gust in each memory location, i.e. at the station logging interval. &lt;br /&gt;
*While Cumulus is running, it reads the current wind speeds (and direction) every 10 seconds. There are new values only every 48 seconds (i.e. every fourth or fifth read)&lt;br /&gt;
&lt;br /&gt;
Cumulus, for various reasons, uses different terminology, and also has configuration settings which control how some of the wind values are displayed.&lt;br /&gt;
* The Fine Offset console &#039;Gust&#039; value becomes Cumulus &#039;Latest&#039;. &lt;br /&gt;
* The highest of the Fine Offset &#039;Gust&#039; values over the previous 10 minutes becomes Cumulus &#039;Gust&#039;.  Note that the WMO definition of a wind gust is the mean wind speed over a 2 to 3 second sample period (not the maximum instantaneous wind speed).&lt;br /&gt;
* Cumulus &#039;Average&#039;  can be calculated in 3 different ways:&lt;br /&gt;
** The default: If &#039;Calculate 10-min wind average&#039; is not selected on the Station Settings screen, the console &#039;Wind&#039; value is used.&lt;br /&gt;
** If &#039;Calculate 10-min wind average&#039; is selected, then by default the average of the Fine Offset &#039;Gust&#039; values read over the previous N (configurable, defaults to 10) minutes is used.&lt;br /&gt;
** If &#039;Calculate 10-min wind average&#039; and &#039;Use speed for avg calculation&#039; are both selected, the average of the Fine Offset &#039;Wind&#039; values read over the previous N (configurable, defaults to 10) minutes is used.&lt;br /&gt;
&lt;br /&gt;
Select value for &#039;N&#039; using &#039;&#039;AvgSpeedMinutes=N&#039;&#039; in [[Cumulus.ini#Section:_Station]].&lt;br /&gt;
&lt;br /&gt;
Note that Fine Offset Consoles can display a &#039;MAX&#039; figure, this is highest recorded since it was last reset (on touchscreen models multiple touches of the displayed speed will cause maximum speed, or gust, to be shown, and when a max value is displayed continuing to hold touching that value for 3 seconds will reset max to current value).  Cumulus maintains its own various extremes for different periods (e.g High wind and high gust for yesterday on its main screen) calculated from all values read by Cumulus in that period.&lt;br /&gt;
&lt;br /&gt;
== How do I set up recording wind speeds in Cumulus, with Oregon Scientific and La Crosse stations  ==&lt;br /&gt;
&lt;br /&gt;
La Crosse and some Oregon Scientific weather stations only output a single wind speed.  To allow Cumulus to calculate &#039;gust&#039; and &#039;wind speed&#039; with different values, select the &#039;&#039;&#039;Station&#039;&#039;&#039; dialogue from the &#039;&#039;Configuration&#039;&#039; menu and set &#039;&#039;Calculate 10 min wind average&#039;&#039; in the &#039;Settings&#039; frame, so in [[cumulus.ini]] this will produce the parameter &#039;Wind10MinAverage=1 when cumulus is next stopped.&lt;br /&gt;
* The station&#039;s &#039;Wind&#039; value will then display as Cumulus &#039;Latest&#039;.&lt;br /&gt;
* A 10 (configurable by adding &#039;&#039;AvgSpeedMinutes=N&#039;&#039; in [[Cumulus.ini#Section:_Station]] where &#039;N&#039; is number of) minutes average of the station&#039;s &#039;Wind&#039; value will then display as Cumulus &#039;Average&#039;.&lt;br /&gt;
* The highest of the station&#039;s &#039;Wind&#039; value in a 10 minute period will then display as Cumulus &#039;Gust&#039;.  Note that the WMO definition of a wind gust is the mean wind speed over a 2 to 3 second sample period (not the maximum instantaneous wind speed).&lt;br /&gt;
&lt;br /&gt;
See &#039;&#039;LCMaxWind=X&#039;&#039; parameter in [[Cumulus.ini#La_Crosse_specific:]] where X is the maximum (uncalibrated) wind speed in m/s that you want to allow.&lt;br /&gt;
&lt;br /&gt;
== How do I make Cumulus run automatically when Windows starts?  ==&lt;br /&gt;
&lt;br /&gt;
There is no option in Cumulus to set this up automatically as I prefer to leave it under the control of the user: The safest and most reliable method is simply to put a shortcut in your Startup folder. If you are running Vista or Windows 7, you may find that Cumulus gets blocked by UAC if you try to run it from the Startup folder, in which case it is recommended that you use Task Scheduler instead. See here for a good description of how to do this - http://blogs.techrepublic.com/window-on-windows/?p=616&lt;br /&gt;
&lt;br /&gt;
== How does Cumulus handle Daylight Saving Time?  ==&lt;br /&gt;
&lt;br /&gt;
As far as the timestamps in the extreme logs, monthly log, and the graphs, are concerned; Cumulus doesn&#039;t do anything in particular for DST. &lt;br /&gt;
*It generates timestamps based on the Windows clock. &lt;br /&gt;
**So basically, at the start of DST (i.e. when the clocks &#039;go forward&#039; for the summer) you will get an apparent gap of one hour in your data logs and on graphs.&lt;br /&gt;
**Similarly at the end of DST (i.e. when the clocks &#039;go back&#039; for the winter) you will get an apparent hour of duplicate timestamps in your logs and graphs. &lt;br /&gt;
*You will tend to get better results if you leave Cumulus running during the clock change, because if it is stopped you may lose data,&lt;br /&gt;
**the exact timing of the affected hours depends on the type of station and the times when Cumulus was running/stopped.&lt;br /&gt;
&lt;br /&gt;
=== ... How do Davis stations handle Daylight Saving Time? ===&lt;br /&gt;
&lt;br /&gt;
Note that there seems to be an issue with Davis stations, either in the console/logger, or in the Davis DLL which Cumulus uses. &lt;br /&gt;
*If you don&#039;t have Cumulus running when DST ends (autumn), then when you start Cumulus up again, it doesn&#039;t receive all of the logger data it needs to catch up to the &#039;&#039;present time&#039;&#039; - the previous hour or so is missing. &lt;br /&gt;
*So with Davis stations, I strongly recommend that you leave Cumulus running at the end of DST, if at all possible.&lt;br /&gt;
&lt;br /&gt;
=== ... How do Fine Offset stations handle Daylight Saving Time? ===&lt;br /&gt;
&lt;br /&gt;
*For Fine Offset stations if you don&#039;t have Cumulus running when DST ends in autumn, then when you start Cumulus up again, the catch up &#039;&#039;misses off the first hour after the time Cumulus was stopped&#039;&#039; (unless you have adjusted the time in [[today.ini]] by subtracting one hour for end of DST while Cumulus was stopped).  &lt;br /&gt;
**This is because the console memory does not time-stamp the data blocks and Cumulus does not remember the console data block used just before shutdown, (after all depending on how long Cumulus has been stopped and the station logging interval, the old memory location could be overwritten by now), but each memory location does contains minutes elapsed since previous memory location used.&lt;br /&gt;
**On restart Cumulus just tries to read the appropriate number of hours worth of observations back from the block now marked as latest.  &lt;br /&gt;
**For example if it was stopped at 2200 DST and restarted at 0600 standard time, Cumulus catches up with the last 8 hours worth of stored measurements as if going back to 2200 standard time, that means it retrieves back to 2300 DST and has forever lost the period 2200 to 2300 DST.  &lt;br /&gt;
*So with Fine Offset stations, I strongly recommend that you leave Cumulus running at the end of DST, if at all possible.&lt;br /&gt;
*At the start of DST in spring, the catch up will &#039;&#039;duplicate the last hour that Cumulus was previously operating&#039;&#039; (unless you have added one hour to the standard time stored in [[today.ini]] for start of DST while Cumulus was stopped). &lt;br /&gt;
**e.g. Stopping from 2200 standard time to 0600 DST the catch up goes back to 2200 DST or 2100 standard time.&lt;br /&gt;
**Some calculated measurements like average temperature, cooling degree days, and the like will be slightly out, but no measurement is actually lost.&lt;br /&gt;
&lt;br /&gt;
== What formula does Cumulus use for Dew Point?  ==&lt;br /&gt;
dewpoint := tempinC + ((0.13 * tempinC) + 13.6) * Ln(humidity / 100)&lt;br /&gt;
&lt;br /&gt;
== What formula does Cumulus use for Apparent Temperature?  ==&lt;br /&gt;
It uses a formula from the Australian BOM - http://www.bom.gov.au/info/thermal_stress/#atapproximation&lt;br /&gt;
&lt;br /&gt;
Note that the version used is the one that doesn&#039;t take into account solar radiation.&lt;br /&gt;
&lt;br /&gt;
== How does Cumulus know the height of the cloud base?  ==&lt;br /&gt;
&lt;br /&gt;
It doesn&#039;t. It uses a calculation which gives the theoretical height above ground level at which Cumulus clouds might form, based on the current temperature and dew point. It assumes that the difference between temperature and dew point decreases by about 4.4 degrees Fahrenheit per 1000 feet increase in altitude. When the two values coincide, the air is saturated (relative humidity = 100%) and Cumulus clouds may form. &lt;br /&gt;
&lt;br /&gt;
== How is my rain rate calculated?  ==&lt;br /&gt;
&lt;br /&gt;
For stations which supply a rain rate, Cumulus uses that. For stations which don&#039;t supply a rain rate (e.g. Fine Offset and La Crosse), Cumulus simply takes the rain total from the last five minutes and calculates a rate based on that; e.g. a single tip of 0.3mm in 5 minutes is a rate of 3.6mm/hr. When data from the station&#039;s logger is used, a similar calculation is performed, but the interval used is the logger interval rather than five minutes.&lt;br /&gt;
&lt;br /&gt;
== Where does Cumulus get its this month and this year rainfall totals from?  ==&lt;br /&gt;
&lt;br /&gt;
* Each time Cumulus reads records from the weather station it applies any change to the &#039;total rain count&#039; against today&#039;s total in its memory.&lt;br /&gt;
* The today&#039;s total so far at each reading time is also added to the &#039;recent tag&#039; array allowing total values for the day-so-far at one minute intervals for up to a week ago to be added as web tags to a web template. &lt;br /&gt;
* The rainfall totals, are initialised when Cumulus is (re-)started by adding up the corresponding daily totals in dayfile.txt and storing those sums in memory. Two of the totals can be seen using default settings on &#039;&#039;&#039;View&#039;&#039;&#039; menu, &#039;&#039;This month&#039;&#039; screen for this month, &#039;&#039;This year&#039;&#039; screen for this calendar year, but the third total for the rain season (you can change starting month) is seen on the &#039;&#039;main&#039;&#039; Cumulus screen.&lt;br /&gt;
* The rainfall totals shown on the &#039;&#039;This period&#039;&#039;, &#039;&#039;This month&#039;&#039;, and &#039;&#039;This year&#039;&#039; screens within the &#039;&#039;&#039;View&#039;&#039;&#039; menu are generated by adding up the daily rainfall totals found in [[dayfile.txt]] for the selected period. So any rainfall for the current (meteorological) day is excluded as the latest dayfile.txt row is for yesterday. Totals are recalculated when you press the &#039;&#039;Update display&#039;&#039; button. Important note: The view menu &#039;This year&#039; screen always calculates the total for a selected calendar year starting in January.&lt;br /&gt;
* The rain figures that Cumulus uses for displaying in &#039;This month&#039; and &#039;This year&#039; on the Cumulus &#039;&#039;main screen&#039;&#039; are updated each time Cumulus receives a rain reading from the station, so will not be displayed if Cumulus is unable to read rain information from your station.&lt;br /&gt;
* For the web tags, Cumulus takes its stored sums and adds today&#039;s latest total each time, to give the current totals for this month and this rain season (year so far) when processing &#039;thismonthT.htm&#039; and &#039;thisyearT.htm&#039; web templates.&lt;br /&gt;
**Important, for the &amp;lt;#ryear&amp;gt; web tag, and for the &#039;This year&#039; display on the &#039;&#039;main&#039;&#039; Cumulus screen, the processing reads the &#039;&#039;dayfile.txt&#039;&#039; for the rainfall season starting with the month set on the station settings screen and stored as the value for attribute &#039;&#039;RainSeasonStart&#039;&#039; in [[Cumulus.ini#Section:_Station]] (its default is January).  &lt;br /&gt;
**If you have set a &#039;year to date&#039; value and Cumulus is being re-started when the year specified beside that figure matches the current year, your year-to-date amount is also added into this year&#039;s total. This should normally only be relevant in your first rain season of operating Cumulus, but could be used if in any season you needed to add an extra amount because for some reason you had a gap in your recording period.&lt;br /&gt;
**There is no corresponding setting for calculating the total for the first &#039;this month&#039; of Cumulus operation.&lt;br /&gt;
*Note that you need to stop and then restart Cumulus to update these initial values that are stored in memory and get any corrections you made to rogue values in the daily summary log (or year-to-date) reflected on the main Cumulus screen and in web tags.&lt;br /&gt;
&lt;br /&gt;
The built-in dayfile.txt editor is used if it is necessary to amend the daily totals (to correct any monthly, rain season, or calendar year, totals); the built-in all-time (or monthly records) editor(s) in Cumulus is used if it is necessary to regenerate the extreme records from dayfile.txt; see [[#My_station_invented_some_rain_that_didn.27t_really_occur.2C_and_I_want_to_set_it_to_zero_.28or_some_other_figure.29 |FAQ about correcting incorrect rainfall displays]].&lt;br /&gt;
&lt;br /&gt;
== How do I reset all my data to start again from scratch?  ==&lt;br /&gt;
&lt;br /&gt;
Stop Cumulus and delete all of the files in the data folder. You may also want to edit the &#039;StartDate=&#039; line in [[cumulus.ini]] to set the date for the start of your data.&lt;br /&gt;
&lt;br /&gt;
== How do I localise Cumulus to my own language? ==&lt;br /&gt;
&lt;br /&gt;
Cumulus does not directly support languages other than English. It was never intended for use in other languages, and it is not possible to add support for this now. However, the text used for:&lt;br /&gt;
*Forecasting&lt;br /&gt;
*Moonphases&lt;br /&gt;
*Beaufort Scale&lt;br /&gt;
*Trend descriptions&lt;br /&gt;
*Compass points&lt;br /&gt;
*Graph titles&lt;br /&gt;
*Extra sensor channels&lt;br /&gt;
can all be customised by using the [[strings.ini]] file. This facility may be extended to allow other items to be translated, but it is very unlikely that there will ever be a fully multi-language version of Cumulus in its current form.&lt;br /&gt;
&lt;br /&gt;
This wiki page [[:Category:Other_Languages|Other Languages]] has some old information about customising the standard web pages and see the downloads page as several third-party alternative web pages include some language translation modules.&lt;br /&gt;
&lt;br /&gt;
== Can I connect/disconnect my weather station while Cumulus is running? ==&lt;br /&gt;
No. You must make sure your weather station is connected to your PC and switched on, before running Cumulus. Do not disconnect your station while Cumulus is running.&lt;br /&gt;
&lt;br /&gt;
== How does Cumulus deal with extra sensors? ==&lt;br /&gt;
&lt;br /&gt;
By default, Cumulus deals with weather stations incorporating solar sensors, if you have selected the relevant station &#039;Type&#039; or &#039;Display solar/extra data&#039; in configuration, but it has some capability to deal with extra sensors added including the Blake-Larsen Sun Recorder.&lt;br /&gt;
Cumulus has the ability to input, log, and display Current Values/Outputs from the [[Rain_measurement#Optical_Rain_Gauges|Hydreon Optical Rain Sensor - Model RG-11]] and from either Oregon Scientific or Davis [[Extra_Sensor_Files|extra sensors]]. Only today&#039;s and yesterday&#039;s total rainfall from a Hydreon sensor are available in [[today.ini]] and [[yesterday.ini]] respectively. For some Oregon Scientific models, the temperature from an extra sensor can replace the temperature from the main sensor for processing by Cumulus, but all extra sensor values are stored in a series of [[Extra_Sensor_Files| monthly log]] files. No other processing is performed for Davis extra sensors, but past values are retained in a series of [[Extra_Sensor_Files| monthly log]] files.  The file [[strings.ini]] is used to customise the description associated with extra sensors.&lt;br /&gt;
&lt;br /&gt;
== What is this &amp;quot;Solar Max&amp;quot; value which Cumulus is displaying? ==&lt;br /&gt;
&lt;br /&gt;
It&#039;s the current theoretical maximum solar radiation value at the current date and time at your location. It is calculated using the Ryan-Stolzenbach formula, and uses the &#039;transmission factor&#039; configurable in the station settings to allow for the effect of transmission through the atmosphere. The figure is not particularly useful in itself; it is used if you have a solar sensor, to compare with the current solar radiation reading, in an attempt to determine whether the sun is currently shining or not.&lt;br /&gt;
&lt;br /&gt;
== My Fine Offset console says the memory is nearly full - how do I clear it? ==&lt;br /&gt;
&lt;br /&gt;
You don&#039;t need to, and it&#039;s much safer if you don&#039;t; clearing the memory could lead to a loss of data. The memory indicator on the console has no effect on the logging of data; the console will automatically start re-using the oldest memory locations. As long as you are running Cumulus (at least occasionally), Cumulus will have downloaded the data it needs from the console, so the console is free to overwrite the oldest data when it needs to.&lt;br /&gt;
&lt;br /&gt;
== How do I get my Davis station with USB working with Cumulus? ==&lt;br /&gt;
&lt;br /&gt;
Cumulus cannot drive the station in USB mode, you must install &#039;virtual serial port&#039; drivers, and configure Cumulus to use the virtual serial port. Make sure you have the station connected to the PC during the following operations.&lt;br /&gt;
&lt;br /&gt;
You should first make sure that you can use the station with Weatherlink, in serial mode. If you have not already installed the Weatherlink software, install the version which came with your weather station. You should then upgrade to the latest version of Weatherlink; you can download the update from the Davis web site,  [http://www.davisnet.com/support/weather/downloads/software_sftwr.asp here].&lt;br /&gt;
&lt;br /&gt;
You now need to install the &#039;CP210X USB to Serial Converter&#039;. You may find a link on your Start menu under &#039;Weatherlink&#039;. Alternatively, you should find it in the folder where Weatherlink was installed, under &#039;Support&#039; then &#039;Utilities&#039;. Davis also make version 2 of this utility available on their web site, [http://www.davisnet.com/support/weather/downloads/software_driver.asp here], and you may find that this version will work for you if the installed version does not.&lt;br /&gt;
&lt;br /&gt;
It&#039;s a good idea to then update the driver to the latest version from the Silicon Labs web site, particularly if you use Windows 7 or 8. You can download it [http://www.silabs.com/products/mcu/pages/usbtouartbridgevcpdrivers.aspx here] - click on &#039;VCP driver kit&#039; under &#039;Download for Windows XP/Server 2003/Vista/7&#039; to begin the download. Run the executable once it&#039;s downloaded.&lt;br /&gt;
&lt;br /&gt;
At this point, it&#039;s best to restart your computer.&lt;br /&gt;
&lt;br /&gt;
You should now run Weatherlink, and attempt to connect to the weather station &#039;&#039;&#039;in serial mode&#039;&#039;&#039;. Weatherlink should find the appropriate COM port number automatically. If not, you can find it under &#039;Ports (COM &amp;amp; LPT)&#039; in the Windows device manager. Look for the port called &#039;USB Serial Port (COMn)&#039;, where &#039;n&#039; is a number. That&#039;s the number of the port you need to use in Weatherlink. If you cannot get Weatherlink to work using this virtual COM port, it is unlikely that you will be able to get Cumulus to work either, so either contact Davis support, explaining that you are trying to use the virtual serial port drivers because you want to run third-party software, or ask in the Cumulus forum, someone may be able to advise.&lt;br /&gt;
&lt;br /&gt;
Once you have Weatherlink connected and working via the virtual serial port, &#039;&#039;&#039;close it down&#039;&#039;&#039;, and start Cumulus.&lt;br /&gt;
&lt;br /&gt;
In the station settings in Cumulus, select the appropriate station type for your station; under &#039;VP Type&#039; select &#039;&#039;&#039;Serial&#039;&#039;&#039;; in the serial port section enter the COM port number that you found earlier. You may need to restart Cumulus at this point. It will then start displaying live data. Note that the it deliberately does not download any historical logger data from before the current point in time. When you run it subsequently, it will download logger data to catch up if necessary from when you last ran it, but never from earlier than when you first ran it.&lt;br /&gt;
&lt;br /&gt;
If you still having difficulty, the Davis Weatherlink manual offers this advice, which may be useful:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Included with the WeatherLink software is a utility that allows you to convert a USB data logger from a direct USB data logger back to a USB data logger that emulates the serial port. To use&lt;br /&gt;
this utility, select Convert USB to Virtual Serial in your WeatherLink program group on the Start menu of your computer (Start&amp;gt;AllPrograms&amp;gt;WeatherLink&amp;gt;Convert USB to Virtual Serial) and run the utility to convert your data logger. Please contact Davis Technical Support (“Contacting Davis Technical Support” on page 26) for more information.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== Why does Cumulus do some things the way it does, when there are better ways? ==&lt;br /&gt;
&lt;br /&gt;
Cumulus was originally something I &#039;knocked together&#039; quickly when I got my first weather station, simply because I couldn&#039;t find any other software anywhere which I was prepared to use. No &#039;design&#039; went into it, it was really just a prototype. Some of the things I did were just quick &#039;hacks&#039; that I intended to fix when I did it &#039;properly&#039;. But I never got around to going back and doing it &#039;properly&#039;, and it was never my intention that anyone else would use it. But I was persuaded to make it available for others, and then to add more and more enhancements. &lt;br /&gt;
&lt;br /&gt;
The fact that it works with several different types of weather station means that much of it is a compromise; it doesn&#039;t use certain features of the weather station which it could use if it were dedicated to that type of weather station. For example, it typically does not use any high/low data that the station might store internally. Instead, it maintains its own high/low data from individual readings. There are a number of reasons for this; the fact that Cumulus supports an 0900-0900 day, and the weather station does not, and the fact that typically Cumulus maintains far more high/low values than the station does, and these need to be self-consistent. &lt;br /&gt;
&lt;br /&gt;
So yes, I am aware that some of things that Cumulus does may seem strange, but it is simply not possible for me to start again from scratch, knowing what I know now. And it is not possible for me to effectively produce separate versions of Cumulus specifically for each type of weather station. If you don&#039;t like the way Cumulus does certain things, do what I did and write your own software!&lt;br /&gt;
&lt;br /&gt;
== Can I run 2 copies of Cumulus? ==&lt;br /&gt;
&lt;br /&gt;
3 options:&lt;br /&gt;
*You can install Cumulus on more than one PC, but each copy must connect directly to its own weather station (one station connected per PC).&lt;br /&gt;
*You can install 2 copies of Cumulus in different paths on a single PC, &#039;&#039;if you have two weather stations&#039;&#039; and Cumulus is able to distinguish between them, e.g. they are from different manufacturers, or both are serial port stations (different ports), or one is USB and one is serial, or one is a Weatherlink IP. In other words the  combination that does not work on a single PC is two USB stations from the same manufacturer. Note that Davis stations with USB loggers are serial port stations as far as Cumulus is concerned, so there are no problems using multiple copies of Cumulus with multiple Davis stations on the same PC.&lt;br /&gt;
*It is possible to back up the Cumulus files from one installation running off a weather station, and briefly have another reduced functionality copy just looking at historic data without ever any updating (the second Cumulus is set up as if reading from an EasyWeather.dat file, but not given a path/file name) - see [[Cumulus.ini#Introduced_for_problems_with_Fine_Offset_family:|Easyweather.dat section here]].&lt;br /&gt;
&lt;br /&gt;
= Troubleshooting  =&lt;br /&gt;
&lt;br /&gt;
== My &#039;Error&#039; light is flashing  ==&lt;br /&gt;
&lt;br /&gt;
Click on it, and a window will open describing the error. It may just be a temporary ftp problem. If you want to stop ftp errors being reported in this way, you can turn them off in the display settings (&amp;quot;Show FTP errors on error log window&amp;quot;).&lt;br /&gt;
&lt;br /&gt;
== My ‘new record’ light has stopped flashing  ==&lt;br /&gt;
&lt;br /&gt;
It is the normal situation that the light does not flash. The ‘new record’ light only flashes when an all-time record has been broken. It stops flashing if you click on it or restart Cumulus, until another all-time record is broken. When you first start using Cumulus, inevitably the light will flash a lot, even if you cancel it, as you will be breaking records constantly. After a while, it will &#039;settle down&#039; and not flash so often.&lt;br /&gt;
&lt;br /&gt;
== I installed a new version and my web page templates got over-written  ==&lt;br /&gt;
&lt;br /&gt;
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, place them in a different folder and use the ‘extra files’ facility. From version 1.8.9, the installer offers the option of not over-writing the web templates; it unconditionally also installs them to a sub-folder of the web folder called &#039;originals&#039;, so you can refer to them if required, even if you chose not to over-write those in the web folder.&lt;br /&gt;
&lt;br /&gt;
== I can’t find my data files!  ==&lt;br /&gt;
&lt;br /&gt;
You’re probably running Windows Vista/Windows 7/Windows 8 (or one of the corresponding server versions of Windows). Look in C:\Users\[username]\AppData\Local\VirtualStore\Program Files\Cumulus - note that this is a &#039;hidden&#039; folder. Ideally, to avoid this situation, you would install to somewhere outside the Program Files hierarchy, as recommended in the readme.txt.&lt;br /&gt;
&lt;br /&gt;
== I can&#039;t save my NOAA reports! ==&lt;br /&gt;
&lt;br /&gt;
You&#039;ve probably corrupted your Cumulus.ini file in the default Cumulus folder. See [[Cumulus.ini#Section:_NOAA]]. It can only be edited either (if Cumulus is stopped) with an external text file editor or (with Cumulus running) using the &#039;&#039;NOAA Setup&#039;&#039; in the configuation menu.  Pay attention to where the quotes are required for the file names, and check that you have an allowed date format (see [[Webtags#Time.2FDate_.27format.27_Parameter]]).&lt;br /&gt;
&lt;br /&gt;
== My sunrise and sunset times are wrong  ==&lt;br /&gt;
&lt;br /&gt;
You&#039;ve almost certainly entered your co-ordinates incorrectly, or not entered them at all - on the station settings screen. You must enter DEGREES, MINUTES, and SECONDS, no other format will work. Make sure to use &#039;&#039;&#039;unsigned whole numbers&#039;&#039;&#039; for degrees, minutes, and seconds, with a &#039;W&#039; for your longitude if you&#039;re West of the Greenwich meridian (e.g. if you are in the United States), and the appropriate letter for your latitude (N for northern hemisphere, S for southern hemisphere). &lt;br /&gt;
&lt;br /&gt;
If you are not familiar with the degrees/minutes/seconds standard format and have your co-ordinates in some other format, there are pages on the web which will convert for you. One such is here: http://transition.fcc.gov/mb/audio/bickel/DDDMMSS-decimal.html&lt;br /&gt;
&lt;br /&gt;
One other less likely possibility is that you have set the wrong time zone on your PC.&lt;br /&gt;
&lt;br /&gt;
== The Moon rise or set time is showing dashes.  ==&lt;br /&gt;
&lt;br /&gt;
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. &lt;br /&gt;
&lt;br /&gt;
== The Moon image is just black ==&lt;br /&gt;
&lt;br /&gt;
It&#039;s probably a New Moon.&lt;br /&gt;
&lt;br /&gt;
== Why are the &#039;Yesterday&#039; figures missing on the Main Cumulus Screen? ==&lt;br /&gt;
&lt;br /&gt;
The yesterday values on the Main Screen under &amp;quot;Recent Extremes&amp;quot; are not shown correctly:&lt;br /&gt;
*EITHER when the &#039;&#039;end of day rollover has not taken place&#039;&#039;. &lt;br /&gt;
**The usual cause of this is allowing your PC to &#039;sleep&#039; while Cumulus is running. &lt;br /&gt;
**The support forum mentions a few other causes. &lt;br /&gt;
**Cure this (if you have a weather station type that has a log that Cumulus reads) by looking in &amp;quot;&#039;&#039;Cumulus\backup&#039;&#039;&amp;quot; folder, and finding a backup directly in that folder or in &amp;quot;daily&amp;quot; sub-folder for just before the problem. With Cumulus stopped, copy all the files in that backup into the &amp;quot;&#039;&#039;&#039;Cumulus\data&#039;&#039;&#039;&amp;quot; folder, and then restart Cumulus. &lt;br /&gt;
*OR if Cumulus was unable to read observations from your station during that day, but can today. &lt;br /&gt;
**You can try the same cure, but may not be able to recover the lost information in this case.&lt;br /&gt;
&lt;br /&gt;
== Why do I have some unexpected zero figures? ==&lt;br /&gt;
&lt;br /&gt;
Cumulus may not be able to update some values/extremes, leaving them at zero, if:&lt;br /&gt;
*EITHER you are allowing your PC to go into sleep/standby while Cumulus is running,&lt;br /&gt;
*OR you have more than one copy of Cumulus attempting to interrogate the same weather station,&lt;br /&gt;
*OR you are closing Cumulus down very close to before/after roll-over (the latter is a restriction due to the way the processing of logger data works).&lt;br /&gt;
&lt;br /&gt;
== I’ve ‘zoomed’ a graph, how do I get it back to full size?  ==&lt;br /&gt;
&lt;br /&gt;
Drag from lower right to upper left.&lt;br /&gt;
&lt;br /&gt;
== Cumulus won&#039;t read the data from my station  ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CUMULUS RUNNING&#039;&#039;&#039;&lt;br /&gt;
If you have one of the Fine Offset clones, make sure you have configured your relative pressure correctly. If Cumulus finds an &#039;impossible&#039; value, it will ignore all data from your station.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CUMULUS RE-STARTED&#039;&#039;&#039;&lt;br /&gt;
If Cumulus does not read catch-up data from the station logger:&lt;br /&gt;
#Your station type may not have a logger, if so Cumulus cannot read anything from station while software was not running.&lt;br /&gt;
#There is a bug in the Davis DLL (Dynamic-Link Library) that Cumulus 1.x.x uses, where it never downloads the last archive record; so if there is only one to download (compare how long Cumulus was stopped with logging interval on your Davis station), it doesn&#039;t get any at all. (See [[#Cumulus_takes_a_long_time_to_download_the_data_from_my_Davis_station_at_start_up|here]] for opposite problem). Cure this by ensuring if you stop Cumulus you either leave it stopped for less than Davis logging interval time, or don&#039;t restart until after at least 2 logging intervals.&lt;br /&gt;
#You have not selected &amp;quot;&#039;&#039;&#039;Use data logger&#039;&#039;&#039;&amp;quot; in the &#039;&#039;Settings&#039;&#039; section of the &#039;&#039;&#039;Station settings&#039;&#039;&#039; screen accessed from &#039;&#039;Configuration&#039;&#039;  menu. Correct this:&lt;br /&gt;
##Stop Cumulus after changing this setting&lt;br /&gt;
##Look in &#039;&#039;Cumulus\backup&#039;&#039; folder (or its &#039;&#039;daily&#039;&#039; sub-folder) for a folder of .ini files prior to the problem, copy all those files to overwrite the ones in &#039;&#039;Cumulus\data&#039;&#039; folder&lt;br /&gt;
##Re-start Cumulus, it should use revised start date/time, and read the station logger for the whole re-wind period&lt;br /&gt;
#If there is another problem, read the instructions accessed from &amp;quot;Please click here before posting&amp;quot; at the top of the support forum page including the request to zip up the contents of the &#039;&#039;Cumulus\diags&#039;&#039; folder when asking for such support.&lt;br /&gt;
&lt;br /&gt;
== Cumulus read some invalid figures from my station ==&lt;br /&gt;
If you have:&lt;br /&gt;
*just started using Cumulus, &lt;br /&gt;
*just re-started Cumulus and you are only getting bad data when you start Cumulus up (i.e. when it is using archive data from the station logger),&lt;br /&gt;
*or you have just changed some settings,&lt;br /&gt;
... check you have the correct station type selected (see the Cumulus &#039;&#039;Help&#039;&#039; for the settings screen).&lt;br /&gt;
&lt;br /&gt;
Choosing the wrong station type means individual items of information are not correctly assigned to weather parameters.  Cumulus knows what is at what location for each station type. &lt;br /&gt;
*Is the information &#039;&#039;correct on the station console&#039;&#039; (i.e. not a fault with a sensor), but incorrectly displayed on Cumulus screen (i.e. transfer problem)? &lt;br /&gt;
Check all your settings on Cumulus, or see [[#Cumulus_won.27t_read_the_data_from_my_station|previous question]].&lt;br /&gt;
*If the &#039;&#039;station itself shows incorrect figures&#039;&#039;, a sensor may have a problem (mechanical or electrical failure, obstruction by animal activity) or a battery may need replacing.&lt;br /&gt;
Over successive versions of Cumulus more and more code has been incorporated to deal with the way some stations are prone to reporting rogue readings.&lt;br /&gt;
*Ensure you are using the latest Cumulus build, if you are using an old version you will not have any enhancements made since the earlier build that might improve the way Cumulus reads from your station type.&lt;br /&gt;
In general, if Cumulus 1.x.x identifies an odd value it will reuse the last good value instead, assuming that the problem will either right itself, or be spotted and dealt with quickly.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fine Offset stations&#039;&#039;&#039; are prone to reporting the odd non-sensical value, and Cumulus has the ability to compare successive readings:&lt;br /&gt;
*From the &#039;&#039;&#039;Configuration&#039;&#039;&#039; menu select [[Cumulus_Screenshots#Configuration_Menu_Screens|&#039;&#039;Calibration&#039;&#039;]] and in the &#039;&#039;&#039;Spike removal&#039;&#039;&#039; frame you can specify &amp;quot;the maximum &#039;&#039;&#039;differences&#039;&#039;&#039; between successive values&amp;quot; that Cumulus is to tolerate. See the &#039;&#039;&#039;Help&#039;&#039;&#039; for that screen, and note that spike removal applies while Cumulus is running, not to catch-up readings from the station&#039;s logger. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Possible Cure:&#039;&#039;&#039;&lt;br /&gt;
The purpose of the backup files is to allow Cumulus to be &#039;rewound&#039; to a particular point in time.  It simulates the situation where someone had closed Cumulus down at that point, and is only now starting it up again, and needs data to be downloaded from the station&#039;s logger to catch up to the present time. Obviously this cure will not work if your station type does not have a logger (one is needed for Cumulus to read old readings again).&lt;br /&gt;
*If you have only installed Cumulus a few days ago, or have just re-started Cumulus after it was stopped and encounter multiple &#039;&#039;rogue readings in the catch-up from the station logger&#039;&#039;; &#039;&#039;&#039;one possibility&#039;&#039;&#039; is to stop Cumulus and find the backup files that it took when you started it up (or just after the previous roll-over time), copy those files into the data folder, overwriting the ones that are there, then when you start it up again it could sort itself out.&lt;br /&gt;
The [[Diags]] log often contains useful information for sorting out what has been read, which values have been ignored, and which highs or lows may have been updated incorrectly. Note that automatic backups are made just after roll-over time because restarting Cumulus when there are no logger records to read before roll-over has been known to cause problems. Therefore, the backup to choose might be one with the date before when the problem occured, but remember that any calculations Cumulus makes are based on readings at least every minute when Cumulus is running, but for the catch up period such calculations can only use the readings available at your station&#039;s logging interval. Note if you choose a later backup and it does not work, you can always then repeat the &#039;rewind&#039; with a earlier backup.&lt;br /&gt;
&lt;br /&gt;
== I get very large amounts of rainfall shown, or other high readings ==&lt;br /&gt;
&lt;br /&gt;
Fine Offset stations have a habit of producing unbelievable readings, and Cumulus filters many of these out automatically. You can also use the &#039;spike removal&#039; settings on the calibration page, and Cumulus will then filter out large changes in readings. Please read the help for how to use these settings. Another possible explanation is that you have chosen the wrong station type in the Cumulus station settings. You should only select the &amp;quot;Fine Offset with UV/Light sensor&amp;quot; type if your station actually has SENSORS for these. Your station may have solar CHARGING, but this is not the same as having a solar SENSOR, and so you should choose the &amp;quot;Fine Offset (WH1080 etc)&amp;quot; type. Typically, stations which do have solar SENSORS have a model number which starts with a &#039;3&#039;, e.g. WS3080, and stations without solar sensors start with a &#039;1&#039; or &#039;2&#039;. Selecting the wrong type of station will cause Cumulus to misinterpret the logger data read from the station and hence incorrect readings will result.&lt;br /&gt;
&lt;br /&gt;
== My station invented some rain that didn&#039;t really occur, and I want to set it to zero (or some other figure)  ==&lt;br /&gt;
&lt;br /&gt;
Cumulus does include some code to try to ignore some obvious rain errors. For example, if the station reports negative rain, Cumulus will normally ignore that, but if for 6 consecutive readings the rain cumulative count stays below what it was before, Cumulus will normally accept the new count as a new starting point. Because many positive values are realistic (see sub-answers), Cumulus generally will accept those as a result of accidental knocking of a tipping bucket gauge, due to wind effects on the gauge, or even due to the station electronics generating a rogue reading.&lt;br /&gt;
=== (Invented rain) Error in today&#039;s total===&lt;br /&gt;
#correct today&#039;s total using the &#039;today&#039;s rain&#039; editor on the edit menu.&lt;br /&gt;
#optionally stop Cumulus and edit [[today.ini]] to change the &#039;&#039;LastTip=&#039;&#039;(look up previous value in a recently backed up today.ini) parameter.&lt;br /&gt;
#Remember that &#039;ConsecutiveDryDays&#039; and &#039;ConsecutiveWetDays&#039; do not include today.&lt;br /&gt;
&lt;br /&gt;
=== (Invented rain) Error in yesterday&#039;s total ===&lt;br /&gt;
#edit the total for the relevant day in dayfile.txt, using the dayfile.txt editor on the edit menu.&lt;br /&gt;
#optionally edit yesterday&#039;s total (which is only held temporarily for display purposes) in [[today.ini]], while Cumulus is stopped.&lt;br /&gt;
=== (Invented rain) Error in total or high rainfall rate for any day before today ===&lt;br /&gt;
Just edit the total or rate for the relevant day in dayfile.txt, using the [[Cumulus_Screenshots#File.2FEdit.2FHelp_Menu|dayfile.txt]] editor on the edit menu.&lt;br /&gt;
&lt;br /&gt;
=== (Invented rain) Error in total, or extremes, for this month and/or this year ===&lt;br /&gt;
See next FAQ. Once you have corrected the daily totals (or high rainfall rates) in dayfile.txt, you can use the editors (on the edit menu) for &#039;This Month&#039; and &#039;This Year&#039; to fetch the corrected values from dayfile.txt (or enter figures manually).&lt;br /&gt;
&lt;br /&gt;
=== (Invented rain) Error in all-time records ===&lt;br /&gt;
See [[#How_do_I_correct_my_all-time_.28or_monthly_all-time.29_records.3F |this FAQ]].&lt;br /&gt;
&lt;br /&gt;
To see the previous value for all-time records see [[Alltimelog.txt]]. If your all-time records, or month-by-month all-time records have been affected, you can use the built-in editors. These can fetch the correct values once you have corrected dayfile.txt.&lt;br /&gt;
&lt;br /&gt;
===  (Invented rain and) Other rain figures ===&lt;br /&gt;
Note that other rain figures, such as &#039;rain last hour&#039; and &#039;rain last 24 hours&#039; depend on a sensible progression of the rain counter, so it&#039;s not easy to correct this; it&#039;s easier to wait until the erroneous figure is far enough in the past so as not to affect the calculation. If you really do want to try to correct it; you would need to stop Cumulus, then find and edit multiple field 11 (assuming date is field 0) the Cumulus &#039;rain counter&#039; values in the [[monthly_log_files]] in the current monthly log file so they are correct relative to the current value of the rain counter (i.e. the latest one logged).&lt;br /&gt;
&lt;br /&gt;
===  (Invented rain) Error prevention by Spike removal ===&lt;br /&gt;
#It is better to try to avoid spurious rain being recorded in the first place.&lt;br /&gt;
#Cumulus attempts to ignore large increases in the rain total automatically, and is quite often successful.&lt;br /&gt;
#For &#039;hourly rain&#039; and &#039;rain rate&#039;, you can set &#039;spike removal&#039; settings on the calibration settings screen. The value you set here, is the maximum change allowed between successive observations. Rain Rate corrections apply only to Fine Offset and La Crosse stations (which are known to occasionally produce faulty rain readings).&lt;br /&gt;
&lt;br /&gt;
===  (Invented rain) More information ===&lt;br /&gt;
There is more information about correcting rogue data elsewhere in the Wiki, in the pages about the [[:Category:Log_Files|log files]].&lt;br /&gt;
&lt;br /&gt;
== My monthly and/or annual rainfall totals are wrong  ==&lt;br /&gt;
&lt;br /&gt;
Cumulus calculates these when it is restarted, holds the values within memory, and increments them as required while it is running. This FAQ in the previous section [[#Where_does_Cumulus_get_its_this_month_and_this_year_rainfall_totals_from.3F]] has a concise description of how Cumulus calculates these figures.&lt;br /&gt;
&lt;br /&gt;
* The rainfall total shown on the &#039;&#039;This month&#039;&#039; screen within the &#039;&#039;&#039;View&#039;&#039;&#039; menu, is calculated from summing [[dayfile.txt]] totals for a selected month, and so for the default current month will exclude the current meteorological day.  The rainfall total for today so far is added for the web tag &#039;&#039;&amp;lt;#rmonth&amp;gt;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
* The rainfall total shown on the &#039;&#039;This year&#039;&#039;  screen within the &#039;&#039;&#039;View&#039;&#039;&#039; menu, is calculated from summing totals in dayfile.txt for a selected calendar year. For the default current year, it will exclude the current meteorological day.&lt;br /&gt;
&lt;br /&gt;
* The rainfall total reported by the &#039;&#039;&amp;lt;#ryear&amp;gt;&#039;&#039; web tag is for the rainfall season to date, it is calculated from taking today&#039;s rain and then adding the sum of the totals in dayfile.txt starting with the first (meteorological) day of the month specified in the &#039;rainfall season&#039; frame on the &#039;&#039;station settings&#039;&#039; screen within the &#039;&#039;&#039;Configuration&#039;&#039;&#039; menu, until the end of dayfile.txt is reached. So check you have specified the right starting month there before deciding the rainfall total shown is wrong. &lt;br /&gt;
&lt;br /&gt;
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 also on the [[Cumulus_Screenshots#Station|Station Configuration screen]].  Make sure you specify the first Cumulus operating year here, otherwise the extra will be added to the annual total for the wrong year!&lt;br /&gt;
&lt;br /&gt;
See immediately preceding FAQ [[#My_station_invented_some_rain_that_didn.27t_really_occur.2C_and_I_want_to_set_it_to_zero_.28or_some_other_figure.29 |correcting rainfall]]  for how to correct errors in total for particular days and how to correct the high extremes for the various periods.&lt;br /&gt;
&lt;br /&gt;
In all cases then restart Cumulus to get the monthly and annual totals recalculated from correct daily totals. &lt;br /&gt;
&lt;br /&gt;
If you need to correct within day values for trend graphs as well as the longer period totals, provided you know roughly when the rogue rainfall was recorded, find (and edit) it in the [[monthly_log_files]], field 11 (assuming date is field 0) is the count used to derive other parameters.&lt;br /&gt;
&lt;br /&gt;
== The ‘gust’ line has disappeared from my graph  ==&lt;br /&gt;
&lt;br /&gt;
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. Depending on your weather station type, there are a few things you could try, to improve things. Decrease your station&#039;s logger interval, and if you have Cumulus calculating the wind speed average and you have a Fine Offset station, set &#039;Use speed for avg calculation&#039;.&lt;br /&gt;
&lt;br /&gt;
== My ‘gust’ values are the same as my ‘average’ wind speed values.  ==&lt;br /&gt;
&lt;br /&gt;
As above, you probably have Cumulus set to calculate a 10-minute average, and your station logger period is 10 minutes or longer, so your gust comes out the same as the average when using data from the logger. See the previous FAQ for suggestions on how to improve this.&lt;br /&gt;
&lt;br /&gt;
== I’ve just installed Cumulus, and it didn’t download all the old data from my weather station  ==&lt;br /&gt;
&lt;br /&gt;
Cumulus deliberately doesn’t attempt to download any data from before the point when you first run it. If you wish, although this isn&#039;t recommended, 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 (you will need to have run it at least once previously). Note that if you do this, it is at your own risk, and you will need to sort out any issues which may arise yourself.&lt;br /&gt;
&lt;br /&gt;
If you do this, you will probably need to edit your log files in the &#039;&#039;&#039;data&#039;&#039;&#039; folder as you may have duplicate entries and/or entries out of order. Your rain totals will almost certainly also be wrong - the total for &amp;quot;today&amp;quot; in particular. See the [[FAQ#My_station_invented_some_rain_that_didn.27t_really_occur.2C_and_I_want_to_set_it_to_zero_.28or_some_other_figure.29 |FAQ]] entry about correcting rainfall data. If you have only just started using Cumulus, you could delete all of the files in the data folder, and just create a simple today.ini as below. Then when you start Cumulus it will start again with just the data from the station&#039;s logger.&lt;br /&gt;
&lt;br /&gt;
Note that this method does not work for the Oregon WMR200 station. This station deletes logger entries when they are downloaded, and there is no mechanism for retrieving logger entries for a particular period - it just sends all the entries that it has. You may be able to circumvent this by creating a today.ini file in the data folder before you run Cumulus, with just this in it:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[General]&lt;br /&gt;
Date=10/04/2012&lt;br /&gt;
Timestamp=10/04/2012 10:00:00&lt;br /&gt;
CurrentYear=2012&lt;br /&gt;
CurrentMonth=4&lt;br /&gt;
CurrentDay=10&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Change the dates and time to match the point from which you want Cumulus to start downloading data. If the station has already sent the data, this may not work, unfortunately.&lt;br /&gt;
&lt;br /&gt;
If you stored data from your weather station (on another file-based system) before you first ran Cumulus, then you may be able to (using a text editor outside Cumulus) generate [[Monthly log files]] for the pre-Cumulus period.  See that Wiki article for more information on what you can then do with those files within Cumulus.&lt;br /&gt;
&lt;br /&gt;
== I have inserted pre-Cumulus data and now I get errors ==&lt;br /&gt;
&lt;br /&gt;
Probably some of your inserts used the wrong format (blank rows, fields with real numbers where integers expected, alternatively missing or duplicated fields). See [[:Category:Log_Files]]. Note that Cumulus will only flag errors in the log files that it reads (e.g. those relating to the period for which it displays trends graphs).  Check all the log files you have amended.&lt;br /&gt;
&lt;br /&gt;
== I have inserted pre-Cumulus data making &#039;Records began on&#039; date wrong ==&lt;br /&gt;
&lt;br /&gt;
Stop Cumulus and edit [[Cumulus.ini#Section:_Station | cumulus.ini (station section)]] within the main Cumulus folder. Change the &amp;quot;StartDate=&amp;quot; line. Be sure to use the same format for the date.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note&#039;&#039;&#039; &#039;&#039;StartDate=xxxx&#039;&#039; does &#039;&#039;not&#039;&#039; need to be updated for Cumulus to recognise earlier data in log files in its &#039;&#039;data&#039;&#039; subfolder.  &lt;br /&gt;
&lt;br /&gt;
It really represents &amp;quot;Cumulus began on&amp;quot;, so there is an alternative of leaving cumulus.ini unchanged, but editing default Cumulus &#039;&#039;recordsT.htm&#039;&#039; template twice:&lt;br /&gt;
*after the h2 heading is &#039;&#039;&amp;amp;lt;p&amp;amp;gt;Records began on &amp;lt;#recordsbegandate&amp;gt;. Here are the extremes recorded since then.&amp;amp;lt;/p&amp;amp;gt;&#039;&#039;;  you can replace &#039;&amp;lt;#recordsbegandate&amp;gt;&#039; with the new earliest date typed in as text; and&lt;br /&gt;
*at the start of the table is the &#039;&#039;&amp;amp;lt;caption&amp;amp;gt;Records Since &amp;lt;#recordsbegandate&amp;gt;&amp;amp;lt;/caption&amp;amp;gt;&#039;&#039;; replace the label &amp;quot;Records since&amp;quot; with &amp;quot;Cumulus began on&amp;quot; leaving the web tag unchanged.&lt;br /&gt;
&lt;br /&gt;
== Cumulus doesn’t show the same pressure as my Fine Offset console  ==&lt;br /&gt;
&lt;br /&gt;
Cumulus displays atmospheric pressure corrected to sea level. The console calls this ‘relative pressure’; it displays the letters &amp;quot;rel&amp;quot; when this is being displayed.  First of all, check&lt;br /&gt;
# that you are comparing the Cumulus display with the ‘relative’ pressure on your console,&lt;br /&gt;
# that only one copy of Cumulus is accessing the weather station (and no other software),&lt;br /&gt;
# that you do not have a &#039;EWpressureoffset=x.y&#039; line in the [Station] section of [[Cumulus.ini#Introduced_for_problems_with_Fine_Offset_family:| cumulus.ini]],&lt;br /&gt;
# and that you do not have a setting for pressure on the Cumulus calibration screen.&lt;br /&gt;
&lt;br /&gt;
The Fine Offset stations only store absolute/station pressure readings in their weather memory locations updated with each transmission and read by Cumulus. Within Cumulus, the software applies the adjustment to sea level before any further processing. It does &#039;&#039;not&#039;&#039; use the altitude setting in the cumulus station configuration screen.&lt;br /&gt;
Normally when Cumulus starts, it reads in [http://www.jim-easterbrook.me.uk/weather/mm/ the fixed block] in the console a pair of absolute/station pressure and relative/sea level pressure readings and uses the difference between these as the ‘offset’ in millibar for the station;  Cumulus uses this offset subsequently to calculate the sea level pressure (each time when reading the absolute pressure in the weather memory locations of the station), but it is possible to define the offset in cumulus.ini instead. &lt;br /&gt;
&lt;br /&gt;
Make sure that you have set your console&#039;s relative pressure correctly:&lt;br /&gt;
*for a push button operated model, press &#039;menu&#039; key 4 times for pressure mode, press &#039;enter&#039; to move to relative pressure setting, press &#039;up&#039; or &#039;down&#039; to adjust value.&lt;br /&gt;
*if your model uses a touch sensitive screen then it is probably tap the reading three times, then touch &#039;+&#039; or &#039;-&#039; to adjust value.&lt;br /&gt;
&lt;br /&gt;
The support forum includes discussion on where to find isobar charts or other sources to determine what the pressure should be.  Obviously after any adjustment you need to stop Cumulus, because it is when you restart it that Cumulus reads the new pressure offset.&lt;br /&gt;
&lt;br /&gt;
Sometimes the offset that cumulus reads from the fixed block is clearly garbage, so&lt;br /&gt;
# the cumulus error light is set,&lt;br /&gt;
# an error message suggests you check the station, and&lt;br /&gt;
# Cumulus uses zero offset instead as a best effort.&lt;br /&gt;
In this situation, Cumulus will display the same value as the &#039;absolute&#039; pressure on the console (no &amp;quot;rel&amp;quot; is displayed on the console when it is displaying absolute pressure). Often, if you restart Cumulus, it will then be able to read the correct value. If the problem happens often, you can circumvent it by editing cumulus.ini (while Cumulus is stopped), and in the [Station] section add an entry: &lt;br /&gt;
&lt;br /&gt;
 EWpressureoffset=x.y&lt;br /&gt;
&lt;br /&gt;
where x.y is your pressure offset. &#039;&#039;&#039;Cumulus will then use this instead of reading the fixed block offset from the station&#039;&#039;&#039;.  &lt;br /&gt;
&#039;&#039;&#039;Note&#039;&#039;&#039; that &#039;&#039;you must supply the offset in hPa&#039;&#039; (i.e. the millibar units that the station works with) and that this circumvention generally stops Cumulus from agreeing with the relative pressure displayed on the console.&lt;br /&gt;
&lt;br /&gt;
== My pressure suddenly dropped! Or suddenly increased!  ==&lt;br /&gt;
&lt;br /&gt;
If you have a Fine Offset station, and this happened when you (re)started Cumulus, it is quite likely a problem with reading the pressure &#039;offset&#039; from the station. See: &amp;quot;Cumulus doesn’t show the same pressure as my Fine Offset console&amp;quot; above.&lt;br /&gt;
&lt;br /&gt;
== I get an error when I try to view my all-time records. Also, they don’t appear on my web site  ==&lt;br /&gt;
&lt;br /&gt;
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. &lt;br /&gt;
&lt;br /&gt;
== I get an error when I close Cumulus  ==&lt;br /&gt;
&lt;br /&gt;
Cumulus does sometimes report an error when you close it. This does not appear to cause any problems, you can just close the error message. I don&#039;t seem to be able to do anything about this, as the &#039;crash&#039; is not in code that I have control over. You may be able to avoid this error by avoiding closing Cumulus while it is uploading to the internet. Please don&#039;t bother sending me a bug report about this. &lt;br /&gt;
&lt;br /&gt;
== My forecast says &amp;quot;Not available&amp;quot;  ==&lt;br /&gt;
&lt;br /&gt;
You can get Cumulus to create a simple forecast by selecting &#039;Cumulus Forecast&#039; on the Stations Settings screen. &lt;br /&gt;
&lt;br /&gt;
== My forecast always says &amp;quot;Exceptional Weather, Stormy, much precipitation&amp;quot;  ==&lt;br /&gt;
&lt;br /&gt;
You probably have incorrect Pressure Extreme settings in the Forecast section on the Station Settings window. Make sure that the values you have supplied match the units you have selected for the extremes. Note that the units for the extremes are not related to the units you have chosen for pressure display in Cumulus. The option of supplying mb/hPa or inHg for the extremes is merely a convenience; you can supply either, but the values and the units must of course match.&lt;br /&gt;
&lt;br /&gt;
== My computer hibernated/suspended, and I lost data/my graphs &#039;flat-lined&#039;  ==&lt;br /&gt;
&lt;br /&gt;
Cumulus can&#039;t cope with being suspended, it just carries on as normal after being woken. There is an option in the station settings to &#039;close on suspend&#039;, so Cumulus will close itself as a safety measure, if you forget to do it manually. Don&#039;t use the &#039;close on suspend&#039; option and the &#039;confirm shutdown&#039; option at the same time; this will cause problems. &lt;br /&gt;
&lt;br /&gt;
But I strongly recommend that you don&#039;t have your computer set to go into any form of standby while Cumulus is running - it&#039;s continuously gathering real-time data, after all, so it&#039;s a rather strange thing to do. &lt;br /&gt;
&lt;br /&gt;
== My heat index/humidex/wind chill is the same as my temperature  ==&lt;br /&gt;
&lt;br /&gt;
*Wind chill only applies when the average wind speed is above 4.8 kph &#039;&#039;&#039;and&#039;&#039;&#039; (by default in Cumulus as it should really always be set, but this is an option that can be unset) the temperature is below 10 degrees Celsius.  &lt;br /&gt;
*Heat index only applies when the temperature is above 27 degrees Celsius &#039;&#039;&#039;and&#039;&#039;&#039; the humidity is above 40%. &lt;br /&gt;
* Humidex does not have any &#039;cutoff&#039; values, but at low temperature and/or humidity it will give the same figure as ambient temperature.&lt;br /&gt;
&lt;br /&gt;
If heat index or wind chill is not applicable, Cumulus will set them the same as the ambient temperature.&lt;br /&gt;
&lt;br /&gt;
== Cumulus is showing a different wind speed compared to my console  ==&lt;br /&gt;
&lt;br /&gt;
You have probably misunderstood Cumulus processing of wind speeds, looking at different parameters, or different averaging periods.&lt;br /&gt;
*If you have a Davis weather station see [[#What_do_the_various_wind_speeds_in_Cumulus_correspond_to.2C_with_Davis_stations.3F]]&lt;br /&gt;
*If you have a Fine Offset station, see [[#What_do_the_various_wind_speeds_in_Cumulus_correspond_to.2C_with_Fine_Offset_stations.3F]] &lt;br /&gt;
* For Oregon Scientific and La Crosse stations see [[#How_do_I_set_up_recording_wind_speeds_in_Cumulus.2C_with_Oregon_Scientific_and_La_Crosse_stations]]&lt;br /&gt;
&lt;br /&gt;
Note that you can&#039;t compare the graphs drawn by Easyweather and Cumulus unless you are certain that they are plotting the same data. They can&#039;t both be running at the same time, so one would normally be plotting &#039;live&#039; data at a given interval, and the other will be plotting data downloaded from the station&#039;s logger. The wind speed will hence not normally be the same for a particular time on the graph as it may well have changed at the point that it is saved to the logger. The only situation where it &#039;&#039;would&#039;&#039; be valid to compare the graphs would be if neither were running at the times you are comparing, and both subsequently downloaded the same data from the logger.&lt;br /&gt;
&lt;br /&gt;
== I get error -32710 with Cumulus and my USB Davis station  ==&lt;br /&gt;
&lt;br /&gt;
The USB support in the Davis DLL which Cumulus uses doesn&#039;t seem to work. You need to use the CP210X USB/serial software which Davis supply, and use the station in serial mode. If you have previously been using your station with Weatherlink in USB mode, you will need to change to serial mode in Weatherlink before you can use the station with Cumulus. You can do this using [http://www.davisnet.com/support/weather/download/CP210X_USB_Serial_Converter_ver2.exe this utility from Davis]. See also this FAQ entry - http://wiki.sandaysoft.com/a/FAQ#How_do_I_get_my_Davis_station_with_USB_working_with_Cumulus.3F&lt;br /&gt;
&lt;br /&gt;
== When I start Cumulus, the graphs restart again each time and don&#039;t show the earlier data  ==&lt;br /&gt;
&lt;br /&gt;
You probably have an error in one or more data files. Look near the beginning of the latest file in the Diags folder for an error message which will tell you which file is in error and which line is causing the problem. It may simply be a blank line. Edit the file with Cumulus stopped. Note that you may need to repeat this process; only the first error is shown.&lt;br /&gt;
&lt;br /&gt;
This problem can also occur if you change your system format settings (date format, decimal and list separators etc). Again, check the diags file for a message about a number not being a valid floating point value.&lt;br /&gt;
&lt;br /&gt;
== The peak values on my graphs are not the same as my extreme values  ==&lt;br /&gt;
&lt;br /&gt;
The graphs are snapshots of the data, taken once a minute while Cumulus is running; it is not feasible to plot every data point. If the extreme value did not coincide exactly with the point at which the data was added to the graph, then it will not appear on the graph. The graphs are not intended to show all of the highs and lows, they are there to give an idea of the trends. This also applies to &#039;Select-A-Graph&#039;, which takes its data from the data logs; the highs and lows do not necessarily appear in the periodic data logs.&lt;br /&gt;
&lt;br /&gt;
This is most noticeable with wind gusts, the value of which can change rapidly, even over a period of a minute. The &#039;Plot latest gust&#039; setting causes the &#039;Latest&#039; figure (as shown on the main screen) to be plotted. What this figure represents exactly depends on your weather station type. This figure may vary rapidly, e.g. on Davis stations, it changes every 3 seconds or so. The graphs are plotted once a minute, and hence, with Davis stations, for example, there is approximately a one in 20 chance of any given &#039;latest&#039; figure actually being plotted.&lt;br /&gt;
&lt;br /&gt;
Cumulus also stores the peak value of the &#039;latest&#039; figure from the last 10 minutes. It calls this the &#039;gust&#039;, as this is a reasonable representation of a true &#039;gust&#039; figure. If you untick &#039;plot latest gust&#039;, it will plot this figure instead. As it contains the peak figure from the last 10 minutes, and the graph is plotted once a minute, plotting this value means that the high gust figure will always appear on the graph. The exception to this is with Davis stations, in the situation where the &#039;high gust&#039; figure has been read directly (as a way of ensuring that the high gust isn&#039;t missed) rather than by the usual reading of the current data. In this case, the gust is recorded as the high, but is not written to the current value, and hence does not appear on the graph, as it may be out of sequence with the current data.&lt;br /&gt;
&lt;br /&gt;
== My extreme values do not appear in the &#039;monthly&#039; data logs  ==&lt;br /&gt;
&lt;br /&gt;
The data logs are snapshots of the data, taken at the configured interval while Cumulus is running (or at the station&#039;s configured interval when data is read from the station&#039;s logger directly into the Cumulus monthly log). Cumulus, while it is running, reads the station frequently, detecting each change in observations, and can update extremes at each of these reading times.&lt;br /&gt;
&lt;br /&gt;
If the extreme value reading time did not immediately precede a time at which the data was logged, then it will not appear in the log. This is most noticeable with wind gusts, the value of which can change rapidly between log entries.&lt;br /&gt;
&lt;br /&gt;
Cumulus is designed to be kept running, if you only run it once a day, then the information it reads from the station&#039;s logger during catch up may miss extremes. For example &#039;&#039;when Cumulus reads the archive temperatures from a Davis station&#039;&#039;,  (in a compromise to allow Cumulus to have as much code as possible that is common to all weather station types) the design means that it ignores the first and second figures representing highest and lowest reported at each logged time, just reading the third figure that, depending on console configuration, is either the average value over the archive period or the final reading of the archive period (I don&#039;t know what the default is).&lt;br /&gt;
&lt;br /&gt;
== Cumulus takes a long time to download the data from my Davis station at start up  ==&lt;br /&gt;
&lt;br /&gt;
When Cumulus starts, it asks the station for all the data from the logger since the last time it was running. If the time-stamp that it supplies does not exactly match the time-stamp of an entry in the Davis logger, the station has a strange &#039;feature&#039; where it decides to send the entire contents of the logger. This will take some time to download, during which the Davis console display may appear to freeze. &lt;br /&gt;
#It is recommended that you enable the feature &#039;&#039;&#039;Synchronise station clock&#039;&#039;&#039; in the &#039;Settings&#039; block accessed from the &#039;&#039;Configuration&#039;&#039; menu  &#039;&#039;&#039;Station&#039;&#039;&#039; [[Cumulus_Screenshots#Station|Screen]].&lt;br /&gt;
#It is recommended that you set the logging interval in Cumulus (in the &#039;Data log interval&#039; block accessed from the &#039;&#039;Configuration&#039;&#039; menu  &#039;&#039;&#039;Station&#039;&#039;&#039; Screen) to the same interval as the station (the station interval can be changed using Weatherlink), then Cumulus will be able to make sure it uses a time-stamp that matches an entry in the logger. Note that this is mentioned in the &#039;&#039;&#039;readme.txt&#039;&#039;&#039; file that appears during the Cumulus installation, which you were asked to read at the time. If you didn&#039;t read it, it is strongly recommended that you do so now; it contains important information.&lt;br /&gt;
&lt;br /&gt;
== My Davis console clock is not exactly the same as my PC clock, but I have &amp;quot;Synchronise station clock&amp;quot; selected ==&lt;br /&gt;
&lt;br /&gt;
The Davis protocol only allows hours and minutes to be set, so there is always likely to be a difference of up to 60 seconds between the PC and the station.&lt;br /&gt;
&lt;br /&gt;
== Today is the shortest/longest day, but Cumulus says that tomorrow will be a few seconds shorter/longer  ==&lt;br /&gt;
&lt;br /&gt;
The routines I use to calculate (at midnight GMT) the length of the day aren&#039;t really suitable for this level of accuracy and may use the previous day in one parameter. I don&#039;t consider it an issue.&lt;br /&gt;
&lt;br /&gt;
== Cumulus got the forecast wrong!  ==&lt;br /&gt;
&lt;br /&gt;
Cumulus uses a forecast based on the Zambretti Forecaster (see Google). I didn&#039;t design the algorithm myself and to be honest I don&#039;t know how it works, so I can&#039;t answer any questions about it. Note that this is a &#039;forecast&#039; for the following 12 hours or so; it is not a &#039;nowcast&#039; (what the weather is doing now). Please regard the forecast as &#039;for entertainment purposes only&#039;. Do not base any decisions on it, and bear in mind that it is a very simple calculation based on only a few basic parameters. Some people get reasonable results, others do not. You can try tweaking the pressure extreme settings (in the Forecast section in the station settings), but don&#039;t expect the forecast to be as good as that provided by the weather agencies which have invested millions in their forecasting systems.&lt;br /&gt;
&lt;br /&gt;
== I only see one set of points on the wind direction graph  ==&lt;br /&gt;
&lt;br /&gt;
This happens just after you restart Cumulus, if the data came from the weather station&#039;s logger (i.e. Cumulus hasn&#039;t been running for a while). Weather stations only supply a &#039;current&#039; direction, and Cumulus calculates the average direction when running &#039;live&#039;.  So there is only one set of data available to be plotted, if it comes from the station logger.&lt;br /&gt;
&lt;br /&gt;
== My average wind bearing remains at zero ==&lt;br /&gt;
&lt;br /&gt;
Cumulus will always show zero average bearing when the average wind speed is zero (it can&#039;t be otherwise because it&#039;s calculated using the wind speed). In addition, it will show zero current bearing when the current wind speed is zero if you have &#039;&#039;use bearing zero when calm&#039;&#039; selected in the [[Cumulus_Screenshots#Station|station]] settings (accessible from &#039;&#039;&#039;Configuration&#039;&#039;&#039; menu).&lt;br /&gt;
&lt;br /&gt;
This also happens if your anemonmeter has a fault.&lt;br /&gt;
&lt;br /&gt;
== My graphs appear to be plotted less frequently just after Cumulus starts up  ==&lt;br /&gt;
&lt;br /&gt;
When running live, Cumulus plots data at 1-minute intervals. When it starts up, it pre-fills the graphs with data from the log files, which generally (depending on how you have Cumulus and your station configured) will be at less frequent intervals. &lt;br /&gt;
&lt;br /&gt;
== I closed Cumulus, the &#039;please wait&#039; form appeared, but Cumulus didn&#039;t close, even after several minutes  ==&lt;br /&gt;
&lt;br /&gt;
If you&#039;ve closed Cumulus shortly after it has downloaded a lot of data from the logger, it can take a while for the logging thread to get everything written away to disk, and Cumulus won&#039;t close until this has completed. However, in some circumstances, there seems to be a situation where Cumulus will never close, so you will need to close it with task manager. If you think you know what conditions cause this to happen, please let me know. &lt;br /&gt;
&lt;br /&gt;
== Cumulus isn&#039;t logging data at the interval that I set  ==&lt;br /&gt;
&lt;br /&gt;
It logs data at the interval you have configured, while it is running. If there is data to read from the station logger at start up, each logger entry is logged to the Cumulus log files, so those entries will be at the logger interval that you have configured in your station.&lt;br /&gt;
&lt;br /&gt;
== Cumulus takes a very long time to shut down ==&lt;br /&gt;
&lt;br /&gt;
You may have closed it very soon after starting it up, when it had a lot of data to download from the station logger, and you use Weather Underground. From version 1.9.1  there is a facility where it &#039;catches up&#039; with data that hasn&#039;t been uploaded to Weather Underground while it hasn&#039;t been running. This takes a little while, and if you close it while it is doing it, it will take a long time for all of the updates to time out. You need to give it sufficient time to finish the upload. From version 1.9.2, there is a &#039;catch up&#039; light which shows that the upload is taking place, and the &#039;catch up&#039; is optional&#039;; and it will abort much more quickly if you still close it while the catch up is taking place. &lt;br /&gt;
&lt;br /&gt;
== My temperature Min/Max/Avg graph is empty ==&lt;br /&gt;
&lt;br /&gt;
The most likely explanation is that you have only recently started running Cumulus (in the last day or two). It adds new values to this graph at the end of each day; it wouldn&#039;t make sense to add a value part of the way through the day, and you need a few points to be plotted before the graph starts to take shape. You need to wait until you have been running Cumulus for a few days.&lt;br /&gt;
&lt;br /&gt;
If you&#039;ve been running Cumulus for more than a few days, but the graph is still empty, the most likely explanation is that it was unable to read your dayfile.txt file. Look at the latest file in the &#039;diags&#039; folder (the files are plain text) for error messages mentioning dayfile.txt.&lt;br /&gt;
&lt;br /&gt;
== The longest dry/wet spell for this month/year includes days from last month/year ==&lt;br /&gt;
&lt;br /&gt;
This is intentional. I decided that it didn&#039;t make sense to arbitrarily chop off a dry/wet spell at the start of the month/year, as then the figure is meaningless. So the figures are to be interpreted as &amp;quot;the longest dry/wet spell which includes this month/year&amp;quot;. I note that other software takes the same approach.&lt;br /&gt;
&lt;br /&gt;
== Cumulus isn&#039;t performing periodic tasks, like data logging or web uploads ==&lt;br /&gt;
&lt;br /&gt;
Cumulus assumes a certain level of weather station functionality. It checks that it has received data from a number of sensors (e.g. pressure and outside temperature) before it starts periodic calculations, logging, uploading to the web, or drawing graphs. This is an attempt to make sure that bad data is not logged. If your weather station is not fully functional, you will not be able to use Cumulus fully. &lt;br /&gt;
&lt;br /&gt;
You can over-ride the start up check by adding a line to the [Station] section of [[Cumulus.ini#Section:_Station|cumulus.ini]], thus: &#039;&#039;NoSensorCheck=1&#039;&#039;&lt;br /&gt;
(You need to do this while Cumulus is stopped). Note that you are likely to get bad data logged if you do this.&lt;br /&gt;
&lt;br /&gt;
== I&#039;ve changed my Twitter password, and now Cumulus won&#039;t update Twitter ==&lt;br /&gt;
&lt;br /&gt;
You need to force Cumulus to re-authenticate with Twitter. Stop Cumulus and edit cumulus.ini. Find the [Twitter] section, and &#039;&#039;&#039;delete&#039;&#039;&#039; the lines which start&lt;br /&gt;
&lt;br /&gt;
OauthToken=&lt;br /&gt;
 &lt;br /&gt;
OauthTokenSecret=&lt;br /&gt;
&lt;br /&gt;
Start Cumulus and it should be able to update Twitter again.&lt;br /&gt;
&lt;br /&gt;
== When I start Cumulus, I get the error message &amp;quot;The station is not initialised&amp;quot; ==&lt;br /&gt;
&lt;br /&gt;
For Fine Offset stations, when Cumulus starts up, it checks the first two bytes of the station&#039;s memory. They are supposed to contain the values Hex 55 and Hex AA to indicate that the station has initialised itself correctly. If they do not, then presumably the station has had some kind of internal problem, so Cumulus doesn&#039;t try to read any data from it. A reset of the station normally fixes this - remove the batteries and the USB cable; but note that you will almost certainly lose any stored data in the logger.&lt;br /&gt;
&lt;br /&gt;
If you want to force Cumulus to ignore this check (not recommended), edit cumulus.ini and add a line to the [Station] section: &#039;&#039;EWdisablecheckinit=1&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
You will most likely not have any success with this, as your station memory is probably corrupted anyway.&lt;br /&gt;
&lt;br /&gt;
Note that for this setting to work, you need to be using version 1.9.3, build 1034 or later.&lt;br /&gt;
&lt;br /&gt;
== How do I correct today&#039;s or yesterday&#039;s highs and lows? ==&lt;br /&gt;
&lt;br /&gt;
Today&#039;s totals, highs and lows (and yesterday&#039;s rain total) are held in [[today.ini]] in the Cumulus data folder. Yesterday&#039;s totals (including RG11 rain but not standard rain), highs and lows are held in [[yesterday.ini]]. Follow the cross-references if you are unsure which parameter is what. To change any values, stop Cumulus and edit the file(s) in a text editor. Be sure to keep any date and time formats the same. If you are editing yesterday&#039;s highs and lows, you might also need to edit [[Dayfile.txt#Editing_daily_summary_in_Cumulus|dayfile.txt]], as the same values will probably have been written to that file. You can use the [[Cumulus_Screenshots#File.2FEdit.2FHelp_Menu|built-in dayfile editor]] in Cumulus to do this. If your all-time and/or monthly all-time records have been affected, see the [[#How_do_I_correct_my_all-time_.28or_monthly_all-time.29_records.3F|FAQ entry below]].&lt;br /&gt;
&lt;br /&gt;
If the value you want to change is today&#039;s high hourly rain figure, it is best to wait until the current figure has returned to a sensible value. There is no easy way to correct the current figure, so if you change it in today.ini while the current figure is incorrect, the high value in today.ini will immediately be changed again when you start Cumulus.  More information about correcting rain [[#My_station_invented_some_rain_that_didn.27t_really_occur.2C_and_I_want_to_set_it_to_zero_.28or_some_other_figure.29 |in this FAQ]].&lt;br /&gt;
&lt;br /&gt;
If the problem occurred because Cumulus wasn&#039;t able to download the data from the station&#039;s logger when you started it up in the morning (or perhaps you turned off the &#039;use data logger&#039; setting for some reason), you can get it to try again by &#039;rewinding&#039; to the time when you started Cumulus, and allowing it to try again. Cumulus takes a copy of the current files each time it starts up, and puts them in a folder in the backup folder in the Cumulus installation. Stop Cumulus, and find the backup folder with the appropriate timestamp, and copy all of the files from the backup folder into the Cumulus data folder, and start Cumulus up again.&lt;br /&gt;
&lt;br /&gt;
== How do I correct my all-time (or monthly all-time) records? ==&lt;br /&gt;
&lt;br /&gt;
Use the editor in Cumulus - on the Edit menu. If you know the correct figures, you can enter them manually.&lt;br /&gt;
*You can look at the [[Alltimelog.txt]] file to find the previous values for the [[Monthlyalltime.ini|all-time records]].&lt;br /&gt;
*Similar entries are logged to the [[diags]] files for the monthly highs and lows in [[month.ini]]. &lt;br /&gt;
*You can also get the editor to scan the [[dayfile.txt|daily summary log]] and [[Monthly_log_files]] to find the highs and lows from those files, click the Help button for details. Note that to use this facility you first need to correct any incorrect values in the files being scanned; you can use the built-in editor in Cumulus to edit dayfile.txt.&lt;br /&gt;
&lt;br /&gt;
Cumulus takes a backup of all the active data files when it starts up, and also at the start of the meteorological day (just after midnight for a lot of users). The backups are kept in folders within the backup sub-folder in the Cumulus installation. So an alternative method would be to find the latest backup from before the error occurred, and copy the &#039;&#039;alltime.txt&#039;&#039; and/or &#039;&#039;monthlyalltime.txt&#039;&#039; file from the backup to the Cumulus data folder. Do this with Cumulus stopped.&lt;br /&gt;
&lt;br /&gt;
There is more information in [[:Category:Log_Files]], on the page for each type of file.&lt;br /&gt;
&lt;br /&gt;
== It&#039;s January 1st and my &#039;rain since midnight&#039; and/or &#039;last 24 hours rain&#039; and/or Evapotranspiration are wrong/negative ==&lt;br /&gt;
&lt;br /&gt;
You are probably using a Davis station. Cumulus needs an incrementing rain counter to calculate all of the rain figures, and the nearest to that on a Davis station is the annual total. When this resets at the end of the year, this causes some of the rain data to show odd values for a day. You will notice this particularly if you use an 0900 start of meteorological day, as the &#039;rain since midnight&#039; figure is used for services such as Weather Underground. There&#039;s no easy solution to this, sorry.&lt;br /&gt;
&lt;br /&gt;
== Cumulus stops at the &amp;quot;Downloading data&amp;quot; screen ==&lt;br /&gt;
&lt;br /&gt;
If you have a Fine Offset station, this is probably caused by the station&#039;s interface locking up. You should be able to get it going again by doing a reset - remove batteries and the USB cable. Recent Fine Offset models have a problem where they can lock up frequently, requiring a reset. From version 1.9.3 of Cumulus onwards, there is an option to synchronise the reading of data with the console writing the data, to avoid doing both at the same time, and this seems to avoid most lockups. The setting is &amp;quot;Synchronise Fine Offset reads&amp;quot; on the station settings screen.&lt;br /&gt;
&lt;br /&gt;
If you look in the status bar at the bottom of the Cumulus window, there may a message &amp;quot;Error: no response&amp;quot;; this would confirm that the station has locked up and needs resetting.&lt;br /&gt;
&lt;br /&gt;
== Cumulus locks up when it starts and I have to use the task manager to kill it ==&lt;br /&gt;
&lt;br /&gt;
If you have a &#039;&#039;Fine Offset station&#039;&#039;, this is most likely caused by the station&#039;s interface locking up, i.e the station has stopped communicating with the PC.&lt;br /&gt;
&lt;br /&gt;
The problem where Cumulus locks up when the Fine Offset station doesn&#039;t respond is fixed in version 1.9.4. If you look in the status bar at the bottom of the Cumulus main window, there may be a message &amp;quot;Error: no response&amp;quot;; this would confirm that the station has locked up and needs resetting.&lt;br /&gt;
&lt;br /&gt;
You should be able to get the station going again by doing a reset - either remove console batteries and the USB cable or press the reset button hidden below the small hole (on 1081-based models, above the top RH corner of the battery cover). Recently manufactured Fine Offset models have a problem where they can lock up frequently, requiring a power reset. From version 1.9.3 of Cumulus onwards, there is an option on &#039;&#039;station settings screen&#039;&#039; to &#039;&#039;&#039;Synchronise Fine Offset Reads&#039;&#039;&#039; (Cumulus reading data from console) with the timing of received transmissions from sensors updating the data, to avoid doing both at the same time, and this seems to avoid most lockups.&lt;br /&gt;
&lt;br /&gt;
== Error messages with &amp;quot;Error on line...&amp;quot; or &amp;quot;Error at line...&amp;quot; ==&lt;br /&gt;
&lt;br /&gt;
These are corruptions in the log files, typically caused by Cumulus being unexpectedly closed (e.g. killed using Task Manager, or a PC reboot) while it is writing to the log files, but there can be other causes. The error message may say something like &amp;quot;List index out of bounds&amp;quot;. The error message will name the affected file(s) and the affected line number(s).&lt;br /&gt;
&lt;br /&gt;
Stop Cumulus and open the named file(s) in a &#039;Comma Separated Value&#039; or text editor. In Windows Notepad &#039;Go To&#039; in the &#039;Edit&#039; menu (CTRL + G) will (with word wrap off in &#039;Format&#039; menu) take you directly to the line number. It is easier with a good editor that shows line numbers such as notepad++. At the line number(s) mentioned correct the error(s), which will be obvious as the lines won&#039;t look like the other lines, they will be blank or have garbage characters, or perhaps two lines have been run together. Save the file(s) and start Cumulus again.&lt;br /&gt;
&lt;br /&gt;
== Cumulus gives an error and won&#039;t run on my HP computer ==&lt;br /&gt;
&lt;br /&gt;
It&#039;s a known problem with HP computers; they have missing fonts. One solution is to install [http://www.microsoft.com/en-us/download/details.aspx?DisplayLang=en&amp;amp;id=16083 this font update] from Microsoft. It appears that computers other than HP can have the same font issue, so it is worth installing the font update anyway, if you get a problem where Cumulus won&#039;t start.&lt;br /&gt;
&lt;br /&gt;
== The headings or data look wrong in the data log viewer ==&lt;br /&gt;
&lt;br /&gt;
You&#039;re probably trying to view the wrong type of file. Use [[Cumulus_Screenshots|menus]] on main screen.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;View | Data logs&amp;quot; is only for the monthly data logs, e.g. Oct13log.txt, &amp;quot;View | Extra data logs&amp;quot; is for &amp;quot;extra&amp;quot; data logs, e.g. ExtraLog201310.txt, and if you want to view the daily summaries in dayfile.txt, use the dayfile.txt editor - &amp;quot;Edit | dayfile.txt&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
== The wind rose in Cumulus does not display anything with my Fine Offset ==&lt;br /&gt;
&lt;br /&gt;
The Fine Offset weather stations are supposed to supply data for 16 wind directions, however the design is such that most of them only actually use 8 of the possible 16. Try setting the wind rose to only display 8 directions by setting the &#039;wind rose points&#039; value to 8 on the display settings screen.&lt;br /&gt;
&lt;br /&gt;
== I&#039;ve set the graph background to white, but there&#039;s a problem with the small wind direction graph ==&lt;br /&gt;
&lt;br /&gt;
This appears to be an issue with the third party chart component. The work around is to choose a gradient background and set all three colours in the gradient to white.&lt;br /&gt;
&lt;br /&gt;
== My Weather Underground tabular data interval is not the same as the interval I&#039;ve set in Cumulus (I&#039;m using Rapid Fire) ==&lt;br /&gt;
&lt;br /&gt;
If you have selected &#039;rapid fire&#039;, the data is uploaded every 5 seconds, and the interval you configure in Cumulus is not used. Weather Underground decide how often your tabular data is logged when using rapid fire, not Cumulus.&lt;br /&gt;
&lt;br /&gt;
== My WU or PWS highest and lowest do not match Cumulus ==&lt;br /&gt;
&lt;br /&gt;
Note that Cumulus does not send minimum and maximum values to PWS and WU, they determine those themselves from the individual values that Cumulus sends.&lt;br /&gt;
&lt;br /&gt;
== My monthly (month-by-month) all-time records don&#039;t have entries for all of the months that I have been using Cumulus ==&lt;br /&gt;
&lt;br /&gt;
You need to initialise them. See the release announcement for version 1.9.3, which is when this facility was introduced: http://sandaysoft.com/forum/viewtopic.php?f=2&amp;amp;t=9286&lt;br /&gt;
&lt;br /&gt;
You only need to do this once; when you have initialised them, Cumulus will keep them up to date thereafter.&lt;br /&gt;
&lt;br /&gt;
== I am getting I/O error 32 or I/O error 103 ==&lt;br /&gt;
&lt;br /&gt;
I/O error 32 = ERROR_SHARING_VIOLATION; &amp;amp;nbsp; I/O error 103 = ERROR_TOO_MANY_SEM_REQUESTS mean something on your system has one of the Cumulus files open, preventing Cumulus writing to it (Cumulus needs exclusive access).  If you are seeing &amp;quot;file access denied&amp;quot;, you may have a permissions problem.&lt;br /&gt;
Possible reasons for locked files:&lt;br /&gt;
# Anti-virus, or back-up, software scanning/accessing the file (this is the cause in almost all cases that I&#039;ve seen).&lt;br /&gt;
# An edit or file transfer in progress (the Cumulus thread for logging and the Cumulus thread for FTP are independent so can overlap). This is likely to happen if you are getting Cumulus to frequently upload the log file to your web site.&lt;br /&gt;
# Some other software that a user is running which is processing the file in some way.&lt;br /&gt;
# More than one instance of Cumulus running (see [[#Can_I_run_2_copies_of_Cumulus.3F]]).&lt;br /&gt;
# An issue with the system clock on the PC.&lt;br /&gt;
&lt;br /&gt;
= Website =&lt;br /&gt;
&lt;br /&gt;
== How do I set up a website? ==&lt;br /&gt;
The crucial settings are selected on the &#039;&#039;Internet&#039;&#039; screen in the &#039;&#039;&#039;Configuration&#039;&#039;&#039; menu. &lt;br /&gt;
*On the &#039;&#039;Sites/Options&#039;&#039; tab, you must have &#039;&#039;&#039;Auto Update&#039;&#039;&#039; selected if you want Cumulus to generate web pages at the standard interval.  Other parameters will depend on your particular set-up, but are explained in the Cumulus &#039;&#039;&#039;Help&#039;&#039;&#039; and in Wiki pages starting with [[Website_setup]] and following links as required. &lt;br /&gt;
*On the &#039;&#039;Files&#039;&#039; tab, you select whether to use the standard Cumulus templates and images, or specify your own templates and destinations.&lt;br /&gt;
&lt;br /&gt;
== I’ve configured my ftp details but the web pages aren’t appearing on my site  ==&lt;br /&gt;
&lt;br /&gt;
Try setting ‘use active FTP mode’. If you already have it set, try unsetting it. If it was previously working OK, something may have changed on your network, or at the server end.&lt;br /&gt;
&lt;br /&gt;
== I’ve tried active FTP mode, but my web pages (or my realtime.txt file) still don’t appear?  ==&lt;br /&gt;
&lt;br /&gt;
Are you absolutely sure you have set the ftp path correctly? Most problems like this are a result of an incorrect path. Note that the information in the &#039;FTP progress&#039; window is not generally useful for diagnosing upload issues&#039; try turning on the ftp logging (on the Configuration menu) and look in the ftplog.txt and realtimeftplog.txt files (in the Cumulus folder). It is best to supply a relative path - i.e. with no leading &#039;slash&#039;. Please don&#039;t ask me what path you need to supply, it is impossible for me to guess how your web space is set up. If you cannot work it out, ask your web space provider for help.&lt;br /&gt;
&lt;br /&gt;
== How do I replace the &#039;bird&#039; image on my website? ==&lt;br /&gt;
&lt;br /&gt;
There are several ways to change the image of the &#039;bird&#039; on the standard Cumulus web page.  You will need a [[FTP tool]].&lt;br /&gt;
* The simplest way is to upload a new picture to the images folder of your website; the file should be called picture.jpg.   Please ensure the image is not too large and bear in mind it will appear on the bottom left of the page; the site data may cover some of the image.  As a guide, the default image is 600 x 450 pixels.&lt;br /&gt;
* Secondly, you may upload an image using your own file name.  Edit the &#039;&#039;weatherstyle.css&#039;&#039; file and look for the line &amp;lt;tt&amp;gt;background-image: url(images/picture.jpg);&amp;lt;/tt&amp;gt; around line 9 and adjust as necessary.  Upload the edited css file to your website.&lt;br /&gt;
* if you wish to remove the image completely edit the &#039;&#039;weatherstyle.css&#039;&#039; file and remove the line &amp;lt;tt&amp;gt;background-image: url(images/picture.jpg);&amp;lt;/tt&amp;gt;  Upload the edited css file to to your website.&lt;br /&gt;
&lt;br /&gt;
NOTE: It is not recommended that you overwrite the image in your local folder (webfiles\images\picture.jpg) because that gets overwritten when you update to a new build of Cumulus. Ideally your image will be in its own local folder outside the Cumulus structure.&lt;br /&gt;
&lt;br /&gt;
== Why does the heading say &#039;weather weather&#039; ? ==&lt;br /&gt;
&lt;br /&gt;
The standard first template page contains &#039;&#039;&#039;&amp;amp;lt;h1&amp;amp;gt;&amp;amp;lt;#location&amp;amp;gt; weather&amp;amp;lt;/h1&amp;amp;gt;&#039;&#039;&#039;, so do not include &#039;weather&#039; in your station name (this is what the tag &amp;amp;lt;#location&amp;amp;gt; represents, see next answer) to avoid it being duplicated.&lt;br /&gt;
&lt;br /&gt;
== How do I change the &amp;quot;Welcome to.&amp;quot; on the front page ==&lt;br /&gt;
&lt;br /&gt;
The Welcome message is controlled within Cumulus.  Click on the &#039;&#039;Station&#039;&#039; screen in &#039;&#039;&#039;Configuration&#039;&#039;&#039; menu and Edit the &#039;&#039;&#039;Description&#039;&#039;&#039; field within the Location frame to amend what the tag &amp;lt;#longlocation&amp;gt; represents in &amp;quot;Welcome to &amp;amp;lt;#longlocation&amp;amp;gt;.&amp;quot; on template page.&lt;br /&gt;
&lt;br /&gt;
== I don&#039;t have a solar sensor. How do I remove the solar data from the supplied web templates? ==&lt;br /&gt;
Locate the Cumulus &#039;web&#039; folder on your PC and edit the following files (there are comments in the html to guide you):&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;indexT.htm&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Remove the following code:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
  &amp;lt;!-- Solar data. If you don&#039;t have a solar sensor, you may wish to delete everything from here to the next comment --&amp;gt;&lt;br /&gt;
  &amp;lt;tr class=&amp;quot;td_temperature_data&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;Solar Radiation&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;&amp;lt;#SolarRad&amp;gt;&amp;amp;nbsp;W/m&amp;amp;sup2;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;Evapotranspiration Today&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;&amp;lt;#ET&amp;gt;&amp;amp;nbsp;&amp;lt;#rainunit&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;/tr&amp;gt;&lt;br /&gt;
  &amp;lt;!-- End of solar data --&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;todayT.htm&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
Remove the following code:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
    &amp;lt;!-- Solar data. If you don&#039;t have a solar sensor, you may wish to delete everything from here to the next comment --&amp;gt;&lt;br /&gt;
    &amp;lt;tr class=&amp;quot;td_temperature_data&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;td&amp;gt;Hours&amp;amp;nbsp;of&amp;amp;nbsp;Sunshine&amp;lt;/td&amp;gt;&lt;br /&gt;
      &amp;lt;td&amp;gt;&amp;lt;#SunshineHours&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
      &amp;lt;td&amp;gt;&amp;amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;!-- End of solar data --&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;yesterdayT.htm&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Remove the following code:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
    &amp;lt;!-- Solar data. If you don&#039;t have a solar sensor, you may wish to delete everything from here to the next comment --&amp;gt;&lt;br /&gt;
    &amp;lt;tr class=&amp;quot;td_temperature_data&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;td&amp;gt;Hours&amp;amp;nbsp;of&amp;amp;nbsp;Sunshine&amp;lt;/td&amp;gt;&lt;br /&gt;
      &amp;lt;td&amp;gt;&amp;lt;#YSunshineHours&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
      &amp;lt;td&amp;gt;&amp;amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;!-- End of solar data --&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== How do I remove Inside Temperature graph or add solar/UV/sunshine? ==&lt;br /&gt;
&lt;br /&gt;
Locate the Cumulus &#039;web&#039; folder on your PC and edit the following file:&lt;br /&gt;
&#039;&#039;&#039;trendsT.htm&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Modify the following code:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
    &amp;lt;td class=&amp;quot;td_thumbnails&amp;quot;&amp;gt;&amp;lt;a onclick=&#039;changeImage(&amp;quot;images/intemp.png&amp;quot;)&#039;&amp;gt;&amp;lt;img src=&amp;quot;images/intempsm.png&amp;quot; alt=&amp;quot;Inside Temperature Graph Thumbnail&amp;quot; width=&amp;quot;150&amp;quot; height=&amp;quot;100&amp;quot; style=&amp;quot;border:0&amp;quot; /&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
*To simply remove &#039;&#039;&#039;Inside Temperature&#039;&#039;&#039; graph, change code above to this&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
*If you want to stop Cumulus uploading the indoor temperature graph, you can un-tick &#039;Include standard images&#039; on the &#039;files&#039; tab of the internet settings, and list all of the images that you still want to be uploaded as extra files. As there will likely be more than 10 files, you would need to do this by editing Cumulus.ini.&lt;br /&gt;
*To show solar instead, replace &#039;intemp.png&#039; with &#039;solar.png&#039;, replace &#039;intempsm.png&#039; with &#039;solarsm.png&#039;, and change the wording of the value associated with the alt property.&lt;br /&gt;
*To make Cumulus upload the solar graph, select it on the &#039;files&#039; tab of the internet settings.&lt;br /&gt;
*To show sunshine instead, replace &#039;intemp.png&#039; with &#039;sunshine.png&#039;, replace &#039;intempsm.png&#039; with &#039;sunshinesm.png&#039;, and change the wording of the value associated with the alt property.&lt;br /&gt;
*To make Cumulus upload the sunshine graph, select it on the &#039;files&#039; tab of the internet settings.&lt;br /&gt;
*To show UV instead, replace &#039;intemp.png&#039; with &#039;uv.png&#039;, replace &#039;intempsm.png&#039; with &#039;uvsm.png&#039;, and change the wording of the value associated with the alt property.&lt;br /&gt;
*To make Cumulus upload the UV graph, select it on the &#039;files&#039; tab of the internet settings.&lt;br /&gt;
&lt;br /&gt;
If you want to do more than a straight one for one swap see [[Customised_templates#Slightly_less_simple_customisation_of_trendsT.htm| customisation page here]].&lt;br /&gt;
&lt;br /&gt;
== How do I include extra items on supplied web templates? ==&lt;br /&gt;
&lt;br /&gt;
Open the folder cumulus\web and edit the relevant file named xxxxxT.htm.  For example instead of deleting the sections in the [[#I don&#039;t have a solar sensor. How do I remove the solar data from the supplied web templates?|remove solar answer]], edit their contents.&lt;br /&gt;
See [[Customised_templates#Changing_the_Standard_Templates]] for fuller description.&lt;br /&gt;
&lt;br /&gt;
If you do change the standard templates, take a copy of your new versions, and store elsewhere.&lt;br /&gt;
The sub-folder cumulus\web\originals has copies of the standard templates from the installed build, do not edit these.&lt;br /&gt;
When you install a new build of Cumulus, you have an option to replace or not replace the contents of cumulus\web with the new build&#039;s standard templates.&lt;br /&gt;
&lt;br /&gt;
== How do I upload extra web pages? ==&lt;br /&gt;
&lt;br /&gt;
See Cumulus help for the Internet Settings screen, or for a step-by-step guide see [[Customised_templates#What_to_select_on_the_.27Files.27_tab_of_the_Internet_Settings_screen_within_the_.27Configuration.27_menu]]&lt;br /&gt;
&lt;br /&gt;
== What character encoding does Cumulus use for the web pages it generates? ==&lt;br /&gt;
&lt;br /&gt;
Cumulus 1.9.4 build 1093 changed all the template pages from XHTML 1.0 Transitional using charset=iso-8859-1 encoding to HTML 5 using charset=&amp;quot;UTF-8&amp;quot; encoding. It uses this without [http://en.wikipedia.org/wiki/Byte_order_mark Byte Order Mark] (BOM).&lt;br /&gt;
&lt;br /&gt;
From that build, you can tell Cumulus which of those two encodings to use:&lt;br /&gt;
*For standard template names in standard &#039;cumulus\web&#039; folder, if you replace them with customised templates not using [http://en.wikipedia.org/wiki/UTF-8 &amp;quot;Universal Character Set Transformation Format — 8-bit&amp;quot; (UTF-8)], &lt;br /&gt;
**unselect &#039;&#039;&#039;UTF-8 encode&#039;&#039;&#039; in the web settings frame on the Sites/Options tab of Internet settings screen in Configuration menu. &lt;br /&gt;
**Cumulus will then, as in earlier builds, use [http://en.wikipedia.org/wiki/ISO-8859-1 iso-8859-1] encoding.&lt;br /&gt;
*For extra templates, the Files tab of the Internet settings screen in Configuration menu has the option to choose which of the two Cumulus encodings to use.  See Wiki article referenced in previous answer.&lt;br /&gt;
&lt;br /&gt;
Note that since Cumulus 1.9.4 build 1078 there has been an option on the NOAA Setup screen in Configuration menu to specify whether character set utf-8 encoding is to be used for those reports.&lt;br /&gt;
&lt;br /&gt;
== Why does a standard gauges web page have text where it should show gauges? ==&lt;br /&gt;
&lt;br /&gt;
[[File:Gauges missing.jpg]] If a standard Cumulus &#039;gauges.htm&#039; web page displays like this then either&lt;br /&gt;
&lt;br /&gt;
1) (Most Likely) The weather station owner has not loaded the required files/folders onto his/her server; &lt;br /&gt;
* The gauges graphics require the &#039;images&#039; subfolder (see next answer), containing the script and many images to be pre-loaded in the &#039;dbimages&#039; subfolder.&lt;br /&gt;
* All these should exist within the destination folder that holds the HTML files as instructed in the Cumulus Help (&#039;setting up your website&#039; page)  &lt;br /&gt;
* Also explained in [[Simple Website setup]] on this Wiki.&lt;br /&gt;
&lt;br /&gt;
or 2) JavaScript is not enabled (or not available) in the browser being used to view the page (if not enabled, this can be switched on in either &#039;Options&#039;, &#039;Preferences&#039; or &#039;Settings&#039; depending on browser). Note that Firefox version 23 has removed the ability to change this in Option preferences, so ignore this solution in that browser.&lt;br /&gt;
&lt;br /&gt;
or 3)  You are using a browser add-on such as &#039;NoScript&#039; (over 2 million use this) which requires you to explicitly turn on JavaScript for each web site you visit within the &#039;NoScript&#039; options.  (This sort of add-on may be used to restrict advertising or tracking of your actions, or for security against unwanted processes being started by sites you visit).&lt;br /&gt;
&lt;br /&gt;
== Why are there no graphs on my standard trends web page? ==&lt;br /&gt;
&lt;br /&gt;
Either 1) You have not created an images sub-folder (within your folder that holds web pages) as instructed in the Cumulus Help (&#039;setting up your website&#039; page) -  also explained in [[Simple Website setup]].  In this case, the bird image will not be appearing in the bottom left corner of your web pages.&lt;br /&gt;
&lt;br /&gt;
Or 2) You have switched off &#039;&#039;&#039;Include Standard Images&#039;&#039;&#039; on the file tab of the Internet dialogue of the configuration menu.  In this case Cumulus believes you are working in a non-standard way, and does not automatically upload the graphs (nor moon image).&lt;br /&gt;
&lt;br /&gt;
== What is the size of the standard Cumulus update? ==&lt;br /&gt;
&lt;br /&gt;
The default is that all of the standard pages and standard images are uploaded on each update at whatever standard update frequency you select. &lt;br /&gt;
&lt;br /&gt;
In total for version 1.9.2, it&#039;s about half a megabyte - about 100kB for the pages (about half of that is the gauges.htm page with all the detailed wind plotting points, and half the other pages) and 400kB for the variable images (moon phase, some gauges images and trend graphs - the exact size of latter can vary if you change the period they cover).&lt;br /&gt;
&lt;br /&gt;
Version 1.9.3 adds the monthly records page which contains 12 months worth of a lot of data, and adds 25kB to every update (although usually very little changes between updates).&lt;br /&gt;
&lt;br /&gt;
The NOAA monthly and annual pages are uploaded once a day, that is another 8kB for a full month and full year, obviously less at the start of a month/year.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Optional extras&#039;&#039;&#039;&lt;br /&gt;
*[[realtime.txt]] file, this is less than 1kB (1024 Bytes) in size.&lt;br /&gt;
*[[dayfile.txt]] a file that is about (30 times number of years) kB&lt;br /&gt;
*The files required to update external sites are no more than a few kB.&lt;br /&gt;
&lt;br /&gt;
== How do I upload my own pages or files once a day? ==&lt;br /&gt;
&lt;br /&gt;
Cumulus allows you to specify a command (with optional parameters) that will be actioned just after daily rollover. The command is entered in the &#039;&#039;External programs&#039;&#039; frame at the bottom left of the Internet Settings screen.  The box is labelled &#039;&#039;&#039;Daily&#039;&#039;&#039;. Click the Cumulus &#039;&#039;Help&#039;&#039; button for guidance.  For example you could type &#039;c:\cumulus\daily.cmd&#039; in the box labelled &#039;&#039;Daily&#039;&#039;. &lt;br /&gt;
&lt;br /&gt;
This could be used to upload the pages with the longer term extremes (as your monthly, annual and all-time extremes may only change a few times a month or even less frequently) and so reduce the upload burden at the standard uploading frequency.  To achieve this you would use the content of that example file &#039;daily.cmd&#039;, in the default Cumulus folder,   to call your own [[FTP_tools| file transfer tool]] for those infrequently changing pages. Remember to also unselect &#039;&#039;&#039;Include Standard Files&#039;&#039;&#039; on the&#039;&#039; &#039;Files&#039; tab&#039;&#039; of &#039;Internet settings&#039;, and list [[Customised_templates#How_Cumulus_uses_its_templates|the templates]] on that tab, selecting &#039;&#039;&#039;Process?&#039;&#039;&#039; for all of them, but only selecting &#039;&#039;&#039;FTP?&#039;&#039;&#039; for the other frequently changing pages that are still to be uploaded at the standard interval. You may find help on the forum  or elsewhere on this wiki [[SFTP| for the FTP call]] and [[Customised_templates#Creating_Your_Own_Templates| for &#039;Files&#039; tab settings]].&lt;br /&gt;
&lt;br /&gt;
It can also be used for the optional files mentioned in the previous answer or to update a database using a [[ImportCumulusFile|PHP batch job]].  For the daily command specified above, in the default Cumulus folder, add a file &#039;daily.cmd&#039; that contains (if you host your own server using &#039;XAMPP&#039;), &#039;copy c:\cumulus\data\dayfile.txt C:\xampp\htdocs\weather\daj\&#039; for example to enable you to use the [[AnnualDataSummary| Annual Day-by-day Summary]] tool. (Uploading if you do not host your own server is described at [[Upload_Dayfile| upload dayfile]] but basically you swap the copy command for a FTP command).&lt;br /&gt;
&lt;br /&gt;
== The &#039;real time wind data&#039; gauges on the standard gauges page aren&#039;t working ==&lt;br /&gt;
&lt;br /&gt;
These require a [[realtime.txt]] file to be uploaded by Cumulus. Tick the &amp;quot;Enable Realtime&amp;quot;, &amp;quot;Enable Realtime FTP&amp;quot; and &amp;quot;Enable realtime.txt FTP&amp;quot; boxes on the internet settings screen. If the gauges still do not work, check that the [[realtime.txt]] file is being uploaded to the correct place. If it is not, it is likely that you have specified an incorrect &#039;ftp directory&#039; in Cumulus. If your &#039;normal&#039; pages are being uploaded correctly, but realtime.txt is not, then it is likely that you simply need to leave the ftp directory blank (but see the note below first).&lt;br /&gt;
&lt;br /&gt;
A possible cause for this problem is that your web space provider does not allow .txt files to be accessed. For example, the free hosting provider 000webhost.com do not.&lt;br /&gt;
&lt;br /&gt;
== I&#039;m using the supplied web pages, and get lower case in places where I want upper case  ==&lt;br /&gt;
&lt;br /&gt;
It&#039;s in the CSS. Go to the webfiles sub-folder of your cumulus installation, edit weatherstyle.css and find lines like: &amp;quot;text-transform: lowercase;&amp;quot; and remove them. Use FTP tool to replace the weatherstyle.css on your website.&lt;br /&gt;
&lt;br /&gt;
== My web pages have things like &amp;amp;lt;#location&amp;amp;gt; in them  ==&lt;br /&gt;
You’ve edited your templates with something like Dreamweaver, and it’s changed the angle brackets on the [[Webtags]] to &amp;quot;&amp;amp;amp;lt&amp;amp;nbsp;;&amp;quot; and &amp;quot;&amp;amp;amp;gt&amp;amp;nbsp;;&amp;quot; - you need to change them back to &amp;amp;lt; and &amp;amp;gt;. &#039;&#039;These may look the same when viewed in your browser, but you can see the difference if you &#039;view source&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
Alternatively, if the web templates are listed in [[cumulus.ini]] (and for the first 10 appear on the &#039;&#039;&#039;files&#039;&#039;&#039; tab of &#039;&#039;Internet&#039;&#039; dialogue of &#039;&#039;&#039;Configuration&#039;&#039;&#039; menu), the &#039;&#039;&#039;Process&#039;&#039;&#039; option must be ticked for the web pages generated by Cumulus to have values replacing the [[Webtags]].  Otherwise at each web update, Cumulus will generate web pages the same as the templates.&lt;br /&gt;
&lt;br /&gt;
== My web pages are empty ==&lt;br /&gt;
If empty web pages are being uploaded to your web site (i.e. they report size of 0 kB, but do not produce &#039;error 404 - page not found&#039; message), and your browser shows that their modification date is recent (see next FAQ), then it is likely that the [[Customised_templates#What_is_meant_by_.27Cumulus_processes_templates.27| Cumulus processing]] of templates is failing:&lt;br /&gt;
*Either (since build 1093, as made clear in the release notes)[[File:Web settings.JPG]] the character encoding (for standard named templates that are [[Customised_templates#What_is_meant_by_.27Cumulus_processes_templates.27| processed by Cumulus]]) is specified incorrectly on the &#039;&#039;&#039;Configuration&#039;&#039;&#039;  menu, &#039;&#039;Internet&#039;&#039; dialog, &#039;&#039;&#039;Sites/Options&#039;&#039;&#039; tab, &#039;&#039;Web Settings&#039;&#039; frame as shown about half way down on this screen extract:&lt;br /&gt;
**Select the option where indicated by red arrow if your template includes in a line near the start &amp;lt;code&amp;gt;&amp;lt;meta charset=&amp;quot;UTF-8&amp;quot;&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
**Deselect the option where indicated by red arrow if your template includes something like &amp;lt;code&amp;gt;&amp;lt;meta content=&amp;quot;text/html; charset=iso-8859-1&amp;quot; http-equiv=&amp;quot;Content-Type&amp;quot; /&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
**For customised pages, (without standard Cumulus template names), select/un-select the UTF-8 encoding in the appropriate column on the &#039;&#039;&#039;Configuration&#039;&#039;&#039;  menu, &#039;&#039;Internet&#039;&#039; dialog, &#039;&#039;&#039;Files&#039;&#039;&#039; tab screen where you list the local and remote names.&lt;br /&gt;
*Or you have edited/customised the template and added an incorrectly specified Cumulus [[webtag]] that has caused [[Customised_templates#What_is_meant_by_.27Cumulus_processes_templates.27| Cumulus processing]] to abort for that template.  If you stop cumulus you can use a text editor to open the latest [[Diags|diagnostic file]]. Look at entries time-stamped just before the hour and repeated at your auto-update &#039;&#039;interval&#039;&#039; (just below red arrow in screen image above). You might find a message like &amp;quot;Error processing C:\web\indexT&amp;quot; (i.e. mentioning whichever template is at fault) followed by a brief hint as to the nature of the error.&lt;br /&gt;
&lt;br /&gt;
== My web pages have obsolete web tag values in them  ==&lt;br /&gt;
If the information showing on your web pages is out of date, then it must have been working before, so you have made a change somewhere.&lt;br /&gt;
*Most browsers will display &#039;page information&#039; that tells you when the page was last modified (by querying the web server).&lt;br /&gt;
**if the page on your web server was recently modified, &lt;br /&gt;
***then the next item to investigate is the template file; a template file contains Cumulus web tags and the [[Customised_templates#What_is_meant_by_.27Cumulus_processes_templates.27|&#039;process&#039;]] that Cumulus does to create a web page involves reading text from a template and when it finds a web tag it inserts the latest value in as it creates the page. A [[FAQ#What_file-names_does_Cumulus_use_when_processing_and_uploading_files_to_my_web_site.3F|local file]] is then created and Cumulus will FTP (or copy) this to the web server according to the settings. If the template file cannot be processed, Cumulus may still upload an existing old local file.&lt;br /&gt;
**if the page was not recently modified, &lt;br /&gt;
***maybe you are not running Cumulus, so it is not updating.  &lt;br /&gt;
***maybe your file transfer is not working, turn ftp logging on for technical output, and look for any filenames and any &#039;successfully transferred&#039; messages.&lt;br /&gt;
***maybe your &#039;internet settings&#039; screen has accidentally been changed, see Cumulus help for simple instructions.  If you took a backup of [[cumulus.ini]] you can stop Cumulus, rename the current file and copy your cumulus.ini backup back into the &#039;cumulus&#039; directory containing the Cumulus program.&lt;br /&gt;
***maybe your web server provider has changed something.&lt;br /&gt;
&lt;br /&gt;
== Running a web server on the same PC as Cumulus ==&lt;br /&gt;
If you do not have a web site, or run a web server locally (same PC, or on your local network), you can get Cumulus to generate/copy html or image files locally instead of using FTP to place them remotely. You&#039;ll need to list the (source) file including paths on the files tab of the internet settings, and specify a destination path and file name for the remote file in each case. Don&#039;t tick the &#039;&#039;FTP?&#039;&#039; box for standard cumulus pages (the exception is for a local web server and any non-standard web page that attempts to read using a script a local file such as dayfile.txt as this does need FTP to generate the server-based web page). For the standard images, you can supply a folder name (specify on the same screen), and they will all get copied there. Set everything else up as if you were using ftp, but don&#039;t supply a host name etc (except for exception already mentioned). See [[Customised_templates#What_to_select_on_the_.27Files.27_tab_of_the_Internet_Settings_screen_within_the_.27Configuration.27_menu|here]] for greater detail.&lt;br /&gt;
&lt;br /&gt;
There&#039;s a limit of 10 files on the files tab, but you can increase this to 20 files in version 1.9.2 (in version 1.9.3 it is 100 files) by editing cumulus.ini, with Cumulus stopped. Follow the format of the entries for first 10 files.&lt;br /&gt;
&lt;br /&gt;
== Error Codes generated by FTP or Winsock ==&lt;br /&gt;
You should be able to look these up on the web.  [http://kb.globalscape.com/KnowledgebaseArticle10142.aspx Try Here]&lt;br /&gt;
&lt;br /&gt;
== How do I configure Cumulus for Secure FTP (SFTP/FTPS)? ==&lt;br /&gt;
Cumulus doesn&#039;t support Secure FTP. You can configure Cumulus to invoke an external program like WinSCP, as described here: [[SFTP | SFTP article]]&lt;br /&gt;
&lt;br /&gt;
== Directory related problems in FTP ==&lt;br /&gt;
The following pointers should help:&lt;br /&gt;
* All universal resource locator (url) references are case sensitive.  So if your FTP server directory is &#039;&#039;public_html&#039;&#039;, then &#039;Public_HTML&#039; will not work!&lt;br /&gt;
* On the &#039;&#039;Internet settings&#039;&#039; screen in &#039;&#039;&#039;Sites/Options&#039;&#039;&#039; the optional Directory parameter required is the path from  your FTP root, to where the web pages are to be stored. Click the &#039;&#039;&#039;Help&#039;&#039;&#039; button for full explanation, or search the support forum as many people have found this is the hardest parameter to get right.&lt;br /&gt;
* The standard pages are uploaded after a &#039;change directory&#039; attempting to select the directory you specified in &#039;&#039;&#039;Sites/Options&#039;&#039;&#039;; if this fails, the files will still be uploaded but to the FTP server root. So some mistakes do not matter because if no change of directory was actually required, these pages will be uploaded correctly.&lt;br /&gt;
* Any files you specify for uploading at standard update frequency are uploaded between standard pages (if &#039;Include Standard Files&#039; selected) and standard images (if &#039;Include Standard Images&#039; selected), and in &#039;remote filenames&#039; you specify the path including any web site directory, so there is no call to &#039;change directory&#039;. In this case, if that web site directory is invalid, the upload fails.&lt;br /&gt;
* The standard images for gauges and trends pages are uploaded after the standard pages, (and any pages you specify for uploading,) by performing a second &#039;change directory&#039; this time fixed at &#039;images&#039;; if this fails, the files will still be uploaded to the current web site directory (FTP root or the directory you specified in &#039;&#039;&#039;Sites/Options&#039;&#039;&#039;).&lt;br /&gt;
* If you have enabled &#039;&#039;Realtime&#039;&#039;, the realtime.txt file is uploaded without doing a change directory, by appending &amp;quot;/realtime.txt&amp;quot; to the directory on the &#039;&#039;Internet settings&#039;&#039; screen in &#039;&#039;&#039;Sites/Options&#039;&#039;&#039;. In this case, if the web site directory is invalid, the upload fails.&lt;br /&gt;
* On the &#039;&#039;NOAA Setup&#039;&#039; screen the optional Directory parameter required is the full path from your FTP root, to where the NOAA report pages are to be stored. (It is totally independent of the directory on the &#039;&#039;Internet settings&#039;&#039; screen in &#039;&#039;&#039;Sites/Options&#039;&#039;&#039;).  Click the &#039;&#039;&#039;Help&#039;&#039;&#039; button for full explanation. Like realtime.txt, the upload is by appending the filename for the report to the NOAA directory and will fail if that directory is specified wrongly.&lt;br /&gt;
&lt;br /&gt;
See &#039;&#039;&#039;Setting up your website&#039;&#039;&#039; in Cumulus help for a simple guide to the subfolder structure you need to create and the list of files that need to be uploaded manually when first installing a website. Or see [[Website_setup]] for all the options including customised pages.&lt;br /&gt;
&lt;br /&gt;
== My standard web pages are uploading but the uploading fails for images, realtime and/or NOAA reports ==&lt;br /&gt;
See previous answer, you have probably got your web pages in the default FTP directory of your web site, but specified the wrong directory on the settings screen.  Turn on the &#039;&#039;FTP logging&#039;&#039; in the configuration menu to see the technical detail.  You should have an FTP tool that you used to upload the &#039;static&#039; files required on your web site, and that will help you to see what is your site&#039;s root directory for file transfer uploads, and therefore any relative directory change you require.&lt;br /&gt;
&lt;br /&gt;
== What file-names does Cumulus use when processing and uploading files to my web site? ==&lt;br /&gt;
[[File:Cumulus_FTP_Process.png|150px|thumb|FTP Process]]Cumulus use two slightly different processes depending on if the file is part of the supplied &#039;standard&#039; web site, or an extra file you have specified on the &#039;&#039;Internet Settings|Files&#039;&#039; configuration dialog. For each of these processes there is an further variation depending on whether you have enabled the &#039;&#039;Use FTP rename&#039;&#039; option. This graphic shows the various combinations of file-names used for each step of the process. For the standard files, you can substitute any of the file names for indexT.htm, e.g. trendsT.htm&lt;br /&gt;
&lt;br /&gt;
For more details of Cumulus &#039;&#039;Process&#039;&#039; see [[Customised_templates#What_is_meant_by_.27Cumulus_processes_templates.27| here]].&lt;br /&gt;
&lt;br /&gt;
=Selecting a Weather Station sensor site=&lt;br /&gt;
A simple guide is at [http://weatherfaqs.org.uk/node/124 uk.sci.weather newsgroup], note this advises against roof mounting.&lt;br /&gt;
An attempt to compare the conflicting siting standards that apply across the world is included in a portable document format guide from [ftp://ftp.campbellsci.com/pub/outgoing/apnotes/siting.pdf Campbell Scientific].&lt;br /&gt;
For more advice see the website of your local Meteorological Bureau,  an educational place (e.g. in USA see [http://newa.nysaes.cornell.edu/public/NEWAStationSitingGuidelines.htm Cornell University]), the [http://library.wmo.int/opac/index.php?lvl=notice_display&amp;amp;id=12407 World Meterological Organisation] (WMO), or a specialist organisation (e.g. in UK see [http://www.rmets.org/weather-and-climate/observing/guidelines-observing-0 Royal Meteorological Society] rather than the Met Office web site).&lt;br /&gt;
&lt;br /&gt;
Modern Stevenson Screens are uPVC constructed with a black interior (so they do not radiate heat onto the sensors) and a white exterior (so they reflect as much radiation as possible).  There is a lot of discussion on the [http://sandaysoft.com/forum/viewforum.php?f=16 Homebuilt forum] about different approaches to improving measurements, and the problems with out of the box instrumentation from the different manufacturers. &lt;br /&gt;
&lt;br /&gt;
If you are contributing to an external site like APRS/CWOP, Weather Underground, PWS weather, Weatherbug and/or WOW, see guidance from these organisations re instrument placement.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note:&#039;&#039;&#039; Some stations have all sensors in one unit, positioning of these is a compromise between the ideals below for each sensor.&lt;br /&gt;
&lt;br /&gt;
== Where should I position the wind sensors ==&lt;br /&gt;
The side labelled &#039;North&#039; on the wind vane mount should face &#039;&#039;True North&#039;&#039;, remember that the magnetic north deviation from true north varies from year to year, see details on maps or online. Most wind vanes have a large surface that follows the wind and a thin end that points where the wind comes from, it is the latter direction that is reported.&lt;br /&gt;
&lt;br /&gt;
In the UK, the standard climatological measuring height is 10 metres.  Advice varies on whether you should apply a correction factor for any lower height. Cumulus allows you to apply such a factor to either just wind speed, or wind speed and gust speed, by using the Calibration screen within the configuation menu.  In the Cumulus Help it recommends that you also adjust wind chill - in practice this means ask Cumulus to &#039;&#039;calculate wind chill&#039;&#039; by selecting this in the settings frame on the &#039;&#039;&#039;station settings screen accessed from configuration menu&#039;&#039;&#039; (i.e. ignore any wind chill output by your weather station).&lt;br /&gt;
&lt;br /&gt;
If you are mounting near a building of height &#039;h&#039; above ground level, ideally the wind sensor should be at a height of &#039;1.5 times h&#039; above ground level. &lt;br /&gt;
If you are positioning away from a building or tree (or other object) of height &#039;h&#039; (or the mean height of several objects is &#039;h&#039;), then the distance away depends on which standard you are trying to meet, and can vary between 1.5 and 3 times &#039;h&#039;.&lt;br /&gt;
&lt;br /&gt;
== Where should I position the rain sensor  ==&lt;br /&gt;
The WMO says the rain gauge should at a distance away of 2 times the height of each nearby object (buildings, trees, walls, solid fences etc.) and just high enough off ground level to avoid possibility of splashing. You can experiment, but for amateurs, no more than a metre off the ground (or roof if mounted above it) and at least a metre from any chimney, wall or solid fence whose height exceeds that of the sensor seems good enough for most gauges. &lt;br /&gt;
See [[Rain measurement]] or your local offical organisation.&lt;br /&gt;
&lt;br /&gt;
== How do I protect my rain gauge against spiders or other natural problems ==&lt;br /&gt;
There is a lot of discussion on the [http://sandaysoft.com/forum/viewforum.php?f=16 Homebuilt forum]. In terms of siting, it is important to position your rain gauge where you can safely get to it.&lt;br /&gt;
&lt;br /&gt;
== How do I get good temperature and humidity measurements  ==&lt;br /&gt;
The international standard states ambient air temperature/humidity is measured at 1.25 metres above ground level, above soil or grass not paving, protected from direct sun radiation (and direct rain), unless you are measuring soil or ground temperatures. The height is important for derived values as an air frost is defined as a temperature at or below the freezing point for water at this height, and the count of these is a standard reporting requirement in some countries.&lt;br /&gt;
&lt;br /&gt;
If you are using a &#039;&#039;Fine Offset sensor&#039;&#039;, the thin depth of the thermometer/hygrometer (transmitter) should face where your console (receiver) is, for maximum transmission strength/distance, with the wide face at right angles to the transmission route. (Although if you use a model requiring a radio time signal, you will probably be trying to optimise that instead).&lt;br /&gt;
&lt;br /&gt;
== Pressure ==&lt;br /&gt;
Varies with altitude and temperature, but no significant variation with spatial position with regard to nearby fixed bulky objects.  Often measured indoors, do not mount above any heating or cooling system as there temperature may be particularly variable, and try to avoid any forced ventilation or extraction as such air moving systems could have different pressures on intake and outlet sides.  Equally operation in close proximity to opening doors/windows or to fast moving (road or railway) vehicles or tunnels can distort readings.&lt;br /&gt;
&lt;br /&gt;
== Solar ==&lt;br /&gt;
One would expect solar sensors should be positioned for maximum unshaded exposure to sunlight throughout the year, but again the forum contains advice for specific makes.&lt;/div&gt;</summary>
		<author><name>Steve</name></author>
	</entry>
	<entry>
		<id>https://www.cumuluswiki.org/index.php?title=EasyWeather_Format&amp;diff=3758</id>
		<title>EasyWeather Format</title>
		<link rel="alternate" type="text/html" href="https://www.cumuluswiki.org/index.php?title=EasyWeather_Format&amp;diff=3758"/>
		<updated>2015-05-04T07:11:49Z</updated>

		<summary type="html">&lt;p&gt;Steve: /* Usage of easyweather.dat fields for Cumulus input of latest record: */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
=Fine Offset Weather Stations=&lt;br /&gt;
Many of the entry level weather stations can be classified as &amp;quot;EasyWeather&amp;quot; or &amp;quot;FineOffset&amp;quot;; they are rebadged or generic models of the device produced by [http://www.foshk.com/en/products/show.asp?id=41 FineOffSet Electronics]&lt;br /&gt;
&lt;br /&gt;
The software shipped with the device is EasyWeather (or EasyWeatherPlus for models with solar sensors) and while it peforms its role of reading and storing data from the weather station, it is quite limiting and inflexible.  Of course, if you are reading this you have probably already switched to Cumulus and found its advantages.&lt;br /&gt;
&lt;br /&gt;
==Note on Models==&lt;br /&gt;
Fine Offset manuafactured models are sold under various rebadged names and the specification of models will vary with time, so please treat the following table based on [http://www.foshk.com/ their website in 2012] as a rough guide of their models that have PC interfaces:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:45px&amp;quot; | Model&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | Console Display and Function&lt;br /&gt;
!style=&amp;quot;width:100px&amp;quot; | Powered by&lt;br /&gt;
!style=&amp;quot;width:450px&amp;quot; | Sensors&lt;br /&gt;
!style=&amp;quot;width:80px&amp;quot; | Clock&lt;br /&gt;
|-&lt;br /&gt;
|WH1080&lt;br /&gt;
|landscape shaped touchscreen&lt;br /&gt;
|solar (for remote unit)&lt;br /&gt;
|4 outdoor sensors: thermo-hydro transmitter connnected by one flex to wind speed anemonmeter and wind direction vane on a &#039;T&#039; shaped mounting and with a second connecting flex to a rain tipping bucket&lt;br /&gt;
|manual&lt;br /&gt;
|-&lt;br /&gt;
|WH1081&lt;br /&gt;
|landscape shaped touchscreen&lt;br /&gt;
|battery&lt;br /&gt;
|4 outdoor sensors: as 1080&lt;br /&gt;
|manual&lt;br /&gt;
|-&lt;br /&gt;
|WH1090&lt;br /&gt;
|portrait shaped touchscreen&lt;br /&gt;
|battery&lt;br /&gt;
|4 outdoor sensors: thermo-hydro transmitter, wind speed anemonmeter, wind direction vane and rain tipping bucket&lt;br /&gt;
|manual&lt;br /&gt;
|-&lt;br /&gt;
|WH2080&lt;br /&gt;
|portrait shaped with 6 square buttons&lt;br /&gt;
|battery&lt;br /&gt;
|4 outdoor sensors: as 1080&lt;br /&gt;
|radio-controlled&lt;br /&gt;
|-&lt;br /&gt;
|WA2081&lt;br /&gt;
|portrait shaped with buttons&lt;br /&gt;
|solar (for remote unit)&lt;br /&gt;
|4 outdoor sensors: as 1080&lt;br /&gt;
|manual&lt;br /&gt;
|-&lt;br /&gt;
|WH2081&lt;br /&gt;
|portrait shaped with buttons&lt;br /&gt;
|solar (for remote unit)&lt;br /&gt;
|4 outdoor sensors: as 1080&lt;br /&gt;
|radio-controlled&lt;br /&gt;
|-&lt;br /&gt;
|WH2090&lt;br /&gt;
|portrait shaped with buttons&lt;br /&gt;
|battery&lt;br /&gt;
|4 integrated outdoor sensors: thermo-hydro transmitter, wind speed anemonmeter below wind direction vane, and (on top of transmitter) rain tipping bucket&lt;br /&gt;
|manual&lt;br /&gt;
|-&lt;br /&gt;
|WH3080&lt;br /&gt;
|small screen with 6 large rectangular buttons&lt;br /&gt;
|solar (for remote unit)&lt;br /&gt;
|6 outdoor sensors: measurements of UV index and solar illuminance, thermo-hydro transmitter, wind speed anemonmeter, wind direction vane and rain tipping bucket&lt;br /&gt;
|radio-controlled&lt;br /&gt;
|-&lt;br /&gt;
|WH3081&lt;br /&gt;
|small screen with buttons&lt;br /&gt;
|solar (for remote unit)&lt;br /&gt;
|6 outdoor sensors: measurements of UV index and solar illuminance, thermo-hydro transmitter, wind speed anemonmeter, wind direction vane and rain tipping bucket&lt;br /&gt;
|manual&lt;br /&gt;
|}&lt;br /&gt;
Do note that WH108x series display rolling 24 hour rainfall on console, WH308x series show rainfall since midnight on console.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note that transmission frequencies, and protocols may vary for the same model&#039;&#039;&#039; with a different country of sale, for different dealers (or by how rebadged), and/or by date of manufacture.   Although non-integrated wind measuring and rain measuring sensors using connecting leads should be interchangeable between many models (despite some design variations), the thermonmeter/hygrometer/transmitter unit and console have to be replaced as a pair because of their specific frequencies and protocols.&lt;br /&gt;
&lt;br /&gt;
==Memory Map==&lt;br /&gt;
This [http://www.jim-easterbrook.me.uk/weather/mm/ page] describes in some detail the data records produced by the various Fine Offset devices (WH1080, WH1081, W-8681, WH3080, WH3081 etc.).   The weather station&#039;s history is stored in 4080 times 16-byte records for models without UV/solar detectors and 3264 times 20-byte records in the 3080/3081 models with the UV/solar detector.&lt;br /&gt;
&lt;br /&gt;
Thanks to Jim Easterbrook for all his work on pulling this data together&lt;br /&gt;
http://www.jim-easterbrook.me.uk/&lt;br /&gt;
&lt;br /&gt;
=The File Format=&lt;br /&gt;
The following are some useful technical links on the EasyWeather format&lt;br /&gt;
==EasyWeather.mdb==&lt;br /&gt;
Please note this is not compatible with the &#039;EasyWeather.dat&#039; reader in Cumulus, that works with EasyWeather software version 6.x.&lt;br /&gt;
&lt;br /&gt;
Version (7.y and) 8.z of Easyweather software uses this, a Standard Jet DataBase as used by Microsoft Office. It can be read by any software that has ability to connect to such formats e.g. the &#039;Base&#039; component of Libre Office (or Apache Open Office).&lt;br /&gt;
&lt;br /&gt;
==EasyWeather.dat==&lt;br /&gt;
Fine Offset weather stations, without solar or UV measurements, store all the observations in easyweather.dat when the EasyWeather software version 6.x is running.  The file format for this has been described in detail [http://www.jim-easterbrook.me.uk/weather/ew/ here]. (You can view &#039;&#039;easyweather.dat&#039;&#039; like any text file either using a text file editor like Notepad or by using a database file viewer). A typical record is &amp;quot;5099, 2013-04-26 07:17:08, 2013-04-26 05:19:21,  15,   42,  18.1,   99,   6.5,   6.4,   6.5,  1004.0,  1014.4,  0.3,   1,  1.0,   1,  14,  NW,  2531,   759.3,     0.3,     1.5,     2.7,     3.0,    22.2,     60.9, 0, 0, 0, 0, 0, 0, 0, 0, 007FC0, 0F 2A B5 00 63 41 00 38 27 03 0A 00 0E E3 09 00 ,  &amp;quot;&lt;br /&gt;
&lt;br /&gt;
[http://sandaysoft.com/forum/viewtopic.php?f=13&amp;amp;t=9294 This topic] suggests that weather stations using smartweather software create a file that can be read using the technique in [[EasyWeather_Format#Usage_of_easyweather.dat_fields_for_Cumulus_input_of_latest_record:| Usage of Easyweather.dat fields section below]].&lt;br /&gt;
&lt;br /&gt;
==EasyWeatherPlus.dat==&lt;br /&gt;
Fine Offset weather stations that record Solar and UV measurements output to EasyWeatherPlus.dat file when Easyweather software version 6.x is running.  This has the same fields as easyweather.dat, plus two extra fields for Solar and UV data (see field list at the end of this page).&lt;br /&gt;
&lt;br /&gt;
Cumulus 1.9.4 beta build 1071 is first build that for &#039;&#039;&#039;&#039;easyweather.dat&#039;&#039;&#039;&#039; input method will &#039;&#039;Read UV and Lux values from easyweatherplus.dat&#039;&#039; file if [[Cumulus.ini#Introduced_for_problems_with_Fine_Offset_family:|&#039;&#039;&#039;&#039;Extra Sensors&#039;&#039;&#039;&#039;]] selected in &#039;&#039;Settings&#039;&#039; frame on &#039;&#039;&#039;Station Settings&#039;&#039;&#039; screen.&lt;br /&gt;
Here is an example of an EasyWeatherPlus.dat record:&lt;br /&gt;
&amp;quot;8363, 2013-04-26 15:21:32, 2013-04-26 00:25:07, 5, 60, 20.6, 67, 15.2, 9.1, 12.6, 1010.3, 1018.7, 3.1, 2, 4.1, 3, 0, N, 20, 19666.8, 0.0, 0.0, 0.0, 6.3, 352.2, 352.2, 0.0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0054C0, 2420, 05 3C CE 00 43 98 00 77 27 1F 29 00 00 14 00 00 00 00 00 00 , &amp;quot;&lt;br /&gt;
&lt;br /&gt;
==Transferring past observations from EasyWeather.dat to Cumulus==&lt;br /&gt;
&#039;&#039;&#039;Normally those using Cumulus software will stop using EasyWeather software, but the guidance below is for importing missing historic observations contained in easyweather.dat:&#039;&#039;&#039;&lt;br /&gt;
If you were archiving your Fine Offset Easyweather.dat files, you probably need to rename the latest one,and restore the relevant old one before you follow these instructions.&lt;br /&gt;
&lt;br /&gt;
Now to import EasyWeather data from a period before you started using Cumulus, close Cumulus and run EasyWeather.  It is best if you make a backup copy of your EasyWeather directory before you do any more.&lt;br /&gt;
#In the EasyWeather program use the &#039;&#039;History&#039;&#039; option on the &#039;&#039;&#039;Record&#039;&#039;&#039; menu.&lt;br /&gt;
#Select &#039;user defined&#039; in &#039;&#039;&#039;Search Conditions&#039;&#039;&#039; box.  Select a &#039;&#039;start time&#039;&#039; before you got your weather station, leave &#039;&#039;end time&#039;&#039; at default of today.  &lt;br /&gt;
#Click &#039;&#039;&#039;Export&#039;&#039;&#039; button, tick &#039;&#039;Header&#039;&#039;, choose as &#039;&#039;Separator:&#039;&#039; the symbol that is used to separate fields in your [[Monthly log files]].&lt;br /&gt;
#Click &#039;&#039;&#039;Export&#039;&#039;&#039; button below the separator, complete the &#039;Save as ...&#039; for a &#039;&#039;text&#039;&#039; file, and wait a couple of minutes (depending on size of file).&lt;br /&gt;
#Open resulting file in a text editor and see hints in [[Monthly log files]] on how to convert between formats.&lt;br /&gt;
#For [[dayfile.txt]], you can create missing data from the newly created monthly log files, but you still may wish to insert breaks at rollover time in your raw EasyWeather table, possibly adding calculation of maxima or minima to such meteorological day groups, so you can scan though each day to check what has been created in dayfile.txt and edit as required.&lt;br /&gt;
&lt;br /&gt;
If you were archiving your Easyweather.dat files, you may need to repeat the whole above process for futher source files, until you have the whole period you want.  When Sfws did this process, he tried to merge the exported files before creating the Cumulus logs, but dealing with 2 full years of frequent pre-Cumulus observations meant he had a massive spreadsheet with almost a million cells, and it made separation into day by day or month by month for feeding into the Cumulus logs more difficult.&lt;br /&gt;
&lt;br /&gt;
The instructions above were written for importing past information created by EasyWeather software version 6.x.  If you were previously using the later EasyWeather software version 8.z; follow step 1 above, then select the required dates, then click the option button to &#039;Export as CSV&#039;. Once you have created that file continue as step 5 above.&lt;br /&gt;
&lt;br /&gt;
==Station configuration screen: Using &#039;EasyWeather.dat&#039; file as current station type==&lt;br /&gt;
You might want to run EasyWeather software, perhaps for testing purposes, and use its output file as the source for Cumulus software on a short term basis. (Both software programmes need to run continuously for this to work).    As an alternative to the bulk transfer above (that was for transfer of historic observations), Cumulus at all versions has the option to &#039;&#039;read the latest&#039;&#039; observations directly from an easyweather.dat file if &#039;&#039;&#039;Easyweather (using .dat file)&#039;&#039;&#039; is selected as the station type (see Cumulus help for how to fill in the station configuration screen) and process &#039;&#039;&#039;the last line only&#039;&#039;&#039;.  &lt;br /&gt;
&lt;br /&gt;
From version 1.9.4 build 1071 onwards Cumulus assumes &#039;easyWeatherPlus.dat&#039; format if &#039;&#039;extra sensors&#039;&#039; ticked and &#039;easyweather.dat&#039; format if &#039;&#039;extra sensors&#039;&#039; is unticked.&lt;br /&gt;
&lt;br /&gt;
Remember, it is better to select the &#039;&#039;Fine Offset (WH1080 etc)&#039;&#039; station type (this reads observations by most models directly via USB without EasyWeather software) for normal operational purposes (again see Cumulus help for station configuration screen) as that allows Cumulus to do more, including coping with non-continuous running. If your station model measures UV and solar light intensities, the recommended station type selection is &#039;&#039;Fine Offset with UV/Light sensor&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
==Usage of easyweather.dat fields for Cumulus input of latest record:==&lt;br /&gt;
People with non Fine Offset stations may wish to create data in this format for input to Cumulus running continuously, only the last record on the file is ever read, checking its time-stamp differs from the last one read.&lt;br /&gt;
See the forum (http://sandaysoft.com/forum/viewtopic.php?f=4&amp;amp;t=4344) for more details.&lt;br /&gt;
&lt;br /&gt;
*Note when reading easyweather.dat (or equivalent formatted input), Cumulus will read the station originated date and time fields, and Cumulus checks that they have changed before using new data from the file. &lt;br /&gt;
*To get Cumulus to read the file, configure a station type of &amp;quot;Easyweather (using .dat file)&amp;quot;, and supply the full path to your file (it can have any name you wish), and the interval at which it is to be read.  &lt;br /&gt;
*Note that Cumulus only reads the last line in the file, and that this method is only suitable for &#039;live&#039; data, i.e. you cannot close Cumulus down and expect it to catch up again later. &lt;br /&gt;
*This method of using Cumulus is available on an &amp;quot;as is&amp;quot; basis; if it works for you, fine, but strictly speaking it is unsupported.&lt;br /&gt;
&lt;br /&gt;
Here&#039;s the format of the initial part of an &#039;easyweather.dat&#039; file record, with the fields Cumulus uses in bold. The separator between each field can either be a space or a comma, both are treated the same (hence date and time are regarded as separate fields even though they are separated by a space in real EasyWeather file whilst in the real file other fields are separated by commas). Note that EasyWeather always uses full stops for decimals. There are more fields after the ones shown (see example records shown above for the two .dat formats; and http://www.jim-easterbrook.me.uk/weather/ew/).&lt;br /&gt;
*0 - Record no   &lt;br /&gt;
*1 - Transfer date  &lt;br /&gt;
*2 - Transfer time   &lt;br /&gt;
*&#039;&#039;&#039;3 - Reading date&#039;&#039;&#039; (yyyy-mm-dd) &lt;br /&gt;
*&#039;&#039;&#039;4 - Reading time&#039;&#039;&#039; (hh:mm:ss) &lt;br /&gt;
*5 - Interval&lt;br /&gt;
*&#039;&#039;&#039;6 - Indoor Hum&#039;&#039;&#039;  (Must be integer)&lt;br /&gt;
*&#039;&#039;&#039;7 - Indoor Temp&#039;&#039;&#039;  &lt;br /&gt;
*&#039;&#039;&#039;8 - Outdoor Hum&#039;&#039;&#039; (Must be integer)  &lt;br /&gt;
*&#039;&#039;&#039;9 - Outdoor Temp&#039;&#039;&#039;  &lt;br /&gt;
*&#039;&#039;&#039;10 - dew point&#039;&#039;&#039;  &lt;br /&gt;
*&#039;&#039;&#039;11 - wind chill&#039;&#039;&#039;&lt;br /&gt;
*12 - absolute pressure   &lt;br /&gt;
*&#039;&#039;&#039;13 - rel pressure&#039;&#039;&#039;  &lt;br /&gt;
*&#039;&#039;&#039;14 - wind average&#039;&#039;&#039;   &lt;br /&gt;
*15 - wind average bft  &lt;br /&gt;
*&#039;&#039;&#039;16 - wind gust&#039;&#039;&#039;  (Used for &#039;latest&#039;)&lt;br /&gt;
*17 - wind gust bft&lt;br /&gt;
*18 - wind direction number  &lt;br /&gt;
*&#039;&#039;&#039;19 - wind direction text&#039;&#039;&#039; (N, ENE etc, using English)&lt;br /&gt;
*20 - rain tip counter&lt;br /&gt;
*21 - rain total&lt;br /&gt;
*22 - rain since last reading   &lt;br /&gt;
*&#039;&#039;&#039;23 - rain in last hour&#039;&#039;&#039; (used as Cumulus rain rate, i.e. a rain amount for a period of one hour is the rate in units of amount per hour)&lt;br /&gt;
*24 - rain last 24 hours  &lt;br /&gt;
*25 - rain last 7 days  &lt;br /&gt;
*26 - rain last 30 days   &lt;br /&gt;
*&#039;&#039;&#039;27 - rain last year&#039;&#039;&#039; (Used as Cumulus rain counter which can be any ever-increasing counter, but it needs to be in the same units as 23 - rain in last hour). The longer this counter continues before resetting to zero, the better for Cumulus.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;For easyweatherplus.dat only:&#039;&#039;&lt;br /&gt;
*&#039;&#039;&#039;28 - light reading (in Lux)&#039;&#039;&#039; &lt;br /&gt;
*&#039;&#039;&#039;29 - UV index&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[Category:StationSpecific]]&lt;/div&gt;</summary>
		<author><name>Steve</name></author>
	</entry>
	<entry>
		<id>https://www.cumuluswiki.org/index.php?title=Supported_Devices&amp;diff=3757</id>
		<title>Supported Devices</title>
		<link rel="alternate" type="text/html" href="https://www.cumuluswiki.org/index.php?title=Supported_Devices&amp;diff=3757"/>
		<updated>2015-05-02T07:26:44Z</updated>

		<summary type="html">&lt;p&gt;Steve: /* Unsupported Devices */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Below is a list of devices which are confirmed to run with the [[Cumulus_Versions|current version]] of Cumulus.&lt;br /&gt;
&lt;br /&gt;
If you are running a different model, please take a moment to update the page.&lt;br /&gt;
&lt;br /&gt;
We also maintain a list of unsupported devices&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Supported Devices=&lt;br /&gt;
&lt;br /&gt;
==Davis Range==&lt;br /&gt;
&lt;br /&gt;
*Vantage Pro&lt;br /&gt;
*Vantage Pro 2&lt;br /&gt;
*Vantage Vue&lt;br /&gt;
&lt;br /&gt;
==Oregon Scientific==&lt;br /&gt;
&lt;br /&gt;
*WMR-928&lt;br /&gt;
*WMR-918&lt;br /&gt;
*WM-918&lt;br /&gt;
*WMR-968&lt;br /&gt;
*Equivalent rebadged Radio Shack stations (serial only)&lt;br /&gt;
*WMR-88, WMR-100, WMRS200 and WMR-200&lt;br /&gt;
&lt;br /&gt;
see [[Extra_temperatures]]&lt;br /&gt;
&lt;br /&gt;
==Fine Offset==&lt;br /&gt;
&lt;br /&gt;
(MyDEL, Nevada, Watson, Tycon Power, Fine Offset etc)&lt;br /&gt;
&lt;br /&gt;
Use the &amp;quot;Fine Offset (WH1080)&amp;quot; setting in Cumulus for these:&lt;br /&gt;
&lt;br /&gt;
*W8681&lt;br /&gt;
*WH1080&lt;br /&gt;
*WH1080PC&lt;br /&gt;
*WH1081&lt;br /&gt;
*WH1090&lt;br /&gt;
*WH1091&lt;br /&gt;
*National Geographic 265NC&lt;br /&gt;
*PCE-FWS 20&lt;br /&gt;
*ELECSA 6975&lt;br /&gt;
*ClimeMET CM2000&lt;br /&gt;
*Maplin N96FY/N96GY&lt;br /&gt;
*Ambient Weather WS-1080/WS-2080&lt;br /&gt;
*WeatherEye WEA22&lt;br /&gt;
*Jaycar Digitech XC0348 (AU/NZ)&lt;br /&gt;
*Tycon Power TP1080WC (USA)&lt;br /&gt;
&lt;br /&gt;
Use the &amp;quot;Fine Offset with UV/Light sensor&amp;quot; setting for these:&lt;br /&gt;
&lt;br /&gt;
*WH3080 and WH3081&lt;br /&gt;
*WS3080 and WS3081&lt;br /&gt;
*Other Fine Offset stations which have solar sensors (rather than just solar charging)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
There are many other brands of station which are rebadged Fine Offset stations.&lt;br /&gt;
&lt;br /&gt;
==La Crosse==&lt;br /&gt;
&lt;br /&gt;
*WS-2300 range (all model numbers of the form 23xx). Use of a USB/Serial adapter is not supported with these stations.&lt;br /&gt;
&lt;br /&gt;
Note that I don&#039;t have access to a La Crosse station, and the PC interface on these stations is very poor. If you find that you don&#039;t get very good results using Cumulus with one of these, I&#039;m afraid I probably won&#039;t be able to do anything about it.&lt;br /&gt;
&lt;br /&gt;
==Instromet==&lt;br /&gt;
Recent models of Instromet stations&lt;br /&gt;
&lt;br /&gt;
=Unsupported Devices=&lt;br /&gt;
&lt;br /&gt;
Specifically, the following do not work with Cumulus.  This is not a definitive list but stations we have come across which are not supported.&lt;br /&gt;
&lt;br /&gt;
*La Crosse WS3650 and WS2800 (all model numbers in range WS36xx and WS28xx)&lt;br /&gt;
*TFA-Sinus/TFA-Nexus/Honeywell/Irox/Cresta WXR-815LM/TE924W/TN924W etc &lt;br /&gt;
*AcuRite&lt;br /&gt;
*Peet Bros&lt;br /&gt;
*Rainwise&lt;br /&gt;
*Davis Weather Monitor&lt;br /&gt;
*Davis Weather Wizard&lt;br /&gt;
*Ambient WS-1000&lt;br /&gt;
*Oregon Scientific WMR300&lt;br /&gt;
*Tycon Power TP2700WC&lt;br /&gt;
&lt;br /&gt;
== My station is unsupported - Can I use Cumulus? ==&lt;br /&gt;
If your station output can be changed into the [[EasyWeather_Format]], then Cumulus can offer most of its functionality by reading the last line of that file each time.&lt;/div&gt;</summary>
		<author><name>Steve</name></author>
	</entry>
	<entry>
		<id>https://www.cumuluswiki.org/index.php?title=EasyWeather_Format&amp;diff=3756</id>
		<title>EasyWeather Format</title>
		<link rel="alternate" type="text/html" href="https://www.cumuluswiki.org/index.php?title=EasyWeather_Format&amp;diff=3756"/>
		<updated>2015-04-30T20:04:12Z</updated>

		<summary type="html">&lt;p&gt;Steve: /* Usage of easyweather.dat fields for Cumulus input of latest record: */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
=Fine Offset Weather Stations=&lt;br /&gt;
Many of the entry level weather stations can be classified as &amp;quot;EasyWeather&amp;quot; or &amp;quot;FineOffset&amp;quot;; they are rebadged or generic models of the device produced by [http://www.foshk.com/en/products/show.asp?id=41 FineOffSet Electronics]&lt;br /&gt;
&lt;br /&gt;
The software shipped with the device is EasyWeather (or EasyWeatherPlus for models with solar sensors) and while it peforms its role of reading and storing data from the weather station, it is quite limiting and inflexible.  Of course, if you are reading this you have probably already switched to Cumulus and found its advantages.&lt;br /&gt;
&lt;br /&gt;
==Note on Models==&lt;br /&gt;
Fine Offset manuafactured models are sold under various rebadged names and the specification of models will vary with time, so please treat the following table based on [http://www.foshk.com/ their website in 2012] as a rough guide of their models that have PC interfaces:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:45px&amp;quot; | Model&lt;br /&gt;
!style=&amp;quot;width:150px&amp;quot; | Console Display and Function&lt;br /&gt;
!style=&amp;quot;width:100px&amp;quot; | Powered by&lt;br /&gt;
!style=&amp;quot;width:450px&amp;quot; | Sensors&lt;br /&gt;
!style=&amp;quot;width:80px&amp;quot; | Clock&lt;br /&gt;
|-&lt;br /&gt;
|WH1080&lt;br /&gt;
|landscape shaped touchscreen&lt;br /&gt;
|solar (for remote unit)&lt;br /&gt;
|4 outdoor sensors: thermo-hydro transmitter connnected by one flex to wind speed anemonmeter and wind direction vane on a &#039;T&#039; shaped mounting and with a second connecting flex to a rain tipping bucket&lt;br /&gt;
|manual&lt;br /&gt;
|-&lt;br /&gt;
|WH1081&lt;br /&gt;
|landscape shaped touchscreen&lt;br /&gt;
|battery&lt;br /&gt;
|4 outdoor sensors: as 1080&lt;br /&gt;
|manual&lt;br /&gt;
|-&lt;br /&gt;
|WH1090&lt;br /&gt;
|portrait shaped touchscreen&lt;br /&gt;
|battery&lt;br /&gt;
|4 outdoor sensors: thermo-hydro transmitter, wind speed anemonmeter, wind direction vane and rain tipping bucket&lt;br /&gt;
|manual&lt;br /&gt;
|-&lt;br /&gt;
|WH2080&lt;br /&gt;
|portrait shaped with 6 square buttons&lt;br /&gt;
|battery&lt;br /&gt;
|4 outdoor sensors: as 1080&lt;br /&gt;
|radio-controlled&lt;br /&gt;
|-&lt;br /&gt;
|WA2081&lt;br /&gt;
|portrait shaped with buttons&lt;br /&gt;
|solar (for remote unit)&lt;br /&gt;
|4 outdoor sensors: as 1080&lt;br /&gt;
|manual&lt;br /&gt;
|-&lt;br /&gt;
|WH2081&lt;br /&gt;
|portrait shaped with buttons&lt;br /&gt;
|solar (for remote unit)&lt;br /&gt;
|4 outdoor sensors: as 1080&lt;br /&gt;
|radio-controlled&lt;br /&gt;
|-&lt;br /&gt;
|WH2090&lt;br /&gt;
|portrait shaped with buttons&lt;br /&gt;
|battery&lt;br /&gt;
|4 integrated outdoor sensors: thermo-hydro transmitter, wind speed anemonmeter below wind direction vane, and (on top of transmitter) rain tipping bucket&lt;br /&gt;
|manual&lt;br /&gt;
|-&lt;br /&gt;
|WH3080&lt;br /&gt;
|small screen with 6 large rectangular buttons&lt;br /&gt;
|solar (for remote unit)&lt;br /&gt;
|6 outdoor sensors: measurements of UV index and solar illuminance, thermo-hydro transmitter, wind speed anemonmeter, wind direction vane and rain tipping bucket&lt;br /&gt;
|radio-controlled&lt;br /&gt;
|-&lt;br /&gt;
|WH3081&lt;br /&gt;
|small screen with buttons&lt;br /&gt;
|solar (for remote unit)&lt;br /&gt;
|6 outdoor sensors: measurements of UV index and solar illuminance, thermo-hydro transmitter, wind speed anemonmeter, wind direction vane and rain tipping bucket&lt;br /&gt;
|manual&lt;br /&gt;
|}&lt;br /&gt;
Do note that WH108x series display rolling 24 hour rainfall on console, WH308x series show rainfall since midnight on console.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note that transmission frequencies, and protocols may vary for the same model&#039;&#039;&#039; with a different country of sale, for different dealers (or by how rebadged), and/or by date of manufacture.   Although non-integrated wind measuring and rain measuring sensors using connecting leads should be interchangeable between many models (despite some design variations), the thermonmeter/hygrometer/transmitter unit and console have to be replaced as a pair because of their specific frequencies and protocols.&lt;br /&gt;
&lt;br /&gt;
==Memory Map==&lt;br /&gt;
This [http://www.jim-easterbrook.me.uk/weather/mm/ page] describes in some detail the data records produced by the various Fine Offset devices (WH1080, WH1081, W-8681, WH3080, WH3081 etc.).   The weather station&#039;s history is stored in 4080 times 16-byte records for models without UV/solar detectors and 3264 times 20-byte records in the 3080/3081 models with the UV/solar detector.&lt;br /&gt;
&lt;br /&gt;
Thanks to Jim Easterbrook for all his work on pulling this data together&lt;br /&gt;
http://www.jim-easterbrook.me.uk/&lt;br /&gt;
&lt;br /&gt;
=The File Format=&lt;br /&gt;
The following are some useful technical links on the EasyWeather format&lt;br /&gt;
==EasyWeather.mdb==&lt;br /&gt;
Please note this is not compatible with the &#039;EasyWeather.dat&#039; reader in Cumulus, that works with EasyWeather software version 6.x.&lt;br /&gt;
&lt;br /&gt;
Version (7.y and) 8.z of Easyweather software uses this, a Standard Jet DataBase as used by Microsoft Office. It can be read by any software that has ability to connect to such formats e.g. the &#039;Base&#039; component of Libre Office (or Apache Open Office).&lt;br /&gt;
&lt;br /&gt;
==EasyWeather.dat==&lt;br /&gt;
Fine Offset weather stations, without solar or UV measurements, store all the observations in easyweather.dat when the EasyWeather software version 6.x is running.  The file format for this has been described in detail [http://www.jim-easterbrook.me.uk/weather/ew/ here]. (You can view &#039;&#039;easyweather.dat&#039;&#039; like any text file either using a text file editor like Notepad or by using a database file viewer). A typical record is &amp;quot;5099, 2013-04-26 07:17:08, 2013-04-26 05:19:21,  15,   42,  18.1,   99,   6.5,   6.4,   6.5,  1004.0,  1014.4,  0.3,   1,  1.0,   1,  14,  NW,  2531,   759.3,     0.3,     1.5,     2.7,     3.0,    22.2,     60.9, 0, 0, 0, 0, 0, 0, 0, 0, 007FC0, 0F 2A B5 00 63 41 00 38 27 03 0A 00 0E E3 09 00 ,  &amp;quot;&lt;br /&gt;
&lt;br /&gt;
[http://sandaysoft.com/forum/viewtopic.php?f=13&amp;amp;t=9294 This topic] suggests that weather stations using smartweather software create a file that can be read using the technique in [[EasyWeather_Format#Usage_of_easyweather.dat_fields_for_Cumulus_input_of_latest_record:| Usage of Easyweather.dat fields section below]].&lt;br /&gt;
&lt;br /&gt;
==EasyWeatherPlus.dat==&lt;br /&gt;
Fine Offset weather stations that record Solar and UV measurements output to EasyWeatherPlus.dat file when Easyweather software version 6.x is running.  This has the same fields as easyweather.dat, plus two extra fields for Solar and UV data (see field list at the end of this page).&lt;br /&gt;
&lt;br /&gt;
Cumulus 1.9.4 beta build 1071 is first build that for &#039;&#039;&#039;&#039;easyweather.dat&#039;&#039;&#039;&#039; input method will &#039;&#039;Read UV and Lux values from easyweatherplus.dat&#039;&#039; file if [[Cumulus.ini#Introduced_for_problems_with_Fine_Offset_family:|&#039;&#039;&#039;&#039;Extra Sensors&#039;&#039;&#039;&#039;]] selected in &#039;&#039;Settings&#039;&#039; frame on &#039;&#039;&#039;Station Settings&#039;&#039;&#039; screen.&lt;br /&gt;
Here is an example of an EasyWeatherPlus.dat record:&lt;br /&gt;
&amp;quot;8363, 2013-04-26 15:21:32, 2013-04-26 00:25:07, 5, 60, 20.6, 67, 15.2, 9.1, 12.6, 1010.3, 1018.7, 3.1, 2, 4.1, 3, 0, N, 20, 19666.8, 0.0, 0.0, 0.0, 6.3, 352.2, 352.2, 0.0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0054C0, 2420, 05 3C CE 00 43 98 00 77 27 1F 29 00 00 14 00 00 00 00 00 00 , &amp;quot;&lt;br /&gt;
&lt;br /&gt;
==Transferring past observations from EasyWeather.dat to Cumulus==&lt;br /&gt;
&#039;&#039;&#039;Normally those using Cumulus software will stop using EasyWeather software, but the guidance below is for importing missing historic observations contained in easyweather.dat:&#039;&#039;&#039;&lt;br /&gt;
If you were archiving your Fine Offset Easyweather.dat files, you probably need to rename the latest one,and restore the relevant old one before you follow these instructions.&lt;br /&gt;
&lt;br /&gt;
Now to import EasyWeather data from a period before you started using Cumulus, close Cumulus and run EasyWeather.  It is best if you make a backup copy of your EasyWeather directory before you do any more.&lt;br /&gt;
#In the EasyWeather program use the &#039;&#039;History&#039;&#039; option on the &#039;&#039;&#039;Record&#039;&#039;&#039; menu.&lt;br /&gt;
#Select &#039;user defined&#039; in &#039;&#039;&#039;Search Conditions&#039;&#039;&#039; box.  Select a &#039;&#039;start time&#039;&#039; before you got your weather station, leave &#039;&#039;end time&#039;&#039; at default of today.  &lt;br /&gt;
#Click &#039;&#039;&#039;Export&#039;&#039;&#039; button, tick &#039;&#039;Header&#039;&#039;, choose as &#039;&#039;Separator:&#039;&#039; the symbol that is used to separate fields in your [[Monthly log files]].&lt;br /&gt;
#Click &#039;&#039;&#039;Export&#039;&#039;&#039; button below the separator, complete the &#039;Save as ...&#039; for a &#039;&#039;text&#039;&#039; file, and wait a couple of minutes (depending on size of file).&lt;br /&gt;
#Open resulting file in a text editor and see hints in [[Monthly log files]] on how to convert between formats.&lt;br /&gt;
#For [[dayfile.txt]], you can create missing data from the newly created monthly log files, but you still may wish to insert breaks at rollover time in your raw EasyWeather table, possibly adding calculation of maxima or minima to such meteorological day groups, so you can scan though each day to check what has been created in dayfile.txt and edit as required.&lt;br /&gt;
&lt;br /&gt;
If you were archiving your Easyweather.dat files, you may need to repeat the whole above process for futher source files, until you have the whole period you want.  When Sfws did this process, he tried to merge the exported files before creating the Cumulus logs, but dealing with 2 full years of frequent pre-Cumulus observations meant he had a massive spreadsheet with almost a million cells, and it made separation into day by day or month by month for feeding into the Cumulus logs more difficult.&lt;br /&gt;
&lt;br /&gt;
The instructions above were written for importing past information created by EasyWeather software version 6.x.  If you were previously using the later EasyWeather software version 8.z; follow step 1 above, then select the required dates, then click the option button to &#039;Export as CSV&#039;. Once you have created that file continue as step 5 above.&lt;br /&gt;
&lt;br /&gt;
==Station configuration screen: Using &#039;EasyWeather.dat&#039; file as current station type==&lt;br /&gt;
You might want to run EasyWeather software, perhaps for testing purposes, and use its output file as the source for Cumulus software on a short term basis. (Both software programmes need to run continuously for this to work).    As an alternative to the bulk transfer above (that was for transfer of historic observations), Cumulus at all versions has the option to &#039;&#039;read the latest&#039;&#039; observations directly from an easyweather.dat file if &#039;&#039;&#039;Easyweather (using .dat file)&#039;&#039;&#039; is selected as the station type (see Cumulus help for how to fill in the station configuration screen) and process &#039;&#039;&#039;the last line only&#039;&#039;&#039;.  &lt;br /&gt;
&lt;br /&gt;
From version 1.9.4 build 1071 onwards Cumulus assumes &#039;easyWeatherPlus.dat&#039; format if &#039;&#039;extra sensors&#039;&#039; ticked and &#039;easyweather.dat&#039; format if &#039;&#039;extra sensors&#039;&#039; is unticked.&lt;br /&gt;
&lt;br /&gt;
Remember, it is better to select the &#039;&#039;Fine Offset (WH1080 etc)&#039;&#039; station type (this reads observations by most models directly via USB without EasyWeather software) for normal operational purposes (again see Cumulus help for station configuration screen) as that allows Cumulus to do more, including coping with non-continuous running. If your station model measures UV and solar light intensities, the recommended station type selection is &#039;&#039;Fine Offset with UV/Light sensor&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
==Usage of easyweather.dat fields for Cumulus input of latest record:==&lt;br /&gt;
People with non Fine Offset stations may wish to create data in this format for input to Cumulus running continuously, only the last record on the file is ever read, checking its time-stamp differs from the last one read.&lt;br /&gt;
See the forum (http://sandaysoft.com/forum/viewtopic.php?f=4&amp;amp;t=4344) for more details.&lt;br /&gt;
&lt;br /&gt;
*Note when reading easyweather.dat (or equivalent formatted input), Cumulus will read the station originated date and time fields, and Cumulus checks that they have changed before using new data from the file. &lt;br /&gt;
*To get Cumulus to read the file, configure a station type of &amp;quot;Easyweather (using .dat file)&amp;quot;, and supply the full path to your file (it can have any name you wish), and the interval at which it is to be read.  &lt;br /&gt;
*Note that Cumulus only reads the last line in the file, and that this method is only suitable for &#039;live&#039; data, i.e. you cannot close Cumulus down and expect it to catch up again later. &lt;br /&gt;
*This method of using Cumulus is available on an &amp;quot;as is&amp;quot; basis; if it works for you, fine, but strictly speaking it is unsupported.&lt;br /&gt;
&lt;br /&gt;
Here&#039;s the format of the initial part of an &#039;easyweather.dat&#039; file record, with the fields Cumulus uses in bold. The separator between each field can either be a space or a comma, both are treated the same (hence date and time are regarded as separate fields even though they are separated by a space in real EasyWeather file whilst in the real file other fields are separated by commas). Note that EasyWeather always uses full stops for decimals. There are more fields after the ones shown (see example records shown above for the two .dat formats; and http://www.jim-easterbrook.me.uk/weather/ew/).&lt;br /&gt;
*0 - Record no   &lt;br /&gt;
*1 - Transfer date  &lt;br /&gt;
*2 - Transfer time   &lt;br /&gt;
*&#039;&#039;&#039;3 - Reading date&#039;&#039;&#039;  &lt;br /&gt;
*&#039;&#039;&#039;4 - Reading time&#039;&#039;&#039;  &lt;br /&gt;
*5 - Interval&lt;br /&gt;
*&#039;&#039;&#039;6 - Indoor Hum&#039;&#039;&#039;  (Must be integer)&lt;br /&gt;
*&#039;&#039;&#039;7 - Indoor Temp&#039;&#039;&#039;  &lt;br /&gt;
*&#039;&#039;&#039;8 - Outdoor Hum&#039;&#039;&#039; (Must be integer)  &lt;br /&gt;
*&#039;&#039;&#039;9 - Outdoor Temp&#039;&#039;&#039;  &lt;br /&gt;
*&#039;&#039;&#039;10 - dew point&#039;&#039;&#039;  &lt;br /&gt;
*&#039;&#039;&#039;11 - wind chill&#039;&#039;&#039;&lt;br /&gt;
*12 - absolute pressure   &lt;br /&gt;
*&#039;&#039;&#039;13 - rel pressure&#039;&#039;&#039;  &lt;br /&gt;
*&#039;&#039;&#039;14 - wind average&#039;&#039;&#039;   &lt;br /&gt;
*15 - wind average bft  &lt;br /&gt;
*&#039;&#039;&#039;16 - wind gust&#039;&#039;&#039;  (Used for &#039;latest&#039;)&lt;br /&gt;
*17 - wind gust bft&lt;br /&gt;
*18 - wind direction number  &lt;br /&gt;
*&#039;&#039;&#039;19 - wind direction text&#039;&#039;&#039; (N, ENE etc, using English)&lt;br /&gt;
*20 - rain tip counter&lt;br /&gt;
*21 - rain total&lt;br /&gt;
*22 - rain since last reading   &lt;br /&gt;
*&#039;&#039;&#039;23 - rain in last hour&#039;&#039;&#039; (used as Cumulus rain rate, i.e. a rain amount for a period of one hour is the rate in units of amount per hour)&lt;br /&gt;
*24 - rain last 24 hours  &lt;br /&gt;
*25 - rain last 7 days  &lt;br /&gt;
*26 - rain last 30 days   &lt;br /&gt;
*&#039;&#039;&#039;27 - rain last year&#039;&#039;&#039; (Used as Cumulus rain counter which can be any ever-increasing counter, but it needs to be in the same units as 23 - rain in last hour). The longer this counter continues before resetting to zero, the better for Cumulus.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;For easyweatherplus.dat only:&#039;&#039;&lt;br /&gt;
*&#039;&#039;&#039;28 - light reading (in Lux)&#039;&#039;&#039; &lt;br /&gt;
*&#039;&#039;&#039;29 - UV index&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[Category:StationSpecific]]&lt;/div&gt;</summary>
		<author><name>Steve</name></author>
	</entry>
</feed>