From 975ef6af8d1fb2ed37e21a7ca24210f8440cd119 Mon Sep 17 00:00:00 2001 From: atef Date: Wed, 11 Jun 2025 15:59:37 +0200 Subject: [PATCH] add doepke to the config file --- csharp/App/SodiStoreMax/src/SystemConfig/Config.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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}, },