Skip to content

Instantly share code, notes, and snippets.

@bruvv
Last active June 29, 2023 14:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bruvv/d4d7e84aedd1906f587c3a5a0b58987c to your computer and use it in GitHub Desktop.
Save bruvv/d4d7e84aedd1906f587c3a5a0b58987c to your computer and use it in GitHub Desktop.
# This is an empty template for configuring rtl_433. mqtt information will be
# automatically added. Create multiple files ending in '.conf.template' to
# manage multiple rtl_433 radios, being sure to set the 'device' setting. The
# device must be set before mqtt output lines.
# https://github.com/merbanan/rtl_433/blob/master/conf/rtl_433.example.conf

output mqtt://core-mosquitto:1883,user=homeassistant,pass=jnfdjnkdfjnkgfd,retain=1
report_meta time:iso:usec:tz

# To keep the same topics when switching between the normal and edge versions,
# use this output line instead.
# output mqtt://${host}:${port},user=${username},pass=${password},retain=${retain},devices=rtl_433/9b13b3f4-rtl433/devices[/type][/model][/subtype][/channel][/id],events=rtl_433/9b13b3f4-rtl433/events,states=rtl_433/9b13b3f4-rtl433/states

# Uncomment the following line to also enable the default "table" output to the
# addon logs.
# output kv

# Disable TPMS sensors by default. These can cause an overwhelming number of
# devices and entities to show up in Home Assistant.
# This list is generated by running:
# rtl_433 -R help 2>&1 | grep -i tpms | sd '.*\[(\d+)\].*' 'protocol -/run.sh'
#    [59]  Steelmate TPMS
#    [60]  Schrader TPMS
#    [82]  Citroen TPMS
#    [88]  Toyota TPMS
#    [89]  Ford TPMS
#    [90]  Renault TPMS
#    [95]  Schrader TPMS EG53MA4, PA66GF35
#    [110]  PMV-107J (Toyota) TPMS
#    [123]* Jansite TPMS Model TY02S
#    [140]  Elantra2012 TPMS
#    [156]  Abarth 124 Spider TPMS
#    [168]  Schrader TPMS SMD3MA4 (Subaru)
#    [180]  Jansite TPMS Model Solar
#    [186]  Hyundai TPMS (VDO)
#    [201]  Unbranded SolarTPMS for trucks
#    [203]  Porsche Boxster/Cayman TPMS
protocol 1   # Silvercrest Remote Control
protocol 2   # Rubicson, TFA 30.3197 or InFactory PT-310 Temperature Sensor
protocol 3   # Prologue, FreeTec NC-7104, NC-7159-675 temperature sensor
protocol 4   # Waveman Switch Transmitter
protocol 8   # LaCrosse TX Temperature / Humidity Sensor
protocol 10  # Acurite 896 Rain Gauge
protocol 11  # Acurite 609TXC Temperature and Humidity Sensor
protocol 12  # Oregon Scientific Weather Sensor
protocol 13  # Mebus 433
protocol 14  # Intertechno 433
protocol 15  # KlikAanKlikUit Wireless Switch
protocol 16  # AlectoV1 Weather Sensor (Alecto WS3500 WS4500 Ventus W155/W044 Oregon)
protocol 17  # Cardin S466-TX2
protocol 18  # Fine Offset Electronics, WH2, WH5, Telldus Temperature/Humidity/Rain Sensor
protocol 19  # Nexus, FreeTec NC-7345, NX-3980, Solight TE82S, TFA 30.3209 temperature/humidity sensor
protocol 20  # Ambient Weather F007TH, TFA 30.3208.02, SwitchDocLabs F016TH temperature sensor
protocol 21  # Calibeur RF-104 Sensor
protocol 22  # X10 RF
protocol 23  # DSC Security Contact
protocol 24  # Brennenstuhl RCS 2044
protocol 25  # Globaltronics GT-WT-02 Sensor
protocol 26  # Danfoss CFR Thermostat
protocol 29  # Chuango Security Technology

protocol 100 # Interlogix GE UTC Security Devices


protocol -59
protocol -60
protocol -82
protocol -88
protocol -89
protocol -90
protocol -95
protocol -110
protocol -123
protocol -140
protocol -156
protocol -168
protocol -180
protocol -186
protocol -201
protocol -203
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment