Integrate Third Party API in GUI

Hi,

I need some guidance on how to integrate a third-party API in OpenEMS. Let’s say I have this API

https://api.example.com/data

and I want to call it through Edge what steps do I need to take, I don’t want to call it through the GUI.

Explaining a little more I have a list of data that constantly updates and I call that API which has the data so how do I handle this through Edge and backend

Hi,

It can be possible and one such implementation is already existing in OpenEMS.

We have implemented the API, in a certain way that every day we call the API at a particular time for updated data. We implemented it as a separate service, which makes synchronous calls and fetches data from the remote server.

Please look into it for reference implementation:

1 Like