|
Post by mpatel85 on Nov 26, 2020 2:33:33 GMT
Hi all, not sure if you know this feature, but thought of sharing.
Without pressing lock/unlock using key fob when you approach to car then car will unlock automatically, it like car welcomes you...I know when you touch door handle it unlock/lock. But this one more advance, I mean not only it unlock but it also lock when you go away from car. Specially in night car welcomes you when you few feet away from car.
Coding: -->46-comfort system-->long coding--> automatic_opening--> active
automatic_closing --> active
NOTE: this will disable AUDI phone app lock/unlock feature (just incase if you using), it will work only when key is nearby/in car which is completely waste.
|
|
|
Post by tempos84 on Nov 28, 2020 6:12:00 GMT
I've tried this coding on my car but there is no effect at all.
|
|
|
Post by mpatel85 on Nov 28, 2020 21:40:29 GMT
Did you try with hood open, ignition with parking break applied.
Also, mine has "Audi Advanced key" option 2019 3.0T Premium Plus package, not sure if its works with ONLY Advanced key option then.
|
|
|
Post by tempos84 on Nov 30, 2020 5:48:07 GMT
Tried it with hood open and ignition on, but without parking brake applied. Not sure about "Audi Advanced key" option, couldn't remember that it was in the list of available options. I only have PGB - Comfort key with alarm. Do you have some special key fob? Or NFC option to unlock with the phone?
|
|
|
Post by mpatel85 on Nov 30, 2020 18:04:51 GMT
I have door handle sensors, where you can lock/unlock by touching/grabbing any door handles as well as kick trunk opener. I guess thats part of "Advanced Key" option. In term of using cell phone to lock/unlock its free MYAUDI app feature to all, where you can check status of your car, like above pic - total range in mile/km
- tank fuel level in %
- actual mileage reading
- vehicle details - door lock, window, sunroof, lights hood and trunk (lock/unlock)
|
|
|
Post by tempos84 on Nov 30, 2020 18:47:29 GMT
Thanks for info! MyAudi is not available for Russia but as for car options it looks the same in my car. Sad it doesn't work for me, cause I coded autoclose on my previous mqb car and it was pretty comfortable for me.
|
|
|
Post by mpatel85 on Nov 30, 2020 19:17:39 GMT
Just to make sure there is corrected coding -like under my 46-Comfort system by default I got -
automatic_lock -->active automatic_unlock-->active automatic_unlock_nar--> active remote_lock_unlock->active
which is separate than automatic_opening-->active (which I changed from "not active" for this welcome unlock feature)
|
|
|
Post by tempos84 on Dec 9, 2020 22:01:02 GMT
I got it now like this: automatic lock --> active automatic unlock --> active automatic unlock nar --> not active remote lock unlock --> not active automatic opening --> active automatic closing --> active
So I think I'll try to set active automatic unlock nar and remote lock unlock. I think I somewhere heard that it doesn't lock fuel door this way. Is it true for you? I just checked there is Automatic lock fuel door which is not active in the coding list.
|
|
|
Post by tempos84 on Dec 12, 2020 9:49:35 GMT
Unfortunately it didn't help. Now all the mentioned positions are active but nothing happened. Are there someone else who tried to activate this option BTW?
|
|
|
Post by hakenalba on Dec 12, 2020 17:32:00 GMT
It won't work without kessy entry.
|
|
|
Post by mpatel85 on Dec 14, 2020 4:58:40 GMT
I got it now like this: automatic lock --> active automatic unlock --> active automatic unlock nar --> not active remote lock unlock --> not active automatic opening --> active automatic closing --> active So I think I'll try to set active automatic unlock nar and remote lock unlock. I think I somewhere heard that it doesn't lock fuel door this way. Is it true for you? I just checked there is Automatic lock fuel door which is not active in the coding list. Based on your "nar and remote lock" setting it seems yours has different config then...because mine was active by default...
|
|
|
Post by amphetamine on Feb 14, 2021 6:41:30 GMT
|
|
|
Post by tempos84 on Feb 15, 2021 8:48:33 GMT
Thank you! Will try some of them.
|
|
|
Post by ustolle on Feb 15, 2021 11:11:32 GMT
This one was the missing piece for me
IDE08225-MAS20619-Personalization settings vehicle-Keyless access authorization: automatic opening - set to Active
My full coding is as below
IDE08225-MAS20619-Personalization settings vehicle-Keyless access authorization: automatic opening - set to Active
Byte 28 Bit 6 - Automatic_opening Byte 28 Bit 7 - Automatic_Closing Byte 29 Bit 4 - Keyless Light Illumination
|
|
|
Post by tempos84 on Feb 16, 2021 19:01:29 GMT
I got automatic opening and lightening working well with the coding by amphetamine! But automatic closing doesn't work. What should I add to make it work?
|
|
|
Post by ustolle on Feb 17, 2021 13:00:16 GMT
Same for me, only opening is working.
Do you have any adjustment available in the MMI, for turning the function ON/OFF.
I have tried to activate the below, which I believe should activate it, but does not work. Expect the function to show up under central-lock menu
Any suggestions for that?
Automatic Lock On/Off setting in MMI 46-Central Conv. - Byte 35, Uncheck Bit 0 “automatic_lock_not_at_mmi,0=not active / 1=active”
|
|
|
Post by tempos84 on Feb 18, 2021 8:40:29 GMT
It's pity that it only opens because my needs are to close it automatically. As for MMI adjustments, as far as I remember there was only option to turn on/off Comfort opening (I think it's keyless access).
|
|
gero
New Member
Posts: 2
|
Post by gero on May 3, 2021 17:22:25 GMT
Good afternoon, did someone beat the problem? What else would the car be closed?
|
|
|
Post by daiwei520 on May 31, 2021 8:28:23 GMT
Only open the door, not close the door
|
|
|
Post by hakenalba on Jun 2, 2021 8:46:29 GMT
Do you have a kessy entry ?
|
|
|
Post by gabrijelkordic12 on Feb 4, 2024 1:08:34 GMT
I got it now like this: automatic lock --> active automatic unlock --> active automatic unlock nar --> not active remote lock unlock --> not active automatic opening --> active automatic closing --> active So I think I'll try to set active automatic unlock nar and remote lock unlock. I think I somewhere heard that it doesn't lock fuel door this way. Is it true for you? I just checked there is Automatic lock fuel door which is not active in the coding list. Based on your "nar and remote lock" setting it seems yours has different config then...because mine was active by default... Hi i have also advenced key audi a6 c8 2019 but i don’t have keyless entry would this function work anyway or i must have kessy??
|
|
|
Post by robin1 on Feb 8, 2024 9:36:00 GMT
keyless entry is required
|
|
|
Post by morgan53 on Apr 5, 2024 6:37:53 GMT
Just to make sure there is corrected coding -like under my 46-Comfort system by default I got - automatic_lock -->active automatic_unlock-->active automatic_unlock_nar--> active remote_lock_unlock->active which is separate than automatic_opening-->active (which I changed from "not active" for this welcome unlock feature) I upgraded the keyless entry feature but the auto open/close doesn't work, neither do the door handle lights. Maybe I need to code the ambient lighting in the door modules? Or in block 9?
|
|