Re: [weewx-user] Suggestions on best way to upgrade to 4.1.1

2020-06-21 Thread Glenn McKechnie
On 22/06/2020, michael form  wrote:
> Glenn:
>
> I will follow up on what you said and hopefully, things will go smoothly
> with the upgrade to 4.1.1.

To be hoped.
And let us know either way.  :-)

Information is king.

Hopefully I've supplied enough over on my fork, I've update the readme
with a note to read the pydoc output at bin/user/pydoc_owfs.txt which
is in the repo (also the zip file) if you need to know more (possibly
than you want to) about some of the quirks of the drivers
installation.

If you find them lacking in some measure, let us know, here or at github.

When you're close to something it takes a special skill to write good
documentation as we all tend to make assumptions from our own
knowledge base.

Now that this driver can run with 1 of 2 modules, as well as the 2
python versions involved it's all got a lot more complicated and
that's without adding owserver and the busmaster devices into the mix.

>From your end.

1.
If you need to send a log extract, include plenty of it, and forget
about sending the short systemd log. Make it a copy, or large extract
from syslog, from start to finish.
The owfs.py driver will log the module it is using straight after
weewx starts up and that alone is valuable information. weewx also
logs the python version that it is using and that is also essential in
this case.

2.
Need to know the complete [OWFS] entry from weewx.conf, In fact, it's
best to use the  wee_debug tool and send the lot.

3.
Finally your complete /etc/owfs.conf file

> I will certainly let you know if it doesn't. :)

:-) And when it does work!

Good luck.

> Michael


-- 


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/CAAraAzi6bqdzZsDQkOEtS-3CMYaxrj6CcQ0t5zJK59vjZCSUDw%40mail.gmail.com.


Re: [weewx-user] Suggestions on best way to upgrade to 4.1.1

2020-06-21 Thread michael form
Glenn:

I will follow up on what you said and hopefully, things will go smoothly 
with the upgrade to 4.1.1. I will certainly let you know if it doesn't. :)

Michael

On Sunday, June 21, 2020 at 8:25:00 PM UTC-4, Glenn McKechnie wrote:
>
> On 22/06/2020, Michael Form > wrote: 
> > Tom: 
> > 
> > Thank you for your response. I was aware of this issue which is the 
> > reason that I asked if there was a way around it. The thread does not 
> > seem to indicate a solution. 
>
> That thread was restarted as "V4 with python2 OWFS errors" and was 
> resolved there, with two working installations at the finish of it. 
> One with python2.7, the other with python3. 
>
> I also have direct access to 3 weewx4 installs, 2 under Debian Buster 
> and 1 under Devuan ascii. They all use owserver with either python-ow, 
> python3-ow (yep, python3-ow) or pyownet  running owfs.py. They all 
> work with either python2.7 or python3 (dual installations) 
>
> https://groups.google.com/d/topic/weewx-user/FqGbLbH0Gcs/discussion 
>
> [...] 
> > If there is no solution to using owfs under Python 3, how do I install 
> 4.1.1 and specify to use Python 2? 
>
> python3-ow has disappeared from the repos but the modified driver will 
> use pyownet as a drop in replacement. So you can run weewx4 and 
> owfs.py with either python version. 
>
> If you install weewx4, whether you use python2.7 or 3, you will be 
> using a different driver to the owfs.py driver you are using now. (I 
> don't think the 0.21 owfs.py driver was officially ported? You could 
> of course try it anyway with a weewx4/python2.7 install but I'd expect 
> it to fail.) 
>
> In short , there is a version of owfs which runs under weewx4 and 
> python3, or python2.7 
>
> The driver at 
>
> https://github.com/matthewwall/weewx-owfs 
>
> had some issues which were resolved in that second thread by using my fork 
> at 
>
> https://github.com/glennmckechnie/weewx-owfs 
>
> My fork definitely works for weewx4 and python3 or python2.7 and if it 
> doesn't I'll do my best to fix it. That fork is also in mathews long 
> queue to be merged (where appropriate) back into his long standing, 
> and supported, driver so there is and will be ongoing support for owfs 
> from the one source. 
>
> The only issue left is with owserver and that has a possible solution 
> for a vague problem. And that's if it is even an issue on your 
> installation. The readme.txt on my fork covers what has changed and 
> solutions where they are known. 
> It also covers the configuration of owserver. 
>
> I'm not sure whether you are running owserver (I've lost track along 
> the way) and if you were uncertain, then installing owserver first and 
> seeing if it starts and runs for you would be one approach before 
> actually committing to any change. 
>
> Rest assured, if you go the down the path of weewx4 and owfs.py you 
> won't be left stranded by weewx-user and issues with owfs.py 
>
> My only nervousness is with owserver as there has been no definitive 
> solution for that vague, but occasional, show stopping issue. Once 
> owserver does start it seems to keep going, judging by the silence - 
> go figure! 
>
> I should add, the issue with owserver is a system issue (Buster 
> specifically), it is not a weewx issue. That's why if you have 
> owserver  running already then I don't see any problem, The owfs.py 
> driver is working, and it can be modified if need be. 
>
> -- 
>
>
> 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/a10a19d8-ac9f-4e40-b570-1b3cec5abe20o%40googlegroups.com.


Re: [weewx-user] Suggestions on best way to upgrade to 4.1.1

2020-06-21 Thread Tom Keffer
Thanks for setting us straight, Glenn!

On Sun, Jun 21, 2020 at 5:24 PM Glenn McKechnie 
wrote:

> On 22/06/2020, Michael Form  wrote:
> > Tom:
> >
> > Thank you for your response. I was aware of this issue which is the
> > reason that I asked if there was a way around it. The thread does not
> > seem to indicate a solution.
>
> That thread was restarted as "V4 with python2 OWFS errors" and was
> resolved there, with two working installations at the finish of it.
> One with python2.7, the other with python3.
>
> I also have direct access to 3 weewx4 installs, 2 under Debian Buster
> and 1 under Devuan ascii. They all use owserver with either python-ow,
> python3-ow (yep, python3-ow) or pyownet  running owfs.py. They all
> work with either python2.7 or python3 (dual installations)
>
> https://groups.google.com/d/topic/weewx-user/FqGbLbH0Gcs/discussion
>
> [...]
> > If there is no solution to using owfs under Python 3, how do I install
> 4.1.1 and specify to use Python 2?
>
> python3-ow has disappeared from the repos but the modified driver will
> use pyownet as a drop in replacement. So you can run weewx4 and
> owfs.py with either python version.
>
> If you install weewx4, whether you use python2.7 or 3, you will be
> using a different driver to the owfs.py driver you are using now. (I
> don't think the 0.21 owfs.py driver was officially ported? You could
> of course try it anyway with a weewx4/python2.7 install but I'd expect
> it to fail.)
>
> In short , there is a version of owfs which runs under weewx4 and
> python3, or python2.7
>
> The driver at
>
> https://github.com/matthewwall/weewx-owfs
>
> had some issues which were resolved in that second thread by using my fork
> at
>
> https://github.com/glennmckechnie/weewx-owfs
>
> My fork definitely works for weewx4 and python3 or python2.7 and if it
> doesn't I'll do my best to fix it. That fork is also in mathews long
> queue to be merged (where appropriate) back into his long standing,
> and supported, driver so there is and will be ongoing support for owfs
> from the one source.
>
> The only issue left is with owserver and that has a possible solution
> for a vague problem. And that's if it is even an issue on your
> installation. The readme.txt on my fork covers what has changed and
> solutions where they are known.
> It also covers the configuration of owserver.
>
> I'm not sure whether you are running owserver (I've lost track along
> the way) and if you were uncertain, then installing owserver first and
> seeing if it starts and runs for you would be one approach before
> actually committing to any change.
>
> Rest assured, if you go the down the path of weewx4 and owfs.py you
> won't be left stranded by weewx-user and issues with owfs.py
>
> My only nervousness is with owserver as there has been no definitive
> solution for that vague, but occasional, show stopping issue. Once
> owserver does start it seems to keep going, judging by the silence -
> go figure!
>
> I should add, the issue with owserver is a system issue (Buster
> specifically), it is not a weewx issue. That's why if you have
> owserver  running already then I don't see any problem, The owfs.py
> driver is working, and it can be modified if need be.
>
> --
>
>
> 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/CAAraAzhQQ1%3Db_bhJn%2By1227UBWTi6%2B70ycccb%2Bs-SRcXKS6idA%40mail.gmail.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/CAPq0zECQfb_sO72fLfj%3D-XkTP3MNwf%3D%3DEg%3DTuZChZaF_c7vcQg%40mail.gmail.com.


Re: [weewx-user] Suggestions on best way to upgrade to 4.1.1

2020-06-21 Thread Glenn McKechnie
On 22/06/2020, Michael Form  wrote:
> Tom:
>
> Thank you for your response. I was aware of this issue which is the
> reason that I asked if there was a way around it. The thread does not
> seem to indicate a solution.

That thread was restarted as "V4 with python2 OWFS errors" and was
resolved there, with two working installations at the finish of it.
One with python2.7, the other with python3.

I also have direct access to 3 weewx4 installs, 2 under Debian Buster
and 1 under Devuan ascii. They all use owserver with either python-ow,
python3-ow (yep, python3-ow) or pyownet  running owfs.py. They all
work with either python2.7 or python3 (dual installations)

https://groups.google.com/d/topic/weewx-user/FqGbLbH0Gcs/discussion

[...]
> If there is no solution to using owfs under Python 3, how do I install 4.1.1 
> and specify to use Python 2?

python3-ow has disappeared from the repos but the modified driver will
use pyownet as a drop in replacement. So you can run weewx4 and
owfs.py with either python version.

If you install weewx4, whether you use python2.7 or 3, you will be
using a different driver to the owfs.py driver you are using now. (I
don't think the 0.21 owfs.py driver was officially ported? You could
of course try it anyway with a weewx4/python2.7 install but I'd expect
it to fail.)

In short , there is a version of owfs which runs under weewx4 and
python3, or python2.7

The driver at

https://github.com/matthewwall/weewx-owfs

had some issues which were resolved in that second thread by using my fork at

https://github.com/glennmckechnie/weewx-owfs

My fork definitely works for weewx4 and python3 or python2.7 and if it
doesn't I'll do my best to fix it. That fork is also in mathews long
queue to be merged (where appropriate) back into his long standing,
and supported, driver so there is and will be ongoing support for owfs
from the one source.

The only issue left is with owserver and that has a possible solution
for a vague problem. And that's if it is even an issue on your
installation. The readme.txt on my fork covers what has changed and
solutions where they are known.
It also covers the configuration of owserver.

I'm not sure whether you are running owserver (I've lost track along
the way) and if you were uncertain, then installing owserver first and
seeing if it starts and runs for you would be one approach before
actually committing to any change.

Rest assured, if you go the down the path of weewx4 and owfs.py you
won't be left stranded by weewx-user and issues with owfs.py

My only nervousness is with owserver as there has been no definitive
solution for that vague, but occasional, show stopping issue. Once
owserver does start it seems to keep going, judging by the silence -
go figure!

I should add, the issue with owserver is a system issue (Buster
specifically), it is not a weewx issue. That's why if you have
owserver  running already then I don't see any problem, The owfs.py
driver is working, and it can be modified if need be.

-- 


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/CAAraAzhQQ1%3Db_bhJn%2By1227UBWTi6%2B70ycccb%2Bs-SRcXKS6idA%40mail.gmail.com.


Re: [weewx-user] Suggestions on best way to upgrade to 4.1.1

2020-06-21 Thread Tom Keffer
No, it will not overwrite the existing weewx.conf file, nor the database.

Do a backup if you are concerned.

-tk

On Sun, Jun 21, 2020 at 11:03 AM Michael Form  wrote:

> Thanks again for the very rapid response.
>
> If I update using Python 2, will this overwrite the existing weewx.conf
> and database?
>
> I will look into "Adding a New Type..." to see if it is not too confusing
> to me and keep using 3.9.2.
>
> Michael
>
>
>
> On 6/21/2020 1:58 PM, Tom Keffer wrote:
>
> You can add more temperature sensors to your existing schema. Follow the
> directions in the section *Adding a new type to the database* in the copy
> of the Customizing Guide *that came with your 3.9.X version* (Version 4.x
> uses a different method).
>
> If you wish to use Python 2 on buster, use the Debian 9 (squeeze)
> instructions:
>
>
>
>
>
> *wget -qO - http://weewx.com/keys.html  | sudo
> apt-key add - wget -qO - http://weewx.com/apt/weewx-python2.list
>  | sudo tee
> /etc/apt/sources.list.d/weewx.list sudo apt-get update sudo apt-get install
> weewx *
>
> -tk
>
>
> On Sun, Jun 21, 2020 at 10:44 AM Michael Form  wrote:
>
>> Tom:
>>
>> Thank you for your response. I was aware of this issue which is the
>> reason that I asked if there was a way around it. The thread does not seem
>> to indicate a solution.
>>
>> Assuming there is a workaround, how to upgrade without losing the
>> configuration (weewx.conf) and the previous data in the database, etc.
>>
>> One of the reasons that I would like to update to 4.1.1 is the greater
>> number of temperature inputs in the schema. I have run out of temperature
>> inputs and still have four or five more to add. I assume that I can add to
>> the 3.92 database setup but I am a hardware designer and am afraid of
>> messing thing up in Linux and Python and so forth.
>>
>> If there is no solution to using owfs under Python 3, how do I install
>> 4.1.1 and specify to use Python 2?
>>
>> Thanks for your help in getting this resolved.
>>
>> Michael
>>
>> On 6/20/2020 4:58 PM, Tom Keffer wrote:
>>
>> There seems to be an issue with using owfs with Python 3 under buster.
>> See this thread:
>> https://groups.google.com/d/msg/weewx-user/ntrwrTl1xew/37u0_b7nAgAJ
>>
>> -tk
>>
>> On Fri, Jun 19, 2020 at 10:30 AM michael form 
>> wrote:
>>
>>> I have Weewx 3.92 running on a Raspberry  Pi3 using One-Wire sensors for
>>> all measurements via a USB to 1-Wire interface (DS9490). The Pi is running
>>> Buster and I installed Weewx using the Debian installation package.
>>> Everything is now working fine and I want to tempt fate by upgrading to
>>> Weewx 4.1.1 (and Python 3).
>>>
>>> What is the easiest and most reliable way to do this? Do I just install
>>> Weewx again on the same Pi using the procedure for an initial install of
>>> the Debian package? Will it keep the database and conf files or do I have
>>> to save them and put them back when done? Do I need to do anything with
>>> OWFS to work with Python 3? Should I follow the procedure in installation
>>> guide:
>>>
>>> Tell your system to trust weewx.com:
>>>
>>> wget -qO - http://weewx.com/keys.html | sudo apt-key add -
>>>
>>> For Debian10 and later, use python3:
>>>
>>> wget -qO - http://weewx.com/apt/weewx-python3.list | sudo tee 
>>> /etc/apt/sources.list.d/weewx.list
>>>
>>>
>>> Basically, how best to upgrade without losing the old data and keeping
>>> things working?
>>>
>>> Thanks for any guidance.
>>>
>>> Michael
>>> --
>>> 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/ff7326d5-d1cf-4523-b963-eb9104dc1e0fo%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/CAPq0zEAsJvWhUMzpBFPrAj6nTEh5U-bWdBX1iRo9DLJZiEF%3DwA%40mail.gmail.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/CAPq0zEDpNaybJLDrQyVhPNfm%2BxDc5huQxra_oONNDZ6CRr5%2B%3DQ%40mail.gmail.com.

Re: [weewx-user] Suggestions on best way to upgrade to 4.1.1

2020-06-21 Thread Tom Keffer
You can add more temperature sensors to your existing schema. Follow the
directions in the section *Adding a new type to the database* in the copy
of the Customizing Guide *that came with your 3.9.X version* (Version 4.x
uses a different method).

If you wish to use Python 2 on buster, use the Debian 9 (squeeze)
instructions:





*wget -qO - http://weewx.com/keys.html  | sudo
apt-key add -wget -qO - http://weewx.com/apt/weewx-python2.list
 | sudo tee
/etc/apt/sources.list.d/weewx.listsudo apt-get updatesudo apt-get install
weewx*

-tk


On Sun, Jun 21, 2020 at 10:44 AM Michael Form  wrote:

> Tom:
>
> Thank you for your response. I was aware of this issue which is the reason
> that I asked if there was a way around it. The thread does not seem to
> indicate a solution.
>
> Assuming there is a workaround, how to upgrade without losing the
> configuration (weewx.conf) and the previous data in the database, etc.
>
> One of the reasons that I would like to update to 4.1.1 is the greater
> number of temperature inputs in the schema. I have run out of temperature
> inputs and still have four or five more to add. I assume that I can add to
> the 3.92 database setup but I am a hardware designer and am afraid of
> messing thing up in Linux and Python and so forth.
>
> If there is no solution to using owfs under Python 3, how do I install
> 4.1.1 and specify to use Python 2?
>
> Thanks for your help in getting this resolved.
>
> Michael
>
> On 6/20/2020 4:58 PM, Tom Keffer wrote:
>
> There seems to be an issue with using owfs with Python 3 under buster. See
> this thread:
> https://groups.google.com/d/msg/weewx-user/ntrwrTl1xew/37u0_b7nAgAJ
>
> -tk
>
> On Fri, Jun 19, 2020 at 10:30 AM michael form  wrote:
>
>> I have Weewx 3.92 running on a Raspberry  Pi3 using One-Wire sensors for
>> all measurements via a USB to 1-Wire interface (DS9490). The Pi is running
>> Buster and I installed Weewx using the Debian installation package.
>> Everything is now working fine and I want to tempt fate by upgrading to
>> Weewx 4.1.1 (and Python 3).
>>
>> What is the easiest and most reliable way to do this? Do I just install
>> Weewx again on the same Pi using the procedure for an initial install of
>> the Debian package? Will it keep the database and conf files or do I have
>> to save them and put them back when done? Do I need to do anything with
>> OWFS to work with Python 3? Should I follow the procedure in installation
>> guide:
>>
>> Tell your system to trust weewx.com:
>>
>> wget -qO - http://weewx.com/keys.html | sudo apt-key add -
>>
>> For Debian10 and later, use python3:
>>
>> wget -qO - http://weewx.com/apt/weewx-python3.list | sudo tee 
>> /etc/apt/sources.list.d/weewx.list
>>
>>
>> Basically, how best to upgrade without losing the old data and keeping
>> things working?
>>
>> Thanks for any guidance.
>>
>> Michael
>> --
>> 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/ff7326d5-d1cf-4523-b963-eb9104dc1e0fo%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/CAPq0zEAsJvWhUMzpBFPrAj6nTEh5U-bWdBX1iRo9DLJZiEF%3DwA%40mail.gmail.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/CAPq0zEChjX_T2ZVwZBzJq-yT5aN49H%3DpXi_z3DcbQR33q0DVRg%40mail.gmail.com.


Re: [weewx-user] Suggestions on best way to upgrade to 4.1.1

2020-06-21 Thread Michael Form

Tom:

Thank you for your response. I was aware of this issue which is the 
reason that I asked if there was a way around it. The thread does not 
seem to indicate a solution.


Assuming there is a workaround, how to upgrade without losing the 
configuration (weewx.conf) and the previous data in the database, etc.


One of the reasons that I would like to update to 4.1.1 is the greater 
number of temperature inputs in the schema. I have run out of 
temperature inputs and still have four or five more to add. I assume 
that I can add to the 3.92 database setup but I am a hardware designer 
and am afraid of messing thing up in Linux and Python and so forth.


If there is no solution to using owfs under Python 3, how do I install 
4.1.1 and specify to use Python 2?


Thanks for your help in getting this resolved.

Michael

On 6/20/2020 4:58 PM, Tom Keffer wrote:
There seems to be an issue with using owfs with Python 3 under buster. 
See this thread: 
https://groups.google.com/d/msg/weewx-user/ntrwrTl1xew/37u0_b7nAgAJ


-tk

On Fri, Jun 19, 2020 at 10:30 AM michael form > wrote:


I have Weewx 3.92 running on a Raspberry  Pi3 using One-Wire
sensors for all measurements via a USB to 1-Wire interface
(DS9490). The Pi is running Buster and I installed Weewx using the
Debian installation package. Everything is now working fine and I
want to tempt fate by upgrading to Weewx 4.1.1 (and Python 3).

What is the easiest and most reliable way to do this? Do I just
install Weewx again on the same Pi using the procedure for an
initial install of the Debian package? Will it keep the database
and conf files or do I have to save them and put them back when
done? Do I need to do anything with OWFS to work with Python 3?
Should I follow the procedure in installation guide:

Tell your system to trust weewx.com :

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

For Debian10 and later, use python3:

wget -qO -http://weewx.com/apt/weewx-python3.list  | sudo tee 
/etc/apt/sources.list.d/weewx.list


Basically, how best to upgrade without losing the old data and
keeping things working?

Thanks for any guidance.

Michael
-- 
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/ff7326d5-d1cf-4523-b963-eb9104dc1e0fo%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/CAPq0zEAsJvWhUMzpBFPrAj6nTEh5U-bWdBX1iRo9DLJZiEF%3DwA%40mail.gmail.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/c55a6064-a7ba-6d5a-206e-e2e91588e134%40verizon.net.


Re: [weewx-user] Suggestions on best way to upgrade to 4.1.1

2020-06-20 Thread Tom Keffer
There seems to be an issue with using owfs with Python 3 under buster. See
this thread:
https://groups.google.com/d/msg/weewx-user/ntrwrTl1xew/37u0_b7nAgAJ

-tk

On Fri, Jun 19, 2020 at 10:30 AM michael form  wrote:

> I have Weewx 3.92 running on a Raspberry  Pi3 using One-Wire sensors for
> all measurements via a USB to 1-Wire interface (DS9490). The Pi is running
> Buster and I installed Weewx using the Debian installation package.
> Everything is now working fine and I want to tempt fate by upgrading to
> Weewx 4.1.1 (and Python 3).
>
> What is the easiest and most reliable way to do this? Do I just install
> Weewx again on the same Pi using the procedure for an initial install of
> the Debian package? Will it keep the database and conf files or do I have
> to save them and put them back when done? Do I need to do anything with
> OWFS to work with Python 3? Should I follow the procedure in installation
> guide:
>
> Tell your system to trust weewx.com:
>
> wget -qO - http://weewx.com/keys.html | sudo apt-key add -
>
> For Debian10 and later, use python3:
>
> wget -qO - http://weewx.com/apt/weewx-python3.list | sudo tee 
> /etc/apt/sources.list.d/weewx.list
>
>
> Basically, how best to upgrade without losing the old data and keeping
> things working?
>
> Thanks for any guidance.
>
> Michael
>
> --
> 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/ff7326d5-d1cf-4523-b963-eb9104dc1e0fo%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/CAPq0zEAsJvWhUMzpBFPrAj6nTEh5U-bWdBX1iRo9DLJZiEF%3DwA%40mail.gmail.com.


[weewx-user] Suggestions on best way to upgrade to 4.1.1

2020-06-19 Thread michael form
I have Weewx 3.92 running on a Raspberry  Pi3 using One-Wire sensors for 
all measurements via a USB to 1-Wire interface (DS9490). The Pi is running 
Buster and I installed Weewx using the Debian installation package. 
Everything is now working fine and I want to tempt fate by upgrading to 
Weewx 4.1.1 (and Python 3).

What is the easiest and most reliable way to do this? Do I just install 
Weewx again on the same Pi using the procedure for an initial install of 
the Debian package? Will it keep the database and conf files or do I have 
to save them and put them back when done? Do I need to do anything with 
OWFS to work with Python 3? Should I follow the procedure in installation 
guide:

Tell your system to trust weewx.com:

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

For Debian10 and later, use python3:

wget -qO - http://weewx.com/apt/weewx-python3.list | sudo tee 
/etc/apt/sources.list.d/weewx.list


Basically, how best to upgrade without losing the old data and keeping 
things working?

Thanks for any guidance.

Michael

-- 
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/ff7326d5-d1cf-4523-b963-eb9104dc1e0fo%40googlegroups.com.