Just a theory here... The timestamp used on a webpage is the last timestamp in the database.
Reports are triggered by the reception of a packet after the end of the archive interval. The last packet received by the interceptor is 1664533304, or 2022-09-30 20:21:44 AEST, which triggered the generation of the 19:25:00 report. I wish we had the log from a bit earlier, but given the above, I'm guessing the packet is the first packet received since before 19:25. So, its reception finally triggered report generation, which resulted in a nearly hour old report. Can we see earlier in the log? When are LOOP packets being received? -tk On Sat, Oct 1, 2022 at 2:33 AM Robert and Katrina de Keijzer < [email protected]> wrote: > No, I'm not looking at an old webage, the page gets refreshed every 5 > minutes and so does the data, i.e. archive interval. The computer time is > correct. > > For example, I have just opened the Weewx webpage today and the time stamp > shows 1715, the correct time is 1925. > > It hasn't happened before, hence my query. > > On Friday, September 30, 2022 at 9:00:09 PM UTC+10 [email protected] wrote: > >> Are you looking at an old web page? >> >> Are the timestamps shown in your log correct? In other words, is the >> computer's clock correct? >> >> Your log shows that at 20:22:27 a record with timestamp 19:25:00 was >> added. That's nearly an hour old. What is your archive interval? >> >> >> >> >> >> >> >> On Fri, Sep 30, 2022 at 3:36 AM Robert and Katrina de Keijzer < >> [email protected]> wrote: >> >>> Hi, >>> >>> I have recently opened the webpage associated with Weewx and noticed the >>> time is incorrect. It's only happened recently, so I'm puzzled what is >>> going on. >>> >>> Debug log >>> >>> Sep 30 20:22:27 solar weewx[31879] DEBUG user.interceptor: raw packet: >>> {'dateTime': 1664533304, 'usUnits': 1, 'temperature_in': 65.48, >>> 'humidity_in': 72.0, 'pressure': 30.183, 'wind_dir': 181.0, 'wind_speed': >>> 0.0, 'wind_gust': 0.0, 'solar_radiation': 0.0, 'uv': 0.0, 'rain_rate': >>> 18.921, 'rain_total': 87.13, 'temperature_1': 55.22, 'humidity_1': 95.0, >>> 'soil_moisture_1': 56.0, 'soil_moisture_2': 84.0, 'soil_moisture_3': 70.0, >>> 'soil_moisture_4': 53.0, 'soil_moisture_6': 50.0, 'battery_1': 0.0, >>> 'soil_battery_1': 1.5, 'soil_battery_2': 1.4, 'soil_battery_3': 1.3, >>> 'soil_battery_4': 1.4, 'soil_battery_6': 1.4, 'rain': 0.0} >>> Sep 30 20:22:27 solar weewx[31879] DEBUG user.interceptor: mapped >>> packet: {'dateTime': 1664533304, 'usUnits': 1, 'pressure': 30.183, >>> 'outHumidity': 95.0, 'inHumidity': 72.0, 'outTemp': 55.22, 'inTemp': 65.48, >>> 'windSpeed': 0.0, 'windGust': 0.0, 'windDir': 181.0, 'radiation': 0.0, >>> 'rain': 0.0, 'rainRate': 18.921, 'UV': 0.0, 'extraTemp1': 55.22, >>> 'extraHumid1': 95.0, 'soilMoist1': 56.0, 'soilMoist2': 84.0, 'soilMoist3': >>> 70.0, 'soilMoist4': 53.0} >>> Sep 30 20:22:27 solar weewx[31879] INFO weewx.manager: Added record >>> 2022-09-30 19:25:00 AEST (1664529900) to database 'weewx.sdb' >>> Sep 30 20:22:27 solar weewx[31879] INFO weewx.manager: Added record >>> 2022-09-30 19:25:00 AEST (1664529900) to daily summary in 'weewx.sdb' >>> Sep 30 20:22:27 solar weewx[31879] DEBUG weewx.reportengine: Running >>> reports for latest time in the database. >>> Sep 30 20:22:27 solar weewx[31879] DEBUG weewx.reportengine: Running >>> report 'SeasonsReport' >>> Sep 30 20:22:27 solar weewx[31879] DEBUG weewx.reportengine: Found >>> configuration file /etc/weewx/skins/Seasons/skin.conf for report >>> 'SeasonsReport' >>> Sep 30 20:22:28 solar weewx[31879] DEBUG weewx.cheetahgenerator: Using >>> search list ['weewx.cheetahgenerator.Almanac', >>> 'weewx.cheetahgenerator.Current', 'weewx.cheetahgenerator.DisplayOptions', >>> 'weewx.cheetahgenerator.Extras', 'weewx.cheetahgenerator.Gettext', >>> 'weewx.cheetahgenerator.JSONHelpers', 'weewx.cheetahgenerator.PlotInfo', >>> 'weewx.cheetahgenerator.SkinInfo', 'weewx.cheetahgenerator.Station', >>> 'weewx.cheetahgenerator.Stats', 'weewx.cheetahgenerator.UnitInfo'] >>> Sep 30 20:22:28 solar weewx[31879] DEBUG weewx.manager: Daily summary >>> version is 4.0 >>> Sep 30 20:22:34 solar weewx[31879] INFO weewx.cheetahgenerator: >>> Generated 8 files for report SeasonsReport in 6.84 seconds >>> Sep 30 20:22:35 solar weewx[31879] DEBUG weewx.manager: Daily summary >>> version is 4.0 >>> Sep 30 20:22:37 solar weewx[31879] DEBUG user.interceptor: empty queue >>> Sep 30 20:22:39 solar weewx[31879] INFO weewx.imagegenerator: Generated >>> 25 images for report SeasonsReport in 4.60 seconds >>> Sep 30 20:22:39 solar weewx[31879] INFO weewx.reportengine: Copied 5 >>> files to /var/www/html/weewx >>> Sep 30 20:22:39 solar weewx[31879] DEBUG weewx.reportengine: Report >>> 'SmartphoneReport' not enabled. Skipping. >>> Sep 30 20:22:39 solar weewx[31879] DEBUG weewx.reportengine: Report >>> 'MobileReport' not enabled. Skipping. >>> Sep 30 20:22:39 solar weewx[31879] DEBUG weewx.reportengine: Report >>> 'StandardReport' not enabled. Skipping. >>> Sep 30 20:22:39 solar weewx[31879] DEBUG weewx.reportengine: Report >>> 'FTP' not enabled. Skipping. >>> Sep 30 20:22:39 solar weewx[31879] DEBUG weewx.reportengine: Report >>> 'RSYNC' not enabled. Skipping. >>> Sep 30 20:22:47 solar weewx[31879] DEBUG user.interceptor: empty queue >>> Sep 30 20:22:57 solar weewx[31879] DEBUG user.interceptor: empty queue >>> Sep 30 20:23:07 solar weewx[31879] DEBUG user.interceptor: empty queue >>> Sep 30 20:23:17 solar weewx[31879] DEBUG user.interceptor: empty queue >>> Sep 30 20:23:27 solar weewx[31879] DEBUG user. Interceptor: empty queue >>> >>> Thanks, >>> >>> Rob >>> >>> >>> -- >>> 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/3cd8505e-cec6-435f-8517-ff05f2d174f6n%40googlegroups.com >>> <https://groups.google.com/d/msgid/weewx-user/3cd8505e-cec6-435f-8517-ff05f2d174f6n%40googlegroups.com?utm_medium=email&utm_source=footer> >>> . >>> >> -- > 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/578b78b0-1546-40bf-8465-f02493398209n%40googlegroups.com > <https://groups.google.com/d/msgid/weewx-user/578b78b0-1546-40bf-8465-f02493398209n%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- 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/CAPq0zEBeRnZcoCZ8AdZewYaG_dRQjy936%3D2iDcvs_x3Ys%2BWr-w%40mail.gmail.com.
