-
-
Notifications
You must be signed in to change notification settings - Fork 101
Closed
Labels
Description
I have an Alfen ICU Eve Mini with RFID reader as a charging point. I am able to connect this unit to HA. I can use the switch to make the Connector available, but I am unable to start a Charge Transaction.
When I try to start it, I can see in the Log file of the Charging point that a RemoteStartTransaction was rejected, because it contains an invalid IdTag.
The IdTag in the message is the serial number of the charging point, but the charging point expects a valid RFID Id.
An RFID ID contains a Hex number, so only 0-9A-F are accepted. And the Serial of my Charging point is EVC_0123 (fake ID, but syntactically correct). I cannot add that serial number to my Whitelist of accepted RFID IdTags.
Can this iDTag value made configurable?