Discussions
Vehicle Parameters
Can pull dataset of vehicle parameters from ecm using the j1939 datalink such as engine rpm, turbo speed, engine coolant temp, oil pressure, oil temperature, Etc.
HOS: List of drivers with available time
Is it possible to add Status to Query Params for this endpoint, so I can filter out only active drivers.
No fuel data
Here as it's shown fuel info is not available , but it's showing the fuel percentage in the main website ? what is wrong
Fuel purchases CSV import
In Python, I generated a csv with the same column names as the Motive template for fuel purchases. I used this generated file to import fuel purchases through the dashboard which was successful. I then encoded the file to base64 and created the payload variable, {"source": "manual", "import": [filename, encoded_str]}. The error message displays that all columns are missing but as different variable names.