Optimize fuel consumption by analyzing idle times and driving behaviour in order to lower operating costs and reduce the CO2 emissions of the fleet.

Simulation flow

  1. Simulated vehicles report idle times, speeds, fuel consumption

  2. Cloud aggregates and identifies unnecessary idling based on:

  3. Driver receives notification:
    “Your idle time is 23% above average, costing you ~€15/week in fuel and 11kg CO₂. Would you like to enable EcoStart mode?”

  4. Fleet manager sees heatmaps of idling across cities, identifies hotspot areas for rerouting or coaching.

Aspects overview

ComponentDescription
In-Vehicle ECUsLast state telemetry, idling duration, GPS location, speed, gear status. Basic reasoning
Customer Devices (Mobile App)Visualizes personal fuel efficiency and receives feedback/coaching
Cloud/Backend InfrastructureData persistence (time series, driver profile, vehicle data,..), advanced reasoning 
Cross-Domain ConnectionsV2C (Vehicle to Cloud), Device2V (Driver App gets live trip feedback), Device2C (Cloud alerts on trend detection)
SourceData
Vehicle SensorsEngine status, RPM, GPS, idle time, speed, fuel flow
Driver DataUnique driver ID, preferences (e.g., eco-mode), driving style
External SourcesTraffic congestion zones (e.g., idling at red lights), weather (cold starts)
ComponentRole
VSS (Vehicle Signal Specification)Standardizes all signals: Vehicle.Powertrain.CombustionEngine.IdleDuration, Vehicle.CurrentLocation, etc.
User Profile AbstractionAbstracts driver IDs with linked behavior history
Bidirectional Data Sync
Unified Access API (VISS/Info API)VISS on-board vehicles, cloud middleware can be VSS compliant.
Time-Series StorageFuel and idling logs stored in time-series DB
Schema GenerationVSS-based schema used to define cloud DB schema
ComponentFunction
Semantic Rules
ML Models
Symbolic AI
Real-time Knowledge Conversion
AI Agents
ComponentRole
Driver AppShows fuel-efficiency score, idling history, behavior improvement suggestions
Fleet DashboardAggregates vehicle-specific and driver-specific fuel reports
Decision Support

System recommends:

  • Route with fewer stop-and-go zones

  • Vehicle-level maintenance if fuel inefficiency persists

  • Driver coaching sessions based on repeated patterns |


AreaApplication
VendorsCombines hardware (OEM ECUs), mobile apps, cloud DB, AI toolkits
Security/PrivacyRole-based data access, driver-anonymous behavioral tracking
Scalability
Diagnostics
ExtensibilityModular: can integrate new sensors or driving behavior types
InteroperabilityUnified VSS-based APIs
Multi-Cloud / Edge SupportPre-processing at edge for live feedback; cloud for batch learning
Efficient Pipelines
Industry Alignment