Steve,

So have you tried:

 #        time_length = 43200
   #  Changed color and data_type
              [[[[wind_avg]]]]
                color = 'yellow'
                data_type = windSpeed
                aggregate_type = avg
                aggregate_interval = 3600    # 1 Hour
                line_gap_fraction = 0.05
                label =  1 Hour Avg Speed
   #  End of addition
               [[[[windSpeed]]]]
                color = 0x000000
                anti_alias = 2

That will plot windSpeed (black) and the one hour average windSpeed 
(yellow) values. Keep in mind that for your system the windSpeed value in 
each archive record is the average of all of the loop packet windSpeed 
values seen in that archive period. So if your station sees a windSpeed of, 
say 20mph, in a single loop packet that value well be 'lost' when all of 
the loop packet windSpeed values are averaged to give the windSpeed value 
for the archive period (chances are the average will be less than the 
maximum value) - so don't expect the max wind speeds seen by your station 
to be appear on the modified plot. The default action by WeeWX when no 
windGust is provided by the station/driver is to use the highest windSpeed 
value seen during the archive period as the windGust value in the archive 
record. Another way of looking at it is to think of the labelling of your 
current plot as 'Gust Speed    1 Hour Avg Speed    5 Minute Avg Speed' 
(assuming you have a five minute archive interval).

Gary

On Monday, 6 June 2022 at 10:34:13 UTC+10 Steve2Q wrote:

> Hi all. I have not been on since BC (before Covid). I want to change my 
> windspeed chart, but so far (because I forgot what my initial change was), 
> I have not been successful. Here is what I would like to do;
> Presently my windspeed chart looks like the attached. I thought I was 
> being clever at the time by adding what I thought was windgust, but this 
> was incorrect as my console (Peet Bros) only sends wind speed. I also added 
> average windspeed. As you can see, the actual windspeed (blue) is labeled 
> Gust Speed while the incorrect windgust (black) is labeled Wind Speed. What 
> I want to do is get rid of the windgust completely and have the true wind 
> speed labeled properly. I also want to keep the average windspeed as that 
> calculation appears correct. 
> The following snip is from my skin.conf file:
>
>  #        time_length = 43200
>    #  Removed # on following 5/8/18 Switched order of WindSpeed and 
> WindGust
>               [[[[windGust]]]]
>                 color = 'blue'
>                 anti_alias = 2
>    #  Changed color and data_type
>               [[[[wind_avg]]]]
>                 color = 'yellow'
>                 data_type = windSpeed
>                 aggregate_type = avg
>                 aggregate_interval = 3600    # 1 Hour
>                 line_gap_fraction = 0.05
>                 label =  1 Hour Avg Speed
>    #  End of addition
>                [[[[windSpeed]]]]
>                 color = 0x000000
>                 anti_alias = 2
>
> Thanks for any help..
>
>
>

-- 
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/8d3022dc-f99e-4437-a7dc-babc23d00477n%40googlegroups.com.

Reply via email to