get_output_data {microinverterdata} | R Documentation |
Get inverter output data
get_output_data(device_ip, model = "APSystems", ...)
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. |
a dataframe with one row of device output power and energy per 'device_id' / 'inverter' combination.
## Not run:
get_output_data(c("192.168.0.12", "192.168.0.230"))
## End(Not run)