Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 1.87 KB

Status.md

File metadata and controls

12 lines (7 loc) · 1.87 KB

Status

The current status of the system. * comm - One or more Envoys on the system are not communicating to Enlighten. * power - There is a production issue on the system. * meter - There is a communication problem between an Envoy and a revenue-grade meter on the system. * meter_issue - One or more meters on the system are reporting unusual measurements. * micro - There is a communication problem between an Envoy and microinverters that it monitors. * battery - There is a communication problem between an Envoy and an AC battery on the system. * storage_idle - An AC battery on the system has not changed its state of charge for more than 72 hours. * normal - The system is operating normally.

Properties

Name Type Description Notes
value str The current status of the system. * `comm` - One or more Envoys on the system are not communicating to Enlighten. * `power` - There is a production issue on the system. * `meter` - There is a communication problem between an Envoy and a revenue-grade meter on the system. * `meter_issue` - One or more meters on the system are reporting unusual measurements. * `micro` - There is a communication problem between an Envoy and microinverters that it monitors. * `battery` - There is a communication problem between an Envoy and an AC battery on the system. * `storage_idle` - An AC battery on the system has not changed its state of charge for more than 72 hours. * `normal` - The system is operating normally. must be one of ["comm", "power", "meter", "meter_issue", "micro", "battery", "storage_idle", "normal", ]

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