Hi Phil, This is a known issue with the Davis weather station. This is what I do to correct the issues, I usually do this when the clocks go forwards or backwards.
I have installed Weewx by apt-get method so the file locations may change. >From a command prompt on the Pi. Stop Weewx sudo /etc/init.d/weewx stop Then clear the memory in the Davis logger cd /user/bin ./wee_device —clear-memory Then either reboot, or sudo /etc/init.d/weewx start To restart Weewx Then check if you are seeing the data, I use sudo tail -F /var/log/syslog You should then see the system messages every 5mins showing the data being received from the weather station and the web pages updating To exit that real-time logging type Ctrl-C Regards Phil -- 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.
