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 wante

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

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

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=

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 Intercept

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 pytho

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 Save

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 pyt

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

2020-07-23 Thread Bill Arthur
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 f

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

2020-07-23 Thread Bill Arthur
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:

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

2020-07-23 Thread Bill Arthur
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 >

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

2020-07-23 Thread Bill Arthur
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

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

2020-07-23 Thread galfert
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

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

2020-07-23 Thread steeple ian
??? 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

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

2020-07-23 Thread galfert
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 fr

<    1   2