Set log-label in sysV init script to 'weewxd-XXX' instead of just 'XXX'
Added rsyslog config example for making logs visible to the group weewx without having to use any privilege escalation.
Allow extra command line options to be passed to an extension installer. Addresses Issue #1041.
Added Astronomical Units as a unit of length. Added local_djd as a unit of local time. PR #998. Thanks to user Karen!
Moved database-specific code into the weedb module. This is in anticipation of allowing new databases to be installed as an extension.
New action weectl database rebuild-daily NAME was added to allow the selective rebuilding of the daily summaries. Addresses Issue #1035.
New action weectl station list-drivers was added to allow the listing of all available device drivers. Fixes Issue #1050.
Language subdirectory lang is now recursively searched for additional translation files. This allows extensions to add any translations they might need.
Converted test suites to use pytest.
New Finish translation for the Seasons skin. Thanks to user iiseppi! PR #1059.
Remove unnecessary UNIQUE index on PRIMARY KEY columns in SQLite, achieving size reduction of ~10%. Existing database schemas are not modified. Users desiring size reduction are advised to consider manually migrating.
Fix problem that prevented weectl database reconfigure from working in cases where a schema was specified.
Fix problem when importing data into a MySQL database. PR #1025. Thanks to user Robert!
Fix problem that prevented weewxd from restarting reliably if a MySQL connection was lost. Fixes Issue #1036.
Add support for kwargs when using .series() tags. PR #1042.
Documentation now uses Zensical.
Fix problem that caused expanded substitutions to be saved when using weectl station reconfigure. Fixes Issue #1068.
--
You received this message because you are subscribed to the Google Groups "weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email to weewx-user+...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/weewx-user/e2b33a72-6cbc-44a3-87e6-e2d0fe57726en%40googlegroups.com.
I updated to the beta version before as descriped here. Now I changed the value of the file /etc/apt/sources.list.d/weewx.list back to the original value. I called sudo apt-get update und then sudo apt-get upgrade, but WeeWX is not updated to version 5.3.0. It says, version 5.3.0 could not be found. What do I do wrong?
--
You received this message because you are subscribed to the Google Groups "weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email to weewx-user+...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/weewx-user/aa84de4c-bb4a-4cd2-8d9d-9bbb5c22561bn%40googlegroups.com.
Works for me. Make sure you did "sudo apt update" before trying the upgrade.
sudo apt-get install weewx=5.3.0-1
Die folgenden Pakete werden durch eine ÄLTERE VERSION ERSETZT (Downgrade):
weewx
--
You received this message because you are subscribed to the Google Groups "weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email to weewx-user+...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/weewx-user/rmitsuxq1ib.fsf%40s1.lexort.com.
sudo apt --fix-broken installsudo dpkg --configure -a
To view this discussion visit https://groups.google.com/d/msgid/weewx-user/cd728895-95f5-4fc6-b739-62c491490f3bn%40googlegroups.com.
I'm not expert on Debian packaging, but might this be a good use for the
"conflicts" stanza?
To view this discussion visit https://groups.google.com/d/msgid/weewx-user/581b2f5a-cd70-4efd-81cf-4dd090b30dc2n%40googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email to weewx-user+...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/weewx-user/040E846C-EA7E-4AE3-8530-62F1C8FD52B5%40gmail.com.
--
You received this message because you are subscribed to the Google Groups "weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email to weewx-user+...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/weewx-user/rmifr6gn8qy.fsf%40s1.lexort.com.
On Mar 1, 2026, at 15:42, Tom Keffer <tke...@gmail.com> wrote:
Available in the usual places. No breaking changes (that I know of!)See the Upgrade Guide for how to upgrade.Change logSet log-label in sysV init script to 'weewxd-XXX' instead of just 'XXX'
Added rsyslog config example for making logs visible to the group
weewxwithout having to use any privilege escalation.Allow extra command line options to be passed to an extension installer. Addresses Issue #1041.
Added Astronomical Units as a unit of length. Added
local_djdas a unit of local time. PR #998. Thanks to user Karen!Moved database-specific code into the
weedbmodule. This is in anticipation of allowing new databases to be installed as an extension.New action
weectl database rebuild-daily NAMEwas added to allow the selective rebuilding of the daily summaries. Addresses Issue #1035.New action
weectl station list-driverswas added to allow the listing of all available device drivers. Fixes Issue #1050.Language subdirectory
langis now recursively searched for additional translation files. This allows extensions to add any translations they might need.Converted test suites to use pytest.
New Finish translation for the Seasons skin. Thanks to user iiseppi! PR #1059.
Remove unnecessary
UNIQUEindex onPRIMARY KEYcolumns in SQLite, achieving size reduction of ~10%. Existing database schemas are not modified. Users desiring size reduction are advised to consider manually migrating.Fix problem that prevented
weectl database reconfigurefrom working in cases where a schema was specified.Fix problem when importing data into a MySQL database. PR #1025. Thanks to user Robert!
Fix problem that prevented
weewxdfrom restarting reliably if a MySQL connection was lost. Fixes Issue #1036.Add support for kwargs when using
.series()tags. PR #1042.Documentation now uses Zensical.
Fix problem that caused expanded substitutions to be saved when using
weectl station reconfigure. Fixes Issue #1068.
--
You received this message because you are subscribed to the Google Groups "weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email to weewx-user+...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/weewx-user/CAPq0zECoF4QHtfWx0q9%2B3yy%3D5yFa3jF6ZdxXHArHftrtSLxBFQ%40mail.gmail.com.
I notice mention of a change in the UNIQUE index that might save a substantial amount of space for the database. Given that my database is over 600MB, but also 20 years old… I am nervous.