powered by
AP System multi-device query
query_ap_devices(device_ip, query)
a data-frame with a `device_id` column and the `$Body$Data` turned into as many columns as expected
list or vector of each device IP address or name
the API query string
Other device queries: query_ap_device(), query_enphaseenergy_device(), query_enphaseenvoy_device(), query_fronius_device(), query_fronius_devices()
query_ap_device()
query_enphaseenergy_device()
query_enphaseenvoy_device()
query_fronius_device()
query_fronius_devices()
if (FALSE) { query_ap_devices(device_ip = c("192.168.0.234", "192.168.0.235"), query = "getDeviceInfo" ) }
Run the code above in your browser using DataLab