Repair TC_046_1_CS/reservation#432
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