alliander-opensource / ReLevENT

Integration project of DER-scheduling (OSS) with FledgePower (OSS)
Apache License 2.0
2 stars 0 forks source link

Automatically create configuration from CID file #9

Closed fhg-dw closed 3 months ago

fhg-dw commented 7 months ago

Currently, if the CID is changed, a new user will need to do quite some steps when they want to use a CID file other than the ones supplied:

  1. clone libiec61850 or download genconfig.jar from the repo
  2. use genconfig.jar to generate CFG file from CID file
  3. create FLEDGE JSONs based on the values in the CID
  4. feed all these files into docker container

This is way to complicated and should be automated with scripts.

fhg-dw commented 3 months ago

Done in this commit