You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I setup the plugin and want to use the REST api to get today's solar production. total consumption, grid import/export and battery charge/discharge values (the same data displayed in Enphase dashboard). But from the REST api documentation it wasn't clear to me how to get battery charge/discharge amount and total home consumption and grid import values. Is this returned in the REST api? If not, are there any plans to support it.
This plugin is quite powerful and I'd love to be able to create my own local dash using this plugin's REST api that doesn't require accessing Enphase cloud.
Thank you
The text was updated successfully, but these errors were encountered:
The all data are available through rest request, for example http://envoyip:3000/productionct return JSON object with productnion/consumption data like power, energy, voltage, power factor etc.. also energy today, last 7 days and lifetime.
Hi,
I setup the plugin and want to use the REST api to get today's solar production. total consumption, grid import/export and battery charge/discharge values (the same data displayed in Enphase dashboard). But from the REST api documentation it wasn't clear to me how to get battery charge/discharge amount and total home consumption and grid import values. Is this returned in the REST api? If not, are there any plans to support it.
This plugin is quite powerful and I'd love to be able to create my own local dash using this plugin's REST api that doesn't require accessing Enphase cloud.
Thank you
The text was updated successfully, but these errors were encountered: