Hi,
I would like to request, adding an extra sensor to the Solaredge Integration, in order to trap issues. Since it is not possible a s system owner to set alert messaging from their portal (and this would). Even the company that installed the system is not able to do so.
The reason for asking this feature: Example: in the past years I missed quit some “income” due the fact that the mainfuse was off (due to unknown causes). I guess that many SolarEdge users will recognize this issue.
The data can be extracted from: https://monitoringapi.solaredge.com/equipment, setting a start- and end time
This part holds information/sensors that will give the option to configure alerting ourselves.
In following datapart you can shows the issue (first fault, second good):
{
"date": "2020-05-20 14:06:09",
"totalActivePower": 0,
"dcVoltage": 417.867,
"groundFaultResistance": 11000,
"powerLimit": 100,
"totalEnergy": 182168,
"temperature": 52.4508,
"inverterMode": "FAULT",
"operationMode": 0,
"L1Data": {
"acCurrent": 0,
"acVoltage": 146.378,
"acFrequency": 50,
"apparentPower": 0,
"activePower": 0,
"reactivePower": 0,
"cosPhi": 0
}
},
{
"date": "2020-05-20 14:31:06",
"totalActivePower": 2101.98,
"dcVoltage": 431.918,
"groundFaultResistance": 11000,
"powerLimit": 35,
"totalEnergy": 182110,
"temperature": 46.4074,
"inverterMode": "MPPT",
"operationMode": 0,
"L1Data": {
"acCurrent": 8.94359,
"acVoltage": 235.716,
"acFrequency": 50.0069,
"apparentPower": 2108.71,
"activePower": 2101.98,
"reactivePower": 168.329,
"cosPhi": 1
}
}
Many thanks in advance.
If I can support in testing, please let me know