Set debug=1   in /etc/weewx/weewx.conf

(2) reports, 21:30 and 22:00 EST

Attached are the requested outputs.

The database appears to have been updated in the same place:

/var/lib/weewx # ls  -l
total 22452
-rw-r--r-- 1 root root 22990848 Jan 17 22:00 weewx.sdb


On Wednesday, January 17, 2024 at 9:01:43 PM UTC-5 vince wrote:

> Jim please set debug=1 and restart weewx. For logs you might try to do 
> ‘sudo journalctl -u weewx -n 200’ so we see the last 200 lines and not a 
> truncated log,. We need to see your reports actually run and where they are 
> being written to. My wild guess is your v5 is writing to a different place 
> than your v4 does.
>
> On Wednesday, January 17, 2024 at 5:49:58 PM UTC-8 gjr80 wrote:
>
>> Unfortunately the log extracts you have provided lack detail and are 
>> truncated and consequently of not much help. Please try again noting the 
>> advice in the *How to get a good, useful log* section 
>> <https://github.com/weewx/weewx/wiki/Help!-Posting-to-weewx-user#how-to-get-a-good-useful-log>
>>  
>> of the *Help! Posting to weewx user* wiki page 
>> <https://github.com/weewx/weewx/wiki/Help!-Posting-to-weewx-user>. Make 
>> sure your log extract covers the full WeeWX startup and at least two 
>> archive intervals of activity. 
>>
>> Gary
>>
> On Thursday 18 January 2024 at 11:20:05 UTC+10 wil...@gmail.com wrote:
>>
>>> After an update of Weewx 4.10.2  to 5.0, the data on the web page 
>>>
>>> http://<local IP>/weewx/index.html
>>>
>>> no longer refreshes.
>>>
>>> Summary data:
>>>
>>> uname -a
>>> Linux linux-3wjh 5.14.21-150500.55.39-default #1 SMP PREEMPT_DYNAMIC Tue 
>>> Dec 5 10:06:35 UTC 2023 (2e4092e) x86_64 x86_64 x86_64 GNU/Linux
>>>
>>> openSUSE Leap  15.5
>>>
>>> ~> weewxd --version
>>> 5.0.0
>>>
>>> ~> python3 --version
>>> Python 3.6.15
>>>
>>> systemctl status weewx
>>> ● weewx.service - WeeWX
>>>      Loaded: loaded (/usr/lib/systemd/system/weewx.service; enabled; 
>>> vendor preset: disabled)
>>>      Active: active (running) since Wed 2024-01-17 19:21:18 EST; 16min 
>>> ago
>>>        Docs: https://weewx.com/docs
>>>    Main PID: 9772 (python3)
>>>       Tasks: 1 (limit: 4915)
>>>      CGroup: /system.slice/weewx.service
>>>              └─ 9772 python3 /usr/share/weewx/weewxd.py 
>>> /etc/weewx/weewx.conf
>>>
>>> Weewx shows to be running OK as seen in the attached logs file.
>>>
>>> If I roll back to 4.10.2, the web page refreshes as normal.
>>>
>>>
>>>

-- 
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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/633d193b-0709-446e-af28-14ff3c5c5637n%40googlegroups.com.
~> weewxd --version
5.0.0

# WEEWX CONFIGURATION FILE
#
# Copyright (c) 2009-2020 Tom Keffer <tkef...@gmail.com>
# See the file LICENSE.txt for your rights.

##############################################################################

# This section is for general configuration information.

loop_on_init = True

# Set to 1 for extra debug info, otherwise comment it out or set to zero
debug = 1

# Root directory of the weewx data file hierarchy for this station
WEEWX_ROOT = /

# Whether to log successful operations
log_success = True

# Whether to log unsuccessful operations
log_failure = True

# How long to wait before timing out a socket (FTP, HTTP) connection
socket_timeout = 20

# Do not modify this. It is used when installing and updating weewx.
version = 4.10.2

##############################################################################

NOTE:  interesting that this config file still shows version 4.10.2 ^^^^



~> python3 --version
Python 3.6.15

# systemctl status weewx
● weewx.service - WeeWX
     Loaded: loaded (/usr/lib/systemd/system/weewx.service; enabled; vendor 
preset: disabled)
     Active: active (running) since Wed 2024-01-17 21:18:28 EST; 42min ago
       Docs: https://weewx.com/docs
   Main PID: 31248 (python3)
      Tasks: 1 (limit: 4915)
     CGroup: /system.slice/weewx.service
             └─ 31248 python3 /usr/share/weewx/weewxd.py /etc/weewx/weewx.conf

Jan 17 21:45:07 linux-3wjh weewxd[31248]: INFO weewx.restx: AWEKAS: Posting not 
enabled.
Jan 17 21:45:07 linux-3wjh weewxd[31248]: INFO weewx.engine: 'pyephem' 
detected, extended almanac data is available
Jan 17 21:45:07 linux-3wjh weewxd[31248]: INFO __main__: Starting up weewx 
version 5.0.0
Jan 17 21:45:09 linux-3wjh weewxd[31248]: INFO weewx.engine: Clock error is 
1.62 seconds (positive is fast)
Jan 17 21:45:09 linux-3wjh weewxd[31248]: INFO weewx.engine: Using binding 
'wx_binding' to database 'weewx.sdb'
Jan 17 21:45:09 linux-3wjh weewxd[31248]: INFO weewx.manager: Starting backfill 
of daily summaries
Jan 17 21:45:09 linux-3wjh weewxd[31248]: INFO weewx.manager: Daily summaries 
up to date
Jan 17 21:45:11 linux-3wjh weewxd[31248]: INFO weewx.engine: Starting main 
packet loop.
Jan 17 22:00:19 linux-3wjh weewxd[31248]: INFO weewx.manager: Added record 
2024-01-17 22:00:00 EST (1705546800) to database 'weewx.sdb'
Jan 17 22:00:19 linux-3wjh weewxd[31248]: INFO weewx.manager: Added record 
2024-01-17 22:00:00 EST (1705546800) to daily summary in 'weewx.sdb'



# grep weewxd /var/log/messages

2024-01-17T21:18:28.763125-05:00 linux-3wjh weewxd[31248]: INFO __main__: 
Initializing weewxd version 5.0.0
2024-01-17T21:18:28.763396-05:00 linux-3wjh weewxd[31248]: INFO __main__: 
Command line: /usr/share/weewx/weewxd.py /etc/weewx/weewx.conf
2024-01-17T21:18:28.763495-05:00 linux-3wjh weewxd[31248]: INFO __main__: Using 
Python 3.6.15 (default, Sep 23 2021, 15:41:43) [GCC]
2024-01-17T21:18:28.763590-05:00 linux-3wjh weewxd[31248]: INFO __main__: 
Located at /usr/bin/python3
2024-01-17T21:18:28.773695-05:00 linux-3wjh weewxd[31248]: INFO __main__: 
Platform Linux-5.14.21-150500.55.39-default-x86_64-with-glibc2.3.4
2024-01-17T21:18:28.773884-05:00 linux-3wjh weewxd[31248]: INFO __main__: 
Locale: 'en_US.UTF-8'
2024-01-17T21:18:28.774001-05:00 linux-3wjh weewxd[31248]: INFO __main__: Entry 
path: /usr/share/weewx/weewxd.py
2024-01-17T21:18:28.774104-05:00 linux-3wjh weewxd[31248]: INFO __main__: 
WEEWX_ROOT: /
2024-01-17T21:18:28.774196-05:00 linux-3wjh weewxd[31248]: INFO __main__: 
Configuration file: /etc/weewx/weewx.conf
2024-01-17T21:18:28.774289-05:00 linux-3wjh weewxd[31248]: INFO __main__: User 
module: /etc/weewx/bin/user
2024-01-17T21:18:28.774790-05:00 linux-3wjh weewxd[31248]: INFO __main__: 
Debug: 1
2024-01-17T21:18:28.775249-05:00 linux-3wjh weewxd[31248]: INFO weewx.engine: 
Loading station type Vantage (weewx.drivers.vantage)
2024-01-17T21:18:33.293083-05:00 linux-3wjh weewxd[31248]: INFO weewx.engine: 
StdConvert target unit is 0x1
2024-01-17T21:18:33.294068-05:00 linux-3wjh weewxd[31248]: INFO 
weewx.wxservices: StdWXCalculate will use data binding wx_binding
2024-01-17T21:18:33.307668-05:00 linux-3wjh weewxd[31248]: INFO weewx.engine: 
Archive will use data binding wx_binding
2024-01-17T21:18:33.307880-05:00 linux-3wjh weewxd[31248]: INFO weewx.engine: 
Record generation will be attempted in 'hardware'
2024-01-17T21:18:33.307985-05:00 linux-3wjh weewxd[31248]: INFO weewx.engine: 
Using archive interval of 1800 seconds (specified by hardware)
2024-01-17T21:18:33.330389-05:00 linux-3wjh weewxd[31248]: INFO weewx.restx: 
StationRegistry: Registration not requested.
2024-01-17T21:18:33.330582-05:00 linux-3wjh weewxd[31248]: INFO weewx.restx: 
Wunderground: Posting not enabled.
2024-01-17T21:18:33.330684-05:00 linux-3wjh weewxd[31248]: INFO weewx.restx: 
PWSweather: Posting not enabled.
2024-01-17T21:18:33.330789-05:00 linux-3wjh weewxd[31248]: INFO weewx.restx: 
CWOP: Posting not enabled.
2024-01-17T21:18:33.330886-05:00 linux-3wjh weewxd[31248]: INFO weewx.restx: 
WOW: Posting not enabled.
2024-01-17T21:18:33.330981-05:00 linux-3wjh weewxd[31248]: INFO weewx.restx: 
AWEKAS: Posting not enabled.
2024-01-17T21:18:33.332898-05:00 linux-3wjh weewxd[31248]: INFO weewx.engine: 
'pyephem' detected, extended almanac data is available
2024-01-17T21:18:33.333003-05:00 linux-3wjh weewxd[31248]: INFO __main__: 
Starting up weewx version 5.0.0
2024-01-17T21:18:35.337413-05:00 linux-3wjh weewxd[31248]: INFO weewx.engine: 
Clock error is 1.66 seconds (positive is fast)
2024-01-17T21:18:35.337800-05:00 linux-3wjh weewxd[31248]: INFO weewx.engine: 
Using binding 'wx_binding' to database 'weewx.sdb'
2024-01-17T21:18:35.337919-05:00 linux-3wjh weewxd[31248]: INFO weewx.manager: 
Starting backfill of daily summaries
2024-01-17T21:18:35.338026-05:00 linux-3wjh weewxd[31248]: INFO weewx.manager: 
Daily summaries up to date
2024-01-17T21:18:37.841946-05:00 linux-3wjh weewxd[31248]: INFO weewx.engine: 
Starting main packet loop.
2024-01-17T21:30:19.287363-05:00 linux-3wjh weewxd[31248]: INFO weewx.manager: 
Added record 2024-01-17 21:30:00 EST (1705545000) to database 'weewx.sdb'
2024-01-17T21:30:19.303045-05:00 linux-3wjh weewxd[31248]: INFO weewx.manager: 
Added record 2024-01-17 21:30:00 EST (1705545000) to daily summary in 
'weewx.sdb'
2024-01-17T21:33:02.257537-05:00 linux-3wjh weewxd[31248]: ERROR 
weewx.drivers.vantage: ip-read error: timed out
2024-01-17T21:33:02.257835-05:00 linux-3wjh weewxd[31248]: ERROR 
weewx.drivers.vantage: LOOP batch try #1; error: timed out
2024-01-17T21:38:32.269383-05:00 linux-3wjh weewxd[31248]: ERROR 
weewx.drivers.vantage: ip-read error: timed out
2024-01-17T21:38:32.269659-05:00 linux-3wjh weewxd[31248]: ERROR 
weewx.drivers.vantage: LOOP batch try #2; error: timed out
2024-01-17T21:44:02.288931-05:00 linux-3wjh weewxd[31248]: ERROR 
weewx.drivers.vantage: ip-read error: timed out
2024-01-17T21:44:02.289110-05:00 linux-3wjh weewxd[31248]: ERROR 
weewx.drivers.vantage: LOOP batch try #3; error: timed out
2024-01-17T21:44:02.289166-05:00 linux-3wjh weewxd[31248]: ERROR 
weewx.drivers.vantage: LOOP max batch errors (3) exceeded.
2024-01-17T21:44:02.289213-05:00 linux-3wjh weewxd[31248]: INFO weewx.engine: 
Main loop exiting. Shutting engine down.
2024-01-17T21:44:02.289267-05:00 linux-3wjh weewxd[31248]: INFO weewx.engine: 
Shutting down StdReport thread
2024-01-17T21:44:02.792089-05:00 linux-3wjh weewxd[31248]: CRITICAL __main__: 
Caught WeeWxIOError: LOOP max batch errors (3) exceeded.
2024-01-17T21:44:02.792351-05:00 linux-3wjh weewxd[31248]: CRITICAL __main__:   
  ****  Waiting 60.0 seconds then retrying...
2024-01-17T21:45:02.853129-05:00 linux-3wjh weewxd[31248]: INFO __main__: 
retrying...
2024-01-17T21:45:02.853503-05:00 linux-3wjh weewxd[31248]: INFO weewx.engine: 
Loading station type Vantage (weewx.drivers.vantage)
2024-01-17T21:45:07.364545-05:00 linux-3wjh weewxd[31248]: INFO weewx.engine: 
StdConvert target unit is 0x1
2024-01-17T21:45:07.364926-05:00 linux-3wjh weewxd[31248]: INFO 
weewx.wxservices: StdWXCalculate will use data binding wx_binding
2024-01-17T21:45:07.371311-05:00 linux-3wjh weewxd[31248]: INFO weewx.engine: 
Archive will use data binding wx_binding
2024-01-17T21:45:07.371483-05:00 linux-3wjh weewxd[31248]: INFO weewx.engine: 
Record generation will be attempted in 'hardware'
2024-01-17T21:45:07.371593-05:00 linux-3wjh weewxd[31248]: INFO weewx.engine: 
Using archive interval of 1800 seconds (specified by hardware)
2024-01-17T21:45:07.371797-05:00 linux-3wjh weewxd[31248]: INFO weewx.restx: 
StationRegistry: Registration not requested.
2024-01-17T21:45:07.372096-05:00 linux-3wjh weewxd[31248]: INFO weewx.restx: 
Wunderground: Posting not enabled.
2024-01-17T21:45:07.372364-05:00 linux-3wjh weewxd[31248]: INFO weewx.restx: 
PWSweather: Posting not enabled.
2024-01-17T21:45:07.372614-05:00 linux-3wjh weewxd[31248]: INFO weewx.restx: 
CWOP: Posting not enabled.
2024-01-17T21:45:07.372866-05:00 linux-3wjh weewxd[31248]: INFO weewx.restx: 
WOW: Posting not enabled.
2024-01-17T21:45:07.373112-05:00 linux-3wjh weewxd[31248]: INFO weewx.restx: 
AWEKAS: Posting not enabled.
2024-01-17T21:45:07.373348-05:00 linux-3wjh weewxd[31248]: INFO weewx.engine: 
'pyephem' detected, extended almanac data is available
2024-01-17T21:45:07.373438-05:00 linux-3wjh weewxd[31248]: INFO __main__: 
Starting up weewx version 5.0.0
2024-01-17T21:45:09.377326-05:00 linux-3wjh weewxd[31248]: INFO weewx.engine: 
Clock error is 1.62 seconds (positive is fast)
2024-01-17T21:45:09.377561-05:00 linux-3wjh weewxd[31248]: INFO weewx.engine: 
Using binding 'wx_binding' to database 'weewx.sdb'
2024-01-17T21:45:09.377670-05:00 linux-3wjh weewxd[31248]: INFO weewx.manager: 
Starting backfill of daily summaries
2024-01-17T21:45:09.377770-05:00 linux-3wjh weewxd[31248]: INFO weewx.manager: 
Daily summaries up to date
2024-01-17T21:45:11.881994-05:00 linux-3wjh weewxd[31248]: INFO weewx.engine: 
Starting main packet loop.
2024-01-17T22:00:19.330078-05:00 linux-3wjh weewxd[31248]: INFO weewx.manager: 
Added record 2024-01-17 22:00:00 EST (1705546800) to database 'weewx.sdb'
2024-01-17T22:00:19.335754-05:00 linux-3wjh weewxd[31248]: INFO weewx.manager: 
Added record 2024-01-17 22:00:00 EST (1705546800) to daily summary in 
'weewx.sdb'




~> sudo journalctl -u weewx -n 200
an 17 22:00:19 linux-3wjh weewxd[31248]: INFO weewx.manager: Added record 
2024-01-17 22:00:00 EST (1705546800) to daily summary in 'weewx.sdb'
Jan 17 22:00:19 linux-3wjh weewxd[31248]: INFO weewx.manager: Added record 
2024-01-17 22:00:00 EST (1705546800) to database 'weewx.sdb'
Jan 17 21:45:11 linux-3wjh weewxd[31248]: INFO weewx.engine: Starting main 
packet loop.
Jan 17 21:45:09 linux-3wjh weewxd[31248]: INFO weewx.manager: Daily summaries 
up to date
Jan 17 21:45:09 linux-3wjh weewxd[31248]: INFO weewx.manager: Starting backfill 
of daily summaries
Jan 17 21:45:09 linux-3wjh weewxd[31248]: INFO weewx.engine: Using binding 
'wx_binding' to database 'weewx.sdb'
Jan 17 21:45:09 linux-3wjh weewxd[31248]: INFO weewx.engine: Clock error is 
1.62 seconds (positive is fast)
Jan 17 21:45:07 linux-3wjh weewxd[31248]: INFO __main__: Starting up weewx 
version 5.0.0
Jan 17 21:45:07 linux-3wjh weewxd[31248]: INFO weewx.engine: 'pyephem' 
detected, extended almanac data is available
Jan 17 21:45:07 linux-3wjh weewxd[31248]: INFO weewx.restx: AWEKAS: Posting not 
enabled.
Jan 17 21:45:07 linux-3wjh weewxd[31248]: INFO weewx.restx: WOW: Posting not 
enabled.
Jan 17 21:45:07 linux-3wjh weewxd[31248]: INFO weewx.restx: CWOP: Posting not 
enabled.
Jan 17 21:45:07 linux-3wjh weewxd[31248]: INFO weewx.restx: PWSweather: Posting 
not enabled.
Jan 17 21:45:07 linux-3wjh weewxd[31248]: INFO weewx.restx: Wunderground: 
Posting not enabled.
Jan 17 21:45:07 linux-3wjh weewxd[31248]: INFO weewx.restx: StationRegistry: 
Registration not requested.
Jan 17 21:45:07 linux-3wjh weewxd[31248]: INFO weewx.engine: Using archive 
interval of 1800 seconds (specified by hardware)
Jan 17 21:45:07 linux-3wjh weewxd[31248]: INFO weewx.engine: Record generation 
will be attempted in 'hardware'
Jan 17 21:45:07 linux-3wjh weewxd[31248]: INFO weewx.engine: Archive will use 
data binding wx_binding
Jan 17 21:45:07 linux-3wjh weewxd[31248]: INFO weewx.wxservices: StdWXCalculate 
will use data binding wx_binding
Jan 17 21:45:07 linux-3wjh weewxd[31248]: INFO weewx.engine: StdConvert target 
unit is 0x1
Jan 17 21:45:02 linux-3wjh weewxd[31248]: INFO weewx.engine: Loading station 
type Vantage (weewx.drivers.vantage)
Jan 17 21:45:02 linux-3wjh weewxd[31248]: INFO __main__: retrying...
Jan 17 21:44:02 linux-3wjh weewxd[31248]: CRITICAL __main__:     ****  Waiting 
60.0 seconds then retrying...
Jan 17 21:44:02 linux-3wjh weewxd[31248]: CRITICAL __main__: Caught 
WeeWxIOError: LOOP max batch errors (3) exceeded.
Jan 17 21:44:02 linux-3wjh weewxd[31248]: INFO weewx.engine: Shutting down 
StdReport thread
Jan 17 21:44:02 linux-3wjh weewxd[31248]: INFO weewx.engine: Main loop exiting. 
Shutting engine down.
Jan 17 21:44:02 linux-3wjh weewxd[31248]: ERROR weewx.drivers.vantage: LOOP max 
batch errors (3) exceeded.
Jan 17 21:44:02 linux-3wjh weewxd[31248]: ERROR weewx.drivers.vantage: LOOP 
batch try #3; error: timed out
Jan 17 21:44:02 linux-3wjh weewxd[31248]: ERROR weewx.drivers.vantage: ip-read 
error: timed out
Jan 17 21:38:32 linux-3wjh weewxd[31248]: ERROR weewx.drivers.vantage: LOOP 
batch try #2; error: timed out
Jan 17 21:38:32 linux-3wjh weewxd[31248]: ERROR weewx.drivers.vantage: ip-read 
error: timed out
Jan 17 21:33:02 linux-3wjh weewxd[31248]: ERROR weewx.drivers.vantage: LOOP 
batch try #1; error: timed out
Jan 17 21:33:02 linux-3wjh weewxd[31248]: ERROR weewx.drivers.vantage: ip-read 
error: timed out
Jan 17 21:30:19 linux-3wjh weewxd[31248]: INFO weewx.manager: Added record 
2024-01-17 21:30:00 EST (1705545000) to daily summary in 'weewx.sdb'
Jan 17 21:30:19 linux-3wjh weewxd[31248]: INFO weewx.manager: Added record 
2024-01-17 21:30:00 EST (1705545000) to database 'weewx.sdb'
Jan 17 21:18:37 linux-3wjh weewxd[31248]: INFO weewx.engine: Starting main 
packet loop.
Jan 17 21:18:35 linux-3wjh weewxd[31248]: INFO weewx.manager: Daily summaries 
up to date
Jan 17 21:18:35 linux-3wjh weewxd[31248]: INFO weewx.manager: Starting backfill 
of daily summaries
Jan 17 21:18:35 linux-3wjh weewxd[31248]: INFO weewx.engine: Using binding 
'wx_binding' to database 'weewx.sdb'
Jan 17 21:18:35 linux-3wjh weewxd[31248]: INFO weewx.engine: Clock error is 
1.66 seconds (positive is fast)
Jan 17 21:18:33 linux-3wjh weewxd[31248]: INFO __main__: Starting up weewx 
version 5.0.0
Jan 17 21:18:33 linux-3wjh weewxd[31248]: INFO weewx.engine: 'pyephem' 
detected, extended almanac data is available
Jan 17 21:18:33 linux-3wjh weewxd[31248]: INFO weewx.restx: AWEKAS: Posting not 
enabled.
Jan 17 21:18:33 linux-3wjh weewxd[31248]: INFO weewx.restx: WOW: Posting not 
enabled.
Jan 17 21:18:33 linux-3wjh weewxd[31248]: INFO weewx.restx: CWOP: Posting not 
enabled.
Jan 17 21:18:33 linux-3wjh weewxd[31248]: INFO weewx.restx: PWSweather: Posting 
not enabled.
Jan 17 21:18:33 linux-3wjh weewxd[31248]: INFO weewx.restx: Wunderground: 
Posting not enabled.
Jan 17 21:18:33 linux-3wjh weewxd[31248]: INFO weewx.restx: StationRegistry: 
Registration not requested.
Jan 17 21:18:33 linux-3wjh weewxd[31248]: INFO weewx.engine: Using archive 
interval of 1800 seconds (specified by hardware)
Jan 17 21:18:33 linux-3wjh weewxd[31248]: INFO weewx.engine: Record generation 
will be attempted in 'hardware'
Jan 17 21:18:33 linux-3wjh weewxd[31248]: INFO weewx.engine: Archive will use 
data binding wx_binding
Jan 17 21:18:33 linux-3wjh weewxd[31248]: INFO weewx.wxservices: StdWXCalculate 
will use data binding wx_binding
Jan 17 21:18:33 linux-3wjh weewxd[31248]: INFO weewx.engine: StdConvert target 
unit is 0x1
Jan 17 21:18:28 linux-3wjh weewxd[31248]: INFO weewx.engine: Loading station 
type Vantage (weewx.drivers.vantage)
Jan 17 21:18:28 linux-3wjh weewxd[31248]: INFO __main__: Debug: 1
Jan 17 21:18:28 linux-3wjh weewxd[31248]: INFO __main__: User module: 
/etc/weewx/bin/user
Jan 17 21:18:28 linux-3wjh weewxd[31248]: INFO __main__: Configuration file: 
/etc/weewx/weewx.conf
Jan 17 21:18:28 linux-3wjh weewxd[31248]: INFO __main__: WEEWX_ROOT: /
Jan 17 21:18:28 linux-3wjh weewxd[31248]: INFO __main__: Entry path: 
/usr/share/weewx/weewxd.py
Jan 17 21:18:28 linux-3wjh weewxd[31248]: INFO __main__: Locale: 'en_US.UTF-8'
Jan 17 21:18:28 linux-3wjh weewxd[31248]: INFO __main__: Platform 
Linux-5.14.21-150500.55.39-default-x86_64-with-glibc2.3.4
Jan 17 21:18:28 linux-3wjh weewxd[31248]: INFO __main__: Located at 
/usr/bin/python3
Jan 17 21:18:28 linux-3wjh weewxd[31248]: INFO __main__: Using Python 3.6.15 
(default, Sep 23 2021, 15:41:43) [GCC]
Jan 17 21:18:28 linux-3wjh weewxd[31248]: INFO __main__: Command line: 
/usr/share/weewx/weewxd.py /etc/weewx/weewx.conf
Jan 17 21:18:28 linux-3wjh weewxd[31248]: INFO __main__: Initializing weewxd 
version 5.0.0
Jan 17 21:18:28 linux-3wjh systemd[1]: Started WeeWX.
Jan 17 21:18:14 linux-3wjh systemd[1]: Stopped WeeWX.
Jan 17 21:18:14 linux-3wjh systemd[1]: weewx.service: Deactivated successfully.
Jan 17 21:18:14 linux-3wjh weewxd[29783]: INFO __main__: Terminating weewx 
version 5.0.0
Jan 17 21:18:13 linux-3wjh weewxd[29783]: INFO weewx.engine: Main loop exiting. 
Shutting engine down.
Jan 17 21:18:13 linux-3wjh weewxd[29783]: INFO __main__: Received signal TERM 
(15).
Jan 17 21:18:13 linux-3wjh systemd[1]: Stopping WeeWX...
Jan 17 21:09:49 linux-3wjh weewxd[29783]: INFO weewx.engine: Starting main 
packet loop.
Jan 17 21:09:46 linux-3wjh weewxd[29783]: INFO weewx.manager: Daily summaries 
up to date
Jan 17 21:09:46 linux-3wjh weewxd[29783]: INFO weewx.manager: Starting backfill 
of daily summaries
Jan 17 21:09:46 linux-3wjh weewxd[29783]: INFO weewx.engine: Using binding 
'wx_binding' to database 'weewx.sdb'
Jan 17 21:09:46 linux-3wjh weewxd[29783]: INFO weewx.engine: Clock error is 
1.46 seconds (positive is fast)
Jan 17 21:09:44 linux-3wjh weewxd[29783]: INFO __main__: Starting up weewx 
version 5.0.0
Jan 17 21:09:44 linux-3wjh weewxd[29783]: INFO weewx.engine: 'pyephem' 
detected, extended almanac data is available
Jan 17 21:09:44 linux-3wjh weewxd[29783]: INFO weewx.restx: AWEKAS: Posting not 
enabled.
Jan 17 21:09:44 linux-3wjh weewxd[29783]: INFO weewx.restx: WOW: Posting not 
enabled.
Jan 17 21:09:44 linux-3wjh weewxd[29783]: INFO weewx.restx: CWOP: Posting not 
enabled.
Jan 17 21:09:44 linux-3wjh weewxd[29783]: INFO weewx.restx: PWSweather: Posting 
not enabled.
Jan 17 21:09:44 linux-3wjh weewxd[29783]: INFO weewx.restx: Wunderground: 
Posting not enabled.
Jan 17 21:09:44 linux-3wjh weewxd[29783]: INFO weewx.restx: StationRegistry: 
Registration not requested.
Jan 17 21:09:44 linux-3wjh weewxd[29783]: INFO weewx.engine: Using archive 
interval of 1800 seconds (specified by hardware)
Jan 17 21:09:44 linux-3wjh weewxd[29783]: INFO weewx.engine: Record generation 
will be attempted in 'hardware'
Jan 17 21:09:44 linux-3wjh weewxd[29783]: INFO weewx.engine: Archive will use 
data binding wx_binding
Jan 17 21:09:44 linux-3wjh weewxd[29783]: INFO weewx.wxservices: StdWXCalculate 
will use data binding wx_binding
Jan 17 21:09:44 linux-3wjh weewxd[29783]: INFO weewx.engine: StdConvert target 
unit is 0x1
Jan 17 21:09:39 linux-3wjh weewxd[29783]: INFO weewx.engine: Loading station 
type Vantage (weewx.drivers.vantage)
Jan 17 21:09:39 linux-3wjh weewxd[29783]: INFO __main__: Debug: 1
Jan 17 21:09:39 linux-3wjh weewxd[29783]: INFO __main__: User module: 
/etc/weewx/bin/user
Jan 17 21:09:39 linux-3wjh weewxd[29783]: INFO __main__: Configuration file: 
/etc/weewx/weewx.conf
Jan 17 21:09:39 linux-3wjh weewxd[29783]: INFO __main__: WEEWX_ROOT: /
Jan 17 21:09:39 linux-3wjh weewxd[29783]: INFO __main__: Entry path: 
/usr/share/weewx/weewxd.py
Jan 17 21:09:39 linux-3wjh weewxd[29783]: INFO __main__: Locale: 'en_US.UTF-8'
Jan 17 21:09:39 linux-3wjh weewxd[29783]: INFO __main__: Platform 
Linux-5.14.21-150500.55.39-default-x86_64-with-glibc2.3.4
Jan 17 21:09:39 linux-3wjh weewxd[29783]: INFO __main__: Located at 
/usr/bin/python3
Jan 17 21:09:39 linux-3wjh weewxd[29783]: INFO __main__: Using Python 3.6.15 
(default, Sep 23 2021, 15:41:43) [GCC]
Jan 17 21:09:39 linux-3wjh weewxd[29783]: INFO __main__: Command line: 
/usr/share/weewx/weewxd.py /etc/weewx/weewx.conf
Jan 17 21:09:39 linux-3wjh weewxd[29783]: INFO __main__: Initializing weewxd 
version 5.0.0
Jan 17 21:09:39 linux-3wjh systemd[1]: Started WeeWX.
Jan 17 21:08:49 linux-3wjh systemd[1]: Stopped WeeWX.
Jan 17 21:08:49 linux-3wjh systemd[1]: weewx.service: Deactivated successfully.
Jan 17 21:08:49 linux-3wjh weewxd[28873]: INFO __main__: Terminating weewx 
version 5.0.0
Jan 17 21:08:48 linux-3wjh weewxd[28873]: INFO weewx.engine: Main loop exiting. 
Shutting engine down.
Jan 17 21:08:48 linux-3wjh weewxd[28873]: INFO __main__: Received signal TERM 
(15).
Jan 17 21:08:48 linux-3wjh systemd[1]: Stopping WeeWX...
Jan 17 21:05:51 linux-3wjh weewxd[28873]: INFO weewx.engine: Starting main 
packet loop.
Jan 17 21:05:48 linux-3wjh weewxd[28873]: INFO weewx.manager: Daily summaries 
up to date
Jan 17 21:05:48 linux-3wjh weewxd[28873]: INFO weewx.manager: Starting backfill 
of daily summaries
Jan 17 21:05:48 linux-3wjh weewxd[28873]: INFO weewx.engine: Using binding 
'wx_binding' to database 'weewx.sdb'
Jan 17 21:05:48 linux-3wjh weewxd[28873]: INFO weewx.engine: Clock error is 
2.05 seconds (positive is fast)
Jan 17 21:05:46 linux-3wjh weewxd[28873]: INFO __main__: Starting up weewx 
version 5.0.0
Jan 17 21:05:46 linux-3wjh weewxd[28873]: INFO weewx.engine: 'pyephem' 
detected, extended almanac data is available
Jan 17 21:05:46 linux-3wjh weewxd[28873]: INFO weewx.restx: AWEKAS: Posting not 
enabled.
Jan 17 21:05:46 linux-3wjh weewxd[28873]: INFO weewx.restx: WOW: Posting not 
enabled.
Jan 17 21:05:46 linux-3wjh weewxd[28873]: INFO weewx.restx: CWOP: Posting not 
enabled.
Jan 17 21:05:46 linux-3wjh weewxd[28873]: INFO weewx.restx: PWSweather: Posting 
not enabled.
Jan 17 21:05:46 linux-3wjh weewxd[28873]: INFO weewx.restx: Wunderground: 
Posting not enabled.
Jan 17 21:05:46 linux-3wjh weewxd[28873]: INFO weewx.restx: StationRegistry: 
Registration not requested.
Jan 17 21:05:46 linux-3wjh weewxd[28873]: INFO weewx.engine: Using archive 
interval of 1800 seconds (specified by hardware)
Jan 17 21:05:46 linux-3wjh weewxd[28873]: INFO weewx.engine: Record generation 
will be attempted in 'hardware'
Jan 17 21:05:46 linux-3wjh weewxd[28873]: INFO weewx.engine: Archive will use 
data binding wx_binding
Jan 17 21:05:46 linux-3wjh weewxd[28873]: INFO weewx.wxservices: StdWXCalculate 
will use data binding wx_binding
Jan 17 21:05:46 linux-3wjh weewxd[28873]: INFO weewx.engine: StdConvert target 
unit is 0x1
Jan 17 21:05:42 linux-3wjh weewxd[28873]: INFO weewx.engine: Loading station 
type Vantage (weewx.drivers.vantage)
Jan 17 21:05:42 linux-3wjh weewxd[28873]: INFO __main__: Debug: 0
Jan 17 21:05:42 linux-3wjh weewxd[28873]: INFO __main__: User module: 
/etc/weewx/bin/user
Jan 17 21:05:42 linux-3wjh weewxd[28873]: INFO __main__: Configuration file: 
/etc/weewx/weewx.conf
Jan 17 21:05:42 linux-3wjh weewxd[28873]: INFO __main__: WEEWX_ROOT: /
Jan 17 21:05:42 linux-3wjh weewxd[28873]: INFO __main__: Entry path: 
/usr/share/weewx/weewxd.py
Jan 17 21:05:42 linux-3wjh weewxd[28873]: INFO __main__: Locale: 'en_US.UTF-8'
Jan 17 21:05:42 linux-3wjh weewxd[28873]: INFO __main__: Locale: 'en_US.UTF-8'
Jan 17 21:05:42 linux-3wjh weewxd[28873]: INFO __main__: Platform 
Linux-5.14.21-150500.55.39-default-x86_64-with-glibc2.3.4
Jan 17 21:05:42 linux-3wjh weewxd[28873]: INFO __main__: Located at 
/usr/bin/python3
Jan 17 21:05:42 linux-3wjh weewxd[28873]: INFO __main__: Using Python 3.6.15 
(default, Sep 23 2021, 15:41:43) [GCC]
Jan 17 21:05:42 linux-3wjh weewxd[28873]: INFO __main__: Command line: 
/usr/share/weewx/weewxd.py /etc/weewx/weewx.conf
Jan 17 21:05:42 linux-3wjh weewxd[28873]: INFO __main__: Initializing weewxd 
version 5.0.0
Jan 17 21:05:42 linux-3wjh systemd[1]: Started WeeWX.
Jan 17 21:05:42 linux-3wjh systemd[1]: Stopped WeeWX.
Jan 17 21:05:42 linux-3wjh systemd[1]: weewx.service: Deactivated successfully.
Jan 17 21:05:42 linux-3wjh python3[20476]: weewx[20476] INFO __main__: 
Terminating weewx version 4.10.2
Jan 17 21:05:41 linux-3wjh python3[20476]: weewx[20476] INFO weewx.engine: 
Shutting down StdReport thread
Jan 17 21:05:41 linux-3wjh python3[20476]: weewx[20476] INFO weewx.engine: Main 
loop exiting. Shutting engine down.
Jan 17 21:05:41 linux-3wjh python3[20476]: weewx[20476] INFO __main__: Received 
signal TERM (15).
Jan 17 21:05:41 linux-3wjh systemd[1]: Stopping WeeWX...
Jan 17 21:00:20 linux-3wjh python3[20476]: weewx[20476] INFO 
weewx.reportengine: Copied 0 files to /var/www/html/weewx
Jan 17 21:00:20 linux-3wjh python3[20476]: weewx[20476] INFO 
weewx.imagegenerator: Generated 45 images for report SeasonsReport in 0.85 
seconds
Jan 17 21:00:19 linux-3wjh python3[20476]: weewx[20476] INFO 
weewx.cheetahgenerator: Generated 8 files for report SeasonsReport in 0.31 
seconds
Jan 17 21:00:19 linux-3wjh python3[20476]: weewx[20476] INFO weewx.manager: 
Added record 2024-01-17 21:00:00 EST (1705543200) to daily summary in 
'weewx.sdb'
Jan 17 21:00:19 linux-3wjh python3[20476]: weewx[20476] INFO weewx.manager: 
Added record 2024-01-17 21:00:00 EST (1705543200) to database 'weewx.sdb'
Jan 17 20:38:00 linux-3wjh python3[20476]: weewx[20476] ERROR 
weewx.drivers.vantage: LOOP batch try #2; error: timed out
Jan 17 20:38:00 linux-3wjh python3[20476]: weewx[20476] ERROR 
weewx.drivers.vantage: ip-read error: timed out
Jan 17 20:32:30 linux-3wjh python3[20476]: weewx[20476] ERROR 
weewx.drivers.vantage: LOOP batch try #1; error: timed out
Jan 17 20:32:30 linux-3wjh python3[20476]: weewx[20476] ERROR 
weewx.drivers.vantage: ip-read error: timed out
Jan 17 20:30:20 linux-3wjh python3[20476]: weewx[20476] INFO 
weewx.reportengine: Copied 5 files to /var/www/html/weewx
Jan 17 20:30:20 linux-3wjh python3[20476]: weewx[20476] INFO 
weewx.imagegenerator: Generated 30 images for report SeasonsReport in 0.55 
seconds
Jan 17 20:30:19 linux-3wjh python3[20476]: weewx[20476] INFO 
weewx.cheetahgenerator: Generated 8 files for report SeasonsReport in 0.51 
seconds
Jan 17 20:30:19 linux-3wjh python3[20476]: weewx[20476] INFO weewx.manager: 
Added record 2024-01-17 20:30:00 EST (1705541400) to daily summary in 
'weewx.sdb'
Jan 17 20:30:19 linux-3wjh python3[20476]: weewx[20476] INFO weewx.manager: 
Added record 2024-01-17 20:30:00 EST (1705541400) to database 'weewx.sdb'
Jan 17 20:20:36 linux-3wjh python3[20476]: weewx[20476] INFO weewx.engine: 
Starting main packet loop.
Jan 17 20:20:33 linux-3wjh python3[20476]: weewx[20476] INFO weewx.manager: 
Daily summaries up to date
Jan 17 20:20:33 linux-3wjh python3[20476]: weewx[20476] INFO weewx.manager: 
Starting backfill of daily summaries
Jan 17 20:20:33 linux-3wjh python3[20476]: weewx[20476] INFO weewx.engine: 
Using binding 'wx_binding' to database 'weewx.sdb'
Jan 17 20:20:33 linux-3wjh python3[20476]: weewx[20476] INFO weewx.engine: 
Clock error is 2.44 seconds (positive is fast)
Jan 17 20:20:31 linux-3wjh python3[20476]: weewx[20476] INFO __main__: Starting 
up weewx version 4.10.2
Jan 17 20:20:31 linux-3wjh python3[20476]: weewx[20476] INFO weewx.engine: 
'pyephem' detected, extended almanac data is available
Jan 17 20:20:31 linux-3wjh python3[20476]: weewx[20476] INFO weewx.restx: 
AWEKAS: Posting not enabled.
Jan 17 20:20:31 linux-3wjh python3[20476]: weewx[20476] INFO weewx.restx: WOW: 
Posting not enabled.
Jan 17 20:20:31 linux-3wjh python3[20476]: weewx[20476] INFO weewx.restx: CWOP: 
Posting not enabled.
Jan 17 20:20:31 linux-3wjh python3[20476]: weewx[20476] INFO weewx.restx: 
PWSweather: Posting not enabled.
Jan 17 20:20:31 linux-3wjh python3[20476]: weewx[20476] INFO weewx.restx: 
Wunderground: Posting not enabled.
Jan 17 20:20:31 linux-3wjh python3[20476]: weewx[20476] INFO weewx.restx: 
StationRegistry: Registration not requested.
Jan 17 20:20:31 linux-3wjh python3[20476]: weewx[20476] INFO weewx.engine: 
Using archive interval of 1800 seconds (specified by hardware)
Jan 17 20:20:31 linux-3wjh python3[20476]: weewx[20476] INFO weewx.engine: 
Record generation will be attempted in 'hardware'
Jan 17 20:20:31 linux-3wjh python3[20476]: weewx[20476] INFO weewx.engine: 
Archive will use data binding wx_binding
Jan 17 20:20:31 linux-3wjh python3[20476]: weewx[20476] INFO weewx.wxservices: 
StdWXCalculate will use data binding wx_binding
Jan 17 20:20:31 linux-3wjh python3[20476]: weewx[20476] INFO weewx.engine: 
StdConvert target unit is 0x1
Jan 17 20:20:26 linux-3wjh python3[20476]: weewx[20476] INFO weewx.engine: 
Loading station type Vantage (weewx.drivers.vantage)
Jan 17 20:20:26 linux-3wjh python3[20476]: weewx[20476] INFO __main__: Debug is 0
Jan 17 20:20:26 linux-3wjh python3[20476]: weewx[20476] INFO __main__: Using 
configuration file /etc/weewx/weewx.conf
Jan 17 20:20:26 linux-3wjh python3[20476]: weewx[20476] INFO __main__: Locale 
is 'en_US.UTF-8'
Jan 17 20:20:26 linux-3wjh python3[20476]: weewx[20476] INFO __main__: Platform 
Linux-5.14.21-150500.55.39-default-x86_64-with-glibc2.3.4
Jan 17 20:20:26 linux-3wjh python3[20476]: weewx[20476] INFO __main__: Located 
at /usr/bin/python3
Jan 17 20:20:26 linux-3wjh python3[20476]: weewx[20476] INFO __main__: Using 
Python 3.6.15 (default, Sep 23 2021, 15:41:43) [GCC]
Jan 17 20:20:26 linux-3wjh python3[20476]: weewx[20476] INFO __main__: 
Initializing weewx version 4.10.2
Jan 17 20:20:26 linux-3wjh systemd[1]: Started WeeWX.
Jan 17 20:20:26 linux-3wjh systemd[1]: Stopped WeeWX.
Jan 17 20:20:26 linux-3wjh systemd[1]: weewx.service: Deactivated successfully.
Jan 17 20:20:26 linux-3wjh weewxd[9772]: INFO __main__: Terminating weewx 
version 5.0.0
Jan 17 20:20:26 linux-3wjh weewxd[9772]: INFO weewx.engine: Shutting down 
StdReport thread
Jan 17 20:20:26 linux-3wjh weewxd[9772]: INFO weewx.engine: Main loop exiting. 
Shutting engine down.
Jan 17 20:20:26 linux-3wjh weewxd[9772]: INFO __main__: Received signal TERM 
(15).
Jan 17 20:20:26 linux-3wjh systemd[1]: Stopping WeeWX...
Jan 17 20:00:19 linux-3wjh weewxd[9772]: INFO weewx.manager: Added record 
2024-01-17 20:00:00 EST (1705539600) to daily summary in 'weewx.sdb'
Jan 17 20:00:19 linux-3wjh weewxd[9772]: INFO weewx.manager: Added record 
2024-01-17 20:00:00 EST (1705539600) to database 'weewx.sdb'
Jan 17 19:30:19 linux-3wjh weewxd[9772]: INFO weewx.manager: Added record 
2024-01-17 19:30:00 EST (1705537800) to daily summary in 'weewx.sdb'
Jan 17 19:30:19 linux-3wjh weewxd[9772]: INFO weewx.manager: Added record 
2024-01-17 19:30:00 EST (1705537800) to database 'weewx.sdb'
Jan 17 19:21:28 linux-3wjh weewxd[9772]: INFO weewx.engine: Starting main 
packet loop.
lines 134-200/200 (END)



Reply via email to