16 lines
747 B
C
16 lines
747 B
C
#define CFG_WIFI_MAXIMUM_RETRY 5
|
|
// OCPP 1.6-J: MOcppMongooseClient will append "/<CFG_CP_IDENTIFIER>" to this URL.
|
|
// For local dev: ws://<host>:3001/ocpp
|
|
// For production: ws://csms.helios.bh8.ga:8180/steve/websocket/CentralSystemService
|
|
#define CFG_OCPP_BACKEND "wss://csms-server.uniiem.com/ocpp"
|
|
// #define CFG_CP_IDENTIFIER "CQWU_HHB_0001"
|
|
#define CFG_CP_IDENTIFIER ""
|
|
#define CFG_CB_SERIAL "REDAone_prototype00"
|
|
#define CFG_CP_FW_VERSION "1.0.0"
|
|
#define CFG_CP_MODAL "Helios DA One"
|
|
#define CFG_CP_VENDOR "RayineElec"
|
|
// OCPP Security Profile 1: sent as Authorization: Basic base64(<chargePointIdentifier>:<password>)
|
|
// Set to nullptr to disable authentication
|
|
// #define CFG_OCPP_PASSWORD "my_password"
|
|
#define CFG_OCPP_PASSWORD nullptr
|