-
Notifications
You must be signed in to change notification settings - Fork 189
Repair TC_046_1_CS/reservation #432
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
Conversation
|
Err |
|
Err? How did you fix this? we also fail this TS. Thanks! |
|
if
but
then probably it's a problem with your RFID implementation. I am proposing a new function for this, integrated directly into MicroOcpp (#433) that takes care of checking the reservations first before sending an |
From OCPP 1.6 edition 2 - 5.13 Reserve Now and test case. I think this should be change to when Reserve->parentid not empty we should query from server. if Reserve->parent id is empty we should directly abort this tx instead of send authorize req to server |
OCTT doesn't want you to make new inquiries when there's already a reservation and the reservation doesn't have a parent ID, that's my understanding. |
bro,can you give me some tips about my RFID implementation? my code are very similar with example/EDF. So i think maybe after Reservation has been implementation but example doesn't update.so maybe it has some contradiction. |
Repair this issue
#430