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
- Host: GitHub
- URL: https://github.com/luke-marshall/byron-battery-model
- Owner: luke-marshall
- Created: 2017-05-04T06:30:09.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-02T05:41:25.000Z (over 8 years ago)
- Last Synced: 2025-01-22T16:13:40.774Z (9 months ago)
- Topics: battery, battery-monitor, electricity-market, solar, solar-system
- Language: Python
- Size: 1.6 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Byron Battery Model
### Solar & Battery System SimulationThis 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.

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