Get or set the profile for the multi-mode inverter when running off-grid.
This endpoint obtains the Distributed Energy Resources (DER) parameters for the multi-mode inverter when it is running off-grid.
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/arf/profile/multimode/off_grid 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 |
|
An instance of an Active Ripple Filter (ARF) profile. |
| Name | Type | Values | Description |
|---|---|---|---|
|
String |
String |
The profile type. |
|
String |
String |
The name of the profile. |
|
String |
String |
A description of the profile. |
|
Object |
|
The parameters for this multi-mode DER profile. |
| Name | Type | Values | Description |
|---|---|---|---|
|
Object |
|
Frequency Ride-Through |
|
Object |
|
Voltage Ride-Through |
| Name | Type | Values | Description |
|---|---|---|---|
|
Object |
|
Time Under-Frequency Protection. |
|
Object |
|
Time Over-Frequency Protection. |
| Name | Type | Values | Description |
|---|---|---|---|
|
Object |
|
A pair of attributes value. |
| Name | Type | Values | Description |
|---|---|---|---|
|
Object |
|
Curve Points |
|
Object |
|
Curve Number of Points |
| Name | Type | Values | Description |
|---|---|---|---|
|
String |
String |
The object reference. |
|
String |
String |
The type of the value. |
|
Array(Object) |
Array of |
The value. |
| Name | Type | Values | Description |
|---|---|---|---|
|
Number |
Number |
The X value. |
|
Number |
Number |
The Y value. |
|
Number |
Number |
The Z value? |
| Name | Type | Values | Description |
|---|---|---|---|
|
Object |
|
Time Under-Voltage Protection. |
|
Object |
|
Time Over-Voltage Protection |
{"profile": {"profile_type": "Private profile", "name": "Multi Mode OffGrid Profile Parameters", "description": "Multi Mode Profile Parameters for OffGrid", "MultiModeProfileParameters": {"FRT": {"PTUF1": {"pattr": {"crvPts": {"objref": "FRT/PTUF1.MD.crvPts", "type": "::agf::model::PointArr", "value": [{"x": 1000, "y": 50, "z": 0}, {"x": 30000, "y": 50, "z": 0}, {"x": 30000, "y": 56.4, "z": 0}, {"x": 600000, "y": 56.4, "z": 0}, {"x": 600000, "y": 57, "z": 0}]}}}, "PTOF1": {"pattr": {"crvPts": {"objref": "FRT/PTOF1.MD.crvPts", "type": "::agf::model::PointArr", "value": [{"x": 5000, "y": 65, "z": 0}, {"x": 30000, "y": 65, "z": 0}, {"x": 30000, "y": 63.4, "z": 0}, {"x": 600000, "y": 63.4, "z": 0}, {"x": 600000, "y": 63, "z": 0}]}}}}, "VRT": {"PTUV1": {"pattr": {"crvPts": {"objref": "VRT/PTUV1.MD.crvPts", "type": "::agf::model::PointArr", "value": [{"x": 100, "y": 50, "z": 0}, {"x": 500, "y": 50, "z": 0}, {"x": 500, "y": 60, "z": 0}, {"x": 1000, "y": 60, "z": 0}, {"x": 1000, "y": 70, "z": 0}, {"x": 20500, "y": 70, "z": 0}, {"x": 20500, "y": 88, "z": 0}]}, "numPts": {"objref": "VRT/PTUV1.MD.numPts", "type": "::agf::model::BtInt16u", "value": 7}}}, "PTOV1": {"pattr": {"crvPts": {"objref": "VRT/PTOV1.MD.crvPts", "type": "::agf::model::PointArr", "value": [{"x": 50, "y": 120, "z": 0}, {"x": 1000, "y": 120, "z": 0}, {"x": 1000, "y": 110, "z": 0}]}, "numPts": {"objref": "VRT/PTOV1.MD.numPts", "type": "::agf::model::BtInt16u", "value": 3}}}}}}}