powered by
as a port of https://github.com/sarnau/EnphaseEnergy/blob/main/enphaseStreamMeter.py
query_enphaseenergy_device( device_ip = "enphase.local", query, username = Sys.getenv("ENPHASE_USERNAME"), password = Sys.getenv("ENPHASE_PASSWORD") )
a data-frame with a `device_id` column and the `$Body$Data` turned into as many columns as expected
IP address or name of the device
the API query string
the username needed to authenticate to the inverter. Defaults to the `ENPHASE_USERNAME` environment variable.
the password needed to authenticate to the inverter. Defaults to the `ENPHASE_PASSWORD` environment variable.
Other device queries: query_ap_device(), query_ap_devices(), query_enphaseenvoy_device(), query_fronius_device(), query_fronius_devices()
query_ap_device()
query_ap_devices()
query_enphaseenvoy_device()
query_fronius_device()
query_fronius_devices()
if (FALSE) { query_enphaseenergy_device(query = "stream/meter") }
Run the code above in your browser using DataLab