#define CFG_WIFI_MAXIMUM_RETRY 5 // OCPP 1.6-J: MOcppMongooseClient will append "/" to this URL. // For local dev: ws://: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(:) // Set to nullptr to disable authentication // #define CFG_OCPP_PASSWORD "my_password" #define CFG_OCPP_PASSWORD nullptr