Rtl_433 and Ecowitt WN34L

Wasn’t sure where best to post this, but wondering if anyone has any ideas. I purchased some Ecowitt 915mhz sensors to setup a weather station and temp sensors around a new property. I have an existing setup with HA at another location that’s working well but those are 433mhz and I didn’t want to bother with that installation.

In any case. I setup a test raspberrry Pi with a NooElec NESDR Nano 3 and a docker image of rtl_433 to test the sensor. I didn’t get anything out of rtl_433 so I fired up the gqrx sdr app, tuned to 915mhz and put the battery in the sensor and got a reading, and periodically I’m getting what appear to be readings from it so i can tell the SDR is working and the sensor does indeed seem to be transmitting where I think it should.

Below is what I have that I let run overnight. I’m confident it’s protocol 221, but I even let it run with “everything” and it never detected this sensor. It should be supported and should work on this version, but looking for advice to further troubleshoot it… If there’s a better place to post this let me know.

The device I am working with:
https://www.amazon.com/gp/product/B0991ZMZT9/ref=ppx_yo_dt_b_search_asin_title?ie=UTF8&psc=1

The spare SDR dongle I’m using:
https://www.amazon.com/gp/product/B073JZ8CC2/ref=ppx_yo_dt_b_search_asin_title?ie=UTF8&psc=1

sudo docker run --device /dev/bus/usb/001/003 hertzg/rtl_433 -Mtime:unix:usec:utc -Mbits -Mlevel -Mprotocol -Mstats:2:300 -f 915M -A -vvvv -R 221
[Protocols] Registered 1 out of 250 device decoding protocols
[Input] The internals of input handling changed, read about and report problems on PR #1978
rtl_433 version 23.11 (2023-11-28) inputs file rtl_tcp RTL-SDR with TLS

New defaults active, use "-Y classic -s 250k" if you need the old defaults

Registering protocol [221] "Fine Offset Electronics WN34 temperature sensor"
[SDR] Found 1 device(s)
[SDR] trying device 0: Realtek, RTL2838UHIDIR, SN: 00000001
Detached kernel driver
Found Rafael Micro R820T/2 tuner
[SDR] Using device 0: Realtek, RTL2838UHIDIR, SN: 00000001, "Generic RTL2832U OEM"
Exact sample rate is: 1000000.026491 Hz
[SDR] Sample rate set to 1000000 S/s.
[Input] Bit detection level set to 0.0 (Auto).
[SDR] Tuner gain set to Auto.
[Input] Reading samples in async mode...
[SDR] rtlsdr_set_center_freq 915000000 = 0
[SDR] Tuned to 915.000MHz.
[acquire_thread] acquire_thread enter...
Allocating 15 zero-copy buffers
[Baseband] low pass filter for 1000000 Hz at cutoff 200000 Hz, 5.0 us
 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

time      : 1706579368.068700
enabled   : 1
since     : 2024-01-30T01:44:28
frames    : 

count     : 0
fsk       : 0
events    : 0
stats     : 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

time      : 1706579668.090462
enabled   : 1
since     : 2024-01-30T01:49:28
frames    : 

count     : 0
fsk       : 0
events    : 0
stats     : 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

time      : 1706579968.114847
enabled   : 1
since     : 2024-01-30T01:54:28
frames    : 

count     : 0
fsk       : 0
events    : 0
stats     : 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

Curious if you ever got this sorted out? Attempting the same with esphome…