Skip to content

Latest commit

 

History

History
99 lines (72 loc) · 2.45 KB

File metadata and controls

99 lines (72 loc) · 2.45 KB

Installer - Advanced Grid Functionality (AGF) - Set Profile

Set the Advanced Grid Functionality (AGF) profile.

Introduction

A HTTP PUT to /installer/agf/set_profile.json with JSON content (sent incorrectly as application/x-www-form-urlencoded; charset=UTF-8) can be used to set an Advanced Grid Functionality (AGF) profile.

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/agf/set_profile.json endpoint provides the following response data.

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

Message Body

Root

Name Type Values Description

selected_profile

String

String

The selected Advanced Grid Functionality (AGF) profile to set.

Response

Root

Name Type Values Description

message

String

String

A string containing the response for the request.

Examples

Set AGF Profile

PUT /installer/agf/set_profile.json Request
{"selected_profile": "G99-1-6:2020 UK:1.2.10"}
PUT /installer/agf/set_profile.json Response
{
  "message": "/ivp/grest/profile/G99-1-6%3A2020%20UK/1.2.10  'selected_profile': 'G99-1-6:2020 UK:1.2.10' accepted."
}