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

Páginas: 1 [2] 3 4 5
16
WeeWX / Re:Errores de envio sftp por tunel vpn
« en: 13 de Septiembre del 2021, 10:47:33 am »
Tómate la molestia de cumplimentar  esto de una buena vez:

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

para no provocar equivocaciones o errores entre los miembros de Meteoclimatic, que no podemos tener dos mil estaciones y pico en la memoria,  y sobre todo para que cualquiera que pueda ver  tus mensajes sepa de qué estación se está hablando.

Mis disculpas. Hecho.  ;)

17
WeeWX / Errores de envio sftp por tunel vpn
« en: 13 de Septiembre del 2021, 02:56:53 am »
Estoy probando la estación aislada y estoy teniendo problemas con la recepción de archivos via sftp. Amenudo se me cuelga al enviar lo generado por weewx.
Tengo weewx en una raspy 3 y apache server+wireguard server en una raspy 4. Utilizo wireguard vpn para la conexión entre ambas.
Cuando queda colgado el envió tampoco tengo acceso a la Raspy 3 vía http, pero el acceso ssh siempre esta disponible, aunque de manera limitada, ya que al ver o editar cualquier archivo este lo abre, pro no muestra su contenido y cuelga la conexión ssh.
Dejo el log de cuando esta colgado y de cuando funciona. Tengo una remota idea de por donde puedan ir los tiros, pro no capto el concepto.  :; *+*

SISTEMA COLGADO. Se puede observar como es abortado el envío debido que el anterior aun esta pendiente.
Código: [Seleccionar]
Sep 12 23:15:26 raspberrypi weewx[569] INFO weewx.manager: Added record 2021-09-12 23:15:00 UTC (1631488500) to database 'weewx.sdb'
Sep 12 23:15:26 raspberrypi weewx[569] INFO weewx.manager: Added record 2021-09-12 23:15:00 UTC (1631488500) to daily summary in 'weewx.sdb'
Sep 12 23:15:26 raspberrypi weewx[569] INFO weewx.engine: Launch of report thread aborted: existing report thread still running
Sep 12 23:16:42 raspberrypi systemd[1]: session-19.scope: Succeeded.
Sep 12 23:17:01 raspberrypi CRON[8574]: (root) CMD (   cd / && run-parts --report /etc/cron.hourly)
Sep 12 23:17:28 raspberrypi weewx[569] ERROR paramiko.transport: Socket exception: Expiró el tiempo de conexión (110)
Sep 12 23:17:28 raspberrypi weewx[569] ERROR weewx.reportengine: Caught unrecoverable exception in generator 'user.sftp.SFTPGenerator'
Sep 12 23:17:28 raspberrypi weewx[569] ERROR weewx.reportengine:         ****  Server connection dropped:
Sep 12 23:17:28 raspberrypi weewx[569] ERROR weewx.reportengine:         ****  Traceback (most recent call last):
Sep 12 23:17:28 raspberrypi weewx[569] ERROR weewx.reportengine:         ****    File "/usr/local/lib/python3.7/dist-packages/paramiko/sftp_client.py", line 843, in _read_response
Sep 12 23:17:28 raspberrypi weewx[569] ERROR weewx.reportengine:         ****      t, data = self._read_packet()
Sep 12 23:17:28 raspberrypi weewx[569] ERROR weewx.reportengine:         ****    File "/usr/local/lib/python3.7/dist-packages/paramiko/sftp.py", line 201, in _read_packet
Sep 12 23:17:28 raspberrypi weewx[569] ERROR weewx.reportengine:         ****      x = self._read_all(4)
Sep 12 23:17:28 raspberrypi weewx[569] ERROR weewx.reportengine:         ****    File "/usr/local/lib/python3.7/dist-packages/paramiko/sftp.py", line 188, in _read_all
Sep 12 23:17:28 raspberrypi weewx[569] ERROR weewx.reportengine:         ****      raise EOFError()
Sep 12 23:17:28 raspberrypi weewx[569] ERROR weewx.reportengine:         ****  EOFError
Sep 12 23:17:28 raspberrypi weewx[569] ERROR weewx.reportengine:         **** 
Sep 12 23:17:28 raspberrypi weewx[569] ERROR weewx.reportengine:         ****  During handling of the above exception, another exception occurred:
Sep 12 23:17:28 raspberrypi weewx[569] ERROR weewx.reportengine:         **** 
Sep 12 23:17:28 raspberrypi weewx[569] ERROR weewx.reportengine:         ****  Traceback (most recent call last):
Sep 12 23:17:28 raspberrypi weewx[569] ERROR weewx.reportengine:         ****    File "/usr/share/weewx/weewx/reportengine.py", line 196, in run
Sep 12 23:17:28 raspberrypi weewx[569] ERROR weewx.reportengine:         ****      obj.start()
Sep 12 23:17:28 raspberrypi weewx[569] ERROR weewx.reportengine:         ****    File "/usr/share/weewx/weewx/reportengine.py", line 281, in start
Sep 12 23:17:28 raspberrypi weewx[569] ERROR weewx.reportengine:         ****      self.run()
Sep 12 23:17:28 raspberrypi weewx[569] ERROR weewx.reportengine:         ****    File "/usr/share/weewx/user/sftp.py", line 259, in run
Sep 12 23:17:28 raspberrypi weewx[569] ERROR weewx.reportengine:         ****      n = uploader.run()
Sep 12 23:17:28 raspberrypi weewx[569] ERROR weewx.reportengine:         ****    File "/usr/share/weewx/user/sftp.py", line 132, in run
Sep 12 23:17:28 raspberrypi weewx[569] ERROR weewx.reportengine:         ****      con.put(full_local_path, full_remote_path)
Sep 12 23:17:28 raspberrypi weewx[569] ERROR weewx.reportengine:         ****    File "/usr/local/lib/python3.7/dist-packages/pysftp/__init__.py", line 364, in put
Sep 12 23:17:28 raspberrypi weewx[569] ERROR weewx.reportengine:         ****      confirm=confirm)
Sep 12 23:17:28 raspberrypi weewx[569] ERROR weewx.reportengine:         ****    File "/usr/local/lib/python3.7/dist-packages/paramiko/sftp_client.py", line 759, in put
Sep 12 23:17:28 raspberrypi weewx[569] ERROR weewx.reportengine:         ****      return self.putfo(fl, remotepath, file_size, callback, confirm)
Sep 12 23:17:28 raspberrypi weewx[569] ERROR weewx.reportengine:         ****    File "/usr/local/lib/python3.7/dist-packages/paramiko/sftp_client.py", line 717, in putfo
Sep 12 23:17:28 raspberrypi weewx[569] ERROR weewx.reportengine:         ****      reader=fl, writer=fr, file_size=file_size, callback=callback
Sep 12 23:17:28 raspberrypi weewx[569] ERROR weewx.reportengine:         ****    File "/usr/local/lib/python3.7/dist-packages/paramiko/util.py", line 304, in __exit__
Sep 12 23:17:28 raspberrypi weewx[569] ERROR weewx.reportengine:         ****      self.close()
Sep 12 23:17:28 raspberrypi weewx[569] ERROR weewx.reportengine:         ****    File "/usr/local/lib/python3.7/dist-packages/paramiko/sftp_file.py", line 82, in close
Sep 12 23:17:28 raspberrypi weewx[569] ERROR weewx.reportengine:         ****      self._close(async_=False)
Sep 12 23:17:28 raspberrypi weewx[569] ERROR weewx.reportengine:         ****    File "/usr/local/lib/python3.7/dist-packages/paramiko/sftp_file.py", line 104, in _close
Sep 12 23:17:28 raspberrypi weewx[569] ERROR weewx.reportengine:         ****      self.sftp._request(CMD_CLOSE, self.handle)
Sep 12 23:17:28 raspberrypi weewx[569] ERROR weewx.reportengine:         ****    File "/usr/local/lib/python3.7/dist-packages/paramiko/sftp_client.py", line 813, in _request
Sep 12 23:17:28 raspberrypi weewx[569] ERROR weewx.reportengine:         ****      return self._read_response(num)
Sep 12 23:17:28 raspberrypi weewx[569] ERROR weewx.reportengine:         ****    File "/usr/local/lib/python3.7/dist-packages/paramiko/sftp_client.py", line 845, in _read_response
Sep 12 23:17:28 raspberrypi weewx[569] ERROR weewx.reportengine:         ****      raise SSHException("Server connection dropped: {}".format(e))
Sep 12 23:17:28 raspberrypi weewx[569] ERROR weewx.reportengine:         ****  paramiko.ssh_exception.SSHException: Server connection dropped:
Sep 12 23:17:28 raspberrypi weewx[569] ERROR weewx.reportengine:         ****  Generator terminated
Sep 12 23:17:28 raspberrypi weewx[569] INFO paramiko.transport.sftp: [chan 0] sftp session closed.

FUNCIONAMIENTO CORRECTO
Código: [Seleccionar]
Sep 13 00:30:36 raspberrypi weewx[570] INFO weewx.manager: Added record 2021-09-13 00:30:00 UTC (1631493000) to database 'weewx.sdb'
Sep 13 00:30:36 raspberrypi weewx[570] INFO weewx.manager: Added record 2021-09-13 00:30:00 UTC (1631493000) to daily summary in 'weewx.sdb'
Sep 13 00:30:38 raspberrypi weewx[570] INFO weewx.cheetahgenerator: Generated 8 files for report StandardReport in 1.71 seconds
Sep 13 00:30:40 raspberrypi weewx[570] INFO weewx.imagegenerator: Generated 12 images for report StandardReport in 1.97 seconds
Sep 13 00:30:40 raspberrypi weewx[570] INFO weewx.reportengine: Copied 0 files to /var/www/html/weewx
Sep 13 00:30:40 raspberrypi weewx[570] INFO paramiko.transport: Connected (version 2.0, client OpenSSH_7.9p1)
Sep 13 00:30:41 raspberrypi weewx[570] INFO paramiko.transport: Authentication (password) successful!
Sep 13 00:30:41 raspberrypi weewx[570] INFO paramiko.transport.sftp: [chan 0] Opened sftp connection (server version 3)
Sep 13 00:30:47 raspberrypi weewx[570] INFO paramiko.transport.sftp: [chan 0] sftp session closed.
Sep 13 00:30:47 raspberrypi weewx[570] INFO user.sftp: sftpgenerator: transferred 20 files in 6.43 seconds
Sep 13 00:35:36 raspberrypi weewx[570] INFO weewx.manager: Added record 2021-09-13 00:35:00 UTC (1631493300) to database 'weewx.sdb'
Sep 13 00:35:36 raspberrypi weewx[570] INFO weewx.manager: Added record 2021-09-13 00:35:00 UTC (1631493300) to daily summary in 'weewx.sdb'
Sep 13 00:35:38 raspberrypi weewx[570] INFO weewx.cheetahgenerator: Generated 8 files for report StandardReport in 1.71 seconds
Sep 13 00:35:40 raspberrypi weewx[570] INFO weewx.imagegenerator: Generated 12 images for report StandardReport in 1.94 seconds
Sep 13 00:35:40 raspberrypi weewx[570] INFO weewx.reportengine: Copied 0 files to /var/www/html/weewx
Sep 13 00:35:40 raspberrypi weewx[570] INFO paramiko.transport: Connected (version 2.0, client OpenSSH_7.9p1)
Sep 13 00:35:41 raspberrypi weewx[570] INFO paramiko.transport: Authentication (password) successful!
Sep 13 00:35:41 raspberrypi weewx[570] INFO paramiko.transport.sftp: [chan 0] Opened sftp connection (server version 3)
Sep 13 00:35:46 raspberrypi weewx[570] INFO paramiko.transport.sftp: [chan 0] sftp session closed.
Sep 13 00:35:46 raspberrypi weewx[570] INFO user.sftp: sftpgenerator: transferred 20 files in 6.20 seconds

PRIMERA CONEXION SATISFACTORIA
Código: [Seleccionar]
Sep 12 23:44:28 raspberrypi weewx[565] INFO __main__: Initializing weewx version 4.5.1
Sep 12 23:44:28 raspberrypi weewx[565] INFO __main__: Using Python 3.7.3 (default, Jan 22 2021, 20:04:44) #012[GCC 8.3.0]
Sep 12 23:44:28 raspberrypi weewx[565] INFO __main__: Platform Linux-5.10.60-v7+-armv7l-with-debian-10.10
Sep 12 23:44:28 raspberrypi weewx[565] INFO __main__: Locale is 'es_ES.UTF-8'
Sep 12 23:44:28 raspberrypi weewx[565] INFO __main__: PID file is /var/run/weewx.pid
Sep 12 23:44:28 raspberrypi weewx[570] INFO __main__: Using configuration file /etc/weewx/weewx.conf
Sep 12 23:44:28 raspberrypi weewx[570] INFO __main__: Debug is 0
Sep 12 23:44:28 raspberrypi weewx[570] INFO weewx.engine: Loading station type Interceptor (user.interceptor)
Sep 12 23:44:28 raspberrypi weewx[494]: Starting weewx weather system: weewx.
Sep 12 23:44:28 raspberrypi systemd[1]: Started LSB: weewx weather system.
Sep 12 23:44:29 raspberrypi weewx[570] INFO user.interceptor: driver version is 0.53
Sep 12 23:44:29 raspberrypi weewx[570] INFO user.interceptor: device type: observer
Sep 12 23:44:29 raspberrypi weewx[570] INFO user.interceptor: mode is listen
Sep 12 23:44:29 raspberrypi weewx[570] INFO user.interceptor: listen on :8001
Sep 12 23:44:29 raspberrypi weewx[570] INFO user.interceptor: sensor map: {'pressure': 'pressure', 'barometer': 'barometer', 'outHumidity': 'humidity_out', 'inHumidity': 'humidity_in', 'outTemp': 'temperature_out', 'inTemp': 'temperature_in', 'windSpeed': 'wind_speed', 'windGust': 'wind_gust', 'windDir': 'wind_dir', 'windGustDir': 'wind_gust_dir', 'radiation': 'solar_radiation', 'dewpoint': 'dewpoint', 'windchill': 'windchill', 'rain': 'rain', 'rainRate': 'rain_rate', 'UV': 'uv', 'txBatteryStatus': 'battery', 'extraTemp1': 'temperature_1', 'extraTemp2': 'temperature_2', 'extraTemp3': 'temperature_3', 'extraHumid1': 'humidity_1', 'extraHumid2': 'humidity_2', 'soilTemp1': 'soil_temperature_1', 'soilTemp2': 'soil_temperature_2', 'soilMoist1': 'soil_moisture_1', 'soilMoist2': 'soil_moisture_2', 'soilMoist3': 'soil_moisture_3', 'soilMoist4': 'soil_moisture_4', 'leafWet1': 'leafwetness_1', 'leafWet2': 'leafwetness_2', 'pm2_5': 'pm2_5', 'extraTemp4': 'temperature_4', 'extraTemp5': 'temperature_5', 'extraTemp6': 'temperature_6', 'extraTemp7': 'temperature_7', 'extraTemp8': 'temperature_8', 'extraHumid3': 'humidity_3', 'extraHumid4': 'humidity_4', 'extraHumid5': 'humidity_5', 'extraHumid6': 'humidity_6', 'extraHumid7': 'humidity_7', 'extraHumid8': 'humidity_8', 'soilTemp3': 'soil_temperature_3', 'soilTemp4': 'soil_temperature_4'}
Sep 12 23:44:29 raspberrypi weewx[570] INFO weewx.engine: StdConvert target unit is 0x1
Sep 12 23:44:29 raspberrypi weewx[570] INFO weewx.engine: Archive will use data binding wx_binding
Sep 12 23:44:29 raspberrypi weewx[570] INFO weewx.engine: Record generation will be attempted in 'hardware'
Sep 12 23:44:29 raspberrypi weewx[570] INFO weewx.engine: Using archive interval of 300 seconds (specified in weewx configuration)
Sep 12 23:44:29 raspberrypi weewx[570] INFO weewx.restx: StationRegistry: Registration not requested.
Sep 12 23:44:29 raspberrypi weewx[570] INFO weewx.restx: Wunderground: Posting not enabled.
Sep 12 23:44:29 raspberrypi weewx[570] INFO weewx.restx: PWSweather: Posting not enabled.
Sep 12 23:44:29 raspberrypi weewx[570] INFO weewx.restx: CWOP: Posting not enabled.
Sep 12 23:44:29 raspberrypi weewx[570] INFO weewx.restx: WOW: Posting not enabled.
Sep 12 23:44:29 raspberrypi weewx[570] INFO weewx.restx: AWEKAS: Posting not enabled.
Sep 12 23:44:29 raspberrypi weewx[570] INFO __main__: Starting up weewx version 4.5.1
Sep 12 23:44:29 raspberrypi weewx[570] INFO weewx.engine: Using binding 'wx_binding' to database 'weewx.sdb'
Sep 12 23:44:29 raspberrypi weewx[570] INFO weewx.manager: Starting backfill of daily summaries
Sep 12 23:44:29 raspberrypi weewx[570] INFO weewx.manager: Daily summaries up to date
Sep 12 23:44:29 raspberrypi weewx[570] INFO weewx.engine: Starting main packet loop.
Sep 12 23:45:18 raspberrypi weewx[570] INFO user.interceptor: skipping rain measurement of 0.0: no last rain
Sep 12 23:45:22 raspberrypi weewx[570] INFO weewx.cheetahgenerator: Generated 8 files for report StandardReport in 3.88 seconds
Sep 12 23:45:24 raspberrypi weewx[570] INFO weewx.imagegenerator: Generated 12 images for report StandardReport in 2.10 seconds
Sep 12 23:45:24 raspberrypi weewx[570] INFO weewx.reportengine: Copied 0 files to /var/www/html/weewx
Sep 12 23:45:25 raspberrypi weewx[570] INFO paramiko.transport: Connected (version 2.0, client OpenSSH_7.9p1)
Sep 12 23:45:26 raspberrypi weewx[570] INFO paramiko.transport: Authentication (password) successful!
Sep 12 23:45:26 raspberrypi weewx[570] INFO paramiko.transport.sftp: [chan 0] Opened sftp connection (server version 3)
Sep 12 23:45:26 raspberrypi weewx[570] INFO user.sftp: sftp: attempt 1 of 3 failed: [Errno 13] Permission denied
Sep 12 23:45:26 raspberrypi weewx[570] INFO user.sftp: sftp: attempt 2 of 3 failed: [Errno 13] Permission denied
Sep 12 23:45:26 raspberrypi weewx[570] INFO user.sftp: sftp: attempt 3 of 3 failed: [Errno 13] Permission denied
Sep 12 23:45:26 raspberrypi weewx[570] ERROR user.sftp: sftp: failed to upload file /var/www/html/weewx/weekuv.png
Sep 12 23:45:36 raspberrypi weewx[570] INFO paramiko.transport.sftp: [chan 0] sftp session closed.
Sep 12 23:45:36 raspberrypi weewx[570] INFO user.sftp: sftpgenerator: transferred 40 files in 11.61 seconds

¿tema de permisos?... *-*

Un saludo

18
Bricometeo / Re:Consejos Estacion aislada con raspberry
« en: 23 de Julio del 2021, 19:06:44 pm »
Hola. Gracias
La consola conecta al pc por wifi.
PiJuice es una fuente de alimentación
El pendrive es capacidad de almacenamiento y carpeta var
La cámara como webcam.

Un saludo

19
Bricometeo / Consejos Estacion aislada con raspberry
« en: 22 de Julio del 2021, 10:54:40 am »
Estoy apunto de independizar mi estación Misol WH2900C y para ello dispongo del siguiente hardware:

Raspberry 3b
PiJuice HAT
Modem USB 4G Huawei E3372
Camara IMX179 8MP USB
PenDrive Sandisk Cruzer Spark 64GB USB 2.0

El software a utilizar:

Weewx
Motion
WireGuard vpn
WebMin

Me asaltan algunas dudas iniciales que comparto con vosotros.
La estación conecta a la Raspberry por wifi. Aparte de configurar el wifi de la rasp como punto de acceso, ¿debería crear un puente entre la red wifi y el modem 4G?... La única función del wifi es para recibir los datos de la estación y acceso a la rasp desde otro pc en casos de mantenimiento insitu.
Como tengo instalado WebMin para gestionar la rasp via https, ¿como influiría la configuración de un puente, o no, a la hora de acceder a la raspberry desde el modem 4G por VPN o a través del wifi?... ¿Seria la misma ip local???... 

Por otra parte cualquier idea o consejo sera bien recibido.  ;)

Un saludo.

20
WeeWX / Re:Ayuda para modificar imagenes de graficas
« en: 09 de Junio del 2021, 22:19:49 pm »
 Gracias jmviper. apla3

No había probado de meter los hexadecimales entrecomillados.   :;

Gracias por tus aportaciones.

Ya he comentado el tema en el grupo oficial de Weewx. A ver que dicen.  ;)

21
WeeWX / Re:Ayuda para modificar imagenes de graficas
« en: 09 de Junio del 2021, 00:55:10 am »
Agradezco tu interés jmviper. Sinceramente,  ;D

Funciona perfectamente lo que has expuesto, pero... Siempre hay un pero  :;
Esto me soluciona a mi el problema, pro no al skin.
Estoy corriendo la versión mas actual, weewx 4.5.1 y quizá sea cosa de la versión weewx. Como he comentado tampoco funcionan los colores hexadecimales con el formato #313a43, da error. No he probado con los nombres estándar, no los voy a utilizar.
Para que se me entienda. Si cambio "image_background_color = 0x433a31" por "image_background_color = #313a43" no me genera la imagen  y da error.

weewx[8326] ERROR weewx.reportengine:         ****      self.image_background_color = tobgr(config_dict.get('image_background_color', '0xf5f5f5'))

weewx[8326] ERROR weewx.reportengine:         ****  ValueError: Unknown color specifier: ''.  Colors must be specified as 0xBBGGRR, #RRGGBB, or standard color names.

Creo que seria cuestión de comentarlo en el soporte oficial. Independientemente que sea un posible error no entiendo como se limita esa opción para los colores de las graficas.

Gracias nuevamente jmviper. Un saludo

22
WeeWX / Re:Ayuda para modificar imagenes de graficas
« en: 07 de Junio del 2021, 17:38:39 pm »
Gracias jmviper  plau2

Voy a ver yo también que encuentro.

23
WeeWX / Ayuda para modificar imagenes de graficas
« en: 07 de Junio del 2021, 12:21:52 pm »
Quiero modificar y personalizar las graficas. El problema que encuentro es que no me acepta los colores hexadecimales en este formato #313a43ff con canal alpha.

weewx[7131] ERROR weewx.reportengine:         ****      self.image_background_color = tobgr(config_dict.get('image_background_color', '0xf5f5f5'))

weewx[7131] ERROR weewx.reportengine:         ****  ValueError: Unknown color specifier: '#313a43ff'.  Colors must be specified as 0xBBGGRR, #RRGGBB, or standard color names.

Tampoco funciona sin el canal alpha  #313a43

weewx[8326] ERROR weewx.reportengine:         ****      self.image_background_color = tobgr(config_dict.get('image_background_color', '0xf5f5f5'))

weewx[8326] ERROR weewx.reportengine:         ****  ValueError: Unknown color specifier: ''.  Colors must be specified as 0xBBGGRR, #RRGGBB, or standard color names.

Si pudierais indicarme donde obtener info sobre ImageGenerator

Gracias.  ;)

24
WeeWX / Re:Cambio de cm a mm
« en: 05 de Marzo del 2021, 21:09:24 pm »
Gracias Jantoni.  ;)

25
WeeWX / Cambio de cm a mm
« en: 05 de Marzo del 2021, 16:54:27 pm »
¿Cambiar de cm a mm la lluvia no me generara ningún error en la db, cierto?... No coinciden los datos de mi estación en cm con los de Meteoclimatic en mm.

Gracias.  ;)

27
WeeWX / Re:Misol-WH2900C + Weewx
« en: 09 de Febrero del 2021, 16:04:35 pm »
Nada de culpas. Makina!!!...  :D
Los cortes me refería a que Weewx dejaba de recibir, o por lo menos no daba constancia de ello mientras aparecían los mensajes en log de valores fuera de rango, los valores del resto de sensores. Curioso.

Tras modificar los Max/Min de Weewx aun he vuelto a recibir el mensaje de valores fuera de rango, esta vez solo con la temperatura interior, con un valor diferente al que mostraba al principio y que superaba la corrección que realice. En otro de los repasos a la configuración me percate que el intervalo de subida de la consola lo tenia en 20 segundos, lo he cambiado a 60 y he vuelto a su estado por defecto los valores Max/Min de Weewx. De momento un par de días funcionando con normalidad. No sera verdad...

Un saludo.  ;)

28
WeeWX / Re:Misol-WH2900C + Weewx
« en: 06 de Febrero del 2021, 15:42:38 pm »
NO se ha ido la luz Jantoni, ademas, la tengo conectada a un SAI. Quizá se las ponga para descartar la fuente de alimentación.
He modificado los valores Max/Min en weewx para que no se vuelvan a repetir los cortes. Veremos que hace weewx si vuelve a recibir eso valores. Tendré una máxima de 60º???...   *+*
Ahora también tengo 500 Internal Server Error. Mandan huevos...  Que entretenido voy a estar

Gracias. Voy viendo  ;)

29
WeeWX / Re:Misol-WH2900C + Weewx
« en: 05 de Febrero del 2021, 19:34:05 pm »
Gracias por ponerme en contexto.
Pues como sea un defecto de la estación... ya lo ha hecho unas tres o cuatro veces. También he notado disminución de señal con los sensores exteriores, incluso algún corte.  :;

Veremos a ver...

Gracias  ;)

30
Otros Skins de Weewx / Re:Skin Adaptativo
« en: 04 de Febrero del 2021, 20:54:37 pm »
Retomo este hilo.
Estoy liao con la versión 2.1 que optimiza todas las posiciones para que se muestren de manera optima con independencia de los apartados extras que se muestren.
Quiero actualizar la plantilla a nuevas versiones bootstrap e incluir varios diseños diferentes, incluida una segunda plantilla que muestre el contenido tipo consola con datos e iconos a tiempo real.

Un saludo.  ;)

Páginas: 1 [2] 3 4 5