Before getting in deeper two things spring out from looking at the log a) you have specified archive interval of 300 seconds in weewx.conf but the station is set to 1800 seconds (30 minutes). Weewx is using 1800 seconds. If you want the interval to be every 5 minutes you need to use wee_device to set the interval to also be 300 seconds. b) your MySQL server appears to keep not being available
so I would a) change the archive interval on the console b) investigate why MySQL keeps on not being available - or use SQLite instead. since weewx keeps restarting due to lack of MySQL availability this is the likely reason why reports are never produced. A 5 minute archive interval MAY allow more light to be shed on what is happening On Monday, 28 January 2019 19:57:27 UTC+2, Bjørn Steine wrote: > > Attached syslog extract from today and wee-debug output. > > Bjørn > > On Monday, January 28, 2019 at 2:26:25 PM UTC+1, Bjørn Steine wrote: >> >> I'm running whew 3.5.0 on a Linux Ubuntu 14.4, and it looks like it is >> working (mostly). It updates a MySQL DB, and log in syslog looks nice. The >> problem is that it does noe generate or update the HTML-files. When I run >> wee_reports it generates all the HTML files. >> >> Anybody knows how I can debug if the stdreport is running at all? >> >> Bjørn >> > -- 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.
