Software > WeeWX

No actualiza web y siempre 19/2/16

<< < (4/6) > >>

jantoni:
Desde el móvil

En el manual de weewx tenéis como resetear el datalogger

Si no lo encontráis ya os lo diré, pero en el móvil es difícil

Xavi-EA5ZF:
Jantoni puede contestar con hechos yo solo con incertidumbres.
Si no me equivoco las Davis si tienen dataloger guardan histórico para weewx, en caso contrario tienen datos internos pero solo consultables por la consola, no envían nada al weewx, solo los datos en directo.
Xavi

jantoni:
A ver, no os liéis

El datalogger solo almacena registros de cada X minutos, según programéis en él.

La consola solo almacena datos de máximos y mínimos, pero no registros de cada X minutos.

El no tener datalogger, para mi, es una auténtica ventaja en un entorno urbano. Te quitas un montón de problemas.

Por supuesto, en entornos donde la pérdida de fluido eléctrico sea muy habitual, es una desventaja. Relativa. Siempre puedes acudir a la consola y ver los máximos y mínimos.

Pero no tener datalogger solo es posible, sin necesidad de realizar algún apaño, en las Davis antiguas (pre 3.0). En las 3.0 y posteriores no es posible si no se añade un circuito para engañar al firmware de la Davis.

En cuanto a la memoria del datalogger

- O la borras con wee_device --clear-memory (o wee_config_device en versiones más antiguas)
- O sigues las instrucciones que indiqué según el manual de weewx (por cierto donde explica el tema del error que te ocurre)

Del manual:

--- Citar ---I have received reports from a couple of users who have had this problem. There seems to be two fixes:

Unplug the console, take out the batteries, and wait a minute or two. This will cause the console software to internally reboot. In one case this has fixed the problem without data loss.
If all else fails, clear the memory of the console using the utility wee_device. This may cause loss of data, but usually works. Adjust paths as necessary:
wee_device --clear-memory
--- Fin de la cita ---

jantoni:

--- Citar ---weewx generates HTML pages, but it does not update them

If you are getting a symptom that everything appears normal, that is image and HTML files are generated ((look in the log to be sure) and sent to your webserver (if you have configured FTP or rsync), but the values in the web pages are not being updated, it could be due to clock skew or corrupt station memory.

Clock skew

If the database contains a record with time stamp (the dateTime field) in the future, then records from the station that are older than that future date will be ignored. How can the database contain records from the future? Sometimes the computer clock is not set correctly. For example, the raspberry pi has no clock, so if weewx saves data before the pi has synchronized its clock with internet time servers, the records will have incorrect time stamps, some of which might be in the future.

The solution is to delete any records with time stamp in the future. For a sqlite database, the procedure looks like this:

cp /home/weewx/archive/weewx.sdb /home/weewx/archive/weewx.sdb.backup
sqlite3 /home/weewx/archive/weewx.sdb
sqlite> delete from archive where dateTime > X;
sqlite> .exit
--- Fin de la cita ---

jantoni:
Como dice el anuncion, de verdad verdadera, Weewx tiene EL MEJOR MANUAL DE INSTRUCCIONES de cualquier software de control de estaciones meteorológicas.

Ningún software, siquiera de pago, lo mejora.

El problema es el idioma.

Navegación

[0] Índice de Mensajes

[#] Página Siguiente

[*] Página Anterior

Ir a la versión completa