Edge Device Local API Docs
Local Control of Load Management [Rest API]
To activate the API server, please contact [email protected]
The API returns an HTTP status code 500 (Internal Server Error) if certain fields are incorrect or invalid.
Good to know:
Ensure that all required fields are correctly formatted and validated to avoid this error.
If you only want to read measuring data locally, you're in the wrong place—you need the Realtime energy data [Modbus TCP] .
Provides live updated values of the consumption and status of the load CLM.
GET
Request
Header Parameters
Authorization
String
required
user and password encoded in base64 following basic auth specification
Return current API settings
GET
Request
Header Parameters
Authorization
String
required
user and password encoded in base64 following basic auth specification
Update API settings
POST
Request
Header Parameters
Authorization
String
required
user and password encoded in base64 following basic auth specification
Body Parameters
ActivePowerActivation
Boolean
optional
enable or disable LM controll over API
CurrentLimit
Number
optional
load management current limit
FallbackCurrentLimit
Number
optional
limit if keep alive endpoint is not called every 120 sec (default)
This endpoint resets the internal timeout and prevents the CLM to enter into the fallback current limit mode. This endpoint should be called at least once every 120 seconds (default).
POST
Request
Header Parameters
Authorization
String
required
user and password encoded in base64 following basic auth specification