add option to auto-adjust poll prio of matched messages from integration
This commit is contained in:
@@ -92,9 +92,11 @@
|
||||
# - "$" matches the end of the input, e.g. "al$" matches "hal" but not "all".
|
||||
# - "*" matches a single arbitrary length wildcard part in the middle, e.g. "^a*l$" matches "all" but not "always".
|
||||
|
||||
# include only messages having data sent at least once (only checked for passive or read messages, not for active write).
|
||||
# HA integration: filtering only seen messages to avoid unnecessary "pollution"
|
||||
filter-seen = 1
|
||||
# include only messages having data sent at least once (only checked for passive or read messages, not for active write)
|
||||
# when set to 1. If set to >1, then all messages passing the other filter criteria (including active read messages) will
|
||||
# automatically be set to have a poll priority of at most this value, so these are automatically being polled.
|
||||
# HA integration: filtering only seen messages to avoid unnecessary "pollution" and auto-poll all matched messages
|
||||
filter-seen = 2
|
||||
# include only messages having a priority less than or equal to the specified value.
|
||||
#filter-priority =
|
||||
# include only messages having the specified circuit (partial match, alternatives and wildcard supported).
|
||||
|
||||
@@ -86,7 +86,9 @@
|
||||
# - "$" matches the end of the input, e.g. "al$" matches "hal" but not "all".
|
||||
# - "*" matches a single arbitrary length wildcard part in the middle, e.g. "^a*l$" matches "all" but not "always".
|
||||
|
||||
# include only messages having data sent at least once (only checked for passive or read messages, not for active write).
|
||||
# include only messages having data sent at least once (only checked for passive or read messages, not for active write)
|
||||
# when set to 1. If set to >1, then all messages passing the other filter criteria (including active read messages) will
|
||||
# automatically be set to have a poll priority of at most this value, so these are automatically being polled.
|
||||
filter-seen = 1
|
||||
# include only messages having a priority less than or equal to the specified value.
|
||||
#filter-priority =
|
||||
|
||||
Reference in New Issue
Block a user