Hello everyone, I am using the GTS extension and would like to display it in a chart with absolute and relative humidity.
My code shows it like this:
[[humidity]]
title = "Luftfeuchte"
time_length = today
aggregate_type = max
aggregate_interval = 300 # 1 hour
[[[outHumidity]]]
color = purple
name = "relativ"
[[[outHumAbs]]]
name = "absolut"
yAxis = 1
unit = gram_per_meter_cubed
[[[[numberFormat]]]]
decimals = 1
it should look like this, where is my mistake?
Thanks greetings