According to the database, you saw a max gust of 39.6 mph, or 63.7 kph, which is exactly what was reported on your website.
It is always possible there is a bug in the driver for the WH1080, but unlikely. A bug this fundamental would have been discovered a long time ago. Perhaps Matthew has an opinion...? -tk On Thu, Mar 5, 2020 at 11:06 AM Stefan Pachlina <[email protected]> wrote: > Hello, > > in austria was a stormwarning of storm "Sabine" by weather-service > https://warnungen.zamg.at .... but yes, we are talking about wind-gust > ~100kph > Heavy roof tiles were dropped from the roof and crashed on the street, etc > .... it was a terrible night. > Cause of that ... wind-gust was greater then 63.7 kph ;) > > *so what i see in dB is frustrating:* > 2020-02-23 22:01:00|1|13.6453452968298|20.5798650378416 > 2020-02-23 22:31:00|1|22.8168068897809|39.5938707793257 <-- parts of my > roof flew away :D > 2020-02-23 23:01:00|1|17.4481464451266|27.2906905936595 > 2020-02-23 23:31:00|1|9.17146159295115|14.5401220376055 > 2020-02-24 00:01:00|1|14.5401220376055|25.0537487417202 > 2020-02-24 00:31:00|1|21.2509475934234|34.8962928902531 > 2020-02-24 01:01:00|1|19.0140057414841|31.0934917419563 > > are these values the one directly from my weatherstation? unformatted by > weewx? > > i found a very interesting section in weewx.conf an in customers guide. > [[Corrections]] > > i think i can do something like that in that section: > windSpeed = windSpeed * 1.61 > > but i dont undestand what my weatherstation is doing with the windspeed > hmmmmm > > regards > Stefan > > Am Mittwoch, 4. März 2020 23:56:55 UTC+1 schrieb Thomas Keffer: >> >> 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 <[email protected]> >> 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 [email protected]. >>> 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 [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/weewx-user/614b154e-d937-4d10-b0e0-96f0d1764aef%40googlegroups.com > <https://groups.google.com/d/msgid/weewx-user/614b154e-d937-4d10-b0e0-96f0d1764aef%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/CAPq0zEDuQ-Yxd5XesMysKYNpJrCyyxiX-x_OUGB27CLdYoSWcw%40mail.gmail.com.
