Tom Keffer
6e052d1dd0
Modified deep_copy() so it does not have to turn interpolation off.
...
Really fixes issue #579 .
2020-06-29 15:20:03 -07:00
Tom Keffer
a3dca5aa6c
Fixed problem where threads attempt to access non-existent database.
...
Fixes issue #579 .
2020-06-29 08:15:56 -07:00
Tom Keffer
7943679a0b
Merge branch 'master' into development
2020-06-27 14:54:41 -07:00
gjr80
8d7a5abd03
Fix yaxis plot scaling ( #567 )
...
* Fix corner case where scale() returned unusable results when fmn==fmx and a non-None minscale is specified
* python3ise doctests
* doctest typo
* Added one more doctest
* Added tests for modified scale()
* Update change history
2020-06-27 14:52:22 -07:00
Tom Keffer
3f3af2238a
Fixed problem that caused reporting units to revert to US if they were in a
...
mixed unit system. Fixes issue #576 .
2020-06-26 18:09:05 -07:00
Tom Keffer
c2dc81d919
Changed reference to non-existent function
2020-06-25 05:07:07 -07:00
Tom Keffer
effdfa5a06
Fixed problem that could cause the station registry to fail if given a location
...
with a non-ASCII location name.
2020-06-22 05:37:10 -07:00
Tom Keffer
c2c30dd206
Merge branch 'te923rain' of https://github.com/twitham1/weewx into twitham1-te923rain
2020-06-20 10:15:55 -07:00
Tom Keffer
dbcd1d1da2
Undocumented option retry_certificate has been renamed to retry_ssl, and now
...
covers all SSL errors (not just certificate errors). Fixes issue #569 .
2020-06-20 08:24:49 -07:00
Timothy D Witham
41ba1a0562
Fix issue #574 with 1/36 inch rain counter.
2020-06-16 01:02:38 -05:00
Tom Keffer
90f48ffe0e
Have StationRegistry use standard way of fetching its config stanza.
2020-06-07 05:22:40 -07:00
Tom Keffer
b6d2424482
Fixed problem caused by specifying a [Logging]/[[formatters]] section in
...
weewx.conf that uses interpolated variables.
2020-06-02 15:03:28 -07:00
Tom Keffer
4155d1d686
Fixed problem that caused wind speed to be reported to AWEKAS in m/s instead
...
of km/h.
2020-06-01 05:22:06 -07:00
mwall
7c57194594
use correct shebang for wee_import. fixes issue #564
2020-05-30 18:56:19 -04:00
Tom Keffer
06dc466206
Bump version to v4.1.1
2020-05-30 14:55:14 -07:00
Tom Keffer
ee7596a873
Debug messages only when debug>=2.
...
Late binding of log parameters.
Converted some member functions into simple functions.
2020-05-30 13:57:19 -07:00
Tom Keffer
1c4ceee141
Removed misleading 'quit' message.
2020-05-29 17:19:57 -07:00
Tom Keffer
1c8fac4641
fixed problem when using the ultimeter and ws1 drivers under Python 2
2020-05-29 17:19:41 -07:00
Tom Keffer
24ebb92661
Fixed problem that caused monthly and yearly summaries to appear
...
only sporadically.
2020-05-29 17:18:03 -07:00
Tom Keffer
d60efc1cb4
Revert "Avoid using copy.deepcopy()."
...
This reverts commit d077a8bddc .
2020-05-29 17:10:59 -07:00
Tom Keffer
68747ac2d5
fixed problem when using the ultimeter and ws1 drivers under Python 2
2020-05-28 18:55:58 -07:00
Tom Keffer
677a8e63f7
Fixed typos. Should be weewx.manager.DaySummaryManager.
2020-05-28 14:19:52 -07:00
Tom Keffer
f5f9a90139
New strategy for calculating system uptime. Revisits issue #428 .
...
Works for Python 3. Old strategy for Python 2.
2020-05-28 04:48:28 -07:00
Tom Keffer
7ac6eaf0ef
Clarifed error message after failed FTP upload.
2020-05-27 07:19:30 -07:00
Tom Keffer
84aff52cf5
Allow the use of the 3rd party package "uptime" when calculating system uptime
...
on MacOS. Implements PR #561
2020-05-27 06:55:33 -07:00
Tom Keffer
a55c9cd22b
Set Version to 4.1.0
2020-05-25 12:10:00 -07:00
Tom Keffer
b8c409fd3c
Merge branch 'master' into development
2020-05-25 12:03:47 -07:00
Tom Keffer
672b5d85b7
Changed the location of the root logger in the logging configuration dictionary to match the Python documents.
2020-05-24 16:49:12 -07:00
windcrusader
ea11bb76a0
Fixed issue #556
2020-05-24 19:53:32 +12:00
Tom Keffer
95220bdc6d
Merge branch 'master' into development
2020-05-21 17:39:07 -07:00
Tom Keffer
791de74644
Eliminate use of logging in wee_config, allowing it to be used for installs
...
without syslog.
2020-05-21 14:21:42 -07:00
Tom Keffer
6f2add339c
Merge branch 'master' into development
2020-05-20 08:06:41 -07:00
Tom Keffer
e76e374595
Allow expressions to be used as a datatype when plotting.
2020-05-18 13:21:41 -07:00
Tom Keffer
9a38886739
Specify a default format for unit 'count'.
2020-05-15 18:43:45 -07:00
Tom Keffer
ea88bfc8af
Test for None_string that cannot be converted using ASCII codec.
2020-05-15 17:42:00 -07:00
Tom Keffer
b8e455d97d
Merge branch 'master' into development
2020-05-15 06:59:00 -07:00
Tom Keffer
09e64e5236
Make sure a "none string" is, in fact, a string.
2020-05-13 15:26:05 -07:00
Tom Keffer
3c81cd2c1c
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. Also, radically simplified ftpupload.
2020-05-13 09:42:29 -07:00
gjr80
5738a08fcb
bump version number and chnage required WeeWX version
2020-05-13 23:58:42 +10:00
gjr80
b6748e4a2e
line ending issues
2020-05-13 23:43:36 +10:00
gjr80
eca612b890
fix messed up shebang
2020-05-13 23:25:32 +10:00
gjr80
dc8e3d6392
- allow units used in .cat file to be specified
...
- add weathercat example import config to wee_import commenys
- update weathercat example config file
2020-05-12 15:31:53 +10:00
John Kline
1591fa57df
Auto reboot when CC3000 stops sending observations. ( #549 )
2020-05-11 18:14:04 -07:00
gjr80
06dc0b52ad
Update weathercat module to work with current wee_import code. Now works under 4/3.
2020-05-12 10:47:23 +10:00
Tom Keffer
4a73dc187d
Fixed bug in ws28xx driver that prevented it from running under Python 3.
...
Fixes issue #543 .
2020-05-10 09:46:10 -07:00
Tom Keffer
69a37cb6cb
Stack trace now logged as DEBUG instead of INFO
2020-05-09 16:32:05 -07:00
Tom Keffer
f2183a1cb2
Don't always encode()
2020-05-08 06:07:40 -07:00
Tom Keffer
d5d058373e
Faster query strategy for min and max wind vectors.
2020-05-07 07:15:53 -07:00
Tom Keffer
9844b6b085
Fixed bug in wmr9x8 driver that prevented it from running under P3.
...
Missed a call to ord()
2020-05-06 07:49:30 -07:00
gjr80
3159e132c8
1st cut adding (re-adding) WeatherCat support to wee_import
2020-05-06 22:52:21 +10:00