Change grid set point to 0
This commit is contained in:
parent
98bdec1a36
commit
1201fd1c2f
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue