Version 1.9.4

Revision as of 18:27, 19 March 2013 by Mcrossley (talk | contribs)

Release Date: STILL IN BETA Xxxxx nn, 20nn (build nnnn)

Release History

February 27, 2013 (build 1061) March 16, 2013 (build 1062) March 19, 2013 (build 1063)(Current Release)

Changes from version 1.9.3:


1061

  • Initial support for Instromet weather stations. See http://instromet.co.uk/ This has had limited testing so far and is likely to require bug fixes and further enhancement.
  • Change row highlight colour on dayfile.txt editor to make more obvious
  • Show 'wet bulb' as mouseover on dew point figure on main screen
  • Ensure 'today's rain' chart axis always starts at zero
  • Don't try to process a standard template file if it's been deleted
  • Allow 'EES' for 'ESE' in easyweather.dat to work around bug in someone else's software
  • Added logging to debug.log of entries read from easyweather.dat
  • Individual 'bad' sensor readings from Fine Offset no longer cause all data to be discarded. Watch out for possible bugs!
  • Support for HTTP proxies - completely untested and will probably need further work. Feedback requested!

1062

  • Fix 'create missing' bug in dayfile.txt editor when 0900/1000 rollover in use
  • Make sure PWS weather responses get logged
  • Change Instromet logger interval if changed in Cumulus, not just at start up
  • Web tag <#RecentTS>. Takes parameters like the 'recent data' web tags (e.g. <#RecentOutsideTemp>) and gives the timestamp of the data that will be returned for those web tags with the supplied parameters (it may not have the data for the exact time specified). Format can be specified in the usual way with the 'format' parameter.
Example: 
Using the existing tag like this <#RecentOutsideTemp h=1 m=1> will give the nearest available temperature on or after one hour and one minute ago.
The new tag <#RecentTS h=1 m=1> will give the time and date of the nearest available data on or after one hour and one minute ago.
  • 'Replaced Comma' versions of the 'recent history' web tags (the others are integers):
<#RCRecentOutsideTemp>
<#RCRecentWindSpeed>
<#RCRecentWindGust>
<#RCRecentWindLatest>
<#RCRecentWindChill>
<#RCRecentDewPoint>
<#RCRecentHeatIndex>
<#RCRecentPressure>
<#RCRecentRainToday>
<#RCRecentUV>
  • Select-A-Graph now has units in titles
  • Calibration setting for wet bulb temp (when read directly from station)

1063

  • Fix thread crash after PWS Weather upload (bug introduced in build 1062)