Is the report generation dependent from the database layout?
What makes you think, 3rd party templates are in use?
There is a difference in "schema" in weewx.conf:
Before (v4.9.1):
[DataBindings]
[[wx_binding]]
database = archive_mysql
table_name = archive
manager = weewx.manager.DaySummaryManager
schema = schemas.wview_extended.schema
Now (v5.2.0):
[DataBindings]
[[wx_binding]]
database = archive_mysql
table_name = archive
manager = weewx.manager.DaySummaryManager
schema = weewx.schemas.wview_extended.schema
Could this cause this issue?
John Smith schrieb am Donnerstag, 4. Dezember 2025 um 14:51:36 UTC+1:
> On Fri, 5 Dec 2025 at 00:38, Zed <[email protected]> wrote:
>
>> how can i check the columns? Attached please find the db-columns
>> currently defined.
>>
>
> I have no direct experience with using 3rd party templates, but you'd have
> to look for things in the template(s) that have no corresponding columns in
> the DB, especially for things like monthly or yearly stats etc...
>
> When debugging things in general you should disable everything, and then
> turn features back on one by one until you hit the same behaviour.
>
--
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 [email protected].
To view this discussion visit
https://groups.google.com/d/msgid/weewx-user/4ad2d41d-1343-4daa-9443-4bf567c2435fn%40googlegroups.com.