get_output_data: Get inverter output data

View source: R/get_output_data.R

get_output_dataR Documentation

Get inverter output data

Description

Get inverter output data

Usage

get_output_data(device_ip, model = "APSystems", ...)

Arguments

device_ip

list or vector of devices IP address

model

the inverter device model. Currently only "APSystems" "Enphase-Envoy", "Enphase-Energy" and "Fronius" are supported.

...

additional parameters passed to the inverter if needed.

Value

a dataframe with one row of device output power and energy per 'device_id' / 'inverter' combination.

Examples

## Not run: 
get_output_data(c("192.168.0.12", "192.168.0.230"))

## End(Not run)


microinverterdata documentation built on June 8, 2025, 10:29 a.m.