Skip to content

Latest commit

 

History

History
72 lines (51 loc) · 1.83 KB

File metadata and controls

72 lines (51 loc) · 1.83 KB

IVP - Site Settings (SS) - Power Export Limits (PEL) Settings

Get Power Export Limits (PEL) data.

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/pel_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

PEL

Boolean

Boolean (e.g. true or false)

Whether a Power Export Limit (PEL) is defined.

Examples

Get Power Export Limits (PEL) Data

GET /ivp/ss/pel_settings Response
{"PEL": false}