I currently have this in graphs.conf to show lightning strikes over the past 3 hours and it works:

    [[Lightning_chart]]
        title = Lightning (Last 3 Hours)
        time_length = 10800
        aggregate_interval = 300
        gapsize = 108000
        type = column

        [[[lightning_strike_count]]]
            name = Lightning Count
            zIndex = 1
            aggregate_type = sum

Except that:
user.belchertown: Observation lightning_strike_count is using unit count that returns %d for StringFormat, rather than float point decimal format value - using 0 as rounding
Is showing in the system log.

--
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/5ea47e61-b6dc-3821-1360-46920676fb6c%40gmail.com.

Reply via email to