Live visualizations and simple simulation for electric vehicle charging dynamics on a distribution grid.
Features
- Interactive sliders for EV penetration and solar generation
- Live flow animation and history chart powered by Chart.js
- Simple fleet list and metrics (throughput, avg wait time)
Quick start
- Create and activate a Python virtual environment (optional):
python -m venv .venv
source .venv/bin/activate- Install dependencies:
pip install -r requirements.txt- Run the app:
python app.pyOpen http://localhost:5000 in your browser.
Contributing
- Improvements welcome: better visuals, more realistic simulation, tests.
License MIT