feat(ocpp): implement BootNotification, Heartbeat, and StatusNotification actions with database integration

This commit is contained in:
2026-03-10 10:42:20 +08:00
parent 0f47b3d382
commit 4fce1c6bdd
11 changed files with 2837 additions and 136 deletions

View File

@@ -1,4 +1,7 @@
#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 "ws://csms.helios.bh8.ga:8180/steve/websocket/CentralSystemService"
#define CFG_CP_IDENTIFIER "CQWU_HHB_0001"
#define CFG_CB_SERIAL "REDAone_prototype00"