I use WeatherLink Live to collect data from my Davis Vantage 2 Pro Plus and pull it in to Weewx using the WeatherlinkliveUDP driver. For some reason my WLL lost connection to the weather station for an hour this afternoon. The WLL provides pressure and indoor temp / humidity data, so weewx created records but missing all the outside and derived values.
I thought wee_import would fix this, but have discovered it only adds new records, not update existing ones. When trying to import I get archive: unable to add record [..] to database 'weewx.sdb': UNIQUE constraint failed: archive.dateTime errors for each record.
I have looked at a copy of the db using SQlite Browser on my Mac, and can see the records with missing values, Is there a simple way to add them? Although I am very IT literate I have little experience with SQLite. Is it possible to delete the records then use wee_import to pull them back in? It’s only 14 records.