Software > WeeWX
Presión demasiado baja en la consola
jmviper:
Prueba reiniciar weewx con restart en vez de con reload y si puedes pon el código que tienes puesto en [StdCalibrate]. El log de weewx también te puede dar pistas
Telares:
[StdCalibrate]
[[Corrections]]
# For each type, an arbitrary calibration expression can be given.
# It should be in the units defined in the StdConvert section.
# Example:
foo = foo + 0.2
pressure = pressure + 10
Lo único que no he cambiado es
# DO NOT MODIFY THIS VALUE UNLESS YOU KNOW WHAT YOU ARE DOING!
target_unit = US # Options are 'US', 'METRICWX', or 'METRIC'
y también tengo esto así:
# This section is for quality control checks. If units are not specified,
# values must be in the units defined in the StdConvert section.
[StdQC]
[[MinMax]]
barometer = 26, 32.5, inHg
outTemp = -40, 120, degree_F
inTemp = 10, 120, degree_F
outHumidity = 0, 100
inHumidity = 0, 100
windSpeed = 0, 120, mile_per_hour
pressure = 24, 34.5, inHg
No tengo ni idea de lo que estoy haciendo
Telares:
pi@raspberrypi:~ $ sudo tail -f /var/log/syslog
Mar 18 16:47:48 raspberrypi systemd[1]: Started Session c7 of user pi.
Mar 18 16:49:40 raspberrypi rsyslogd-2007: action 'action 19' suspended, next retry is Sat Mar 18 16:51:10 2017 [try http://www.rsyslog.com/e/2007 ]
Mar 18 16:50:15 raspberrypi systemd[1]: Stopping LSB: weewx weather system...
Mar 18 16:50:21 raspberrypi systemd[1]: Starting LSB: weewx weather system...
Mar 18 16:50:23 raspberrypi systemd[1]: Started LSB: weewx weather system.
Mar 18 16:54:33 raspberrypi rsyslogd-2007: action 'action 19' suspended, next retry is Sat Mar 18 16:56:03 2017 [try http://www.rsyslog.com/e/2007 ]
Mar 18 17:00:38 raspberrypi rsyslogd-2007: action 'action 19' suspended, next retry is Sat Mar 18 17:02:08 2017 [try http://www.rsyslog.com/e/2007 ]
Mar 18 17:07:12 raspberrypi rsyslogd-2007: action 'action 19' suspended, next retry is Sat Mar 18 17:08:42 2017 [try http://www.rsyslog.com/e/2007 ]
Mar 18 17:08:54 raspberrypi rsyslogd-2007: action 'action 19' suspended, next retry is Sat Mar 18 17:10:24 2017 [try http://www.rsyslog.com/e/2007 ]
Mar 18 17:09:01 raspberrypi CRON[4097]: (root) CMD ( [ -x /usr/lib/php5/sessionclean ] && /usr/lib/php5/sessionclean)
jmviper:
Lo más seguro es que ese offset weewx se lo está aplicando en inHg y queda fuera de los límites de StdQC.
Ponle 0.295 en vez de 10
No soy ningún entendido en weewx pero ahora que lo tienes desde el principio lo empezaría todo en métrico borrando base de datos.
A ver lo que dicen los que lo tengan configurado. El lío puede venir de tener unidades americanas y métricas mezcladas.
Telares:
Mi intención era empezar en métrico, pero no sé dónde tropecé...
Navegación
[#] Página Siguiente
[*] Página Anterior
Ir a la versión completa