RE: [weewx-user] Noisy logging, log_success = False not followed

2020-05-25 Thread nineback
Thanks Tom. Working fine now. Tom From: weewx-user@googlegroups.com On Behalf Of Tom Keffer Sent: Monday, May 25, 2020 6:13 PM To: weewx-user Subject: Re: [weewx-user] Noisy logging, log_success = False not followed My apologies. The layout of the configuration dictionary

RE: [weewx-user] Noisy logging, log_success = False not followed

2020-05-25 Thread nineback
Following these instructions I had logging to weewx.log working. I upgraded to 4.1.0 and am now logging to syslog and not weewx.log. I tied Logging with and without the integers in my config file as below. #[Logging] #[[loggers]] ## Root logger #[[[root]]] #

RE: [weewx-user] Noisy logging, log_success = False not followed

2020-05-15 Thread nineback
Thanks Tom. I updated the logger.py file and all is well. I also changed the formatter to verbose so I could get date/time stamps. Tom From: weewx-user@googlegroups.com On Behalf Of Tom Keffer Sent: Friday, May 15, 2020 7:09 PM To: weewx-user Subject: Re: [weewx-user] Noisy logging,

RE: [weewx-user] Noisy logging, log_success = False not followed

2020-05-15 Thread nineback
I tried to follow the instructions in the v4 logging wiki, https://github.com/weewx/weewx/wiki/WeeWX-v4-and-logging. I added this to my weewx.conf file: [Logging] [[loggers]] # Root logger [[[root]]] handlers = rotate,# 1 [[handlers]]

[weewx-user] Re: Beta testers for v3.9.0 needed

2019-01-23 Thread nineback
> > Just updated to 3.9.0b1 and am getting the following error. I guess Gary > needs to look at the WD script. Jan 23 11:13:24 raspberrypi weewx[11023]: cheetahgenerator: Generate failed with exception '' Jan 23 11:13:24 raspberrypi weewx[11023]: cheetahgenerator: Ignoring template

[weewx-user] Real Time Gauges (RTGD) for Steel Series

2019-01-21 Thread nineback
I'm a little confused which is nothing new. I have RTGD configured as [RealtimeGaugeData] date_format = %Y.%m.%d %H:%M rtgd_path = /home/weewx/public_html scroller_source = WU remote_server_url = http://www.XXX.com/weewx/ss/post_gauge-data.php rtgd_file_name = gauge-data.txt

[weewx-user] RPI and Saving Files to NAS

2019-01-17 Thread nineback
I have my laptop running Linux and weewx set up to store the archive folder and the public_html folder on my Synology NAS. I have entered the lines into the fstab to have the NAS mounted when the laptop boots up. I have tried different combinations of fstab with my RPI and the RPI will not

RE: [weewx-user] Re: Getting the RPi 3 with Davis Vantage up and running

2019-01-13 Thread nineback
Look towards the bottom of the index.html.temp file in the skins/standard directory. You will see . Comment out this line. Tom From: weewx-user@googlegroups.com On Behalf Of monmul Sent: Sunday, January 13, 2019 2:48 PM To: weewx-user Subject: [weewx-user] Re: Getting the RPi 3

RE: [weewx-user] Real Time Gauges (RTGD) for Steel Series

2019-01-12 Thread nineback
OK. I see more detailed instructions in the rtgd.py file. I’ll give it a go though I may wait until tomorrow morning when I am fresh. The steps seem pretty involved for us novices. It does appear as though the gauge-data.txt file generated by SS is placed in the public_html/ss directory and

[weewx-user] Real Time Gauges (RTGD) for Steel Series

2019-01-12 Thread nineback
I am just starting to attempt to set these up. I intend to use the post_gauge-data.php to get the files on my off-site server. The instructions say: Note: If the SteelSeries weeWX skin is installed either disable the skin or ensure that the Realtime gauge-data extension generated

RE: [weewx-user] Re: #IF #ELSE in Index.html.tmpl

2019-01-07 Thread nineback
Perfect! I saw the .raw in the customizing reports but never thought to try it. Thanks Andy. Tom From: weewx-user@googlegroups.com On Behalf Of Andrew Milner Sent: Monday, January 7, 2019 12:31 PM To: weewx-user Subject: [weewx-user] Re: #IF #ELSE in Index.html.tmpl try if

[weewx-user] #IF #ELSE in Index.html.tmpl

2019-01-07 Thread nineback
No laughing please. I'm trying to learn. I want to make the value for Rain Rate RED when it is raining. For some reason my code always default to the ELSE statement. I have spent way too much time trying different options and internet searches so it is time to ask for help. My basic code:

RE: [weewx-user] Re: Getting the RPi 3 with Davis Vantage up and running

2019-01-07 Thread nineback
Curious why you are using a Wi-Fi dongle? RPI 3 has Wi-Fi built in. Tom From: weewx-user@googlegroups.com On Behalf Of monmul Sent: Monday, January 7, 2019 12:18 AM To: weewx-user Subject: [weewx-user] Re: Getting the RPi 3 with Davis Vantage up and running Yes, thank you Gary for

RE: [weewx-user] Re: Alarm.py Help

2019-01-06 Thread nineback
Thanks for the heads up. I hardly ever use this email account (non-SSL) so was not aware of the problem. I updated the MX record and then tested it using the alarm.py file in the example directory. Worked fine. Again thanks for the help and sorry for the confusion. Tom From:

RE: [weewx-user] Re: Alarm.py Help

2019-01-06 Thread nineback
Sent. Tom From: weewx-user@googlegroups.com On Behalf Of Thomas Keffer Sent: Sunday, January 6, 2019 9:33 AM To: weewx-user Subject: Re: [weewx-user] Re: Alarm.py Help Possibly, but I don't think so. The library smtplib uses a default of 465 for attempting SSL connections. Also,

RE: [weewx-user] Re: Alarm.py Help

2019-01-06 Thread nineback
It is the mail server provided by my ISP, inmotionhosting.com. No exception was raised. Could it be something to do with the port? I noticed in the setup that there was no way to designate a port. SSL: Outgoing Server: secure246.inmotionhosting.com SMTP Port: 465 Non-SSL:

RE: [weewx-user] Re: Alarm.py Help

2019-01-05 Thread nineback
As requested. Thanks for helping. Tom From: weewx-user@googlegroups.com On Behalf Of Thomas Keffer Sent: Saturday, January 5, 2019 6:58 PM To: weewx-user Subject: Re: [weewx-user] Re: Alarm.py Help Hmmm. Try this version. It has been heavily instrumented. Again, run with

[weewx-user] Re: Alarm.py Help

2019-01-05 Thread nineback
I used the alarm.py version that you sent the link to. I attached it along with the syslog. I am not using an SSL connection. Still nothing. I did notice an error when I quit weewx this time. On Saturday, January 5, 2019 at 12:20:32 PM UTC-6, nine...@gmail.com wrote: > > I set up

[weewx-user] Alarm.py Help

2019-01-05 Thread nineback
I set up alarm.py per the instructions (I think). I wanted to test an alarm so I set it for expression= "outTemp > 40". When I run weewx I get alarm: Alarm set for expression: 'outTemp > 40.0' alarm: Alarm expression "outTemp > 40.0" evaluated True at 2019-01-05 11:15:00 CST (1546708500)

RE: [weewx-user] Re: All Time Records

2019-01-04 Thread nineback
Thanks Pat! I tried different variable but not sure why I did not try this one. Tom From: weewx-user@googlegroups.com On Behalf Of Pat Sent: Friday, January 4, 2019 2:30 PM To: weewx-user Subject: [weewx-user] Re: All Time Records $alltime.outTemp.mintime On Friday, January 4, 2019

[weewx-user] All Time Records

2019-01-04 Thread nineback
I installed the xstats extension from the examples directory and it is producing the sample html file. I want to be able to show the max/min values and the time they occurred? Is there a variable I can use with say $alltime.outTemp.min to give me the time it occurred? All Time Low:

[weewx-user] Zambretti Forecast Showing "The forecast is Fine weather" When it is Raining

2019-01-03 Thread nineback
I have set up up the forecast add-in and have it set up to produce NWS and Weather Underground forecast which it is doing. It is also producing a Zambretti Forecast but it ais showing "The forecast is Fine weather" for the past couple of days I have had forecast running. The weather has not

[weewx-user] Re: Steel Series Gauges

2019-01-01 Thread nineback
I was testing the files on my local Window's Machine and getting the message. Once I tested them on my off-site server all is well. Tom On Tuesday, January 1, 2019 at 10:30:52 AM UTC-6, nine...@gmail.com wrote: > > I installed the gauges uses the weex install script. Files are being >

[weewx-user] Steel Series Gauges

2019-01-01 Thread nineback
I installed the gauges uses the weex install script. Files are being produced in my var/www/html/weewx/ss directory. When I run the index.html file the gauges show up just fine except I get an error: in the led display and no data is shown on the gauges. I suspect it s something to do with

RE: [weewx-user] ExtraTemp1

2018-12-30 Thread nineback
Thanks again for the help and a great program. Tom From: weewx-user@googlegroups.com On Behalf Of Thomas Keffer Sent: Sunday, December 30, 2018 9:16 AM To: weewx-user Subject: Re: [weewx-user] ExtraTemp1 Glad to hear all is well. -tk On Sun, Dec 30, 2018 at 4:59 AM Tom

RE: [weewx-user] ExtraTemp1

2018-12-29 Thread nineback
Here is what sqlite3 shows. sqlite> select datetime(dateTime, 'unixepoch', 'localtime'), inTemp, inHumidity, extraTemp1, windSpeed, windGust from archive order by dateTime desc limit 10; 2018-12-29 20:13:00|75.3|47.0|53.0|0.0|1.0 2018-12-29 20:12:00|75.3|47.0|53.0|0.0|1.0 2018-12-29

RE: [weewx-user] ExtraTemp1

2018-12-29 Thread nineback
As requested. Looking at the database I also see that windGustDir, inTemp, and inHumidity are NULL. Tom From: weewx-user@googlegroups.com On Behalf Of Thomas Keffer Sent: Saturday, December 29, 2018 7:22 PM To: weewx-user Subject: Re:

[weewx-user] Re: Unrecoverable Error

2018-12-20 Thread nineback
Replaced with older conf. Now working. Tom On Wednesday, December 19, 2018 at 12:18:15 PM UTC-6, nine...@gmail.com wrote: > > Well I have somehow managed to change something that is causing my system > not to work. It was working fine. I imported several years worth of > record from

[weewx-user] Re: Unrecoverable Error

2018-12-20 Thread nineback
I went back to a previous conf file and loaded it and things are now working again. It is interesting that I tried this before with no luck. I found out, for some reason, I needed to reboot weewx vs just restarting after replacing the conf file, for it to work. Tom On Wednesday, December

[weewx-user] Unrecoverable Error

2018-12-19 Thread nineback
Well I have somehow managed to change something that is causing my system not to work. It was working fine. I imported several years worth of record from Weather Underground. I get this message: weewx[481]: engine: Caught unrecoverable exception in engine: Dec 19 11:50:37 weewx weewx[481]:

[weewx-user] Re: weewx-WD Upload Directory

2018-12-19 Thread nineback
Thanks Gary. I commented out the various sections that had WD and the site is updating. While using Weather Display software I had made some custom changes that I need to deal with. I am using the alternate Saratoga script as well so need to do some fine tuning. Tom On Tuesday, December

[weewx-user] weewx-WD Upload Directory

2018-12-18 Thread nineback
New user of the raspberry pi and weewx. I got weewx uploading fine to my Meteotemplate site. I installed weewx-wd and am having problems with the FTP upload directory. The html, png, etc files are going into my public_html/wd directory which is my main directory for wd. The client* files