|
@@ -186,6 +186,7 @@ Storage 0x0A200000-0x7FFFFFFF 1886 MB
|
|
|
#define ShmLedBdKey 1011
|
|
|
#define ShmOcpp20ModuleKey 1012
|
|
|
#define ShmRelay2BdKey 1013
|
|
|
+#define ShmYesCustomKey 1014
|
|
|
|
|
|
#define FaultCodeLength 5
|
|
|
#define AlarmCodeLength 20
|
|
@@ -321,8 +322,11 @@ enum CoreProfile {
|
|
|
TimeOffsetNextTransition,
|
|
|
SystemUptimeSec,
|
|
|
FreeVend,
|
|
|
+ FreeVendIdtag,
|
|
|
OcppServer,
|
|
|
MaintainServer,
|
|
|
+ StatusNotificationPeriodically,
|
|
|
+ StatusNotificationInterval,
|
|
|
ConfigurationVersion,
|
|
|
_CoreProfile_CNT
|
|
|
};
|
|
@@ -414,8 +418,16 @@ struct LED
|
|
|
unsigned char Blue[3]; // Blue color 0~100, element 0: IDLE 1: CHARGING 2: FAULT
|
|
|
};
|
|
|
|
|
|
+struct LCD_NOUSE
|
|
|
+{
|
|
|
+ unsigned char page_index; // LCD override page index
|
|
|
+ unsigned char duration; // LCD override duration
|
|
|
+ unsigned char isOverideReq:1; // LCD override request
|
|
|
+};
|
|
|
+
|
|
|
struct LCD_OVERRIDE
|
|
|
{
|
|
|
+ unsigned char connectorId; // LCD override connector id
|
|
|
unsigned char page_index; // LCD override page index
|
|
|
unsigned char duration; // LCD override duration
|
|
|
unsigned char isOverideReq:1; // LCD override request
|
|
@@ -464,7 +476,9 @@ typedef union
|
|
|
unsigned int HardResetStop:1; // 0: no effect, 1: hard reset stop
|
|
|
unsigned int SoftResetStop:1; // 0: no effect, 1: soft reset stop
|
|
|
unsigned int InvalidIdStop:1; // 0: no effect, 1: invalid stop when StopTransactionOnInvalidId is true
|
|
|
- unsigned int res:25;
|
|
|
+ unsigned int RemoteStop:1; // 0: no effect, 1: remote stop
|
|
|
+ unsigned int UnlockStop:1; // 0: no effect, 1: unlock stop
|
|
|
+ unsigned int res:23;
|
|
|
}bits;
|
|
|
}ChargingStop;
|
|
|
|
|
@@ -559,7 +573,7 @@ struct SysConfigData
|
|
|
unsigned char isReqFirstUpgrade; //EVSE is request first upgrade from PH server
|
|
|
unsigned char isEnableLocalPowerSharging; //0: Disable power sharing 1: Enable power sharing
|
|
|
unsigned char StopChargingByButton; //0: Disable 1: Enable
|
|
|
- struct LCD_OVERRIDE LcdOveride; // LCD override info
|
|
|
+ struct LCD_NOUSE Legacy_LcdOveride; // LCD override info (no use anymore)
|
|
|
struct TTIA TTIA_Info; // TTIA configuration struct
|
|
|
|
|
|
/************PowerCabinet************/
|
|
@@ -673,6 +687,7 @@ struct ChargingInfoData
|
|
|
unsigned char isEVCCIDVerify;
|
|
|
unsigned char CCSGunType;
|
|
|
struct timeval PreChargeTimer;
|
|
|
+ unsigned char _SaftyDetect;
|
|
|
};
|
|
|
|
|
|
typedef struct
|
|
@@ -698,12 +713,7 @@ typedef union
|
|
|
unsigned int MiscNeedAnnouncement:1; // 0: no need, 1: need send misc command
|
|
|
unsigned int NeedDispenserVerInfo:1; // 0: no need, 1: need dispenser to report it's version info
|
|
|
unsigned int AuthorizeRequest:1; // 0: idle, 1: requesting ( dispenser -> cabinet)
|
|
|
- unsigned int ConnectorTimeoutConfigRequest:1; // 0: no request, 1: connector timeout setting ( ocpp -> cabinet -> dispenser)
|
|
|
- unsigned int DefaultPriceConfigRequest:1; // 0: no request, 1: default price setting ( ocpp -> cabinet -> dispenser)
|
|
|
- unsigned int CurrencyConfigRequest:1; // 0: no request, 1: currency setting ( ocpp -> cabinet -> dispenser)
|
|
|
- unsigned int HardwareRebootRequest:1; // 0: no request, 1: hardware reboot request ( ocpp -> cabinet -> dispenser)
|
|
|
unsigned int HardwareRebootConfirm:1; // 0: no effect, 1: dispenser confirmed
|
|
|
- unsigned int SoftwareResetRequest:1; // 0: no request, 1: software reset request ( ocpp -> cabinet -> dispenser)
|
|
|
unsigned int SoftwareResetConfirm:1; // 0: no effect, 1: dispenser confirmed
|
|
|
unsigned int FirmwareUpdateRequest:1; // firmware update request
|
|
|
unsigned int FirmwareUpdateConfirm:1; // firmware update start
|
|
@@ -717,7 +727,7 @@ typedef union
|
|
|
unsigned int AuthModeConfigRequest:1; // 0: no request, 1: AuthMode Config has changed ( cabinet -> dispenser)
|
|
|
unsigned int EVCCIDConfigRequest:1; // 0: no request, 1: EVCCID Config has changed ( cabinet -> dispenser)
|
|
|
unsigned int LEDIntensityRequest:1; // 0: no request, 1: LED Intensity has changed ( cabinet -> dispenser)
|
|
|
- unsigned int res:7;
|
|
|
+ unsigned int res:12;
|
|
|
}bits;
|
|
|
}DispenserSettingFlag;
|
|
|
|
|
@@ -793,10 +803,6 @@ struct DispenserInfoData
|
|
|
}CheckInLog; // record dispenser checkin status
|
|
|
unsigned char ConnectorLog[GENERAL_GUN_QUANTITY]; // record connector quantity of dispenser
|
|
|
struct ConnectionInfoData ConnectionInfo[GENERAL_GUN_QUANTITY];
|
|
|
-
|
|
|
- unsigned short ConnectorTimeout; // connector plug in timeout, unit 1s
|
|
|
- unsigned int DefaultPrice; // dispenser default price, unit: 0.01 (dollar/kWh)
|
|
|
- unsigned char Currency; // dispenser currency index
|
|
|
};
|
|
|
|
|
|
struct WARNING_CODE_INFO
|
|
@@ -814,16 +820,11 @@ typedef union
|
|
|
struct
|
|
|
{
|
|
|
unsigned int PermissionRequest:1; // 0: no request, 1: dispenser request to charging ( dispenser -> cabinet)
|
|
|
- unsigned int RemoteStartRequest:1; // 0: no request, 1: remote start ( ocpp -> cabinet -> dispenser)
|
|
|
unsigned int RemoteStartConfirm:1;
|
|
|
- unsigned int RemoteStopRequest:1; // 0: no request, 1: remote stop ( ocpp -> cabinet -> dispenser)
|
|
|
unsigned int RemoteStopConfirm:1;
|
|
|
- unsigned int UnlockStopRequest:1; // 0: no request, 1: Unlock stop ( ocpp -> cabinet -> dispenser)
|
|
|
unsigned int UnlockStopConfirm:1;
|
|
|
unsigned int TimeoutStopRequest:1; // 0: no request, 1: ethernet timeout stop ( dispenser -> cabinet)
|
|
|
unsigned int PsuReleasable:1;
|
|
|
- unsigned int AvailabilityRequest:1; // 0: no request, 1: change availability ( ocpp -> cabinet -> dispenser)
|
|
|
- unsigned int AccountBalanceRequest:1; // 0: no request, 1: set account balance ( ocpp -> cabinet -> dispenser)
|
|
|
unsigned int AnnounceBalance:1; //
|
|
|
unsigned int StartWaitPlug:1; //
|
|
|
unsigned int NeedCleanAuthorizeInfo:1; //
|
|
@@ -836,7 +837,7 @@ typedef union
|
|
|
unsigned int Disconnection:1;
|
|
|
unsigned int GfdDetection:1; // 0: stop, 1: start
|
|
|
unsigned int GetStartChargingSoc:1; // 0: no effect, 1: get start soc
|
|
|
- unsigned int res:8;
|
|
|
+ unsigned int res:14;
|
|
|
}bits;
|
|
|
}ConnectorParameter;
|
|
|
|
|
@@ -873,9 +874,10 @@ struct ConnectorInfoData
|
|
|
float CapabilityCurrent; // unit 0.1A
|
|
|
float CapabilityPower; // unit 0.1kW
|
|
|
|
|
|
- unsigned int UserPrice; // connector user's user price, unit: 0.01 (dollar / kWh)
|
|
|
- unsigned int TotalCost; // connector user's total cost, unit: 0.01 dollar
|
|
|
- int AccountBalance; // connector user's account balance, unit: 0.01 dollar
|
|
|
+ float UserPrice; // connector user's user price, unit: 1 (dollar / kWh)
|
|
|
+ float TotalCost; // connector user's total cost, unit: 1 dollar
|
|
|
+ float AccountBalance; // connector user's account balance, unit: 1 dollar
|
|
|
+ float CostDiscount; // connector user's account balance, unit: 1 dollar
|
|
|
};
|
|
|
|
|
|
typedef union
|
|
@@ -891,23 +893,6 @@ typedef union
|
|
|
}bits;
|
|
|
}CabinetSettingFlag;
|
|
|
|
|
|
-typedef struct
|
|
|
-{
|
|
|
- unsigned int ConnectionTimeout; // unit: 1s
|
|
|
- unsigned int DefaultPrice; // unit: 0.01dollar
|
|
|
- unsigned int Currency; // currency index
|
|
|
- unsigned int BackendStatus; // 0: disable, 1: connected, 2: disconnected
|
|
|
- unsigned int EthernetStatus; // 0: disable, 1: connected, 2: disconnected
|
|
|
- unsigned int WiFiStatus; // 0: disable, 1: connected, 2: disconnected
|
|
|
- unsigned int TelcomModemStatus; // 0: disable, 1: connected, 2: disconnected
|
|
|
- unsigned int BillingStatus; // 0: disable, 1: enable
|
|
|
- unsigned int StopChargingButton; // 0: disable, 1: enable
|
|
|
- unsigned int HardwareReboot; // 1: HardwareReboot, Other value: no effect
|
|
|
- unsigned int SoftwareRestart; // 1: SoftwareRestart, Other value: no effect
|
|
|
- unsigned int AuthModeConfig; // 0: enable, 1: disable
|
|
|
- unsigned int EVCCIDConfig; // 0: disable, 1: enable
|
|
|
-}CabinetMiscCommand;
|
|
|
-
|
|
|
typedef struct DC_METER_INFO
|
|
|
{
|
|
|
double presetVoltage; // resolution: 1.000v
|
|
@@ -1010,11 +995,11 @@ struct SysInfoData
|
|
|
unsigned char AuthorizedType; // record authorized type
|
|
|
unsigned char AuthorizedStatus; // cabinet authorized status
|
|
|
CabinetSettingFlag CabinetSetting;
|
|
|
- CabinetMiscCommand CabinetMicsStatus;
|
|
|
struct LocalSharingInfo localSharingInfo; // Local power sharing info structure
|
|
|
DC_Meter_Info DcMeterInfo[4];
|
|
|
unsigned char OTPTemp; // OTP Temperature
|
|
|
unsigned char OTPTempR; // OTP Recovery Temperature
|
|
|
+ struct LCD_OVERRIDE LcdOveride; // LCD override info (no use anymore)
|
|
|
};
|
|
|
|
|
|
struct SysConfigAndInfo
|
|
@@ -1333,9 +1318,9 @@ char AlarmStatusCode[160][6]=
|
|
|
"012326", // System task is lost
|
|
|
"012327", // DC input ovp
|
|
|
"012328", // DC input uvp
|
|
|
- "012329", // reserved
|
|
|
- "012330", // reserved
|
|
|
- "012331", // reserved
|
|
|
+ "012329", // Psu Can Communication Fault
|
|
|
+ "012330", // Psu Dc to Dc OTP
|
|
|
+ "012331", // Psu Dc to Dc OVP
|
|
|
"012332", // reserved
|
|
|
"012333", // reserved
|
|
|
"012334", // reserved
|
|
@@ -1350,7 +1335,7 @@ char AlarmStatusCode[160][6]=
|
|
|
"012343", // reserved
|
|
|
"012344", // AC: Meter IC communication timeout
|
|
|
"012345", // AC: Pilot negative error
|
|
|
- "012346", // reserved
|
|
|
+ "012346", // Psu Communication error with CSU
|
|
|
"012347", // reserved
|
|
|
"012348", // reserved
|
|
|
"012349", // reserved
|
|
@@ -1520,13 +1505,17 @@ struct AlarmCodeData
|
|
|
unsigned char DcInputOVP:1; //bit 7
|
|
|
//AlarmVal[16]
|
|
|
unsigned char DcInputUVP:1; //bit 0
|
|
|
- unsigned char :7; //reserved bit 1 ~ bit 7
|
|
|
- //AlarmVal[17]
|
|
|
+ unsigned char PsuCanCommFault:1; //bit 1
|
|
|
+ unsigned char PsuDcDcOtp:1; //bit 2
|
|
|
+ unsigned char PsuDcDcOvp:1; //bit 3
|
|
|
+ unsigned char :4; //reserved bit 4 ~ bit 7
|
|
|
+ //AlarmVal[17]
|
|
|
unsigned char :8; //reserved bit 0 ~ bit 7
|
|
|
//AlarmVal[18]
|
|
|
unsigned char MeterIcCommTimeout:1; //bit 0
|
|
|
unsigned char PilotNegativeError:1; //bit 1
|
|
|
- unsigned char :6; //reserved bit 2 ~ bit 7
|
|
|
+ unsigned char PsuComminicationErrWithCSU:1; //bit 2
|
|
|
+ unsigned char :5; //reserved bit 3 ~ bit 7
|
|
|
//AlarmVal[19]
|
|
|
unsigned char :8; //reserved bit 0 ~ bit 7
|
|
|
}bits;
|
|
@@ -2311,6 +2300,7 @@ struct PsuData
|
|
|
unsigned char GroupCount;
|
|
|
unsigned char Work_Step;
|
|
|
struct PsuModuleVer PsuVersion[MAX_PSU_QUANTITY];
|
|
|
+ unsigned char PsuStopChargeFlag;
|
|
|
};
|
|
|
|
|
|
/************************************************************************************/
|
|
@@ -4597,6 +4587,58 @@ struct StructSessionTarget
|
|
|
unsigned short targetDuration; // Unit: Minutes 0 is unlimit
|
|
|
};
|
|
|
|
|
|
+//===================================
|
|
|
+// YES custom protocol
|
|
|
+//===================================
|
|
|
+struct StructChargerInfo
|
|
|
+{
|
|
|
+ unsigned char station_name[64];
|
|
|
+};
|
|
|
+
|
|
|
+struct StructWeatherInfo
|
|
|
+{
|
|
|
+ int weatherId;
|
|
|
+ float temperature;
|
|
|
+};
|
|
|
+
|
|
|
+struct StructCreditDeductResult
|
|
|
+{
|
|
|
+ int txId;
|
|
|
+ unsigned char creditNo[64];
|
|
|
+ unsigned char vemData[80];
|
|
|
+ unsigned char ROC[20];
|
|
|
+ unsigned char RRN[20];
|
|
|
+ unsigned char storeId[20];
|
|
|
+ unsigned char approvalNo[20];
|
|
|
+ double amount;
|
|
|
+ unsigned char deductResult:1;
|
|
|
+ unsigned char isDonateInvoice:1;
|
|
|
+};
|
|
|
+
|
|
|
+struct StructReaderStatus
|
|
|
+{
|
|
|
+ int readerStatus;
|
|
|
+ unsigned char creditNo[64];
|
|
|
+ unsigned char ReportReaderStatusReq:1;
|
|
|
+};
|
|
|
+
|
|
|
+struct StructTcciCustomData
|
|
|
+{
|
|
|
+ struct StructChargerInfo ChargerInfo;
|
|
|
+ struct StructWeatherInfo WeatherInfo;
|
|
|
+ struct StructCreditDeductResult DeductInfo;
|
|
|
+ struct StructReaderStatus ReaderStatus[CONNECTOR_QUANTITY];
|
|
|
+ unsigned char TriggerReaderReq[3];
|
|
|
+ unsigned char SerialNo[CONNECTOR_QUANTITY][37];
|
|
|
+ unsigned char VEMData[CONNECTOR_QUANTITY][65];
|
|
|
+
|
|
|
+ unsigned char ReportCreditDeductReq:1;
|
|
|
+ unsigned char ChargerInfoReq:1;
|
|
|
+ unsigned char ChargerInfoConf:1;
|
|
|
+ unsigned char WeatherInfoReq:1;
|
|
|
+ unsigned char WeatherInfoConf:1;
|
|
|
+};
|
|
|
+
|
|
|
struct OCPP16Data
|
|
|
{
|
|
|
unsigned char OcppServerURL[512]; //http: non-secure OCPP 1.5-S, https: secure OCPP 1.5-S, ws: non-secure OCPP 1.6-J, wss: secure OCPP 1.6-J"
|
|
@@ -4786,6 +4828,7 @@ struct OCPP16Data
|
|
|
struct StructSignCertificate SignCertificate;
|
|
|
struct StructSignedFirmwareStatusNotification SignedFirmwareStatusNotification;
|
|
|
struct StructSessionTarget SessionTarget[CONNECTOR_QUANTITY];
|
|
|
+ struct StructTcciCustomData TcciCustomData;
|
|
|
};
|
|
|
|
|
|
|
|
@@ -4830,6 +4873,7 @@ enum OCPP20CtrlrVariable
|
|
|
ChargingStation_SupplyPhases,
|
|
|
ChargingStation_SystemUptimeSec,
|
|
|
ChargingStation_FreeVend,
|
|
|
+ ChargingStation_FreeVendIdtag,
|
|
|
Connector_Available,
|
|
|
Connector_ConnectorType,
|
|
|
Connector_SupplyPhases,
|
|
@@ -4878,6 +4922,8 @@ enum OCPP20CtrlrVariable
|
|
|
OCPPCommCtrlr_WebSocketPingInterval,
|
|
|
OCPPCommCtrlr_ResetRetries,
|
|
|
OCPPCommCtrlr_PublicKeyWithSignedMeterValue,
|
|
|
+ OCPPCommCtrlr_StatusNotificationPeriodically,
|
|
|
+ OCPPCommCtrlr_StatusNotificationInterval,
|
|
|
OCPPCommCtrlr_VariableVersion,
|
|
|
ReservationCtrlr_Enabled,
|
|
|
ReservationCtrlr_Available,
|