Welcome to Tesla Motors Club
Discuss Tesla's Model S, Model 3, Model X, Model Y, Cybertruck, Roadster and More.
Register

2022-on UK Model 3 gateway config

This site may earn commission on affiliate links.

Durzel

Well-Known Member
Jul 17, 2019
6,538
6,019
Bath, UK
This is a massive long shot really, but I was wondering if anyone with a later Model 3 with C-style brake lights and twin reverse and fog lights has a copy of what their gateway config was - if they’ve done any work with the car in Toolbox 3 etc.

Specifically, I’m trying to find out the value on these cars of the following config option:

{
"accessId": 67,
"codeKey": "rearLightType",
"content": {
"enums": [
{
"codeKey": "NA",
"description": "Tail light and one light for brake and turn signals",
"products": [
"Lychee",
"Model3",
"ModelY",
"Tamarind"
],
"value": 0
},
{
"codeKey": "EU_CN",
"description": "Tail light, brake light, and turn signal light",
"products": [
"Model3",
"ModelY"
],
"value": 1
},
{
"codeKey": "GLOBAL",
"description": "Rear Global Lamp",
"products": [
"Model3",
"ModelY"
],
"value": 2
}
]
},
"description": "Rear light fixture type",
"products": [
"Lychee",
"Model3",
"ModelY",
"Tamarind"
]
},


I’m trying to find out if the later cars are EU_CN or GLOBAL.

The reason for this is that I’m going to retrofit these lights while I get something else done and I want to make sure it’s coded properly (because coding costs money so I don’t want to waste the window I have.

Thanks in advance!