-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Clarify formatting of EVCCID in ID field #23
Comments
To be precise, it is not the ID of the vehicle but the ID/MAC of the EVCC.
Also, the MAC is not static and defined for a different application. Thus it is being misused here.
I propose to include a proper description and a warning. Also it is not recommended to use two different representations depending on external factors. It should be transformed to a single representation.
|
That's true. Especially in case the EV has Wifi onboard etc. pp. then mentioning the "Ladecontroller" makes absolute sense.
There are indeed vendors who do not use static MAC addresses for the EVCC. And yes, the original application of the MAC addresses is the network connection, not as identification for billing.
I partly agree: a proper description is fine, but a warning is not justified in my eyes: as mentioned, it is reality that EVs are identified with their MAC addresses. To be honest, I don't know whether Autocharge is already part of any Eichrecht-certified solution of any charging station vendor.
I do not agree. It is a fact that different standards use the same name with different content. Fortunately, the content used is a clear indication of the standard used (length of content, characters used). It's not pretty, I'll admit, but cramming it into a consistent format would only make the situation worse. I suggest that standards bodies do more thinking in the future, especially when standards are related. |
We have in Europe PSD2 for any kind of payment. A MAC address is not even mentioned there. AutoCharge therefore cyber crime and you all have to go to jail for supporting this. Sure, RFID UIDs are also stupid, but at least we can have many RFID cards. There is only one MAC address. |
|
This is a helpful hint. I did not read into it, probably I should.
What should we do with such a sentence? What is your proposal? Please elaborate!
According to my knowledge, Autocharge is an opt-in for each user - nobody forces you to link your charging account with one or more EVs. |
Table 16 contains as possible option the identification type EVCCID. In the referenced ISO15118 standard, this is the MAC address of the connected EV which is 6 byte (not 6 character) long.
In my understanding, the description is wrong: I guess that the intent was to have the MAC address formatted as hex-string, so the wording should be changed to in German:
When the ongoing PRs are merged, I'd open a PR to adapt this.
The text was updated successfully, but these errors were encountered: