-
Notifications
You must be signed in to change notification settings - Fork 14
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
PSA Key... #3
Comments
What is the model of your car? What type of Rpi are you using? When you plug your Rpi on the car, what do you get on the screen of your car after at least 30 seconds? |
Thanks to answer me...the car model is Grand Picassso Citröen Model 2016 and i have the SMEG+(5.43.A.R2). The Ppi is Zero W with the same specifications that the project need. The screen shows the prhase: "Turning on...do not disconnect the key. This operation can take a few minutes". |
Ok then, there is a problem somewhere. Here are some steps you can try to debug the process;
If you need more instructions about debugging what's going wrong, I can assist you, although it's not that easy on github's ticket system ;) Last time I checked, the install script did all the work for you, maybe something changed somewhere but I can't figure out what (and my Rpi is broken right now, I need to buy another one). |
Thank´s for you help! I will try all you told me step by step and i will report to you with the feedback |
Hi again! I bought other microsd Kingston 32Gb and i repeated all again. I saw that an update is before that the wifi configurations, so some lines did not downloading. |
@quadrat2 Weird, I have the same SMEG+ version but the visuals are not the same at all. I guess there's something different in the way the car connects to the key, but I cannot debug it without access to some car with a similar system. I can only redirect you to the previous post which indicates some debugging tests, to see if the key is properly configured, and to check if the car and the key are communicating correctly. There's something you could try eventually to help me debug this problem: you could try step number 2, which is connecting the rpi to your phone's wifi hotspot, then connect to your rpi via ssh from your phone, while plugged into the car, run the 'remount' comman dto remount the rpi's system read/write, and try to make a tcpdump like this:
Wait a few seconds to capture some data, then send me the resulting psakey.pcap file so I can see what the car is trying to communicate to the key. It's not guaranteed but it's a start :) |
|
@quadrat2 Thanks for the dump :) I've looked at it and... yeah there's something that caught my eye:
I didn't think about different languages, so the 'ru' language code wasn't expected. You should try this (and maybe @att100101 may try it too if you're still interested): Edit the file /etc/apache2/sites-available/psakey.conf and change these lines:
into this line:
Should work better I guess. |
Yep!!! It works! |
Thank you for pointing out the bug and providing your help to find it out. The problem wasn't what language you've selected, the problem was an oversight on my part :-) I've pushed the change to commit f6c8d04 Can I ask what you're gonna do with it? :) Maybe following this discussion on this issue #4 ? |
I am glad with your job. The project about the emulator for PSA key connect is wonderfull...but, must I wait for a long time to watch on screen the phrase "Hello World"? Please help!
The text was updated successfully, but these errors were encountered: