From 3a8377176f06fe980f530bbf9a64ca9c3e4ea44a Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Tue, 19 Nov 2024 11:23:32 +0100 Subject: [PATCH] config adjusted --- deployment/configmap.yml | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/deployment/configmap.yml b/deployment/configmap.yml index 4d03c3e..ccc3a18 100644 --- a/deployment/configmap.yml +++ b/deployment/configmap.yml @@ -17,7 +17,8 @@ data: { "general_off": "heating/system/general_off", "maintenance_mode": "heating/system/maintenance_mode", - "status": "heating/system/status" + "status": "heating/system/status", + "cmd": "heating/command/all" } STATUS_TOPIC: "heating/status" CONTEXT_TOPIC_PREFIX: "heating/context/" @@ -32,30 +33,30 @@ data: "garden_right": { "topic": "homegear/instance1/plain/18/1/STATE", "label": "Garten rechts", "converter": "max" }, "garden_left": { "topic": "homegear/instance1/plain/22/1/STATE", "label": "Garten links", "converter": "max" } }, - "output_topic": "heating/homegear/instance1/set/39/1/SET_TEMPERATURE", + "output_topic": "homegear/instance1/set/39/1/SET_TEMPERATURE", "output_converter": "max" }, "kueche": { "windows": { "garden_window": { "topic": "homegear/instance1/plain/37/1/STATE", "label": "Garten Fenster", "converter": "max" }, - "garden_door": { "topic": "homegear/instance1/plain/36/1/STATE", "label": "Garten Tuer", "converter": "max" }, + "garden_door": { "topic": "zigbee2mqtt/0x00158d008b332788", "label": "Garten Tuer", "converter": "aqara" }, "street_right": { "topic": "homegear/instance1/plain/38/1/STATE", "label": "Strasse rechts", "converter": "max" }, "street_left": { "topic": "homegear/instance1/plain/13/1/STATE", "label": "Strasse links", "converter": "max" } }, - "output_topic": "heating/homegear/instance1/set/40/1/SET_TEMPERATURE", + "output_topic": "homegear/instance1/set/40/1/SET_TEMPERATURE", "output_converter": "max" }, "bad_oben": { "windows": { }, - "output_topic": "heating/homegear/instance1/set/41/1/SET_TEMPERATURE", + "output_topic": "homegear/instance1/set/41/1/SET_TEMPERATURE", "output_converter": "max" }, "schlafzimmer": { "windows": { "street": { "topic": "homegear/instance1/plain/52/1/STATE", "label": "Strasse", "converter": "max" } }, - "output_topic": "heating/homegear/instance1/set/42/1/SET_TEMPERATURE", + "output_topic": "homegear/instance1/set/42/1/SET_TEMPERATURE", "output_converter": "max" }, "wolfgang": { @@ -70,7 +71,7 @@ data: "street_right": { "topic": "homegear/instance1/plain/26/1/STATE", "label": "Strasse rechts", "converter": "max" }, "street_left": { "topic": "homegear/instance1/plain/27/1/STATE", "label": "Strasse links", "converter": "max" } }, - "output_topic": "heating/homegear/instance1/set/45/1/SET_TEMPERATURE", + "output_topic": "homegear/instance1/set/45/1/SET_TEMPERATURE", "output_converter": "max" }, "wohnzimmer": { @@ -78,14 +79,14 @@ data: "garden_right": { "topic": "homegear/instance1/plain/28/1/STATE", "label": "Garten rechts", "converter": "max" }, "garden_left": { "topic": "homegear/instance1/plain/29/1/STATE", "label": "Garten links", "converter": "max" } }, - "output_topic": "heating/homegear/instance1/set/46/1/SET_TEMPERATURE", + "output_topic": "homegear/instance1/set/46/1/SET_TEMPERATURE", "output_converter": "max" }, "bad_unten": { "windows": { "street": { "topic": "homegear/instance1/plain/44/1/STATE", "label": "Strasse", "converter": "max" } }, - "output_topic": "heating/homegear/instance1/set/48/1/SET_TEMPERATURE", + "output_topic": "homegear/instance1/set/48/1/SET_TEMPERATURE", "output_converter": "max" } }