Commit Graph

569 Commits

Author SHA1 Message Date
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
80160d8140 Version 4.8.0 2022-04-21 17:41:41 -07:00
Tom Keffer
e0bb6b3dc1 Clarifies how logging overrides work. 2022-03-04 08:17:56 -08:00
Tom Keffer
b3c8f8ea0f Version 4.7.0 2022-03-01 15:36:25 -08:00
Tom Keffer
cd8576dc8f Add HTML bookmark for ftp_encoding. 2022-02-23 08:59:52 -08:00
Tom Keffer
3317081e3b Use strict (and simpler) option hierarchy.
Update test suites.
Update docs to match.
2021-11-30 17:47:04 -08:00
Tom Keffer
7337dcd9a4 Refactored _build_skin_dict.
Moved options lang and unit_system to [[Defaults]].
Include test suite for how the skin_dict is built.
Resolved some option hierarchy conflicts.
2021-11-28 15:35:04 -08:00
Tom Keffer
fd6d9a1f8e New FTP option 'ftp_encoding' for oddball FTP servers that
send their responses back in something other than UTF-8.
2021-11-19 13:05:19 -08:00
Matthew Wall
579fbed477 minor user guide wordsmithing 2021-11-15 09:05:41 -05:00
Matthew Wall
f3720c86be make macos location listing match other platforms 2021-11-15 08:55:13 -05:00
Tom Keffer
95c98170e4 Moved the no-longer-needed section "Compatibility with wview" to a Wiki page. 2021-11-04 04:36:47 -07:00
Tom Keffer
94e915c353 Start versioning the skins.
V4.6.0b3
2021-10-05 15:02:59 -07:00
Tom Keffer
6f3f6c3339 Sending a HUP signal to weewxd no longer causes the configuration file to be
reread.

Logging is not done until after the configuration file has been read. This
allows customized logging to start from the very beginning. Fixes issue #699.
2021-09-20 07:49:31 -07:00
gjr80
0ade510ea7 update web server integration instructions for local web servers to refer to the wiki article on configuring web servers 2021-08-05 11:09:13 +10:00
Tom Keffer
00d62bf15c More info about registering your station. 2021-06-02 11:20:25 -07:00
Tom Keffer
13b884eba9 Changed from option "units" to "unit_system". 2021-05-27 10:31:17 -07:00
gjr80
91c1c30e00 - log StdWXCalculate data binding and warn in the log if it differs from the StdArchive data_binding
- document the StdWXCalculate data_binding config options
2021-05-22 10:49:30 +10:00
Tom Keffer
563197675c First cut at revamping documentation on localization. 2021-05-14 18:56:20 -07:00
Tom Keffer
8670d2ada4 Fixed some problems under Python 2.
Fixed problems when 'lang' is not present.
Changed weewx.conf option from 'units_base' to 'units'.
Simplified.
2021-05-02 14:17:26 -07:00
Tom Keffer
3d0f162ca9 Merge branch 'master' of https://github.com/roe-dl/weewx into i18n 2021-05-02 10:51:59 -07:00
roe-dl
041e252847 changes according to review 2021-04-27 17:38:38 +02:00
roe-dl
44e2f14dc5 target_unit removed; only unit_system remains; reviewed gettext.py (not complete) 2021-04-25 15:54:47 +02:00
roe-dl
5ea72bbf26 minor fixes to the user's guide 2021-04-24 20:58:58 +02:00
roe-dl
d069a5be67 updated [Defaults] --> [StdReport][[Defaults]] in user's guide 2021-04-24 09:07:40 +02:00
Tom Keffer
96f7220949 Merge branch 'master' into development 2021-04-23 17:26:31 -07:00
roe-dl
4cd7a7ce13 changed user's guide to reflect the new features 2021-04-23 20:58:13 +02:00
Tom Keffer
4cd125f9c7 Document PR #664. 2021-04-19 04:43:51 -07:00
Tom Keffer
a65244ec73 v4.6.0a1 2021-04-16 09:54:07 -07:00
Tom Keffer
4a6a87f94b StdArchive now honors log_success and log_failure. 2021-03-31 07:36:11 -07:00
Tom Keffer
7f1952fd34 Correct default value of tcp_send_delay 2021-03-28 11:27:00 -07:00
Tom Keffer
d727acdb09 Version 4.5.0a1 2021-03-15 14:58:05 -07:00
Tom Keffer
16f1fed837 Document using wee_database to modify an existing database.
Restructure documentation on modifying a new database.
2021-02-25 16:20:37 -08:00
Tom Keffer
9bd4419936 V4.4.0 2021-01-30 11:07:10 -08:00
Tom Keffer
fc950cc61a Merge branch 'master' into development
# Conflicts:
#	docs/changes.txt
2021-01-29 06:50:00 -08:00
Tom Keffer
c788d67720 Replaced http with https in many places. 2021-01-08 11:43:24 -08:00
Tom Keffer
34f401e718 StdWXCalculate can now do calculations for only LOOP packets, only archive
records, or both. PR #630.
2021-01-06 05:49:46 -08:00
Tom Keffer
b99843d983 Removed WMR200 driver and references. 2020-12-18 09:06:05 -08:00
Tom Keffer
2a9d6a2b4a Upgraded to tocbot v4.12.0 2020-12-11 16:38:58 -08:00
Tom Keffer
a3170d25a5 Changed name of ignore_zero_wind to force_null.
Added test for it.
Check for lingering values of other [StdWXCalculate] values.
2020-11-16 16:54:11 -08:00
Tom Keffer
6456ef97fb v4.3.0a1 2020-11-11 09:07:43 -08:00
Tom Keffer
adb8b4ebfe Changed how various undocumented parameters in [StdWXCalculate] are specified.
The only one people are likely to have used is ignore_zero_wind. See the
Upgrading Guide.

Documented the various [StdWXCalculate] options.
2020-11-11 06:10:18 -08:00
Tom Keffer
0215e41f5a Added old algorithm for calculating heat index. User selectable.
Documented the StdWXCalculate options and algorithms.
2020-11-06 16:07:02 -08:00
Tom Keffer
56406c4963 Document force_direction (issue #614). Update change log. 2020-10-20 15:24:47 -07:00
Tom Keffer
1993f13e0d 4.2.0a1 2020-10-19 06:10:14 -07:00
Tom Keffer
57cb9d1a2d Where the user directory is located.
Replenish Matthew's supply of capital letters.
2020-09-25 09:26:16 -07:00
Tom Keffer
25d55de262 HTML id for loop_on_init 2020-08-28 16:06:29 -07:00
Tom Keffer
6e843023a4 Fixed typos. Should be weewx.manager.DaySummaryManager. 2020-05-28 06:34:59 -07:00
Tom Keffer
a55c9cd22b Set Version to 4.1.0 2020-05-25 12:10:00 -07:00
Tom Keffer
d39ece87cb How to FTP from a 2nd directory. 2020-05-16 06:55:40 -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