Fix MM100 wwc names (#479) and cmd:temp for some thermostats (#478)

This commit is contained in:
MichaelDvP
2020-09-04 12:04:23 +02:00
parent d6f4e4bdf4
commit 55d670b59b
3 changed files with 69 additions and 33 deletions

View File

@@ -206,7 +206,7 @@ class Thermostat : public EMSdevice {
static constexpr uint8_t EMS_OFFSET_JunkersSetMessage2_set_mode = 4; // EMS offset to set mode on thermostat
static constexpr uint8_t EMS_OFFSET_JunkersSetMessage2_no_frost_temp = 5;
static constexpr uint8_t EMS_OFFSET_JunkersSetMessage2_eco_temp = 6;
static constexpr uint8_t EMS_OFFSET_JunkersSetMessage3_heat = 7;
static constexpr uint8_t EMS_OFFSET_JunkersSetMessage2_heat_temp = 7;
#define AUTO_HEATING_CIRCUIT 0
#define DEFAULT_HEATING_CIRCUIT 1