From 9e81de216484d9b3dc642e4fd023cbe9081d7af6 Mon Sep 17 00:00:00 2001 From: MichaelDvP Date: Thu, 20 Mar 2025 11:45:04 +0100 Subject: [PATCH] add Suprapur-o, dev28 --- CHANGELOG_LATEST.md | 1 + src/core/device_library.h | 2 ++ src/version.h | 2 +- 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG_LATEST.md b/CHANGELOG_LATEST.md index fb47b708a..48cb410d2 100644 --- a/CHANGELOG_LATEST.md +++ b/CHANGELOG_LATEST.md @@ -19,6 +19,7 @@ For more details go to [docs.emsesp.org](https://docs.emsesp.org/). - new Console command "set admin password" to set WebUI admin password - support nested conditions in scheduler [#2451](https://github.com/emsesp/EMS-ESP32/issues/2451) - allow mixed case in scheduler expressions [#2457](https://github.com/emsesp/EMS-ESP32/issues/2457) +- Suprapur-o [#2470](https://github.com/emsesp/EMS-ESP32/issues/2470) ## Fixed diff --git a/src/core/device_library.h b/src/core/device_library.h index b92c7f5e5..43a0f24ce 100644 --- a/src/core/device_library.h +++ b/src/core/device_library.h @@ -39,6 +39,7 @@ {132, DeviceType::BOILER, "GC7000F", DeviceFlags::EMS_DEVICE_FLAG_NONE}, {133, DeviceType::BOILER, "Logano GB125/KB195i, Logamatic MC110", DeviceFlags::EMS_DEVICE_FLAG_NONE}, {154, DeviceType::BOILER, "Greenstar 30Ri Compact", DeviceFlags::EMS_DEVICE_FLAG_NONE}, +{155, DeviceType::BOILER, "Suprapur-o", DeviceFlags::EMS_DEVICE_FLAG_NONE}, {167, DeviceType::BOILER, "Cerapur Aero", DeviceFlags::EMS_DEVICE_FLAG_NONE}, {168, DeviceType::BOILER, "Hybrid Heatpump", DeviceFlags::EMS_DEVICE_FLAG_HYBRID}, {170, DeviceType::BOILER, "Logano GB212", DeviceFlags::EMS_DEVICE_FLAG_NONE}, @@ -63,6 +64,7 @@ {121, DeviceType::CONTROLLER, "MCM10", DeviceFlags::EMS_DEVICE_FLAG_NONE}, {125, DeviceType::CONTROLLER, "BC25", DeviceFlags::EMS_DEVICE_FLAG_NONE}, // 0x09 {152, DeviceType::CONTROLLER, "Controller", DeviceFlags::EMS_DEVICE_FLAG_NONE}, // 0x09 +{166, DeviceType::CONTROLLER, "Suprapur-o", DeviceFlags::EMS_DEVICE_FLAG_NONE}, // 0x09 {168, DeviceType::CONTROLLER, "Hybrid Heatpump", DeviceFlags::EMS_DEVICE_FLAG_NONE}, // 0x09 {169, DeviceType::CONTROLLER, "BC40", DeviceFlags::EMS_DEVICE_FLAG_NONE}, // 0x09 {190, DeviceType::CONTROLLER, "BC10", DeviceFlags::EMS_DEVICE_FLAG_NONE}, // 0x09 diff --git a/src/version.h b/src/version.h index fd9efecc5..4ccc82558 100644 --- a/src/version.h +++ b/src/version.h @@ -1 +1 @@ -#define EMSESP_APP_VERSION "3.7.2-dev.27" +#define EMSESP_APP_VERSION "3.7.2-dev.28"