From 9090320224659a13427bb919eb3afbf8fc6d4396 Mon Sep 17 00:00:00 2001 From: rikroe Date: Fri, 20 Oct 2023 21:48:38 +0200 Subject: [PATCH 1/2] CT200: Remove dhw1 openWindowDetection --- bosch_thermostat_client/db/easycontrol/031302.json | 4 ---- bosch_thermostat_client/db/easycontrol/040000.json | 4 ---- bosch_thermostat_client/db/easycontrol/040200.json | 4 ---- bosch_thermostat_client/db/easycontrol/040201.json | 4 ---- 4 files changed, 16 deletions(-) diff --git a/bosch_thermostat_client/db/easycontrol/031302.json b/bosch_thermostat_client/db/easycontrol/031302.json index 15f54bd..1e5c999 100644 --- a/bosch_thermostat_client/db/easycontrol/031302.json +++ b/bosch_thermostat_client/db/easycontrol/031302.json @@ -265,10 +265,6 @@ "hotWaterSystem": { "id": "hotWaterSystem", "name": "hotWaterSystem" - }, - "openWindowDetectionStatus": { - "id": "openWindowDetection/status", - "name": "openWindowDetection Status" } } }, diff --git a/bosch_thermostat_client/db/easycontrol/040000.json b/bosch_thermostat_client/db/easycontrol/040000.json index 672fe9a..219ed15 100644 --- a/bosch_thermostat_client/db/easycontrol/040000.json +++ b/bosch_thermostat_client/db/easycontrol/040000.json @@ -318,10 +318,6 @@ "hotWaterSystem": { "id": "hotWaterSystem", "name": "hotWaterSystem" - }, - "openWindowDetectionStatus": { - "id": "openWindowDetection/status", - "name": "openWindowDetection Status" } } }, diff --git a/bosch_thermostat_client/db/easycontrol/040200.json b/bosch_thermostat_client/db/easycontrol/040200.json index d123c33..779d1d8 100644 --- a/bosch_thermostat_client/db/easycontrol/040200.json +++ b/bosch_thermostat_client/db/easycontrol/040200.json @@ -318,10 +318,6 @@ "hotWaterSystem": { "id": "hotWaterSystem", "name": "hotWaterSystem" - }, - "openWindowDetectionStatus": { - "id": "openWindowDetection/status", - "name": "openWindowDetection Status" } } }, diff --git a/bosch_thermostat_client/db/easycontrol/040201.json b/bosch_thermostat_client/db/easycontrol/040201.json index 19c3906..3801587 100644 --- a/bosch_thermostat_client/db/easycontrol/040201.json +++ b/bosch_thermostat_client/db/easycontrol/040201.json @@ -318,10 +318,6 @@ "hotWaterSystem": { "id": "hotWaterSystem", "name": "hotWaterSystem" - }, - "openWindowDetectionStatus": { - "id": "openWindowDetection/status", - "name": "openWindowDetection Status" } } }, From ab9849d31e2d25d9d5c9fa96da81884bb247660a Mon Sep 17 00:00:00 2001 From: rikroe Date: Fri, 20 Oct 2023 22:10:13 +0200 Subject: [PATCH 2/2] Move openWindowDetectionStatus to zone circuit --- bosch_thermostat_client/db/easycontrol/031302.json | 4 ++++ bosch_thermostat_client/db/easycontrol/040000.json | 4 ++++ bosch_thermostat_client/db/easycontrol/040200.json | 4 ++++ bosch_thermostat_client/db/easycontrol/040201.json | 4 ++++ 4 files changed, 16 insertions(+) diff --git a/bosch_thermostat_client/db/easycontrol/031302.json b/bosch_thermostat_client/db/easycontrol/031302.json index 1e5c999..52d209a 100644 --- a/bosch_thermostat_client/db/easycontrol/031302.json +++ b/bosch_thermostat_client/db/easycontrol/031302.json @@ -134,6 +134,10 @@ "name": "humidity", "state_class": "measurement", "device_class": "humidity" + }, + "openWindowDetectionStatus": { + "id": "openWindowDetection/status", + "name": "openWindowDetection Status" } } }, diff --git a/bosch_thermostat_client/db/easycontrol/040000.json b/bosch_thermostat_client/db/easycontrol/040000.json index 219ed15..2964526 100644 --- a/bosch_thermostat_client/db/easycontrol/040000.json +++ b/bosch_thermostat_client/db/easycontrol/040000.json @@ -187,6 +187,10 @@ "name": "humidity", "state_class": "measurement", "device_class": "humidity" + }, + "openWindowDetectionStatus": { + "id": "openWindowDetection/status", + "name": "openWindowDetection Status" } } }, diff --git a/bosch_thermostat_client/db/easycontrol/040200.json b/bosch_thermostat_client/db/easycontrol/040200.json index 779d1d8..86a73b0 100644 --- a/bosch_thermostat_client/db/easycontrol/040200.json +++ b/bosch_thermostat_client/db/easycontrol/040200.json @@ -187,6 +187,10 @@ "name": "humidity", "state_class": "measurement", "device_class": "humidity" + }, + "openWindowDetectionStatus": { + "id": "openWindowDetection/status", + "name": "openWindowDetection Status" } } }, diff --git a/bosch_thermostat_client/db/easycontrol/040201.json b/bosch_thermostat_client/db/easycontrol/040201.json index 3801587..04c52b3 100644 --- a/bosch_thermostat_client/db/easycontrol/040201.json +++ b/bosch_thermostat_client/db/easycontrol/040201.json @@ -187,6 +187,10 @@ "name": "humidity", "state_class": "measurement", "device_class": "humidity" + }, + "openWindowDetectionStatus": { + "id": "openWindowDetection/status", + "name": "openWindowDetection Status" } } },