robinostlund / volkswagencarnet

A python library for volkswagen carnet
GNU General Public License v3.0
66 stars 38 forks source link

Error: SPIN is required #134

Closed birgersp closed 2 years ago

birgersp commented 2 years ago

What is the SPIN and where do I get it?

Langer75 commented 2 years ago

SPIN is the secure PIN. For some funtions you have to provide this PIN e.g. for locking or starting the auxialiary heater. You have to define it by your own and do an identity check. After that you can use these funcions.

birgersp commented 2 years ago

Thanks!