1
Oregon Scientific / Re:Repuestos Oregon WMR 300
« en: 27 de Febrero del 2023, 13:25:07 pm »
Te mando un Mp
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.
Hola,
a mi estación WMR300 se le ha averiado el "transmisor solar". Cuando la temperatura baja de 6 u 8 grados deja de funcionar. si se calienta con un secador, vuelve a funcionar hasta que la temperatura bajs. No le encuentro solución. Ya sabemos que no se pueden comprar repuesto de esta estacion ni enviarla a reparar.
Si alguien tiene una WMR300 averiada, le funciona el transmisor y quiere venderlo a un precio razonable, se lo agradecería.
Un saludo a todos.
Nota: espero que nadie se moleste por poner este tipo de mensaje en el foro. No se trata de hacer negocio sino de solucionar los problemas que tenemos con estas estaciones.
Ok aquí lo tienes modificado a ver si suena la flautaHola![]()
Contamos con que los NOAA están en /var/www/html/weewx/NOAA si no lo están tendrás que poner la ruta correcta en la línea 160
Como dice jantoni el cómo coja los NOAA el skin es cosa de cómo esté escrito. Este tema ya se trató en mayo de 2020 en el que pachu ya hablaba de crear BBDD nueva:
https://forum.meteoclimatic.net/index.php/topic,2009.msg22405.html#msg22405
Para coger todos los NOAA existentes hay que hacer modificaciones en el código Cheetah del archivo archive.html.tmpl del skin
Si lo adjuntas puedo intentar modificar el código para que lea todos los meses y años ya que veo que el NeoWX que tienes es de una versión anterior a la actual:
https://weather.neoground.com/archive.html
Claro.....yo tengo la base de datos desde el 2014 (procede de Wview) y creo que, mirándolo el otro día con la migración a Debian Bullseye que eran 150 MBytes
Si sí... los históricos ya no generan de años anteriores...pero hablábamos de los datos para meteoclimatic, siendo del año no hay problema.
De todas formas, a las malas siempre se pueden unir las BBDD si se quieren históricos.
Y mi BBDD sí nota el tamaño ya que graba cada minuto y en chismes de estos como la opi se nota... se me hacen BBDD de 110 MB al año, en cinco años tendría una de 550 MB.
root@raspberrypi:~# sudo /etc/init.d/weewx stop
[ ok ] Stopping weewx (via systemctl): weewx.service.
root@raspberrypi:~# sudo wee_database --check-strings
Using configuration file /etc/weewx/weewx.conf
Using database binding 'wx_binding', which is bound to database 'archive_sqlite'
Preparing Null String Fix, this may take a while...
Checking record: 719283; Timestamp: 2021-10-12 10:40:00 CEST (1634028000)
No null strings found.
Completed Null String Check in 179.66 seconds.
root@raspberrypi:~# sudo wee_database --fix-strings
Using configuration file /etc/weewx/weewx.conf
Using database binding 'wx_binding', which is bound to database 'archive_sqlite'
Preparing Null String Fix, this may take a while...
Checking record: 719283; Timestamp: 2021-10-12 10:40:00 CEST (1634028000)
No null strings found.
Applied Null String Fix in 179.80 seconds.
root@raspberrypi:~# sudo /etc/init.d/weewx start
[ ok ] Starting weewx (via systemctl): weewx.service.
root@raspberrypi:~# sudo tail -f /var/log/weewx.log
Oct 7 10:45:17 raspberrypi weewx[1174] ERROR weewx.cheetahgenerator: **** Ignoring template /etc/weewx/skins/neowx/NOAA/NOAA-YYYY.txt.tmpl
Oct 7 10:45:17 raspberrypi weewx[1174] ERROR weewx.cheetahgenerator: **** Reason: invalid literal for int() with base 10: ''
Oct 7 10:45:17 raspberrypi weewx[1174] ERROR weewx.cheetahgenerator: **** Traceback (most recent call last):
Oct 7 10:45:17 raspberrypi weewx[1174] ERROR weewx.cheetahgenerator: **** File "/usr/share/weewx/weewx/cheetahgenerator.py", line 322, in generate
Oct 7 10:45:17 raspberrypi weewx[1174] ERROR weewx.cheetahgenerator: **** unicode_string = compiled_template.respond()
Oct 7 10:45:17 raspberrypi weewx[1174] ERROR weewx.cheetahgenerator: **** File "_etc_weewx_skins_neowx_NOAA_NOAA_YYYY_txt_tmpl.py", line 719, in respond
Oct 7 10:45:17 raspberrypi weewx[1174] ERROR weewx.cheetahgenerator: **** File "_etc_weewx_skins_neowx_NOAA_NOAA_YYYY_txt_tmpl.py", line 281, in __errorCatcher23
Oct 7 10:45:17 raspberrypi weewx[1174] ERROR weewx.cheetahgenerator: **** File "<string>", line 1, in <module>
Oct 7 10:45:17 raspberrypi weewx[1174] ERROR weewx.cheetahgenerator: **** File "/usr/share/weewx/weewx/tags.py", line 347, in __getattr__
Oct 7 10:45:17 raspberrypi weewx[1174] ERROR weewx.cheetahgenerator: **** return se
Oct 6 19:40:14 raspberrypi weewx[1174] INFO weewx.manager: Added record 2021-10-06 19:40:00 CEST (1633542000) to database 'weewx.sdb'
Oct 6 19:40:14 raspberrypi weewx[1174] INFO weewx.manager: Added record 2021-10-06 19:40:00 CEST (1633542000) to daily summary in 'weewx.sdb'
Oct 6 19:40:17 raspberrypi weewx[1174] ERROR weewx.cheetahgenerator: Generate failed with exception '<type 'exceptions.ValueError'>'
Oct 6 19:40:17 raspberrypi weewx[1174] ERROR weewx.cheetahgenerator: **** Ignoring template /etc/weewx/skins/neowx/NOAA/NOAA-YYYY.txt.tmpl
Oct 6 19:40:17 raspberrypi weewx[1174] ERROR weewx.cheetahgenerator: **** Reason: invalid literal for int() with base 10: ''
Oct 6 19:40:17 raspberrypi weewx[1174] ERROR weewx.cheetahgenerator: **** Traceback (most recent call last):
Oct 6 19:40:17 raspberrypi weewx[1174] ERROR weewx.cheetahgenerator: **** File "/usr/share/weewx/weewx/cheetahgenerator.py", line 322, in generate
Oct 6 19:40:17 raspberrypi weewx[1174] ERROR weewx.cheetahgenerator: **** unicode_string = compiled_template.respond()
Oct 6 19:40:17 raspberrypi weewx[1174] ERROR weewx.cheetahgenerator: **** File "_etc_weewx_skins_neowx_NOAA_NOAA_YYYY_txt_tmpl.py", line 719, in respond
Oct 6 19:40:17 raspberrypi weewx[1174] ERROR weewx.cheetahgenerator: **** File "_etc_weewx_skins_neowx_NOAA_NOAA_YYYY_txt_tmpl.py", line 281, in __errorCatcher23
Oct 6 19:40:17 raspberrypi weewx[1174] ERROR weewx.cheetahgenerator: **** File "<string>", line 1, in <module>
Oct 6 19:40:17 raspberrypi weewx[1174] ERROR weewx.cheetahgenerator: **** File "/usr/share/weewx/weewx/tags.py", line 347, in __getattr__
Oct 6 19:40:17 raspberrypi weewx[1174] ERROR weewx.cheetahgenerator: **** return self._do_query(aggregate_type)
Oct 6 19:40:17 raspberrypi weewx[1174] ERROR weewx.cheetahgenerator: **** File "/usr/share/weewx/weewx/tags.py", line 364, in _do_query
Oct 6 19:40:17 raspberrypi weewx[1174] ERROR weewx.cheetahgenerator: **** db_manager, val=val, **self.option_dict)
Oct 6 19:40:17 raspberrypi weewx[1174] ERROR weewx.cheetahgenerator: **** File "/usr/share/weewx/weewx/xtypes.py", line 102, in get_aggregate
Oct 6 19:40:17 raspberrypi weewx[1174] ERROR weewx.cheetahgenerator: **** **option_dict)
Oct 6 19:40:17 raspberrypi weewx[1174] ERROR weewx.cheetahgenerator: **** File "/usr/share/weewx/weewx/xtypes.py", line 458, in get_aggregate
Oct 6 19:40:17 raspberrypi weewx[1174] ERROR weewx.cheetahgenerator: **** value = int(row[0])
Oct 6 19:40:17 raspberrypi weewx[1174] ERROR weewx.cheetahgenerator: **** ValueError: invalid literal for int() with base 10: ''
Oct 6 19:40:18 raspberrypi weewx[1174] INFO weewx.cheetahgenerator: Generated 9 files for report SeasonsReport in 1.76 seconds
Oct 6 19:40:53 raspberrypi weewx[1174] INFO weewx.imagegenerator: Generated 12 images for report SeasonsReport in 35.65 seconds
Oct 6 19:40:53 raspberrypi weewx[1174] INFO weewx.reportengine: Copied 17 files to /var/www/html/weewx
Oct 6 19:40:58 raspberrypi weewx[1174] ERROR weewx.reportengine: ftpgenerator: (0): caught exception '<class 'socket.error'>': [Errno 111] Conexión rehusada
Oct 6 19:40:58 raspberrypi weewx[1174] ERROR weewx.reportengine: **** Traceback (most recent call last):
Oct 6 19:40:58 raspberrypi weewx[1174] ERROR weewx.reportengine: **** File "/usr/share/weewx/weewx/reportengine.py", line 330, in run
Oct 6 19:40:58 raspberrypi weewx[1174] ERROR weewx.reportengine: **** n = ftp_data.run()
Oct 6 19:40:58 raspberrypi weewx[1174] ERROR weewx.reportengine: **** File "/usr/share/weewx/weeutil/ftpupload.py", line 163, in run
Oct 6 19:40:58 raspberrypi weewx[1174] ERROR weewx.reportengine: **** ftp_server.storbinary(stor_cmd, fd)
Oct 6 19:40:58 raspberrypi weewx[1174] ERROR weewx.reportengine: **** File "/usr/lib/python2.7/ftplib.py", line 479, in storbinary
Oct 6 19:40:58 raspberrypi weewx[1174] ERROR weewx.reportengine: **** conn = self.transfercmd(cmd, rest)
Oct 6 19:40:58 raspberrypi weewx[1174] ERROR weewx.reportengine: **** File "/usr/lib/python2.7/ftplib.py", line 378, in transfercmd
Oct 6 19:40:58 raspberrypi weewx[1174] ERROR weewx.reportengine: **** return self.ntransfercmd(cmd, rest)[0]
Oct 6 19:40:58 raspberrypi weewx[1174] ERROR weewx.reportengine: **** File "/usr/lib/python2.7/ftplib.py", line 337, in ntransfercmd
Oct 6 19:40:58 raspberrypi weewx[1174] ERROR weewx.reportengine: **** conn = socket.create_connection((host, port), self.timeout)
Oct 6 19:40:58 raspberrypi weewx[1174] ERROR weewx.reportengine: **** File "/usr/lib/python2.7/socket.py", line 575, in create_connection
Oct 6 19:40:58 raspberrypi weewx[1174] ERROR weewx.reportengine: **** raise err
Oct 6 19:40:58 raspberrypi weewx[1174] ERROR weewx.reportengine: **** error: [Errno 111] Conexión rehusada