The differences in Seasons/skin.conf are: 8c8 < SKIN_VERSION = 5.2.0 --- > SKIN_VERSION = 4.9.1 29c29 < # If you have a Google Analytics GA4 tag, uncomment and edit the next line, and --- > # If you have a Google Analytics ID, uncomment and edit the next line, and 31c31 < #googleAnalyticsId = G-ABCDEFGHI --- > #googleAnalyticsId = UA-12345678-1 269c269 < time_length = 27h --- > time_length = 97200 # 27 hours 350c350 < aggregate_interval = 1h --- > aggregate_interval = hour 359c359 < aggregate_interval = 1h --- > aggregate_interval = hour 384c384 < aggregate_interval = 1h --- > aggregate_interval = hour 410c410 < aggregate_interval = 1h --- > aggregate_interval = hour 488c488 < aggregate_interval = 1d --- > aggregate_interval = day 496c496 < aggregate_interval = 1d --- > aggregate_interval = day 521c521 < aggregate_interval = 1d --- > aggregate_interval = day 546c546 < aggregate_interval = 3h --- > aggregate_interval = 10800 # 3 hours 625c625 < aggregate_interval = 1d --- > aggregate_interval = day 633c633 < aggregate_interval = 1d --- > aggregate_interval = day 658c658 < aggregate_interval = 1d --- > aggregate_interval = day 683c683 < aggregate_interval = 1d --- > aggregate_interval = day 762c762 < aggregate_interval = 1w --- > aggregate_interval = week 770c770 < aggregate_interval = 1w --- > aggregate_interval = week 795c795 < aggregate_interval = 1w --- > aggregate_interval = week
Tom Keffer schrieb am Donnerstag, 4. Dezember 2025 um 16:35:39 UTC+1: > 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/5cd95b57-95a9-4d49-b5b8-12fe168bc79en%40googlegroups.com.
