Change grid set point to 0

This commit is contained in:
atef 2023-06-22 09:50:50 +02:00
parent 98bdec1a36
commit 1201fd1c2f
1 changed files with 1 additions and 1 deletions

View File

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