Skip to content

Latest commit

 

History

History
97 lines (70 loc) · 2.17 KB

File metadata and controls

97 lines (70 loc) · 2.17 KB

IVP - Live Data - Stream

Enable or disable live data MQTT streaming.

Introduction

This enables or disables the live data MQTT streaming functionality.

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/livedata/stream 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

enable

Number

Number

Whether live data should be collected and written to the MQTT stream currently.

Response

Root

Name Type Values Description

sc_stream

String

String

Whether live data is being written to the MQTT stream currently.

Examples

Enable Live Data Stream

POST /ivp/livedata/stream Request
{"enable": 1}
POST /ivp/livedata/stream Response
{"sc_stream": "enabled"}