|
@@ -37,7 +37,7 @@ Storage 0x0A200000-0x7FFFFFFF 1886 MB
|
|
|
|
|
|
/*relevant to Quantity */
|
|
|
#define MAX_PSU_QUANTITY 62
|
|
|
-#define CHAdeMO_QUANTITY 0
|
|
|
+#define CHAdeMO_QUANTITY 1
|
|
|
#define CCS_QUANTITY 1
|
|
|
#define GB_QUANTITY 0
|
|
|
#define AC_QUANTITY 0
|
|
@@ -128,15 +128,15 @@ struct SysConfigData
|
|
|
unsigned char SystemDateTime[32]; //charger system date and time
|
|
|
unsigned char AcPhaseCount; //AC EVSE power phase quantity, 1: One phase 3: Three phase
|
|
|
unsigned char AuthorisationMode; //0: Phihong RFID tag, 1: OCPP backend, 2: Phihong backend, 3: free mode
|
|
|
- unsigned char DefaultLanguage; //
|
|
|
- unsigned char RfidCardNumEndian; //0: little endian, 1: big endian
|
|
|
+ unsigned char DefaultLanguage; //
|
|
|
+ unsigned char RfidCardNumEndian; //0: little endian, 1: big endian
|
|
|
unsigned short AcPlugInTimes; //0~65535
|
|
|
unsigned short GbPlugInTimes; //0~65535
|
|
|
unsigned short Ccs1PlugInTime; //0~65535
|
|
|
unsigned short Ccs2PlugInTimes; //0~65535
|
|
|
unsigned short ChademoPlugInTimes; //0~65535
|
|
|
- unsigned char chargePointVendor[32]; //the Vendor of the ChargePoint
|
|
|
- unsigned char PsuAcInputType; //0: 220, 1: 277
|
|
|
+ unsigned char chargePointVendor[32]; //the Vendor of the ChargePoint
|
|
|
+ unsigned char PsuAcInputType; //0: 220, 1: 277
|
|
|
/**************Charging***************/
|
|
|
unsigned short MaxChargingEnergy; //0: no limit, 1 ~ 65535 kWh
|
|
|
unsigned short MaxChargingPower; //0: rating value, 1 ~ RATING_POWER kW"
|
|
@@ -146,7 +146,7 @@ struct SysConfigData
|
|
|
unsigned char LocalWhiteCard[10][32]; //Max. card quantity is 10
|
|
|
unsigned char UserId[32]; //the user use this ID to trigger charging event, it can be RFID card number, OCPP IdTag, etc.
|
|
|
/**************Network***************/
|
|
|
- unsigned char FtpServer[256]; //the ftp server for Phihong server to do data transimission
|
|
|
+ unsigned char FtpServer[32]; //the ftp server for Phihong server to do data transimission
|
|
|
struct EthConfigData Eth0Interface;
|
|
|
struct EthConfigData Eth1Interface;
|
|
|
struct WifiConfigData AthInterface;
|
|
@@ -198,7 +198,7 @@ struct ChargingInfoData
|
|
|
unsigned char PilotDuty; // 0~100%
|
|
|
unsigned char StartUserId[32]; // This ID is trigger start charging event user by RFID、back-end、BLE.
|
|
|
unsigned char StartDateTime[32]; // Charging cycle start date time
|
|
|
- unsigned char StopDateTime[32]; // Charging cycle stop date time
|
|
|
+ unsigned char StoptDateTime[32]; // Charging cycle stop date time
|
|
|
unsigned char StartMethod;
|
|
|
// Connector Temp
|
|
|
unsigned char ConnectorTemp; //0x00: -60¢XC ~ 0xFE: 194
|