I just finished upgrading from weewx 3.5 to 3.6 and going from a Pi 2 to a Pi 3 and ran into these problems so once you have your weather station actually communicating with the Pi look at these
Make sure you have done the prerequisites as shown in the weewx documentation http://www.weewx.com/docs/setup.htm - I didn't do this and things worked for me but I am using the Davis stuff plus tweaks. 1. my weewx.conf in /etc/weewx/ had HTML_ROOT=/var/www/weewx in Standard Reports instead of HTML_ROOT=/var/www/html/weewx so my reports were being produced 1 level up from where apache2 was looking so any reference to file: ///var/www/html/weewx/index.html was bad. I just changed the weewx.conf so HTML_ROOT=/var/www/html/weewx and apache started working. Might want to check that. 2. To stop the *rsyslogd-2007: action 'action 17' suspended, next retry is *records in /var/log/syslog go to /etc/rsyslog.conf and comment out last 4 lines see https://www.raspberrypi.org/forums/viewtopic.php?f=91&t=122601 for where I got the information. Seems to have worked for me. #daemon.*;mail.*;\ # news.err;\ # *.=debug;*.=info;\ # *.=notice;*.=warn |/dev/xconsole -- 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.
