Tesla network via Roam OCPI
New TariffDimensionType
Tesla tariffs may include the additional tariff dimension CONGESTION_TIME. Congestion time represents the time the vehicle charge when the site is congested and a defined SoC is reached.
| TariffDimensionType | Description |
|---|---|
CONGESTION_TIME | This dimension represents the time charged after the vehicle reaches the configured congestion threshold state of charge. The dimension is expressed in hours and uses a step_size multiplier of 1 second. |
New TariffRestrictions attributes
Tesla tariff restrictions may include vehicle state-of-charge (SoC) and congestion-threshold boundaries. The below fields allow tariff elements to apply only when specific SoC or congestion thresholds are reached.
| TariffRestriction | Type | Description |
|---|---|---|
min_vehicle_soc | Int | Minimum vehicle state of charge percentage for which the tariff element is valid. |
min_congestion_threshold | Int | Minimum congestion threshold percentage for which the tariff element is valid. The congestion fee applies from this threshold. |
New session statuses
Tesla session status updates are sent through OCPI Session PATCH requests. In addition to the standard OCPI session statuses, partners may receive the Tesla-specific statuses IDLING and CONGESTED.
| SessionStatus | Description |
|---|---|
IDLING | The vehicle is connected but no longer actively charging and parking_time pricing may apply. |
CONGESTED | The session has reached the configured congestion threshold and congestion-related pricing may apply. |
New CdrDimensionType
Tesla CDRs may include the additional CDR dimension CONGESTION_TIME, related to the tariff dimension CONGESTION_TIME.
| CdrDimensionType | Description |
|---|---|
CONGESTION_TIME | This dimension represents the time charged after the vehicle reaches the configured congestion threshold state of charge. The dimension is expressed in hours and uses a step_size multiplier of 1 second. |
Only locations available to ALL
Only the locations that are available to all drivers will be shared over Roam OCPI. There are certain Tesla locations that are only available to Tesla, and those will not be shared. In case a Tesla driver has registered your EMP card with the Tesla app and charges at such location, you will receive the CDR without having received the POI upfront.
Updated about 3 hours ago