Vince Skahan
6b8bbca741
spelling
2021-12-07 15:01:23 -08:00
Vince Skahan
88ac3f0126
update debian instructions re: LetsEncrypt breaking change
2021-12-07 14:58:43 -08:00
Tom Keffer
451aac9aa9
Use tee instead of redirection to set keys.
2021-12-07 05:42:20 -08:00
Tom Keffer
19c55531c4
More clarifying comments in the Customizing Guide.
2021-12-06 13:02:09 -08:00
Tom Keffer
24a8e69b6b
Merge branch 'master' into development
...
# Conflicts:
# docs/debian.htm
2021-12-02 13:47:09 -08:00
Vince Skahan
31a54ee1d5
update apt-key command to debian10 and future syntax
2021-12-02 10:13:30 -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
gjr80
0b896ef230
added pyephem availability logging to changelog
2021-11-27 10:16:30 +10: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
e56866be90
4.6.0b6
2021-11-03 05:02:03 -07:00
Tom Keffer
a7bf4d2d28
Merge in unit_system at all levels in the option hierarchy.
...
Use search_up() to find the language spec.
Shut off interpolation when reading skin configurations.
Set an appropriate default for unit_system in the language file.
2021-11-02 13:39:28 -07:00
Tom Keffer
8462bc823a
Further refinement of customizing guide.
...
Fixed some HTML errors.
Added some links.
2021-11-02 05:10:47 -07:00
Gary
7ea6552c1e
minor changes in terminology
2021-11-02 19:57:09 +10:00
Matthew Wall
6df04c9762
minor wordsmithing for the options section of the customization guide
2021-11-01 22:56:55 -04:00
Tom Keffer
f25beb8320
Moved all labels and formats out of units.py and into defaults.py.
...
Reordered the processing of options a bit.
Documented the options hierarchy in a little more detail.
2021-11-01 17:58:45 -07:00
Tom Keffer
d4ad4e48d5
Replaced $gettext('lang') with the simpler $lang.
...
Tag $skin is the value for skin=xxx in weewx.conf.
Tag $SKIN_NAME is the name given in skin.conf.
Documented all the global tags.
2021-10-31 18:37:02 -07:00
Tom Keffer
bcc35e26fd
Documented new tags $SKIN_NAME, $SKIN_VERSION, and $getobs().
2021-10-31 08:24:49 -07:00
Tom Keffer
15c042f878
Refined the Customizing Guide.
2021-10-26 17:00:23 -07:00
Tom Keffer
ae59d91385
Parameterized Seasons skin now checks against 'windSpeed', instead of 'wind'.
2021-10-23 12:01:45 -07:00
Tom Keffer
94e915c353
Start versioning the skins.
...
V4.6.0b3
2021-10-05 15:02:59 -07:00
Tom Keffer
285dcad122
Minor tweaks.
2021-10-05 15:02:36 -07:00
Tom Keffer
61fa7adf7b
Refactored ImageGenerator to make it more modular and easier to understand.
...
skip_if_empty now accepts time domains (such as 'year').
Fixed bug that prevented 'not_null' from working with windvec.
2021-10-05 11:41:10 -07:00
Tom Keffer
56f49c6246
Put PR #702 in the changes document.
...
Better comments on image generation.
2021-10-02 05:26:02 -07:00
Tom Keffer
e38789de44
Moved V4.6 changes to their rightful place.
2021-09-28 15:54:36 -07:00
Tom Keffer
bd9a1e26e7
Switched from bracket style gettext[] to function style gettext().
...
Use pgettext() for context-sensitive lookups.
This will make it easier to write tools, and to use alternative implementations.
Updated Customizing Guide to follow.
Updated test suites to follow.
2021-09-28 15:21:21 -07:00
Tom Keffer
6c8e910f04
A string in the database no longer raises an error.
...
Fixes issue #695 .
2021-09-26 08:43:19 -07:00
Tom Keffer
6408a33318
Added plot option 'skip_if_empty'.
...
If set to true and there is nothing but null
data in the plot, then the plot will not
be generated at all. See PR #702 .
2021-09-25 12:38:59 -07:00
Tom Keffer
9b69bb063d
Slightly faster evaluation of the tag suffix 'has_data'.
...
New aggregation type 'not_null'.
New unit 'boolean'.
New unit group 'group_boolean'.
2021-09-25 09:27:28 -07:00
Tom Keffer
52ca237fef
Merge branch 'gashalot-fix_vantage_backfilling' into development
2021-09-23 16:14:42 -07:00
Tom Keffer
41da5c38fd
Allow arbitrary page batch size.
...
Add documentation.
Log in change log.
See PR #693 .
2021-09-23 16:14:11 -07:00
Tom Keffer
f7d469e14b
Fixed problem where ConfigObj interpolation would interfere with setting logging formats.
2021-09-22 09:17:42 -07:00
Tom Keffer
6f03917171
Pretty up requirements.txt.
...
Acknowledgement of PR #691 .
2021-09-21 07:53:34 -07:00
Tom Keffer
f145a203f4
Simplified the logging of Cheetah exceptions to show only what's relevant.
...
Fixes issue #700 .
More granularity in the handling of Cheetah exceptions.
2021-09-20 21:15:10 -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
Tom Keffer
ede892c189
Minor changes
2021-08-15 04:55:19 -07:00
Tom Keffer
6a6d281f3e
V4.6.0b1
2021-08-13 09:48:24 -07:00
Tom Keffer
f6a9dec505
Standardized as $gettext["lang"], consistent with other uses.
2021-08-13 09:47:44 -07:00
Tom Keffer
a88ee5dd64
Update customization guide to reflect new languages.
2021-08-11 11:04:09 -07:00
Tom Keffer
55158d61d7
Merge remote-tracking branch 'origin/development' into development
2021-08-07 16:43:44 -07:00
Tom Keffer
11b795ba45
Davis documentation for LOOP2 10-minute wind gusts is wrong. The Vantage
...
actually emits mph, not tenths of mph. Changed driver so it now decodes the
field correctly. Fixes issue #686 .
2021-08-07 16:43:24 -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
57a4eee26d
Fixed problem where a bad clocket packet could crash the WMR100 driver.
2021-06-28 16:18:12 -07:00
Tom Keffer
00d62bf15c
More info about registering your station.
2021-06-02 11:20:25 -07:00
Tom Keffer
0e4720559e
More Czech translations.
2021-05-29 04:18:00 -07:00
Tom Keffer
13b884eba9
Changed from option "units" to "unit_system".
2021-05-27 10:31:17 -07:00
Tom Keffer
ea41b1dfb5
Fixed typo.
2021-05-24 13:26:59 -07:00