Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 2.43 KB

SummaryResponse.md

File metadata and controls

23 lines (18 loc) · 2.43 KB

SummaryResponse

Properties

Name Type Description Notes
current_power int Current power production, in Watts. For historical requests, returns 0.
energy_lifetime int Energy produced in the lifetime of the system, excluding the requested day, in Watt-hours.
energy_today int Energy produced on the requested day, in Watt-hours.
last_interval_end_at int 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.
last_report_at int 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.
operational_at int 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.
size_w int The size of the system, in Watts. For historical requests, returns 0.
source str 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
summary_date 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.
system_id int The Enlighten ID of the system.
any string name bool, date, datetime, dict, float, int, list, str, none_type any string name can be used but the value must be the correct type [optional]

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