Cumulus.ini: Difference between revisions

From Cumulus Wiki
Jump to navigationJump to search
14,631 bytes added ,  05:11, 14 June 2022
m
no edit summary
m (→‎Optional Web Server: try again to get right: "FTP logging")
mNo edit summary
(47 intermediate revisions by 4 users not shown)
Line 1: Line 1:
<big>Please note this page was created 13 June 2021.
<big>Please note this page was created 13 June 2021.


At last update, it shows position as at build 3135.
At last update, it shows position as at beta build 3135, (missing some changes for the 3.12.0 release build of 3141).


This new page was created to reflect parameters added to Cumulus.ini in releases 3.8.0, 3.9.2, 3.10.0, and 3.12.0.  It excludes all parameters removed after release 3.7.0.</big>
This new page was created to reflect parameters added to Cumulus.ini in releases 3.8.0, 3.9.2, 3.10.0, and 3.12.0 (early beta builds - June 2021).  It excludes all parameters removed after release 3.7.0.</big>


{{Template:WorkInProgressBanner}}
{{Template:WorkInProgressBanner}}
Line 20: Line 20:
* Control what is output to those destinations, to the extent that each can be configured
* Control what is output to those destinations, to the extent that each can be configured


== Why does this Wiki now contain multiple pages describing "Cumulus.ini"?==
 
 
= Why does this Wiki now contain multiple pages describing "Cumulus.ini"?=


[[Category:Configuration Files]]
[[Category:Configuration Files]]
Line 29: Line 31:


All the pages, previously called "Cumulus.ini", can be found from the owning [[:Category:Configuration Files|category]].  The original page was preserved at [[Cumulus.ini_(preserving_history)]] so look there for its editing history.  That page also expands on the above summary of why that old page was replaced by this new page.
All the pages, previously called "Cumulus.ini", can be found from the owning [[:Category:Configuration Files|category]].  The original page was preserved at [[Cumulus.ini_(preserving_history)]] so look there for its editing history.  That page also expands on the above summary of why that old page was replaced by this new page.
==Need to install MX 3.12.0 ==
If you are using Cumulus 1 or a release of MX earlier than 3.12.0, be aware that the content of "Cumulus.ini" is totally different to the file for later MX releases. (It might have been better had the file been given a new name in release 3.12.0).
The way the developer decided to implement it, is that when somebody installs release 3.12.0, any existing "Cumulus.ini" file is renamed, and a new "Cumulus.ini" file is created from scratch, and from then onwards all changes apply to the new file. As 3.12.0 is the only release that can create the replacement file, it is highly recommended that anybody currently using an older release, downloads 3.12.0 from [https://github.com/cumulusmx/CumulusMX/releases/download/b3141/CumulusMXDist3141.zip here] and runs that release for a while before upgrading to the latest release [https://github.com/cumulusmx/CumulusMX here].


== Simplifications ==
== Simplifications ==
Line 145: Line 153:
The MX software offers much functionality and flexibility.  Consequently, it has an extensive set of configuration settings, fortunately apart from the initial settings of model and units (see next sub-section), recent releases have simplified many of the settings for optional features by providing particular selections to affect a whole range of others (for predicted uses), instead of forcing you to individually work through every individual setting.
The MX software offers much functionality and flexibility.  Consequently, it has an extensive set of configuration settings, fortunately apart from the initial settings of model and units (see next sub-section), recent releases have simplified many of the settings for optional features by providing particular selections to affect a whole range of others (for predicted uses), instead of forcing you to individually work through every individual setting.


==First run of MX==
<big>Please see [[First Run of MX]] for how to set up settings when you first use MX.</big>
 
This Wiki page does not explain how to start using MX, please see [[MX on Linux]], [[MX on Windows OS]], and [[MX Administrative Interface]] as appropriate.
 
The key fact relevant here is that no Cumulus release distribution contains a '''Cumulus.ini''' file. So when you first use the software,  you will need to use the [[MX_Administrative_Interface#Changing_Settings|admin interface]] to enter all settings (some have defaults that might be right for you) as described later in this page, and that will lead to creation of the main configuration file.
 
# If you start Cumulus MX without a configuration file, and you have a screen attached so you can see the output from the engine, it will show this: [[File:MX first start.PNG]]
# As you can see, it is running, but it does not know what station type, so it cannot connect to it, and will not do anything more.
# At this stage, MX creates a very basic Cumulus.ini with the default settings (shown below).
#Open the [[MX Administrative Interface|admin interface]], and select the station settings if necessary: [[File:MX_station_settings.png|800px|center]]
# At the very minimum, you must select a station type and units (as shown in image here)
# Optionally, move down the page, entering more settings,
#* The settings that are displayed to you vary depending on the station type you have selected (and the particular MX release), so there is not a screenshot to show you the other settings for your station type.
# Optionally, move to other settings pages accessed from the menu seen in the image, these cover the optional functionality of MX, so the pages you need to visit depends on what functionality you wish to use.
# Optionally, use [[Samplestring.ini]] file as a guide to create a [[Strings.ini|strings.ini]] file (look up the cross reference if you want to do this now, but you can leave it to later) where you can tailor a number of texts that Cumulus produces.
#* The advantage of creating your '''strings.ini''' file now, is that it is read when MX starts, and we will shortly restart MX.
# Closing MX is the action that will create the main configuration file.
# MX must be stopped correctly, because it has to do a number of actions after it receives a request to close:
#* If you have a screen attached to the device running the MX engine, you can click in that screen and terminate Cumulus MX by typing '''C''' while holding down the control key (or equivalent if you are using an apple mac).
#* If you are connecting to MX from a remote device, then type into that remote session the control '''C'''.
#* Otherwise do whatever is needed to end the MX executable on your installation.
# Restart Cumulus MX, it will read your new settings (in '''Cumulus.ini''' and the optional '''strings.ini''') on re-starting, it will find the weather station, and start reading the weather data from it. On this first access to your weather station, it will not read any archive data (there is a way to modify [[today.ini]] so it can read what is in the separate logger), but from now (until you stop it) it will read (and from time to time log) the live data while MX remains running.


==What happens if I upgrade MX?==
==What happens if I upgrade MX?==
Line 271: Line 258:


As a specific example, release 3.11.0 added emailing capability; that requires quite a lot of new parameters to be added to the file.  You could use MX without these new parameters, but the Alarm Settings page would not allow you to click '''Enable''' until you had defined various settings on another Settings page, as well as on this Alarm Settings page.
As a specific example, release 3.11.0 added emailing capability; that requires quite a lot of new parameters to be added to the file.  You could use MX without these new parameters, but the Alarm Settings page would not allow you to click '''Enable''' until you had defined various settings on another Settings page, as well as on this Alarm Settings page.


=Tables listing Settings=
=Tables listing Settings=
Line 1,910: Line 1,895:
!style="width:20px" | Default
!style="width:20px" | Default
!style="width:600px" | Description
!style="width:600px" | Description
|-
| StartDate=
| (with warning: "Here be dragons!")
| Station Settings &rarr; Advanced Options
| Records Began date
| (Set when you first use Cumulus)
| Format used is determined by locale used for running MX.  If this date is edited, keep to same format. MX generally (see [[Calculate_Missing_Values#CreateMissing.exe]] for exceptions) ignores any data file entries prior to this date.
|-
| NoSensorCheck=0
| (not yet on a settings page)
| (not known)
| (not known)
| 0 (normal)
| Boolean:
* 0 = MX will stop if any of the minimum set of sensors listed below fails
* 1 = MX will continue to run, even if any of the minimum set of sensors listed below fails
Minimum set of sensors:
# Current air temperature
# Current Relative Humidity
# At least one wind speed
# Current air pressure (absolute or sea-level)
Cumulus will stop processing any information from a weather station unless the above 4 source values are being supplied and reveal they are being updated (failure is set is after a total of 6 unsuccessful consecutive attempts to read each of these).
|-
| UseDataLogger=1
| (probably determined by station type)
| (not known)
| (not known)
| 1 (enabled)
|Simple tick or not
* Tick (value shown as 1 in Cumulus.ini) if your weather station has its own storage, so MX can do a catch up when it first starts and read any "archive data"
* Don't tick (value shown as 0 in Cumulus.ini) if your weather station has no storage, and therefore MX cannot capture any readings when it is not running
|-
|-
| DataLogInterval=2
| DataLogInterval=2
Line 1,957: Line 1,910:
|-
|-
| LogExtraSensors=0
| LogExtraSensors=0
| (Depends on station type)
| (Depends on station type) Only from Release 3.12.0
| Station settings &rarr; Common Options
| Station settings &rarr; Common Options
| Extra sensors
| Extra sensors
Line 1,965: Line 1,918:
* Don't tick (value shown as 0 in Cumulus.ini) if you have nothing to log to Extra Sensor Files.
* Don't tick (value shown as 0 in Cumulus.ini) if you have nothing to log to Extra Sensor Files.
|-
|-
| RolloverHour=0
| NoSensorCheck=0
| (not yet on a settings page)
| (not known)
| (not known)
| 0 (normal)
| Boolean:
* 0 = MX will stop if any of the minimum set of sensors listed below fails
* 1 = MX will continue to run, even if any of the minimum set of sensors listed below fails
 
Minimum set of sensors:
# Current air temperature
# Current Relative Humidity
# At least one wind speed
# Current air pressure (absolute or sea-level)
Cumulus will stop processing any information from a weather station unless the above 4 source values are being supplied and reveal they are being updated (failure is set is after a total of 6 unsuccessful consecutive attempts to read each of these).
|-
| RainDayThreshold=-1
| (with warning: "Here be dragons!")
| Depends on release:
* (3.5.1 to 3.11.4) Manual edit of file
* (3.12.0 onwards) Station settings &rarr; Common Options &rarr; Advanced options
| Rain day threshold
| -1 (that represents 0.2 mm or 0.01 inches)
| The amount of rainfall that must be collected before MX treats today as a wet day
 
''The intention is this will represent more than one tip, as the first tip might contain some rain from an earlier day''
|-
| RolloverHour=0
| (Always)
| (Always)
| Station settings &rarr; Log Rollover
| Station settings &rarr; Log Rollover
Line 1,973: Line 1,953:
* 0 = MX will do [[MX_Basic_info#MX_End_of_Day_Process|an end of day process]] when the time (on Weather Station if it provides time) reaches midnight
* 0 = MX will do [[MX_Basic_info#MX_End_of_Day_Process|an end of day process]] when the time (on Weather Station if it provides time) reaches midnight
* 1 = MX will do [[MX_Basic_info#MX_End_of_Day_Process|an end of day process]] when the time (on Weather Station if it provides time) reaches 9 a.m. local standard/winter time
* 1 = MX will do [[MX_Basic_info#MX_End_of_Day_Process|an end of day process]] when the time (on Weather Station if it provides time) reaches 9 a.m. local standard/winter time
|-
| SnowDepthHour=0
| (with warning: "Here be dragons!")
| Depends on release:
* (3.5.1 to 3.11.4) Manual edit of file
* (3.12.0 onwards) Station settings &rarr; Common Options &rarr; Advanced options
| Snow depth hour
| 0 (midnight)
| Spin selector of 0 to 23: Defines hour from which entries in [[Weather Diary]] for current calendar day are used. Prior to this hour the weather diary will be searched for Calendar yesterday
|-
| StartDate=
| (with warning: "Here be dragons!")
| Station Settings &rarr; Common Options &rarr; Advanced Options
| Records Began date
| (Set when you first use Cumulus)
| Format used is determined by locale used for running MX.  If this date is edited, keep to same format. MX generally (see [[Calculate_Missing_Values#CreateMissing.exe]] for exceptions) ignores any data file entries prior to this date.
|-
| UseDataLogger=1
| (probably determined by station type)
| (not known)
| (not known)
| 1 (enabled)
|Simple tick or not
* Tick (value shown as 1 in Cumulus.ini) if your weather station has its own storage, so MX can do a catch up when it first starts and read any "archive data"
* Don't tick (value shown as 0 in Cumulus.ini) if your weather station has no storage, and therefore MX cannot capture any readings when it is not running
|-
|-
| Use10amInSummer=1
| Use10amInSummer=1
Line 1,980: Line 1,985:
| 1 (normal)
| 1 (normal)
| Tick box:
| Tick box:
* 0 = If "Daylight Saving Time" (DST) applies in Summer, MX is to use 9 am local time
* 0 = If "Daylight Saving Time" (DST) applies in Summer,
** If rollover time is midnight, then rolls over at midnight local time, regardless of whether DST is in operation or not
** If rollover time is 9 a.m., MX is to use 9 am local time, regardless of whether DST is in operation or not
* 1 = Normal behaviour:
* 1 = Normal behaviour:
** If rollover time is midnight, then rolls over at midnight local time, regardless of whether DST is in operation or not
** If rollover time is midnight, then rolls over at midnight local time, regardless of whether DST is in operation or not
Line 1,986: Line 1,993:
|}
|}


==Database==


==Debugging==


* Available from beta MX.
* Available from beta MX.
* File Section is [MySQL]
* File Section is [Station]
{| class="wikitable" border="1"
{| class="wikitable" border="1"
|-
|-
!style="width:30px" | Parameter Line Entry
!style="width:30px" | Parameter Line Entry
!style="width:100px" | Shown on Settings page?
!style="width:300px" | MX Section
!style="width:100px" | MX Section
!style="width:60px" | Label on Settings page
!style="width:60px" | Label on Settings page
!style="width:20px" | Default
!style="width:20px" | Default
!style="width:600px" | Description
!style="width:600px" | Description
|-
|-
| CustomMySqlMinutesCommandString=
| Logging=1
| only if "Custom Minutes Enabled"
| Depends on release installed:
| MySQL Settings &rarr; Monthly log file upload
# Alternatives:
| SQL command
#* (Releases 3.0.0 to 3.9.8) Close Cumulus MX, then edit Cumulus.ini configuration file, and add a line in the [Station] section: Logging = 1, then restart Cumulus MX.
| (blank)
#* (Releases 3.1.0 to 3.9.3) Station Settings &rarr Options
| SQL to be obeyed at the interval defined in "CustomMySqlMinutesIntervalIndex"
# (Release 3.9.4 to 3.11.4) Program Settings &rarr; Program General Options
# (Release 3.12.0 onwards) Program Settings &rarr; Logging Options
| Debug logging
| 0 (disabled)
| This adds extra information about data transfers between your weather station and MX.
 
It was introduced originally for Davis stations only, but later (can someone insert here the relevant release) extended to cover more stations.
|-
|-
| CustomMySqlMinutesIntervalIndex=6
| DataLogging=1
| only if "Custom Minutes Enabled"
| Depends on release installed:
| MySQL Settings &rarr; Monthly log file upload
# Alternatives:
| Interval
#* (Releases 3.0.0 to 3.9.8) Close Cumulus MX, then edit Cumulus.ini configuration file, and add a line in the [Station] section: DataLogging = 1, then restart Cumulus MX.
| 6 = 10 minutes
#* (Releases 3.1.0 to 3.9.3) Station Settings &rarr Options
| Time between custom SQL uploads:
# (Release 3.9.4 to 3.11.4) Program Settings &rarr; Program General Options
* 0 = 1 minute
# (Release 3.12.0 onwards) Program Settings &rarr; Logging Options
* 1 = 2 minutes
| Debug logging
* 2 = 3 minutes
| 0 (disabled)
* 3 = 4 minutes
| This adds extra information about both data transfers initiated from MX, and all the internal MX processes.
* 4 = 5 minutes
|}
* 5 = 6 minutes
 
* 6 = 10 minutes
== Display Options ==
* 7 = 12 minutes
 
* 8 = 20 minutes
* File Section is '''[Display]'''
* 9 = 30 minutes
* MX Section is '''Station Settings &rarr; Display Options'''
* 10 = 1 hour (60 minutes)
{| class="wikitable" border="1"
|-
| CustomMySqlMinutesEnabled=0
| (always)
| MySQL Settings
| Custom Minutes Enabled
| Not ticked (shown as 0 in Cumulus.ini)
| Enable the optional functionality to run SQL at a selected interval in minutes
|-
|-
| CustomMySqlSecondsCommandString=
!style="width:30px" | Parameter Line Entry
| only if "Custom Seconds Enabled"
!style="width:100px" | Introduced
| MySQL Settings &rarr; Monthly log file upload
!style="width:60px" | Label on Settings page
| SQL command
!style="width:20px" | Default
| (blank)
!style="width:600px" | Description
| SQL to be obeyed at the interval defined in "CustomMySqlSecondsInterval"
|-
|-
| CustomMySqlSecondsInterval=10
| DisplaySolarData=0
| only if "Custom Seconds Enabled"
| ??? 3.10.0 ???
| MySQL Settings &rarr; Monthly log file upload
| Display Solar data
| Interval
| Unticked (shown as 0 in Cumulus.ini)
| 10 (seconds)
| Simple tick or not
| Time between custom SQL uploads
* Tick (value shown as 1 in Cumulus.ini) if you want MX to display solar data in tables shown on the [[New_Default_Web_Site_Information|web pages]] provided in [[Webfiles folder|webfiles folder]] (from release 3.10.0 onwards)
* Don't tick (value shown as 0 in Cumulus.ini) if you want MX to suppress the table cells that would display solar data
|-
|-
| CustomMySqlSecondsEnabled=0
| DisplayUvData=0
| (always)
| ??? 3.10.0 ???
| MySQL Settings
| Display UV-I data 
| Custom Minutes Enabled
| Unticked (shown as 0 in Cumulus.ini)  
| Not ticked (shown as 0 in Cumulus.ini)
| Simple tick or not
| Enable the optional functionality to run SQL at a selected interval in seconds
* Tick (value shown as 1 in Cumulus.ini) if you want MX to display ultra-violet intensity data in tables shown on the [[New_Default_Web_Site_Information|web pages]] provided in [[Webfiles folder|webfiles folder]] (from release 3.10.0 onwards)
* Don't tick (value shown as 0 in Cumulus.ini) if you want MX to suppress the table cells that would display UV intensity data
|-
|-
| Database=
| NumWindRosePoints=16
| when section opened
| Legacy Cumulus
| MySQL Settings &rarr; Server Details
| Number of wind rose points
| Database name
| 16
| (blank)
| Drop-down determining if weather station bearing supplied by weather station is to be converted to 8 or 16 compass directions (i.e. whether to include or exclude (in English) NNE, ENE, ESE, SSE, SSW, WSW, WNW, and NNW
| The name given to the database that includes the table(s) you want to update
* 8 points
* 16 points
Despite what it says in the hint on the settings page, leave at default whichever weather station type you use, unless this actually causes you a problem.  The parameter was introduced by Steve Loft.  Davis wind vanes use a potentiometer to measure wind direction so send Cumulus a bearing that can vary continuously between 1 and 360 degrees. Fine Offset wind vanes use magnetic switches that depend on the magnet under the moving part selecting two switches in the fixed part for the vane being exactly in-between compass directions, and selecting one switch for the main 8 directions and slightly away from the main directions; so they have a bias against sending Cumulus the in-between directions.
|-
|-
| DayfileMySqlEnabled=0
| UseApparent=1
| (always)
| ??? MX 3.6.0 or 3.10.0 ???
| MySQL Settings
| Use Apparent Temperature
| Dayfile Enabled
| Ticked (shown as 1 in Cumulus.ini)
| Not ticked (shown as 0 in Cumulus.ini)
| Simple tick or not
| Enable the automatic upload to the table named in "DayfileTable" within the database named in "Database"
* Tick (value shown as 1 in Cumulus.ini) if you want MX to display apparent temperature in tables shown on the [[New_Default_Web_Site_Information|web pages]] provided in [[Webfiles folder|webfiles folder]] (from release 3.10.0 onwards) for consistency with Cumulus prior to release 3.6.0
* Don't tick (value shown as 0 in Cumulus.ini) if you want MX to display feels like temperature  in tables shown on the [[New_Default_Web_Site_Information|web pages]] provided in [[Webfiles folder|webfiles folder]] (from release 3.10.0 onwards) for consistency with Cumulus from release 3.6.0
|}
 
==Extra Web Files==
 
There are 100 occurrences of each parameter in Cumulus.ini, and therefore each parameter has a base name followed by numbers 0 to 99.
 
The settings interface presents the rows on multiple pages, the rows are not numbered, so you have to do some counting to work out which row in the admin interface page corresponds with which parameter in Cumulus.ini file.
 
'''You MUST restart MX after any changes in this section, before the new settings take effect.'''
 
{| class="wikitable" border="1"
|-
|-
| DayfileTable=Dayfile
!style="width:30px" | Parameter Line Entry
| when "Dayfile Enabled" is ticked and the next section is opened
!style="width:100px" | Label on Settings page
| MySQL Settings &rarr; Dayfile.txt upload
!style="width:20px" | Default
| Table name
!style="width:800px" | Description
| Dayfile
| Enables you to choose the name for the database table to be updated when "DayfileMySqlEnabled" is ticked
|-
|-
| Host=
|style="background:lightgray;"|[FTP site]
| when section opened
|
| MySQL Settings &rarr; Server Details
|
| Host name
|style="background:lightgray;"|Section name  
| (blank)
| Enter the database server name or Internet Protocol address
|-
|-
| MonthlyMySqlEnabled=0
|ExtraLocal0= to ExtraLocal99=
| (always)
|Local File Name
| MySQL Settings
|(empty)
| Monthly Log Enabled
|You can enter:
| Not ticked (shown as 0 in Cumulus.ini)
* A relative path name, with respect to the "CumulusMX" root folder
| Enable the automatic upload to the table named in "MonthlyTable" within the database named in "Database"
** e.g.  '''./data/dayfile.txt''' (Note: this is the [[Daily_Summary|daily summary log file]], see link for how it can be used on a web server)
|-
** e.g. '''./webMX/betel_monthlyrecord_liteMXT.html''' (Note: this is a third party [[Cumulus_template_file|template file]] - see [https://cumulus.hosiene.co.uk/viewtopic.php?f=14&t=7500 Alternative Monthly Extremes using <#webtag>s]
| MonthlyTable=Monthly
** e.g. '''./web/trendsT.htm''' (Note: That file is not part of default web site any more, but serves as another example
| when "Dayfile Enabled" is ticked and the next section is opened
* A full path name for a file on the computer running MX
| MySQL Settings &rarr; Monthly log file upload
** e.g. '''/home/pi/documents/myFile'''
| Table name
** e.g. '''C:\Users\Public\Documents\working.txt'''
| Monthly
*You can place any of the following special tags into the entry
| Enables you to choose the name for the database table to be updated when "MonthlyMySqlEnabled" is ticked
** These should be typed as shown on their own
|-
*** '''<noaayearfile>''' and '''<noaamonthfile>''' these respectively represent latest yearly and latest monthly reports 
| Pass=
***  '''<currentlogfile>''',  '''<currentextralogfile>''', and '''<airlinklogfile>''' these respectively represent [[Standard_log_files|standard]], [[Extra_Sensor_Files| extra sensor]], and [[Air_Link_Log.txt|Davis AirLink air quality monitor]] log files  e.g. ExtraLocal3=<currentlogfile>
| when section opened
| MySQL Settings &rarr; Server Details
| Password
| (blank)
| Enter the password needed to access the database server specified in "Host"
|-
|-
| Port=3306
|ExtraRemote0= to ExtraRemote99=
| when section opened
|Destination Filename
| MySQL Settings &rarr; Server Details
|(empty)
| Port
|Defines where MX is to upload file to
| 3306
* If file transfer is requested (see below), the file path should be expressed starting at the FTP/FTPS/SFTP root
| Enter the port used to access the database server
**I can't tell you what the file path is for your web server, but I can give a couple of examples to steer you
*** e.g. httpdocs/dayfile.txt
*** e.g. public_html/thismonthyear.htm
* If the FTP is not ticked, the file path should be full path for a file on the computer running MX
** e.g. /var/www/html/weather/images/moon.png could be destinatation for uploading the MX generated moon image to a Linux hosted [[Your_Own_Server|server]]
** e.g. /var/www/html/weather/webfilesMX/tempdata.json for uploading one of the [[:Category:JSON_Files|files with graph data]] to a Linux hosted [[Your_Own_Server|server]]
*You can place any of the following special tags into the entry
** These should be typed as shown as part of the destination path, note that they can be used:
*** either to represent the final filename part of the path e.g. ExtraRemote3=/var/www/html/weather/monthly/<currentlogfile>
*** or to modify a filename, so it becomes unique to a particular month e.g. ExtraRemote0=/var/www/html/weather/cumulus_generated/savedFiles/web_tags_real_time_<currentlogfile>.inc
** '''<noaayearfile>''' and '''<noaamonthfile>''' these respectively represent latest yearly and latest monthly reports
**  '''<currentlogfile>''',  '''<currentextralogfile>''', and '''<airlinklogfile>''' these respectively represent [[Standard_log_files|standard]], [[Extra_Sensor_Files| extra sensor]], and [[Air_Link_Log.txt|Davis AirLink air quality monitor]] log files
|-
|-
| RealtimeMySql1MinLimit=0
|ExtraProcess0= to ExtraProcess99=
| When section opened
|Process
| MySQL Settings &rarr; Raltime.txt upload
|0
| Limit real time table inserts to once a minute 
|Simple tick or not
| Not ticked (shown as 0 in Cumulus.ini)
* Tick (value shown as 1 in Cumulus.ini) if the local file is a [[Cumulus_template_file|template file]], see [[Customised_templates#What_is_meant_by_.27Cumulus_processes_templates.27|here]] for full explanation of '''Process'''
| Enable the optional functionality to limit database uploads, if your real time interval has been set to less than 60 seconds
* Don't tick (value shown as 0 in Cumulus.ini) if you want local file uploaded with existing content
|-
| RealtimeMySqlEnabled=0
| (always)
| MySQL Settings
| Realtime enabled
| Not ticked (shown as 0 in Cumulus.ini)
| Enable the automatic upload to the table named in "RealtimeTable" within the database named in "Database"
|-
|-
| RealtimeRetention=
|ExtraRealtime0= to ExtraRealtime99=
| When section opened
|Realtime
| MySQL Settings &rarr; Raltime.txt upload
|0
| '''Data Retention value''' and '''Data Retention unit'''
|Simple tick or not
| "7" and "Days"
*Tick (value shown as 1 in Cumulus.ini) if
| The value field will take any number, the unit field is a dropdown:
*# See [[#Realtime Settings]], you must have "Enable realtime" ticked, and defined an interval there
* Seconds
*# Uploads the file to destination specified at interval defined
* Minutes
* Don't tick (value shown as 0 in Cumulus.ini) if you want uploading to happen at a different interval (e.g. [[#Interval Settings|Standard interval]])
* Hours
* Days
* Weeks
* Months
Taken together, these determine the period for which rows are kept in the table named in "RealtimeTable", any row older than this specification will be deleted as part of the automatic SQL
|-
|-
| RealtimeTable=Realtime
|ExtraFTP0= to ExtraFTP99=
| When section opened
|FTP
| MySQL Settings &rarr; Raltime.txt upload
|1
| Table name
|Simple tick or not
| Realtime
*Tick (value shown as 1 in Cumulus.ini) if you want MX to use the FTP protocol specified in [[#Web/FTP Site]]
| Enables you to choose the name for the database table to be updated when "RealtimeMySqlEnabled" is ticked
* Don't tick (value shown as 0 in Cumulus.ini) if the remote file is on the computer running MX and a simple Copy File is required
|-
|-
| User=
|ExtraUTF0= to ExtraUTF99=
| when section opened
|UTF-8
| MySQL Settings &rarr; Server Details
|1
| User name
|Please see [[Reports_folder#Encoding|technical guidance on encoding]]
| (blank)
*Tick (value shown as 1 in Cumulus.ini) for default, modern files use UTF-8 encoding, this can display an extended range of characters
| Enter the username associated with "Pass"
*If unticked (0 appears in file), then iso-8859-1 encoding is used
|}
|-
 
|ExtraBinary0= to ExtraBinary99=
==Debugging==
|Binary
 
|0
* Available from beta MX.
|Simple tick or not
* File Section is [Station]
*Tick (value shown as 1 in Cumulus.ini) if your file is e.g. an image file (e.g. moon.png)
{| class="wikitable" border="1"
* Don't tick (value shown as 0 in Cumulus.ini) if the file is text, HTML, PHP script, JSON, JavaScript
|-
|ExtraEOD0= to ExtraEOD99=
|End of Day
|0
|Simple tick or not
*Tick (value shown as 1 in Cumulus.ini) if your file is to be uploaded during the [[MX_Basic_info#MX_End_of_Day_Process|End of Day process]]
* Don't tick (value shown as 0 in Cumulus.ini) if you want uploading to happen at a different interval (e.g. [[#Interval Settings|Standard interval]])
|}
 
== Location==
 
* Introduced for legacy Cumulus
* File Section is [Station]
 
{| class="wikitable" border="1"
|-
|-
!style="width:30px" | Parameter Line Entry
!style="width:30px" | Parameter Line Entry
!style="width:300px" | MX Section
!style="width:100px" | MX Section
!style="width:60px" | Label on Settings page
!style="width:60px" | Label on Settings page
!style="width:20px" | Default
!style="width:20px" | Default
!style="width:600px" | Description
!style="width:600px" | Description
|-
|-
| Logging=1
| Altitude=0
| Depends on release installed:
| Station Settings &rarr; Location
# Alternatives:
| Altitude
#* (Releases 3.0.0 to 3.9.8) Close Cumulus MX, then edit Cumulus.ini configuration file, and add a line in the [Station] section: Logging = 1, then restart Cumulus MX.
| 0
#* (Releases 3.1.0 to 3.9.3) Station Settings &rarr Options
| The height above mean sea level where the (pressure) sensor is positioned
# (Release 3.9.4 to 3.11.4) Program Settings &rarr; Program General Options
# (Release 3.12.0 onwards) Program Settings &rarr; Logging Options
| Debug logging
| 0 (disabled)
| This adds extra information about data transfers between your weather station and MX.
 
It was introduced originally for Davis stations only, but later (can someone insert here the relevant release) extended to cover more stations.
|-
|-
| DataLogging=1
| AltitudeInFeet=1
| Depends on release installed:
| Station Settings &rarr; Location
# Alternatives:
| Altitude Units
#* (Releases 3.0.0 to 3.9.8) Close Cumulus MX, then edit Cumulus.ini configuration file, and add a line in the [Station] section: DataLogging = 1, then restart Cumulus MX.
| Default depends on release:
#* (Releases 3.1.0 to 3.9.3) Station Settings &rarr Options
# Legacy until 3.11.4: 1 (labelled as feet)
# (Release 3.9.4 to 3.11.4) Program Settings &rarr; Program General Options
# From 3.12.0: 0 (labelled metres)
# (Release 3.12.0 onwards) Program Settings &rarr; Logging Options
| Radio Setting
| Debug logging
* feet  (value shown as 1 in Cumulus.ini)
| 0 (disabled)
* metres (value shown as 0 in Cumulus.ini)
| This adds extra information about both data transfers initiated from MX, and all the internal MX processes.
|-
| LocName=
| Station Settings &rarr; Location
| Name
| (empty)
| A short name for the location
|-
| LocDesc=
| Station Settings &rarr; Location
| Description
| (empty)
| A longer description for the location
|-
| "Latitude=0" and "LatTxt="
| Station Settings &rarr; Location &rarr; Latitude
| "Degrees", "Minutes", "Seconds", and "Hemisphere &rarr; North or South"
| (blank)
| The selections made on this Settings Page sub-section will place the appropriate content in the two parameters in the file
|-
| "Longitude=0" and "LongTxt="
| Station Settings &rarr; Location &rarr; Longitude
| "Degrees", "Minutes", "Seconds", and "Hemisphere &rarr; East or West"
| (blank)
| The selections made on this Settings Page sub-section will place the appropriate content in the two parameters in the file
|}
|}


== Display Options ==


* File Section is '''[Display]'''
==Optional Report Settings==
* MX Section is '''Station Settings &rarr; Display Options'''
 
* File Section is [NOAA]
{| class="wikitable" border="1"
{| class="wikitable" border="1"
|-
|-
!style="width:30px" | Parameter Line Entry
!style="width:30px" | Parameter Line Entry
!style="width:100px" | Introduced
!style="width:100px" | Introduced
!style="width:100px" | MX Section
!style="width:60px" | Label on Settings page
!style="width:60px" | Label on Settings page
!style="width:20px" | Default
!style="width:20px" | Default
!style="width:600px" | Description
!style="width:300px" | Description
|-
|-
| DisplaySolarData=0
| AutoCopy=0
| ??? 3.10.0 ???
| Release 3.12.0
| Display Solar data
| NOAA Reports Settings &rarr; FTP Options
| Unticked (shown as 0 in Cumulus.ini)
| Auto Copy NOAA report files
| 0 (disable)
| Simple tick or not
| Simple tick or not
* Tick (value shown as 1 in Cumulus.ini) if you want MX to display solar data in tables shown on the [[New_Default_Web_Site_Information|web pages]] provided in [[Webfiles folder|webfiles folder]] (from release 3.10.0 onwards)
* Tick (value shown as 1 in Cumulus.ini) if your report is to be copied to copy directory during the [[MX_Basic_info#MX_End_of_Day_Process|End of Day process]]
* Don't tick (value shown as 0 in Cumulus.ini) if you want MX to suppress the table cells that would display solar data
* Don't tick (value shown as 0 in Cumulus.ini) for no copy action
|-
|-
| DisplayUvData=0
| AutoFTP=0
| ??? 3.10.0 ???
| First with Cumulus 2
| Display UV-I data 
| NOAA Reports Settings &rarr; FTP Options
| Unticked (shown as 0 in Cumulus.ini)  
| Auto transfer NOAA report files
| 0 (disable)
| Simple tick or not
| Simple tick or not
* Tick (value shown as 1 in Cumulus.ini) if you want MX to display ultra-violet intensity data in tables shown on the [[New_Default_Web_Site_Information|web pages]] provided in [[Webfiles folder|webfiles folder]] (from release 3.10.0 onwards)
* Tick (value shown as 1 in Cumulus.ini) to enable the file transfer process you have defined for MX, to upload the file for you (at first update time after rollover has completed)
* Don't tick (value shown as 0 in Cumulus.ini) if you want MX to suppress the table cells that would display UV intensity data
* Don't tick (value shown as 0 in Cumulus.ini) to disable any file transfer process
|-
|-
| NumWindRosePoints=16
| AutoSave=1
| Legacy Cumulus
| First with Cumulus 2
| Number of wind rose points
| NOAA Reports Settings
| 16
| Create NOAA files after daily rollover
| Drop-down determining if weather station bearing supplied by weather station is to be converted to 8 or 16 compass directions (i.e. whether to include or exclude (in English) NNE, ENE, ESE, SSE, SSW, WSW, WNW, and NNW
|0
* 8 points
| Simple tick or not
* 16 points
* Tick (value shown as 1 in Cumulus.ini) if you want MX to use the (optional) Reports functionality
Despite what it says in the hint on the settings page, leave at default whichever weather station type you use, unless this actually causes you a problem.  The parameter was introduced by Steve Loft.  Davis wind vanes use a potentiometer to measure wind direction so send Cumulus a bearing that can vary continuously between 1 and 360 degrees. Fine Offset wind vanes use magnetic switches that depend on the magnet under the moving part selecting two switches in the fixed part for the vane being exactly in-between compass directions, and selecting one switch for the main 8 directions and slightly away from the main directions; so they have a bias against sending Cumulus the in-between directions.
* Don't tick (value shown as 0 in Cumulus.ini) if MX Reports functionality not required
|-
|-
| UseApparent=1
| City=
| ??? MX 3.6.0 or 3.10.0 ???
| First with Cumulus 2
| Use Apparent Temperature
| NOAA Reports Settings &rarr; Site Details
| Ticked (shown as 1 in Cumulus.ini)
| City
| Simple tick or not
| (empty)
* Tick (value shown as 1 in Cumulus.ini) if you want MX to display apparent temperature in tables shown on the [[New_Default_Web_Site_Information|web pages]] provided in [[Webfiles folder|webfiles folder]] (from release 3.10.0 onwards) for consistency with Cumulus prior to release 3.6.0
| Enter here your hamlet, village, town, or city, name
* Don't tick (value shown as 0 in Cumulus.ini) if you want MX to display feels like temperature  in tables shown on the [[New_Default_Web_Site_Information|web pages]] provided in [[Webfiles folder|webfiles folder]] (from release 3.10.0 onwards) for consistency with Cumulus from release 3.6.0
|}
 
==Extra Web Files==
 
There are 100 occurrences of each parameter in Cumulus.ini, and therefore each parameter has a base name followed by numbers 0 to 99.
 
The settings interface presents the rows on multiple pages, the rows are not numbered, so you have to do some counting to work out which row in the admin interface page corresponds with which parameter in Cumulus.ini file.
 
{| class="wikitable" border="1"
|-
|-
!style="width:30px" | Parameter Line Entry
| CoolingThreshold=22
!style="width:100px" | Label on Settings page
| First with Cumulus 2
!style="width:20px" | Default
| NOAA Reports Settings &rarr; Thresholds
!style="width:800px" | Description
| Cooling threshold
| 65<sup>o</sup> F or 18.3<sup>o</sup>C
| [[Heat/cold_degree_days_and_Chill_hours#Cold_Degree_Days|Cold Degree Days]] are a measure of the need to cool the air to make it more comfortable,  based on time above, and temperature difference above, a threshold temperature. An international standard says 22 <sup>o</sup>Celsius is a suitable threshold to ensure comfort. For historical consistency, the default used by MX is based on the threshold used when Steve Loft first implemented this in [[Reports_folder#A_brief_history_of_these_reports|Cumulus 2 (enhancement request 44)]], and that was done to match some early look up tables.
|-
|-
|style="background:lightgray;"|[FTP site]
| CopyDirectory=
|
| Release 3.12.0
|
| NOAA Reports Settings &rarr; Report Options
|style="background:lightgray;"|Section name
| Copy Directory
| (empty)
| The folder on the web server you host to which reports are to be copied
|-
|-
|ExtraLocal0= to ExtraLocal99=
| FTPDirectory=
|Local File Name
| First with Cumulus 2
|(empty)
| NOAA Reports Settings &rarr; FTP Options
|You can enter:
| destination folder  
* A relative path name, with respect to the "CumulusMX" root folder
| Depends on release:
** e.g.  '''./data/dayfile.txt''' (Note: this is the [[Daily_Summary|daily summary log file]], see link for how it can be used on a web server)
* (3.1.0 to 3.11.4) blank
** e.g. '''./webMX/betel_monthlyrecord_liteMXT.html''' (Note: this is a third party [[Cumulus_template_file|template file]] - see [https://cumulus.hosiene.co.uk/viewtopic.php?f=14&t=7500 Alternative Monthly Extremes using <#webtag>s]
* (3.12.0 onwards) to match change in default web site script specification of '''Reports''' folder
** e.g. '''./web/trendsT.htm''' (Note: That file is not part of default web site any more, but serves as another example
| Specify the destination folder for file transfer to, on your FTP server
* A full path name for a file on the computer running MX
*Leave at default (for your release) and MX will work with the default web pages script supplied (at same release)
** e.g. '''/home/pi/documents/myFile'''
* Specify a folder relative to FTP root, and MX will upload reports to that folder instead (you are then responsible for writing any script on your web site to find each report and do any processing).
** e.g. '''C:\Users\Public\Documents\working.txt'''
*You can place any of the following special tags into the entry
** These should be typed as shown on their own
*** '''<noaayearfile>''' and '''<noaamonthfile>''' these respectively represent latest yearly and latest monthly reports 
***  '''<currentlogfile>''',  '''<currentextralogfile>''', and '''<airlinklogfile>''' these respectively represent [[Standard_log_files|standard]], [[Extra_Sensor_Files| extra sensor]], and [[Air_Link_Log.txt|Davis AirLink air quality monitor]] log files  e.g. ExtraLocal3=<currentlogfile>
|-
|-
|ExtraRemote0= to ExtraRemote99=
| HeatingThreshold=15.5
|Destination Filename
| First with Cumulus 2
|(empty)
| NOAA Reports Settings &rarr; Thresholds
|Defines where MX is to upload file to
| Heating threshold
* If file transfer is requested (see below), the file path should be expressed starting at the FTP/FTPS/SFTP root
| 65<sup>o</sup> F or 18.3<sup>o</sup>C
**I can't tell you what the file path is for your web server, but I can give a couple of examples to steer you
|[[Heat/cold_degree_days_and_Chill_hours#Heat_Degree_Days| Heating Degree Days]] are a measure of the need for heating, based on time below, and temperature difference below, a threshold temperature. An international standard says 15.5 <sup>o</sup>Celsius is a suitable threshold to ensure comfort. For historical consistency, the default used by MX is based on the threshold used when Steve Loft first implemented this in [[Reports_folder#A_brief_history_of_these_reports|Cumulus 2 (enhancement request 44)]], and that was done to match some early look up tables.
*** e.g. httpdocs/dayfile.txt
*** e.g. public_html/thismonthyear.htm
* If the FTP is not ticked, the file path should be full path for a file on the computer running MX
** e.g. /var/www/html/weather/images/moon.png could be destinatation for uploading the MX generated moon image to a Linux hosted [[Your_Own_Server|server]]
** e.g. /var/www/html/weather/webfilesMX/tempdata.json for uploading one of the [[:Category:JSON_Files|files with graph data]] to a Linux hosted [[Your_Own_Server|server]]
*You can place any of the following special tags into the entry
** These should be typed as shown as part of the destination path, note that they can be used:
*** either to represent the final filename part of the path e.g. ExtraRemote3=/var/www/html/weather/monthly/<currentlogfile>
*** or to modify a filename, so it becomes unique to a particular month e.g. ExtraRemote0=/var/www/html/weather/cumulus_generated/savedFiles/web_tags_real_time_<currentlogfile>.inc
** '''<noaayearfile>''' and '''<noaamonthfile>''' these respectively represent latest yearly and latest monthly reports
**  '''<currentlogfile>''', '''<currentextralogfile>''', and '''<airlinklogfile>''' these respectively represent [[Standard_log_files|standard]], [[Extra_Sensor_Files| extra sensor]], and [[Air_Link_Log.txt|Davis AirLink air quality monitor]] log files
|-
|-
|ExtraProcess0= to ExtraProcess99=
| MaxTempComp1=22
|Process
| First with Cumulus 2
|0
| NOAA Reports Settings &rarr; Thresholds
|Simple tick or not
| Max temp comparison 1
* Tick (value shown as 1 in Cumulus.ini) if the local file is a [[Cumulus_template_file|template file]], see [[Customised_templates#What_is_meant_by_.27Cumulus_processes_templates.27|here]] for full explanation of '''Process'''
| (empty)
* Don't tick (value shown as 0 in Cumulus.ini) if you want local file uploaded with existing content
| The report will count the number of days when this threshold is exceeded. In the parameter I have quoted, the first comparison has been set to agree with the cooling degree day threshold in Celsius. Express in Fahrenheit if that is your chosen unit
|-
|-
|ExtraRealtime0= to ExtraRealtime99=
| MaxTempComp2=0
|Realtime
| First with Cumulus 2
|0
| NOAA Reports Settings &rarr; Thresholds
|Simple tick or not
| Max temp comparison 2
*Tick (value shown as 1 in Cumulus.ini) if
| (empty)
*# See [[#Realtime Settings]], you must have "Enable realtime" ticked, and defined an interval there
| The report will count the number of days when this threshold is exceeded. In the parameter I have quoted, the second comparison has been set to agree with feezing point (I’m using Celsius). Express in Fahrenheit if that is your chosen unit
*# Uploads the file to destination specified at interval defined
* Don't tick (value shown as 0 in Cumulus.ini) if you want uploading to happen at a different interval (e.g. [[#Interval Settings|Standard interval]])
|-
|-
|ExtraFTP0= to ExtraFTP99=
| MinTempComp1=15.5
|FTP
| First with Cumulus 2
|1
| NOAA Reports Settings &rarr; Thresholds
|Simple tick or not
| Min temp comparison 1  
*Tick (value shown as 1 in Cumulus.ini) if you want MX to use the FTP protocol specified in [[#Web/FTP Site]]
| (empty)
* Don't tick (value shown as 0 in Cumulus.ini) if the remote file is on the computer running MX and a simple Copy File is required
| The report will count the number of days when this threshold is exceeded. In the parameter I have quoted, the first comparison has been set to agree with the heating degree day  threshold in Celsius. Express in Fahrenheit if that is your chosen unit
|-
|-
|ExtraUTF0= to ExtraUTF99=
| MinTempComp2=0
|UTF-8
| First with Cumulus 2
|1
| NOAA Reports Settings &rarr; Thresholds
|Please see [[Reports_folder#Encoding|technical guidance on encoding]]
| Min temp comparison 2
*Tick (value shown as 1 in Cumulus.ini) for default, modern files use UTF-8 encoding, this can display an extended range of characters
| (empty)
*If unticked (0 appears in file), then iso-8859-1 encoding is used
| The report will count the number of days when this threshold is exceeded. In the parameter I have quoted, the second comparison has been set to agree with feezing point (I’m using Celsius). Express in Fahrenheit if that is your chosen unit
|-
|-
|ExtraBinary0= to ExtraBinary99=
| MonthFileFormat='NOAAMO'MMyy'.txt'
|Binary
| First with Cumulus 2
|0
| NOAA Reports Settings &rarr; Output Files
|Simple tick or not
| Monthly filename format
*Tick (value shown as 1 in Cumulus.ini) if your file is e.g. an image file (e.g. moon.png)
| 'NOAAMO'MMyy'.txt' (note quotes round '''NOAAMO''' and round '''.txt''')
* Don't tick (value shown as 0 in Cumulus.ini) if the file is text, HTML, PHP script, JSON, JavaScript
| Here you specify the filename template for MX to use when reading, or writing, monthly reports
|-
|ExtraEOD0= to ExtraEOD99=
|End of Day
|0
|Simple tick or not
*Tick (value shown as 1 in Cumulus.ini) if your file is to be uploaded during the [[MX_Basic_info#MX_End_of_Day_Process|End of Day process]]
* Don't tick (value shown as 0 in Cumulus.ini) if you want uploading to happen at a different interval (e.g. [[#Interval Settings|Standard interval]])
|}


== Location==
There is a prefix text in quotes,then comes a way to specify months (see [[Reports_folder#NOAA_style_Report_Naming]]), and finally comes the mandatory text extension.  e.g. "NOAAMO"MMMyyyy".txt" would also be valid.
 
* Introduced for legacy Cumulus
* File Section is [Station]
 
{| class="wikitable" border="1"
|-
|-
!style="width:30px" | Parameter Line Entry
| Name=Personal Weather Station
!style="width:100px" | MX Section
| First with Cumulus 2
!style="width:60px" | Label on Settings page
| NOAA Reports Settings &rarr; Site Details
!style="width:20px" | Default
| Site Name
!style="width:600px" | Description
| (empty)
| What you would like to see in report title for your station name
|-
|-
| Altitude=0
| NOAAUseUTF8=1
| Station Settings &rarr; Location
| First with Cumulus 2
| Altitude
| NOAA Reports Settings &rarr; Report Options
| 0
| Use UTF-8 encoding
| The height above mean sea level where the (pressure) sensor is positioned
| 1 (UTF-8)
| Please see [[Reports_folder#Encoding]]
* Tick (value shown as 1 in Cumulus.ini) for default, modern files use UTF-8 encoding, this can display an extended range of characters, including the <sup>o</sup> degree symbol
* If unticked (0 appears in file), then iso-8859-1 encoding is used, this has a more restricted range of characters, and the <sup>o</sup> degree symbol is coded differently
|-
|-
| AltitudeInFeet=1
| RainComp1=0.5
| Station Settings &rarr; Location
| First with Cumulus 2
| Altitude Units
| NOAA Reports Settings &rarr; Thresholds
| Default depends on release:
| Rain comparison 1
# Legacy until 3.11.4: 1 (labelled as feet)
# From 3.12.0: 0 (labelled metres)
| Radio Setting
* feet  (value shown as 1 in Cumulus.ini)
* metres (value shown as 0 in Cumulus.ini)
|-
| LocName=
| Station Settings &rarr; Location
| Name
| (empty)
| (empty)
| A short name for the location
| The report will count the number of days when the daily rainfall exceeds this threshold. In the parameter I have quoted, the first comparison has been set to the same as I have set else where as my significant rain threshold
|-
|-
| LocDesc=
| RainComp2=
| Station Settings &rarr; Location
| First with Cumulus 2
| Description
| NOAA Reports Settings &rarr; Thresholds
| Rain comparison 2
| (empty)
| (empty)
| A longer description for the location
| The report will count the number of days when the daily rainfall exceeds this threshold.
|-
|-
| "Latitude=0" and "LatTxt="
| RainComp3=
| Station Settings &rarr; Location &rarr; Latitude
| First with Cumulus 2
| "Degrees", "Minutes", "Seconds", and "Hemisphere &rarr; North or South"
| NOAA Reports Settings &rarr; Thresholds
| (blank)
| Rain comparison 3
| The selections made on this Settings Page sub-section will place the appropriate content in the two parameters in the file
| (empty)
| The report will count the number of days when the daily rainfall exceeds this threshold.
|-
| State=
| First with Cumulus 2
| NOAA Reports Settings &rarr; Site Details
| State
| (empty)
| Enter here your local authority area or region (state in USA)
|-
|-
| "Longitude=0" and "LongTxt="
| UseDotDecimal=0
| Station Settings &rarr; Location &rarr; Longitude
| Release 3.9.5 - b3100
| "Degrees", "Minutes", "Seconds", and "Hemisphere &rarr; East or West"
| NOAA Reports Settings &rarr; Report Options
| (blank)
| Use a 'dot' decimal point
| The selections made on this Settings Page sub-section will place the appropriate content in the two parameters in the file
| 0 (disable)
|}
| Formatting real numbers for when NOAA report parsed by a script


==Optional Report Settings==
Simple tick or not
 
* Tick (value shown as 1 in Cumulus.ini) if you want NOAA reports to use decimal point even if locale says use decimal comma
* File Section is [NOAA]
* Don't tick (value shown as 0 in Cumulus.ini) if NOAA reports use the integer/decimal separator specified by locale
{| class="wikitable" border="1"
|-
|-
!style="width:30px" | Parameter Line Entry
| UseMinMaxAvg=0
!style="width:100px" | Introduced
!style="width:100px" | MX Section
!style="width:60px" | Label on Settings page
!style="width:20px" | Default
!style="width:300px" | Description
|-
| AutoCopy=0
| Release 3.12.0
| Release 3.12.0
| NOAA Reports Settings &rarr; FTP Options
| NOAA Reports Settings &rarr; Report Options
| Auto Copy NOAA report files
| Use WHO average or Integrated average
| 0 (disable)
| 0 (integrated average)
| Simple tick or not
| Simple tick or not
* Tick (value shown as 1 in Cumulus.ini) if your report is to be copied to copy directory during the [[MX_Basic_info#MX_End_of_Day_Process|End of Day process]]
* Tick (value shown as 1 in Cumulus.ini) if you want temperature averages quoted in NOAA reports to use WHO approach: (min + max)/2
* Don't tick (value shown as 0 in Cumulus.ini) for no copy action
* Don't tick (value shown as 0 in Cumulus.ini) if you want temperature averages quoted in NOAA reports to use integrated calculation: Sum of all temperature measurements divided by count of measurements
|-
|-
| AutoFTP=0
| YearFileFormat='NOAAYR'yyyy'.txt’
| First with Cumulus 2
| First with Cumulus 2
| NOAA Reports Settings &rarr; FTP Options
| NOAA Reports Settings &rarr; Output Files
| Auto transfer NOAA report files
| Yearly filename format
| 0 (disable)
| 'NOAAYR'yyyy'.txt'
| Simple tick or not
| Here you specify the filename template for MX to use when reading, or writing, yearly reports
* Tick (value shown as 1 in Cumulus.ini) to enable the file transfer process you have defined for MX, to upload the file for you (at first update time after rollover has completed)
 
* Don't tick (value shown as 0 in Cumulus.ini) to disable any file transfer process
There is a prefix text in quotes,then comes a way to specify months (see [[Reports_folder#NOAA_style_Report_Naming]]), and finally comes the mandatory text extension.  
|-
|-
| AutoSave=1
|12hourformat=0
| First with Cumulus 2
| ???
| NOAA Reports Settings  
| NOAA Reports Settings &rarr; Output Files
| Create NOAA files after daily rollover
|Time format
|0
|0 (24 hour)
| Simple tick or not
| How times are output on reports
* Tick (value shown as 1 in Cumulus.ini) if you want MX to use the (optional) Reports functionality
* 24 Hour (value shown as 0 in Cumulus.ini)
* Don't tick (value shown as 0 in Cumulus.ini) if MX Reports functionality not required
* 12 Hour (value shown as 1 in Cumulus.ini)
|-
|}
| City=
 
| First with Cumulus 2
 
| NOAA Reports Settings &rarr; Site Details
===Normal Mean Temperatures===
| City
 
| (empty)
* File Section is [NOAA]
| Enter here your hamlet, village, town, or city, name
* The parameters run from ‘’’NOAATempNormJan=’’’ to ‘’’NOAATempNormDec=’’
* There is one box labelled for each month on the settings screens
* All the defaults are (blank)
* What you enter is the mean temperature, long-term averages (say over 10 or 30 years if available) say is expected that month, often taken from local climate statistics, or your own past measurements
 
===Normal Precipitation===
 
* File Section is [NOAA]
Rainfall equivalents of mean temperature described above
 
 
==Optional Structured Query Language Settings==
 
SQL is structured in the sense that keywords have to appear in the correct order, and there are rules about which words are mandatory. SQL is not just for running queries that read database tables, it can create database tables, give and revoke permissions, and do many more maintenance type tasks. SQL is a language in that each variant of SQL has a vocabulary and set of rules that are specific to that database server, although there is a sub-set, that is set by "ANSI", of words and constructions that all SQL dialects should obey.
 
MX uses two types of SQL. One type is for SQLite database (see [[Cumulusmx.db]] and [[Diary.db]], that type stores data in rows that are numbered, and columns that are named. In a retrieval query you can sort ascending/descending on value in any column.  You can select a row by specifyimg content, but that gets translated into a row number to actually determine what is updated.
 
The file section '''[MySQL]''' is about a different type of database (i.e. Maria database, or Oracle MySQL) these implement a relational database that has to satisfy the rule that all data appears in a table with rows and columns. The columns have a particular order, but there is no control over the order of rows, so you can't specify a row number, you either specify a primary key that identifies a particular row, or you specify that what is returned from query should be sorted in an ascending/descending order of the value in a specified column.
 
Both "CumulusMX.exe" and "ExportToMySQL.exe" make use of the following settings:
 
{| class="wikitable" border="1"
|-
!style="width:30px" | Executable
!style="width:100px" | Function
!style="width:300px" | Description
|-
|-
| CoolingThreshold=22
| CumulusMX.exe
| First with Cumulus 2
| Data Logs menu
| NOAA Reports Settings &rarr; Thresholds
| An option "Update MySQL on Edit" allows you to decide whether MX issues SQL when you edit a data log or "dayfile.txt", so the same edit is made to the corresponding database table, provided that the table has been created with the default name and has the column names defined by default.
| Cooling threshold
| 65<sup>o</sup> F or 18.3<sup>o</sup>C
| [[Heat/cold_degree_days_and_Chill_hours#Cold_Degree_Days|Cold Degree Days]] are a measure of the need to cool the air to make it more comfortable,  based on time above, and temperature difference above, a threshold temperature. An international standard says 22 <sup>o</sup>Celsius is a suitable threshold to ensure comfort. For historical consistency, the default used by MX is based on the threshold used when Steve Loft first implemented this in [[Reports_folder#A_brief_history_of_these_reports|Cumulus 2 (enhancement request 44)]], and that was done to match some early look up tables.
|-
|-
| CopyDirectory=
! rowspan="7" |CumulusMX.exe
| Release 3.12.0
| Settings menu &rarr; MySQL settings &rarr; General Options
| NOAA Reports Settings &rarr; Report Options
| An option "Buffer commands on failure" allows you to decide whether MX tries to run SQL commands again, if they fail. IMPORTANT: This is to cope with failure due to the database server going down; the option should not be ticked if you are testing new "custom" SQL and may have made a mistake in the coding.  You need to ensure the SQL is either generated by MX as a fixed query, or has been tested and is correct synta before considering this option.
| Copy Directory
| (empty)
| The folder on the web server you host to which reports are to be copied
|-
|-
| FTPDirectory=
| Settings menu &rarr; MySQL settings &rarr; Realtime.txt Upload
| First with Cumulus 2
| An option that can be enabled that automatically updates a "Realtime" table, each new row is effectively what is stored in the file [[realtime.txt]].
| NOAA Reports Settings &rarr; FTP Options
| destination folder
| (empty)
| Where you want MX to use as destination folder on your FTP server
*Leave blank and MX will use wherever has been specified in main internet settings (this fits how the default web site is designed to work)
* Specify a folder relative to FTP root, and MX will upload reports to that folder instead (if you use any files from default web site, then you will need to amend the JavaScript file:
<code>let rptPath = '';  // Your path should have a trailing "/", eg. 'Reports/'</code> by putting your folder name in, an example is given for the case when “/Reports” is a sub folder off the main upload destination, note how you don’t include a leading slash, but you must add a trailing one.
|-
|-
| HeatingThreshold=15.5
| Settings menu &rarr; MySQL settings &rarr; Dayfile.txt Upload
| First with Cumulus 2
| An option that can be enabled that at end of day ensures that a new line is added to [[dayfile.txt]] and a new row (with similar data) is inserted into a "Dayfile" table.
| NOAA Reports Settings &rarr; Thresholds
| Heating threshold
| 65<sup>o</sup> F or 18.3<sup>o</sup>C
|[[Heat/cold_degree_days_and_Chill_hours#Heat_Degree_Days| Heating Degree Days]] are a measure of the need for heating, based on time below, and temperature difference below, a threshold temperature. An international standard says 15.5 <sup>o</sup>Celsius is a suitable threshold to ensure comfort. For historical consistency, the default used by MX is based on the threshold used when Steve Loft first implemented this in [[Reports_folder#A_brief_history_of_these_reports|Cumulus 2 (enhancement request 44)]], and that was done to match some early look up tables.
|-
|-
| MaxTempComp1=22
| Settings menu &rarr; MySQL settings &rarr; Monthly log file Upload
| First with Cumulus 2
| An option that can be enabled that automatically updates a "Monthly" table, every time a new line is added to the [[Standard_log_files|standard data log file]].
| NOAA Reports Settings &rarr; Thresholds
| Max temp comparison 1
| (empty)
| The report will count the number of days when this threshold is exceeded. In the parameter I have quoted, the first comparison has been set to agree with the cooling degree day threshold in Celsius. Express in Fahrenheit if that is your chosen unit
|-
|-
| MaxTempComp2=0
| Settings menu &rarr; MySQL settings &rarr; Custom Upload - seconds interval
| First with Cumulus 2
| An option that can be enabled that runs some predetermined SQL every time the specified number of seconds has elapsed.
| NOAA Reports Settings &rarr; Thresholds
| Max temp comparison 2
| (empty)
| The report will count the number of days when this threshold is exceeded. In the parameter I have quoted, the second comparison has been set to agree with feezing point (I’m using Celsius). Express in Fahrenheit if that is your chosen unit
|-
|-
| MinTempComp1=15.5
| Settings menu &rarr; MySQL settings &rarr; Custom Upload - minutes interval
| First with Cumulus 2
| An option that can be enabled that runs some predetermined SQL every time the specified number of minutes has elapsed.
| NOAA Reports Settings &rarr; Thresholds
| Min temp comparison 1
| (empty)
| The report will count the number of days when this threshold is exceeded. In the parameter I have quoted, the first comparison has been set to agree with the heating degree day  threshold in Celsius. Express in Fahrenheit if that is your chosen unit
|-
|-
| MinTempComp2=0
| Settings menu &rarr; MySQL settings &rarr; Custom Upload - at rollover
| First with Cumulus 2
| An option that can be enabled that runs some predetermined SQL just after dayfile.txt has had a new line, but before other end-of-day actions occur.
| NOAA Reports Settings &rarr; Thresholds
| Min temp comparison 2
| (empty)
| The report will count the number of days when this threshold is exceeded. In the parameter I have quoted, the second comparison has been set to agree with feezing point (I’m using Celsius). Express in Fahrenheit if that is your chosen unit
|-
|-
| MonthFileFormat='NOAAMO'MMyy'.txt'
| ExportToMySQL.exe
| First with Cumulus 2
| parameters to utility
| NOAA Reports Settings &rarr; Output Files
| Determine which file read (and therefore which table updated, using table names set in table name parameters explained in next table)
| Monthly filename format
|}
| 'NOAAMO'MMyy'.txt' (note quotes round '''NOAAMO''' and round '''.txt''')
WARNING: The SQL syntax for [https://mysqlconnector.net/ "My SQL Connector"] used by .NET and therefore by MX, differs in various ways from the MySQL Client or MARIA db syntax.
| Here you specify the filename template for MX to use when reading, or writing, monthly reports
 
Here is an example of what might be input as "predetermined SQL", showing how you can use conditionals and web tags:
<pre>
INSERT IGNORE INTO table_name_1 (primary_key, column_name_1, column_name_2 ....) VALUES ('<#primary_key>', '<#web tag_name_1 modifier_1>', '<#web tag_name_2 modifier_2>'   ....);
 
 
BEGIN NOT ATOMIC
IF '<#web tag>' = '---' THEN
simpler query to run if something not numeric;
ELSE
UPDATE table_name_2 SET  column_name_1 = '<#web tag_name_1 modifier_1>', column_name_2 =  '<#web tag_name_2 modifier_2>'   ....  WHERE primary_key = '<#primary_key>';
END IF
END;
</pre>
 
* Introduced in Cumulus MX 3.0.0 beta
* File Section is [MySQL]
* MX page is Settings menu &rarr; MySQL settings


There is a prefix text in quotes,then comes a way to specify months (see [[Reports_folder#NOAA_style_Report_Naming]]), and finally comes the mandatory text extension.  e.g. "NOAAMO"MMMyyyy".txt" would also be valid.
{| class="wikitable" border="1"
|-
|-
| Name=Personal Weather Station
!style="width:30px" | Parameter Line Entry
| First with Cumulus 2
!style="width:100px" | MX Section
| NOAA Reports Settings &rarr; Site Details
!style="width:60px" | Label on Settings page
| Site Name
!style="width:20px" | Default
| (empty)
!style="width:600px" | Description
| What you would like to see in report title for your station name
|-
|-
| NOAAUseUTF8=1
| BufferOnFailure=0
| First with Cumulus 2
| General Options
| NOAA Reports Settings &rarr; Report Options
| Buffer commands on failure
| Use UTF-8 encoding
| 0 = ignore errors
| 1 (UTF-8)
| Simple tick or not
| Please see [[Reports_folder#Encoding]]
*Tick (value shown as 1 in Cumulus.ini) if you want MX to store any commands that fail (see note above), and try them again (stored commands lost if MX is stopped)
* Tick (value shown as 1 in Cumulus.ini) for default, modern files use UTF-8 encoding, this can display an extended range of characters, including the <sup>o</sup> degree symbol
* Don't tick (value shown as 0 in Cumulus.ini) if you want MX to ignore any errors
* If unticked (0 appears in file), then iso-8859-1 encoding is used, this has a more restricted range of characters, and the <sup>o</sup> degree symbol is coded differently
|-
|-
| RainComp1=0.5
| CustomMySqlMinutesCommandString=
| First with Cumulus 2
| Custom Upload - minutes interval
| NOAA Reports Settings &rarr; Thresholds
| "SQL command" only shown if next parameter is ticked
| Rain comparison 1
| (empty)
| (empty)
| The report will count the number of days when the daily rainfall exceeds this threshold. In the parameter I have quoted, the first comparison has been set to the same as I have set else where as my significant rain threshold
| See "predetermined SQL" example above
|-
|-
| RainComp2=
| CustomMySqlMinutesEnabled=0
| First with Cumulus 2
| Custom Upload - minutes interval
| NOAA Reports Settings &rarr; Thresholds
| Custom Minutes Enabled
| Rain comparison 2
| 0 = don't display other options
| (empty)
| Simple tick or not
| The report will count the number of days when the daily rainfall exceeds this threshold.
*Tick (value shown as 1 in Cumulus.ini) if you want the previous and next options to be displayed, and actioned
* Don't tick (value shown as 0 in Cumulus.ini) if MX is not to action the previous and next settings
|-
|-
| RainComp3=
| CustomMySqlMinutesIntervalIndex=6
| First with Cumulus 2
| Custom Upload - minutes interval
| NOAA Reports Settings &rarr; Thresholds
| Interval:
| Rain comparison 3
| 6 = 10 minutes
| Drop-down list of predetermined intervals:
* 0 = 1 minute
* 1 = 2 minutes
* 2 = 3 minutes
* 3 = 4 minutes
* 4 = 5 minutes
* 5 = 6 minutes
* 6 = 10 minutes
* 7 = 12 minutes
* 8 = 20 minutes
* 9 = 30 minutes
* 10 = 1 hour (60 minutes)
|-
| CustomMySqlRolloverCommandString=
| Custom Upload - at rollover
| "SQL command" only shown if next parameter is ticked
| (empty)
| (empty)
| The report will count the number of days when the daily rainfall exceeds this threshold.
| See "predetermined SQL" example above
|-
| CustomMySqlRolloverEnabled=0
| Custom Upload - at rollover
| Custom Rollover Enabled
| 0 = don't display other options
| Simple tick or not
*Tick (value shown as 1 in Cumulus.ini) if you want the previous and next options to be displayed, and actioned
* Don't tick (value shown as 0 in Cumulus.ini) if MX is not to action the previous and next settings
|-
|-
| State=
| CustomMySqlSecondsCommandString=
| First with Cumulus 2
| Custom Upload - seconds interval
| NOAA Reports Settings &rarr; Site Details
| "SQL command" only shown if next parameter is ticked
| State
| (empty)
| (empty)
| Enter here your local authority area or region (state in USA)
| See "predetermined SQL" example above
|-
| CustomMySqlSecondsEnabled=0
| Custom Upload - seconds interval
| Custom Seconds Enabled
| 0 = don't display other options
| Simple tick or not
*Tick (value shown as 1 in Cumulus.ini) if you want the previous and next options to be displayed, and actioned
* Don't tick (value shown as 0 in Cumulus.ini) if MX is not to action the previous and next settings
|-
| CustomMySqlSecondsInterval=10
| Custom Upload - seconds interval
| Interval (seconds):
| 10
| A number field, takes 1 to 59
|-
|-
| UseDotDecimal=0
| Database=
| Release 3.9.5 - b3100
| Server details
| NOAA Reports Settings &rarr; Report Options
| Database name:
| Use a 'dot' decimal point
| (empty)
| 0 (disable)
| A text field where you enter the name of the database your tables are to be created/updated in
| Formatting real numbers for when NOAA report parsed by a script
 
Simple tick or not
* Tick (value shown as 1 in Cumulus.ini) if you want NOAA reports to use decimal point even if locale says use decimal comma
* Don't tick (value shown as 0 in Cumulus.ini) if NOAA reports use the integer/decimal separator specified by locale
|-
|-
| UseMinMaxAvg=0
| DayfileMySqlEnabled=0
| Release 3.12.0
| Dayfile.txt upload
| NOAA Reports Settings &rarr; Report Options
| Dayfile Enabled
| Use WHO average or Integrated average
| 0
| 0 (integrated average)
| Simple tick or not
| Simple tick or not
* Tick (value shown as 1 in Cumulus.ini) if you want temperature averages quoted in NOAA reports to use WHO approach: (min + max)/2
*Tick (value shown as 1 in Cumulus.ini) if you want MX to at end of day ensure that a new line is added to [[dayfile.txt]] and a new row (with similar data) is inserted into a "Dayfile" table
* Don't tick (value shown as 0 in Cumulus.ini) if you want temperature averages quoted in NOAA reports to use integrated calculation: Sum of all temperature measurements divided by count of measurements
* Don't tick (value shown as 0 in Cumulus.ini) if MX is only to ensure that a new line is added to dayfile.txt
|-
|-
| YearFileFormat='NOAAYR'yyyy'.txt’
| DayfileTable=
| First with Cumulus 2
| Dayfile.txt upload
| NOAA Reports Settings &rarr; Output Files
| Table name
| Yearly filename format
| Dayfile
| 'NOAAYR'yyyy'.txt'
| Having defined this table, and saved the settings, click the "Create Dayfile" button to create the database table with the standard column names. If you change the name here, normal updates and "ExportToMySQl.exe"  will use the table name you define, but the option to update table when you edit "dayfile.txt" will fail (and if set to do so, keep failing as it repeats).
| Here you specify the filename template for MX to use when reading, or writing, yearly reports
 
There is a prefix text in quotes,then comes a way to specify months (see [[Reports_folder#NOAA_style_Report_Naming]]), and finally comes the mandatory text extension.  
|-
|-
|12hourformat=0
| Host=Localhost
| ???
| Server details
| NOAA Reports Settings &rarr; Output Files
| Host name
|Time format
| (empty)
|0 (24 hour)  
| Set to whatever host name your database server has specified, if you host [[Your_Own_Server]], then you may be able to use "Localhost".
| How times are output on reports
* 24 Hour (value shown as 0 in Cumulus.ini)
* 12 Hour (value shown as 1 in Cumulus.ini)
|}
 
 
 
===Normal Mean Temperatures===
 
* File Section is [NOAA]
* The parameters run from ‘’’NOAATempNormJan=’’’ to ‘’’NOAATempNormDec=’’
* There is one box labelled for each month on the settings screens
* All the defaults are (blank)
* What you enter is the mean temperature, long-term averages (say over 10 or 30 years if available) say is expected that month, often taken from local climate statistics, or your own past measurements
 
===Normal Precipitation===
 
* File Section is [NOAA]
Rainfall equivalents of mean temperature described above
 
==Optional Third-party Upload Settings==
 
 
{| class="wikitable" border="1"
|-
|-
!style="width:30px" | Parameter Line Entry
| MonthlyMySqlEnabled=0
!style="width:30px" | File Section
| Monthly logfile upload
!style="width:60px" | MX Section
| Monthly Log Enabled
!style="width:80px" | Action on Settings page
| 0
!style="width:20px" | Default
| Simple tick or not
*Tick (value shown as 1 in Cumulus.ini) if you want MX to at your standard logging interval ensure that a new line is added to [[Standard_log_files|standard data log file]] and a new row (with similar data) is inserted into a "Monthly" table.
* Don't tick (value shown as 0 in Cumulus.ini) if MX is only to ensure that a new line is added to standard data log file
|-
| MonthlyTable=
| Monthly logfile upload
| Table name
| Monthly
| Having defined this table, and saved the settings, click the "Create Monthly" button to create the database table with the standard column names. You might wish to change the name here once a year, to stop the database table getting enormous, if so you might name the table something like "standard2020".  If you change the name here, normal updates and "ExportToMySQl.exe" will use the table name you define, but the option to update table when you edit "MMMyyyyLog.txt" will fail (and if set to do so, keep failing as it repeats).
|-
|-
| <pre>ID=
| Pass=
pass=-1
| Server details
server=cwop.aprs.net
| Password
port=14580
| (empty)
Enabled=0
| Set to whatever password is used for update access with the database user name (see below)
Interval=9
SendSR=0
APRSHumidityCutoff=0</pre>
| [APRS]
| APRS/CWOP
| Tick "Enabled" to see list of parameters so you can edit them
| Defaults are as shown in list of parameters
|-
|-
| <pre>User=
| Port=3306
Password=
| Server details
Language=en
| Port number
Enabled=0
| 3306
Interval=900
| The port related to the host name (defined above) for update access to your database server
SendUV=0
SendSR=0
SendSoilTemp=0
SendIndoor=0
SendSoilMoisture=0
SendLeafWetness=0
SendAirQuality=0</pre>
| [Awekas]
| AWEKAS
| Tick "Enabled" to see list of parameters so you can edit them
| Defaults are as shown in list of parameters
|-
|-
| <pre>Enabled=0
| RealtimeMySql1MinLimit=0
CatchUp=1
| Realtime.txt upload
APIkey=
| Limit Inserts:
StationId=
| 0 = false
Interval=15</pre>
| Simple tick or not
| [OpenWeatherMap]
*Tick (value shown as 1 in Cumulus.ini)
| OpenWeatherMap
* Don't tick (value shown as 0 in Cumulus.ini)
| Tick "Enabled" to see list of parameters so you can edit them
See explanation beside and below setting
| Defaults are as shown in list of parameters
|-
|-
| <pre>ID=
| RealtimeMySqlEnabled=0
Password=
| Realtime.txt upload
Enabled=0
| Real time Enabled
Interval=15
| 0 = don't display other options
SendUV=0
| Simple tick or not
SendSR=0
*Tick (value shown as 1 in Cumulus.ini) if you want MX to at your real time interval ensure that a new realtime.txt file is created and a new row (with similar data) is inserted into a "Realtime" table.
CatchUp=1</pre>
* Don't tick (value shown as 0 in Cumulus.ini) if MX is only to ensure that a new line is added to standard data log file
| [PWSweather]
| PWS Weather
| Tick "Enabled" to see list of parameters so you can edit them
| Defaults are as shown in list of parameters
|-
|-
| <pre>User=
| RealtimeRetention=
Password=
| Realtime.txt upload
Enabled=0
| '''Data Retention value''' and '''Data Retention unit'''
Interval=60
| "7" and "Days"
OauthToken=unknown
| The value field will take any number, the unit field is a dropdown:
OauthTokenSecret=unknown
* Seconds
TwitterSendLocation=1</pre>
* Minutes
| [Twitter]
* Hours
| Twitter
* Days
| Please note that twitter is deprecated, no new settings possible, existing settings can be used by people who migrated from Cumulus 1 with working tokens
* Weeks
| Defaults are as shown in list of parameters
* Months
Taken together, these determine the period for which rows are kept in the table named in "RealtimeTable", any row older than this specification will be deleted as part of the automatic SQL
|-
|-
| <pre>Wid=
| RealtimeTable=Realtime
  Key=
| Realtime.txt upload
| Table name
| Realtime
| Having defined this table, and saved the settings, click the "Create Realtime" button to create the database table with the standard column names. Remember that you can tailor the contents of "realtime.txt", if you want non-standard columns in this table, you have to create the table yourself.
|-
| UpdateOnEdit=1
| General Options
| Update MySQL on Edit
| 1 = update the table when edit the file
| Simple tick or not
*Tick (value shown as 1 in Cumulus.ini)
* Don't tick (value shown as 0 in Cumulus.ini)
Please see begining of previous table for explanation and warning about how all defaults must be set for this to work
|-
| User=
| Server details
| User name
| (empty)
| Database access user name, that matches with password described earlier
|}
 
 
==Optional Third-party Upload Settings==
 
 
{| class="wikitable" border="1"
|-
!style="width:30px" | Parameter Line Entry
!style="width:30px" | File Section
!style="width:60px" | MX Section
!style="width:80px" | Action on Settings page
!style="width:20px" | Default
|-
| <pre>ID=
pass=-1
server=cwop.aprs.net
port=14580
Enabled=0
Interval=9
SendSR=0
APRSHumidityCutoff=0</pre>
| [APRS]
| APRS/CWOP
| Tick "Enabled" to see list of parameters so you can edit them
| Defaults are as shown in list of parameters
|-
| <pre>User=
Password=
  Language=en
  Enabled=0
  Enabled=0
  Interval=10
  Interval=900
  SendUV=0
  SendUV=0
  SendSR=0
  SendSR=0
  SendAQI=0
  SendSoilTemp=0
SendIndoor=0
  SendSoilMoisture=0
  SendSoilMoisture=0
SoilMoistureSensor=0
  SendLeafWetness=0
  SendLeafWetness=0
  LeafWetnessSensor=0</pre>
  SendAirQuality=0</pre>
| [WeatherCloud]
| [Awekas]
| WeatherCloud
| AWEKAS
| Tick "Enabled" to see list of parameters so you can edit them
| Tick "Enabled" to see list of parameters so you can edit them
| Defaults are as shown in list of parameters
| Defaults are as shown in list of parameters
|-
|-
| <pre>Enabled=0
| <pre>Enabled=0
  StationUID=
  CatchUp=1
  Password=
  APIkey=
  Interval=1
  StationId=
  SendRain=0</pre>
  Interval=15</pre>
| [WindGuru]
| [OpenWeatherMap]
| Windguru
| OpenWeatherMap
| Tick "Enabled" to see list of parameters so you can edit them
| Tick "Enabled" to see list of parameters so you can edit them
| Defaults are as shown in list of parameters
| Defaults are as shown in list of parameters
|-
|-
| <pre>APIkey=
| <pre>ID=
  StationIdx=0
  Password=
  Enabled=0
  Enabled=0
  Interval=15
  Interval=15
  SendUV=0
  SendUV=0
SendSR=0
  CatchUp=1</pre>
  CatchUp=1</pre>
| [Windy]
| [PWSweather]
| Windy.com
| PWS Weather
| Tick "Enabled" to see list of parameters so you can edit them
| Tick "Enabled" to see list of parameters so you can edit them
| Defaults are as shown in list of parameters
| Defaults are as shown in list of parameters
|-
|-
| <pre>ID=
| <pre>User=
  Password=
  Password=
  Enabled=0
  Enabled=0
  Interval=15
Interval=60
OauthToken=unknown
OauthTokenSecret=unknown
TwitterSendLocation=1</pre>
| [Twitter]
| Twitter
| Please note that twitter is deprecated, no new settings possible, existing settings can be used by people who migrated from Cumulus 1 with working tokens
| Defaults are as shown in list of parameters
|-
| <pre>Wid=
Key=
Enabled=0
Interval=10
SendUV=0
SendSR=0
SendAQI=0
SendSoilMoisture=0
SoilMoistureSensor=0
SendLeafWetness=0
LeafWetnessSensor=0</pre>
| [WeatherCloud]
| WeatherCloud
| Tick "Enabled" to see list of parameters so you can edit them
| Defaults are as shown in list of parameters
|-
| <pre>Enabled=0
StationUID=
Password=
Interval=1
SendRain=0</pre>
| [WindGuru]
| Windguru
| Tick "Enabled" to see list of parameters so you can edit them
| Defaults are as shown in list of parameters
|-
| <pre>APIkey=
StationIdx=0
Enabled=0
Interval=15
SendUV=0
CatchUp=1</pre>
| [Windy]
| Windy.com
| Tick "Enabled" to see list of parameters so you can edit them
| Defaults are as shown in list of parameters
|-
| <pre>ID=
Password=
Enabled=0
  Interval=15
  SendUV=0
  SendUV=0
  SendSR=0
  SendSR=0
Line 3,022: Line 3,120:
| 0 (disabled)
| 0 (disabled)
| Simple tick or not
| Simple tick or not
* Tick (value shown as 1 in Cumulus.ini) for MX to copy moon image file to your local web server (need to select "Generate Moon Image" too)
* Tick (value shown as 1 in Cumulus.ini) for MX to copy moon image file to your local web server (need to select "Generate Moon Image" see '''MoonImageEnabled=''' too)
* Don't tick (value shown as 0 in Cumulus.ini) to disable
* Don't tick (value shown as 0 in Cumulus.ini) to disable
|-
|-
Line 3,692: Line 3,790:
| (always)
| (always)
| Internet Settings &rarr; Moon Image
| Internet Settings &rarr; Moon Image
| Upload Moon image file
| (FTP) Upload Moon image file
| 0 (disabled)
| 0 (disabled)
| Simple tick or not
| Simple tick or not
* Tick (value shown as 1 in Cumulus.ini) for MX to file transfer moon image file to your local web server (need to select "Generate Moon Image" too)
* Tick (value shown as 1 in Cumulus.ini) for MX to file transfer moon image file to your local web server (need to select "Generate Moon Image" see '''MoonImageEnabled=''' too)
* Don't tick (value shown as 0 in Cumulus.ini) to disable
* Don't tick (value shown as 0 in Cumulus.ini) to disable
|-
|-
|  Parameter attribute depends on release:
| IntervalFtpEnabled=1
# AutoUpdate=0
# IntervalEnabled=1
| [FTP site]
| For respective parameter attribute:
# Legacy to 3.11.4, as deprecated in 3.12.0
# Introduced release 3.10.0, takes over from 3.12.0
| ^
| Internet Settings &rarr; Interval Settings
| Enable web update interval
| Default depends on respective attribute:
# 0 (disabled) for legacy web pages
# 1 (enabled) for new default web pages
| Simple tick or not
* Tick (value shown as 1 in Cumulus.ini) for MX to generate a timer that will permit standard interval actions
* Don't tick (value shown as 0 in Cumulus.ini) if either no web server, or no standard interval uploading required
|-
|IntervalFtpEnabled=1
| [FTP site]
| [FTP site]
| Release 3.12.0
| Release 3.12.0
Line 3,726: Line 3,807:
* Don't tick (value shown as 0 in Cumulus.ini) if either no web server, or have selected '''LocalCopyEnabled''' (see below)
* Don't tick (value shown as 0 in Cumulus.ini) if either no web server, or have selected '''LocalCopyEnabled''' (see below)
|-
|-
| LocalCopyEnabled=0
| ListWebTags=0
| [Station]
| Legacy Cumulus
| Only from Release 3.12.0
| Depends on release:
* (3.5.1 to 3.11.4) Manual edit of file
* (3.12.0 onwards) Station settings &rarr; Common Options &rarr; Advanced options
| 0
| Simple tick or not
* Tick (value shown as 1 in Cumulus.ini) for MX to create ''WebTags.txt'' file when Cumulus is restarted (contains an unordered list of all the tag names your Cumulus build will recognise and process)
* Don't tick (value shown as 0 in Cumulus.ini) to disable
|-
| LocalCopyEnabled=0
| [FTP site]
| [FTP site]
| Release 3.12.0
| Release 3.12.0
Line 3,744: Line 3,837:
| (blank)
| (blank)
| Folder (including path) to which MX will copy the standard files (see rows marked ^ for further selections) if 'EnableLocalCopy' is enabled
| Folder (including path) to which MX will copy the standard files (see rows marked ^ for further selections) if 'EnableLocalCopy' is enabled
|-
| MoonImageEnabled=1
| [Graphs]
| Release 3.5.0
| (always)
| Internet Settings &rarr; Moon Image
| Generate Moon Image
| ^ Default controlled by selection of default web site
| Simple tick or not
* Tick (value shown as 1 in Cumulus.ini) for MX to use System Drawing to modify CumulusMX/web/MoonBaseImage.png and create CumulusMX/web/moon.png
* Don't tick (value shown as 0 in Cumulus.ini) if you don't need MX to create a "moon.png"
|-
| MoonImageSize=
| [Graphs]
| Release 3.5.0
| (always)
| Internet Settings &rarr; Moon Image
| Image size
| ???
| Enter a size (in pixels) for the generated moon image (according to space on your web page)
|-
|-
| Password=
| Password=
Line 3,848: Line 3,961:
* Tick (value shown as 1 in Cumulus.ini) for MX to file transfer the [[realtime.txt]] file
* Tick (value shown as 1 in Cumulus.ini) for MX to file transfer the [[realtime.txt]] file
* Don't tick (value shown as 0 in Cumulus.ini) to disable
* Don't tick (value shown as 0 in Cumulus.ini) to disable
|-
| RecordSetTimeoutHrs=24
| [Station]
| Release 3.5.1
| Only from Release 3.12.0
| Depends on release:
* (3.5.1 to 3.11.4) Manual edit of file
* (3.12.0 onwards) '''Two places''':
*# Station setings &rarr; General Settings &rarr; Advanced options
*# Station settings &rarr; Common Options &rarr; Advanced options
| Depends on where changed (respectively):
# New record timeout
# Record set timeout
| 24
| Number of hours before the following web tags are reset: TempRecordSet, WindRecordSet, RainRecordSet, HumidityRecordSet, PressureRecordSet, HighTempRecordSet, LowTempRecordSet, HighAppTempRecordSet, LowAppTempRecordSet, HighHeatIndexRecordSet, LowWindChillRecordSet, HighMinTempRecordSet, LowMaxTempRecordSet, HighDewPointRecordSet, LowDewPointRecordSet, HighWindGustRecordSet, HighWindSpeedRecordSet, HighRainRateRecordSet, HighHourlyRainRecordSet, HighDailyRainRecordSet, HighMonthlyRainRecordSet, HighHumidityRecordSet, HighWindrunRecordSet, LowHumidityRecordSet, HighPressureRecordSet, LowPressureRecordSet, LongestDryPeriodRecordSet, LongestWetPeriodRecordSet, HighTempRangeRecordSet, LowTempRangeRecordSet
|-
|-
| Sslftp=
| Sslftp=
Line 3,966: Line 4,094:
*If this parameter is set to zero, then MX will always apply any delay specified in previous parameter
*If this parameter is set to zero, then MX will always apply any delay specified in previous parameter
|}
|}
==Proxy==
This is a continuation of an experimental legacy Cumulus software feature, please see [https://cumulus.hosiene.co.uk/viewtopic.php?f=4&t=728 here for request] and see [[Cumulus.ini_(Cumulus_1)#Proxies|here]] for potential content.  I have not seen any evidence that this feature ever came out of beta, and nobody has ever commented on its use, so I see no reason to do any further documentation.


==Station specific alternatives==
==Station specific alternatives==
Line 3,973: Line 4,105:
Since MX is being developed by someone who uses a Davis station, a lot of "Labels on the Settings Screens" mention "Davis" even if you have selected a different station, because the code was written by copy and paste!
Since MX is being developed by someone who uses a Davis station, a lot of "Labels on the Settings Screens" mention "Davis" even if you have selected a different station, because the code was written by copy and paste!


=== Solar===
Cumulus MX is unable to work out if you have a solar sensor, so these options are always displayed.
{| class="wikitable" border="1"
|-
!style="width:30px" | Parameter Line Entry
!style="width:100px" | File Section
!style="width:100px" | Introduced
!style="width:100px" | MX Section
!style="width:60px" | Label on Settings page
!style="width:20px" | Default
!style="width:800px" | Description
|-
| SolarCalc=0
| [Solar]
| 3.13
| Station Settings &rarr; Solar
| Solar Calculation Method
|  0=Ryan-Stololzenbach
| Drop-down list:
*  0=Ryan-Stololzenbach
* 1=Bras
|-
| SunThreshold=75
| [Solar]
| 3.13
| Station Settings &rarr; Solar
| Sun Threshold (percent)
| 75
| Enter a number
|-
| SolarMinimum=0
| [Solar]
| 3.13
| Station Settings &rarr; Solar
| Solar minimum (W/m2)
| 30
| Enter a number
|-
| RStransfactorJul=0.80000000000000004
| [Solar]
| 3.14
| Station Settings &rarr; Solar
| RS Transmission factor (June)
(Note the internal calculation does apply this to June, but some MX releases were incorrectly typed to say "July" on the settings screen).
| 0.8
| MX does a sinusoidal interpolation between this value and the next. So this June factor changes very little either side of that solstice, with the average value from both factors applying at the equinoxes (March and September) and different amounts of each factor each side of equinox.  (So actually more like a cosine interpolation!)
|-
| RStransfactorDec=0.80000000000000004
| [Solar]
| 3.14
| Station Settings &rarr; Solar
| RS Transmission factor (December)
| 0.8
| MX does a sinusoidal interpolation between last value and this one. So this December factor changes very little either side of that solstice,  with the average value from both factors applying at the equinoxes (March and September) and different amounts of each factor each side of equinox.  (So actually more like a cosine interpolation!)
|-
| UseBlakeLarsen=0
| [Solar]
| Legacy
| Extra Sensor Settings
| Blake-Larsen Sunshine Recorder
| 0=deselected
| checkbox
|}
===Selecting the weather station type determines which options are shown===


{| class="wikitable" border="1"
{| class="wikitable" border="1"
Line 4,019: Line 4,218:


===Airlink===
===Airlink===
The details in this sub-section need to be checked by someone who uses the relevant hardware.


* Introduced Release
* Introduced Release
Line 4,050: Line 4,251:
===Davis===
===Davis===


Two Wiki sub-sections:
Two Wiki sub-sections, that need to be checked by by somebody who uses the relevant functionality:




Line 4,057: Line 4,258:


{{Template:WorkInProgressBanner}} This table does not yet have all details in it.
{{Template:WorkInProgressBanner}} This table does not yet have all details in it.
* Introduced for leagacy Cumulus
* Introduced for legacy Cumulus
* File Section is [Station]
* File Section is [Station]
* Only "Shown on Settings page" if either "Type=0" or "Type=1"
* Only "Shown on Settings page" if either "Type=0" or "Type=1"
Line 4,220: Line 4,421:
===EasyWeather (Reading File instead of connecting to a Weather Station)===
===EasyWeather (Reading File instead of connecting to a Weather Station)===


This sub-section is based on what applied for the legacy software, assuming nothing has changed for MX.


* Introduced in a Legacy version
* Introduced in a Legacy version
Line 4,274: Line 4,476:


===Ecowitt GW1000 and Froggit DP1500 (and any equivalents) specific===
===Ecowitt GW1000 and Froggit DP1500 (and any equivalents) specific===
{{Template:WorkInProgressBanner}} An Ecowitt user needs to check/update this sub-section, it is understood significant changes are included in 3.12.0 beta builds, but the forum does not give away any details


* Introduced in release 3.2.0
* Introduced in release 3.2.0
Line 4,306: Line 4,510:


===Fine Offset Stations===
===Fine Offset Stations===
{{Template:WorkInProgressBanner}} This table has not been populated yet


* Introduced in a Legacy version
* Introduced in a Legacy version
Line 4,319: Line 4,520:
|-
|-
!style="width:30px" | Parameter Line Entry
!style="width:30px" | Parameter Line Entry
!style="width:100px" | Introduced
!style="width:100px" | Shown on Settings page?
!style="width:100px" | MX Section
!style="width:60px" | Label on Settings page
!style="width:60px" | Label on Settings page
!style="width:20px" | Default
!style="width:20px" | Default
!style="width:300px" | Description
!style="width:300px" | Description
|-
| FOReadAvoidPeriod=3
| MX release ??
| Only if Fine Offset selected
| Station Settings &rarr; Fine Offset Advanced Settings
| Read Avoid Period
| 3 (seconds)
| If previous setting enabled, MX will avoid reading the circular memory from the number of seconds specified before it expects Fine Offset to be writing to the circular memory, to the number of seconds specified after it expects Fine Offset to be writing to the circular memory
(One issue is that Fine Offset will move from one position to the next position in the circular memory, at the Fine Offset Logging Interval, but will delay this move by up to one minute, if the existing memory position is actually being updated by a read from the sensors and normally those updates happen every 40 seconds for non-solar sensors, and every 60 seconds for solar sensor)
|-
| ??
| MX release ??
| Only if Fine Offset selected
| Station Settings &rarr; Fine Offset Advanced Settings
| Set the Fine Offset Logger interval to match Cumulus MX interval
| 0 (disabled)
| Simple tick or not - labelled as "Experimental - use with caution"
* Tick (value shown as 1 in Cumulus.ini) for MX to attempt to "update the Davis interval" (I said copy and paste was used from Davis section!) to match the interval MX is using.
* Don't tick (value shown as 0 in Cumulus.ini) for no effect on your weather station
|-
| FineOffsetReadTime=150
| MX release ??
| Only if Fine Offset selected
| Station Settings &rarr; Fine Offset Advanced Settings
| Request/Read Delay
| 150 (milliseconds)
| Adjust time (in milliseconds) between request for read, and actual attempt to read data via USB
|-
| ProductID=-1
| MX release ??
| Only if Fine Offset selected
| Station Settings &rarr; Fine Offset Advanced Settings
| USB Product Id (PID)
| -1 (default setting)
| Advanced setting if you don't want to leave it to MX to find your HID
|-  
|-  
| SyncFOReads=0
| SyncFOReads=0
| Legacy Cumulus
| Only if Fine Offset selected
| Station Settings &rarr; Fine Offset Settings
| Synchronise Reads
| Synchronise Reads
| 0 (disabled)
| 0 (disabled)
Line 4,329: Line 4,572:
* Tick (value shown as 1 in Cumulus.ini) for MX to attempt to work out when your Fine Offset is writing data to the console log, so that MX does not read the Fine Offset circular memory when it is being updated
* Tick (value shown as 1 in Cumulus.ini) for MX to attempt to work out when your Fine Offset is writing data to the console log, so that MX does not read the Fine Offset circular memory when it is being updated
* Don't tick (value shown as 0 in Cumulus.ini) for MX to read the Fine Offset circular memory whenever it next wants data
* Don't tick (value shown as 0 in Cumulus.ini) for MX to read the Fine Offset circular memory whenever it next wants data
Selecting this parameter has given some problems in earlier MX builds, so the code has recently been rewritten.
|-
| FOReadAvoidPeriod=3
| Read Avoid Period
| 3 (seconds)
| If previous setting enabled, MX will avoid reading the circular memory from the number of seconds specified before it expects Fine Offset to be writing to the circular memory, to the number of seconds specified after it expects Fine Offset to be writing to the circular memory


(One issue is that Fine Offset will move from one position to the next position in the circular memory, at the Fine Offset Logging Interval, but will delay this move by up to one minute, if the existing memory position is actually being updated by a read from the sensors and normally those updates happen every 40 seconds for non-solar sensors, and every 60 seconds for solar sensor)
# The parameter was added for legacy releases, to try to reduce the occurrence of "lock-up" issues.
|}
# MX uses a different way to interrogate Fine Offset stations, originally ticking this could result in more reads being skipped, than actually processed, potentially updating just a few times a day, so it was best disabled!
 
# The MX code relating to this parameter was rewritten 1n 3.11.0, but the developer labels this as an "attempt", so it may still be best to try to manage without enabling this setting
 
 
{{Template:WorkInProgressBanner}}
There are a number of settings in a MX sub-section called "Fine Offset Advanced Options". These are new settings, and have not been documented yet.
 
{| class="wikitable" border="1"
|-
|-
!style="width:30px" | Parameter Line Entry
| VendorID=-1
!style="width:100px" | Shown on Settings page?
| MX release ??
!style="width:100px" | MX Section
| Only if Fine Offset selected
!style="width:60px" | Label on Settings page
| Station Settings &rarr; Fine Offset Advanced Settings
!style="width:20px" | Default
| USB Vendor Id (PID)
!style="width:600px" | Description
| -1 (default setting)
|-
| Advanced setting if you don't want to leave it to MX to find your HID
|
|}
|}


Line 4,359: Line 4,589:




{{Template:WorkInProgressBanner}} The following table has some gaps to fill in
{{Template:WorkInProgressBanner}} The following table has some gaps to fill in, needs a contributor who uses this type of weather station


* Introduced in a Legacy version
* Introduced in a Legacy version
Line 4,419: Line 4,649:
|}
|}


===WM918/WMR928 Settings===


Oregon Scientific specific
===LaCrosse stations===
 
 
 
{{Template:WorkInProgressBanner}} The following table has some gaps to fill in, needs a contributor who uses this type of weather station
 


{{Template:WorkInProgressBanner}} This table has not been populated yet
{| class="wikitable" border="1"
|-
!style="width:30px" | Parameter Line Entry
!style="width:100px" | Shown on Settings page?
!style="width:100px" | File Section
!style="width:150px" | Introduced
!style="width:100px" | MX Section
!style="width:60px" | Label on Settings page (mostly in '''Alarm''' column)
!style="width:20px" | Default
!style="width:300px" | Description
|-
| LCMaxWind=X
| Shown only if La Crosse was selected as station type
| [Station]
| 3.12.0
| Depends on release:
* (Version 1.8.8 Build 874 to release 3.11.4) Need to edit manually in file directly
* (Release 3.12.0 onwards) Station Settings &rarr; Common Options &rarr; Advanced Options
| La Crosse max wind speed
| ???
| It is setting for the La Crosse max wind speed, where X is the maximum (before calibrated by any definitions in Offsets) wind speed in m/s that you want to allow. The value you supply should be in metres/second, regardless of what wind unit you are using in Cumulus
|}
 
It is assumed that [[Cumulus.ini_(Cumulus_1)#La_Crosse_specific:|most parameters remain same]]
 
===Oregon Scientific WM918/WMR928 Settings===


* Introduced for legacy Cumulus
The Oregon Scientific code has not changed since the earliest beta MX (3.0.0) builds based on moving compiled code from Cumulus 1. 
* File Section is [Station]


It appears very few current Cumulus users own these obsolete models, so all these settings have to be added directly into the file, you can't edit them in the admin interface, and they will be missing from any configuration file created by any MX release.


* Introduced for legacy Cumulus, and unchanged by MX
* File Section is [Station], these settings need to be manually entered into file below that section heading
{| class="wikitable" border="1"
{| class="wikitable" border="1"
|-
|-
!style="width:30px" | Parameter Line Entry
!style="width:30px" | Parameter Line Entry
!style="width:100px" | Label on Settings page
!style="width:100px" | External to MX edit
!style="width:20px" | Default
!style="width:20px" | Default
!style="width:300px" | Description
!style="width:300px" | Description
Line 4,442: Line 4,703:
|-
|-
|Humidity98Fix=0  
|Humidity98Fix=0  
|
| Stop MX and add this into file
|0 (disable)
|0 (disable)
|Applies to weather station types that never report more than 98% relative humidity.
|Applies to weather station types that never report more than 98% relative humidity.
Line 4,449: Line 4,710:
|-
|-
|LogExtraSensors=0
|LogExtraSensors=0
|
| Stop MX and add this into file
|0 (disable)
|0 (disable)
|This setting determines whether MX looks for readings from extra temperature probes etc.  
|This setting determines whether MX looks for readings from extra temperature probes etc.  
Line 4,456: Line 4,717:
|-
|-
|WMR928TempChannel=N
|WMR928TempChannel=N
|
| Stop MX and add this into file
|(no default)
|(by default no extra sensors)
|for WMR-928 stations (and other serial stations using the same protocol, eg WMR-968) to use an 'extra' channel  (see previous parameter) as your main temperature sensor, set N to the required channel
|for WMR-928 stations (and other serial stations using the same protocol, eg WMR-968) to use an 'extra' channel  (see previous parameter) as your main temperature sensor, set N to the required channel
|-
|-
|WMR200TempChannel=N
|WMR200TempChannel=N
|
| Stop MX and add this into file
|(no default)
|(by default no extra sensors)
|for WMR200 stations (and any other Oregon Scientific USB stations which work with Cumulus, e.g. WMR100) to use an 'extra' channel as your main temperature sensor, set N to the required channel
|for WMR200 stations (and any other Oregon Scientific USB stations which work with Cumulus, e.g. WMR100) to use an 'extra' channel as your main temperature sensor, set N to the required channel
|}
|}
Line 4,521: Line 4,782:
* Tick (value shown as 1 in Cumulus.ini) then Cumulus will calculate wind chill from temperature and wind speed
* Tick (value shown as 1 in Cumulus.ini) then Cumulus will calculate wind chill from temperature and wind speed
** Note that there is a maximum temperature, and minimum wind speed, for Cumulus to make the calculation, see [[Wind_chill]] page
** Note that there is a maximum temperature, and minimum wind speed, for Cumulus to make the calculation, see [[Wind_chill]] page
* Don't tick (value shown as 0 in Cumulus.ini) action depends on '''Calibration settings'''
* Don't tick (value shown as 0 in Cumulus.ini) action depends on other items:
** If Cumulus has non-default multiplier and/or offset settings for temperature or wind speed, Cumulus will calculate wind chill
** If Cumulus has non-default multiplier and/or offset settings for temperature or wind speed, Cumulus will calculate wind chill
** If station provides wind chill, then that will be used provided no multiplier/offsets have been specified for temperature or wind speed
** If station does NOT make a wind chill value available to Cumulus,  Cumulus MX reports an error if you have not ticked this setting, (that is different to how the setting worked with the legacy software).
Note that some stations (Fine Offset, for example), do not make a wind chill value available to Cumulus. For these, Cumulus always calculates it.
** If station provides wind chill, then that value will be used provided no multiplier/offsets have been specified for temperature or wind speed.
|-
|-
| ChillHourSeasonStart=
| ChillHourSeasonStart=
| Legacy Cumulus
| Legacy Cumulus
| (TO BE DETERMINED)
| Chill Hours
|
| Chill Season Starts
| Default depends on release
| Default depends on release
* (up to 3.11.4) 10 = October
* (up to 3.11.4) 10 = October
Line 4,537: Line 4,798:
| ChillHourThreshold=
| ChillHourThreshold=
| Legacy Cumulus
| Legacy Cumulus
| (TO BE DETERMINED)
| Chill Hours
|
| Chill Hours
| Default depends on Temperature Units
| Default depends on Temperature Units
* Either 45 degrees Fahrenheit (equivalent to 7.22 <sup>o</sup>Celsius)
* Either 45 degrees Fahrenheit (equivalent to 7.22 <sup>o</sup>Celsius)
Line 4,577: Line 4,838:
| Humidity98Fix=0
| Humidity98Fix=0
| Legacy Cumulus
| Legacy Cumulus
| (TO BE DETERMINED)
| Common Options
| n/a
| Max humidity
| 0 (disable)
| 0 (disable)
| For any weather station that never reports a relative humidity greater than 98%
| For any weather station that never reports a relative humidity greater than 98%
Line 4,617: Line 4,878:
| RainDayThreshold=
| RainDayThreshold=
| Legacy Cumulus
| Legacy Cumulus
| (TO BE DETERMINED)
| Common Options &rarr; Advanced Options
| n/a
| Rain day threshold
| (TO BE DETERMINED)
| Default is -1 which depends on Rainfall Units AND station type
* -1 = normally 0.2 if units are millimetres
* -1 = normally 0.01 if units are inches
* Otherwise enter a value in your selected units
| For derivatives like count of consecutive wet/dry days, any daily rainfall less than this threshold will be ignored.
| For derivatives like count of consecutive wet/dry days, any daily rainfall less than this threshold will be ignored.


5,838

edits

Navigation menu