Skip to content

Latest commit

 

History

History
77 lines (55 loc) · 2.13 KB

File metadata and controls

77 lines (55 loc) · 2.13 KB

IVP - Firmware Manager - Config

Get or set Enphase® Energy System (formerly "Ensemble") Software (ESS) automatic update settings (and might be a typo but also meter configuration status?).

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/firmware_manager/config 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

auto_update_enable

String

String

Whether automatic updates are enabled.

auto_update_8_hrs_disable

String

String

Whether automatic updates are disabled for just the next 8 hours.

Examples

Get Enphase® Energy System (formerly "Ensemble") Software Automatic Update Settings

GET /ivp/firmware_manager/config Response
[{"auto_update_enable": "true", "auto_update_8_hrs_disable": "false"}]