-
-
Notifications
You must be signed in to change notification settings - Fork 67
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
ID3 profile not working on Skoda Enyiaq iV 60 #234
Comments
@marten-lucas Which firmware version are you on? Can you post a screenshot of your device configuration settigns page and automate page? |
Try to disable the MQTT and change the cycle time to 5000ms |
Hello @meatpiHQ , |
@cr0i are you able to add these to the profile and test? If it's successful please create a PR |
Hello @meatpiHQ , |
@cr0i Sorry I might have miss understood. The pid_init should be working in the latest firmware version, it was tested on other cars.
Don't worry about PR I can add the changes once you confirm that it's working. I wanted you to do the PR so you'd be added as contributor to this project :) |
Hello @marten-lucas , with Custom PIDs it´s working, I use this in my solution, because I need different MQTT Topics per PID. I´ll try the vehicle-Profile again and give you feedback. This vehicle-Profile should do the same as my working CustomIPDs: But with this I only get Timeout errors for all 3 PIDs in MQTT-Explorer (i.e.): |
Hello @meatpiHQ , I reduced the vehicle-Profile to only one PID with pid_init: with this I get only timeout. But when I put the full init-String in init and don´t use pid_init it works (but only for one PID, because we need different Init-Strings:
Answer: So I think pid_init is not working (with me). I have to remove my working config for this every time. If you could add Backup of settings in the future, this would be nice? I´m using Firmware 3.48. |
@cr0i I you're intersted I suggest that you read about the ELM327 AT commands so you'd understand what do these commands do. For some PIDs you have change the protocol from What if you put the same string in |
I'm interested how it works, but I accepted, that I can't understand the whole world.; -) But I thought, vehicle Profiles and Custom PIDs work similar: I'll try the same string in pid_init later and give you feedback. |
Hello @meatpiHQ , When I put the same init String in init and pid_init it works, but only one value is correct. The other values are calculated wrong or get timeouts: |
@cr0i Please try this profile.
Yes you are right seems there is an issue with pid_init .
|
Hello @meatpiHQ , with this Profile I get timeouts on all 3 values, i.e.: |
I also bought the Wican for my Enyaq 60, I have the same issues, as the topic starter, can someone from meatpi give us some more directions to get this working ? |
I'm going to make a new firmware update to address this issue. |
@cr0i @jeroen-github please try this profile, i kept the SoC for now, we can add them one by one and see what breaks. You can also directly sync the profile directly from the webpage https://meatpihq.github.io/wican-fw/home-assistant/integration_setup#integration-device-setup
|
With this profile I only get timeouts: In Monitor Tab there are no frames captured. |
@cr0i I think I figured it out this time, the issue was that the pid_init was inside the parameters and was not being parsed
|
Hello @meatpiHQ , strike, now it works. ;-)
|
Thx for the update, I will try it wednesday, currently traveling for work. |
Hi just confirmed its working also over here, with MQTT explorer I can see that I receive the correct values. So now its up to us to add more info to the cars profile. |
Hi,
I tried the vehicle profile for the ID.3 on my Skoda Enyaq iv but it did not work. Both are MEB-Platform so they should work.
I confirmed the setting by switching to a vw up, which did work.
I did find some PIDs on the internet
https://www.goingelectric.de/forum/viewtopic.php?t=60894&start=10
and here:
https://github.com/nickn17/evDash/blob/master/src/CarVWID3.cpp
carscanner works as well (see exported pids attached)
custompids.txt
How can I help to improve the profile?
The text was updated successfully, but these errors were encountered: