[weewx-user] UV index

2017-11-08 Thread Damjan Hajsek
What is relation with UV index and radiation?
Because sometimes radiation is already 0 but UV index is still about 80 or 
50.
Doesn't that be also 0 when radiation is 0?

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Re: UV index

2017-11-08 Thread mwall
On Wednesday, November 8, 2017 at 3:56:35 AM UTC-5, Damjan Hajsek wrote:
>
> What is relation with UV index and radiation?
> Because sometimes radiation is already 0 but UV index is still about 80 or 
> 50.
> Doesn't that be also 0 when radiation is 0?
>

what kind of weather station is this?

weewx does not calculate uv index - it just reports whatever it gets from 
the station

m 

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Re: Generated images are corrupt

2017-11-08 Thread mwall


On Wednesday, November 8, 2017 at 5:03:36 AM UTC-5, Stanislaw Kaminski 
wrote:
>
> Hi,
> To the chase: ImageGenerator seems to be malfunctioning in my 
> installation. It generates barely readable images, and some of them are not 
> even finished - I'm attaching one that shows all the symptoms. You may 
> notice that it lacks bottom ~40 px.
>
> There are no error messages in log or debug log during generation, Weewx 
> seems happy with the results. I'm less thrilled :-)
>
> Might be related to system update (I'm running ArchARM), might be related 
> to some sensors going offline for some time (batteries needed replacing). 
> Other than that, no idea.
>
> All the images generated are corrupt, just in different level - they are 
> all unreadable, but some of them have only top 50-100 px, some more.
>
> What might be causing this?
>

maybe weewx has an undocumented 3d-mode - perhaps if you put on some 
old-skool green-red 3d glasses it would make sense? :)

first make sure that you are not having network transfer problems - either 
view the images directly from the disk where weewx emitted them, or copy 
them using scp/rsync to ensure that you are not experiencing some kind of 
systemic copy issues.

it is more likely due to the python imaging library.  what version of 
PIL/Pillow are you using, and how did you install it?

m

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Generated images are corrupt

2017-11-08 Thread Stanislaw Kaminski
Hi,
To the chase: ImageGenerator seems to be malfunctioning in my installation. 
It generates barely readable images, and some of them are not even finished 
- I'm attaching one that shows all the symptoms. You may notice that it 
lacks bottom ~40 px.

There are no error messages in log or debug log during generation, Weewx 
seems happy with the results. I'm less thrilled :-)

Might be related to system update (I'm running ArchARM), might be related 
to some sensors going offline for some time (batteries needed replacing). 
Other than that, no idea.

All the images generated are corrupt, just in different level - they are 
all unreadable, but some of them have only top 50-100 px, some more.

What might be causing this?

Cheers,
Stan

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [weewx-user] Re: Generated images are corrupt

2017-11-08 Thread Stanislaw Kaminski
2017-11-08 13:03 GMT+01:00 mwall :

>
>
> On Wednesday, November 8, 2017 at 5:03:36 AM UTC-5, Stanislaw Kaminski
> wrote:
>>
>> Hi,
>> To the chase: ImageGenerator seems to be malfunctioning in my
>> installation. It generates barely readable images, and some of them are not
>> even finished - I'm attaching one that shows all the symptoms. You may
>> notice that it lacks bottom ~40 px.
>>
>> There are no error messages in log or debug log during generation, Weewx
>> seems happy with the results. I'm less thrilled :-)
>>
>> Might be related to system update (I'm running ArchARM), might be related
>> to some sensors going offline for some time (batteries needed replacing).
>> Other than that, no idea.
>>
>> All the images generated are corrupt, just in different level - they are
>> all unreadable, but some of them have only top 50-100 px, some more.
>>
>> What might be causing this?
>>
>
> maybe weewx has an undocumented 3d-mode - perhaps if you put on some
> old-skool green-red 3d glasses it would make sense? :)
>
> first make sure that you are not having network transfer problems - either
> view the images directly from the disk where weewx emitted them, or copy
> them using scp/rsync to ensure that you are not experiencing some kind of
> systemic copy issues.
>
> it is more likely due to the python imaging library.  what version of
> PIL/Pillow are you using, and how did you install it?
>
> m
>
> ​With pacman:
community/python2-pillow 4.3.0-1 [installed]

System is fully updated.

It's not network transfer, checked. However, I found that it's browser that
can't render entire image - the image is there, Picasa Photo Viewer is able
to display it, but it's still corrupt (just full height)​.

​I'm attaching my skin.conf in case it's of any 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-user+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


skin.conf
Description: Binary data


Re: [weewx-user] Re: ET Calculations always show Zero on HTML but correct on console.

2017-11-08 Thread Thomas Keffer
If record generation is hardware, then weewx is just reporting what was
calculated by the Vantage console.

The algorithm they use is rather complicated and is described here

(see
page 28-15). The main variables they depend on are actual and saturation
water pressures, which are functions of humidity. So, rainfall is not taken
into account, except in so far as it might affect relative humidity.

-tk

On Wed, Nov 8, 2017 at 5:01 AM, Joe  wrote:

> StdArchive field i record_generation is  HARDWARE
>
>
>
>
>
>
>
> On Sunday, November 5, 2017 at 5:04:40 AM UTC-6, Tom Keffer wrote:
>>
>> Are you using hardware record generation? Or, software? Look in
>> weewx.conf in the [StdArchive] section, option record_generation.
>>
>> -tk
>>
>> On Sat, Nov 4, 2017 at 7:30 PM, Joe  wrote:
>>
>>> I didn't change the default settings for ET..  i will look at data and
>>> try to see.
>>>
>>> The reason I think something is wrong is because its always the same
>>> even after it rains.
>>>
>>> But on the console its being displayed.
>>>
>>> --
>>> You received this message because you are subscribed to the Google
>>> Groups "weewx-user" group.
>>> To unsubscribe from this group and stop receiving emails from it, send
>>> an email to weewx-user+...@googlegroups.com.
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>>
>> --
> You received this message because you are subscribed to the Google Groups
> "weewx-user" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to weewx-user+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Re: Thread leak in OpenWeatherMap REST service

2017-11-08 Thread mwall
On Saturday, November 4, 2017 at 2:12:59 PM UTC-4, Kenneth Baker wrote:
>
>
> Hi Matthew,
>
> I noticed that the amount of memory used by weewx was increasing over 
> time.  Keeping an eye on other properties of the weewx process I noticed 
> that the number of threads in weewx was increasing.  I added a bit of code 
> to attach unique thread names to all of the weewx threads and noticed that 
> specifically it was the number of OpenWeatherMap threads.
>
>
wow!  thank you ken!  impressive sleuthing!

somehow the owm extension missed the _thread/archive_thread change when 
restx was overhauled 4 years ago.

your changes have been applied in weewx-owm-0.7

m 

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Re: Any Netatmo cloud users working?

2017-11-08 Thread mwall


On Monday, November 6, 2017 at 8:21:36 AM UTC-5, Robert Brown wrote:
>
> I'm seeing a HTTP 400 error in the logs every time it retries. I've not 
> been able to find anything beyond the basic setup. I've cut & pasted my 
> keys into the conf file. Since my app activation is new, I wondered if 
> there was a delay in making it live or if there is a URL out of wack 
> somewhere. 
>
> Any one else working that could shed some light on this? I'd like to move 
> off of Meteoware before I add wind and rain since that setup doesn't report 
> those items to wunderground.
>

are your netatmo connections working now?

my netatmo test station was working fine until around midnight US eastern 
time on 18oct2017.  then it started reporting:

netatmo-client: failed attempt 5 of 5 to get data: 
netatmo-client: failed to get data after 5 attempts

it seems to be working fine now.

m
 

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [weewx-user] Re: ET Calculations always show Zero on HTML but correct on console.

2017-11-08 Thread Joe
StdArchive field i record_generation is  HARDWARE







On Sunday, November 5, 2017 at 5:04:40 AM UTC-6, Tom Keffer wrote:
>
> Are you using hardware record generation? Or, software? Look in weewx.conf 
> in the [StdArchive] section, option record_generation.
>
> -tk
>
> On Sat, Nov 4, 2017 at 7:30 PM, Joe  
> wrote:
>
>> I didn't change the default settings for ET..  i will look at data and 
>> try to see.
>>
>> The reason I think something is wrong is because its always the same even 
>> after it rains.
>>
>> But on the console its being displayed.
>>
>> --
>> You received this message because you are subscribed to the Google Groups 
>> "weewx-user" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to weewx-user+...@googlegroups.com .
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [weewx-user] Re: Any Netatmo cloud users working?

2017-11-08 Thread Robert Brown
Thank you... I'll test it out later once my head fog clears. This rain in
NE Texas is needed but AWFUL for thinking.  :)

On Wed, Nov 8, 2017 at 7:47 AM, mwall  wrote:

>
>
> On Monday, November 6, 2017 at 8:21:36 AM UTC-5, Robert Brown wrote:
>>
>> I'm seeing a HTTP 400 error in the logs every time it retries. I've not
>> been able to find anything beyond the basic setup. I've cut & pasted my
>> keys into the conf file. Since my app activation is new, I wondered if
>> there was a delay in making it live or if there is a URL out of wack
>> somewhere.
>>
>> Any one else working that could shed some light on this? I'd like to move
>> off of Meteoware before I add wind and rain since that setup doesn't report
>> those items to wunderground.
>>
>
> are your netatmo connections working now?
>
> my netatmo test station was working fine until around midnight US eastern
> time on 18oct2017.  then it started reporting:
>
> netatmo-client: failed attempt 5 of 5 to get data:  _ssl.c:489: The handshake operation timed out>
> netatmo-client: failed to get data after 5 attempts
>
> it seems to be working fine now.
>
> m
>
>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "weewx-user" group.
> To unsubscribe from this topic, visit https://groups.google.com/d/
> topic/weewx-user/ENdlg0jEP-U/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> weewx-user+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [weewx-user] Re: Generated images are corrupt

2017-11-08 Thread Stanislaw Kaminski
You were right - downgrading 4.3.0-1 => 4.2.1-1 did the trick. Thanks!

Still, I wonder what's different... but I'm too noob to be able to check :(

2017-11-08 15:19 GMT+01:00 mwall :

>
>> stan,
>
> were you getting good images before the system update?
>
> can you revert python2-pillow to an older version to see if that is the
> problem?
>
> m
>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "weewx-user" group.
> To unsubscribe from this topic, visit https://groups.google.com/d/
> topic/weewx-user/XcaH9DtT8zE/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> weewx-user+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [weewx-user] Three days and no outside temperature graph updates...

2017-11-08 Thread Joe
I missed that, sorry.




On Wednesday, November 8, 2017 at 10:00:03 AM UTC-6, Tom Keffer wrote:
>
> See the User's Guide, section *Weewx generates HTML pages, but does not 
> update them 
> *.
>
> -tk
>
> On Wed, Nov 8, 2017 at 7:57 AM, Joe  
> wrote:
>
>> I don't normally post questions like this, however I have rebooted the PI 
>> computer a few times, and manually stopped/started the weewx software via 
>> command line a couple of times.
>>
>> However, suddenly the updating on the website stopped on the 5th of this 
>> month .  I noticed it today.  After I rebooted the PI Computer, it began to 
>> update HTML Again and showed current within the last 5 minutes that I have 
>> the interval set at.
>>
>> However, after several hours of running, it still has not updated the 
>> CURRENT TEMP graph and I cant figure out where to look for an error 
>> message.  I Am running looking at the log as it happens via putty but I 
>> Dont see any errors.
>>
>> -- 
>> You received this message because you are subscribed to the Google Groups 
>> "weewx-user" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to weewx-user+...@googlegroups.com .
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Three days and no outside temperature graph updates...

2017-11-08 Thread Joe
I don't normally post questions like this, however I have rebooted the PI 
computer a few times, and manually stopped/started the weewx software via 
command line a couple of times.

However, suddenly the updating on the website stopped on the 5th of this 
month .  I noticed it today.  After I rebooted the PI Computer, it began to 
update HTML Again and showed current within the last 5 minutes that I have 
the interval set at.

However, after several hours of running, it still has not updated the 
CURRENT TEMP graph and I cant figure out where to look for an error 
message.  I Am running looking at the log as it happens via putty but I 
Dont see any errors.

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [weewx-user] Three days and no outside temperature graph updates...

2017-11-08 Thread Thomas Keffer
See the User's Guide, section *Weewx generates HTML pages, but does not
update them
*.

-tk

On Wed, Nov 8, 2017 at 7:57 AM, Joe  wrote:

> I don't normally post questions like this, however I have rebooted the PI
> computer a few times, and manually stopped/started the weewx software via
> command line a couple of times.
>
> However, suddenly the updating on the website stopped on the 5th of this
> month .  I noticed it today.  After I rebooted the PI Computer, it began to
> update HTML Again and showed current within the last 5 minutes that I have
> the interval set at.
>
> However, after several hours of running, it still has not updated the
> CURRENT TEMP graph and I cant figure out where to look for an error
> message.  I Am running looking at the log as it happens via putty but I
> Dont see any errors.
>
> --
> You received this message because you are subscribed to the Google Groups
> "weewx-user" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to weewx-user+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Re: Air quality sensors?

2017-11-08 Thread Yves Martin
Thanks a lot. I can not read Russian, but I have good friend who can ;)
I will try this.

Yves,
YMartin.com/meteo


Le mardi 4 avril 2017 17:44:40 UTC-4, Yves Martin a écrit :
>
> Hi,
>
> Just a simple question about "air quality", because it is nowadays an 
> important health factor in the cities. I'm using a Vantage Pro since 10 
> years now, and this station is a rock... it never failed and gives accurate 
> information.
>
> Is there a kind of project that could be used with "weewx" for this kind 
> of information? This is the kind of air quality sensor I found on eBay: 
> http://www.ebay.ca/itm/132141883335?_trksid=p2060353.m1438.l2649=STRK%3AMEBIDX%3AIT
>  
> (2017 AirMaster2 AM7 master air CO2 laser pm2.5 formaldehyde air quality 
> testing). Is there a way to integrate this with weewx?
>
> Yves,
> YMartin.com/meteo
> CANADA
>

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [weewx-user] Re: Generated images are corrupt

2017-11-08 Thread mwall

>
>
> stan, 

were you getting good images before the system update?

can you revert python2-pillow to an older version to see if that is the 
problem?

m

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Installation problems at Configure apt

2017-11-08 Thread 'Stefan Gö' via weewx-user
Hi together,
I would like to install the weewx software to my Raspian system.
According to the user manual  I first 
need to Configure apt like this:
If I put these lines inside my Raspian concole I get following errors:

pi@ei-dev-005:~ $ wget -q0 - http://weewx.com/keys.html | sudo apt-key add -
wget: invalid option -- '0'
Usage: wget [OPTION]... [URL]...
Try `wget --help' for more options.
gpg: no valid OpenPGP data found.

pi@ei-dev-005:~ $ wget -q0 - http://weewx.com/apt/weewx.list | sudo tee 
/etc/apt/sources.list.d/weewx.list
wget: invalid option -- '0'
Usage: wget [OPTION]... [URL]...

Try `wget --help' for more options.
pi@ei-dev-005:~ $



How can I fix this problem?

Tanks from bavaria, germany!
Stefan



-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [weewx-user] Installation problems at Configure apt

2017-11-08 Thread Thomas Keffer
The option is "O", not "0". So, you want

wget -qO - http://weewx.com/keys.html | sudo apt-key add -


not

wget -q0 - http://weewx.com/keys.html | sudo apt-key add -


-tk

On Wed, Nov 8, 2017 at 7:07 AM, 'Stefan Gö' via weewx-user <
weewx-user@googlegroups.com> wrote:

> Hi together,
> I would like to install the weewx software to my Raspian system.
> According to the user manual  I first
> need to Configure apt like this:
> If I put these lines inside my Raspian concole I get following errors:
>
> pi@ei-dev-005:~ $ wget -q0 - http://weewx.com/keys.html | sudo apt-key
> add -
> wget: invalid option -- '0'
> Usage: wget [OPTION]... [URL]...
> Try `wget --help' for more options.
> gpg: no valid OpenPGP data found.
>
> pi@ei-dev-005:~ $ wget -q0 - http://weewx.com/apt/weewx.list | sudo tee
> /etc/apt/sources.list.d/weewx.list
> wget: invalid option -- '0'
> Usage: wget [OPTION]... [URL]...
>
> Try `wget --help' for more options.
> pi@ei-dev-005:~ $
>
>
>
> How can I fix this problem?
>
> Tanks from bavaria, germany!
> Stefan
>
>
>
> --
> You received this message because you are subscribed to the Google Groups
> "weewx-user" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to weewx-user+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [weewx-user] Re: ET Calculations always show Zero on HTML but correct on console.

2017-11-08 Thread Joe
Ok So I was assuming it would always show a field here at any given point 
like what it does on the Vanage Console.


Is there not a 'graph' that can be displayed along with the rest of them in 
the HTML ?



On Wednesday, November 8, 2017 at 7:51:37 AM UTC-6, Tom Keffer wrote:
>
> If record generation is hardware, then weewx is just reporting what was 
> calculated by the Vantage console.
>
> The algorithm they use is rather complicated and is described here 
> 
>  (see 
> page 28-15). The main variables they depend on are actual and saturation 
> water pressures, which are functions of humidity. So, rainfall is not taken 
> into account, except in so far as it might affect relative humidity.
>
> -tk
>
> On Wed, Nov 8, 2017 at 5:01 AM, Joe  
> wrote:
>
>> StdArchive field i record_generation is  HARDWARE
>>
>>
>>
>>
>>
>>
>>
>> On Sunday, November 5, 2017 at 5:04:40 AM UTC-6, Tom Keffer wrote:
>>>
>>> Are you using hardware record generation? Or, software? Look in 
>>> weewx.conf in the [StdArchive] section, option record_generation.
>>>
>>> -tk
>>>
>>> On Sat, Nov 4, 2017 at 7:30 PM, Joe  wrote:
>>>
 I didn't change the default settings for ET..  i will look at data and 
 try to see.

 The reason I think something is wrong is because its always the same 
 even after it rains.

 But on the console its being displayed.

 --
 You received this message because you are subscribed to the Google 
 Groups "weewx-user" group.
 To unsubscribe from this group and stop receiving emails from it, send 
 an email to weewx-user+...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.

>>>
>>> -- 
>> You received this message because you are subscribed to the Google Groups 
>> "weewx-user" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to weewx-user+...@googlegroups.com .
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [weewx-user] Re: Any Netatmo cloud users working?

2017-11-08 Thread Robert Brown
Sadly... failure.

Nov  8 12:36:16 nas weewx[26867]: restx: StationRegistry: Registration not
requested.
Nov  8 12:36:16 nas weewx[26867]: restx: Wunderground: Posting not enabled.
Nov  8 12:36:16 nas weewx[26867]: restx: PWSweather: Posting not enabled.
Nov  8 12:36:16 nas weewx[26867]: restx: CWOP: Posting not enabled.
Nov  8 12:36:16 nas weewx[26867]: restx: WOW: Posting not enabled.
Nov  8 12:36:16 nas weewx[26867]: restx: AWEKAS: Posting not enabled.
Nov  8 12:36:16 nas weewx[26867]: engine: Starting up weewx version 3.7.1
Nov  8 12:36:16 nas weewx[26867]: engine: Starting main packet loop.
Nov  8 12:36:16 nas weewx[26867]: netatmo: netatmo-client: failed attempt 1
of 5 to get data: HTTP Error 400:
Nov  8 12:36:27 nas weewx[26867]: netatmo: netatmo-client: failed attempt 2
of 5 to get data: HTTP Error 400:
Nov  8 12:36:38 nas weewx[26867]: netatmo: netatmo-client: failed attempt 3
of 5 to get data: HTTP Error 400:
Nov  8 12:36:48 nas weewx[26867]: netatmo: netatmo-client: failed attempt 4
of 5 to get data: HTTP Error 400:


On Wed, Nov 8, 2017 at 8:10 AM, Robert Brown  wrote:

> Thank you... I'll test it out later once my head fog clears. This rain in
> NE Texas is needed but AWFUL for thinking.  :)
>
> On Wed, Nov 8, 2017 at 7:47 AM, mwall  wrote:
>
>>
>>
>> On Monday, November 6, 2017 at 8:21:36 AM UTC-5, Robert Brown wrote:
>>>
>>> I'm seeing a HTTP 400 error in the logs every time it retries. I've not
>>> been able to find anything beyond the basic setup. I've cut & pasted my
>>> keys into the conf file. Since my app activation is new, I wondered if
>>> there was a delay in making it live or if there is a URL out of wack
>>> somewhere.
>>>
>>> Any one else working that could shed some light on this? I'd like to
>>> move off of Meteoware before I add wind and rain since that setup doesn't
>>> report those items to wunderground.
>>>
>>
>> are your netatmo connections working now?
>>
>> my netatmo test station was working fine until around midnight US eastern
>> time on 18oct2017.  then it started reporting:
>>
>> netatmo-client: failed attempt 5 of 5 to get data: > _ssl.c:489: The handshake operation timed out>
>> netatmo-client: failed to get data after 5 attempts
>>
>> it seems to be working fine now.
>>
>> m
>>
>>
>> --
>> You received this message because you are subscribed to a topic in the
>> Google Groups "weewx-user" group.
>> To unsubscribe from this topic, visit https://groups.google.com/d/to
>> pic/weewx-user/ENdlg0jEP-U/unsubscribe.
>> To unsubscribe from this group and all its topics, send an email to
>> weewx-user+unsubscr...@googlegroups.com.
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [weewx-user] Re: Thread leak in OpenWeatherMap REST service

2017-11-08 Thread Kenneth Baker

Thanks!


> On Saturday, November 4, 2017 at 2:12:59 PM UTC-4, Kenneth Baker wrote:
>>
>>
>> Hi Matthew,
>>
>> I noticed that the amount of memory used by weewx was increasing over
>> time.  Keeping an eye on other properties of the weewx process I noticed
>> that the number of threads in weewx was increasing.  I added a bit of code
>> to attach unique thread names to all of the weewx threads and noticed that
>> specifically it was the number of OpenWeatherMap threads.
>>
>>
> wow!  thank you ken!  impressive sleuthing!
>
> somehow the owm extension missed the _thread/archive_thread change when
> restx was overhauled 4 years ago.
>
> your changes have been applied in weewx-owm-0.7
>
> m
>
> --
> You received this message because you are subscribed to the Google Groups
> "weewx-user" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to
> weewx-user+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>


-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [weewx-user] Three days and no outside temperature graph updates...

2017-11-08 Thread Joe
As a follow up to this.

I tried powering down the Vantage2 console and re started weewx.  Same 
problem.

I did the --DUMP command after stopping weewx of course, restarted weewx.  
  Same Problem!

Loaded a different browser and went to the HTML site and it's fine!



I went to google chrome and dumped all the image cache for the website and 
suddenly it appeared correctly.

So I don't know which action was the problem after all.  It may have been 
the WHOLE TIME Google chrome refusing to update the images.

It may have been the console power-cycle that fixed it, or it may have been 
the DUMP command fixed it. I  will never know this time.

NEXT TIME I will immediately use a different browser.  When looking at the 
debug output, It all looks the same after I powered down the whole RPI 
computer from the start of this when I noticed none of the HTML was being 
updated.

THe way I noticed was, I went to my cell phone browser and noticed the 
graphs were displaying fine!

IT does not look like I lost any data through all of this.


UGH! But I greatly appreciate as usual this forum and the quick responses 
we get on questions. I really like weewx, but the support is great and why 
I continue to use weewx.



>>

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [weewx-user] Re: ET Calculations always show Zero on HTML but correct on console.

2017-11-08 Thread Joe

Ok I will look for the string to add to the conf file.




On Wednesday, November 8, 2017 at 12:30:25 PM UTC-6, Tom Keffer wrote:
>
> Sure, there is no reason you can't plot ET. You just need to make sure you 
> have an aggregation period of at least an hour. 
>
> -tk
>
> Fat-fingered from my Android
>
> On Nov 8, 2017 9:34 AM, "Joe"  
> wrote:
>
> Ok So I was assuming it would always show a field here at any given point 
> like what it does on the Vanage Console.
>
>
> Is there not a 'graph' that can be displayed along with the rest of them 
> in the HTML ?
>
>
>
> On Wednesday, November 8, 2017 at 7:51:37 AM UTC-6, Tom Keffer wrote:
>
>> If record generation is hardware, then weewx is just reporting what was 
>> calculated by the Vantage console.
>>
>> The algorithm they use is rather complicated and is described here 
>> 
>>  (see 
>> page 28-15). The main variables they depend on are actual and saturation 
>> water pressures, which are functions of humidity. So, rainfall is not taken 
>> into account, except in so far as it might affect relative humidity.
>>
>> -tk
>>
>> On Wed, Nov 8, 2017 at 5:01 AM, Joe  wrote:
>>
>>> StdArchive field i record_generation is  HARDWARE
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>> On Sunday, November 5, 2017 at 5:04:40 AM UTC-6, Tom Keffer wrote:

 Are you using hardware record generation? Or, software? Look in 
 weewx.conf in the [StdArchive] section, option record_generation.

 -tk

 On Sat, Nov 4, 2017 at 7:30 PM, Joe  wrote:

> I didn't change the default settings for ET..  i will look at data and 
> try to see.
>
> The reason I think something is wrong is because its always the same 
> even after it rains.
>
> But on the console its being displayed.
>
> --
> You received this message because you are subscribed to the Google 
> Groups "weewx-user" group.
> To unsubscribe from this group and stop receiving emails from it, send 
> an email to weewx-user+...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

 -- 
>>> You received this message because you are subscribed to the Google 
>>> Groups "weewx-user" group.
>>> To unsubscribe from this group and stop receiving emails from it, send 
>>> an email to weewx-user+...@googlegroups.com.
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>>
>> -- 
> You received this message because you are subscribed to the Google Groups 
> "weewx-user" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to weewx-user+...@googlegroups.com .
> For more options, visit https://groups.google.com/d/optout.
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [weewx-user] Installation problems at Configure apt

2017-11-08 Thread 'Stefan Gö' via weewx-user
Thanks now it´s working! :-)

Am Mittwoch, 8. November 2017 16:14:41 UTC+1 schrieb Tom Keffer:
>
> The option is "O", not "0". So, you want
>
> wget -qO - http://weewx.com/keys.html | sudo apt-key add -
>
>
> not
>
> wget -q0 - http://weewx.com/keys.html | sudo apt-key add -
>
>
> -tk
>
> On Wed, Nov 8, 2017 at 7:07 AM, 'Stefan Gö' via weewx-user <
> weewx...@googlegroups.com > wrote:
>
>> Hi together,
>> I would like to install the weewx software to my Raspian system.
>> According to the user manual  I first 
>> need to Configure apt like this:
>> If I put these lines inside my Raspian concole I get following errors:
>>
>> p...@ei-dev-005 :~ $ wget -q0 - http://weewx.com/keys.html 
>> | sudo apt-key add -
>> wget: invalid option -- '0'
>> Usage: wget [OPTION]... [URL]...
>> Try `wget --help' for more options.
>> gpg: no valid OpenPGP data found.
>>
>> p...@ei-dev-005 :~ $ wget -q0 - 
>> http://weewx.com/apt/weewx.list | sudo tee 
>> /etc/apt/sources.list.d/weewx.list
>> wget: invalid option -- '0'
>> Usage: wget [OPTION]... [URL]...
>>
>> Try `wget --help' for more options.
>> p...@ei-dev-005 :~ $
>>
>>
>>
>> How can I fix this problem?
>>
>> Tanks from bavaria, germany!
>> Stefan
>>
>>
>>
>> -- 
>> You received this message because you are subscribed to the Google Groups 
>> "weewx-user" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to weewx-user+...@googlegroups.com .
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [weewx-user] Re: ET Calculations always show Zero on HTML but correct on console.

2017-11-08 Thread Thomas Keffer
Sure, there is no reason you can't plot ET. You just need to make sure you
have an aggregation period of at least an hour.

-tk

Fat-fingered from my Android

On Nov 8, 2017 9:34 AM, "Joe"  wrote:

Ok So I was assuming it would always show a field here at any given point
like what it does on the Vanage Console.


Is there not a 'graph' that can be displayed along with the rest of them in
the HTML ?



On Wednesday, November 8, 2017 at 7:51:37 AM UTC-6, Tom Keffer wrote:

> If record generation is hardware, then weewx is just reporting what was
> calculated by the Vantage console.
>
> The algorithm they use is rather complicated and is described here
> 
>  (see
> page 28-15). The main variables they depend on are actual and saturation
> water pressures, which are functions of humidity. So, rainfall is not taken
> into account, except in so far as it might affect relative humidity.
>
> -tk
>
> On Wed, Nov 8, 2017 at 5:01 AM, Joe  wrote:
>
>> StdArchive field i record_generation is  HARDWARE
>>
>>
>>
>>
>>
>>
>>
>> On Sunday, November 5, 2017 at 5:04:40 AM UTC-6, Tom Keffer wrote:
>>>
>>> Are you using hardware record generation? Or, software? Look in
>>> weewx.conf in the [StdArchive] section, option record_generation.
>>>
>>> -tk
>>>
>>> On Sat, Nov 4, 2017 at 7:30 PM, Joe  wrote:
>>>
 I didn't change the default settings for ET..  i will look at data and
 try to see.

 The reason I think something is wrong is because its always the same
 even after it rains.

 But on the console its being displayed.

 --
 You received this message because you are subscribed to the Google
 Groups "weewx-user" group.
 To unsubscribe from this group and stop receiving emails from it, send
 an email to weewx-user+...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.

>>>
>>> --
>> You received this message because you are subscribed to the Google Groups
>> "weewx-user" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to weewx-user+...@googlegroups.com.
>> For more options, visit https://groups.google.com/d/optout.
>>
>
> --
You received this message because you are subscribed to the Google Groups
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to weewx-user+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Re: Python Version

2017-11-08 Thread Dave Walker
When I did a package search in Debian 9, I don't recall seeing any Python 2 
packages, just later versions. Which package should I choose?

Dave W.

On Wednesday, 8 November 2017 13:40:08 UTC-6, vince wrote:
>
> On Wednesday, November 8, 2017 at 11:18:03 AM UTC-8, Dave Walker wrote:
>>
>> I am new to Weewx, and am contemplating my first install. I will be using 
>> Debian 9 on a PC, and the Python packages needed by Weewx do not seem to be 
>> available in this version of Debian.
>>
>>
>>
> python 2.x is needed, not python 3.x
>
> it certainly runs on debian - what makes you think there's a python 
> version issue ?
>

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Re: Python Version

2017-11-08 Thread Dave Walker
I see that Debian 9 has several versions of Python including 2.7. I guess 
that would be the one to use?

Dave W.

On Wednesday, 8 November 2017 13:18:03 UTC-6, Dave Walker wrote:
>
> I am new to Weewx, and am contemplating my first install. I will be using 
> Debian 9 on a PC, and the Python packages needed by Weewx do not seem to be 
> available in this version of Debian.
>
> Is there a work-around?
>
> I have scanned the Weewx user manual and find many references to different 
> versions of Python and many problems mentioned due to various versions. 
> This is making me cautious.
>
> Dave W.
>

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Re: Python Version

2017-11-08 Thread Dave Walker
I just checked a Debian WIKI and it shows that Python 2.7 is available. 
That would be the one to use, I guess.

Dave W.

On Wednesday, 8 November 2017 16:04:18 UTC-6, Dave Walker wrote:
>
> When I did a package search in Debian 9, I don't recall seeing any Python 
> 2 packages, just later versions. Which package should I choose?
>
> Dave W.
>
> On Wednesday, 8 November 2017 13:40:08 UTC-6, vince wrote:
>>
>> On Wednesday, November 8, 2017 at 11:18:03 AM UTC-8, Dave Walker wrote:
>>>
>>> I am new to Weewx, and am contemplating my first install. I will be 
>>> using Debian 9 on a PC, and the Python packages needed by Weewx do not seem 
>>> to be available in this version of Debian.
>>>
>>>
>>>
>> python 2.x is needed, not python 3.x
>>
>> it certainly runs on debian - what makes you think there's a python 
>> version issue ?
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [weewx-user] Re: Any Netatmo cloud users working?

2017-11-08 Thread mwall


> ...
> Nov  8 12:36:48 nas weewx[26867]: netatmo: netatmo-client: failed attempt 
> 4 of 5 to get data: HTTP Error 400:
>

please set debug=1, restart weewx, then post the log from when you start 
weewx until after 15 minutes or so

before posting, be sure to check the log output for any keys or passwords

m

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Re: Python Version

2017-11-08 Thread gjr80
Hi,

Every Debian install I have done has included python 2 by default. As per the 
weeWX User's Guide (http://weewx.com/docs/usersguide.htm#Python) weeWX will run 
under python 2.5, 2.6 or 2.7, although unless you have specific reasons I would 
avoid 2.5.

If it was me I would be using 2.7 (which is what I believe you will get under a 
default Debian 9 install).

Gary

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [weewx-user] Re: Any Netatmo cloud users working?

2017-11-08 Thread Robert Brown
Thank you... I completely ignored that when I read, sorry.  The driver is
accessing: https://api.netatmo.net/oauth2/token. According to docs, it
should be using: https://api.netatmo.com/oauth2/token. So the domain has
changed since the driver was created.


ref:
https://dev.netatmo.com/resources/technical/samplessdks/codesamples#getstationsdata

On Wed, Nov 8, 2017 at 4:29 PM, mwall  wrote:

>
> ...
>> Nov  8 12:36:48 nas weewx[26867]: netatmo: netatmo-client: failed attempt
>> 4 of 5 to get data: HTTP Error 400:
>>
>
> please set debug=1, restart weewx, then post the log from when you start
> weewx until after 15 minutes or so
>
> before posting, be sure to check the log output for any keys or passwords
>
> m
>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "weewx-user" group.
> To unsubscribe from this topic, visit https://groups.google.com/d/
> topic/weewx-user/ENdlg0jEP-U/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> weewx-user+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [weewx-user] Re: ET Calculations always show Zero on HTML but correct on console.

2017-11-08 Thread Thomas Keffer
You want to treat it as kind of an inverse rain. So look inside of
skin.conf and copy the pattern for rain, except make sure that the
aggregation is at least one hour. The aggregation type, just like rain,
should be sum.

-tk

Fat-fingered from my Android

On Nov 8, 2017 10:32 AM, "Joe"  wrote:

>
> Ok I will look for the string to add to the conf file.
>
>
>
>
> On Wednesday, November 8, 2017 at 12:30:25 PM UTC-6, Tom Keffer wrote:
>>
>> Sure, there is no reason you can't plot ET. You just need to make sure
>> you have an aggregation period of at least an hour.
>>
>> -tk
>>
>> Fat-fingered from my Android
>>
>> On Nov 8, 2017 9:34 AM, "Joe"  wrote:
>>
>> Ok So I was assuming it would always show a field here at any given point
>> like what it does on the Vanage Console.
>>
>>
>> Is there not a 'graph' that can be displayed along with the rest of them
>> in the HTML ?
>>
>>
>>
>> On Wednesday, November 8, 2017 at 7:51:37 AM UTC-6, Tom Keffer wrote:
>>
>>> If record generation is hardware, then weewx is just reporting what was
>>> calculated by the Vantage console.
>>>
>>> The algorithm they use is rather complicated and is described here
>>> 
>>>  (see
>>> page 28-15). The main variables they depend on are actual and saturation
>>> water pressures, which are functions of humidity. So, rainfall is not taken
>>> into account, except in so far as it might affect relative humidity.
>>>
>>> -tk
>>>
>>> On Wed, Nov 8, 2017 at 5:01 AM, Joe  wrote:
>>>
 StdArchive field i record_generation is  HARDWARE







 On Sunday, November 5, 2017 at 5:04:40 AM UTC-6, Tom Keffer wrote:
>
> Are you using hardware record generation? Or, software? Look in
> weewx.conf in the [StdArchive] section, option record_generation.
>
> -tk
>
> On Sat, Nov 4, 2017 at 7:30 PM, Joe  wrote:
>
>> I didn't change the default settings for ET..  i will look at data
>> and try to see.
>>
>> The reason I think something is wrong is because its always the same
>> even after it rains.
>>
>> But on the console its being displayed.
>>
>> --
>> You received this message because you are subscribed to the Google
>> Groups "weewx-user" group.
>> To unsubscribe from this group and stop receiving emails from it,
>> send an email to weewx-user+...@googlegroups.com.
>> For more options, visit https://groups.google.com/d/optout.
>>
>
> --
 You received this message because you are subscribed to the Google
 Groups "weewx-user" group.
 To unsubscribe from this group and stop receiving emails from it, send
 an email to weewx-user+...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.

>>>
>>> --
>> You received this message because you are subscribed to the Google Groups
>> "weewx-user" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to weewx-user+...@googlegroups.com.
>> For more options, visit https://groups.google.com/d/optout.
>>
>>
>> --
> You received this message because you are subscribed to the Google Groups
> "weewx-user" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to weewx-user+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Python Version

2017-11-08 Thread Dave Walker
I am new to Weewx, and am contemplating my first install. I will be using 
Debian 9 on a PC, and the Python packages needed by Weewx do not seem to be 
available in this version of Debian.

Is there a work-around?

I have scanned the Weewx user manual and find many references to different 
versions of Python and many problems mentioned due to various versions. 
This is making me cautious.

Dave W.

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Re: Python Version

2017-11-08 Thread vince
On Wednesday, November 8, 2017 at 11:18:03 AM UTC-8, Dave Walker wrote:
>
> I am new to Weewx, and am contemplating my first install. I will be using 
> Debian 9 on a PC, and the Python packages needed by Weewx do not seem to be 
> available in this version of Debian.
>
>
>
python 2.x is needed, not python 3.x

it certainly runs on debian - what makes you think there's a python version 
issue ?

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Re: Python Version

2017-11-08 Thread Dave Walker
Thanks, everybody. Will proceed.

On Wednesday, 8 November 2017 13:18:03 UTC-6, Dave Walker wrote:
>
> I am new to Weewx, and am contemplating my first install. I will be using 
> Debian 9 on a PC, and the Python packages needed by Weewx do not seem to be 
> available in this version of Debian.
>
> Is there a work-around?
>
> I have scanned the Weewx user manual and find many references to different 
> versions of Python and many problems mentioned due to various versions. 
> This is making me cautious.
>
> Dave W.
>

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Re: Python Version

2017-11-08 Thread vince
On Wednesday, November 8, 2017 at 2:11:10 PM UTC-8, Dave Walker wrote:
>
> I see that Debian 9 has several versions of Python including 2.7. I guess 
> that would be the one to use?
>
>
>
Just take the defaults and you'll be fine.

Spin up a vagrant box in simulator mode and play around a little. 
The debian/stretch64 9.2.0 box has python 2.7.13 in it as the default.

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Re: weewx and acurite 01036

2017-11-08 Thread Noel Petit

>
> I have a RPi 3 running Raspian and weewx with the weewx-aprs extension 
> running OK. I had to put the Acurite in USB mode 4 and just let it run. I 
> modified the aprs.pkt string to pass to Direwolf running on another RPi but 
> it all seems to work. I am not using a powered USB port but have batteries 
> and power to the Acurite and power to the RPi. Are others still having 
> trouble with weewx? 
>

WB0VGI-1
Noel Petit
Harris, MN 

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.