Replies: 2 comments 3 replies
-
Beta Was this translation helpful? Give feedback.
1 reply
-
What is the build year of your car? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I own an Peugeot iOn (which is basically the same as a Mitsubishi i-Miev) and my goal is to periodically get State of Charge and Millage information out of the car, so my OpenEVSE charger knows how much to charge it.
The CAN Bus identifiers for Mitsubishi i-Miev are reasonably well known. And I have previously managed to get the data out by sending commands to a ELM327 adaptor, but I was frustrated by Bluetooth being unreliable and the need to have a device to bridge between bluetooth and the charger.
Some of the CAN bus resources I have found on the web are:
I have previously compiled some of the data I am interested in, into spreadsheet:
![Screenshot 2024-08-13 at 18 14 30](https://private-user-images.githubusercontent.com/38734/357505877-5a13fd91-859b-4b92-8f38-9adefb62f000.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyNjA0NzMsIm5iZiI6MTczOTI2MDE3MywicGF0aCI6Ii8zODczNC8zNTc1MDU4NzctNWExM2ZkOTEtODU5Yi00YjkyLThmMzgtOWFkZWZiNjJmMDAwLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTElMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjExVDA3NDkzM1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTk4OGZmNTM2MjY4NmE5MmEzMGUxY2UyMTAwNWNjM2VhYWI1Y2RmNzhmY2E0ZDE4OGNiMDI5Y2NlMDM2MTUxMTMmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.Z3Q-gDoYA5JIbMylTaJ0u9zGDnEUWOdHCosKKumD8tQ)
It looks like someone previously looked into this in #65 but got stuck due to the lack of filtering support at the time.
Beta Was this translation helpful? Give feedback.
All reactions