Get or set internal meters’ settings.
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/meters 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 |
|---|---|---|---|
|
Number |
Number |
Gateway (formerly "Envoy") record ID number. |
|
String |
|
The state of the meter. In the format |
|
String |
|
The type of data this is measuring. In the format |
|
String |
|
The number of phases the meter hardware can monitor. In the format |
|
Number |
Number |
The number of phases the meter is monitoring. |
|
String |
|
Whether the meter is in an error state. In the format |
|
Array(String) |
Array of String |
The error status flags (if |
| Value | Name | Description |
|---|---|---|
|
Disabled |
Meter is disabled. |
|
Enabled |
Meter is enabled. |
| Value | Name | Description |
|---|---|---|
|
Production |
Reporting the energy produced from the inverters. |
|
Net Consumption |
Reporting the load with solar production included. |
|
Total Consumption |
Reporting the load only (solar production excluded). |
| Value | Name | Description |
|---|---|---|
|
Single Phase |
Device can only monitor one single phase line. |
|
Split Phase |
Device can monitor two (split) phase (also known as "Dual phase") lines. |
|
Three Phases |
Device can monitor three phase lines. |
| Value | Name | Description |
|---|---|---|
|
Normal |
Meter is running normally. |
|
Not Metering |
Meter is not running. |
|
Check Wiring |
Meter is reporting spurious readings (check |
| Value | Name | Description |
|---|---|---|
|
Production Imbalance |
Production imbalance. |
|
Negative Production |
The production meter is going backwards (i.e. negative figures). |
|
Power On Unused Phase |
The meter is reading power on a phase that is configured as not being used. |
|
Negative Total Consumption |
The total consumption (load only, should be excluding the solar production) meter is going backwards (i.e. positive figures). |
[{"eid": 704643328, "state": "enabled", "measurementType": "production", "phaseMode": "three", "phaseCount": 1, "meteringStatus": "normal", "statusFlags": []}, {"eid": 704643584, "state": "enabled", "measurementType": "net-consumption", "phaseMode": "three", "phaseCount": 1, "meteringStatus": "normal", "statusFlags": []}]