Create Inverter (JSON)
Inverters
Create Inverter (JSON)
Create an inverter from a JSON request body
POST
Create Inverter (JSON)
POST /inverters/json
Create a new inverter by providing structured JSON instead of uploading an.ond file. This is useful when inverter specifications are already available in your application or when programmatically building an inverter library.
Notes
- Requires a valid JWT with write access to the workspace.
- The request body must include
name(non-empty string) andproperties(dict of inverter specifications). Theefficiencyfield is optional. - The
propertiesdict should contain the same key-value structure produced by.ondfile parsing (Pnom, Vmax, efficiency parameters, etc.). - Extra fields beyond
name,properties, andefficiencyare rejected (400). - For uploading a PVsyst
.ondfile directly, usePOST /invertersinstead.
