Hi,
I have retrofitted my golf mk4 with power windows.
I used a 1C0959799F CCM from a seat leon, this allowed me to still use my old 1j0 style speed, door open, and ignition signals.
I changed these bytes (decimal) to enable remote windows and the alarm.
Code:
Remote window activation
04361: 10 -> 2
04362: 10 -> 2
04363: 10 -> 2
Alarm activation
04355: 17 -> 16
04356: 17 -> 16
04357: 17 -> 16
This both functions fine now, but I still have two remaining problems:
- My car doesnt have a sunroof but the ccm thinks it's open (Does this have any concequences?).
- When locking the car immediately blinks/honks, instead of blinking/honking after all doors are properly locked like it used to. So its not a confirmation that the car is locked now, its just a confirmation that the signal from the key was received.
Does anyone which bytes/bits might have to do with this?
Edit, some more info:
Eeprom values:
Code:
4352: 255
4355: 16
4358: 255
4361: 2
4364: 240
4370: 4
4373: 255
Coding: 00259
Adaptation:
Code:
1: 1 (Number of keys -> 1)
3: 0 (Auto lock -> OFF)
4: 0 (Auto unlock -> OFF)
5: Not availabe (Interior monitoring)
6: 1 (Unlock horn -> ON)
7: 1 (Lock horn -> ON)
8: 1 (Unlock blink -> ON)
9: 1 (Lock blink -> ON)
10: 1 (Country setting -> Rest Europe)