From 81a530f15347c25355a800a59253e0f93a99a1e2 Mon Sep 17 00:00:00 2001 From: MichaelDvP Date: Thu, 19 Dec 2024 09:38:18 +0100 Subject: [PATCH] add CR11 thermostat, #2295 --- CHANGELOG_LATEST.md | 1 + src/device_library.h | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG_LATEST.md b/CHANGELOG_LATEST.md index 1ebd80cd7..aea6c11ac 100644 --- a/CHANGELOG_LATEST.md +++ b/CHANGELOG_LATEST.md @@ -13,6 +13,7 @@ For more details go to [docs.emsesp.org](https://docs.emsesp.org/). - Mask bits for bool custom entities - thermostat `reduce threshold` [#2288](https://github.com/emsesp/EMS-ESP32/issues/2288) - thermostat `absent` [#1957](https://github.com/emsesp/EMS-ESP32/issues/1957) +- CR11 thermostat [#2295](https://github.com/emsesp/EMS-ESP32/issues/2295) ## Fixed diff --git a/src/device_library.h b/src/device_library.h index e3a5c1d67..4d4ebb457 100644 --- a/src/device_library.h +++ b/src/device_library.h @@ -82,6 +82,7 @@ // Thermostat - Buderus/Nefit/Bosch specific - 0x17 / 0x10 / 0x18 / 0x19-0x1B for hc2-4 / 0x38 { 4, DeviceType::THERMOSTAT, "UI800, BC400", DeviceFlags::EMS_DEVICE_FLAG_BC400}, // 0x10 +{ 10, DeviceType::THERMOSTAT, "CR11", DeviceFlags::EMS_DEVICE_FLAG_RC100}, // 0x18 { 65, DeviceType::THERMOSTAT, "RC10", DeviceFlags::EMS_DEVICE_FLAG_RC20_N},// 0x17 { 67, DeviceType::THERMOSTAT, "RC30", DeviceFlags::EMS_DEVICE_FLAG_RC30_N},// 0x10 - based on RC35 { 77, DeviceType::THERMOSTAT, "RC20, Moduline 300", DeviceFlags::EMS_DEVICE_FLAG_RC20},// 0x17