main.c 159 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757175817591760176117621763176417651766176717681769177017711772177317741775177617771778177917801781178217831784178517861787178817891790179117921793179417951796179717981799180018011802180318041805180618071808180918101811181218131814181518161817181818191820182118221823182418251826182718281829183018311832183318341835183618371838183918401841184218431844184518461847184818491850185118521853185418551856185718581859186018611862186318641865186618671868186918701871187218731874187518761877187818791880188118821883188418851886188718881889189018911892189318941895189618971898189919001901190219031904190519061907190819091910191119121913191419151916191719181919192019211922192319241925192619271928192919301931193219331934193519361937193819391940194119421943194419451946194719481949195019511952195319541955195619571958195919601961196219631964196519661967196819691970197119721973197419751976197719781979198019811982198319841985198619871988198919901991199219931994199519961997199819992000200120022003200420052006200720082009201020112012201320142015201620172018201920202021202220232024202520262027202820292030203120322033203420352036203720382039204020412042204320442045204620472048204920502051205220532054205520562057205820592060206120622063206420652066206720682069207020712072207320742075207620772078207920802081208220832084208520862087208820892090209120922093209420952096209720982099210021012102210321042105210621072108210921102111211221132114211521162117211821192120212121222123212421252126212721282129213021312132213321342135213621372138213921402141214221432144214521462147214821492150215121522153215421552156215721582159216021612162216321642165216621672168216921702171217221732174217521762177217821792180218121822183218421852186218721882189219021912192219321942195219621972198219922002201220222032204220522062207220822092210221122122213221422152216221722182219222022212222222322242225222622272228222922302231223222332234223522362237223822392240224122422243224422452246224722482249225022512252225322542255225622572258225922602261226222632264226522662267226822692270227122722273227422752276227722782279228022812282228322842285228622872288228922902291229222932294229522962297229822992300230123022303230423052306230723082309231023112312231323142315231623172318231923202321232223232324232523262327232823292330233123322333233423352336233723382339234023412342234323442345234623472348234923502351235223532354235523562357235823592360236123622363236423652366236723682369237023712372237323742375237623772378237923802381238223832384238523862387238823892390239123922393239423952396239723982399240024012402240324042405240624072408240924102411241224132414241524162417241824192420242124222423242424252426242724282429243024312432243324342435243624372438243924402441244224432444244524462447244824492450245124522453245424552456245724582459246024612462246324642465246624672468246924702471247224732474247524762477247824792480248124822483248424852486248724882489249024912492249324942495249624972498249925002501250225032504250525062507250825092510251125122513251425152516251725182519252025212522252325242525252625272528252925302531253225332534253525362537253825392540254125422543254425452546254725482549255025512552255325542555255625572558255925602561256225632564256525662567256825692570257125722573257425752576257725782579258025812582258325842585258625872588258925902591259225932594259525962597259825992600260126022603260426052606260726082609261026112612261326142615261626172618261926202621262226232624262526262627262826292630263126322633263426352636263726382639264026412642264326442645264626472648264926502651265226532654265526562657265826592660266126622663266426652666266726682669267026712672267326742675267626772678267926802681268226832684268526862687268826892690269126922693269426952696269726982699270027012702270327042705270627072708270927102711271227132714271527162717271827192720272127222723272427252726272727282729273027312732273327342735273627372738273927402741274227432744274527462747274827492750275127522753275427552756275727582759276027612762276327642765276627672768276927702771277227732774277527762777277827792780278127822783278427852786278727882789279027912792279327942795279627972798279928002801280228032804280528062807280828092810281128122813281428152816281728182819282028212822282328242825282628272828282928302831283228332834283528362837283828392840284128422843284428452846284728482849285028512852285328542855285628572858285928602861286228632864286528662867286828692870287128722873287428752876287728782879288028812882288328842885288628872888288928902891289228932894289528962897289828992900290129022903290429052906290729082909291029112912291329142915291629172918291929202921292229232924292529262927292829292930293129322933293429352936293729382939294029412942294329442945294629472948294929502951295229532954295529562957295829592960296129622963296429652966296729682969297029712972297329742975297629772978297929802981298229832984298529862987298829892990299129922993299429952996299729982999300030013002300330043005300630073008300930103011301230133014301530163017301830193020302130223023302430253026302730283029303030313032303330343035303630373038303930403041304230433044304530463047304830493050305130523053305430553056305730583059306030613062306330643065306630673068306930703071307230733074307530763077307830793080308130823083308430853086308730883089309030913092309330943095309630973098309931003101310231033104310531063107310831093110311131123113311431153116311731183119312031213122312331243125312631273128312931303131313231333134313531363137313831393140314131423143314431453146314731483149315031513152315331543155315631573158315931603161316231633164316531663167316831693170317131723173317431753176317731783179318031813182318331843185318631873188318931903191319231933194319531963197319831993200320132023203320432053206320732083209321032113212321332143215321632173218321932203221322232233224322532263227322832293230323132323233323432353236323732383239324032413242324332443245324632473248324932503251325232533254325532563257325832593260326132623263326432653266326732683269327032713272327332743275327632773278327932803281328232833284328532863287328832893290329132923293329432953296329732983299330033013302330333043305330633073308330933103311331233133314331533163317331833193320332133223323332433253326332733283329333033313332333333343335333633373338333933403341334233433344334533463347334833493350335133523353335433553356335733583359336033613362336333643365336633673368336933703371337233733374337533763377337833793380338133823383338433853386338733883389339033913392339333943395339633973398339934003401340234033404340534063407340834093410341134123413341434153416341734183419342034213422342334243425342634273428342934303431343234333434343534363437343834393440344134423443344434453446344734483449345034513452345334543455345634573458345934603461346234633464346534663467346834693470347134723473347434753476347734783479348034813482348334843485348634873488348934903491349234933494349534963497349834993500350135023503350435053506350735083509351035113512351335143515351635173518351935203521352235233524352535263527352835293530353135323533353435353536353735383539354035413542354335443545354635473548354935503551355235533554355535563557355835593560356135623563356435653566356735683569357035713572357335743575357635773578357935803581358235833584358535863587358835893590359135923593359435953596359735983599360036013602360336043605360636073608360936103611361236133614361536163617361836193620362136223623362436253626362736283629363036313632363336343635363636373638363936403641364236433644364536463647364836493650365136523653365436553656365736583659366036613662366336643665366636673668366936703671367236733674367536763677367836793680368136823683368436853686368736883689369036913692369336943695369636973698369937003701370237033704370537063707370837093710371137123713371437153716371737183719372037213722372337243725372637273728372937303731373237333734373537363737373837393740374137423743374437453746374737483749375037513752375337543755375637573758375937603761376237633764376537663767376837693770377137723773377437753776377737783779378037813782378337843785378637873788378937903791379237933794379537963797379837993800380138023803380438053806380738083809381038113812381338143815381638173818381938203821382238233824382538263827382838293830383138323833383438353836383738383839384038413842384338443845384638473848384938503851385238533854385538563857385838593860386138623863386438653866386738683869387038713872387338743875387638773878387938803881388238833884388538863887388838893890389138923893389438953896389738983899390039013902390339043905390639073908390939103911391239133914391539163917391839193920392139223923392439253926392739283929393039313932393339343935393639373938393939403941394239433944394539463947394839493950395139523953395439553956395739583959396039613962396339643965396639673968396939703971397239733974397539763977397839793980398139823983398439853986398739883989399039913992399339943995399639973998399940004001400240034004400540064007400840094010401140124013401440154016401740184019402040214022402340244025402640274028402940304031403240334034403540364037403840394040404140424043404440454046404740484049405040514052405340544055405640574058405940604061406240634064406540664067406840694070407140724073407440754076407740784079408040814082408340844085408640874088408940904091409240934094409540964097409840994100410141024103410441054106410741084109411041114112411341144115411641174118411941204121412241234124412541264127412841294130413141324133413441354136413741384139414041414142414341444145414641474148414941504151415241534154415541564157415841594160416141624163416441654166416741684169417041714172417341744175417641774178417941804181418241834184418541864187418841894190419141924193419441954196419741984199420042014202420342044205420642074208420942104211421242134214421542164217421842194220422142224223422442254226422742284229423042314232423342344235423642374238423942404241424242434244424542464247424842494250425142524253425442554256425742584259426042614262426342644265426642674268426942704271427242734274427542764277427842794280428142824283428442854286428742884289429042914292429342944295429642974298429943004301430243034304430543064307430843094310431143124313431443154316431743184319432043214322432343244325432643274328432943304331433243334334433543364337433843394340434143424343434443454346434743484349435043514352435343544355435643574358435943604361436243634364436543664367436843694370437143724373437443754376437743784379438043814382438343844385438643874388438943904391439243934394439543964397439843994400440144024403440444054406440744084409441044114412441344144415441644174418441944204421442244234424442544264427442844294430443144324433443444354436443744384439444044414442444344444445444644474448444944504451445244534454445544564457445844594460446144624463446444654466446744684469447044714472447344744475447644774478447944804481448244834484448544864487448844894490449144924493449444954496449744984499450045014502450345044505450645074508450945104511451245134514451545164517451845194520452145224523452445254526452745284529453045314532453345344535453645374538453945404541454245434544454545464547454845494550455145524553455445554556455745584559456045614562456345644565456645674568456945704571457245734574457545764577457845794580458145824583458445854586458745884589459045914592459345944595459645974598
  1. #include "define.h"
  2. #include "main.h"
  3. //==========================
  4. // System basic sample constant
  5. //==========================
  6. #define ARRAY_SIZE(A) (sizeof(A) / sizeof(A[0]))
  7. #define PASS 1
  8. #define FAIL -1
  9. #define YES 1
  10. #define NO 0
  11. #define ON 1
  12. #define OFF 0
  13. #define BUFFER_SIZE 128
  14. //==========================
  15. // Timer interval
  16. //==========================
  17. #define TMR_IDX_HANDSHAKING 0
  18. #define TMR_IDX_AUTH 1
  19. #define TMR_IDX_LOGPPRINTOUT 2
  20. #define TMR_IDX_PROFILE_PREPARE 3
  21. #define TMR_IDX_PWN_CHANGE 4
  22. #define TMR_IDX_5 5
  23. #define TMR_IDX_6 6
  24. #define TMR_IDX_7 7
  25. #define TMR_IDX_8 8
  26. #define TMR_IDX_9 9
  27. #define TIMEOUT_SPEC_HANDSHAKING 180000
  28. #define TIMEOUT_SPEC_AUTH 60000
  29. #define TIMEOUT_SPEC_HANDSHAKING_LED 185000
  30. #define TIMEOUT_SPEC_LOGPPRINTOUT 30000
  31. #define TIMEOUT_SPEC_PROFILE_PREPARE 5000
  32. #define TIMEOUT_SPEC_PWN_CHANGE 5000
  33. #define MtdBlockSize 0x300000
  34. #define DB_FILE "/Storage/ChargeLog/localCgargingRecord.db"
  35. //==========================
  36. // Declare method
  37. //==========================
  38. void trim(char *s);
  39. int mystrcmp(char *p1,char *p2);
  40. void substr(char *dest, const char* src, unsigned int start, unsigned int cnt);
  41. void split(char **arr, char *str, const char *del);
  42. int isReachableInternet();
  43. int isRouteFail();
  44. int InitRfidPort(void);
  45. int GetCardSerialNumber();
  46. void setLedMotion(unsigned char gun_index,unsigned char led_mode);
  47. void setRelay(unsigned char gun_index,unsigned char isOn);
  48. void setSpeaker(unsigned char isOn, unsigned char speaker_mode);
  49. void setLightIntensity(unsigned char gun_index);
  50. void initialLightIntensity(unsigned char gun_index);
  51. //==========================
  52. // Declare RFID module type
  53. //==========================
  54. #define MODULE_EWT 0
  55. int wtdFd = -1;
  56. int rfidFd = -1;
  57. char* rfidPortName = "/dev/ttyS2";
  58. RFID rfid;
  59. char *valid_Internet[2] = {"8.8.8.8", "180.76.76.76"};
  60. //==========================
  61. // Declare share memory
  62. //==========================
  63. struct SysConfigAndInfo *ShmSysConfigAndInfo;
  64. struct StatusCodeData *ShmStatusCodeData;
  65. struct PsuData *ShmPsuData;
  66. struct CHAdeMOData *ShmCHAdeMOData;
  67. struct CcsData *ShmCcsData;
  68. struct PrimaryMcuData *ShmPrimaryMcuData;
  69. struct FanModuleData *ShmFanModuleData;
  70. struct RelayModuleData *ShmRelayModuleData;
  71. struct OCPP16Data *ShmOCPP16Data;
  72. struct Charger *ShmCharger;
  73. struct timeb startTime[AC_QUANTITY][10];
  74. struct timeb startChargingTime[AC_QUANTITY];
  75. struct timeb endChargingTime[AC_QUANTITY];
  76. sqlite3 *localDb;
  77. struct SysConfigData SysConfigOrg;
  78. //=================================
  79. // Common routine
  80. //=================================
  81. void trim(char *s)
  82. {
  83. int i=0, j, k, l=0;
  84. while((s[i]==' ')||(s[i]=='\t')||(s[i]=='\n'))
  85. i++;
  86. j = strlen(s)-1;
  87. while((s[j]==' ')||(s[j]=='\t')||(s[j]=='\n'))
  88. j--;
  89. if(i==0 && j==strlen(s)-1) { }
  90. else if(i==0) s[j+1] = '\0';
  91. else {
  92. for(k=i; k<=j; k++) s[l++] = s[k];
  93. s[l] = '\0';
  94. }
  95. }
  96. int mystrcmp(char *p1,char *p2)
  97. {
  98. while(*p1==*p2)
  99. {
  100. if(*p1=='\0' || *p2=='\0')
  101. break;
  102. p1++;
  103. p2++;
  104. }
  105. if(*p1=='\0' && *p2=='\0')
  106. return(PASS);
  107. else
  108. return(FAIL);
  109. }
  110. void substr(char *dest, const char* src, unsigned int start, unsigned int cnt)
  111. {
  112. strncpy(dest, src + start, cnt);
  113. dest[cnt] = 0;
  114. }
  115. void split(char **arr, char *str, const char *del)
  116. {
  117. char *s = strtok(str, del);
  118. while(s != NULL)
  119. {
  120. *arr++ = s;
  121. s = strtok(NULL, del);
  122. }
  123. }
  124. int StoreLogMsg(const char *fmt, ...)
  125. {
  126. char Buf[4096+256];
  127. char buffer[4096];
  128. time_t CurrentTime;
  129. struct tm *tm;
  130. struct timeval tv;
  131. va_list args;
  132. va_start(args, fmt);
  133. int rc = vsnprintf(buffer, sizeof(buffer), fmt, args);
  134. va_end(args);
  135. memset(Buf,0,sizeof(Buf));
  136. CurrentTime = time(NULL);
  137. tm=localtime(&CurrentTime);
  138. gettimeofday(&tv, NULL); // get microseconds, 10^-6
  139. if((ShmSysConfigAndInfo->SysConfig.ModelName != NULL) && (ShmSysConfigAndInfo->SysConfig.SerialNumber != NULL) && (strlen((char*)ShmSysConfigAndInfo->SysConfig.ModelName) >= 14))
  140. {
  141. sprintf(Buf,"echo -n \"[%04d.%02d.%02d %02d:%02d:%02d.%06ld]%s\" >> /Storage/SystemLog/[%04d.%02d]%s_%s_SystemLog",
  142. tm->tm_year+1900,tm->tm_mon+1,tm->tm_mday,tm->tm_hour,tm->tm_min,tm->tm_sec,tv.tv_usec,
  143. buffer,
  144. tm->tm_year+1900,tm->tm_mon+1,
  145. ShmSysConfigAndInfo->SysConfig.ModelName,
  146. ShmSysConfigAndInfo->SysConfig.SerialNumber);
  147. }
  148. else
  149. {
  150. sprintf(Buf,"echo -n \"[%04d.%02d.%02d %02d:%02d:%02d.%06ld]%s\" >> /Storage/SystemLog/[%04d.%02d]SystemLog",
  151. tm->tm_year+1900,tm->tm_mon+1,tm->tm_mday,tm->tm_hour,tm->tm_min,tm->tm_sec,tv.tv_usec,
  152. buffer,
  153. tm->tm_year+1900,tm->tm_mon+1);
  154. }
  155. #ifdef SystemLogMessage
  156. system(Buf);
  157. #endif
  158. #ifdef ConsloePrintLog
  159. printf("[%04d.%02d.%02d %02d:%02d:%02d.%06ld]%s", tm->tm_year+1900,tm->tm_mon+1,tm->tm_mday,tm->tm_hour,tm->tm_min,tm->tm_sec,tv.tv_usec, buffer);
  160. #endif
  161. return rc;
  162. }
  163. long long DiffTimebWithNow(struct timeb ST)
  164. {
  165. //return milli-second
  166. struct timeb ET;
  167. long long StartTime,StopTime;
  168. ftime(&ET);
  169. StartTime=(long long)ST.time;
  170. StopTime=(long long)ET.time;
  171. return ((StopTime-StartTime)*1000) + (ET.millitm-ST.millitm);
  172. }
  173. long long DiffTimeb(struct timeb ST, struct timeb ET)
  174. {
  175. //return milli-second
  176. long long StartTime,StopTime;
  177. StartTime=(long long)ST.time;
  178. StopTime=(long long)ET.time;
  179. return ((StopTime-StartTime)*1000) + (ET.millitm-ST.millitm);
  180. }
  181. void getDateTimeString(char* result)
  182. {
  183. time_t CurrentTime;
  184. struct tm *tm;
  185. CurrentTime = time(NULL);
  186. tm=localtime(&CurrentTime);
  187. sprintf(result, "%04d.%02d.%02d %02d:%02d:%02d", tm->tm_year+1900,tm->tm_mon+1,tm->tm_mday,tm->tm_hour,tm->tm_min,tm->tm_sec);
  188. }
  189. unsigned long long getAvailableMemory()
  190. {
  191. long pages = sysconf(_SC_AVPHYS_PAGES);
  192. long page_size = sysconf(_SC_PAGE_SIZE);
  193. return pages * page_size;
  194. }
  195. unsigned int isKernelSupportNAT()
  196. {
  197. unsigned int result = NO;
  198. unsigned int version = 0;
  199. FILE *fp;
  200. char cmd[256];
  201. char buf[512];
  202. // Get IP address & net mask
  203. strcpy(cmd, "uname -v");
  204. fp = popen(cmd, "r");
  205. if(fp != NULL)
  206. {
  207. if(fgets(buf, sizeof(buf), fp) != NULL)
  208. {
  209. sscanf(buf, "#%d", &version);
  210. //DEBUG_INFO("Kernel version: %d\n", version);
  211. if(version >= 30)
  212. result = YES;
  213. }
  214. }
  215. pclose(fp);
  216. return result;
  217. }
  218. int getEth0MacAddress()
  219. {
  220. int result = PASS;
  221. FILE *fp;
  222. char cmd[256];
  223. char buf[512];
  224. char tmp[512];
  225. strcpy(cmd, "ifconfig eth0");
  226. fp = popen(cmd, "r");
  227. if(fp != NULL)
  228. {
  229. while(fgets(buf, sizeof(buf), fp) != NULL)
  230. {
  231. if(strstr(buf, "eth0") > 0)
  232. {
  233. result = PASS;
  234. }
  235. if(strstr(buf, "eth0 Link encap:Ethernet HWaddr") > 0)
  236. {
  237. sscanf(buf, "%*s%*s%*s%*s%s", tmp);
  238. strcpy((char*)ShmSysConfigAndInfo->SysConfig.Eth0Interface.EthMacAddress, tmp);
  239. }
  240. }
  241. }
  242. pclose(fp);
  243. return result;
  244. }
  245. //======================================================
  246. // OCPP routine
  247. //======================================================
  248. void ocpp_process_start()
  249. {
  250. if(ShmSysConfigAndInfo->SysInfo.OcppRunningVer == OCPP_RUNNING_VERSION_16)
  251. {
  252. system("/root/OcppBackend &");
  253. }
  254. else if(ShmSysConfigAndInfo->SysInfo.OcppRunningVer == OCPP_RUNNING_VERSION_20)
  255. {
  256. }
  257. }
  258. uint8_t ocpp_get_connection_status()
  259. {
  260. uint8_t result = OFF;
  261. if(ShmSysConfigAndInfo->SysInfo.OcppRunningVer == OCPP_RUNNING_VERSION_16)
  262. {
  263. result = ShmOCPP16Data->OcppConnStatus;
  264. }
  265. else if(ShmSysConfigAndInfo->SysInfo.OcppRunningVer == OCPP_RUNNING_VERSION_20)
  266. {
  267. }
  268. return result;
  269. }
  270. uint16_t ocpp_get_connection_timeout()
  271. {
  272. uint16_t result = (TIMEOUT_SPEC_HANDSHAKING/1000);
  273. if(ShmSysConfigAndInfo->SysInfo.OcppRunningVer == OCPP_RUNNING_VERSION_16)
  274. {
  275. if(strcmp((char *)ShmOCPP16Data->ConfigurationTable.CoreProfile[ConnectionTimeOut].ItemData,"") != 0)
  276. {
  277. result = atoi((char *)ShmOCPP16Data->ConfigurationTable.CoreProfile[ConnectionTimeOut].ItemData);
  278. }
  279. }
  280. else if(ShmSysConfigAndInfo->SysInfo.OcppRunningVer == OCPP_RUNNING_VERSION_20)
  281. {
  282. }
  283. return result;
  284. }
  285. uint8_t ocpp_get_update_firmware_req()
  286. {
  287. uint8_t result = NO;
  288. if(ShmSysConfigAndInfo->SysInfo.OcppRunningVer == OCPP_RUNNING_VERSION_16)
  289. {
  290. result = ShmOCPP16Data->MsMsg.bits.UpdateFirmwareReq;
  291. }
  292. else if(ShmSysConfigAndInfo->SysInfo.OcppRunningVer == OCPP_RUNNING_VERSION_20)
  293. {
  294. }
  295. return result;
  296. }
  297. uint8_t ocpp_get_reset_req()
  298. {
  299. uint8_t result = NO;
  300. if(ShmSysConfigAndInfo->SysInfo.OcppRunningVer == OCPP_RUNNING_VERSION_16)
  301. {
  302. result = ShmOCPP16Data->MsMsg.bits.ResetReq;
  303. }
  304. else if(ShmSysConfigAndInfo->SysInfo.OcppRunningVer == OCPP_RUNNING_VERSION_20)
  305. {
  306. }
  307. return result;
  308. }
  309. void ocpp_boot_info_sync()
  310. {
  311. if(ShmSysConfigAndInfo->SysInfo.OcppRunningVer == OCPP_RUNNING_VERSION_16)
  312. {
  313. memcpy((char*)ShmOCPP16Data->OcppServerURL, (char*)ShmSysConfigAndInfo->SysConfig.OcppServerURL, ARRAY_SIZE(ShmSysConfigAndInfo->SysConfig.OcppServerURL));
  314. memcpy((char*)ShmOCPP16Data->ChargeBoxId, (char*)ShmSysConfigAndInfo->SysConfig.ChargeBoxId, ARRAY_SIZE(ShmSysConfigAndInfo->SysConfig.ChargeBoxId));
  315. sprintf((char*)ShmOCPP16Data->BootNotification.CpFwVersion, (char*)ShmSysConfigAndInfo->SysInfo.CsuRootFsFwRev);
  316. sprintf((char*)ShmOCPP16Data->BootNotification.CpMeterSerialNumber, "N/A");
  317. switch(ShmSysConfigAndInfo->SysConfig.ModelName[3])
  318. {
  319. case 'M':
  320. case 'Z':
  321. sprintf((char*)ShmOCPP16Data->BootNotification.CpMeterType, "MID");
  322. break;
  323. case 'P':
  324. sprintf((char*)ShmOCPP16Data->BootNotification.CpMeterType, "PTB");
  325. break;
  326. case 'I':
  327. sprintf((char*)ShmOCPP16Data->BootNotification.CpMeterType, "TIC");
  328. break;
  329. case 'U':
  330. sprintf((char*)ShmOCPP16Data->BootNotification.CpMeterType, "UL");
  331. break;
  332. default:
  333. sprintf((char*)ShmOCPP16Data->BootNotification.CpMeterType, "N/A");
  334. break;
  335. }
  336. }
  337. else if(ShmSysConfigAndInfo->SysInfo.OcppRunningVer == OCPP_RUNNING_VERSION_20)
  338. {
  339. }
  340. }
  341. void ocpp_set_remotestart(uint8_t gun_index, uint8_t status)
  342. {
  343. if(ShmSysConfigAndInfo->SysInfo.OcppRunningVer == OCPP_RUNNING_VERSION_16)
  344. {
  345. if(ShmOCPP16Data->CsMsg.bits[gun_index].RemoteStartTransactionReq != status)
  346. ShmOCPP16Data->CsMsg.bits[gun_index].RemoteStartTransactionReq = status;
  347. }
  348. else if(ShmSysConfigAndInfo->SysInfo.OcppRunningVer == OCPP_RUNNING_VERSION_20)
  349. {
  350. }
  351. }
  352. void ocpp_set_remotestop(uint8_t gun_index, uint8_t status)
  353. {
  354. if(ShmSysConfigAndInfo->SysInfo.OcppRunningVer == OCPP_RUNNING_VERSION_16)
  355. {
  356. if(ShmOCPP16Data->CsMsg.bits[gun_index].RemoteStopTransactionReq != status)
  357. ShmOCPP16Data->CsMsg.bits[gun_index].RemoteStopTransactionReq = status;
  358. }
  359. else if(ShmSysConfigAndInfo->SysInfo.OcppRunningVer == OCPP_RUNNING_VERSION_20)
  360. {
  361. }
  362. }
  363. uint8_t ocpp_get_remotestart(uint8_t gun_index)
  364. {
  365. uint8_t result = OFF;
  366. if(ShmSysConfigAndInfo->SysInfo.OcppRunningVer == OCPP_RUNNING_VERSION_16)
  367. {
  368. result = ShmOCPP16Data->CsMsg.bits[gun_index].RemoteStartTransactionReq;
  369. }
  370. else if(ShmSysConfigAndInfo->SysInfo.OcppRunningVer == OCPP_RUNNING_VERSION_20)
  371. {
  372. }
  373. return result;
  374. }
  375. void ocpp_copy_userid_from_remotestart(uint8_t gun_index)
  376. {
  377. if(ShmSysConfigAndInfo->SysInfo.OcppRunningVer == OCPP_RUNNING_VERSION_16)
  378. {
  379. memcpy(ShmSysConfigAndInfo->SysConfig.UserId, ShmOCPP16Data->RemoteStartTransaction[gun_index].IdTag, ARRAY_SIZE(ShmOCPP16Data->RemoteStartTransaction[gun_index].IdTag));
  380. }
  381. else if(ShmSysConfigAndInfo->SysInfo.OcppRunningVer == OCPP_RUNNING_VERSION_20)
  382. {
  383. }
  384. }
  385. uint8_t ocpp_get_remotestop(uint8_t gun_index)
  386. {
  387. uint8_t result = OFF;
  388. if(ShmSysConfigAndInfo->SysInfo.OcppRunningVer == OCPP_RUNNING_VERSION_16)
  389. {
  390. result = ShmOCPP16Data->CsMsg.bits[gun_index].RemoteStopTransactionReq;
  391. }
  392. else if(ShmSysConfigAndInfo->SysInfo.OcppRunningVer == OCPP_RUNNING_VERSION_20)
  393. {
  394. }
  395. return result;
  396. }
  397. void ocpp_set_auth_req(uint8_t status, ...)
  398. {
  399. va_list args;
  400. if(ShmSysConfigAndInfo->SysInfo.OcppRunningVer == OCPP_RUNNING_VERSION_16)
  401. {
  402. if(ShmOCPP16Data->SpMsg.bits.AuthorizeReq != status)
  403. {
  404. if(status == ON)
  405. memset(ShmOCPP16Data->Authorize.ResponseIdTagInfo.Status, 0x00, ARRAY_SIZE(ShmOCPP16Data->Authorize.ResponseIdTagInfo.Status));
  406. ShmOCPP16Data->SpMsg.bits.AuthorizeReq = status;
  407. }
  408. }
  409. else if(ShmSysConfigAndInfo->SysInfo.OcppRunningVer == OCPP_RUNNING_VERSION_20)
  410. {
  411. }
  412. }
  413. uint8_t ocpp_get_auth_req()
  414. {
  415. uint8_t result = OFF;
  416. if(ShmSysConfigAndInfo->SysInfo.OcppRunningVer == OCPP_RUNNING_VERSION_16)
  417. {
  418. result = ShmOCPP16Data->SpMsg.bits.AuthorizeReq;
  419. }
  420. else if(ShmSysConfigAndInfo->SysInfo.OcppRunningVer == OCPP_RUNNING_VERSION_20)
  421. {
  422. }
  423. return result;
  424. }
  425. void ocpp_set_auth_conf(uint8_t status)
  426. {
  427. if(ShmSysConfigAndInfo->SysInfo.OcppRunningVer == OCPP_RUNNING_VERSION_16)
  428. {
  429. if(ShmOCPP16Data->SpMsg.bits.AuthorizeConf != status)
  430. ShmOCPP16Data->SpMsg.bits.AuthorizeConf = status;
  431. }
  432. else if(ShmSysConfigAndInfo->SysInfo.OcppRunningVer == OCPP_RUNNING_VERSION_20)
  433. {
  434. }
  435. }
  436. uint8_t ocpp_get_auth_conf()
  437. {
  438. uint8_t result = OFF;
  439. if(ShmSysConfigAndInfo->SysInfo.OcppRunningVer == OCPP_RUNNING_VERSION_16)
  440. {
  441. result = ShmOCPP16Data->SpMsg.bits.AuthorizeConf;
  442. }
  443. else if(ShmSysConfigAndInfo->SysInfo.OcppRunningVer == OCPP_RUNNING_VERSION_20)
  444. {
  445. }
  446. return result;
  447. }
  448. uint8_t ocpp_get_auth_result(uint8_t gun_index)
  449. {
  450. uint8_t result = OFF;
  451. switch(ShmSysConfigAndInfo->SysInfo.AcChargingData[gun_index].SystemStatus)
  452. {
  453. case SYS_MODE_AUTHORIZING:
  454. if(ShmSysConfigAndInfo->SysInfo.OcppRunningVer == OCPP_RUNNING_VERSION_16)
  455. {
  456. if((strcmp((char*)ShmOCPP16Data->Authorize.ResponseIdTagInfo.Status, "Accepted")==0))
  457. result = PASS;
  458. }
  459. else if(ShmSysConfigAndInfo->SysInfo.OcppRunningVer == OCPP_RUNNING_VERSION_20)
  460. {
  461. }
  462. break;
  463. case SYS_MODE_CHARGING:
  464. case SYS_MODE_TERMINATING:
  465. if(ShmSysConfigAndInfo->SysInfo.OcppRunningVer == OCPP_RUNNING_VERSION_16)
  466. {
  467. DEBUG_INFO("==========================================\n");
  468. DEBUG_INFO("=== OCPP GETTING AUTHORIZE RESULT 1.6 ====\n");
  469. DEBUG_INFO("==========================================\n");
  470. DEBUG_INFO("Authorize.ResponseIdTagInfo.ParentIdTag : %s \n", ShmOCPP16Data->Authorize.ResponseIdTagInfo.ParentIdTag);
  471. DEBUG_INFO("StartTransaction[%d].ResponseIdTagInfo.ParentIdTag : %s \n", gun_index ,ShmOCPP16Data->StartTransaction[gun_index].ResponseIdTagInfo.ParentIdTag);
  472. if((strcmp((char*)ShmOCPP16Data->Authorize.ResponseIdTagInfo.Status, "Accepted")==0) &&
  473. (strcmp((char*)ShmOCPP16Data->Authorize.ResponseIdTagInfo.ParentIdTag, (char*)ShmOCPP16Data->StartTransaction[gun_index].ResponseIdTagInfo.ParentIdTag)==0))
  474. result = PASS;
  475. }
  476. else if(ShmSysConfigAndInfo->SysInfo.OcppRunningVer == OCPP_RUNNING_VERSION_20)
  477. {
  478. }
  479. break;
  480. default:
  481. break;
  482. }
  483. DEBUG_INFO("Authorize result : %s \n", ((result == PASS)?"Pass":"Fail"));
  484. return result;
  485. }
  486. uint8_t ocpp_get_unlocker_req(uint8_t gun_index)
  487. {
  488. uint8_t result = OFF;
  489. if(ShmSysConfigAndInfo->SysInfo.OcppRunningVer == OCPP_RUNNING_VERSION_16)
  490. {
  491. result = ShmCharger->gun_info[ShmOCPP16Data->UnlockConnector[gun_index].ConnectorId-1].isUnlockerConnetor;
  492. }
  493. else if(ShmSysConfigAndInfo->SysInfo.OcppRunningVer == OCPP_RUNNING_VERSION_20)
  494. {
  495. }
  496. return result;
  497. }
  498. void ocpp_set_unlocker_req(uint8_t gun_index, uint8_t status)
  499. {
  500. if(ShmSysConfigAndInfo->SysInfo.OcppRunningVer == OCPP_RUNNING_VERSION_16)
  501. {
  502. if(ShmCharger->gun_info[ShmOCPP16Data->UnlockConnector[gun_index].ConnectorId-1].isUnlockerConnetor != status)
  503. ShmCharger->gun_info[ShmOCPP16Data->UnlockConnector[gun_index].ConnectorId-1].isUnlockerConnetor = status;
  504. }
  505. else if(ShmSysConfigAndInfo->SysInfo.OcppRunningVer == OCPP_RUNNING_VERSION_20)
  506. {
  507. }
  508. }
  509. void ocpp_set_starttransaction_req(uint8_t gun_index, uint8_t status)
  510. {
  511. if(ShmSysConfigAndInfo->SysInfo.OcppRunningVer == OCPP_RUNNING_VERSION_16)
  512. {
  513. if(ShmOCPP16Data->CpMsg.bits[gun_index].StartTransactionReq != status)
  514. ShmOCPP16Data->CpMsg.bits[gun_index].StartTransactionReq = status;
  515. }
  516. else if(ShmSysConfigAndInfo->SysInfo.OcppRunningVer == OCPP_RUNNING_VERSION_20)
  517. {
  518. }
  519. }
  520. void ocpp_set_starttransaction_conf(uint8_t gun_index, uint8_t status)
  521. {
  522. if(ShmSysConfigAndInfo->SysInfo.OcppRunningVer == OCPP_RUNNING_VERSION_16)
  523. {
  524. if(ShmOCPP16Data->CpMsg.bits[gun_index].StartTransactionConf != status)
  525. ShmOCPP16Data->CpMsg.bits[gun_index].StartTransactionConf = status;
  526. }
  527. else if(ShmSysConfigAndInfo->SysInfo.OcppRunningVer == OCPP_RUNNING_VERSION_20)
  528. {
  529. }
  530. }
  531. void ocpp_set_stoptransaction_req(uint8_t gun_index, uint8_t status)
  532. {
  533. if(ShmSysConfigAndInfo->SysInfo.OcppRunningVer == OCPP_RUNNING_VERSION_16)
  534. {
  535. if(ShmOCPP16Data->CpMsg.bits[gun_index].StopTransactionReq != status)
  536. ShmOCPP16Data->CpMsg.bits[gun_index].StopTransactionReq = status;
  537. }
  538. else if(ShmSysConfigAndInfo->SysInfo.OcppRunningVer == OCPP_RUNNING_VERSION_20)
  539. {
  540. }
  541. }
  542. void ocpp_set_stoptransaction_conf(uint8_t gun_index, uint8_t status)
  543. {
  544. if(ShmSysConfigAndInfo->SysInfo.OcppRunningVer == OCPP_RUNNING_VERSION_16)
  545. {
  546. if(ShmOCPP16Data->CpMsg.bits[gun_index].StopTransactionConf != status)
  547. {
  548. ShmOCPP16Data->CpMsg.bits[gun_index].StopTransactionConf = status;
  549. }
  550. }
  551. else if(ShmSysConfigAndInfo->SysInfo.OcppRunningVer == OCPP_RUNNING_VERSION_20)
  552. {
  553. }
  554. }
  555. void ocpp_copy_userid_to_starttransaction(uint8_t gun_index)
  556. {
  557. if(ShmSysConfigAndInfo->SysInfo.OcppRunningVer == OCPP_RUNNING_VERSION_16)
  558. {
  559. memcpy((char*)ShmOCPP16Data->StartTransaction[gun_index].IdTag, (char*)ShmSysConfigAndInfo->SysInfo.AcChargingData[gun_index].StartUserId, ARRAY_SIZE(ShmOCPP16Data->StartTransaction[gun_index].IdTag));
  560. }
  561. else if(ShmSysConfigAndInfo->SysInfo.OcppRunningVer == OCPP_RUNNING_VERSION_20)
  562. {
  563. }
  564. }
  565. uint8_t ocpp_get_starttransaction_result(uint8_t gun_index)
  566. {
  567. uint8_t result = PASS;
  568. if(ShmSysConfigAndInfo->SysInfo.OcppRunningVer == OCPP_RUNNING_VERSION_16)
  569. {
  570. if(strstr((char*)ShmOCPP16Data->ConfigurationTable.CoreProfile[StopTransactionOnInvalidId].ItemData, "TRUE"))
  571. {
  572. if((strcmp((char*)ShmOCPP16Data->StartTransaction[gun_index].ResponseIdTagInfo.Status, "Blocked")==0) ||
  573. (strcmp((char*)ShmOCPP16Data->StartTransaction[gun_index].ResponseIdTagInfo.Status, "Expired")==0) ||
  574. (strcmp((char*)ShmOCPP16Data->StartTransaction[gun_index].ResponseIdTagInfo.Status, "Invalid")==0))
  575. result = NO;
  576. }
  577. }
  578. else if(ShmSysConfigAndInfo->SysInfo.OcppRunningVer == OCPP_RUNNING_VERSION_20)
  579. {
  580. }
  581. return result;
  582. }
  583. uint8_t ocpp_get_smartcharging_profileId(uint8_t gun_index)
  584. {
  585. uint8_t result = 0;
  586. if(ShmSysConfigAndInfo->SysInfo.OcppRunningVer == OCPP_RUNNING_VERSION_16)
  587. {
  588. result = ShmOCPP16Data->SmartChargingProfile[gun_index].ChargingProfileId;
  589. }
  590. else if(ShmSysConfigAndInfo->SysInfo.OcppRunningVer == OCPP_RUNNING_VERSION_20)
  591. {
  592. }
  593. return result;
  594. }
  595. void ocpp_reset_smartcharging_profileId(uint8_t gun_index)
  596. {
  597. if(ShmSysConfigAndInfo->SysInfo.OcppRunningVer == OCPP_RUNNING_VERSION_16)
  598. {
  599. ShmOCPP16Data->SmartChargingProfile[gun_index].ChargingProfileId = 0;
  600. }
  601. else if(ShmSysConfigAndInfo->SysInfo.OcppRunningVer == OCPP_RUNNING_VERSION_20)
  602. {
  603. }
  604. }
  605. uint8_t ocpp_get_profile_req(uint8_t gun_index)
  606. {
  607. uint8_t result = OFF;
  608. if(ShmSysConfigAndInfo->SysInfo.OcppRunningVer == OCPP_RUNNING_VERSION_16)
  609. {
  610. result = ShmOCPP16Data->CSUMsg.bits[gun_index].ChargingProfileReq;
  611. }
  612. else if(ShmSysConfigAndInfo->SysInfo.OcppRunningVer == OCPP_RUNNING_VERSION_20)
  613. {
  614. }
  615. return result;
  616. }
  617. void ocpp_set_profile_req(uint8_t gun_index, uint8_t status)
  618. {
  619. if(ShmSysConfigAndInfo->SysInfo.OcppRunningVer == OCPP_RUNNING_VERSION_16)
  620. {
  621. if(ShmOCPP16Data->CSUMsg.bits[gun_index].ChargingProfileReq != status)
  622. ShmOCPP16Data->CSUMsg.bits[gun_index].ChargingProfileReq = status;
  623. }
  624. else if(ShmSysConfigAndInfo->SysInfo.OcppRunningVer == OCPP_RUNNING_VERSION_20)
  625. {
  626. }
  627. }
  628. uint8_t ocpp_get_profile_conf(uint8_t gun_index)
  629. {
  630. uint8_t result = OFF;
  631. if(ShmSysConfigAndInfo->SysInfo.OcppRunningVer == OCPP_RUNNING_VERSION_16)
  632. {
  633. result = ShmOCPP16Data->CSUMsg.bits[gun_index].ChargingProfileConf;
  634. }
  635. else if(ShmSysConfigAndInfo->SysInfo.OcppRunningVer == OCPP_RUNNING_VERSION_20)
  636. {
  637. }
  638. return result;
  639. }
  640. void ocpp_set_profile_conf(uint8_t gun_index, uint8_t status)
  641. {
  642. if(ShmSysConfigAndInfo->SysInfo.OcppRunningVer == OCPP_RUNNING_VERSION_16)
  643. {
  644. if(ShmOCPP16Data->CSUMsg.bits[gun_index].ChargingProfileConf != status)
  645. ShmOCPP16Data->CSUMsg.bits[gun_index].ChargingProfileConf = status;
  646. }
  647. else if(ShmSysConfigAndInfo->SysInfo.OcppRunningVer == OCPP_RUNNING_VERSION_20)
  648. {
  649. }
  650. }
  651. uint8_t ocpp_get_StopTransactionOnEVSideDisconnect()
  652. {
  653. uint8_t result = OFF;
  654. if(ShmSysConfigAndInfo->SysInfo.OcppRunningVer == OCPP_RUNNING_VERSION_16)
  655. {
  656. if(strcmp((char *)ShmOCPP16Data->ConfigurationTable.CoreProfile[StopTransactionOnEVSideDisconnect].ItemData, "TRUE") == 0)
  657. result = ON;
  658. }
  659. else if(ShmSysConfigAndInfo->SysInfo.OcppRunningVer == OCPP_RUNNING_VERSION_20)
  660. {
  661. }
  662. return result;
  663. }
  664. uint8_t ocpp_get_cancelreservation_req(uint8_t gun_index)
  665. {
  666. uint8_t result = OFF;
  667. if(ShmSysConfigAndInfo->SysInfo.OcppRunningVer == OCPP_RUNNING_VERSION_16)
  668. {
  669. result = ShmOCPP16Data->CsMsg.bits[gun_index].CancelReservationReq;
  670. }
  671. else if(ShmSysConfigAndInfo->SysInfo.OcppRunningVer == OCPP_RUNNING_VERSION_20)
  672. {
  673. }
  674. return result;
  675. }
  676. void ocpp_set_cancelreservation_req(uint8_t gun_index, uint8_t status)
  677. {
  678. if(ShmSysConfigAndInfo->SysInfo.OcppRunningVer == OCPP_RUNNING_VERSION_16)
  679. {
  680. if(ShmOCPP16Data->CsMsg.bits[gun_index].CancelReservationReq != status)
  681. ShmOCPP16Data->CsMsg.bits[gun_index].CancelReservationReq = status;
  682. if(ShmOCPP16Data->CsMsg.bits[gun_index].CancelReservationReq == OFF)
  683. ShmOCPP16Data->CsMsg.bits[gun_index].CancelReservationConf = ON;
  684. }
  685. else if(ShmSysConfigAndInfo->SysInfo.OcppRunningVer == OCPP_RUNNING_VERSION_20)
  686. {
  687. }
  688. }
  689. uint8_t ocpp_compare_reserve_id_with_user(uint8_t gun_index)
  690. {
  691. uint8_t result = OFF;
  692. if(ShmSysConfigAndInfo->SysInfo.OcppRunningVer == OCPP_RUNNING_VERSION_16)
  693. {
  694. if(strcmp((char*)ShmSysConfigAndInfo->SysConfig.UserId, (char*)ShmOCPP16Data->ReserveNow[gun_index].IdTag) == 0)
  695. result = ON;
  696. }
  697. else if(ShmSysConfigAndInfo->SysInfo.OcppRunningVer == OCPP_RUNNING_VERSION_20)
  698. {
  699. }
  700. return result;
  701. }
  702. uint8_t ocpp_compare_reserve_id_with_remote_user(uint8_t gun_index)
  703. {
  704. uint8_t result = OFF;
  705. if(ShmSysConfigAndInfo->SysInfo.OcppRunningVer == OCPP_RUNNING_VERSION_16)
  706. {
  707. if(strcmp((char*)ShmOCPP16Data->RemoteStartTransaction[gun_index].IdTag, (char*)ShmOCPP16Data->ReserveNow[gun_index].IdTag) == 0)
  708. {
  709. result = ON;
  710. memcpy(ShmSysConfigAndInfo->SysConfig.UserId, ShmOCPP16Data->RemoteStartTransaction[gun_index].IdTag, ARRAY_SIZE(ShmOCPP16Data->RemoteStartTransaction[gun_index].IdTag));
  711. }
  712. }
  713. else if(ShmSysConfigAndInfo->SysInfo.OcppRunningVer == OCPP_RUNNING_VERSION_20)
  714. {
  715. }
  716. return result;
  717. }
  718. //======================================================
  719. // Check interface status
  720. //======================================================
  721. int isInterfaceUp(const char *interface)
  722. {
  723. int result = FAIL;
  724. FILE *fp;
  725. char cmd[256];
  726. char buf[512];
  727. strcpy(cmd, "ifconfig");;
  728. fp = popen(cmd, "r");
  729. if(fp != NULL)
  730. {
  731. while(fgets(buf, sizeof(buf), fp) != NULL)
  732. {
  733. if(strstr(buf, interface) > 0)
  734. {
  735. result = PASS;
  736. }
  737. }
  738. }
  739. pclose(fp);
  740. return result;
  741. }
  742. //======================================================
  743. // Create all share memory
  744. //======================================================
  745. int CreatShareMemory()
  746. {
  747. int result = PASS;
  748. int MeterSMId;
  749. //creat ShmSysConfigAndInfo
  750. if ((MeterSMId = shmget(ShmSysConfigAndInfoKey, sizeof(struct SysConfigAndInfo), IPC_CREAT | 0777)) < 0)
  751. {
  752. DEBUG_ERROR("shmget ShmSysConfigAndInfo NG\n");
  753. result = FAIL;
  754. }
  755. else if ((ShmSysConfigAndInfo = shmat(MeterSMId, NULL, 0)) == (void *) -1)
  756. {
  757. DEBUG_ERROR("shmat ShmSysConfigAndInfo NG\n");
  758. result = FAIL;
  759. }
  760. memset(ShmSysConfigAndInfo,0,sizeof(struct SysConfigAndInfo));
  761. //creat ShmStatusCodeData
  762. if ((MeterSMId = shmget(ShmStatusCodeKey, sizeof(struct StatusCodeData), IPC_CREAT | 0777)) < 0)
  763. {
  764. DEBUG_ERROR("shmget ShmStatusCodeData NG\n");
  765. result = FAIL;
  766. }
  767. else if ((ShmStatusCodeData = shmat(MeterSMId, NULL, 0)) == (void *) -1)
  768. {
  769. DEBUG_ERROR("shmat ShmStatusCodeData NG\n");
  770. result = FAIL;
  771. }
  772. memset(ShmStatusCodeData, 0, sizeof(struct StatusCodeData));
  773. //creat ShmPsuData
  774. if ((MeterSMId = shmget(ShmPsuKey, sizeof(struct PsuData), IPC_CREAT | 0777)) < 0)
  775. {
  776. DEBUG_ERROR("shmget ShmPsuData NG\n");
  777. result = FAIL;
  778. }
  779. else if ((ShmPsuData = shmat(MeterSMId, NULL, 0)) == (void *) -1)
  780. {
  781. DEBUG_ERROR("shmat ShmPsuData NG\n");
  782. result = FAIL;
  783. }
  784. memset(ShmPsuData,0,sizeof(struct PsuData));
  785. //creat ShmCHAdeMOData
  786. if ((MeterSMId = shmget(ShmCHAdeMOCommKey, sizeof(struct CHAdeMOData), IPC_CREAT | 0777)) < 0)
  787. {
  788. DEBUG_ERROR("shmget ShmCHAdeMOData NG1\n");
  789. result = FAIL;
  790. }
  791. else if ((ShmCHAdeMOData = shmat(MeterSMId, NULL, 0)) == (void *) -1)
  792. {
  793. DEBUG_ERROR("shmat ShmCHAdeMOData NG2\n");
  794. result = FAIL;
  795. }
  796. memset(ShmCHAdeMOData,0,sizeof(struct CHAdeMOData));
  797. //creat ShmCcsData
  798. if ((MeterSMId = shmget(ShmCcsCommKey, sizeof(struct CcsData), IPC_CREAT | 0777)) < 0)
  799. {
  800. DEBUG_ERROR("shmget ShmCcsData NG\n");
  801. result = FAIL;
  802. }
  803. else if ((ShmCcsData = shmat(MeterSMId, NULL, 0)) == (void *) -1)
  804. {
  805. DEBUG_ERROR("shmat ShmCcsData NG\n");
  806. result = FAIL;
  807. }
  808. memset(ShmCcsData,0,sizeof(struct CcsData));
  809. //creat ShmPrimaryMcuData
  810. if ((MeterSMId = shmget(ShmPrimaryMcuKey, sizeof(struct PrimaryMcuData), IPC_CREAT | 0777)) < 0)
  811. {
  812. DEBUG_ERROR("shmget ShmPrimaryMcuData NG\n");
  813. result = FAIL;
  814. }
  815. else if ((ShmPrimaryMcuData = shmat(MeterSMId, NULL, 0)) == (void *) -1)
  816. {
  817. DEBUG_ERROR("shmat ShmPrimaryMcuData NG\n");
  818. result = FAIL;
  819. }
  820. memset(ShmPrimaryMcuData,0,sizeof(struct PrimaryMcuData));
  821. /*
  822. //creat ShmFanModuleData
  823. if ((MeterSMId = shmget(ShmFanBdKey, sizeof(struct FanModuleData), IPC_CREAT | 0777)) < 0)
  824. {
  825. DEBUG_ERROR("shmget ShmFanModuleData NG\n");
  826. result = FAIL;
  827. }
  828. else if ((ShmFanModuleData = shmat(MeterSMId, NULL, 0)) == (void *) -1)
  829. {
  830. DEBUG_ERROR("shmat ShmFanModuleData NG\n");
  831. result = FAIL;
  832. }
  833. memset(ShmFanModuleData,0,sizeof(struct FanModuleData));
  834. //creat ShmRelayModuleData
  835. if ((MeterSMId = shmget(ShmRelayBdKey, sizeof(struct RelayModuleData), IPC_CREAT | 0777)) < 0)
  836. {
  837. DEBUG_ERROR("shmget ShmRelayModuleData NG\n");
  838. result = FAIL;
  839. }
  840. else if ((ShmRelayModuleData = shmat(MeterSMId, NULL, 0)) == (void *) -1)
  841. {
  842. DEBUG_ERROR("shmat ShmRelayModuleData NG\n");
  843. result = FAIL;
  844. }
  845. memset(ShmRelayModuleData,0,sizeof(struct RelayModuleData));*/
  846. //creat ShmOCPP16Data
  847. if ((MeterSMId = shmget(ShmOcppModuleKey, sizeof(struct OCPP16Data), IPC_CREAT | 0777)) < 0)
  848. {
  849. DEBUG_ERROR("shmget ShmOCPP16Data NG\n");
  850. result = FAIL;
  851. }
  852. else if ((ShmOCPP16Data = shmat(MeterSMId, NULL, 0)) == (void *) -1)
  853. {
  854. DEBUG_ERROR("shmat ShmOCPP16Data NG\n");
  855. result = FAIL;
  856. }
  857. memset(ShmOCPP16Data,0,sizeof(struct OCPP16Data));
  858. //creat ShmCharger
  859. if ((MeterSMId = shmget(ShmChargerKey, sizeof(struct Charger), IPC_CREAT | 0777)) < 0)
  860. {
  861. DEBUG_ERROR("shmget ShmCharger NG\n");
  862. result = FAIL;
  863. }
  864. else if ((ShmCharger = shmat(MeterSMId, NULL, 0)) == (void *) -1)
  865. {
  866. DEBUG_ERROR("shmat ShmCharger NG\n");
  867. result = FAIL;
  868. }
  869. memset(ShmCharger,0,sizeof(struct Charger));
  870. return result;
  871. }
  872. //===============================================
  873. // SQLite3 related routine
  874. //===============================================
  875. int DB_Open(sqlite3 *db)
  876. {
  877. int result = PASS;
  878. char* errMsg = NULL;
  879. char* createRecordSql="CREATE TABLE IF NOT EXISTS charging_record("
  880. "idx integer primary key AUTOINCREMENT, "
  881. "reservationId text, "
  882. "transactionId text, "
  883. "startMethod text, "
  884. "userId text, "
  885. "dateTimeStart text, "
  886. "dateTimeStop text,"
  887. "socStart text, "
  888. "socStop text, "
  889. "chargeEnergy text, "
  890. "stopReason text"
  891. ");";
  892. char* createCfgSql="CREATE TABLE IF NOT EXISTS `config` ( "
  893. "`idx` INTEGER PRIMARY KEY AUTOINCREMENT, "
  894. "`item` TEXT NOT NULL, "
  895. "`connector` INTEGER NOT NULL, "
  896. "`val` TEXT NOT NULL, unique(item,connector) on conflict replace);";
  897. //sqlite3_config(SQLITE_CONFIG_URI, 1);
  898. if(sqlite3_open(DB_FILE, &db))
  899. {
  900. result = FAIL;
  901. DEBUG_ERROR( "Can't open database: %s\n", sqlite3_errmsg(db));
  902. sqlite3_close(db);
  903. }
  904. else
  905. {
  906. DEBUG_INFO( "Local charging record database open successfully.\n");
  907. if (sqlite3_exec(db, createRecordSql, 0, 0, &errMsg) != SQLITE_OK)
  908. {
  909. result = FAIL;
  910. DEBUG_ERROR( "Create local charging record table error message: %s\n", errMsg);
  911. }
  912. else
  913. {
  914. DEBUG_INFO( "Opened local charging record table successfully\n");
  915. }
  916. if (sqlite3_exec(db, createCfgSql, 0, 0, &errMsg) != SQLITE_OK)
  917. {
  918. result = FAIL;
  919. DEBUG_ERROR( "Create local config table error message: %s\n", errMsg);
  920. }
  921. else
  922. {
  923. DEBUG_INFO( "Opened local config table successfully\n");
  924. }
  925. sqlite3_close(db);
  926. }
  927. return result;
  928. }
  929. int DB_Insert_Record(sqlite3 *db, int gun_index)
  930. {
  931. int result = PASS;
  932. char* errMsg = NULL;
  933. char sqlStr[1024];
  934. if(ShmSysConfigAndInfo->SysInfo.OcppRunningVer == OCPP_RUNNING_VERSION_16)
  935. {
  936. sprintf(sqlStr, "insert into charging_record(reservationId, transactionId, startMethod, userId, dateTimeStart, dateTimeStop, socStart, socStop, chargeEnergy, stopReason) "
  937. "values('%d', '%d', '%d', '%s', '%s', '%s', '%d', '%d', '%f', '%s');",
  938. ShmSysConfigAndInfo->SysInfo.AcChargingData[gun_index].ReservationId,
  939. ShmOCPP16Data->StartTransaction[gun_index].ResponseTransactionId,
  940. ShmSysConfigAndInfo->SysInfo.AcChargingData[gun_index].StartMethod,
  941. ShmSysConfigAndInfo->SysInfo.AcChargingData[gun_index].StartUserId,
  942. ShmSysConfigAndInfo->SysInfo.AcChargingData[gun_index].StartDateTime,
  943. ShmSysConfigAndInfo->SysInfo.AcChargingData[gun_index].StopDateTime,
  944. ShmSysConfigAndInfo->SysInfo.AcChargingData[gun_index].EvBatterySoc,
  945. ShmSysConfigAndInfo->SysInfo.AcChargingData[gun_index].EvBatterySoc,
  946. ShmSysConfigAndInfo->SysInfo.AcChargingData[gun_index].PresentChargedEnergy,
  947. ShmOCPP16Data->StopTransaction[gun_index].StopReason);
  948. }
  949. else if(ShmSysConfigAndInfo->SysInfo.OcppRunningVer == OCPP_RUNNING_VERSION_20)
  950. {
  951. }
  952. if(sqlite3_open(DB_FILE, &db))
  953. {
  954. result = FAIL;
  955. DEBUG_INFO( "Can't open database: %s\n", sqlite3_errmsg(db));
  956. sqlite3_close(db);
  957. }
  958. else
  959. {
  960. DEBUG_INFO( "Local charging record database open successfully.\n");
  961. if(sqlite3_exec(db, sqlStr, 0, 0, &errMsg) != SQLITE_OK)
  962. {
  963. result = FAIL;
  964. DEBUG_INFO( "Insert local charging record error message: %s\n", errMsg);
  965. }
  966. else
  967. {
  968. DEBUG_INFO( "Insert local charging record successfully\n");
  969. }
  970. sprintf(sqlStr, "delete from charging_record where idx < (select idx from charging_record order by idx desc limit 1)-2000;");
  971. if(sqlite3_exec(db, sqlStr, 0, 0, &errMsg) != SQLITE_OK)
  972. {
  973. result = FAIL;
  974. DEBUG_INFO( "delete local charging error message: %s\n", errMsg);
  975. }
  976. else
  977. {
  978. DEBUG_INFO( "delete local charging record successfully\n");
  979. }
  980. sqlite3_close(db);
  981. }
  982. return result;
  983. }
  984. int DB_Update_Operactive(sqlite3 *db, uint8_t gun_index, uint8_t isOperactive)
  985. {
  986. uint8_t result = false;
  987. char* errMsg = NULL;
  988. char sqlStr[1024];
  989. srand(time(NULL));
  990. if(sqlite3_open(DB_FILE, &db))
  991. {
  992. result = FAIL;
  993. DEBUG_INFO( "Can't open database: %s\n", sqlite3_errmsg(db));
  994. sqlite3_close(db);
  995. }
  996. else
  997. {
  998. DEBUG_INFO( "Local charging record database open successfully.\n");
  999. sprintf(sqlStr, "insert or replace into config (item, connector, val) values('isOperactive', %d, %d);", gun_index, isOperactive);
  1000. DEBUG_INFO("sqlStr= %s\n", sqlStr);
  1001. if (sqlite3_exec(db, sqlStr, 0, 0, &errMsg) != SQLITE_OK)
  1002. {
  1003. result = FAIL;
  1004. DEBUG_INFO( "update config error message: %s\n", errMsg);
  1005. }
  1006. else
  1007. {
  1008. DEBUG_INFO("update connector-%d config item isOperactive to %d\n", gun_index, isOperactive);
  1009. }
  1010. sqlite3_close(db);
  1011. }
  1012. return result;
  1013. }
  1014. int DB_Get_Operactive(sqlite3 *db, uint8_t gun_index)
  1015. {
  1016. uint8_t result = true;
  1017. char* errMsg = NULL;
  1018. char sqlStr[1024];
  1019. char **rs;
  1020. int rows, cols;
  1021. sprintf(sqlStr, "select * from config where item='isOperactive' and connector=%d;", gun_index);
  1022. //DEBUG_INFO("sqlStr= %s\n", sqlStr);
  1023. if(sqlite3_open(DB_FILE, &db))
  1024. {
  1025. result = FAIL;
  1026. DEBUG_INFO( "Can't open database: %s\n", sqlite3_errmsg(db));
  1027. sqlite3_close(db);
  1028. }
  1029. else
  1030. {
  1031. DEBUG_INFO( "Local config query database open successfully.\n");
  1032. sqlite3_get_table(db, sqlStr, &rs, &rows, &cols, &errMsg);
  1033. if(rows>0)
  1034. {
  1035. for(int idxRow=1;idxRow<=rows;idxRow++)
  1036. {
  1037. if(strcmp(rs[(idxRow*cols)+3], "0") == 0)
  1038. {
  1039. result = false;
  1040. }
  1041. DEBUG_INFO("Query connector-%d isOperactive: %s\n", gun_index, rs[(idxRow*cols)+3]);
  1042. }
  1043. }
  1044. else
  1045. {
  1046. DEBUG_INFO("Query connector-%d fail, default value as operactive.\n", gun_index);
  1047. }
  1048. sqlite3_free_table(rs);
  1049. sqlite3_close(db);
  1050. }
  1051. return result;
  1052. }
  1053. //======================================================
  1054. // Peripheral initial
  1055. //======================================================
  1056. int InitWatchDog()
  1057. {
  1058. int fd;
  1059. int timeout = 180;
  1060. system("/usr/bin/fuser -k /dev/watchdog");
  1061. sleep(1);
  1062. system("echo V > /dev/watchdog");
  1063. sleep(1);
  1064. fd=open("/dev/watchdog", O_RDWR);
  1065. if(fd<=0)
  1066. {
  1067. DEBUG_ERROR("System watch dog initial fail.\n");
  1068. }
  1069. ioctl(fd, _IOWR('W', 6, int), &timeout);
  1070. return fd;
  1071. }
  1072. void InitGPIO()
  1073. {
  1074. /*****************0~3, 4 bank, bank x 32+ num*********************/
  1075. /***************************************************************/
  1076. /*************** INPUT PIN ***************************************/
  1077. /***************************************************************/
  1078. /***************************************************************/
  1079. /*************** OUTPUT PIN ************************************/
  1080. /***************************************************************/
  1081. /*MCU request:GPIO3_20 => H:ON; L:OFF*/
  1082. system("echo 116 > /sys/class/gpio/export");
  1083. system("echo \"out\" > /sys/class/gpio/gpio116/direction");
  1084. system("echo 0 > /sys/class/gpio/gpio116/value");
  1085. /*Rfid:GPIO0_19 => Reset_PING H:ON; L:OFF*/
  1086. system("echo 19 > /sys/class/gpio/export");
  1087. system("echo \"out\" > /sys/class/gpio/gpio19/direction");
  1088. system("echo 1 > /sys/class/gpio/gpio19/value");
  1089. /*Speaker:GPIO2_1 => H:ON; L:OFF*/
  1090. system("echo 65 > /sys/class/gpio/export");
  1091. system("echo \"out\" > /sys/class/gpio/gpio65/direction");
  1092. system("echo 0 > /sys/class/gpio/gpio65/value");
  1093. /*4G/Wifi RST:GPIO3_14 => H:ON; L:OFF*/
  1094. system("echo 110 > /sys/class/gpio/export");
  1095. system("echo \"out\" > /sys/class/gpio/gpio110/direction");
  1096. system("echo 1 > /sys/class/gpio/gpio110/value");
  1097. sleep(3);
  1098. system("echo 0 > /sys/class/gpio/gpio110/value");
  1099. DEBUG_INFO("Initial GPIO OK\n");
  1100. }
  1101. int LoadSysConfigAndInfo(struct SysConfigData *ptr)
  1102. {
  1103. int fd,wrd;
  1104. unsigned char *buf;
  1105. unsigned int ChkSum,ChkSumOrg;
  1106. if((buf=malloc(MtdBlockSize))==NULL)
  1107. {
  1108. DEBUG_ERROR("malloc buffer NG,rebooting..\n");
  1109. if(ShmStatusCodeData!=NULL)
  1110. {
  1111. ShmStatusCodeData->AlarmCode.AlarmEvents.bits.CsuInitFailed=1;
  1112. }
  1113. sleep(5);
  1114. system("reboot -f");
  1115. sleep(5);
  1116. system("reboot -f");
  1117. }
  1118. memset(buf, 0, MtdBlockSize);
  1119. //================================================
  1120. // Load configuration from mtdblock10
  1121. //================================================
  1122. system("nanddump /dev/mtd10 -f /mnt/EvseConfig.bin");
  1123. fd = open("/mnt/EvseConfig.bin", O_RDWR);
  1124. if (fd < 0)
  1125. {
  1126. free(buf);
  1127. DEBUG_ERROR("open mtdblock10 NG,rebooting..\n");
  1128. if(ShmStatusCodeData!=NULL)
  1129. {
  1130. ShmStatusCodeData->AlarmCode.AlarmEvents.bits.CsuInitFailed=1;
  1131. }
  1132. sleep(5);
  1133. system("reboot -f");
  1134. sleep(5);
  1135. system("reboot -f");
  1136. }
  1137. wrd=read(fd, buf, MtdBlockSize);
  1138. close(fd);
  1139. if(wrd<MtdBlockSize)
  1140. {
  1141. free(buf);
  1142. DEBUG_ERROR("read SysConfigData data NG,rebooting..\n");
  1143. if(ShmStatusCodeData!=NULL)
  1144. {
  1145. ShmStatusCodeData->AlarmCode.AlarmEvents.bits.CsuInitFailed=1;
  1146. }
  1147. sleep(5);
  1148. system("reboot -f");
  1149. sleep(5);
  1150. system("reboot -f");
  1151. }
  1152. ChkSum=0;
  1153. for(wrd=ARRAY_SIZE(ptr->CsuBootLoadFwRev);wrd<MtdBlockSize-4;wrd++)
  1154. {
  1155. ChkSum+=buf[wrd];
  1156. }
  1157. memcpy(&ChkSumOrg,buf+(MtdBlockSize-4),sizeof(ChkSumOrg));
  1158. memcpy(&ptr->ModelName,buf+(ARRAY_SIZE(ptr->CsuBootLoadFwRev)),ARRAY_SIZE(ptr->ModelName));
  1159. memcpy(&ptr->SerialNumber,buf+(ARRAY_SIZE(ptr->CsuBootLoadFwRev)+ARRAY_SIZE(ptr->ModelName)+ARRAY_SIZE(ptr->AcModelName)),ARRAY_SIZE(ptr->SerialNumber));
  1160. //================================================
  1161. // Load configuration from mtdblock11
  1162. //================================================
  1163. if(ChkSum!=ChkSumOrg)
  1164. {
  1165. DEBUG_ERROR("Primary SysConfigData checksum NG, read backup\n");
  1166. system("nanddump /dev/mtd11 -f /mnt/EvseConfig.bin");
  1167. fd = open("/mnt/EvseConfig.bin", O_RDWR);
  1168. if (fd < 0)
  1169. {
  1170. free(buf);
  1171. DEBUG_ERROR("open mtdblock11 (backup) NG,rebooting..\n");
  1172. if(ShmStatusCodeData!=NULL)
  1173. {
  1174. ShmStatusCodeData->AlarmCode.AlarmEvents.bits.CsuInitFailed=1;
  1175. }
  1176. sleep(5);
  1177. system("reboot -f");
  1178. sleep(5);
  1179. system("reboot -f");
  1180. }
  1181. memset(buf, 0, MtdBlockSize);
  1182. wrd=read(fd, buf,MtdBlockSize);
  1183. close(fd);
  1184. if(wrd<MtdBlockSize)
  1185. {
  1186. free(buf);
  1187. DEBUG_ERROR("read backup SysConfigData data NG,rebooting..\n");
  1188. if(ShmStatusCodeData!=NULL)
  1189. {
  1190. ShmStatusCodeData->AlarmCode.AlarmEvents.bits.CsuInitFailed=1;
  1191. }
  1192. sleep(5);
  1193. system("reboot -f");
  1194. sleep(5);
  1195. system("reboot -f");
  1196. }
  1197. ChkSum=0;
  1198. for(wrd=ARRAY_SIZE(ptr->CsuBootLoadFwRev);wrd<MtdBlockSize-4;wrd++)
  1199. {
  1200. ChkSum+=buf[wrd];
  1201. }
  1202. memcpy(&ChkSumOrg,buf+(MtdBlockSize-4),sizeof(ChkSumOrg));
  1203. //================================================
  1204. // Load configuration from mtdblock12 (Factory default)
  1205. //================================================
  1206. if(ChkSum!=ChkSumOrg)
  1207. {
  1208. DEBUG_WARN("backup SysConfigData checksum NG, read Factory default\n");
  1209. system("nanddump /dev/mtd12 -f /mnt/EvseConfig.bin");
  1210. fd = open("/mnt/EvseConfig.bin", O_RDWR);
  1211. if (fd < 0)
  1212. {
  1213. DEBUG_ERROR("open mtdblock12 (Factory default) NG,rebooting..\n");
  1214. free(buf);
  1215. if(ShmStatusCodeData!=NULL)
  1216. {
  1217. ShmStatusCodeData->AlarmCode.AlarmEvents.bits.CsuInitFailed=1;
  1218. }
  1219. sleep(5);
  1220. system("reboot -f");
  1221. sleep(5);
  1222. system("reboot -f");
  1223. }
  1224. memset(buf, 0, MtdBlockSize);
  1225. wrd=read(fd, buf,MtdBlockSize);
  1226. close(fd);
  1227. if(wrd<MtdBlockSize)
  1228. {
  1229. DEBUG_ERROR("read factory default SysConfigData data NG,rebooting..\n");
  1230. free(buf);
  1231. if(ShmStatusCodeData!=NULL)
  1232. {
  1233. ShmStatusCodeData->AlarmCode.AlarmEvents.bits.CsuInitFailed=1;
  1234. }
  1235. sleep(5);
  1236. system("reboot -f");
  1237. sleep(5);
  1238. system("reboot -f");
  1239. }
  1240. ChkSum=0;
  1241. for(wrd=ARRAY_SIZE(ptr->CsuBootLoadFwRev);wrd<MtdBlockSize-4;wrd++)
  1242. {
  1243. ChkSum+=buf[wrd];
  1244. }
  1245. memcpy(&ChkSumOrg,buf+(MtdBlockSize-4),sizeof(ChkSumOrg));
  1246. memcpy(buf+(ARRAY_SIZE(ptr->CsuBootLoadFwRev)), &ptr->ModelName, ARRAY_SIZE(ptr->ModelName));
  1247. memcpy(buf+(ARRAY_SIZE(ptr->CsuBootLoadFwRev)+ARRAY_SIZE(ptr->ModelName)+ARRAY_SIZE(ptr->AcModelName)), &ptr->SerialNumber, ARRAY_SIZE(ptr->SerialNumber));
  1248. if(ChkSum!=ChkSumOrg)
  1249. {
  1250. DEBUG_WARN("factory default SysConfigData checksum NG, restore factory default\n");
  1251. free(buf);
  1252. system("cd /root;./Module_FactoryConfig -m");
  1253. system("rm -f /Storage/OCPP/OCPPConfiguration");
  1254. system("sync");
  1255. sleep(5);
  1256. system("reboot -f");
  1257. sleep(5);
  1258. system("reboot -f");
  1259. return FAIL;
  1260. }
  1261. }
  1262. }
  1263. //load OK
  1264. memcpy((struct SysConfigData *)ptr,buf,sizeof(struct SysConfigData));
  1265. free(buf);
  1266. system("rm -f /mnt/EvseConfig.bin");
  1267. // SysConfig in flash is empty (0xffffffff)
  1268. if((strlen((char*)ShmSysConfigAndInfo->SysConfig.ModelName) > ARRAY_SIZE(ShmSysConfigAndInfo->SysConfig.ModelName)) ||
  1269. (strlen((char*)ShmSysConfigAndInfo->SysConfig.SerialNumber) > ARRAY_SIZE(ShmSysConfigAndInfo->SysConfig.SerialNumber)) ||
  1270. (strlen((char*)ShmSysConfigAndInfo->SysConfig.SystemId) > ARRAY_SIZE(ShmSysConfigAndInfo->SysConfig.SystemId)) ||
  1271. (ShmSysConfigAndInfo->SysConfig.Eth0Interface.EthDhcpClient == 0xff))
  1272. {
  1273. if(strlen((char*)ShmSysConfigAndInfo->SysConfig.ModelName) > ARRAY_SIZE(ShmSysConfigAndInfo->SysConfig.ModelName))
  1274. {
  1275. memset(ShmSysConfigAndInfo->SysConfig.ModelName, 0x00, ARRAY_SIZE(ShmSysConfigAndInfo->SysConfig.ModelName));
  1276. }
  1277. if(strlen((char*)ShmSysConfigAndInfo->SysConfig.SerialNumber) > ARRAY_SIZE(ShmSysConfigAndInfo->SysConfig.SerialNumber))
  1278. {
  1279. memset(ShmSysConfigAndInfo->SysConfig.SerialNumber, 0x00, ARRAY_SIZE(ShmSysConfigAndInfo->SysConfig.SerialNumber));
  1280. }
  1281. if(strlen((char*)ShmSysConfigAndInfo->SysConfig.SystemId) > ARRAY_SIZE(ShmSysConfigAndInfo->SysConfig.SystemId))
  1282. {
  1283. memset(ShmSysConfigAndInfo->SysConfig.SystemId, 0x00, ARRAY_SIZE(ShmSysConfigAndInfo->SysConfig.SystemId));
  1284. }
  1285. if(ShmSysConfigAndInfo->SysConfig.Eth0Interface.EthDhcpClient == 0xff)
  1286. {
  1287. DEBUG_INFO("Ethernet dhcp config is null.\n");
  1288. }
  1289. if(strlen((char*)ShmSysConfigAndInfo->SysConfig.ModelName) == 0x00)
  1290. {
  1291. DEBUG_INFO("Model name over length.\n");
  1292. }
  1293. if(strlen((char*)ShmSysConfigAndInfo->SysConfig.SerialNumber) == 0x00)
  1294. {
  1295. DEBUG_INFO("Model serial number over length.\n");
  1296. }
  1297. if(strlen((char*)ShmSysConfigAndInfo->SysConfig.SystemId) == 0x00)
  1298. {
  1299. DEBUG_INFO("System id over length.\n");
  1300. }
  1301. system("cd /root;./Module_FactoryConfig -m");
  1302. sleep(3);
  1303. system("/usr/bin/run_evse_restart.sh");
  1304. }
  1305. DEBUG_INFO("Load SysConfigData OK\n");
  1306. return PASS;
  1307. }
  1308. int StoreUsrConfigData(struct SysConfigData *UsrData)
  1309. {
  1310. int result = PASS;
  1311. int fd,wrd;
  1312. unsigned int i,Chk;
  1313. unsigned char *ptr, *BufTmp;
  1314. Chk=0;
  1315. ptr=(unsigned char *)UsrData;
  1316. if((BufTmp=malloc(MtdBlockSize))!=NULL)
  1317. {
  1318. memset(BufTmp,0,MtdBlockSize);
  1319. memcpy(BufTmp,ptr,sizeof(struct SysConfigData));
  1320. for(i=0;i<MtdBlockSize-4;i++)
  1321. Chk+=*(BufTmp+i);
  1322. memcpy(BufTmp+MtdBlockSize-4, &Chk, 4);
  1323. // Output configuration to file.
  1324. fd = open("/mnt/EvseConfig.bin", O_RDWR|O_CREAT);
  1325. if (fd < 0)
  1326. {
  1327. DEBUG_ERROR("open /mnt/EvseConfig.bin NG\n");
  1328. free(BufTmp);
  1329. return 0;
  1330. }
  1331. wrd=write(fd, BufTmp, MtdBlockSize);
  1332. close(fd);
  1333. if(wrd<MtdBlockSize)
  1334. {
  1335. DEBUG_ERROR("write /mnt/EvseConfig.bin NG\n");
  1336. free(BufTmp);
  1337. return 0;
  1338. }
  1339. DEBUG_INFO("EvseConfig write to file in /mnt OK.\n");
  1340. DEBUG_INFO("Erase /dev/mtd10.\n");
  1341. runShellCmd("flash_erase /dev/mtd10 0 12");
  1342. DEBUG_INFO("Write /dev/mtd10.\n");
  1343. runShellCmd("nandwrite -p /dev/mtd10 /mnt/EvseConfig.bin");
  1344. DEBUG_INFO("Erase /dev/mtd11.\n");
  1345. runShellCmd("flash_erase /dev/mtd11 0 12");
  1346. DEBUG_INFO("Write /dev/mtd11.\n");
  1347. runShellCmd("nandwrite -p /dev/mtd11 /mnt/EvseConfig.bin");
  1348. system("rm -f /mnt/EvseConfig.bin");
  1349. DEBUG_INFO("EvseConfig write to flash OK\n");
  1350. }
  1351. else
  1352. {
  1353. DEBUG_ERROR("alloc BlockSize NG\r\n");
  1354. result = FAIL;
  1355. }
  1356. if(BufTmp!=NULL)
  1357. free(BufTmp);
  1358. return result;
  1359. }
  1360. void InitEthernet()
  1361. {
  1362. pid_t pid;
  1363. uint8_t cnt_pingDNS_Fail;
  1364. char tmpbuf[256];
  1365. //unsigned int address;
  1366. //Init Eth0 for internet
  1367. memset(tmpbuf,0,256);
  1368. sprintf(tmpbuf,"/sbin/ifconfig eth0 %s netmask %s up &",
  1369. ShmSysConfigAndInfo->SysConfig.Eth0Interface.EthIpAddress,
  1370. ShmSysConfigAndInfo->SysConfig.Eth0Interface.EthSubmaskAddress);
  1371. DEBUG_INFO("eth0 config as ip: %s, netmask: %s\n", ShmSysConfigAndInfo->SysConfig.Eth0Interface.EthIpAddress,
  1372. ShmSysConfigAndInfo->SysConfig.Eth0Interface.EthSubmaskAddress);
  1373. system(tmpbuf);
  1374. memset(tmpbuf,0,256);
  1375. sprintf(tmpbuf,"route add default gw %s eth0 &",
  1376. ShmSysConfigAndInfo->SysConfig.Eth0Interface.EthGatewayAddress);
  1377. system(tmpbuf);
  1378. system("/sbin/ifconfig eth0:1 192.168.201.201 netmask 255.255.255.248 up &");
  1379. system("ifconfig lo up &");
  1380. system("/sbin/ethtool -s eth0 speed 10 duplex full autoneg off");
  1381. if(isInterfaceUp("eth1")==PASS)
  1382. {
  1383. //Init Eth1 for administrator tool
  1384. memset(tmpbuf,0,256);
  1385. sprintf(tmpbuf,"/sbin/ifconfig eth1 %s netmask %s up &",
  1386. ShmSysConfigAndInfo->SysConfig.Eth1Interface.EthIpAddress,
  1387. ShmSysConfigAndInfo->SysConfig.Eth1Interface.EthSubmaskAddress);
  1388. system(tmpbuf);
  1389. }
  1390. //Run DHCP client if enabled
  1391. system("killall udhcpc");
  1392. system("rm -rf /etc/resolv.conf");
  1393. system("echo nameserver 8.8.8.8 >> /etc/resolv.conf"); //Google DNS server
  1394. system("echo nameserver 180.76.76.76 >> /etc/resolv.conf"); //Baidu DNS server
  1395. if(ShmSysConfigAndInfo->SysConfig.Eth0Interface.EthDhcpClient==0)
  1396. {
  1397. sprintf(tmpbuf, "/sbin/udhcpc -i eth0 -x hostname:CSU3_%s -s /root/dhcp_script/eth0.script > /dev/null &", ShmSysConfigAndInfo->SysConfig.SystemId);
  1398. system(tmpbuf);
  1399. }
  1400. // Upgrade system id to /etc/hostname
  1401. sprintf(tmpbuf, "echo %s > /etc/hostname", ShmSysConfigAndInfo->SysConfig.SystemId);
  1402. system(tmpbuf);
  1403. // Ethernet MAC address
  1404. getEth0MacAddress();
  1405. //check internet status
  1406. pid = fork();
  1407. if(pid == 0)
  1408. {
  1409. for(;;)
  1410. {
  1411. if(isRouteFail())
  1412. {
  1413. //DEBUG_ERROR("eth0 not in route, restart eth0.\n");
  1414. system("/sbin/ifconfig eth0 down;/sbin/ifconfig eth0 up");
  1415. if((ShmSysConfigAndInfo->SysConfig.Eth0Interface.EthDhcpClient==0))
  1416. {
  1417. system("pgrep -f \"udhcpc -i eth0\" | xargs kill");
  1418. sprintf(tmpbuf, "/sbin/udhcpc -i eth0 -x hostname:CSU3_%s -s /root/dhcp_script/eth0.script > /dev/null &", ShmSysConfigAndInfo->SysConfig.SystemId);
  1419. system(tmpbuf);
  1420. }
  1421. else
  1422. {
  1423. system("pgrep -f \"udhcpc -i eth0\" | xargs kill");
  1424. memset(tmpbuf,0,256);
  1425. sprintf(tmpbuf,"/sbin/ifconfig eth0 %s netmask %s up &",
  1426. ShmSysConfigAndInfo->SysConfig.Eth0Interface.EthIpAddress,
  1427. ShmSysConfigAndInfo->SysConfig.Eth0Interface.EthSubmaskAddress);
  1428. system(tmpbuf);
  1429. memset(tmpbuf,0,256);
  1430. sprintf(tmpbuf,"route add default gw %s eth0 &",
  1431. ShmSysConfigAndInfo->SysConfig.Eth0Interface.EthGatewayAddress);
  1432. system(tmpbuf);
  1433. }
  1434. }
  1435. if(isReachableInternet() == PASS)
  1436. {
  1437. ShmStatusCodeData->InfoCode.InfoEvents.bits.InternetDisconnectViaEthernet=OFF;
  1438. cnt_pingDNS_Fail = 0;
  1439. }
  1440. else
  1441. {
  1442. if(cnt_pingDNS_Fail >= 3)
  1443. {
  1444. ShmStatusCodeData->InfoCode.InfoEvents.bits.InternetDisconnectViaEthernet=ON;
  1445. if((ShmSysConfigAndInfo->SysConfig.Eth0Interface.EthDhcpClient==0))
  1446. {
  1447. system("pgrep -f \"udhcpc -i eth0\" | xargs kill");
  1448. sprintf(tmpbuf, "/sbin/udhcpc -i eth0 -x hostname:CSU3_%s -s /root/dhcp_script/eth0.script > /dev/null &", ShmSysConfigAndInfo->SysConfig.SystemId);
  1449. system(tmpbuf);
  1450. }
  1451. else
  1452. {
  1453. system("pgrep -f \"udhcpc -i eth0\" | xargs kill");
  1454. memset(tmpbuf,0,256);
  1455. sprintf(tmpbuf,"/sbin/ifconfig eth0 %s netmask %s up &",
  1456. ShmSysConfigAndInfo->SysConfig.Eth0Interface.EthIpAddress,
  1457. ShmSysConfigAndInfo->SysConfig.Eth0Interface.EthSubmaskAddress);
  1458. system(tmpbuf);
  1459. memset(tmpbuf,0,256);
  1460. sprintf(tmpbuf,"route add default gw %s eth0 &",
  1461. ShmSysConfigAndInfo->SysConfig.Eth0Interface.EthGatewayAddress);
  1462. system(tmpbuf);
  1463. }
  1464. cnt_pingDNS_Fail = 0;
  1465. }
  1466. else
  1467. {
  1468. cnt_pingDNS_Fail++;
  1469. }
  1470. }
  1471. if(ShmStatusCodeData->InfoCode.InfoEvents.bits.InternetDisconnectViaEthernet &&
  1472. ((ShmSysConfigAndInfo->SysConfig.AthInterface.WifiMode == 0) || ShmStatusCodeData->InfoCode.InfoEvents.bits.InternetDisconnectViaWiFi) &&
  1473. ((ShmSysConfigAndInfo->SysConfig.TelecomInterface.TelcomEnabled == 0) || ShmStatusCodeData->InfoCode.InfoEvents.bits.InternetDisconnectVia4Gi) &&
  1474. (ShmOCPP16Data->OcppConnStatus != PASS))
  1475. {
  1476. ShmSysConfigAndInfo->SysInfo.InternetConn = OFF;
  1477. }
  1478. else
  1479. {
  1480. ShmSysConfigAndInfo->SysInfo.InternetConn = ON;
  1481. }
  1482. //============================================================
  1483. // Priority for internet 0 : First / 1 : Second / 2: Third
  1484. //============================================================
  1485. if(!ShmStatusCodeData->InfoCode.InfoEvents.bits.InternetDisconnectViaEthernet)
  1486. {
  1487. system("/sbin/ifmetric eth0 0");
  1488. if((ShmSysConfigAndInfo->SysConfig.ModelName[10] == 'W') || (ShmSysConfigAndInfo->SysConfig.ModelName[10] == 'D'))
  1489. {
  1490. system("/sbin/ifmetric mlan0 1");
  1491. }
  1492. if((ShmSysConfigAndInfo->SysConfig.ModelName[10] == 'T') || (ShmSysConfigAndInfo->SysConfig.ModelName[10] == 'D'))
  1493. {
  1494. system("/sbin/ifmetric ppp0 2");
  1495. }
  1496. }
  1497. else if(!ShmStatusCodeData->InfoCode.InfoEvents.bits.InternetDisconnectViaWiFi)
  1498. {
  1499. if((ShmSysConfigAndInfo->SysConfig.ModelName[10] == 'W') || (ShmSysConfigAndInfo->SysConfig.ModelName[10] == 'D'))
  1500. {
  1501. system("/sbin/ifmetric eth0 1");
  1502. system("/sbin/ifmetric mlan0 0");
  1503. }
  1504. if((ShmSysConfigAndInfo->SysConfig.ModelName[10] == 'T') || (ShmSysConfigAndInfo->SysConfig.ModelName[10] == 'D'))
  1505. {
  1506. system("/sbin/ifmetric ppp0 2");
  1507. }
  1508. }
  1509. else if(!ShmStatusCodeData->InfoCode.InfoEvents.bits.InternetDisconnectVia4Gi)
  1510. {
  1511. if((ShmSysConfigAndInfo->SysConfig.ModelName[10] == 'W') || (ShmSysConfigAndInfo->SysConfig.ModelName[10] == 'D'))
  1512. {
  1513. system("/sbin/ifmetric mlan0 2");
  1514. }
  1515. if((ShmSysConfigAndInfo->SysConfig.ModelName[10] == 'T') || (ShmSysConfigAndInfo->SysConfig.ModelName[10] == 'D'))
  1516. {
  1517. system("/sbin/ifmetric eth0 1");
  1518. system("/sbin/ifmetric ppp0 0");
  1519. }
  1520. }
  1521. sleep(5);
  1522. }
  1523. }
  1524. DEBUG_INFO("Initial Ethernet OK\n");
  1525. }
  1526. int SpawnTask()
  1527. {
  1528. system ("pkill Module_");
  1529. system ("pkill OcppBackend");
  1530. if((ShmSysConfigAndInfo->SysConfig.ModelName[10] == 'T') || (ShmSysConfigAndInfo->SysConfig.ModelName[10] == 'D'))
  1531. {
  1532. system("/root/Module_4g &");
  1533. }
  1534. else if((ShmSysConfigAndInfo->SysConfig.ModelName[10] == 'W') || (ShmSysConfigAndInfo->SysConfig.ModelName[10] == 'D'))
  1535. {
  1536. system("/root/Module_Wifi &");
  1537. }
  1538. system("/root/Module_EventLogging &");
  1539. if(strcmp((char *)&ShmSysConfigAndInfo->SysConfig.OcppServerURL,"") != 0)
  1540. {
  1541. ocpp_process_start();
  1542. }
  1543. else
  1544. {
  1545. DEBUG_INFO("OCPP URL is empty, need to create a configuration table !!!\n");
  1546. ocpp_process_start();
  1547. }
  1548. system ("/root/Module_AlarmDetect &");
  1549. system ("/root/Module_InternalComm &");
  1550. system ("/root/Module_Speaker &");
  1551. system ("/root/Module_ProduceUtils &");
  1552. return PASS;
  1553. }
  1554. int Initialization()
  1555. {
  1556. int result = PASS;
  1557. LoadSysConfigAndInfo(&ShmSysConfigAndInfo->SysConfig);
  1558. InitGPIO();
  1559. InitEthernet();
  1560. if(DB_Open(localDb) != PASS)
  1561. {
  1562. DEBUG_ERROR("Local database initial fail.\n");
  1563. result = FAIL;
  1564. }
  1565. for(int gun_index=0;gun_index< AC_QUANTITY;gun_index++)
  1566. ShmCharger->gun_info[gun_index].isOperactive = DB_Get_Operactive(localDb, gun_index);
  1567. if((rfidFd = InitRfidPort()) == FAIL)
  1568. {
  1569. DEBUG_ERROR("RFID port initial fail.\n");
  1570. result = FAIL;
  1571. }
  1572. if((wtdFd = InitWatchDog()) == FAIL)
  1573. {
  1574. DEBUG_ERROR("Watchdog initial fail.\n");
  1575. result = FAIL;
  1576. }
  1577. if(result == PASS)
  1578. DEBUG_INFO("Initialization OK.\n");
  1579. else
  1580. DEBUG_INFO("Initialization Fail.\n");
  1581. return result;
  1582. }
  1583. //=====================================================
  1584. // Common routine
  1585. //=====================================================
  1586. char* getSystemModeName(unsigned char mode)
  1587. {
  1588. char* result;
  1589. switch(mode)
  1590. {
  1591. case SYS_MODE_BOOTING:
  1592. result = "booting";
  1593. break;
  1594. case SYS_MODE_IDLE:
  1595. result = "idle";
  1596. break;
  1597. case SYS_MODE_AUTHORIZING:
  1598. result = "authorizing";
  1599. break;
  1600. case SYS_MODE_PREPARING:
  1601. result = "preparing";
  1602. break;
  1603. case SYS_MODE_CHARGING:
  1604. result = "charging";
  1605. break;
  1606. case SYS_MODE_TERMINATING:
  1607. result = "terminating";
  1608. break;
  1609. case SYS_MODE_COMPLETE:
  1610. result = "complete";
  1611. break;
  1612. case SYS_MODE_ALARM:
  1613. result = "alarm";
  1614. break;
  1615. case SYS_MODE_FAULT:
  1616. result = "fault";
  1617. break;
  1618. case SYS_MODE_MAINTAIN:
  1619. result = "maintain";
  1620. break;
  1621. case SYS_MODE_RESERVATION:
  1622. result = "reservation";
  1623. break;
  1624. case SYS_MODE_BOOKING:
  1625. result = "booking";
  1626. break;
  1627. case SYS_MODE_DEBUG:
  1628. result = "debug";
  1629. break;
  1630. case SYS_MODE_UPDATE:
  1631. result = "upgrade";
  1632. break;
  1633. default:
  1634. result = "unknown";
  1635. break;
  1636. }
  1637. return result;
  1638. }
  1639. void setChargerMode(unsigned char gun_index, unsigned char mode)
  1640. {
  1641. ShmSysConfigAndInfo->SysInfo.AcChargingData[gun_index].PreviousSystemStatus = ShmSysConfigAndInfo->SysInfo.AcChargingData[gun_index].SystemStatus;
  1642. ShmSysConfigAndInfo->SysInfo.AcChargingData[gun_index].SystemStatus = mode;
  1643. DEBUG_INFO("Gun-%02d mode switch from %s to %s\n", gun_index, getSystemModeName(ShmSysConfigAndInfo->SysInfo.AcChargingData[gun_index].PreviousSystemStatus), getSystemModeName(ShmSysConfigAndInfo->SysInfo.AcChargingData[gun_index].SystemStatus));
  1644. }
  1645. unsigned char isMode(unsigned char gun_index, unsigned char mode)
  1646. {
  1647. return ((ShmSysConfigAndInfo->SysInfo.AcChargingData[gun_index].SystemStatus == mode)?YES:NO);
  1648. }
  1649. unsigned char isModeChange(unsigned char gun_index)
  1650. {
  1651. unsigned char result = NO;
  1652. if(!isMode(gun_index, ShmSysConfigAndInfo->SysInfo.AcChargingData[gun_index].PreviousSystemStatus))
  1653. {
  1654. result = YES;
  1655. ShmSysConfigAndInfo->SysInfo.AcChargingData[gun_index].PreviousSystemStatus = ShmSysConfigAndInfo->SysInfo.AcChargingData[gun_index].SystemStatus;
  1656. }
  1657. return result;
  1658. }
  1659. //===============================================
  1660. // Get firmware version
  1661. //===============================================
  1662. void get_firmware_version(unsigned char gun_index)
  1663. {
  1664. FILE *fp;
  1665. char cmd[512];
  1666. char buf[512];
  1667. // Get CSU hardware version
  1668. sprintf((char*)ShmSysConfigAndInfo->SysInfo.CsuHwRev, "REV.XXXXXXX");
  1669. // Get CSU boot loader version
  1670. memcpy(ShmSysConfigAndInfo->SysInfo.CsuBootLoadFwRev, ShmSysConfigAndInfo->SysConfig.CsuBootLoadFwRev, ARRAY_SIZE(ShmSysConfigAndInfo->SysConfig.CsuBootLoadFwRev));
  1671. // Get CSU kernel version
  1672. sprintf(cmd, "/bin/uname -r");
  1673. fp = popen(cmd, "r");
  1674. if(fp == NULL)
  1675. sprintf((char*)ShmSysConfigAndInfo->SysInfo.CsuKernelFwRev, "Unknown version");
  1676. else
  1677. {
  1678. while(fgets(buf, sizeof(buf), fp) != NULL)
  1679. {
  1680. memcpy(ShmSysConfigAndInfo->SysInfo.CsuKernelFwRev, buf, strlen(buf)-1);
  1681. }
  1682. }
  1683. // Get MCU firmware version
  1684. strcpy((char*)ShmSysConfigAndInfo->SysInfo.CsuPrimFwRev, ShmCharger->gun_info[gun_index].ver.Version_FW);
  1685. // Get CSU root file system version
  1686. sprintf((char*)ShmSysConfigAndInfo->SysInfo.CsuRootFsFwRev, "V0.52.00.0000.00");
  1687. // Get AC connector type from model name
  1688. for(uint8_t idx=0;idx<3;idx++)
  1689. {
  1690. switch(ShmSysConfigAndInfo->SysConfig.ModelName[7+idx])
  1691. {
  1692. case '1':
  1693. // J1772 Plug
  1694. ShmSysConfigAndInfo->SysInfo.CsuRootFsFwRev[6] = '4';
  1695. ShmSysConfigAndInfo->SysInfo.CsuPrimFwRev[6] = '4';
  1696. break;
  1697. case '2':
  1698. // J1772 Socket
  1699. ShmSysConfigAndInfo->SysInfo.CsuRootFsFwRev[6] = '1';
  1700. ShmSysConfigAndInfo->SysInfo.CsuPrimFwRev[6] = '1';
  1701. break;
  1702. case '3':
  1703. // CE Plug
  1704. ShmSysConfigAndInfo->SysInfo.CsuRootFsFwRev[6] = '5';
  1705. ShmSysConfigAndInfo->SysInfo.CsuPrimFwRev[6] = '5';
  1706. break;
  1707. case '4':
  1708. // CE Socket
  1709. ShmSysConfigAndInfo->SysInfo.CsuRootFsFwRev[6] = '2';
  1710. ShmSysConfigAndInfo->SysInfo.CsuPrimFwRev[6] = '2';
  1711. break;
  1712. case '5':
  1713. // GB Plug
  1714. ShmSysConfigAndInfo->SysInfo.CsuRootFsFwRev[6] = '6';
  1715. ShmSysConfigAndInfo->SysInfo.CsuPrimFwRev[6] = '6';
  1716. break;
  1717. case '6':
  1718. // GB Socket
  1719. ShmSysConfigAndInfo->SysInfo.CsuRootFsFwRev[6] = '3';
  1720. ShmSysConfigAndInfo->SysInfo.CsuPrimFwRev[6] = '3';
  1721. break;
  1722. }
  1723. }
  1724. // Get network option from model name
  1725. switch(ShmSysConfigAndInfo->SysConfig.ModelName[10])
  1726. {
  1727. case 'B':
  1728. case 'U':
  1729. //Blue tooth
  1730. ShmSysConfigAndInfo->SysInfo.CsuRootFsFwRev[9] = '3';
  1731. ShmSysConfigAndInfo->SysInfo.CsuPrimFwRev[9] = '3';
  1732. break;
  1733. case 'W':
  1734. // WIFI
  1735. ShmSysConfigAndInfo->SysInfo.CsuRootFsFwRev[9] = '1';
  1736. ShmSysConfigAndInfo->SysInfo.CsuPrimFwRev[9] = '1';
  1737. break;
  1738. case 'T':
  1739. // 3G/4G
  1740. ShmSysConfigAndInfo->SysInfo.CsuRootFsFwRev[9] = '2';
  1741. ShmSysConfigAndInfo->SysInfo.CsuPrimFwRev[9] = '2';
  1742. break;
  1743. case 'D':
  1744. // WIFI + 4G
  1745. ShmSysConfigAndInfo->SysInfo.CsuRootFsFwRev[9] = '5';
  1746. ShmSysConfigAndInfo->SysInfo.CsuPrimFwRev[9] = '5';
  1747. break;
  1748. default:
  1749. // LAN
  1750. ShmSysConfigAndInfo->SysInfo.CsuRootFsFwRev[9] = '0';
  1751. ShmSysConfigAndInfo->SysInfo.CsuPrimFwRev[9] = '0';
  1752. break;
  1753. }
  1754. // Get rating power from model name
  1755. memcpy(&ShmSysConfigAndInfo->SysInfo.CsuRootFsFwRev[10], &ShmSysConfigAndInfo->SysConfig.ModelName[4], 0x03);
  1756. memcpy(&ShmSysConfigAndInfo->SysInfo.CsuPrimFwRev[10], &ShmSysConfigAndInfo->SysConfig.ModelName[4], 0x03);
  1757. // Get vender code from model name
  1758. memcpy(&ShmSysConfigAndInfo->SysInfo.CsuRootFsFwRev[14], &ShmSysConfigAndInfo->SysConfig.ModelName[12], 0x02);
  1759. memcpy(&ShmSysConfigAndInfo->SysInfo.CsuPrimFwRev[14], &ShmSysConfigAndInfo->SysConfig.ModelName[12], 0x02);
  1760. DEBUG_INFO("========================================\n");
  1761. DEBUG_INFO("Model: %s\n", ShmSysConfigAndInfo->SysConfig.ModelName);
  1762. DEBUG_INFO("CSU hardware version: %s\n", ShmSysConfigAndInfo->SysInfo.CsuHwRev);
  1763. DEBUG_INFO("CSU boot loader version: %s\n", ShmSysConfigAndInfo->SysInfo.CsuBootLoadFwRev);
  1764. DEBUG_INFO("CSU kernel version: %s\n", ShmSysConfigAndInfo->SysInfo.CsuKernelFwRev);
  1765. DEBUG_INFO("CSU root file system version: %s\n", ShmSysConfigAndInfo->SysInfo.CsuRootFsFwRev);
  1766. DEBUG_INFO("CSU MCU-%2d firmware version: %s\n", gun_index, ShmCharger->gun_info[gun_index].ver.Version_FW);
  1767. DEBUG_INFO("========================================\n");
  1768. }
  1769. //===============================================
  1770. // Upgrade firmware
  1771. //===============================================
  1772. int upgrade_check()
  1773. {
  1774. int result = PASS;
  1775. int fd;
  1776. DIR *dir;
  1777. struct dirent *file;
  1778. char cmd[512];
  1779. long int MaxLen=48*1024*1024;
  1780. if ((dir = opendir ("/mnt")) != NULL)
  1781. {
  1782. /* print all the files and directories within directory */
  1783. while ((file = readdir (dir)) != NULL)
  1784. {
  1785. if(strlen(file->d_name)>2)
  1786. {
  1787. memset(&ShmCharger->fwUpgradeInfo, 0xFF, sizeof(Fw_Upgrade_Info));
  1788. DEBUG_INFO("New firmware file: %s\n", file->d_name);
  1789. sprintf(ShmCharger->fwUpgradeInfo.location, "/mnt/%s", file->d_name);
  1790. if((fd=open(ShmCharger->fwUpgradeInfo.location, O_RDONLY)) >= 0)
  1791. {
  1792. unsigned char *ptr = malloc(MaxLen); //-48 is take out the header
  1793. memset(ptr, 0xFF, MaxLen); //-48 is take out the header
  1794. read(fd, ptr, MaxLen);
  1795. close(fd);
  1796. ShmCharger->fwUpgradeInfo.fwType = ((ptr[0x13]<<0) | (ptr[0x12]<<8) | (ptr[0x11]<<16) | (ptr[0x10]<<24));
  1797. substr(ShmCharger->fwUpgradeInfo.modelName, (char *)ptr, 0, 0x10);
  1798. DEBUG_INFO("New firmware type: %X\n", ShmCharger->fwUpgradeInfo.fwType);
  1799. DEBUG_INFO("New firmware model name: %s, %s\n", ShmCharger->fwUpgradeInfo.modelName, ShmSysConfigAndInfo->SysConfig.ModelName);
  1800. if((strcmp(ShmCharger->fwUpgradeInfo.modelName, (char*)ShmSysConfigAndInfo->SysConfig.ModelName)==0) && (ShmCharger->fwUpgradeInfo.fwType>0))
  1801. {
  1802. switch(ShmCharger->fwUpgradeInfo.fwType)
  1803. {
  1804. case CSU_BOOTLOADER:
  1805. case CSU_KERNEL_CONFIGURATION:
  1806. case CSU_KERNEL_IMAGE:
  1807. case CSU_ROOT_FILE_SYSTEM:
  1808. case CSU_USER_CONFIGURATION:
  1809. case CSU_PRIMARY_CONTROLLER:
  1810. if(Upgrade_Flash(ShmCharger->fwUpgradeInfo.fwType, ShmCharger->fwUpgradeInfo.location, ShmCharger->fwUpgradeInfo.modelName) != PASS)
  1811. {
  1812. result = FAIL;
  1813. }
  1814. else
  1815. {
  1816. if(ShmCharger->fwUpgradeInfo.fwType == CSU_USER_CONFIGURATION)
  1817. {
  1818. DEBUG_INFO("Restore model name & serial number.\n");
  1819. memcpy(&SysConfigOrg, &ShmSysConfigAndInfo->SysConfig, sizeof(struct SysConfigData));
  1820. if(LoadSysConfigAndInfo(&ShmSysConfigAndInfo->SysConfig) != PASS)
  1821. {
  1822. DEBUG_INFO("Re-load configuration fail.\n");
  1823. result = FAIL;
  1824. }
  1825. else
  1826. {
  1827. memcpy(&ShmSysConfigAndInfo->SysConfig.ModelName, &SysConfigOrg.ModelName, ARRAY_SIZE(SysConfigOrg.ModelName));
  1828. memcpy(&ShmSysConfigAndInfo->SysConfig.SerialNumber, &SysConfigOrg.SerialNumber, ARRAY_SIZE(SysConfigOrg.SerialNumber));
  1829. memcpy(&ShmSysConfigAndInfo->SysConfig.SystemId, &SysConfigOrg.SystemId, ARRAY_SIZE(SysConfigOrg.SystemId));
  1830. if(StoreUsrConfigData(&ShmSysConfigAndInfo->SysConfig) != PASS)
  1831. {
  1832. DEBUG_INFO("Re-write configuration fail.\n");
  1833. result = FAIL;
  1834. }
  1835. else
  1836. DEBUG_INFO("Re-write configuration OK.\n");
  1837. }
  1838. }
  1839. }
  1840. sprintf(cmd, "yes|rm %s", ShmCharger->fwUpgradeInfo.location);
  1841. system(cmd);
  1842. break;
  1843. case AC_WALLMOUNT_CONTROLLER:
  1844. for(int gun_index = 0;gun_index<AC_QUANTITY;gun_index++)
  1845. ShmCharger->gun_info[gun_index].mcuFlag.isMcuUpgradeReq = ON;
  1846. break;
  1847. default:
  1848. result = FAIL;
  1849. DEBUG_WARN("Image file is unknown type.\n");
  1850. sprintf(cmd, "yes|rm %s", ShmCharger->fwUpgradeInfo.location);
  1851. system(cmd);
  1852. break;
  1853. }
  1854. }
  1855. else
  1856. {
  1857. result = FAIL;
  1858. DEBUG_ERROR("Model name and Firmware type error.\n");
  1859. }
  1860. free(ptr);
  1861. }
  1862. else
  1863. {
  1864. result = FAIL;
  1865. DEBUG_ERROR("New firmware open error.\n");
  1866. }
  1867. }
  1868. else
  1869. {
  1870. if(strlen(file->d_name) >= 3)
  1871. {
  1872. result = FAIL;
  1873. DEBUG_ERROR("File name error.\n");
  1874. }
  1875. else
  1876. {
  1877. DEBUG_ERROR("Searching file.\n");
  1878. }
  1879. }
  1880. }
  1881. closedir (dir);
  1882. }
  1883. else
  1884. {
  1885. result = FAIL;
  1886. DEBUG_ERROR("/mnt does not valid.\n");
  1887. }
  1888. return result;
  1889. }
  1890. //===============================================
  1891. // Check RFID is match with start user
  1892. //===============================================
  1893. int isMatchStartUser(unsigned char gun_index)
  1894. {
  1895. uint8_t tmpUser[32];
  1896. if(ShmSysConfigAndInfo->SysConfig.RfidCardNumEndian)
  1897. {
  1898. // Big endian
  1899. switch(rfid.snType)
  1900. {
  1901. case RFID_SN_TYPE_6BYTE:
  1902. sprintf((char*)tmpUser, "%02X%02X%02X%02X%02X%02X", rfid.currentCard[0], rfid.currentCard[1], rfid.currentCard[2], rfid.currentCard[3], rfid.currentCard[4], rfid.currentCard[5]);
  1903. break;
  1904. case RFID_SN_TYPE_7BYTE:
  1905. sprintf((char*)tmpUser, "%02X%02X%02X%02X%02X%02X%02X", rfid.currentCard[0], rfid.currentCard[1], rfid.currentCard[2], rfid.currentCard[3], rfid.currentCard[4], rfid.currentCard[5], rfid.currentCard[6]);
  1906. break;
  1907. case RFID_SN_TYPE_10BYTE:
  1908. sprintf((char*)tmpUser, "%02X%02X%02X%02X%02X%02X%02X%02X%02X%02X", rfid.currentCard[0], rfid.currentCard[1], rfid.currentCard[2], rfid.currentCard[3], rfid.currentCard[4], rfid.currentCard[5], rfid.currentCard[6], rfid.currentCard[7], rfid.currentCard[8], rfid.currentCard[9]);
  1909. break;
  1910. case RFID_SN_TYPE_4BYTE:
  1911. default:
  1912. sprintf((char*)tmpUser, "%02X%02X%02X%02X", rfid.currentCard[0], rfid.currentCard[1], rfid.currentCard[2], rfid.currentCard[3]);
  1913. break;
  1914. }
  1915. }
  1916. else
  1917. {
  1918. // Little endian
  1919. switch(rfid.snType)
  1920. {
  1921. case RFID_SN_TYPE_6BYTE:
  1922. sprintf((char*)tmpUser, "%02X%02X%02X%02X%02X%02X", rfid.currentCard[5], rfid.currentCard[4], rfid.currentCard[3], rfid.currentCard[2], rfid.currentCard[1], rfid.currentCard[0]);
  1923. break;
  1924. case RFID_SN_TYPE_7BYTE:
  1925. sprintf((char*)tmpUser, "%02X%02X%02X%02X%02X%02X%02X", rfid.currentCard[6], rfid.currentCard[5], rfid.currentCard[4], rfid.currentCard[3], rfid.currentCard[2], rfid.currentCard[1], rfid.currentCard[0]);
  1926. break;
  1927. case RFID_SN_TYPE_10BYTE:
  1928. sprintf((char*)tmpUser, "%02X%02X%02X%02X%02X%02X%02X%02X%02X%02X", rfid.currentCard[9], rfid.currentCard[8], rfid.currentCard[7], rfid.currentCard[6], rfid.currentCard[5], rfid.currentCard[4], rfid.currentCard[3], rfid.currentCard[2], rfid.currentCard[1], rfid.currentCard[0]);
  1929. break;
  1930. case RFID_SN_TYPE_4BYTE:
  1931. default:
  1932. sprintf((char*)tmpUser, "%02X%02X%02X%02X", rfid.currentCard[3], rfid.currentCard[2], rfid.currentCard[1], rfid.currentCard[0]);
  1933. break;
  1934. }
  1935. }
  1936. return ((strcmp((char*)tmpUser, (char*)ShmSysConfigAndInfo->SysInfo.AcChargingData[gun_index].StartUserId)==0)?YES:NO);
  1937. }
  1938. //===============================================
  1939. // Read RFID Serial Number
  1940. //===============================================
  1941. int GetCardSerialNumber()
  1942. {
  1943. int isSuccess = FAIL;
  1944. int module_type = MODULE_EWT;
  1945. if(getRequestCardSN(rfidFd,module_type,&rfid))
  1946. {
  1947. if(rfid.cardType == ISO14443A)
  1948. {
  1949. if(rfid.snType == RFID_SN_TYPE_4BYTE)
  1950. {
  1951. isSuccess = PASS;
  1952. }
  1953. else if (rfid.snType == RFID_SN_TYPE_7BYTE)
  1954. {
  1955. isSuccess = PASS;
  1956. }
  1957. sethaltCard(rfidFd,module_type);
  1958. }
  1959. else if(rfid.cardType == IS014443B)
  1960. {
  1961. isSuccess = PASS;
  1962. }
  1963. else if(rfid.cardType == FELICA)
  1964. {
  1965. isSuccess = PASS;
  1966. }
  1967. else
  1968. {}
  1969. }
  1970. else
  1971. {}
  1972. return isSuccess;
  1973. }
  1974. //===============================================
  1975. // Set led motion
  1976. //===============================================
  1977. void setLedMotion(unsigned char gun_index,unsigned char led_mode)
  1978. {
  1979. switch(led_mode)
  1980. {
  1981. case LED_ACTION_INIT:
  1982. ShmCharger->gun_info[gun_index].primaryMcuLed.mode = LED_ACTION_INIT;
  1983. break;
  1984. case LED_ACTION_IDLE:
  1985. ShmCharger->gun_info[gun_index].primaryMcuLed.mode = LED_ACTION_IDLE;
  1986. break;
  1987. case LED_ACTION_AUTHED:
  1988. ShmCharger->gun_info[gun_index].primaryMcuLed.mode = LED_ACTION_AUTHED;
  1989. break;
  1990. case LED_ACTION_CONNECTED:
  1991. ShmCharger->gun_info[gun_index].primaryMcuLed.mode = LED_ACTION_CONNECTED;
  1992. break;
  1993. case LED_ACTION_CHARGING:
  1994. ShmCharger->gun_info[gun_index].primaryMcuLed.mode = LED_ACTION_CHARGING;
  1995. break;
  1996. case LED_ACTION_STOP:
  1997. ShmCharger->gun_info[gun_index].primaryMcuLed.mode = LED_ACTION_STOP;
  1998. break;
  1999. case LED_ACTION_ALARM:
  2000. ShmCharger->gun_info[gun_index].primaryMcuLed.mode = LED_ACTION_ALARM;
  2001. break;
  2002. case LED_ACTION_MAINTAIN:
  2003. ShmCharger->gun_info[gun_index].primaryMcuLed.mode = LED_ACTION_MAINTAIN;
  2004. break;
  2005. case LED_ACTION_RFID_PASS:
  2006. ShmCharger->gun_info[gun_index].primaryMcuLed.mode = LED_ACTION_RFID_PASS;
  2007. break;
  2008. case LED_ACTION_RFID_FAIL:
  2009. ShmCharger->gun_info[gun_index].primaryMcuLed.mode = LED_ACTION_RFID_FAIL;
  2010. break;
  2011. case LED_ACTION_BLE_CONNECT:
  2012. ShmCharger->gun_info[gun_index].primaryMcuLed.mode = LED_ACTION_BLE_CONNECT;
  2013. break;
  2014. case LED_ACTION_BLE_DISABLE:
  2015. ShmCharger->gun_info[gun_index].primaryMcuLed.mode = LED_ACTION_BLE_DISABLE;
  2016. break;
  2017. case LED_ACTION_DEBUG:
  2018. ShmCharger->gun_info[gun_index].primaryMcuLed.mode = LED_ACTION_DEBUG;
  2019. break;
  2020. case LED_ACTION_ALL_OFF:
  2021. ShmCharger->gun_info[gun_index].primaryMcuLed.mode = LED_ACTION_ALL_OFF;
  2022. break;
  2023. case LED_RELAY_ON:
  2024. ShmCharger->gun_info[gun_index].primaryMcuLed.mode = LED_RELAY_ON;
  2025. break;
  2026. case LED_RELAY_OFF:
  2027. ShmCharger->gun_info[gun_index].primaryMcuLed.mode = LED_RELAY_OFF;
  2028. break;
  2029. case LED_ACTION_HANDSHAKE_FAIL:
  2030. ShmCharger->gun_info[gun_index].primaryMcuLed.mode = LED_ACTION_HANDSHAKE_FAIL;
  2031. break;
  2032. case LED_ACTION_INTERNET_DISCONNECT:
  2033. ShmCharger->gun_info[gun_index].primaryMcuLed.mode = LED_ACTION_INTERNET_DISCONNECT;
  2034. break;
  2035. }
  2036. }
  2037. //===============================================
  2038. // Relay on/off request set
  2039. //===============================================
  2040. void setRelay(unsigned char gun_index,unsigned char isOn)
  2041. {
  2042. if(isOn == ON)
  2043. {
  2044. if(ShmCharger->gun_info[gun_index].legacyRequest.isLegacyRequest == OFF)
  2045. {
  2046. ShmCharger->gun_info[gun_index].legacyRequest.isLegacyRequest = ON;
  2047. DEBUG_INFO("Gun-%d Output relay sts: ON \n",gun_index);
  2048. }
  2049. }
  2050. else
  2051. {
  2052. if(ShmCharger->gun_info[gun_index].legacyRequest.isLegacyRequest == ON)
  2053. {
  2054. ShmCharger->gun_info[gun_index].legacyRequest.isLegacyRequest = OFF;
  2055. DEBUG_INFO("Gun-%d Output relay sts: OFF \n",gun_index);
  2056. }
  2057. }
  2058. }
  2059. //===============================================
  2060. // Relay on/off request get
  2061. //===============================================
  2062. int getRelay(unsigned char gun_index)
  2063. {
  2064. return ShmCharger->gun_info[gun_index].legacyRequest.isLegacyRequest;
  2065. }
  2066. //===============================================
  2067. // Set speaker on/off request
  2068. //===============================================
  2069. void setSpeaker(unsigned char isOn, unsigned char speaker_mode)
  2070. {
  2071. if(isOn == ON)
  2072. {
  2073. ShmCharger->isSpeakerOn = ON;
  2074. ShmCharger->speaker_type = speaker_mode;
  2075. }
  2076. }
  2077. //===============================================
  2078. // Initialization RFID communication port
  2079. //===============================================
  2080. int InitRfidPort()
  2081. {
  2082. int uartO2 = open(rfidPortName, O_RDWR);
  2083. struct termios tios;
  2084. if (uartO2 != FAIL)
  2085. {
  2086. ioctl (uartO2, TCGETS, &tios);
  2087. tios.c_cflag = B19200 | CS8 | CLOCAL | CREAD;
  2088. tios.c_lflag = 0;
  2089. tios.c_iflag = 0;
  2090. tios.c_oflag = 0;
  2091. tios.c_cc[VMIN] = 0;
  2092. tios.c_cc[VTIME] = (unsigned char) 1;
  2093. tios.c_lflag = 0;
  2094. tcflush(uartO2, TCIFLUSH);
  2095. ioctl(uartO2, TCSETS, &tios);
  2096. }
  2097. if (uartO2 < 0)
  2098. {
  2099. ShmStatusCodeData->AlarmCode.AlarmEvents.bits.RfidModuleCommFail = 1;
  2100. }
  2101. return uartO2;
  2102. }
  2103. //===============================================
  2104. // Check internet access status
  2105. //===============================================
  2106. int isReachableInternet()
  2107. {
  2108. int result = FAIL;
  2109. FILE *fp;
  2110. char cmd[256];
  2111. char buf[512];
  2112. char tmp[512];
  2113. strcpy(cmd, "ifconfig eth0");
  2114. fp = popen(cmd, "r");
  2115. if(fp != NULL)
  2116. {
  2117. while(fgets(buf, sizeof(buf), fp) != NULL)
  2118. {
  2119. if (strstr(buf, "inet addr:") > 0)
  2120. {
  2121. sscanf(buf, "%*s%s", tmp);
  2122. substr(tmp, tmp, strspn(tmp, "addr:"), strlen(buf)-strspn(tmp, "addr:"));
  2123. if (strcmp(tmp, (char *)ShmSysConfigAndInfo->SysConfig.Eth0Interface.EthIpAddress) != 0)
  2124. {
  2125. strcpy((char *) ShmSysConfigAndInfo->SysConfig.Eth0Interface.EthIpAddress, tmp);
  2126. }
  2127. sscanf(buf, "%*s%*s%*s%s", tmp);
  2128. substr(tmp, tmp, strspn(tmp, "Mask:"), strlen(buf)-strspn(tmp, "Mask:"));
  2129. if (strcmp(tmp, (char *)ShmSysConfigAndInfo->SysConfig.Eth0Interface.EthSubmaskAddress) != 0)
  2130. {
  2131. strcpy((char *) ShmSysConfigAndInfo->SysConfig.Eth0Interface.EthSubmaskAddress, tmp);
  2132. }
  2133. }
  2134. }
  2135. }
  2136. pclose(fp);
  2137. memset(buf, 0x00, sizeof(buf));
  2138. // Get gateway
  2139. fp = popen("ip route", "r");
  2140. if(fp == NULL)
  2141. result = FAIL;
  2142. else
  2143. {
  2144. while(fgets(buf, sizeof(buf), fp) != NULL)
  2145. {
  2146. if((strstr(buf, "default") != NULL) && (strstr(buf, "eth0") != NULL))
  2147. break;
  2148. }
  2149. if(strstr(buf, "default") != NULL)
  2150. {
  2151. sscanf(buf, "%*s%*s%s", tmp);
  2152. substr((char*)ShmSysConfigAndInfo->SysConfig.Eth0Interface.EthGatewayAddress, tmp, 0, strlen(tmp));
  2153. }
  2154. }
  2155. pclose(fp);
  2156. memset(buf, 0x00, sizeof(buf));
  2157. for(int idx=0;idx<ARRAY_SIZE(valid_Internet);idx++)
  2158. {
  2159. sprintf(cmd, "ping -c 1 -w 3 -I eth0 %s", valid_Internet[idx]);
  2160. fp = popen(cmd, "r");
  2161. if(fp != NULL)
  2162. {
  2163. while(fgets(buf, sizeof(buf), fp) != NULL)
  2164. {
  2165. if(strstr(buf, "transmitted") > 0)
  2166. {
  2167. //sscanf(buf, "%*s%*s%*s%*s%*s%*s%s", tmp);
  2168. if(strstr(buf,"100%") != NULL)
  2169. {
  2170. }
  2171. else
  2172. {
  2173. result = PASS;
  2174. }
  2175. //DEBUG_INFO("%s",buf);
  2176. //DEBUG_INFO("%s\n",tmp);
  2177. }
  2178. }
  2179. }
  2180. pclose(fp);
  2181. }
  2182. return result;
  2183. }
  2184. //===============================================
  2185. // Check route for eth0
  2186. //===============================================
  2187. int isRouteFail()
  2188. {
  2189. int result = YES;
  2190. FILE *fp;
  2191. char buf[512];
  2192. fp = popen("route -n", "r");
  2193. if(fp != NULL)
  2194. {
  2195. while(fgets(buf, sizeof(buf), fp) != NULL)
  2196. {
  2197. if(strstr(buf, "eth0") != NULL)
  2198. result = NO;
  2199. }
  2200. }
  2201. pclose(fp);
  2202. return result;
  2203. }
  2204. //===============================================
  2205. // Check reservation date is expired
  2206. //===============================================
  2207. int isReservationExpired(unsigned char gun_index)
  2208. {
  2209. int result = NO;
  2210. struct tm expiredDate;
  2211. struct timeb expiredTime;
  2212. if(ShmSysConfigAndInfo->SysInfo.OcppRunningVer == OCPP_RUNNING_VERSION_16)
  2213. {
  2214. if(sscanf((char*)ShmOCPP16Data->ReserveNow[gun_index].ExpiryDate, "%4d-%2d-%2dT%2d:%2d:%2d", &expiredDate.tm_year, &expiredDate.tm_mon, &expiredDate.tm_mday, &expiredDate.tm_hour, &expiredDate.tm_min, &expiredDate.tm_sec) == 6)
  2215. {
  2216. expiredDate.tm_year -= 1900;
  2217. expiredDate.tm_mon -= 1;
  2218. expiredTime.time = mktime(&expiredDate);
  2219. if(DiffTimebWithNow(expiredTime)>=0)
  2220. {
  2221. result = YES;
  2222. }
  2223. }
  2224. else
  2225. {
  2226. DEBUG_WARN("Expired date parsing error.\n");
  2227. DEBUG_INFO("Date expired.\n");
  2228. result = YES;
  2229. }
  2230. }
  2231. else if(ShmSysConfigAndInfo->SysInfo.OcppRunningVer == OCPP_RUNNING_VERSION_20)
  2232. {
  2233. }
  2234. return result;
  2235. }
  2236. //===============================================
  2237. // Check charging profile related date routine
  2238. //===============================================
  2239. int isProfileValid(uint8_t gun_index)
  2240. {
  2241. int result = NO;
  2242. struct tm tmFrom, tmTo;
  2243. struct timeb tbFrom, tbTo;
  2244. if(ShmSysConfigAndInfo->SysInfo.OcppRunningVer == OCPP_RUNNING_VERSION_16)
  2245. {
  2246. if((sscanf((char*)ShmOCPP16Data->SmartChargingProfile[gun_index].ValidFrom, "%4d-%2d-%2dT%2d:%2d:%2d", &tmFrom.tm_year, &tmFrom.tm_mon, &tmFrom.tm_mday, &tmFrom.tm_hour, &tmFrom.tm_min, &tmFrom.tm_sec) == 6) &&
  2247. (sscanf((char*)ShmOCPP16Data->SmartChargingProfile[gun_index].ValidTo, "%4d-%2d-%2dT%2d:%2d:%2d", &tmTo.tm_year, &tmTo.tm_mon, &tmTo.tm_mday, &tmTo.tm_hour, &tmTo.tm_min, &tmTo.tm_sec) == 6))
  2248. {
  2249. tmFrom.tm_year -= 1900;
  2250. tmFrom.tm_mon -= 1;
  2251. tbFrom.time = mktime(&tmFrom);
  2252. tmTo.tm_year -= 1900;
  2253. tmTo.tm_mon -= 1;
  2254. tbTo.time = mktime(&tmTo);
  2255. DEBUG_INFO("Valid from compare Now: %d\n", DiffTimebWithNow(tbFrom));
  2256. DEBUG_INFO("Valid to compare Now: %d\n", DiffTimebWithNow(tbTo));
  2257. if((DiffTimebWithNow(tbFrom)>=0) && (DiffTimebWithNow(tbTo)<=0))
  2258. {
  2259. result = YES;
  2260. }
  2261. }
  2262. else
  2263. {
  2264. DEBUG_WARN("ValidFrom or ValidTo date parsing error.\n");
  2265. }
  2266. }
  2267. else if(ShmSysConfigAndInfo->SysInfo.OcppRunningVer == OCPP_RUNNING_VERSION_20)
  2268. {
  2269. }
  2270. return result;
  2271. }
  2272. int getScheduleStart(int gun_index)
  2273. {
  2274. int result = -1;
  2275. struct tm tmScheduleStart;;
  2276. struct timeb tbScheduleStart;
  2277. if(ShmSysConfigAndInfo->SysInfo.OcppRunningVer == OCPP_RUNNING_VERSION_16)
  2278. {
  2279. if((sscanf((char*)ShmOCPP16Data->SmartChargingProfile[gun_index].ChargingSchedule.StartSchedule, "%4d-%2d-%2dT%2d:%2d:%2d", &tmScheduleStart.tm_year, &tmScheduleStart.tm_mon, &tmScheduleStart.tm_mday, &tmScheduleStart.tm_hour, &tmScheduleStart.tm_min, &tmScheduleStart.tm_sec) == 6))
  2280. {
  2281. tmScheduleStart.tm_year -= 1900;
  2282. tmScheduleStart.tm_mon -= 1;
  2283. tbScheduleStart.time = mktime(&tmScheduleStart);
  2284. tbScheduleStart.millitm = 0;
  2285. result = DiffTimebWithNow(tbScheduleStart)/1000;
  2286. //DEBUG_INFO("Schedule start compare Now(seconds): %d\n", result);
  2287. }
  2288. else
  2289. {
  2290. DEBUG_WARN("Schedule start date parsing error.\n");
  2291. }
  2292. }
  2293. else if(ShmSysConfigAndInfo->SysInfo.OcppRunningVer == OCPP_RUNNING_VERSION_20)
  2294. {
  2295. }
  2296. return result;
  2297. }
  2298. int getStartSinceToday()
  2299. {
  2300. int result = -1;
  2301. time_t t;
  2302. struct tm *tmStartToday;
  2303. struct timeb tbStartToday;
  2304. t=time(NULL);
  2305. tmStartToday=localtime(&t);
  2306. tmStartToday->tm_hour = 0;
  2307. tmStartToday->tm_min = 0;
  2308. tmStartToday->tm_sec = 0;
  2309. tbStartToday.time = mktime(tmStartToday);
  2310. result = DiffTimebWithNow(tbStartToday)/1000;
  2311. //DEBUG_INFO("Start today compare Now(seconds): %d\n", result);
  2312. return result;
  2313. }
  2314. int getStartSinceWeek()
  2315. {
  2316. int result = -1;
  2317. time_t t;
  2318. struct tm *tmStartWeek;
  2319. struct timeb tbStartWeek;
  2320. t=time(NULL);
  2321. tmStartWeek=localtime(&t);
  2322. t-=86400*tmStartWeek->tm_wday;
  2323. tmStartWeek=localtime(&t);
  2324. tmStartWeek->tm_hour = 0;
  2325. tmStartWeek->tm_min = 0;
  2326. tmStartWeek->tm_sec = 0;
  2327. tbStartWeek.time = mktime(tmStartWeek);
  2328. result = DiffTimebWithNow(tbStartWeek)/1000;
  2329. //DEBUG_INFO("Start week compare Now(seconds): %d\n", result);
  2330. return result;
  2331. }
  2332. //===============================================
  2333. // Valid from local white list
  2334. //===============================================
  2335. int isValidLocalWhiteCard()
  2336. {
  2337. uint8_t result = FAIL;
  2338. for(uint8_t idx=0;idx<ARRAY_SIZE(ShmSysConfigAndInfo->SysConfig.LocalWhiteCard);idx++)
  2339. {
  2340. if(strcmp((char*)ShmSysConfigAndInfo->SysConfig.UserId, (char*)ShmSysConfigAndInfo->SysConfig.LocalWhiteCard[idx]) == 0)
  2341. {
  2342. result = PASS;
  2343. }
  2344. }
  2345. return result;
  2346. }
  2347. //==========================================
  2348. // Check routine
  2349. //==========================================
  2350. void checkTask()
  2351. {
  2352. if((ShmSysConfigAndInfo->SysConfig.ModelName[10] == 'T') || (ShmSysConfigAndInfo->SysConfig.ModelName[10] == 'D'))
  2353. {
  2354. if(system("pidof -s Module_4g > /dev/null") != 0)
  2355. {
  2356. DEBUG_INFO("Module_4g not running, restart it.\n");
  2357. system("/root/Module_4g &");
  2358. }
  2359. }
  2360. if((ShmSysConfigAndInfo->SysConfig.ModelName[10] == 'W') || (ShmSysConfigAndInfo->SysConfig.ModelName[10] == 'D'))
  2361. {
  2362. if(system("pidof -s Module_Wifi > /dev/null") != 0)
  2363. {
  2364. DEBUG_INFO("Module_Wifi not running, restart it.\n");
  2365. system("/root/Module_Wifi &");
  2366. }
  2367. }
  2368. if(system("pidof -s Module_EventLogging > /dev/null") != 0)
  2369. {
  2370. DEBUG_INFO("Module_EventLogging not running, restart it.\n");
  2371. system("/root/Module_EventLogging &");
  2372. }
  2373. if(strcmp((char *)&ShmSysConfigAndInfo->SysConfig.OcppServerURL,"") != 0)
  2374. {
  2375. if(ShmSysConfigAndInfo->SysInfo.OcppRunningVer == OCPP_RUNNING_VERSION_16)
  2376. {
  2377. if((time((time_t*)NULL) - ShmOCPP16Data->procDogTime) > 180)
  2378. {
  2379. DEBUG_WARN("OcppBackend watch dog timeout task restart.\n");
  2380. ShmOCPP16Data->procDogTime = time((time_t*)NULL);
  2381. system("pkill OcppBackend");
  2382. }
  2383. if(system("pidof -s OcppBackend > /dev/null") != 0)
  2384. {
  2385. DEBUG_INFO("OcppBackend not running, restart it.\n");
  2386. ocpp_process_start();
  2387. }
  2388. }
  2389. else if(ShmSysConfigAndInfo->SysInfo.OcppRunningVer == OCPP_RUNNING_VERSION_20)
  2390. {
  2391. }
  2392. }
  2393. if(system("pidof -s Module_AlarmDetect > /dev/null") != 0)
  2394. {
  2395. DEBUG_INFO("Module_AlarmDetect not running, restart it.\n");
  2396. system("/root/Module_AlarmDetect &");
  2397. }
  2398. if(system("pidof -s Module_InternalComm > /dev/null") != 0)
  2399. {
  2400. DEBUG_INFO("Module_InternalComm not running, restart it.\n");
  2401. system("/root/Module_InternalComm &");
  2402. }
  2403. if(system("pidof -s Module_Speaker > /dev/null") != 0)
  2404. {
  2405. DEBUG_INFO("Module_Speaker not running, restart it.\n");
  2406. system("/root/Module_Speaker &");
  2407. }
  2408. if(system("pidof -s Module_ProduceUtils > /dev/null") != 0)
  2409. {
  2410. DEBUG_INFO("Module_ProduceUtils not running, restart it.\n");
  2411. system ("/root/Module_ProduceUtils &");
  2412. }
  2413. }
  2414. void checkConnectionTimeout()
  2415. {
  2416. if((system("pidof -s OcppBackend > /dev/null") != 0) && (system("pidof -s OcppBackend20 > /dev/null") != 0))
  2417. {
  2418. ShmCharger->timeoutSpec.Present_Timeout_Spec = TIMEOUT_SPEC_HANDSHAKING;
  2419. //DEBUG_INFO("Handshaking timeout specification follow by initial setting : %d s \n", TIMEOUT_SPEC_HANDSHAKING/1000);
  2420. }
  2421. else
  2422. {
  2423. if(strcmp((char *)ShmOCPP16Data->ConfigurationTable.CoreProfile[ConnectionTimeOut].ItemData,"") != 0)
  2424. {
  2425. ShmCharger->timeoutSpec.Setting_Timeout_Spec = atoi((char *)ShmOCPP16Data->ConfigurationTable.CoreProfile[ConnectionTimeOut].ItemData);
  2426. if(ShmCharger->timeoutSpec.Setting_Timeout_Spec <= 0)
  2427. {
  2428. ShmCharger->timeoutSpec.Present_Timeout_Spec = TIMEOUT_SPEC_HANDSHAKING;
  2429. //DEBUG_INFO("Handshaking timeout specification follow by OCPP Configuration : Fail. Value can't be zero or less than zero.\n.");
  2430. }
  2431. else
  2432. {
  2433. ShmCharger->timeoutSpec.Present_Timeout_Spec = (ShmCharger->timeoutSpec.Setting_Timeout_Spec*1000);
  2434. //DEBUG_INFO("Handshaking timeout specification follow by OCPP Configuration : Pass...\n.");
  2435. }
  2436. //DEBUG_INFO("Handshaking timeout specification follow by OCPP Configuration : %s s \n.",ShmOCPP16Data->ConfigurationTable.CoreProfile[ConnectionTimeOut].ItemData);
  2437. }
  2438. else
  2439. {
  2440. ShmCharger->timeoutSpec.Present_Timeout_Spec = TIMEOUT_SPEC_HANDSHAKING;
  2441. //DEBUG_INFO("Handshaking timeout specification follow by OCPP Configuration : Fail. Table is blank...\n.");
  2442. }
  2443. //DEBUG_INFO("Present timeout spec : %d \n", ShmCharger->timeoutSpec.Present_Timeout_Spec);
  2444. }
  2445. }
  2446. void checkReset()
  2447. {
  2448. if(ShmSysConfigAndInfo->SysInfo.OcppRunningVer == OCPP_RUNNING_VERSION_16)
  2449. {
  2450. if(ShmOCPP16Data->MsMsg.bits.ResetReq)
  2451. {
  2452. if((!isMode(0, SYS_MODE_CHARGING) && !isMode(0, SYS_MODE_TERMINATING) && !isMode(0, SYS_MODE_COMPLETE)) &&
  2453. (AC_QUANTITY>1?(!isMode(1, SYS_MODE_CHARGING) && !isMode(1, SYS_MODE_TERMINATING) && !isMode(0, SYS_MODE_COMPLETE)):TRUE))
  2454. {
  2455. ShmOCPP16Data->MsMsg.bits.ResetReq = OFF;
  2456. sprintf((char*)ShmOCPP16Data->Reset.ResponseStatus, "Accepted");
  2457. ShmOCPP16Data->MsMsg.bits.ResetConf = ON;
  2458. DEBUG_INFO("%s reset request by OCPP.\n", ShmOCPP16Data->Reset.Type);
  2459. for(int gun_index = 0;gun_index<AC_QUANTITY;gun_index++)
  2460. setChargerMode(gun_index, SYS_MODE_BOOTING);
  2461. if(strcmp((char*)ShmOCPP16Data->Reset.Type, "Hard") == 0)
  2462. {
  2463. system("sync");
  2464. sleep(5);
  2465. system("reboot -f");
  2466. sleep(5);
  2467. system("reboot -f");
  2468. }
  2469. else
  2470. {
  2471. sleep(5);
  2472. close(wtdFd);
  2473. system("/usr/bin/run_evse_restart.sh");
  2474. }
  2475. }
  2476. }
  2477. }
  2478. else if(ShmSysConfigAndInfo->SysInfo.OcppRunningVer == OCPP_RUNNING_VERSION_20)
  2479. {
  2480. }
  2481. }
  2482. void checkReservation(uint8_t gun_index)
  2483. {
  2484. if(ShmSysConfigAndInfo->SysInfo.OcppRunningVer == OCPP_RUNNING_VERSION_16)
  2485. {
  2486. if(ShmOCPP16Data->CsMsg.bits[gun_index].ReserveNowReq)
  2487. {
  2488. ShmOCPP16Data->CsMsg.bits[gun_index].ReserveNowReq = OFF;
  2489. if(isMode(gun_index, SYS_MODE_IDLE) && !isReservationExpired(gun_index))
  2490. {
  2491. ShmSysConfigAndInfo->SysInfo.AcChargingData[gun_index].ReservationId = ShmOCPP16Data->ReserveNow[gun_index].ReservationId;
  2492. setChargerMode(gun_index, SYS_MODE_RESERVATION);
  2493. }
  2494. DEBUG_INFO("Reservation request on connector-%d.\n", gun_index);
  2495. ShmOCPP16Data->CsMsg.bits[gun_index].ReserveNowConf = ON;
  2496. }
  2497. }
  2498. else if(ShmSysConfigAndInfo->SysInfo.OcppRunningVer == OCPP_RUNNING_VERSION_20)
  2499. {
  2500. }
  2501. }
  2502. void checkUnlocker(uint8_t gun_index)
  2503. {
  2504. if(ShmSysConfigAndInfo->SysInfo.OcppRunningVer == OCPP_RUNNING_VERSION_16)
  2505. {
  2506. if(ShmOCPP16Data->CsMsg.bits[gun_index].UnlockConnectorReq == ON)
  2507. {
  2508. ShmOCPP16Data->CsMsg.bits[gun_index].UnlockConnectorReq = OFF;
  2509. sprintf((char*)ShmOCPP16Data->UnlockConnector[ShmOCPP16Data->UnlockConnector[gun_index].ConnectorId-1].ResponseStatus, "NotSupported");
  2510. ShmOCPP16Data->CsMsg.bits[ShmOCPP16Data->UnlockConnector[gun_index].ConnectorId-1].UnlockConnectorConf = ON;
  2511. ShmCharger->gun_info[ShmOCPP16Data->UnlockConnector[gun_index].ConnectorId-1].isUnlockerConnetor = ON;
  2512. }
  2513. }
  2514. else if(ShmSysConfigAndInfo->SysInfo.OcppRunningVer == OCPP_RUNNING_VERSION_20)
  2515. {
  2516. }
  2517. }
  2518. void checkAvailability(uint8_t gun_index)
  2519. {
  2520. if(ShmSysConfigAndInfo->SysInfo.OcppRunningVer == OCPP_RUNNING_VERSION_16)
  2521. {
  2522. if(ShmOCPP16Data->CsMsg.bits[gun_index].ChangeAvailabilityReq)
  2523. {
  2524. if(strcmp((char*)ShmOCPP16Data->ChangeAvailability[gun_index].Type, "Operative") == 0)
  2525. {
  2526. DB_Update_Operactive(localDb, gun_index, true);
  2527. ShmCharger->gun_info[gun_index].isOperactive = DB_Get_Operactive(localDb, gun_index);
  2528. }
  2529. else
  2530. {
  2531. DB_Update_Operactive(localDb, gun_index, false);
  2532. ShmCharger->gun_info[gun_index].isOperactive = DB_Get_Operactive(localDb, gun_index);
  2533. }
  2534. ShmOCPP16Data->CsMsg.bits[gun_index].ChangeAvailabilityReq = OFF;
  2535. }
  2536. }
  2537. else if(ShmSysConfigAndInfo->SysInfo.OcppRunningVer == OCPP_RUNNING_VERSION_20)
  2538. {
  2539. }
  2540. }
  2541. void checkChargingProfileLimit(uint8_t gun_index)
  2542. {
  2543. if(ShmSysConfigAndInfo->SysInfo.OcppRunningVer == OCPP_RUNNING_VERSION_16)
  2544. {
  2545. if((ocpp_get_smartcharging_profileId(gun_index) > 0) &&
  2546. (ocpp_get_profile_req(gun_index) != ON) &&
  2547. (((strlen((char*)ShmOCPP16Data->SmartChargingProfile[gun_index].ValidFrom)>0) && (strlen((char*)ShmOCPP16Data->SmartChargingProfile[gun_index].ValidTo)>0)) ? isProfileValid(gun_index) : ON))
  2548. {
  2549. // Debug information
  2550. if(DiffTimebWithNow(startTime[gun_index][TMR_IDX_LOGPPRINTOUT]) > TIMEOUT_SPEC_LOGPPRINTOUT)
  2551. {
  2552. DEBUG_INFO("Profile ID found: %d\n", ShmOCPP16Data->SmartChargingProfile[gun_index].ChargingProfileId);
  2553. DEBUG_INFO("Valid from: %s\n", ShmOCPP16Data->SmartChargingProfile[gun_index].ValidFrom);
  2554. DEBUG_INFO("Valid to: %s\n", ShmOCPP16Data->SmartChargingProfile[gun_index].ValidTo);
  2555. DEBUG_INFO("Start schedule: %s\n", ShmOCPP16Data->SmartChargingProfile[gun_index].ChargingSchedule.StartSchedule);
  2556. DEBUG_INFO("Profile kind: %s\n", ShmOCPP16Data->SmartChargingProfile[gun_index].ChargingProfileKind);
  2557. DEBUG_INFO("RecurrencyKind: %s\n", ShmOCPP16Data->SmartChargingProfile[gun_index].RecurrencyKind);
  2558. DEBUG_INFO("Profile purpose: %s\n", ShmOCPP16Data->SmartChargingProfile[gun_index].ChargingProfilePurpose);
  2559. DEBUG_INFO("Transaction ID: %d\n", ShmOCPP16Data->SmartChargingProfile[gun_index].TransactionId);
  2560. DEBUG_INFO("ChargingRateUnit: %s\n", ShmOCPP16Data->SmartChargingProfile[gun_index].ChargingSchedule.ChargingRateUnit);
  2561. DEBUG_INFO("========================================\n");
  2562. }
  2563. // Checking profile kind
  2564. if((mystrcmp((char*)ShmOCPP16Data->SmartChargingProfile[gun_index].ChargingProfileKind, "Absolute") == PASS))
  2565. {
  2566. // Absolute profile
  2567. if(((mystrcmp((char*)ShmOCPP16Data->SmartChargingProfile[gun_index].ChargingProfilePurpose, "TxProfile") == PASS) && (ShmOCPP16Data->SmartChargingProfile[gun_index].TransactionId == ShmOCPP16Data->StartTransaction[gun_index].ResponseTransactionId)) ||
  2568. (mystrcmp((char*)ShmOCPP16Data->SmartChargingProfile[gun_index].ChargingProfilePurpose, "TxProfile") == FAIL))
  2569. {
  2570. // Checking limitation
  2571. for(uint8_t idx_period=0;idx_period<ARRAY_SIZE(ShmOCPP16Data->SmartChargingProfile[gun_index].ChargingSchedule.ChargingSchedulePeriod);idx_period++)
  2572. {
  2573. if((getScheduleStart(gun_index) > ShmOCPP16Data->SmartChargingProfile[gun_index].ChargingSchedule.ChargingSchedulePeriod[idx_period].StartPeriod) &&
  2574. ((idx_period == 0) || (ShmOCPP16Data->SmartChargingProfile[gun_index].ChargingSchedule.ChargingSchedulePeriod[idx_period].StartPeriod > 0))
  2575. )
  2576. {
  2577. ShmCharger->gun_info[gun_index].targetCurrent = (mystrcmp((char*)ShmOCPP16Data->SmartChargingProfile[gun_index].ChargingSchedule.ChargingRateUnit,"W")==PASS?ShmOCPP16Data->SmartChargingProfile[gun_index].ChargingSchedule.ChargingSchedulePeriod[idx_period].Limit/(220*ShmOCPP16Data->SmartChargingProfile[gun_index].ChargingSchedule.ChargingSchedulePeriod[idx_period].NumberPhases):ShmOCPP16Data->SmartChargingProfile[gun_index].ChargingSchedule.ChargingSchedulePeriod[idx_period].Limit);
  2578. //DEBUG_INFO("ShmCharger->gun_info[%d].targetCurrent on period[%d]: %d\n", gun_index, idx_period, ShmCharger->gun_info[gun_index].targetCurrent);
  2579. }
  2580. else
  2581. break;
  2582. }
  2583. }
  2584. }
  2585. }
  2586. else if((ShmOCPP16Data->SmartChargingProfile[gun_index].ChargingProfileId == 0) && (ShmOCPP16Data->CSUMsg.bits[gun_index].ChargingProfileReq != ON))
  2587. {
  2588. ShmCharger->gun_info[gun_index].targetCurrent = ShmCharger->gun_info[gun_index].primaryMcuState.rating_current;
  2589. }
  2590. }
  2591. else if(ShmSysConfigAndInfo->SysInfo.OcppRunningVer == OCPP_RUNNING_VERSION_20)
  2592. {
  2593. }
  2594. }
  2595. //===============================================
  2596. // Set Light Internsity from ocpp
  2597. //===============================================
  2598. void setLightIntensity(unsigned char gun_index)
  2599. {
  2600. switch(atoi((char*)ShmOCPP16Data->ConfigurationTable.CoreProfile[LightIntensity].ItemData))
  2601. {
  2602. case 0 ... 15:
  2603. if(ShmCharger->gun_info[gun_index].LightIntensityLevel != 0x00)
  2604. {
  2605. // 12 sector change to level 0
  2606. ShmCharger->gun_info[gun_index].setLedBrightness.sector_1 = 0x00;
  2607. ShmCharger->gun_info[gun_index].setLedBrightness.sector_2 = 0x00;
  2608. ShmCharger->gun_info[gun_index].setLedBrightness.sector_3 = 0x00;
  2609. ShmCharger->gun_info[gun_index].setLedBrightness.sector_4 = 0x00;
  2610. ShmCharger->gun_info[gun_index].setLedBrightness.sector_5 = 0x00;
  2611. ShmCharger->gun_info[gun_index].setLedBrightness.sector_6 = 0x00;
  2612. ShmCharger->gun_info[gun_index].setLedBrightness.sector_7 = 0x00;
  2613. ShmCharger->gun_info[gun_index].setLedBrightness.sector_8 = 0x00;
  2614. ShmCharger->gun_info[gun_index].setLedBrightness.sector_9 = 0x00;
  2615. ShmCharger->gun_info[gun_index].setLedBrightness.sector_10 = 0x00;
  2616. ShmCharger->gun_info[gun_index].setLedBrightness.sector_11 = 0x00;
  2617. ShmCharger->gun_info[gun_index].setLedBrightness.sector_12 = 0x00;
  2618. ShmCharger->gun_info[gun_index].LightIntensityLevel = 0x00;
  2619. ShmCharger->gun_info[gun_index].isSetLedBrightness = ON;
  2620. DEBUG_INFO("Light intensity level : [%X] == Level 0.\r\n", ShmCharger->gun_info[gun_index].LightIntensityLevel);
  2621. }
  2622. break;
  2623. case 16 ... 35:
  2624. if(ShmCharger->gun_info[gun_index].LightIntensityLevel != 0x11)
  2625. {
  2626. // 12 sector change to level 1
  2627. ShmCharger->gun_info[gun_index].setLedBrightness.sector_1 = 0x11;
  2628. ShmCharger->gun_info[gun_index].setLedBrightness.sector_2 = 0x11;
  2629. ShmCharger->gun_info[gun_index].setLedBrightness.sector_3 = 0x11;
  2630. ShmCharger->gun_info[gun_index].setLedBrightness.sector_4 = 0x11;
  2631. ShmCharger->gun_info[gun_index].setLedBrightness.sector_5 = 0x11;
  2632. ShmCharger->gun_info[gun_index].setLedBrightness.sector_6 = 0x11;
  2633. ShmCharger->gun_info[gun_index].setLedBrightness.sector_7 = 0x11;
  2634. ShmCharger->gun_info[gun_index].setLedBrightness.sector_8 = 0x11;
  2635. ShmCharger->gun_info[gun_index].setLedBrightness.sector_9 = 0x11;
  2636. ShmCharger->gun_info[gun_index].setLedBrightness.sector_10 = 0x11;
  2637. ShmCharger->gun_info[gun_index].setLedBrightness.sector_11 = 0x11;
  2638. ShmCharger->gun_info[gun_index].setLedBrightness.sector_12 = 0x11;
  2639. ShmCharger->gun_info[gun_index].LightIntensityLevel = 0x11;
  2640. ShmCharger->gun_info[gun_index].isSetLedBrightness = ON;
  2641. DEBUG_INFO("Light intensity level : [%X] == Level 1.\r\n", ShmCharger->gun_info[gun_index].LightIntensityLevel);
  2642. }
  2643. break;
  2644. case 36 ... 75:
  2645. if(ShmCharger->gun_info[gun_index].LightIntensityLevel != 0x22)
  2646. {
  2647. // 12 sector change to level 2
  2648. ShmCharger->gun_info[gun_index].setLedBrightness.sector_1 = 0x22;
  2649. ShmCharger->gun_info[gun_index].setLedBrightness.sector_2 = 0x22;
  2650. ShmCharger->gun_info[gun_index].setLedBrightness.sector_3 = 0x22;
  2651. ShmCharger->gun_info[gun_index].setLedBrightness.sector_4 = 0x22;
  2652. ShmCharger->gun_info[gun_index].setLedBrightness.sector_5 = 0x22;
  2653. ShmCharger->gun_info[gun_index].setLedBrightness.sector_6 = 0x22;
  2654. ShmCharger->gun_info[gun_index].setLedBrightness.sector_7 = 0x22;
  2655. ShmCharger->gun_info[gun_index].setLedBrightness.sector_8 = 0x22;
  2656. ShmCharger->gun_info[gun_index].setLedBrightness.sector_9 = 0x22;
  2657. ShmCharger->gun_info[gun_index].setLedBrightness.sector_10 = 0x22;
  2658. ShmCharger->gun_info[gun_index].setLedBrightness.sector_11 = 0x22;
  2659. ShmCharger->gun_info[gun_index].setLedBrightness.sector_12 = 0x22;
  2660. ShmCharger->gun_info[gun_index].LightIntensityLevel = 0x22;
  2661. ShmCharger->gun_info[gun_index].isSetLedBrightness = ON;
  2662. DEBUG_INFO("Light intensity level : [%X] == Level 2.\r\n", ShmCharger->gun_info[gun_index].LightIntensityLevel);
  2663. }
  2664. break;
  2665. case 76 ... 100:
  2666. if(ShmCharger->gun_info[gun_index].LightIntensityLevel != 0x33)
  2667. {
  2668. // 12 sector change to level 3
  2669. ShmCharger->gun_info[gun_index].setLedBrightness.sector_1 = 0x33;
  2670. ShmCharger->gun_info[gun_index].setLedBrightness.sector_2 = 0x33;
  2671. ShmCharger->gun_info[gun_index].setLedBrightness.sector_3 = 0x33;
  2672. ShmCharger->gun_info[gun_index].setLedBrightness.sector_4 = 0x33;
  2673. ShmCharger->gun_info[gun_index].setLedBrightness.sector_5 = 0x33;
  2674. ShmCharger->gun_info[gun_index].setLedBrightness.sector_6 = 0x33;
  2675. ShmCharger->gun_info[gun_index].setLedBrightness.sector_7 = 0x33;
  2676. ShmCharger->gun_info[gun_index].setLedBrightness.sector_8 = 0x33;
  2677. ShmCharger->gun_info[gun_index].setLedBrightness.sector_9 = 0x33;
  2678. ShmCharger->gun_info[gun_index].setLedBrightness.sector_10 = 0x33;
  2679. ShmCharger->gun_info[gun_index].setLedBrightness.sector_11 = 0x33;
  2680. ShmCharger->gun_info[gun_index].setLedBrightness.sector_12 = 0x33;
  2681. ShmCharger->gun_info[gun_index].LightIntensityLevel = 0x33;
  2682. ShmCharger->gun_info[gun_index].isSetLedBrightness = ON;
  2683. DEBUG_INFO("Light intensity level : [%X] == Level 3.\r\n", ShmCharger->gun_info[gun_index].LightIntensityLevel);
  2684. }
  2685. break;
  2686. default:
  2687. if(ShmCharger->gun_info[gun_index].LightIntensityLevel != 2)
  2688. {
  2689. // 12 sector change to level 2
  2690. ShmCharger->gun_info[gun_index].setLedBrightness.sector_1 = 0x22;
  2691. ShmCharger->gun_info[gun_index].setLedBrightness.sector_2 = 0x22;
  2692. ShmCharger->gun_info[gun_index].setLedBrightness.sector_3 = 0x22;
  2693. ShmCharger->gun_info[gun_index].setLedBrightness.sector_4 = 0x22;
  2694. ShmCharger->gun_info[gun_index].setLedBrightness.sector_5 = 0x22;
  2695. ShmCharger->gun_info[gun_index].setLedBrightness.sector_6 = 0x22;
  2696. ShmCharger->gun_info[gun_index].setLedBrightness.sector_7 = 0x22;
  2697. ShmCharger->gun_info[gun_index].setLedBrightness.sector_8 = 0x22;
  2698. ShmCharger->gun_info[gun_index].setLedBrightness.sector_9 = 0x22;
  2699. ShmCharger->gun_info[gun_index].setLedBrightness.sector_10 = 0x22;
  2700. ShmCharger->gun_info[gun_index].setLedBrightness.sector_11 = 0x22;
  2701. ShmCharger->gun_info[gun_index].setLedBrightness.sector_12 = 0x22;
  2702. ShmCharger->gun_info[gun_index].LightIntensityLevel = 0x22;
  2703. ShmCharger->gun_info[gun_index].isSetLedBrightness = ON;
  2704. DEBUG_INFO("Default light intensity level : [%X] == Level 2.\r\n", ShmCharger->gun_info[gun_index].LightIntensityLevel);
  2705. }
  2706. break;
  2707. }
  2708. }
  2709. void initialLightIntensity(unsigned char gun_index)
  2710. {
  2711. ShmCharger->gun_info[gun_index].setLedBrightness.sector_1 = 0xff;
  2712. ShmCharger->gun_info[gun_index].setLedBrightness.sector_2 = 0xff;
  2713. ShmCharger->gun_info[gun_index].setLedBrightness.sector_3 = 0xff;
  2714. ShmCharger->gun_info[gun_index].setLedBrightness.sector_4 = 0xff;
  2715. ShmCharger->gun_info[gun_index].setLedBrightness.sector_5 = 0xff;
  2716. ShmCharger->gun_info[gun_index].setLedBrightness.sector_6 = 0xff;
  2717. ShmCharger->gun_info[gun_index].setLedBrightness.sector_7 = 0xff;
  2718. ShmCharger->gun_info[gun_index].setLedBrightness.sector_8 = 0xff;
  2719. ShmCharger->gun_info[gun_index].setLedBrightness.sector_9 = 0xff;
  2720. ShmCharger->gun_info[gun_index].setLedBrightness.sector_10 = 0xff;
  2721. ShmCharger->gun_info[gun_index].setLedBrightness.sector_11 = 0xff;
  2722. ShmCharger->gun_info[gun_index].setLedBrightness.sector_12 = 0xff;
  2723. ShmCharger->gun_info[gun_index].LightIntensityLevel = 0xff;
  2724. DEBUG_INFO("Initial light intensity gun_index %d to : [%X] .\r\n", gun_index, ShmCharger->gun_info[0].LightIntensityLevel);
  2725. }
  2726. void checkStopReason(uint8_t gun_index)
  2727. {
  2728. if(ShmSysConfigAndInfo->SysInfo.OcppRunningVer == OCPP_RUNNING_VERSION_16)
  2729. {
  2730. memset(ShmOCPP16Data->StopTransaction[gun_index].IdTag, 0x00, ARRAY_SIZE(ShmOCPP16Data->StopTransaction[gun_index].IdTag));
  2731. if(!ocpp_get_starttransaction_result(gun_index))
  2732. {
  2733. sprintf((char*)ShmOCPP16Data->StopTransaction[gun_index].StopReason, "DeAuthorized");
  2734. }
  2735. else if(ShmCharger->gun_info[gun_index].systemAlarmCode.SystemAlarmCode & ALARM_EMERGENCY_STOP)
  2736. {
  2737. sprintf((char*)ShmOCPP16Data->StopTransaction[gun_index].StopReason, "EmergencyStop");
  2738. }
  2739. else if(ShmSysConfigAndInfo->SysInfo.AcChargingData[gun_index].PilotState == CP_STATE_A)
  2740. {
  2741. sprintf((char*)ShmOCPP16Data->StopTransaction[gun_index].StopReason, "EVDisconnected");
  2742. }
  2743. else if(ShmOCPP16Data->MsMsg.bits.ResetReq)
  2744. {
  2745. if(strcmp((char*)ShmOCPP16Data->Reset.Type, "Hard")==0)
  2746. sprintf((char*)ShmOCPP16Data->StopTransaction[gun_index].StopReason, "HardReset");
  2747. else
  2748. sprintf((char*)ShmOCPP16Data->StopTransaction[gun_index].StopReason, "SoftReset");
  2749. }
  2750. else if(ShmCharger->gun_info[gun_index].rfidReq || ShmCharger->gun_info[gun_index].bleConfigData.isRequestStop)
  2751. {
  2752. sprintf((char*)ShmOCPP16Data->StopTransaction[gun_index].StopReason, "Local");
  2753. if(!isMatchStartUser(gun_index))
  2754. {
  2755. memcpy((char*)ShmOCPP16Data->StopTransaction[gun_index].IdTag, (char*)ShmSysConfigAndInfo->SysConfig.UserId, ARRAY_SIZE(ShmOCPP16Data->StopTransaction[gun_index].IdTag));
  2756. }
  2757. else
  2758. {
  2759. memcpy((char*)ShmOCPP16Data->StopTransaction[gun_index].IdTag, (char*)ShmSysConfigAndInfo->SysInfo.AcChargingData[gun_index].StartUserId, ARRAY_SIZE(ShmOCPP16Data->StopTransaction[gun_index].IdTag));
  2760. }
  2761. DEBUG_INFO("Gun-%d [ IdTag ] : %s \n", gun_index, ShmOCPP16Data->StopTransaction[gun_index].IdTag);
  2762. }
  2763. else if(ShmOCPP16Data->CsMsg.bits[gun_index].RemoteStopTransactionReq)
  2764. {
  2765. sprintf((char*)ShmOCPP16Data->StopTransaction[gun_index].StopReason, "Remote");
  2766. }
  2767. else if(ShmCharger->gun_info[ShmOCPP16Data->UnlockConnector[gun_index].ConnectorId-1].isUnlockerConnetor == ON)
  2768. {
  2769. sprintf((char*)ShmOCPP16Data->StopTransaction[ShmOCPP16Data->UnlockConnector[gun_index].ConnectorId-1].StopReason, "UnlockCommand");
  2770. }
  2771. else
  2772. {
  2773. sprintf((char*)ShmOCPP16Data->StopTransaction[gun_index].StopReason, "Other");
  2774. }
  2775. DEBUG_INFO("Gun-%d : StopReason [ %s ]...\n.",gun_index,ShmOCPP16Data->StopTransaction[gun_index].StopReason);
  2776. ShmSysConfigAndInfo->SysInfo.AcChargingData[gun_index].PowerConsumption = (ShmCharger->gun_info[gun_index].powerConsumption.power_consumption/100.0);
  2777. ShmOCPP16Data->CpMsg.bits[gun_index].StopTransactionReq = ON;
  2778. }
  2779. else if(ShmSysConfigAndInfo->SysInfo.OcppRunningVer == OCPP_RUNNING_VERSION_20)
  2780. {
  2781. }
  2782. }
  2783. void checkRemoteUpgradeStatus()
  2784. {
  2785. if(ShmSysConfigAndInfo->SysInfo.OcppRunningVer == OCPP_RUNNING_VERSION_16)
  2786. {
  2787. if(strcmp((char*)ShmOCPP16Data->FirmwareStatusNotification.Status, "DownloadFailed")==0)
  2788. {
  2789. DEBUG_INFO("Firmware remote upgraded fail...\n");
  2790. ShmOCPP16Data->MsMsg.bits.UpdateFirmwareReq = OFF;
  2791. ShmCharger->isUpdateSuccess = NO;
  2792. }
  2793. else if(strcmp((char*)ShmOCPP16Data->FirmwareStatusNotification.Status, "Downloaded")==0)
  2794. {
  2795. DEBUG_INFO("Firmware remote upgrading...\n");
  2796. sprintf((char*)ShmOCPP16Data->FirmwareStatusNotification.Status, "Installing");
  2797. ShmOCPP16Data->SpMsg.bits.FirmwareStatusNotificationReq = ON;
  2798. ShmOCPP16Data->MsMsg.bits.UpdateFirmwareReq = OFF;
  2799. int result = upgrade_check();
  2800. DEBUG_INFO("Remote update Result: %s... \n",((result == PASS)?"Pass": "Fail"));
  2801. if(result == PASS)
  2802. {
  2803. if(ShmStatusCodeData->InfoCode.InfoEvents.bits.CsuFimrwareUpdateFail == ON)
  2804. ShmStatusCodeData->InfoCode.InfoEvents.bits.CsuFimrwareUpdateFail = OFF;
  2805. ShmCharger->isUpdateSuccess = YES;
  2806. DEBUG_INFO("Remote update success...\n");
  2807. }
  2808. else
  2809. {
  2810. if(ShmStatusCodeData->InfoCode.InfoEvents.bits.CsuFimrwareUpdateFail == OFF)
  2811. ShmStatusCodeData->InfoCode.InfoEvents.bits.CsuFimrwareUpdateFail = ON;
  2812. ShmCharger->isUpdateSuccess = NO;
  2813. DEBUG_INFO("Remote update unsuccess...\n");
  2814. }
  2815. }
  2816. else
  2817. {}
  2818. }
  2819. else if(ShmSysConfigAndInfo->SysInfo.OcppRunningVer == OCPP_RUNNING_VERSION_20)
  2820. {
  2821. }
  2822. }
  2823. //===============================================
  2824. // Main process
  2825. //===============================================
  2826. int main(void)
  2827. {
  2828. //Create all share memory
  2829. if(CreatShareMemory()==0)
  2830. {
  2831. DEBUG_ERROR("CreatShareMemory NG\n");
  2832. if(ShmStatusCodeData!=NULL)
  2833. {
  2834. ShmStatusCodeData->AlarmCode.AlarmEvents.bits.FailToCreateShareMemory=1;
  2835. }
  2836. sleep(5);
  2837. system("reboot -f");
  2838. sleep(5);
  2839. system("reboot -f");
  2840. }
  2841. else
  2842. {
  2843. DEBUG_INFO("CreatShareMemory OK\n");
  2844. }
  2845. for(int gun_index = 0;gun_index<AC_QUANTITY;gun_index++)
  2846. {
  2847. ShmSysConfigAndInfo->SysInfo.AcChargingData[gun_index].PreviousSystemStatus = 0xff;
  2848. ShmCharger->gun_info[gun_index].primaryMcuState.rotatory_switch = 0xff;
  2849. ShmCharger->gun_info[gun_index].mcuResetRequest.isMcuResetRequest = ON;
  2850. ShmCharger->gun_info[gun_index].isInitialPass = NO;
  2851. ShmCharger->gun_info[gun_index].isSetBreatheLedTiming = OFF;
  2852. ShmCharger->gun_info[gun_index].isSetLedBrightness = OFF;
  2853. initialLightIntensity(gun_index);
  2854. }
  2855. // Main loop
  2856. for(;;)
  2857. {
  2858. //==========================================
  2859. // Synchronize share memory from OCPP struct
  2860. //==========================================
  2861. ShmSysConfigAndInfo->SysInfo.OcppConnStatus = ocpp_get_connection_status();
  2862. //==========================================
  2863. // Check task processing
  2864. //==========================================
  2865. if(ShmSysConfigAndInfo->SysInfo.AcChargingData[0].SystemStatus != SYS_MODE_BOOTING)
  2866. checkTask();
  2867. //==========================================
  2868. // Check connection timeout specification
  2869. //==========================================
  2870. checkConnectionTimeout();
  2871. //==========================================
  2872. // Something need run in Idle mode
  2873. //==========================================
  2874. if(((ShmSysConfigAndInfo->SysInfo.AcChargingData[0].SystemStatus==SYS_MODE_IDLE) || (ShmSysConfigAndInfo->SysInfo.AcChargingData[0].SystemStatus==SYS_MODE_ALARM)) &&
  2875. (AC_QUANTITY>1?((ShmSysConfigAndInfo->SysInfo.AcChargingData[1].SystemStatus==SYS_MODE_IDLE) || (ShmSysConfigAndInfo->SysInfo.AcChargingData[1].SystemStatus==SYS_MODE_ALARM)):true))
  2876. {
  2877. //======================================
  2878. // Check restore factory setting request
  2879. //======================================
  2880. if(ShmSysConfigAndInfo->SysInfo.FactoryConfiguration)
  2881. {
  2882. // Set led to initial
  2883. for(int gun_index = 0;gun_index<AC_QUANTITY;gun_index++)
  2884. {
  2885. setLedMotion(gun_index,LED_ACTION_INIT);
  2886. }
  2887. system("cd /root;./Module_FactoryConfig -m");
  2888. system("rm -f /Storage/OCPP/OCPPConfiguration");
  2889. system("sync");
  2890. sleep(5);
  2891. system("reboot -f");
  2892. sleep(5);
  2893. system("reboot -f");
  2894. }
  2895. //======================================
  2896. // Check upgrade firmware request
  2897. //======================================
  2898. if(ShmSysConfigAndInfo->SysInfo.FirmwareUpdate ||
  2899. ocpp_get_update_firmware_req())
  2900. {
  2901. // If available memory too small, free memory cache first
  2902. if(getAvailableMemory() < (200*1024*1024))
  2903. {
  2904. DEBUG_INFO("Available memory (%.2f Bytes) less than 200 MBytes, free cache first.\n", getAvailableMemory()/(1024*1024.0));
  2905. system("echo 3 > /proc/sys/vm/drop_caches");
  2906. }
  2907. ShmCharger->isUpdateSuccess = NO;
  2908. for(int gun_index = 0;gun_index<AC_QUANTITY;gun_index++)
  2909. {
  2910. setLedMotion(gun_index,LED_ACTION_MAINTAIN);
  2911. setChargerMode(gun_index, SYS_MODE_UPDATE);
  2912. }
  2913. }
  2914. }
  2915. //==========================================
  2916. // Check remote reset request
  2917. //==========================================
  2918. checkReset();
  2919. //==========================================
  2920. // Check RFID
  2921. //==========================================
  2922. if(!ShmCharger->gun_info[ShmCharger->gun_selectd].rfidReq)
  2923. {
  2924. if(GetCardSerialNumber()!= FAIL)
  2925. {
  2926. ShmCharger->gun_info[ShmCharger->gun_selectd].rfidReq = ON;
  2927. }
  2928. }
  2929. //==========================================
  2930. // Connector loop
  2931. //==========================================
  2932. for(int gun_index = 0;gun_index<AC_QUANTITY;gun_index++)
  2933. {
  2934. // Synchronize current rating value from MCU
  2935. ShmSysConfigAndInfo->SysConfig.RatingCurrent = ShmCharger->gun_info[gun_index].primaryMcuState.rating_current;
  2936. // Assign connector location index for OCPP
  2937. ShmSysConfigAndInfo->SysInfo.AcChargingData[gun_index].Index = gun_index;
  2938. // Synchronize present charging power
  2939. if(ShmCharger->gun_info[gun_index].primaryMcuState.relay_state == ON)
  2940. ShmSysConfigAndInfo->SysInfo.AcChargingData[gun_index].PresentChargingPower = (ShmSysConfigAndInfo->SysInfo.InputVoltageR* ShmSysConfigAndInfo->SysInfo.AcChargingData[gun_index].PresentChargingCurrent)/1000;
  2941. else
  2942. ShmSysConfigAndInfo->SysInfo.AcChargingData[gun_index].PresentChargingPower = 0;
  2943. // The system switch to Booting mode
  2944. if(ShmSysConfigAndInfo->SysInfo.AcChargingData[gun_index].SystemStatus == 0XFF)
  2945. {
  2946. setChargerMode(gun_index, SYS_MODE_BOOTING);
  2947. }
  2948. // Set light intensity
  2949. setLightIntensity(gun_index);
  2950. // Check initialization "PASS" or "FAIL"
  2951. if(ShmCharger->gun_info[gun_index].isInitialPass == YES)
  2952. {
  2953. // Alarm event check
  2954. if((ShmCharger->gun_info[gun_index].primaryMcuAlarm.InputAlarmCode>0))
  2955. {
  2956. if(ShmSysConfigAndInfo->SysInfo.AcChargingData[gun_index].SystemStatus != SYS_MODE_ALARM)
  2957. {
  2958. if(ShmSysConfigAndInfo->SysInfo.AcChargingData[gun_index].SystemStatus == SYS_MODE_UPDATE)
  2959. {
  2960. }
  2961. else
  2962. {
  2963. setChargerMode(gun_index, SYS_MODE_ALARM);
  2964. }
  2965. }
  2966. }
  2967. else
  2968. {
  2969. if(ShmSysConfigAndInfo->SysInfo.AcChargingData[gun_index].SystemStatus == SYS_MODE_ALARM)
  2970. {
  2971. }
  2972. }
  2973. }
  2974. // Reservation request check
  2975. checkReservation(gun_index);
  2976. // Change availability check
  2977. checkAvailability(gun_index);
  2978. if(ShmCharger->gun_info[gun_index].isOperactive)
  2979. {
  2980. if(isMode(gun_index, SYS_MODE_MAINTAIN))
  2981. {
  2982. setChargerMode(gun_index, SYS_MODE_IDLE);
  2983. }
  2984. }
  2985. else
  2986. {
  2987. if(isMode(gun_index, SYS_MODE_IDLE))
  2988. {
  2989. setChargerMode(gun_index, SYS_MODE_MAINTAIN);
  2990. }
  2991. }
  2992. // Unlock Connector signal check
  2993. checkUnlocker(gun_index);
  2994. // Connector process
  2995. switch(ShmSysConfigAndInfo->SysInfo.AcChargingData[gun_index].SystemStatus)
  2996. {
  2997. case SYS_MODE_BOOTING:
  2998. if(isModeChange(gun_index))
  2999. {
  3000. setLedMotion(gun_index,LED_ACTION_INIT);
  3001. //CSU Initialization & task spawn
  3002. if((Initialization() != PASS) ||
  3003. (SpawnTask() != PASS))
  3004. {
  3005. ShmStatusCodeData->AlarmCode.AlarmEvents.bits.CsuInitFailed = ON;
  3006. }
  3007. }
  3008. if(ShmCharger->gun_info[gun_index].mcuFlag.isReadFwVerPass &&
  3009. ShmCharger->gun_info[gun_index].mcuFlag.isSetModelNamePass &&
  3010. ShmCharger->gun_info[gun_index].mcuFlag.isSetSerialNumberPass)
  3011. {
  3012. ShmCharger->gun_selectd = 0;
  3013. // Firmware version
  3014. get_firmware_version(gun_index);
  3015. // OCPP BootNotification info set
  3016. DEBUG_INFO("==========================================\n");
  3017. DEBUG_INFO("System ID: %s\n",ShmSysConfigAndInfo->SysConfig.SystemId);
  3018. DEBUG_INFO("==========================================\n");
  3019. DEBUG_INFO("=== OCPP BootNotification information ====\n");
  3020. ocpp_boot_info_sync();
  3021. DEBUG_INFO("OcppServerURL: %s\n",ShmSysConfigAndInfo->SysConfig.OcppServerURL);
  3022. DEBUG_INFO("ChargeBoxId: %s\n",ShmSysConfigAndInfo->SysConfig.ChargeBoxId);
  3023. DEBUG_INFO("ChargePointVendor: %s\n",ShmSysConfigAndInfo->SysConfig.chargePointVendor);
  3024. DEBUG_INFO("CpFwVersion: %s\n",ShmOCPP16Data->BootNotification.CpFwVersion);
  3025. DEBUG_INFO("CpMeterSerialNumber: %s\n",ShmOCPP16Data->BootNotification.CpMeterSerialNumber);
  3026. DEBUG_INFO("CpMeterType: %s\n",ShmOCPP16Data->BootNotification.CpMeterType);
  3027. DEBUG_INFO("==========================================\n");
  3028. DEBUG_INFO("========== Set Wifi information ==========\n");
  3029. DEBUG_INFO("Wifi mode: %d\n", ShmSysConfigAndInfo->SysConfig.AthInterface.WifiMode);
  3030. DEBUG_INFO("Wifi SSID: %s\n", ShmSysConfigAndInfo->SysConfig.AthInterface.WifiSsid);
  3031. DEBUG_INFO("Wifi password: %s\n", ShmSysConfigAndInfo->SysConfig.AthInterface.WifiPassword);
  3032. DEBUG_INFO("==========================================\n");
  3033. // Flag for initialization system success
  3034. ShmCharger->gun_info[gun_index].isInitialPass = YES;
  3035. // Set max current to rating current
  3036. ShmCharger->gun_info[gun_index].primaryMcuCp_Pwn_Duty.max_current = ShmCharger->gun_info[gun_index].primaryMcuState.rating_current;
  3037. // Default Ethernet / Wifi / 4G to 1:disconnected
  3038. ShmStatusCodeData->InfoCode.InfoEvents.bits.InternetDisconnectViaEthernet = ON;
  3039. ShmStatusCodeData->InfoCode.InfoEvents.bits.InternetDisconnectViaWiFi = ON;
  3040. ShmStatusCodeData->InfoCode.InfoEvents.bits.InternetDisconnectVia4Gi = ON;
  3041. // If Web Server OPCC URL is empty kill Module_OcppBackend
  3042. if(strcmp((char *)&ShmSysConfigAndInfo->SysConfig.OcppServerURL,"") == 0)
  3043. {
  3044. DEBUG_INFO("URL is empty kill Module_OcppBackend...\n");
  3045. system ("pkill OcppBackend");
  3046. LoadSysConfigAndInfo(&ShmSysConfigAndInfo->SysConfig);
  3047. }
  3048. // If rotate switch equal zero, the system needs to change Debug mode
  3049. if(ShmCharger->gun_info[gun_index].primaryMcuState.rotatory_switch == 0)
  3050. setChargerMode(gun_index, SYS_MODE_DEBUG);
  3051. else
  3052. setChargerMode(gun_index, SYS_MODE_IDLE);
  3053. }
  3054. break;
  3055. case SYS_MODE_IDLE:
  3056. if(isModeChange(gun_index))
  3057. {
  3058. setLedMotion(gun_index,LED_ACTION_IDLE);
  3059. setRelay(gun_index,OFF);
  3060. ShmCharger->gun_info[gun_index].isGunPlugged = NO;
  3061. ShmCharger->gun_info[gun_index].rfidReq = OFF;
  3062. ShmCharger->gun_info[gun_index].bleConfigData.isRequestStart = OFF;
  3063. ShmCharger->gun_info[gun_index].bleConfigData.isRequestStop = OFF;
  3064. ocpp_set_remotestart(gun_index, OFF);
  3065. ocpp_set_remotestop(gun_index, OFF);
  3066. ocpp_set_auth_conf(OFF);
  3067. ShmCharger->gun_info[gun_index].systemAlarmCode.SystemAlarmCode = 0x00;
  3068. ShmSysConfigAndInfo->SysInfo.AcChargingData[gun_index].PresentChargedDuration = 0;
  3069. ShmSysConfigAndInfo->SysInfo.AcChargingData[gun_index].PresentChargedEnergy = 0;
  3070. ShmCharger->gun_info[gun_index].targetCurrent = 0xFF;
  3071. ShmCharger->gun_info[gun_index].primaryMcuCp_Pwn_Duty.max_current = (ShmSysConfigAndInfo->SysConfig.MaxChargingCurrent > 0) ? ((ShmSysConfigAndInfo->SysConfig.MaxChargingCurrent<ShmCharger->gun_info[gun_index].primaryMcuState.rating_current)?ShmSysConfigAndInfo->SysConfig.MaxChargingCurrent:ShmCharger->gun_info[gun_index].primaryMcuState.rating_current) : ShmCharger->gun_info[gun_index].primaryMcuState.rating_current;
  3072. ocpp_set_unlocker_req(gun_index, OFF);
  3073. ShmSysConfigAndInfo->SysInfo.AcChargingData[gun_index].ReservationId = -1;
  3074. // Response StopTransactionConf
  3075. ocpp_set_stoptransaction_conf(gun_index, OFF);
  3076. }
  3077. if(ocpp_get_connection_status() == ON)
  3078. {
  3079. setLedMotion(gun_index,LED_ACTION_IDLE);
  3080. }
  3081. else
  3082. {
  3083. setLedMotion(gun_index,LED_ACTION_INTERNET_DISCONNECT);
  3084. }
  3085. if(((ShmSysConfigAndInfo->SysConfig.AuthorisationMode == AUTH_MODE_DISABLE) && (ShmSysConfigAndInfo->SysInfo.AcChargingData[gun_index].PilotState == CP_STATE_B)) ||
  3086. ((ShmSysConfigAndInfo->SysConfig.AuthorisationMode == AUTH_MODE_DISABLE) && (ShmSysConfigAndInfo->SysInfo.AcChargingData[gun_index].PilotState == CP_STATE_C)) ||
  3087. (ShmCharger->gun_info[gun_index].rfidReq == ON) ||
  3088. (ShmCharger->gun_info[gun_index].bleConfigData.isRequestStart == ON) ||
  3089. (ocpp_get_remotestart(gun_index) == ON) ||
  3090. (ShmSysConfigAndInfo->SysInfo.AcChargingData[gun_index].schedule.isTriggerStart == ON))
  3091. {
  3092. // Clean User id & Card Number
  3093. memset(ShmSysConfigAndInfo->SysConfig.UserId, 0x00, ARRAY_SIZE(ShmSysConfigAndInfo->SysConfig.UserId));
  3094. if((ShmCharger->gun_info[gun_index].rfidReq == ON))
  3095. {
  3096. ShmSysConfigAndInfo->SysInfo.AcChargingData[gun_index].StartMethod = START_METHOD_RFID;
  3097. DEBUG_INFO("Start Method : RFID...\n");
  3098. if(ShmSysConfigAndInfo->SysConfig.RfidCardNumEndian)
  3099. {
  3100. // Big endian
  3101. switch(rfid.snType)
  3102. {
  3103. case RFID_SN_TYPE_6BYTE:
  3104. sprintf((char*)ShmSysConfigAndInfo->SysConfig.UserId, "%02X%02X%02X%02X%02X%02X", rfid.currentCard[0], rfid.currentCard[1], rfid.currentCard[2], rfid.currentCard[3], rfid.currentCard[4], rfid.currentCard[5]);
  3105. break;
  3106. case RFID_SN_TYPE_7BYTE:
  3107. sprintf((char*)ShmSysConfigAndInfo->SysConfig.UserId, "%02X%02X%02X%02X%02X%02X%02X", rfid.currentCard[0], rfid.currentCard[1], rfid.currentCard[2], rfid.currentCard[3], rfid.currentCard[4], rfid.currentCard[5], rfid.currentCard[6]);
  3108. break;
  3109. case RFID_SN_TYPE_10BYTE:
  3110. sprintf((char*)ShmSysConfigAndInfo->SysConfig.UserId, "%02X%02X%02X%02X%02X%02X%02X%02X%02X%02X", rfid.currentCard[0], rfid.currentCard[1], rfid.currentCard[2], rfid.currentCard[3], rfid.currentCard[4], rfid.currentCard[5], rfid.currentCard[6], rfid.currentCard[7], rfid.currentCard[8], rfid.currentCard[9]);
  3111. break;
  3112. case RFID_SN_TYPE_4BYTE:
  3113. default:
  3114. sprintf((char*)ShmSysConfigAndInfo->SysConfig.UserId, "%02X%02X%02X%02X", rfid.currentCard[0], rfid.currentCard[1], rfid.currentCard[2], rfid.currentCard[3]);
  3115. break;
  3116. }
  3117. }
  3118. else
  3119. {
  3120. // Little endian
  3121. switch(rfid.snType)
  3122. {
  3123. case RFID_SN_TYPE_6BYTE:
  3124. sprintf((char*)ShmSysConfigAndInfo->SysConfig.UserId, "%02X%02X%02X%02X%02X%02X", rfid.currentCard[5], rfid.currentCard[4], rfid.currentCard[3], rfid.currentCard[2], rfid.currentCard[1], rfid.currentCard[0]);
  3125. break;
  3126. case RFID_SN_TYPE_7BYTE:
  3127. sprintf((char*)ShmSysConfigAndInfo->SysConfig.UserId, "%02X%02X%02X%02X%02X%02X%02X", rfid.currentCard[6], rfid.currentCard[5], rfid.currentCard[4], rfid.currentCard[3], rfid.currentCard[2], rfid.currentCard[1], rfid.currentCard[0]);
  3128. break;
  3129. case RFID_SN_TYPE_10BYTE:
  3130. sprintf((char*)ShmSysConfigAndInfo->SysConfig.UserId, "%02X%02X%02X%02X%02X%02X%02X%02X%02X%02X", rfid.currentCard[9], rfid.currentCard[8], rfid.currentCard[7], rfid.currentCard[6], rfid.currentCard[5], rfid.currentCard[4], rfid.currentCard[3], rfid.currentCard[2], rfid.currentCard[1], rfid.currentCard[0]);
  3131. break;
  3132. case RFID_SN_TYPE_4BYTE:
  3133. default:
  3134. sprintf((char*)ShmSysConfigAndInfo->SysConfig.UserId, "%02X%02X%02X%02X", rfid.currentCard[3], rfid.currentCard[2], rfid.currentCard[1], rfid.currentCard[0]);
  3135. break;
  3136. }
  3137. }
  3138. DEBUG_INFO("Start request User Id : %s\n", ShmSysConfigAndInfo->SysConfig.UserId);
  3139. }
  3140. else if(ocpp_get_remotestart(gun_index))
  3141. {
  3142. ShmSysConfigAndInfo->SysInfo.AcChargingData[gun_index].StartMethod = START_METHOD_BACKEND;
  3143. ocpp_copy_userid_from_remotestart(gun_index);
  3144. DEBUG_INFO("Start Method : BACKEND...\n");
  3145. }
  3146. else if(ShmCharger->gun_info[gun_index].bleConfigData.isRequestStart == ON)
  3147. {
  3148. ShmSysConfigAndInfo->SysInfo.AcChargingData[gun_index].StartMethod = START_METHOD_BLE;
  3149. memcpy(ShmSysConfigAndInfo->SysConfig.UserId, ShmCharger->gun_info[gun_index].bleLoginCentralId.id, ARRAY_SIZE(ShmCharger->gun_info[gun_index].bleLoginCentralId.id));
  3150. DEBUG_INFO("Start Method : BLE...\n");
  3151. }
  3152. else
  3153. {
  3154. ShmSysConfigAndInfo->SysInfo.AcChargingData[gun_index].StartMethod = START_METHOD_FREE;
  3155. memcpy(ShmSysConfigAndInfo->SysConfig.UserId, ShmSysConfigAndInfo->SysConfig.SerialNumber, ARRAY_SIZE(ShmSysConfigAndInfo->SysConfig.SerialNumber));
  3156. DEBUG_INFO("Start Method : FREE...\n");
  3157. }
  3158. ShmCharger->gun_info[gun_index].rfidReq = OFF;
  3159. ocpp_set_remotestart(gun_index, OFF);
  3160. ShmCharger->gun_info[gun_index].bleConfigData.isRequestStart = OFF;
  3161. ShmCharger->gun_info[gun_index].isGunPlugged = NO;
  3162. ShmSysConfigAndInfo->SysInfo.AcChargingData[gun_index].schedule.isTriggerStart = OFF;
  3163. setChargerMode(gun_index, SYS_MODE_AUTHORIZING);
  3164. }
  3165. else
  3166. {}
  3167. break;
  3168. case SYS_MODE_AUTHORIZING:
  3169. if(isModeChange(gun_index))
  3170. {
  3171. ftime(&startTime[gun_index][TMR_IDX_AUTH]);
  3172. if(ShmSysConfigAndInfo->SysInfo.AcChargingData[gun_index].StartMethod == START_METHOD_RFID)
  3173. {
  3174. switch(ShmSysConfigAndInfo->SysConfig.AuthorisationMode)
  3175. {
  3176. case AUTH_MODE_ENABLE:
  3177. if(ocpp_get_connection_status())
  3178. {
  3179. // On line
  3180. ocpp_set_auth_req(ON, "ISO14443");
  3181. }
  3182. else
  3183. {
  3184. // Off line
  3185. switch(ShmSysConfigAndInfo->SysConfig.OfflinePolicy)
  3186. {
  3187. case OFF_POLICY_LOCALLIST:
  3188. ocpp_set_auth_req(ON, "ISO14443");
  3189. break;
  3190. case OFF_POLICY_PH_RFID:
  3191. break;
  3192. case OFF_POLICY_FREE:
  3193. break;
  3194. case OFF_POLICY_NOCHARGE:
  3195. default:
  3196. break;
  3197. }
  3198. }
  3199. break;
  3200. case AUTH_MODE_DISABLE:
  3201. default:
  3202. break;
  3203. }
  3204. }
  3205. ShmCharger->gun_info[gun_index].mcuFlag.isSetCpPwmDuty = YES;
  3206. }
  3207. if(DiffTimebWithNow(startTime[gun_index][TMR_IDX_AUTH]) > TIMEOUT_SPEC_AUTH)
  3208. {
  3209. // Authorization timeout process.
  3210. ShmCharger->gun_info[gun_index].rfidReq = OFF;
  3211. setSpeaker(ON,SPEAKER_INTERVAL_3COUNT);
  3212. setLedMotion(gun_index,LED_ACTION_RFID_FAIL);
  3213. sleep(3);
  3214. setChargerMode(gun_index, SYS_MODE_IDLE);
  3215. DEBUG_WARN("Authorize timeout !!!\n");
  3216. }
  3217. else
  3218. {
  3219. switch(ShmSysConfigAndInfo->SysInfo.AcChargingData[gun_index].StartMethod)
  3220. {
  3221. case START_METHOD_RFID:
  3222. if((ocpp_get_auth_conf()) ||
  3223. (!ocpp_get_connection_status() && ((ShmSysConfigAndInfo->SysConfig.OfflinePolicy == OFF_POLICY_FREE) || (ShmSysConfigAndInfo->SysConfig.OfflinePolicy == OFF_POLICY_NOCHARGE))) ||
  3224. (!ocpp_get_connection_status() && (ShmSysConfigAndInfo->SysConfig.OfflinePolicy == OFF_POLICY_LOCALLIST) && (strcmp((char *)&ShmSysConfigAndInfo->SysConfig.OcppServerURL,"") == 0)))
  3225. {
  3226. DEBUG_INFO("ShmOCPP16Data->Authorize.ResponseIdTagInfo.Status: %s \n", ShmOCPP16Data->Authorize.ResponseIdTagInfo.Status);
  3227. if(ocpp_get_auth_result(gun_index) ||
  3228. (!ocpp_get_connection_status() && (ShmSysConfigAndInfo->SysConfig.OfflinePolicy == OFF_POLICY_FREE)) ||
  3229. (!ocpp_get_connection_status() && (isValidLocalWhiteCard() == PASS) && (ShmSysConfigAndInfo->SysConfig.OfflinePolicy == OFF_POLICY_LOCALLIST)))
  3230. {
  3231. memcpy((char*)ShmSysConfigAndInfo->SysInfo.AcChargingData[gun_index].StartUserId, ShmSysConfigAndInfo->SysConfig.UserId, ARRAY_SIZE(ShmSysConfigAndInfo->SysConfig.UserId));
  3232. DEBUG_INFO("Authorize pass.\n");
  3233. setSpeaker(ON,SPEAKER_SHORT);
  3234. setLedMotion(gun_index,LED_ACTION_RFID_PASS);
  3235. sleep(3);
  3236. setChargerMode(gun_index, SYS_MODE_PREPARING);
  3237. }
  3238. else
  3239. {
  3240. DEBUG_INFO("Authorize fail.\n");
  3241. setSpeaker(ON,SPEAKER_INTERVAL_3COUNT);
  3242. setLedMotion(gun_index,LED_ACTION_RFID_FAIL);
  3243. sleep(3);
  3244. setChargerMode(gun_index, SYS_MODE_IDLE);
  3245. }
  3246. ShmCharger->gun_info[gun_index].rfidReq = OFF;
  3247. ocpp_set_auth_conf(OFF);
  3248. }
  3249. break;
  3250. case START_METHOD_BACKEND:
  3251. case START_METHOD_BLE:
  3252. case START_METHOD_FREE:
  3253. default:
  3254. setSpeaker(ON,SPEAKER_SHORT);
  3255. setChargerMode(gun_index, SYS_MODE_PREPARING);
  3256. break;
  3257. }
  3258. }
  3259. break;
  3260. case SYS_MODE_PREPARING:
  3261. if(isModeChange(gun_index))
  3262. {
  3263. ftime(&startTime[gun_index][TMR_IDX_HANDSHAKING]);
  3264. setRelay(gun_index, ON);
  3265. setLedMotion(gun_index,LED_ACTION_CONNECTED);
  3266. }
  3267. // If control pilot detect Bx, skip watch dog time out.
  3268. if(ShmSysConfigAndInfo->SysInfo.AcChargingData[gun_index].PilotState == CP_STATE_B)
  3269. {
  3270. ftime(&startTime[gun_index][TMR_IDX_HANDSHAKING]);
  3271. ShmCharger->gun_info[gun_index].isGunPlugged = YES;
  3272. }
  3273. // Unplug charging gun to Idle mode
  3274. if((ShmSysConfigAndInfo->SysInfo.AcChargingData[gun_index].PilotState == CP_STATE_A) && (ShmCharger->gun_info[gun_index].isGunPlugged == YES))
  3275. {
  3276. DEBUG_INFO("Charging gun is plugged before.\n");
  3277. setChargerMode(gun_index, SYS_MODE_IDLE);
  3278. }
  3279. // Use RFID card to stop handshaking
  3280. if((ShmCharger->gun_info[gun_index].rfidReq == ON) && isMatchStartUser(gun_index))
  3281. {
  3282. DEBUG_INFO("Use RFID card to stop handshaking.\n");
  3283. setSpeaker(ON,SPEAKER_SHORT);
  3284. setChargerMode(gun_index, SYS_MODE_IDLE);
  3285. }
  3286. else
  3287. {
  3288. ShmCharger->gun_info[gun_index].rfidReq = OFF;
  3289. }
  3290. if(DiffTimebWithNow(startTime[gun_index][TMR_IDX_HANDSHAKING]) > ShmCharger->timeoutSpec.Present_Timeout_Spec)
  3291. {
  3292. setLedMotion(gun_index, LED_ACTION_HANDSHAKE_FAIL);
  3293. setSpeaker(ON,SPEAKER_INTERVAL_LONG);
  3294. if(DiffTimebWithNow(startTime[gun_index][TMR_IDX_HANDSHAKING]) > (ShmCharger->timeoutSpec.Present_Timeout_Spec+3000))
  3295. {
  3296. DEBUG_INFO("Handshaking timeout...\n");
  3297. setChargerMode(gun_index, SYS_MODE_IDLE);
  3298. }
  3299. }
  3300. else if((ShmCharger->gun_info[gun_index].primaryMcuState.relay_state == ON))
  3301. {
  3302. setSpeaker(ON,SPEAKER_SHORT);
  3303. ocpp_set_unlocker_req(gun_index, OFF);
  3304. ShmSysConfigAndInfo->SysInfo.AcChargingData[gun_index].PresentChargedEnergy = 0;
  3305. getDateTimeString((char*)ShmSysConfigAndInfo->SysInfo.AcChargingData[gun_index].StartDateTime);
  3306. ShmCharger->gun_info[gun_index].powerConsumption.power_consumption_at_start = ShmCharger->gun_info[gun_index].powerConsumption.power_consumption;
  3307. ShmSysConfigAndInfo->SysInfo.AcChargingData[gun_index].PowerConsumption = (ShmCharger->gun_info[gun_index].powerConsumption.power_consumption/100.0);
  3308. memcpy((char*)ShmSysConfigAndInfo->SysInfo.AcChargingData[gun_index].StartUserId, ShmSysConfigAndInfo->SysConfig.UserId, ARRAY_SIZE(ShmSysConfigAndInfo->SysConfig.UserId));
  3309. ocpp_copy_userid_to_starttransaction(gun_index);
  3310. ocpp_set_starttransaction_req(gun_index, ON);
  3311. setChargerMode(gun_index, SYS_MODE_CHARGING);
  3312. }
  3313. break;
  3314. case SYS_MODE_CHARGING:
  3315. if(isModeChange(gun_index))
  3316. {
  3317. ShmCharger->gun_info[gun_index].rfidReq = OFF;
  3318. ftime(&startChargingTime[gun_index]);
  3319. ftime(&startTime[gun_index][TMR_IDX_LOGPPRINTOUT]);
  3320. ftime(&startTime[gun_index][TMR_IDX_PROFILE_PREPARE]);
  3321. ftime(&startTime[gun_index][TMR_IDX_PWN_CHANGE]);
  3322. startTime[gun_index][TMR_IDX_AUTH].time -= TIMEOUT_SPEC_AUTH;
  3323. ocpp_set_auth_req(OFF);
  3324. ocpp_reset_smartcharging_profileId(gun_index);
  3325. ocpp_set_profile_req(gun_index, ON);
  3326. ShmCharger->gun_info[gun_index].isChargerStopByCondition = NO;
  3327. }
  3328. if((ShmCharger->gun_info[gun_index].rfidReq == ON) ||
  3329. (ShmCharger->gun_info[gun_index].bleConfigData.isRequestStop == ON) ||
  3330. ocpp_get_remotestop(gun_index) ||
  3331. (ocpp_get_connection_status() && !ocpp_get_starttransaction_result(gun_index)) ||
  3332. (ShmSysConfigAndInfo->SysInfo.AcChargingData[gun_index].PilotState != CP_STATE_C) ||
  3333. ocpp_get_reset_req() ||
  3334. ocpp_get_unlocker_req(gun_index) ||
  3335. (ShmSysConfigAndInfo->SysInfo.AcChargingData[gun_index].schedule.isTriggerStop == ON))
  3336. {
  3337. if(ShmCharger->gun_info[gun_index].rfidReq)
  3338. {
  3339. DEBUG_INFO("Certified in charging mode... \n");
  3340. // If RFID SN different with start user, it need to authorize ID
  3341. if((ShmCharger->gun_info[gun_index].rfidReq == ON) && !isMatchStartUser(gun_index))
  3342. {
  3343. if((DiffTimebWithNow(startTime[gun_index][TMR_IDX_AUTH]) > TIMEOUT_SPEC_AUTH) && !ocpp_get_auth_req())
  3344. {
  3345. // Request authorization
  3346. ftime(&startTime[gun_index][TMR_IDX_AUTH]);
  3347. memset(ShmSysConfigAndInfo->SysConfig.UserId, 0x00, ARRAY_SIZE(ShmSysConfigAndInfo->SysConfig.UserId));
  3348. if(ShmSysConfigAndInfo->SysConfig.RfidCardNumEndian)
  3349. {
  3350. // Big endian
  3351. switch(rfid.snType)
  3352. {
  3353. case RFID_SN_TYPE_6BYTE:
  3354. sprintf((char*)ShmSysConfigAndInfo->SysConfig.UserId, "%02X%02X%02X%02X%02X%02X", rfid.currentCard[0], rfid.currentCard[1], rfid.currentCard[2], rfid.currentCard[3], rfid.currentCard[4], rfid.currentCard[5]);
  3355. break;
  3356. case RFID_SN_TYPE_7BYTE:
  3357. sprintf((char*)ShmSysConfigAndInfo->SysConfig.UserId, "%02X%02X%02X%02X%02X%02X%02X", rfid.currentCard[0], rfid.currentCard[1], rfid.currentCard[2], rfid.currentCard[3], rfid.currentCard[4], rfid.currentCard[5], rfid.currentCard[6]);
  3358. break;
  3359. case RFID_SN_TYPE_10BYTE:
  3360. sprintf((char*)ShmSysConfigAndInfo->SysConfig.UserId, "%02X%02X%02X%02X%02X%02X%02X%02X%02X%02X", rfid.currentCard[0], rfid.currentCard[1], rfid.currentCard[2], rfid.currentCard[3], rfid.currentCard[4], rfid.currentCard[5], rfid.currentCard[6], rfid.currentCard[7], rfid.currentCard[8], rfid.currentCard[9]);
  3361. break;
  3362. case RFID_SN_TYPE_4BYTE:
  3363. default:
  3364. sprintf((char*)ShmSysConfigAndInfo->SysConfig.UserId, "%02X%02X%02X%02X", rfid.currentCard[0], rfid.currentCard[1], rfid.currentCard[2], rfid.currentCard[3]);
  3365. break;
  3366. }
  3367. }
  3368. else
  3369. {
  3370. // Little endian
  3371. switch(rfid.snType)
  3372. {
  3373. case RFID_SN_TYPE_6BYTE:
  3374. sprintf((char*)ShmSysConfigAndInfo->SysConfig.UserId, "%02X%02X%02X%02X%02X%02X", rfid.currentCard[5], rfid.currentCard[4], rfid.currentCard[3], rfid.currentCard[2], rfid.currentCard[1], rfid.currentCard[0]);
  3375. break;
  3376. case RFID_SN_TYPE_7BYTE:
  3377. sprintf((char*)ShmSysConfigAndInfo->SysConfig.UserId, "%02X%02X%02X%02X%02X%02X%02X", rfid.currentCard[6], rfid.currentCard[5], rfid.currentCard[4], rfid.currentCard[3], rfid.currentCard[2], rfid.currentCard[1], rfid.currentCard[0]);
  3378. break;
  3379. case RFID_SN_TYPE_10BYTE:
  3380. sprintf((char*)ShmSysConfigAndInfo->SysConfig.UserId, "%02X%02X%02X%02X%02X%02X%02X%02X%02X%02X", rfid.currentCard[9], rfid.currentCard[8], rfid.currentCard[7], rfid.currentCard[6], rfid.currentCard[5], rfid.currentCard[4], rfid.currentCard[3], rfid.currentCard[2], rfid.currentCard[1], rfid.currentCard[0]);
  3381. break;
  3382. case RFID_SN_TYPE_4BYTE:
  3383. default:
  3384. sprintf((char*)ShmSysConfigAndInfo->SysConfig.UserId, "%02X%02X%02X%02X", rfid.currentCard[3], rfid.currentCard[2], rfid.currentCard[1], rfid.currentCard[0]);
  3385. break;
  3386. }
  3387. }
  3388. DEBUG_INFO("End request User Id : %s\n", ShmSysConfigAndInfo->SysConfig.UserId);
  3389. DEBUG_INFO("Start method : %d\n ", ShmSysConfigAndInfo->SysInfo.AcChargingData[gun_index].StartMethod);
  3390. if((ShmSysConfigAndInfo->SysInfo.AcChargingData[gun_index].StartMethod == START_METHOD_RFID) ||
  3391. //(ShmSysConfigAndInfo->SysInfo.AcChargingData[gun_index].StartMethod == START_METHOD_BACKEND) ||
  3392. (ShmSysConfigAndInfo->SysInfo.AcChargingData[gun_index].StartMethod == START_METHOD_BLE))
  3393. {
  3394. switch(ShmSysConfigAndInfo->SysConfig.AuthorisationMode)
  3395. {
  3396. case AUTH_MODE_ENABLE:
  3397. if(ocpp_get_connection_status())
  3398. {
  3399. // On line
  3400. ocpp_set_auth_req(ON, "ISO14443");
  3401. }
  3402. else
  3403. {
  3404. // Off line
  3405. switch(ShmSysConfigAndInfo->SysConfig.OfflinePolicy)
  3406. {
  3407. case OFF_POLICY_LOCALLIST:
  3408. ocpp_set_auth_req(ON, "ISO14443");
  3409. break;
  3410. case OFF_POLICY_PH_RFID:
  3411. break;
  3412. case OFF_POLICY_FREE:
  3413. break;
  3414. case OFF_POLICY_NOCHARGE:
  3415. default:
  3416. break;
  3417. }
  3418. }
  3419. break;
  3420. case AUTH_MODE_DISABLE:
  3421. default:
  3422. break;
  3423. }
  3424. }
  3425. else if(ShmSysConfigAndInfo->SysInfo.AcChargingData[gun_index].StartMethod == START_METHOD_BACKEND)
  3426. {
  3427. DEBUG_INFO("Should be remote stop charger... \n");
  3428. ShmCharger->gun_info[gun_index].rfidReq = OFF;
  3429. }
  3430. }
  3431. else
  3432. {
  3433. if(ocpp_get_auth_conf() ||
  3434. (ShmSysConfigAndInfo->SysConfig.AuthorisationMode == AUTH_MODE_DISABLE) ||
  3435. (!ocpp_get_connection_status() && (ShmSysConfigAndInfo->SysConfig.OfflinePolicy == OFF_POLICY_LOCALLIST) && (strcmp((char *)&ShmSysConfigAndInfo->SysConfig.OcppServerURL,"") == 0)) ||
  3436. (!ocpp_get_connection_status() && (ShmSysConfigAndInfo->SysConfig.OfflinePolicy == OFF_POLICY_FREE)))
  3437. {
  3438. if(ocpp_get_auth_result(gun_index) ||
  3439. (ShmSysConfigAndInfo->SysConfig.AuthorisationMode == AUTH_MODE_DISABLE) ||
  3440. (!ocpp_get_connection_status() && (isValidLocalWhiteCard() == PASS) && (ShmSysConfigAndInfo->SysConfig.OfflinePolicy == OFF_POLICY_LOCALLIST)) ||
  3441. (!ocpp_get_connection_status() && (ShmSysConfigAndInfo->SysConfig.OfflinePolicy == OFF_POLICY_FREE)))
  3442. {
  3443. ShmCharger->gun_info[gun_index].isAuthPassEnd = ON;
  3444. }
  3445. else
  3446. {
  3447. ShmCharger->gun_info[gun_index].rfidReq = OFF;
  3448. ocpp_set_auth_req(OFF);
  3449. DEBUG_INFO("Authorize fail.\n");
  3450. setSpeaker(ON,SPEAKER_INTERVAL_3COUNT);
  3451. setLedMotion(gun_index,LED_ACTION_RFID_FAIL);
  3452. sleep(3);
  3453. }
  3454. startTime[gun_index][TMR_IDX_AUTH].time -= TIMEOUT_SPEC_AUTH;
  3455. ocpp_set_auth_conf(OFF);
  3456. }
  3457. }
  3458. }
  3459. // If Authorize is accpted or Rfid card match with start User, The system should terminating to the end
  3460. if(ShmCharger->gun_info[gun_index].isAuthPassEnd || isMatchStartUser(gun_index))
  3461. setChargerMode(gun_index, SYS_MODE_TERMINATING);
  3462. }
  3463. else
  3464. setChargerMode(gun_index, SYS_MODE_TERMINATING);
  3465. }
  3466. else
  3467. {
  3468. ShmSysConfigAndInfo->SysInfo.AcChargingData[gun_index].PowerConsumption = (ShmCharger->gun_info[gun_index].powerConsumption.power_consumption/100.0);
  3469. ftime(&endChargingTime[gun_index]);
  3470. ShmSysConfigAndInfo->SysInfo.AcChargingData[gun_index].PresentChargedDuration = DiffTimeb(startChargingTime[gun_index], endChargingTime[gun_index])/1000;
  3471. ShmSysConfigAndInfo->SysInfo.AcChargingData[gun_index].PresentChargedEnergy = (ShmCharger->gun_info[gun_index].powerConsumption.power_consumption - ShmCharger->gun_info[gun_index].powerConsumption.power_consumption_at_start)/100.0;
  3472. // Response StartTransactionConf
  3473. ocpp_set_starttransaction_conf(gun_index, OFF);
  3474. // Charging profile preparation
  3475. if(DiffTimebWithNow(startTime[gun_index][TMR_IDX_PROFILE_PREPARE]) > TIMEOUT_SPEC_PROFILE_PREPARE)
  3476. {
  3477. if(!ocpp_get_profile_conf(gun_index))
  3478. {
  3479. ocpp_set_profile_req(gun_index, ON);
  3480. ftime(&startTime[gun_index][TMR_IDX_PROFILE_PREPARE]);
  3481. }
  3482. else
  3483. {
  3484. ocpp_set_profile_conf(gun_index, OFF);
  3485. }
  3486. }
  3487. // Checking profile id > 0 and current time is between charging profile validFrom & validTo
  3488. checkChargingProfileLimit(gun_index);
  3489. // Determine max charging current to MCU
  3490. if(ShmSysConfigAndInfo->SysConfig.MaxChargingCurrent == 0)
  3491. {
  3492. ShmCharger->gun_info[gun_index].targetCurrent = ((ShmCharger->gun_info[gun_index].targetCurrent > ShmCharger->gun_info[gun_index].primaryMcuState.rating_current)?ShmCharger->gun_info[gun_index].primaryMcuState.rating_current:ShmCharger->gun_info[gun_index].targetCurrent);
  3493. if(ShmCharger->gun_info[gun_index].targetCurrent != ShmCharger->gun_info[gun_index].primaryMcuCp_Pwn_Duty.max_current)
  3494. {
  3495. if(DiffTimebWithNow(startTime[gun_index][TMR_IDX_PWN_CHANGE]) > TIMEOUT_SPEC_PWN_CHANGE)
  3496. {
  3497. ShmCharger->gun_info[gun_index].primaryMcuCp_Pwn_Duty.max_current = ((ShmCharger->gun_info[gun_index].targetCurrent > ShmCharger->gun_info[gun_index].primaryMcuState.rating_current)?ShmCharger->gun_info[gun_index].primaryMcuState.rating_current:ShmCharger->gun_info[gun_index].targetCurrent);
  3498. ShmCharger->gun_info[gun_index].mcuFlag.isSetCpPwmDuty = YES;
  3499. ftime(&startTime[gun_index][TMR_IDX_PWN_CHANGE]);
  3500. }
  3501. else
  3502. {}
  3503. }
  3504. }
  3505. else
  3506. {
  3507. ShmCharger->gun_info[gun_index].targetCurrent = ((ShmCharger->gun_info[gun_index].targetCurrent > ShmSysConfigAndInfo->SysConfig.MaxChargingCurrent)?ShmSysConfigAndInfo->SysConfig.MaxChargingCurrent:ShmCharger->gun_info[gun_index].targetCurrent);
  3508. if(ShmCharger->gun_info[gun_index].targetCurrent != ShmCharger->gun_info[gun_index].primaryMcuCp_Pwn_Duty.max_current)
  3509. {
  3510. if(DiffTimebWithNow(startTime[gun_index][TMR_IDX_PWN_CHANGE]) > TIMEOUT_SPEC_PWN_CHANGE)
  3511. {
  3512. ShmCharger->gun_info[gun_index].primaryMcuCp_Pwn_Duty.max_current = ((ShmCharger->gun_info[gun_index].targetCurrent > ShmSysConfigAndInfo->SysConfig.MaxChargingCurrent)?ShmSysConfigAndInfo->SysConfig.MaxChargingCurrent:ShmCharger->gun_info[gun_index].targetCurrent);
  3513. ShmCharger->gun_info[gun_index].mcuFlag.isSetCpPwmDuty = YES;
  3514. ftime(&startTime[gun_index][TMR_IDX_PWN_CHANGE]);
  3515. }
  3516. else
  3517. {}
  3518. }
  3519. }
  3520. // Debug information
  3521. if(DiffTimebWithNow(startTime[gun_index][TMR_IDX_LOGPPRINTOUT]) > TIMEOUT_SPEC_LOGPPRINTOUT)
  3522. {
  3523. DEBUG_INFO("=============================================================\n");
  3524. DEBUG_INFO("ShmSysConfigAndInfo->SysConfig.MaxChargingCurrent: %d\n", ShmSysConfigAndInfo->SysConfig.MaxChargingCurrent);
  3525. DEBUG_INFO("ShmCharger->gun_info[%d].primaryMcuCp_Pwn_Duty.max_current: %d\n", gun_index, ShmCharger->gun_info[gun_index].primaryMcuCp_Pwn_Duty.max_current);
  3526. DEBUG_INFO("ShmCharger->gun_info[%d].targetCurrent: %d\n", gun_index, ShmCharger->gun_info[gun_index].targetCurrent);
  3527. DEBUG_INFO("=============================================================\n");
  3528. ftime(&startTime[gun_index][TMR_IDX_LOGPPRINTOUT]);
  3529. }
  3530. if(ocpp_get_connection_status())
  3531. {
  3532. // On-line max condition check
  3533. if((ShmSysConfigAndInfo->SysConfig.MaxChargingDuration > 0) && (ShmSysConfigAndInfo->SysInfo.AcChargingData[gun_index].PresentChargedDuration >= (ShmSysConfigAndInfo->SysConfig.MaxChargingDuration*60)))
  3534. {
  3535. setRelay(gun_index, OFF);
  3536. ShmCharger->gun_info[gun_index].isChargerStopByCondition = YES;
  3537. setChargerMode(gun_index, SYS_MODE_TERMINATING);
  3538. DEBUG_INFO("Connector-%d charging duration(%d) already over max duration(%d) in second.\n", gun_index, ShmSysConfigAndInfo->SysInfo.AcChargingData[gun_index].PresentChargedDuration, (ShmSysConfigAndInfo->SysConfig.MaxChargingDuration*60));
  3539. }
  3540. else if((ShmSysConfigAndInfo->SysConfig.MaxChargingEnergy > 0) && (ShmSysConfigAndInfo->SysInfo.AcChargingData[gun_index].PresentChargedEnergy >= ((float)ShmSysConfigAndInfo->SysConfig.MaxChargingEnergy)))
  3541. {
  3542. setRelay(gun_index, OFF);
  3543. ShmCharger->gun_info[gun_index].isChargerStopByCondition = YES;
  3544. setChargerMode(gun_index, SYS_MODE_TERMINATING);
  3545. DEBUG_INFO("Connector-%d charging energy(%.2f) already over max energy(%.2f) in KWH.\n", gun_index, ShmSysConfigAndInfo->SysInfo.AcChargingData[gun_index].PresentChargedEnergy, ((float)ShmSysConfigAndInfo->SysConfig.MaxChargingEnergy));
  3546. }
  3547. else
  3548. {
  3549. ShmCharger->gun_info[gun_index].isChargerStopByCondition = NO;
  3550. if(ShmCharger->gun_info[gun_index].targetCurrent > 0)
  3551. {
  3552. setLedMotion(gun_index,LED_ACTION_CHARGING);
  3553. setRelay(gun_index, ON);
  3554. }
  3555. else
  3556. {
  3557. setLedMotion(gun_index, LED_ACTION_STOP);
  3558. setRelay(gun_index, OFF);
  3559. }
  3560. }
  3561. }
  3562. else
  3563. {
  3564. // Off-line max condition check
  3565. if((ShmSysConfigAndInfo->SysConfig.AuthorisationMode == AUTH_MODE_DISABLE) ||
  3566. ((ShmSysConfigAndInfo->SysConfig.AuthorisationMode == AUTH_MODE_ENABLE) && (ShmSysConfigAndInfo->SysConfig.OfflinePolicy != OFF_POLICY_NOCHARGE)))
  3567. {
  3568. if(((ShmSysConfigAndInfo->SysConfig.OfflineMaxChargeDuration > 0) ? (ShmSysConfigAndInfo->SysInfo.AcChargingData[gun_index].PresentChargedDuration >= (ShmSysConfigAndInfo->SysConfig.OfflineMaxChargeDuration*60)) : (ShmSysConfigAndInfo->SysConfig.MaxChargingDuration > 0) && (ShmSysConfigAndInfo->SysInfo.AcChargingData[gun_index].PresentChargedDuration >= (ShmSysConfigAndInfo->SysConfig.MaxChargingDuration*60))))
  3569. {
  3570. setRelay(gun_index, OFF);
  3571. ShmCharger->gun_info[gun_index].isChargerStopByCondition = YES;
  3572. setChargerMode(gun_index, SYS_MODE_TERMINATING);
  3573. DEBUG_INFO("Connector-%d charging duration(%d) already over off-line max duration(%d) in second.\n", gun_index, ShmSysConfigAndInfo->SysInfo.AcChargingData[gun_index].PresentChargedDuration, (ShmSysConfigAndInfo->SysConfig.MaxChargingDuration*60));
  3574. }
  3575. else if(((ShmSysConfigAndInfo->SysConfig.OfflineMaxChargeEnergy > 0) ? (ShmSysConfigAndInfo->SysInfo.AcChargingData[gun_index].PresentChargedEnergy >= ((float)ShmSysConfigAndInfo->SysConfig.OfflineMaxChargeEnergy)) : (ShmSysConfigAndInfo->SysConfig.MaxChargingEnergy > 0) && (ShmSysConfigAndInfo->SysInfo.AcChargingData[gun_index].PresentChargedEnergy >= ((float)ShmSysConfigAndInfo->SysConfig.MaxChargingEnergy))))
  3576. {
  3577. setRelay(gun_index, OFF);
  3578. ShmCharger->gun_info[gun_index].isChargerStopByCondition = YES;
  3579. setChargerMode(gun_index, SYS_MODE_TERMINATING);
  3580. DEBUG_INFO("Connector-%d charging energy(%.2f) already over off-line max energy(%.2f) in KWH.\n", gun_index, ShmSysConfigAndInfo->SysInfo.AcChargingData[gun_index].PresentChargedEnergy, ((float)ShmSysConfigAndInfo->SysConfig.OfflineMaxChargeEnergy));
  3581. }
  3582. else
  3583. {
  3584. ShmCharger->gun_info[gun_index].isChargerStopByCondition = NO;
  3585. if(ShmCharger->gun_info[gun_index].targetCurrent > 0)
  3586. {
  3587. setLedMotion(gun_index,LED_ACTION_CHARGING);
  3588. setRelay(gun_index, ON);
  3589. }
  3590. else
  3591. {
  3592. setLedMotion(gun_index, LED_ACTION_STOP);
  3593. setRelay(gun_index, OFF);
  3594. }
  3595. }
  3596. }
  3597. else
  3598. {
  3599. setRelay(gun_index, OFF);
  3600. DEBUG_INFO("Connector-%d can not charging in off line\n", gun_index);
  3601. }
  3602. }
  3603. }
  3604. break;
  3605. case SYS_MODE_TERMINATING:
  3606. if(isModeChange(gun_index))
  3607. {
  3608. if(ShmSysConfigAndInfo->SysInfo.AcChargingData[gun_index].PresentChargedDuration != 0)
  3609. {
  3610. ShmSysConfigAndInfo->SysInfo.AcChargingData[gun_index].PresentChargedDuration = DiffTimeb(startChargingTime[gun_index], endChargingTime[gun_index])/1000;
  3611. }
  3612. getDateTimeString((char*)ShmSysConfigAndInfo->SysInfo.AcChargingData[gun_index].StopDateTime);
  3613. startTime[gun_index][TMR_IDX_AUTH].time -= TIMEOUT_SPEC_AUTH;
  3614. sleep(3);
  3615. }
  3616. // End authorize pass
  3617. if(((ShmCharger->gun_info[gun_index].rfidReq == ON) && isMatchStartUser(gun_index)) ||
  3618. (ShmCharger->gun_info[gun_index].isAuthPassEnd) ||
  3619. (ShmCharger->gun_info[gun_index].bleConfigData.isRequestStop == ON) ||
  3620. ocpp_get_remotestop(gun_index) ||
  3621. (ocpp_get_connection_status() && !ocpp_get_starttransaction_result(gun_index)) ||
  3622. ((ShmSysConfigAndInfo->SysInfo.AcChargingData[gun_index].PilotState == CP_STATE_A) && ocpp_get_StopTransactionOnEVSideDisconnect()) ||
  3623. ocpp_get_reset_req() ||
  3624. ocpp_get_unlocker_req(gun_index) ||
  3625. (ShmSysConfigAndInfo->SysInfo.AcChargingData[gun_index].schedule.isTriggerStop == ON))
  3626. {
  3627. if((ShmCharger->gun_info[gun_index].legacyRequest.isLegacyRequest == ON) || (ShmCharger->gun_info[gun_index].isChargerStopByCondition == YES))
  3628. {
  3629. if(((ShmCharger->gun_info[gun_index].rfidReq == ON) && isMatchStartUser(gun_index)) ||
  3630. (ShmCharger->gun_info[gun_index].isAuthPassEnd))
  3631. {
  3632. DEBUG_INFO("Authorize pass.\n");
  3633. setSpeaker(ON,SPEAKER_SHORT);
  3634. setLedMotion(gun_index,LED_ACTION_RFID_PASS);
  3635. sleep(3);
  3636. }
  3637. else
  3638. {
  3639. /*
  3640. // If stop reason is "Bluetooth" / "RemoteStop" / "Reset" / "Unplug" should be set speaker on
  3641. if(ShmCharger->gun_info[gun_index].bleConfigData.isRequestStop == ON)
  3642. DEBUG_INFO("Bluetooth to stop charging... \n");
  3643. else if(ShmOCPP16Data->CsMsg.bits[gun_index].RemoteStopTransactionReq == ON)
  3644. DEBUG_INFO("Remote to stop charging... \n");
  3645. else if((ShmSysConfigAndInfo->SysInfo.AcChargingData[gun_index].PilotState == CP_STATE_A) && (strcmp((char *)ShmOCPP16Data->ConfigurationTable.CoreProfile[StopTransactionOnEVSideDisconnect].ItemData, "TRUE") == 0))
  3646. DEBUG_INFO("Unplug to stop charging... \n");
  3647. else if(ShmOCPP16Data->MsMsg.bits.ResetReq)
  3648. DEBUG_INFO("Reset request to stop charging... \n");
  3649. else if(ShmCharger->gun_info[ShmOCPP16Data->UnlockConnector[gun_index].ConnectorId-1].isUnlockerConnetor == ON)
  3650. DEBUG_INFO("Unlock connector request to stop charging... \n");
  3651. setSpeaker(ON,SPEAKER_SHORT);
  3652. */
  3653. }
  3654. }
  3655. else
  3656. {}
  3657. setRelay(gun_index, OFF);
  3658. setLedMotion(gun_index, LED_ACTION_STOP);
  3659. // If relay is off, the system should change to complete mode
  3660. if(!ShmCharger->gun_info[gun_index].primaryMcuState.relay_state)
  3661. {
  3662. checkStopReason(gun_index);
  3663. setChargerMode(gun_index, SYS_MODE_COMPLETE);
  3664. }
  3665. }
  3666. else
  3667. {
  3668. // If the charger stops charging, the led should be stoped blink
  3669. if(!ShmCharger->gun_info[gun_index].primaryMcuState.relay_state)
  3670. {
  3671. setLedMotion(gun_index, LED_ACTION_STOP);
  3672. }
  3673. if(ShmCharger->gun_info[gun_index].rfidReq)
  3674. {
  3675. DEBUG_INFO("Certified in terminating mode... \n");
  3676. // If RFID SN different with start user, it need to authorize ID
  3677. if((ShmCharger->gun_info[gun_index].rfidReq == ON) && !isMatchStartUser(gun_index))
  3678. {
  3679. if((DiffTimebWithNow(startTime[gun_index][TMR_IDX_AUTH]) > TIMEOUT_SPEC_AUTH) && !ocpp_get_auth_req())
  3680. {
  3681. // Request authorization
  3682. ftime(&startTime[gun_index][TMR_IDX_AUTH]);
  3683. memset(ShmSysConfigAndInfo->SysConfig.UserId, 0x00, ARRAY_SIZE(ShmSysConfigAndInfo->SysConfig.UserId));
  3684. if(ShmSysConfigAndInfo->SysConfig.RfidCardNumEndian)
  3685. {
  3686. // Big endian
  3687. switch(rfid.snType)
  3688. {
  3689. case RFID_SN_TYPE_6BYTE:
  3690. sprintf((char*)ShmSysConfigAndInfo->SysConfig.UserId, "%02X%02X%02X%02X%02X%02X", rfid.currentCard[0], rfid.currentCard[1], rfid.currentCard[2], rfid.currentCard[3], rfid.currentCard[4], rfid.currentCard[5]);
  3691. break;
  3692. case RFID_SN_TYPE_7BYTE:
  3693. sprintf((char*)ShmSysConfigAndInfo->SysConfig.UserId, "%02X%02X%02X%02X%02X%02X%02X", rfid.currentCard[0], rfid.currentCard[1], rfid.currentCard[2], rfid.currentCard[3], rfid.currentCard[4], rfid.currentCard[5], rfid.currentCard[6]);
  3694. break;
  3695. case RFID_SN_TYPE_10BYTE:
  3696. sprintf((char*)ShmSysConfigAndInfo->SysConfig.UserId, "%02X%02X%02X%02X%02X%02X%02X%02X%02X%02X", rfid.currentCard[0], rfid.currentCard[1], rfid.currentCard[2], rfid.currentCard[3], rfid.currentCard[4], rfid.currentCard[5], rfid.currentCard[6], rfid.currentCard[7], rfid.currentCard[8], rfid.currentCard[9]);
  3697. break;
  3698. case RFID_SN_TYPE_4BYTE:
  3699. default:
  3700. sprintf((char*)ShmSysConfigAndInfo->SysConfig.UserId, "%02X%02X%02X%02X", rfid.currentCard[0], rfid.currentCard[1], rfid.currentCard[2], rfid.currentCard[3]);
  3701. break;
  3702. }
  3703. }
  3704. else
  3705. {
  3706. // Little endian
  3707. switch(rfid.snType)
  3708. {
  3709. case RFID_SN_TYPE_6BYTE:
  3710. sprintf((char*)ShmSysConfigAndInfo->SysConfig.UserId, "%02X%02X%02X%02X%02X%02X", rfid.currentCard[5], rfid.currentCard[4], rfid.currentCard[3], rfid.currentCard[2], rfid.currentCard[1], rfid.currentCard[0]);
  3711. break;
  3712. case RFID_SN_TYPE_7BYTE:
  3713. sprintf((char*)ShmSysConfigAndInfo->SysConfig.UserId, "%02X%02X%02X%02X%02X%02X%02X", rfid.currentCard[6], rfid.currentCard[5], rfid.currentCard[4], rfid.currentCard[3], rfid.currentCard[2], rfid.currentCard[1], rfid.currentCard[0]);
  3714. break;
  3715. case RFID_SN_TYPE_10BYTE:
  3716. sprintf((char*)ShmSysConfigAndInfo->SysConfig.UserId, "%02X%02X%02X%02X%02X%02X%02X%02X%02X%02X", rfid.currentCard[9], rfid.currentCard[8], rfid.currentCard[7], rfid.currentCard[6], rfid.currentCard[5], rfid.currentCard[4], rfid.currentCard[3], rfid.currentCard[2], rfid.currentCard[1], rfid.currentCard[0]);
  3717. break;
  3718. case RFID_SN_TYPE_4BYTE:
  3719. default:
  3720. sprintf((char*)ShmSysConfigAndInfo->SysConfig.UserId, "%02X%02X%02X%02X", rfid.currentCard[3], rfid.currentCard[2], rfid.currentCard[1], rfid.currentCard[0]);
  3721. break;
  3722. }
  3723. }
  3724. DEBUG_INFO("End request User Id : %s... \n", ShmSysConfigAndInfo->SysConfig.UserId);
  3725. DEBUG_INFO("Start method : %d... \n ", ShmSysConfigAndInfo->SysInfo.AcChargingData[gun_index].StartMethod);
  3726. if((ShmSysConfigAndInfo->SysInfo.AcChargingData[gun_index].StartMethod == START_METHOD_RFID) ||
  3727. //(ShmSysConfigAndInfo->SysInfo.AcChargingData[gun_index].StartMethod == START_METHOD_BACKEND) ||
  3728. (ShmSysConfigAndInfo->SysInfo.AcChargingData[gun_index].StartMethod == START_METHOD_BLE))
  3729. {
  3730. switch(ShmSysConfigAndInfo->SysConfig.AuthorisationMode)
  3731. {
  3732. case AUTH_MODE_ENABLE:
  3733. if(ocpp_get_connection_status())
  3734. {
  3735. // On line
  3736. ocpp_set_auth_req(ON, "ISO14443");
  3737. }
  3738. else
  3739. {
  3740. // Off line
  3741. switch(ShmSysConfigAndInfo->SysConfig.OfflinePolicy)
  3742. {
  3743. case OFF_POLICY_LOCALLIST:
  3744. ocpp_set_auth_req(ON, "ISO14443");
  3745. break;
  3746. case OFF_POLICY_PH_RFID:
  3747. break;
  3748. case OFF_POLICY_FREE:
  3749. break;
  3750. case OFF_POLICY_NOCHARGE:
  3751. default:
  3752. break;
  3753. }
  3754. }
  3755. break;
  3756. case AUTH_MODE_DISABLE:
  3757. default:
  3758. break;
  3759. }
  3760. }
  3761. else if(ShmSysConfigAndInfo->SysInfo.AcChargingData[gun_index].StartMethod == START_METHOD_BACKEND)
  3762. {
  3763. DEBUG_INFO("Should be remote stop charger... \n");
  3764. ShmCharger->gun_info[gun_index].rfidReq = OFF;
  3765. }
  3766. }
  3767. else
  3768. {
  3769. if(ocpp_get_auth_conf() ||
  3770. (ShmSysConfigAndInfo->SysConfig.AuthorisationMode == AUTH_MODE_DISABLE) ||
  3771. (!ocpp_get_connection_status() && (ShmSysConfigAndInfo->SysConfig.OfflinePolicy == OFF_POLICY_LOCALLIST) && (strcmp((char *)&ShmSysConfigAndInfo->SysConfig.OcppServerURL,"") == 0)) ||
  3772. (!ocpp_get_connection_status() && (ShmSysConfigAndInfo->SysConfig.OfflinePolicy == OFF_POLICY_FREE)))
  3773. {
  3774. if(ocpp_get_auth_result(gun_index) ||
  3775. (ShmSysConfigAndInfo->SysConfig.AuthorisationMode == AUTH_MODE_DISABLE) ||
  3776. (!ocpp_get_connection_status() && (isValidLocalWhiteCard() == PASS) && (ShmSysConfigAndInfo->SysConfig.OfflinePolicy == OFF_POLICY_LOCALLIST)) ||
  3777. (!ocpp_get_connection_status() && (ShmSysConfigAndInfo->SysConfig.OfflinePolicy == OFF_POLICY_FREE)))
  3778. {
  3779. ShmCharger->gun_info[gun_index].isAuthPassEnd = ON;
  3780. }
  3781. else
  3782. {
  3783. ShmCharger->gun_info[gun_index].rfidReq = OFF;
  3784. ocpp_set_auth_req(OFF);
  3785. DEBUG_INFO("Authorize fail... \n");
  3786. setSpeaker(ON,SPEAKER_INTERVAL_3COUNT);
  3787. setLedMotion(gun_index,LED_ACTION_RFID_FAIL);
  3788. sleep(3);
  3789. }
  3790. startTime[gun_index][TMR_IDX_AUTH].time -= TIMEOUT_SPEC_AUTH;
  3791. ocpp_set_auth_conf(OFF);
  3792. }
  3793. }
  3794. }
  3795. }
  3796. if((ShmSysConfigAndInfo->SysInfo.AcChargingData[gun_index].PilotState == CP_STATE_C) &&
  3797. (ShmCharger->gun_info[gun_index].rfidReq != ON) &&
  3798. (ShmCharger->gun_info[gun_index].bleConfigData.isRequestStop != ON) &&
  3799. !ocpp_get_remotestop(gun_index) &&
  3800. (ShmSysConfigAndInfo->SysInfo.AcChargingData[gun_index].schedule.isTriggerStop != ON) &&
  3801. !ocpp_get_reset_req() &&
  3802. ocpp_get_starttransaction_result(gun_index) &&
  3803. !(ocpp_get_connection_status() && (ShmSysConfigAndInfo->SysConfig.MaxChargingDuration > 0) && (ShmSysConfigAndInfo->SysInfo.AcChargingData[gun_index].PresentChargedDuration >= (ShmSysConfigAndInfo->SysConfig.MaxChargingDuration*60))) &&
  3804. !(ocpp_get_connection_status() && (ShmSysConfigAndInfo->SysConfig.MaxChargingEnergy > 0) && (ShmSysConfigAndInfo->SysInfo.AcChargingData[gun_index].PresentChargedEnergy >= ((float)ShmSysConfigAndInfo->SysConfig.MaxChargingEnergy))) &&
  3805. !(!ocpp_get_connection_status() && (ShmSysConfigAndInfo->SysConfig.OfflinePolicy != OFF_POLICY_NOCHARGE) && ((ShmSysConfigAndInfo->SysConfig.OfflineMaxChargeDuration > 0) ? (ShmSysConfigAndInfo->SysInfo.AcChargingData[gun_index].PresentChargedDuration >= (ShmSysConfigAndInfo->SysConfig.OfflineMaxChargeDuration*60)) : (ShmSysConfigAndInfo->SysConfig.MaxChargingDuration > 0) && (ShmSysConfigAndInfo->SysInfo.AcChargingData[gun_index].PresentChargedDuration >= (ShmSysConfigAndInfo->SysConfig.MaxChargingDuration*60)))) &&
  3806. !(!ocpp_get_connection_status() && (ShmSysConfigAndInfo->SysConfig.OfflinePolicy != OFF_POLICY_NOCHARGE) && ((ShmSysConfigAndInfo->SysConfig.OfflineMaxChargeEnergy > 0) ? (ShmSysConfigAndInfo->SysInfo.AcChargingData[gun_index].PresentChargedEnergy >= ((float)ShmSysConfigAndInfo->SysConfig.OfflineMaxChargeEnergy)) : (ShmSysConfigAndInfo->SysConfig.MaxChargingEnergy > 0) && (ShmSysConfigAndInfo->SysInfo.AcChargingData[gun_index].PresentChargedEnergy >= ((float)ShmSysConfigAndInfo->SysConfig.MaxChargingEnergy)))))
  3807. {
  3808. setChargerMode(gun_index, SYS_MODE_CHARGING);
  3809. }
  3810. }
  3811. break;
  3812. case SYS_MODE_COMPLETE:
  3813. if(isModeChange(gun_index))
  3814. {
  3815. setLedMotion(gun_index, LED_ACTION_STOP);
  3816. sleep(3);
  3817. }
  3818. ShmCharger->gun_info[gun_index].rfidReq = OFF;
  3819. ShmCharger->gun_info[gun_index].isAuthPassEnd = OFF;
  3820. ShmCharger->gun_info[gun_index].bleConfigData.isRequestStop = OFF;
  3821. ocpp_set_remotestop(gun_index, OFF);
  3822. ShmSysConfigAndInfo->SysInfo.AcChargingData[gun_index].schedule.isTriggerStop = OFF;
  3823. DB_Insert_Record(localDb, gun_index);
  3824. setChargerMode(gun_index, SYS_MODE_IDLE);
  3825. break;
  3826. case SYS_MODE_ALARM:
  3827. setLedMotion(gun_index,LED_ACTION_ALARM);
  3828. if((ShmSysConfigAndInfo->SysInfo.AcChargingData[gun_index].PreviousSystemStatus == SYS_MODE_CHARGING) ||
  3829. (ShmSysConfigAndInfo->SysInfo.AcChargingData[gun_index].PreviousSystemStatus == SYS_MODE_TERMINATING))
  3830. {
  3831. }
  3832. else
  3833. {
  3834. setRelay(gun_index, OFF);
  3835. }
  3836. if((ShmCharger->gun_info[gun_index].systemAlarmCode.SystemAlarmCode == 0))
  3837. {
  3838. if((ShmSysConfigAndInfo->SysInfo.AcChargingData[gun_index].PreviousSystemStatus == SYS_MODE_CHARGING) ||
  3839. (ShmSysConfigAndInfo->SysInfo.AcChargingData[gun_index].PreviousSystemStatus == SYS_MODE_TERMINATING))
  3840. {
  3841. setChargerMode(gun_index, ShmSysConfigAndInfo->SysInfo.AcChargingData[gun_index].PreviousSystemStatus);
  3842. }
  3843. else
  3844. {
  3845. setChargerMode(gun_index, SYS_MODE_IDLE);
  3846. }
  3847. }
  3848. break;
  3849. case SYS_MODE_FAULT:
  3850. if(isModeChange(gun_index))
  3851. {}
  3852. break;
  3853. case SYS_MODE_MAINTAIN:
  3854. if(isModeChange(gun_index))
  3855. {
  3856. setLedMotion(gun_index,LED_ACTION_MAINTAIN);
  3857. }
  3858. break;
  3859. case SYS_MODE_UPDATE:
  3860. if(isModeChange(gun_index))
  3861. {
  3862. setLedMotion(gun_index,LED_ACTION_MAINTAIN);
  3863. }
  3864. //======================================
  3865. // Check local upgrade firmware request
  3866. //======================================
  3867. if(ShmSysConfigAndInfo->SysInfo.FirmwareUpdate)
  3868. {
  3869. DEBUG_INFO("Firmware local upgrading...\n");
  3870. ShmSysConfigAndInfo->SysInfo.FirmwareUpdate = OFF;
  3871. int value = upgrade_check();
  3872. DEBUG_INFO("Local update Value: %s... \n",((value == PASS)?"Pass": "Fail"));
  3873. if(value == PASS)
  3874. {
  3875. if(ShmStatusCodeData->InfoCode.InfoEvents.bits.CsuFimrwareUpdateFail == ON)
  3876. ShmStatusCodeData->InfoCode.InfoEvents.bits.CsuFimrwareUpdateFail = OFF;
  3877. ShmCharger->isUpdateSuccess = YES;
  3878. DEBUG_INFO("Local update success...\n");
  3879. }
  3880. else
  3881. {
  3882. if(ShmStatusCodeData->InfoCode.InfoEvents.bits.CsuFimrwareUpdateFail == OFF)
  3883. ShmStatusCodeData->InfoCode.InfoEvents.bits.CsuFimrwareUpdateFail = ON;
  3884. ShmCharger->isUpdateSuccess = NO;
  3885. DEBUG_INFO("Local update unsuccess...\n");
  3886. }
  3887. }
  3888. else if(ocpp_get_update_firmware_req())
  3889. {
  3890. //======================================
  3891. // Check remote upgrade firmware request
  3892. //======================================
  3893. checkRemoteUpgradeStatus();
  3894. }
  3895. else
  3896. {
  3897. //======================================
  3898. // Upgrade complete reboot system
  3899. //======================================
  3900. if(!ShmCharger->gun_info[gun_index].mcuFlag.isMcuUpgradeReq && ((AC_QUANTITY>1)?!ShmCharger->gun_info[gun_index^1].mcuFlag.isMcuUpgradeReq:YES))
  3901. {
  3902. if(ShmCharger->isUpdateSuccess == YES)
  3903. {
  3904. sprintf((char*)ShmOCPP16Data->FirmwareStatusNotification.Status, "Installed");
  3905. ShmOCPP16Data->SpMsg.bits.FirmwareStatusNotificationReq = ON;
  3906. DEBUG_WARN("Firmware upgrade success.\n");
  3907. sleep(5);
  3908. DEBUG_INFO("Firmware upgraded, reboot...\n");
  3909. system("reboot -f");
  3910. sleep(5);
  3911. system("reboot -f");
  3912. }
  3913. else
  3914. {
  3915. sprintf((char*)ShmOCPP16Data->FirmwareStatusNotification.Status, "InstallationFailed");
  3916. ShmOCPP16Data->SpMsg.bits.FirmwareStatusNotificationReq = ON;
  3917. DEBUG_WARN("Firmware upgrade fail.\n");
  3918. sleep(5);
  3919. system("rm -rvf /mnt/* ");
  3920. close(wtdFd);
  3921. system("/usr/bin/run_evse_restart.sh");
  3922. }
  3923. }
  3924. }
  3925. break;
  3926. case SYS_MODE_RESERVATION:
  3927. if(isModeChange(gun_index))
  3928. {
  3929. setLedMotion(gun_index,LED_ACTION_MAINTAIN);
  3930. }
  3931. if(isReservationExpired(gun_index))
  3932. {
  3933. DEBUG_INFO("Reservation: Time's up...\n");
  3934. setChargerMode(gun_index, SYS_MODE_IDLE);
  3935. }
  3936. else if(ocpp_get_cancelreservation_req(gun_index))
  3937. {
  3938. DEBUG_INFO("Reservation: Cancel reservation...\n");
  3939. setChargerMode(gun_index, SYS_MODE_IDLE);
  3940. ocpp_set_cancelreservation_req(gun_index, OFF);
  3941. }
  3942. else
  3943. {
  3944. // Check is there RFID or back end request start
  3945. if((ShmCharger->gun_info[gun_index].rfidReq == ON) ||
  3946. ocpp_get_remotestart(gun_index))
  3947. {
  3948. if((ShmCharger->gun_info[gun_index].rfidReq == ON))
  3949. {
  3950. memset(ShmSysConfigAndInfo->SysConfig.UserId, 0x00, ARRAY_SIZE(ShmSysConfigAndInfo->SysConfig.UserId));
  3951. if(ShmSysConfigAndInfo->SysConfig.RfidCardNumEndian)
  3952. {
  3953. // Big endian
  3954. switch(rfid.snType)
  3955. {
  3956. case RFID_SN_TYPE_6BYTE:
  3957. sprintf((char*)ShmSysConfigAndInfo->SysConfig.UserId, "%02X%02X%02X%02X%02X%02X", rfid.currentCard[0], rfid.currentCard[1], rfid.currentCard[2], rfid.currentCard[3], rfid.currentCard[4], rfid.currentCard[5]);
  3958. break;
  3959. case RFID_SN_TYPE_7BYTE:
  3960. sprintf((char*)ShmSysConfigAndInfo->SysConfig.UserId, "%02X%02X%02X%02X%02X%02X%02X", rfid.currentCard[0], rfid.currentCard[1], rfid.currentCard[2], rfid.currentCard[3], rfid.currentCard[4], rfid.currentCard[5], rfid.currentCard[6]);
  3961. break;
  3962. case RFID_SN_TYPE_10BYTE:
  3963. sprintf((char*)ShmSysConfigAndInfo->SysConfig.UserId, "%02X%02X%02X%02X%02X%02X%02X%02X%02X%02X", rfid.currentCard[0], rfid.currentCard[1], rfid.currentCard[2], rfid.currentCard[3], rfid.currentCard[4], rfid.currentCard[5], rfid.currentCard[6], rfid.currentCard[7], rfid.currentCard[8], rfid.currentCard[9]);
  3964. break;
  3965. case RFID_SN_TYPE_4BYTE:
  3966. default:
  3967. sprintf((char*)ShmSysConfigAndInfo->SysConfig.UserId, "%02X%02X%02X%02X", rfid.currentCard[0], rfid.currentCard[1], rfid.currentCard[2], rfid.currentCard[3]);
  3968. break;
  3969. }
  3970. }
  3971. else
  3972. {
  3973. // Little endian
  3974. switch(rfid.snType)
  3975. {
  3976. case RFID_SN_TYPE_6BYTE:
  3977. sprintf((char*)ShmSysConfigAndInfo->SysConfig.UserId, "%02X%02X%02X%02X%02X%02X", rfid.currentCard[5], rfid.currentCard[4], rfid.currentCard[3], rfid.currentCard[2], rfid.currentCard[1], rfid.currentCard[0]);
  3978. break;
  3979. case RFID_SN_TYPE_7BYTE:
  3980. sprintf((char*)ShmSysConfigAndInfo->SysConfig.UserId, "%02X%02X%02X%02X%02X%02X%02X", rfid.currentCard[6], rfid.currentCard[5], rfid.currentCard[4], rfid.currentCard[3], rfid.currentCard[2], rfid.currentCard[1], rfid.currentCard[0]);
  3981. break;
  3982. case RFID_SN_TYPE_10BYTE:
  3983. sprintf((char*)ShmSysConfigAndInfo->SysConfig.UserId, "%02X%02X%02X%02X%02X%02X%02X%02X%02X%02X", rfid.currentCard[9], rfid.currentCard[8], rfid.currentCard[7], rfid.currentCard[6], rfid.currentCard[5], rfid.currentCard[4], rfid.currentCard[3], rfid.currentCard[2], rfid.currentCard[1], rfid.currentCard[0]);
  3984. break;
  3985. case RFID_SN_TYPE_4BYTE:
  3986. default:
  3987. sprintf((char*)ShmSysConfigAndInfo->SysConfig.UserId, "%02X%02X%02X%02X", rfid.currentCard[3], rfid.currentCard[2], rfid.currentCard[1], rfid.currentCard[0]);
  3988. break;
  3989. }
  3990. }
  3991. if(ocpp_compare_reserve_id_with_user(gun_index))
  3992. {
  3993. DEBUG_INFO("Start Method in reservation : RFID...\n");
  3994. DEBUG_INFO("Start request User Id : %s\n", ShmSysConfigAndInfo->SysConfig.UserId);
  3995. DEBUG_INFO("Reservation User Id : %s\n", ShmOCPP16Data->ReserveNow[gun_index].IdTag);
  3996. ShmSysConfigAndInfo->SysInfo.AcChargingData[gun_index].StartMethod = START_METHOD_RFID;
  3997. setChargerMode(gun_index, SYS_MODE_AUTHORIZING);
  3998. }
  3999. ShmCharger->gun_info[gun_index].rfidReq = OFF;
  4000. }
  4001. else if(ocpp_get_remotestart(gun_index))
  4002. {
  4003. if(ocpp_compare_reserve_id_with_remote_user(gun_index))
  4004. {
  4005. DEBUG_INFO("Start Method in reservation: BACKEND...\n");
  4006. ShmSysConfigAndInfo->SysInfo.AcChargingData[gun_index].StartMethod = START_METHOD_BACKEND;
  4007. setChargerMode(gun_index, SYS_MODE_AUTHORIZING);
  4008. }
  4009. ocpp_set_remotestop(gun_index, OFF);
  4010. }
  4011. }
  4012. }
  4013. break;
  4014. case SYS_MODE_BOOKING:
  4015. if(isModeChange(gun_index))
  4016. {}
  4017. break;
  4018. case SYS_MODE_DEBUG:
  4019. if(isModeChange(gun_index))
  4020. {
  4021. setLedMotion(gun_index,LED_ACTION_DEBUG);
  4022. }
  4023. break;
  4024. }
  4025. }
  4026. // System watch dog reset
  4027. write(wtdFd, "a", 1);
  4028. usleep(50000);
  4029. }
  4030. return FAIL;
  4031. }