filter message defs by users levels as well
This commit is contained in:
@@ -101,6 +101,7 @@ filter-seen = 1
|
||||
# HA integration: filter to some useful names for monitoring the heating circuit
|
||||
filter-name = status|temp|yield|count|energy|power|runtime|hours|starts|mode|curve|^load$|^party$
|
||||
# include only messages having the specified level (partial match, alternatives and wildcard supported).
|
||||
# Note: This is a filter on top of the messages already filtered implicitly for the ebusd "mqtt" user (if any).
|
||||
# Note: Since the empty string matches all levels, an explicit check for empty string (with "^$") needs to be used for
|
||||
# including only messages without a level.
|
||||
filter-level = ^$
|
||||
|
||||
@@ -93,6 +93,7 @@ filter-seen = 1
|
||||
# include only messages having the specified name (partial match, alternatives and wildcard supported).
|
||||
#filter-name =
|
||||
# include only messages having the specified level (partial match, alternatives and wildcard supported).
|
||||
# Note: This is a filter on top of the messages already filtered implicitly for the ebusd "mqtt" user (if any).
|
||||
# Note: Since the empty string matches all levels, an explicit check for empty string (with "^$") needs to be used for
|
||||
# including only messages without a level.
|
||||
filter-level = ^$
|
||||
|
||||
Reference in New Issue
Block a user