{"id":47832284,"url":"https://github.com/rogasp/evlink-backend","last_synced_at":"2026-04-03T20:15:24.552Z","repository":{"id":295458213,"uuid":"968686386","full_name":"rogasp/evlink-backend","owner":"rogasp","description":"EVLinkHA – secure EV ↔ Home Assistant proxy","archived":false,"fork":false,"pushed_at":"2025-12-12T00:13:47.000Z","size":14895,"stargazers_count":17,"open_issues_count":98,"forks_count":3,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-27T23:11:07.780Z","etag":null,"topics":["api","electric-vehicles","fastapi","home-assistant","nextjs","python"],"latest_commit_sha":null,"homepage":"https://evlinkha.se","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rogasp.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":"docs/ROADMAP.md","authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"github":["rogasp"],"buy_me_a_coffee":"rogasp"}},"created_at":"2025-04-18T14:41:35.000Z","updated_at":"2025-12-17T16:31:47.000Z","dependencies_parsed_at":"2025-05-25T17:40:24.966Z","dependency_job_id":"c276ccef-5476-4d43-92f9-b740a2c8bfac","html_url":"https://github.com/rogasp/evlink-backend","commit_stats":null,"previous_names":["rogasp/evlink-backend"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/rogasp/evlink-backend","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rogasp%2Fevlink-backend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rogasp%2Fevlink-backend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rogasp%2Fevlink-backend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rogasp%2Fevlink-backend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rogasp","download_url":"https://codeload.github.com/rogasp/evlink-backend/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rogasp%2Fevlink-backend/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31374480,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-03T17:53:18.093Z","status":"ssl_error","status_checked_at":"2026-04-03T17:53:17.617Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api","electric-vehicles","fastapi","home-assistant","nextjs","python"],"created_at":"2026-04-03T20:15:23.622Z","updated_at":"2026-04-03T20:15:24.547Z","avatar_url":"https://github.com/rogasp.png","language":"TypeScript","funding_links":["https://github.com/sponsors/rogasp","https://buymeacoffee.com/rogasp"],"categories":[],"sub_categories":[],"readme":"![CI](https://github.com/rogasp/evlink-backend/actions/workflows/deploy-production.yml/badge.svg)\n[![CodeQL](https://github.com/rogasp/evlink-backend/actions/workflows/github-code-scanning/codeql/badge.svg)](https://github.com/rogasp/evlink-backend/actions/workflows/github-code-scanning/codeql)\n![License](https://img.shields.io/badge/license-MIT-green)\n\n# EVLinkHA\n\nEVLinkHA is an open-source bridge between Home Assistant and Enode, enabling seamless electric vehicle integration and smart energy management in your home.\n\n\u003e Project website: [https://evlinkha.se](https://evlinkha.se)\n\n---\n\n## Overview\n\nEVLinkHA is designed to provide:\n\n* 🔌 Integration with EV brands via [Enode](https://enode.com)\n* 🧠 Local API proxy for Home Assistant\n* 🌱 Privacy-first and self-hostable\n* 💬 Web dashboard with live vehicle data\n* 🔒 Secure authentication (via Supabase)\n\n---\n\n## Documentation\n\nFull documentation is available in the `docs/` folder:\n\n* [Roadmap](docs/ROADMAP.md)\n* [Release notes](docs/RELEASES.md)\n* [Integration guide](docs/guides/INTEGRATION.md)\n* [Architecture Decisions](docs/decisions/README.md)\n\n## Architecture Decisions\n\n* [0001-record-architecture.md](docs/decisions/0001-record-architecture.md) - Initial architecture overview\n* [0002-stripe-payments.md](docs/decisions/0002-stripe-payments.md) - Stripe Checkout integration and webhook handling options\n\n---\n\n## Repository Structure\n\n```\n.\n├── backend/        # FastAPI backend\n├── frontend/       # Next.js frontend\n├── supabase/       # Supabase local dev setup\n├── docs/           # Project documentation\n└── .github/        # GitHub Actions, templates etc\n```\n\n---\n\n## Getting Started\n\nStart here if you want to run EVLinkHA locally:\n\n* [Quickstart for Developers](docs/guides/QUICKSTART.md)\n* [Architecture Overview](docs/ARCHITECTURE.md)\n\n---\n\n## Contributions\n\nWe welcome community contributions! To get started:\n\n* [CONTRIBUTING.md](CONTRIBUTING.md)\n* [Open issues](https://github.com/rogasp/evlink-backend/issues)\n\nAll contributions must follow our [Code of Conduct](CODE_OF_CONDUCT.md).\n\n---\n\n## License\n\nEVLinkHA is licensed under the MIT License. See [LICENSE](LICENSE) for details.\n\n---\n\n## Maintainer\n\nEVLinkHA is developed and maintained by [Roger Aspelin](https://github.com/rogasp).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frogasp%2Fevlink-backend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frogasp%2Fevlink-backend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frogasp%2Fevlink-backend/lists"}