Connect edge instance to backend

Hi Ghada,

the Metadata.File implementation for OpenEMS Backend takes a JSON configuration in the form:

An example file could look like this:

{
   "edges":{
      "edge0":{
         "comment":"My first OpenEMS Edge",
         "apikey":"unique_password_for_edge0"
      },
      "edge1":{
         "comment":"My second OpenEMS Edge",
         "apikey":"unique_password_for_edge1"
      }
   }
}

The apikeys can be chosen by you. Just make sure they are unique.

Regards,
Stefan

1 Like