mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 08:19:52 +03:00
fix #100 add missing hamode to EasyMonitor
This commit is contained in:
@@ -747,6 +747,8 @@ void Thermostat::process_EasyMonitor(std::shared_ptr<const Telegram> telegram) {
|
||||
|
||||
has_update(telegram->read_value(hc->curr_roomTemp, 8)); // is * 100
|
||||
has_update(telegram->read_value(hc->setpoint_roomTemp, 10)); // is * 100
|
||||
|
||||
hc->hamode = 1; // fixed to heat
|
||||
}
|
||||
|
||||
// Settings Parameters - 0xA5 - RC30_1
|
||||
|
||||
Reference in New Issue
Block a user