-
Notifications
You must be signed in to change notification settings - Fork 93
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
Transaction Authorized by RFID Tag and stopped without RFID Tag! #47
Comments
What version are you using? |
I'm using the latest version v1.3.0! For the moment I modified the configuration on appsettings.json = "DenyConcurrentTx": false, which is allowing me to continue use the same RFID tag. I still receive uncompleted transactions when the charge is finished or stopped by the car. |
When a transaction is stopped by the car, the charger still needs to send a StopTransaction message. The server just should not reject this message. If your chargers are not doing this it will be difficult. You would need to assume stopped transactions from following status messages and meter values. Your chargers always seem to send a "0" starting meter value. You can't assume the stop value from the next beginning transaction. |
Did you find the cause of your issues? |
I'm not sure if I understand your comment correctly: The OCPP server does not read anything from the chargers. They send messages to the server and that's all the information the server has. |
Hi,
Ive managed to run OCPP Core platform and connect two Siemens D Charger 300Kw DC Ocpp 1.6J.
I have an issue with uncompleted transaction that were authorized by RFID Tag and stopped by the car or power outage.
Uncompleted transactions in the photo below:
How can I modify the code to handle cases where the charging is stopped by the car/power outage and receive complete transaction data and unlock RFID Tag?
The text was updated successfully, but these errors were encountered: