update the battery limmit charge and discharge current

This commit is contained in:
atef 2025-04-25 09:29:56 +02:00
parent af38a98e11
commit 3ac3cabb1c
1 changed files with 2 additions and 2 deletions

View File

@ -8,8 +8,8 @@ namespace InnovEnergy.App.SodiStoreMax.Ess;
public static class Controller
{
private static readonly Double MaxDischargePower = -4000; // By battery TODO: move to config
private static readonly Double MaxChargePower = 3500; // By battery TODO: move to config
private static readonly Double MaxDischargePower = -8000; // 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)
{