No, not from what I have read and seen. I reckon there are up to 3 networks in the Z canbus, similiar to the leaf. I'm accessing what ever network is linked to the obd connector but I can probably connect into the AV canbus behind the stereo somewhere at a later stage and work on that.
The hardware I got can be picked up for under 40 quid and you can download the source code free from the website. All thats needed is a laptop. Connecting and sniffing the data is the really easy part, deciphering is going to be a bit more difficult but I'm determined to do it!
When the canbus is idle I get the following:
data len = 8
0 0 0 0 0 0 0 0
data len = 8
0 0 0 0 0 0 0 0
data len = 8
0 0 0 0 0 0 0 0
data len = 8
0 0 0 0 0 0 0 0
When I switch on the sidelights I get:
data len = 8
0 80 0 0 0 0 0 0
data len = 8
20 0 0 2 0 0 96 0
data len = 8
0 128 16 64 0 0 0 0
data len = 8
0 128 16 64 0 0 0 0
data len = 8
0 128 16 64 0 0 0 0
data len = 6
50 0 255 12 0 0
data len = 6
50 0 255 12 0 0
data len = 6
255 240 255 0 255 255
data len = 6
255 240 255 0 255 255
data len = 1
64
data len = 1
64
data len = 1
64
data len = 6
255 240 255 0 255 255
Parts of which keep repeating, I'm guessing some of these include start/stop bits, transmitting node ID and timestamp etc. It should hopefully be a case of re transmitting this over the canbus once I can figure out the format and should turn on sidelights, when I reach that milestone things should get a bit easier! I really wanted to see if anyone had any more info on it so I didn't have to start from scratch, if anyone is interested in collabarating give me a shout.
I'm not really a programmer, done a bit of c and java earlier this year in college but have been a network engineer for quite a while. Have done other projects such as using Siri to switch on and off heating in the house via siriproxy, Arduino and Raspberry Pi.
Hmm, voice controlled car functions?! Starting to get a bit ahead of myself...