[weewx-user] Re: How to wipe out bad rain data
All sorted out now. Thanks to all. Susan On Wednesday, December 14, 2016 at 12:50:12 PM UTC+11, vk3...@gmail.com wrote: > > Waiting until today did the trick for the graphics. > > As gjr80 mentioned, the NOAA monthly report is still wrong but now I knwo > how to sort that out as well. > > Thanks everyone > > Susan > -- 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 weewx-user+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
Re: [weewx-user] How to generate clickable bigger graph pictures ?
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 > 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 the >> Big plots it was weewx 2.7.x and you could just enable Big reports and I >> adjusted the size. The newer versions of weewx implement it differently, I >> think. >> >> Dave-KB1PVH >> >> >> Sent from my Galaxy S7 >> >> On Dec 14, 2016 3:56 PM, "Dave Webb KB1PVH" wrote: >> >>> Chris, >>> >>> To be honest, I'm not sure why I did it that way, LOL. I'm far from a >>> programming ninja. >>> >>> Dave-KB1PVH >>> >>> >>> Sent from my Galaxy S7 >>> >>> On Dec 14, 2016 3:49 PM, "Chris Mattingly" wrote: >>> 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 Into the skin.conf, and then made similar edits to index.html.tmpl as you did below. On Wednesday, December 14, 2016 at 8:22:21 AM UTC-5, Dave Webb wrote: > > > In weewx.conf I have the following > > > [[StandardReport]] > # See the customizing guide to change the units, plot types > and line > # colors, modify the fonts, display additional sensor data, > and other > # customizations. Many of those changes can be made here by > overriding > # parameters, or by modifying templates within the skin itself. > > # The StandardReport uses the 'Standard' skin, which contains > the > # images, templates and plots for the report. > skin = Standard > [[[Units]]] > Groups > group_pressure = mbar > [[BigReport]] > skin = Standard > HTML_ROOT = public_html/big > [[[ImageGenerator]]] > image_width = 619 > image_height = 413 > > > > > Then in index.html.tmpl I have the following > > $almanac.moon_pha > se($almanac.moon_fullness% full) > > > #end if > > > > > alt="temperatures" /> > alt="heatchill" /> > alt="rain" /> > alt="wind" /> > alt="barometer"/> > alt="Hi Wind" /> > alt="Inside" /> > alt="Wind Vector" /> > #if $day.radiation.has_data > > #end if > #if $day.rxCheckPercent.has_data > alt="day rx percent"/> > #end if > #if $day.extraTemp1.has_data > > > > It can be viewed here qsl.net/kb1pvh/weather > > > Dave-KB1PVH > > > On Wed, Dec 14, 2016 at 7:57 AM, Stéphane Calonnec < > daniel@gmail.com> wrote: > >> 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 instance, no need of lightbox), but I don't know how to do this in >> WeeWX. >> >> I found an interesting topic about adding some stansa to generate >> bigger pictures to a specific folder along the "regular" graphs (which is >> what I look for) but I do not know at all what stansa to add ; I also >> tried >> to give a look to some skins doing it but I could not find anything >> helpful >> to me. If I really can't, I'll trick using CSS. >> >> May anyone give me some clues to generate bigger files in a specific >> folder ? :) >> >> Thanks in advance !!! >> >> -- >> 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 weewx-user+...@googlegroups.com. >> For more options, visit https://groups.google.com/d/optout. >> > > -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from this group and stop receiving
Re: [weewx-user] How to generate clickable bigger graph pictures ?
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 the > Big plots it was weewx 2.7.x and you could just enable Big reports and I > adjusted the size. The newer versions of weewx implement it differently, I > think. > > Dave-KB1PVH > > > Sent from my Galaxy S7 > > On Dec 14, 2016 3:56 PM, "Dave Webb KB1PVH" wrote: > >> Chris, >> >> To be honest, I'm not sure why I did it that way, LOL. I'm far from a >> programming ninja. >> >> Dave-KB1PVH >> >> >> Sent from my Galaxy S7 >> >> On Dec 14, 2016 3:49 PM, "Chris Mattingly" wrote: >> >>> 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 >>> >>> Into the skin.conf, and then made similar edits to index.html.tmpl as >>> you did below. >>> >>> >>> On Wednesday, December 14, 2016 at 8:22:21 AM UTC-5, Dave Webb wrote: In weewx.conf I have the following [[StandardReport]] # See the customizing guide to change the units, plot types and line # colors, modify the fonts, display additional sensor data, and other # customizations. Many of those changes can be made here by overriding # parameters, or by modifying templates within the skin itself. # The StandardReport uses the 'Standard' skin, which contains the # images, templates and plots for the report. skin = Standard [[[Units]]] Groups group_pressure = mbar [[BigReport]] skin = Standard HTML_ROOT = public_html/big [[[ImageGenerator]]] image_width = 619 image_height = 413 Then in index.html.tmpl I have the following $almanac.moon_pha se($almanac.moon_fullness% full) #end if >>> alt="temperatures" /> >>> alt="heatchill" /> >>> alt="rain" /> >>> alt="wind" /> >>> alt="barometer"/> >>> alt="Hi Wind" /> >>> alt="Inside" /> >>> alt="Wind Vector" /> #if $day.radiation.has_data #end if #if $day.rxCheckPercent.has_data >>> alt="day rx percent"/> #end if #if $day.extraTemp1.has_data It can be viewed here qsl.net/kb1pvh/weather Dave-KB1PVH On Wed, Dec 14, 2016 at 7:57 AM, Stéphane Calonnec < daniel@gmail.com> wrote: > 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 instance, no need of lightbox), but I don't know how to do this in > WeeWX. > > I found an interesting topic about adding some stansa to generate > bigger pictures to a specific folder along the "regular" graphs (which is > what I look for) but I do not know at all what stansa to add ; I also > tried > to give a look to some skins doing it but I could not find anything > helpful > to me. If I really can't, I'll trick using CSS. > > May anyone give me some clues to generate bigger files in a specific > folder ? :) > > Thanks in advance !!! > > -- > 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 weewx-user+...@googlegroups.com. > For more options, visit https://groups.google.com/d/optout. > -- >>> 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 weewx-user+unsubscr...@googlegroups.com. >>> For more options, visit https://groups.google.com/d/optout. >>> >> -- > 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 weewx-user+unsubscr...@googlegro
Re: [weewx-user] How to generate clickable bigger graph pictures ?
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 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 >> Big plots it was weewx 2.7.x and you could just enable Big reports and I >> adjusted the size. The newer versions of weewx implement it differently, I >> think. >> >> Dave-KB1PVH >> >> >> Sent from my Galaxy S7 >> >> On Dec 14, 2016 3:56 PM, "Dave Webb KB1PVH" wrote: >> >>> Chris, >>> >>> To be honest, I'm not sure why I did it that way, LOL. I'm far from a >>> programming ninja. >>> >>> Dave-KB1PVH >>> >>> >>> Sent from my Galaxy S7 >>> >>> On Dec 14, 2016 3:49 PM, "Chris Mattingly" wrote: >>> 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 Into the skin.conf, and then made similar edits to index.html.tmpl as you did below. On Wednesday, December 14, 2016 at 8:22:21 AM UTC-5, Dave Webb wrote: > > > In weewx.conf I have the following > > > [[StandardReport]] > # See the customizing guide to change the units, plot types > and line > # colors, modify the fonts, display additional sensor data, > and other > # customizations. Many of those changes can be made here by > overriding > # parameters, or by modifying templates within the skin itself. > > # The StandardReport uses the 'Standard' skin, which contains > the > # images, templates and plots for the report. > skin = Standard > [[[Units]]] > Groups > group_pressure = mbar > [[BigReport]] > skin = Standard > HTML_ROOT = public_html/big > [[[ImageGenerator]]] > image_width = 619 > image_height = 413 > > > > > Then in index.html.tmpl I have the following > > $almanac.moon_pha > se($almanac.moon_fullness% full) > > > #end if > > > > > alt="temperatures" /> > alt="heatchill" /> > alt="rain" /> > alt="wind" /> > alt="barometer"/> > alt="Hi Wind" /> > alt="Inside" /> > alt="Wind Vector" /> > #if $day.radiation.has_data > > #end if > #if $day.rxCheckPercent.has_data > alt="day rx percent"/> > #end if > #if $day.extraTemp1.has_data > > > > It can be viewed here qsl.net/kb1pvh/weather > > > Dave-KB1PVH > > > On Wed, Dec 14, 2016 at 7:57 AM, Stéphane Calonnec < > daniel@gmail.com> wrote: > >> 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 instance, no need of lightbox), but I don't know how to do this in >> WeeWX. >> >> I found an interesting topic about adding some stansa to generate >> bigger pictures to a specific folder along the "regular" graphs (which is >> what I look for) but I do not know at all what stansa to add ; I also >> tried >> to give a look to some skins doing it but I could not find anything >> helpful >> to me. If I really can't, I'll trick using CSS. >> >> May anyone give me some clues to generate bigger files in a specific >> folder ? :) >> >> Thanks in advance !!! >> >> -- >> 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 weewx-user+...@googlegroups.com. >> For more options, visit https://groups.google.com/d/optout. >> > > -- 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 weewx-user+uns
Re: [weewx-user] How to generate clickable bigger graph pictures ?
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 > Big plots it was weewx 2.7.x and you could just enable Big reports and I > adjusted the size. The newer versions of weewx implement it differently, I > think. > > Dave-KB1PVH > > > Sent from my Galaxy S7 > > On Dec 14, 2016 3:56 PM, "Dave Webb KB1PVH" wrote: > >> Chris, >> >> To be honest, I'm not sure why I did it that way, LOL. I'm far from a >> programming ninja. >> >> Dave-KB1PVH >> >> >> Sent from my Galaxy S7 >> >> On Dec 14, 2016 3:49 PM, "Chris Mattingly" wrote: >> >>> 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 >>> >>> Into the skin.conf, and then made similar edits to index.html.tmpl as >>> you did below. >>> >>> >>> On Wednesday, December 14, 2016 at 8:22:21 AM UTC-5, Dave Webb wrote: In weewx.conf I have the following [[StandardReport]] # See the customizing guide to change the units, plot types and line # colors, modify the fonts, display additional sensor data, and other # customizations. Many of those changes can be made here by overriding # parameters, or by modifying templates within the skin itself. # The StandardReport uses the 'Standard' skin, which contains the # images, templates and plots for the report. skin = Standard [[[Units]]] Groups group_pressure = mbar [[BigReport]] skin = Standard HTML_ROOT = public_html/big [[[ImageGenerator]]] image_width = 619 image_height = 413 Then in index.html.tmpl I have the following $almanac.moon_pha se($almanac.moon_fullness% full) #end if >>> alt="temperatures" /> >>> alt="heatchill" /> >>> alt="rain" /> >>> alt="wind" /> >>> alt="barometer"/> >>> alt="Hi Wind" /> >>> alt="Inside" /> >>> alt="Wind Vector" /> #if $day.radiation.has_data #end if #if $day.rxCheckPercent.has_data >>> alt="day rx percent"/> #end if #if $day.extraTemp1.has_data It can be viewed here qsl.net/kb1pvh/weather Dave-KB1PVH On Wed, Dec 14, 2016 at 7:57 AM, Stéphane Calonnec < daniel@gmail.com> wrote: > 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 instance, no need of lightbox), but I don't know how to do this in > WeeWX. > > I found an interesting topic about adding some stansa to generate > bigger pictures to a specific folder along the "regular" graphs (which is > what I look for) but I do not know at all what stansa to add ; I also > tried > to give a look to some skins doing it but I could not find anything > helpful > to me. If I really can't, I'll trick using CSS. > > May anyone give me some clues to generate bigger files in a specific > folder ? :) > > Thanks in advance !!! > > -- > 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 weewx-user+...@googlegroups.com. > For more options, visit https://groups.google.com/d/optout. > -- >>> 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 weewx-user+unsubscr...@googlegroups.com. >>> For more options, visit https://groups.google.com/d/optout. >>> >> -- > 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 weewx-user+unsubscr...@googlegroups.com
Re: [weewx-user] How to generate clickable bigger graph pictures ?
Chris, I got thinking about your comment and I believe when I first started the Big plots it was weewx 2.7.x and you could just enable Big reports and I adjusted the size. The newer versions of weewx implement it differently, I think. Dave-KB1PVH Sent from my Galaxy S7 On Dec 14, 2016 3:56 PM, "Dave Webb KB1PVH" wrote: > Chris, > > To be honest, I'm not sure why I did it that way, LOL. I'm far from a > programming ninja. > > Dave-KB1PVH > > > Sent from my Galaxy S7 > > On Dec 14, 2016 3:49 PM, "Chris Mattingly" wrote: > >> 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 >> >> Into the skin.conf, and then made similar edits to index.html.tmpl as you >> did below. >> >> >> On Wednesday, December 14, 2016 at 8:22:21 AM UTC-5, Dave Webb wrote: >>> >>> >>> In weewx.conf I have the following >>> >>> >>> [[StandardReport]] >>> # See the customizing guide to change the units, plot types and >>> line >>> # colors, modify the fonts, display additional sensor data, and >>> other >>> # customizations. Many of those changes can be made here by >>> overriding >>> # parameters, or by modifying templates within the skin itself. >>> >>> # The StandardReport uses the 'Standard' skin, which contains the >>> # images, templates and plots for the report. >>> skin = Standard >>> [[[Units]]] >>> Groups >>> group_pressure = mbar >>> [[BigReport]] >>> skin = Standard >>> HTML_ROOT = public_html/big >>> [[[ImageGenerator]]] >>> image_width = 619 >>> image_height = 413 >>> >>> >>> >>> >>> Then in index.html.tmpl I have the following >>> >>> $almanac.moon_pha >>> se($almanac.moon_fullness% full) >>> >>> >>> #end if >>> >>> >>> >>> >>> >> alt="temperatures" /> >>> >> alt="heatchill" /> >>>>> alt="rain" /> >>>>> alt="wind" /> >>> >> alt="barometer"/> >>> >> alt="Hi Wind" /> >>> >> alt="Inside" /> >>> >> alt="Wind Vector" /> >>> #if $day.radiation.has_data >>> >>> #end if >>> #if $day.rxCheckPercent.has_data >>> >> alt="day rx percent"/> >>> #end if >>> #if $day.extraTemp1.has_data >>> >>> >>> >>> It can be viewed here qsl.net/kb1pvh/weather >>> >>> >>> Dave-KB1PVH >>> >>> >>> On Wed, Dec 14, 2016 at 7:57 AM, Stéphane Calonnec >> > wrote: >>> 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 instance, no need of lightbox), but I don't know how to do this in WeeWX. I found an interesting topic about adding some stansa to generate bigger pictures to a specific folder along the "regular" graphs (which is what I look for) but I do not know at all what stansa to add ; I also tried to give a look to some skins doing it but I could not find anything helpful to me. If I really can't, I'll trick using CSS. May anyone give me some clues to generate bigger files in a specific folder ? :) Thanks in advance !!! -- 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 weewx-user+...@googlegroups.com. For more options, visit https://groups.google.com/d/optout. >>> >>> -- >> 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 weewx-user+unsubscr...@googlegroups.com. >> For more options, visit https://groups.google.com/d/optout. >> > -- 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 weewx-user+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
Re: [weewx-user] How to generate clickable bigger graph pictures ?
Chris, To be honest, I'm not sure why I did it that way, LOL. I'm far from a programming ninja. Dave-KB1PVH Sent from my Galaxy S7 On Dec 14, 2016 3:49 PM, "Chris Mattingly" wrote: > 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 > > Into the skin.conf, and then made similar edits to index.html.tmpl as you > did below. > > > On Wednesday, December 14, 2016 at 8:22:21 AM UTC-5, Dave Webb wrote: >> >> >> In weewx.conf I have the following >> >> >> [[StandardReport]] >> # See the customizing guide to change the units, plot types and >> line >> # colors, modify the fonts, display additional sensor data, and >> other >> # customizations. Many of those changes can be made here by >> overriding >> # parameters, or by modifying templates within the skin itself. >> >> # The StandardReport uses the 'Standard' skin, which contains the >> # images, templates and plots for the report. >> skin = Standard >> [[[Units]]] >> Groups >> group_pressure = mbar >> [[BigReport]] >> skin = Standard >> HTML_ROOT = public_html/big >> [[[ImageGenerator]]] >> image_width = 619 >> image_height = 413 >> >> >> >> >> Then in index.html.tmpl I have the following >> >> $almanac.moon_pha >> se($almanac.moon_fullness% full) >> >> >> #end if >> >> >> >> >> > alt="temperatures" /> >> > alt="heatchill" /> >>> alt="rain" /> >>> alt="wind" /> >> > alt="barometer"/> >> > alt="Hi Wind" /> >> > alt="Inside" /> >> > alt="Wind Vector" /> >> #if $day.radiation.has_data >> >> #end if >> #if $day.rxCheckPercent.has_data >> > alt="day rx percent"/> >> #end if >> #if $day.extraTemp1.has_data >> >> >> >> It can be viewed here qsl.net/kb1pvh/weather >> >> >> Dave-KB1PVH >> >> >> On Wed, Dec 14, 2016 at 7:57 AM, Stéphane Calonnec >> wrote: >> >>> 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 instance, no need of lightbox), but I don't know how to do this in >>> WeeWX. >>> >>> I found an interesting topic about adding some stansa to generate bigger >>> pictures to a specific folder along the "regular" graphs (which is what I >>> look for) but I do not know at all what stansa to add ; I also tried to >>> give a look to some skins doing it but I could not find anything helpful to >>> me. If I really can't, I'll trick using CSS. >>> >>> May anyone give me some clues to generate bigger files in a specific >>> folder ? :) >>> >>> Thanks in advance !!! >>> >>> -- >>> 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 weewx-user+...@googlegroups.com. >>> For more options, visit https://groups.google.com/d/optout. >>> >> >> -- > 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 weewx-user+unsubscr...@googlegroups.com. > For more options, visit https://groups.google.com/d/optout. > -- 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 weewx-user+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
Re: [weewx-user] How to generate clickable bigger graph pictures ?
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 Into the skin.conf, and then made similar edits to index.html.tmpl as you did below. On Wednesday, December 14, 2016 at 8:22:21 AM UTC-5, Dave Webb wrote: > > > In weewx.conf I have the following > > > [[StandardReport]] > # See the customizing guide to change the units, plot types and > line > # colors, modify the fonts, display additional sensor data, and > other > # customizations. Many of those changes can be made here by > overriding > # parameters, or by modifying templates within the skin itself. > > # The StandardReport uses the 'Standard' skin, which contains the > # images, templates and plots for the report. > skin = Standard > [[[Units]]] > Groups > group_pressure = mbar > [[BigReport]] > skin = Standard > HTML_ROOT = public_html/big > [[[ImageGenerator]]] > image_width = 619 > image_height = 413 > > > > > Then in index.html.tmpl I have the following > > class="data">$almanac.moon_phase($almanac.moon_fullness% full) > > > #end if > > > > > alt="temperatures" /> >alt="heatchill" /> > alt="rain" /> > alt="wind" /> >alt="barometer"/> > alt="Hi Wind" /> >alt="Inside" /> > alt="Wind Vector" /> > #if $day.radiation.has_data > > #end if > #if $day.rxCheckPercent.has_data >alt="day rx percent"/> > #end if > #if $day.extraTemp1.has_data > > > > It can be viewed here qsl.net/kb1pvh/weather > > > Dave-KB1PVH > > > On Wed, Dec 14, 2016 at 7:57 AM, Stéphane Calonnec > wrote: > >> 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 instance, no >> need of lightbox), but I don't know how to do this in WeeWX. >> >> I found an interesting topic about adding some stansa to generate bigger >> pictures to a specific folder along the "regular" graphs (which is what I >> look for) but I do not know at all what stansa to add ; I also tried to >> give a look to some skins doing it but I could not find anything helpful to >> me. If I really can't, I'll trick using CSS. >> >> May anyone give me some clues to generate bigger files in a specific >> folder ? :) >> >> Thanks in advance !!! >> >> -- >> 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 weewx-user+...@googlegroups.com . >> For more options, visit https://groups.google.com/d/optout. >> > > -- 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 weewx-user+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
Re: [weewx-user] How to configure WeatherUnderground rapidfire for additional Sensors
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 the WU displays them..., well, I can't help you with that! :-) -tk On Wed, Dec 14, 2016 at 12:02 PM, 'Björn Baldus' via weewx-user < weewx-user@googlegroups.com> wrote: > 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 > Solar: 0 w/m2 > Soil Moisture: -- > Soil Temp: -- > Leaf Wetness: 000 > > > We are missing: > > Soil Moisture 2-4 > Soil Temperature 2-4 > Leaf Wetness: 2 > ET > > HLL > > > > > > > > > > > -- > 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 weewx-user+unsubscr...@googlegroups.com. > For more options, visit https://groups.google.com/d/optout. > -- 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 weewx-user+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
[weewx-user] Re: Weewx-wd StackedWindRose fails on import PIL modules
Aha, that would do it, a bit hard to do a directional plot without direction. After the last couple of days I have decided I need the rewrite the windrose generator, it was one of the first pieces of code I write for weewx and it's pretty ratty in places. This is another issue I need to make sure the code can handle gracefully. Thanks for your patience. Gary -- 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 weewx-user+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
[weewx-user] Re: Weewx-wd StackedWindRose fails on import PIL modules
Nevermind, I found the problem after digging through the code. The imageStackedWindRose3.py required windGustdir and my station only provides windGust without direction ... On Wednesday, 14 December 2016 12:24:08 UTC-8, Louis De Lange wrote: > > 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 windGust columns. Bottom line - windSpeed plots fine, windGust does > not. > > sqlite> SELECT dateTime, windSpeed, windGust FROM archive WHERE (dateTime > > 1481742000); > 1481742300|1.38086956521739|7.38 > 1481742600|0.7729167|7.38 > 1481742900|1.17652173913043|4.92 > 1481743200|1.117917|7.38 > 1481743500|0.116521739130435|2.46 > 1481743800|0.223043478260869|4.92 > 1481744100|0.09291667|2.46 > 1481744400|0.2420833|4.92 > 1481744700|0.375454545454546|4.92 > 1481745000|0.0467|2.46 > 1481745300|0.01875|2.46 > 1481745600|0.0778260869565217|2.46 > 1481745900|0.845652173913043|4.92 > 1481746200|1.425833|7.38 > 1481746500|0.456956521739131|4.92 > > Louis > >> -- 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 weewx-user+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
[weewx-user] Re: Weewx-wd StackedWindRose fails on import PIL modules
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 windGust columns. Bottom line - windSpeed plots fine, windGust does not. sqlite> SELECT dateTime, windSpeed, windGust FROM archive WHERE (dateTime > 1481742000); 1481742300|1.38086956521739|7.38 1481742600|0.7729167|7.38 1481742900|1.17652173913043|4.92 1481743200|1.117917|7.38 1481743500|0.116521739130435|2.46 1481743800|0.223043478260869|4.92 1481744100|0.09291667|2.46 1481744400|0.2420833|4.92 1481744700|0.375454545454546|4.92 1481745000|0.0467|2.46 1481745300|0.01875|2.46 1481745600|0.0778260869565217|2.46 1481745900|0.845652173913043|4.92 1481746200|1.425833|7.38 1481746500|0.456956521739131|4.92 Louis On Wednesday, 14 December 2016 11:42:14 UTC-8, gjr80 wrote: > > 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 provide > windGust data. You may have to change the windrose to plot windSpeed. The > easiest way to do this is to edit skin.conf in the StackedWindRose skin, > locate [ImageStackedWindRoseGenerator] near the bottom of the file. Change > windGust to windSpeed. Save skin.conf and the windrose > should use windSped next time it generates. No need to stop/start weewx. > > Gary > > -- 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 weewx-user+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
[weewx-user] How to configure WeatherUnderground rapidfire for additional Sensors
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 Solar: 0 w/m2 Soil Moisture: -- Soil Temp: -- Leaf Wetness: 000 We are missing: Soil Moisture 2-4 Soil Temperature 2-4 Leaf Wetness: 2 ET HLL -- 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 weewx-user+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
[weewx-user] Re: Weewx-wd StackedWindRose fails on import PIL modules
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 provide windGust data. You may have to change the windrose to plot windSpeed. The easiest way to do this is to edit skin.conf in the StackedWindRose skin, locate [ImageStackedWindRoseGenerator] near the bottom of the file. Change windGust to windSpeed. Save skin.conf and the windrose should use windSped next time it generates. No need to stop/start weewx. Gary -- 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 weewx-user+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
Re: [weewx-user] Re: How to generate clickable bigger graph pictures ?
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 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 weewx-user+unsubscr...@googlegroups.com. > For more options, visit https://groups.google.com/d/optout. > -- 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 weewx-user+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
[weewx-user] Re: How to generate clickable bigger graph pictures ?
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 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 weewx-user+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
[weewx-user] Re: Weewx-wd StackedWindRose fails on import PIL modules
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 provide more feedback, but the log is clear. On Tuesday, 13 December 2016 17:08:37 UTC-8, gjr80 wrote: > > Well on first look it looks like the overrides in weewx.conf are not > being picked up, looking closer at the stacked windrose generator code I > can see that the overrides are being picked up but the generator never does > any conversion of the raw wind speed data from the database. In terms of > effects, this means the windrose would always use the speed units that are > used in the weewx database (for most this is mph). Not sure how I missed > this, that generator was written over 2 years ago and I distinctly remember > testing the units - perhaps it coincided with changing database units on my > then test system - I do remember doing that a few times. No matter. > > To fix the issue just move aside your current > bin/user/imageStackedWindRose3.py then download the latest version of the > file from bitbucket. Easiest approach to downloading is probably using wget > - this command should do it: > > $ wget -P /var/tmp https:// > bitbucket.org/ozgreg/weewx-wd/raw/bc5c32cd97e5ec7f81ea8f83eb0edb2f241eaa3f/bin/user/imageStackedWindRose3.py > > Note this file has the import Image/ImageDraw fix from a few days ago so > that issue should not give you any more grief. Thanks for pointing out the > issues. > > Gary > > > On Wednesday, 14 December 2016 03:11:47 UTC+10, Louis De Lange wrote: >> >> >> >> On Sunday, 11 December 2016 18:52:27 UTC-8, gjr80 wrote: >>> >>> Thanks, I thought that one had come up before and had been fixed, >>> apparently not. I have commited a fix to the weewx-WD bitbucket repo and >>> will release a 1.0.2 version this week sometime. Oh, and by the way the fix >>> is the same as is used by weewx in bin/weeplot/genplot.py: >>> >>> try: >>> from PIL import Image, ImageDraw >>> except ImportError: >>> import Image, ImageDraw >>> >>> Gary >>> >>> >> Gary, >> >> Next problem - according to the log the wdStackedWindRose report runs >> without any error. >> >> Dec 13 08:51:46 goflexhome weewx[25754]: reportengine: Running report >> wdStackedWindRose >> Dec 13 08:51:46 goflexhome weewx[25754]: reportengine: Found configuration >> file /home/weewx/skins/StackedWindRose/skin.conf for report wdStackedWindRose >> Dec 13 08:51:46 goflexhome weewx[25754]: imageStackedWindRose: Generated 1 >> images for wdStackedWindRose in 0.25 seconds >> >> >> The image daywindrose.png is created, but it shows all winds to be zero - >> also, it shows the units to be mph rather than kmph as configured. >> >> >> See the generated image and the regular weewx wind vector image attached for >> comparison. >> >> >> The clip from my weewx.conf file below show the unit overrides to kmph. >> >> >> [[wdStackedWindRose]] >> >> HTML_ROOT = public_html/WD >> >> skin = StackedWindRose >> >> [[[Units]]] >> >> TimeFormats >> >> date_time_f = %d/%m/%Y %H:%M >> >> date_f = %d/%m/%Y >> >> Groups >> >> group_speed = km_per_hour >> >> [[wdStackedWindRose]] >> HTML_ROOT = public_html/WD >> skin = StackedWindRose >> [[[Units]]] >> TimeFormats >> date_time_f = %d/%m/%Y %H:%M >> date_f = %d/%m/%Y >> Groups >> group_speed = km_per_hour >> >> group_speed2 = km_per_hour2 >> >> >> >> -- 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 weewx-user+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
[weewx-user] Re: How to generate clickable bigger graph pictures ?
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 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 instance, no > need of lightbox), but I don't know how to do this in WeeWX. > > I found an interesting topic about adding some stansa to generate bigger > pictures to a specific folder along the "regular" graphs (which is what I > look for) but I do not know at all what stansa to add ; I also tried to > give a look to some skins doing it but I could not find anything helpful to > me. If I really can't, I'll trick using CSS. > > May anyone give me some clues to generate bigger files in a specific > folder ? :) > > Thanks in advance !!! > -- 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 weewx-user+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
Re: [weewx-user] How to generate clickable bigger graph pictures ?
In weewx.conf I have the following [[StandardReport]] # See the customizing guide to change the units, plot types and line # colors, modify the fonts, display additional sensor data, and other # customizations. Many of those changes can be made here by overriding # parameters, or by modifying templates within the skin itself. # The StandardReport uses the 'Standard' skin, which contains the # images, templates and plots for the report. skin = Standard [[[Units]]] Groups group_pressure = mbar [[BigReport]] skin = Standard HTML_ROOT = public_html/big [[[ImageGenerator]]] image_width = 619 image_height = 413 Then in index.html.tmpl I have the following $almanac.moon_phase($almanac.moon_fullness% full) #end if #if $day.radiation.has_data #end if #if $day.rxCheckPercent.has_data #end if #if $day.extraTemp1.has_data It can be viewed here qsl.net/kb1pvh/weather Dave-KB1PVH On Wed, Dec 14, 2016 at 7:57 AM, Stéphane Calonnec < daniel.calon...@gmail.com> wrote: > 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 instance, no > need of lightbox), but I don't know how to do this in WeeWX. > > I found an interesting topic about adding some stansa to generate bigger > pictures to a specific folder along the "regular" graphs (which is what I > look for) but I do not know at all what stansa to add ; I also tried to > give a look to some skins doing it but I could not find anything helpful to > me. If I really can't, I'll trick using CSS. > > May anyone give me some clues to generate bigger files in a specific > folder ? :) > > Thanks in advance !!! > > -- > 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 weewx-user+unsubscr...@googlegroups.com. > For more options, visit https://groups.google.com/d/optout. > -- 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 weewx-user+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
[weewx-user] Re: Aercus Instruments WeatherSleuth IP - how to guide
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 !) The station sends this : GET /weatherstation/updateweatherstation.php?ID=Weather&PASSWORD=&tempf=36.5&humidity=79&dewptf=30.6&windchillf=32.2&winddir=75&windspeedmph=5.14&windgustmph=7.38&rainin=0.00&dailyrainin=0.00&weeklyrainin=0.00&monthyrainin=4.49&yearlyrainin=6.28&solarradiation=128.86&UV=1&indoortempf=53.2&indoorhumidity=62&baromin=30.27&lowbatt=0&dateutc=2016-11-29%2010:39:16&softwaretype=Weather%20logger%20V2.1.9&action=updateraw&realtime=1&rtfreq=5 HTTP/1.0 Name Designation Unit Value type Decimal (+ separator) ID Station name In Weather logger, it's Weather Network/Station ID - Text - PASSWORD Password In Weather logger, it's Weather Network/Password - Text (clear !!) - tempf Outdoor temperature °F Numeric 1 (.) humidity Outdoor humidity % Numeric - dewptf Dew Point °F Numeric 1 (.) windchillf Wind chill °F Numeric 1 (.) winddir Wind direction Angle value Numeric - windspeedmph Wind speed MPH Numeric 2 (.) windgustmph Wind gust MPH Numeric 2 (.) rainin Current rain In Numeric 2 (.) dailyrainin Daily rain In Numeric 2 (.) weeklyrainin Weekly Rain In Numeric 2 (.) monthlyrainin Monthly rain In Numeric 2 (.) yearlyrainin Yearly rain In Numeric 2 (.) solarradiation Solar Radiation W/m² Numeric 2 (.) UV UV Index Index Numeric - indoortempf Inside Temperature °F Numeric 1 (.) indoorhumidity Inside humidity % Numeric - baromin Barometer In ? Numeric 2 (.) lowbatt Battery status - Boolean ? - dateutc Time / Date UTC Timestamp/Text - softwaretype Model and firmware version - Text - action HTML GET action - Text / Updateraw - realtime Is it a live report ? - Boolean ? - rtfreq Refresh time ? - Minutes ? - -- 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 weewx-user+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
[weewx-user] How to generate clickable bigger graph pictures ?
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 instance, no need of lightbox), but I don't know how to do this in WeeWX. I found an interesting topic about adding some stansa to generate bigger pictures to a specific folder along the "regular" graphs (which is what I look for) but I do not know at all what stansa to add ; I also tried to give a look to some skins doing it but I could not find anything helpful to me. If I really can't, I'll trick using CSS. May anyone give me some clues to generate bigger files in a specific folder ? :) Thanks in advance !!! -- 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 weewx-user+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.