Re: [weewx-user] Re: sftp on 3.9.2, RPI3B -- **still** not working with several methods

2022-02-20 Thread Rob Cranfill
Funny you should bring this up now. I recently upgraded to WeeWX 2.6, and my modified code no longer works. I was always able to adapt to each new version, but the new codebase is quite different than the previous ones. I have kind of given up on trying to adapt it to 2.6. Sorry. Instead, I use a

Re: [weewx-user] Re: sftp on 3.9.2, RPI3B -- **still** not working with several methods

2022-02-19 Thread Messy Potamia
Please be advised I have been using scp in conjunction with ssh in my scripts to move things around every five minutes (weather station stuff & wx photos). On Sat, Feb 19, 2022 at 8:03 AM 'Dr. Thomas Tuch' via weewx-user wrote: > > Dear Rob > After moving to a different server i have been trying

[weewx-user] Re: sftp on 3.9.2, RPI3B -- **still** not working with several methods

2022-02-18 Thread 'Dr. Thomas Tuch' via weewx-user
Dear Rob After moving to a different server i have been trying to get sftp to work with weewx and never managed to get pysftp compiled, probably because my pi is running Ubuntu 16. This I cannot change because my home automation is running on the same pi3b - I would not like to mess with

[weewx-user] Re: sftp on 3.9.2, RPI3B -- **still** not working with several methods

2020-05-27 Thread Rob Cranfill
Dear Mr or Ms Potamia, ;-) I have code that I hacked into the standard Weewx base that implements proper sftp. If you would like a copy I can send it to you. (And anyone else who’d like a copy.) Just one modified file. /rob -- You received this message because you are subscribed to the

Re: [weewx-user] Re: sftp on 3.9.2, RPI3B -- **still** not working with several methods

2020-05-26 Thread Tom Keffer
One pip quirk that consistently bites me over and over again, is trying to use pip from the WeeWX home directory, /home/weewx. It appears that is what you're trying to do. The problem is the presence of the file setup.cfg. Pip sees it, and tries to install in the directories it specifies, in this

[weewx-user] Re: sftp on 3.9.2, RPI3B -- **still** not working with several methods

2020-05-26 Thread mwall
On Tuesday, May 26, 2020 at 4:35:50 AM UTC-4, Messy Potamia wrote: > > Well I knew that was too good to be true. > the first error you posted, regarding 'platform_system' NameError, is probably due to an old version of setuptools. to fix that, update the setuptools for the python

[weewx-user] Re: sftp on 3.9.2, RPI3B -- **still** not working with several methods

2020-05-26 Thread Messy Potamia
Well I knew that was too good to be true. May 26 10:30:21 RPI3 weewx[21915]: sftpgenerator: upload not possible: No module named pysftp although the problematic pip install of pysftp "suggested" that module was installed, to wit: > Successfully built pysftp pynacl bcrypt > Failed to build