From 1201fd1c2f9230db1835e09dffac497e9b220792 Mon Sep 17 00:00:00 2001 From: atef Date: Thu, 22 Jun 2023 09:50:50 +0200 Subject: [PATCH] Change grid set point to 0 --- csharp/App/SaliMax/src/SystemConfig/Config.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csharp/App/SaliMax/src/SystemConfig/Config.cs b/csharp/App/SaliMax/src/SystemConfig/Config.cs index b68772e0e..9ebb15245 100644 --- a/csharp/App/SaliMax/src/SystemConfig/Config.cs +++ b/csharp/App/SaliMax/src/SystemConfig/Config.cs @@ -31,7 +31,7 @@ public class Config //TODO: let IE choose from config files (Json) and connect t MinSoc = 20, LastEoc = UnixTime.Epoch, PConstant = .5, - GridSetPoint = -20000, + GridSetPoint = 0, BatterySelfDischargePower = 200, // TODO: multiple batteries HoldSocZone = 1, // TODO: find better name, ControllerPConstant = 0.5,