include only messages without level

This commit is contained in:
John
2022-01-30 17:38:39 +01:00
parent 172223578d
commit 93b64c34a9
2 changed files with 6 additions and 2 deletions
+3 -1
View File
@@ -101,7 +101,9 @@ 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).
#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).
# HA integration: writable messages excluded for now
filter-direction = r|u
+3 -1
View File
@@ -93,7 +93,9 @@ 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).
#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).
filter-direction = r|u
# include only fields having the specified name (partial match, alternatives and wildcard supported).