Giter Club home page Giter Club logo

solarbears's Introduction

SolarEdge vs Solectria Data Analysis

This repository contains the code for conducting a statistical analysis of the daily differences in performance between subsets of two manufacturers of solar panels, Solectria (n=104) and SolarEdge (n=33), adjusted by system size, time of the year, and location. Solectria data was acquired from Solectria's publicly accessible sites while SolarEdge data was provided to us by our Civic Partner @DennyLehman from a private database.

We found that, on average, Solectria sites perform about 2% better than the SolarEdge ones, although occasional daily differences can reach as far as -8% to 8% (SolarEdge performance - Solectria performance).

Dataviz of differences


Also, the file fetchers/fetcher_csv.py contains an improvised fetcher/transformer for Solectria inverter production data based on a link from Solectia Monitoring Platform's 'Download CSV' button (function get_historical_data()), because the official Solectira API does not split the requested data into batches, but simply gives the total production for the specified period so, for example, fetching a year of production in 10-minute intervals for one site would take:

  • With Solectria API: 6 (10-minute intervals in an hour) * 24 (hours in a day) * 365 (days in a year) * 6 (seconds per request - Solectria API's hard limit) = 315,360 seconds or 3.65 days.
  • With the CSV fetcher: 53 (weeks in a year - gives 10-minute batches if requesting weekly) * 1 (seconds per request - no hard limit, so depends on the internet connection) โ‰ˆ 53 seconds.

Slides from the presentation of this project are available here.

solarbears's People

Contributors

attrung avatar pelegshilo avatar

Stargazers

Daniel Bredun avatar Denny avatar  avatar

Watchers

James Cloos avatar Denny avatar Daniel Bredun avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.