[weewx-user] weatherlink live

2019-06-28 Thread parallelsys
Is there a driver for weatherlink live?

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/375c1afc-0f96-4de0-a4e9-21038aec918d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Import Wind Direction from Vantage Pro2

2019-06-28 Thread gjr80
Hi,

You are correct in that wee_import can only import numeric wind directions. 
Changing wee_import to handle cardinal, ordinal etc directions should be easy 
enough, unfortunately other commitments mean I won’t be able to get to that 
until September.

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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/b5274b5c-40df-4a6d-96a9-04cac5044622%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Import Wind Direction from Vantage Pro2

2019-06-28 Thread shvman
I've got some years of data as text files exported from WeatherLink 
software.  I notice that my data have wind direction specified as 16 
different 'compass directions' (N, NNE, NE, ENE, E, etc) not as 
'degree-compass' numerical values.  The Weewx Import Utility apparently 
only imports degree units.   

I wonder if anyone else has had this problem, and how you handled it?

I did attempt an import without specifying Wind Direction and my Monthly 
Reports show 90 degrees as the dominate wind gust direction for all days.  

"New data" in WeeWx from my Raspberry Pi shows degree compass directions 
for dominate wind direction, so the Monthly Reports constructed by WeeWx 
are correct and in compass degrees.   

I see no way to get compass degrees from my version of WeatherLink (5.8).  
I realize that it's quite old.  


Thanks, js

-- 
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/cb6cd16e-b10d-4169-b3f4-337f6195d385%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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

2019-06-28 Thread Pat
Yes, you're only looking at the W (west) data points 

[image: windrose1.jpg]


On Friday, June 28, 2019 at 4:53:34 PM UTC-4, Ralf B wrote:
>
> is this right here? why is the sum of all values not 100% ?
>
> [image: windrose.png]
>
>

-- 
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/49647968-bcfc-4b5e-93dd-a292761c9ef6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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

2019-06-28 Thread 'Ralf B' via weewx-user
is this right here? why is the sum of all values not 100% ?

[image: windrose.png]

-- 
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/099ad775-b3a5-4a2d-abb9-619d971de2db%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Re: WeatherflowUDP and MQTTSubscribe Error weewx[8675]: engine: Caught unrecoverable exception in engine: start time is greater than stop time

2019-06-28 Thread Rich Bell
Since I was already handling payloads with missing datetimes, option 4 was 
easier for me to get my head around. A new [[Topic]] option, use_server_time 
has been added. When set to True, the datetime in the MQTT
payload is ignored. The default is False. Beta code can be found in this 
branch, https://github.com/bellrichm/WeeWX-MQTTSubscribe/tree/issue24

For option 5, the current plan is to add two [[Topic]] options, 
ignore_packet_start_time and ignore_packet_end_time. Both of these will default 
to False. When the ignore_packet_start_time is True, the MQTT data datetime 
will be not be checked that it is greater than the last packet processed. When 
the ignore_packet_end_time is True, the MQTT data will continue to be processed 
even if its datetime is greater than the packet’s datetime. But, if more data 
arrives as data is being pulled from MQTT, this data will be left for the next 
packet. This check ensures that we don’t get stuck in a loop pulling data from 
MQTT. Since I’m still mulling this over, I’d consider this more alpha code. It 
is in this branch,  
https://github.com/bellrichm/WeeWX-MQTTSubscribe/tree/issue25 This branch also 
contains the update for issue24.

Some additional background. My original design premise was to try to ensure 
that data received aligned with the packet’s datetime. This works in my very 
controlled environment. But with latency, server time differences, etc. I  can 
see how this might be two rigid in other environments. With these updates, one 
can capture more data, but there is a chance it does not really belong in the 
packet’s time interval. Now the user can decide what makes the most sense in 
his/her environment.
- 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/34ac2b6f-93e8-49aa-aee3-42732a59b799%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Re: dot plots instead of continuous lines???

2019-06-28 Thread Chris Richmond
Found it.  It was archive interval on the console side.  Didn't find a way 
to set it on the console itself,
but wee_device worked as expected.

Thx, Chris

-- 
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/4c305495-16ee-4836-b2d8-8f1a0c3f408c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Re: Weewx with only extra sensors

2019-06-28 Thread Andrew Milner
you can run reports standalone but for archive you need LOOP, REC or both.  
If your RPI could write a file you could use that as a REC trigger with the 
fileparser driver - amongst other approaches



On Friday, 28 June 2019 13:16:47 UTC+3, Bostjan Potocnik wrote:
>
> Hi,
>
> I run weewx using SDR driver with additional extra sensors (BME280 
> connected to RPi).
> If there is no data from SDR (weather station is in maintinance), i.e. no 
> LOOP packets from SDR, than archive and reports are not generated, 
> including values from extra sensors are not read and added to database.
> Is there a possibility to run archive and report generation, when only 
> extra sensors are active?
>
> Regards,
>
> Bostjan
>

-- 
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/8df916d2-7510-4038-a6a5-a7c9f1bf64a1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Weewx with only extra sensors

2019-06-28 Thread Bostjan Potocnik
Hi,

I run weewx using SDR driver with additional extra sensors (BME280 
connected to RPi).
If there is no data from SDR (weather station is in maintinance), i.e. no 
LOOP packets from SDR, than archive and reports are not generated, 
including values from extra sensors are not read and added to database.
Is there a possibility to run archive and report generation, when only 
extra sensors are active?

Regards,

Bostjan

-- 
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/1b93f0ea-29d8-4aad-8bcd-496eec331810%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [weewx-user] UV Index and radiation calculated by software

2019-06-28 Thread Colin Larsen
Weewx will calculate the maximum theoretical solar radiation value, but
this of course will bear no relation to your actual conditions.
I'm not sure about UV, but once again any such calculation would not relate
to your observed conditions.

Colin

On Fri, 28 Jun 2019, 20:47 Rolf Zanchettin,  wrote:

> Hi all,
>
> unfortunately my weather station does not have a UV and solar radiation
> sensor. Is it possible to calculate the values by weewx, based on lat/lng?
>
> Thanks in advance
> Best regards
> Rolf
>
> --
> 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/ff8d2bfc-1152-40d7-b294-cfeb9377290b%40googlegroups.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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/CACjxfUvWwRfmc8dDHzph-ykonaOQWuWfWRKoiYmSc2EJc_6tAA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] UV Index and radiation calculated by software

2019-06-28 Thread Rolf Zanchettin
Hi all,

unfortunately my weather station does not have a UV and solar radiation 
sensor. Is it possible to calculate the values by weewx, based on lat/lng?

Thanks in advance
Best regards
Rolf

-- 
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/ff8d2bfc-1152-40d7-b294-cfeb9377290b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Re: BloomSky traceback after IndexError

2019-06-28 Thread Rick M0LEP
On Tue 25 Jun Rick M0LEP wrote:
> Thanks. Fix made. This time the exception was co-incident with a brief 
> break in broadband connection.

Another day, another break in Net connectivity, another exception:

Jun 28 05:58:42 duma weewx[27097]:
bloomsky: bloomsky-client: 
bloomsky: bloomsky-client: Exception:
 Traceback (most recent call last):
   File "/usr/share/weewx/user/bloomsky.py", line 684, in run
 self.client.collect_data()
   File "/usr/share/weewx/user/bloomsky.py", line 485, in collect_data
 raw_data = self.sd.get_data()
   File "/usr/share/weewx/user/bloomsky.py", line 708, in get_data
 params, headers)
   File "/usr/share/weewx/user/bloomsky.py", line 753, in get_request
 resp_json = json.loads(resp)
 UnboundLocalError: local variable 'resp' referenced before assignment

Not yet encountered a repeat of the issue that started this thread, but 
I'm keeping a watch for it and I'll report what the new code does when 
it happens...

-- 
73, Rick, M0LEP

-- 
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/20cf.5d15cc88.88440.m0lep%40hewett.org.
For more options, visit https://groups.google.com/d/optout.