From 52235be6373db884a0b7917dc365dbd277e28836 Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Tue, 13 Jan 2026 12:55:43 +0100 Subject: [PATCH 1/2] changes in rules.yaml --- config/rules.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/config/rules.yaml b/config/rules.yaml index 5594e95..286e1d3 100644 --- a/config/rules.yaml +++ b/config/rules.yaml @@ -9,7 +9,7 @@ rules: thermostats: - thermostat_bad_unten params: - eco_target: 16.0 + eco_target: 5.0 open_min_secs: 20 close_min_secs: 20 - id: window_setback_esszimmer @@ -23,7 +23,7 @@ rules: thermostats: - thermostat_esszimmer params: - eco_target: 16.0 + eco_target: 5.0 open_min_secs: 20 close_min_secs: 20 previous_target_ttl_secs: 86400 @@ -38,7 +38,7 @@ rules: thermostats: - thermostat_wohnzimmer params: - eco_target: 16.0 + eco_target: 5.0 open_min_secs: 20 close_min_secs: 20 previous_target_ttl_secs: 86400 @@ -55,7 +55,7 @@ rules: thermostats: - thermostat_kueche params: - eco_target: 16.0 + eco_target: 5.0 open_min_secs: 20 close_min_secs: 20 previous_target_ttl_secs: 86400 @@ -71,7 +71,7 @@ rules: thermostats: - thermostat_patty params: - eco_target: 16.0 + eco_target: 5.0 open_min_secs: 20 close_min_secs: 20 previous_target_ttl_secs: 86400 @@ -85,7 +85,7 @@ rules: thermostats: - thermostat_schlafzimmer params: - eco_target: 16.0 + eco_target: 5.0 open_min_secs: 20 close_min_secs: 20 previous_target_ttl_secs: 86400 @@ -99,7 +99,7 @@ rules: thermostats: - thermostat_wolfgang params: - eco_target: 16.0 + eco_target: 5.0 open_min_secs: 20 close_min_secs: 20 - id: window_setback_bad_oben @@ -112,6 +112,6 @@ rules: thermostats: - thermostat_bad_oben params: - eco_target: 16.0 + eco_target: 5.0 open_min_secs: 20 close_min_secs: 20 From 331945f7894f113de96d719adbc0e402257fe648 Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Tue, 13 Jan 2026 12:56:15 +0100 Subject: [PATCH 2/2] changes in devices.yaml --- config/devices.yaml | 31 +++++++++++++++---------------- 1 file changed, 15 insertions(+), 16 deletions(-) diff --git a/config/devices.yaml b/config/devices.yaml index 3380666..47c18bf 100644 --- a/config/devices.yaml +++ b/config/devices.yaml @@ -466,6 +466,21 @@ devices: model: "MAX! Thermostat" peer_id: "41" channel: "1" +- device_id: thermostat_bad_unten + homekit_aid: 31 + name: Heizung + type: thermostat + cap_version: "thermostat@1.0.0" + technology: zigbee2mqtt + features: + heating: true + temperature_range: + - 5 + - 30 + temperature_step: 0.5 + topics: + state: "zigbee2mqtt/0x003c84fffebdcc28" + set: "zigbee2mqtt/0x003c84fffebdcc28/set" - device_id: sterne_wohnzimmer homekit_aid: 32 name: Sterne @@ -1137,19 +1152,3 @@ devices: topics: state: "zigbee2mqtt/0x842e14fffefe4ba4" set: "zigbee2mqtt/0x842e14fffefe4ba4/set" - -- device_id: thermostat_bad_unten - homekit_aid: 31 - name: Heizung - type: thermostat - cap_version: "thermostat@1.0.0" - technology: zigbee2mqtt - features: - heating: true - temperature_range: - - 5 - - 30 - temperature_step: 0.5 - topics: - state: "zigbee2mqtt/0x003c84fffebdcc28" - set: "zigbee2mqtt/0x003c84fffebdcc28/set" \ No newline at end of file