Any chance this could make it to become an officially supported component? This is an outstanding job!
This is the output I get:
siteCurrentPowerFlow: {
"updateRefreshRate": 3,
"unit": "kW",
"connections": [
{
"from": "GRID",
"to": "Load"
}
],
"GRID": {
"status": "Active",
"currentPower": 3.68
},
"LOAD": {
"status": "Active",
"currentPower": 3.68
},
"PV": {
"status": "Idle",
"currentPower": 0
}
}
friendly_name: SolarEdge jsonrest
any hints how to “extract” che currentPower values (GRID, LOAD and PV) from it?