infra/roles/hass-rtl433/templates/rtl_433.conf.j2

79 lines
2.5 KiB
Django/Jinja

# 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
#device /dev/rtl_sdr
#output mqtt://{{ bridgewithdns.hass_mqtt}}:1883,retain=0
output mqtt://{{ bridgewithdns.hass_mqtt}}:1883,retain=0,devices=rtl_433/9b13b3f4-rtl433/devices[/type][/model][/subtype][/channel][/id],events=rtl_433/9b13b3f4-rtl433/events,states=rtl_433/9b13b3f4-rtl433/states
report_meta time:iso:usec:tz
convert si
#analyze_pulses false
#pulse_detect auto
#pulse_detect classic
#sample_rate 250k
#frequency 433.92M
# 433Mhz # Allmess Unikoax M65-W - water meters in kitchen (maybe)
# 433.92 Mhz # rtl_sdr default frequency
# 869525Khz / 869,525 MHz # building smoke detectors (second frequency)
# 868950Khz / KHz 868,95 MHz # radiator meters, building smoke detectors
# 915 MHz
#frequency 433.92M
frequency 433.0M
#frequency 868950Khz
#frequency 869525Khz
#frequency 433.92 Mhz
#frequency 433Mhz
# as command line option:
# [-H <seconds>] Hop interval for polling of multiple frequencies (default: 600 seconds)
# default is "600" seconds, only used when multiple frequencies are given
hop_interval 2
# Uncomment the following line to also enable the default "table" output to the
# addon logs.
#output kv
output json
# 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 -$1'
# [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 -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