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/06c07284-3b72-4ec5-850b-394c23dca20b%40googlegroups.com.