Hello,

Looking through your website, it looks like the max wind you saw was 63.7
kph. How do you know it was really 103 kph?

It would also be worth looking in your database. Try this:

*sqlite3 weewx.sdb*
sqlite> *select datetime(dateTime,'unixepoch','localtime'), usUnits,
windSpeed, windGust from archive where dateTime>=1582491600 and
dateTime<=1582502400;*

Hopefully, if I got the time zone right, this will print out wind values in
your database from 23-feb-2020 2200 to 24-feb-2020 0100 local time.

-tk



On Wed, Mar 4, 2020 at 9:32 AM Stefan Pachlina <ste...@pachlina.net> wrote:

> Hello,
>
> feb 24 2020, it was a stormy day in austria ... but most weatherstations
> (weewx-map, wunderground-map) show windspeed like 64kph.
> but on this day wind speed was ~103kph
> i have the same problem with my weather-site.
> http://wetter.pachlina.net/
>
> *i configured weewx.config to see kph:*
> [[[[Groups]]]]
>   ....
>   group_speed = km_per_hour
>   group_speed2 = km_per_hour2
>   ....
>
> but what i see are miles and not kph.
> cause if i multiplicate the wind-speed with 1,61 i get the right
> wind-speed of 103 kph
>
> so what is to do to get the right values?
> is there something more to do?
> i read the manual again and again, but i cant find the solution to see
> right wind speed.
> all other values are ok .. like temperature in celsius.
>
> and this is what i see on many many weatherstation around austria, germany
> .... with weewx-map, wunderground, ...
>
> hmmmm any idea?
> thx
>
> Stefan
>
> --
> 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/298dc427-566d-481b-ba62-94b571cb8ea9%40googlegroups.com
> <https://groups.google.com/d/msgid/weewx-user/298dc427-566d-481b-ba62-94b571cb8ea9%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 weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/CAPq0zEDMdsvyG7Uc9gJA7JRDsg5YdSuh_v8CF02Hr-6XWRb0OA%40mail.gmail.com.

Reply via email to