tkeffer@gmail.com
|
2a9fc97e77
|
Sending a SIGTERM signal to weewxd now causes it to exit with status
128 + signal#. PR #442. Thanks to user sshambar!
|
2019-09-08 11:43:48 -06:00 |
|
tkeffer@gmail.com
|
c6ff6edadf
|
Plist for the Mac launcher now includes a log file for stderr.
|
2019-09-02 15:45:31 -07:00 |
|
Tom Keffer
|
244e3df8fc
|
Added new air quality types AqPM2_5 and AqPM10 to the unit system. Added
new unit microgram_per_meter_cubed. Added new unit group,
group_concentration.
|
2019-08-22 20:01:48 -07:00 |
|
Tom Keffer
|
3472fc1a84
|
Added new parameters to the WU uploader. Fixes issue #435.
|
2019-08-22 08:10:07 -07:00 |
|
Tom Keffer
|
1a209d4148
|
Merge branch 'master' into development
# Conflicts:
# docs/changes.txt
|
2019-08-21 16:14:43 -07:00 |
|
Tom Keffer
|
5e2821da0d
|
Support for the Vantage LOOP2 packet format. Fixes issue #374.
|
2019-08-21 15:51:20 -07:00 |
|
Tom Keffer
|
34b2998545
|
Implementing the Python logging package is now pretty much complete.
Re-addresses issue #353
|
2019-08-17 13:03:18 -07:00 |
|
tkeffer@gmail.com
|
c78e4b51f5
|
Documented commit 459ccb1309 in change log
|
2019-07-26 07:39:23 -04:00 |
|
Tom Keffer
|
5ccf98b227
|
Refined error messages for wunderfixer.
|
2019-07-19 14:01:08 -07:00 |
|
Tom Keffer
|
32c35ce380
|
Port wunderfixer to the new WU API. The WU seems to no longer allow
reposting old records, so this "sort of" fixes issue #414.
|
2019-07-18 08:07:40 -07:00 |
|
Tom Keffer
|
abb2538c60
|
Fixed problem where sub-sections DegreeDays and Trend were located
under the wrong weewx.conf section. Added upgrades for V4.0.
Added tests for upgrade. Fixes issue #432.
|
2019-07-15 12:14:57 -07:00 |
|
Tom Keffer
|
6bdcfb0114
|
Merge branch 'CertificateError' into development
# Conflicts:
# docs/changes.txt
|
2019-07-15 05:40:21 -07:00 |
|
Tom Keffer
|
16a12bcc47
|
Merge remote-tracking branch 'remotes/origin/master' into development
# Conflicts:
# bin/weecfg/tests/expected/weewx39_user_expected.conf
# bin/weewx/__init__.py
# docs/changes.txt
# weewx.conf
|
2019-07-14 07:28:46 -07:00 |
|
Tom Keffer
|
80c612de92
|
Updated date in change log
|
2019-07-14 07:26:34 -07:00 |
|
Tom Keffer
|
4ded8fbe2c
|
Merge branch 'master' into development
|
2019-07-12 07:39:33 -07:00 |
|
Tom Keffer
|
88995afa7d
|
Correct rounding problems for rain and other types when posting to CWOP.
Fixes issue #431.
|
2019-07-12 07:33:01 -07:00 |
|
Tom Keffer
|
705a46c71f
|
Merge branch 'master' into development
|
2019-07-09 06:05:44 -07:00 |
|
Tom Keffer
|
0b668f2345
|
Added change log for issue #428.
|
2019-06-27 08:50:04 -07:00 |
|
Tom Keffer
|
8cd9413818
|
Added new aggregation type 'growdeg'. Fixes issue #367.
|
2019-06-26 10:50:36 -07:00 |
|
Tom Keffer
|
bab0dd86a5
|
Type "stormStart" was added to the unit system. Fixes issue #380.
|
2019-06-25 12:24:36 -07:00 |
|
Tom Keffer
|
0214532037
|
An observation type known to the system, but not in a record, will
now return a proper ValueTuple, rather than UnknownType.
|
2019-06-25 12:23:09 -07:00 |
|
Tom Keffer
|
52b1016b25
|
Catch CertificateErrors. Retry after an hour. Fixes issue #413
|
2019-06-24 07:31:37 -07:00 |
|
Matthew Wall
|
e7277788cb
|
merge changes from master
|
2019-05-19 18:12:40 -04:00 |
|
Matthew Wall
|
a9a5ae2c4d
|
prevent fine offset stations from saving data with zero interval
|
2019-05-19 18:11:18 -04:00 |
|
Tom Keffer
|
6ecd31200f
|
Catch up to master
|
2019-05-19 13:51:55 -07:00 |
|
Tom Keffer
|
40aebfd65b
|
Changed test-daily expected results to V4.x expected values
|
2019-05-19 13:47:44 -07:00 |
|
Tom Keffer
|
954ae05833
|
Merge branch 'master' into development
# Conflicts:
# setup.py
|
2019-05-18 07:19:19 -07:00 |
|
Tom Keffer
|
ad0e497666
|
If a file user/schemas.py still exists (a relic from V2.7 and earlier),
it is renamed to user/schemas.py.old. Fixes issue #54.
|
2019-05-17 10:37:40 -07:00 |
|
Tom Keffer
|
ffab6c9ef6
|
Merge branch 'master' into development
# Conflicts:
# bin/weewx/drivers/ws1.py
|
2019-05-16 18:18:13 -07:00 |
|
Tom Keffer
|
762215f413
|
Fixed bug in WS1 driver that caused crash if rain_total was None.
|
2019-05-16 18:11:26 -07:00 |
|
tkeffer@gmail.com
|
6eba945b1c
|
Catch up merge branch 'master' into development
# Conflicts:
# bin/weewx/drivers/wmr300.py
# bin/wunderfixer
|
2019-05-07 17:54:02 -07:00 |
|
Tom Keffer
|
81d4c509f6
|
Wunderfixer has new option to set socket timeout. This is to compensate
for WU "capacity issues". Thanks to user Leon! See PR #403.
|
2019-04-30 15:18:32 -07:00 |
|
Tom Keffer
|
73eff8757b
|
Added change log for PR #402.
|
2019-04-30 07:47:18 -07:00 |
|
Tom Keffer
|
639cab79cc
|
Catch up on master
|
2019-04-17 18:57:19 -07:00 |
|
Tom Keffer
|
b56863b0a4
|
Fixed conditional on windSpeed used by windrun. Simplified.
PR #399. Fixes issue #250.
|
2019-04-17 18:46:03 -07:00 |
|
Tom Keffer
|
20a95ef3bb
|
Merge branch 'master' into development
# Conflicts:
# bin/weewx/drivers/wmr300.py
# bin/weewx/engine.py
# bin/weewx/manager.py
|
2019-04-15 18:28:00 -07:00 |
|
gjr80
|
e54b942557
|
Added explicit RTF-8 encoding of loop and archive fields in StdPrint
|
2019-04-16 10:51:26 +10:00 |
|
Matthew Wall
|
f186b7bcbb
|
update changelog
|
2019-04-14 19:00:11 -04:00 |
|
Tim Miller
|
e48eeb2f89
|
Fixed problem when calculating vector averages. PR #396.
|
2019-04-13 13:31:38 -07:00 |
|
Tom Keffer
|
007bb56149
|
Added commit fcc69694f0 to change log
|
2019-04-11 16:47:17 -07:00 |
|
Matthew Wall
|
b5240b058f
|
prevent negative intervals from wmr300 driver
|
2019-04-09 17:08:28 -04:00 |
|
tkeffer@gmail.com
|
30d8f3180b
|
ts1 driver should return 'barometer'. Fixes issue #393.
|
2019-04-07 09:17:19 -07:00 |
|
Tom Keffer
|
49b40b94db
|
Merge branch 'master' into development
# Conflicts:
# bin/weewx/restx.py
|
2019-04-04 06:02:22 -07:00 |
|
Tom Keffer
|
538736b582
|
Check for a bad timestamp in the AWEKAS code
|
2019-04-03 18:56:25 -07:00 |
|
Tom Keffer
|
d5412d05cd
|
Ported to Python2-PyMySQL package on OpenSUSE.
|
2019-03-17 05:35:04 -07:00 |
|
Tom Keffer
|
8d213ba4dd
|
Added new tag $python_version
|
2019-03-14 06:19:30 -07:00 |
|
Tom Keffer
|
f16cadeb40
|
Unit group "group_distance" is now a first-class group.
|
2019-03-12 18:13:02 -07:00 |
|
Tom Keffer
|
59be93a880
|
Combined v3.10.0 and v4.0.0 change logs
|
2019-03-12 17:48:30 -07:00 |
|
Tom Keffer
|
da5975efd6
|
Updated WOW posts. Separate "expected response" markup file
|
2019-03-06 09:33:29 -08:00 |
|
Tom Keffer
|
10f6ca0739
|
Merge branch 'development' into python3
# Conflicts:
# bin/weecfg/test/expected/weewx39_user_expected.conf
# bin/weewx/__init__.py
# bin/weewx/manager.py
# docs/changes.txt
# weewx.conf
|
2019-02-28 06:15:33 -08:00 |
|