From 45741c774487aad105e7f53da5a79dca23cf1396 Mon Sep 17 00:00:00 2001 From: proddy Date: Sun, 26 May 2019 17:57:35 +0200 Subject: [PATCH] https://github.com/proddy/EMS-ESP/issues/117 --- src/ems_devices.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/ems_devices.h b/src/ems_devices.h index 175749300..2b7627c0d 100644 --- a/src/ems_devices.h +++ b/src/ems_devices.h @@ -152,7 +152,7 @@ const _Boiler_Type Boiler_Types[] = { {EMS_MODEL_UBA, 72, 0x08, "MC10 Module"}, {EMS_MODEL_UBA, 123, 0x08, "Buderus GB172/Nefit Trendline"}, {EMS_MODEL_UBA, 115, 0x08, "Nefit Topline Compact/Buderus GB162"}, - {EMS_MODEL_UBA, 203, 0x08, "Buderus Logamax U122"}, + {EMS_MODEL_UBA, 203, 0x08, "Buderus Logamax U122/Junkers Cerapur"}, {EMS_MODEL_UBA, 208, 0x08, "Buderus Logamax plus/GB192"}, {EMS_MODEL_UBA, 64, 0x08, "Sieger BK15 Boiler/Nefit Smartline"}, {EMS_MODEL_UBA, 95, 0x08, "Bosch Condens 2500/Junkers Heatronics3"}, @@ -173,6 +173,7 @@ const _Other_Type Other_Types[] = { {EMS_MODEL_OTHER, 190, 0x09, "BC10 Base Controller"}, {EMS_MODEL_OTHER, 114, 0x09, "BC10 Base Controller"}, {EMS_MODEL_OTHER, 125, 0x09, "BC25 Base Controller"}, + {EMS_MODEL_OTHER, 152, 0x09, "Junkers Controller"}, {EMS_MODEL_OTHER, 205, 0x02, "Nefit Moduline Easy Connect"}, {EMS_MODEL_OTHER, 73, EMS_ID_SM, "SM10 Solar Module"}, {EMS_MODEL_OTHER, 163, EMS_ID_SM, "SM100 Solar Module"},