Skip to content

Commit

Permalink
Added node filter documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mictronics committed Jul 11, 2024
1 parent 2ae4d68 commit 88349bb
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,12 @@ options:
The MQTT topic prefix.
--version show program's version number and exit
```
## Node Filter
By default all received Meshtastic nodes will create entities in Home Assistant.
This might be an undesired behavior when only some nodes are of interest. A node filter can be defined in config.toml.
`filter_nodes = []` takes a set of Meshtastic nodes short names to be includes in filter. Only these nodes will be forwarded to home assistant via MQTT topic, hence creating entities. Keep empty to forward all nodes.
Receiving channels text from nodes is not filtered at all.

0 comments on commit 88349bb

Please sign in to comment.