Mostrar Mensajes

Esta sección te permite ver todos los posts escritos por este usuario. Ten en cuenta que sólo puedes ver los posts escritos en zonas a las que tienes acceso en este momento.


Mensajes - kike60

Páginas: [1]
1
WeeWX / Re:PCE+Raspberr+Weewx ayuda
« en: 11 de Marzo del 2016, 23:54:12 pm »
Bueno he esperado un rato y la plantilla de meteoclimatic, se ha generado correctamente.
El problema es que esa plantilla no se ha transmitido a Meteoclimatic, al igual que los otros datos al servidor web exterior y a las demás redes meteorológicas que colaboro.
tengo que activar alguna cosa en el Apache2?

2
WeeWX / Re:PCE+Raspberr+Weewx ayuda
« en: 11 de Marzo del 2016, 21:09:13 pm »
Pues no se porqué, pero esas # no estaban en su sitio, además como era en otras estaciones no me había dado cuenta.
Muchas gracias, ya está funcionando.
Quería preguntarte otras cosas:
*Tengo que transmitir los datos por ftp a una página web exterior, ¿donde tengo que buscar el error ? pues no se ha transmitido,
Tengo que hacerle alguna cosa al Apache?
*La plantilla de meteoclimatic no se ha generado, ¿cual crees que será el problema?
Un saludo

3
WeeWX / Re:PCE+Raspberr+Weewx ayuda
« en: 10 de Marzo del 2016, 22:26:51 pm »
Hola te adjunto el archivo, tu que tienes más experiencia podrás ver que falla.

4
WeeWX / Re:PCE+Raspberr+Weewx ayuda
« en: 10 de Marzo del 2016, 18:16:47 pm »
Este es el fichero etc/weewx/weewx.conf:
[Vantage]
    # This section is for a Davis VantagePro2, VantageVue or WeatherLinkIP

    # Connection type: serial or ethernet
    #  serial (the classic VantagePro)
    #  ethernet (the WeatherLinkIP)
#    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 = 192.168.1.142

   ######################################################
    # 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

    # TCP send delay (when using the WeatherLinkIP):
    tcp_send_delay = 1

    # The id of your ISS station (usually 1)
    iss_id = 1

    # How long to wait for a response from the station before giving up (in
    # seconds; must be greater than 2)
    timeout = 5

    # How long to wait before trying again (in seconds)
    wait_before_retry = 3

    # How many times to try before giving up:
    max_tries = 5

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

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

[WMR100]
    # This section is for the Oregon Scientific WMR100

    # The station model, e.g., WMR100, WMR100N, WMRS200
    model = WMR100

    # How long a wind record can be used to calculate wind chill (in seconds)
    stale_wind = 30

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

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

[WMR200]
    # This section is for the Oregon Scientific WMR200

    # The station model, e.g., WMR200, WMR200A, Radio Shack W200
    model = WMR200

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

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

[WMR9x8]
    # This section is for the Oregon Scientific WMR918/968

    # Connection type. For now, 'serial' is the only option.
    type = serial

    # Serial port such as /dev/ttyS0, /dev/ttyUSB0, or /dev/cuaU0
    port = /dev/ttyUSB0

    # The station model, e.g., WMR918, Radio Shack 63-1016
 #   model = WMR968

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

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

[FineOffsetUSB]
    # This section is for the Fine Offset series of weather stations.

    # The station model, e.g., WH1080, WS1090, WS2080, WH3081
    model = PCE FWS-20

    # The polling mode can be PERIODIC or ADAPTIVE
#    polling_mode = PERIODIC
    polling_mode = ADAPTIVE

    # How often to poll the station for data, in seconds
    # Este parametro es innecesario si usamos ADAPTIVE
#    polling_interval = 60

    # The pressure calibration offset, in hPa (millibars)
    pressure_offset = 1

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

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

5
WeeWX / Re:PCE+Raspberr+Weewx ayuda
« en: 10 de Marzo del 2016, 18:06:02 pm »
No se lo que tengo que buscar, esto es lo que tiene el fichero:
Mar 10 11:17:11 raspberrypi weewx[1980]: engine: Initializing weewx version 3.1.0
Mar 10 11:17:11 raspberrypi weewx[1980]: engine: Using Python 2.7.3 (default, Mar 18 2014, 05:13:23) #012[GCC 4.6.3]
Mar 10 11:17:11 raspberrypi weewx[1980]: engine: pid file is /var/run/weewx.pid
Mar 10 11:17:11 raspberrypi weewx[2071]: engine: Error while parsing configuration file /etc/weewx/weewx.conf
Mar 10 11:17:11 raspberrypi weewx[2071]: ****    Reason: 'Invalid line at line "265".'
Mar 10 11:27:27 raspberrypi weewx[2170]: engine: Initializing weewx version 3.1.0
Mar 10 11:27:27 raspberrypi weewx[2170]: engine: Using Python 2.7.3 (default, Mar 18 2014, 05:13:23) #012[GCC 4.6.3]
Mar 10 11:27:27 raspberrypi weewx[2170]: engine: pid file is /var/run/weewx.pid
Mar 10 11:27:27 raspberrypi weewx[2172]: engine: Error while parsing configuration file /etc/weewx/weewx.conf
Mar 10 11:27:27 raspberrypi weewx[2172]: ****    Reason: 'Invalid line at line "265".'
Mar 10 15:41:47 raspberrypi weewx[2418]: engine: Initializing weewx version 3.1.0
Mar 10 15:41:47 raspberrypi weewx[2418]: engine: Using Python 2.7.3 (default, Mar 18 2014, 05:13:23) #012[GCC 4.6.3]
Mar 10 15:41:47 raspberrypi weewx[2418]: engine: pid file is /var/run/weewx.pid
Mar 10 15:41:47 raspberrypi weewx[2420]: engine: Error while parsing configuration file /etc/weewx/weewx.conf
Mar 10 15:41:47 raspberrypi weewx[2420]: ****    Reason: 'Invalid line at line "265".'
Mar 10 15:42:24 raspberrypi weewx[2485]: engine: Initializing weewx version 3.1.0
Mar 10 15:42:24 raspberrypi weewx[2485]: engine: Using Python 2.7.3 (default, Mar 18 2014, 05:13:23) #012[GCC 4.6.3]
Mar 10 15:42:24 raspberrypi weewx[2485]: engine: pid file is /var/run/weewx.pid
Mar 10 15:42:24 raspberrypi weewx[2487]: engine: Error while parsing configuration file /etc/weewx/weewx.conf
Mar 10 15:42:24 raspberrypi weewx[2487]: ****    Reason: 'Invalid line at line "265".

6
WeeWX / Re:PCE+Raspberr+Weewx ayuda
« en: 10 de Marzo del 2016, 11:59:28 am »
A mi entender si

7
WeeWX / Re:PCE+Raspberr+Weewx ayuda
« en: 09 de Marzo del 2016, 23:27:29 pm »
Hola tengo una raspberry 2, con una estación PCE y me he bajado la imagen de jantoni 5.1, he seguido todas las instrucciones pero algo me falla. no se actualizan las páginas web, no se crean los logs. Después de pelear creo que es porque la conexión usb de la estación no está transmitiendo los datos a la raspberry. ¿Se te ocurre porque no funciona?  Preguntarte también si con la imagen tengo que instalar el Apache para que todo funcione. De todas maneras te doy las gracias por el trabajo que haces y que lo compartas con los que no sabemos.

Páginas: [1]