matthewwall / weewx-sdr

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

Acurite-3n1 - help with parser #143

Closed zenon2cubed closed 2 years ago

zenon2cubed commented 2 years ago

I tried to follow the examples but struggled.

My current weewx config contains: [SDR] # This section is for the software-defined radio driver. # The driver to use driver = user.sdr cmd = rtl_433 -M utc -F json -R 40

The following command: sudo rtl_433 -M utc -F json -R 40

Results in the following output: {"time" : "2021-12-27 02:53:38", "model" : "Acurite-3n1", "subtype" : 32, "id" : 7220, "channel" : "B", "sequence_num" : 1, "battery_ok" : 1, "wind_avg_mi_h" : 5.000, "temperature_F" : 5.100, "humidity" : 65, "mic" : "CHECKSUM"}

Please help with creating a parser for my weather station, thanks!

matthewwall commented 2 years ago

you posted output for a '32' subtype. are there other subtypes from the device?

matthewwall commented 2 years ago

implemented at commit 0ccf340. please let me know if there are other packet types for the 3n1.

zenon2cubed commented 2 years ago

There are no other subtypes being transmitted from this unit. Thanks for the update! I'll advise if I have any further issues.