Re: [weewx-user] 'Phantom' Dates

2018-08-21 Thread Cycle London
That worked, thank you very much, Sir! On Tue, 21 Aug 2018 at 18:19, Pat wrote: > *Do this at your own risk. I'm not responsible for lost data* > > 1) Stop weewx > > 2) Make a backup of the database. Adjust your path as necessary > > *cp /home/weewx/archive/weewx.sdb **/home/weewx/archive/weew

Re: [weewx-user] 'Phantom' Dates

2018-08-21 Thread Pat
*Do this at your own risk. I'm not responsible for lost data* 1) Stop weewx 2) Make a backup of the database. Adjust your path as necessary *cp /home/weewx/archive/weewx.sdb **/home/weewx/archive/weewx-backup.sdb* 2.1) Make sure you have a backup of your database. Verify with *ls -al /home/w

Re: [weewx-user] 'Phantom' Dates

2018-08-21 Thread Cycle London
How do I remove that/those date(s)? I did google, but the wiki isn't very good and none of the rest seem to be any good, either. Ah, not to worry. On Tue, 21 Aug 2018 at 17:42, vince wrote: > On Tuesday, August 21, 2018 at 8:57:51 AM UTC-7, The VPN Man wrote: >> >> [root@weather ~]# sqlite3 /ho

Re: [weewx-user] 'Phantom' Dates

2018-08-21 Thread vince
On Tuesday, August 21, 2018 at 8:57:51 AM UTC-7, The VPN Man wrote: > > [root@weather ~]# sqlite3 /home/weewx/archive/weewx.sdb > SQLite version 3.7.17 2013-05-20 00:56:22 > Enter ".help" for instructions > Enter SQL statements terminated with a ";" > sqlite> select dateTime, datetime(dateTime,'uni

Re: [weewx-user] 'Phantom' Dates

2018-08-21 Thread The VPN Man
Hi Tom, Yep, that's it. [root@weather ~]# sqlite3 /home/weewx/archive/weewx.sdb SQLite version 3.7.17 2013-05-20 00:56:22 Enter ".help" for instructions Enter SQL statements terminated with a ";" sqlite> select dateTime, datetime(dateTime,'unixepoch','localtime') from archive order by dateTime lim

Re: [weewx-user] 'Phantom' Dates

2018-08-21 Thread Thomas Keffer
Most likely, you have an archive record with an early timestamp. You can check it with the tool sqlite3 (assuming you are using sqlite): $ *sqlite3 /home/weewx/archive/weewx.sdb* *select dateTime, datetime(dateTime,'unixepoch','localtime') from archive order by dateTime limit 1;* Adjust path to y

[weewx-user] 'Phantom' Dates

2018-08-21 Thread Cycle London
Hi, I installed my Oregon Scientific weather station on 01 January this year, but when I click on the 'monthly summary' at the bottom of the screen, I see entries for months in 2017. If I click through to them, they're of course empty. But I'd like to remove those entries in the menu. Can