-
-
Notifications
You must be signed in to change notification settings - Fork 80
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
[Vehicle Profile] Jaguar I-PACE #219
Conversation
There is a good reading here about latest finding on Ipace canbus... https://www.i-paceforum.com/threads/hv-battery-reports-autel-scanner-tool-can-do-it.8773/#replies |
Great stuff! I had been following that thread a month ago, good to see some progress. I'll try and replicate. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Beautiful work!
Please change the expression (B4*256)+B5
to [B4:B5]
Can do! For odometer I have |
Yes that's right, it should be [B4:B6]. |
OK, all set! |
@seanauff one more thing, please remove vehicle_profiles.json from the PR. This file will be automatically generated. |
Thanks! I've disabled that action on my fork so future PRs won't have that issue. |
Confirmed working on my model year 2019. Based on the work of @dernotte for OVMS3. Currently only the BECM PIDs (except VIN) are supported. More info in the README