From 0bb598efe7db815fcb328932bf1aa503bb2dbc0e Mon Sep 17 00:00:00 2001 From: Paul Date: Tue, 29 Oct 2019 18:03:08 +0100 Subject: [PATCH] added Greenstar i --- src/ems.h | 2 +- src/ems_devices.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/ems.h b/src/ems.h index 59a9bcb7e..fa52f1373 100644 --- a/src/ems.h +++ b/src/ems.h @@ -186,7 +186,7 @@ const _EMS_TxTelegram EMS_TX_TELEGRAM_NEW = { // where defintions are stored typedef struct { uint8_t product_id; - char model_string[80]; + char model_string[100]; } _Boiler_Device; typedef struct { diff --git a/src/ems_devices.h b/src/ems_devices.h index dec79a6d7..1078b1e33 100644 --- a/src/ems_devices.h +++ b/src/ems_devices.h @@ -200,7 +200,7 @@ const _Boiler_Device Boiler_Devices[] = { {203, "Buderus Logamax U122/Junkers Cerapur"}, {208, "Buderus Logamax plus/GB192/Bosch Condens GC9000"}, {64, "Sieger BK13,BK15/Nefit Smartline/Buderus GB1x2"}, - {95, "Bosch Condens 2500/Buderus Logamax GB062/Junkers Cerapur Top/Junkers HT3"}, + {95, "Bosch Condens 2500/Buderus Logamax GB062/Junkers Cerapur Top/Worcester Greenstar i/Generic HT3"}, {122, "Nefit Proline"}, {170, "Buderus Logano GB212"}, {172, "Nefit Enviline"} @@ -249,7 +249,7 @@ const _Other_Device Other_Devices[] = { {125, 0x09, "BC25 Base Controller"}, {169, 0x09, "BC40 Base Controller"}, {152, 0x09, "Junkers Controller"}, - {95, 0x09, "Junkers HT3 Controller"}, + {95, 0x09, "HT3 Controller"}, {230, 0x09, "BC Base Controller"}, {205, 0x02, "Nefit Moduline Easy Connect"},