Linux CAN drivers development
 help / color / mirror / Atom feed
From: aivs <aivs@yandex.ru>
To: linux-can@vger.kernel.org
Subject: Researching of Skoda CAN bus
Date: Thu, 27 Jul 2017 00:21:20 +0300	[thread overview]
Message-ID: <586311501104080@web44o.yandex.ru> (raw)

Hi, my name is Vitaliy, I'm smart home developer.
As a hobby I'm researching CAN bus of my Skoda Octavia 2011. I founded commands to control car devices, like this:
// 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

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

and many others.

Now I tried to add function "Keyless" to open the trunk foot. For that I need CAN a command to open the trunk. 
When I press trunk button candump shows:
400#00 02 0B 14 30 04 00 00
291#09 00 08 00 00
591#30 10 0F 0C 40 9C 00 00

When I press button on key fob candump shows the same.
When I press button on key fob of additional alarm system candump shows the same.

But, when I try to send those command nothing happens. I don't understand why trunk doesn't open. 
May be you can get me recommendation how to open a trunk with CAN commands!

-- 
Yurkin Vitaliy
Home automation engineer
~~~~~~~~~~~~~~~~~~~~~~
z-wave.me
email: aivs@z-wave.me

             reply	other threads:[~2017-07-26 21:28 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-07-26 21:21 aivs [this message]
2017-07-28 20:15 ` Researching of Skoda CAN bus aivs

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=586311501104080@web44o.yandex.ru \
    --to=aivs@yandex.ru \
    --cc=linux-can@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox