[weewx-user] Re: Belchertown skin 1.0 released!

2019-08-24 Thread rich T
Pat...Here are the latest graphs. I'm using Y axis 0 and Y axis 1 now.  Is 
there a way to add minor grid lines and zones?

[[Rain_Thunder_Day]]  
  
   title = Past 24 Hr Rain / Lightning
   time_length = 86400
   aggregate_type = sum
   aggregate_interval = 900
   gapsize = 90
   
   [[[rainRate]]]
name = Rain Rate
yAxis = 1
zIndex = 0
color = Orange
dashStyle = DashDot
   
   [[[rainTotal]]]
name = Rain Total
yAxis = 1
zIndex = 1
color = Yellow
dashStyle = ShortDash

[[[outTemp]]]
name = Temperature
aggregate_type = max
yAxis = 1
zIndex = 2
color = Cyan

 [[[dewpoint]]]
name = Dewpoint
aggregate_type = max
yAxis = 1
zIndex = 3
color = Purple 
dashStyle = Dash

 [[[lightning_strikes]]]
name = Lightning Count
aggregate_type = sum
yAxis = 0
yAxisLabel = AS3935 Lightning Strikes
zIndex = 1
color = Red
type = column 
 
 
 [[Rain_Thunder_Week]]
 
title = Weekly Rain / Lightning
time_length = 604800
aggregate_type = sum
aggregate_interval = 900
gapsize = 90

   [[[rainRate]]]
name = Rain Rate
yAxis = 1
zIndex = 0
color = Orange
dashStyle = DashDot
   
   [[[rainTotal]]]
name = Rain Total
yAxis = 1
zIndex = 1
color = Yellow
dashStyle = ShortDash

[[[outTemp]]]
name = Temperature
aggregate_type = max
yAxis = 1
zIndex = 2
color = Cyan

 [[[dewpoint]]]
name = Dewpoint
aggregate_type = max
yAxis = 1
zIndex = 3
color = Purple 
dashStyle = Dash

 [[[lightning_strikes]]]
name = Lightning Count
aggregate_type = sum
yAxis = 0
yAxisLabel = AS3935 Lightning Strikes
zIndex = 1
color = Red
type = column


  [[Rain_Thunder_Month]]  
  
   title = Monthly Rain / Lightning
   time_length = 2592000 # Last 30 days
   tooltip_date_format = " LL"
   aggregate_type = sum
   aggregate_interval = 86400 # 1 day
   gapsize = 8640 # 1 day in milliseconds

[[[rainRate]]]
name = Rain Rate
yAxis = 1
zIndex = 0
color = Orange
dashStyle = DashDot
   
   [[[rainTotal]]]
name = Rain Total
yAxis = 1
zIndex = 1
color = Yellow
dashStyle = ShortDash

[[[outTemp]]]
name = Temperature
aggregate_type = max
yAxis = 1
zIndex = 2
color = Cyan

 [[[dewpoint]]]
name = Dewpoint
aggregate_type = max
yAxis = 1
zIndex = 3
color = Purple 
dashStyle = Dash

 [[[lightning_strikes]]]
name = Lightning Count
aggregate_type = sum
yAxis = 0
yAxisLabel = AS3935 Lightning Strikes
zIndex = 1
color = Red
type = column 

Rich


-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/bff16821-bb24-4f86-9012-68c10d7a860f%40googlegroups.com.


[weewx-user] Re: Belchertown skin 1.0 released!

2019-08-24 Thread rich T
Pat here is the latest graphs.  I'm using Y axis 0 and Y axis 1 now.   Is 
there a way to add minor grid lines and zones?

[[Rain_Thunder_Day]]  
  
   title = Past 24 Hr Rain / Lightning
   time_length = 86400
   aggregate_type = sum
   aggregate_interval = 900
   gapsize = 90
   
   [[[rainRate]]]
name = Rain Rate
yAxis = 1
zIndex = 0
color = Orange
dashStyle = DashDot
   
   [[[rainTotal]]]
name = Rain Total
yAxis = 1
zIndex = 1
color = Yellow
dashStyle = ShortDash

[[[outTemp]]]
name = Temperature
aggregate_type = max
yAxis = 1
zIndex = 2
color = Cyan

 [[[dewpoint]]]
name = Dewpoint
aggregate_type = max
yAxis = 1
zIndex = 3
color = Purple 
dashStyle = Dash

 [[[lightning_strikes]]]
name = Lightning Count
aggregate_type = sum
yAxis = 0
yAxisLabel = AS3935 Lightning Strikes
zIndex = 1
color = Red
type = column 
 
 
 [[Rain_Thunder_Week]]
 
title = Weekly Rain / Lightning
time_length = 604800
aggregate_type = sum
aggregate_interval = 900
gapsize = 90

   [[[rainRate]]]
name = Rain Rate
yAxis = 1
zIndex = 0
color = Orange
dashStyle = DashDot
   
   [[[rainTotal]]]
name = Rain Total
yAxis = 1
zIndex = 1
color = Yellow
dashStyle = ShortDash

[[[outTemp]]]
name = Temperature
aggregate_type = max
yAxis = 1
zIndex = 2
color = Cyan

 [[[dewpoint]]]
name = Dewpoint
aggregate_type = max
yAxis = 1
zIndex = 3
color = Purple 
dashStyle = Dash

 [[[lightning_strikes]]]
name = Lightning Count
aggregate_type = sum
yAxis = 0
yAxisLabel = AS3935 Lightning Strikes
zIndex = 1
color = Red
type = column


  [[Rain_Thunder_Month]]  
  
   title = Monthly Rain / Lightning
   time_length = 2592000 # Last 30 days
   tooltip_date_format = " LL"
   aggregate_type = sum
   aggregate_interval = 86400 # 1 day
   gapsize = 8640 # 1 day in milliseconds

[[[rainRate]]]
name = Rain Rate
yAxis = 1
zIndex = 0
color = Orange
dashStyle = DashDot
   
   [[[rainTotal]]]
name = Rain Total
yAxis = 1
zIndex = 1
color = Yellow
dashStyle = ShortDash

[[[outTemp]]]
name = Temperature
aggregate_type = max
yAxis = 1
zIndex = 2
color = Cyan

 [[[dewpoint]]]
name = Dewpoint
aggregate_type = max
yAxis = 1
zIndex = 3
color = Purple 
dashStyle = Dash

 [[[lightning_strikes]]]
name = Lightning Count
aggregate_type = sum
yAxis = 0
yAxisLabel = AS3935 Lightning Strikes
zIndex = 1
color = Red
type = column 


Rich

On Friday, August 23, 2019 at 6:38:17 PM UTC-4, Pat wrote:
>
> Setting yaxis to 3 for me didn't work with my chart setup (I didn't try 
> yours), but if I kept re-using yaxis 0 or yaxis 1 it stacks them. 
>
> On Friday, August 23, 2019 at 4:15:22 PM UTC-4, rich T wrote:
>>
>> I believe it is valid by defintion.  "The Y axis or value axis. Normally 
>> this is the vertical axis, though if the chart is inverted this is the 
>> horizontal axis. In case of multiple axes, the yAxis node is an array of 
>> configuration objects."
>>
>> On Friday, August 23, 2019 at 2:26:39 PM UTC-4, Pat wrote:
>>>
>>> Interesting! I thought something like "yAxis = 3" would be invalid, so 
>>> maybe Highcharts is using that in some way? 
>>>
>>> On Friday, August 23, 2019 at 2:24:53 PM UTC-4, rich T wrote:

 By adding dewpoint to yAxis 3 is the only way so far got it to plot.  
 Later going try a couple more things on that chart.

 Rich

 On Friday, August 23, 2019 at 1:19:58 PM UTC-4, Pat wrote:

> You're doing a lot more with this than I thought. Looks good! Your 
> right side yAxis has 2 labels, I wonder why that is? 
>
> I've been thinking if I need to figure out a way to support multiple 
> yAxis (like shown in 

[weewx-user] Re: AS3935 Lightening Detector

2019-08-24 Thread J D
Hi,
I have this one and I know many others also do. They all "work" about the 
same, biggest difference is the Tune Cap value.  For the most part these 
devices are "toys" meaning that I would not tie any critical responses to 
what these sensors report. Also there is plenty of software for using these 
sensors but even there are a number of "flaws" in what the software does 
and what the data sheets try to explain. I use multiple sensors from 
different vendors so I can cross check the responses and decrease the 
number of incorrect responses. Also the Tune Cap changes with temperature 
so if you are using them outside then is best you auto tune them at 
different times of the day.
Thanks Jerry

On Saturday, August 24, 2019 at 10:02:37 AM UTC-7, Steve2Q wrote:
>
> Dan..do you think that this one works the same? 
> https://www.ebay.com/itm/AS3935-Digital-Lightning-Sensor-Breakout-3V-5V-Arduino-RPi-compatible-/233228596198
>
> Thanks
>

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/6813e387-6ebf-46d7-9838-9e799e73fe66%40googlegroups.com.


[weewx-user] Re: AS3935 Lightening Detector

2019-08-24 Thread Steve2Q
Dan..do you think that this one works the same? 
https://www.ebay.com/itm/AS3935-Digital-Lightning-Sensor-Breakout-3V-5V-Arduino-RPi-compatible-/233228596198

Thanks

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/f5f920cb-3a90-49d4-b003-190de76a15c7%40googlegroups.com.


[weewx-user] Re: Upgrade question

2019-08-24 Thread vince
On Saturday, August 24, 2019 at 9:49:23 AM UTC-7, Steve2Q wrote:
>
> I am thinking of changing from 3.8.2 to 3.9.2 mainly to try the seasons 
> skin. A few questions..I remember seeing that I might have to change Python 
> versions, but now I can't find that reference. Is this correct? 


Nope - you're good as-is regarding whatever python version you're running. 

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/a2fc4980-a253-47ef-978b-dba6c9e4a319%40googlegroups.com.


[weewx-user] Upgrade question

2019-08-24 Thread Steve2Q
I am thinking of changing from 3.8.2 to 3.9.2 mainly to try the seasons skin. A 
few questions..I remember seeing that I might have to change Python versions, 
but now I can't find that reference. Is this correct? Second, I have Weewx  
playing very nicely with SteelSeriesGuages after many fits and starts. Will 
upgrading break my Weewx/SS connection? I still have that old increasing memory 
problem, but have found a cludgy workaround.

Thanks

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/a1560018-b217-438e-be31-e6994558286f%40googlegroups.com.


Re: [weewx-user] Re: Weather34 Template for WeeWX - New Major Update

2019-08-24 Thread steeple ian
Hi,

Yes it is. Several users are running the template in this way. I myself run
both WeeWX and the template on a single Raspberry Pi with DietPi as the OS.

There are instructions in the repository for using a configuration such as
yours written by another user. Although they were written for a previous
version, they should give you the general idea of what to do.

Ian

On Sat, 24 Aug 2019 at 02:48, G Hammer  wrote:

> I run weewx on one server and apache is on another.
> Is this skin compatible with this configuration?
>
> Thanks
>
> --
> 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.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/weewx-user/8391077b-b03f-4633-a047-e6c06ec3ea53%40googlegroups.com
> 
> .
>

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/CADASSaS0E5K4GvXVMM9CZKqqa9Ck8BHTguTDY77znxGqA1134A%40mail.gmail.com.