WebService.c 95 KB

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