Skip to content

Latest commit

 

History

History
72 lines (51 loc) · 1.91 KB

File metadata and controls

72 lines (51 loc) · 1.91 KB

IVP - Mod - Power Mode

Get or set the power production power state, where the Gateway (formerly "Envoy") record ID is hardcoded as 603980032.

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/mod/{EID}/mode/power 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

powerForcedOff

Boolean

Boolean (e.g. true or false)

Whether the production power is diabled.

Examples

Get Power Production Power State

GET /ivp/mod/603980032/mode/power Response
{"powerForcedOff": false}