mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 16:29:51 +03:00
fix dhw progMode, #2490
This commit is contained in:
@@ -908,8 +908,8 @@ void Thermostat::process_IBASettings(std::shared_ptr<const Telegram> telegram) {
|
||||
// Settings WW 0x37 - RC35
|
||||
void Thermostat::process_RC35wwSettings(std::shared_ptr<const Telegram> telegram) {
|
||||
auto dhw = dhw_circuit(0, true);
|
||||
has_update(telegram, dhw->wwProgMode_, 0); // 0-like hc, 0xFF own prog
|
||||
has_update(telegram, dhw->wwCircProg_, 1); // 0-like hc, 0xFF own prog
|
||||
has_bitupdate(telegram, dhw->wwProgMode_, 0, 0); // 0-like hc, 0xFF own prog
|
||||
has_bitupdate(telegram, dhw->wwCircProg_, 1, 0); // 0-like hc, 0xFF own prog
|
||||
has_update(telegram, dhw->wwMode_, 2); // 0-off, 1-on, 2-auto
|
||||
has_update(telegram, dhw->wwCircMode_, 3); // 0-off, 1-on, 2-auto
|
||||
has_update(telegram, dhw->wwDisinfecting_, 4); // 0-off, 0xFF on
|
||||
|
||||
Reference in New Issue
Block a user