Changes

no edit summary
Line 67: Line 67:  
===ELD APP workflow===
 
===ELD APP workflow===
 
ELD functionality start to send data periodically via BT right after external BT device has been connected if OBD Feature (parameter ID 40000) is set to ELD (option 2). ELD data sending is paused if Configurator is connected. ELD data is resumed after configurator disconnects. ELD data sending resumes automatically when external BT device reconnects after connection loss.
 
ELD functionality start to send data periodically via BT right after external BT device has been connected if OBD Feature (parameter ID 40000) is set to ELD (option 2). ELD data sending is paused if Configurator is connected. ELD data is resumed after configurator disconnects. ELD data sending resumes automatically when external BT device reconnects after connection loss.
 +
<br>
    +
===ELD data packet structure===
 +
{
 +
"obd_vin": "4V4NC9EH4FN187825",
 +
"loc": "-10310092,3517679",
 +
"time": "1675874086",
 +
"can_data": "1",
 +
"engine_hours": "315",
 +
"dashboard_mileage": "919483",
 +
"obd_rpm": "3224",
 +
"obd_speed": "25",
 +
"ignition": "1",
 +
"total_fuel": "182",
 +
"engine_idle_hours": "156",
 +
"dtc_count": "2",
 +
"fuel_level_1": "35",
 +
"fuel_level_2": "46",
 +
"battery_voltage": "24",
 +
"total_idle_fuel": "3152",
 +
"trip_distance": "306",
 +
"fuel_economy": "12",
 +
"ambient_air_temp": "21",
 +
"engine_coolant_temp": "50",
 +
"engine_load": "89",
 +
"engine_throttle": "94",
 +
"trip_fuel_used": "17",
 +
"oil_temp": "90",
 +
"oil_pressure": "6",
 +
"seat_belt_status": "0",
 +
"cruise_control_state": "3",
 +
"throttle_pedal_pos": "90",
 +
"engine_coolant_level": "60",
 +
"engine_coolant_press": "4",
 +
"transmission_oil_temp": "60",
 +
"parking_brake_switch": "0",
 +
"brake_application_press": "9",
 +
"brake_pedal_pos": "32"
 +
}
 
===ELD J1939 Parameters definitions===
 
===ELD J1939 Parameters definitions===