The car model need to be known by the app. To find it, the app use the first 10 character of your VIN. If the car isn't in the list we need to add it, to do so you have two options:
-
If you have the skills :
You can add your car to the list yourself to do so look at this example. You will need the VIN of your vehicle and the car abrp name, to get it go here. Don't forget to do a pull request with your changes.
-
If you don't:
Open an issue with this template
2. Error during activation {'newversion': '2.0.0', 'newversionurl': 'http://m.inwebo.com/', 'err': 'NOK:FORBIDDEN'}
Your psa account is locked because you makes 20 sms activation. To unlock do this :
- Install on a smartphone mypeugeot, myopel etc, depending on your car brand
- If the application is already installed uninstall and reinstall
- You should be asked to give your credentials
- Connect and test remote control, it should say that you need to reset your account
- If the remote control work on your smartphone it will work with psa_car_controller
The app record your position if "-r" argument is provided. You need to make few trips to be able to see stats in the dashboard.
It's happen if config file aren't writable by the user that launch the process. To fix this go to the application directory and execute this command :
# if the user is launched by pi user do
sudo chown pi: -R .
The SMS authentication is used to be able to remote control your car.
If your car doesn't have this functionality you should disable remote control when you start psa-car-controller
by using --remote-disable
argument.
If you have an error more or less like this one:
[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self signed certificate in certificate chain (_ssl.c:1056)
It's a problem on PSA server so don't open an issue, you can retry a second time and if it still doesn't work you just have to wait. You can look to issue about this problem here.