This is a Python client for Volkswagen CarNet, it simulates the behaviour of the CarNet app. It allows users to retrieve information about the vehicle (location, temperature and mileage), next to this the Window melt and Climat functionalities can be started from the Python script.
Clone the Github page and modify the following values in the vw_carnet.py script:
CARNET_USERNAME = ''
CARNET_PASSWORD = ''
Run the script with a argument. The following are supported:
python vw_carnet.py retrieveCarNetInfo
python vw_carnet.py requestCarSendData
python vw_carnet.py startClimat
python vw_carnet.py stopClimat
python vw_carnet.py startWindowMelt
python vw_carnet.py stopWindowMelt