Skip to content

Latest commit

 

History

History
98 lines (72 loc) · 2.51 KB

File metadata and controls

98 lines (72 loc) · 2.51 KB

Admin - Lib - Administer Device Conditions and Controls (DCC)

Send a Device Conditions and Controls (DCC) command, such as to clear a Ground Fault Interrupt (GFI).

Introduction

Send a Device Conditions and Controls (DCC) command, such as to clear a Ground Fault Interrupt (GFI).

This function is not available to European gateways (EU) and will only be available to North-American Gateway devices (NA or NA_COM).

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

The /admin/lib/admin_dcc_display.json endpoint supports the following:

Methods

Method Required Authorisation Level Description

POST

>= prov

Send a DCC command.

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

Response

Root

Name Type Values Description

message

String

String

The status the Gateway wishes to return.

reason

String

String

The reason the request failed.

Examples

Clear A Ground Fault Interrupt (GFI)

POST /admin/lib/admin_dcc_display.json Request
fname=gfi&doset=1&chaneid=1111
POST /admin/lib/admin_dcc_display.json Response
{"message": "Bad Request", "reason": "'gfi' not supported for non-NA Envoys"}