[[FTP]] # FTP'ing the results to a webserver is treated as just another report, # albeit one with an unusual report generator! skin = Ftp # If you wish to use FTP, set "enable" to "true", then # fill out the next four lines. # Use quotes around passwords to guard against parsing errors. enable = true user = **-****.de password = '**********' server = ftp.strato.de # The ftp server name, e.g, www.myserver.org path = /weewx # The destination directory, e.g., /weather # Set to True for an FTP over TLS (FTPS) connection. Not all servers # support this. secure_ftp = False # To upload files from something other than what HTML_ROOT is set # to above, specify a different HTML_ROOT here. #HTML_ROOT = /var/www/html/weewx # Most FTP servers use port 21 port = 21 # Set to 1 to use passive mode, zero for active mode passive = 1 Die Zugangsdaten für ftp sind alle richtig eingetragen, so wie sie auch mit FileZilla funktionieren. [Vantage] # This section is for the Davis Vantage series of weather stations. # Connection type: serial or ethernet # serial (the classic VantagePro) # ethernet (the WeatherLinkIP or Serial-Ethernet bridge) type = serial # If the connection type is serial, a port must be specified: # Debian, Ubuntu, Redhat, Fedora, and SuSE: # /dev/ttyUSB0 is a common USB port name # /dev/ttyS0 is a common serial port name # BSD: # /dev/cuaU0 is a common serial port name port = /dev/ttyUSB0 # If the connection type is ethernet, an IP Address/hostname is required: host = 1.2.3.4 ###################################################### # The rest of this section rarely needs any attention. # You can safely leave it "as is." ###################################################### # Serial baud rate (usually 19200) baudrate = 19200 # TCP port (when using the WeatherLinkIP) tcp_port = 22222 port = /dev/ttyUSB0: Achtung: In diesem Pfad /dev/ befindet sich keine Datei ttyUSB0 !!! Warum nicht??? Auszug aus dem syslog: es scheint ein Problem mit dem USB-Treiber ttyUSB0 zu geben. mischu@raspberrypi:~ $ cd /etc/weewx/ mischu@raspberrypi:/etc/weewx $ sudo tail -f /var/log/syslog Feb 6 20:07:36 raspberrypi brltty[443]: brltty: USB: endpoint descriptor not found: 81 Feb 6 20:07:40 raspberrypi brltty[443]: USB: endpoint descriptor not found: 81 Feb 6 20:07:40 raspberrypi brltty[443]: brltty: USB: endpoint descriptor not found: 81 Feb 6 20:07:45 raspberrypi brltty[443]: USB: endpoint descriptor not found: 81 Feb 6 20:07:45 raspberrypi brltty[443]: brltty: USB: endpoint descriptor not found: 81 Feb 6 20:07:48 raspberrypi systemd[1]: systemd-hostnamed.service: Succeeded. Feb 6 20:07:51 raspberrypi brltty[443]: USB: endpoint descriptor not found: 81 Feb 6 20:07:51 raspberrypi brltty[443]: brltty: USB: endpoint descriptor not found: 81 Feb 6 20:07:56 raspberrypi brltty[443]: USB: endpoint descriptor not found: 81 Feb 6 20:07:56 raspberrypi brltty[443]: brltty: USB: endpoint descriptor not found: 81