Re: [weewx-user] Re: Steel Gauges question

2018-11-01 Thread Steve2Q
Just wanted to thank Gary for all of his help. Had to take the thread offline and through regular email as I could not send an attachment. Turned out that after setting everything up, there were a few typos that were finally found and corrected. SteelGauges with real time (2 second) updating

Re: [weewx-user] Re: Steel Gauges question

2018-10-27 Thread gjr80
Gday Steve, some comments below Gary On Sunday, 28 October 2018 00:18:16 UTC+10, Steve2Q wrote: > Good Morning, Gary. I implemented your changes from last night, and with > the exception of gauge-data.txt now in /var, there is no other change. Here > are two observations from today: > > 1.

Re: [weewx-user] Re: Steel Gauges question

2018-10-27 Thread Steve2Q
Good Morning, Gary. I implemented your changes from last night, and with the exception of gauge-data.txt now in /var, there is no other change. Here are two observations from today: 1. With debug = 1 there is no record of any of the charts (such as dayinouttemp.png) being uploaded to any

Re: [weewx-user] Re: Steel Gauges question

2018-10-26 Thread gjr80
PPS. You should then be able to redo the changes to the ss/skin.conf so that the mouseover plots are generated and upload by FTP. Gary On Saturday, 27 October 2018 09:33:52 UTC+10, gjr80 wrote: > > They just keep coming don't they! > > What is happening with the FtpGenerator error is that when

Re: [weewx-user] Re: Steel Gauges question

2018-10-26 Thread gjr80
They just keep coming don't they! What is happening with the FtpGenerator error is that when rtgd creates gauge-data.txt it actually builds the file in gauge-data.txt.tmp and once the file is complete it is copied to gauge-data.txt. This is known as an atomic write and is done to lessen the

Re: [weewx-user] Re: Steel Gauges question

2018-10-25 Thread Steve Meltz
No worries! Have a pleasant journey wherever you are heading. I'll be in and out all weekend..I'm busier now that i am retired than when I was working. On Thu, Oct 25, 2018, 11:26 PM gjr80 wrote: > Thinking just now I suspect this is because we disabled the SteelSeries > Gauges extension. Am

Re: [weewx-user] Re: Steel Gauges question

2018-10-25 Thread gjr80
Thinking just now I suspect this is because we disabled the SteelSeries Gauges extension. Am out for the rest of the day so going to have to leave this for now. Have a long train ride so plenty of time to give it some more thought and post a solution, probably a tomorrow job for you though :)

Re: [weewx-user] Re: Steel Gauges question

2018-10-25 Thread Steve2Q
The timeUTC is changing so the loops are working. Now to find why the background graphs stopped. Is that a problem in the line imgPathURL : '', // *** Change this to the relative path for your 'Trend' graph images should '', be changed to '/ss/', or something like that?

Re: [weewx-user] Re: Steel Gauges question

2018-10-25 Thread gjr80
Easy to tell, just open http://www.photokinetics.org/Weather/gauge-data.txt and refresh the page a few times while observing the timeUTC value, you will see the seconds ticking over if it is loop. Gary On Friday, 26 October 2018 13:04:16 UTC+10, Steve2Q wrote: > > ok..found the error in the

Re: [weewx-user] Re: Steel Gauges question

2018-10-25 Thread gjr80
First up let's deal with the changing gauges.js. The rtgd extension generates a loop based gauges-data.txt and optionally uploads this to your web server. rtgd knows nothing about gauges.js. The SteelSeries Gauges extension generates an archive based gauge-data.txt plus it copies all of the

Re: [weewx-user] Re: Steel Gauges question

2018-10-25 Thread Steve2Q
ok..found the error in the realTimeUrlWeewx line..so now the gauges appear to be functioning. Graphs are still stopped at 214 pm, and I wont' know until I get some wind if the gauges are looping or still on the archive interval. Steve -- You received this message because you are subscribed

Re: [weewx-user] Re: Steel Gauges question

2018-10-25 Thread Steve2Q
Gary...the following two lines in gauges.js have me very confused: imgPathURL : '', // *** Change this to the relative path for your 'Trend' graph images realTimeUrlWeewx : '../gauges/gauge-data.txt', // *** WeeWX Users: Change to your location of the gauge data

Re: [weewx-user] Re: Steel Gauges question

2018-10-25 Thread gjr80
I can see gauge-data.txt is now being uploaded every loop packet but the realTimeUrlWeewx setting in gauges.js has reverted to an old value and consequently the gauges page can't find gauge-data.txt. Gary On Friday, 26 October 2018 12:23:47 UTC+10, Steve2Q wrote: > > I uploaded the .php file

Re: [weewx-user] Re: Steel Gauges question

2018-10-25 Thread Steve Meltz
I uploaded the .php file to the web server. Since this afternoon, it now appears that the background images stopped uploading to the web server at 2:15 pm..and I thought it was corrected. I can only find .png files that were uploaded to that time. I will wait till tomorrow morning to see if adding

Re: [weewx-user] Re: Steel Gauges question

2018-10-25 Thread Steve2Q
Gary..here is the [RealTimeGaugeData] Stanza from an old weewx.conf file: I will add that the first three lines were not in my present weewx.conf, so I added them but it still is not doing the loop updates. [RealtimeGaugeData] remote_server_url =

Re: [weewx-user] Re: Steel Gauges question

2018-10-25 Thread gjr80
Ok, easy fix for the windchill/heatindex gauge display. I oversimplified the default values in my previous post. You can specify what units are used in gauge-data.txt, this is somewhat superfluous as the SteelSeries Gauges have radio buttons on the page to select the display units so in that

Re: [weewx-user] Re: Steel Gauges question

2018-10-25 Thread Steve Meltz
I just checked the weeWX machine, and gauge-data.txt is updating every 2 seconds. As for the windchill and heat index, The windchill used to read 0 when either calculation was not met. It now reads 32 F as you said. I think (and this is from a previous post from you) the behavior may be different

Re: [weewx-user] Re: Steel Gauges question

2018-10-25 Thread gjr80
Steve, A few thoughts on some of your remaining gauges issues: 1. Gauges are only updating at my archive interval of 2 minutes instead of > my 2 second loop interval, > This could be a case of gauge-data.txt being generated every loop packet but only being uploaded to your web server every

Re: [weewx-user] Re: Steel Gauges question

2018-10-25 Thread Steve2Q
Progress is being made. I now have the units F and MPH rather than C and KmPH in the Wunderground scroll bar. The background charts were not updating, but I got that going. Now the only things left are: 1. Gauges are only updating at my archive interval of 2 minutes instead of my 2 second

Re: [weewx-user] Re: Steel Gauges question

2018-10-24 Thread Steve2Q
Gary..its working!. Thanks! I think part of the problem was that I made the weewx url change in gauges.js on the local weewx machine rather than on the webserver. I changed the update time to two seconds, but i need some wind to tell if it is working. My WUnderground API still appears to bw

Re: [weewx-user] Re: Steel Gauges question

2018-10-24 Thread gjr80
Steve, I should have read all of this old thread, the answer to the wild gauge scaling issue was at this post . Thought I had a sense of* déjà vu.* On Thursday, 25 October 2018 01:47:15 UTC+10, Steve2Q wrote: > > Gary..I

Re: [weewx-user] Re: Steel Gauges question

2018-10-24 Thread Steve2Q
Gary..I followed your steps 1 through 4. I have not yet uncomment the [[SteelSeries]] section of weewx.conf I now have (on the Weewx machine) gauge_data.txt under /weewx/public_htm gauge-data.txt is on the web server under /Weather and is being updated on my 2 minute archive period. I cannot

Re: [weewx-user] Re: Steel Gauges question

2018-10-24 Thread gjr80
Steve, Sat down with your gauge-data.txt and a VM and was able to reproduce your issue. I was right in as much as it is the N/A entries in gauge-data.txt that cause the bad behaviour of the gauges, but rather than the windchill and heatindex etc values (fields wchill and heatindex in

Re: [weewx-user] Re: Steel Gauges question

2018-10-23 Thread Steve Meltz
Thank you Gary..this should not be at the top of your to do list... On Tue, Oct 23, 2018 at 9:50 PM gjr80 wrote: > Ok, I can see the same problem still exists so it would seem it is with > the extension and not rtgd. I can access your gauge-data.txt and gauges.js > so I should be able to track

Re: [weewx-user] Re: Steel Gauges question

2018-10-23 Thread gjr80
Ok, I can see the same problem still exists so it would seem it is with the extension and not rtgd. I can access your gauge-data.txt and gauges.js so I should be able to track down the failure mechanism and hopefully the root cause. Will get back to you tomorrow your time. Gary On Wednesday,

Re: [weewx-user] Re: Steel Gauges question

2018-10-23 Thread Steve2Q
Hi Gary. Here is what I did. Uninstalled rtgd using wee_extension. Then did the same with steelseries-2.6.3. Stopped/start Weewx. I then went through /weewx looking for any folders; I found and removed weewx/skins/ss and weewx/public_html/ss. I also removed any directories from my web server.

Re: [weewx-user] Re: Steel Gauges question

2018-10-23 Thread gjr80
Hi Steve, Ah, the penny has just dropped. Can you uninstall rtgd. Now that I think back I saw an issue like this sometime ago (not sure if it was you) and I seem to remember the constant rescaling/redrawing of gauges was due to both the SteelSeries extension and rtgd producing gauge-data.txt

Re: [weewx-user] Re: Steel Gauges question

2018-10-23 Thread Steve2Q
Hi Gary..when it is convenient for you (I'm sure you have a real life!!), I am still flummoxed (bushed?)! I did several uninstall/re-install cycles of Steel Gauges and Rtgd. Right now I am back to just having SG version 2.6.3 with no changes to any of the files. You can see what this looks like

Re: [weewx-user] Re: Steel Gauges question

2018-10-21 Thread Steve2Q
Gary..I did make the change to wxformulas.py bfore installing Steel Gauges or RTG. What i am going to do is uninstall SG then reinstall the newest version followed by RTG. Ill let you know what happens. Steve -- You received this message because you are subscribed to the Google Groups

Re: [weewx-user] Re: Steel Gauges question

2018-10-21 Thread gjr80
A few more thoughts. There are two publicly available ways of generating gauge-data.txt that I know of; the SteelSeries Gauges extension which produces a gauge-data.txt on each report cycle and my realtime gauge data (RTGD) extension that produces a loop based gauge-data.txt. I cannot recall,

Re: [weewx-user] Re: Steel Gauges question

2018-10-21 Thread Steve2Q
I should add that while the windrun "odometer" is working, there is no graphic on the windrose gauge. -- 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

Re: [weewx-user] Re: Steel Gauges question

2018-10-21 Thread Steve2Q
Gary, I changed wxformulas.py as follows: For windchill and heat index (in Fahrenheit of course!), I changed both Return T andReturn t_f to Return None. I did this before getting involved with Steel Gauges to prevent out of range values from being plotted in the charts. I am still

Re: [weewx-user] Re: Steel Gauges question

2018-10-20 Thread gjr80
Ok, I see. Simple solution is to just display C, but I am guessing that is not a practical solution for you :) Seriously, I believe the issue is due to the absence of numeric values for windchill and heatindex. I would have to look at the auto scale routines in the SteelSeries Gauges code but

Re: [weewx-user] Re: Steel Gauges question

2018-10-20 Thread Steve Meltz
Gary..if you switch to Fahrenheit, look at the scale on the gauges: [image: image.png] On Sat, Oct 20, 2018 at 10:01 PM gjr80 wrote: > Steve, > > Your post highlights two issues; the temperature gauge and windchill. When > I look at your site just now the temperature gauge is displaying 27.1C

Re: [weewx-user] Re: Steel Gauges question

2018-10-20 Thread gjr80
Steve, Your post highlights two issues; the temperature gauge and windchill. When I look at your site just now the temperature gauge is displaying 27.1C for both inside and outside temperature. Other than both obs being the same value I see nothing unusual. Changing between inside and outside

Re: [weewx-user] Re: Steel Gauges question

2018-10-20 Thread Steve2Q
This is a VERY old thread, but I bumped it back up because I ran into a problem. I have been trying to track down what may be a memory leak, and in doing so I started from scratch with a new installation on a new RPi. After a couple of days, the memory use leveled off, so I started to