Thank! At this point I am pretty sure it isn't in any docs or wiki pages. I was just about to 'crack open' the code. This will save me the trouble of that. rich
On Friday, 30 July 2021 at 14:51:09 UTC-4 [email protected] wrote: > I am not sure if it is described in the customization guide. > > In imagegenerator.py the function skipThisPlot() decides based on > timestamp, aggregation interval, and file existence: > > - If the image file does not exist, the file is created. > - If there is no aggregation, the file is created every archive > interval. > - If the timestamp is after the file creation time + aggregation > interval, the file is created. > - If the timestamp is on an aggregation boundary (that is the whole > hour for an hour interval or midnight for a day interval etc.), the file > is > created. > - Otherwise it is not created. > > > > vince schrieb am Freitag, 30. Juli 2021 um 18:10:22 UTC+2: > >> On Friday, July 30, 2021 at 7:19:40 AM UTC-7 [email protected] wrote: >> >>> I think I read somewhere that the frequency that images are generated >>> is influenced by the aggregate_interval setting, but I can't seem to find >>> the information anywhere. >>> If someone could point me to it, it would be greatly appreciated. >>> rich >>> >> >> A quick google pointed me to https://www.weewx.com/docs/customizing.htm >> which has some examples along those lines. >> >> In the code it seems to be in imagegenerator.py and xtypes.py >> >> > -- 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/93e01b88-baec-4033-bf03-d44158272613n%40googlegroups.com.
