Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 2.29 KB

SummaryResponse.md

File metadata and controls

21 lines (17 loc) · 2.29 KB

EnphaseOpenAPI.Enlighten.Model.SummaryResponse

Properties

Name Type Description Notes
CurrentPower int Current power production, in Watts. For historical requests, returns 0.
EnergyLifetime int Energy produced in the lifetime of the system, excluding the requested day, in Watt-hours.
EnergyToday int Energy produced on the requested day, in Watt-hours.
LastIntervalEndAt long The last known time that the system produced energy. When a system has not been communicating for a length of time, the `last_report_at` can be recent, whereas the `last_interval_end_at` may be further back.
LastReportAt long The last time an Envoy on this system reported. The format is Unix epoch time unless you pass a `datetime_format` parameter as described here.
Modules int Number of active (not retired) modules. For historical requests, returns 0.
OperationalAt long The time at which this system became operational. Corresponds to the system's interconnect time, if one is specified. Otherwise, it is the system's first interval end time. The format is Unix epoch time unless you pass a `datetime_format` parameter as described here.
SizeW int The size of the system, in Watts. For historical requests, returns 0.
Source string Indicates whether the production of this system is measured by its microinverters (`microinverters`) or by revenue-grade meters (`meter`) installed on the system.
Status Status
SummaryDate DateTimeOffset Effective date of the response. For historical requests, returns the date requested. For current requests, returns the current date. The format is `YYYY-mm-dd` unless you pass a `datetime_format` parameter as described here.
SystemId int The Enlighten ID of the system.

[Back to Model list] [Back to API list] [Back to README]