provided of course that sqlite3 is installed :)

Gary

On Sunday, 29 December 2019 07:54:20 UTC+10, vince wrote:
>
> Ron:
>
>    - It seems that you 'are' generating data that is getting into the 
>    database. If you want to check your archive table quickly, you can do a 
>    sqlite3 query like:
>
>      echo "select 
> datetime(dateTime,'unixepoch','localtime'),outTemp,barometer from archive 
> order by rowid desc limit 3;" | sqlite3 weewx.sdb
>
>
> That'll report a few elements from your 3 most recent archive table 
> records in reverse order, newest first, with the dateTime decoded to be 
> more human-friendly.
>
>
>
> What do you think isn't quite right yet ?
>  
>

-- 
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/52b33089-04a1-479d-8b1b-3dcedeb995d0%40googlegroups.com.

Reply via email to