An open API service indexing awesome lists of open source software.

https://github.com/luke-marshall/byron-battery-model


https://github.com/luke-marshall/byron-battery-model

battery battery-monitor electricity-market solar solar-system

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

# Byron Battery Model
### Solar & Battery System Simulation

This program simulates the operation of a solar + battery system on the NEM. At the moment, it uses solar data from pvoutput.org (normalised, aggregated) and electricity spot market price data from AEMO.

You will need python and bokeh to run this model. In terminal, you can install bokeh with 'pip install bokeh'.

To run the live server, use the runSimulation.sh bash script (ie. 'bash runSimulation.sh). If all is well, a browser window will open up with the interactive tool.

![I have included a screenshot of the working tool.](screenshot.png "Screenshot - Byron Battery Model")

This tool is open source and released under the [MIT License ](https://en.wikipedia.org/wiki/MIT_License)

By Luke Marshall and Naomi Stringer