Nov 21 08:21:11 raspberrypi weewx[23919]: manager: Added record 2017-11-21 08:20:00 AEDT (1511212800) to database 'weewx.sdb'
Nov 21 08:21:11 raspberrypi weewx[23919]: manager: Added record 2017-11-21 08:20:00 AEDT (1511212800) to daily summary in 'weewx.sdb'
Nov 21 08:21:11 raspberrypi weewx[23919]: reportengine: Running reports for latest time in the database.
Nov 21 08:21:11 raspberrypi weewx[23919]: reportengine: Running report StandardReport
Nov 21 08:21:12 raspberrypi weewx[23919]: reportengine: Found configuration file /home/weewx/skins/Standard/skin.conf for report StandardReport
Nov 21 08:21:12 raspberrypi weewx[23919]: cheetahgenerator: using search list ['weewx.cheetahgenerator.Almanac', 'weewx.cheetahgenerator.Station', 'weewx.cheetahgenerator.Current', 'weewx.cheetahgenerator.Stats', 'weewx.cheetahgenerator.UnitInfo', 'weewx.cheetahgenerator.Extras']
Nov 21 08:21:12 raspberrypi weewx[23919]: manager: Daily summary version is 2.0
Nov 21 08:21:12 raspberrypi weewx[23919]: restx: Wunderground-PWS: Published record 2017-11-21 08:20:00 AEDT (1511212800)
Nov 21 08:21:24 raspberrypi weewx[23919]: cheetahgenerator: Generated 14 files for report StandardReport in 12.17 seconds
Nov 21 08:21:24 raspberrypi weewx[23919]: manager: Daily summary version is 2.0
Nov 21 08:21:28 raspberrypi weewx[23919]: imagegenerator: Generated 12 images for StandardReport in 4.18 seconds
Nov 21 08:21:28 raspberrypi weewx[23919]: copygenerator: copied 0 files to /home/weewx/public_html
Nov 21 08:21:28 raspberrypi weewx[23919]: reportengine: Running report FTP
Nov 21 08:21:28 raspberrypi weewx[23919]: reportengine: Found configuration file /home/weewx/skins/Ftp/skin.conf for report FTP
Nov 21 08:21:28 raspberrypi weewx[23919]: ftpgenerator: FTP upload not requested. Skipped.
Nov 21 08:21:28 raspberrypi weewx[23919]: reportengine: Running report RSYNC
Nov 21 08:21:28 raspberrypi weewx[23919]: reportengine: Found configuration file /home/weewx/skins/Rsync/skin.conf for report RSYNC
Nov 21 08:21:28 raspberrypi weewx[23919]: rsyncgenerator: rsync upload not requested. Skipped.
sudo /home/weewx/bin/wee_device /home/weewx/weewx.conf --info
Using configuration file /home/weewx/weewx.conf
Using FineOffsetUSB driver version 1.9 (weewx.drivers.fousb)
Querying the station...
Fine Offset station settings:
local time: 2017.11.21 08:26:19 AEDT
polling mode: PERIODIC
abs_pressure: 1019.1
current_pos: 21728
data_changed: 0
data_count: 4080
date_time: 2017-11-21 07:23
hum_in_offset: 8967
hum_out_offset: 8465
id: None
lux_wm2_coeff: 0
magic_1: 0x55
magic_2: 0xaa
model: None
rain_coef: None
read_period: 5
rel_pressure: 1020.0
temp_in_offset: 5896
temp_out_offset: 514
timezone: 16
unknown_01: 0
unknown_18: 1
version: 255
wind_coef: None
wind_mult: 0
rm /home/weewx/public_html/*.png
--
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+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to a topic in the Google Groups "weewx-user" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/weewx-user/Qkb5l9fjk9Q/unsubscribe.
To unsubscribe from this group and all its topics, send an email to weewx-user+unsubscribe@googlegroups.com.
At this point I'm starting to think I need to reinstall, but I hope I'm missing something basic.
$ sqlite3 /home/weewx/archive/weewx.sdb
sqlite> SELECT STRFTIME('%d-%m-%Y %H:%M:%S', datetime(dateTime, 'unixepoch')), outTemp FROM archive ORDER BY dateTime DESC LIMIT 20;
sqlite> .quit
--
To unsubscribe from this group and all its topics, send an email to weewx-user+...@googlegroups.com.
To unsubscribe from this group and all its topics, send an email to weewx-user+unsubscribe@googlegroups.com.
To unsubscribe from this group and all its topics, send an email to weewx-user+unsubscribe@googlegroups.com.
SELECT dateTime, outTemp FROM archive ORDER BY dateTime DESC LIMIT 20;
1511253600|84.08
as.POSIXct(1511253600, origin = "1970-01-01")
[1] "2017-11-21 19:40:00 AEDT"
Repeated refresh of page from chrome, and restarts of chrome didn't change the image in the web page. But using a different browser and viewing the graph images manually showed that they're actually OK. Explicitly clearing the image cache in chrome eventually did the trick.
I'll go and hide now...
Thanks for all the prompt help.
--
You received this message because you are subscribed to a topic in the Google Groups "weewx-user" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/weewx-user/Qkb5l9fjk9Q/unsubscribe.
To unsubscribe from this group and all its topics, send an email to weewx-user+unsubscribe@googlegroups.com.
To unsubscribe from this group and all its topics, send an email to weewx-user+...@googlegroups.com.