Any’ skin is an over generalization. It depends what the skin is doing with calculated/synthetic observations. On a pi 3B+ and Blaine’s db (seems to be the defacto test data), WeeWX-JAS took approximately 24 minutes to generate charts with appTemp on its first run. On its second run, approximately 60 seconds.
Without appTemp, run one took approximately 5 1/2 minutes and run two took approximately 50 seconds. The first run is when WeeWX-JAS pulls historical data. After that it just pulls recent/changing data for the appropriate aggregate interval. So in both cases on a new day, a new aggregate interval starts and therefore more data/processing would occur. I think it would still complete in a typical 300 second archive period. For reference: Run one with appTemp ~/small-schema.weewx-data $ date; python3 ~/weewx/src/weectl.py report run jas --config ~/small-schema.weewx-data/report.conf; date Sat 20 Jan 2024 02:43:05 PM EST Using configuration file /home/pi/small-schema.weewx-data/report.conf The following reports will be run: jas Generating as of last timestamp in the database. Done. Sat 20 Jan 2024 03:07:08 PM EST Run two with appTemp ~/small-schema.weewx-data $ date; python3 ~/weewx/src/weectl.py report run jas --config ~/small-schema.weewx-data/report.conf; date Sat 20 Jan 2024 03:07:27 PM EST Using configuration file /home/pi/small-schema.weewx-data/report.conf The following reports will be run: jas Generating as of last timestamp in the database. Done. Sat 20 Jan 2024 03:08:27 PM EST Run one without appTemp. ~/small-schema.weewx-data $ date; python3 ~/weewx/src/weectl.py report run jas --config ~/small-schema.weewx-data/report.conf; date Sat 20 Jan 2024 03:12:57 PM EST Using configuration file /home/pi/small-schema.weewx-data/report.conf The following reports will be run: jas Generating as of last timestamp in the database. Done. Sat 20 Jan 2024 03:18:29 PM EST Run two without appTemp. ~/small-schema.weewx-data $ date; python3 ~/weewx/src/weectl.py report run jas --config ~/small-schema.weewx-data/report.conf; date Sat 20 Jan 2024 03:18:41 PM EST Using configuration file /home/pi/small-schema.weewx-data/report.conf The following reports will be run: jas Generating as of last timestamp in the database. Done. Sat 20 Jan 2024 03:19:30 PM EST rich On Friday 19 January 2024 at 10:34:33 UTC-5 Cameron D wrote: > On Friday 19 January 2024 at 4:37:05 am UTC+10 vince wrote: > > > The pattern so far seems to be (a) Belchertown and (b) certain drivers > that might not have complete measurement sets. I see Acurite and > Interceptor in a couple reports if I remember correctly. > > > No, it is *any *skin that tries to plot the derived parameters - the > common factor is if they are not in the DB. I reported the same with the > default standard Seasons skin. > -- 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 on the web visit https://groups.google.com/d/msgid/weewx-user/88d9ce96-b741-45d3-a301-2607cbefe54dn%40googlegroups.com.
