Replies: 1 comment 2 replies
-
Yes, if your charger has NFC, it should transmit the NFC Keycard ID into the idTag field of a StartTransaction.req message. Others (like Wallbox Pulsar) do not have NFC, and use the identity of the charger instead. You can check the debug log to see if the idTag is indeed transmitted. The central system of the OCPP integration currently ignores the idTag, and always accepts the start of the transaction. It would not be too hard to add a sensor or attribute that displays the idTag to the user. I guess this is what you are looking for? I've created issue #356 for this. In a future implementation we may also add support an authorization list (idTags that are allowed to start a transaction). Some chargers allow you to upload a local authorization list. This enables you to start a transaction without involving the central system. |
Beta Was this translation helpful? Give feedback.
-
Hi folks
Is it possible to transmit the NFC Keycard ID so that you can see who started the charging station?
I use the ABB Terra Charger.
Beta Was this translation helpful? Give feedback.
All reactions