Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 2.25 KB

SummaryResponse.md

File metadata and controls

31 lines (19 loc) · 2.25 KB

TheEnlightenSystemsApi.SummaryResponse

Properties

Name Type Description Notes
currentPower Number Current power production, in Watts. For historical requests, returns 0.
energyLifetime Number Energy produced in the lifetime of the system, excluding the requested day, in Watt-hours.
energyToday Number Energy produced on the requested day, in Watt-hours.
lastIntervalEndAt Number 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 Number 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 Number Number of active (not retired) modules. For historical requests, returns 0.
operationalAt Number 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 Number 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 Date 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 Number The Enlighten ID of the system.

Enum: SourceEnum

  • microinverters (value: "microinverters")

  • meter (value: "meter")