Check archive_day_windSpeed and archive_day_windGust and see which days have max over 100.
select dateTime,max,maxtime from `archive_day_windSpeed` where `max` > 100; select dateTime,max,maxtime from `archive_day_windGust` where `max` > 100; On Friday, January 14, 2022 at 12:48:34 PM UTC-8 [email protected] wrote: > @vince; > Database changed > MariaDB [weewx_eco]> SELECT * FROM `archive` WHERE `*windGust*` > 100; > *Empty set (9.819 sec)* > > It wasn'nt > > vince schrieb am Freitag, 14. Januar 2022 um 19:34:05 UTC+1: > >> Those peaks are windGust, not wind. >> You need to also clean up the windGust values. >> >> -- 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/3e5253a0-6322-4d8a-8088-31aceae153c0n%40googlegroups.com.
