update the battery limmit charge and discharge current
This commit is contained in:
parent
af38a98e11
commit
3ac3cabb1c
|
|
@ -8,8 +8,8 @@ namespace InnovEnergy.App.SodiStoreMax.Ess;
|
||||||
|
|
||||||
public static class Controller
|
public static class Controller
|
||||||
{
|
{
|
||||||
private static readonly Double MaxDischargePower = -4000; // By battery TODO: move to config
|
private static readonly Double MaxDischargePower = -8000; // By battery TODO: move to config
|
||||||
private static readonly Double MaxChargePower = 3500; // By battery TODO: move to config
|
private static readonly Double MaxChargePower = 6000; // By battery TODO: move to config
|
||||||
|
|
||||||
public static EssMode SelectControlMode(this StatusRecord s)
|
public static EssMode SelectControlMode(this StatusRecord s)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue