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/5c1dc54e-62b3-4ea9-bca7-05ce1040ee85n%40googlegroups.com.

Reply via email to