The following dataset was used in the paper submitted to Sensors MDPI: Monitoring System for Online Fault Detection and Classification in Photovoltaic Plants by André E. Lazzaretti, Clayton H. da Costa, Marcelo P. Rodrigues, Guilherme D.Yamada, Gilberto Lexinoski, Guilherme L. Moritz, Elder Oroski, Rafael E. de Góes, Robson R. Linhares, Paulo C. Stadzisz, Júlio S. Omori, and Rodrigo B. dos Santos.
This dataset contains 16 days of data of a grid-tie photovoltaic plant's operation with both faulty and normal operation. The dataset is divided into 2 '.mat' files (which can be loaded with MATLAB).
The photovoltaic plant used to collect this data has 2 strings with 8x C6SU-330P PV Modules each. Both strings are connected to a 5kW gridtie power inverter (NHS Solar 5K-GDM1).
-
1 - dataset_elec.mat -> DC Electrical data (Voltage and Current of both strings)
-
2 - dataset_amb.mat -> Temperature, Irradiance and Fault class label
Variable | Description |
---|---|
vdc1 | Voltage - String 1 |
vdc2 | Voltage - String 2 |
idc1 | Current - String 1 |
idc2 | Current - String 2 |
irr | Irradiance |
pvt | PV Module Temperature |
f_nv | Fault Label |
Value | Description |
---|---|
0 | Normal Operation (No faults) |
1 | Short-Circuit (Short Circuit between 2 modules of a String) |
2 | Degradation (There is a resistance between 2 modules of a String) |
3 | Open Circuit (One String disconnected from the power inverter) |
4 | Shadowing (Shadow in one or more modules) |
Degradation, Short-Circuit and Open Circuit are artificially introduced, while the shadowing is natural (shade produced by nearby buildings).
Degradation was introduced via a resistive load bank between two modules.
Short-Circuit was introduced with a cable connected between the positive connection of a module and the negative connection of the adjacent module.
Open Circuit was introduced with the oppening of one string's main circuit breaker.