my weewx high records error value need help how to edit

53 views
Skip to first unread message

Mike Harold Chan

unread,
Jan 21, 2020, 9:43:11 AM1/21/20
to weewx-user
hey Guys,


I noticed my High recorded barometric pressure record on my weewx is wrong, I need help how to edit these values in weewx and how to replace it with a correct value it should be 1018 hpa, not 1054 hpa.


Thanks and Regards

-Mike-

Thomas Keffer

unread,
Jan 21, 2020, 9:56:47 AM1/21/20
to weewx-user
See the Wiki article Cleaning up old 'bad' data and see if that helps.


--
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 weewx-user+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/073c3958-5a92-4c5d-915d-7f82da2bd490%40googlegroups.com.

Mike Harold Chan

unread,
Jan 22, 2020, 5:38:19 AM1/22/20
to weewx...@googlegroups.com
I tried these instructions "echo "SELECT * FROM archive WHERE (BarometerHigh > 100);" | sqlite3 /var/tmp/backup.sdb" but I get errors

can you put an example how to put in command line? maybe Im typing a wrong command. Thanks

Graham Eddy

unread,
Jan 22, 2020, 5:45:07 AM1/22/20
to weewx...@googlegroups.com
if you are looking for barometer values higher than 100, then
    sqlite3 /var/tmp/backup.sdb "SELECT * FROM archive WHERE (barometer > 100);"
____________
Graham Eddy

Mike Harold Chan

unread,
Jan 22, 2020, 5:50:43 AM1/22/20
to weewx...@googlegroups.com
I will try it Thanks

Reply all
Reply to author
Forward
0 new messages