Skip to content

Releases: cumulusmx/CumulusMX

Build 3100 - Version 3.9.5

14 Jan 10:04
27708cf
Compare
Choose a tag to compare
  • Fix: Alarms being cleared after their defined latch time even if latching was disabled

  • Fix: Adds missing dew point calculation for GW1000 extra T/H sensors 1-8

  • Fix: Potential Object reference not set to an instance of an object fault on initial configuration [Goran Devic]

  • Fix: Failed connections to some SFTP servers - Renchi.SshNet library reverted to older version

  • Fix: Improved accessibility of the "Extra web files" page

  • Fix: Tweak to Sunshine hours counter reset logic (primarily for Imet stations during a power cycle)

  • Fix: Davis Console battery low threshold changed from 4.0 V to 3.5 V

  • Fix: Rework station rain counter reset logic. Cope with Davis station start-up on the first day of new rain season which is not January

  • New: More comprehensive support for the Ecowitt WH45 CO₂ sensor...

    • Added to Extra Sensors page
    • Added to Strings.ini
    • Can be selected as the primary AQ sensor
    • New web tags:
      <#CO2-pm2p5>, <#CO2-pm2p5-24h>, <#CO2-pm10>, <#CO2-pm10-24h>, <#CO2-temp>, <#CO2-hum>
    • Added to ExtraLog file, columns for: CO2, CO2Avg, pm2.5, pm2.5Avg, pm10, pm10Avg, Temp, Hum
  • New: Improved GW-1000 device auto-discovery, after initial discovery or user input of the IP address it locks onto the MAC address for further changes in IP
    If multiple potential devices are found they are now listed and the user must add the appropriate IP into the config and restart Cumulus.
    Discovery is now run whenever a Data Stopped condition is detected (and periodically thereafter until the data resumes)
    New Cumulus.ini setting:
    [GW1000]
    MACAddress=

  • New: Adds a browser cache time limit of 5 minutes to the Admin interface static files

  • New: NOAA reports settings now have an option to force "dot" decimal points, this overrides your locale setting
    New Cumulus.ini setting:
    [NOAA]
    UseDotDecimal=0

  • Tweaks the charts for both the admin interface and the default web site

  • Rework of Airlink sensor implementation - no functional changes

Build 3099 - Version 3.9.4

30 Dec 15:10
5ac6d0f
Compare
Choose a tag to compare
  • Fix: WMR100 stations generated empty daily graph data files on start-up

  • Fix: System uptime web tag for Linux systems - maybe!

  • Fix: Historic charts wind run tooltip suffix

  • Fix: High Min Temp and Low Max Temp records editors were not displaying and allowing input of the time

  • Fix: This Month/This Year records editors were showing records for the entire day file rather than the specific period

  • Fix: GW1000 station dewpoint calculation incorrect on first packet read at start-up

  • New: Settings page: Program Settings. Moved Debug/Data logging options and Prevent Second Instance to here from Station Settings.
    Note: These settings still remain in the [Station] section of the Cumulus.ini file for backwards compatibility

  • New: Two settings to delay the start-up of Cumulus MX. Both added to the new Program Settings page.
    Start-up Host PING: Specify a remote hostname or IP address, Cumulus will wait for a successful PING from this address before continuing
    Start-up Delay: Specify a fixed time in seconds to delay the start-up. The delay will be executed after the PING check is one is specified
    Start-up Delay Max Uptime: Specify a maximum system uptime in seconds after which the delay will no longer be applied. Set to zero to always delay
    New section in Cumulus.ini:
    [Program]
    StartupPingHost= // Default is no remote host - enter a host name or IP address
    StartupDelaySecs=0 // Default is no delay = 0
    StartupDelayMaxUptime=300 // Default is 300 seconds (5 minutes)

  • New: FTP Now - Adds a new option to regenerate the daily graph data files (if enabled), and include them in the manually invoked FTP session

  • New: Adds support for OpenWeatherMap uploads (and catch-up). Using an existing station if the id is supplied, or your API key only has one station defined.
    If no stations are defined CMX automatically creates a new one using your station details and starts uploading to it.

Build 3098 - Version 3.9.3

19 Dec 15:04
98ca9e6
Compare
Choose a tag to compare
  • Fix: Records check was triggering for very small value changes in derived values such as feels like temps

  • Fix: Catch uncaught exception on SFTP disconnect

  • Fix: FTP was inconsistent in empty remote server folder handling for real-time and interval files

  • Fix: AirLink was not using the local vs WLL API data correctly

  • Fix: EU CAQI AQI index calculations (based on the City/Urban scale)

  • Fix: US EPA AQI calculation error of values between 51 and 100

  • Fix: Removes redundant alldailywdirdata.json file from daily uploads

  • Fix: Corrects incorrect/invalid JSON being created in the alldailytempdata.json file when the dayfile contains blank entry's for dew point

  • Fix: Attempted FTP uploads of files that do not exist caused the FTP session to become non-functional

  • Fix: The monthly data log file editor erroring with 404

  • New: You can now use "<airlinklogfile>" in the extra files local filename to copy/upload the latest AirLink data log file

  • New: You can now define your Indoor AirLink as the primary AQ sensor. Note this only applies to the admin interface, its data will not be
    uploaded to the default web site

  • New: Adds Cumulus MX update available alarm to the dashboard - enabled by default. This also has an associated web tag <#UpgradeAlarm>

  • New: If enabled, the daily graph data files are now created at start-up and uploaded at first interval FTP.
    Previously you had to wait for the first EOD rollover.

  • New: If a FineOffset station is not found, MX now dumps a list of all the USB devices it can see to the MXdiags log

Build 3097 - Version 3.9.2

07 Dec 12:09
4dfd759
Compare
Choose a tag to compare
  • Fix: Change log messages for number of SQL rows affected to Debug only messages

  • Fix: AirLink web tags no longer error if the sensor is not enabled - all now return "--"

  • Fix: Australia NEPM AQIs to allow values greater than 101

  • Fix: Canada AQHI - still based on PM2.5 3 hour values only

  • Fix: Dutch and Belgian AQI calculations

  • Fix: Default web site temperature Trends graph yAxis issue

  • Fix: Broken logfile, extralogfile, and dayfile editors in b3096

  • Fix: Improve Instromet stations error handling of out of sequence responses

  • Fix: Extra files without the EOD flag were not being transferred during the EOD upload period (first after rollover)

  • Adds Notifications to Alarms
    Note: Cumulus notifications only work by default if you run the browser on the same machine as Cumulus and connect using the
    url: http://localhost:8998
    In order to get them working on a remote machine you will have to change an advanced flag in your browser.
    This is at your own risk as advanced flags are unsupported features in Chrome and Edge.
    In Chrome or Edge, open the url - "about:flags"
    Find the entry "Insecure origins treated as secure" and enable it
    The add the url you use to remotely access the Cumulus dashboard - eg. http://192.168.1.23:8998
    Then click the button to restart your browser. Notifications should now work.

  • Adds Latch times to Alarms. You can now specify a period in hours that an alarm will remain active after the event that tripped it has reset.

  • The default value for "DavisIncrementPressureDP" is changed from true to false
    ** The effect of this is that for Davis VP/VP2 stations, the default number of decimal places used for pressure values changes
    from 2 dp (hPa/mb) and 3 dp (kPa, inHg) to 1 dp (hPa/mb) and 2 dp (kPa, inHg)
    ** If you wish to retain the previous behaviour, then you MUST add the setting "DavisIncrementPressureDP=1" to your Cumulus.ini file

  • Wind Rose is now populated from data files at start-up (last 24 hours)

  • New graphs option to show/hide sunshine hours data

  • New admin interface historic graphs (and associated API)

  • New default web site page to show historic graphs

  • Adds Air Quality to Recent Graphs in Admin Interface and default web site - configure a primary AQ sensor in Station.Options

  • Adds Air Quality upload to WeatherUnderground. Enable in WeatherUnderGround settings, and configure a primary AQ sensor in Station.Options

  • Adds Air Quality upload to AWEKAS. Enable in AWEKAS settings, and configure a primary AQ sensor in Station.Options

  • Adds ability to define the number of decimal places used for various weather units via read-only settings in Cumulus.ini.
    The full list of existing and new values is:
    [Station]
    WindSpeedDecimals=1 // Existing entry
    WindSpeedAvgDecimals=1 // Existing entry
    WindRunDecimals=1 // NEW
    SunshineHrsDecimals=1 // Existing entry
    PressDecimals= // NEW [hPa/mb=1, inHg=2]
    RainDecimals= // NEW [mm=1, in=2]
    TempDecimals=1 // NEW
    UVDecimals=1 // NEW
    AirQualityDecimals=1 // NEW - affects AQI values only, not PM values

  • Lots of internal code fettling

  • New Cumulus.ini read-only entry to control the data read rate for Instromet stations. The value is in milliseconds, default is 500.
    [Station]
    ImetReadDelay=500

  • Admin interface tweaks

  • Change WUnderground Password field name to Station Key in settings

Build 3096 - Version 3.9.1

31 Oct 16:36
bd518a3
Compare
Choose a tag to compare
  • Fix: AirLink - Limit the number of decimal places in the AirLink log file
  • Fix: AirLink - The web tags for 1hr average AQI values were picking up the latest reading value in error
  • Fix: Send rounded wind speed to Weather Underground/Windy/PWS/WoW if Cumulus "Round Wind Speeds" is set
  • Fix: Replaces a bad copy of trendsT.htm that crept into b3095
  • Fix: Bug in wind spike removal that prevented it working
  • Fix: Airlink caused premature day rollover processing during catch-up
  • Workaround for the Chromium browser CSS bug that adds scroll bars to the settings screens
  • Adds a new AirLink Sensors page to the admin interface
  • Adds Netherlands LKI, and Belgian BelAQI AQI scales [6=Netherlands=LKI, 7=Belgium-BelAQI] to AirLink devices
  • All AirLink AQI web tags now support the tc=y parameter, to properly truncate the AQI to an integer value
  • Adds the ability to "latch" all alarms for a user configured number of hours
  • Adds a new web tag <#CPUTemp> - only works on Linux, updates once a minute
  • Change of JSON library from Newtonsoft to ServiceStack.Text

Build 3095 - Version 3.9.0

09 Oct 13:33
aff90e0
Compare
Choose a tag to compare
  • Fix: Running as a Windows service, now correctly reads command line parameters from the registry "ImagePath" field
  • Fix: Cumulus forecast would sometimes start with a comma
  • Fix: trendsT.htm location formatting
  • Adds support for the Davis AirLink air quality monitor.
    • Like the WLL it supports auto-discovery of the AirLink IP address, this can be disabled via config
    • A new Settings page has been created for "Extra sensors", this is where you can configure the AirLink.
    • Logs AirLink data to a new CSV data file "AirLinklog.txt" - see AirLinkFileHeader.txt for field information
    • Historic catch-up is supported if the main station is a Davis WLL and the AirLink has been added as node to this station
    • Historic catch-up for other stations will be a later release
    • Creates a new Cumulus.ini file section
      [AirLink]
      WLv2ApiKey=
      WLv2ApiSecret=
      AutoUpdateIpAddress=1
      In-Enabled=0
      In-IPAddress=0.0.0.0
      In-IsNode=0
      In-WLStationId=
      Out-Enabled=0
      Out-IPAddress=0.0.0.0
      Out-IsNode=0
      Out-WLStationId=
      AQIformula=0 [0=US-EPA, 1=UK-COMEAP, 2=EU-AQI, 3=EU-CAQI, 4=Canada-AQHI, 5=Australia-NEMP]
    • Adds new web tags for Davis AirLink
      <#AirLinkFirmwareVersionIn>,<#AirLinkWifiRssiIn> - Requires Davis WeatherLink Live Pro subscription
      <#AirLinkFirmwareVersionOut>,<#AirLinkWifiRssiOut> - Requires Davis WeatherLink Live Pro subscription
      <#AirLinkTempIn>,<#AirLinkHumIn>
      <#AirLinkTempOut>,<#AirLinkHumOut>
      <#AirLinkPm1In>,<#AirLinkPm1Out>
      <#AirLinkPm2p5In>,<#AirLinkPm2p5_1hrIn>,<#AirLinkPm2p5_3hrIn>,<#AirLinkPm2p5_24hrIn>,<#AirLinkPm2p5_NowcastIn>
      <#AirLinkPm2p5Out>,<#AirLinkPm2p5_1hrOut>,<#AirLinkPm2p5_3hrOut>,<#AirLinkPm2p5_24hrOut>,<#AirLinkPm2p5_NowcastOut>
      <#AirLinkPm10In>,<#AirLinkPm10_1hrIn>,<#AirLinkPm10_3hrIn>,<#AirLinkPm10_24hrIn>,<#AirLinkPm10_NowcastIn>
      <#AirLinkPm10Out>,<#AirLinkPm10_1hrOut>,<#AirLinkPm10_3hrOut>,<#AirLinkPm10_24hrOut>,<#AirLinkPm10_NowcastOut>
      <#AirLinkAqiPm2p5In>,<#AirLinkAqiPm2p5_1hrIn>,<#AirLinkAqiPm2p5_3hrIn>,<#AirLinkAqiPm2p5_24hrIn>,<#AirLinkAqiPm2p5_NowcastIn>
      <#AirLinkAqiPm2p5Out>,<#AirLinkAqiPm2p5_1hrOut>,<#AirLinkAqiPm2p5_3hrOut>,<#AirLinkAqiPm2p5_24hrOut>,<#AirLinkAqiPm2p5_NowcastOut>
      <#AirLinkAqiPm10In>,<#AirLinkAqiPm10_1hrIn>,<#AirLinkAqiPm10_3hrIn>,<#AirLinkAqiPm10_24hrIn>,<#AirLinkAqiPm10_NowcastIn>
      <#AirLinkAqiPm10Out>,<#AirLinkAqiPm10_1hrOut>,<#AirLinkAqiPm10_3hrOut>,<#AirLinkAqiPm10_24hrOut>,<#AirLinkAqiPm10_NowcastOut>
      <#AirLinkPct_1hrIn>,<#AirLinkPct_3hrIn>,<#AirLinkPct_24hrIn><#AirLink_NowcastIn>
      <#AirLinkPct_1hrOut>,<#AirLinkPct_3hrOut>,<#AirLinkPct_24hrOut><#AirLink_NowcastOut>
  • The Blake-Larsen sunshine recorder, and Hydreon RG-11 rain device configuration options can now be set on the new Extra Sensors page.
    There are two new settings for RG-11 devices, if you use these devices you must set these via the configuration page as they will default to disabled.
    [Station]
    RG11Enabled=0
    RG11Enabled2=0
  • Adds new graph option - Solar Visible. Setting both Solar and UV to hidden means the solar graph data files will be empty.
  • CumulusMX no longer re-writes the Cumulus.ini file on shutdown
  • Adds the option to set the retained flag for the MQTT feeds
    • New Cumulus.ini file settings
      [MQTT]
      UpdateRetained=0
      IntervalRetained=0

Build 3094 - Version 3.8.4

14 Sep 22:15
6318bcb
Compare
Choose a tag to compare
  • Fix: Unhandled exception in MySQL during the start-up catch-up process
  • Fix: Graph buttons not wrapping on default web site trends page
  • Fix: Calculating the trend rain rate when a rainfall multiplier is used
  • Fix: Program Uptime when running under Mono and uptime > 24 days
  • Fix: When running as a Windows service, the service was stopped unintentionally on non-critical system power events
  • Fix: Davis VP receptions stats - ReceptionStats, FirmwareVersion and BaroRead functions rewritten
  • Adds Ecowitt GW1000 decoding of WH34 battery status
  • Adds Ecowitt GW1000 support for CO₂ sensor, no logging yet, but the decoding is there for when these sensors are released.
    • New web tags <#CO2>, <#CO2-24h>
  • Adds new Linux cumulusmx.service configuration file (thanks to freddie), this allows you run Cumulus MX as a service under Linux using the
    newer systemd control rather than the original init.d script supplied with v3.8.0
    • Edit the cumulusmx.service configuration file and change the path to match your Cumulus MX installation folder
    • Copy cumulusmx.service to your /etc/systemd/system/ folder
    • Cumulus can then be started and stopped with the following commands:

      systemctl start cumulusmx
      systemctl stop cumulusmx

    • Status and restart are available too:

      systemctl restart cumulusmx
      systemctl status cumulusmx

    • If you make a change to the unit file, you need to run the following command so that systemd re-reads your file:

      systemctl daemon-reload

    • To have Cumulus start on reboot, issue the following command:

      systemctl enable cumulusmx

    • Finally, to stop the service running on reboot, use the following:

      systemctl disable cumulusmx

  • Adds a new web tag <#ProgramUpTimeMs> that returns the Cumulus run time in milliseconds

Build 3093 - Version 3.8.3

28 Aug 16:14
5d25576
Compare
Choose a tag to compare
  • Fix: The dew point threshold limit (default value 40C) was incorrectly being applied to installations configured to use Fahrenheit
    as if the value were in Fahrenheit.
  • Fix: Davis VP/VP2 force 1 minute baromter updates no longer working correctly after v3.8.2 protocol changes.
    Note: this setting should only be used for VP stations, or VP2 stations with very old firmware.
  • Fix: Last rain date not updating for Davis stations (fixes the mixed unit/bucket size update in 3.8.2)
  • Adds two new Cumulus.ini file settings to control the numer of decimal places used for wind speeds. These override the built-in defaults.
    These settings are read-only, they can to be manually added ONLY if you need to use them. Add either or both settings as required.
    [Station]
    WindSpeedDecimals=[0|1|2]
    WindSpeedAvgDecimals=[0|1|2]

Build 3092 - Version 3.8.2

23 Aug 17:12
93d26b1
Compare
Choose a tag to compare
  • Fix: Davis VP2 stations - LastRainTip not being updated correctly with mixed metric/imperial gauges/units
  • Fix: Davis VP2 stations - Bug that prevented the seconds being read from the console clock
  • Fix: Dashboard temp/press trend arrows not working in locales with comma decimals
  • MXdiags log files are now rotated if they exceed 20MB in size, 15 log files are now retained
  • For Davis VP2 stations, setting the console clock now checks the console time and only sets it if it
    differs from the current time by greater than 60 seconds
  • Davis VP2 stations protocols have been extensively rewritten to make them more efficent and less timing sensitive
    Third party IP loggers such as meteobridge and WiFi logger should now work more reliably
  • Enables PSK authentication when using SFTP. Options are now Password, PSK, PSK with Password fallback
    New Cumulus.ini entries...
    [FTP site]
    SshFtpAuthentication=password [password (default), psk, password_psk]
    SshFtpPskFile= [PSK filename, must include the full path is the file is not in the CumulusMX folder]
  • CMX calculated dew point is automatically enabled for GW1000 stations

Build 3091 - Version 3.8.1

17 Aug 08:31
4a8d40a
Compare
Choose a tag to compare
  • Fix: Davis TCP loggers failing to connect correctly
  • Fix: NOAA reports not viewable in Admin interface when Cumulus started as a service
  • Fix: Prevents an Exception on shutdown when running as a service