Archive records emitted by the Vantage driver now include the number of wind
samples per archive interval in field wind_samples.
wee_import can now import WeatherCat monthly .cat files.
Added a logging handler for rotating files. See https://bit.ly/2StYSHb for how
to use it. It is the default for MacOS.
Bug fixes:Changed the logging configuration dictionary to match the Python documents.
Thanks to user Graham for figuring this out!
Fixed problem that prevented ws1 driver from working under Python 3. PR #556.
Eliminate use of logging in wee_config, allowing it to be used for installs
without syslog.
Allow expressions to be used as a datatype when plotting.
Added option 'reuse_ssl' to FTP. This activates a workaround for a bug in the
Python ftp library that causes long-lived connections to get closed prematurely.
Works only with Python 3.6 and greater.
The cc3000 driver will automatically reboot the hardware if it stops sending
observations. PR #549.
Install using setup.py forgot to set WEEWX_ROOT when installing in non-standard
places. Fixes issue #546.
Fixed bug in ws28xx driver that prevented it from running under Python 3.
Fixes issue #543.
Changed query strategy for calculating min and max wind vectors, which
should result in much faster plot generation.
Fixed bug in wmr9x8 driver that prevented it from running under Python 3.
Fixed several bugs in the te923 driver that prevented it from running under
Python 3.
More information if an exception is raised while querying for vantage hardware
type.
wunderfixer: fixed problem under Python 3 where response was not converted to
str before attempting to parse the JSON. Option --simulate now requires api_key
and password, so it can hit the WU.
I'm coming from 4.0 do we need to update CRT after updating WeeWX? Also what do I select when it asks whether or not to use the original conf file?
For example, if /etc/weewx/weewx.conf was modified, you will see a message something like this:
Configuration file `/etc/weewx/weewx.conf'
==> Modified (by you or by a script) since installation.
==> Package distributor has shipped an updated version.
What would you like to do about it ? Your options are:
Y or I : install the package maintainer's version
N or O : keep your currently-installed version
D : show the differences between the versions
Z : start a shell to examine the situation
The default action is to keep your current version.
*** weewx.conf (Y/I/N/O/D/Z) [default=N] ?
Choosing I (install the new version) will place the previous configuration in /etc/weewx/weewx.conf.dpkg-old where it can be compared with the new version /etc/weewx/weewx.conf
Choosing O (keep the current version) will place the new configuration in /etc/weewx/weewx.conf.dpkg-new where it can be compared with the old version /etc/weewx/weewx.conf