Closed lategoodbye closed 1 month ago
Hi @lategoodbye , I could not reproduce this with the latest version of libocpp. Offline authorization using cache or local auth list works for me also when LocalPreAuthorize
is false. EVerest might not have noticed that the charging station is offline in your case, which requires LocalPreAuthorize
to be true to use the cache or auth list.
OCPP Version
OCPP1.6
Describe the bug
We noticed the following issue with our Tarragon platform and EVerest core 2024.01. In case the charge point is offline , EVerest seems to require config parameter LocalPreAuthorize = true to authorize a RFID token which actually available via LocalAuthList. We tried to start a transaction via dummy token provider 2 times. The first time the charge point don't know that he's offline and the second time is aware of the offline state. In both cases the charging doesn't start.
Expections: From our understanding this option only applies to online authorization case, which should speedup the authorization process with slow network connections.
To Reproduce
Anything else?