Yes, reports that use derived types can be slow if the type is not in the
database. The Belchertown skin has this problem because of its use of type
'appTemp'. However, the Seasons skin does not do this. (Unless, of course,
you extended it.)
The declaration for schema
schema = schemas.wview_extended.schema
does not make any difference. It's only used when the database is created.
What type of Raspberry Pi are you using? I've used everything from an RPi
Zero on with no problem, but it will be slow.
These performance problems can be difficult to diagnose. I would suggest
commenting out the template declarations in Seasons/skin.conf one by one
until you find the culprit.
-tk
On Thu, Dec 4, 2025 at 6:28 AM Zed <[email protected]> wrote:
> 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
> <https://groups.google.com/d/msgid/weewx-user/4ad2d41d-1343-4daa-9443-4bf567c2435fn%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>
--
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/CAPq0zEDUgE1fT9OUKEY%2BfMoSMxNnkoa9bsqwam5yJBL9PU8y9w%40mail.gmail.com.