Skip to content
forked from davnils/thesis

Master's thesis: Fault detection in photovoltaic systems

Notifications You must be signed in to change notification settings

cosuroca/thesis

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fault detection in photovoltaic systems

This is my (preliminary) master's thesis written on the topic of detecting faults in solar panels.

Abstract

This master's thesis concerns three different areas in the field of fault detection in photovoltaic systems. Previous studies have concerned homogeneous systems with a large set of parameters being observed, while this study is focused on a more restrictive case. The first problem is to discover immediate faults occurring in solar panels. A new online algorithm is developed based on similarity measures within a single installation. It performs reliably and is able to detect all significant faults over a certain threshold. The second problem concerns measuring degradation over time. A modified approach is taken based on repetitive conditions, and performs well given certain assumptions. Finally the third problem is to differentiate solar panel faults from partial shading. Here a clustering algorithm DBSCAN is applied on data in order to locate clusters of faults in the solar plane, demonstrating good performance in certain situations. It also demonstrates issues with misclassification of real faults due to clustering.

Repository overview

This repository contains all the code involved in the simulation framework. In order to use to code you need to clone the repo and install haskell platform. Build the simulation framework by entering the simulation directory and running cabal install pv-sim. This will create two binaries: sim-admin for db table creation and sim-driver for simulation (run in order to view documentation). Note that you will need to setup a Cassandra cluster before generating any data or injecting faults.

About

Master's thesis: Fault detection in photovoltaic systems

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 71.7%
  • MATLAB 21.7%
  • M 5.4%
  • TeX 0.8%
  • Haskell 0.4%
  • Mercury 0.0%