include only messages without level
This commit is contained in:
@@ -101,7 +101,9 @@ filter-seen = 1
|
|||||||
# HA integration: filter to some useful names for monitoring the heating circuit
|
# 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$
|
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).
|
# include only messages having the specified level (partial match, alternatives and wildcard supported).
|
||||||
#filter-level =
|
# 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 = ^$
|
||||||
# include only messages having the specified direction ("r", "w", "u", or "uw". partial match, alternatives and wildcard supported).
|
# include only messages having the specified direction ("r", "w", "u", or "uw". partial match, alternatives and wildcard supported).
|
||||||
# HA integration: writable messages excluded for now
|
# HA integration: writable messages excluded for now
|
||||||
filter-direction = r|u
|
filter-direction = r|u
|
||||||
|
|||||||
@@ -93,7 +93,9 @@ filter-seen = 1
|
|||||||
# include only messages having the specified name (partial match, alternatives and wildcard supported).
|
# include only messages having the specified name (partial match, alternatives and wildcard supported).
|
||||||
#filter-name =
|
#filter-name =
|
||||||
# include only messages having the specified level (partial match, alternatives and wildcard supported).
|
# include only messages having the specified level (partial match, alternatives and wildcard supported).
|
||||||
#filter-level =
|
# 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 = ^$
|
||||||
# include only messages having the specified direction ("r", "w", "u", or "uw". partial match, alternatives and wildcard supported).
|
# include only messages having the specified direction ("r", "w", "u", or "uw". partial match, alternatives and wildcard supported).
|
||||||
filter-direction = r|u
|
filter-direction = r|u
|
||||||
# include only fields having the specified name (partial match, alternatives and wildcard supported).
|
# include only fields having the specified name (partial match, alternatives and wildcard supported).
|
||||||
|
|||||||
Reference in New Issue
Block a user