From 3728cc92026bf75d22f4b430babb8d93986cc198 Mon Sep 17 00:00:00 2001 From: John Date: Sun, 30 Jan 2022 17:31:17 +0100 Subject: [PATCH] add load and party (not yet hot as writes are excluded), missing command_topic for switch, formatting --- contrib/etc/ebusd/mqtt-hassio.cfg | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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",