matthewwall / weewx-sdr

weewx driver for software-defined radio
GNU General Public License v3.0
114 stars 74 forks source link

Error: unknown model Acurite-609TXC #155

Closed phinnay closed 2 years ago

phinnay commented 2 years ago

Hey there, I am getting the following error when running the SDR driver via WeeWX. Apr 29 18:59:13 weewx[18] DEBUG user.sdr: punt unrecognized line '{"time" : "2022-04-29 22:59:10", "model" : "Acurite-609TXC", "id" : 115, "battery_ok" : 1, "temperature_C" : 15.100, "humidity" : 16, "status" : 2, "mic" : "CHECKSUM"} ' Apr 29 18:59:13 weewx[18] DEBUG user.sdr: parse_json: unknown model Acurite-609TXC

This only happens when WeeWX uses the driver, when calling it directly via command line ( /home/weewx/bin/user/sdr.py --cmd="rtl_433 -M utc -F json") I see only protocols 20, 78, 113 as specified in rtl_433.conf

I do not have an Acurite-609TXC nor am I specifying it (11) in rtl_433.conf

even stranger, searching for "Acurite-609TXC" l in sdr.py does not return any results.

Any idea where this is coming from?

phinnay commented 2 years ago

My fault, permission issue resulting in rtl_433 configuration not being read.