mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-08 08:49:52 +03:00
add GB172i, product-id 210
This commit is contained in:
@@ -14,6 +14,7 @@
|
|||||||
- External Button support (#708) for resetting to factory defaults and other actions
|
- External Button support (#708) for resetting to factory defaults and other actions
|
||||||
- new console set command in `system`, `set ethernet <profile>` for quickly enabling cabled ethernet connections without using the captive wifi portal
|
- new console set command in `system`, `set ethernet <profile>` 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
|
- Added in MQTT nested mode, for thermostat and mixer, like we had in v2
|
||||||
|
- Boiler GB172i (product-id 210) (3.0.0b6)
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
- telegrams matched to masterthermostat 0x18
|
- telegrams matched to masterthermostat 0x18
|
||||||
@@ -22,6 +23,7 @@
|
|||||||
- Thermostat ES72/RC20 device 66 to command-set RC20_2
|
- Thermostat ES72/RC20 device 66 to command-set RC20_2
|
||||||
- MQTT payloads not adding to queue when MQTT is re-connecting (fixes #369)
|
- MQTT payloads not adding to queue when MQTT is re-connecting (fixes #369)
|
||||||
- fix for HA topics with invalid command formats (#728)
|
- fix for HA topics with invalid command formats (#728)
|
||||||
|
- wrong position of values #723, #732
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
- changed how telegram parameters are rendered for mqtt, console and web (#632)
|
- changed how telegram parameters are rendered for mqtt, console and web (#632)
|
||||||
|
|||||||
@@ -39,6 +39,7 @@
|
|||||||
{195, DeviceType::BOILER, F("Condens 5000i/Greenstar 8000"), DeviceFlags::EMS_DEVICE_FLAG_NONE},
|
{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},
|
{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},
|
{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},
|
{211, DeviceType::BOILER, F("EasyControl Adapter"), DeviceFlags::EMS_DEVICE_FLAG_NONE},
|
||||||
{234, DeviceType::BOILER, F("Logamax Plus GB122"), 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},
|
{206, DeviceType::BOILER, F("Ecomline Excellent"), DeviceFlags::EMS_DEVICE_FLAG_NONE},
|
||||||
|
|||||||
Reference in New Issue
Block a user