WebService.c 95 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633
  1. #include <sys/time.h>
  2. #include <sys/timeb.h>
  3. #include <sys/types.h>
  4. #include <sys/stat.h>
  5. #include <sys/types.h>
  6. #include <sys/ioctl.h>
  7. #include <sys/socket.h>
  8. #include <sys/ipc.h>
  9. #include <sys/shm.h>
  10. #include <sys/shm.h>
  11. #include <sys/mman.h>
  12. #include <linux/wireless.h>
  13. #include <arpa/inet.h>
  14. #include <netinet/in.h>
  15. #include <unistd.h>
  16. #include <stdarg.h>
  17. #include <stdio.h> /*標準輸入輸出定義*/
  18. #include <stdlib.h> /*標準函數庫定義*/
  19. #include <unistd.h> /*Unix 標準函數定義*/
  20. #include <fcntl.h> /*檔控制定義*/
  21. #include <termios.h> /*PPSIX 終端控制定義*/
  22. #include <errno.h> /*錯誤號定義*/
  23. #include <errno.h>
  24. #include <string.h>
  25. #include <time.h>
  26. #include <ctype.h>
  27. #include <ifaddrs.h>
  28. #include "define.h"
  29. #include "json.h"
  30. #include <math.h>
  31. #define DEBUG_INFO(format, args...) StoreLogMsg("[%s:%d][%s][Info] "format, __FILE__, __LINE__, __FUNCTION__, ##args)
  32. #define DEBUG_WARN(format, args...) StoreLogMsg("[%s:%d][%s][Warn] "format, __FILE__, __LINE__, __FUNCTION__, ##args)
  33. #define DEBUG_ERROR(format, args...) StoreLogMsg("[%s:%d][%s][Error] "format, __FILE__, __LINE__, __FUNCTION__, ##args)
  34. #define Debug
  35. #define SystemLogMessage
  36. #define ARRAY_SIZE(A) (sizeof(A) / sizeof(A[0]))
  37. #define PASS 1
  38. #define FAIL -1
  39. #define MtdBlockSize 0x600000
  40. struct SysConfigAndInfo *ShmSysConfigAndInfo;
  41. struct StatusCodeData *ShmStatusCodeData;
  42. void trim(char *s);
  43. int mystrcmp(char *p1, char *p2);
  44. void substr(char *dest, const char* src, unsigned int start, unsigned int cnt);
  45. void split(char **arr, char *str, const char *del);
  46. #ifdef SystemLogMessage
  47. int StoreLogMsg(const char *fmt, ...) {
  48. char Buf[4096 + 256];
  49. char buffer[4096];
  50. time_t CurrentTime;
  51. struct tm *tm;
  52. va_list args;
  53. va_start(args, fmt);
  54. int rc = vsnprintf(buffer, sizeof(buffer), fmt, args);
  55. va_end(args);
  56. memset(Buf, 0, sizeof(Buf));
  57. CurrentTime = time(NULL);
  58. tm = localtime(&CurrentTime);
  59. sprintf(Buf,
  60. "echo \"[%04d.%02d.%02d %02d:%02d:%02d] - %s\" >> /Storage/SystemLog/[%04d.%02d]SystemLog",
  61. tm->tm_year + 1900, tm->tm_mon + 1, tm->tm_mday, tm->tm_hour,
  62. tm->tm_min, tm->tm_sec, buffer, tm->tm_year + 1900, tm->tm_mon + 1);
  63. system(Buf);
  64. #ifdef Debug
  65. printf("[%04d.%02d.%02d %02d:%02d:%02d] - %s", tm->tm_year + 1900,
  66. tm->tm_mon + 1, tm->tm_mday, tm->tm_hour, tm->tm_min, tm->tm_sec,
  67. buffer);
  68. #endif
  69. return rc;
  70. }
  71. int WriteLogMsg(const char *fmt, ...) {
  72. char Buf[4096 + 256];
  73. char buffer[4096];
  74. time_t CurrentTime;
  75. struct tm *tm;
  76. va_list args;
  77. va_start(args, fmt);
  78. int rc = vsnprintf(buffer, sizeof(buffer), fmt, args);
  79. va_end(args);
  80. memset(Buf, 0, sizeof(Buf));
  81. CurrentTime = time(NULL);
  82. tm = localtime(&CurrentTime);
  83. sprintf(Buf,
  84. "echo \"[%04d.%02d.%02d %02d:%02d:%02d WebService] - %s\" >> /Storage/SystemLog/[%04d.%02d]SystemLog",
  85. tm->tm_year + 1900, tm->tm_mon + 1, tm->tm_mday, tm->tm_hour,
  86. tm->tm_min, tm->tm_sec, buffer, tm->tm_year + 1900, tm->tm_mon + 1);
  87. system(Buf);
  88. return rc;
  89. }
  90. #endif
  91. int DiffTimeb(struct timeb ST, struct timeb ET) {
  92. //return milli-second
  93. unsigned int StartTime, StopTime;
  94. StartTime = (unsigned int) ST.time;
  95. StopTime = (unsigned int) ET.time;
  96. return (StopTime - StartTime) * 1000 + ET.millitm - ST.millitm;
  97. }
  98. //=================================
  99. // Common routine
  100. //=================================
  101. void trim(char *s) {
  102. int i = 0, j, k, l = 0;
  103. while ((s[i] == ' ') || (s[i] == '\t') || (s[i] == '\n'))
  104. i++;
  105. j = strlen(s) - 1;
  106. while ((s[j] == ' ') || (s[j] == '\t') || (s[j] == '\n'))
  107. j--;
  108. if (i == 0 && j == strlen(s) - 1) {
  109. } else if (i == 0)
  110. s[j + 1] = '\0';
  111. else {
  112. for (k = i; k <= j; k++)
  113. s[l++] = s[k];
  114. s[l] = '\0';
  115. }
  116. }
  117. int mystrcmp(char *p1, char *p2) {
  118. while (*p1 == *p2) {
  119. if (*p1 == '\0' || *p2 == '\0')
  120. break;
  121. p1++;
  122. p2++;
  123. }
  124. if (*p1 == '\0' && *p2 == '\0')
  125. return (PASS);
  126. else
  127. return (FAIL);
  128. }
  129. void substr(char *dest, const char* src, unsigned int start, unsigned int cnt) {
  130. strncpy(dest, src + start, cnt);
  131. dest[cnt] = 0;
  132. }
  133. void split(char **arr, char *str, const char *del) {
  134. char *s = strtok(str, del);
  135. while (s != NULL) {
  136. *arr++ = s;
  137. s = strtok(NULL, del);
  138. }
  139. }
  140. int ConnectorType(char* connector){
  141. int result;
  142. if(strcmp(connector, "0") == 0){
  143. result= 0;
  144. }
  145. else if(strcmp(connector, "U") == 0 || strcmp(connector, "E") == 0){
  146. result= 1;//CCS
  147. }
  148. else if(strcmp(connector, "G") == 0 || strcmp(connector, "D") == 0){
  149. result= 2;//GB
  150. }
  151. else if(strcmp(connector, "J") == 0){
  152. result= 3;//CHAdeMO
  153. }
  154. else if(strcmp(connector, "1") == 0 || strcmp(connector, "2") == 0 || strcmp(connector, "3") == 0 || strcmp(connector, "4") == 0 || strcmp(connector, "5") == 0 || strcmp(connector, "6") == 0){
  155. result= 4;//AC
  156. }
  157. else{
  158. result= 0;
  159. }
  160. return result;
  161. }
  162. int ModelType(char* type,char* network){
  163. int result=0;
  164. if(strcmp(type, "A") == 0){
  165. if(strcmp(network, "0") == 0 || strcmp(network, "R") == 0 || strcmp(network, "B") == 0){
  166. result=0;
  167. }
  168. else if(strcmp(network, "E") == 0 || strcmp(network, "W") == 0 || strcmp(network, "T") == 0 || strcmp(network, "U") == 0){
  169. result=1;
  170. }
  171. }
  172. else if(strcmp(type, "D") == 0){
  173. result=2;
  174. }
  175. return result;
  176. }
  177. //==========================================
  178. // Init all share memory
  179. //==========================================
  180. int InitShareMemory() {
  181. int result = PASS;
  182. int MeterSMId;
  183. //creat ShmSysConfigAndInfo
  184. if ((MeterSMId = shmget(ShmSysConfigAndInfoKey,
  185. sizeof(struct SysConfigAndInfo), 0777)) < 0) {
  186. printf("%s\n","InitShareMemory Error");
  187. #ifdef SystemLogMessage
  188. DEBUG_ERROR("shmget ShmSysConfigAndInfo NG\n");
  189. #endif
  190. result = FAIL;
  191. } else if ((ShmSysConfigAndInfo = shmat(MeterSMId, NULL, 0))
  192. == (void *) -1) {
  193. #ifdef SystemLogMessage
  194. DEBUG_ERROR("shmat ShmSysConfigAndInfo NG\n");
  195. #endif
  196. result = FAIL;
  197. } else {
  198. }
  199. //creat ShmStatusCodeData
  200. if ((MeterSMId = shmget(ShmStatusCodeKey, sizeof(struct StatusCodeData),
  201. 0777)) < 0) {
  202. #ifdef SystemLogMessage
  203. DEBUG_ERROR("shmget ShmStatusCodeData NG\n");
  204. #endif
  205. result = FAIL;
  206. } else if ((ShmStatusCodeData = shmat(MeterSMId, NULL, 0)) == (void *) -1) {
  207. #ifdef SystemLogMessage
  208. DEBUG_ERROR("shmat ShmStatusCodeData NG\n");
  209. #endif
  210. result = FAIL;
  211. } else {
  212. }
  213. return result;
  214. }
  215. int StoreUsrConfigData(struct SysConfigData *UsrData)
  216. {
  217. int result = PASS;
  218. int fd,wrd;
  219. unsigned int i,Chk;
  220. unsigned char *ptr, *BufTmp;
  221. Chk=0;
  222. ptr=(unsigned char *)UsrData;
  223. if((BufTmp=malloc(MtdBlockSize))!=NULL)
  224. {
  225. memset(BufTmp,0,MtdBlockSize);
  226. memcpy(BufTmp,ptr,sizeof(struct SysConfigData));
  227. for(i=0;i<MtdBlockSize-4;i++)
  228. Chk+=*(ptr+i);
  229. memcpy( BufTmp+MtdBlockSize-4,&Chk,4);
  230. fd = open("/dev/mtdblock10", O_RDWR);
  231. if (fd > 0)
  232. {
  233. wrd=write(fd, BufTmp, MtdBlockSize);
  234. close(fd);
  235. if(wrd>=MtdBlockSize)
  236. {
  237. fd = open("/dev/mtdblock11", O_RDWR);
  238. if (fd > 0)
  239. {
  240. wrd=write(fd, BufTmp, MtdBlockSize);
  241. close(fd);
  242. if(wrd<MtdBlockSize)
  243. {
  244. DEBUG_ERROR("write /dev/mtdblock11(backup) NG\r\n");
  245. result = FAIL;
  246. }
  247. }
  248. else
  249. {
  250. DEBUG_ERROR("open /dev/mtdblock11(backup) NG\r\n");
  251. result = FAIL;
  252. }
  253. }
  254. else
  255. {
  256. DEBUG_ERROR("write /dev/mtdblock10 NG\r\n");
  257. result = FAIL;
  258. }
  259. }
  260. else
  261. {
  262. DEBUG_ERROR("open /dev/mtdblock10 NG\r\n");
  263. result = FAIL;
  264. }
  265. }
  266. else
  267. {
  268. DEBUG_ERROR("alloc BlockSize NG\r\n");
  269. result = FAIL;
  270. }
  271. if(BufTmp!=NULL)
  272. free(BufTmp);
  273. return result;
  274. }
  275. //================================================
  276. // Main process
  277. //================================================
  278. int main(int argc, char *argv[]) {
  279. //int InitShMry = 1;
  280. if (InitShareMemory() == FAIL) {
  281. //InitShMry = 0;
  282. #ifdef SystemLogMessage
  283. DEBUG_ERROR("InitShareMemory NG\n");
  284. #endif
  285. if (ShmStatusCodeData != NULL) {
  286. ShmStatusCodeData->AlarmCode.AlarmEvents.bits.FailToCreateShareMemory = 1;
  287. }
  288. sleep(5);
  289. return 0;
  290. }
  291. //web page submit
  292. if ((argc == 3) & (strlen(argv[1]) == 1)) {
  293. //web page submit system
  294. if (strcmp(argv[1], "1") == 0) {
  295. struct json_object *jobj = json_tokener_parse(argv[2]);
  296. json_object *val_obj = NULL;
  297. char *SystemId=NULL;
  298. char *SystemDateTime = NULL;
  299. int AcPhaseCount = 0;
  300. int FactoryConfiguration = 0;
  301. int AuthorisationMode = 0;
  302. int DefaultLanguage = 0;
  303. int RfidCardNumEndian = 0;
  304. int PsuAcInputType = 0;
  305. if( json_object_object_get_ex(jobj, "SystemId", &val_obj) ) {
  306. SystemId = (char*)json_object_get_string(val_obj);
  307. }
  308. if( json_object_object_get_ex(jobj, "SystemDateTime", &val_obj) ) {
  309. SystemDateTime = (char*)json_object_get_string(val_obj);
  310. }
  311. if( json_object_object_get_ex(jobj, "AcPhaseCount", &val_obj) ) {
  312. AcPhaseCount = json_object_get_int(val_obj);
  313. }
  314. if( json_object_object_get_ex(jobj, "FactoryConfiguration", &val_obj) ) {
  315. FactoryConfiguration = json_object_get_int(val_obj);
  316. }
  317. if( json_object_object_get_ex(jobj, "AuthorisationMode", &val_obj) ) {
  318. AuthorisationMode = json_object_get_int(val_obj);
  319. }
  320. if( json_object_object_get_ex(jobj, "DefaultLanguage", &val_obj) ) {
  321. DefaultLanguage = json_object_get_int(val_obj);
  322. }
  323. if( json_object_object_get_ex(jobj, "RfidCardNumEndian", &val_obj) ) {
  324. RfidCardNumEndian = json_object_get_int(val_obj);
  325. }
  326. if( json_object_object_get_ex(jobj, "PsuAcInputType", &val_obj) ) {
  327. PsuAcInputType = json_object_get_int(val_obj);
  328. }
  329. strcpy((char *)&ShmSysConfigAndInfo->SysConfig.SystemId,SystemId);
  330. ShmSysConfigAndInfo->SysConfig.AcPhaseCount = AcPhaseCount;
  331. ShmSysConfigAndInfo->SysInfo.FactoryConfiguration = FactoryConfiguration;
  332. ShmSysConfigAndInfo->SysConfig.AuthorisationMode = AuthorisationMode;
  333. ShmSysConfigAndInfo->SysConfig.DefaultLanguage = DefaultLanguage;
  334. ShmSysConfigAndInfo->SysConfig.RfidCardNumEndian = RfidCardNumEndian;
  335. ShmSysConfigAndInfo->SysConfig.PsuAcInputType = PsuAcInputType;
  336. if(strlen(SystemDateTime)>0){
  337. char cmd[100];
  338. sprintf(cmd,"date -s '%s'",SystemDateTime);
  339. if(system(cmd)==0){
  340. system("hwclock -w");
  341. }
  342. }
  343. }
  344. if (strcmp(argv[1], "2") == 0) {
  345. struct json_object *jobj = json_tokener_parse(argv[2]);
  346. json_object *val_obj = NULL;
  347. int MaxChargingEnergy= 0;
  348. int MaxChargingPower = 0;
  349. int MaxChargingCurrent = 0;
  350. int MaxChargingDuration = 0;
  351. int PhaseLossPolicy = 0;
  352. char *LocalWhiteCard0 = NULL;
  353. char *LocalWhiteCard1 = NULL;
  354. char *LocalWhiteCard2 = NULL;
  355. char *LocalWhiteCard3 = NULL;
  356. char *LocalWhiteCard4 = NULL;
  357. char *LocalWhiteCard5 = NULL;
  358. char *LocalWhiteCard6 = NULL;
  359. char *LocalWhiteCard7 = NULL;
  360. char *LocalWhiteCard8 = NULL;
  361. char *LocalWhiteCard9 = NULL;
  362. if( json_object_object_get_ex(jobj, "MaxChargingEnergy", &val_obj) ) {
  363. MaxChargingEnergy = json_object_get_int(val_obj);
  364. }
  365. if( json_object_object_get_ex(jobj, "MaxChargingPower", &val_obj) ) {
  366. MaxChargingPower = json_object_get_int(val_obj);
  367. }
  368. if( json_object_object_get_ex(jobj, "MaxChargingCurrent", &val_obj) ) {
  369. MaxChargingCurrent = json_object_get_int(val_obj);
  370. }
  371. if( json_object_object_get_ex(jobj, "MaxChargingDuration", &val_obj) ) {
  372. MaxChargingDuration = json_object_get_int(val_obj);
  373. }
  374. if( json_object_object_get_ex(jobj, "PhaseLossPolicy", &val_obj) ) {
  375. PhaseLossPolicy = json_object_get_int(val_obj);
  376. }
  377. if( json_object_object_get_ex(jobj, "LocalWhiteCard0", &val_obj) ) {
  378. LocalWhiteCard0 = (char*)json_object_get_string(val_obj);
  379. }
  380. if( json_object_object_get_ex(jobj, "LocalWhiteCard1", &val_obj) ) {
  381. LocalWhiteCard1 = (char*)json_object_get_string(val_obj);
  382. }
  383. if( json_object_object_get_ex(jobj, "LocalWhiteCard2", &val_obj) ) {
  384. LocalWhiteCard2 = (char*)json_object_get_string(val_obj);
  385. }
  386. if( json_object_object_get_ex(jobj, "LocalWhiteCard3", &val_obj) ) {
  387. LocalWhiteCard3 = (char*)json_object_get_string(val_obj);
  388. }
  389. if( json_object_object_get_ex(jobj, "LocalWhiteCard4", &val_obj) ) {
  390. LocalWhiteCard4 = (char*)json_object_get_string(val_obj);
  391. }
  392. if( json_object_object_get_ex(jobj, "LocalWhiteCard5", &val_obj) ) {
  393. LocalWhiteCard5 = (char*)json_object_get_string(val_obj);
  394. }
  395. if( json_object_object_get_ex(jobj, "LocalWhiteCard6", &val_obj) ) {
  396. LocalWhiteCard6 = (char*)json_object_get_string(val_obj);
  397. }
  398. if( json_object_object_get_ex(jobj, "LocalWhiteCard7", &val_obj) ) {
  399. LocalWhiteCard7 = (char*)json_object_get_string(val_obj);
  400. }
  401. if( json_object_object_get_ex(jobj, "LocalWhiteCard8", &val_obj) ) {
  402. LocalWhiteCard8 = (char*)json_object_get_string(val_obj);
  403. }
  404. if( json_object_object_get_ex(jobj, "LocalWhiteCard9", &val_obj) ) {
  405. LocalWhiteCard9 = (char*)json_object_get_string(val_obj);
  406. }
  407. ShmSysConfigAndInfo->SysConfig.MaxChargingEnergy = MaxChargingEnergy;
  408. ShmSysConfigAndInfo->SysConfig.MaxChargingPower = MaxChargingPower;
  409. ShmSysConfigAndInfo->SysConfig.MaxChargingCurrent = MaxChargingCurrent;
  410. ShmSysConfigAndInfo->SysConfig.MaxChargingDuration = MaxChargingDuration;
  411. ShmSysConfigAndInfo->SysConfig.PhaseLossPolicy = PhaseLossPolicy;
  412. strcpy((char *)&ShmSysConfigAndInfo->SysConfig.LocalWhiteCard[0],LocalWhiteCard0);
  413. strcpy((char *)&ShmSysConfigAndInfo->SysConfig.LocalWhiteCard[1],LocalWhiteCard1);
  414. strcpy((char *)&ShmSysConfigAndInfo->SysConfig.LocalWhiteCard[2],LocalWhiteCard2);
  415. strcpy((char *)&ShmSysConfigAndInfo->SysConfig.LocalWhiteCard[3],LocalWhiteCard3);
  416. strcpy((char *)&ShmSysConfigAndInfo->SysConfig.LocalWhiteCard[4],LocalWhiteCard4);
  417. strcpy((char *)&ShmSysConfigAndInfo->SysConfig.LocalWhiteCard[5],LocalWhiteCard5);
  418. strcpy((char *)&ShmSysConfigAndInfo->SysConfig.LocalWhiteCard[6],LocalWhiteCard6);
  419. strcpy((char *)&ShmSysConfigAndInfo->SysConfig.LocalWhiteCard[7],LocalWhiteCard7);
  420. strcpy((char *)&ShmSysConfigAndInfo->SysConfig.LocalWhiteCard[8],LocalWhiteCard8);
  421. strcpy((char *)&ShmSysConfigAndInfo->SysConfig.LocalWhiteCard[9],LocalWhiteCard9);
  422. }
  423. if (strcmp(argv[1], "3") == 0) {
  424. struct json_object *jobj = json_tokener_parse(argv[2]);
  425. json_object *val_obj = NULL;
  426. char *FtpServer=NULL;
  427. int Eth0DhcpClient=0;
  428. char *Eth0IpAddress=NULL;
  429. char *Eth0SubmaskAddress=NULL;
  430. char *Eth0GatewayAddress=NULL;
  431. int Eth1DhcpClient=0;
  432. char *Eth1IpAddress=NULL;
  433. char *Eth1SubmaskAddress=NULL;
  434. char *Eth1GatewayAddress=NULL;
  435. int WifiMode=0;
  436. char *WifiSsid=NULL;
  437. char *WifiPassword=NULL;
  438. int WifiDhcpServer=0;
  439. int WifiDhcpClient=0;
  440. char *WifiIpAddress=NULL;
  441. char *WifiSubmaskAddress=NULL;
  442. char *WifiGatewayAddress=NULL;
  443. char *TelcomApn=NULL;
  444. char *TelcomChapPapId=NULL;
  445. char *TelcomChapPapPwd=NULL;
  446. char *TelcomIpAddress=NULL;
  447. if( json_object_object_get_ex(jobj, "FtpServer", &val_obj) ) {
  448. FtpServer = (char*)json_object_get_string(val_obj);
  449. }
  450. if( json_object_object_get_ex(jobj, "Eth0DhcpClient", &val_obj) ) {
  451. Eth0DhcpClient = json_object_get_int(val_obj);
  452. }
  453. if( json_object_object_get_ex(jobj, "Eth0IpAddress", &val_obj) ) {
  454. Eth0IpAddress = (char*)json_object_get_string(val_obj);
  455. }
  456. if( json_object_object_get_ex(jobj, "Eth0SubmaskAddress", &val_obj) ) {
  457. Eth0SubmaskAddress = (char*)json_object_get_string(val_obj);
  458. }
  459. if( json_object_object_get_ex(jobj, "Eth0GatewayAddress", &val_obj) ) {
  460. Eth0GatewayAddress = (char*)json_object_get_string(val_obj);
  461. }
  462. if( json_object_object_get_ex(jobj, "Eth1DhcpClient", &val_obj) ) {
  463. Eth1DhcpClient = json_object_get_int(val_obj);
  464. }
  465. if( json_object_object_get_ex(jobj, "Eth1IpAddress", &val_obj) ) {
  466. Eth1IpAddress = (char*)json_object_get_string(val_obj);
  467. }
  468. if( json_object_object_get_ex(jobj, "Eth1SubmaskAddress", &val_obj) ) {
  469. Eth1SubmaskAddress = (char*)json_object_get_string(val_obj);
  470. }
  471. if( json_object_object_get_ex(jobj, "Eth1GatewayAddress", &val_obj) ) {
  472. Eth1GatewayAddress = (char*)json_object_get_string(val_obj);
  473. }
  474. if( json_object_object_get_ex(jobj, "WifiMode", &val_obj) ) {
  475. WifiMode = json_object_get_int(val_obj);
  476. }
  477. if( json_object_object_get_ex(jobj, "WifiSsid", &val_obj) ) {
  478. WifiSsid = (char*)json_object_get_string(val_obj);
  479. }
  480. if( json_object_object_get_ex(jobj, "WifiPassword", &val_obj) ) {
  481. WifiPassword = (char*)json_object_get_string(val_obj);
  482. }
  483. if( json_object_object_get_ex(jobj, "WifiDhcpServer", &val_obj) ) {
  484. WifiDhcpServer = json_object_get_int(val_obj);
  485. }
  486. if( json_object_object_get_ex(jobj, "WifiDhcpClient", &val_obj) ) {
  487. WifiDhcpClient = json_object_get_int(val_obj);
  488. }
  489. if( json_object_object_get_ex(jobj, "WifiIpAddress", &val_obj) ) {
  490. WifiIpAddress = (char*)json_object_get_string(val_obj);
  491. }
  492. if( json_object_object_get_ex(jobj, "WifiSubmaskAddress", &val_obj) ) {
  493. WifiSubmaskAddress = (char*)json_object_get_string(val_obj);
  494. }
  495. if( json_object_object_get_ex(jobj, "WifiGatewayAddress", &val_obj) ) {
  496. WifiGatewayAddress = (char*)json_object_get_string(val_obj);
  497. }
  498. if( json_object_object_get_ex(jobj, "TelcomApn", &val_obj) ) {
  499. TelcomApn = (char*)json_object_get_string(val_obj);
  500. }
  501. if( json_object_object_get_ex(jobj, "TelcomChapPapId", &val_obj) ) {
  502. TelcomChapPapId = (char*)json_object_get_string(val_obj);
  503. }
  504. if( json_object_object_get_ex(jobj, "TelcomChapPapPwd", &val_obj) ) {
  505. TelcomChapPapPwd = (char*)json_object_get_string(val_obj);
  506. }
  507. if( json_object_object_get_ex(jobj, "TelcomIpAddress", &val_obj) ) {
  508. TelcomIpAddress = (char*)json_object_get_string(val_obj);
  509. }
  510. strcpy((char *)&ShmSysConfigAndInfo->SysConfig.FtpServer,FtpServer);
  511. ShmSysConfigAndInfo->SysConfig.Eth0Interface.EthDhcpClient=Eth0DhcpClient;
  512. strcpy((char *)&ShmSysConfigAndInfo->SysConfig.Eth0Interface.EthIpAddress,Eth0IpAddress);
  513. strcpy((char *)&ShmSysConfigAndInfo->SysConfig.Eth0Interface.EthSubmaskAddress,Eth0SubmaskAddress);
  514. strcpy((char *)&ShmSysConfigAndInfo->SysConfig.Eth0Interface.EthGatewayAddress,Eth0GatewayAddress);
  515. ShmSysConfigAndInfo->SysConfig.Eth1Interface.EthDhcpClient=Eth1DhcpClient;
  516. strcpy((char *)&ShmSysConfigAndInfo->SysConfig.Eth1Interface.EthIpAddress,Eth1IpAddress);
  517. strcpy((char *)&ShmSysConfigAndInfo->SysConfig.Eth1Interface.EthSubmaskAddress,Eth1SubmaskAddress);
  518. strcpy((char *)&ShmSysConfigAndInfo->SysConfig.Eth1Interface.EthGatewayAddress,Eth1GatewayAddress);
  519. ShmSysConfigAndInfo->SysConfig.AthInterface.WifiMode=WifiMode;
  520. strcpy((char *)&ShmSysConfigAndInfo->SysConfig.AthInterface.WifiSsid,WifiSsid);
  521. strcpy((char *)&ShmSysConfigAndInfo->SysConfig.AthInterface.WifiPassword,WifiPassword);
  522. ShmSysConfigAndInfo->SysConfig.AthInterface.WifiDhcpServer=WifiDhcpServer;
  523. ShmSysConfigAndInfo->SysConfig.AthInterface.WifiDhcpClient=WifiDhcpClient;
  524. strcpy((char *)&ShmSysConfigAndInfo->SysConfig.AthInterface.WifiIpAddress,WifiIpAddress);
  525. strcpy((char *)&ShmSysConfigAndInfo->SysConfig.AthInterface.WifiSubmaskAddress,WifiSubmaskAddress);
  526. strcpy((char *)&ShmSysConfigAndInfo->SysConfig.AthInterface.WifiGatewayAddress,WifiGatewayAddress);
  527. strcpy((char *)&ShmSysConfigAndInfo->SysConfig.TelecomInterface.TelcomApn,TelcomApn);
  528. strcpy((char *)&ShmSysConfigAndInfo->SysConfig.TelecomInterface.TelcomChapPapId,TelcomChapPapId);
  529. strcpy((char *)&ShmSysConfigAndInfo->SysConfig.TelecomInterface.TelcomChapPapPwd,TelcomChapPapPwd);
  530. strcpy((char *)&ShmSysConfigAndInfo->SysConfig.TelecomInterface.TelcomIpAddress,TelcomIpAddress);
  531. }
  532. if (strcmp(argv[1], "4") == 0) {
  533. struct json_object *jobj = json_tokener_parse(argv[2]);
  534. json_object *val_obj = NULL;
  535. int BackendConnTimeout=0;
  536. int OfflinePolicy=0;
  537. int OfflineMaxChargeEnergy=0;
  538. int OfflineMaxChargeDuration=0;
  539. char *OcppServerURL=NULL;
  540. char *ChargeBoxId=NULL;
  541. if( json_object_object_get_ex(jobj, "BackendConnTimeout", &val_obj) ) {
  542. BackendConnTimeout = json_object_get_int(val_obj);
  543. }
  544. if( json_object_object_get_ex(jobj, "OfflinePolicy", &val_obj) ) {
  545. OfflinePolicy = json_object_get_int(val_obj);
  546. }
  547. if( json_object_object_get_ex(jobj, "OfflineMaxChargeEnergy", &val_obj) ) {
  548. OfflineMaxChargeEnergy = json_object_get_int(val_obj);
  549. }
  550. if( json_object_object_get_ex(jobj, "OfflineMaxChargeDuration", &val_obj) ) {
  551. OfflineMaxChargeDuration = json_object_get_int(val_obj);
  552. }
  553. if( json_object_object_get_ex(jobj, "OcppServerURL", &val_obj) ) {
  554. OcppServerURL = (char*)json_object_get_string(val_obj);
  555. }
  556. if( json_object_object_get_ex(jobj, "ChargeBoxId", &val_obj) ) {
  557. ChargeBoxId = (char*)json_object_get_string(val_obj);
  558. }
  559. ShmSysConfigAndInfo->SysConfig.BackendConnTimeout = BackendConnTimeout;
  560. ShmSysConfigAndInfo->SysConfig.OfflinePolicy = OfflinePolicy;
  561. ShmSysConfigAndInfo->SysConfig.OfflineMaxChargeEnergy = OfflineMaxChargeEnergy;
  562. ShmSysConfigAndInfo->SysConfig.OfflineMaxChargeDuration = OfflineMaxChargeDuration;
  563. strcpy((char *)&ShmSysConfigAndInfo->SysConfig.OcppServerURL,OcppServerURL);
  564. strcpy((char *)&ShmSysConfigAndInfo->SysConfig.ChargeBoxId,ChargeBoxId);
  565. }
  566. struct SysConfigData SysConfig;
  567. unsigned char *ptr;
  568. // ptr=malloc(sizeof(struct SysConfigData));
  569. // if(ptr==NULL)
  570. // {
  571. // #ifdef SystemLogMessage
  572. // DEBUG_ERROR("malloc for SysConfigData NG");
  573. // #endif
  574. // return 0;
  575. // }
  576. memcpy(&SysConfig, &ShmSysConfigAndInfo->SysConfig, sizeof(struct SysConfigData));
  577. // memset(ptr,0,sizeof(struct SysConfigData));
  578. // memset(&SysConfig,0,sizeof(struct SysConfigData));
  579. int result = StoreUsrConfigData(&SysConfig);
  580. if(result != 1){
  581. #ifdef SystemLogMessage
  582. StoreLogMsg("[WebService]StoreUsrConfigData: normal NG");
  583. #endif
  584. }
  585. else{
  586. #ifdef SystemLogMessage
  587. StoreLogMsg("[WebService]StoreUsrConfigData: normal OK");
  588. #endif
  589. }
  590. // free(ptr);
  591. #ifdef SystemLogMessage
  592. DEBUG_INFO("WebServiceConfig update OK");
  593. #endif
  594. }
  595. if (argc == 2) { //init share memory for test
  596. if (strcmp(argv[1], "aaa") == 0) {
  597. //struct SysConfigData SysConfig;
  598. //system
  599. strcpy((char *)&ShmSysConfigAndInfo->SysConfig.ModelName, "AWLU770100T1P0D");
  600. strcpy((char *)&ShmSysConfigAndInfo->SysConfig.SerialNumber, "SerialNumber");
  601. strcpy((char *)&ShmSysConfigAndInfo->SysConfig.SystemId, "1234567890");
  602. strcpy((char *)&ShmSysConfigAndInfo->SysConfig.SystemDateTime, "2019-12-31 23:59:59");
  603. ShmSysConfigAndInfo->SysConfig.AcPhaseCount=1;
  604. ShmSysConfigAndInfo->SysInfo.FactoryConfiguration=0;
  605. ShmSysConfigAndInfo->SysConfig.AuthorisationMode=0;
  606. ShmSysConfigAndInfo->SysConfig.DefaultLanguage=0;
  607. ShmSysConfigAndInfo->SysInfo.InputVoltageR=0;
  608. ShmSysConfigAndInfo->SysInfo.InputVoltageS=0;
  609. ShmSysConfigAndInfo->SysInfo.InputVoltageT=0;
  610. ShmSysConfigAndInfo->SysInfo.SystemFanRotaSpeed=0;
  611. ShmSysConfigAndInfo->SysInfo.PsuFanRotaSpeed=0;
  612. ShmSysConfigAndInfo->SysConfig.RfidCardNumEndian=0;
  613. ShmSysConfigAndInfo->SysConfig.PsuAcInputType=0;
  614. ShmSysConfigAndInfo->SysInfo.AuxPower5V=0;
  615. ShmSysConfigAndInfo->SysInfo.AuxPower12V=0;
  616. ShmSysConfigAndInfo->SysInfo.AuxPower24V=0;
  617. ShmSysConfigAndInfo->SysInfo.AuxPower48V=0;
  618. strcpy((char *)&ShmSysConfigAndInfo->SysInfo.CsuHwRev, "");
  619. strcpy((char *)&ShmSysConfigAndInfo->SysInfo.CsuBootLoadFwRev, "");
  620. strcpy((char *)&ShmSysConfigAndInfo->SysInfo.CsuKernelFwRev, "");
  621. strcpy((char *)&ShmSysConfigAndInfo->SysInfo.CsuRootFsFwRev, "");
  622. strcpy((char *)&ShmSysConfigAndInfo->SysInfo.CsuPrimFwRev, "");
  623. strcpy((char *)&ShmSysConfigAndInfo->SysInfo.LcmHwRev, "");
  624. strcpy((char *)&ShmSysConfigAndInfo->SysInfo.LcmFwRev, "");
  625. strcpy((char *)&ShmSysConfigAndInfo->SysInfo.PsuHwRev, "");
  626. strcpy((char *)&ShmSysConfigAndInfo->SysInfo.PsuPrimFwRev, "");
  627. strcpy((char *)&ShmSysConfigAndInfo->SysInfo.PsuSecFwRev, "");
  628. strcpy((char *)&ShmSysConfigAndInfo->SysInfo.AuxPwrHwRev, "");
  629. strcpy((char *)&ShmSysConfigAndInfo->SysInfo.AuxPwrFwRev, "");
  630. strcpy((char *)&ShmSysConfigAndInfo->SysInfo.FanModuleHwRev, "");
  631. strcpy((char *)&ShmSysConfigAndInfo->SysInfo.FanModuleFwRev, "");
  632. strcpy((char *)&ShmSysConfigAndInfo->SysInfo.RelayModuleHwRev, "");
  633. strcpy((char *)&ShmSysConfigAndInfo->SysInfo.RelayModuleFwRev, "");
  634. strcpy((char *)&ShmSysConfigAndInfo->SysInfo.TelcomModemFwRev, "");
  635. ShmSysConfigAndInfo->SysInfo.SystemAmbientTemp=0;
  636. ShmSysConfigAndInfo->SysInfo.SystemCriticalTemp=0;
  637. ShmSysConfigAndInfo->SysInfo.CcsConnectorTemp=0;
  638. ShmSysConfigAndInfo->SysInfo.PsuAmbientTemp=0;
  639. ShmSysConfigAndInfo->SysConfig.AcPlugInTimes=0;
  640. ShmSysConfigAndInfo->SysConfig.GbPlugInTimes=0;
  641. ShmSysConfigAndInfo->SysConfig.Ccs1PlugInTime=0;
  642. ShmSysConfigAndInfo->SysConfig.Ccs2PlugInTimes=0;
  643. ShmSysConfigAndInfo->SysConfig.ChademoPlugInTimes=0;
  644. //charging
  645. ShmSysConfigAndInfo->SysConfig.MaxChargingEnergy=0;
  646. ShmSysConfigAndInfo->SysConfig.MaxChargingPower=0;
  647. ShmSysConfigAndInfo->SysConfig.MaxChargingCurrent= 0;
  648. ShmSysConfigAndInfo->SysConfig.MaxChargingDuration=0;
  649. ShmSysConfigAndInfo->SysConfig.PhaseLossPolicy=0;
  650. strcpy((char *)&ShmSysConfigAndInfo->SysConfig.LocalWhiteCard[0], "111");
  651. strcpy((char *)&ShmSysConfigAndInfo->SysConfig.LocalWhiteCard[1], "222");
  652. strcpy((char *)&ShmSysConfigAndInfo->SysConfig.LocalWhiteCard[2], "333");
  653. strcpy((char *)&ShmSysConfigAndInfo->SysConfig.LocalWhiteCard[3], "444");
  654. strcpy((char *)&ShmSysConfigAndInfo->SysConfig.LocalWhiteCard[4], "555");
  655. strcpy((char *)&ShmSysConfigAndInfo->SysConfig.LocalWhiteCard[5], "666");
  656. strcpy((char *)&ShmSysConfigAndInfo->SysConfig.LocalWhiteCard[6], "777");
  657. strcpy((char *)&ShmSysConfigAndInfo->SysConfig.LocalWhiteCard[7], "888");
  658. strcpy((char *)&ShmSysConfigAndInfo->SysConfig.LocalWhiteCard[8], "999");
  659. strcpy((char *)&ShmSysConfigAndInfo->SysConfig.LocalWhiteCard[9], "aaa");
  660. strcpy((char *)&ShmSysConfigAndInfo->SysConfig.UserId, "UserId");
  661. ShmSysConfigAndInfo->SysInfo.CcsChargingData[0].PresentChargingVoltage=0;
  662. ShmSysConfigAndInfo->SysInfo.CcsChargingData[0].PresentChargingCurrent=0;
  663. ShmSysConfigAndInfo->SysInfo.CcsChargingData[0].PresentChargingPower=0;
  664. ShmSysConfigAndInfo->SysInfo.CcsChargingData[0].PresentChargedEnergy=0;
  665. ShmSysConfigAndInfo->SysInfo.CcsChargingData[0].PresentChargedDuration=0;
  666. ShmSysConfigAndInfo->SysInfo.CcsChargingData[0].RemainChargingDuration=0;
  667. ShmSysConfigAndInfo->SysInfo.CcsChargingData[0].EvBatteryMaxVoltage=0;
  668. ShmSysConfigAndInfo->SysInfo.CcsChargingData[0].EvBatterytargetVoltage=0;
  669. ShmSysConfigAndInfo->SysInfo.CcsChargingData[0].EvBatterySoc=0;
  670. ShmSysConfigAndInfo->SysInfo.CcsChargingData[0].SystemStatus=1;
  671. ShmSysConfigAndInfo->SysInfo.CcsChargingData[0].Index=0;
  672. ShmSysConfigAndInfo->SysInfo.CcsChargingData[0].Type=0;
  673. ShmSysConfigAndInfo->SysInfo.CcsChargingData[0].type_index=0;
  674. ShmSysConfigAndInfo->SysInfo.CcsChargingData[0].EvBatterytargetCurrent=1;
  675. //network
  676. ShmSysConfigAndInfo->SysInfo.InternetConn=0;
  677. strcpy((char *)&ShmSysConfigAndInfo->SysConfig.FtpServer,"");
  678. ShmSysConfigAndInfo->SysConfig.Eth0Interface.EthDhcpClient=1;
  679. strcpy((char *)&ShmSysConfigAndInfo->SysConfig.Eth0Interface.EthMacAddress,"");
  680. strcpy((char *)&ShmSysConfigAndInfo->SysConfig.Eth0Interface.EthIpAddress,"192.168.1.10");
  681. strcpy((char *)&ShmSysConfigAndInfo->SysConfig.Eth0Interface.EthSubmaskAddress,"255.255.255.0");
  682. strcpy((char *)&ShmSysConfigAndInfo->SysConfig.Eth0Interface.EthGatewayAddress,"192.168.1.1");
  683. ShmSysConfigAndInfo->SysConfig.Eth1Interface.EthDhcpClient=1;
  684. strcpy((char *)&ShmSysConfigAndInfo->SysConfig.Eth1Interface.EthMacAddress,"");
  685. strcpy((char *)&ShmSysConfigAndInfo->SysConfig.Eth1Interface.EthIpAddress,"192.168.0.10");
  686. strcpy((char *)&ShmSysConfigAndInfo->SysConfig.Eth1Interface.EthSubmaskAddress,"255.255.255.0");
  687. strcpy((char *)&ShmSysConfigAndInfo->SysConfig.Eth1Interface.EthGatewayAddress,"192.168.0.1");
  688. ShmSysConfigAndInfo->SysConfig.AthInterface.WifiMode=1;
  689. strcpy((char *)&ShmSysConfigAndInfo->SysConfig.AthInterface.WifiSsid,"");
  690. strcpy((char *)&ShmSysConfigAndInfo->SysConfig.AthInterface.WifiPassword,"");
  691. ShmSysConfigAndInfo->SysConfig.AthInterface.WifiRssi=0;
  692. ShmSysConfigAndInfo->SysConfig.AthInterface.WifiDhcpServer=0;
  693. ShmSysConfigAndInfo->SysConfig.AthInterface.WifiDhcpClient=0;
  694. strcpy((char *)&ShmSysConfigAndInfo->SysConfig.AthInterface.WifiMacAddress,"");
  695. strcpy((char *)&ShmSysConfigAndInfo->SysConfig.AthInterface.WifiIpAddress,"");
  696. strcpy((char *)&ShmSysConfigAndInfo->SysConfig.AthInterface.WifiSubmaskAddress,"");
  697. strcpy((char *)&ShmSysConfigAndInfo->SysConfig.AthInterface.WifiGatewayAddress,"");
  698. strcpy((char *)&ShmSysConfigAndInfo->SysConfig.TelecomInterface.TelcomApn,"");
  699. ShmSysConfigAndInfo->SysConfig.TelecomInterface.TelcomRssi=0;
  700. strcpy((char *)&ShmSysConfigAndInfo->SysConfig.TelecomInterface.TelcomChapPapId,"");
  701. strcpy((char *)&ShmSysConfigAndInfo->SysConfig.TelecomInterface.TelcomChapPapPwd,"");
  702. strcpy((char *)&ShmSysConfigAndInfo->SysConfig.TelecomInterface.TelcomModemImei,"");
  703. strcpy((char *)&ShmSysConfigAndInfo->SysConfig.TelecomInterface.TelcomSimImsi,"");
  704. strcpy((char *)&ShmSysConfigAndInfo->SysConfig.TelecomInterface.TelcomSimIccid,"");
  705. ShmSysConfigAndInfo->SysConfig.TelecomInterface.TelcomSimStatus=0;
  706. ShmSysConfigAndInfo->SysConfig.TelecomInterface.TelcomModemMode=0;
  707. strcpy((char *)&ShmSysConfigAndInfo->SysConfig.TelecomInterface.TelcomIpAddress,"");
  708. //backend
  709. ShmSysConfigAndInfo->SysConfig.BackendConnTimeout=300;
  710. ShmSysConfigAndInfo->SysConfig.OfflinePolicy=0;
  711. ShmSysConfigAndInfo->SysConfig.OfflineMaxChargeEnergy=0;
  712. ShmSysConfigAndInfo->SysConfig.OfflineMaxChargeDuration=0;
  713. ShmSysConfigAndInfo->SysInfo.OcppConnStatus=0;
  714. strcpy((char *)&ShmSysConfigAndInfo->SysConfig.OcppServerURL,"");
  715. strcpy((char *)&ShmSysConfigAndInfo->SysConfig.ChargeBoxId,"");
  716. ShmSysConfigAndInfo->SysInfo.FirmwareUpdate=0;
  717. StoreUsrConfigData(&ShmSysConfigAndInfo->SysConfig);
  718. #ifdef SystemLogMessage
  719. DEBUG_INFO("WebService initial OK");
  720. #endif
  721. }
  722. if (strcmp(argv[1], "log") == 0) {
  723. time_t tt = time(0); //獲取當前時間
  724. int year,month;
  725. char cmd[100];
  726. struct tm *pst = localtime(&tt); //把time_t類型轉換為struct tm類型
  727. year = pst->tm_year + 1900;
  728. month = pst->tm_mon + 1;
  729. sprintf(cmd,"cp /mnt/%04d-%02d.zip /var/www/log.zip",year,month);
  730. if(system("exec /root/logPackTools 'log'")==0){
  731. system(cmd);
  732. }
  733. }
  734. }
  735. //upgrade firmware
  736. if ((argc == 3) & (strcmp(argv[1], "upgrade") == 0)) {
  737. struct json_object *jobj;
  738. struct json_object *Result;
  739. struct json_object *Message;
  740. //char cmd[100];
  741. jobj=json_object_new_object();
  742. //system
  743. //if((char)ShmSysConfigAndInfo->SysInfo.FirmwareUpdate == '0'){
  744. ShmSysConfigAndInfo->SysInfo.FirmwareUpdate=1;
  745. Result = json_object_new_string("success");
  746. Message = json_object_new_string("file is uploaded");
  747. //}
  748. /*else{
  749. sprintf(cmd,"rm /mnt/%s",argv[2]);
  750. system(cmd);
  751. Result = json_object_new_string("error");
  752. Message = json_object_new_string("machine is busy");
  753. }*/
  754. json_object_object_add(jobj,"Result",Result);
  755. json_object_object_add(jobj,"Message",Message);
  756. printf("%s\n", json_object_to_json_string(jobj));
  757. }
  758. //web page query all
  759. if ((argc == 2) & (strcmp(argv[1], "query") == 0)) {
  760. char *IsAcDc[2];
  761. char *Connector1[2];
  762. char *Connector2[2];
  763. char *Connector3[2];
  764. char *Network[2];
  765. substr((char *)IsAcDc,(const char *)ShmSysConfigAndInfo->SysConfig.ModelName,0,1);
  766. substr((char *)Connector1,(const char *)ShmSysConfigAndInfo->SysConfig.ModelName,7,1);
  767. substr((char *)Connector2,(const char *)ShmSysConfigAndInfo->SysConfig.ModelName,8,1);
  768. substr((char *)Connector3,(const char *)ShmSysConfigAndInfo->SysConfig.ModelName,9,1);
  769. substr((char *)Network,(const char *)ShmSysConfigAndInfo->SysConfig.ModelName,10,1);
  770. int connectorType1,connectorType2,connectorType3;
  771. connectorType1=ConnectorType((char *)Connector1);
  772. connectorType2=ConnectorType((char *)Connector2);
  773. connectorType3=ConnectorType((char *)Connector3);
  774. // modelType=ModelType((char *)IsAcDc,(char *)Network);
  775. // printf("modelType:%d\n",modelType);
  776. struct json_object *jobj1;
  777. struct json_object *jobj2;
  778. struct json_object *jobj3;
  779. struct json_object *jobj4;
  780. // struct json_object *array_obj;
  781. //system
  782. struct json_object *ModelName;
  783. struct json_object *SerialNumber;
  784. struct json_object *SystemId;
  785. // struct json_object *SystemDateTime;
  786. struct json_object *AcPhaseCount;
  787. struct json_object *FactoryConfiguration;
  788. struct json_object *AuthorisationMode;
  789. struct json_object *DefaultLanguage;
  790. struct json_object *InputVoltageR;
  791. struct json_object *InputVoltageS;
  792. struct json_object *InputVoltageT;
  793. struct json_object *SystemFanRotaSpeed;
  794. struct json_object *PsuFanRotaSpeed;
  795. struct json_object *RfidCardNumEndian;
  796. struct json_object *PsuAcInputType;
  797. struct json_object *AuxPower5V;
  798. struct json_object *AuxPower12V;
  799. struct json_object *AuxPower24V;
  800. struct json_object *AuxPower48V;
  801. struct json_object *CsuHwRev;
  802. struct json_object *CsuBootLoadFwRev;
  803. struct json_object *CsuKernelFwRev;
  804. struct json_object *CsuRootFsFwRev;
  805. struct json_object *CsuPrimFwRev;
  806. struct json_object *LcmHwRev;
  807. struct json_object *LcmFwRev;
  808. struct json_object *PsuHwRev;
  809. struct json_object *PsuPrimFwRev;
  810. struct json_object *PsuSecFwRev;
  811. struct json_object *AuxPwrHwRev;
  812. struct json_object *AuxPwrFwRev;
  813. struct json_object *FanModuleHwRev;
  814. struct json_object *FanModuleFwRev;
  815. struct json_object *RelayModuleHwRev;
  816. struct json_object *RelayModuleFwRev;
  817. struct json_object *TelcomModemFwRev;
  818. struct json_object *SystemAmbientTemp;
  819. struct json_object *SystemCriticalTemp;
  820. struct json_object *CcsConnectorTemp;
  821. struct json_object *PsuAmbientTemp;
  822. struct json_object *AcPlugInTimes;
  823. struct json_object *GbPlugInTimes;
  824. struct json_object *Ccs1PlugInTime;
  825. struct json_object *Ccs2PlugInTimes;
  826. struct json_object *ChademoPlugInTimes;
  827. struct json_object *FirmwareUpdate;
  828. //charging
  829. struct json_object *MaxChargingEnergy;
  830. struct json_object *MaxChargingPower;
  831. struct json_object *MaxChargingCurrent;
  832. struct json_object *MaxChargingDuration;
  833. struct json_object *PhaseLossPolicy;
  834. struct json_object *LocalWhiteCard[10];
  835. struct json_object *LocalWhiteCardArr= json_object_new_array();
  836. // struct json_object *CcsAuthentication;
  837. // struct json_object *AcCcsChargingMode;
  838. // struct json_object *UserId;
  839. struct json_object *ChargingInfo1;
  840. struct json_object *ChargingInfo2;
  841. struct json_object *ChargingInfo3;
  842. struct json_object *CardNumber[3];
  843. struct json_object *StartUserId[3];
  844. struct json_object *StartDateTime[3];
  845. struct json_object *StopDateTime[3];
  846. struct json_object *StartMethod[3];
  847. struct json_object *ConnectorTemp[3];
  848. struct json_object *PresentChargingVoltage[3];
  849. struct json_object *PresentChargingCurrent[3];
  850. struct json_object *PresentChargingPower[3];
  851. struct json_object *PresentChargedEnergy[3];
  852. struct json_object *PresentChargedDuration[3];
  853. struct json_object *RemainChargingDuration[3];
  854. struct json_object *EvBatteryMaxVoltage[3];
  855. struct json_object *EvBatterytargetVoltage[3];
  856. struct json_object *EvBatterySoc[3];
  857. struct json_object *SystemStatus[3];
  858. struct json_object *Index[3];
  859. struct json_object *Type[3];
  860. struct json_object *type_index[3];
  861. struct json_object *EvBatterytargetCurrent[3];
  862. //network
  863. struct json_object *InternetConn;
  864. struct json_object *FtpServer;
  865. struct json_object *Eth0DhcpClient;
  866. struct json_object *Eth0MacAddress;
  867. struct json_object *Eth0IpAddress;
  868. struct json_object *Eth0SubmaskAddress;
  869. struct json_object *Eth0GatewayAddress;
  870. struct json_object *Eth1DhcpClient;
  871. struct json_object *Eth1MacAddress;
  872. struct json_object *Eth1IpAddress;
  873. struct json_object *Eth1SubmaskAddress;
  874. struct json_object *Eth1GatewayAddress;
  875. struct json_object *WifiMode;
  876. struct json_object *WifiSsid;
  877. struct json_object *WifiPassword;
  878. struct json_object *WifiRssi;
  879. struct json_object *WifiDhcpServer;
  880. struct json_object *WifiDhcpClient;
  881. struct json_object *WifiMacAddress;
  882. struct json_object *WifiIpAddress;
  883. struct json_object *WifiSubmaskAddress;
  884. struct json_object *WifiGatewayAddress;
  885. struct json_object *WifiNetworkConn;
  886. struct json_object *TelcomApn;
  887. struct json_object *TelcomRssi;
  888. struct json_object *TelcomChapPapId;
  889. struct json_object *TelcomChapPapPwd;
  890. struct json_object *TelcomModemImei;
  891. struct json_object *TelcomSimImsi;
  892. struct json_object *TelcomSimIccid;
  893. struct json_object *TelcomSimStatus;
  894. struct json_object *TelcomModemMode;
  895. struct json_object *TelcomIpAddress;
  896. struct json_object *TelcomNetworkConn;
  897. //backend
  898. struct json_object *BackendConnTimeout;
  899. struct json_object *OfflinePolicy;
  900. struct json_object *OfflineMaxChargeEnergy;
  901. struct json_object *OfflineMaxChargeDuration;
  902. struct json_object *OcppConnStatus;
  903. struct json_object *OcppServerURL;
  904. struct json_object *ChargeBoxId;
  905. /* log for debug charginginfodata start*/
  906. // #ifdef SystemLogMessage
  907. WriteLogMsg("ModelName:%s",(char *)&ShmSysConfigAndInfo->SysConfig.ModelName);
  908. WriteLogMsg("connectorType1:%d",connectorType1);
  909. WriteLogMsg("connectorType2:%d",connectorType2);
  910. WriteLogMsg("connectorType3:%d",connectorType3);
  911. // #endif
  912. /* log for debug charginginfodata end*/
  913. // array_obj = json_object_new_array();
  914. jobj1=json_object_new_object();
  915. jobj2=json_object_new_object();
  916. jobj3=json_object_new_object();
  917. jobj4=json_object_new_object();
  918. //system
  919. ModelName = json_object_new_string((char *)&ShmSysConfigAndInfo->SysConfig.ModelName);
  920. SerialNumber = json_object_new_string((char *)&ShmSysConfigAndInfo->SysConfig.SerialNumber);
  921. SystemId = json_object_new_string((char *)&ShmSysConfigAndInfo->SysConfig.SystemId);
  922. // SystemDateTime = json_object_new_string(ShmSysConfigAndInfo->SysConfig.SystemDateTime);
  923. AcPhaseCount = json_object_new_int(ShmSysConfigAndInfo->SysConfig.AcPhaseCount);
  924. FactoryConfiguration = json_object_new_int(ShmSysConfigAndInfo->SysInfo.FactoryConfiguration);
  925. AuthorisationMode = json_object_new_int(ShmSysConfigAndInfo->SysConfig.AuthorisationMode);
  926. DefaultLanguage = json_object_new_int(ShmSysConfigAndInfo->SysConfig.DefaultLanguage);
  927. InputVoltageR = json_object_new_double(ShmSysConfigAndInfo->SysInfo.InputVoltageR);
  928. InputVoltageS = json_object_new_double(ShmSysConfigAndInfo->SysInfo.InputVoltageS);
  929. InputVoltageT = json_object_new_double(ShmSysConfigAndInfo->SysInfo.InputVoltageT);
  930. SystemFanRotaSpeed = json_object_new_int(ShmSysConfigAndInfo->SysInfo.SystemFanRotaSpeed);
  931. PsuFanRotaSpeed = json_object_new_int(ShmSysConfigAndInfo->SysInfo.PsuFanRotaSpeed);
  932. RfidCardNumEndian = json_object_new_int(ShmSysConfigAndInfo->SysConfig.RfidCardNumEndian);
  933. PsuAcInputType = json_object_new_int(ShmSysConfigAndInfo->SysConfig.PsuAcInputType);
  934. AuxPower5V = json_object_new_int(ShmSysConfigAndInfo->SysInfo.AuxPower5V);
  935. AuxPower12V = json_object_new_int(ShmSysConfigAndInfo->SysInfo.AuxPower12V);
  936. AuxPower24V = json_object_new_int(ShmSysConfigAndInfo->SysInfo.AuxPower24V);
  937. AuxPower48V = json_object_new_int(ShmSysConfigAndInfo->SysInfo.AuxPower48V);
  938. CsuHwRev = json_object_new_string((char *)&ShmSysConfigAndInfo->SysInfo.CsuHwRev);
  939. CsuBootLoadFwRev = json_object_new_string((char *)&ShmSysConfigAndInfo->SysInfo.CsuBootLoadFwRev);
  940. CsuKernelFwRev = json_object_new_string((char *)&ShmSysConfigAndInfo->SysInfo.CsuKernelFwRev);
  941. CsuRootFsFwRev = json_object_new_string((char *)&ShmSysConfigAndInfo->SysInfo.CsuRootFsFwRev);
  942. CsuPrimFwRev = json_object_new_string((char *)&ShmSysConfigAndInfo->SysInfo.CsuPrimFwRev);
  943. LcmHwRev = json_object_new_string((char *)&ShmSysConfigAndInfo->SysInfo.LcmHwRev);
  944. LcmFwRev = json_object_new_string((char *)&ShmSysConfigAndInfo->SysInfo.LcmFwRev);
  945. PsuHwRev = json_object_new_string((char *)&ShmSysConfigAndInfo->SysInfo.PsuHwRev);
  946. PsuPrimFwRev = json_object_new_string((char *)&ShmSysConfigAndInfo->SysInfo.PsuPrimFwRev);
  947. PsuSecFwRev = json_object_new_string((char *)&ShmSysConfigAndInfo->SysInfo.PsuSecFwRev);
  948. AuxPwrHwRev = json_object_new_string((char *)&ShmSysConfigAndInfo->SysInfo.AuxPwrHwRev);
  949. AuxPwrFwRev = json_object_new_string((char *)&ShmSysConfigAndInfo->SysInfo.AuxPwrFwRev);
  950. FanModuleHwRev = json_object_new_string((char *)&ShmSysConfigAndInfo->SysInfo.FanModuleHwRev);
  951. FanModuleFwRev = json_object_new_string((char *)&ShmSysConfigAndInfo->SysInfo.FanModuleFwRev);
  952. RelayModuleHwRev = json_object_new_string((char *)&ShmSysConfigAndInfo->SysInfo.RelayModuleHwRev);
  953. RelayModuleFwRev = json_object_new_string((char *)&ShmSysConfigAndInfo->SysInfo.RelayModuleFwRev);
  954. TelcomModemFwRev = json_object_new_string((char *)&ShmSysConfigAndInfo->SysInfo.TelcomModemFwRev);
  955. SystemAmbientTemp = json_object_new_int(ShmSysConfigAndInfo->SysInfo.SystemAmbientTemp);
  956. SystemCriticalTemp = json_object_new_int(ShmSysConfigAndInfo->SysInfo.SystemCriticalTemp);
  957. CcsConnectorTemp = json_object_new_int(ShmSysConfigAndInfo->SysInfo.CcsConnectorTemp);
  958. PsuAmbientTemp = json_object_new_int(ShmSysConfigAndInfo->SysInfo.PsuAmbientTemp);
  959. AcPlugInTimes = json_object_new_int(ShmSysConfigAndInfo->SysConfig.AcPlugInTimes);
  960. GbPlugInTimes = json_object_new_int(ShmSysConfigAndInfo->SysConfig.GbPlugInTimes);
  961. Ccs1PlugInTime = json_object_new_int(ShmSysConfigAndInfo->SysConfig.Ccs1PlugInTime);
  962. Ccs2PlugInTimes = json_object_new_int(ShmSysConfigAndInfo->SysConfig.Ccs2PlugInTimes);
  963. ChademoPlugInTimes = json_object_new_int(ShmSysConfigAndInfo->SysConfig.ChademoPlugInTimes);
  964. FirmwareUpdate = json_object_new_string((char *)&ShmSysConfigAndInfo->SysInfo.FirmwareUpdate);
  965. //charging
  966. int CcsGunQty=0;
  967. int GbGunQty=0;
  968. int CHAdeMOGunQty=0;
  969. int AcGunQty=0;
  970. ChargingInfo1=json_object_new_object();
  971. ChargingInfo2=json_object_new_object();
  972. ChargingInfo3=json_object_new_object();
  973. MaxChargingEnergy = json_object_new_int(ShmSysConfigAndInfo->SysConfig.MaxChargingEnergy);
  974. MaxChargingPower = json_object_new_int(ShmSysConfigAndInfo->SysConfig.MaxChargingPower);
  975. MaxChargingCurrent = json_object_new_int(ShmSysConfigAndInfo->SysConfig.MaxChargingCurrent);
  976. MaxChargingDuration = json_object_new_int(ShmSysConfigAndInfo->SysConfig.MaxChargingDuration);
  977. PhaseLossPolicy = json_object_new_int(ShmSysConfigAndInfo->SysConfig.PhaseLossPolicy);
  978. LocalWhiteCard[0] = json_object_new_string((char *)&ShmSysConfigAndInfo->SysConfig.LocalWhiteCard[0]);
  979. LocalWhiteCard[1] = json_object_new_string((char *)&ShmSysConfigAndInfo->SysConfig.LocalWhiteCard[1]);
  980. LocalWhiteCard[2] = json_object_new_string((char *)&ShmSysConfigAndInfo->SysConfig.LocalWhiteCard[2]);
  981. LocalWhiteCard[3] = json_object_new_string((char *)&ShmSysConfigAndInfo->SysConfig.LocalWhiteCard[3]);
  982. LocalWhiteCard[4] = json_object_new_string((char *)&ShmSysConfigAndInfo->SysConfig.LocalWhiteCard[4]);
  983. LocalWhiteCard[5] = json_object_new_string((char *)&ShmSysConfigAndInfo->SysConfig.LocalWhiteCard[5]);
  984. LocalWhiteCard[6] = json_object_new_string((char *)&ShmSysConfigAndInfo->SysConfig.LocalWhiteCard[6]);
  985. LocalWhiteCard[7] = json_object_new_string((char *)&ShmSysConfigAndInfo->SysConfig.LocalWhiteCard[7]);
  986. LocalWhiteCard[8] = json_object_new_string((char *)&ShmSysConfigAndInfo->SysConfig.LocalWhiteCard[8]);
  987. LocalWhiteCard[9] = json_object_new_string((char *)&ShmSysConfigAndInfo->SysConfig.LocalWhiteCard[9]);
  988. //UserId = json_object_new_string((char *)&ShmSysConfigAndInfo->SysConfig.UserId);
  989. if(connectorType1 != 0){
  990. if(connectorType1 == 1){//CCS
  991. PresentChargingVoltage[0] = json_object_new_double(ShmSysConfigAndInfo->SysInfo.CcsChargingData[CcsGunQty].PresentChargingVoltage);
  992. PresentChargingCurrent[0] = json_object_new_double(ShmSysConfigAndInfo->SysInfo.CcsChargingData[CcsGunQty].PresentChargingCurrent);
  993. PresentChargingPower[0] = json_object_new_double(ShmSysConfigAndInfo->SysInfo.CcsChargingData[CcsGunQty].PresentChargingPower);
  994. PresentChargedEnergy[0] = json_object_new_double(ShmSysConfigAndInfo->SysInfo.CcsChargingData[CcsGunQty].PresentChargedEnergy);
  995. PresentChargedDuration[0] = json_object_new_double(ShmSysConfigAndInfo->SysInfo.CcsChargingData[CcsGunQty].PresentChargedDuration);
  996. RemainChargingDuration[0] = json_object_new_double(ShmSysConfigAndInfo->SysInfo.CcsChargingData[CcsGunQty].RemainChargingDuration);
  997. EvBatteryMaxVoltage[0] = json_object_new_double(ShmSysConfigAndInfo->SysInfo.CcsChargingData[CcsGunQty].EvBatteryMaxVoltage);
  998. EvBatterytargetVoltage[0] = json_object_new_double(ShmSysConfigAndInfo->SysInfo.CcsChargingData[CcsGunQty].EvBatterytargetVoltage);
  999. EvBatterySoc[0] = json_object_new_double(ShmSysConfigAndInfo->SysInfo.CcsChargingData[CcsGunQty].EvBatterySoc);
  1000. SystemStatus[0] = json_object_new_int(ShmSysConfigAndInfo->SysInfo.CcsChargingData[CcsGunQty].SystemStatus);
  1001. Index[0] = json_object_new_int(ShmSysConfigAndInfo->SysInfo.CcsChargingData[CcsGunQty].Index);
  1002. Type[0] = json_object_new_int(ShmSysConfigAndInfo->SysInfo.CcsChargingData[CcsGunQty].Type);
  1003. type_index[0] = json_object_new_int(ShmSysConfigAndInfo->SysInfo.CcsChargingData[CcsGunQty].type_index);
  1004. EvBatterytargetCurrent[0] = json_object_new_double(ShmSysConfigAndInfo->SysInfo.CcsChargingData[CcsGunQty].EvBatterytargetCurrent);
  1005. CardNumber[0] = json_object_new_string((char *)&ShmSysConfigAndInfo->SysInfo.CcsChargingData[CcsGunQty].CardNumber);
  1006. StartUserId[0] = json_object_new_string((char *)&ShmSysConfigAndInfo->SysInfo.CcsChargingData[CcsGunQty].StartUserId);
  1007. StartDateTime[0] = json_object_new_string((char *)&ShmSysConfigAndInfo->SysInfo.CcsChargingData[CcsGunQty].StartDateTime);
  1008. StopDateTime[0] = json_object_new_string((char *)&ShmSysConfigAndInfo->SysInfo.CcsChargingData[CcsGunQty].StopDateTime);
  1009. StartMethod[0] = json_object_new_int(ShmSysConfigAndInfo->SysInfo.CcsChargingData[CcsGunQty].StartMethod);
  1010. ConnectorTemp[0] = json_object_new_int(ShmSysConfigAndInfo->SysInfo.CcsChargingData[CcsGunQty].ConnectorTemp);
  1011. CcsGunQty++;
  1012. }
  1013. else if(connectorType1 == 2){//GB
  1014. PresentChargingVoltage[0] = json_object_new_double(ShmSysConfigAndInfo->SysInfo.GbChargingData[GbGunQty].PresentChargingVoltage);
  1015. PresentChargingCurrent[0] = json_object_new_double(ShmSysConfigAndInfo->SysInfo.GbChargingData[GbGunQty].PresentChargingCurrent);
  1016. PresentChargingPower[0] = json_object_new_double(ShmSysConfigAndInfo->SysInfo.GbChargingData[GbGunQty].PresentChargingPower);
  1017. PresentChargedEnergy[0] = json_object_new_double(ShmSysConfigAndInfo->SysInfo.GbChargingData[GbGunQty].PresentChargedEnergy);
  1018. PresentChargedDuration[0] = json_object_new_double(ShmSysConfigAndInfo->SysInfo.GbChargingData[GbGunQty].PresentChargedDuration);
  1019. RemainChargingDuration[0] = json_object_new_double(ShmSysConfigAndInfo->SysInfo.GbChargingData[GbGunQty].RemainChargingDuration);
  1020. EvBatteryMaxVoltage[0] = json_object_new_double(ShmSysConfigAndInfo->SysInfo.GbChargingData[GbGunQty].EvBatteryMaxVoltage);
  1021. EvBatterytargetVoltage[0] = json_object_new_double(ShmSysConfigAndInfo->SysInfo.GbChargingData[GbGunQty].EvBatterytargetVoltage);
  1022. EvBatterySoc[0] = json_object_new_double(ShmSysConfigAndInfo->SysInfo.GbChargingData[GbGunQty].EvBatterySoc);
  1023. SystemStatus[0] = json_object_new_int(ShmSysConfigAndInfo->SysInfo.GbChargingData[GbGunQty].SystemStatus);
  1024. Index[0] = json_object_new_int(ShmSysConfigAndInfo->SysInfo.GbChargingData[GbGunQty].Index);
  1025. Type[0] = json_object_new_int(ShmSysConfigAndInfo->SysInfo.GbChargingData[GbGunQty].Type);
  1026. type_index[0] = json_object_new_int(ShmSysConfigAndInfo->SysInfo.GbChargingData[GbGunQty].type_index);
  1027. EvBatterytargetCurrent[0] = json_object_new_double(ShmSysConfigAndInfo->SysInfo.GbChargingData[GbGunQty].EvBatterytargetCurrent);
  1028. CardNumber[0] = json_object_new_string((char *)&ShmSysConfigAndInfo->SysInfo.GbChargingData[GbGunQty].CardNumber);
  1029. StartUserId[0] = json_object_new_string((char *)&ShmSysConfigAndInfo->SysInfo.GbChargingData[GbGunQty].StartUserId);
  1030. StartDateTime[0] = json_object_new_string((char *)&ShmSysConfigAndInfo->SysInfo.GbChargingData[GbGunQty].StartDateTime);
  1031. StopDateTime[0] = json_object_new_string((char *)&ShmSysConfigAndInfo->SysInfo.GbChargingData[GbGunQty].StopDateTime);
  1032. StartMethod[0] = json_object_new_int(ShmSysConfigAndInfo->SysInfo.GbChargingData[GbGunQty].StartMethod);
  1033. ConnectorTemp[0] = json_object_new_int(ShmSysConfigAndInfo->SysInfo.GbChargingData[GbGunQty].ConnectorTemp);
  1034. GbGunQty++;
  1035. }
  1036. else if(connectorType1 == 3){//CHAdeMO
  1037. PresentChargingVoltage[0] = json_object_new_double(ShmSysConfigAndInfo->SysInfo.ChademoChargingData[CHAdeMOGunQty].PresentChargingVoltage);
  1038. PresentChargingCurrent[0] = json_object_new_double(ShmSysConfigAndInfo->SysInfo.ChademoChargingData[CHAdeMOGunQty].PresentChargingCurrent);
  1039. PresentChargingPower[0] = json_object_new_double(ShmSysConfigAndInfo->SysInfo.ChademoChargingData[CHAdeMOGunQty].PresentChargingPower);
  1040. PresentChargedEnergy[0] = json_object_new_double(ShmSysConfigAndInfo->SysInfo.ChademoChargingData[CHAdeMOGunQty].PresentChargedEnergy);
  1041. PresentChargedDuration[0] = json_object_new_double(ShmSysConfigAndInfo->SysInfo.ChademoChargingData[CHAdeMOGunQty].PresentChargedDuration);
  1042. RemainChargingDuration[0] = json_object_new_double(ShmSysConfigAndInfo->SysInfo.ChademoChargingData[CHAdeMOGunQty].RemainChargingDuration);
  1043. EvBatteryMaxVoltage[0] = json_object_new_double(ShmSysConfigAndInfo->SysInfo.ChademoChargingData[CHAdeMOGunQty].EvBatteryMaxVoltage);
  1044. EvBatterytargetVoltage[0] = json_object_new_double(ShmSysConfigAndInfo->SysInfo.ChademoChargingData[CHAdeMOGunQty].EvBatterytargetVoltage);
  1045. EvBatterySoc[0] = json_object_new_double(ShmSysConfigAndInfo->SysInfo.ChademoChargingData[CHAdeMOGunQty].EvBatterySoc);
  1046. SystemStatus[0] = json_object_new_int(ShmSysConfigAndInfo->SysInfo.ChademoChargingData[CHAdeMOGunQty].SystemStatus);
  1047. Index[0] = json_object_new_int(ShmSysConfigAndInfo->SysInfo.ChademoChargingData[CHAdeMOGunQty].Index);
  1048. Type[0] = json_object_new_int(ShmSysConfigAndInfo->SysInfo.ChademoChargingData[CHAdeMOGunQty].Type);
  1049. type_index[0] = json_object_new_int(ShmSysConfigAndInfo->SysInfo.ChademoChargingData[CHAdeMOGunQty].type_index);
  1050. EvBatterytargetCurrent[0] = json_object_new_double(ShmSysConfigAndInfo->SysInfo.ChademoChargingData[CHAdeMOGunQty].EvBatterytargetCurrent);
  1051. CardNumber[0] = json_object_new_string((char *)&ShmSysConfigAndInfo->SysInfo.ChademoChargingData[CHAdeMOGunQty].CardNumber);
  1052. StartUserId[0] = json_object_new_string((char *)&ShmSysConfigAndInfo->SysInfo.ChademoChargingData[CHAdeMOGunQty].StartUserId);
  1053. StartDateTime[0] = json_object_new_string((char *)&ShmSysConfigAndInfo->SysInfo.ChademoChargingData[CHAdeMOGunQty].StartDateTime);
  1054. StopDateTime[0] = json_object_new_string((char *)&ShmSysConfigAndInfo->SysInfo.ChademoChargingData[CHAdeMOGunQty].StopDateTime);
  1055. StartMethod[0] = json_object_new_int(ShmSysConfigAndInfo->SysInfo.ChademoChargingData[CHAdeMOGunQty].StartMethod);
  1056. ConnectorTemp[0] = json_object_new_int(ShmSysConfigAndInfo->SysInfo.ChademoChargingData[CHAdeMOGunQty].ConnectorTemp);
  1057. CHAdeMOGunQty++;
  1058. }
  1059. else if(connectorType1 == 4){//AC
  1060. /* log for debug charginginfodata start*/
  1061. // #ifdef SystemLogMessage
  1062. WriteLogMsg("PresentChargingVoltage[0]:%f",ShmSysConfigAndInfo->SysInfo.AcChargingData[AcGunQty].PresentChargingVoltage);
  1063. WriteLogMsg("PresentChargingCurrent[0]:%f",ShmSysConfigAndInfo->SysInfo.AcChargingData[AcGunQty].PresentChargingCurrent);
  1064. WriteLogMsg("PresentChargingPower[0]:%f",ShmSysConfigAndInfo->SysInfo.AcChargingData[AcGunQty].PresentChargingPower);
  1065. WriteLogMsg("PresentChargedEnergy[0]:%f",ShmSysConfigAndInfo->SysInfo.AcChargingData[AcGunQty].PresentChargedEnergy);
  1066. WriteLogMsg("PresentChargedDuration[0]:%f",ShmSysConfigAndInfo->SysInfo.AcChargingData[AcGunQty].PresentChargedDuration);
  1067. WriteLogMsg("RemainChargingDuration[0]:%f",ShmSysConfigAndInfo->SysInfo.AcChargingData[AcGunQty].RemainChargingDuration);
  1068. WriteLogMsg("EvBatteryMaxVoltage[0]:%f",ShmSysConfigAndInfo->SysInfo.AcChargingData[AcGunQty].EvBatteryMaxVoltage);
  1069. WriteLogMsg("EvBatterytargetVoltage[0]:%f",ShmSysConfigAndInfo->SysInfo.AcChargingData[AcGunQty].EvBatterytargetVoltage);
  1070. WriteLogMsg("EvBatterySoc[0]:%f",ShmSysConfigAndInfo->SysInfo.AcChargingData[AcGunQty].EvBatterySoc);
  1071. WriteLogMsg("SystemStatus[0]:%d",ShmSysConfigAndInfo->SysInfo.AcChargingData[AcGunQty].SystemStatus);
  1072. WriteLogMsg("Index[0]:%d",ShmSysConfigAndInfo->SysInfo.AcChargingData[AcGunQty].Index);
  1073. WriteLogMsg("Type[0]:%d",ShmSysConfigAndInfo->SysInfo.AcChargingData[AcGunQty].Type);
  1074. WriteLogMsg("type_index[0]:%d",ShmSysConfigAndInfo->SysInfo.AcChargingData[AcGunQty].type_index);
  1075. WriteLogMsg("EvBatterytargetCurrent[0]:%f",ShmSysConfigAndInfo->SysInfo.AcChargingData[AcGunQty].EvBatterytargetCurrent);
  1076. WriteLogMsg("CardNumber[0]:%s",ShmSysConfigAndInfo->SysInfo.AcChargingData[AcGunQty].CardNumber);
  1077. WriteLogMsg("StartUserId[0]:%s",ShmSysConfigAndInfo->SysInfo.AcChargingData[AcGunQty].StartUserId);
  1078. WriteLogMsg("StartDateTime[0]:%s",ShmSysConfigAndInfo->SysInfo.AcChargingData[AcGunQty].StartDateTime);
  1079. WriteLogMsg("StopDateTime[0]:%s",ShmSysConfigAndInfo->SysInfo.AcChargingData[AcGunQty].StopDateTime);
  1080. WriteLogMsg("StartMethod[0]:%d",ShmSysConfigAndInfo->SysInfo.AcChargingData[AcGunQty].StartMethod);
  1081. WriteLogMsg("ConnectorTemp[0]:%d",ShmSysConfigAndInfo->SysInfo.AcChargingData[AcGunQty].ConnectorTemp);
  1082. // #endif
  1083. /* log for debug charginginfodata end*/
  1084. PresentChargingVoltage[0] = json_object_new_double(ShmSysConfigAndInfo->SysInfo.AcChargingData[AcGunQty].PresentChargingVoltage);
  1085. PresentChargingCurrent[0] = json_object_new_double(ShmSysConfigAndInfo->SysInfo.AcChargingData[AcGunQty].PresentChargingCurrent);
  1086. PresentChargingPower[0] = json_object_new_double(ShmSysConfigAndInfo->SysInfo.AcChargingData[AcGunQty].PresentChargingPower);
  1087. PresentChargedEnergy[0] = json_object_new_double(ShmSysConfigAndInfo->SysInfo.AcChargingData[AcGunQty].PresentChargedEnergy);
  1088. PresentChargedDuration[0] = json_object_new_double(ShmSysConfigAndInfo->SysInfo.AcChargingData[AcGunQty].PresentChargedDuration);
  1089. RemainChargingDuration[0] = json_object_new_double(ShmSysConfigAndInfo->SysInfo.AcChargingData[AcGunQty].RemainChargingDuration);
  1090. EvBatteryMaxVoltage[0] = json_object_new_double(ShmSysConfigAndInfo->SysInfo.AcChargingData[AcGunQty].EvBatteryMaxVoltage);
  1091. EvBatterytargetVoltage[0] = json_object_new_double(ShmSysConfigAndInfo->SysInfo.AcChargingData[AcGunQty].EvBatterytargetVoltage);
  1092. EvBatterySoc[0] = json_object_new_double(ShmSysConfigAndInfo->SysInfo.AcChargingData[AcGunQty].EvBatterySoc);
  1093. SystemStatus[0] = json_object_new_int(ShmSysConfigAndInfo->SysInfo.AcChargingData[AcGunQty].SystemStatus);
  1094. Index[0] = json_object_new_int(ShmSysConfigAndInfo->SysInfo.AcChargingData[AcGunQty].Index);
  1095. Type[0] = json_object_new_int(ShmSysConfigAndInfo->SysInfo.AcChargingData[AcGunQty].Type);
  1096. type_index[0] = json_object_new_int(ShmSysConfigAndInfo->SysInfo.AcChargingData[AcGunQty].type_index);
  1097. EvBatterytargetCurrent[0] = json_object_new_double(ShmSysConfigAndInfo->SysInfo.AcChargingData[AcGunQty].EvBatterytargetCurrent);
  1098. CardNumber[0] = json_object_new_string((char *)&ShmSysConfigAndInfo->SysInfo.AcChargingData[AcGunQty].CardNumber);
  1099. StartUserId[0] = json_object_new_string((char *)&ShmSysConfigAndInfo->SysInfo.AcChargingData[AcGunQty].StartUserId);
  1100. StartDateTime[0] = json_object_new_string((char *)&ShmSysConfigAndInfo->SysInfo.AcChargingData[AcGunQty].StartDateTime);
  1101. StopDateTime[0] = json_object_new_string((char *)&ShmSysConfigAndInfo->SysInfo.AcChargingData[AcGunQty].StopDateTime);
  1102. StartMethod[0] = json_object_new_int(ShmSysConfigAndInfo->SysInfo.AcChargingData[AcGunQty].StartMethod);
  1103. ConnectorTemp[0] = json_object_new_int(ShmSysConfigAndInfo->SysInfo.AcChargingData[AcGunQty].ConnectorTemp);
  1104. AcGunQty++;
  1105. }
  1106. }
  1107. if(connectorType2 != 0){
  1108. if(connectorType2 == 1){//CCS
  1109. PresentChargingVoltage[1] = json_object_new_double(ShmSysConfigAndInfo->SysInfo.CcsChargingData[CcsGunQty].PresentChargingVoltage);
  1110. PresentChargingCurrent[1] = json_object_new_double(ShmSysConfigAndInfo->SysInfo.CcsChargingData[CcsGunQty].PresentChargingCurrent);
  1111. PresentChargingPower[1] = json_object_new_double(ShmSysConfigAndInfo->SysInfo.CcsChargingData[CcsGunQty].PresentChargingPower);
  1112. PresentChargedEnergy[1] = json_object_new_double(ShmSysConfigAndInfo->SysInfo.CcsChargingData[CcsGunQty].PresentChargedEnergy);
  1113. PresentChargedDuration[1] = json_object_new_double(ShmSysConfigAndInfo->SysInfo.CcsChargingData[CcsGunQty].PresentChargedDuration);
  1114. RemainChargingDuration[1] = json_object_new_double(ShmSysConfigAndInfo->SysInfo.CcsChargingData[CcsGunQty].RemainChargingDuration);
  1115. EvBatteryMaxVoltage[1] = json_object_new_double(ShmSysConfigAndInfo->SysInfo.CcsChargingData[CcsGunQty].EvBatteryMaxVoltage);
  1116. EvBatterytargetVoltage[1] = json_object_new_double(ShmSysConfigAndInfo->SysInfo.CcsChargingData[CcsGunQty].EvBatterytargetVoltage);
  1117. EvBatterySoc[1] = json_object_new_double(ShmSysConfigAndInfo->SysInfo.CcsChargingData[CcsGunQty].EvBatterySoc);
  1118. SystemStatus[1] = json_object_new_int(ShmSysConfigAndInfo->SysInfo.CcsChargingData[CcsGunQty].SystemStatus);
  1119. Index[1] = json_object_new_int(ShmSysConfigAndInfo->SysInfo.CcsChargingData[CcsGunQty].Index);
  1120. Type[1] = json_object_new_int(ShmSysConfigAndInfo->SysInfo.CcsChargingData[CcsGunQty].Type);
  1121. type_index[1] = json_object_new_int(ShmSysConfigAndInfo->SysInfo.CcsChargingData[CcsGunQty].type_index);
  1122. EvBatterytargetCurrent[1] = json_object_new_double(ShmSysConfigAndInfo->SysInfo.CcsChargingData[CcsGunQty].EvBatterytargetCurrent);
  1123. CardNumber[1] = json_object_new_string((char *)&ShmSysConfigAndInfo->SysInfo.CcsChargingData[CcsGunQty].CardNumber);
  1124. StartUserId[1] = json_object_new_string((char *)&ShmSysConfigAndInfo->SysInfo.CcsChargingData[CcsGunQty].StartUserId);
  1125. StartDateTime[1] = json_object_new_string((char *)&ShmSysConfigAndInfo->SysInfo.CcsChargingData[CcsGunQty].StartDateTime);
  1126. StopDateTime[1] = json_object_new_string((char *)&ShmSysConfigAndInfo->SysInfo.CcsChargingData[CcsGunQty].StopDateTime);
  1127. StartMethod[1] = json_object_new_int(ShmSysConfigAndInfo->SysInfo.CcsChargingData[CcsGunQty].StartMethod);
  1128. ConnectorTemp[1] = json_object_new_int(ShmSysConfigAndInfo->SysInfo.CcsChargingData[CcsGunQty].ConnectorTemp);
  1129. CcsGunQty++;
  1130. }
  1131. else if(connectorType2 == 2){//GB
  1132. PresentChargingVoltage[1] = json_object_new_double(ShmSysConfigAndInfo->SysInfo.GbChargingData[GbGunQty].PresentChargingVoltage);
  1133. PresentChargingCurrent[1] = json_object_new_double(ShmSysConfigAndInfo->SysInfo.GbChargingData[GbGunQty].PresentChargingCurrent);
  1134. PresentChargingPower[1] = json_object_new_double(ShmSysConfigAndInfo->SysInfo.GbChargingData[GbGunQty].PresentChargingPower);
  1135. PresentChargedEnergy[1] = json_object_new_double(ShmSysConfigAndInfo->SysInfo.GbChargingData[GbGunQty].PresentChargedEnergy);
  1136. PresentChargedDuration[1] = json_object_new_double(ShmSysConfigAndInfo->SysInfo.GbChargingData[GbGunQty].PresentChargedDuration);
  1137. RemainChargingDuration[1] = json_object_new_double(ShmSysConfigAndInfo->SysInfo.GbChargingData[GbGunQty].RemainChargingDuration);
  1138. EvBatteryMaxVoltage[1] = json_object_new_double(ShmSysConfigAndInfo->SysInfo.GbChargingData[GbGunQty].EvBatteryMaxVoltage);
  1139. EvBatterytargetVoltage[1] = json_object_new_double(ShmSysConfigAndInfo->SysInfo.GbChargingData[GbGunQty].EvBatterytargetVoltage);
  1140. EvBatterySoc[1] = json_object_new_double(ShmSysConfigAndInfo->SysInfo.GbChargingData[GbGunQty].EvBatterySoc);
  1141. SystemStatus[1] = json_object_new_int(ShmSysConfigAndInfo->SysInfo.GbChargingData[GbGunQty].SystemStatus);
  1142. Index[1] = json_object_new_int(ShmSysConfigAndInfo->SysInfo.GbChargingData[GbGunQty].Index);
  1143. Type[1] = json_object_new_int(ShmSysConfigAndInfo->SysInfo.GbChargingData[GbGunQty].Type);
  1144. type_index[1] = json_object_new_int(ShmSysConfigAndInfo->SysInfo.GbChargingData[GbGunQty].type_index);
  1145. EvBatterytargetCurrent[1] = json_object_new_double(ShmSysConfigAndInfo->SysInfo.GbChargingData[GbGunQty].EvBatterytargetCurrent);
  1146. CardNumber[1] = json_object_new_string((char *)&ShmSysConfigAndInfo->SysInfo.GbChargingData[GbGunQty].CardNumber);
  1147. StartUserId[1] = json_object_new_string((char *)&ShmSysConfigAndInfo->SysInfo.GbChargingData[GbGunQty].StartUserId);
  1148. StartDateTime[1] = json_object_new_string((char *)&ShmSysConfigAndInfo->SysInfo.GbChargingData[GbGunQty].StartDateTime);
  1149. StopDateTime[1] = json_object_new_string((char *)&ShmSysConfigAndInfo->SysInfo.GbChargingData[GbGunQty].StopDateTime);
  1150. StartMethod[1] = json_object_new_int(ShmSysConfigAndInfo->SysInfo.GbChargingData[GbGunQty].StartMethod);
  1151. ConnectorTemp[1] = json_object_new_int(ShmSysConfigAndInfo->SysInfo.GbChargingData[GbGunQty].ConnectorTemp);
  1152. GbGunQty++;
  1153. }
  1154. else if(connectorType2 == 3){//CHAdeMO
  1155. PresentChargingVoltage[1] = json_object_new_double(ShmSysConfigAndInfo->SysInfo.ChademoChargingData[CHAdeMOGunQty].PresentChargingVoltage);
  1156. PresentChargingCurrent[1] = json_object_new_double(ShmSysConfigAndInfo->SysInfo.ChademoChargingData[CHAdeMOGunQty].PresentChargingCurrent);
  1157. PresentChargingPower[1] = json_object_new_double(ShmSysConfigAndInfo->SysInfo.ChademoChargingData[CHAdeMOGunQty].PresentChargingPower);
  1158. PresentChargedEnergy[1] = json_object_new_double(ShmSysConfigAndInfo->SysInfo.ChademoChargingData[CHAdeMOGunQty].PresentChargedEnergy);
  1159. PresentChargedDuration[1] = json_object_new_double(ShmSysConfigAndInfo->SysInfo.ChademoChargingData[CHAdeMOGunQty].PresentChargedDuration);
  1160. RemainChargingDuration[1] = json_object_new_double(ShmSysConfigAndInfo->SysInfo.ChademoChargingData[CHAdeMOGunQty].RemainChargingDuration);
  1161. EvBatteryMaxVoltage[1] = json_object_new_double(ShmSysConfigAndInfo->SysInfo.ChademoChargingData[CHAdeMOGunQty].EvBatteryMaxVoltage);
  1162. EvBatterytargetVoltage[1] = json_object_new_double(ShmSysConfigAndInfo->SysInfo.ChademoChargingData[CHAdeMOGunQty].EvBatterytargetVoltage);
  1163. EvBatterySoc[1] = json_object_new_double(ShmSysConfigAndInfo->SysInfo.ChademoChargingData[CHAdeMOGunQty].EvBatterySoc);
  1164. SystemStatus[1] = json_object_new_int(ShmSysConfigAndInfo->SysInfo.ChademoChargingData[CHAdeMOGunQty].SystemStatus);
  1165. Index[1] = json_object_new_int(ShmSysConfigAndInfo->SysInfo.ChademoChargingData[CHAdeMOGunQty].Index);
  1166. Type[1] = json_object_new_int(ShmSysConfigAndInfo->SysInfo.ChademoChargingData[CHAdeMOGunQty].Type);
  1167. type_index[1] = json_object_new_int(ShmSysConfigAndInfo->SysInfo.ChademoChargingData[CHAdeMOGunQty].type_index);
  1168. EvBatterytargetCurrent[1] = json_object_new_double(ShmSysConfigAndInfo->SysInfo.ChademoChargingData[CHAdeMOGunQty].EvBatterytargetCurrent);
  1169. CardNumber[1] = json_object_new_string((char *)&ShmSysConfigAndInfo->SysInfo.ChademoChargingData[CHAdeMOGunQty].CardNumber);
  1170. StartUserId[1] = json_object_new_string((char *)&ShmSysConfigAndInfo->SysInfo.ChademoChargingData[CHAdeMOGunQty].StartUserId);
  1171. StartDateTime[1] = json_object_new_string((char *)&ShmSysConfigAndInfo->SysInfo.ChademoChargingData[CHAdeMOGunQty].StartDateTime);
  1172. StopDateTime[1] = json_object_new_string((char *)&ShmSysConfigAndInfo->SysInfo.ChademoChargingData[CHAdeMOGunQty].StopDateTime);
  1173. StartMethod[1] = json_object_new_int(ShmSysConfigAndInfo->SysInfo.ChademoChargingData[CHAdeMOGunQty].StartMethod);
  1174. ConnectorTemp[1] = json_object_new_int(ShmSysConfigAndInfo->SysInfo.ChademoChargingData[CHAdeMOGunQty].ConnectorTemp);
  1175. CHAdeMOGunQty++;
  1176. }
  1177. else if(connectorType2 == 4){//AC
  1178. /* log for debug charginginfodata start*/
  1179. // #ifdef SystemLogMessage
  1180. WriteLogMsg("PresentChargingVoltage[1]:%f",ShmSysConfigAndInfo->SysInfo.AcChargingData[AcGunQty].PresentChargingVoltage);
  1181. WriteLogMsg("PresentChargingCurrent[1]:%f",ShmSysConfigAndInfo->SysInfo.AcChargingData[AcGunQty].PresentChargingCurrent);
  1182. WriteLogMsg("PresentChargingPower[1]:%f",ShmSysConfigAndInfo->SysInfo.AcChargingData[AcGunQty].PresentChargingPower);
  1183. WriteLogMsg("PresentChargedEnergy[1]:%f",ShmSysConfigAndInfo->SysInfo.AcChargingData[AcGunQty].PresentChargedEnergy);
  1184. WriteLogMsg("PresentChargedDuration[1]:%f",ShmSysConfigAndInfo->SysInfo.AcChargingData[AcGunQty].PresentChargedDuration);
  1185. WriteLogMsg("RemainChargingDuration[1]:%f",ShmSysConfigAndInfo->SysInfo.AcChargingData[AcGunQty].RemainChargingDuration);
  1186. WriteLogMsg("EvBatteryMaxVoltage[1]:%f",ShmSysConfigAndInfo->SysInfo.AcChargingData[AcGunQty].EvBatteryMaxVoltage);
  1187. WriteLogMsg("EvBatterytargetVoltage[1]:%f",ShmSysConfigAndInfo->SysInfo.AcChargingData[AcGunQty].EvBatterytargetVoltage);
  1188. WriteLogMsg("EvBatterySoc[1]:%f",ShmSysConfigAndInfo->SysInfo.AcChargingData[AcGunQty].EvBatterySoc);
  1189. WriteLogMsg("SystemStatus[1]:%d",ShmSysConfigAndInfo->SysInfo.AcChargingData[AcGunQty].SystemStatus);
  1190. WriteLogMsg("Index[1]:%d",ShmSysConfigAndInfo->SysInfo.AcChargingData[AcGunQty].Index);
  1191. WriteLogMsg("Type[1]:%d",ShmSysConfigAndInfo->SysInfo.AcChargingData[AcGunQty].Type);
  1192. WriteLogMsg("type_index[1]:%d",ShmSysConfigAndInfo->SysInfo.AcChargingData[AcGunQty].type_index);
  1193. WriteLogMsg("EvBatterytargetCurrent[1]:%f",ShmSysConfigAndInfo->SysInfo.AcChargingData[AcGunQty].EvBatterytargetCurrent);
  1194. WriteLogMsg("CardNumber[1]:%s",ShmSysConfigAndInfo->SysInfo.AcChargingData[AcGunQty].CardNumber);
  1195. WriteLogMsg("StartUserId[1]:%s",ShmSysConfigAndInfo->SysInfo.AcChargingData[AcGunQty].StartUserId);
  1196. WriteLogMsg("StartDateTime[1]:%s",ShmSysConfigAndInfo->SysInfo.AcChargingData[AcGunQty].StartDateTime);
  1197. WriteLogMsg("StopDateTime[1]:%s",ShmSysConfigAndInfo->SysInfo.AcChargingData[AcGunQty].StopDateTime);
  1198. WriteLogMsg("StartMethod[1]:%d",ShmSysConfigAndInfo->SysInfo.AcChargingData[AcGunQty].StartMethod);
  1199. WriteLogMsg("ConnectorTemp[1]:%d",ShmSysConfigAndInfo->SysInfo.AcChargingData[AcGunQty].ConnectorTemp);
  1200. // #endif
  1201. /* log for debug charginginfodata end*/
  1202. PresentChargingVoltage[1] = json_object_new_double(ShmSysConfigAndInfo->SysInfo.AcChargingData[AcGunQty].PresentChargingVoltage);
  1203. PresentChargingCurrent[1] = json_object_new_double(ShmSysConfigAndInfo->SysInfo.AcChargingData[AcGunQty].PresentChargingCurrent);
  1204. PresentChargingPower[1] = json_object_new_double(ShmSysConfigAndInfo->SysInfo.AcChargingData[AcGunQty].PresentChargingPower);
  1205. PresentChargedEnergy[1] = json_object_new_double(ShmSysConfigAndInfo->SysInfo.AcChargingData[AcGunQty].PresentChargedEnergy);
  1206. PresentChargedDuration[1] = json_object_new_double(ShmSysConfigAndInfo->SysInfo.AcChargingData[AcGunQty].PresentChargedDuration);
  1207. RemainChargingDuration[1] = json_object_new_double(ShmSysConfigAndInfo->SysInfo.AcChargingData[AcGunQty].RemainChargingDuration);
  1208. EvBatteryMaxVoltage[1] = json_object_new_double(ShmSysConfigAndInfo->SysInfo.AcChargingData[AcGunQty].EvBatteryMaxVoltage);
  1209. EvBatterytargetVoltage[1] = json_object_new_double(ShmSysConfigAndInfo->SysInfo.AcChargingData[AcGunQty].EvBatterytargetVoltage);
  1210. EvBatterySoc[1] = json_object_new_double(ShmSysConfigAndInfo->SysInfo.AcChargingData[AcGunQty].EvBatterySoc);
  1211. SystemStatus[1] = json_object_new_int(ShmSysConfigAndInfo->SysInfo.AcChargingData[AcGunQty].SystemStatus);
  1212. Index[1] = json_object_new_int(ShmSysConfigAndInfo->SysInfo.AcChargingData[AcGunQty].Index);
  1213. Type[1] = json_object_new_int(ShmSysConfigAndInfo->SysInfo.AcChargingData[AcGunQty].Type);
  1214. type_index[1] = json_object_new_int(ShmSysConfigAndInfo->SysInfo.AcChargingData[AcGunQty].type_index);
  1215. EvBatterytargetCurrent[1] = json_object_new_double(ShmSysConfigAndInfo->SysInfo.AcChargingData[AcGunQty].EvBatterytargetCurrent);
  1216. CardNumber[1] = json_object_new_string((char *)&ShmSysConfigAndInfo->SysInfo.AcChargingData[AcGunQty].CardNumber);
  1217. StartUserId[1] = json_object_new_string((char *)&ShmSysConfigAndInfo->SysInfo.AcChargingData[AcGunQty].StartUserId);
  1218. StartDateTime[1] = json_object_new_string((char *)&ShmSysConfigAndInfo->SysInfo.AcChargingData[AcGunQty].StartDateTime);
  1219. StopDateTime[1] = json_object_new_string((char *)&ShmSysConfigAndInfo->SysInfo.AcChargingData[AcGunQty].StopDateTime);
  1220. StartMethod[1] = json_object_new_int(ShmSysConfigAndInfo->SysInfo.AcChargingData[AcGunQty].StartMethod);
  1221. ConnectorTemp[1] = json_object_new_int(ShmSysConfigAndInfo->SysInfo.AcChargingData[AcGunQty].ConnectorTemp);
  1222. AcGunQty++;
  1223. }
  1224. }
  1225. if(connectorType3 != 0){
  1226. if(connectorType3 == 1){//CCS
  1227. PresentChargingVoltage[2] = json_object_new_double(ShmSysConfigAndInfo->SysInfo.CcsChargingData[CcsGunQty].PresentChargingVoltage);
  1228. PresentChargingCurrent[2] = json_object_new_double(ShmSysConfigAndInfo->SysInfo.CcsChargingData[CcsGunQty].PresentChargingCurrent);
  1229. PresentChargingPower[2] = json_object_new_double(ShmSysConfigAndInfo->SysInfo.CcsChargingData[CcsGunQty].PresentChargingPower);
  1230. PresentChargedEnergy[2] = json_object_new_double(ShmSysConfigAndInfo->SysInfo.CcsChargingData[CcsGunQty].PresentChargedEnergy);
  1231. PresentChargedDuration[2] = json_object_new_double(ShmSysConfigAndInfo->SysInfo.CcsChargingData[CcsGunQty].PresentChargedDuration);
  1232. RemainChargingDuration[2] = json_object_new_double(ShmSysConfigAndInfo->SysInfo.CcsChargingData[CcsGunQty].RemainChargingDuration);
  1233. EvBatteryMaxVoltage[2] = json_object_new_double(ShmSysConfigAndInfo->SysInfo.CcsChargingData[CcsGunQty].EvBatteryMaxVoltage);
  1234. EvBatterytargetVoltage[2] = json_object_new_double(ShmSysConfigAndInfo->SysInfo.CcsChargingData[CcsGunQty].EvBatterytargetVoltage);
  1235. EvBatterySoc[2] = json_object_new_double(ShmSysConfigAndInfo->SysInfo.CcsChargingData[CcsGunQty].EvBatterySoc);
  1236. SystemStatus[2] = json_object_new_int(ShmSysConfigAndInfo->SysInfo.CcsChargingData[CcsGunQty].SystemStatus);
  1237. Index[2] = json_object_new_int(ShmSysConfigAndInfo->SysInfo.CcsChargingData[CcsGunQty].Index);
  1238. Type[2] = json_object_new_int(ShmSysConfigAndInfo->SysInfo.CcsChargingData[CcsGunQty].Type);
  1239. type_index[2] = json_object_new_int(ShmSysConfigAndInfo->SysInfo.CcsChargingData[CcsGunQty].type_index);
  1240. EvBatterytargetCurrent[2] = json_object_new_double(ShmSysConfigAndInfo->SysInfo.CcsChargingData[CcsGunQty].EvBatterytargetCurrent);
  1241. CardNumber[2] = json_object_new_string((char *)&ShmSysConfigAndInfo->SysInfo.CcsChargingData[CcsGunQty].CardNumber);
  1242. StartUserId[2] = json_object_new_string((char *)&ShmSysConfigAndInfo->SysInfo.CcsChargingData[CcsGunQty].StartUserId);
  1243. StartDateTime[2] = json_object_new_string((char *)&ShmSysConfigAndInfo->SysInfo.CcsChargingData[CcsGunQty].StartDateTime);
  1244. StopDateTime[2] = json_object_new_string((char *)&ShmSysConfigAndInfo->SysInfo.CcsChargingData[CcsGunQty].StopDateTime);
  1245. StartMethod[2] = json_object_new_int(ShmSysConfigAndInfo->SysInfo.CcsChargingData[CcsGunQty].StartMethod);
  1246. ConnectorTemp[2] = json_object_new_int(ShmSysConfigAndInfo->SysInfo.CcsChargingData[CcsGunQty].ConnectorTemp);
  1247. CcsGunQty++;
  1248. }
  1249. else if(connectorType3 == 2){//GB
  1250. PresentChargingVoltage[2]= json_object_new_double(ShmSysConfigAndInfo->SysInfo.GbChargingData[GbGunQty].PresentChargingVoltage);
  1251. PresentChargingCurrent[2] = json_object_new_double(ShmSysConfigAndInfo->SysInfo.GbChargingData[GbGunQty].PresentChargingCurrent);
  1252. PresentChargingPower[2] = json_object_new_double(ShmSysConfigAndInfo->SysInfo.GbChargingData[GbGunQty].PresentChargingPower);
  1253. PresentChargedEnergy[2] = json_object_new_double(ShmSysConfigAndInfo->SysInfo.GbChargingData[GbGunQty].PresentChargedEnergy);
  1254. PresentChargedDuration[2] = json_object_new_double(ShmSysConfigAndInfo->SysInfo.GbChargingData[GbGunQty].PresentChargedDuration);
  1255. RemainChargingDuration[2] = json_object_new_double(ShmSysConfigAndInfo->SysInfo.GbChargingData[GbGunQty].RemainChargingDuration);
  1256. EvBatteryMaxVoltage[2] = json_object_new_double(ShmSysConfigAndInfo->SysInfo.GbChargingData[GbGunQty].EvBatteryMaxVoltage);
  1257. EvBatterytargetVoltage[2] = json_object_new_double(ShmSysConfigAndInfo->SysInfo.GbChargingData[GbGunQty].EvBatterytargetVoltage);
  1258. EvBatterySoc[2] = json_object_new_double(ShmSysConfigAndInfo->SysInfo.GbChargingData[GbGunQty].EvBatterySoc);
  1259. SystemStatus[2] = json_object_new_int(ShmSysConfigAndInfo->SysInfo.GbChargingData[GbGunQty].SystemStatus);
  1260. Index[2] = json_object_new_int(ShmSysConfigAndInfo->SysInfo.GbChargingData[GbGunQty].Index);
  1261. Type[2] = json_object_new_int(ShmSysConfigAndInfo->SysInfo.GbChargingData[GbGunQty].Type);
  1262. type_index[2] = json_object_new_int(ShmSysConfigAndInfo->SysInfo.GbChargingData[GbGunQty].type_index);
  1263. EvBatterytargetCurrent[2] = json_object_new_double(ShmSysConfigAndInfo->SysInfo.GbChargingData[GbGunQty].EvBatterytargetCurrent);
  1264. CardNumber[2] = json_object_new_string((char *)&ShmSysConfigAndInfo->SysInfo.GbChargingData[GbGunQty].CardNumber);
  1265. StartUserId[2] = json_object_new_string((char *)&ShmSysConfigAndInfo->SysInfo.GbChargingData[GbGunQty].StartUserId);
  1266. StartDateTime[2] = json_object_new_string((char *)&ShmSysConfigAndInfo->SysInfo.GbChargingData[GbGunQty].StartDateTime);
  1267. StopDateTime[2] = json_object_new_string((char *)&ShmSysConfigAndInfo->SysInfo.GbChargingData[GbGunQty].StopDateTime);
  1268. StartMethod[2] = json_object_new_int(ShmSysConfigAndInfo->SysInfo.GbChargingData[GbGunQty].StartMethod);
  1269. ConnectorTemp[2] = json_object_new_int(ShmSysConfigAndInfo->SysInfo.GbChargingData[GbGunQty].ConnectorTemp);
  1270. GbGunQty++;
  1271. }
  1272. else if(connectorType3 == 3){//CHAdeMO
  1273. PresentChargingVoltage[2] = json_object_new_double(ShmSysConfigAndInfo->SysInfo.ChademoChargingData[CHAdeMOGunQty].PresentChargingVoltage);
  1274. PresentChargingCurrent[2] = json_object_new_double(ShmSysConfigAndInfo->SysInfo.ChademoChargingData[CHAdeMOGunQty].PresentChargingCurrent);
  1275. PresentChargingPower[2] = json_object_new_double(ShmSysConfigAndInfo->SysInfo.ChademoChargingData[CHAdeMOGunQty].PresentChargingPower);
  1276. PresentChargedEnergy[2] = json_object_new_double(ShmSysConfigAndInfo->SysInfo.ChademoChargingData[CHAdeMOGunQty].PresentChargedEnergy);
  1277. PresentChargedDuration[2] = json_object_new_double(ShmSysConfigAndInfo->SysInfo.ChademoChargingData[CHAdeMOGunQty].PresentChargedDuration);
  1278. RemainChargingDuration[2] = json_object_new_double(ShmSysConfigAndInfo->SysInfo.ChademoChargingData[CHAdeMOGunQty].RemainChargingDuration);
  1279. EvBatteryMaxVoltage[2] = json_object_new_double(ShmSysConfigAndInfo->SysInfo.ChademoChargingData[CHAdeMOGunQty].EvBatteryMaxVoltage);
  1280. EvBatterytargetVoltage[2] = json_object_new_double(ShmSysConfigAndInfo->SysInfo.ChademoChargingData[CHAdeMOGunQty].EvBatterytargetVoltage);
  1281. EvBatterySoc[2] = json_object_new_double(ShmSysConfigAndInfo->SysInfo.ChademoChargingData[CHAdeMOGunQty].EvBatterySoc);
  1282. SystemStatus[2] = json_object_new_int(ShmSysConfigAndInfo->SysInfo.ChademoChargingData[CHAdeMOGunQty].SystemStatus);
  1283. Index[2] = json_object_new_int(ShmSysConfigAndInfo->SysInfo.ChademoChargingData[CHAdeMOGunQty].Index);
  1284. Type[2] = json_object_new_int(ShmSysConfigAndInfo->SysInfo.ChademoChargingData[CHAdeMOGunQty].Type);
  1285. type_index[2] = json_object_new_int(ShmSysConfigAndInfo->SysInfo.ChademoChargingData[CHAdeMOGunQty].type_index);
  1286. EvBatterytargetCurrent[2] = json_object_new_double(ShmSysConfigAndInfo->SysInfo.ChademoChargingData[CHAdeMOGunQty].EvBatterytargetCurrent);
  1287. CardNumber[2] = json_object_new_string((char *)&ShmSysConfigAndInfo->SysInfo.ChademoChargingData[CHAdeMOGunQty].CardNumber);
  1288. StartUserId[2] = json_object_new_string((char *)&ShmSysConfigAndInfo->SysInfo.ChademoChargingData[CHAdeMOGunQty].StartUserId);
  1289. StartDateTime[2] = json_object_new_string((char *)&ShmSysConfigAndInfo->SysInfo.ChademoChargingData[CHAdeMOGunQty].StartDateTime);
  1290. StopDateTime[2] = json_object_new_string((char *)&ShmSysConfigAndInfo->SysInfo.ChademoChargingData[CHAdeMOGunQty].StopDateTime);
  1291. StartMethod[2] = json_object_new_int(ShmSysConfigAndInfo->SysInfo.ChademoChargingData[CHAdeMOGunQty].StartMethod);
  1292. ConnectorTemp[2] = json_object_new_int(ShmSysConfigAndInfo->SysInfo.ChademoChargingData[CHAdeMOGunQty].ConnectorTemp);
  1293. CHAdeMOGunQty++;
  1294. }
  1295. else if(connectorType3 == 4){//AC
  1296. /* log for debug charginginfodata start*/
  1297. // #ifdef SystemLogMessage
  1298. WriteLogMsg("PresentChargingVoltage[2]:%f",ShmSysConfigAndInfo->SysInfo.AcChargingData[AcGunQty].PresentChargingVoltage);
  1299. WriteLogMsg("PresentChargingCurrent[2]:%f",ShmSysConfigAndInfo->SysInfo.AcChargingData[AcGunQty].PresentChargingCurrent);
  1300. WriteLogMsg("PresentChargingPower[2]:%f",ShmSysConfigAndInfo->SysInfo.AcChargingData[AcGunQty].PresentChargingPower);
  1301. WriteLogMsg("PresentChargedEnergy[2]:%f",ShmSysConfigAndInfo->SysInfo.AcChargingData[AcGunQty].PresentChargedEnergy);
  1302. WriteLogMsg("PresentChargedDuration[2]:%f",ShmSysConfigAndInfo->SysInfo.AcChargingData[AcGunQty].PresentChargedDuration);
  1303. WriteLogMsg("RemainChargingDuration[2]:%f",ShmSysConfigAndInfo->SysInfo.AcChargingData[AcGunQty].RemainChargingDuration);
  1304. WriteLogMsg("EvBatteryMaxVoltage[2]:%f",ShmSysConfigAndInfo->SysInfo.AcChargingData[AcGunQty].EvBatteryMaxVoltage);
  1305. WriteLogMsg("EvBatterytargetVoltage[2]:%f",ShmSysConfigAndInfo->SysInfo.AcChargingData[AcGunQty].EvBatterytargetVoltage);
  1306. WriteLogMsg("EvBatterySoc[2]:%f",ShmSysConfigAndInfo->SysInfo.AcChargingData[AcGunQty].EvBatterySoc);
  1307. WriteLogMsg("SystemStatus[2]:%d",ShmSysConfigAndInfo->SysInfo.AcChargingData[AcGunQty].SystemStatus);
  1308. WriteLogMsg("Index[2]:%d",ShmSysConfigAndInfo->SysInfo.AcChargingData[AcGunQty].Index);
  1309. WriteLogMsg("Type[2]:%d",ShmSysConfigAndInfo->SysInfo.AcChargingData[AcGunQty].Type);
  1310. WriteLogMsg("type_index[2]:%d",ShmSysConfigAndInfo->SysInfo.AcChargingData[AcGunQty].type_index);
  1311. WriteLogMsg("EvBatterytargetCurrent[2]:%f",ShmSysConfigAndInfo->SysInfo.AcChargingData[AcGunQty].EvBatterytargetCurrent);
  1312. WriteLogMsg("CardNumber[2]:%s",ShmSysConfigAndInfo->SysInfo.AcChargingData[AcGunQty].CardNumber);
  1313. WriteLogMsg("StartUserId[2]:%s",ShmSysConfigAndInfo->SysInfo.AcChargingData[AcGunQty].StartUserId);
  1314. WriteLogMsg("StartDateTime[2]:%s",ShmSysConfigAndInfo->SysInfo.AcChargingData[AcGunQty].StartDateTime);
  1315. WriteLogMsg("StopDateTime[2]:%s",ShmSysConfigAndInfo->SysInfo.AcChargingData[AcGunQty].StopDateTime);
  1316. WriteLogMsg("StartMethod[2]:%d",ShmSysConfigAndInfo->SysInfo.AcChargingData[AcGunQty].StartMethod);
  1317. WriteLogMsg("ConnectorTemp[2]:%d",ShmSysConfigAndInfo->SysInfo.AcChargingData[AcGunQty].ConnectorTemp);
  1318. // #endif
  1319. /* log for debug charginginfodata end*/
  1320. PresentChargingVoltage[2] = json_object_new_double(ShmSysConfigAndInfo->SysInfo.AcChargingData[AcGunQty].PresentChargingVoltage);
  1321. PresentChargingCurrent[2] = json_object_new_double(ShmSysConfigAndInfo->SysInfo.AcChargingData[AcGunQty].PresentChargingCurrent);
  1322. PresentChargingPower[2] = json_object_new_double(ShmSysConfigAndInfo->SysInfo.AcChargingData[AcGunQty].PresentChargingPower);
  1323. PresentChargedEnergy[2] = json_object_new_double(ShmSysConfigAndInfo->SysInfo.AcChargingData[AcGunQty].PresentChargedEnergy);
  1324. PresentChargedDuration[2] = json_object_new_double(ShmSysConfigAndInfo->SysInfo.AcChargingData[AcGunQty].PresentChargedDuration);
  1325. RemainChargingDuration[2] = json_object_new_double(ShmSysConfigAndInfo->SysInfo.AcChargingData[AcGunQty].RemainChargingDuration);
  1326. EvBatteryMaxVoltage[2] = json_object_new_double(ShmSysConfigAndInfo->SysInfo.AcChargingData[AcGunQty].EvBatteryMaxVoltage);
  1327. EvBatterytargetVoltage[2] = json_object_new_double(ShmSysConfigAndInfo->SysInfo.AcChargingData[AcGunQty].EvBatterytargetVoltage);
  1328. EvBatterySoc[2] = json_object_new_double(ShmSysConfigAndInfo->SysInfo.AcChargingData[AcGunQty].EvBatterySoc);
  1329. SystemStatus[2] = json_object_new_int(ShmSysConfigAndInfo->SysInfo.AcChargingData[AcGunQty].SystemStatus);
  1330. Index[2] = json_object_new_int(ShmSysConfigAndInfo->SysInfo.AcChargingData[AcGunQty].Index);
  1331. Type[2] = json_object_new_int(ShmSysConfigAndInfo->SysInfo.AcChargingData[AcGunQty].Type);
  1332. type_index[2] = json_object_new_int(ShmSysConfigAndInfo->SysInfo.AcChargingData[AcGunQty].type_index);
  1333. EvBatterytargetCurrent[2] = json_object_new_double(ShmSysConfigAndInfo->SysInfo.AcChargingData[AcGunQty].EvBatterytargetCurrent);
  1334. CardNumber[2] = json_object_new_string((char *)&ShmSysConfigAndInfo->SysInfo.AcChargingData[AcGunQty].CardNumber);
  1335. StartUserId[2] = json_object_new_string((char *)&ShmSysConfigAndInfo->SysInfo.AcChargingData[AcGunQty].StartUserId);
  1336. StartDateTime[2] = json_object_new_string((char *)&ShmSysConfigAndInfo->SysInfo.AcChargingData[AcGunQty].StartDateTime);
  1337. StopDateTime[2] = json_object_new_string((char *)&ShmSysConfigAndInfo->SysInfo.AcChargingData[AcGunQty].StopDateTime);
  1338. StartMethod[2] = json_object_new_int(ShmSysConfigAndInfo->SysInfo.AcChargingData[AcGunQty].StartMethod);
  1339. ConnectorTemp[2] = json_object_new_int(ShmSysConfigAndInfo->SysInfo.AcChargingData[AcGunQty].ConnectorTemp);
  1340. AcGunQty++;
  1341. }
  1342. }
  1343. //network
  1344. InternetConn = json_object_new_int(ShmSysConfigAndInfo->SysInfo.InternetConn);
  1345. FtpServer = json_object_new_string((char *)&ShmSysConfigAndInfo->SysConfig.FtpServer);
  1346. Eth0DhcpClient = json_object_new_int(ShmSysConfigAndInfo->SysConfig.Eth0Interface.EthDhcpClient);
  1347. Eth0MacAddress = json_object_new_string((char *)&ShmSysConfigAndInfo->SysConfig.Eth0Interface.EthMacAddress);
  1348. Eth0IpAddress = json_object_new_string((char *)&ShmSysConfigAndInfo->SysConfig.Eth0Interface.EthIpAddress);
  1349. Eth0SubmaskAddress = json_object_new_string((char *)&ShmSysConfigAndInfo->SysConfig.Eth0Interface.EthSubmaskAddress);
  1350. Eth0GatewayAddress = json_object_new_string((char *)&ShmSysConfigAndInfo->SysConfig.Eth0Interface.EthGatewayAddress);
  1351. Eth1DhcpClient = json_object_new_int(ShmSysConfigAndInfo->SysConfig.Eth1Interface.EthDhcpClient);
  1352. Eth1MacAddress = json_object_new_string((char *)&ShmSysConfigAndInfo->SysConfig.Eth1Interface.EthMacAddress);
  1353. Eth1IpAddress = json_object_new_string((char *)&ShmSysConfigAndInfo->SysConfig.Eth1Interface.EthIpAddress);
  1354. Eth1SubmaskAddress = json_object_new_string((char *)&ShmSysConfigAndInfo->SysConfig.Eth1Interface.EthSubmaskAddress);
  1355. Eth1GatewayAddress = json_object_new_string((char *)&ShmSysConfigAndInfo->SysConfig.Eth1Interface.EthGatewayAddress);
  1356. WifiMode = json_object_new_int(ShmSysConfigAndInfo->SysConfig.AthInterface.WifiMode);
  1357. WifiSsid = json_object_new_string((char *)&ShmSysConfigAndInfo->SysConfig.AthInterface.WifiSsid);
  1358. WifiPassword = json_object_new_string((char *)&ShmSysConfigAndInfo->SysConfig.AthInterface.WifiPassword);
  1359. WifiRssi = json_object_new_int(ShmSysConfigAndInfo->SysConfig.AthInterface.WifiRssi);
  1360. WifiDhcpServer = json_object_new_int(ShmSysConfigAndInfo->SysConfig.AthInterface.WifiDhcpServer);
  1361. WifiDhcpClient = json_object_new_int(ShmSysConfigAndInfo->SysConfig.AthInterface.WifiDhcpClient);
  1362. WifiMacAddress = json_object_new_string((char *)&ShmSysConfigAndInfo->SysConfig.AthInterface.WifiMacAddress);
  1363. WifiIpAddress = json_object_new_string((char *)&ShmSysConfigAndInfo->SysConfig.AthInterface.WifiIpAddress);
  1364. WifiSubmaskAddress = json_object_new_string((char *)&ShmSysConfigAndInfo->SysConfig.AthInterface.WifiSubmaskAddress);
  1365. WifiGatewayAddress = json_object_new_string((char *)&ShmSysConfigAndInfo->SysConfig.AthInterface.WifiGatewayAddress);
  1366. WifiNetworkConn = json_object_new_string((char *)&ShmSysConfigAndInfo->SysConfig.AthInterface.WifiNetworkConn);
  1367. TelcomApn = json_object_new_string((char *)&ShmSysConfigAndInfo->SysConfig.TelecomInterface.TelcomApn);
  1368. TelcomRssi = json_object_new_int(ShmSysConfigAndInfo->SysConfig.TelecomInterface.TelcomRssi);
  1369. TelcomChapPapId = json_object_new_string((char *)&ShmSysConfigAndInfo->SysConfig.TelecomInterface.TelcomChapPapId);
  1370. TelcomChapPapPwd = json_object_new_string((char *)&ShmSysConfigAndInfo->SysConfig.TelecomInterface.TelcomChapPapPwd);
  1371. TelcomModemImei = json_object_new_string((char *)&ShmSysConfigAndInfo->SysConfig.TelecomInterface.TelcomModemImei);
  1372. TelcomSimImsi = json_object_new_string((char *)&ShmSysConfigAndInfo->SysConfig.TelecomInterface.TelcomSimImsi);
  1373. TelcomSimIccid = json_object_new_string((char*)ShmSysConfigAndInfo->SysConfig.TelecomInterface.TelcomSimIccid);
  1374. TelcomSimStatus = json_object_new_int(ShmSysConfigAndInfo->SysConfig.TelecomInterface.TelcomSimStatus);
  1375. TelcomModemMode = json_object_new_int(ShmSysConfigAndInfo->SysConfig.TelecomInterface.TelcomModemMode);
  1376. TelcomIpAddress = json_object_new_string((char *)&ShmSysConfigAndInfo->SysConfig.TelecomInterface.TelcomIpAddress);
  1377. TelcomNetworkConn = json_object_new_string((char *)&ShmSysConfigAndInfo->SysConfig.TelecomInterface.TelcomNetworkConn);
  1378. //backend
  1379. BackendConnTimeout = json_object_new_int(ShmSysConfigAndInfo->SysConfig.BackendConnTimeout);
  1380. OfflinePolicy = json_object_new_int(ShmSysConfigAndInfo->SysConfig.OfflinePolicy);
  1381. OfflineMaxChargeEnergy = json_object_new_int(ShmSysConfigAndInfo->SysConfig.OfflineMaxChargeEnergy);
  1382. OfflineMaxChargeDuration = json_object_new_int(ShmSysConfigAndInfo->SysConfig.OfflineMaxChargeDuration);
  1383. OcppConnStatus = json_object_new_int(ShmSysConfigAndInfo->SysInfo.OcppConnStatus);
  1384. OcppServerURL = json_object_new_string((char *)&ShmSysConfigAndInfo->SysConfig.OcppServerURL);
  1385. ChargeBoxId = json_object_new_string((char *)&ShmSysConfigAndInfo->SysConfig.ChargeBoxId);
  1386. //system
  1387. json_object_object_add(jobj1,"ModelName",ModelName);
  1388. json_object_object_add(jobj1,"SerialNumber",SerialNumber);
  1389. json_object_object_add(jobj1,"SystemId",SystemId);
  1390. // json_object_object_add(jobj1,"SystemDateTime",SystemDateTime);
  1391. json_object_object_add(jobj1,"AcPhaseCount",AcPhaseCount);
  1392. json_object_object_add(jobj1,"FactoryConfiguration",FactoryConfiguration);
  1393. json_object_object_add(jobj1,"AuthorisationMode",AuthorisationMode);
  1394. json_object_object_add(jobj1,"DefaultLanguage",DefaultLanguage);
  1395. json_object_object_add(jobj1,"InputVoltageR",InputVoltageR);
  1396. json_object_object_add(jobj1,"InputVoltageS",InputVoltageS);
  1397. json_object_object_add(jobj1,"InputVoltageT",InputVoltageT);
  1398. json_object_object_add(jobj1,"SystemFanRotaSpeed",SystemFanRotaSpeed);
  1399. json_object_object_add(jobj1,"PsuFanRotaSpeed",PsuFanRotaSpeed);
  1400. json_object_object_add(jobj1,"RfidCardNumEndian",RfidCardNumEndian);
  1401. json_object_object_add(jobj1,"PsuAcInputType",PsuAcInputType);
  1402. json_object_object_add(jobj1,"AuxPower5V",AuxPower5V);
  1403. json_object_object_add(jobj1,"AuxPower12V",AuxPower12V);
  1404. json_object_object_add(jobj1,"AuxPower24V",AuxPower24V);
  1405. json_object_object_add(jobj1,"AuxPower48V",AuxPower48V);
  1406. json_object_object_add(jobj1,"CsuHwRev",CsuHwRev);
  1407. json_object_object_add(jobj1,"CsuBootLoadFwRev",CsuBootLoadFwRev);
  1408. json_object_object_add(jobj1,"CsuKernelFwRev",CsuKernelFwRev);
  1409. json_object_object_add(jobj1,"CsuRootFsFwRev",CsuRootFsFwRev);
  1410. json_object_object_add(jobj1,"CsuPrimFwRev",CsuPrimFwRev);
  1411. json_object_object_add(jobj1,"LcmHwRev",LcmHwRev);
  1412. json_object_object_add(jobj1,"LcmFwRev",LcmFwRev);
  1413. json_object_object_add(jobj1,"PsuHwRev",PsuHwRev);
  1414. json_object_object_add(jobj1,"PsuPrimFwRev",PsuPrimFwRev);
  1415. json_object_object_add(jobj1,"PsuSecFwRev",PsuSecFwRev);
  1416. json_object_object_add(jobj1,"AuxPwrHwRev",AuxPwrHwRev);
  1417. json_object_object_add(jobj1,"AuxPwrFwRev",AuxPwrFwRev);
  1418. json_object_object_add(jobj1,"FanModuleHwRev",FanModuleHwRev);
  1419. json_object_object_add(jobj1,"FanModuleFwRev",FanModuleFwRev);
  1420. json_object_object_add(jobj1,"RelayModuleHwRev",RelayModuleHwRev);
  1421. json_object_object_add(jobj1,"RelayModuleFwRev",RelayModuleFwRev);
  1422. json_object_object_add(jobj1,"TelcomModemFwRev",TelcomModemFwRev);
  1423. json_object_object_add(jobj1,"SystemAmbientTemp",SystemAmbientTemp);
  1424. json_object_object_add(jobj1,"SystemCriticalTemp",SystemCriticalTemp);
  1425. json_object_object_add(jobj1,"CcsConnectorTemp",CcsConnectorTemp);
  1426. json_object_object_add(jobj1,"PsuAmbientTemp",PsuAmbientTemp);
  1427. json_object_object_add(jobj1,"AcPlugInTimes",AcPlugInTimes);
  1428. json_object_object_add(jobj1,"GbPlugInTimes",GbPlugInTimes);
  1429. json_object_object_add(jobj1,"Ccs1PlugInTimes",Ccs1PlugInTime);
  1430. json_object_object_add(jobj1,"Ccs2PlugInTimes",Ccs2PlugInTimes);
  1431. json_object_object_add(jobj1,"ChademoPlugInTimes",ChademoPlugInTimes);
  1432. json_object_object_add(jobj1,"FirmwareUpdate",FirmwareUpdate);
  1433. printf("%s\n", json_object_to_json_string(jobj1));
  1434. json_object_put(jobj1);
  1435. //charging
  1436. json_object_object_add(jobj2,"MaxChargingEnergy",MaxChargingEnergy);
  1437. json_object_object_add(jobj2,"MaxChargingPower",MaxChargingPower);
  1438. json_object_object_add(jobj2,"MaxChargingCurrent",MaxChargingCurrent);
  1439. json_object_object_add(jobj2,"MaxChargingDuration",MaxChargingDuration);
  1440. json_object_object_add(jobj2,"PhaseLossPolicy",PhaseLossPolicy);
  1441. json_object_array_add(LocalWhiteCardArr,LocalWhiteCard[0]);
  1442. json_object_array_add(LocalWhiteCardArr,LocalWhiteCard[1]);
  1443. json_object_array_add(LocalWhiteCardArr,LocalWhiteCard[2]);
  1444. json_object_array_add(LocalWhiteCardArr,LocalWhiteCard[3]);
  1445. json_object_array_add(LocalWhiteCardArr,LocalWhiteCard[4]);
  1446. json_object_array_add(LocalWhiteCardArr,LocalWhiteCard[5]);
  1447. json_object_array_add(LocalWhiteCardArr,LocalWhiteCard[6]);
  1448. json_object_array_add(LocalWhiteCardArr,LocalWhiteCard[7]);
  1449. json_object_array_add(LocalWhiteCardArr,LocalWhiteCard[8]);
  1450. json_object_array_add(LocalWhiteCardArr,LocalWhiteCard[9]);
  1451. json_object_object_add(jobj2,"LocalWhiteCard",LocalWhiteCardArr);
  1452. // json_object_object_add(jobj2,"CcsAuthentication",CcsAuthentication);
  1453. // json_object_object_add(jobj2,"AcCcsChargingMode",AcCcsChargingMode);
  1454. if(connectorType1 != 0){
  1455. json_object_object_add(ChargingInfo1,"CardNumber",CardNumber[0]);
  1456. json_object_object_add(ChargingInfo1,"StartUserId",StartUserId[0]);
  1457. json_object_object_add(ChargingInfo1,"StartDateTime",StartDateTime[0]);
  1458. json_object_object_add(ChargingInfo1,"StopDateTime",StopDateTime[0]);
  1459. json_object_object_add(ChargingInfo1,"StartMethod",StartMethod[0]);
  1460. json_object_object_add(ChargingInfo1,"ConnectorTemp",ConnectorTemp[0]);
  1461. json_object_object_add(ChargingInfo1,"PresentChargingVoltage",PresentChargingVoltage[0]);
  1462. json_object_object_add(ChargingInfo1,"PresentChargingCurrent",PresentChargingCurrent[0]);
  1463. json_object_object_add(ChargingInfo1,"PresentChargingPower",PresentChargingPower[0]);
  1464. json_object_object_add(ChargingInfo1,"PresentChargedEnergy",PresentChargedEnergy[0]);
  1465. json_object_object_add(ChargingInfo1,"PresentChargedDuration",PresentChargedDuration[0]);
  1466. json_object_object_add(ChargingInfo1,"RemainChargingDuration",RemainChargingDuration[0]);
  1467. json_object_object_add(ChargingInfo1,"EvBatteryMaxVoltage",EvBatteryMaxVoltage[0]);
  1468. json_object_object_add(ChargingInfo1,"EvBatterytargetVoltage",EvBatterytargetVoltage[0]);
  1469. json_object_object_add(ChargingInfo1,"EvBatterySoc",EvBatterySoc[0]);
  1470. json_object_object_add(ChargingInfo1,"SystemStatus",SystemStatus[0]);
  1471. json_object_object_add(ChargingInfo1,"Index",Index[0]);
  1472. json_object_object_add(ChargingInfo1,"Type",Type[0]);
  1473. json_object_object_add(ChargingInfo1,"type_index",type_index[0]);
  1474. json_object_object_add(ChargingInfo1,"EvBatterytargetCurrent",EvBatterytargetCurrent[0]);
  1475. json_object_object_add(jobj2,"ChargingInfo1",ChargingInfo1);
  1476. }
  1477. if(connectorType2 != 0){
  1478. json_object_object_add(ChargingInfo2,"CardNumber",CardNumber[1]);
  1479. json_object_object_add(ChargingInfo2,"StartUserId",StartUserId[1]);
  1480. json_object_object_add(ChargingInfo2,"StartDateTime",StartDateTime[1]);
  1481. json_object_object_add(ChargingInfo2,"StopDateTime",StopDateTime[1]);
  1482. json_object_object_add(ChargingInfo2,"StartMethod",StartMethod[1]);
  1483. json_object_object_add(ChargingInfo2,"ConnectorTemp",ConnectorTemp[1]);
  1484. json_object_object_add(ChargingInfo2,"PresentChargingVoltage",PresentChargingVoltage[1]);
  1485. json_object_object_add(ChargingInfo2,"PresentChargingCurrent",PresentChargingCurrent[1]);
  1486. json_object_object_add(ChargingInfo2,"PresentChargingPower",PresentChargingPower[1]);
  1487. json_object_object_add(ChargingInfo2,"PresentChargedEnergy",PresentChargedEnergy[1]);
  1488. json_object_object_add(ChargingInfo2,"PresentChargedDuration",PresentChargedDuration[1]);
  1489. json_object_object_add(ChargingInfo2,"RemainChargingDuration",RemainChargingDuration[1]);
  1490. json_object_object_add(ChargingInfo2,"EvBatteryMaxVoltage",EvBatteryMaxVoltage[1]);
  1491. json_object_object_add(ChargingInfo2,"EvBatterytargetVoltage",EvBatterytargetVoltage[1]);
  1492. json_object_object_add(ChargingInfo2,"EvBatterySoc",EvBatterySoc[1]);
  1493. json_object_object_add(ChargingInfo2,"SystemStatus",SystemStatus[1]);
  1494. json_object_object_add(ChargingInfo2,"Index",Index[1]);
  1495. json_object_object_add(ChargingInfo2,"Type",Type[1]);
  1496. json_object_object_add(ChargingInfo2,"type_index",type_index[1]);
  1497. json_object_object_add(ChargingInfo2,"EvBatterytargetCurrent",EvBatterytargetCurrent[1]);
  1498. json_object_object_add(jobj2,"ChargingInfo2",ChargingInfo2);
  1499. }
  1500. if(connectorType3 != 0){
  1501. json_object_object_add(ChargingInfo3,"CardNumber",CardNumber[2]);
  1502. json_object_object_add(ChargingInfo3,"StartUserId",StartUserId[2]);
  1503. json_object_object_add(ChargingInfo3,"StartDateTime",StartDateTime[2]);
  1504. json_object_object_add(ChargingInfo3,"StopDateTime",StopDateTime[2]);
  1505. json_object_object_add(ChargingInfo3,"StartMethod",StartMethod[2]);
  1506. json_object_object_add(ChargingInfo3,"ConnectorTemp",ConnectorTemp[2]);
  1507. json_object_object_add(ChargingInfo3,"PresentChargingVoltage",PresentChargingVoltage[2]);
  1508. json_object_object_add(ChargingInfo3,"PresentChargingCurrent",PresentChargingCurrent[2]);
  1509. json_object_object_add(ChargingInfo3,"PresentChargingPower",PresentChargingPower[2]);
  1510. json_object_object_add(ChargingInfo3,"PresentChargedEnergy",PresentChargedEnergy[2]);
  1511. json_object_object_add(ChargingInfo3,"PresentChargedDuration",PresentChargedDuration[2]);
  1512. json_object_object_add(ChargingInfo3,"RemainChargingDuration",RemainChargingDuration[2]);
  1513. json_object_object_add(ChargingInfo3,"EvBatteryMaxVoltage",EvBatteryMaxVoltage[2]);
  1514. json_object_object_add(ChargingInfo3,"EvBatterytargetVoltage",EvBatterytargetVoltage[2]);
  1515. json_object_object_add(ChargingInfo3,"EvBatterySoc",EvBatterySoc[2]);
  1516. json_object_object_add(ChargingInfo3,"SystemStatus",SystemStatus[2]);
  1517. json_object_object_add(ChargingInfo3,"Index",Index[2]);
  1518. json_object_object_add(ChargingInfo3,"Type",Type[2]);
  1519. json_object_object_add(ChargingInfo3,"type_index",type_index[2]);
  1520. json_object_object_add(ChargingInfo3,"EvBatterytargetCurrent",EvBatterytargetCurrent[2]);
  1521. json_object_object_add(jobj2,"ChargingInfo3",ChargingInfo3);
  1522. }
  1523. printf("%s\n", json_object_to_json_string(jobj2));
  1524. json_object_put(jobj2);
  1525. //network
  1526. json_object_object_add(jobj3,"InternetConn",InternetConn);
  1527. json_object_object_add(jobj3,"FtpServer",FtpServer);
  1528. json_object_object_add(jobj3,"Eth0DhcpClient",Eth0DhcpClient);
  1529. json_object_object_add(jobj3,"Eth0MacAddress",Eth0MacAddress);
  1530. json_object_object_add(jobj3,"Eth0IpAddress",Eth0IpAddress);
  1531. json_object_object_add(jobj3,"Eth0SubmaskAddress",Eth0SubmaskAddress);
  1532. json_object_object_add(jobj3,"Eth0GatewayAddress",Eth0GatewayAddress);
  1533. json_object_object_add(jobj3,"Eth1DhcpClient",Eth1DhcpClient);
  1534. json_object_object_add(jobj3,"Eth1MacAddress",Eth1MacAddress);
  1535. json_object_object_add(jobj3,"Eth1IpAddress",Eth1IpAddress);
  1536. json_object_object_add(jobj3,"Eth1SubmaskAddress",Eth1SubmaskAddress);
  1537. json_object_object_add(jobj3,"Eth1GatewayAddress",Eth1GatewayAddress);
  1538. json_object_object_add(jobj3,"WifiMode",WifiMode);
  1539. json_object_object_add(jobj3,"WifiSsid",WifiSsid);
  1540. json_object_object_add(jobj3,"WifiPassword",WifiPassword);
  1541. json_object_object_add(jobj3,"WifiRssi",WifiRssi);
  1542. json_object_object_add(jobj3,"WifiDhcpServer",WifiDhcpServer);
  1543. json_object_object_add(jobj3,"WifiDhcpClient",WifiDhcpClient);
  1544. json_object_object_add(jobj3,"WifiMacAddress",WifiMacAddress);
  1545. json_object_object_add(jobj3,"WifiIpAddress",WifiIpAddress);
  1546. json_object_object_add(jobj3,"WifiSubmaskAddress",WifiSubmaskAddress);
  1547. json_object_object_add(jobj3,"WifiGatewayAddress",WifiGatewayAddress);
  1548. json_object_object_add(jobj3,"WifiNetworkConn",WifiNetworkConn);
  1549. json_object_object_add(jobj3,"TelcomApn",TelcomApn);
  1550. json_object_object_add(jobj3,"TelcomRssi",TelcomRssi);
  1551. json_object_object_add(jobj3,"TelcomChapPapId",TelcomChapPapId);
  1552. json_object_object_add(jobj3,"TelcomChapPapPwd",TelcomChapPapPwd);
  1553. json_object_object_add(jobj3,"TelcomModemImei",TelcomModemImei);
  1554. json_object_object_add(jobj3,"TelcomSimImsi",TelcomSimImsi);
  1555. json_object_object_add(jobj3,"TelcomSimIccid",TelcomSimIccid);
  1556. json_object_object_add(jobj3,"TelcomSimStatus",TelcomSimStatus);
  1557. json_object_object_add(jobj3,"TelcomModemMode",TelcomModemMode);
  1558. json_object_object_add(jobj3,"TelcomIpAddress",TelcomIpAddress);
  1559. json_object_object_add(jobj3,"TelcomNetworkConn",TelcomNetworkConn);
  1560. printf("%s\n", json_object_to_json_string(jobj3));
  1561. json_object_put(jobj3);
  1562. //backend
  1563. json_object_object_add(jobj4,"BackendConnTimeout",BackendConnTimeout);
  1564. json_object_object_add(jobj4,"OfflinePolicy",OfflinePolicy);
  1565. json_object_object_add(jobj4,"OfflineMaxChargeEnergy",OfflineMaxChargeEnergy);
  1566. json_object_object_add(jobj4,"OfflineMaxChargeDuration",OfflineMaxChargeDuration);
  1567. json_object_object_add(jobj4,"OcppConnStatus",OcppConnStatus);
  1568. json_object_object_add(jobj4,"OcppServerURL",OcppServerURL);
  1569. json_object_object_add(jobj4,"ChargeBoxId",ChargeBoxId);
  1570. printf("%s\n", json_object_to_json_string(jobj4));
  1571. json_object_put(jobj4);
  1572. }
  1573. // for(;;)
  1574. // {
  1575. // }
  1576. return FAIL;
  1577. }