You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/integrate/home_assistant.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -74,6 +74,8 @@ mqtt:
74
74
75
75
Alternatively the rssi signal could be used also.
76
76
77
+
The gateway device also exposes an `RTL_433: Whitelist` switch through MQTT discovery. When the whitelist switch is enabled, only matching RTL_433 devices are published to MQTT and discovered as Home Assistant entities. The whitelist entries can be edited from the OpenMQTTGateway WebUI RF configuration page or with MQTT commands.
78
+
77
79
### RF (RCSwitch based gateway) Auto discovery specificity
78
80
With OpenMQTTGateway [configured to receive RF signals](../setitup/rf.html) messages are transmitted accordingly.
Copy file name to clipboardExpand all lines: docs/use/rf.md
+39Lines changed: 39 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -72,6 +72,45 @@ This feature is only available on a ESP32 based device with a supported transcei
72
72
73
73
For the most recent support decoder list please check the [rtl_433_esp](https://github.com/NorthernMan54/rtl_433_ESP?tab=readme-ov-file#ook-signal-device-decoders) repository.
74
74
75
+
### RTL_433 device whitelist
76
+
77
+
The RTL_433 gateway can filter received devices with a whitelist. When the whitelist is enabled, only devices matching one of the configured RTL_433 device identifiers are published to MQTT. Other received RTL_433 messages are ignored.
78
+
79
+
The device identifier is built from the RTL_433 decoded fields in this order:
80
+
81
+
`type/model/subtype/channel/id`
82
+
83
+
Depending on the protocol, some parts may be absent. The WebUI shows the identifiers detected during the current runtime, making it easier to select devices without typing them manually.
84
+
85
+
The whitelist can be configured from:
86
+
87
+
- the WebUI RF configuration page
88
+
- MQTT commands to the SYS command topic
89
+
- Home Assistant, when MQTT discovery is enabled
90
+
91
+
The whitelist supports up to 5 device identifiers.
0 commit comments