61
WeeWX / Re:Instalación de Weewx automatizada
« en: 09 de Agosto del 2016, 13:24:06 pm »
Hola, weewx no me genera las páginas. El log de weewx.log es el siguiente:
Aug 9 11:18:37 raspberrypi weewx[2363]: engine: Initializing weewx version 3.1.0
Aug 9 11:18:37 raspberrypi weewx[2363]: engine: Using Python 2.7.3 (default, Mar 18 2014, 05:13:23) #012[GCC 4.6.3]
Aug 9 11:18:37 raspberrypi weewx[2363]: engine: pid file is /var/run/weewx.pid
Aug 9 11:18:38 raspberrypi weewx[2365]: engine: Using configuration file /etc/weewx/weewx.conf
Aug 9 11:18:38 raspberrypi weewx[2365]: engine: Loading station type FineOffsetUSB (weewx.drivers.fousb)
Aug 9 11:18:38 raspberrypi weewx[2365]: fousb: driver version is 1.7
Aug 9 11:18:38 raspberrypi weewx[2365]: fousb: polling mode is ADAPTIVE
Aug 9 11:18:38 raspberrypi weewx[2365]: fousb: found station on USB bus=001 device=005
Aug 9 11:18:38 raspberrypi weewx[2365]: engine: Caught unrecoverable exception in engine:
Aug 9 11:18:38 raspberrypi weewx[2365]: **** float() argument must be a string or a number
Aug 9 11:18:38 raspberrypi weewx[2365]: **** Traceback (most recent call last):
Aug 9 11:18:38 raspberrypi weewx[2365]: **** File "/usr/share/weewx/weewx/engine.py", line 831, in main
Aug 9 11:18:38 raspberrypi weewx[2365]: **** engine = EngineClass(config_dict)
Aug 9 11:18:38 raspberrypi weewx[2365]: **** File "/usr/share/weewx/weewx/engine.py", line 74, in __init__
Aug 9 11:18:38 raspberrypi weewx[2365]: **** self.preLoadServices(config_dict)
Aug 9 11:18:38 raspberrypi weewx[2365]: **** File "/usr/share/weewx/weewx/engine.py", line 112, in preLoadServices
Aug 9 11:18:38 raspberrypi weewx[2365]: **** self.stn_info = weewx.station.StationInfo(self.console, **config_dict['Station'])
Aug 9 11:18:38 raspberrypi weewx[2365]: **** File "/usr/share/weewx/weewx/station.py", line 54, in __init__
Aug 9 11:18:37 raspberrypi weewx[2363]: engine: Initializing weewx version 3.1.0
Aug 9 11:18:37 raspberrypi weewx[2363]: engine: Using Python 2.7.3 (default, Mar 18 2014, 05:13:23) #012[GCC 4.6.3]
Aug 9 11:18:37 raspberrypi weewx[2363]: engine: pid file is /var/run/weewx.pid
Aug 9 11:18:38 raspberrypi weewx[2365]: engine: Using configuration file /etc/weewx/weewx.conf
Aug 9 11:18:38 raspberrypi weewx[2365]: engine: Loading station type FineOffsetUSB (weewx.drivers.fousb)
Aug 9 11:18:38 raspberrypi weewx[2365]: fousb: driver version is 1.7
Aug 9 11:18:38 raspberrypi weewx[2365]: fousb: polling mode is ADAPTIVE
Aug 9 11:18:38 raspberrypi weewx[2365]: fousb: found station on USB bus=001 device=005
Aug 9 11:18:38 raspberrypi weewx[2365]: engine: Caught unrecoverable exception in engine:
Aug 9 11:18:38 raspberrypi weewx[2365]: **** float() argument must be a string or a number
Aug 9 11:18:38 raspberrypi weewx[2365]: **** Traceback (most recent call last):
Aug 9 11:18:38 raspberrypi weewx[2365]: **** File "/usr/share/weewx/weewx/engine.py", line 831, in main
Aug 9 11:18:38 raspberrypi weewx[2365]: **** engine = EngineClass(config_dict)
Aug 9 11:18:38 raspberrypi weewx[2365]: **** File "/usr/share/weewx/weewx/engine.py", line 74, in __init__
Aug 9 11:18:38 raspberrypi weewx[2365]: **** self.preLoadServices(config_dict)
Aug 9 11:18:38 raspberrypi weewx[2365]: **** File "/usr/share/weewx/weewx/engine.py", line 112, in preLoadServices
Aug 9 11:18:38 raspberrypi weewx[2365]: **** self.stn_info = weewx.station.StationInfo(self.console, **config_dict['Station'])
Aug 9 11:18:38 raspberrypi weewx[2365]: **** File "/usr/share/weewx/weewx/station.py", line 54, in __init__