OSGP / Documentation

This repository contains documentation for the Open Smart Grid Platform project. This repository is built as a GitBook, therefore all content has to be written using markdown syntax. See the latest GitBook:
https://documentation.gxf.lfenergy.org/
Apache License 2.0
24 stars 15 forks source link

IEC61850 client port not configurable #250

Open ThE-MaRaC opened 3 years ago

ThE-MaRaC commented 3 years ago

In the osgp-adapter-protocol-iec61850.properties there is a property for client port configuration. Default value is: iec61850.port.client=102 But, this value is never used, instead, a hardcoded value from Iec61850DeviceConnectionService.java is used. private static final int IEC61850_DEFAULT_PORT = 102; Please let me know if I should provide a pull request with the correction.

kevinsmeets commented 3 years ago

Hello @ThE-MaRaC , the port for IEC61850 devices can be configured using database records. I think this code may be conflicting with the global property your mention. It would be great if you are willing to create a fix for this situation :)

ThE-MaRaC commented 3 years ago

Sure, I will provide a pull request with the correction.

smvdheijden commented 2 years ago

The codebase seems to have changed (The hardcoded value is no longer present) . Could you please verify if this issue is still valid?