8177 Commits

Author SHA1 Message Date
Tom Keffer
cb3cdd20f9 Merge pull request #1080 from zerog2k/fix-acurite-udev
Udev rules fix for acurite stations on newer kernels
2026-04-13 04:00:51 -07:00
Jens J.
92f97f718c update changelog 2026-04-12 23:10:26 -05:00
Tom Keffer
899192f942 Fix bad links in User's Guide 2026-04-12 17:31:00 -07:00
Jens J.
6450e75003 Udev rules fix for acurite stations on newer kernels
Added a workaround to unbind the hid-generic driver for Acurite devices on newer kernels, due to buggy Acurite hid implementation.

Issue widely reported with newer kernels on weewx-user list, e.g. https://groups.google.com/g/weewx-user/c/0Jiye8CmtLE/m/Bob4QRxzAgAJ
2026-04-12 12:46:42 -05:00
Tom Keffer
3462aeecf8 Replace deprecated unescape with decodeURI 2026-04-10 15:02:54 -07:00
Tom Keffer
2969cb3075 setup history widget only on index page.
Fixes problem where table headers would not display in statistics.html page.
2026-04-10 14:59:28 -07:00
Tom Keffer
35309234b1 Use better measure of system uptime.
Prevents system uptime from being less than
WeeWX uptime.
2026-04-08 05:28:52 -07:00
Tom Keffer
04cb66fa14 Guard against an empty string being passed to the copy generator 2026-04-06 14:03:55 -07:00
Tom Keffer
e4399a5a6e Prevent AttributeError when the weectl command is run without a subcommand. 2026-04-04 08:18:46 -07:00
Tom Keffer
fda146dff8 Use default-mysql-client metapackage.
Some versions of Debian do not offer `mysql-client`, only `mariadb-client`. Using the metapackage selects the appropriate client library
2026-03-31 07:26:59 -07:00
Tom Keffer
05b0a7b136 Clarify introduction to search list extensions. 2026-03-29 10:59:49 -07:00
Tom Keffer
8b55a793c6 Bump actions/checkout and actions/upload-artifact in order to support Node v24. 2026-03-29 09:26:44 -07:00
Tom Keffer
f7be35023a Bump version of stale from 9.0.0 to 10.2.0 2026-03-29 08:03:53 -07:00
Tom Keffer
79c3828865 Simplify a bit. 2026-03-28 18:32:51 -07:00
Tom Keffer
8af7e3836f Fix problem where adding multiple records could result in highs and lows not getting recorded properly 2026-03-28 18:32:21 -07:00
Tom Keffer
8efaa4edc4 Tighter criteria for relocated schema
Also, better comments.
2026-03-24 11:32:12 -07:00
Tom Keffer
d69b8c23ca Document changes with PR #1072 2026-03-23 09:30:54 -07:00
Tom Keffer
95e54a5a93 Amend test suites to reflect PR #1072 2026-03-23 09:28:29 -07:00
evilbunny2008
8588c78efb missed a reference 2026-03-24 02:17:21 +11:00
evilbunny2008
35ba053a63 Update xstats.py 2026-03-24 02:10:53 +11:00
evilbunny2008
9993c1c1c5 Update xstats.py 2026-03-23 17:10:52 +11:00
Tom Keffer
522a919a69 Use a timestamp for a make target 2026-03-22 04:33:39 -07:00
Tom Keffer
c1cf596a89 Get the ordering right in the navigation bar 2026-03-22 04:33:18 -07:00
Tom Keffer
792ae8a7b8 Add JetBrains AI directory to .gitignore 2026-03-22 04:32:56 -07:00
Tom Keffer
e9602f8b11 Add info about the repository 2026-03-11 11:45:53 -07:00
Tom Keffer
6b0d2cc7a9 Details on directory structure and tests 2026-03-05 18:18:07 -08:00
Tom Keffer
bad476e621 Add details on running tests 2026-03-05 07:18:38 -08:00
Tom Keffer
6dbf89331b Fix various small problems. 2026-03-04 17:21:36 -08:00
Tom Keffer
b4293815fd Clean up TOML 2026-03-04 08:05:22 -08:00
Tom Keffer
783752d98b Add Google Analytics 2026-03-04 07:49:53 -08:00
Tom Keffer
9913458f84 Initialize the widgets in the Seasons skin as soon as the DOM is ready. 2026-03-04 06:01:10 -08:00
Tom Keffer
247d228478 Version 5.3.1 v5.3.1 2026-03-03 05:42:13 -08:00
Tom Keffer
4bf1959f16 Get rid of parenthesized context expressions
They are not supported by Python 3.7
2026-03-03 05:03:37 -08:00
Tom Keffer
e052111ca1 Python 3.6 still works.
No need to require v3.7
2026-03-02 15:22:49 -08:00
Tom Keffer
7fea4d424b Version 5.3.0 v5.3.0 2026-03-01 15:28:24 -08:00
Tom Keffer
585f1e4524 Fix problem with picking the right key
If you have more than one key, the one you want is not always first. Select for the proper GPG_KEYID.
2026-03-01 15:19:38 -08:00
Tom Keffer
451d09411c Regression test for PR #1069
Allows override of moon phases
2026-02-28 04:52:27 -08:00
roe-dl
3b284b4c04 backwards compatibility for parameter moon_phases 2026-02-28 11:26:17 +01:00
Tom Keffer
314882d625 Better error message when unable to determine hardware type 2026-02-27 16:01:50 -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
73fa0be2ad Rewrite mkdocs.yml to zensical.toml 2026-02-26 05:53:37 -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
Matthew Wall
1ec6644b6e provide guidance about branches and where to find more information 2026-02-23 23:40:46 -05:00
Tom Keffer
7644dd44f7 Version 5.3.0b2 2026-02-23 14:40:48 -08:00
Tom Keffer
eea921253f Additional URLs 2026-02-23 14:30:37 -08:00
Tom Keffer
53a432090e Install instructions 2026-02-23 14:23:43 -08:00
Tom Keffer
39d5c36cb9 Fix various formatting issues. 2026-02-23 13:31:19 -08:00