Get or set Power Control System (PCS) details.
Get or set Power Control System (PCS) details. PCS systems limit current and loading on the busbars and conductors supplied by the power production sources and/or energy storage systems irrespective of self-consumption. The PCS is similar to the Power Export Limit (PEL) however PCS also monitors grid import loads and will ensure a total current (before consumption) is not exceeded from grid, storage or solar production.
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 /ivp/ss/pcs_settings 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 |
|---|---|---|---|
|
Object |
|
The PCS offering details. |
|
Number |
Number |
The main service breaker rating (in amps). |
|
Number |
Number |
The main panel busbar rating (in amps). |
|
Number |
Number |
The main panel DER breaker rating (in amps). |
|
Number |
Number |
The photovoltaic (PV) breaker rating (in amps). |
|
Number |
Number |
The IQ Battery (formerly "Encharge") breaker rating (in amps). |
|
String |
String |
The location of the consumption meter. |
|
Boolean |
Boolean (e.g. |
The override value. |
|
Number |
Number |
The Power Control System (PCS) controlled export current limit. |
| Name | Type | Values | Description |
|---|---|---|---|
|
Boolean |
Boolean (e.g. |
Photovoltaic (PV) oversubscription. |
|
Boolean |
Boolean (e.g. |
IQ Battery oversubscription. |
|
Boolean |
Boolean (e.g. |
Main Panel Upgrade (MPU) avoidance mode. This limits the back feed of the PV back to the grid to avoid having to upsize the main panel |
{"pcsOffering": {"PVOversubscription": false, "EnchargeOversubscription": false, "MPUAvoidance": false}, "mainCircuitBreaker": 0.0, "mainPanelBusbar": 0.0, "mainPanelDERBreaker": 0.0, "pvBreaker": 0.0, "enchargeBreaker": 0.0, "consumptionMeterLocation": "Between_Main_Load_Panel_and_Enpower", "override": false, "max_back_feed": 0.0}