557 Commits

Author SHA1 Message Date
Tom Keffer
247d228478 Version 5.3.1 2026-03-03 05:42:13 -08:00
Tom Keffer
7fea4d424b Version 5.3.0 2026-03-01 15:28:24 -08:00
Tom Keffer
de81a7d308 Fix problem that caused expanded substitutions to be saved when using
`weectl station reconfigure`

Fixes Issue #1068.
2026-02-27 04:47:49 -08:00
Tom Keffer
8b7105d15b Switch to Zensical 2026-02-26 05:44:20 -08:00
Tom Keffer
61f31895c1 Add command weectl station list-drivers
Fixes issue #1060
2026-02-26 04:57:14 -08:00
Tom Keffer
34fe4c137d Fixes issue #1067 2026-02-25 17:10:01 -08:00
Tom Keffer
05a0b18cfb Tips on writing an installer for an extension 2026-02-24 14:45:38 -08:00
Tom Keffer
39d5c36cb9 Fix various formatting issues. 2026-02-23 13:31:19 -08:00
Tom Keffer
e3e8c535b6 V5.2.1 is unlikely to ever see the light of day 2026-02-08 15:09:16 -08:00
Tom Keffer
9a4c1558c1 Search subdirectory lang for additional translation files.
This allows extensions to add any translations they might
need.
2026-02-08 14:41:38 -08:00
Tom Keffer
ebc8037728 Merge branch 'master' into development 2026-01-31 14:28:19 -08:00
Tom Keffer
4729250859 'sudo apt update' before doing anything 2026-01-31 14:23:08 -08:00
Tom Keffer
5f83e98776 Include links to relevant sections of the Reference Guide.
Fix some grammatical and spelling mistakes.

Issue #1055
2026-01-12 15:19:50 -08:00
Tom Keffer
ce45aa1249 Merge pull request #1055 from vinceskahan/issue1053
Issue1053 - Add Uploaders section to User's Guide
2026-01-12 14:56:39 -08:00
Tom Keffer
3a311a2cbe Clarify weedb changes 2026-01-12 14:49:51 -08:00
Tom Keffer
f8d0a991e4 Document PR #1059 in change log 2026-01-10 07:29:10 -08:00
Tom Keffer
d40ef78e75 Merge branch 'master' into development 2026-01-09 05:10:46 -08:00
Tom Keffer
d99a6a48a3 Correct module name schema to schemas 2026-01-09 05:09:33 -08:00
Tom Keffer
5806f5e432 Merge pull request #1057 from vinceskahan/issue1054
Issue 1054 - point to wiki for passwordless ssh howto
2026-01-08 14:31:57 -08:00
Vince Skahan
393540d808 point to wiki for passwordless ssh howto 2026-01-08 11:25:33 -08:00
Tom Keffer
c9c122a11c Misc small changes 2026-01-01 12:51:07 -08:00
Tom Keffer
1271267bc3 Merge branch 'calc_missing' into development 2025-12-26 06:43:17 -08:00
Vince Skahan
20394668b3 minor tweak 2025-12-25 21:59:26 -08:00
Vince Skahan
4164e72f8c update per Tom input 2025-12-25 18:05:35 -08:00
Vince Skahan
38c0d5b685 minor wording tweak 2025-12-25 16:14:45 -08:00
Vince Skahan
ea68311a60 typo on one link 2025-12-25 15:22:00 -08:00
Vince Skahan
ddc9224f29 add uploading.md 2025-12-25 15:13:48 -08:00
Tom Keffer
a3d791aa9c Document recent changes 2025-12-24 05:16:11 -08:00
Matthew Wall
5e185d9480 move DEV_NOTES to BUILDING. move unit test info to 'Notes for developers', but keep release/package testing notes in the BUILDING file. 2025-12-23 06:21:55 -05:00
Matthew Wall
74ecf27031 use weewxd-XXX as log-label for sysV installations. include examples for making weewx log files visible without requiring privilege escalation. 2025-12-14 20:51:12 -05:00
Tom Keffer
577a032643 Document Issue #1035 2025-12-13 14:52:30 -08:00
Tom Keffer
b13a1cd110 Document PR #998 in change log
PR number of incorrectly recorded
2025-12-13 10:09:09 -08:00
Tom Keffer
e7400f24a5 Document PR #988 in change log 2025-12-13 10:05:00 -08:00
Tom Keffer
4b925c7576 Merge branch 'extension_args' into development 2025-12-06 06:36:45 -08:00
Tom Keffer
30e877c0ea Add support for kwargs when using .series() tags.
Documents PR #1042
2025-12-01 15:23:58 -08:00
Tom Keffer
a9254fa7fb Allow extra command line options to be passed to extension installer.
Addresses issue #[1041](https://github.com/weewx/weewx/issues/1041).
2025-11-29 10:42:15 -08:00
Tom Keffer
dfeecdb967 Fix formatting issues in change log 2025-11-18 15:31:22 -08:00
Tom Keffer
304af1e4b8 Merge remote-tracking branch 'origin/master' 2025-11-17 09:33:05 -08:00
Tom Keffer
ef8a98a38c Fix problem that prevented weewxd from restarting reliably if a MySQL connection was lost.
Fixes Issue #1036
2025-11-17 09:30:54 -08:00
Kevin Locke
e153e13339 Remove unnecessary UNIQUE index on PK (#1034)
SQLite creates a unique index in addition to the clustered index for
`INTEGER NOT NULL UNIQUE PRIMARY KEY` columns.  The index is not
necessary to enforce uniqueness and is not used for existing queries.
Removing these unnecessary indexes reduced my database from 444MB to
395MB (11%).

Remove the `UNIQUE` constraint from `INTEGER PRIMARY KEY` columns to
avoid the unnecessary overhead.

Note: Testing with MariaDB 11.8.3 indicates that the `UNIQUE` constraint
is ignored (`SHOW CREATE TABLE` does not include `UNIQUE` and `SHOW
INDEX` only shows a `PRIMARY` index.)  Removing it will have no effect
that I am aware of for MariaDB.

Fixes: #1031

Signed-off-by: Kevin Locke <kevin@kevinlocke.name>
2025-11-14 08:00:02 -08:00
Tom Keffer
bde904c7de Correct location for weewx.service 2025-11-12 18:18:13 -08:00
Tom Keffer
4d470f3405 Include instructions on making sure MySQL/MariaDB starts before WeeWX
Alternative to PR #1030.
2025-11-12 13:33:07 -08:00
Jiri Cincura ↹
758690f750 Added a note about including weewx.restx.StdWOWBE in restful_services. (#1028) 2025-11-03 13:34:24 -08:00
Tom Keffer
c7f1549acf Fix problem where weectl database reconfigure fails.
If a schema has been specified, weewx.schemas is never imported,
so weewx is not defined.
2025-11-03 13:25:26 -08:00
Tom Keffer
5f30cacf13 Add PR #1025 to change log 2025-10-20 13:44:01 -07:00
Matthew Wall
37f6bacde0 update copyright year (just in time for 2026 ;) 2025-10-13 18:19:46 -04:00
Tom Keffer
766f85d2ba Include instructions for adding WOW-BE stanza 2025-10-13 13:00:16 -07:00
Tom Keffer
1e8fdcb943 Use marks in Standard skin wind direction plot 2025-10-10 12:47:13 -07:00
Matthew Wall
0c9ab1c5f5 update changelogs 2025-10-05 21:17:02 -04:00
Tom Keffer
b97c9571bf Remove v5.1.x from change log 2025-10-04 15:29:18 -07:00