Hello,

I'm trying to generate a month graphic with avg, max and min for 24 hour 
periods:

 # Daily high/lows:
        [[[monthhilow]]]
            aggregate_interval = 86400
            [[[[outTemp]]]]
               aggregate_type = avg
               label = Temperatura media
            [[[[hi]]]]
                data_type = outTemp
                aggregate_type = max
                label = Temperatura máxima diaria
            [[[[low]]]]
                data_type = outTemp
                aggregate_type = min
                label = Temperatura mínima diaria

The problem is that this configuration works with a  time_length = 31536000 
(1year) but not with  time_length = 2592000 (1month). In the second case 
graph is always empty.

I've been checked that with time_length shorter than 4 month it does not 
work but wih higher time_lengths works properly.

Any sugestion?

Thanks

-- 
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].
For more options, visit https://groups.google.com/d/optout.

Reply via email to