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

Páginas: 1 2 [3] 4 5 ... 17
31
WeeWX / Re:No desaparece estacion pero siempre marca lo mismo
« en: 25 de Noviembre del 2017, 15:13:04 pm »
Hola burgati

Primeramente debes de ver si weewx se está actualizando entrando en su página (IP de la raspi). Quizás un sudo service weewx restart lo solucione todo y si no habrá que mirar la plantilla porqué no es actualizada.

Nada , meto la ip y no me encuentra la página. Sin embargo me meto en mi estación en meteoclimatic y me sale que no se ha detectado ningún errory la plantilla está rellena con los mismos datos desde que se me quedó bloqueado......

he hecho un sudo service weewx restart y sigue igual  :-\

32
WeeWX / No desaparece estacion pero siempre marca lo mismo
« en: 25 de Noviembre del 2017, 03:13:53 am »
Hola, tras unos problemillas con mi conexión, resulta que la estación sube datos a meteoclimatic y no deja de aparecer el punto y los datos pero el caso es que los datos que refleja siempre son los mismos, digamos que hizo una primera subida de datos y sigue siempre igual.....¿por donde empezamos?

33
WeeWX / Re:No tengo carpeta /var/www/html/weewx
« en: 09 de Octubre del 2017, 18:41:10 pm »
Creo que ya me ha hecho el primer envío a la página :)......espero que no dé mas problemas.

jmviper, como siempre muchísimas gracias no sé que haría sin ti la verdad, bueno y sin el resto que asesoran en el foro. Un saludo a todos

34
WeeWX / Re:No tengo carpeta /var/www/html/weewx
« en: 09 de Octubre del 2017, 18:38:24 pm »
Pues ya la está enviando...  :) :)

intalé lo que me bajé haciendo wget  http://jantoni.no-ip.org/download/raspweather/weewx.sh

Hay que esperar un poco no?....de momento si entro a mi estación sigue igual todo....

35
WeeWX / Re:No tengo carpeta /var/www/html/weewx
« en: 09 de Octubre del 2017, 18:35:03 pm »
Ya me pone algo en el meteoclimatic log, esto:

-- 09/10/2017 16:26:07 --
HTTP/1.1 202 Accepted
Date: Mon, 09 Oct 2017 16:26:02 GMT
Server: Apache/2.4.10 (Debian)
X-Error: 202 Accepted
X-DigestKey:
Content-Length: 69
Content-Type: text/plain;charset=UTF-8

Ver: 3a - ID: ESCYL0900000009001D
Query Length: 140
202: Accepted


-- 09/10/2017 16:31:06 --
HTTP/1.1 202 Accepted
Date: Mon, 09 Oct 2017 16:31:01 GMT
Server: Apache/2.4.10 (Debian)
X-Error: 202 Accepted
X-DigestKey:
Content-Length: 69
Content-Type: text/plain;charset=UTF-8

Ver: 3a - ID: ESCYL0900000009001D
Query Length: 140
202: Accepted


osea lo mismo creo



36
WeeWX / Re:No tengo carpeta /var/www/html/weewx
« en: 09 de Octubre del 2017, 18:32:59 pm »
Antes lo he puesto mal...

Pon sudo php meteoclimatic_http.php.old

a ver qué te sale

Me sale esto:

pi@raspberrypi:~ $ sudo php meteoclimatic_http.php.old
-- 09/10/2017 16:32:37 --
HTTP/1.1 202 Accepted
Date: Mon, 09 Oct 2017 16:32:32 GMT
Server: Apache/2.4.10 (Debian)
X-Error: 202 Accepted
X-DigestKey:
Content-Length: 69
Content-Type: text/plain;charset=UTF-8

Ver: 3a - ID: ESCYL0900000009001D
Query Length: 140
202: Accepted

37
WeeWX / Re:No tengo carpeta /var/www/html/weewx
« en: 09 de Octubre del 2017, 18:32:18 pm »
Por último te pongo enlace al hilo con el que conseguí subir los datos anteriormente y he configurado las cosas igual, por si te choca algo....:

https://forum.meteoclimatic.net/index.php/topic,1418.15.html

38
WeeWX / Re:No tengo carpeta /var/www/html/weewx
« en: 09 de Octubre del 2017, 18:30:41 pm »
meteoclimatic.sh:

#!/bin/bash
cd /home/pi
#Si no quieres log
#php meteoclimatic_http.php.old
#Si quieres log
php meteoclimatic_http.php.old >> /var/log/meteoclimatic.log
exit

meteoclimatic.ini:

[Global]
Stations=ESCYL0900000009001D
DigestKey=

[ESCYL0900000009001D]
Path=/var/www/html/weewx/meteoclimatic.htm
Password=MI SIG
StationVendor=Davis
StationModel=Vantage Vue

crontab:

 /etc/crontab: system-wide crontab
# Unlike any other crontab you don't have to run the `crontab'
# command to install the new version when you edit this file
# and files in /etc/cron.d. These files also have username fields,
# that none of the other crontabs do.

SHELL=/bin/sh
PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin

# m h dom mon dow user  command
17 *    * * *   root    cd / && run-parts --report /etc/cron.hourly
25 6    * * *   root    test -x /usr/sbin/anacron || ( cd / && run-parts --repo$
47 6    * * 7   root    test -x /usr/sbin/anacron || ( cd / && run-parts --repo$
52 6    1 * *   root    test -x /usr/sbin/anacron || ( cd / && run-parts --repo$
#
1-59/5 *   * * *   root    /home/pi/meteoclimatic.sh


ls -la:


total 27944
drwxr-xr-x 18 pi   pi       4096 oct  9 16:28 .
drwxr-xr-x  3 root root     4096 sep  7 14:59 ..
-rw-------  1 pi   pi       1115 oct  9 15:40 .bash_history
-rw-r--r--  1 pi   pi        220 sep  7 14:59 .bash_logout
-rw-r--r--  1 pi   pi       3523 sep  7 14:59 .bashrc
drwxr-xr-x  6 pi   pi       4096 oct  9 12:30 .cache
drwx------ 10 pi   pi       4096 oct  9 12:30 .config
drwxr-xr-x  2 pi   pi       4096 oct  9 12:06 Desktop
drwxr-xr-x  5 pi   pi       4096 sep  7 15:45 Documents
drwxr-xr-x  2 pi   pi       4096 oct  9 12:06 Downloads
drwx------  3 pi   pi       4096 oct  9 12:06 .gnupg
-rw-r--r--  1 pi   pi   28442624 oct  9 12:08 jantoni-5.1.img
drwxr-xr-x  3 pi   pi       4096 sep  7 15:45 .local
-rw-r--r--  1 pi   pi      19626 oct 11  2015 meteoclimatic_http.php
-rw-r--r--  1 pi   pi      19025 oct 11  2015 meteoclimatic_http.php.old
-rw-r--r--  1 pi   pi        203 oct  9 16:26 meteoclimatic.ini
-rw-r--r--  1 pi   pi        320 oct 11  2015 meteoclimatic.log
-rwxr-xr-x  1 root root      159 oct  9 15:24 meteoclimatic.sh
drwxr-xr-x  2 pi   pi       4096 oct  9 12:06 Music
drwxr-xr-x  2 pi   pi       4096 oct  9 12:06 Pictures
drwx------  3 pi   pi       4096 oct  9 12:30 .pki
-rw-r--r--  1 pi   pi        675 sep  7 14:59 .profile
drwxr-xr-x  2 pi   pi       4096 oct  9 12:06 Public
drwxr-xr-x  2 pi   pi       4096 sep  7 15:45 python_games
drwxr-xr-x  2 pi   pi       4096 oct  9 12:06 Templates
drwxr-xr-x  3 pi   pi       4096 oct  9 12:06 .themes
drwx------  4 pi   pi       4096 oct  9 12:07 .thumbnails
drwxr-xr-x  2 pi   pi       4096 oct  9 12:06 Videos
-rwxr-xr-x  1 pi   pi       5582 jul 18 18:21 weewx.sh
-rw-------  1 pi   pi         56 oct  9 12:36 .Xauthority
-rw-------  1 pi   pi       4194 oct  9 12:36 .xsession-errors
-rw-------  1 pi   pi       4373 oct  9 12:35 .xsession-errors.old




39
WeeWX / Re:No tengo carpeta /var/www/html/weewx
« en: 09 de Octubre del 2017, 18:25:10 pm »
Creo que php no se instala por defecto con apache2 así que tendrás que instalarlo con sudo apt-get install php5 libapache2-mod-php5

Hecho, sigue sin escribir nada en meteoclimatic.log.....quieres que te ponga como tengo configurado el meteoclimatic.sh; meteoclimatic.ini, el crontab y un volcado de directorios con ls -la?

40
WeeWX / Re:No tengo carpeta /var/www/html/weewx
« en: 09 de Octubre del 2017, 18:17:52 pm »
Me lo está instalando todo.....se ve que no lo tenía......vete diciendome que quieres ver luego para ir gestionandolo. Gracias

Ya está instalado, ya me aparecen carpetas de apache2 y demás en /var/log que ante no tenía.....pero el meteoclimatic.log sigue en blanco :'(

41
WeeWX / Re:No tengo carpeta /var/www/html/weewx
« en: 09 de Octubre del 2017, 18:06:53 pm »
Me lo está instalando todo.....se ve que no lo tenía......vete diciendome que quieres ver luego para ir gestionandolo. Gracias

42
WeeWX / Re:No tengo carpeta /var/www/html/weewx
« en: 09 de Octubre del 2017, 17:49:50 pm »
Sin título by david nuño, en Flickr

43
WeeWX / Re:No tengo carpeta /var/www/html/weewx
« en: 09 de Octubre del 2017, 17:48:02 pm »
Estás como root o como usuario pi ? Si estás como usuario pi debes de poner el sudo delante y si lo haces como root no

como pi.....puse el sudo

44
WeeWX / Re:No tengo carpeta /var/www/html/weewx
« en: 09 de Octubre del 2017, 17:36:23 pm »
Tienes apache2 funcionando ??

Prueba manualmente a subir la plantilla con sudo php /home/pi/meteoclimatic.sh

Mira a ver qué te sale y si sale algo en /var/log/meteoclimatic.log

si hago sudo php /home/pi/meteoclimatic.sh me pone lo siguiente:

comand not found

En cuanto al meteoclimatic.log alojado en /var/log me aparece el archivo pero lo abro y está en blanco

45
WeeWX / Re:No tengo carpeta /var/www/html/weewx
« en: 09 de Octubre del 2017, 15:23:05 pm »
Nada lo volví a reinstalar todo y ya lo tengo todo correcto.......el problema que tengo ahora es el de siempre, alojo los archivos de la utilidad de subida en /home/pi y la plantilla en /etc/weewx/skins/Standard........modifico meteoclimatic. sh y dejo esto

#!/bin/bash
cd /home/pi
#Si no quieres log
php meteoclimatic_http.php.old
#Si quieres log
php meteoclimatic_http.php.old >> /var/log/meteoclimatic.log
exit

en meteoclimatic.ini pongo el codigo de mi estacion y el SIG donde corresponde

Añado esta linea al crontab:

1-59/5 *   * * *   root    /home/pi/meteoclimatic.sh


La plantilla se me actualiza correctamente en : /var/www/html/weewx

el weewx.log todo correcto tambien:

Oct  9 12:36:18 raspberrypi weewx[377]: engine: Initializing weewx version 3.7.1
Oct  9 12:36:18 raspberrypi weewx[377]: engine: Using Python 2.7.13 (default, Jan 19 2017, 14:48:08) #012[GCC 6.3.0 20170124]
Oct  9 12:36:18 raspberrypi weewx[377]: engine: Platform Linux-4.9.41-v7+-armv7l-with-debian-9.1
Oct  9 12:36:18 raspberrypi weewx[377]: engine: Locale is 'en_GB.UTF-8'
Oct  9 12:36:18 raspberrypi weewx[377]: engine: pid file is /var/run/weewx.pid
Oct  9 12:36:18 raspberrypi weewx[304]: Starting weewx weather system: weewx.
Oct  9 12:36:18 raspberrypi weewx[447]: engine: Using configuration file /etc/weewx/weewx.conf
Oct  9 12:36:18 raspberrypi weewx[447]: engine: Loading station type Vantage (weewx.drivers.vantage)
Oct  9 12:36:18 raspberrypi weewx[447]: import of driver failed: [Errno 2] could not open port /dev/ttyUSB0: [Errno 2] No such file or directory: '/dev/ttyUSB0' (<class 'serial.serialutil.SerialException'>)
Oct  9 12:36:18 raspberrypi weewx[447]: engine: Unable to load driver: [Errno 2] could not open port /dev/ttyUSB0: [Errno 2] No such file or directory: '/dev/ttyUSB0'
Oct  9 12:36:18 raspberrypi weewx[447]:     ****  Exiting...
Oct  9 12:38:09 raspberrypi weewx[1048]: Stopping weewx weather system: weewx not running....
Oct  9 12:43:45 raspberrypi weewx[1488]: engine: Initializing weewx version 3.7.1
Oct  9 12:43:45 raspberrypi weewx[1488]: engine: Using Python 2.7.13 (default, Jan 19 2017, 14:48:08) #012[GCC 6.3.0 20170124]
Oct  9 12:43:45 raspberrypi weewx[1488]: engine: Platform Linux-4.9.41-v7+-armv7l-with-debian-9.1
Oct  9 12:43:45 raspberrypi weewx[1488]: engine: Locale is 'en_GB.UTF-8'
Oct  9 12:43:45 raspberrypi weewx[1488]: engine: pid file is /var/run/weewx.pid
Oct  9 12:43:45 raspberrypi weewx[1492]: engine: Using configuration file /etc/weewx/weewx.conf
Oct  9 12:43:45 raspberrypi weewx[1492]: engine: Loading station type Vantage (weewx.drivers.vantage)
Oct  9 12:43:45 raspberrypi weewx[1477]: Starting weewx weather system: weewx.
Oct  9 12:43:45 raspberrypi weewx[1492]: engine: StdConvert target unit is 0x1
Oct  9 12:43:46 raspberrypi weewx[1492]: wxcalculate: The following values will be calculated: barometer=prefer_hardware, windchill=prefer_hardware, dewpoint=prefer_hardware, appTemp=prefer_hardware, rainRate=prefer_hardware, windrun=prefer_hardware, heatindex=prefer_hardware, maxSolarRad=prefer_hardware, humidex=prefer_hardware, pressure=prefer_hardware, inDewpoint=prefer_hardware, ET=prefer_hardware, altimeter=prefer_hardware, cloudbase=prefer_hardware
Oct  9 12:43:46 raspberrypi weewx[1492]: wxcalculate: The following algorithms will be used for calculations: altimeter=aaNOAA, maxSolarRad=RS
Oct  9 12:43:46 raspberrypi weewx[1492]: engine: Archive will use data binding wx_binding
Oct  9 12:43:46 raspberrypi weewx[1492]: engine: Record generation will be attempted in 'hardware'
Oct  9 12:43:46 raspberrypi weewx[1492]: engine: Using archive interval of 300 seconds (specified by hardware)
Oct  9 12:43:46 raspberrypi weewx[1492]: engine: Using binding 'wx_binding' to database 'weewx.sdb'
Oct  9 12:43:46 raspberrypi weewx[1492]: manager: Starting backfill of daily summaries
Oct  9 12:43:46 raspberrypi weewx[1492]: restx: StationRegistry: Registration not requested.
Oct  9 12:43:46 raspberrypi weewx[1492]: restx: Wunderground: Posting not enabled.
Oct  9 12:43:46 raspberrypi weewx[1492]: restx: PWSweather: Posting not enabled.
Oct  9 12:43:46 raspberrypi weewx[1492]: restx: CWOP: Posting not enabled.
Oct  9 12:43:46 raspberrypi weewx[1492]: restx: WOW: Posting not enabled.
Oct  9 12:43:46 raspberrypi weewx[1492]: restx: AWEKAS: Posting not enabled.
Oct  9 12:43:46 raspberrypi weewx[1492]: engine: Starting up weewx version 3.7.1
Oct  9 12:43:46 raspberrypi weewx[1492]: engine: Clock error is -51.41 seconds (positive is fast)
Oct  9 12:43:46 raspberrypi weewx[1492]: vantage: Clock set to 2017-10-09 12:43:47 UTC (1507553027)
Oct  9 12:43:47 raspberrypi weewx[1492]: manager: Added record 2017-10-09 12:40:00 UTC (1507552800) to database 'weewx.sdb'
Oct  9 12:43:47 raspberrypi weewx[1492]: manager: Added record 2017-10-09 12:40:00 UTC (1507552800) to daily summary in 'weewx.sdb'
Oct  9 12:43:50 raspberrypi weewx[1492]: engine: Starting main packet loop.
Oct  9 12:43:53 raspberrypi weewx[1530]: Reloading weewx weather system: weewx.
Oct  9 12:43:53 raspberrypi weewx[1492]: engine: Received signal HUP. Restarting.
Oct  9 12:43:53 raspberrypi weewx[1492]: engine: Using configuration file /etc/weewx/weewx.conf
Oct  9 12:43:53 raspberrypi weewx[1492]: engine: Loading station type Vantage (weewx.drivers.vantage)
Oct  9 12:43:53 raspberrypi weewx[1492]: engine: StdConvert target unit is 0x1
Oct  9 12:43:53 raspberrypi weewx[1492]: wxcalculate: The following values will be calculated: barometer=prefer_hardware, windchill=prefer_hardware, dewpoint=prefer_hardware, appTemp=prefer_hardware, rainRate=prefer_hardware, windrun=prefer_hardware, heatindex=prefer_hardware, maxSolarRad=prefer_hardware, humidex=prefer_hardware, pressure=prefer_hardware, inDewpoint=prefer_hardware, ET=prefer_hardware, altimeter=prefer_hardware, cloudbase=prefer_hardware
Oct  9 12:43:53 raspberrypi weewx[1492]: wxcalculate: The following algorithms will be used for calculations: altimeter=aaNOAA, maxSolarRad=RS
Oct  9 12:43:53 raspberrypi weewx[1492]: engine: Archive will use data binding wx_binding
Oct  9 12:43:53 raspberrypi weewx[1492]: engine: Record generation will be attempted in 'hardware'
Oct  9 12:43:53 raspberrypi weewx[1492]: engine: Using archive interval of 300 seconds (specified by hardware)
Oct  9 12:43:53 raspberrypi weewx[1492]: engine: Using binding 'wx_binding' to database 'weewx.sdb'
Oct  9 12:43:53 raspberrypi weewx[1492]: manager: Starting backfill of daily summaries
Oct  9 12:43:53 raspberrypi weewx[1492]: restx: StationRegistry: Registration not requested.
Oct  9 12:43:53 raspberrypi weewx[1492]: restx: Wunderground: Posting not enabled.
Oct  9 12:43:54 raspberrypi weewx[1492]: restx: PWSweather: Posting not enabled.
Oct  9 12:43:54 raspberrypi weewx[1492]: restx: CWOP: Posting not enabled.
Oct  9 12:43:54 raspberrypi weewx[1492]: restx: WOW: Posting not enabled.
Oct  9 12:43:54 raspberrypi weewx[1492]: restx: AWEKAS: Posting not enabled.
Oct  9 12:43:54 raspberrypi weewx[1492]: engine: Starting up weewx version 3.7.1
Oct  9 12:43:54 raspberrypi weewx[1492]: engine: Clock error is 0.98 seconds (positive is fast)
Oct  9 12:43:54 raspberrypi weewx[1492]: engine: Starting main packet loop.
Oct  9 12:44:29 raspberrypi weewx[1492]: vantage: LOOP try #1; error: Expected to read 99 chars; got 0 instead
Oct  9 12:44:34 raspberrypi weewx[1492]: vantage: LOOP try #2; error: Expected to read 99 chars; got 0 instead
Oct  9 12:44:38 raspberrypi weewx[1492]: vantage: LOOP try #3; error: Expected to read 99 chars; got 0 instead
Oct  9 12:44:42 raspberrypi weewx[1492]: vantage: LOOP try #4; error: Expected to read 99 chars; got 0 instead
Oct  9 12:44:42 raspberrypi weewx[1492]: vantage: LOOP max tries (4) exceeded.
Oct  9 12:44:42 raspberrypi weewx[1492]: engine: Caught WeeWxIOError: Max tries exceeded while getting LOOP data.
Oct  9 12:44:42 raspberrypi weewx[1492]:     ****  Waiting 60 seconds then retrying...
Oct  9 12:45:42 raspberrypi weewx[1492]: engine: retrying...
Oct  9 12:45:42 raspberrypi weewx[1492]: engine: Using configuration file /etc/weewx/weewx.conf
Oct  9 12:45:42 raspberrypi weewx[1492]: engine: Loading station type Vantage (weewx.drivers.vantage)
Oct  9 12:45:42 raspberrypi weewx[1492]: engine: StdConvert target unit is 0x1
Oct  9 12:45:42 raspberrypi weewx[1492]: wxcalculate: The following values will be calculated: barometer=prefer_hardware, windchill=prefer_hardware, dewpoint=prefer_hardware, appTemp=prefer_hardware, rainRate=prefer_hardware, windrun=prefer_hardware, heatindex=prefer_hardware, maxSolarRad=prefer_hardware, humidex=prefer_hardware, pressure=prefer_hardware, inDewpoint=prefer_hardware, ET=prefer_hardware, altimeter=prefer_hardware, cloudbase=prefer_hardware
Oct  9 12:45:42 raspberrypi weewx[1492]: wxcalculate: The following algorithms will be used for calculations: altimeter=aaNOAA, maxSolarRad=RS
Oct  9 12:45:42 raspberrypi weewx[1492]: engine: Archive will use data binding wx_binding
Oct  9 12:45:42 raspberrypi weewx[1492]: engine: Record generation will be attempted in 'hardware'
Oct  9 12:45:42 raspberrypi weewx[1492]: engine: Using archive interval of 300 seconds (specified by hardware)
Oct  9 12:45:42 raspberrypi weewx[1492]: engine: Using binding 'wx_binding' to database 'weewx.sdb'
Oct  9 12:45:42 raspberrypi weewx[1492]: manager: Starting backfill of daily summaries
Oct  9 12:45:42 raspberrypi weewx[1492]: restx: StationRegistry: Registration not requested.
Oct  9 12:45:42 raspberrypi weewx[1492]: restx: Wunderground: Posting not enabled.
Oct  9 12:45:42 raspberrypi weewx[1492]: restx: PWSweather: Posting not enabled.
Oct  9 12:45:42 raspberrypi weewx[1492]: restx: CWOP: Posting not enabled.
Oct  9 12:45:42 raspberrypi weewx[1492]: restx: WOW: Posting not enabled.
Oct  9 12:45:42 raspberrypi weewx[1492]: restx: AWEKAS: Posting not enabled.
Oct  9 12:45:42 raspberrypi weewx[1492]: engine: Starting up weewx version 3.7.1
Oct  9 12:45:42 raspberrypi weewx[1492]: engine: Clock error is 0.32 seconds (positive is fast)
Oct  9 12:45:42 raspberrypi weewx[1492]: manager: Added record 2017-10-09 12:45:00 UTC (1507553100) to database 'weewx.sdb'
Oct  9 12:45:42 raspberrypi weewx[1492]: manager: Added record 2017-10-09 12:45:00 UTC (1507553100) to daily summary in 'weewx.sdb'
Oct  9 12:45:43 raspberrypi weewx[1492]: engine: Starting main packet loop.
Oct  9 12:50:16 raspberrypi weewx[1492]: manager: Added record 2017-10-09 12:50:00 UTC (1507553400) to database 'weewx.sdb'
Oct  9 12:50:16 raspberrypi weewx[1492]: manager: Added record 2017-10-09 12:50:00 UTC (1507553400) to daily summary in 'weewx.sdb'
Oct  9 12:50:26 raspberrypi weewx[1492]: cheetahgenerator: Generated 14 files for report StandardReport in 9.63 seconds
Oct  9 12:50:28 raspberrypi weewx[1492]: imagegenerator: Generated 12 images for StandardReport in 1.93 seconds
Oct  9 12:50:28 raspberrypi weewx[1492]: copygenerator: copied 9 files to /var/www/html/weewx
Oct  9 12:55:16 raspberrypi weewx[1492]: manager: Added record 2017-10-09 12:55:00 UTC (1507553700) to database 'weewx.sdb'
Oct  9 12:55:16 raspberrypi weewx[1492]: manager: Added record 2017-10-09 12:55:00 UTC (1507553700) to daily summary in 'weewx.sdb'
Oct  9 12:55:21 raspberrypi weewx[1492]: cheetahgenerator: Generated 15 files for report StandardReport in 2.29 seconds
Oct  9 12:55:22 raspberrypi weewx[1492]: imagegenerator: Generated 12 images for StandardReport in 1.22 seconds
Oct  9 12:55:22 raspberrypi weewx[1492]: copygenerator: copied 0 files to /var/www/html/weewx
Oct  9 13:00:16 raspberrypi weewx[1492]: manager: Added record 2017-10-09 13:00:00 UTC (1507554000) to database 'weewx.sdb'
Oct  9 13:00:16 raspberrypi weewx[1492]: manager: Added record 2017-10-09 13:00:00 UTC (1507554000) to daily summary in 'weewx.sdb'
Oct  9 13:00:21 raspberrypi weewx[1492]: cheetahgenerator: Generated 15 files for report StandardReport in 2.22 seconds
Oct  9 13:00:28 raspberrypi weewx[1492]: imagegenerator: Generated 24 images for StandardReport in 6.95 seconds
Oct  9 13:00:28 raspberrypi weewx[1492]: copygenerator: copied 0 files to /var/www/html/weewx
Oct  9 13:05:16 raspberrypi weewx[1492]: manager: Added record 2017-10-09 13:05:00 UTC (1507554300) to database 'weewx.sdb'
Oct  9 13:05:16 raspberrypi weewx[1492]: manager: Added record 2017-10-09 13:05:00 UTC (1507554300) to daily summary in 'weewx.sdb'
Oct  9 13:05:21 raspberrypi weewx[1492]: cheetahgenerator: Generated 15 files for report StandardReport in 2.23 seconds
Oct  9 13:05:23 raspberrypi weewx[1492]: imagegenerator: Generated 12 images for StandardReport in 2.27 seconds
Oct  9 13:05:23 raspberrypi weewx[1492]: copygenerator: copied 0 files to /var/www/html/weewx
Oct  9 13:10:16 raspberrypi weewx[1492]: manager: Added record 2017-10-09 13:10:00 UTC (1507554600) to database 'weewx.sdb'
Oct  9 13:10:16 raspberrypi weewx[1492]: manager: Added record 2017-10-09 13:10:00 UTC (1507554600) to daily summary in 'weewx.sdb'
Oct  9 13:10:21 raspberrypi weewx[1492]: cheetahgenerator: Generated 15 files for report StandardReport in 2.26 seconds
Oct  9 13:10:23 raspberrypi weewx[1492]: imagegenerator: Generated 12 images for StandardReport in 2.30 seconds
Oct  9 13:10:23 raspberrypi weewx[1492]: copygenerator: copied 0 files to /var/www/html/weewx
Oct  9 13:15:16 raspberrypi weewx[1492]: manager: Added record 2017-10-09 13:15:00 UTC (1507554900) to database 'weewx.sdb'
Oct  9 13:15:16 raspberrypi weewx[1492]: manager: Added record 2017-10-09 13:15:00 UTC (1507554900) to daily summary in 'weewx.sdb'
Oct  9 13:15:22 raspberrypi weewx[1492]: cheetahgenerator: Generated 15 files for report StandardReport in 2.16 seconds
Oct  9 13:15:24 raspberrypi weewx[1492]: imagegenerator: Generated 12 images for StandardReport in 1.79 seconds
Oct  9 13:15:24 raspberrypi weewx[1492]: copygenerator: copied 0 files to /var/www/html/weewx
Oct  9 13:20:16 raspberrypi weewx[1492]: manager: Added record 2017-10-09 13:20:00 UTC (1507555200) to database 'weewx.sdb'
Oct  9 13:20:16 raspberrypi weewx[1492]: manager: Added record 2017-10-09 13:20:00 UTC (1507555200) to daily summary in 'weewx.sdb'
Oct  9 13:20:21 raspberrypi weewx[1492]: cheetahgenerator: Generated 15 files for report StandardReport in 2.17 seconds
Oct  9 13:20:22 raspberrypi weewx[1492]: imagegenerator: Generated 12 images for StandardReport in 1.22 seconds
Oct  9 13:20:22 raspberrypi weewx[1492]: copygenerator: copied 0 files to /var/www/html/weewx


Pero voy al meteoclimatic.log y me aparece en blanco :o

no sé que es lo que hago mal

Páginas: 1 2 [3] 4 5 ... 17