Morning Gary, thanks for the quick reply, and for the link!

There is no 'loop_on_init' in my current weewx.conf, I take it I can simply 
add it in, like so:

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

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

# This section is for general configuration information.

# 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 = /home/weewx

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

# Keeping retrying!

loop_on_init = 1


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

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

#   This section is for information about the station.

[Station]

Then save those changes and restart the weewx service?

Simple as that?!




On Monday, 20 August 2018 10:14:41 UTC+1, gjr80 wrote:
>
> Hi,
>
> You are right, what you see is expected behaviour though StdReport has 
> nothing to do with it - it's just a victim of the fault. You can have WeeWX 
> continually retry loading the driver if the driver fails to load through 
> use of the loop_on_init config option in weewx.conf. I think loop_on_init 
> was more intended for use when WeeWX is first starting and the driver 
> cannot be loaded, but I think it should work in your case. You can read 
> about loop_on_init in the User's Guide (
> http://weewx.com/docs/usersguide.htm#General).
>
> Gary
>
>

-- 
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.
For more options, visit https://groups.google.com/d/optout.

Reply via email to