Re: [weewx-user] Re: index.html not updating

2021-01-04 Thread gjr80
Bizarre, 8 am still confident there is something in your Seasons index.html.tmpl that is causing an error hence it’s not generated. Can you post your copy of Seasons index.html.tmpl? Maybe something will stand out. Gary On Tuesday, 5 January 2021 at 07:56:51 UTC+10 blu...@gmail.com wrote: > I

Re: [weewx-user] Re: index.html not updating

2021-01-04 Thread Kevin Davis
I just double checked /etc/weewx/weewx.conf and wee_debug and both are showing debug = 1 and [StdReport] log_failure = True. Did another sudo /etc/init.d/weewx restart, still no DEBUG entries in /var/log/messages. index.html in /var/www/html/weewx has the 1 January timestamp, but all the graph im

Re: [weewx-user] Re: index.html not updating

2021-01-04 Thread gjr80
Hmm, I’m still not convinced that the log is as it should be, log_failure under [StdReport] is definitely = True? When reports are generated there should be entries about skin.conf being found etc. Nonetheless, Seasons seems to be generating the correct number of files. Can you check the timest

Re: [weewx-user] Re: index.html not updating

2021-01-04 Thread Kevin Davis
Done. Nothing new in log. Jan 4 07:59:09 corbett weewx[32526] INFO __main__: Initializing weewx version 4.2.0 Jan 4 07:59:09 corbett weewx[32526] INFO __main__: Using Python 2.7.13 (default, Aug 22 2020, 10:03:02) #012[GCC 6.3.0 20170516] Jan 4 07:59:09 corbett weewx[32526] INFO __main__: Plat

Re: [weewx-user] Re: index.html not updating

2021-01-04 Thread gjr80
I suspect you have an error in the generation of your Seasons index.html file that is being masked by log_failure = False under [StdReport] in weewx.conf. Try changing this to log_failure = True, (leave debug = 1) restart WeeWX and see what appears in the log. Gary On Monday, 4 January 2021 at

Re: [weewx-user] Re: index.html not updating

2021-01-03 Thread Kevin Davis
Thanks for the help Gary. I was literally 2 hours away at the beach, away from my Pi at the time that it's stuck at, so I know I didn't make any changes intentionally. The only correlation I can come up close to the 11:55pm time that it's stuck at is, each night @ 11:59pm via a cron job, I stop w

[weewx-user] Re: index.html not updating

2021-01-03 Thread gjr80
Hi, That is interesting, you have debug = 1 but the detail that is showing in the log is less than there should be. Could you please post the output from wee_debug --info . Before posting the wee_debug output check to make sure there is no

Re: [weewx-user] Re: index.html not updating

2019-12-16 Thread Neil S
Thanks Thomas. Yes I did alter it (to add a UV sensor) on 14th July. So not sure why it finally gave up the ghost on 12th Dec! I have re-instated your original sensors.inc and it has started working again (albeit without the UV sensor). . Well at least it gives me something to do over Xmas t

Re: [weewx-user] Re: index.html not updating

2019-12-15 Thread Thomas Keffer
In addition to Vince's comments, I would add that the problem is most likely in the file /etc/weewx/skins/Seasons/sensors.inc. Did you change anything in there? -tk On Sun, Dec 15, 2019 at 11:00 AM vince wrote: > The rsyslogd thing is not related to anything weewx, it's just a > longstanding os

[weewx-user] Re: index.html not updating

2019-12-15 Thread vince
The rsyslogd thing is not related to anything weewx, it's just a longstanding os annoyance that has been around for years. Cheetah explosions are painful to figure out for sure. Best guess is you have some unexpected or missing data that it can't figure out how to do unit conversions on. --