add doepke to the config file
This commit is contained in:
parent
0d9135ba06
commit
975ef6af8d
|
|
@ -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},
|
TruConvertAcIp = new() { Host = "10.0.2.1", Port = 502, DeviceState = DeviceState.Measured},
|
||||||
PvOnDc = new() { Host = "10.0.5.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},
|
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 },
|
BatteryIp = new() { Host = "localhost", Port = 6855, DeviceState = DeviceState.Measured },
|
||||||
BatteryNodes = new []{ 2, 3, 4, 5, 6, 7, 8, 9, 10, 11},
|
BatteryNodes = new []{ 2, 3, 4, 5, 6, 7, 8, 9, 10, 11},
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue