Software > WeeWX

Nueva versión weewx 4.6.0 y 4.7.0

<< < (8/11) > >>

aerf:
Esto devuelve

jmviper:
Para el primer error:

weewx[979] INFO user.interceptor: unrecognized parameter b'PASSKEY=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

https://forum.meteoclimatic.net/index.php?topic=2801.0

Para todo lo que está en rojo es un error de codificación pero no sale el fichero en el que ocurre. La captura no deja ver todo el log en su parte derecha.

Ejecuta sudo tail -100 /var/log/syslog > log.txt y adjunta el archivo log.txt que se habrá creado en el directorio en el que estás.

aerf:
Hecho lo del primer error, y adjunto el log y captura de despues

jantoni:
En ese log no hay ningún dato sobre weewx.

Si os salís del script, debéis tener en cuenta qu hay que seguir un sistema para no perderse.

Un sistema al estilo jantoni......cosa que modifico, cosa que pruebo antes de seguir avanzando.

De lo contrario, cuando has cambiado cien cosas, una falla, y ahora no sabes por donde vienen los tiros.

Esto viene a que este tipo de errores, por lo general suelen venir en los ficheros de configuración de las páginas web para publicar o en los gráficos que se insertan en las mismas.

aerf:
El procedimienteo ha sido, script de jantoni, instalación de interceptor y configuración de weewx.conf. Luego cambio de skin. Antes de cambiar skin tampoco funcionaba.
Procedo a hacerlo todo de nuevo pues.

EDITO: Ese log de ahora es despues de hacerlo otra vez todo desde 0, script jantoni, driver y configuración de weewx, nada mas.
En la web pone hardware simulator como bien dices, pero en la config esta quitado, y activo interceptor

--- Código: ---    latitude = 39.809467
    # Longitude in decimal degrees. Negative for western hemisphere.
    longitude = -2.083319

    # Altitude of the station, with the unit it is in. This is used only
    # if the hardware cannot supply a value.
    altitude = 936, meter

    # Set to type of station hardware. There must be a corresponding stanza
    # in this file, which includes a value for the 'driver' option.
    station_type = Interceptor

    # If you have a website, you may specify an URL. This is required if you
    # intend to register your station.
    station_url = http://www.olmedadelrey.com/meteo

    # The start of the rain year (1=January; 10=October, etc.). This is
    # downloaded from the station if the hardware supports it.
    rain_year_start = 1

    # Start of week (0=Monday, 6=Sunday)
    week_start = 0

##############################################################################

[Interceptor]
    # This section is for the network traffic interceptor driver.

    # The driver to use:
    driver = user.interceptor

    # Specify the hardware device to capture. Options include:
    #   acurite-bridge - acurite internet bridge, smarthub, or access
    #   observer - fine offset WH2600/HP1000/HP1003, ambient WS2902
    #   lw30x - oregon scientific LW301/LW302
    #   lacrosse-bridge - lacrosse GW1000U/C84612 internet bridge
    #   ecowitt-client - any hardware that uses the ecowitt protocol
    #   wu-client - any hardware that uses the weather underground protocol
    device_type = ecowitt-client
    port = 8000

##############################################################################

#[Simulator]
    # This section is for the weewx weather station simulator

    # The time (in seconds) between LOOP packets.
    # loop_interval = 2.5

    # The simulator mode can be either 'simulator' or 'generator'.
    # Real-time simulator. Sleep between each LOOP packet.
    # mode = simulator
    # Generator.  Emit LOOP packets as fast as possible (useful for testing).
    #mode = generator

    # The start time. Format is YYYY-mm-ddTHH:MM. If not specified, the default
    # is to use the present time.
    #start = 2011-01-01T00:00

    # The driver to use:
    #driver = weewx.drivers.simulator

##############################################################################

--- Fin del código ---

Navegación

[0] Índice de Mensajes

[#] Página Siguiente

[*] Página Anterior

Ir a la versión completa