[weewx-user] How to generate clickable bigger graph pictures ?

2016-12-14 Thread Stéphane Calonnec
Hello, I am using WeeWX 3.6.2 with latest Interceptor driver on my Weathersleuth on my RPi 2 (everything works fine, except the wind gust dir never worked, the values are NULL), with the default skin (but heavily edited), and I'd like to click on a graph to enlarge it (to a new window for

[weewx-user] Re: Aercus Instruments WeatherSleuth IP - how to guide

2016-12-14 Thread Stéphane Calonnec
Hi back, If it can help someone, here is the structure of what is sent by the weather station. The good new is there are extra info we should be able to get from the station - but I have no idea on how to implement this. (Sorry if it's showing weird, I am French and I copy/pasted from Word lol

[weewx-user] Re: How to generate clickable bigger graph pictures ?

2016-12-14 Thread Stéphane Calonnec
I think this is EXACTLY what I wanted, thanks very much It looks so easy, but I really didn't know how to do...I'll test but I'm sure it will work :) Thank you again Le mercredi 14 décembre 2016 13:57:12 UTC+1, Stéphane Calonnec a écrit : > > Hello, > I am using WeeWX

[weewx-user] Re: Weewx-wd StackedWindRose fails on import PIL modules

2016-12-14 Thread Louis De Lange
Gary Thanks for the fix (1.0.2). I applied the fix and now the units on the generated image shows up as km/h. Unfortunately the wind rose still show all wind speeds as zero, when in fact I have been seeing light wind all day. See attached the current images as reference. I wish I could

Re: [weewx-user] Re: How to generate clickable bigger graph pictures ?

2016-12-14 Thread Dave Webb KB1PVH
Glad it worked for you. Dave-KB1PVH Sent from my Galaxy S7 On Dec 14, 2016 11:18 AM, "Stéphane Calonnec" wrote: > I just tested your code, it works perfectly, thank you again, this is > something I was trying to do since a long time !! > > -- > You received this

Re: [weewx-user] How to generate clickable bigger graph pictures ?

2016-12-14 Thread Chris Mattingly
Dave, was there any particular reason for placing these in weewx.conf (which causes the full report to run twice) versus modifying skin.conf? I simply added stanzas such as: [[[bigdaybarometer]]] image_width = 619 image_height = 413 barometer

[weewx-user] Re: Weewx-wd StackedWindRose fails on import PIL modules

2016-12-14 Thread Louis De Lange
Gary, Thanks for that. I changed it to windSpeed and it worked! Now the really perplexing thing - my station provides gust data (even though it appears in 4km/h increments). I know windGust is in the database and to prove it I ran a query shown below listing the dateTime, windSpeed and

Re: [weewx-user] How to configure WeatherUnderground rapidfire for additional Sensors

2016-12-14 Thread Thomas Keffer
As of V3.2.0 (15 July 2015), the following are uploaded to the Weather Underground: barometer outTemp outHumidity windSpeed windDir windGust dewpoint hourRain dayRain radiation UV soilTemp1 soilTemp2 soilTemp3 soilTemp4 soilMoist1 soilMoist2 soilMoist3 soilMoist4 leafWet1 leafWet2 As for whether

[weewx-user] Re: Weewx-wd StackedWindRose fails on import PIL modules

2016-12-14 Thread gjr80
Louis, Does your station provide windGust data? The windSpeed/WindGust plot you included seems a little unusual.in terms of windGust. One thing I did realise after I tidied up the code yesterday was that the windrose defaults to plotting windGust. This is problematic as not all stations

[weewx-user] How to configure WeatherUnderground rapidfire for additional Sensors

2016-12-14 Thread 'Björn Baldus' via weewx-user
Hi, we are getting mad right now - because we want to add our complete sensors to the rapidfire protocol... but we dont know where to add these... Weather Underground shows only: Temperatur Taupunkt: 6.4 °C Feuchtigkeit: 88% Precip Rate: 0 mm/hr Precip Accum: 0 mm Druck: 999.21 hPa UV:0.0

Re: [weewx-user] How to generate clickable bigger graph pictures ?

2016-12-14 Thread Dave Webb KB1PVH
It only seems to create it one time here according to the log. Dave-KB1PVH Sent from my Galaxy S7 On Dec 14, 2016 5:43 PM, "Chris Mattingly" wrote: > Seems to be the case. When I saw that this method was creating the entire > report twice I figured there had to be another

Re: [weewx-user] How to generate clickable bigger graph pictures ?

2016-12-14 Thread Chris Mattingly
Seems to be the case. When I saw that this method was creating the entire report twice I figured there had to be another way. :) On Wed, Dec 14, 2016 at 5:28 PM, Dave Webb KB1PVH wrote: > Chris, > > I got thinking about your comment and I believe when I first started the >

Re: [weewx-user] How to generate clickable bigger graph pictures ?

2016-12-14 Thread Thomas Keffer
​Skin configuration, including overrides from weewx.conf, have not changed since they were introduced in V1.7.0, now 6+ years ago.​ -tk On Wed, Dec 14, 2016 at 2:28 PM, Dave Webb KB1PVH wrote: > Chris, > > I got thinking about your comment and I believe when I first started

Re: [weewx-user] How to generate clickable bigger graph pictures ?

2016-12-14 Thread Chris Mattingly
Interesting. At any rate, I'll stick with the additional image generation inside the skin to save that tiny bit of CPU and disk space. ;) On Wed, Dec 14, 2016 at 5:51 PM, Thomas Keffer wrote: > ​Skin configuration, including overrides from weewx.conf, have not changed >