Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drivers Log #6

Open
IzzySoft opened this issue Dec 12, 2023 · 5 comments
Open

Drivers Log #6

IzzySoft opened this issue Dec 12, 2023 · 5 comments
Labels
enhancement New feature or request

Comments

@IzzySoft
Copy link

Could you include a drivers log functionality with the app? That would be a real good complement for the fuel log. Even better if it would contain all the fields required for tax. Here's an example from a German paper variant:

image

km at start could be pre-filled from the previous entry's end. Targets (col 3) and purpose (col 4) could allow for pre-defined values to be picked (recurring trips). Well, if there were an OBDII connection, other values could be auto-filled, too 😉

Thanks for considering!

Columns translated:

  • date
  • time (from/to)
  • route/target, purpose
  • purpose / visited companies, driver / occupants / cargo
  • mileage at start
  • mileage at end
  • driven kilometers (business, private, home/work)
  • fuel (litres, cost) – this is already covered by your app but could e.g. be linked
  • Oil (litres, cost)
  • others (cost, purpose)
@juanro49
Copy link
Owner

It will be one of the functions I will try to implement in the early 2024 😋

@juanro49 juanro49 added the enhancement New feature or request label Dec 14, 2023
@IzzySoft
Copy link
Author

Cool, thanks! Just collecting ideas here: as most car manufacturers have their cars "connected" (to collect as much data as they can it's said), some of them even offer exports for trip data. Here's an example for Škoda's format:

"Bis","Entfernung (km)","Zeit (min)","Ø Geschw. (km/h)","Ø Verbrauch (l/100km)"
"2023-12-13 19:35:19","165","196","50","6.5"

You could consider import functionality for such things, allowing to map the columns from the CSV to those of your drivers log. Comparing to the details in the initial post, date would be the start of col#1, time to the second part of col#1, time (from) could be calculated subtracting col#3, and so on. The import could ask for (and remember) the mapping plus the field delimiter (here a comma). Škoda actually ships an *.xls with 3 sheets of the same format, the 3rd has the "all-time summary" and thus would provide the "mileage at end".

Should you consider this, I can provide you with an example *.xls – but I'd prefer to not make it public here 😉

@IzzySoft
Copy link
Author

I forgot to check back, and now it's late 2024 😱 Škoda meanwhile closed their portal and one can no longer export (or even see) your journal there unfortunately, but other manufacturers might still have it. Is your plan for the trip journal still up?

@juanro49
Copy link
Owner

I'm still planning to add it, but lately I'm very busy with personal tasks and I don't have time to spend as much time as I would like to add new features and at the moment I'm only giving quick bug fix support. 😔

Hopefully soon I will have more free time to add this and other options I have in mind.

@IzzySoft
Copy link
Author

Thanks, and no rush! Ideally, I could import the trip journal via OBD2 (I have a dongle for that). But currently, all I have is a photo taken at the end of the trip, when shutting down the engine and getting the trip data displayed… 🙈

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants