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

Transmission Fluid Temperature #55

Open
MangMuang opened this issue Jun 3, 2018 · 2 comments
Open

Transmission Fluid Temperature #55

MangMuang opened this issue Jun 3, 2018 · 2 comments

Comments

@MangMuang
Copy link

How modify this to support reading ATF temperature ?

@firepower2k11
Copy link

You first need to know the OBD PID on which you can read the data.
If you got that you can exchange other PIDs in the code to check if you get the data with that PID.
After that it depends on what you want to do with the data - for logging maybe just add it to the logger code, for display you have to replace other values.

@geetee24
Copy link

geetee24 commented Oct 9, 2022

did u get it to work? my pid is 2182 which wont work since is > byte

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

3 participants