Introduzione

Questa guida vi permetterà di caricare i vostri dati meteorologici sulla famosa rete di stazioni meteo Weather Underground.

1. Iscrivere la stazione meteo alla rete

• Dopo aver effettuato la registrazione del vostro account al servizio e l'accesso all'area riservata, cliccare su My Profile in alto a destra (1), poi su My Devices (2).

wunderground1
Cliccare per ingrandire

• Nella pagina successiva, cliccare su Add New Device (3).

wunderground2
Cliccare per ingrandire

• Accederete alla pagina di iscrizione della vostra stazione meteo alla rete; configurare i vari campi come segue:

wunderground3
Cliccare per ingrandire

wunderground4
Cliccare per ingrandire

wunderground5
Cliccare per ingrandire

• Nella pagina conclusiva della registrazione, annotare Station ID e Station Key forniti: ci serviranno nel passo successivo.

wunderground6
Cliccare per ingrandire

2. Modificare il file weewx.conf

• Aprire il file weewx.conf con il vostro editor di testo preferito (consigliato), oppure da terminale.

• Cercare la sottosezione [StdRESTful] [[Wunderground]] e configurarla come segue; andranno inseriti qui Station ID e Station Key annotati nel passo precedente.

[StdRESTful]
    ...
    [[Wunderground]]
        # This section is for configuring posts to the Weather Underground.
        
        # If you wish to post to the Weather Underground, set the option
        # 'enable' to true,  then specify a station (e.g., 'KORHOODR3'). Use
        # the station key (find it at
        # https://www.wunderground.com/member/devices) for the password.
        enable = true                # Scrivere "true"
        station = IPADUA103          # Inserire Station ID  
        password = hWGxxxxx          # Inserire Station Key
        
        # Set the following to True to have weewx use the WU "Rapidfire"
        # protocol. Not all hardware can support it. See the User's Guide.
        rapidfire = false            # Scrivere "true" se la stazione supporta Rapidfire         

• Salvare le modifiche.

3. Riavviare Weewx

• Riavviare Weewx da terminale in accordo con il vostro metodo di installazione. Potete trovare il comando adatto a voi cliccando qui. Nel nostro caso è:

sudo systemctl restart weewx

Al riavvio, la procedura è completa.

Demo

Potete trovare una demo del caricamento dei dati meteorologici sulla rete Weather Underground cliccando qui.