Skip to content

Commit

Permalink
fix emsesp#954, write selflowtemp with same value
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelDvP committed Feb 12, 2023
1 parent 608500e commit 32bf13c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/devices/boiler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1711,7 +1711,9 @@ bool Boiler::set_flow_temp(const char * value, const int8_t id) {
}

// no write/verify if there is no change, see https://github.com/emsesp/EMS-ESP32/issues/654
// put it to end of tx-queue
if (v == selFlowTemp_) {
EMSESP::txservice_.add(Telegram::Operation::TX_WRITE, device_id(), EMS_TYPE_UBASetPoints, 0, (uint8_t *) &v, 1, 0, false);
return true;
}

Expand Down

0 comments on commit 32bf13c

Please sign in to comment.