Re: [weewx-user] Current Weather Conditions Weather Graphic

2022-09-29 Thread Glenn McKechnie
Hmmm.

A browser request to the wxgraphics directory should get a response.

Mine can be called using the following URL in a browser. (working example)

http://203.213.243.61/weewx/wxgraphic/

which is a short hand way of calling

http://203.213.243.61/weewx/wxgraphic/index.php

either one should work if everything is configured / working correctly.

My web server is already set up for php so I'm not sure if I'm missing
something else. I'd expect the server to work for index.php if the
PHP_verify.php page works, and I'd imagine that Steeple Ians
configuration would be fully php enabled - weather34 if I'm correct?
so...

Just downloaded from the repo and I can confirm that it still works
(for me). I didn't bugger anything up there.

We'll look at everything on your webserver.

Should be 20 files and 3 directories under /html/weewx/wxgraphic

In there are 2 files that we are most concerned with.
config.txt,  because we change its values.

then under /html/weewx/wxgraphic/DATA there should be 2 files with the
other important one being wxgraphic_weewx.txt

For example, my wxgraphic_weewx.txt contains...

07:39:00,30/09/22,11.4,8.3,8.3,70.3,6.1,1027.2,Rising
Slowly,11.0,SSE,0.0,13.9,,06:01:57,18:27:40

That's 16 columns, one of which is blank - ,,

If you send me your config.txt and wxgraphic_weewx.txt I should be
able to plug them into my setup and see if they work here. I assume
there have been no edits to skin.conf so I'll ignore that for the
moment.

The html error.log (perhaps /var/log/apache2/error.log ) should have
no additional entries with a default installation, and with
curr_cond_icon = 'no' reset in skin.conf

You can send them to the list or direct to my gmail email address that
should be in the email header.

I'll upload a working wxgraphic_weewx.txt to the repo too. If you have
doubts on yours then fetch that and try it (in the brief window before
it gets overwritten by yours.)

On 30/09/2022, 'Steeple Ian' via weewx-user  wrote:
> Yes, having the same issue here. PHP 8.1.9 enabled with GD, index.php
> generated but 0bytes, just a blank rectangle. No obvious clue in the error
> log.
> Ian
>
> On Thursday, September 29, 2022 at 2:01:40 PM UTC+2 scott.d...@gmail.com
> wrote:
>
>> First, THANK YOU! This is awesome.  I cannot tell you how much I
>> appreciate this.
>> I am having some trouble generating the graphics though.
>>
>> Installed the weewx extension.  Files exist in /etc/weewx/skins and are
>> generating in /html/weewx/wxgraphic  however I cannot get any weather
>> stickers/banners
>> PHP_verify.php is all okay with GD enabled.
>> *What might I do to get the graphics generated?*
>> Scott
>>
>> On Wednesday, September 28, 2022 at 8:59:49 PM UTC-4 Glenn McKechnie
>> wrote:
>>
>>> A couple of wet days have resulted in a working, WeeWX installable,
>>> version of that wxgraphics package (Weather Graphic) I mentioned
>>> previously.
>>>
>>> https://github.com/glennmckechnie/weewx-WXgraphic
>>>
>>> The original wxgraphic_6.3 is available as a release, but it isn't fully
>>>
>>> integrated with wee_extension.
>>> The better and latest version (v0.6.4) is available for download as
>>> main.
>>>
>>> (added to the weewx/wiki as under Services :  WXgraphic - Weather
>>> Graphic: A php driven generator to create a weather graphic image via
>>> your
>>> web server)
>>>
>>>
>>>
>>>
>>>
>>> On Monday, 26 September 2022 at 4:30:38 pm UTC+10 Glenn McKechnie wrote:
>>>
 On 24/09/2022, Scott Danville <> wrote:
 > Can WeeWx generate a constantly updated .png graphic to be used on a
 > weather site such as the one shown hear?
 > If it does not, can this feature be added?

 That looks similar to the ouput of wxgraphic. A php script that
 generates a png file from clientraw.txt. It returns a png file upon a
 server request to wxgraphic.php. You obviously still need a web facing
 server that can hadle php files, and that's not located in the Czech
 Republic.!

 https://saratoga-weather.org/wxtemplates/plugins.php
 https://saratoga-weather.org/legacy-scripts/wxgraphic_6.3.zip

 The files origins are available via the web archive.

 https://web.archive.org/web/20130105094954/http://scripts.anolecomputer.com/wxgraphic/



 Back in 2018 I was playing around with it and got it working with a
 WL_stickertags file which provides suitable data via a cheetah
 template, for an australian site.

 https://www.australiawx.net/instructions.php

 I co-opted that templates output but somethings changed in the
 intervening years ... ie:- it needs tweaking to work again.

 Interested? If so I'll spend some time on it, it's currently raining
 so...

 --


 Cheers
 Glenn

 rorpi - read only raspberry pi & various weewx addons
 https://github.com/glennmckechnie

>>>
>
> --
> You received this message because you are subscribed to the Google Groups
> "weewx-user" group.

Re: [weewx-user] Current Weather Conditions Weather Graphic

2022-09-29 Thread 'Steeple Ian' via weewx-user
Yes, having the same issue here. PHP 8.1.9 enabled with GD, index.php 
generated but 0bytes, just a blank rectangle. No obvious clue in the error 
log.
Ian

On Thursday, September 29, 2022 at 2:01:40 PM UTC+2 scott.d...@gmail.com 
wrote:

> First, THANK YOU! This is awesome.  I cannot tell you how much I 
> appreciate this.
> I am having some trouble generating the graphics though.
>
> Installed the weewx extension.  Files exist in /etc/weewx/skins and are 
> generating in /html/weewx/wxgraphic  however I cannot get any weather 
> stickers/banners
> PHP_verify.php is all okay with GD enabled.
> *What might I do to get the graphics generated?*
> Scott
>
> On Wednesday, September 28, 2022 at 8:59:49 PM UTC-4 Glenn McKechnie wrote:
>
>> A couple of wet days have resulted in a working, WeeWX installable, 
>> version of that wxgraphics package (Weather Graphic) I mentioned 
>> previously.
>>
>> https://github.com/glennmckechnie/weewx-WXgraphic
>>
>> The original wxgraphic_6.3 is available as a release, but it isn't fully 
>> integrated with wee_extension. 
>> The better and latest version (v0.6.4) is available for download as main.
>>
>> (added to the weewx/wiki as under Services :  WXgraphic - Weather 
>> Graphic: A php driven generator to create a weather graphic image via your 
>> web server)
>>
>>
>>
>>
>>
>> On Monday, 26 September 2022 at 4:30:38 pm UTC+10 Glenn McKechnie wrote:
>>
>>> On 24/09/2022, Scott Danville <> wrote: 
>>> > Can WeeWx generate a constantly updated .png graphic to be used on a 
>>> > weather site such as the one shown hear? 
>>> > If it does not, can this feature be added? 
>>>
>>> That looks similar to the ouput of wxgraphic. A php script that 
>>> generates a png file from clientraw.txt. It returns a png file upon a 
>>> server request to wxgraphic.php. You obviously still need a web facing 
>>> server that can hadle php files, and that's not located in the Czech 
>>> Republic.! 
>>>
>>> https://saratoga-weather.org/wxtemplates/plugins.php 
>>> https://saratoga-weather.org/legacy-scripts/wxgraphic_6.3.zip 
>>>
>>> The files origins are available via the web archive. 
>>>
>>> https://web.archive.org/web/20130105094954/http://scripts.anolecomputer.com/wxgraphic/
>>>  
>>>
>>>
>>> Back in 2018 I was playing around with it and got it working with a 
>>> WL_stickertags file which provides suitable data via a cheetah 
>>> template, for an australian site. 
>>>
>>> https://www.australiawx.net/instructions.php 
>>>
>>> I co-opted that templates output but somethings changed in the 
>>> intervening years ... ie:- it needs tweaking to work again. 
>>>
>>> Interested? If so I'll spend some time on it, it's currently raining 
>>> so... 
>>>
>>> -- 
>>>
>>>
>>> Cheers 
>>> Glenn 
>>>
>>> rorpi - read only raspberry pi & various weewx addons 
>>> https://github.com/glennmckechnie 
>>>
>>

-- 
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/e593fe74-f3bc-4d46-8f39-7f67fd81b91fn%40googlegroups.com.


[weewx-user] How do you enable forecast in Weewx-wdc

2022-09-29 Thread Scott Danville
I am having difficulty enabling the forecast feature in weewx-wdc
What needs to be included in weewx.conf to have a forecast from WU, AERIS, 
or NWS?

-- 
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/6cc332db-2dc7-4c63-961e-7e1e2f2b3640n%40googlegroups.com.


Re: [weewx-user] FTP upload Problem

2022-09-29 Thread Tom Keffer
If you look a little further down the RFC 959 standard that your support
team linked to, you'll see:

  The prior existence of a subdirectory with the same name is an
  error, and the server must return an "access denied" error reply
  in that case.

 CWD /usr/dm
 200 directory changed to /usr/dm
 MKD pathname
 521-"/usr/dm/pathname" directory already exists;
 521 taking no action.

  The failure replies for MKD are analogous to its file  creating
  cousin, STOR.  Also, an "access denied" return is given if a file
  name with the same name as the subdirectory will conflict with the
  creation of the subdirectory (this is a problem on UNIX, but
  shouldn't be one on TOPS-20).


But it doesn't matter because WeeWX looks for either a 550 or 521.

On Thu, Sep 29, 2022 at 9:16 AM PeterGill  wrote:

> TK,
>  if you have time I would just like to get your comment on the reply I got
> from my providers tech support quoted below. They claim a MKD command for
> an existing directory produces a 550 error, not a 521. If that´s true I
> assume WeeWX handles that as well. Anyway, the uploads suddenly started to
> work at 2pm the 27th of Sep without me doing anything at all. I have asked
> the tech support again if they have any idea on why.
>
> Here is the response from the support
>
> --
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> *We actually got an update from our Technical Team. According to them, the
> relevant team tried to recheck this and they have even used Pure-FTPd and
> it's giving the same error message as we do and the old proxy:   ```ftp>
> mkdir somefile 550 Can't create directory: File exists```   The RFC for FTP
> says the codes mkd can give is   MKD 257 500, 501, 502, 421, 530, 550 550
> if it failed to create   Reference:
> https://datatracker.ietf.org/doc/html/rfc959
>    And just to make sure,
> they have  tested it in one of our server which still has the old setup*
>
> *---*
>
> As said, just look at this if you have time
>
> On Wednesday, September 28, 2022 at 2:09:35 PM UTC+2 tke...@gmail.com
> wrote:
>
>> Glad it ended well!
>>
>> On Wed, Sep 28, 2022 at 4:45 AM PeterGill  wrote:
>>
>>> Thanks again TK and again you were right.  The problem was apparently on
>>> the provider side. After reaching out to their support it suddenly started
>>> to work again. I´ll see if I can get a response from them on the reasons
>>> why. If so  I´ll post it here for reference.
>>>
>>> /PG
>>>
>>>
>>>
>>> On Tuesday, September 27, 2022 at 12:19:18 AM UTC+2 tke...@gmail.com
>>> wrote:
>>>
 A MKD command for an existing subdirectory should simply produce a 521
 error. WeeWX expects this and, if it occurs, moves on. If the FTP server is
 behaving properly, it certainly won't terminate the session.

 Besides, the error is occurring during a file upload, not while making
 a directory.

 What FTP server is your host using?

 -tk

 On Mon, Sep 26, 2022 at 2:56 PM PeterGill  wrote:

> Hi again,
>
> Now the problem is back but in a different way, Suddenly and again
> without any change from my side files are not uploaded with FTP to my
> provider. After a lengthy discussion with their support they claim:
>
> " Our Tech Team was able to fetch the logs for FTP & SFTP yesterday
> and today. They found that you already have a 'weather'' subdirectory in
> your webspace and as per logs, you are doing "mkdir" for the 'weather'
> subdirectory and it fails due to it already exists."
>
> I have tried with deleting the "weather" subdirectory on my FTP site
> to enable a full rebuild. The directory is recreated and "celestial.html"
> is uploaded and present on the FTP-site but then it stops.
>
> Error log is as follows:
>
> Sep 26 23:30:28 Homeserver weewx[568] DEBUG weeutil.ftpupload:
> Attempting connection to ftp.myftp.se
> Sep 26 23:30:28 Homeserver weewx[568] DEBUG weeutil.ftpupload:
> Connected to ftp.myftp.se
> Sep 26 23:30:28 Homeserver weewx[568] DEBUG weeutil.ftpupload: 0
> ./celestial.html
> c006bdaaa5145a308e2b5a1904f810fda268f86b0518f179d1f15f05f56b4526
> Sep 26 23:30:28 Homeserver weewx[568] DEBUG weeutil.ftpupload:
> Uploaded file /var/www/html/weewx/celestial.html to /customers/d/4/7/
> myftp.se/httpd.www/weather/celestial.html
> Sep 26 23:30:28 Homeserver weewx[568] DEBUG weeutil.ftpupload: 1
> ./weekvolt.png
> 3de9d29fe23433bab4b9e084292883e5ac2914786a3d8673b78125d757266714
> Sep 26 23:30:28 Homeserver weewx[568] ERROR weeutil.ftpupload: Failed
> uploading /var/www/html/weewx/weekvolt.png to server ftp.myftp.se.
> Reason: ''
> Sep 26 23:30:28 Homeserver 

[weewx-user] Re: Question about MaxSolarRad

2022-09-29 Thread michael.k...@gmx.at
Thanks Gary, I just stumbled across this and realized I forgot pyephem 
after doing a fresh install.

One thing: you have a typo above (2 out of 3), the attribute is 
"__version__", not "_version__"

ea...@baugh.org schrieb am Mittwoch, 28. September 2022 um 23:28:14 UTC+2:

> Sorry for the slow reply thanks to your helpful info, I found out that 
> I was missing the  pyephem module wasn't installed.
> So as part my machine update that hadn't gotten updated.   I did also 
> check the  maxSolarRad = prefer_hardware setting first
> and made sure it was set that way as well.
>
> Now it's properly displaying the graphs I had seen before.
>
> Thanks again!
>
> Earl
>
> On Tuesday, August 9, 2022 at 11:19:41 PM UTC-4 gjr80 wrote:
>
>> You might want to check that the pyephem module is still available to 
>> WeeWX, this could be the problem if in upgrading WeeWX you moved from 
>> python 2 to python 3. If you are running WeeWX v4.7.0 or later check the 
>> WeeWX startup log to see if pyephem was found, you should see one of the 
>> following two entries in the log:
>>
>> 'pyephem' detected, extended almanac data is available
>>
>> or
>>
>> 'pyephem' not detected, extended almanac data is not available
>>
>> (While looking in the startup log take note of the python version being 
>> used by WeeWX, you will need it later if re-installing pyephem. It will 
>> be near the start of the startup log.)
>>
>> If you saw the latter WeeWX did not find pyephem and you should first 
>> try re-installing pyephem as outlined below. If you are running WeeWX 
>> v4.6.2 or earlier you will not see either of the above messages, you will 
>> need to check for pyephem manually. Look in the log for the python 
>> version WeeWX is running under, you will see this logged by WeeWX during 
>> WeeWX startup. Note that depending on your system it may be different to 
>> the version used when executing the python command from the command line. 
>> If WeeWX is using python 3 what do you see when executing the following 
>> from the command line on your WeeWX machine:
>>
>> $ python3 -c "import ephem; print(ephem._version__)"
>>
>> If WeeWX is using python 2 try:
>>
>> $ python2 -c "import ephem; print ephem._version__"
>>
>> If you are presented with a version number similar to the following then 
>> pyephem is loaded:
>>
>> $ python3 -c "import ephem;print(ephem.__version__)"
>> 4.1.3
>>
>> If you get a ModuleNotFoundError then pyephem is not installed and you 
>> will need to install it for the python version used by WeeWX. 
>>
>> To re-install pyephem under python 3:
>>
>> $ sudo apt install python3-ephem
>>
>> For python 2:
>> $ sudo apt-get install python-dev 
>> $ sudo apt-get install python-pip 
>> $ sudo pip install pyephem
>>
>> Stop WeeWX if it is running and try running WeeWX directly, do you see 
>> MaxSolarRad in the output? If so exit and restart WeeWX as a daemon as 
>> per normal. If not let us know.
>>
>> 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/42f2fde0-dccd-49de-bae1-56798a628261n%40googlegroups.com.


Re: [weewx-user] FTP upload Problem

2022-09-29 Thread PeterGill
TK,
 if you have time I would just like to get your comment on the reply I got 
from my providers tech support quoted below. They claim a MKD command for 
an existing directory produces a 550 error, not a 521. If that´s true I 
assume WeeWX handles that as well. Anyway, the uploads suddenly started to 
work at 2pm the 27th of Sep without me doing anything at all. I have asked 
the tech support again if they have any idea on why.

Here is the response from the support
--














*We actually got an update from our Technical Team. According to them, the 
relevant team tried to recheck this and they have even used Pure-FTPd and 
it's giving the same error message as we do and the old proxy:   ```ftp> 
mkdir somefile 550 Can't create directory: File exists```   The RFC for FTP 
says the codes mkd can give is   MKD 257 500, 501, 502, 421, 530, 550 550 
if it failed to create   Reference: 
https://datatracker.ietf.org/doc/html/rfc959 
   And just to make sure, 
they have  tested it in one of our server which still has the old setup*
*---*

As said, just look at this if you have time

On Wednesday, September 28, 2022 at 2:09:35 PM UTC+2 tke...@gmail.com wrote:

> Glad it ended well!
>
> On Wed, Sep 28, 2022 at 4:45 AM PeterGill  wrote:
>
>> Thanks again TK and again you were right.  The problem was apparently on 
>> the provider side. After reaching out to their support it suddenly started 
>> to work again. I´ll see if I can get a response from them on the reasons 
>> why. If so  I´ll post it here for reference.
>>
>> /PG
>>
>>  
>>
>> On Tuesday, September 27, 2022 at 12:19:18 AM UTC+2 tke...@gmail.com 
>> wrote:
>>
>>> A MKD command for an existing subdirectory should simply produce a 521 
>>> error. WeeWX expects this and, if it occurs, moves on. If the FTP server is 
>>> behaving properly, it certainly won't terminate the session.
>>>
>>> Besides, the error is occurring during a file upload, not while making a 
>>> directory.
>>>
>>> What FTP server is your host using?
>>>
>>> -tk
>>>
>>> On Mon, Sep 26, 2022 at 2:56 PM PeterGill  wrote:
>>>
 Hi again,

 Now the problem is back but in a different way, Suddenly and again 
 without any change from my side files are not uploaded with FTP to my 
 provider. After a lengthy discussion with their support they claim: 

 " Our Tech Team was able to fetch the logs for FTP & SFTP yesterday and 
 today. They found that you already have a 'weather'' subdirectory in your 
 webspace and as per logs, you are doing "mkdir" for the 'weather' 
 subdirectory and it fails due to it already exists."

 I have tried with deleting the "weather" subdirectory on my FTP site to 
 enable a full rebuild. The directory is recreated and "celestial.html" is 
 uploaded and present on the FTP-site but then it stops. 

 Error log is as follows:

 Sep 26 23:30:28 Homeserver weewx[568] DEBUG weeutil.ftpupload: 
 Attempting connection to ftp.myftp.se
 Sep 26 23:30:28 Homeserver weewx[568] DEBUG weeutil.ftpupload: 
 Connected to ftp.myftp.se
 Sep 26 23:30:28 Homeserver weewx[568] DEBUG weeutil.ftpupload: 0 
 ./celestial.html 
 c006bdaaa5145a308e2b5a1904f810fda268f86b0518f179d1f15f05f56b4526
 Sep 26 23:30:28 Homeserver weewx[568] DEBUG weeutil.ftpupload: Uploaded 
 file /var/www/html/weewx/celestial.html to /customers/d/4/7/
 myftp.se/httpd.www/weather/celestial.html
 Sep 26 23:30:28 Homeserver weewx[568] DEBUG weeutil.ftpupload: 1 
 ./weekvolt.png 
 3de9d29fe23433bab4b9e084292883e5ac2914786a3d8673b78125d757266714
 Sep 26 23:30:28 Homeserver weewx[568] ERROR weeutil.ftpupload: Failed 
 uploading /var/www/html/weewx/weekvolt.png to server ftp.myftp.se. 
 Reason: ''
 Sep 26 23:30:28 Homeserver weewx[568] ERROR weewx.reportengine: 
 ftpgenerator: (2): caught exception '': 
 Sep 26 23:30:28 Homeserver weewx[568] ERROR weewx.reportengine: 
   Traceback (most recent call last):
 Sep 26 23:30:28 Homeserver weewx[568] ERROR weewx.reportengine: 
 File "/usr/share/weewx/weewx/reportengine.py", line 331, in run
 Sep 26 23:30:28 Homeserver weewx[568] ERROR weewx.reportengine: 
   n = ftp_data.run()
 Sep 26 23:30:28 Homeserver weewx[568] ERROR weewx.reportengine: 
 File "/usr/share/weewx/weeutil/ftpupload.py", line 178, in run
 Sep 26 23:30:28 Homeserver weewx[568] ERROR weewx.reportengine: 
   ftp_server.storbinary(stor_cmd, fd)
 Sep 26 23:30:28 Homeserver weewx[568] ERROR weewx.reportengine: 
 File "/usr/lib/python3.7/ftplib.py", line 503, in storbinary
 Sep 26 23:30:28 Homeserver weewx[568] ERROR 

Re: [weewx-user] Current Weather Conditions Weather Graphic

2022-09-29 Thread Scott Danville
First, THANK YOU! This is awesome.  I cannot tell you how much I 
appreciate this.
I am having some trouble generating the graphics though.

Installed the weewx extension.  Files exist in /etc/weewx/skins and are 
generating in /html/weewx/wxgraphic  however I cannot get any weather 
stickers/banners
PHP_verify.php is all okay with GD enabled.
*What might I do to get the graphics generated?*
Scott

On Wednesday, September 28, 2022 at 8:59:49 PM UTC-4 Glenn McKechnie wrote:

> A couple of wet days have resulted in a working, WeeWX installable, 
> version of that wxgraphics package (Weather Graphic) I mentioned 
> previously.
>
> https://github.com/glennmckechnie/weewx-WXgraphic
>
> The original wxgraphic_6.3 is available as a release, but it isn't fully 
> integrated with wee_extension. 
> The better and latest version (v0.6.4) is available for download as main.
>
> (added to the weewx/wiki as under Services :  WXgraphic - Weather Graphic: 
> A php driven generator to create a weather graphic image via your web 
> server)
>
>
>
>
>
> On Monday, 26 September 2022 at 4:30:38 pm UTC+10 Glenn McKechnie wrote:
>
>> On 24/09/2022, Scott Danville <> wrote: 
>> > Can WeeWx generate a constantly updated .png graphic to be used on a 
>> > weather site such as the one shown hear? 
>> > If it does not, can this feature be added? 
>>
>> That looks similar to the ouput of wxgraphic. A php script that 
>> generates a png file from clientraw.txt. It returns a png file upon a 
>> server request to wxgraphic.php. You obviously still need a web facing 
>> server that can hadle php files, and that's not located in the Czech 
>> Republic.! 
>>
>> https://saratoga-weather.org/wxtemplates/plugins.php 
>> https://saratoga-weather.org/legacy-scripts/wxgraphic_6.3.zip 
>>
>> The files origins are available via the web archive. 
>>
>> https://web.archive.org/web/20130105094954/http://scripts.anolecomputer.com/wxgraphic/
>>  
>>
>>
>> Back in 2018 I was playing around with it and got it working with a 
>> WL_stickertags file which provides suitable data via a cheetah 
>> template, for an australian site. 
>>
>> https://www.australiawx.net/instructions.php 
>>
>> I co-opted that templates output but somethings changed in the 
>> intervening years ... ie:- it needs tweaking to work again. 
>>
>> Interested? If so I'll spend some time on it, it's currently raining 
>> so... 
>>
>> -- 
>>
>>
>> Cheers 
>> Glenn 
>>
>> rorpi - read only raspberry pi & various weewx addons 
>> https://github.com/glennmckechnie 
>>
>

-- 
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/49855992-e821-4950-ab36-933e482d6313n%40googlegroups.com.