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

IDDatalogger seems to only can handle one car? #20

Closed
sailor1958 opened this issue Aug 4, 2021 · 2 comments
Closed

IDDatalogger seems to only can handle one car? #20

sailor1958 opened this issue Aug 4, 2021 · 2 comments

Comments

@sailor1958
Copy link

I have two cars, but I can only see one :(.

A function / setting there let me select a car based on ex. VIN number will be greate

Tahnks

@robske110
Copy link
Owner

Unfortunately in its current state it indeed only supports one car per instance. If you are running this on Docker it should be easy to setup a second instance of IDDataLogger with the other car's vin in the .env file.
If you run it on a raspberry pi, it is also possible to do with some general server/linux knowledge. I might try to write a guide on how to do this.
The vin setting is documented here: https://github.com/robske110/IDDataLogger/blob/master/docs/config.md#configjson
Note: You should avoid to change the vin setting on a IDDataLogger instance if it already collected data from another car.

While multi-car support is certainly something that should be implemented natively at some point, I don't see this happening soon with my limited time and lack of 2 vehicles to test.

@sailor1958
Copy link
Author

Thanks for your response.
I'm running in a docker setup, so that I will do one instance for each car. It doesn't seem to be a big problem to do.
Multi-car support as a native thing is not needed, from my point of view, as long you can have more instances running.

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

No branches or pull requests

2 participants