Commit Graph

7115 Commits

Author SHA1 Message Date
Matthew Wall
6dffff4ffe ideas is already in gitignore 2023-11-24 07:49:07 -05:00
Matthew Wall
9116e124f4 newline at end of file 2023-11-24 07:48:50 -05:00
Matthew Wall
529e4a9a7f match changes to debian packaging in the rh packaging 2023-11-23 22:05:22 -05:00
matthew wall
5ed504f56d make USER_ROOT explicit in the config file 2023-11-23 21:25:31 -05:00
matthew wall
07c31b2647 use RuntimeDirectory instead of putting pid in /var/lib/weewx (which is safer). might have to revisit this, depending on when systemd changed compatibility. 2023-11-23 12:03:23 -05:00
matthew wall
ab9e28765d clarify a few more todo items for package installs 2023-11-23 12:02:39 -05:00
matthew wall
db84baa668 wrestling with systemd, permissions, and logging 2023-11-23 11:55:49 -05:00
matthew wall
19b67b0fb9 wrestling with systemd, permissions, and logging 2023-11-23 11:45:03 -05:00
matthew wall
8cc85ade5a make formatting consistent 2023-11-23 11:44:32 -05:00
matthew wall
f99b3360e7 added some issues and outstanding items for deb/rpm 2023-11-23 11:44:07 -05:00
matthew wall
f10ff9d175 make feedback messages consistent 2023-11-23 09:57:44 -05:00
matthew wall
b9b828402d eliminate init.d references (for now). parameterize the weewx user labels and permissions. 2023-11-23 08:35:05 -05:00
matthew wall
e12e4963fa make feedback consistent with system messages. eliminate trailing periods since they confuse path/file names. 2023-11-23 08:34:20 -05:00
matthew wall
1d9e2b67b3 Merge branch 'V5' of github.com:weewx/weewx into V5 2023-11-22 22:27:56 -05:00
mwall
e9e47e0100 adjustments to the debian installer. run as weewx user. install udev rules for core drivers. remove unused cruft. 2023-11-22 22:25:46 -05:00
Tom Keffer
60f5c28132 Add documentation for weectl report 2023-11-22 14:56:06 -08:00
Tom Keffer
9c5c4b3942 Include the skin used by a report 2023-11-22 14:34:40 -08:00
gary
d99e5cbfb6 delete wee_import 2023-11-22 11:52:36 +10:00
Tom Keffer
175978c53a First cut at weectl report
Needs documentation
2023-11-21 17:07:52 -08:00
Tom Keffer
cb4ad10803 Update TODO 2023-11-21 14:05:33 -08:00
Tom Keffer
1ed986167a Document commit 5c5d9ff 2023-11-21 14:02:22 -08:00
gary
990256bf11 - move wee_import to the weectl import subcommand
- fix some missing unit issues in cumulus and wd imports
2023-11-22 06:54:25 +10:00
Tom Keffer
5c950961ad Don't crash if built docs are not available. 2023-11-20 17:24:55 -08:00
Tom Keffer
21a594a8f5 Promote weecfg.Logger to weeutil.printer.Printer
Makes it useful elsewhere.
The original name, Logger, was too easy to confuse with the formal logging system.
2023-11-20 15:13:57 -08:00
Tom Keffer
95478161d0 Add a filter when extracting from a tarball
Not using a filter was deprecated in Python 3.12,
and will be enforced in 3.14.

See PEP 706.
2023-11-20 15:11:03 -08:00
gary
47a0e09b6d Merge branch 'V5' of https://github.com/weewx/weewx into V5 2023-11-20 22:23:18 +10:00
gary
8ff88534be update to current wee_import 2023-11-20 22:22:54 +10:00
gary
b9c0e33207 mark usage instructions as bold text 2023-11-20 22:20:50 +10:00
gary
a72ac47b54 update csv example import config file 2023-11-20 22:19:55 +10:00
gary
1d12b424ed - change cumulative import config option to is_cumulative
- implement text config option to indicate fields to be imported as text
2023-11-20 22:15:39 +10:00
gary
76084107dd fix incorrect file naming 2023-11-20 10:23:33 +10:00
Tom Keffer
3147301106 Updated docs to mkdocs v1.5.
Mostly involved changing links to suppress warnings
2023-11-19 16:18:49 -08:00
Tom Keffer
7ceeb24a25 Brackets need quotes. 2023-11-19 11:59:23 -08:00
Tom Keffer
792fb64417 No longer track the built docs.
Too much thrashing.
Too dependent on which version of mkdocs is used.
2023-11-19 11:58:42 -08:00
Tom Keffer
f77c7fb201 Update mkdocs 2023-11-19 06:51:11 -08:00
gary
0d0e9be74c add wee_import change 2023-11-19 10:12:40 +10:00
gary
3acf3eb424 remove wee_import version number 2023-11-19 09:55:24 +10:00
gary
5ddd1aa436 - implement field maps support for all import modules/sources
- rework support for 'cumulative' source fields
2023-11-19 09:53:02 +10:00
gary
839d0fd9cd - standardise some argument names/variables with other utilities
- remove a lot of 'how to' info from lead in comments
2023-11-19 09:49:07 +10:00
Tom Keffer
cfb512b849 Update docs 2023-11-18 14:35:05 -08:00
Tom Keffer
6a9794110f Make function check_eligibility() unprotected 2023-11-18 14:30:37 -08:00
Tom Keffer
bc80979f58 Merge branch 'master' into V5
# Conflicts:
#	docs_src/changes.md
#	src/weeplot/genplot.py
2023-11-18 14:25:33 -08:00
Tom Keffer
89bbbafe5c More comprehensive benchmark 2023-11-17 17:03:33 -08:00
Tom Keffer
5c5d9ff2ee Check eligibility of using daily summaries when calculating wind vecs
Fixes problem when plotting wind vectors using database without
daily summaries.
2023-11-17 05:41:06 -08:00
gary
62642dd03e replace optparse with argparse 2023-11-06 07:04:08 +10:00
gjr80
b4141f21de delete no longer required wee_import.md 2023-11-05 12:40:03 +10:00
gary
1a8557fa9c minor text rewording/formatting changes 2023-11-05 08:32:59 +10:00
gary
96df0b2038 - rename some nav options
- adjust heading levels
2023-11-05 08:16:42 +10:00
gjr80
ca192c3534 fix typos 2023-11-04 14:43:17 +10:00
gjr80
05f3d9cdc4 fix links and some grammar 2023-11-04 14:31:44 +10:00