From 356ea1cf88f9e02766efd155ae6ed08ebaa6e43e Mon Sep 17 00:00:00 2001 From: MichaelDvP Date: Wed, 10 Mar 2021 08:32:41 +0100 Subject: [PATCH] add GB172i, product-id 210 --- CHANGELOG_LATEST.md | 2 ++ src/device_library.h | 1 + 2 files changed, 3 insertions(+) diff --git a/CHANGELOG_LATEST.md b/CHANGELOG_LATEST.md index 48f669c5a..ed4b6f337 100644 --- a/CHANGELOG_LATEST.md +++ b/CHANGELOG_LATEST.md @@ -14,6 +14,7 @@ - External Button support (#708) for resetting to factory defaults and other actions - new console set command in `system`, `set ethernet ` for quickly enabling cabled ethernet connections without using the captive wifi portal - Added in MQTT nested mode, for thermostat and mixer, like we had in v2 +- Boiler GB172i (product-id 210) (3.0.0b6) ### Fixed - telegrams matched to masterthermostat 0x18 @@ -22,6 +23,7 @@ - Thermostat ES72/RC20 device 66 to command-set RC20_2 - MQTT payloads not adding to queue when MQTT is re-connecting (fixes #369) - fix for HA topics with invalid command formats (#728) +- wrong position of values #723, #732 ### Changed - changed how telegram parameters are rendered for mqtt, console and web (#632) diff --git a/src/device_library.h b/src/device_library.h index e6fea11ba..d3fd8a9d7 100644 --- a/src/device_library.h +++ b/src/device_library.h @@ -39,6 +39,7 @@ {195, DeviceType::BOILER, F("Condens 5000i/Greenstar 8000"), DeviceFlags::EMS_DEVICE_FLAG_NONE}, {203, DeviceType::BOILER, F("Logamax U122/Cerapur"), DeviceFlags::EMS_DEVICE_FLAG_NONE}, {208, DeviceType::BOILER, F("Logamax Plus/GB192/Condens GC9000"), DeviceFlags::EMS_DEVICE_FLAG_NONE}, +{210, DeviceType::BOILER, F("Logamax Plus GB172i"), DeviceFlags::EMS_DEVICE_FLAG_NONE}, {211, DeviceType::BOILER, F("EasyControl Adapter"), DeviceFlags::EMS_DEVICE_FLAG_NONE}, {234, DeviceType::BOILER, F("Logamax Plus GB122"), DeviceFlags::EMS_DEVICE_FLAG_NONE}, {206, DeviceType::BOILER, F("Ecomline Excellent"), DeviceFlags::EMS_DEVICE_FLAG_NONE},