Skip to content

Commit

Permalink
add EMS+ wwCurFlow #918
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelDvP committed Jan 20, 2023
1 parent cb4cce1 commit b09deb1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/devices/boiler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1141,6 +1141,7 @@ void Boiler::process_UBAMonitorWWPlus(std::shared_ptr<const Telegram> telegram)
has_update(telegram, wwSetTemp_, 0);
has_update(telegram, wwCurTemp_, 1);
has_update(telegram, wwCurTemp2_, 3);
has_update(telegram, wwCurFlow_, 11);

has_update(telegram, wwWorkM_, 14, 3); // force to 3 bytes
has_update(telegram, wwStarts_, 17, 3); // force to 3 bytes
Expand Down

0 comments on commit b09deb1

Please sign in to comment.