Skip to content

Latest commit

 

History

History
72 lines (51 loc) · 2.2 KB

File metadata and controls

72 lines (51 loc) · 2.2 KB

Installer - General - Power Conditioning Unit (PCU) Communication Check

Check communication with the Power Conditioning Unit(s) (PCU, also called "microinverter(s)").

Introduction

Enphase-API is an unofficial project providing an API wrapper and the documentation for Enphase®'s products and services.

More details on the project are available from the project’s homepage.

Request

A HTTP GET to the /installer/pcu_comm_check endpoint provides the following response data.

As of recent Gateway software versions this request requires user authentication and authorisation, see Authentication.

Response

Root

Name Type Values Description

{SERIAL_NUMBER}

Number

Number

The Power-Line Communication (PLC) communication level of this Power Conditioning Unit (or "microinverter").

Examples

Perform Power Conditioning Unit (PCU) Communication Check

GET /installer/pcu_comm_check Response
{"123456789101": 5, "123456789102": 5, "123456789103": 5, "123456789104": 5, "123456789105": 5, "123456789106": 5, "123456789107": 5, "123456789108": 5, "123456789109": 5, "123456789110": 5, "123456789111": 5, "123456789112": 5, "123456789113": 5, "123456789114": 5}