20-10-2019, 12:51
(20-10-2019, 09:25)edr1924 Wrote:(19-10-2019, 22:20)engolling Wrote: Hello,
I'm using WeeWx with my Pro2Plus and it runs fine.
According to the log, it seems that the WeatherDuino does not answer. Are you sure, that the WeatherDuino has already fully startet and received some RF package before starting WeeWx?
Be sure that the programming switch is in "run" mode so the controller does not reboot when WeeWx connects.
You can also add the loop_on_init function in your weewx.conf - it should prevent it stopping in any case.Code:# WEEWX CONFIGURATION FILE
#
# Copyright (c) 2009-2015 Tom Keffer <tkeffer@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 = 0
loop_on_init = True
Regards,
engolling
Thank you, your reply is very much appreciated! I have some things to check.
Will report back ...
forgot about the switch... setting to 'run' did the trick...
Thanks!

