Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 1.55 KB

InvertersSummaryByEnvoyOrSiteResponseMicroInvertersInner.md

File metadata and controls

36 lines (22 loc) · 1.55 KB

TheEnlightenSystemsApi.InvertersSummaryByEnvoyOrSiteResponseMicroInvertersInner

Properties

Name Type Description Notes
id Number
model String Model number of this Microinverter.
partNumber String The Enphase part number of this Microinverter.
serialNumber String The serial number of this Microinverter.
sku String
status String The current status of this Microinverter. * `normal` - The microinverter is operating normally. * `power` - There is a production issue. * `micro` - The microinverter is not reporting. * `retired` - The microinverter is retired.
powerProduced InvertersSummaryByEnvoyOrSiteResponseMicroInvertersInnerPowerProduced
procLoad String
paramTable String
envoySerialNumber String
energy InvertersSummaryByEnvoyOrSiteResponseMicroInvertersInnerEnergy
gridProfile String
lastReportDate Date The last time this device submitted a report, by default expressed in Unix epoch time. If Enlighten has no record of a report from this Envoy, returns null.

Enum: StatusEnum

  • normal (value: "normal")

  • power (value: "power")

  • micro (value: "micro")

  • retired (value: "retired")