97 lines
3.9 KiB
YAML
Raw Permalink Normal View History

apiVersion: v1
kind: ConfigMap
metadata:
name: heating-controller-config
namespace: homea
data:
MQTT_BROKER: "emqx01-anonymous-cluster-internal.broker.svc.cluster.local"
MQTT_PORT: "1883"
MQTT_CLIENT_PREFIX: "HeatingController"
2024-11-18 14:30:28 +01:00
BOX_TOPIC_PREFIXES: |
{
"high_temp": "heating/config/high_temp/",
2024-11-07 20:02:03 +01:00
"overwrite_window": "heating/overwrite_window/",
"cmd": "heating/command/"
}
2024-11-18 14:30:28 +01:00
CENTRAL_TOPICS: |
{
"general_off": "heating/system/general_off",
"maintenance_mode": "heating/system/maintenance_mode",
2024-11-19 11:23:32 +01:00
"status": "heating/system/status",
"cmd": "heating/command/all"
}
2024-11-18 14:30:28 +01:00
STATUS_TOPIC: "heating/status"
CONTEXT_TOPIC_PREFIX: "heating/context/"
OFF_TEMPERATURE: "5.0"
LOW_TEMPERATURE: "15.0"
DEFAULT_HIGH_TEMPERATURE: "21.0"
MAINTENANCE_TEMPERATURE: "30.0"
BOXES: |
{
2024-11-07 14:30:53 +01:00
"patty": {
2024-11-18 14:30:28 +01:00
"windows": {
"garden_right": { "topic": "homegear/instance1/plain/18/1/STATE", "label": "Garten rechts", "converter": "max" },
2024-11-24 13:13:27 +01:00
"garden_left": { "topic": "homegear/instance1/plain/22/1/STATE", "label": "Garten links", "converter": "max" },
"street": { "topic": "zigbee2mqtt/0x00158d000af457cf", "label": "Strasse", "converter": "aqara" }
2024-11-18 14:30:28 +01:00
},
2024-11-19 11:23:32 +01:00
"output_topic": "homegear/instance1/set/39/1/SET_TEMPERATURE",
2024-11-12 12:01:13 +01:00
"output_converter": "max"
},
2024-11-07 14:30:53 +01:00
"kueche": {
2024-11-18 14:30:28 +01:00
"windows": {
2024-11-19 14:58:05 +01:00
"garden_window": { "topic": "zigbee2mqtt/0x00158d008b332785", "label": "Garten Fenster", "converter": "aqara" },
2024-11-19 11:23:32 +01:00
"garden_door": { "topic": "zigbee2mqtt/0x00158d008b332788", "label": "Garten Tuer", "converter": "aqara" },
2024-11-19 14:58:05 +01:00
"street_right": { "topic": "zigbee2mqtt/0x00158d008b151803", "label": "Strasse rechts", "converter": "aqara" },
"street_left": { "topic": "zigbee2mqtt/0x00158d008b331d0b", "label": "Strasse links", "converter": "aqara" }
2024-11-18 14:30:28 +01:00
},
2024-11-19 14:58:05 +01:00
"output_topic": "zigbee2mqtt/0x94deb8fffe2e5c06/set",
"output_converter": "brennenstuhl"
},
2024-11-07 14:30:53 +01:00
"bad_oben": {
2024-11-18 14:30:28 +01:00
"windows": {
2024-11-24 12:53:45 +01:00
"street": { "topic": "zigbee2mqtt/0x00158d008b333aec", "label": "Strasse links", "converter": "aqara" }
2024-11-18 14:30:28 +01:00
},
2024-11-19 11:23:32 +01:00
"output_topic": "homegear/instance1/set/41/1/SET_TEMPERATURE",
2024-11-12 12:01:13 +01:00
"output_converter": "max"
},
2024-11-07 14:30:53 +01:00
"schlafzimmer": {
2024-11-18 14:30:28 +01:00
"windows": {
"street": { "topic": "homegear/instance1/plain/52/1/STATE", "label": "Strasse", "converter": "max" }
},
2024-11-19 11:23:32 +01:00
"output_topic": "homegear/instance1/set/42/1/SET_TEMPERATURE",
2024-11-24 15:48:18 +01:00
"feedback_topic": "homegear/instance1/jsonobj/42/1",
2024-11-12 12:01:13 +01:00
"output_converter": "max"
},
2024-11-07 14:30:53 +01:00
"wolfgang": {
2024-11-18 14:30:28 +01:00
"windows": {
"garden": { "topic": "zigbee2mqtt/0x00158d008b3328da", "label": "Garten", "converter": "aqara" }
},
2024-11-12 18:03:46 +01:00
"output_topic": "zigbee2mqtt/0x540f57fffe7e3cfe/set",
"output_converter": "brennenstuhl"
},
2024-11-07 14:30:53 +01:00
"esszimmer": {
2024-11-18 14:30:28 +01:00
"windows": {
"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" }
},
2024-11-19 11:23:32 +01:00
"output_topic": "homegear/instance1/set/45/1/SET_TEMPERATURE",
2024-11-12 12:01:13 +01:00
"output_converter": "max"
},
2024-11-07 14:30:53 +01:00
"wohnzimmer": {
2024-11-18 14:30:28 +01:00
"windows": {
"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" }
},
2024-11-19 11:23:32 +01:00
"output_topic": "homegear/instance1/set/46/1/SET_TEMPERATURE",
2024-11-12 12:01:13 +01:00
"output_converter": "max"
},
2024-11-07 14:30:53 +01:00
"bad_unten": {
2024-11-18 14:43:47 +01:00
"windows": {
2024-11-18 14:30:28 +01:00
"street": { "topic": "homegear/instance1/plain/44/1/STATE", "label": "Strasse", "converter": "max" }
},
2024-11-19 11:23:32 +01:00
"output_topic": "homegear/instance1/set/48/1/SET_TEMPERATURE",
2024-11-12 12:01:13 +01:00
"output_converter": "max"
}
}