Hi all
I've been maintaining a Home Assistant integration for Eveus EV chargers and wanted to share it with the community. It's local-only — polls the charger directly over your LAN, no cloud account, no telemetry.
Repo: GitHub - ABovsh/eveus: Eveus EV charger integration for Home Assistant (HACS) — local-only, no cloud. Live power/energy/cost, SOC estimates, adaptive charging. · GitHub
HACS: Custom repository (instructions below)
What it does
- Local polling over LAN via the charger's HTTP API. Supports
http:///https://, custom ports, IP or hostname. - Live electrical telemetry — voltage, current, power, current-limit setpoint, box/plug temperatures, ground status, internal backup battery voltage.
- Energy & cost straight from the charger's own counters, so values don't jump when tariffs switch mid-session:
- Session / Total Energy, resettable Counter A & B (kWh)
- Session Cost (uses native
sessionMoney, integrated at the active rate per moment) - Counter A/B Cost, Primary/Active/Rate 2/Rate 3 rate sensors
- Optional EV battery (SOC) estimates — add four
input_numberhelpers and you get SOC kWh, SOC %, time-to-target, and adevice_class: timestampCharging Finish Time for cards & automations. - Adaptive charging & schedule visibility — see which slot the charger is following.
- Automation-friendly entities out of the box: Car Connected, Charging Finish Time, Session Cost — no template sensors required.
- Multi-charger support.
- Optimistic UI — controls feel instant; state reconciles on the next poll.
Why a separate integration?
Eveus has no official HA integration. This one is built around the charger's native fields (especially sessionEnergy and sessionMoney) instead of trying to recompute energy/cost in HA — which means no fragile per-restart baselines and no off-by-one when the day/night tariff flips.
Install (HACS)
- HACS → Integrations → ⋮ → Custom repositories
- URL:
https://github.com/ABovsh/eveus, Category: Integration - Install Eveus, restart Home Assistant
- Settings → Devices & services → Add Integration → Eveus, enter host/credentials
Feedback welcome
Issues, feature requests, and PRs all go to the repo. Thanks ![]()