@Randy, (and later @Tom) and anyone else with input !

Nothing to do with your units problem, but that weather34 error is
possibly why you have no data coming in. The cluttered log shows you
have 2 weewx processes running.

One - PID  [1963] is caught up trying to get weather34 running (which
fails with a "Bad Request')

The others [3753] and then the last one at PID [4352] - try to run and
are then blocked
with a "OSError: [Errno 98] Address already in use"  and I'd suspect
that's because  weewx [1963] is holding it open

Can't help you with any of your main problem, but I'd suggest fixing,
or better yet just move weather34 out of the way so that it is not
interfering with the main engine,

Kill all weewxd instances. To find them...

 ps aux | grep [w]eewxd

 kill -9 1963

 kill -9 XXXX

Disable the weather34 skin (Probably under [StdReport][[weather34]] ?)

@Tom,
I'm using my full quotient of brain cells on this log, but it appears
that when weewx does a forced restart, it does so without killing PID
[1963] which appears to be started by systemd at 07:14:28

Should this be dealt with by weewx on the forced restart?

Points of interest, from the syslog

Aug  7 07:14:28 raspberrypi systemd[1]:
[...]
Aug  7 07:14:32 raspberrypi weewx[1959] INFO __main__: PID file is
/var/run/weewx.pid
Aug  7 07:14:32 raspberrypi weewx[1963] INFO __main__: Using
configuration file /etc/weewx/weewx.conf


Aug  7 10:30:41 raspberrypi weewx[1963] ERROR user.weather34: [...]
Error: HTTP Error 401
[...]
Aug  7 10:34:51 raspberrypi weewx[3753] INFO __main__: Initializing
weewx version 4.1.1
[...]
Aug  7 10:40:40 raspberrypi weewx[1963] ERROR user.weather34: Failed
 [...]
Aug  7 10:39:37 raspberrypi weewx[3753] CRITICAL __main__:     ****
RuntimeError: can't start new thread
Aug  7 10:39:37 raspberrypi weewx[3753] CRITICAL __main__:     ****  Exiting.
[...]
Aug  7 10:41:46 raspberrypi weewx[4352] INFO __main__: Initializing
weewx version 4.1.1
[...]
Aug  7 10:45:40 raspberrypi weewx[1963] ERROR user.weather34: Failed

-- 


Cheers
 Glenn

rorpi - read only raspberry pi & various weewx addons
https://github.com/glennmckechnie

-- 
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/CAAraAzgifQQnqkbG%3DkjPoGib3nrKuGc_%2Btb4B-sUv5k0FXLHTA%40mail.gmail.com.

Reply via email to