4-in1- Soil Moisture Meter Decode

38 views
Skip to first unread message

Sean Scott

unread,
May 12, 2025, 12:46:52 PMMay 12
to rtl_433
I am a noob to RTL_433 and I am trying to probably do way too much with my limited knowledge but i would like to be able to add these, https://www.amazon.com/dp/B0D22J32NB, moisture meters to my Home Assistant instance.

I have attached a log that i tried to use to decode the pulses. Can anyone help?
9b13b3f4_rtl433-next_2025-05-12T15-38-09.862Z.log
Message has been deleted

Sean Scott

unread,
May 12, 2025, 12:51:37 PMMay 12
to rtl_433
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"

Reply all
Reply to author
Forward
0 new messages