From 7684b67ff348952a8cf7cbb1c880b51e7335ff7b Mon Sep 17 00:00:00 2001 From: proddy Date: Tue, 16 Apr 2019 00:20:24 +0200 Subject: [PATCH] added SM100 --- src/ems_devices.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/ems_devices.h b/src/ems_devices.h index efea6f0fd..19375a1a0 100644 --- a/src/ems_devices.h +++ b/src/ems_devices.h @@ -112,7 +112,7 @@ typedef enum { // generic ID for all the other weird devices EMS_MODEL_OTHER, - // and finaly the thermostats + // and finally the thermostats EMS_MODEL_ES73, EMS_MODEL_RC10, EMS_MODEL_RC20, @@ -152,7 +152,8 @@ const _Other_Type Other_Types[] = { {EMS_MODEL_OTHER, 114, 0x09, "BC10 Base Controller"}, {EMS_MODEL_OTHER, 125, 0x09, "BC25 Base Controller"}, {EMS_MODEL_OTHER, 205, 0x02, "Nefit Moduline Easy Connect"}, - {EMS_MODEL_OTHER, 73, EMS_ID_SM10, "SM10 Solar Module"}, + {EMS_MODEL_OTHER, 73, EMS_ID_SM, "SM10 Solar Module"}, + {EMS_MODEL_OTHER, 163, EMS_ID_SM, "SM100 Solar Module"}, {EMS_MODEL_OTHER, 171, 0x02, "EMS-OT OpenTherm converter"} };