diff --git a/csharp/App/SodiStoreMax/src/SystemConfig/Config.cs b/csharp/App/SodiStoreMax/src/SystemConfig/Config.cs index a63736b12..2d922a64f 100644 --- a/csharp/App/SodiStoreMax/src/SystemConfig/Config.cs +++ b/csharp/App/SodiStoreMax/src/SystemConfig/Config.cs @@ -217,7 +217,8 @@ public class Config //TODO: let IE choose from config files (Json) and connect t TruConvertAcIp = new() { Host = "10.0.2.1", Port = 502, DeviceState = DeviceState.Measured}, PvOnDc = new() { Host = "10.0.5.1", Port = 502, DeviceState = DeviceState.Measured}, LoadOnDc = new() { Host = "false" , Port = 0 , DeviceState = DeviceState.Measured}, - TruConvertDcIp = new() { Host = "10.0.3.1", Port = 502, DeviceState = DeviceState.Measured}, + TruConvertDcIp = new() { Host = "10.0.3.1", Port = 502, DeviceState = DeviceState.Measured}, + DoepkeIp = new() { Host = "10.0.6.1", Port = 502, DeviceState = DeviceState.Measured}, BatteryIp = new() { Host = "localhost", Port = 6855, DeviceState = DeviceState.Measured }, BatteryNodes = new []{ 2, 3, 4, 5, 6, 7, 8, 9, 10, 11}, },