https://github.com/rogasp/evlink-backend
EVLinkHA – secure EV ↔ Home Assistant proxy
https://github.com/rogasp/evlink-backend
api electric-vehicles fastapi home-assistant nextjs python
Last synced: 3 months ago
JSON representation
EVLinkHA – secure EV ↔ Home Assistant proxy
- Host: GitHub
- URL: https://github.com/rogasp/evlink-backend
- Owner: rogasp
- License: mit
- Created: 2025-04-18T14:41:35.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-12-12T00:13:47.000Z (7 months ago)
- Last Synced: 2025-12-27T23:11:07.780Z (6 months ago)
- Topics: api, electric-vehicles, fastapi, home-assistant, nextjs, python
- Language: TypeScript
- Homepage: https://evlinkha.se
- Size: 14.2 MB
- Stars: 17
- Watchers: 1
- Forks: 3
- Open Issues: 98
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
- Roadmap: docs/ROADMAP.md
Awesome Lists containing this project
README

[](https://github.com/rogasp/evlink-backend/actions/workflows/github-code-scanning/codeql)

# EVLinkHA
EVLinkHA is an open-source bridge between Home Assistant and Enode, enabling seamless electric vehicle integration and smart energy management in your home.
> Project website: [https://evlinkha.se](https://evlinkha.se)
---
## Overview
EVLinkHA is designed to provide:
* 🔌 Integration with EV brands via [Enode](https://enode.com)
* 🧠 Local API proxy for Home Assistant
* 🌱 Privacy-first and self-hostable
* 💬 Web dashboard with live vehicle data
* 🔒 Secure authentication (via Supabase)
---
## Documentation
Full documentation is available in the `docs/` folder:
* [Roadmap](docs/ROADMAP.md)
* [Release notes](docs/RELEASES.md)
* [Integration guide](docs/guides/INTEGRATION.md)
* [Architecture Decisions](docs/decisions/README.md)
## Architecture Decisions
* [0001-record-architecture.md](docs/decisions/0001-record-architecture.md) - Initial architecture overview
* [0002-stripe-payments.md](docs/decisions/0002-stripe-payments.md) - Stripe Checkout integration and webhook handling options
---
## Repository Structure
```
.
├── backend/ # FastAPI backend
├── frontend/ # Next.js frontend
├── supabase/ # Supabase local dev setup
├── docs/ # Project documentation
└── .github/ # GitHub Actions, templates etc
```
---
## Getting Started
Start here if you want to run EVLinkHA locally:
* [Quickstart for Developers](docs/guides/QUICKSTART.md)
* [Architecture Overview](docs/ARCHITECTURE.md)
---
## Contributions
We welcome community contributions! To get started:
* [CONTRIBUTING.md](CONTRIBUTING.md)
* [Open issues](https://github.com/rogasp/evlink-backend/issues)
All contributions must follow our [Code of Conduct](CODE_OF_CONDUCT.md).
---
## License
EVLinkHA is licensed under the MIT License. See [LICENSE](LICENSE) for details.
---
## Maintainer
EVLinkHA is developed and maintained by [Roger Aspelin](https://github.com/rogasp).