Skip to content

Latest commit

 

History

History
117 lines (84 loc) · 2.56 KB

File metadata and controls

117 lines (84 loc) · 2.56 KB

IVP - Site Settings (SS) - Distributed Energy Resource (DER) Settings

Get or set Distributed Energy Resource (DER) settings.

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 /ivp/ss/der_settings 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

der

Object

DERSettings object

The collection of Distributed Energy Resource (DER) settings.

DERSettings Object

Name Type Values Description

der1

String

DER (e.g. DER_TYPE_ENCHARGE)

The Distributed Energy Resource (DER) #1 settings. In the format DER.

der2

String

DER (e.g. DER_TYPE_ENCHARGE)

The Distributed Energy Resource (DER) #2 settings. In the format DER.

Types

DER Type

Value Name Description

DER_TYPE_ENCHARGE

IQ Battery (formerly "Encharge")

The IQ Battery (formerly "Encharge").

DER_TYPE_PV_IQ8

IQ8 PV

The IQ8 photovoltaic (PV) microinverters.

DER_TYPE_NONE

None

Not specified.

Examples

Get Distributed Energy Resource (DER) Settings

GET /ivp/ss/der_settings Response
{"der": {"der1": "DER_TYPE_ENCHARGE", "der2": "DER_TYPE_NONE"}}