added inverter status - state-machine #1016
This commit is contained in:
lumapu 2023-07-09 13:25:43 +02:00
parent 0be3a23603
commit be9c505407
11 changed files with 83 additions and 44 deletions

View file

@ -89,7 +89,7 @@ class Display {
if (iv == NULL)
continue;
if (iv->isProducing(*mUtcTs))
if (iv->isProducing())
isprod++;
totalPower += iv->getChannelFieldValue(CH0, FLD_PAC, rec);