List each inverter installed by phase.
Table of Contents
Enphase-API is an unofficial project providing an API wrapper and the documentation for Enphase®'s products and services.
More details on the project are available from the project’s homepage.
A HTTP GET to the /installer/agf/inverters_phase.rb endpoint provides the following response data.
As of recent Gateway software versions this request requires user authentication and authorisation, see Authentication.
| Name | Type | Values | Description |
|---|---|---|---|
|
Array(String) |
Array of String |
Inverters assigned to phase A (or Phase 1). |
|
Array(String) |
Array of String |
Inverters assigned to phase B (or Phase 2). |
|
Array(String) |
Array of String |
Inverters assigned to phase C (or Phase 3). |
|
Array(String) |
Array of String |
Inverters not currently assigned to a phase. |
GET /installer/agf/inverters_phase.rb Response
[{"ph-a": ["123456789101", "123456789102", "123456789103", "123456789104", "123456789105", "123456789106", "123456789107", "123456789108", "123456789109", "123456789110", "123456789111", "123456789112", "123456789113", "123456789114"], "ph-b": [], "ph-c": [], "ph-unk": []}]