External EV routing services yerini alır
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.
Inserts DC fast-charge stops based on real charge curves and your departure SoC. Targets a configurable minimum arrival SoC.
Battery kWh, Wh/km consumption, AC/DC max, charge curve points. Tune for weight, temperature, tire, driving style.
BLE Web Bluetooth pairs with ELM327-class dongles. SoC, pack voltage, motor temp, instant kW, ambient temp, VIN.
OpenChargeMap + brand network feeds (Tesla, IONITY, Eşarj, Trugo). Filter by kW, plug type, network, amenities.
Telemetry pings replan the trip when consumption drifts. Adds an earlier stop if you'll arrive below the SoC floor.
Charger data validated for TR + BG with brand-network cross-checks. Balkans rolling.
SDK veya REST API ile dakikalar içinde başlayın.
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)
})Temel URL: https://api.voltimap.com
/api/v1/evroute/plan/api/v1/evroute/chargers?bbox=.../api/v1/evroute/vehicles/api/v1/evroute/telemetry/api/v1/evroute/session/:id/eventsBu site, deneyimini iyileştirmek için çerezler kullanır. KVKK ve GDPR kapsamında tercihini sen yapıyorsun.
Oturum, kimlik doğrulama ve dil tercihi için gereklidir. Kapatılamaz.
Anonim kullanım istatistikleri; ürünü iyileştirmemize yardımcı olur.
Şu anda kullanılmıyor — ileride etkinleşebilir.