diff --git a/contrib/etc/ebusd/mqtt-hassio.cfg b/contrib/etc/ebusd/mqtt-hassio.cfg index 4dad2815..54fbac05 100644 --- a/contrib/etc/ebusd/mqtt-hassio.cfg +++ b/contrib/etc/ebusd/mqtt-hassio.cfg @@ -99,7 +99,7 @@ filter-seen = 1 #filter-circuit = # 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 -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). #filter-level = # 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", "min":%min, "max":%max%unit_of_measurement%state_class%type_class_number + # HA integration: %type_part variable for sensor %type_topic type_part-sensor = %unit_of_measurement%state_class%type_class_sensor + # HA integration: %type_part variable for switch %type_topic type_part-switch = , + "command_topic":"%topic/set", "payload_on":"on", "payload_off":"off"%state_class + # HA integration: %type_part variable for binary_sensor %type_topic type_part-binary_sensor = , "payload_on":"on",