Proposal:Charging connectors
Charging connectors | |
---|---|
Proposal status: | Proposed (under way) |
Proposed by: | Kevinq |
Draft started: | 2024-03-20 |
RFC start: | 2024-03-21 |
Proposal
Clean-up and Standardization of Electric Vehicle Charging Tagging
The tagging system for electric vehicle charging connectors within OpenStreetMap exhibits considerable inconsistency and confusion.
This proposal aims to clarify and standardize the tagging system to reflect current standards and practices. It addresses the misuse of tags related to Tesla charging standards and proposes the introduction of new tags to accurately differentiate between plugs/sockets and AC/DC.
While this proposal focuses on EV charging, the changes can also be applied to other chargers.
Rationale
Most plugs are currently tagged as socket:*, which is misleading as a plug isn't the same as a socket.
Many Tesla Superchargers in Europe are tagged with socket:tesla_supercharger_ccs witch is basically the existing socket:type2_combo with a brand addition.
DC Chargers for Cars are as of now always fixed cables with a plug, while AC can be also a socket without cable. there exist currently the workaround socket:type2_cable.
Outside of the Car world DC chargers can also be sockets, like USB-C.
There exist currently the socket:tesla_supercharger tagging, which again implies a specific type of charging station in the socket, more over it has a different meaning in the US than in EU.
Some Plugs can be used for both, AC and DC. For Example the NACS Plug. It can also happen that a Plug that is usually used for AC is used for DC, like the Type2 Plug on older Tesla Superchargers in Europe, where the AC Pins are used to deliver DC. (currently tagged as socket:tesla_supercharger)
The NACS Plug is currently tagged as socket:tesla_supercharger, socket:tesla_standard and socket:tesla_destination. Which tells more about the type of charger than about the plug, and again can have different meanings in different countries.
AC / DC
AC and DC Charging makes a huge difference in car charging. With AC the actual charger sits inside the car. AC Charging Stations are not much different than a simple plug with a switch to the Electrical grid. AC Stations don't transform any energy, and don't control the power output besides a simple on/off switch. The Output in Europe is usually 22 or 11 kW.
DC stations need transformers to change the AC from the grid to DC. They have a direct connection to the battery and are constantly communicating with the car, negotiating voltage and power. The accepted voltage and Power is depended on many factors like Battery size, Temperature, SOC, Balance, Health etc. This makes DC chargers much more complex and expensive. Charging stations can have multiple Cables for DC but might only support one car at a time, because they would otherwise need a multiple of all the expensive stuff, while an AC stations just needs an additional switch.
So a charging Station with two AC and Two DC Plugs might support a Total of 3 cars, but only one on the DC end.
Tagging Suggestion
I suggest this as the new tagging.
- Create a new namespace plug:* in addition to socket to differentiate between plugs and sockets.
- Add the suffixes ac and dc to plug:* socket:* and capacity to define if it supports AC or DC. Can be omitted on plugs/sockets which are only standardized for one of it, and are used according to the standard. No or 0 means no support, Yes means support, a positive integer defines the number of plugs that support this.
- Eliminate socket:tesla_supercharger, socket:tesla_supercharger_ccs, and socket:tesla_destination tags due to their misleading and inconsistent use.
- Replace socket:tesla_standard with plug/socket:nacs to reflect the current naming standard.
- Omit socket:type2_cable as this can be now described as plug:type2
- add socket/plug:chaoJi for CHAdeMO 3.0
New Tagging | Old Tagging | Description |
---|---|---|
plug:type2_combo=1 | socket:tesla_supercharger_ccs=1 | A Tesla Superchargers with CCS2 Plug |
plug:type2=1 | socket:type2_cable=1 | A charging Station with Type2 Plug (AC) |
socket:type2=1 | socket:type2=1 | A charging Station with Type2 Socket (AC) |
plug:nacs=1 plug:nacs:dc=yes |
socket:tesla_standard=1 | A NACS plug which delivers only DC |
plug:nacs=1 plug:nacs:ac=yes |
socket:tesla_standard=1 / socket:tesla_destination=1 | A NACS plug which delivers only AC |
plug:type2=1 plug:type2:ac=no plug:type2:dc=yes |
socket:tesla_supercharger = 1 | Old Tesla Supercharger in Europe with DC over Type2 plug |
plug:chaoJi=1 | - | A CHAdeMO 3.0 Plug |
plug:type2=1 | socket:type2=1 / socket:tesla_destination=1 | A european Tesla destination charger |
Common Plugs/Sockets and assumed defaults
Many Plugs / Sockets are designed for either AC or DC, so the data consumer can assume some defaults if no ac oder dc prefix is given
Examples
Applies to
- amenity=charging_station
- man_made=charge_point
Might be also used anywhere else where socket:* is currently used.
Rendering
Doesn't affect any rendering on the map.
Features/Pages affected
External discussions
https://community.openstreetmap.org/t/wildwuchs-bei-socket-anderungsvorschlage/110643
Comments
Please comment on the discussion page.