If you did all those things, the only thing I can think of is that you may not be working on the database you think you're working on.
On Thu, Jul 6, 2023 at 5:58 PM Greg from Oz <[email protected]> wrote: > I have a windGust reading spike of 295kph and I cannot find it in the > database. > 295 km/h from N/A (N/A) at 06/07/23 23:00:00 > > select dateTime, windGust from archive where (windGust > 100); > Returned nothing. > > I deleted the record for that date and time in the mysql database: > delete from archive where dateTime = 1686142800; > > I dropped the daily records and rebuilt them. > wee_database /opt/weewx/weewx-data/weewx.conf --drop-daily > wee_database /opt/weewx/weewx-data/weewx.conf --rebuild-daily > > I deleted the daywind.png file as well > > It is still there: > > [image: Screenshot from 2023-07-07 10-53-10.png] > > This has me stumped...... > > I have been able to fix up wrong rain readings before and that worked but > this wind record is not working the same way. > > Any ideas? > > > > -- > 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/815dbad8-10cb-4843-b98c-bdab8ac34227n%40googlegroups.com > <https://groups.google.com/d/msgid/weewx-user/815dbad8-10cb-4843-b98c-bdab8ac34227n%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/CAPq0zEBDvt6OqFWPpZ0uxO-_T19_Lut00dCTM8zyVsRd30yR-Q%40mail.gmail.com.
