CANhack.de CAN-Interface RKS+CAN
Diesel technology, engine technology, vehicle diagnostics, repair & maintenance.

Open the back door using CAN command on Skoda Octavia

 
New Topic 🔒 Locked 🔗 🖨 CANhack.de - Index » Interior / Comfort CAN
Author Message
aivs



Joined: 06/13/2017
Posts: 1
Karma: +3 / -0   Thank you, like it!


Free account, no CAN development support

CAN-Diagnose, manniakk and
Post13-06-2017, 22:40    Subject: Open the back door using CAN command on Skoda Octavia Translating...

[Translating...]

Hi, I have some progress with hacking my Skoda Octavia. I use canbus shield for raspberry pi and a sniffer written by me.
At this moment I can open/close windows, control central lock and get different information from sensors.
I have written a article about hacking can bus, but in Russia I haven't found many interested people, https://geektimes.ru/post/282338/ (see pictures).

Some commands, that I retrieve:
// Front Left Glass up/down
cansend can0 181#0200
cansend can0 181#0800

// Front Right Glass up/down
cansend can0 181#2000
cansend can0 181#8000

// Back Left Glass up/down
cansend can0 181#0002
cansend can0 181#0008

// Back Right Glass up/down
cansend can0 181#0020
cansend can0 181#0080

// Central Lock Open/Close
cansend can0 291#09AA020000
cansend can0 291#0900000000

Some commands need to do with delay

// Open all windows, like from key
#!/bin/bash
cansend can0 391#004000
sleep 2
cansend can0 391#AA4000
sleep 1
cansend can0 391#00000

// Close all windows, like from key
#!/bin/bash
cansend can0 391#008000
sleep 2
cansend can0 391#558000
sleep 3
cansend can0 391#000000

Now I want to open a back door using CAN command. When I long press button on keyfob, the back door opens and in sniffer I see next changes:
cansend can0 291#1900000000
sleep 1.2
cansend can0 291#1900080000
sleep 0.2
cansend can0 291#1900000000
sleep 1
cansend can0 291#0900000000

But when I try to repeat this commands with delays nothing happens. Has anyone researched with this issue?



You are not permitted to view these file(s), please log in or register for extended rights or status updates.

Back to top Profile PM
New Topic 🔒 Locked 🔗 🖨 CANhack.de - Index » Interior / Comfort CAN
Similar articles and topics
Topic Forum
No new posts Skoda Octavia II boost Engine CAN
No new posts Skoda Octavia Kombi Bj. 2003 Vehicle-specific Hardware and Pin Assignments
No new posts CAN data Octavia 2 (2004) CAN Bus General
No new posts Octavia 2 Soundsystem einschalten Interior / Comfort CAN
Jump to:  
You cannot post new topics in this forum.