Home_BESS is a project for the simulation and control of a home battery energy storage system (BESS). Try it out the online simulation dashboard on homebattery.labs.fhv.at.
src/– Source code for control, simulation, interfaces, and forecastingtests/– Test scripts and test data
- Install Python 3.11+
- Create and activate a virtual environment:
python -m venv .venv source .venv/bin/activate - Install the package:
pip install -e .
The main functions are located in the src/ directory. For more information on usage and development, see README_maintainer.md.
We gratefully acknowledge the financial support from the Austrian Research Promotion Agency FFG for the Hub4FlECs project (COIN FFG 898053), which provided funding for the development of the software provided. https://projekte.ffg.at/projekt/4597880
See LICENSE.