Autor Tema: Nueva estación no actualiza datos  (Leído 2070 veces)

0 Usuarios y 1 Visitante están viendo este tema.

Desconectado garbatella

  • Jr. Member
  • **
  • Mensajes: 57
    • Ver Perfil
  • Estación: ESCTB3900000039003A
Nueva estación no actualiza datos
« en: 23 de Octubre del 2021, 20:02:13 pm »
Buenas noches.

Recientemente he registrado mi estación (una sainlogic que envía datos a una raspberry pi con weewx) en meteoclimatic introduciendo todos los datos. De igual forma, en el archivo skin.conf de mi Belchertown, he introducido la dirección de la plantilla de meteoclimatic.

Creo haberlo hecho todo y sin embargo no parece que progresen los datos a la web. ¿Algo que me esté dejando? Entiendo que la estación tendrá que pasar por un proceso de "observación" o "verificación" del equipo de meteoclimatic, pero pensaba que había forma de comprobar que la conexión es correcta.

Un saludo, gracias por la ayuda y perdón si se trata de una chorrada.
« Última modificación: 23 de Octubre del 2021, 20:18:44 pm por garbatella »

Desconectado jmviper

  • Investigación
  • Hero Member
  • ******
  • Mensajes: 4.403
  • "Vortex Complex"
    • Ver Perfil
    • www.meteoarchena.es
  • Estación: Archena - ESMUR3000000030600B
Re:Nueva estación no actualiza datos
« Respuesta #1 en: 23 de Octubre del 2021, 20:19:40 pm »
Has puesto bien la dirección de la plantilla en la ficha de tu estación en meteoclimatic ??

Tienes puestas las dos mismas direcciones ahí de tu web y la plantilla a enviar. La dirección a enviar termínala con /meteoclimatic.html


Archena, Valle de Ricote (Murcia). 120 msnm. 19.622 hab.
Davis Vantage Pro2 Plus

www.meteoarchena.es

Desconectado garbatella

  • Jr. Member
  • **
  • Mensajes: 57
    • Ver Perfil
  • Estación: ESCTB3900000039003A
Re:Nueva estación no actualiza datos
« Respuesta #2 en: 23 de Octubre del 2021, 21:10:55 pm »
Pues, es raro porque aparentemente la plantilla sí está operativa en el link que indico:

http://naxos.synology.me/weewx/meteoclimatic.html

Pero dice: plantilla no encontrada.

Desconectado jmviper

  • Investigación
  • Hero Member
  • ******
  • Mensajes: 4.403
  • "Vortex Complex"
    • Ver Perfil
    • www.meteoarchena.es
  • Estación: Archena - ESMUR3000000030600B
Re:Nueva estación no actualiza datos
« Respuesta #3 en: 23 de Octubre del 2021, 22:20:07 pm »
Qué te pone sudo service weewx status ??


Archena, Valle de Ricote (Murcia). 120 msnm. 19.622 hab.
Davis Vantage Pro2 Plus

www.meteoarchena.es

Desconectado garbatella

  • Jr. Member
  • **
  • Mensajes: 57
    • Ver Perfil
  • Estación: ESCTB3900000039003A
Re:Nueva estación no actualiza datos
« Respuesta #4 en: 23 de Octubre del 2021, 23:01:11 pm »
Código: [Seleccionar]
● weewx.service - LSB: weewx weather system
   Loaded: loaded (/etc/init.d/weewx; generated)
   Active: active (exited) since Sat 2021-10-23 22:54:28 CEST; 6min ago
     Docs: man:systemd-sysv-generator(8)
  Process: 14238 ExecStart=/etc/init.d/weewx start (code=exited, status=0/SUCCESS)

Oct 23 22:55:43 raspberrypi python3[14254]: weewx[14254] CRITICAL __main__:     ****    File "/usr/share/weewx/weewx/engine.py", line 642, in post_loop
Oct 23 22:55:43 raspberrypi python3[14254]: weewx[14254] CRITICAL __main__:     ****      self._software_catchup()
Oct 23 22:55:43 raspberrypi python3[14254]: weewx[14254] CRITICAL __main__:     ****    File "/usr/share/weewx/weewx/engine.py", line 707, in _software_catchup
Oct 23 22:55:43 raspberrypi python3[14254]: weewx[14254] CRITICAL __main__:     ****      origin='software'))
Oct 23 22:55:43 raspberrypi python3[14254]: weewx[14254] CRITICAL __main__:     ****    File "/usr/share/weewx/weewx/engine.py", line 245, in dispatchEvent
Oct 23 22:55:43 raspberrypi python3[14254]: weewx[14254] CRITICAL __main__:     ****      callback(event)
Oct 23 22:55:43 raspberrypi python3[14254]: weewx[14254] CRITICAL __main__:     ****    File "/usr/share/weewx/user/forecast.py", line 1212, in update_forecast
Oct 23 22:55:43 raspberrypi python3[14254]: weewx[14254] CRITICAL __main__:     ****      elif time.time() - self.interval > self.last_ts:
Oct 23 22:55:43 raspberrypi python3[14254]: weewx[14254] CRITICAL __main__:     ****  TypeError: '>' not supported between instances of 'float' and 'NoneType'
Oct 23 22:55:43 raspberrypi python3[14254]: weewx[14254] CRITICAL __main__:     ****  Exiting.
~

Desconectado jmviper

  • Investigación
  • Hero Member
  • ******
  • Mensajes: 4.403
  • "Vortex Complex"
    • Ver Perfil
    • www.meteoarchena.es
  • Estación: Archena - ESMUR3000000030600B
Re:Nueva estación no actualiza datos
« Respuesta #5 en: 24 de Octubre del 2021, 08:44:34 am »
Parece un problema con el módulo de forecast.py de la predicción....adjunta la base de datos en un zip y le hecho un vistazo a ver si hay algo raro.


Archena, Valle de Ricote (Murcia). 120 msnm. 19.622 hab.
Davis Vantage Pro2 Plus

www.meteoarchena.es

Desconectado garbatella

  • Jr. Member
  • **
  • Mensajes: 57
    • Ver Perfil
  • Estación: ESCTB3900000039003A
Re:Nueva estación no actualiza datos
« Respuesta #6 en: 24 de Octubre del 2021, 21:26:38 pm »
Parece que el problema está efectivamente en el engine.py. A saber qué es... Porque hago reboot de la raspberry, y mirad el log, parece que empieza a funcionar, hasta que en cierto momento salta el error y termina todo el proceso.

Código: [Seleccionar]
Oct 24 21:21:12 raspberrypi weewx[1223] DEBUG user.interceptor: empty queue
Oct 24 21:21:16 raspberrypi weewx[1223] DEBUG user.interceptor: POST: PASSKEY=XXXX&stationtype=EasyWeatherV1.5.9&dateutc=2021-10-24+19:21:15&tempinf=71.6&humidityin=55&baromrelin=30.175&baromabsin=30.113&tempf=59.9&humidity=89&winddir=319&windspeedmph=0.0&windgustmph=0.0&maxdailygust=9.2&rainratein=0.000&eventrainin=0.000&hourlyrainin=0.00$
Oct 24 21:21:16 raspberrypi weewx[1223] DEBUG user.interceptor: raw data: PASSKEY=F2DCB928FAE3933F0D7647399ACFAF17&stationtype=EasyWeatherV1.5.9&dateutc=2021-10-24+19:21:15&tempinf=71.6&humidityin=55&baromrelin=30.175&baromabsin=30.113&tempf=59.9&humidity=89&winddir=319&windspeedmph=0.0&windgustmph=0.0&maxdailygust=9.2&rainratein=0.000&eve$
Oct 24 21:21:16 raspberrypi weewx[1223] DEBUG user.interceptor: ignored parameter PASSKEY=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
Oct 24 21:21:16 raspberrypi weewx[1223] DEBUG user.interceptor: ignored parameter stationtype=EasyWeatherV1.5.9
Oct 24 21:21:16 raspberrypi weewx[1223] DEBUG user.interceptor: ignored parameter baromrelin=30.175
Oct 24 21:21:16 raspberrypi weewx[1223] DEBUG user.interceptor: ignored parameter maxdailygust=9.2
Oct 24 21:21:16 raspberrypi weewx[1223] DEBUG user.interceptor: ignored parameter eventrainin=0.000
Oct 24 21:21:16 raspberrypi weewx[1223] DEBUG user.interceptor: ignored parameter hourlyrainin=0.000
Oct 24 21:21:16 raspberrypi weewx[1223] DEBUG user.interceptor: ignored parameter dailyrainin=0.000
Oct 24 21:21:16 raspberrypi weewx[1223] DEBUG user.interceptor: ignored parameter weeklyrainin=0.000
Oct 24 21:21:16 raspberrypi weewx[1223] DEBUG user.interceptor: ignored parameter monthlyrainin=0.622
Oct 24 21:21:16 raspberrypi weewx[1223] DEBUG user.interceptor: ignored parameter freq=868M
Oct 24 21:21:16 raspberrypi weewx[1223] DEBUG user.interceptor: ignored parameter model=WS2900_V2.01.16
Oct 24 21:21:16 raspberrypi weewx[1223] DEBUG user.interceptor: raw packet: {'dateTime': 1635103275, 'usUnits': 1, 'temperature_in': 71.6, 'humidity_in': 55.0, 'pressure': 30.113, 'temperature_out': 59.9, 'humidity_out': 89.0, 'wind_dir': 319.0, 'wind_speed': 0.0, 'wind_gust': 0.0, 'rain_rate': 0.0, 'rain_total': 0.622, 'solar_radiation': $
Oct 24 21:21:16 raspberrypi weewx[1223] DEBUG user.interceptor: mapped packet: {'dateTime': 1635103275, 'usUnits': 1, 'pressure': 30.113, 'outHumidity': 89.0, 'inHumidity': 55.0, 'outTemp': 59.9, 'inTemp': 71.6, 'windSpeed': 0.0, 'windGust': 0.0, 'windDir': 319.0, 'radiation': 0.0, 'rain': 0.0, 'rainRate': 0.0, 'UV': 0.0}
Oct 24 21:21:17 raspberrypi weewx[1223] INFO weewx.manager: Added record 2021-10-24 21:20:00 CEST (1635103200) to database 'weewx.sdb'
Oct 24 21:21:17 raspberrypi weewx[1223] INFO weewx.manager: Added record 2021-10-24 21:20:00 CEST (1635103200) to daily summary in 'weewx.sdb'
Oct 24 21:21:17 raspberrypi weewx[1223] INFO weewx.engine: Main loop exiting. Shutting engine down.
Oct 24 21:21:17 raspberrypi weewx[1223] INFO weewx.engine: Shutting down StdReport thread
Oct 24 21:21:17 raspberrypi weewx[1223] DEBUG weewx.engine: StdReport thread has been terminated
Oct 24 21:21:17 raspberrypi weewx[1223] DEBUG weewx.restx: Shut down PWSWeather thread.
Oct 24 21:21:17 raspberrypi weewx[1223] INFO user.interceptor: shutting down server thread
Oct 24 21:21:17 raspberrypi weewx[1223] DEBUG user.interceptor: stop tcp server
Oct 24 21:21:17 raspberrypi weewx[1223] CRITICAL __main__: Caught unrecoverable exception:
Oct 24 21:21:17 raspberrypi weewx[1223] CRITICAL __main__:     ****  '>' not supported between instances of 'float' and 'NoneType'
Oct 24 21:21:17 raspberrypi weewx[1223] CRITICAL __main__:     ****  Traceback (most recent call last):
Oct 24 21:21:17 raspberrypi weewx[1223] CRITICAL __main__:     ****    File "/usr/share/weewx/weewx/engine.py", line 214, in run
Oct 24 21:21:17 raspberrypi weewx[1223] CRITICAL __main__:     ****      self.dispatchEvent(weewx.Event(weewx.CHECK_LOOP, packet=packet))
Oct 24 21:21:17 raspberrypi weewx[1223] CRITICAL __main__:     ****    File "/usr/share/weewx/weewx/engine.py", line 245, in dispatchEvent
Oct 24 21:21:17 raspberrypi weewx[1223] CRITICAL __main__:     ****      callback(event)
Oct 24 21:21:17 raspberrypi weewx[1223] CRITICAL __main__:     ****    File "/usr/share/weewx/weewx/engine.py", line 624, in check_loop
Oct 24 21:21:17 raspberrypi weewx[1223] CRITICAL __main__:     ****      raise BreakLoop
Oct 24 21:21:17 raspberrypi weewx[1223] CRITICAL __main__:     ****  weewx.engine.BreakLoop
Oct 24 21:21:17 raspberrypi weewx[1223] CRITICAL __main__:     ****
Oct 24 21:21:17 raspberrypi weewx[1223] CRITICAL __main__:     ****  During handling of the above exception, another exception occurred:
Oct 24 21:21:17 raspberrypi weewx[1223] CRITICAL __main__:     ****
Oct 24 21:21:17 raspberrypi weewx[1223] CRITICAL __main__:     ****  Traceback (most recent call last):
Oct 24 21:21:17 raspberrypi weewx[1223] CRITICAL __main__:     ****    File "/usr/share/weewx/weewx/engine.py", line 640, in post_loop
Oct 24 21:21:17 raspberrypi weewx[1223] CRITICAL __main__:     ****      self._catchup(self.engine.console.genArchiveRecords)
Oct 24 21:21:17 raspberrypi weewx[1223] CRITICAL __main__:     ****    File "/usr/share/weewx/weewx/engine.py", line 687, in _catchup
Oct 24 21:21:17 raspberrypi weewx[1223] CRITICAL __main__:     ****      for record in generator(lastgood_ts):
Oct 24 21:21:17 raspberrypi weewx[1223] CRITICAL __main__:     ****    File "/usr/share/weewx/weewx/drivers/__init__.py", line 30, in genArchiveRecords
Oct 24 21:21:17 raspberrypi weewx[1223] CRITICAL __main__:     ****      raise NotImplementedError("Method 'genArchiveRecords' not implemented")

^G Get Help       ^O Write Out      ^W Where Is       ^K Cut Text       ^J Justify        ^C Cur Pos        M-U Undo          M-A Mark Text     M-] To Bracket    M-Q Previous      ^B Back           ^◀ Prev Word      ^A Home           ^P Prev Line      M-- Scroll Up     ^▲ Prev Block     M-( Beg of Par    ^Y Prev Page      M-\ First Line

Desconectado garbatella

  • Jr. Member
  • **
  • Mensajes: 57
    • Ver Perfil
  • Estación: ESCTB3900000039003A
Re:Nueva estación no actualiza datos
« Respuesta #7 en: 24 de Octubre del 2021, 22:11:52 pm »
Madre mía, esto va de mal en peor...

Como no tenía grandes históricos (sólo tres días) me dispongo a hacer una instalación de weewx de cero. Por supuesto usando el genial script meteowee y previo borrado de todo rastro de /etc/weewx.

Pues una vez corro el script, falla la parte de instalación del weewx. Es rarísimo... Al final voy a tener que formatear la sd y empezar de cero de verdad y eso me da una pereza...

Código: [Seleccionar]
Parando el servidor de WeeWX
============================
/home/pi/meteowee-0.16-2: 258: /home/pi/meteowee-0.16-2: /etc/init.d/weewx: not found


Sun 24 Oct 2021 08:08:34 PM UTC

Modificando el sistema de Log para que WeeWX tenga su propio log diferenciado
=============================================================================

Estableciendo la rotación de log para WeeWX
===========================================
reiniciando el sistema de log
=============================

Estableciendo el Lunes como primer dia de la semana en WeeWX
============================================================
sed: can't read /etc/weewx/weewx.conf: Not a directory

Estableciendo unidades en métrica, milimetros en lugar de centimetros y Kmh en lugar de ms/s
Esto no modifica la base de datos. La base de datos seguirá en unidades imperiales
============================================================================================
sed: can't read /etc/weewx/weewx.conf: Not a directory
sed: can't read /etc/weewx/weewx.conf: Not a directory
sed: can't read /etc/weewx/weewx.conf: Not a directory
sed: can't read /etc/weewx/weewx.conf: Not a directory
sed: can't read /etc/weewx/weewx.conf: Not a directory

Cambiando el formato de fechas y horas
======================================
sed: can't read /etc/weewx/weewx.conf: Not a directory
sed: can't read /etc/weewx/weewx.conf: Not a directory
sed: can't read /etc/weewx/weewx.conf: Not a directory
sed: can't read /etc/weewx/weewx.conf: Not a directory
sed: can't read /etc/weewx/weewx.conf: Not a directory
sed: can't read /etc/weewx/weewx.conf: Not a directory
sed: can't read /etc/weewx/weewx.conf: Not a directory
sed: can't read /etc/weewx/weewx.conf: Not a directory
/home/pi/meteowee-0.16-2: 344: /home/pi/meteowee-0.16-2: cannot create /etc/weewx/skins/Seasons/meteoclimatic.html.tmpl: Directory nonexistent
sed: can't read /etc/weewx/skins/Seasons/skin.conf: Not a directory
--2021-10-24 20:08:35--  https://raw.githubusercontent.com/jantoni/meteowee/master/star_meteoclimatic/meteoclimatic.ini
Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.110.133, 185.199.109.133, 185.199.108.133, ...
Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.110.133|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 60 [text/plain]
Saving to: ‘meteoclimatic.ini.2’

meteoclimatic.ini.2                                  100%[===================================================================================================================>]      60  --.-KB/s    in 0s     

2021-10-24 20:08:35 (253 KB/s) - ‘meteoclimatic.ini.2’ saved [60/60]

--2021-10-24 20:08:35--  https://raw.githubusercontent.com/jantoni/meteowee/master/star_meteoclimatic/meteoclimatic.py
Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.111.133, 185.199.108.133, 185.199.109.133, ...
Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.111.133|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 11294 (11K) [text/plain]
Saving to: ‘meteoclimatic.py.2’

meteoclimatic.py.2                                   100%[===================================================================================================================>]  11.03K  --.-KB/s    in 0.002s 

2021-10-24 20:08:35 (4.73 MB/s) - ‘meteoclimatic.py.2’ saved [11294/11294]

chmod: cannot access '/etc/weewx/meteoclimatic.py': Not a directory
sed: can't read /etc/weewx/meteoclimatic.ini: Not a directory
sed: can't read /etc/weewx/meteoclimatic.ini: Not a directory
Proceso finalizado
==================
Sun 24 Oct 2021 08:08:35 PM UTC
Reiniciando
===========
root@raspberrypi:/var/www/html# Connection to 192.168.1.23 closed by remote host.
Connection to 192.168.1.23 closed.

[Proceso completado]


Desconectado garbatella

  • Jr. Member
  • **
  • Mensajes: 57
    • Ver Perfil
  • Estación: ESCTB3900000039003A
Re:Nueva estación no actualiza datos
« Respuesta #8 en: 25 de Octubre del 2021, 09:59:27 am »
Os actualizo:

finalmente pude borrar todo rastro de weewx en la raspberry. No bastaba con un rm -r /etc/weewx sino que tuve que invocar dpkg y más líos.

Ya está montado de cero, usando meteowee, y en un principio todo ha ido ok. Pero de nuevo, tengo problemas con la actualización de datos. Empiezo a pensar que pueda ser un problema de alimentación que haga que el comportamiento no sea estable?

Código: [Seleccionar]
root@raspberrypi:/home/pi# sudo service weewx status
● weewx.service - LSB: weewx weather system
   Loaded: loaded (/etc/init.d/weewx; generated)
   Active: active (running) since Mon 2021-10-25 09:56:13 CEST; 3min 16s ago
     Docs: man:systemd-sysv-generator(8)
  Process: 316 ExecStart=/etc/init.d/weewx start (code=exited, status=0/SUCCESS)
    Tasks: 2 (limit: 1070)
   CGroup: /system.slice/weewx.service
           └─1233 python3 /usr/share/weewx/weewxd --daemon --pidfile=/var/run/weewx.pid /etc/weewx/weewx.conf

Oct 25 09:56:14 raspberrypi python3[1233]: weewx[1233] INFO weewx.restx: Wunderground: Posting not enabled.
Oct 25 09:56:14 raspberrypi python3[1233]: weewx[1233] INFO weewx.restx: PWSweather: Posting not enabled.
Oct 25 09:56:14 raspberrypi python3[1233]: weewx[1233] INFO weewx.restx: CWOP: Posting not enabled.
Oct 25 09:56:14 raspberrypi python3[1233]: weewx[1233] INFO weewx.restx: WOW: Posting not enabled.
Oct 25 09:56:14 raspberrypi python3[1233]: weewx[1233] INFO weewx.restx: AWEKAS: Posting not enabled.
Oct 25 09:56:14 raspberrypi python3[1233]: weewx[1233] INFO __main__: Starting up weewx version 4.5.1
Oct 25 09:56:14 raspberrypi python3[1233]: weewx[1233] INFO weewx.engine: Using binding 'wx_binding' to database 'weewx.sdb'
Oct 25 09:56:14 raspberrypi python3[1233]: weewx[1233] INFO weewx.manager: Starting backfill of daily summaries
Oct 25 09:56:14 raspberrypi python3[1233]: weewx[1233] INFO weewx.manager: Daily summaries up to date
Oct 25 09:56:14 raspberrypi python3[1233]: weewx[1233] INFO weewx.engine: Starting main packet loop.

Desconectado jmviper

  • Investigación
  • Hero Member
  • ******
  • Mensajes: 4.403
  • "Vortex Complex"
    • Ver Perfil
    • www.meteoarchena.es
  • Estación: Archena - ESMUR3000000030600B
Re:Nueva estación no actualiza datos
« Respuesta #9 en: 25 de Octubre del 2021, 11:22:17 am »
Para ver cómo está funcionando weewx detén el servicio (sudo service weewx stop) y ejecuta sudo weewxd /rutaweewx.conf (cambiando /rutaweewx.conf por la ruta absoluta donde se encuentra el weewx.conf)
En principio sin poner la ruta tras weewxd debería de ir pero si la instalación ha sido mediante setup.py puede que tengas que ponerla, así te aseguras que va a funcionar con la configuración del weewx.conf

Ahí verás salir líneas del funcionamiento de weewx y si hay algún error podrás verlo en directo.

Deténlo con CTRL + x


Archena, Valle de Ricote (Murcia). 120 msnm. 19.622 hab.
Davis Vantage Pro2 Plus

www.meteoarchena.es

Desconectado garbatella

  • Jr. Member
  • **
  • Mensajes: 57
    • Ver Perfil
  • Estación: ESCTB3900000039003A
Re:Nueva estación no actualiza datos
« Respuesta #10 en: 25 de Octubre del 2021, 15:35:22 pm »
Gracias jmviper.

Pues llegué a la conclusión de que podía ser un tema de Belchertown skin, porque fue volver a poner el standard y ha estado actualizando un par de horas. Sin embargo, de repente, no alimenta datos. Aquí una muestra del log.

Sinceramente, no sé qué pensar...

Código: [Seleccionar]
Oct 25 14:24:08 raspberrypi weewx[7623] DEBUG user.interceptor: empty queue
Oct 25 14:24:13 raspberrypi weewx[7623] DEBUG user.interceptor: POST: PASSKEY=XXXX&stationtype=EasyWeatherV1.5.9&dateutc=2021-10-25+12:24:10&tempinf=73.9&humidityin=52&baromrelin=29.929&baromabsin=30.1$
Oct 25 14:24:13 raspberrypi weewx[7623] DEBUG user.interceptor: raw data: PASSKEY=F2DCB928FAE3933F0D7647399ACFAF17&stationtype=EasyWeatherV1.5.9&dateutc=2021-10-25+12:24:10&tempinf=73.9&humidityin=52&b$
Oct 25 14:24:13 raspberrypi weewx[7623] DEBUG user.interceptor: ignored parameter PASSKEY=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
Oct 25 14:24:13 raspberrypi weewx[7623] DEBUG user.interceptor: ignored parameter stationtype=EasyWeatherV1.5.9
Oct 25 14:24:13 raspberrypi weewx[7623] DEBUG user.interceptor: ignored parameter baromrelin=29.929
Oct 25 14:24:13 raspberrypi weewx[7623] DEBUG user.interceptor: ignored parameter maxdailygust=8.1
Oct 25 14:24:13 raspberrypi weewx[7623] DEBUG user.interceptor: ignored parameter eventrainin=0.000
Oct 25 14:24:13 raspberrypi weewx[7623] DEBUG user.interceptor: ignored parameter hourlyrainin=0.000
Oct 25 14:24:13 raspberrypi weewx[7623] DEBUG user.interceptor: ignored parameter dailyrainin=0.000
Oct 25 14:24:13 raspberrypi weewx[7623] DEBUG user.interceptor: ignored parameter weeklyrainin=0.000
Oct 25 14:24:13 raspberrypi weewx[7623] DEBUG user.interceptor: ignored parameter monthlyrainin=0.622
Oct 25 14:24:13 raspberrypi weewx[7623] DEBUG user.interceptor: ignored parameter freq=868M
Oct 25 14:24:13 raspberrypi weewx[7623] DEBUG user.interceptor: ignored parameter model=WS2900_V2.01.16
Oct 25 14:24:13 raspberrypi weewx[7623] DEBUG user.interceptor: raw packet: {'dateTime': 1635164650, 'usUnits': 1, 'temperature_in': 73.9, 'humidity_in': 52.0, 'pressure': 30.13, 'temperature_out': 65.$
Oct 25 14:24:13 raspberrypi weewx[7623] DEBUG user.interceptor: mapped packet: {'dateTime': 1635164650, 'usUnits': 1, 'pressure': 30.13, 'outHumidity': 64.0, 'inHumidity': 52.0, 'outTemp': 65.1, 'inTem$
Oct 25 14:24:23 raspberrypi weewx[7623] DEBUG user.interceptor: empty queue

Desconectado jmviper

  • Investigación
  • Hero Member
  • ******
  • Mensajes: 4.403
  • "Vortex Complex"
    • Ver Perfil
    • www.meteoarchena.es
  • Estación: Archena - ESMUR3000000030600B
Re:Nueva estación no actualiza datos
« Respuesta #11 en: 25 de Octubre del 2021, 16:44:07 pm »
Son así todas las líneas ? Se detienes ahí ? Algún error ??

Parece estar leyendo la estación


Archena, Valle de Ricote (Murcia). 120 msnm. 19.622 hab.
Davis Vantage Pro2 Plus

www.meteoarchena.es

Desconectado garbatella

  • Jr. Member
  • **
  • Mensajes: 57
    • Ver Perfil
  • Estación: ESCTB3900000039003A
Re:Nueva estación no actualiza datos
« Respuesta #12 en: 26 de Octubre del 2021, 11:34:31 am »
Nada, parecía que funcionaba pero como he dicho en otro hilo (me voy a centrar en este para no andar escribiendo en varios) algo debe pasar porque el interceptor llega un momento que deja de funcionar. Estuvo funcionando las dos primeras horas y luego se queda siempre a la escucha pero nada:

Código: [Seleccionar]
Oct 25 16:03:16 raspberrypi weewx[1201] DEBUG weewx.engine: Loading service weewx.wxxtypes.StdWXXTypes
Oct 25 16:03:16 raspberrypi weewx[1201] DEBUG weewx.engine: Finished loading service weewx.wxxtypes.StdWXXTypes
Oct 25 16:03:16 raspberrypi weewx[1201] DEBUG weewx.engine: Loading service weewx.wxxtypes.StdPressureCooker
Oct 25 16:03:16 raspberrypi weewx[1201] DEBUG weewx.engine: Finished loading service weewx.wxxtypes.StdPressureCooker
Oct 25 16:03:16 raspberrypi weewx[1201] DEBUG weewx.engine: Loading service weewx.wxxtypes.StdRainRater
Oct 25 16:03:16 raspberrypi weewx[1201] DEBUG weewx.engine: Finished loading service weewx.wxxtypes.StdRainRater
Oct 25 16:03:16 raspberrypi weewx[1201] DEBUG weewx.engine: Loading service weewx.wxxtypes.StdDelta
Oct 25 16:03:16 raspberrypi weewx[1201] DEBUG weewx.engine: Finished loading service weewx.wxxtypes.StdDelta
Oct 25 16:03:16 raspberrypi weewx[1201] DEBUG weewx.engine: Loading service weewx.engine.StdArchive
Oct 25 16:03:16 raspberrypi weewx[1201] INFO weewx.engine: Archive will use data binding wx_binding
Oct 25 16:03:16 raspberrypi weewx[1201] INFO weewx.engine: Record generation will be attempted in 'hardware'
Oct 25 16:03:16 raspberrypi weewx[1201] INFO weewx.engine: Using archive interval of 300 seconds (specified in weewx configuration)
Oct 25 16:03:16 raspberrypi weewx[1201] DEBUG weewx.engine: Use LOOP data in hi/low calculations: 1
Oct 25 16:03:16 raspberrypi weewx[1201] DEBUG weewx.engine: Finished loading service weewx.engine.StdArchive
Oct 25 16:03:16 raspberrypi weewx[1201] DEBUG weewx.engine: Loading service weewx.restx.StdStationRegistry
Oct 25 16:03:16 raspberrypi weewx[1201] INFO weewx.restx: StationRegistry: Station will not be registered: no station_url specified.
Oct 25 16:03:16 raspberrypi weewx[1201] DEBUG weewx.engine: Finished loading service weewx.restx.StdStationRegistry
Oct 25 16:03:16 raspberrypi weewx[1201] DEBUG weewx.engine: Loading service weewx.restx.StdWunderground
Oct 25 16:03:16 raspberrypi weewx[1201] INFO weewx.restx: Wunderground: Posting not enabled.
Oct 25 16:03:16 raspberrypi weewx[1201] DEBUG weewx.engine: Finished loading service weewx.restx.StdWunderground
Oct 25 16:03:16 raspberrypi weewx[1201] DEBUG weewx.engine: Loading service weewx.restx.StdPWSweather
Oct 25 16:03:16 raspberrypi weewx[1201] INFO weewx.restx: PWSWeather: Data for station SOLARSTONE will be posted
Oct 25 16:03:16 raspberrypi weewx[1201] DEBUG weewx.engine: Finished loading service weewx.restx.StdPWSweather
Oct 25 16:03:16 raspberrypi weewx[1201] DEBUG weewx.engine: Loading service weewx.restx.StdCWOP
Oct 25 16:03:16 raspberrypi weewx[1201] INFO weewx.restx: CWOP: Posting not enabled.
Oct 25 16:03:16 raspberrypi weewx[1201] DEBUG weewx.engine: Finished loading service weewx.restx.StdCWOP
Oct 25 16:03:16 raspberrypi weewx[1201] DEBUG weewx.engine: Loading service weewx.restx.StdWOW
Oct 25 16:03:16 raspberrypi weewx[1201] INFO weewx.restx: WOW: Posting not enabled.
Oct 25 16:03:16 raspberrypi weewx[1201] DEBUG weewx.engine: Finished loading service weewx.restx.StdWOW
Oct 25 16:03:16 raspberrypi weewx[1201] DEBUG weewx.engine: Loading service weewx.restx.StdAWEKAS
Oct 25 16:03:16 raspberrypi weewx[1201] INFO weewx.restx: AWEKAS: Posting not enabled.
Oct 25 16:03:16 raspberrypi weewx[1201] DEBUG weewx.engine: Finished loading service weewx.restx.StdAWEKAS
Oct 25 16:03:16 raspberrypi weewx[1201] DEBUG weewx.engine: Loading service weewx.engine.StdPrint
Oct 25 16:03:16 raspberrypi weewx[1201] DEBUG weewx.engine: Finished loading service weewx.engine.StdPrint
Oct 25 16:03:16 raspberrypi weewx[1201] DEBUG weewx.engine: Loading service weewx.engine.StdReport
Oct 25 16:03:16 raspberrypi weewx[1201] DEBUG weewx.engine: Finished loading service weewx.engine.StdReport
Oct 25 16:03:16 raspberrypi weewx[1201] INFO __main__: Starting up weewx version 4.5.1
Oct 25 16:03:16 raspberrypi weewx[1201] DEBUG weewx.engine: Station does not support reading the time
Oct 25 16:03:16 raspberrypi weewx[1201] INFO weewx.engine: Using binding 'wx_binding' to database 'weewx.sdb'
Oct 25 16:03:16 raspberrypi weewx[1201] INFO weewx.manager: Starting backfill of daily summaries
Oct 25 16:03:16 raspberrypi weewx[1201] INFO weewx.manager: Daily summaries up to date
Oct 25 16:03:16 raspberrypi weewx[1201] INFO weewx.engine: Starting main packet loop.
Oct 25 16:03:16 raspberrypi weewx[1201] DEBUG weewx.manager: Daily summary version is 4.0
Oct 25 16:03:26 raspberrypi weewx[1201] DEBUG user.interceptor: empty queue
Oct 25 16:03:36 raspberrypi weewx[1201] DEBUG user.interceptor: empty queue
Oct 25 16:03:46 raspberrypi weewx[1201] DEBUG user.interceptor: empty queue
Oct 25 16:03:56 raspberrypi weewx[1201] DEBUG user.interceptor: empty queue

El empty queue lleva así desde ayer