Get readings from the consumption meters.
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/reports/consumption 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 |
The epoch date and time the message was generated. |
|
String |
|
What type of measurement this is reporting. In the format |
|
Object |
|
The cumulative results of all the phases. |
|
Array(Object) |
Array of |
The results for each of the phases. |
| Name | Type | Values | Description |
|---|---|---|---|
|
Number |
Number |
The current number of Watts. |
|
Number |
Number |
The active power. |
|
Number |
Number |
The apparent power. |
|
Number |
Number |
The reactive power. |
|
Number |
Number |
The cumulative watt-hour delivered. |
|
Number |
Number |
The cumulative watt-hour received. |
|
Number |
Number |
The cumulative lagging varh. |
|
Number |
Number |
The cumulative leading varh. |
|
Number |
Number |
The cumulative vah. |
|
Number |
Number |
The rms Voltage. |
|
Number |
Number |
The rms Current. |
|
Number |
Number |
The power factor. |
|
Number |
Number |
The frequency in Hz. |
[{"createdAt": 1686961636, "reportType": "total-consumption", "cumulative": {"currW": 435.983, "actPower": 435.983, "apprntPwr": 1228.326, "reactPwr": -1041.54, "whDlvdCum": 2631402.389, "whRcvdCum": 0.0, "varhLagCum": 795804.842, "varhLeadCum": 2831899.533, "vahCum": 5069093.617, "rmsVoltage": 243.847, "rmsCurrent": 5.037, "pwrFactor": 0.35, "freqHz": 50.12}, "lines": [{"currW": 435.983, "actPower": 435.983, "apprntPwr": 1228.326, "reactPwr": -1041.54, "whDlvdCum": 2631411.854, "whRcvdCum": 0.0, "varhLagCum": 795804.842, "varhLeadCum": 2831899.533, "vahCum": 5069093.617, "rmsVoltage": 243.847, "rmsCurrent": 5.037, "pwrFactor": 0.35, "freqHz": 50.12}]}, {"createdAt": 1686961636, "reportType": "net-consumption", "cumulative": {"currW": 435.311, "actPower": 435.311, "apprntPwr": 974.38, "reactPwr": -792.26, "whDlvdCum": 1749562.897, "whRcvdCum": 1601637.637, "varhLagCum": 17.665, "varhLeadCum": 2831899.135, "vahCum": 5069093.617, "rmsVoltage": 243.847, "rmsCurrent": 3.992, "pwrFactor": 0.45, "freqHz": 50.12}, "lines": [{"currW": 435.311, "actPower": 435.311, "apprntPwr": 974.38, "reactPwr": -792.26, "whDlvdCum": 1749562.897, "whRcvdCum": 1601637.637, "varhLagCum": 17.665, "varhLeadCum": 2831899.135, "vahCum": 5069093.617, "rmsVoltage": 243.847, "rmsCurrent": 3.992, "pwrFactor": 0.45, "freqHz": 50.12}]}]