-
-
Notifications
You must be signed in to change notification settings - Fork 95
2023 Chevrolet Bolt - Custom PID Codes / Profile #393
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
Comments
@points-unknown The profile schema has changed a bit, we recently standardized the parameters, check params.json
To transform the expression from Torque to WiCAN format you can check the table blow |
I am not sure I am understanding what to do here correctly. Using the example above, my desire is to add additional PIDs to the vehicle specific profile. So, for example I would make a new bolt_advanced.json file with the following:
This takes the base json schema from bolt.json and adds two additional PIDs, from the CSV that works in torque, but with converted bytes for the A and B designations in torque going to B5 and B6, per the above. Then on the WiCan web app, i go to >> Automate >> vehicle specific >> vehicle profiles and choose my my new bolt_advanced.json file. When I do this, the page reloads, takes me back to status. And when I go back to automate I get... nothing new. Is this expected behavior? Am I doing something wrong? Help appreciated, as always. Thanks. |
@points-unknown The profile upload format is still based on the old schema. I'll have to merge this profile in the repo to generate the profile properly. If you want to test you can add these as a custom PIDs. Or you can submit a PR and I'll merge it then you can test. |
I have the same problem with my 2023 Chevrolet Bolt EUV. SOC and Battery Capacity are unavailable, even with fresh reinstallation of Homeassistant with the vehicle on |
@windseye can you please provide car scanner logs? |
I am just getting into my wican pro and I can't figure out how to bulk add additional PIDs. There is a pretty complete PID mapping available for this vehicle (as there is for so many) and I want to add several of them to the vehicle specific output.
When I select "Chevrolet: Bolt" from the vehicle model list it just vies me 2 PIDs. At least , that's what I see. When I try to upload a custom "Vehicle Profile" json file, it... reloads and does... nothing. I am sure I have a syntax issue or something, but it's hard for me to tell, since I am not following the documentation very well - or rather, it appears there might be some different syntax depending on ... something.
I kinda expected it to be like Torque - where I could just upload the CSV and then it would load all the PIDs in that list. But then I went down the rabbit hole of making it fit this JSON schema.
In any case, below is my custom vehicle PID file. It's just converted to the provided json schema using a python script. I would love help either troubleshooting this json so it 'just works' or to have the Bolt profile updated with these PIDs. Happy to do whatever I can to help.
Any help is much appreciated.
The text was updated successfully, but these errors were encountered: