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.
