You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Removing all signals that were deprecated in some 4.X version
Keeping OBD signals as they have been agreed to be deprecated but kept in v5.0
Signed-off-by: Erik Jaegervall <[email protected]>
description: Maximum AC charging current (rms) at inlet for Phase 3 that can be accepted by the system.
333
333
334
-
Charging.ChargePortFlap:
335
-
deprecation: V4.1 - Replaced with Charging.IsChargePortFlapOpen
336
-
datatype: string
337
-
type: actuator
338
-
allowed: ['OPEN', 'CLOSED']
339
-
description: Status of the charge port cover(s), can potentially be controlled manually.
340
-
OPEN if at least one is open.
341
-
342
-
Charging.IsChargePortFlapOpen:
343
-
deprecation: V4.3 - Replaced with Charging.ChargingPort.<SomeInstance>.IsFlapOpen to allow multiple charging ports.
344
-
datatype: boolean
345
-
type: actuator
346
-
description: Status of the charge port flap(s), can potentially be controlled manually.
347
-
True if at least one is open.
348
-
349
-
Charging.IsChargingCableConnected:
350
-
deprecation: V4.3 - Replaced with Charging.ChargingPort.<SomeInstance>.IsChargingCableConnected to allow multiple charging ports.
351
-
datatype: boolean
352
-
type: sensor
353
-
description: Indicates if a charging cable is physically connected to the vehicle or not.
354
-
355
-
Charging.IsChargingCableLocked:
356
-
deprecation: V4.3 - Replaced with Charging.ChargingPort.<SomeInstance>.IsChargingCableLocked to allow multiple charging ports.
357
-
datatype: boolean
358
-
type: actuator
359
-
description: Is charging cable locked to prevent removal.
360
-
comment: Locking of charging cable can be used to prevent unintentional removing during charging.
361
-
362
-
Charging.ChargePlugType:
363
-
deprecation: V4.1 renamed to Charging.ChargePortType
364
-
datatype: string[]
365
-
type: attribute
366
-
allowed: [
367
-
'IEC_TYPE_1_AC',
368
-
'IEC_TYPE_2_AC',
369
-
'IEC_TYPE_3_AC',
370
-
'IEC_TYPE_4_DC',
371
-
'IEC_TYPE_1_CCS_DC',
372
-
'IEC_TYPE_2_CCS_DC',
373
-
'TESLA_ROADSTER',
374
-
'TESLA_HPWC',
375
-
'TESLA_SUPERCHARGER',
376
-
'GBT_AC',
377
-
'GBT_DC',
378
-
'OTHER'
379
-
]
380
-
description: Type of charge plugs (charging inlet) available on the vehicle.
381
-
A charge plug type may occur multiple times in the list if there are multiple instances of that charge
382
-
plug type.
383
-
IEC types refer to IEC 62196, GBT refers to GB/T 20234.
384
-
comment: A vehicle may have multiple charging inlets.
385
-
The signal Charging.ChargePlugPosition can be used to indicate position of the charge plug.
386
-
IEC_TYPE_1_AC refers to Type 1 as defined in IEC 62196-2. Also known as Yazaki or J1772 connector.
387
-
IEC_TYPE_2_AC refers to Type 2 as defined in IEC 62196-2. Also known as Mennekes connector.
388
-
IEC_TYPE_3_AC refers to Type 3 as defined in IEC 62196-2. Also known as Scame connector.
389
-
IEC_TYPE_4_DC refers to AA configuration as defined in IEC 62196-3. Also known as Type 4 or CHAdeMO connector.
390
-
IEC_TYPE_1_CCS_DC refers to EE Configuration as defined in IEC 62196-3. Also known as CCS1 or Combo1 connector.
391
-
IEC_TYPE_2_CCS_DC refers to FF Configuration as defined in IEC 62196-3. Also known as CCS2 or Combo2 connector.
392
-
TESLA_ROADSTER, TESLA_HPWC (High Power Wall Connector) and TESLA_SUPERCHARGER refer to non-standardized charging
393
-
inlets/methods used by Tesla.
394
-
GBT_AC refers to connector specified in GB/T 20234.2.
395
-
GBT_DC refers to connector specified in GB/T 20234.3. Also specified as BB Configuration in IEC 62196-3.
396
-
OTHER shall be used if the vehicle has a charging connector, but not one of the connectors listed above.
397
-
For additional information see https://en.wikipedia.org/wiki/IEC_62196.
398
-
399
-
Charging.ChargePortType:
400
-
deprecation: V4.3 - Replaced with Charging.ChargingPort.<SomeInstance>.SupportedInletTypes to allow multiple charging ports.
401
-
datatype: string[]
402
-
type: attribute
403
-
allowed: [
404
-
'IEC_TYPE_1_AC',
405
-
'IEC_TYPE_2_AC',
406
-
'IEC_TYPE_3_AC',
407
-
'IEC_TYPE_4_DC',
408
-
'IEC_TYPE_1_CCS_DC',
409
-
'IEC_TYPE_2_CCS_DC',
410
-
'TESLA_ROADSTER',
411
-
'TESLA_HPWC',
412
-
'TESLA_SUPERCHARGER',
413
-
'GBT_AC',
414
-
'GBT_DC',
415
-
'OTHER'
416
-
]
417
-
description: Type of charge ports (charging inlet) available on the vehicle.
418
-
A charge port type may occur multiple times in the list if there are multiple instances of that charge
419
-
port type.
420
-
IEC types refer to IEC 62196, GBT refers to GB/T 20234.
421
-
comment: A vehicle may have multiple charging ports.
422
-
The signal Charging.ChargePortPosition can be used to indicate position of the charge port.
423
-
IEC_TYPE_1_AC refers to Type 1 as defined in IEC 62196-2. Also known as Yazaki or J1772 connector.
424
-
IEC_TYPE_2_AC refers to Type 2 as defined in IEC 62196-2. Also known as Mennekes connector.
425
-
IEC_TYPE_3_AC refers to Type 3 as defined in IEC 62196-2. Also known as Scame connector.
426
-
IEC_TYPE_4_DC refers to AA configuration as defined in IEC 62196-3. Also known as Type 4 or CHAdeMO connector.
427
-
IEC_TYPE_1_CCS_DC refers to EE Configuration as defined in IEC 62196-3. Also known as CCS1 or Combo1 connector.
428
-
IEC_TYPE_2_CCS_DC refers to FF Configuration as defined in IEC 62196-3. Also known as CCS2 or Combo2 connector.
429
-
TESLA_ROADSTER, TESLA_HPWC (High Power Wall Connector) and TESLA_SUPERCHARGER refer to non-standardized charging
430
-
ports/methods used by Tesla.
431
-
GBT_AC refers to connector specified in GB/T 20234.2.
432
-
GBT_DC refers to connector specified in GB/T 20234.3. Also specified as BB Configuration in IEC 62196-3.
433
-
OTHER shall be used for charging ports not included in the list above.
434
-
For additional information see https://en.wikipedia.org/wiki/IEC_62196.
435
-
436
-
Charging.ChargePortPosition:
437
-
deprecation: V4.3 - Multiple charging ports are supported by instantiation of the branch Charging.ChargingPort. The label used in the instantiation refers to the position. For example, Charging.ChargingPort.<FRONT_LEFT>.
0 commit comments