Commit Graph

3504 Commits

Author SHA1 Message Date
Tom Keffer
68408bb0c1 Use a database user weewx1 has access to. 2022-07-01 14:45:43 -07:00
Tom Keffer
0335fd466b Allow a custom cipher to be specified for FTP uploads.
See option 'cipher' under [[FTP]].
2022-06-27 07:18:16 -07:00
Tom Keffer
490dd312cf Fix check for reuse_ssl for Python versions greater than 3.10.
Fixes issue #775.
2022-06-21 07:12:39 -07:00
Tom Keffer
0fa8c90349 Do not emit leafWet3 and leafWet4 in LOOP packets.
Despite having a field for them, the VP2 does not support them.
Related to issue #771.
2022-05-28 16:20:27 -07:00
Tom Keffer
b0145b34c2 Try waking the Vantage console before giving up on LOOP errors.
Better Vantage diagnostics.
Fixes issue #772.
2022-05-18 14:07:21 -07:00
Tom Keffer
4208523610 Include 'wind' in daily summary if 'windSpeed' is present. 2022-05-15 08:05:38 -07:00
Tom Keffer
7024f046cf Fix problem that creates 'ghost' values for VantageVue stations.
Fixes issue #771.
2022-05-06 10:15:50 -07:00
Tom Keffer
bdc9c81b10 Add instructions on changing the schema using wee_database. 2022-05-05 08:54:02 -07:00
Tom Keffer
1e2c75de58 Don't swallow SyntaxError when looking for drivers.
Hard crash for other errors.
2022-04-30 15:50:32 -07:00
Tom Keffer
80160d8140 Version 4.8.0 2022-04-21 17:41:41 -07:00
Tom Keffer
7f0d688aa8 Merge branch 'master' into development 2022-04-21 17:29:09 -07:00
Tom Keffer
1dd6a05e70 Fix problem that prevented wee_config --reconfigure from working when
using Python 2.7, if the configuration file contained UTF-8 characters.
2022-04-20 15:42:22 -07:00
Tom Keffer
77b00e5475 Allow unit to be overridden for a specific plot by using new option 'unit'.
Fixes issue #729.
2022-04-15 14:55:08 -07:00
Tom Keffer
8c4b219be3 Document PR #765 and PR #766 in change log. 2022-04-14 06:32:37 -07:00
roe-dl
091e3cb8be added unit groups for sunshine and rain duration, cloudcover, propability of precipitation 2022-04-10 19:16:47 +02:00
Tom Keffer
a55892e1d5 Add observation types highOutTemp and lowOutTemp to group_temperature. 2022-03-23 05:30:42 -07:00
Tom Keffer
e907b59b91 Add test for using alt binding with wind. 2022-03-10 07:08:36 -08:00
gjr80
7a0518c2f0 added ability to import to text fields 2022-03-08 12:21:20 +10:00
Tom Keffer
2936111775 Change test suite to test against actual NOAA templates 2022-03-05 17:16:41 -08:00
Tom Keffer
7a210b2817 Fix honoring global values for log_success and log_failure.
Fix issue #757.
2022-03-04 05:49:57 -08:00
Tom Keffer
ebd4c3afe9 Fixed problem that prevented wind from appearing in NOAA yearly summaries. 2022-03-03 08:15:24 -08:00
Tom Keffer
b3c8f8ea0f Version 4.7.0 2022-03-01 15:36:25 -08:00
Tom Keffer
a0df6f357c Merge branch 'master' into development 2022-03-01 14:14:37 -08:00
Tom Keffer
2aef6ece2b Use absolute paths everywhere for template tests. 2022-03-01 12:27:41 -08:00
Tom Keffer
93bb055685 No longer look for option "Language" in the test suite.
Reflects commit e761439.
2022-03-01 09:34:50 -08:00
Tom Keffer
e3e03e4fb5 Add option wee_device --current for Vantage stations. 2022-02-28 12:23:31 -08:00
Tom Keffer
30cb4f951f Merge branch 'master' into development 2022-02-28 12:13:18 -08:00
Tom Keffer
70a947ccc8 Fixed calculation of field "bar_reduction" for Vantage type 2 LOOP packets. 2022-02-25 09:24:05 -08:00
Tom Keffer
e0ca8cb40b Fixed typo that shows itself if no [Labels]/[[Generic]] section is supplied.
Fixes issue #752.
2022-02-24 14:54:21 -08:00
Tom Keffer
a539c365c2 Merge branch 'bellrichm-development' into development
# Conflicts:
#	docs/changes.txt
2022-02-22 08:23:25 -08:00
Tom Keffer
c06c7b442f The Python 2 version of ListOfDicts now returns an iterator,
instead of a list.
NB: The iteration order of the Py2 version is the opposite of the Py3 version: it's first to last, rather than last to first.
Regression tests.
2022-02-22 06:25:55 -08:00
gjr80
458283d917 add keys() and values() methods to the python 2 ListOfDicts() class 2022-02-22 12:14:38 +10:00
Tom Keffer
244a7f8c69 If windGustDir is not in packet, do nothing, rather than set to None.
Introduce new xtypes exception "weewx.NoCalculate".
2022-02-21 15:08:40 -08:00
mrbalky
254e2b47dd update dead link 2022-02-20 09:15:48 -07:00
gjr80
a00adc5920 ensure there are default [[Groups]], [[StringFormats]] and [[Labels]] entries in [Units] for all units groups and units used in the units.py unit system dicts 2022-02-15 08:12:39 +10:00
Tom Keffer
9dc4da86a2 If windGustDir is missing, substitute windDir. 2022-02-13 05:26:01 -08:00
Tom Keffer
279bb450ab For group_deltatime formatting, use a sensible default context. 2022-02-12 16:19:52 -08:00
Rich Bell
f4fe032832 Merge branch 'weewx:development' into development 2022-02-12 09:33:45 -05:00
Tom Keffer
5c5fcc064a Bumped version to v4.6.2 2022-02-10 18:10:07 -08:00
Tom Keffer
56da1657df Bumped version to V4.6.1 2022-02-10 15:24:25 -08:00
Matthew Wall
78cf934850 make the show/hide flags work. fixes issue #739 2022-02-10 18:09:52 -05:00
gjr80
35e1d483c7 fix wee_database --check-strings/--fix-strings TEXT field problem, issue #738 refers 2022-02-09 10:51:52 +10:00
Tom Keffer
a42138f963 Merge branch 'master' into new_sum
# Conflicts:
#	docs/changes.txt
2022-02-08 13:53:13 -08:00
Tom Keffer
13ebe08cd6 Regression test for Issue #737. 2022-02-07 16:23:48 -08:00
Matthew Wall
b5fe88ac3c bump version to prep for a bug-fix release 2022-02-07 10:54:01 -05:00
Matthew Wall
cdf6de96f7 make ppm the default for group_fraction, and add default label for ppm 2022-02-07 08:19:06 -05:00
Tom Keffer
ed8b9f9223 Observaton types that use the sum extractor are set to None if no LOOP packets contributed to the accumulator.
Fixes issue #737.
2022-02-06 15:03:46 -08:00
Tom Keffer
cad519c0b8 Raise an error, not return it.
Also, use a type valid in the context.
Regression test.
2022-02-04 13:47:49 -08:00
Rich Bell
a58cc2bce6 Merge branch 'weewx:development' into development 2022-01-31 16:42:40 -05:00
Tom Keffer
0cda35f728 V4.6.0 release candidate 2022-01-31 05:17:40 -08:00