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 |
|
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
|
818c5ae728
|
A little more about line_gap_fraction
|
2019-07-09 06:04:42 -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 |
|
Tom Keffer
|
80d8196f7c
|
Documented option secure_data.
|
2019-05-16 18:01:21 -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
|
9cea832cfb
|
Fix broken link
|
2019-05-01 18:35:58 -07:00 |
|
Tom Keffer
|
86b48e0e7f
|
Note that archive_interval must be divisible by 60.
|
2019-05-01 18:19:19 -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
|
4461b32e39
|
Centos Python 3 instructions.
Incomplete: need to install the C library _imagingft
|
2019-04-21 11:30:11 -07:00 |
|
PeterQuinn925
|
050041a83f
|
Add timestamp and max_delta to "current" tag (#400)
|
2019-04-19 13:49:17 -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 |
|
Tom Keffer
|
388c18171a
|
Which version of Python to use?
|
2019-04-14 07:57:31 -07: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 |
|
Tom Keffer
|
fcc69694f0
|
Added new aggregation type 'first'.
|
2019-04-11 16:40:39 -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
|
09c6df7a26
|
Updated link for Davis Envoy
|
2019-04-05 05:48:12 -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
|
bb246195e7
|
Allow images to float on the right for less important headings
|
2019-04-01 19:09:59 -07:00 |
|
Tom Keffer
|
cfc7f75828
|
Removed no longer needed weewx_docs.css
|
2019-04-01 18:56:35 -07:00 |
|
Tom Keffer
|
5db76fd847
|
Update to use tocbot and weewx_ui.css
|
2019-04-01 18:54:29 -07:00 |
|
Tom Keffer
|
c8e71a526c
|
Update to use tocbot and weewx_ui.css
|
2019-04-01 18:52:37 -07:00 |
|