Skip to content

Solar deployment calculator, for calculating battery bank capacity and solar panel array coverage

Notifications You must be signed in to change notification settings

desrod/solar-array-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

How to use the calculator

Setting up your Python environment

  1. Install python3-venv

    sudo apt-get -y install python3-venv

  2. Clone this repository

    git clone https://github.com/desrod/solar-array-calculator cd solar-array-calculator

  3. Initialize your Python virtual environment

    python3 -m venv env pip install -r requirements.txt

  4. Run the application

    python3 ./solr.py

    You should now be able to see the following UI:

Solar Array Calculator

Simply input your values and click the appropriate 'Calculate' button under each section.

Requesting new features

Why did I create this?

About

Solar deployment calculator, for calculating battery bank capacity and solar panel array coverage

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages