For the VP2, the value of type "windSpeed" is whatever the console emits at
the end of an archive interval. Generally, this is the average wind seen
during the interval. Same with "windDir".

Similarly, "windGust" is whatever the Vantage emits, which is generally the
maximum value seen in the archive interval. Same with "windGustDir".

By default, the interval is set by your console. You can change the value
by either consulting your owner's manual and pressing the appropriate
buttons on your console, or by using the WeeWX tool "weectl device
<https://www.weewx.com/docs/5.0/hardware/vantage/#vantage_archive_interval>"
with the --set-interval option.

I didn't quite understand your question about Km/hr vs mph. I think you're
questioning the loss of decimal precision in the conversion?

The Vantage emits wind speed in whole miles per hour, with no decimal. So,
by default, the format used by $current.windSpeed rounds to the nearest
whole number. Yes, it's true that converting, say, 3mph to metric is
something closer to 4.8 km/hr, but it's also true that the Vantage does not
have that kind of precision. It can't honestly measure the difference
between 4.8 km/hr and 5 km/hr.

You can change the formatting by using a tag such as
$current.windSpeed.format("%.1f"), but it's probably best not to claim more
precision than there really is.

Hope that answers your questions.

-tk

On Fri, Feb 9, 2024 at 7:49 AM 'Dario Cillerai' via weewx-user <
[email protected]> wrote:

> Hello, what is the wind speed reported in Current Conditions?
> Is it the instantanoeus value or an average (for example, on the page
> update interval) ?
> I've a Davis Vantage Pro 2 and I think the value is an average because I
> may see, for example, 1 , 2, 3, 4 Km/h but this may not correspond to any
> value in miles per hour, which is the unit used by the station:
> 1 mph => 1.6 Km/h
> 2  => 3.2
> 3  => 4.8
> ...
> Then, what is the interval for the average?
> And, finally, what about wind direction?
>
> Thanks and Regards,
>
> Dario
>
> --
> 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/ab676522-f692-4d4d-8359-ac250e8b9b59n%40googlegroups.com
> <https://groups.google.com/d/msgid/weewx-user/ab676522-f692-4d4d-8359-ac250e8b9b59n%40googlegroups.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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/CAPq0zEBbWbe5CD_QR8hBerCQZZjwmLCLvMSR4-JY%3Ds8KCF6WKg%40mail.gmail.com.

Reply via email to