Terabase Energy Inverters API

Inverter library management

Operations 10

GET /Inverter List all accessible inverters #
POST /Inverter Create an inverter #
GET /Inverter/InverterOverview Get inverter overview list #
POST /Inverter/Status Change status of one or more inverters #
POST /Inverter/kVA Calculate kVA for an inverter at given conditions #
POST /Inverter/ParseONDFile Parse an OND file and return inverter data #
GET /Inverter/{inverterId} Get an inverter by ID #
PUT /Inverter/{inverterId} Update an inverter #
DELETE /Inverter/{inverterId} Delete an inverter #
GET /Inverter/{inverterId}/kVA Get stored kVA for an inverter #

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/terabase-energy-inverters-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

terabase-energy-inverters-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Terabase Energy Inverters API
  version: 12.13.0
  description: 'Operations tagged Inverters across 2 of this provider''s published API definitions: terabase-energy-inverters-api-openapi.yml, terabase-energy-plantpredict-openapi-original.yaml. Each path carries the servers of the definition it was published in.'
servers:
- url: https://api.plantpredict.terabase.energy
  description: Production
security:
- bearerAuth: []
tags:
- name: Inverters
  description: Inverter library management
paths:
  /Inverter:
    get:
      tags:
      - Inverters
      summary: List all accessible inverters
      description: "# Get All Inverters\n\nReturns a list of all available Inverters in the system.\n\n## Overview\n\nThis endpoint retrieves a comprehensive list of all inverter configurations stored in the database. Each inverter entry contains detailed technical specifications, power ratings, voltage limits, efficiency curves, and metadata about ownership and modification history.\n\n## Response Fields\n\n### Status & Identification\n\n- **id** - Unique identifier for the inverter record\n    \n- **name** - Display name of the inverter (typically includes manufacturer, model, and specifications)\n    \n- **status** - Current status of the inverter record:\n    - `2` - Active/Published\n        \n    - `5` - Archived\n        \n    - `6` - Legacy/Deprecated\n        \n- **description** - Optional notes or additional information about the inverter configuration\n    \n\n### Manufacturer & Model Information\n\n- **manufacturer** - Inverter manufacturer name (e.g., \"ABB\")\n    \n- **model** - Specific model identifier (e.g., \"PVS800-57-1000kW-C\")\n    \n- **inverterType** - Classification of inverter type:\n    - `2` - Central inverter\n        \n    - Other values may represent string or micro inverters\n        \n\n### Power Specifications\n\n- **powerRated** - Rated AC power output in kilowatts (kW)\n    \n- **apparentPower** - Apparent power capacity in kilovolt-amperes (kVA)\n    \n- **minDCPowerThreshold** - Minimum DC power threshold in watts (W) for operation\n    \n- **outputVoltage** - AC output voltage in volts (V)\n    \n\n### Voltage & Current Limits\n\n- **minVoltage** - Minimum DC input voltage in volts (V)\n    \n- **maxMPPVoltage** - Maximum power point tracking voltage in volts (V)\n    \n- **maxAbsoluteVoltage** - Maximum absolute DC voltage limit in volts (V)\n    \n- **maxCurrent** - Maximum DC input current in amperes (A)\n    \n\n### Environmental & Physical Constraints\n\n- **maxElevation** - Maximum operating elevation in meters above sea level\n    \n\n### Curve Settings & Data Configuration\n\n- **usekVACurves** - Boolean flag indicating whether kVA derating curves are enabled\n    \n- **usePQCurves** - Boolean flag indicating whether power quality curves are enabled\n    \n- **dataSource** - Source identifier for the inverter data:\n    - `2` - Standard/manufacturer data\n        \n    - Other values may indicate custom or imported data\n        \n- **efficiencyCurves** - Array of efficiency curve data points (null if not configured)\n    \n- **kVACurves** - Array of kVA derating curve data (null if not configured)\n    \n- **pqCurves** - Array of power quality curve data (null if not configured)\n    \n\n### Ownership & Company Information\n\n- **companyId** - ID of the company that owns this inverter configuration\n    \n- **company** - Company object (typically null in list responses)\n    \n- **ownerId** - User ID of the inverter configuration owner\n    \n- **owner** - Owner user object (typically null in list responses)\n    \n\n### Audit & Modification Tracking\n\n- **createdDate** - ISO 8601 timestamp when the inverter was created\n    \n- **lastModified** - ISO 8601 timestamp of the most recent modification\n    \n- **lastModifiedById** - User ID of the person who last modified the record\n    \n- **lastModifiedBy** - Detailed user object containing:\n    - **id** - User ID\n        \n    - **email** - User email address\n        \n    - **firstName** / **lastName** - User's name\n        \n    - **jobTitle** - User's job title\n        \n    - **companyId** - User's company affiliation\n        \n    - **status** - User account status (0 = system account, 1 = active)\n        \n    - **createdDateUtc** - When the user account was created\n        \n    - **lastLoginDateUTC** - Most recent login timestamp\n        \n    - **uuid** - Unique user identifier\n        \n    - **migrationAgreementAcceptance** - Agreement acceptance flag\n        \n    - **clientCredentialsCreatedOnUTC** - API credentials creation timestamp\n        \n    - **roles** / **logins** - Arrays of user roles and login records\n        \n\n## Usage Notes\n\n- The response returns an array of inverter objects\n    \n- Inverters with `status: 3` are currently active and available for use\n    \n- Archived or deprecated inverters (`status: 5` or `6`) may still appear in results for historical reference\n    \n- Curve data (`efficiencyCurves`, `kVACurves`, `pqCurves`) is typically null in list responses and must be retrieved individually if needed\n    \n- User and company objects in the response are often null in list views to reduce payload size\n    \n- Multiple inverters may share the same model name but have different IDs and configurations\n    \n- The `lastModifiedBy` object provides full audit trail information for tracking changes\n"
      operationId: listInverters
      x-doc-source: postman
      responses:
        '200':
          description: Array of inverters
          content:
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/Inverter'
              examples:
                postman-all:
                  value:
                  - status: 6
                    model: PVS800-57-1000kW-C
                    manufacturer: ABB
                    powerRated: 1000
                    apparentPower: 1000
                    minDCPowerThreshold: 5000
                    minVoltage: 600
                    maxMPPVoltage: 850
                    maxAbsoluteVoltage: 1100
                    maxCurrent: 1710
                    maxElevation: 2000
                    outputVoltage: 400
                    usekVACurves: false
                    usePQCurves: false
                    dataSource: 2
                    efficiencyCurves: null
                    kVACurves: null
                    pqCurves: null
                    inverterType: 2
                    id: 132
                    name: ABB PVS800 57 1000kW C
                    description: null
                    companyId: 1
                    company: null
                    ownerId: 742
                    owner: null
                    createdDate: '2016-08-12T21:39:16.06'
                    lastModified: '2017-02-23T00:45:37.47'
                    lastModifiedById: 742
                    lastModifiedBy:
                      company: null
                      companyId: 1
                      firstName: System
                      lastName: Account
                      jobTitle: System
                      createdByUserId: null
                      createdByUser: null
                      status: 0
                      createdDateUtc: '2016-09-01T00:00:00'
                      settings: null
                      costCenter: null
                      migrationAgreementAcceptance: true
                      clientCredentialsCreatedOnUTC: null
                      uuid: null
                      userWeatherDownloads: null
                      lastLoginDateUTC: null
                      roles: []
                      logins: []
                      id: 742
                      normalizedUserName: null
                      email: FS108328@FIRSTSOLAR.COM
                      normalizedEmail: null
                      concurrencyStamp: 976622b5-3695-43b1-84db-823499eebbf0
                  - status: 5
                    model: PVS800-57-1000kW-C
                    manufacturer: ABB
                    powerRated: 1000
                    apparentPower: 1000
                    minDCPowerThreshold: 5000
                    minVoltage: 600
                    maxMPPVoltage: 850
                    maxAbsoluteVoltage: 1100
                    maxCurrent: 1710
                    maxElevation: 2000
                    outputVoltage: 400
                    usekVACurves: false
                    usePQCurves: false
                    dataSource: 2
                    efficiencyCurves: null
                    kVACurves: null
                    pqCurves: null
                    inverterType: 2
                    id: 711
                    name: ABB PVS800 57 1000kW C
                    description: null
                    companyId: 1
                    company: null
                    ownerId: 742
                    owner: null
                    createdDate: '2017-02-23T00:45:37.45'
                    lastModified: '2017-02-23T00:45:37.45'
                    lastModifiedById: 742
                    lastModifiedBy:
                      company: null
                      companyId: 1
                      firstName: System
                      lastName: Account
                      jobTitle: System
                      createdByUserId: null
                      createdByUser: null
                      status: 0
                      createdDateUtc: '2016-09-01T00:00:00'
                      settings: null
                      costCenter: null
                      migrationAgreementAcceptance: true
                      clientCredentialsCreatedOnUTC: null
                      uuid: null
                      userWeatherDownloads: null
                      lastLoginDateUTC: null
                      roles: []
                      logins: []
                      id: 742
                      normalizedUserName: null
                      email: FS108328@FIRSTSOLAR.COM
                      normalizedEmail: null
                      concurrencyStamp: c3c3e3e9-add2-4f51-b23d-fc9ad96a584a
                  - status: 2
                    model: PVS800-57-1000kW-C
                    manufacturer: ABB
                    powerRated: 1000
                    apparentPower: 1000
                    minDCPowerThreshold: 5000
                    minVoltage: 600
                    maxMPPVoltage: 850
                    maxAbsoluteVoltage: 1100
                    maxCurrent: 1710
                    maxElevation: 2000
                    outputVoltage: 400
                    usekVACurves: true
                    usePQCurves: true
                    dataSource: 2
                    efficiencyCurves: null
                    kVACurves: null
                    pqCurves: null
                    inverterType: 2
                    id: 10332
                    name: ABB PVS800 57 1000kW C
                    description: This are some inverter test notes
                    companyId: 1042
                    company: null
                    ownerId: 5093
                    owner: null
                    createdDate: '2025-11-21T15:24:54.293'
                    lastModified: '2025-11-21T15:24:54.293'
                    lastModifiedById: 5093
                    lastModifiedBy:
                      company: null
                      companyId: 1042
                      firstName: Jesse
                      lastName: Milam
                      jobTitle: Software Developer
                      createdByUserId: 5091
                      createdByUser: null
                      status: 1
                      createdDateUtc: '2021-09-23T19:48:03.647'
                      settings: null
                      costCenter: null
                      migrationAgreementAcceptance: true
                      clientCredentialsCreatedOnUTC: '2025-09-24T18:21:27.657'
                      uuid: 626e7c4e-0a96-4af0-996c-c5e979c25df1
                      userWeatherDownloads: null
                      lastLoginDateUTC: '2026-02-02T00:00:00'
                      roles: []
                      logins: []
                      id: 5093
                      normalizedUserName: null
                      email: jmilam@terabase.energy
                      normalizedEmail: null
                      concurrencyStamp: 9744b672-ed90-44f0-8b4e-ac9c2926240f
                  - status: 2
                    model: PVS800-57-1000kW-C
                    manufacturer: ABB
                    powerRated: 1000
                    apparentPower: 1000
                    minDCPowerThreshold: 5000
                    minVoltage: 600
                    maxMPPVoltage: 850
                    maxAbsoluteVoltage: 1100
                    maxCurrent: 1710
                    maxElevation: 2000
                    outputVoltage: 400
                    usekVACurves: true
                    usePQCurves: true
                    dataSource: 2
                    efficiencyCurves: null
                    kVACurves: null
                    pqCurves: null
                    inverterType: 2
                    id: 10333
                    name: ABB PVS800 57 1000kW C
                    description: This are some inverter test notes
                    companyId: 1042
                    company: null
                    ownerId: 5093
                    owner: null
                    createdDate: '2025-11-21T10:31:46.4'
                    lastModified: '2025-11-21T10:31:46.4'
                    lastModifiedById: 5093
                    lastModifiedBy:
                      company: null
                      companyId: 1042
                      firstName: Jesse
                      lastName: Milam
                      jobTitle: Software Developer
                      createdByUserId: 5091
                      createdByUser: null
                      status: 1
                      createdDateUtc: '2021-09-23T19:48:03.647'
                      settings: null
                      costCenter: null
                      migrationAgreementAcceptance: true
                      clientCredentialsCreatedOnUTC: '2025-09-24T18:21:27.657'
                      uuid: 626e7c4e-0a96-4af0-996c-c5e979c25df1
                      userWeatherDownloads: null
                      lastLoginDateUTC: '2026-02-02T00:00:00'
                      roles: []
                      logins: []
                      id: 5093
                      normalizedUserName: null
                      email: jmilam@terabase.energy
                      normalizedEmail: null
                      concurrencyStamp: 1eb43180-5df0-471a-9367-94bae3bfeefa
                  - status: 2
                    model: PVS800-57-1000kW-C
                    manufacturer: ABB
                    powerRated: 1000
                    apparentPower: 1000
                    minDCPowerThreshold: 5000
                    minVoltage: 600
                    maxMPPVoltage: 850
                    maxAbsoluteVoltage: 1100
                    maxCurrent: 1710
                    maxElevation: 2000
                    outputVoltage: 400
                    usekVACurves: true
                    usePQCurves: true
                    dataSource: 2
                    efficiencyCurves: null
                    kVACurves: null
                    pqCurves: null
                    inverterType: 2
                    id: 10334
                    name: ABB PVS800 57 1000kW C
                    description: This are some inverter test notes
                    companyId: 1042
                    company: null
                    ownerId: 5093
                    owner: null
                    createdDate: '2025-11-21T10:32:48.2'
                    lastModified: '2025-11-21T10:32:48.2'
                    lastModifiedById: 5093
                    lastModifiedBy:
                      company: null
                      companyId: 1042
                      firstName: Jesse
                      lastName: Milam
                      jobTitle: Software Developer
                      createdByUserId: 5091
                      createdByUser: null
                      status: 1
                      createdDateUtc: '2021-09-23T19:48:03.647'
                      settings: null
                      costCenter: null
                      migrationAgreementAcceptance: true
                      clientCredentialsCreatedOnUTC: '2025-09-24T18:21:27.657'
                      uuid: 626e7c4e-0a96-4af0-996c-c5e979c25df1
                      userWeatherDownloads: null
                      lastLoginDateUTC: '2026-02-02T00:00:00'
                      roles: []
                      logins: []
                      id: 5093
                      normalizedUserName: null
                      email: jmilam@terabase.energy
                      normalizedEmail: null
                      concurrencyStamp: 3c17d76b-87d8-4690-8d4c-23d1c7ecd4a6
                  - status: 2
                    model: PVS800-57-1000kW-C
                    manufacturer: ABB
                    powerRated: 1000
                    apparentPower: 1000
                    minDCPowerThreshold: 5000
                    minVoltage: 600
                    maxMPPVoltage: 850
                    maxAbsoluteVoltage: 1100
                    maxCurrent: 1710
                    maxElevation: 2000
                    outputVoltage: 400
                    usekVACurves: true
                    usePQCurves: true
                    dataSource: 2
                    efficiencyCurves: null
                    kVACurves: null
                    pqCurves: null
                    inverterType: 2
                    id: 10335
                    name: ABB PVS800 57 1000kW C
                    description: This are some inverter test notes
                    companyId: 1042
                    company: null
                    ownerId: 5093
                    owner: null
                    createdDate: '2025-11-21T10:40:03.99'
                    lastModified: '2025-11-21T10:40:03.99'
                    lastModifiedById: 5093
                    lastModifiedBy:
                      company: null
                      companyId: 1042
                      firstName: Jesse
                      lastName: Milam
                      jobTitle: Software Developer
                      createdByUserId: 5091
                      createdByUser: null
                      status: 1
                      createdDateUtc: '2021-09-23T19:48:03.647'
                      settings: null
                      costCenter: null
                      migrationAgreementAcceptance: true
                      clientCredentialsCreatedOnUTC: '2025-09-24T18:21:27.657'
                      uuid: 626e7c4e-0a96-4af0-996c-c5e979c25df1
                      userWeatherDownloads: null
                      lastLoginDateUTC: '2026-02-02T00:00:00'
                      roles: []
                      logins: []
                      id: 5093
                      normalizedUserName: null
                      email: jmilam@terabase.energy
                      normalizedEmail: null
                      concurrencyStamp: 9a499c2e-0a9a-45a4-b096-118f1f039c8f
                  - status: 2
                    model: PVS800-57-1000kW-C
                    manufacturer: ABB
                    powerRated: 1000
                    apparentPower: 1000
                    minDCPowerThreshold: 5000
                    minVoltage: 600
                    maxMPPVoltage: 850
                    maxAbsoluteVoltage: 1100
                    maxCurrent: 1710
                    maxElevation: 2000
                    outputVoltage: 400
                    usekVACurves: true
                    usePQCurves: true
                    dataSource: 2
                    efficiencyCurves: null
                    kVACurves: null
                    pqCurves: null
                    inverterType: 2
                    id: 10336
                    name: ABB PVS800 57 1000kW C
                    description: This are some inverter test notes
                    companyId: 1042
                    company: null
                    ownerId: 5093
                    owner: null
                    createdDate: '2025-11-21T10:46:00.417'
                    lastModified: '2025-11-21T10:46:00.417'
                    lastModifiedById: 5093
                    lastModifiedBy:
                      company: null
                      companyId: 1042
                      firstName: Jesse
                      lastName: Milam
                      jobTitle: Software Developer
                      createdByUserId: 5091
                      createdByUser: null
                      status: 1
                      createdDateUtc: '2021-09-23T19:48:03.647'
                      settings: null
                      costCenter: null
                      migrationAgreementAcceptance: true
                      clientCredentialsCreatedOnUTC: '2025-09-24T18:21:27.657'
                      uuid: 626e7c4e-0a96-4af0-996c-c5e979c25df1
                      userWeatherDownloads: null
                      lastLoginDateUTC: '2026-02-02T00:00:00'
                      roles: []
                      logins: []
                      id: 5093
                      normalizedUserName: null
                      email: jmilam@terabase.energy
                      normalizedEmail: null
                      concurrencyStamp: d73e037f-4444-47b5-a299-8c257ff9767a
                  - status: 2
                    model: PVS800-57-1000kW-C
                    manufacturer: ABB
                    powerRated: 1000
                    apparentPower: 1000
                    minDCPowerThreshold: 5000
                    minVoltage: 600
                    maxMPPVoltage: 850
                    maxAbsoluteVoltage: 1100
                    maxCurrent: 1710
                    maxElevation: 2000
                    outputVoltage: 400
                    usekVACurves: false
                    usePQCurves: false
                    dataSource: 2
                    efficiencyCurves: null
                    kVACurves: null
                    pqCurves: null
                    inverterType: 2
                    id: 10370
                    name: ABB PVS800 57 1000kW C
                    description: null
                    companyId: 1042
                    company: null
                    ownerId: 5094
                    owner: null
                    createdDate: '2026-01-28T13:22:53.497'
                    lastModified: '2026-01-28T13:22:53.497'
                    lastModifiedById: 5094
                    lastModifiedBy:
                      company: null
                      companyId: 1042
                      firstName: Jason
                      lastName: Jacobs
                      jobTitle: Software Developer
                      createdByUserId: 5091
                      createdByUser: null
                      status: 1
                      createdDateUtc: '2021-09-23T19:49:23.147'
                      settings: null
                      costCenter: null
                      migrationAgreementAcceptance: true
                      clientCredentialsCreatedOnUTC: '2023-09-15T15:48:57.297'
                      uuid: 83ff4266-9d81-4eff-82fd-75031b5f1dc8
                      userWeatherDownloads: null
                      lastLoginDateUTC: '2026-01-30T00:00:00'
                      roles: []
                      logins: []
                      id: 5094
                      normalizedUserName: null
                      email: jjacobs@terabase.energy
                      normalizedEmail: null
                      concurrencyStamp: 495ee35f-64ec-40e2-933d-efd9ac84707c
                  - status: 2
                    model: PVS800-57-1000kW-C
                    manufacturer: ABB
                    powerRated: 1000
                    apparentPower: 1000
                    minDCPowerThreshold: 5000
                    minVoltage: 600
                    maxMPPVoltage: 850
                    maxAbsoluteVoltage: 1100
                    maxCurrent: 1710
                    maxElevation: 2000
                    outputVoltage: 400
                    usekVACurves: true
                    usePQCurves: true
                    dataSource: 2
                    efficiencyCurves: null
                    kVACurves: null
                    pqCurves: null
                    inverterType: 2
                    id: 9111
                    name: ABB PVS800 57 1000kW C
                    description: This are some inverter test notes
                    companyId: 1042
                    company: null
                    ownerId: 5094
                    owner: null
                    createdDate: '2023-01-12T14:14:44.26'
                    lastModified: '2025-11-20T16:16:33.297'
                    lastModifiedById: 5094
                    lastModifiedBy:
                      company: null
                      companyId: 1042
                      firstName: Jason
                      lastName: Jacobs
                      jobTitle: Software Developer
                      createdByUserId: 5091
                      createdByUser: null
                      status: 1
                      createdDateUtc: '2021-09-23T19:49:23.147'
                      settings: null
                      costCenter: null
                      migrationAgreementAcceptance: true
                      clientCredentialsCreatedOnUTC: '2023-09-15T15:48:57.297'
                      uuid: 83ff4266-9d81-4eff-82fd-75031b5f1dc8
                      userWeatherDownloads: null
                      lastLoginDateUTC: '2026-01-30T00:00:00'
                      roles: []
                      logins: []
                      id: 5094
                      normalizedUserName: null
                      email: jjacobs@terabase.energy
                      normalizedEmail: null
                      concurrencyStamp: 07239ceb-f38b-4117-92af-a989ed2f224f
                  - status: 5
                    model: PVS980-58-1840kW-6 RevE
                    manufacturer: ABB
                    powerRated: 1840
                    apparentPower: 2024
                    minDCPowerThreshold: 10000
                    minVoltage: 862
                    maxMPPVoltage: 1500
                    maxAbsoluteVoltage: 1500
                    maxCurrent: 1925
                    maxElevation: 4000
                    outputVoltage: 608
                    usekVACurves: true
                    usePQCurves: false
                    dataSource: 6
                    efficiencyCurves: null
                    kVACurves: null
                    pqCurves: null
                    inverterType: 2
                    id: 918
                    name: ABB PVS980-58-1840kW-6
                    description: null
                    companyId: 1
                    company: null
                    ownerId: 742
                    owner: null
                    createdDate: '2017-03-28T16:08:33.96'
                    lastModified: '2021-05-19T19:14:38.2'
                    lastModifiedById: 742
                    lastModifiedBy:
                      company: null
                      companyId: 1
                      firstName: System
                      lastName: Account
                      jobTitle: System
                      createdByUserId: null
                      createdByUser: null
                      status: 0
                      createdDateUtc: '2016-09-01T00:00:00'
                      settings: null
                      costCenter: null
                      migrationAgreementAcceptance: true
                      clientCredentialsCreatedOnUTC: null
                      uuid: null
                      userWeatherDownloads: null
                      lastLoginDateUTC: null
                      roles: []
                      logins: []
                      id: 742
                      normalizedUserName: null
                      email: FS108328@FIRSTSOLAR.COM
                      normalizedEmail: null
                      concurrencyStamp: 545c6e6a-2675-49c3-9707-b097d802fec2
        '401':
          $ref: '#/components/responses/Unauthorized'
        '500':
          $ref: '#/components/responses/ServerError'
    post:
      tags:
      - Inverters
      summary: Create an inverter
      description: Creates a new inverter from the provided body. Response is the ID of the newley created inverter asset.
      operationId: createInverter
      x-doc-source: postman
      requestBody:
        required: true
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/Inverter'
            examples:
              postman-inverter-inverter:
                value:
                  status: 2
                  model: Sunny Highpower SHP150-US-20-PEAK3
                  manufacturer: SMA
                  powerRated: 150
                  apparentPower: 150
                  minDCPowerThreshold: 100
                  minVoltage: 855
                  maxMPPVoltage: 1450
                  maxAbsoluteVoltage: 1500
                  maxCurrent: 180
                  maxElevation: 100
                  outputVoltage: 600
                  usekVACurves: true
                  usePQCurves: false
                  dataSource: 2
                  efficiencyCurves:
                  - id: 23210
                    voltage: 880
                    efficiencyPoints:
                    - id: 161181
                      power: 14.8065
                      efficiency: 98.71
                    - id: 161182
                      power: 29.715
                      efficiency: 99.05
                    - id: 161183
                      power: 44.541
                      efficiency: 98.98
                    - id: 161184
                      power: 74.22
                      efficiency: 98.96
                    - id: 161185
                      power: 111.2713
                      efficiency: 98.82
                    - id: 161186
                      power: 147.87
                      efficiency: 98.58
                  - id: 23211
                    voltage: 960
                    efficiencyPoints:
                    - id: 161187
                      power: 14.808
                      efficiency: 98.72
                    - id: 161188
                      power: 29.709
                      efficiency: 99.03
                    - id: 161189
                      power: 44.559
                      efficiency: 99.02
                    - id: 161190
                      power: 74.22
                      efficiency: 98.96
                    - id: 161191
                      power: 111.2038
                      efficiency: 98.76
                    - id: 161192
                      power: 147.78
                      efficiency: 98.52
                  - id: 23212
                    voltage: 1200
                    efficiencyPoints:
                    - id: 161193
                      power: 14.712
                      efficiency: 98.08
                    - id: 161194
                      power: 29.589
                      efficiency: 98.63
                    - id: 161195
                      power: 44.415
                      efficiency: 98.7
                    - id: 161196
                      power: 74.0325
                      efficiency: 98.71
                    - id: 161197
                      power: 110.9898
                      efficiency: 98.57
                    - id: 161198
                      power: 147.48
                      efficiency: 98.32
                  kVACurves:
                  - id: 8240
                    elevation: 100
                    kVAPoints:
                    - id: 44146
                      temperature: -25
                      kVA: 150
                    - id: 44147
                      temperature: 50
                      kVA: 150
                    - id: 44148
                      temperature: 50
                      kVA: 150
                    - id: 44149
                      temperature: 60
                      kVA: 127
                    - id: 44150
                      temperature: 62
                      kVA: 0
                  pqCurves: []
                  inverterType: 1
                  name: SMA Sunny Highpower SHP150-US-20-PEAK3
                  description

# --- truncated at 32 KB (77 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/terabase-energy/refs/heads/main/openapi/terabase-energy-inverters-api-openapi.yml