-
Notifications
You must be signed in to change notification settings - Fork 164
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
FreeVending Mode for Two conectors Simultaneously #307
Comments
Hi @demirschmid61, To answer your questions,
|
@matth-x Thank you very much for your reply. |
The following keys are configured for the charger. My observation:
Problem Faced: Please have a look at the logs free vending working perfectly: ------------------------For stop transaction in free vending------------------------------------------ When the charger gets reset the freevending transactions does not started. Please acknowledge on my observation, is it correct or not. Am I missing something in the configuration keys? |
Hi @demirschmid61, this could actually be related to a regression bug in v1.0. Can you upgrade to v1.1? Everything on your side looks correct. Cst_PreBootTransactions and Cst_SilentOfflineTransactions are both set correctly and Freevend is also properly set up. |
@matth-x Thank you very much, The free vending mode for both connectors perfectly worked for me and regarding pure offline free vending mode, I'll upgrade the library version to 1.1 and let you know the observations. |
@matth-x Thank you for your input, I just upgraded to 1.1 and the free vending transactions are working perfectly for both connectors even if the charger gets rebooted. My last objective for free vend mode is not to connect my charger to the OCPP server ever and to use the charger in free vend mode. Is it possible or at least once i need to connect it with the server for bootNotification? |
Hello @matth-x,
I am implementing the free vending mode for two connectors.
Successfully implemented free vending mode for 1 connector, the following configuration keys are mentioned below.
Cst_FreeVendActive set to true
Cst_FreeVendIdTag set to ABCDEFG
I also added the idTag ABCDEFG to the CMS server.
Problem statement:
I also checked the configuration key generated in the file /ocpp-config.jsn, and only one idTag Cst_FreeVendIdTag key is available.
Is it possible to simultaneously charge the vehicle in free vending for both the connector and with the single Cst_FreeVendIdTag?
2. Is it possible to use charger in free vend mode without connecting to OCPP
Example: Charger gets reset then OCPP connection not established, no bootNotification and user want to charge in free vend mode.
Do I need to do any other configuration?
The text was updated successfully, but these errors were encountered: