External EV routing services yerini alır

EVRoute

EV route planning with live OBD telemetry. Self-hosted. Battery-aware.

Plan multi-stop EV journeys with charge curves, real elevation, weather, and payload. Connect a BLE OBD-II dongle (OBDLink CX, Veepeak BLE+) to stream live SoC, range and consumption straight into the dashboard. Powered by OpenStreetMap routing and OpenChargeMap — no third-party API lock-in.

1000+
Vehicle Models
OCM + Brands
Charger Sources
Web Bluetooth
OBD Transport
<800 ms
Replan Latency

Özellikler

Battery-Aware Routing

Inserts DC fast-charge stops based on real charge curves and your departure SoC. Targets a configurable minimum arrival SoC.

1000+ Vehicle Profiles

Battery kWh, Wh/km consumption, AC/DC max, charge curve points. Tune for weight, temperature, tire, driving style.

Live OBD Telemetry

BLE Web Bluetooth pairs with ELM327-class dongles. SoC, pack voltage, motor temp, instant kW, ambient temp, VIN.

Charger Database

OpenChargeMap + brand network feeds (Tesla, IONITY, Eşarj, Trugo). Filter by kW, plug type, network, amenities.

Auto Re-plan

Telemetry pings replan the trip when consumption drifts. Adds an earlier stop if you'll arrive below the SoC floor.

Turkey + Bulgaria Coverage

Charger data validated for TR + BG with brand-network cross-checks. Balkans rolling.

Hızlı Entegrasyon

SDK veya REST API ile dakikalar içinde başlayın.

example.ts
import { OloSearch } from '@voltimap/sdk'

const olo = new OloSearch({ apiKey: 'olo_sk_...' })

// Plan an EV trip
const plan = await olo.evroute.plan({
  origin:      { lat: 41.0082, lon: 28.9784 },  // Istanbul
  destination: { lat: 39.9334, lon: 32.8597 },  // Ankara
  vehicle:     'hyundai_ioniq5_77',
  startSoc:    85,
  minArrivalSoc: 15,
  filters:     { minKw: 100, ccs2: true }
})
// → { totalDistanceKm: 453, totalDurationS: 19800,
//     stops: [{ name: 'Trugo Bolu', arriveSoc: 22, departSoc: 78, chargeMinutes: 18 }] }

// Stream live OBD telemetry (Web Bluetooth, BLE only)
const obd = await olo.evroute.obd.connect()
obd.on('sample', (s) => {
  console.log(s.soc, s.rangeKm, s.instantPowerKw)
})

API Uç Noktaları

Temel URL: https://api.voltimap.com

POST/api/v1/evroute/plan
GET/api/v1/evroute/chargers?bbox=...
GET/api/v1/evroute/vehicles
POST/api/v1/evroute/telemetry
GET/api/v1/evroute/session/:id/events

EVRoute kullanmaya bugün başlayın

14 günlük ücretsiz deneme. Kredi kartı gerekmez.

Ücretsiz Başla