You're getting bitten by "line gap fraction
<http://www.weewx.com/docs/customizing.htm#line_gaps>". This is an option
that prevents lines from being drawn across big gaps in the data. The
default is 0.01 (1%) of the x domain, or .27h, in this case. Your
aggregation interval is 30 minutes, a bit more than the max allowable gap.
Try this:

[[[dayinside]]]
  line_gap_fraction = 0.1
  [[[[inTemp]]]]
  [[[[inTempAve]]]]
     color = 0x42b442 ##green
     data_type = inTemp
     aggregate_type = avg
     aggregate_interval = 1800
     label = Ave Temp




On Sat, Jan 2, 2021 at 3:15 PM p q <peterquinn...@gmail.com> wrote:

> [image: image.png]
> I guess the Groups UI doesn't like embedded images
>
> On Sat, Jan 2, 2021 at 3:13 PM peterq...@gmail.com <
> peterquinn...@gmail.com> wrote:
>
>> FYI. This is what it looks like
>>
>>
>> On Saturday, January 2, 2021 at 11:24:26 AM UTC-8 peterq...@gmail.com
>> wrote:
>>
>>> Hi,
>>>
>>> I'm trying to overlay a rolling average for inside temp. The heater
>>> going on and off introduces a cyclical pattern that I want to damp out. I'm
>>> following the example
>>> <http://weewx.com/docs/customizing.htm#Including_more_than_one_type_in_a_plot>in
>>> the customization guide, except using inTemp and it doesn't appear to be
>>> working. I put the following in skin.conf:
>>>
>>>       [[[dayinside]]]
>>>             [[[[inTemp]]]]
>>>             [[[[inTempAve]]]]
>>>      color = 0x42b442 ##green
>>>      data_type = inTemp
>>>      aggregate_type = avg
>>>      aggregate_interval = 1800
>>>      label = Ave Temp
>>>
>>> The title shows up in the right color but I don't get the average if I
>>> set the interval above about 600. Is there some limit for averages? I see
>>> the daily rain averages, so it looks like it should work. There are no
>>> error messages in the log, it just doesn't plot the average.
>>>
>> --
>> 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 weewx-user+unsubscr...@googlegroups.com.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/weewx-user/d26604bb-9d9e-4c78-b480-15bb5419ac87n%40googlegroups.com
>> <https://groups.google.com/d/msgid/weewx-user/d26604bb-9d9e-4c78-b480-15bb5419ac87n%40googlegroups.com?utm_medium=email&utm_source=footer>
>> .
>>
>
>
> --
> Peter Quinn
> (415)794-2264
>
> --
> 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 weewx-user+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/weewx-user/CAA1SM21%3D4wa4k3iP-MK1VemGvVK%2BWSw7LYGLBT3XnyuDOE5_OQ%40mail.gmail.com
> <https://groups.google.com/d/msgid/weewx-user/CAA1SM21%3D4wa4k3iP-MK1VemGvVK%2BWSw7LYGLBT3XnyuDOE5_OQ%40mail.gmail.com?utm_medium=email&utm_source=footer>
> .
>

-- 
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 weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/CAPq0zEApnZZP7%2B9jRzB7MnpQ%2BaaY6h78wKdA4SU2uyUPD%2BbEVA%40mail.gmail.com.

Reply via email to