Here is the config I am using. I removed the IP, Username and PW
# RTL_433 configuration for decoding Dr.meter moisture sensor
# SDR parameters
frequency 433920000
gain 0
sample_rate 250000
device 0
# Disable all default decoders
protocol 0
# Custom decoder based on your signal data
protocol -X "n=DrMeter_Moisture,m=OOK_PWM,s=480,l=1450,r=3800,g=1500,bits>=64,bits<=72,match=55aa,get=ID:@0:24,get=Status:@24:8,get=Data:@32:32"
# Enable JSON output
output json
# Add useful metadata
report_meta time:iso
report_meta protocol
report_meta level
# Verbose for debugging
verbose 3
# Publish decoded messages to MQTT
output mqtt://<ip>:1883,user=<username>,pass=<pw>,retain=0,devices=rtl_433/DrMeter_Moisture
On Monday, May 12, 2025 at 11:47:53 AM UTC-5 Sean Scott wrote:
This is the decode i tried and it didnt work
protocol -X "n=DrMeter_Moisture,m=OOK_PWM,s=480,l=1450,r=3800,g=1500,bits>=64,bits<=72,match=55aa,get=ID:@0:24,get=Status:@24:8,get=Data:@32:32"