Skip to content

Commit

Permalink
Fix: SMA HomeManager PowerMeter must announce new values
Browse files Browse the repository at this point in the history
the SMA power meter implementation did not announce that it received a
new datum, such that the power meter data age was never reset. this made
the power meter values outdated and hence invalid, even though new
values were received and processed.
  • Loading branch information
schlimmchen committed Aug 24, 2024
1 parent 821bc27 commit 2127b0b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/PowerMeterUdpSmaHomeManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ uint8_t* PowerMeterUdpSmaHomeManager::decodeGroup(uint8_t* offset, uint16_t grou
Soutput(kanal, index, art, tarif, "Leistung L2", _powerMeterL2, timestamp);
Soutput(kanal, index, art, tarif, "Leistung L3", _powerMeterL3, timestamp);
count = 0;
gotUpdate();
}

continue;
Expand Down

0 comments on commit 2127b0b

Please sign in to comment.