Hi
I am getting the following error in the logs
Jul 07 20:55:02 weewx weewxd[5522]: DEBUG user.sdr: parse_text failed: ts=1720385699 payload= line=time : 2024-07-07 20:54:59
Jul 07 20:55:02 weewx weewxd[5522]: DEBUG user.sdr: parse_text failed: ts=None payload=None line=model : Bresser-7in1 id : 43046
Jul 07 20:55:02 weewx weewxd[5522]: DEBUG user.sdr: parse_text failed: ts=None payload=None line=Temperature: 14.2 C Humidity : 89 Wind Gust : 1.2 m/s Wind Speed: 1.2 m/s Direction : 174 Rain : 382.8 mm Light : 0.887 klx Light : 887.000 lux UV Index : 0.0 Battery : 1 Integrity : CRC
This is the section from weewx.conf
[SDR]
loop_interval = 2.5
driver = user.sdr
log_unknown_sensors = True
log_unmapped_sensors = True
path = /usr/local/bin/
# ld_library_path = /usr/bin/rtl_sdr
cmd = rtl_433 -f 868.34M -R 173
Any ideas what might be the problem?