add load and party (not yet hot as writes are excluded), missing command_topic for switch, formatting
This commit is contained in:
@@ -99,7 +99,7 @@ filter-seen = 1
|
|||||||
#filter-circuit =
|
#filter-circuit =
|
||||||
# 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).
|
||||||
# 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
|
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 =
|
#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).
|
||||||
@@ -224,12 +224,16 @@ type_part-number = ,
|
|||||||
"command_topic":"%topic/set",
|
"command_topic":"%topic/set",
|
||||||
"min":%min,
|
"min":%min,
|
||||||
"max":%max%unit_of_measurement%state_class%type_class_number
|
"max":%max%unit_of_measurement%state_class%type_class_number
|
||||||
|
|
||||||
# HA integration: %type_part variable for sensor %type_topic
|
# HA integration: %type_part variable for sensor %type_topic
|
||||||
type_part-sensor = %unit_of_measurement%state_class%type_class_sensor
|
type_part-sensor = %unit_of_measurement%state_class%type_class_sensor
|
||||||
|
|
||||||
# HA integration: %type_part variable for switch %type_topic
|
# HA integration: %type_part variable for switch %type_topic
|
||||||
type_part-switch = ,
|
type_part-switch = ,
|
||||||
|
"command_topic":"%topic/set",
|
||||||
"payload_on":"on",
|
"payload_on":"on",
|
||||||
"payload_off":"off"%state_class
|
"payload_off":"off"%state_class
|
||||||
|
|
||||||
# HA integration: %type_part variable for binary_sensor %type_topic
|
# HA integration: %type_part variable for binary_sensor %type_topic
|
||||||
type_part-binary_sensor = ,
|
type_part-binary_sensor = ,
|
||||||
"payload_on":"on",
|
"payload_on":"on",
|
||||||
|
|||||||
Reference in New Issue
Block a user