Ciao a tutti.
Ho un server linux (OpenSuse 15.1) con Weewx e stazione meteo PCE 20 FWS.
Ho installato anche il plugin https://github.com/matthewwall/weewx-meteotemplate
Lato linux ho fatto questi settaggi nel file weewx.conf
##############################################################################
[FineOffsetUSB]
# This section is for the Fine Offset series of weather stations.
# The station model, e.g., WH1080, WS1090, WS2080, WH3081
model = WS1080
# How often to poll the station for data, in seconds
polling_interval = 60
# The driver to use:
driver = weewx.drivers.fousb
##############################################################################
##############################################################################
[[Meteotemplate]]
server_url = https://metobitetto.it/template/api.php
password = xxxxxx
##############################################################################
##############################################################################
[[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 = meteobitettoit
password = xxxxxxxxxx
server = 51.89.xxx.yyy # The ftp server name, e.g, www.myserver.org
path = /template # 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
###############################################################################
Lato Meteotemplate ho settato in Database Update Setup > API
Purtroppo però i gouges del sito continuano a restare fermi.
Qualcuno che ha lòa mia stessa configurazione può aiutarmi?
Grazie