I’m new to Home Assistant and all things rtl_433. I have installed the MQTT, rtl_433 and rtl_433 auto-discovery addons. I do not see any errors or issues in the logs. I did, after a couple of days of watching and troubleshooting, see a TPMS sensor show up in my dashboard. I have since stopped the auto-discovery.
I’m trying to add my existing Honeywell sensors which I believe are series 5800 to my HA for automations. I copied the template configuration into /config/rtl_433.conf and adjusted the frequency:
#frequency 433.92M
frequency 344975000
And also added what I believe should provide more log output?
output log
I have, occasionally, seen one of my doors in the rtl_433 logs:
{“time” : “2024-08-07 20:42:11.542624”, “protocol” : 70, “model” : “Honeywell-Security”, “id” : 8122435, “channel” : 8, “event” : 160, “state” : “open”, “contact_open” : 1, “reed_open” : 1, “alarm” : 0, “tamper” : 0, “battery_ok” : 1, “heartbeat” : 0, “mic” : “CRC”, “mod” : “ASK”, “freq” : 344.995, “rssi” : -0.181, “snr” : 11.055, “noise” : -11.236}
However, it doesn’t seem to be consistent, and I’m not sure how to use that information to add an mtqq section sensor in the configuration file.
This is the rtl_433 log file when I restart the add-on:
[14:49:17] WARNING: rtl_433 now supports automatic configuration and multiple radios. The rtl_433_conf_file option is deprecated. See the documentation for migration instructions.
Starting rtl_433 -c /config/rtl_433.conf
rtl_433 version 23.11 branch at 202311281352 inputs file rtl_tcp RTL-SDR
Found Rafael Micro R820T/2 tuner
Exact sample rate is: 250000.000414 Hz
SDR: Using device 0: Realtek, RTL2838UHIDIR, SN: 00000001, “Generic RTL2832U OEM”
Allocating 15 zero-copy buffers
Auto Level: Current noise level -14.9 dB, estimated noise -15.0 dB
I am using the larger antennea but it is downstairs. I don’t know if part of the issue could be range. Although it finds a TPMS from a driveway somewhere, which seems like it’s further than my doors and windows.
I’m not sure where to start - any help or suggestions would be appreciated.