Fix: SMA HomeManager PowerMeter must announce new values

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.
This commit is contained in:
Bernhard Kirchen 2024-08-24 21:12:25 +02:00
parent 821bc27562
commit 2127b0b080

View File

@ -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;