Peter,

No did not expect errors in the log but the startup gives a good picture of 
your setup.

What I think you will find is happening here is that (for a day plot) using 
an aggregate with an aggregate_interval results in points being plotted 
every aggregate_interval seconds as opposed to every archive interval 
seconds for those plots that do not use and aggregate_interval. In your 
case your inTemp plot consists of points every 300 seconds but your average 
inTemp plots consists of points every 1800 seconds. The WeeWX plot engine 
interprets a gap in time of over 1% of the overall plot period to be a gap 
in the data and it will leave a corresponding gap in the plot line. Your 
1800 second 'gap' is about 1.8% of a 27 hour day plot so I think you will 
find your average is being plotted but it is a series of fine dots that are 
,asked by the inTemp plot. The solution is to use the line_gap_fraction 
<http://weewx.com/docs/customizing.htm#line_gap_fraction> to increase the 
period before a data gap is identified. Try something like:

        [[[daytempdew]]]
            [[[[avginTemp]]]]
                data_type = inTemp
                aggregate_type = avg
                aggregate_interval = 1800
                label = Lounge
                line_gap_fraction = 0.02
            [[[[inTemp]]]]
            [[[[extraTemp1]]]]
            [[[[extraTemp2]]]]

Gary

On Wednesday, 29 May 2019 21:22:55 UTC+10, Peter wrote:
>
> Gary,
>
> I have tested this with no other observations in the graph template, so 
> just the avginTemp and the results are the same, I get the label but not 
> the data.  I can see nothing in the skin.conf or the weewx.conf that 
> suggest there is another control for this.
>
> Attached is the output for the log for 10 minutes, nothing jumps out at me.
>
>
> All the best.
>
> Peter
>
>

-- 
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/04aa656a-aca4-4303-bfd6-a6054ea5ab0d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to