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:
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?