Skip to content

Commit

Permalink
- RC35: sets setpoint temperature in type 0x3D depends on current
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Weithe authored and Christian Weithe committed Jan 10, 2019
1 parent 7d0f3a4 commit 5cda8a5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions src/ems_devices.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

#include "ems.h"

/*
/*
* Boiler...
*/
#define EMS_TYPE_UBAMonitorFast 0x18 // is an automatic monitor broadcast
Expand All @@ -27,7 +27,7 @@
#define EMS_VALUE_UBAParameterWW_wwComfort_Comfort 0x00 // the value for comfort
#define EMS_VALUE_UBAParameterWW_wwComfort_Eco 0xD8 // the value for eco

/*
/*
* Thermostat...
*/

Expand Down Expand Up @@ -59,6 +59,7 @@
#define EMS_OFFSET_RC35Set_mode 7 // position of thermostat mode
#define EMS_OFFSET_RC35Set_temp_day 2 // position of thermostat setpoint temperature for day time
#define EMS_OFFSET_RC35Set_temp_night 1 // position of thermostat setpoint temperature for night time
#define EMS_OFFSET_RC35Get_mode_day 1 // position of thermostat day mode

// Easy specific
#define EMS_TYPE_EasyStatusMessage 0x0A // reading values on an Easy Thermostat
Expand Down Expand Up @@ -117,7 +118,7 @@ const _Model_Type Model_Types[] = {
{EMS_MODEL_EASY, 202, 0x18, "TC100 (e.g. Nefit Easy or CT100)"}

};
/*
/*
* Known thermostat types and their abilities
*/
const _Thermostat_Type Thermostat_Types[] = {
Expand Down
4 changes: 2 additions & 2 deletions src/my_config.h
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*
* my_config.h
*
*
* All configurations and customization's go here
*
*
* Paul Derbyshire - https://github.com/proddy/EMS-ESP
*/

Expand Down

0 comments on commit 5cda8a5

Please sign in to comment.