--
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/2dbf1f97-2bf1-42b3-90fe-3b6292fdc55fn%40googlegroups.com.
On Nov 10, 2020, at 6:51 AM, Tom Keffer <tke...@gmail.com> wrote:
To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/CAPq0zEB7dmL%2Ba-70GMQMeQRgt9OR5CHu_f6t-iPN1bDB%3DQ2F3A%40mail.gmail.com.
/usr/bin/sqlite3 /home/weewx/archive/weewx.sdb ".mode csv" ".output yesterday.csv" "select dateTime, outTemp, outHumidity from archive where dateTime > strftime('%s','2020-11-09 00:00:00') and dateTime <= strftime('%s','2020-11-10 00:00:00')"
--
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/ee8fee8d-f00c-4efc-af8e-4967a128208eo%40googlegroups.com.
sudo /usr/bin/sqlite3 /Users/shared/weewx/archive/weewx.sdb ".mode csv" ".output /Users/user/Desktop/20201120.csv" "select datetime(dateTime, 'unixepoch', 'localtime'), outTemp, outHumidity, windGust, radiation, rain, ET from archive where dateTime >= strftime('%s','2020-11-20 08:00:00') and dateTime < strftime('%s','2020-11-21 08:00:00')"
To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/CAG_7EhZctWnJOngRFAYKhMGcDrXwfkFCbo6L8ZxrfA3DND5WfQ%40mail.gmail.com.