On Tuesday, February 14, 2017 at 5:35:33 PM UTC-5, Thom Rogers wrote:
>
> How do I look at the  REC entries ?  I can write the SQL if necessary, but 
> how do I connect to the database ? 
>>
>>
tom,

you can view/manipulate the database with any tool that can view sqlite 
databases.  a common choice is sqlite3.  for example:

sqlite3 /Users/Shared/weewx/archive/weewx.sdb
sqlite> select * from archive;

however, i'm guessing that your weewx installation is running with the 
simulator driver, not the wh23xx driver - unless you have some wicked 
awesome new magic, there is no way for both weewx and weathersmart to talk 
to the same weather station over a single usb connection.

take a look at some of the plots generated by weewx.  for a normal macos 
install they will be in

/Users/Shared/weewx/public_html/index.html

what do you see?

m

-- 
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].
For more options, visit https://groups.google.com/d/optout.

Reply via email to