Search found 1 match

by vbreemen
Thursday 15 April 2021 9:59
Forum: Other questions and discussions
Topic: NodeID and ChildID function in SolarEdgeAPI.cpp code
Replies: 1
Views: 247

NodeID and ChildID function in SolarEdgeAPI.cpp code

Hi all,

I needed some more detail in what data the SolarEdge PV inverter sends.
Copied the Windows source to my local PC and added code in SolarEdgeAPI.cpp for a few parameters:
powerLimit (%)
inverterMode (text like OFF, MPPT, THROTTLED, FAULT)
acCurrent (A)
groundFaultResistance (Ohm)

Works ...