fix defaults for Salimax Release

This commit is contained in:
ig 2023-07-04 09:59:26 +02:00
parent 9a2ea39317
commit c6fbb1d931
1 changed files with 8 additions and 8 deletions

View File

@ -78,14 +78,14 @@ public class Config //TODO: let IE choose from config files (Json) and connect t
S3 = null, // TODO
Devices = new ()
{
RelaysIp = new() { Address = "10.0.1.1", Port = 502},
TruConvertAcIp = new() { Address = "10.0.2.1", Port = 502},
TruConvertDcIp = new() { Address = "10.0.3.1", Port = 502},
GridMeterIp = new() { Address = "10.0.4.1", Port = 502},
InternalMeterIp = new() { Address = "10.0.4.2", Port = 502},
AmptIp = new() { Address = "10.0.5.1", Port = 502},
BatteryIp = new() { Address = "localhost", Port = 6855},
BatteryNodes = new Byte[]{2},
RelaysIp = new() { Host = "10.0.1.1", Port = 502},
TruConvertAcIp = new() { Host = "10.0.2.1", Port = 502},
TruConvertDcIp = new() { Host = "10.0.3.1", Port = 502},
GridMeterIp = new() { Host = "10.0.4.1", Port = 502},
IslandBusLoadMeterIp = new() { Host = "10.0.4.2", Port = 502},
AmptIp = new() { Host = "10.0.5.1", Port = 502},
BatteryIp = new() { Host = "localhost", Port = 6855},
BatteryNodes = new []{ 2, 3, 4, 5, 6 },
},
};
#endif