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
Hi folk,
In March 2023 we received a new PV installation including the solaredge inverter SE8K with firmware of 4.17.46. I can monitor my installation in the offical Solaredge portal, but I like to integrate the monitoring into my local home network. In addition I want to fetch performance data in a higher frequency than every 15 minutes.
My inverter supports the internal API and therefore I installed the solaredge-local Python API wrapper, which works as described in https://github.com/drobtravels/solaredge-local. For sure, the data structure needs to be interpreted. And here I need a hint.
I like to display the performance balance of produced, stored, used or sold power similar as shown on the offical Solaredge portal. However, I’ve an idea where to find the produced power in the ‘status’ data set. But, where can I see the current consumption (used) power? The installed smart meter should fetch those values, which are transferred to Solaredge portal.
Exists a description of each field or need I to figure out each entry by myself?
Please, be patient with me because I’m definitely a novice on this topic. Any help is very much appreciated.
The text was updated successfully, but these errors were encountered:
Hi folk,
In March 2023 we received a new PV installation including the solaredge inverter SE8K with firmware of 4.17.46. I can monitor my installation in the offical Solaredge portal, but I like to integrate the monitoring into my local home network. In addition I want to fetch performance data in a higher frequency than every 15 minutes.
My inverter supports the internal API and therefore I installed the solaredge-local Python API wrapper, which works as described in https://github.com/drobtravels/solaredge-local. For sure, the data structure needs to be interpreted. And here I need a hint.
I like to display the performance balance of produced, stored, used or sold power similar as shown on the offical Solaredge portal. However, I’ve an idea where to find the produced power in the ‘status’ data set. But, where can I see the current consumption (used) power? The installed smart meter should fetch those values, which are transferred to Solaredge portal.
Exists a description of each field or need I to figure out each entry by myself?
Please, be patient with me because I’m definitely a novice on this topic. Any help is very much appreciated.
The text was updated successfully, but these errors were encountered: