Hi all,
First let me say today we remember those lost on D-Day.
I can't seem to run any of the utilities like wee_config or wee_extension. When I look in /usr/share/weewx I don't see any of them.
This is what I get when I try to run a utility.
duane@weewx:/usr/share/weewx$ wee-extension --help
wee-extension: command not found
I can run weewxd however
duane@weewx:/usr/share/weewx$ weewxd --help
usage: weewxd.py --help
weewxd.py --version ...
When I look at the usr/share/weewx directory I don't see any of the utilities.
I must be missing something simple.
Now on to the reports issue I'm using the Seasons Skin and SFTP the report timing is :
- for seasons skin */15 * * * *
- for SFTP 3, 18, 33, 48 * * * *
I was trying to make sure that SFTP didn't run until after seasons finished.
I always get "Launch of report thread aborted: existing report thread still running" seeming to occur before SFTP runs.
Here is the result from systemctl status weewx
● weewx.service - WeeWX
Loaded: loaded (/lib/systemd/system/weewx.service; enabled; vendor preset: enabled)
Active: active (running) since Thu 2024-06-06 10:12:22 EDT; 16min ago
Docs:
https://weewx.com/docs Main PID: 10764 (python3)
Tasks: 5 (limit: 4436)
CGroup: /system.slice/weewx.service
└─10764 python3 /usr/share/weewx/weewxd.py /etc/weewx/weewx.conf
Jun 06 10:12:23 weewx weewxd[10764]: INFO weewx.engine: Using binding 'wx_binding' to database 'weewx_elec'
Jun 06 10:12:23 weewx weewxd[10764]: INFO weewx.manager: Starting backfill of daily summaries
Jun 06 10:12:23 weewx weewxd[10764]: INFO weewx.manager: Daily summaries up to date
Jun 06 10:12:27 weewx weewxd[10764]: INFO weewx.engine: Starting main packet loop.
Jun 06 10:12:35 weewx weewxd[10764]: ERROR weewx.restx_test: WOW: Failed to publish record 2024-06-06 09:56:00 EDT (1717682160)
: Failed upload after 3 tries
Jun 06 10:16:16 weewx weewxd[10764]: INFO weewx.engine: Launch of report thread aborted: existing report thread still runningJun 06 10:18:16 weewx weewxd[10764]: INFO paramiko.transport: Connected (version 2.0, client OpenSSH_8.4p1)
Jun 06 10:18:17 weewx weewxd[10764]: INFO paramiko.transport: Authentication (password) successful!
Jun 06 10:18:17 weewx weewxd[10764]: INFO paramiko.transport.sftp: [chan 0] Opened sftp connection (server version 3)
Jun 06 10:18:25 weewx weewxd[10764]: INFO paramiko.transport.sftp: [chan 0] sftp session closed.
Thanks in advance for any help.
Duane