fix(config): 更新OCPP后端URL和CP标识符配置
This commit is contained in:
@@ -2,10 +2,12 @@
|
|||||||
// OCPP 1.6-J: MOcppMongooseClient will append "/<CFG_CP_IDENTIFIER>" to this URL.
|
// OCPP 1.6-J: MOcppMongooseClient will append "/<CFG_CP_IDENTIFIER>" to this URL.
|
||||||
// For local dev: ws://<host>:3001/ocpp
|
// For local dev: ws://<host>:3001/ocpp
|
||||||
// For production: ws://csms.helios.bh8.ga:8180/steve/websocket/CentralSystemService
|
// For production: ws://csms.helios.bh8.ga:8180/steve/websocket/CentralSystemService
|
||||||
#define CFG_OCPP_BACKEND "ws://csms.helios.bh8.ga:8180/steve/websocket/CentralSystemService"
|
#define CFG_OCPP_BACKEND "wss://csms.uniiem.com/ocpp"
|
||||||
#define CFG_CP_IDENTIFIER "CQWU_HHB_0001"
|
// #define CFG_CP_IDENTIFIER "CQWU_HHB_0001"
|
||||||
|
#define CFG_CP_IDENTIFIER "ICP_906A28"
|
||||||
#define CFG_CB_SERIAL "REDAone_prototype00"
|
#define CFG_CB_SERIAL "REDAone_prototype00"
|
||||||
#define CFG_CP_FW_VERSION "1.0.0"
|
#define CFG_CP_FW_VERSION "1.0.0"
|
||||||
#define CFG_CP_MODAL "Helios DA One"
|
#define CFG_CP_MODAL "Helios DA One"
|
||||||
#define CFG_CP_VENDOR "RayineElec"
|
#define CFG_CP_VENDOR "RayineElec"
|
||||||
#define CFG_AUTHORIZATIONKEY "my_secret_key"
|
// #define CFG_AUTHORIZATIONKEY "my_secret_key"
|
||||||
|
#define CFG_AUTHORIZATIONKEY nullptr
|
||||||
|
|||||||
Reference in New Issue
Block a user