Perdona tú la falta de datos. Cambié las pilas de la consola de la PCE, (también las del termo-higro) por el motivo que ya expuse hace unos días (
https://forum.meteoclimatic.net/index.php/topic,1650.msg13200.html#msg13200 ). Al ponerlo todo en marcha no me actualizaba. Al hacer wee_device --check-usb me daba fallo así que cambié el cable USB por uno apantallado y con ferrita. Luego me di cuenta de dos cosas: no puse la consola en hora y no cambié el logging interval a 5 minutos. Durante toda la noche parece que sí ha actualiado pero pero sigue dando el error de wee_reports. Ahora tengo en marcha el wee_device --check-usb y me da essto:
root@raspberrypi:~# wee_device --check-usb
Using configuration file /etc/weewx/weewx.conf
Using FineOffsetUSB driver version 1.9 (weewx.drivers.fousb)
This will read from the station console repeatedly to see if
there are errors in the USB communications. Leave this running
for an hour or two to see if any bad reads are encountered.
Bad reads will be reported in the system log. A few bad reads
per hour is usually acceptable.
bad/total: 0/1785
Traceback (most recent call last):
File "/usr/bin/wee_device", line 54, in <module>
main()
File "/usr/bin/wee_device", line 51, in main
device.configure(config_dict)
File "/usr/share/weewx/weewx/drivers/__init__.py", line 69, in configure
self.do_options(options, parser, config_dict, prompt)
File "/usr/share/weewx/weewx/drivers/fousb.py", line 392, in do_options
self.check_usb()
File "/usr/share/weewx/weewx/drivers/fousb.py", line 452, in check_usb
result_2 = self.station._read_block(ptr, retry=False)
File "/usr/share/weewx/weewx/drivers/fousb.py", line 1703, in _read_block
new_block = self._read_usb_block(ptr)
File "/usr/share/weewx/weewx/drivers/fousb.py", line 1198, in _read_usb_block
int(self.timeout*1000))
usb.USBError: Connection timed out