Commit Graph

914 Commits

Author SHA1 Message Date
Tom Keffer
da3077c6c3 Add localization file for Traditional Chinese.
PR #777
2022-07-01 11:22:24 -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
f31b9b616b Refine translations for French skin. 2022-05-31 07:52:27 -07:00
Tom Keffer
1946524419 Add missing 30-day barometer graph to Smartphone skin.
Fixes issue #774.
2022-05-31 05:35:19 -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
1e2c75de58 Don't swallow SyntaxError when looking for drivers.
Hard crash for other errors.
2022-04-30 15:50:32 -07:00
Matthew Wall
50636f2881 revert changelog changes, as the unit file change is a package change, not a direct weewx change 2022-04-23 10:23:17 -04:00
Matthew Wall
dd1275865d remove daemon and pidfile options from weewx when installing rpm package on a system running systemd 2022-04-22 22:20:05 -04: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
2718866efb Do not fork if using systemd. PR #767. 2022-04-14 08:06:05 -07:00
Tom Keffer
8c4b219be3 Document PR #765 and PR #766 in change log. 2022-04-14 06:32:37 -07:00
Tom Keffer
a55892e1d5 Add observation types highOutTemp and lowOutTemp to group_temperature. 2022-03-23 05:30:42 -07:00
Tom Keffer
7f424bebd2 Reorder font download order, for slightly faster downloads.
Fix issue #760.
2022-03-08 08:34:06 -08:00
Tom Keffer
5387708aaf Explain how to include SQL arbitrary expressions in a plot. 2022-03-08 04:51:38 -08:00
gjr80
4a923c53ee - final documentation changes for wee_import text field import
- add changelog entry
2022-03-08 13:23:16 +10: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
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
55c6790b74 Fix problem that prevents windDir from being displayed in the day, month, year sections of the RSS feed. See issue #755. 2022-02-28 08:24:30 -08:00
Tom Keffer
fc5de422dd Fix problem that prevents windSpeed and windDir from being displayed
in the "current" section of the RSS feed. Fixes issue #755.
2022-02-28 07:43:11 -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
4fc3b85f38 Document generate_once in the change log. PR #748. 2022-02-22 08:20:28 -08: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
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
Matthew Wall
8c31374dda keep changelog entries to under 80 char per line 2022-02-12 08:20:27 -05:00
Matthew Wall
ebb8327061 update changelog 2022-02-12 08:15:45 -05:00
Matthew Wall
e1419bbe41 update changelogs 2022-02-10 22:17:38 -05:00
Matthew Wall
c3a9f18e08 update changelogs 2022-02-10 19:28:33 -05: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
87fc5eaf14 Add Norwegian translations (PR #742) to change log. 2022-02-08 14:05:47 -08:00
Tom Keffer
a42138f963 Merge branch 'master' into new_sum
# Conflicts:
#	docs/changes.txt
2022-02-08 13:53:13 -08:00
Matthew Wall
3a596969b6 document ppm changes 2022-02-07 10:51:26 -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
Matthew Wall
e1437f319f update changelogs 2022-02-04 08:52:08 -05:00
Matthew Wall
446b3fcb3f update changes with i18n-report info 2022-01-30 17:50:32 -05:00
Matthew Wall
6fd9cdf9a0 added freebsd init file for 'service' init 2022-01-27 11:25:42 -05:00
Tom Keffer
a134534759 Add an SLE example $colorize().
New document about how to write an SLE.
Add a new function weewx.units.convertStdName().
2022-01-14 05:26:27 -08:00