[weewx-user] Re: MQTT and SD Card

2019-07-18 Thread Chema S.
Thank you for your replies. In my case the loop is every 2.5 seconds and I thought that every loop was written in the card. I am working with a Raspberry Pi as you can imagine. Now I have clear that it is not like that. Maybe I'll give MQTT an opportunity and learn something else :-) Best reg

[weewx-user] SFTP on WeeWX

2019-07-18 Thread Chema S.
Hi I have tried to configure https://github.com/matthewwall/weewx-sftp on WeeWX 3.9.1 but I am not able to make it work as it is supposed to. Nothing happens. Does anyone with similar problem? If someone have had success with this configuration I would like to know how achieved it with a ste

[weewx-user] Re: SFTP on WeeWX

2019-07-19 Thread Chema S.
Jul 19 10:35:32 raspberrypi weewx[19541]: reportengine: Caught unrecoverable exception in generator 'user.sftp.SFTPGenerator' Jul 19 10:35:32 raspberrypi weewx[19541]: [Errno 2] No such file Jul 19 10:35:32 raspberrypi weewx[19541]: Traceback (most recent call last):

[weewx-user] Re: SFTP on WeeWX

2019-07-19 Thread Chema S.
after debug = 1 this is the log (attached) El viernes, 19 de julio de 2019, 11:00:22 (UTC+2), gjr80 escribió: > > Hi, > > Looks like an invalid path may have been specified. A bit more log will > help. Can you edit weewx.conf, set debug = 1, save weewx.conf and then > restart WeeWX. Let WeeWX r

[weewx-user] Re: SFTP on WeeWX

2019-07-19 Thread Chema S.
this is how SFTP looks like under stdreport at first installation. The password is written in quotes, do I have to delete these quotes and let password = replace_me or password = 'replace_me' or password =' "replace_me" ' ? [[sftp]] server = replace with the sftp server name u

[weewx-user] Re: SFTP on WeeWX

2019-07-20 Thread Chema S.
-pip pip install --user -U setuptools sudo pip install --upgrade pip sudo apt-get install libffi-dev #this package did not appears when first installation was made. sudo pip install pysftp El viernes, 19 de julio de 2019, 1:21:54 (UTC+2), Chema S. escribió: > > Hi > > I h