

if time_length == "today" or time_length == "timespan_specific" or isinstance(time_length, int):
if time_length == "today" or time_length == "timespan_specific":[month]
# Chart Timespan Defaults
title = "Letzte 30 Tage"
show_button = true
button_text = "Letzte 30 Tage"
type = spline
time_length = 2592000 # Last 30 days
tooltip_date_format = "dddd LL"
aggregate_type = max
aggregate_interval = 86400 # 1 day
gapsize = 86400000 # 1 day in milliseconds
[[chart3]]
title = Regenx
[[[rainTotal]]]
type = line
name = Rain Total
[[[rain]]]
aggregate_type = sum
yAxis = 1
type = column
Last 7 days





1. Don't think this is possible. The graphs do not do any additional math. They show what is in the database and aggregate those values if needed (such as max, min, sum, etc.).2. Don't think this is possible. The graphs do not do any additional math. They show what is in the database and aggregate those values if needed (such as max, min, sum, etc.).3. Rain last 30 days is:[testrainpage]
title = "Rain Test"
show_button = true
button_text = "Rain Test"
tooltip_date_format = "LLL"
[[rain30d]]
title = "Rain Last 30 Days"
time_length = 2592000 # Last 30 days
aggregate_type = sum
aggregate_interval = 86400 # 1 day
gapsize = 86400000
[[[rain]]]
name = Rain
type = column
[[[rainTotal]]]
name = Rain Total

I don't know, I don't use seasons. Can you provide the chart code for those graphs?
[testrainpage]
title = "Rain Test"
show_button = true
button_text = "Rain Test"
tooltip_date_format = "LLL"
[[rain25h]]
title = "Rain 25h"
time_length = 90000 # 25 hours
[[[rain]]]
name = Rain (hourly total)
type = column
aggregate_type = sum
aggregate_interval = 3600
[[[rainTotal]]]
name = Rain Total
[[rain7d]]
title = "Rain Last 7 Days"
time_length = 604800 # Last 7 days
gapsize = 3600000
[[[rain]]]
name = Rain (daily total)
type = column
aggregate_type = sum
aggregate_interval = 86400
[[[rainTotal]]]
name = Rain Total
[[rain30d]]
title = "Rain Last 30 Days"
time_length = 2592000 # Last 30 days
gapsize = 86400000
[[[rain]]]
name = Rain (daily total)
type = column
aggregate_type = sum
aggregate_interval = 86400
[[[rainTotal]]]
name = Rain Total

