Hi, The issue is with weeWX not with anything else, once we get that sorted WU should come back up, and I suspect Apache is running fine as well. Towards the end of the log extract you had some communications issues with your station and as a result weeWX has not been receiving any data from the station, weeWX continues to generate reports every minute but since there is no new data the report is the same as the last one. There is a lot of activity in your log extract covering several stop/starts of weeWX so lets go back a bit. Edit weewx.conf, set debug=1 then save weewx.conf. Now stop then start weeWX. After a few minutes take a log extract from when weeWX was just started until a few report cycles have completed. It's important to capture all of the log from startup. Post that extract and let's have a look.
Just to be safe you might also want to have a look to see if any remnants are hanging around from previous weeWX instances, from the command line type $ ps -aux|grep weewx If weeWX is running that should show one line with something like /usr/bin/python /home/weewx/bin/weewxd --daemon --pidfile=/var/run/weewx.pid /home/weewx/weewx.conf at the end. If there are more lines that have '/usr/bin/python /home/weewx/bin/weewxd' at the end then there may be more than one instance of weeWX running and they will need to be closed. Post the output from the ps-aux command so we can see. Gary On Saturday, 25 March 2017 02:10:51 UTC+10, Ted Northrup wrote: > > When I did my first backup of my SD card, Weewx stopped updating weather > data on the index.html file with the VantagePro2 info. I checked to make > sure the RPi was getting the data, so I ran Weewx manually. The data from > the weather station scrolled on my Putty screen, so the USB port is > working. Weewx is continueing to update weewx uptime portion of the page. > But the date/time/weather data does not change. It appears that it is not > sending updates to Weather Underground either. In reviewing the bottom of > the attached log I saw the error about hardware archive interval not > matching weewx' internal. I changed that to 60 and restarted the weewx > service. No change in the screen. > You can see this stalled page at www.queensoaks.org/weewx. > I have restarted the Apache2 and weewx services several times and rebooted > the RPi twice. No luck! Hope you experts can see something in the > extended log attached. The folks in our condo building have come to depend > on this service. > > Ted Northrup > -- 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.
