To create a diagramm I have to set a value for "aggregate_interval" in seconds. That works fine for days and weeks, as they are always the same length in seconds. In contrast, months have a variable length of 28, 30, or 31 days. Even 29 days are possible sometimes. So, is there a possibility to aggregate by calendar month?
And then, it is not sure, that the aggregation interval starts at the beginning of a month.
Is there any possibility to force that?
Example:
[[[yearhilowmonth]]] time_length = 31536000 # 365 days
aggregate_interval = 2629800 # month? line_gap_fraction = None
[[[[hi]]]]
data_type = outTemp
aggregate_type = max
label = month max
[[[[low]]]]
data_type = outTemp
aggregate_type = min
label = min
[[[[avg]]]]
data_type = outTemp
aggregate_type = avg
label = average temperature