Nov 20 10:33:40 weather weewx[577] ERROR weewx.restx: Wunderground-RF: Failed to publish record 2020-11-20 10:33:40 PST (1605897220): Failed upload after 1 tries
Nov 20 10:33:42 weather weewx[577] ERROR weewx.restx: Wunderground-RF: Failed to publish record 2020-11-20 10:33:42 PST (1605897222): Failed upload after 1 tries
^C
root@weather:/home
/{--domain--}/{--user--} # /etc/init.d/weewx status -l
● weewx.service - LSB: weewx weather system
Loaded: loaded (/etc/init.d/weewx; generated)
Active: active (running) since Fri 2020-11-20 10:30:43 PST; 3min 13s ago
Docs: man:systemd-sysv-generator(8)
Process: 447 ExecStart=/etc/init.d/weewx start (code=exited, status=0/SUCCESS)
Tasks: 4 (limit: 2016)
CGroup: /system.slice/weewx.service
└─577 python2 /usr/share/weewx/weewxd --daemon --pidfile=/var/run/weewx.pid /etc/weewx/weewx.conf
Nov 20 10:33:38 weather python2[577]: weewx[577] ERROR weewx.restx: Wunderground-RF: Failed to publish record 2020-11-20 10:33:38 PST (160589721…fter 1 tries
Nov 20 10:33:40 weather python2[577]: weewx[577] ERROR weewx.restx: Wunderground-RF: Failed to publish record 2020-11-20 10:33:40 PST (160589722…fter 1 tries
Nov 20 10:33:42 weather python2[577]: weewx[577] ERROR weewx.restx: Wunderground-RF: Failed to publish record 2020-11-20 10:33:42 PST (160589722…fter 1 tries
Nov 20 10:33:44 weather python2[577]: weewx[577] ERROR weewx.restx: Wunderground-RF: Failed to publish record 2020-11-20 10:33:44 PST (160589722…fter 1 tries
Nov 20 10:33:46 weather python2[577]: weewx[577] ERROR weewx.restx: Wunderground-RF: Failed to publish record 2020-11-20 10:33:46 PST (160589722…fter 1 tries
Nov 20 10:33:48 weather python2[577]: weewx[577] ERROR weewx.restx: Wunderground-RF: Failed to publish record 2020-11-20 10:33:48 PST (160589722…fter 1 tries
Nov 20 10:33:50 weather python2[577]: weewx[577] ERROR weewx.restx: Wunderground-RF: Failed to publish record 2020-11-20 10:33:50 PST (160589723…fter 1 tries
Nov 20 10:33:52 weather python2[577]: weewx[577] ERROR weewx.restx: Wunderground-RF: Failed to publish record 2020-11-20 10:33:52 PST (160589723…fter 1 tries
Nov 20 10:33:54 weather python2[577]: weewx[577] ERROR weewx.restx: Wunderground-RF: Failed to publish record 2020-11-20 10:33:54 PST (160589723…fter 1 tries
Nov 20 10:33:56 weather python2[577]: weewx[577] ERROR weewx.restx: Wunderground-RF: Failed to publish record 2020-11-20 10:33:56 PST (160589723…fter 1 tries
Hint: Some lines were ellipsized, use -l to show in full.
root@weather:/home/{--domain--}/{--user--}# nano /etc/weewx/weewx.conf
Config:
[[Wunderground]]
# This section is for configuring posts to the Weather Underground.
# If you wish to do this, set the option 'enable' to true,
# and specify a station (e.g., 'KORHOODR3') and password.
# To guard against parsing errors, put the password in quotes.
enable = true
station = KW********
password = "123456(No not really or is it?)"
# If you plan on using wunderfixer, set the following
# to your API key:
api_key = replace_me
# Set the following to True to have weewx use the WU "Rapidfire"
# protocol. Not all hardware can support it. See the User's Guide.
rapidfire = true
# rtfreq = 2.5
# log_success `= true
# log_failure = true
# retry_login = 1800
#Part of Weatherunderground section
#[[[Essentials]]]
# outTemp = True
##############################################################################