Add comment for Pv Daily production

This commit is contained in:
atef 2024-02-05 15:37:27 +01:00
parent 7be2fd1fcc
commit 1e3fe8f6dc
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ public record StringOptimizerRegisters
[HoldingRegister<UInt32>(93, Scale = .001)] public Double String1Voltage { get; private set; }
[HoldingRegister<UInt32>(95, Scale = .001)] public Double String2Voltage { get; private set; }
[HoldingRegister<UInt32>(97, Scale = .001)] public Double ProductionToday { get; private set; }
[HoldingRegister<UInt32>(97, Scale = .001)] public Double ProductionToday { get; private set; } //scale 0.001 because we want a Kwh instead of Wh
[HoldingRegister<Int16>(99, Scale = .001)] public Double String1Current { get; private set; }
[HoldingRegister<Int16>(100, Scale = .001)] public Double String2Current { get; private set; }