From 412ed2fa16cf23a8d5f761025b21386ace86ab04 Mon Sep 17 00:00:00 2001 From: proddy Date: Mon, 11 Mar 2019 21:22:08 +0100 Subject: [PATCH] added Moduline 1010 --- src/ems_devices.h | 4 +++- src/my_config.h | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/ems_devices.h b/src/ems_devices.h index 4ac8ab238..bae98b500 100644 --- a/src/ems_devices.h +++ b/src/ems_devices.h @@ -119,6 +119,7 @@ const _Boiler_Type Boiler_Types[] = { {EMS_MODEL_UBA, 190, 0x09, "BC10 Base Controller"}, {EMS_MODEL_UBA, 114, 0x09, "BC10 Base Controller"}, {EMS_MODEL_UBA, 125, 0x09, "BC25 Base Controller"}, + {EMS_MODEL_UBA, 205, 0x02, "Nefit Moduline Easy Connect"}, {EMS_MODEL_UBA, 68, 0x09, "RFM20 Receiver"}, {EMS_MODEL_UBA, 95, 0x08, "Bosch Condens 2500"}, {EMS_MODEL_UBA, 251, 0x21, "MM10 Mixer Module"}, // warning, fake product id! @@ -141,6 +142,7 @@ const _Thermostat_Type Thermostat_Types[] = { {EMS_MODEL_BOSCHEASY, 206, 0x02, "Bosch Easy", EMS_THERMOSTAT_READ_YES, EMS_THERMOSTAT_WRITE_NO}, {EMS_MODEL_RC310, 158, 0x10, "RC310", EMS_THERMOSTAT_READ_NO, EMS_THERMOSTAT_WRITE_NO}, {EMS_MODEL_CW100, 255, 0x18, "Bosch CW100", EMS_THERMOSTAT_READ_NO, EMS_THERMOSTAT_WRITE_NO}, - {EMS_MODEL_OT, 171, 0x02, "EMS-OT OpenTherm converter", EMS_THERMOSTAT_READ_YES, EMS_THERMOSTAT_WRITE_YES} + {EMS_MODEL_OT, 171, 0x02, "EMS-OT OpenTherm converter", EMS_THERMOSTAT_READ_YES, EMS_THERMOSTAT_WRITE_YES}, + {EMS_MODEL_RC10, 165, 0x02, "RC10/Nefit Moduline 1010)", EMS_THERMOSTAT_READ_YES, EMS_THERMOSTAT_WRITE_YES} }; diff --git a/src/my_config.h b/src/my_config.h index 2c23d611b..b9300c250 100644 --- a/src/my_config.h +++ b/src/my_config.h @@ -45,7 +45,7 @@ #define TOPIC_SHOWER_COLDSHOT "shower_coldshot" // used to trigger a coldshot from an MQTT command // default values for shower logic on/off -#define BOILER_SHOWER_TIMER 1 // enable (1) to monitor shower time +#define BOILER_SHOWER_TIMER 0 // enable (1) to monitor shower time #define BOILER_SHOWER_ALERT 0 // enable (1) to send alert of cold water when shower time limit has exceeded #define SHOWER_MAX_DURATION 420000 // in ms. 7 minutes, before trigger a shot of cold water