Skip to content

Releases: cumulusmx/CumulusMX

Build 3079 - Version 3.6.3

21 May 09:15
3682303
Compare
Choose a tag to compare
  • Reverts b3077 FluentFTP update
  • Fix for the long standing random Cumulus.ini/today.ini corruption when shutting down on Windows
  • Another fix for Oregon WMR928 extra temperature only sensors

Build 3078 - Version 3.6.2

18 May 22:02
cc29d74
Compare
Choose a tag to compare
  • Fix for badly formed realtime.txt in b3077

Build 3077 - Version 3.6.1

18 May 13:52
cfacecd
Compare
Choose a tag to compare
  • Fix for Oregon WMR928 extra temperature only sensors (unconfirmed)
  • Fix for yesterdays Feels Like values in Admin interface Today/Yesterday screen
  • Adds Feels Like to realtime.txt file as field 59
  • Changes GW1000 default Lightning distance to 999 (all user units), and time to 1900-01-01 00:00:00
    The corresponding Webtags will output "--" and "---" respectively
  • Adds a new web tag <#LastRainTip>, which unlike <#LastRainTipISO> will accept a date/time format string

Build 3076 - Version 3.6.0

04 May 20:53
b3373eb
Compare
Choose a tag to compare
  • Fix for records editors failing to read log files from Cumulus 1 versions
  • Fix for Ecowitt GW-1000 devices to bypass the auto-discovery mechanism if it is disabled in the config
  • NOAA reports now include degree, minutes, seconds symbols
  • Slightly enhanced program termination logging
  • Implements highs/low/records for Feels like
    • Changes to ini files to add Feels Like - Adds [FeelsLike] section to
      today.ini, yesterday.ini, month.ini, year.ini, alltime.ini, monthlyalltime.ini
    • Changes to log files
      monthlog.txt - adds field 27, feels like
      dayfile.txt - adds fields 47-50, high feels like, high time, low, low time
    • Changes to the MYSQL database tables are required
      Adds column FeelsLike to the Monthly table
      Adds columns MaxFeelsLike, TMaxFeelsLike, MinFeelsLike, TMinFeelsLike to the Dayfile table
    • New web tags
      <#HighFeelsLikeRecordSet>
      <#LowFeelsLikeRecordSet>
      <#ByMonthFeelsLikeHT>
      <#ByMonthFeelsLikeLT>
      <#ByMonthFeelsLikeL>
      <#ByMonthFeelsLikeH>
      <#YearFeelsLikeHD>
      <#YearFeelsLikeLD>
      <#YearFeelsLikeHT>
      <#YearFeelsLikeLT>
      <#YearFeelsLikeH>
      <#YearFeelsLikeL>
      <#MonthFeelsLikeHD>
      <#MonthFeelsLikeLD>
      <#MonthFeelsLikeHT>
      <#MonthFeelsLikeLT>
      <#MonthFeelsLikeH>
      <#MonthFeelsLikeL>
      <#feelslikeH>
      <#TfeelslikeH>
      <#feelslikeL>
      <#TfeelslikeL>
      <#feelslikeYH>
      <#TfeelslikeYH>
      <#feelslikeYL>
      <#TfeelslikeYL>
      <#feelslikeTH>
      <#TfeelslikeTH>
      <#feelslikeTL>
      <#TfeelslikeTL>
    • Updated record editors
    • Updated log file viewers/editors
  • Adds battery and reception data for Davis WLL. It now logs battery and input voltages to the MXdiags.
    These are updated every 15 minutes and require you to have a WeatherLink Pro subscription.
    The WLL unlike the VP2 console provides individual data for each transmitter
    • The following web tags have been updated to accept a "tx=n" parameter, where n=1-8 and equals the desired transmitter id.
      Omitting the tx= parameter or using tx=0 makes the tag function as before for Davis VP2 systems
      <#DavisTotalPacketsMissed tx=n>
      <#DavisNumberOfResynchs tx=n>
      <#DavisMaxInARow tx=n>
      <#DavisNumCRCerrors tx=n>
    • New web tags for WLL transmitter reception percentage and RSSI figure, these must be used with the tx=n parameter
      <#DavisReceptionPercent tx=n> - defaults to tx=1, tx=0 is unused
      <#DavisTxRssi tx=n> - defaults to tx=1, use tx=0 to get the WLL WiFi RSSI
  • Updated ExportMySQL.exe to version 1.1.0
    • Incorporates the new Feels Like data
    • Uses compass point "-" for Calm
    • Reads customised compass points from strings.ini if set

Build 3075 - Version 3.5.4

25 Apr 15:40
9846bfc
Compare
Choose a tag to compare
  • Fix for bearing zero on the interface "Now" page
  • Fix for admin interface charts popup
  • Fix for "normal" Extra files not being FTP'd at rollover interval, only those flagged as EOD were being transferred
  • Another attempt to rationalise the Moon Phase messages - each quarter (new, 1st, full, 3rd) should now show for approximately 12 hours either side of the event
  • All web tags that produce decimal number output now support the "rc=y" option
  • Additional Davis WLL health info dumped in the MXdiags log on start-up and every 10 minutes if debug logging is on (voltages, uptimes, WiFi RSSI etc)
    Logs warnings to the command line console and log file if voltages are too low
  • Adds BatteryLow Alarm for WLL (Console [if you have an API key] & Tx), VP2 (Console & Tx), GW1000 (Tx), and adds a new web tag <#BatteryLowAlarm>
  • Adds new web tag <#feelslike> - calculated using the JAG/TI formula used in the UK, USA, Canada etc. Currently there are no stats for this value

Build 3074 - Version 3.5.3

14 Apr 16:57
02e14eb
Compare
Choose a tag to compare
  • Fix: Backs out changes in b3073 that generated bad file paths

Build 3073 - Version 3.5.2

14 Apr 11:56
d96eb45
Compare
Choose a tag to compare
  • Fixes and improvements to MQTT processing
  • Adds new Cumulus.ini setting for MQTT to force IPv4/IPv6 connectivity (default is System decides which to use)
    [MQTT]
    IPversion=0 (0=default, 4=IPv4, 6=IPv6)
  • Adds Sensor Contact lost flag/alarm for Davis WLL devices
  • GW1000 raw Lux value is now available via the <#Light> weg tag like other Fine Offset stations
  • Adds three new web tags...
    <#timeJavaScript> - returns the current date/time in JavaScript milliseconds. Example use = "var dt = Date(<#timeJavaScript>)"
    <#directionTM> - returns todays max wind gust direction as a compass point
    <#directionYM> - returns yesterdays max wind gust direction as a compass point

Build 3072 - Version 3.5.1

10 Apr 12:48
f6b1bda
Compare
Choose a tag to compare
  • Fix for the "Stop second instance" option now working a bit too well, you could not disable it!
  • Implements the "record set" web tags. These will be set from the time of the record until a timeout value (default 24 hours).

Build 3071 - Version 3.5.0

09 Apr 13:56
33b8d60
Compare
Choose a tag to compare
  • Fix to "Stop second instance" of Cumulus running
  • Fix for update interval (S)FTP sessions getting hung
  • Fix to <#moonage> web tag to improve accuracy
  • Adds support for MQTT output. Two options, send an MQTT message whenever new data is received, or send a message at a fixed interval. The message format is defined in template files, using web tags, located in the \mqtt folder
  • Add support for generating a Moon Phase image. This is disabled by default. The output image will be generated and optionally FTP'd once an hour. The generated local image file is always \web\moon.png

Build 3070 - Version 3.4.6

23 Mar 15:36
978b6ea
Compare
Choose a tag to compare
  • Fix for station wind chill on Davis WLL devices
  • Fix for auto-discovered Davis WLL Station-Ids not being saved to the config file
  • More robust failure handling for realtime FTP connections
  • Additional diagnostics output in the console and log file for badly formed web tags