Skip to content

Latest commit

 

History

History
87 lines (63 loc) · 2.36 KB

File metadata and controls

87 lines (63 loc) · 2.36 KB

Installer - Advanced Grid Functionality (AGF) - Inverters Phase

List each inverter installed by phase.

Introduction

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.

Request

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.

Response

Root

Name Type Values Description

ph-a

Array(String)

Array of String

Inverters assigned to phase A (or Phase 1).

ph-b

Array(String)

Array of String

Inverters assigned to phase B (or Phase 2).

ph-c

Array(String)

Array of String

Inverters assigned to phase C (or Phase 3).

ph-unk

Array(String)

Array of String

Inverters not currently assigned to a phase.

Examples

List Each Inverter Installed By 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": []}]