-
Notifications
You must be signed in to change notification settings - Fork 177
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
charging pile code #226
Comments
Hi @davidzzw, Thanks for the question. I'm not sure what exactly a charging pile is or a gun code, could you elaborate? This code is an implementation of the OCA OCPP (charge protocol), for more information, please see: https://www.openchargealliance.org/ To answer you question, I can say that this library can be used to implement software for chargers and operator systems. It may also be applicable for sort of charge box proxy, which basically could act as both a charge box and an operator, if needed. |
|
Ah I see. I would guess that such a QR is utilized in a proprietary app of an operator. I would speculate that the unique id in such a QR code refers to a database record for the operator. This would eventually refer the operator to a charge box connection (maintained by a central system to use OCPP terms). Probably used to do a remote start transaction (OCPP request). Long story short, there are som abstraction layers between such a QR code and this library. |
Yes, it needs customized development, so I couldn't find your project for a long time. Thank you very much |
Is this code for a single charging station? It does not require a charging pile code, but only needs to know the gun code? As a charging pile operation platform, we need to interface with multiple manufacturers, and differentiated charging piles must have pile codes
The text was updated successfully, but these errors were encountered: