From 8d4ae6971de69e5c7ebcf09c443315612a8a6017 Mon Sep 17 00:00:00 2001 From: MichaelDvP <59284019+MichaelDvP@users.noreply.github.com> Date: Fri, 20 Aug 2021 09:48:01 +0200 Subject: [PATCH] fix #100 add missing hamode to EasyMonitor --- src/devices/thermostat.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/devices/thermostat.cpp b/src/devices/thermostat.cpp index 3bb3b9dfb..503f45008 100644 --- a/src/devices/thermostat.cpp +++ b/src/devices/thermostat.cpp @@ -747,6 +747,8 @@ void Thermostat::process_EasyMonitor(std::shared_ptr 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