[weewx-user] Re: weewx-weewx-wd testtags.php not generated

2021-02-01 Thread Charles Boening
Thanks. Appreciate the insight. I agree, Cheetah messages are definitely lacking. It was essentially start cutting things out until it worked. :) On Sunday, January 31, 2021 at 8:16:52 PM UTC-8 gjr80 wrote: > In fact change it to: > > #if $current.txBatteryStatus.raw is not None > > The !=

[weewx-user] Re: weewx-weewx-wd testtags.php not generated

2021-01-31 Thread gjr80
In fact change it to: #if $current.txBatteryStatus.raw is not None The != was really annoying me, like I said it was written along time ago. Gary On Monday, 1 February 2021 at 14:06:19 UTC+10 gjr80 wrote: > Well found, The helpfulness of Cheetah error messages can be somewhat > lacking at

[weewx-user] Re: weewx-weewx-wd testtags.php not generated

2021-01-31 Thread gjr80
Well found, The helpfulness of Cheetah error messages can be somewhat lacking at times. Looking at that portion of code I can see the error, try making the highlighted change to testtags.php.tmpl: #if $varExists('$current.txBatteryStatus') and ($station.hardware[0:7] == 'Vantage') #if

[weewx-user] Re: weewx-weewx-wd testtags.php not generated

2021-01-31 Thread Charles Boening
I think we're good now. Ended up having to clear my station memory (lost a few hours of data). Made sure the time was set as well. Oddly enough, every time the poller ran it was bringing additional pages just not saving them. Could have been some corrupt DB rows as well since I did clear

[weewx-user] Re: weewx-weewx-wd testtags.php not generated

2021-01-31 Thread Charles Boening
I think I found the issue. I have a Vantage Pro 2 as previously mentioned. There seems to be something wrong with fetching the battery status or using the data. I changed this #if $varExists('$current.txBatteryStatus') and ($station.hardware[0:7] == 'Vantage') #if $current.txBatteryStatus