STM32F103C8T6_WIFI_Heating_system

Dependencies:   mbed mbed-STM32F103C8T6 eeprom_flash Watchdog PinDetect DS1820

  1. Bluepill STM32F103C8T6 Heating system
    1. _This project is core part of bigger heating system project!_

Features - Reading temperature from four DS18B20 sensors - Making a decision about switching on/off heater and pomp - Executing simple user commands from UART - Storing state parameters to program memory (EEPROM emulation)

Revision:
59:0c6f3541beda
Parent:
58:70930f201f97
--- a/temp_controller/temp_controller.cpp	Tue Oct 06 08:17:06 2020 +0000
+++ b/temp_controller/temp_controller.cpp	Tue Oct 13 07:36:35 2020 +0000
@@ -16,10 +16,10 @@
 #define MAX_HOT_WATER_TEMP  35 
 
 // here we define default working temps for ECO mode
-#define ECO_MIN_MEBEL_TEMP      5 
-#define ECO_MIN_LITOS_TEMP      5 
-#define ECO_MIN_BACK_WATER_TEMP 5 
-#define ECO_MAX_HOT_WATER_TEMP  25 
+#define ECO_MIN_MEBEL_TEMP      3 
+#define ECO_MIN_LITOS_TEMP      3 
+#define ECO_MIN_BACK_WATER_TEMP 3 
+#define ECO_MAX_HOT_WATER_TEMP  23 
 
 
 #define HYSTERESIS  0.2