On Thursday, December 15, 2016 at 9:00:03 PM UTC-5, Marc Aubry wrote: > > weewx stop reporting few times per day and probably crash because nothing > appear in the syslog file after the last report (check below for extract of > my syslog file during the last crash and my weewx conf file). > To restart the weewx i do a reboot of the raspberry or stop and start of > the service. > what can i do to monitor if the weewx service crash and diagnose the cause > of the crash ???? >
marc, first of all, be sure that you are running the latest version of the wh23xx driver (0.7 as of 15dec2016). for the (fairly rare) cases where weewx is dying without spitting out anything to the log, run weewx directly: sudo weewxd /etc/weewx/weewx.conf if you are logged in remote via ssh, you might want to run screen first - that way if you lose the connection to the machine running weewx, you can reconnect later. do a 'screen -l' followed by 'screen -r xxx' and you'll pick up where you left off. m -- 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
