[weewx-user] Belchertown MQTT live stats problem

2020-07-24 Thread Scott Grayban
For over a year my live stats has been working flawlessly until recently. 
Now it says *Failed connecting to the weather station*

Looking at the dev console in chrome I am seeing this for the error and not 
sure how to test this out to see what is going on.

mqttws31.min.js:36 WebSocket connection to 'ws://X.X.X.X:9001/mqtt' failed: 
Connection closed before receiving a handshake response

The MQTT logs are only showing connections via port 1883.

-- 
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/8c4876a8-6ce7-4d9b-964b-59576ba53b5co%40googlegroups.com.


Re: [weewx-user] Re: wind chill for Vantage Pro 2

2020-07-24 Thread gjr80
Ha, shouldn’t have been in such a rush and should have read your reply 
thoroughly, thought I was repeating what you had said. But yes LOOP2 only, some 
gems in there but nothing that has convinced me to change.

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/da8d327f-aea4-4191-81bd-b111f91561bbo%40googlegroups.com.


Re: [weewx-user] Re: wind chill for Vantage Pro 2

2020-07-24 Thread Tom Keffer
Geez, Gary, you're right! So, you would also have to specify LOOP2 packets.
See the section [Vantage]
 in the User's Guide.

[Vantage]
  loop_request = 2


-tk

On Fri, Jul 24, 2020 at 5:13 PM gjr80  wrote:

> Windchill is only in included in the Davis LOOP2 packet, it’s not in the
> LOOP packet or archive record (the defaults) from the console. So unless
> you have set WeeWX to use the LOOP2 packet WeeWX will never see windchill
> from the console, irrespective of StdWXCalculate settings.
>
> 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/9a8a0b4e-4b27-404b-aec4-72cd8dbc7331o%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/CAPq0zEAu8Us3sOejXgb_ebfB-yJa2oK%3DXjwEUSBH-LKahsS33g%40mail.gmail.com.


[weewx-user] Re: wind chill for Vantage Pro 2

2020-07-24 Thread gjr80
Windchill is only in included in the Davis LOOP2 packet, it’s not in the LOOP 
packet or archive record (the defaults) from the console. So unless you have 
set WeeWX to use the LOOP2 packet WeeWX will never see windchill from the 
console, irrespective of StdWXCalculate settings.

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/9a8a0b4e-4b27-404b-aec4-72cd8dbc7331o%40googlegroups.com.


Re: [weewx-user] Re: wind chill for Vantage Pro 2

2020-07-24 Thread Tom Keffer
Davis has a publication *Calculations of Derived Variables
*,
that shows the formula they use. It's the same formula used by WeeWX. From
the publication, it appears that they do not apply the 3 mph and 50F
limits. Nevertheless, if you go to the NOAA source
, those restrictions
do apply. So, we apply them when calculating windchill in software.

But, that's not your question.

The VP2 emits windchill only in its LOOP packets, not the archive records
coming off the logger. So, when it comes time to put something in the
database, WeeWX has to synthesize something. By default, it uses the
average windchill seen during the archive interval. This is why you see
something different from what is on the console. So, it's coming from
hardware, just not the way you think it does.

Alternatively, you can have WeeWX save only the last value seen in the
archive interval by adding the following to weewx.conf:

[Accumulator]
  [[windchill]]
extractor = last

That may bring it closer to what you're seeing on the console.

-tk

On Fri, Jul 24, 2020 at 4:37 PM brisguy foo  wrote:

> Thanks for the reply. I did check the weewx.conf file and and found that
> wind chill should be coming from the VP2. See below. I believe your comment
> about when wind chill applies is only for the case where weewx calculates
> the result. The VP2 does not have the restriction of being below 50deg.
> Note that if I use the software supplied by Davis (WeatherLink), it will
> display the wind chill data that matches what is displayed on the console.
> Is there something else I may be missing?
>
> [StdWXCalculate]
>
> [[Calculations]]
> # How to calculate derived quantities.  Possible values are:
> #  hardware- use the value provided by hardware
> #  software- use the value calculated by weewx
> #  prefer_hardware - use value provide by hardware if available,
> #  otherwise use value calculated by weewx
>
> pressure = prefer_hardware
> barometer = prefer_hardware
> altimeter = prefer_hardware
> windchill = prefer_hardware
> heatindex = prefer_hardware
> dewpoint = prefer_hardware
> inDewpoint = prefer_hardware
> rainRate = prefer_hardware
>
> On Friday, July 24, 2020 at 11:03:45 AM UTC-7, brisguy foo wrote:
>>
>> Hello all,
>>
>> I have been using weewx (3.9.2.1 with standard skin) successfully for
>> several months now and just noticed that the wind chill graph does not
>> reflect the values reported by my VP2. It always matches the outside temp
>> values. I have seen that weewx can calculate wind chill on its own, but
>> since the VP2 provides this data, I was expecting weewx to use it. Does it?
>>
>> 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/561d6cb4-b7bf-400a-a017-511f545ea40do%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/CAPq0zEAPq3r15-P6xpPm%2Bnz6yo7e%2BcsYo5A%2BNq2ycg0JWMYnYw%40mail.gmail.com.


[weewx-user] Re: wind chill for Vantage Pro 2

2020-07-24 Thread brisguy foo
Thanks for the reply. I did check the weewx.conf file and and found that 
wind chill should be coming from the VP2. See below. I believe your comment 
about when wind chill applies is only for the case where weewx calculates 
the result. The VP2 does not have the restriction of being below 50deg. 
Note that if I use the software supplied by Davis (WeatherLink), it will 
display the wind chill data that matches what is displayed on the console. 
Is there something else I may be missing?

[StdWXCalculate]

[[Calculations]]
# How to calculate derived quantities.  Possible values are:
#  hardware- use the value provided by hardware
#  software- use the value calculated by weewx
#  prefer_hardware - use value provide by hardware if available,
#  otherwise use value calculated by weewx

pressure = prefer_hardware
barometer = prefer_hardware
altimeter = prefer_hardware
windchill = prefer_hardware
heatindex = prefer_hardware
dewpoint = prefer_hardware
inDewpoint = prefer_hardware
rainRate = prefer_hardware

On Friday, July 24, 2020 at 11:03:45 AM UTC-7, brisguy foo wrote:
>
> Hello all,
>
> I have been using weewx (3.9.2.1 with standard skin) successfully for 
> several months now and just noticed that the wind chill graph does not 
> reflect the values reported by my VP2. It always matches the outside temp 
> values. I have seen that weewx can calculate wind chill on its own, but 
> since the VP2 provides this data, I was expecting weewx to use it. Does it?
>
> 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/561d6cb4-b7bf-400a-a017-511f545ea40do%40googlegroups.com.


Re: [weewx-user] wind chill for Vantage Pro 2

2020-07-24 Thread Tom Keffer
The service StdWXCalculate sets where wind chill (and other derived types)
comes from. If you set it to "prefer_hardware", it should come from the
VP2, if it's available.

Also, please note that wind chill does not kick in unless the wind is over
3 mph, and the temperature is below 50F.

The online documentation is for V4.1, but the semantics are the same for
your version. See the section [[Calculations]]
.

On Fri, Jul 24, 2020 at 11:03 AM brisguy foo  wrote:

> Hello all,
>
> I have been using weewx (3.9.2.1 with standard skin) successfully for
> several months now and just noticed that the wind chill graph does not
> reflect the values reported by my VP2. It always matches the outside temp
> values. I have seen that weewx can calculate wind chill on its own, but
> since the VP2 provides this data, I was expecting weewx to use it. Does it?
>
> 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/d3d9484a-e40d-457b-a2c3-42f891605a57o%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/CAPq0zEDq1yfDfr83HUANs_PA-cAoY%2BTt5Ln8cohZb1AyiOLMWA%40mail.gmail.com.


[weewx-user] Re: Chrome stopped refreshing the page at localhost

2020-07-24 Thread Bill Roberts


On Friday, July 24, 2020 at 1:50:03 PM UTC-7, Bill Roberts wrote:
>
> It works correctly updating wunderground every 5 minutes 
> at https://www.wunderground.com/dashboard/pws/KAZTUCSO1729
>

-- 
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/bbd9def5-226e-4de3-80a5-8d0ffe0068a3o%40googlegroups.com.


[weewx-user] Chrome stopped refreshing the page at localhost

2020-07-24 Thread Bill Roberts
I use weewx to observe the data from my accurite 5-in-1 wx station.
I use the belchertown skin as well.
It was performing well an the webpage at localdata automatically refreshed 
every 5 minutes.
A couple of days ago, it stopped refreshing automatically, will manually 
refresh if I click the Chrome refresh.
Log attached

-- 
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/440330e6-3347-42cf-9980-6033af48c923o%40googlegroups.com.


mylog
Description: Binary data


Re: [weewx-user] Re: New GW1000 Driver available for testing

2020-07-24 Thread steeple ian
That’s exactly what I am seeing. I am going to look at the interceptor map
for WH65 and see where things appear to deviate.

On Fri, 24 Jul 2020 at 19:43, Bill Arthur  wrote:

> I started as you and later added a WiFi-less console.  I'm not sure where
> to look for the WH65 designation.
> No, I didn't change the map. I was unable to run the driver directly to
> test, so I just launched it blindly... and it worked.
> I am seeing an anomaly with pressure, too. I'm looking at the output as
> reported to CWOP. I'm seeing 989mb where I expect 1019mb
> So...I have some work to do.
> On Friday, July 24, 2020 at 1:28:27 PM UTC-5 steep...@gmail.com wrote:
>
>> That is the same array that I am using with gw1000 except I do not have a
>> console. Does this show up as WH65? I have anomaly with the barometer but I
>> cannot understand why. Have you changed the sensor map at all?
>>
>>
>> On Fri, 24 Jul 2020 at 19:17, Bill Arthur  wrote:
>>
>>> Hi Ian,
>>> I have the Ambient Weather WS-2902 array:  temperature, rainfall,
>>> humidity, wind speed & direction, UV and solar.  Indoor and pressure is
>>> from the GW-1000
>>>
>>> On Friday, July 24, 2020 at 1:07:41 PM UTC-5 steep...@gmail.com wrote:
>>>
 Hi Bill,
 What sensors do you have connected?

 On Fri, 24 Jul 2020 at 19:06, Bill Arthur  wrote:

> Ian,
> Yes, just the simple Seasons skin for now. I now have 12 hours of data
> and it's looking good.
> I've compared it to my weather station console and the data all looks
> correct.
>
> On Friday, July 24, 2020 at 12:56:01 PM UTC-5 steep...@gmail.com
> wrote:
>
>> Hi Bill,
>> No need to be sorry. Just wanted to exchange notes on experiences. I
>> assume you then using the default Seasons skin. How is that looking?
>> Ian
>>
>> On Fri, 24 Jul 2020 at 18:12, Bill Arthur  wrote:
>>
>>> Hi Ian
>>> No, I don't have Weather34 on the RasPi that I'm testing the GW1000
>>> extension, it's a fresh install.
>>> It'll be a while until I'm ready to modify the RasPi that has
>>> Weather34. Sorry.
>>>
>>> On Friday, July 24, 2020 at 10:09:08 AM UTC-5 steep...@gmail.com
>>> wrote:
>>>
 Hi Bill,

 Are you still using the Weather34 skin. If so, I am interested what
 barometer reading you are displaying when using the gw1000 driver.

 Thanks,
 Ian


 On Friday, July 24, 2020 at 4:02:17 AM UTC+1, Bill Arthur wrote:
>
> I couldn't get it to run from the command line.
> When I  did   python -m user.gw1000 --help
> I get   /usr/bin/python: No module named user.gw1000
>
> But I have it up and running, everything looks good on my Seasons
> page.
> I'll give the data a closer look tomorrow.
>
> But I'm scratching my head trying to find how to specify the IP
> address in weewx.conf
> I have three GW1000s here, I have no idea which one is being used
> On Thursday, July 23, 2020 at 9:06:47 PM UTC-5 Bill Arthur wrote:
>
>> This link works:
>> https://github.com/gjr80/weewx-gw1000/releases/download/v0.1.0b4/gw1000-0.1.0b4.tar.gz
>>
>> On Thursday, July 23, 2020 at 8:57:49 PM UTC-5 Bill Arthur wrote:
>>
>>> FYI:
>>> wget -P /var/tmp
>>> https://github.com/gjr80/weewx-gw1000/releases/download/v0.1.0b4/weewx-gw1000-0.1.0b4.tar.gz
>>>
>>> gives me an Error 404
>>>
>>> On Thursday, July 23, 2020 at 3:22:07 PM UTC-5 galfert wrote:
>>>
 There is a thread in the developer section where some questions
 were asked that were not directly related to development. This 
 thread is
 good. I'm just inviting people to ask their questions here in this 
 thread
 rather than in the developer section.


 On Thursday, July 23, 2020 at 2:56:51 PM UTC-4, steeple ian
 wrote:

> ???
>
> On Thu, 23 Jul 2020 at 19:39, galfert 
> wrote:
>
 For anyone discussing this new GW1000 API driver in the WeeWX
>> development section STOP. Use this user section instead to 
>> discuss its use.
>>
>>
>> --
>> 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...@googlegroups.com.
>
>
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/weewx-user/91d513a8-cf9a-4cf2-8e16-261a02b67bebo%40googlegroups.com
>> 

Re: [weewx-user] Re: New GW1000 Driver available for testing

2020-07-24 Thread Bill Arthur
I started as you and later added a WiFi-less console.  I'm not sure where 
to look for the WH65 designation. 
No, I didn't change the map. I was unable to run the driver directly to 
test, so I just launched it blindly... and it worked.
I am seeing an anomaly with pressure, too. I'm looking at the output as 
reported to CWOP. I'm seeing 989mb where I expect 1019mb
So...I have some work to do.
On Friday, July 24, 2020 at 1:28:27 PM UTC-5 steep...@gmail.com wrote:

> That is the same array that I am using with gw1000 except I do not have a 
> console. Does this show up as WH65? I have anomaly with the barometer but I 
> cannot understand why. Have you changed the sensor map at all?
>
>
> On Fri, 24 Jul 2020 at 19:17, Bill Arthur  wrote:
>
>> Hi Ian,
>> I have the Ambient Weather WS-2902 array:  temperature, rainfall, 
>> humidity, wind speed & direction, UV and solar.  Indoor and pressure is 
>> from the GW-1000
>>
>> On Friday, July 24, 2020 at 1:07:41 PM UTC-5 steep...@gmail.com wrote:
>>
>>> Hi Bill,
>>> What sensors do you have connected?
>>>
>>> On Fri, 24 Jul 2020 at 19:06, Bill Arthur  wrote:
>>>
 Ian,
 Yes, just the simple Seasons skin for now. I now have 12 hours of data 
 and it's looking good. 
 I've compared it to my weather station console and the data all looks 
 correct.

 On Friday, July 24, 2020 at 12:56:01 PM UTC-5 steep...@gmail.com wrote:

> Hi Bill,
> No need to be sorry. Just wanted to exchange notes on experiences. I 
> assume you then using the default Seasons skin. How is that looking?
> Ian
>
> On Fri, 24 Jul 2020 at 18:12, Bill Arthur  wrote:
>
>> Hi Ian
>> No, I don't have Weather34 on the RasPi that I'm testing the GW1000 
>> extension, it's a fresh install.
>> It'll be a while until I'm ready to modify the RasPi that has 
>> Weather34. Sorry.
>>
>> On Friday, July 24, 2020 at 10:09:08 AM UTC-5 steep...@gmail.com 
>> wrote:
>>
>>> Hi Bill,
>>>
>>> Are you still using the Weather34 skin. If so, I am interested what 
>>> barometer reading you are displaying when using the gw1000 driver.
>>>
>>> Thanks,
>>> Ian 
>>>
>>>
>>> On Friday, July 24, 2020 at 4:02:17 AM UTC+1, Bill Arthur wrote:

 I couldn't get it to run from the command line.
 When I  did   python -m user.gw1000 --help
 I get   /usr/bin/python: No module named user.gw1000

 But I have it up and running, everything looks good on my Seasons 
 page.
 I'll give the data a closer look tomorrow.

 But I'm scratching my head trying to find how to specify the IP 
 address in weewx.conf
 I have three GW1000s here, I have no idea which one is being used  
 On Thursday, July 23, 2020 at 9:06:47 PM UTC-5 Bill Arthur wrote:

> This link works: 
> https://github.com/gjr80/weewx-gw1000/releases/download/v0.1.0b4/gw1000-0.1.0b4.tar.gz
>
> On Thursday, July 23, 2020 at 8:57:49 PM UTC-5 Bill Arthur wrote:
>
>> FYI:
>> wget -P /var/tmp 
>> https://github.com/gjr80/weewx-gw1000/releases/download/v0.1.0b4/weewx-gw1000-0.1.0b4.tar.gz
>>  
>> gives me an Error 404 
>>
>> On Thursday, July 23, 2020 at 3:22:07 PM UTC-5 galfert wrote:
>>
>>> There is a thread in the developer section where some questions 
>>> were asked that were not directly related to development. This 
>>> thread is 
>>> good. I'm just inviting people to ask their questions here in this 
>>> thread 
>>> rather than in the developer section.
>>>
>>>
>>> On Thursday, July 23, 2020 at 2:56:51 PM UTC-4, steeple ian 
>>> wrote:
>>>
 ???

 On Thu, 23 Jul 2020 at 19:39, galfert  wrote:

>>> For anyone discussing this new GW1000 API driver in the WeeWX 
> development section STOP. Use this user section instead to 
> discuss its use.
>
>
> -- 
> 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...@googlegroups.com.


> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/weewx-user/91d513a8-cf9a-4cf2-8e16-261a02b67bebo%40googlegroups.com
>  
> 
> .
>
 -- 
>> You received this message because you are subscribed to the Google 
>> Groups "weewx-user" group.
>>
> To 

[weewx-user] Re: Data Logger

2020-07-24 Thread K1IW
Restart of an old thread.

>From what I read on another site, the Acurite PC software does clear the 
data logger.  Is there no way for Weewx to do the same?
I don't really care about the actual data on the logger - Weewx does this 
on its own - but having the message appear on the Acurite
display is a minor annoyance.  I have the 01536 model which does not have 
the USB mode settings that can be used to disable
the logger.



-Bob

-- 
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/f8e14bf6-8816-49de-a752-c6cab6950372o%40googlegroups.com.


Re: [weewx-user] Re: New GW1000 Driver available for testing

2020-07-24 Thread steeple ian
That is the same array that I am using with gw1000 except I do not have a
console. Does this show up as WH65? I have anomaly with the barometer but I
cannot understand why. Have you changed the sensor map at all?


On Fri, 24 Jul 2020 at 19:17, Bill Arthur  wrote:

> Hi Ian,
> I have the Ambient Weather WS-2902 array:  temperature, rainfall,
> humidity, wind speed & direction, UV and solar.  Indoor and pressure is
> from the GW-1000
>
> On Friday, July 24, 2020 at 1:07:41 PM UTC-5 steep...@gmail.com wrote:
>
>> Hi Bill,
>> What sensors do you have connected?
>>
>> On Fri, 24 Jul 2020 at 19:06, Bill Arthur  wrote:
>>
>>> Ian,
>>> Yes, just the simple Seasons skin for now. I now have 12 hours of data
>>> and it's looking good.
>>> I've compared it to my weather station console and the data all looks
>>> correct.
>>>
>>> On Friday, July 24, 2020 at 12:56:01 PM UTC-5 steep...@gmail.com wrote:
>>>
 Hi Bill,
 No need to be sorry. Just wanted to exchange notes on experiences. I
 assume you then using the default Seasons skin. How is that looking?
 Ian

 On Fri, 24 Jul 2020 at 18:12, Bill Arthur  wrote:

> Hi Ian
> No, I don't have Weather34 on the RasPi that I'm testing the GW1000
> extension, it's a fresh install.
> It'll be a while until I'm ready to modify the RasPi that has
> Weather34. Sorry.
>
> On Friday, July 24, 2020 at 10:09:08 AM UTC-5 steep...@gmail.com
> wrote:
>
>> Hi Bill,
>>
>> Are you still using the Weather34 skin. If so, I am interested what
>> barometer reading you are displaying when using the gw1000 driver.
>>
>> Thanks,
>> Ian
>>
>>
>> On Friday, July 24, 2020 at 4:02:17 AM UTC+1, Bill Arthur wrote:
>>>
>>> I couldn't get it to run from the command line.
>>> When I  did   python -m user.gw1000 --help
>>> I get   /usr/bin/python: No module named user.gw1000
>>>
>>> But I have it up and running, everything looks good on my Seasons
>>> page.
>>> I'll give the data a closer look tomorrow.
>>>
>>> But I'm scratching my head trying to find how to specify the IP
>>> address in weewx.conf
>>> I have three GW1000s here, I have no idea which one is being used
>>> On Thursday, July 23, 2020 at 9:06:47 PM UTC-5 Bill Arthur wrote:
>>>
 This link works:
 https://github.com/gjr80/weewx-gw1000/releases/download/v0.1.0b4/gw1000-0.1.0b4.tar.gz

 On Thursday, July 23, 2020 at 8:57:49 PM UTC-5 Bill Arthur wrote:

> FYI:
> wget -P /var/tmp
> https://github.com/gjr80/weewx-gw1000/releases/download/v0.1.0b4/weewx-gw1000-0.1.0b4.tar.gz
>
> gives me an Error 404
>
> On Thursday, July 23, 2020 at 3:22:07 PM UTC-5 galfert wrote:
>
>> There is a thread in the developer section where some questions
>> were asked that were not directly related to development. This 
>> thread is
>> good. I'm just inviting people to ask their questions here in this 
>> thread
>> rather than in the developer section.
>>
>>
>> On Thursday, July 23, 2020 at 2:56:51 PM UTC-4, steeple ian wrote:
>>
>>> ???
>>>
>>> On Thu, 23 Jul 2020 at 19:39, galfert  wrote:
>>>
>> For anyone discussing this new GW1000 API driver in the WeeWX
 development section STOP. Use this user section instead to discuss 
 its use.


 --
 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...@googlegroups.com.
>>>
>>>
 To view this discussion on the web visit
 https://groups.google.com/d/msgid/weewx-user/91d513a8-cf9a-4cf2-8e16-261a02b67bebo%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+...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/weewx-user/6cb996ae-fc26-4cb8-85ce-b408a9cefa5dn%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 

Re: [weewx-user] Re: New GW1000 Driver available for testing

2020-07-24 Thread Bill Arthur
Hi Ian,
I have the Ambient Weather WS-2902 array:  temperature, rainfall, humidity, 
wind speed & direction, UV and solar.  Indoor and pressure is from the 
GW-1000

On Friday, July 24, 2020 at 1:07:41 PM UTC-5 steep...@gmail.com wrote:

> Hi Bill,
> What sensors do you have connected?
>
> On Fri, 24 Jul 2020 at 19:06, Bill Arthur  wrote:
>
>> Ian,
>> Yes, just the simple Seasons skin for now. I now have 12 hours of data 
>> and it's looking good. 
>> I've compared it to my weather station console and the data all looks 
>> correct.
>>
>> On Friday, July 24, 2020 at 12:56:01 PM UTC-5 steep...@gmail.com wrote:
>>
>>> Hi Bill,
>>> No need to be sorry. Just wanted to exchange notes on experiences. I 
>>> assume you then using the default Seasons skin. How is that looking?
>>> Ian
>>>
>>> On Fri, 24 Jul 2020 at 18:12, Bill Arthur  wrote:
>>>
 Hi Ian
 No, I don't have Weather34 on the RasPi that I'm testing the GW1000 
 extension, it's a fresh install.
 It'll be a while until I'm ready to modify the RasPi that has 
 Weather34. Sorry.

 On Friday, July 24, 2020 at 10:09:08 AM UTC-5 steep...@gmail.com wrote:

> Hi Bill,
>
> Are you still using the Weather34 skin. If so, I am interested what 
> barometer reading you are displaying when using the gw1000 driver.
>
> Thanks,
> Ian 
>
>
> On Friday, July 24, 2020 at 4:02:17 AM UTC+1, Bill Arthur wrote:
>>
>> I couldn't get it to run from the command line.
>> When I  did   python -m user.gw1000 --help
>> I get   /usr/bin/python: No module named user.gw1000
>>
>> But I have it up and running, everything looks good on my Seasons 
>> page.
>> I'll give the data a closer look tomorrow.
>>
>> But I'm scratching my head trying to find how to specify the IP 
>> address in weewx.conf
>> I have three GW1000s here, I have no idea which one is being used  
>> On Thursday, July 23, 2020 at 9:06:47 PM UTC-5 Bill Arthur wrote:
>>
>>> This link works: 
>>> https://github.com/gjr80/weewx-gw1000/releases/download/v0.1.0b4/gw1000-0.1.0b4.tar.gz
>>>
>>> On Thursday, July 23, 2020 at 8:57:49 PM UTC-5 Bill Arthur wrote:
>>>
 FYI:
 wget -P /var/tmp 
 https://github.com/gjr80/weewx-gw1000/releases/download/v0.1.0b4/weewx-gw1000-0.1.0b4.tar.gz
  
 gives me an Error 404 

 On Thursday, July 23, 2020 at 3:22:07 PM UTC-5 galfert wrote:

> There is a thread in the developer section where some questions 
> were asked that were not directly related to development. This thread 
> is 
> good. I'm just inviting people to ask their questions here in this 
> thread 
> rather than in the developer section.
>
>
> On Thursday, July 23, 2020 at 2:56:51 PM UTC-4, steeple ian wrote:
>
>> ???
>>
>> On Thu, 23 Jul 2020 at 19:39, galfert  wrote:
>>
> For anyone discussing this new GW1000 API driver in the WeeWX 
>>> development section STOP. Use this user section instead to discuss 
>>> its use.
>>>
>>>
>>> -- 
>>> 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...@googlegroups.com.
>>
>>
>>> To view this discussion on the web visit 
>>> https://groups.google.com/d/msgid/weewx-user/91d513a8-cf9a-4cf2-8e16-261a02b67bebo%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+...@googlegroups.com.
 To view this discussion on the web visit 
 https://groups.google.com/d/msgid/weewx-user/6cb996ae-fc26-4cb8-85ce-b408a9cefa5dn%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+...@googlegroups.com.
>>
> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/weewx-user/bf6c137d-9973-4a6c-896f-6d43b535ab94n%40googlegroups.com
>>  
>> 
>> .
>>
>

-- 
You received this 

Re: [weewx-user] Re: New GW1000 Driver available for testing

2020-07-24 Thread Bill Arthur
Gary,
No need for apologies. I'm glad that I was able to spot these things. And 
in a small way, I feel like I'm helping improve it for everyone. 

On Friday, July 24, 2020 at 8:44:57 AM UTC-5 gjr80 wrote:

> My apologies all round Bill, a few typos and a wrong assumption about 
> package installs - have rewritten and simplfied the GitHub readmes this 
> afternoon. They should be correct now. Perhaps a bit late now but to run 
> the driver directly the following should work:
>
> $ PYTHONPATH=/usr/share/weewx python -m user.gw1000 --help
>
> When you used wee_config --reconfigure to reconfigure WeeWX to use the 
> driver it should have prompted you for the IP address, unfortunately I 
> included --no-prompt in the wee_config command and that left you with no 
> IP address set (in which case the driver uses the first GW1000 that 
> replies). You can run the following command and step through the prompts 
> until you are asked for an IP address and then enter the IP address of the 
> GW1000 you wish to use:
>
> $ wee_config --reconfigure --driver=user.gw1000
>
> Alternatively you can just edit weewx.conf and add a line ip_address 
> under [GW1000]:
>
> [GW1000]
> 
> ip_address = 1.2.3.4
>
> Either way you will need to restart once you have set the IP address.
>
> Gary
>
> On Friday, 24 July 2020 13:02:17 UTC+10, Bill Arthur wrote:
>>
>> I couldn't get it to run from the command line.
>> When I  did   python -m user.gw1000 --help
>> I get   /usr/bin/python: No module named user.gw1000
>>
>> But I have it up and running, everything looks good on my Seasons page.
>> I'll give the data a closer look tomorrow.
>>
>> But I'm scratching my head trying to find how to specify the IP address 
>> in weewx.conf
>> I have three GW1000s here, I have no idea which one is being used  
>> On Thursday, July 23, 2020 at 9:06:47 PM UTC-5 Bill Arthur wrote:
>>
>>> This link works: 
>>> https://github.com/gjr80/weewx-gw1000/releases/download/v0.1.0b4/gw1000-0.1.0b4.tar.gz
>>>
>>> On Thursday, July 23, 2020 at 8:57:49 PM UTC-5 Bill Arthur wrote:
>>>
 FYI:
 wget -P /var/tmp 
 https://github.com/gjr80/weewx-gw1000/releases/download/v0.1.0b4/weewx-gw1000-0.1.0b4.tar.gz
  
 gives me an Error 404 

 On Thursday, July 23, 2020 at 3:22:07 PM UTC-5 galfert wrote:

> There is a thread in the developer section where some questions were 
> asked that were not directly related to development. This thread is good. 
> I'm just inviting people to ask their questions here in this thread 
> rather 
> than in the developer section.
>
>
> On Thursday, July 23, 2020 at 2:56:51 PM UTC-4, steeple ian wrote:
>
>> ???
>>
>> On Thu, 23 Jul 2020 at 19:39, galfert  wrote:
>>
> For anyone discussing this new GW1000 API driver in the WeeWX 
>>> development section STOP. Use this user section instead to discuss its 
>>> use.
>>>
>>>
>>> -- 
>>> 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...@googlegroups.com.
>>
>>
>>> To view this discussion on the web visit 
>>> https://groups.google.com/d/msgid/weewx-user/91d513a8-cf9a-4cf2-8e16-261a02b67bebo%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/659a01a4-0fb0-4100-aa5c-c53c7342cfb3n%40googlegroups.com.


Re: [weewx-user] Re: New GW1000 Driver available for testing

2020-07-24 Thread steeple ian
Hi Bill,
What sensors do you have connected?

On Fri, 24 Jul 2020 at 19:06, Bill Arthur  wrote:

> Ian,
> Yes, just the simple Seasons skin for now. I now have 12 hours of data and
> it's looking good.
> I've compared it to my weather station console and the data all looks
> correct.
>
> On Friday, July 24, 2020 at 12:56:01 PM UTC-5 steep...@gmail.com wrote:
>
>> Hi Bill,
>> No need to be sorry. Just wanted to exchange notes on experiences. I
>> assume you then using the default Seasons skin. How is that looking?
>> Ian
>>
>> On Fri, 24 Jul 2020 at 18:12, Bill Arthur  wrote:
>>
>>> Hi Ian
>>> No, I don't have Weather34 on the RasPi that I'm testing the GW1000
>>> extension, it's a fresh install.
>>> It'll be a while until I'm ready to modify the RasPi that has Weather34.
>>> Sorry.
>>>
>>> On Friday, July 24, 2020 at 10:09:08 AM UTC-5 steep...@gmail.com wrote:
>>>
 Hi Bill,

 Are you still using the Weather34 skin. If so, I am interested what
 barometer reading you are displaying when using the gw1000 driver.

 Thanks,
 Ian


 On Friday, July 24, 2020 at 4:02:17 AM UTC+1, Bill Arthur wrote:
>
> I couldn't get it to run from the command line.
> When I  did   python -m user.gw1000 --help
> I get   /usr/bin/python: No module named user.gw1000
>
> But I have it up and running, everything looks good on my Seasons page.
> I'll give the data a closer look tomorrow.
>
> But I'm scratching my head trying to find how to specify the IP
> address in weewx.conf
> I have three GW1000s here, I have no idea which one is being used
> On Thursday, July 23, 2020 at 9:06:47 PM UTC-5 Bill Arthur wrote:
>
>> This link works:
>> https://github.com/gjr80/weewx-gw1000/releases/download/v0.1.0b4/gw1000-0.1.0b4.tar.gz
>>
>> On Thursday, July 23, 2020 at 8:57:49 PM UTC-5 Bill Arthur wrote:
>>
>>> FYI:
>>> wget -P /var/tmp
>>> https://github.com/gjr80/weewx-gw1000/releases/download/v0.1.0b4/weewx-gw1000-0.1.0b4.tar.gz
>>>
>>> gives me an Error 404
>>>
>>> On Thursday, July 23, 2020 at 3:22:07 PM UTC-5 galfert wrote:
>>>
 There is a thread in the developer section where some questions
 were asked that were not directly related to development. This thread 
 is
 good. I'm just inviting people to ask their questions here in this 
 thread
 rather than in the developer section.


 On Thursday, July 23, 2020 at 2:56:51 PM UTC-4, steeple ian wrote:

> ???
>
> On Thu, 23 Jul 2020 at 19:39, galfert  wrote:
>
 For anyone discussing this new GW1000 API driver in the WeeWX
>> development section STOP. Use this user section instead to discuss 
>> its use.
>>
>>
>> --
>> 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...@googlegroups.com.
>
>
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/weewx-user/91d513a8-cf9a-4cf2-8e16-261a02b67bebo%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+...@googlegroups.com.
>>> To view this discussion on the web visit
>>> https://groups.google.com/d/msgid/weewx-user/6cb996ae-fc26-4cb8-85ce-b408a9cefa5dn%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/bf6c137d-9973-4a6c-896f-6d43b535ab94n%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/CADASSaQpiQTQA%3DXwO2ciLeHiyz7BTAk_8NLoS%3DT272G1ijf9Cw%40mail.gmail.com.


Re: [weewx-user] Re: New GW1000 Driver available for testing

2020-07-24 Thread Bill Arthur
Ian,
Yes, just the simple Seasons skin for now. I now have 12 hours of data and 
it's looking good. 
I've compared it to my weather station console and the data all looks 
correct.

On Friday, July 24, 2020 at 12:56:01 PM UTC-5 steep...@gmail.com wrote:

> Hi Bill,
> No need to be sorry. Just wanted to exchange notes on experiences. I 
> assume you then using the default Seasons skin. How is that looking?
> Ian
>
> On Fri, 24 Jul 2020 at 18:12, Bill Arthur  wrote:
>
>> Hi Ian
>> No, I don't have Weather34 on the RasPi that I'm testing the GW1000 
>> extension, it's a fresh install.
>> It'll be a while until I'm ready to modify the RasPi that has Weather34. 
>> Sorry.
>>
>> On Friday, July 24, 2020 at 10:09:08 AM UTC-5 steep...@gmail.com wrote:
>>
>>> Hi Bill,
>>>
>>> Are you still using the Weather34 skin. If so, I am interested what 
>>> barometer reading you are displaying when using the gw1000 driver.
>>>
>>> Thanks,
>>> Ian 
>>>
>>>
>>> On Friday, July 24, 2020 at 4:02:17 AM UTC+1, Bill Arthur wrote:

 I couldn't get it to run from the command line.
 When I  did   python -m user.gw1000 --help
 I get   /usr/bin/python: No module named user.gw1000

 But I have it up and running, everything looks good on my Seasons page.
 I'll give the data a closer look tomorrow.

 But I'm scratching my head trying to find how to specify the IP address 
 in weewx.conf
 I have three GW1000s here, I have no idea which one is being used  
 On Thursday, July 23, 2020 at 9:06:47 PM UTC-5 Bill Arthur wrote:

> This link works: 
> https://github.com/gjr80/weewx-gw1000/releases/download/v0.1.0b4/gw1000-0.1.0b4.tar.gz
>
> On Thursday, July 23, 2020 at 8:57:49 PM UTC-5 Bill Arthur wrote:
>
>> FYI:
>> wget -P /var/tmp 
>> https://github.com/gjr80/weewx-gw1000/releases/download/v0.1.0b4/weewx-gw1000-0.1.0b4.tar.gz
>>  
>> gives me an Error 404 
>>
>> On Thursday, July 23, 2020 at 3:22:07 PM UTC-5 galfert wrote:
>>
>>> There is a thread in the developer section where some questions were 
>>> asked that were not directly related to development. This thread is 
>>> good. 
>>> I'm just inviting people to ask their questions here in this thread 
>>> rather 
>>> than in the developer section.
>>>
>>>
>>> On Thursday, July 23, 2020 at 2:56:51 PM UTC-4, steeple ian wrote:
>>>
 ???

 On Thu, 23 Jul 2020 at 19:39, galfert  wrote:

>>> For anyone discussing this new GW1000 API driver in the WeeWX 
> development section STOP. Use this user section instead to discuss 
> its use.
>
>
> -- 
> 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...@googlegroups.com.


> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/weewx-user/91d513a8-cf9a-4cf2-8e16-261a02b67bebo%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+...@googlegroups.com.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/weewx-user/6cb996ae-fc26-4cb8-85ce-b408a9cefa5dn%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/bf6c137d-9973-4a6c-896f-6d43b535ab94n%40googlegroups.com.


[weewx-user] wind chill for Vantage Pro 2

2020-07-24 Thread brisguy foo
Hello all,

I have been using weewx (3.9.2.1 with standard skin) successfully for 
several months now and just noticed that the wind chill graph does not 
reflect the values reported by my VP2. It always matches the outside temp 
values. I have seen that weewx can calculate wind chill on its own, but 
since the VP2 provides this data, I was expecting weewx to use it. Does it?

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/d3d9484a-e40d-457b-a2c3-42f891605a57o%40googlegroups.com.


Re: [weewx-user] Re: New GW1000 Driver available for testing

2020-07-24 Thread steeple ian
Hi Bill,
No need to be sorry. Just wanted to exchange notes on experiences. I assume
you then using the default Seasons skin. How is that looking?
Ian

On Fri, 24 Jul 2020 at 18:12, Bill Arthur  wrote:

> Hi Ian
> No, I don't have Weather34 on the RasPi that I'm testing the GW1000
> extension, it's a fresh install.
> It'll be a while until I'm ready to modify the RasPi that has Weather34.
> Sorry.
>
> On Friday, July 24, 2020 at 10:09:08 AM UTC-5 steep...@gmail.com wrote:
>
>> Hi Bill,
>>
>> Are you still using the Weather34 skin. If so, I am interested what
>> barometer reading you are displaying when using the gw1000 driver.
>>
>> Thanks,
>> Ian
>>
>>
>> On Friday, July 24, 2020 at 4:02:17 AM UTC+1, Bill Arthur wrote:
>>>
>>> I couldn't get it to run from the command line.
>>> When I  did   python -m user.gw1000 --help
>>> I get   /usr/bin/python: No module named user.gw1000
>>>
>>> But I have it up and running, everything looks good on my Seasons page.
>>> I'll give the data a closer look tomorrow.
>>>
>>> But I'm scratching my head trying to find how to specify the IP address
>>> in weewx.conf
>>> I have three GW1000s here, I have no idea which one is being used
>>> On Thursday, July 23, 2020 at 9:06:47 PM UTC-5 Bill Arthur wrote:
>>>
 This link works:
 https://github.com/gjr80/weewx-gw1000/releases/download/v0.1.0b4/gw1000-0.1.0b4.tar.gz

 On Thursday, July 23, 2020 at 8:57:49 PM UTC-5 Bill Arthur wrote:

> FYI:
> wget -P /var/tmp
> https://github.com/gjr80/weewx-gw1000/releases/download/v0.1.0b4/weewx-gw1000-0.1.0b4.tar.gz
>
> gives me an Error 404
>
> On Thursday, July 23, 2020 at 3:22:07 PM UTC-5 galfert wrote:
>
>> There is a thread in the developer section where some questions were
>> asked that were not directly related to development. This thread is good.
>> I'm just inviting people to ask their questions here in this thread 
>> rather
>> than in the developer section.
>>
>>
>> On Thursday, July 23, 2020 at 2:56:51 PM UTC-4, steeple ian wrote:
>>
>>> ???
>>>
>>> On Thu, 23 Jul 2020 at 19:39, galfert  wrote:
>>>
>> For anyone discussing this new GW1000 API driver in the WeeWX
 development section STOP. Use this user section instead to discuss its 
 use.


 --
 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...@googlegroups.com.
>>>
>>>
 To view this discussion on the web visit
 https://groups.google.com/d/msgid/weewx-user/91d513a8-cf9a-4cf2-8e16-261a02b67bebo%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/6cb996ae-fc26-4cb8-85ce-b408a9cefa5dn%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/CADASSaRPy1xoX%3DX0D3stOSmmj59PFg%3D%2BOP13UGZ0LBTSLmEArw%40mail.gmail.com.


Re: [weewx-user] Re: New GW1000 Driver available for testing

2020-07-24 Thread Bill Arthur
Hi Ian
No, I don't have Weather34 on the RasPi that I'm testing the GW1000 
extension, it's a fresh install.
It'll be a while until I'm ready to modify the RasPi that has Weather34. 
Sorry.

On Friday, July 24, 2020 at 10:09:08 AM UTC-5 steep...@gmail.com wrote:

> Hi Bill,
>
> Are you still using the Weather34 skin. If so, I am interested what 
> barometer reading you are displaying when using the gw1000 driver.
>
> Thanks,
> Ian 
>
>
> On Friday, July 24, 2020 at 4:02:17 AM UTC+1, Bill Arthur wrote:
>>
>> I couldn't get it to run from the command line.
>> When I  did   python -m user.gw1000 --help
>> I get   /usr/bin/python: No module named user.gw1000
>>
>> But I have it up and running, everything looks good on my Seasons page.
>> I'll give the data a closer look tomorrow.
>>
>> But I'm scratching my head trying to find how to specify the IP address 
>> in weewx.conf
>> I have three GW1000s here, I have no idea which one is being used  
>> On Thursday, July 23, 2020 at 9:06:47 PM UTC-5 Bill Arthur wrote:
>>
>>> This link works: 
>>> https://github.com/gjr80/weewx-gw1000/releases/download/v0.1.0b4/gw1000-0.1.0b4.tar.gz
>>>
>>> On Thursday, July 23, 2020 at 8:57:49 PM UTC-5 Bill Arthur wrote:
>>>
 FYI:
 wget -P /var/tmp 
 https://github.com/gjr80/weewx-gw1000/releases/download/v0.1.0b4/weewx-gw1000-0.1.0b4.tar.gz
  
 gives me an Error 404 

 On Thursday, July 23, 2020 at 3:22:07 PM UTC-5 galfert wrote:

> There is a thread in the developer section where some questions were 
> asked that were not directly related to development. This thread is good. 
> I'm just inviting people to ask their questions here in this thread 
> rather 
> than in the developer section.
>
>
> On Thursday, July 23, 2020 at 2:56:51 PM UTC-4, steeple ian wrote:
>
>> ???
>>
>> On Thu, 23 Jul 2020 at 19:39, galfert  wrote:
>>
> For anyone discussing this new GW1000 API driver in the WeeWX 
>>> development section STOP. Use this user section instead to discuss its 
>>> use.
>>>
>>>
>>> -- 
>>> 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...@googlegroups.com.
>>
>>
>>> To view this discussion on the web visit 
>>> https://groups.google.com/d/msgid/weewx-user/91d513a8-cf9a-4cf2-8e16-261a02b67bebo%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/6cb996ae-fc26-4cb8-85ce-b408a9cefa5dn%40googlegroups.com.


Re: [weewx-user] Re: New GW1000 Driver available for testing

2020-07-24 Thread 'NanoG5Kite' via weewx-user
Got it running by setting Python 3.5 to default this way:

https://raspberry-valley.azurewebsites.net/Python-Default-Version/

Matthias


Am Freitag, 24. Juli 2020 16:55:23 UTC+2 schrieb NanoG5Kite:
>
> Yet not working for me...:
>
>
> root@DietPi:~# sudo /home/weewx/bin/wee_extension 
> --install=/var/tmp/gw1000-0.1.0b5.tar.gz
> Request to install '/var/tmp/gw1000-0.1.0b5.tar.gz'
> Extracting from tar archive /var/tmp/gw1000-0.1.0b5.tar.gz
> Saving installer file to /home/weewx/bin/user/installer/GW1000
> Saved configuration dictionary. Backup copy at 
> /home/weewx/weewx.conf.20200724165212
> Finished installing extension '/var/tmp/gw1000-0.1.0b5.tar.gz'
> root@DietPi:~# PYTHONPATH=/home/weewx/bin python -m user.gw1000 
> --test-driver
> Traceback (most recent call last):
>   File "/usr/lib/python2.7/runpy.py", line 174, in _run_module_as_main
> "__main__", fname, loader, pkg_name)
>   File "/usr/lib/python2.7/runpy.py", line 72, in _run_code
> exec code in run_globals
>   File "/home/weewx/bin/user/gw1000.py", line 267, in 
> import weecfg
>   File "/home/weewx/bin/weecfg/__init__.py", line 22, in 
> import configobj
> ImportError: No module named configobj
> root@DietPi:~# 
>
>
>
>
>
> Am Freitag, 24. Juli 2020 15:44:57 UTC+2 schrieb gjr80:
>>
>> My apologies all round Bill, a few typos and a wrong assumption about 
>> package installs - have rewritten and simplfied the GitHub readmes this 
>> afternoon. They should be correct now. Perhaps a bit late now but to run 
>> the driver directly the following should work:
>>
>> $ PYTHONPATH=/usr/share/weewx python -m user.gw1000 --help
>>
>> When you used wee_config --reconfigure to reconfigure WeeWX to use the 
>> driver it should have prompted you for the IP address, unfortunately I 
>> included --no-prompt in the wee_config command and that left you with no 
>> IP address set (in which case the driver uses the first GW1000 that 
>> replies). You can run the following command and step through the prompts 
>> until you are asked for an IP address and then enter the IP address of the 
>> GW1000 you wish to use:
>>
>> $ wee_config --reconfigure --driver=user.gw1000
>>
>> Alternatively you can just edit weewx.conf and add a line ip_address 
>> under [GW1000]:
>>
>> [GW1000]
>> 
>> ip_address = 1.2.3.4
>>
>> Either way you will need to restart once you have set the IP address.
>>
>> Gary
>>
>> On Friday, 24 July 2020 13:02:17 UTC+10, Bill Arthur wrote:
>>>
>>> I couldn't get it to run from the command line.
>>> When I  did   python -m user.gw1000 --help
>>> I get   /usr/bin/python: No module named user.gw1000
>>>
>>> But I have it up and running, everything looks good on my Seasons page.
>>> I'll give the data a closer look tomorrow.
>>>
>>> But I'm scratching my head trying to find how to specify the IP address 
>>> in weewx.conf
>>> I have three GW1000s here, I have no idea which one is being used  
>>> On Thursday, July 23, 2020 at 9:06:47 PM UTC-5 Bill Arthur wrote:
>>>
 This link works: 
 https://github.com/gjr80/weewx-gw1000/releases/download/v0.1.0b4/gw1000-0.1.0b4.tar.gz

 On Thursday, July 23, 2020 at 8:57:49 PM UTC-5 Bill Arthur wrote:

> FYI:
> wget -P /var/tmp 
> https://github.com/gjr80/weewx-gw1000/releases/download/v0.1.0b4/weewx-gw1000-0.1.0b4.tar.gz
>  
> gives me an Error 404 
>
> On Thursday, July 23, 2020 at 3:22:07 PM UTC-5 galfert wrote:
>
>> There is a thread in the developer section where some questions were 
>> asked that were not directly related to development. This thread is 
>> good. 
>> I'm just inviting people to ask their questions here in this thread 
>> rather 
>> than in the developer section.
>>
>>
>> On Thursday, July 23, 2020 at 2:56:51 PM UTC-4, steeple ian wrote:
>>
>>> ???
>>>
>>> On Thu, 23 Jul 2020 at 19:39, galfert  wrote:
>>>
>> For anyone discussing this new GW1000 API driver in the WeeWX 
 development section STOP. Use this user section instead to discuss its 
 use.


 -- 
 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...@googlegroups.com.
>>>
>>>
 To view this discussion on the web visit 
 https://groups.google.com/d/msgid/weewx-user/91d513a8-cf9a-4cf2-8e16-261a02b67bebo%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 

Re: [weewx-user] Re: New GW1000 Driver available for testing

2020-07-24 Thread gary....@gmail.com
I see that b5 maps 'luminosity': 'light'
In my weewx.conf I have
radiation = light / 126.7 if light is not None else None

To display that value in the Belchertown skin I have 
station_observations = barometer, dewpoint, outHumidity, rainWithRainRate, 
radiation, UV

When running with the Interceptor driver I have a value, running with this 
driver I have N/A

Any ideas?

-- 
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/2310c260-1695-455b-bc5c-9126ba918340n%40googlegroups.com.


Re: [weewx-user] Re: New GW1000 Driver available for testing

2020-07-24 Thread steeple ian
Hi Bill,

Are you still using the Weather34 skin. If so, I am interested what 
barometer reading you are displaying when using the gw1000 driver.

Thanks,
Ian 

On Friday, July 24, 2020 at 4:02:17 AM UTC+1, Bill Arthur wrote:
>
> I couldn't get it to run from the command line.
> When I  did   python -m user.gw1000 --help
> I get   /usr/bin/python: No module named user.gw1000
>
> But I have it up and running, everything looks good on my Seasons page.
> I'll give the data a closer look tomorrow.
>
> But I'm scratching my head trying to find how to specify the IP address in 
> weewx.conf
> I have three GW1000s here, I have no idea which one is being used  
> On Thursday, July 23, 2020 at 9:06:47 PM UTC-5 Bill Arthur wrote:
>
>> This link works: 
>> https://github.com/gjr80/weewx-gw1000/releases/download/v0.1.0b4/gw1000-0.1.0b4.tar.gz
>>
>> On Thursday, July 23, 2020 at 8:57:49 PM UTC-5 Bill Arthur wrote:
>>
>>> FYI:
>>> wget -P /var/tmp 
>>> https://github.com/gjr80/weewx-gw1000/releases/download/v0.1.0b4/weewx-gw1000-0.1.0b4.tar.gz
>>>  
>>> gives me an Error 404 
>>>
>>> On Thursday, July 23, 2020 at 3:22:07 PM UTC-5 galfert wrote:
>>>
 There is a thread in the developer section where some questions were 
 asked that were not directly related to development. This thread is good. 
 I'm just inviting people to ask their questions here in this thread rather 
 than in the developer section.


 On Thursday, July 23, 2020 at 2:56:51 PM UTC-4, steeple ian wrote:

> ???
>
> On Thu, 23 Jul 2020 at 19:39, galfert  wrote:
>
 For anyone discussing this new GW1000 API driver in the WeeWX 
>> development section STOP. Use this user section instead to discuss its 
>> use.
>>
>>
>> -- 
>> 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...@googlegroups.com.
>
>
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/weewx-user/91d513a8-cf9a-4cf2-8e16-261a02b67bebo%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/c64cc2da-5efe-4a11-b69e-612d203da596o%40googlegroups.com.


Re: [weewx-user] Re: New GW1000 Driver available for testing

2020-07-24 Thread 'NanoG5Kite' via weewx-user
Yet not working for me...:


root@DietPi:~# sudo /home/weewx/bin/wee_extension 
--install=/var/tmp/gw1000-0.1.0b5.tar.gz
Request to install '/var/tmp/gw1000-0.1.0b5.tar.gz'
Extracting from tar archive /var/tmp/gw1000-0.1.0b5.tar.gz
Saving installer file to /home/weewx/bin/user/installer/GW1000
Saved configuration dictionary. Backup copy at 
/home/weewx/weewx.conf.20200724165212
Finished installing extension '/var/tmp/gw1000-0.1.0b5.tar.gz'
root@DietPi:~# PYTHONPATH=/home/weewx/bin python -m user.gw1000 
--test-driver
Traceback (most recent call last):
  File "/usr/lib/python2.7/runpy.py", line 174, in _run_module_as_main
"__main__", fname, loader, pkg_name)
  File "/usr/lib/python2.7/runpy.py", line 72, in _run_code
exec code in run_globals
  File "/home/weewx/bin/user/gw1000.py", line 267, in 
import weecfg
  File "/home/weewx/bin/weecfg/__init__.py", line 22, in 
import configobj
ImportError: No module named configobj
root@DietPi:~# 





Am Freitag, 24. Juli 2020 15:44:57 UTC+2 schrieb gjr80:
>
> My apologies all round Bill, a few typos and a wrong assumption about 
> package installs - have rewritten and simplfied the GitHub readmes this 
> afternoon. They should be correct now. Perhaps a bit late now but to run 
> the driver directly the following should work:
>
> $ PYTHONPATH=/usr/share/weewx python -m user.gw1000 --help
>
> When you used wee_config --reconfigure to reconfigure WeeWX to use the 
> driver it should have prompted you for the IP address, unfortunately I 
> included --no-prompt in the wee_config command and that left you with no 
> IP address set (in which case the driver uses the first GW1000 that 
> replies). You can run the following command and step through the prompts 
> until you are asked for an IP address and then enter the IP address of the 
> GW1000 you wish to use:
>
> $ wee_config --reconfigure --driver=user.gw1000
>
> Alternatively you can just edit weewx.conf and add a line ip_address 
> under [GW1000]:
>
> [GW1000]
> 
> ip_address = 1.2.3.4
>
> Either way you will need to restart once you have set the IP address.
>
> Gary
>
> On Friday, 24 July 2020 13:02:17 UTC+10, Bill Arthur wrote:
>>
>> I couldn't get it to run from the command line.
>> When I  did   python -m user.gw1000 --help
>> I get   /usr/bin/python: No module named user.gw1000
>>
>> But I have it up and running, everything looks good on my Seasons page.
>> I'll give the data a closer look tomorrow.
>>
>> But I'm scratching my head trying to find how to specify the IP address 
>> in weewx.conf
>> I have three GW1000s here, I have no idea which one is being used  
>> On Thursday, July 23, 2020 at 9:06:47 PM UTC-5 Bill Arthur wrote:
>>
>>> This link works: 
>>> https://github.com/gjr80/weewx-gw1000/releases/download/v0.1.0b4/gw1000-0.1.0b4.tar.gz
>>>
>>> On Thursday, July 23, 2020 at 8:57:49 PM UTC-5 Bill Arthur wrote:
>>>
 FYI:
 wget -P /var/tmp 
 https://github.com/gjr80/weewx-gw1000/releases/download/v0.1.0b4/weewx-gw1000-0.1.0b4.tar.gz
  
 gives me an Error 404 

 On Thursday, July 23, 2020 at 3:22:07 PM UTC-5 galfert wrote:

> There is a thread in the developer section where some questions were 
> asked that were not directly related to development. This thread is good. 
> I'm just inviting people to ask their questions here in this thread 
> rather 
> than in the developer section.
>
>
> On Thursday, July 23, 2020 at 2:56:51 PM UTC-4, steeple ian wrote:
>
>> ???
>>
>> On Thu, 23 Jul 2020 at 19:39, galfert  wrote:
>>
> For anyone discussing this new GW1000 API driver in the WeeWX 
>>> development section STOP. Use this user section instead to discuss its 
>>> use.
>>>
>>>
>>> -- 
>>> 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...@googlegroups.com.
>>
>>
>>> To view this discussion on the web visit 
>>> https://groups.google.com/d/msgid/weewx-user/91d513a8-cf9a-4cf2-8e16-261a02b67bebo%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/00f2e2f4-c4b5-4d8b-a479-7588d81860c2o%40googlegroups.com.


[weewx-user] UV and Sun with Nick's gauge generator.

2020-07-24 Thread Yves Martin
Hi,

I'm using weewx since years now and I'm very grateful to Tom for his 
wonderful job and passion!

I use version 3.9.2 plus the Nick's gauge generator. I wanted to add Sun 
and UV gauges to my pages, so I've added this in "skin.conf" :


[GaugeGenerator]

image_width = 180

image_height = 180


(...)


[[Sun]]

minvalue = 0

maxvalue = 1000

majorstep = 50

minorstep = 1

history = 25

bins = 100


[[max_UV]]

minvalue = 0

maxvalue = 16

majorstep = 5

minorstep = 1

history = 24

bins = 80


Then I've added something like this in my templates :





  Ensoleillement





  

  UV




... but it does not work and I have no error messages.


I cannot find the link how is generated the gauge image (I'm not 
programmer).


Is there anything I'm doing wrong?


I am using the gaugeengine.py file from the trunk: 
https://github.com/brewster76/fuzzy-archer/tree/master/bin/user


Any help or suggestion will be welcome. Thanks!



---

Yves MARTIN

ymartin.com/meteo



-- 
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/b192aaee-b5af-4de9-82b7-8a2e68306274o%40googlegroups.com.


Re: [weewx-user] DIY weather station + Weewx on Raspberry Pi - how to join them?

2020-07-24 Thread Tomasz Lewicki
W dniu piątek, 24 lipca 2020 16:01:50 UTC+2 użytkownik Tom Keffer napisał:
>
> Did you read the section *Porting to new hardware 
> * in the Customizing 
> Guide?
>
>>
>> Yes, I saw this chapter yesterday when sailing through docs ocean but it 
is rather for developers, I think. Unfortunately, my Python knowledge and 
coding skills are very low.

-- 
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/fddf9fda-8fa7-4801-a22f-26765c8b3f5ao%40googlegroups.com.


Re: [weewx-user] DIY weather station + Weewx on Raspberry Pi - how to join them?

2020-07-24 Thread Tom Keffer
Did you read the section *Porting to new hardware
* in the Customizing
Guide?

-tk

On Fri, Jul 24, 2020 at 1:03 AM Tomasz Lewicki 
wrote:

> Dear Weewx users.
>
> It's my first post. I looked into wiki and docs but still are stuck so I
> ask here.
>
> My configuration is as follows:
>
> 1. DIY solar powered WiFi weather station (built from here:
> https://www.instructables.com/id/Solar-Powered-WiFi-Weather-Station-V20/
> - the project known to some of you, I suppose), based on Wemos D1 Mini Pro
> (ESP8266) with own IP address in local network
>
> 2. Raspberry Pi 3 used as cheap airplane tracking station (ADS-B stick).
>
> Now I want to extend RPi with Weewx fed and weather station data.
>
> Because my station is hand-made, I can't use any of standard hardware
> drivers. As far I installed Weewx with Simulator driver and it works -
> http://stationIP/weewx shows many plots and data. I was even able to send
> it periodically to my other, public available, webserver by FTP.
>
> But of course I don't need fake, static data. I want to RPi with Weewx to
> communicate periodically with weather station, grab the data (or weather
> station push it periodically to RPi, which is the same, I suppose) and view
> it live via the webserver.
>
> So finally I come to the important question: is such connection possible?
> I suppose yes, but my experience with such hardware is very poor and I
> don't know where should I go. I'm experienced Linux user so it is no
> problem in this field. I only expect that someone will point me in the
> right direction, some keyword to look for. Maybe someone has similar
> configuration and could help?
>
> --
> 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/5af14a7b-ac3c-481e-ba57-d8cee15cf136o%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/CAPq0zEC%3DY%2BkHcJm0QNoM9bcsLHvTk4Ett9HV%2BV16oceU0xydhg%40mail.gmail.com.


Re: [weewx-user] DIY weather station + Weewx on Raspberry Pi - how to join them?

2020-07-24 Thread Tomasz Lewicki


W dniu piątek, 24 lipca 2020 14:34:18 UTC+2 użytkownik Mike Harold Chan 
napisał:
>
> cool wx sensor, but I wish will also include Rain collector, Solar and UV 
> sensor and can be read with weather display, these are my important part too
>>
>>
>>
I will add some of them for sure - maybe without LCD display because it 
will be remote station - but now I need to gain some knowledge about 
publishing the data with Weewx. Any ideas? 

-- 
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/461a4409-5865-4f83-8457-b4685cc8a2f0o%40googlegroups.com.


Re: [weewx-user] Re: New GW1000 Driver available for testing

2020-07-24 Thread gjr80
My apologies all round Bill, a few typos and a wrong assumption about 
package installs - have rewritten and simplfied the GitHub readmes this 
afternoon. They should be correct now. Perhaps a bit late now but to run 
the driver directly the following should work:

$ PYTHONPATH=/usr/share/weewx python -m user.gw1000 --help

When you used wee_config --reconfigure to reconfigure WeeWX to use the 
driver it should have prompted you for the IP address, unfortunately I 
included --no-prompt in the wee_config command and that left you with no IP 
address set (in which case the driver uses the first GW1000 that replies). 
You can run the following command and step through the prompts until you 
are asked for an IP address and then enter the IP address of the GW1000 you 
wish to use:

$ wee_config --reconfigure --driver=user.gw1000

Alternatively you can just edit weewx.conf and add a line ip_address under 
[GW1000]:

[GW1000]

ip_address = 1.2.3.4

Either way you will need to restart once you have set the IP address.

Gary

On Friday, 24 July 2020 13:02:17 UTC+10, Bill Arthur wrote:
>
> I couldn't get it to run from the command line.
> When I  did   python -m user.gw1000 --help
> I get   /usr/bin/python: No module named user.gw1000
>
> But I have it up and running, everything looks good on my Seasons page.
> I'll give the data a closer look tomorrow.
>
> But I'm scratching my head trying to find how to specify the IP address in 
> weewx.conf
> I have three GW1000s here, I have no idea which one is being used  
> On Thursday, July 23, 2020 at 9:06:47 PM UTC-5 Bill Arthur wrote:
>
>> This link works: 
>> https://github.com/gjr80/weewx-gw1000/releases/download/v0.1.0b4/gw1000-0.1.0b4.tar.gz
>>
>> On Thursday, July 23, 2020 at 8:57:49 PM UTC-5 Bill Arthur wrote:
>>
>>> FYI:
>>> wget -P /var/tmp 
>>> https://github.com/gjr80/weewx-gw1000/releases/download/v0.1.0b4/weewx-gw1000-0.1.0b4.tar.gz
>>>  
>>> gives me an Error 404 
>>>
>>> On Thursday, July 23, 2020 at 3:22:07 PM UTC-5 galfert wrote:
>>>
 There is a thread in the developer section where some questions were 
 asked that were not directly related to development. This thread is good. 
 I'm just inviting people to ask their questions here in this thread rather 
 than in the developer section.


 On Thursday, July 23, 2020 at 2:56:51 PM UTC-4, steeple ian wrote:

> ???
>
> On Thu, 23 Jul 2020 at 19:39, galfert  wrote:
>
 For anyone discussing this new GW1000 API driver in the WeeWX 
>> development section STOP. Use this user section instead to discuss its 
>> use.
>>
>>
>> -- 
>> 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...@googlegroups.com.
>
>
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/weewx-user/91d513a8-cf9a-4cf2-8e16-261a02b67bebo%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/10715c29-da1f-4f1d-b322-dec6e072b92do%40googlegroups.com.


Re: [weewx-user] DIY weather station + Weewx on Raspberry Pi - how to join them?

2020-07-24 Thread Mike Harold Chan
cool wx sensor, but I wish will also include Rain collector, Solar and UV
sensor and can be read with weather display, these are my important part too

On Fri, Jul 24, 2020 at 4:03 PM Tomasz Lewicki 
wrote:

> Dear Weewx users.
>
> It's my first post. I looked into wiki and docs but still are stuck so I
> ask here.
>
> My configuration is as follows:
>
> 1. DIY solar powered WiFi weather station (built from here:
> https://www.instructables.com/id/Solar-Powered-WiFi-Weather-Station-V20/
> - the project known to some of you, I suppose), based on Wemos D1 Mini Pro
> (ESP8266) with own IP address in local network
>
> 2. Raspberry Pi 3 used as cheap airplane tracking station (ADS-B stick).
>
> Now I want to extend RPi with Weewx fed and weather station data.
>
> Because my station is hand-made, I can't use any of standard hardware
> drivers. As far I installed Weewx with Simulator driver and it works -
> http://stationIP/weewx shows many plots and data. I was even able to send
> it periodically to my other, public available, webserver by FTP.
>
> But of course I don't need fake, static data. I want to RPi with Weewx to
> communicate periodically with weather station, grab the data (or weather
> station push it periodically to RPi, which is the same, I suppose) and view
> it live via the webserver.
>
> So finally I come to the important question: is such connection possible?
> I suppose yes, but my experience with such hardware is very poor and I
> don't know where should I go. I'm experienced Linux user so it is no
> problem in this field. I only expect that someone will point me in the
> right direction, some keyword to look for. Maybe someone has similar
> configuration and could help?
>
> --
> 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/5af14a7b-ac3c-481e-ba57-d8cee15cf136o%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/CAKjfRKmoN8oFvvHORZXyPTF0JehbqFDUJFk48oFY%3DStCsFp8iQ%40mail.gmail.com.


[weewx-user] DIY weather station + Weewx on Raspberry Pi - how to join them?

2020-07-24 Thread Tomasz Lewicki
Dear Weewx users.

It's my first post. I looked into wiki and docs but still are stuck so I 
ask here.

My configuration is as follows:

1. DIY solar powered WiFi weather station (built from here: 
https://www.instructables.com/id/Solar-Powered-WiFi-Weather-Station-V20/ - 
the project known to some of you, I suppose), based on Wemos D1 Mini Pro 
(ESP8266) with own IP address in local network

2. Raspberry Pi 3 used as cheap airplane tracking station (ADS-B stick).

Now I want to extend RPi with Weewx fed and weather station data.

Because my station is hand-made, I can't use any of standard hardware 
drivers. As far I installed Weewx with Simulator driver and it works - 
http://stationIP/weewx shows many plots and data. I was even able to send 
it periodically to my other, public available, webserver by FTP.

But of course I don't need fake, static data. I want to RPi with Weewx to 
communicate periodically with weather station, grab the data (or weather 
station push it periodically to RPi, which is the same, I suppose) and view 
it live via the webserver.

So finally I come to the important question: is such connection possible? I 
suppose yes, but my experience with such hardware is very poor and I don't 
know where should I go. I'm experienced Linux user so it is no problem in 
this field. I only expect that someone will point me in the right 
direction, some keyword to look for. Maybe someone has similar 
configuration and could help?

-- 
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/5af14a7b-ac3c-481e-ba57-d8cee15cf136o%40googlegroups.com.