Enphase-API
Enphase-API copied to clipboard
Enphase-API is an unofficial project providing an API wrapper (including local/LAN Gateway API) and the documentation for Enphase®'s products and services.
Hello, thank you for your great work. I am using this code https://github.com/ZimbiX/amber-enphase-zero-export-switcher-tool with Ruby, with small modifications to change my network profile, and I would like to know if...
This endpoint seems mostly undocumented online. It seems to have the detailed per-micro-inverter data (DC V, DC A, Frequency, Temperature) and is available with a regular customer account only. I...
Response from enphase Envoy vD8.2.4382 ``` { "devices:": [ { "serial_num": "xxxxxxxxxxxx", "real_power_mw": -1263000, "apparent_power_mva": -1263000, "soc": 88 } ] } ``` These endpoint shows the state of each battery:...
I was recently in contact with my installer regarding the Power Export Limit (PEL) functionality. They initially informed me that it was not possible to toggle the limiter on or...
Settings for battery modes and their behavior for charging and discharging are shown in the [admin/lib/tariff](https://github.com/Matthew1471/Enphase-API/blob/main/Documentation/IQ%20Gateway%20API/Admin/Lib/Tariff.adoc#admin---lib---tariff-configuration) endpoint. Some settings in the Envoy can be changed using the Admin/lib/tariff endpoint. Updating...
First of all, many thanks for this great documentation! Until a while I was using the /datatab/event_dt.rb endpoint for getting the logevents from my Envoy. However this endpoint (and also...