MicroOcpp icon indicating copy to clipboard operation
MicroOcpp copied to clipboard

Heartbeat_Listen

Open Mahmoud1029Sharaf opened this issue 1 year ago • 0 comments

Hi i want to listen to heartbeat response comes from OCPP i used that API to print a message on receiving heartbeat responce

setOnSendConf("SetChargingProfile", [] (JsonObject payload) { Serial.print("received Heartbeat response ********************* "); }); i put it in setup after initializing OCPP

i got that in the serial not including the message message i wanted can you help me to find the problem ?

Screenshot from 2024-08-18 15-02-29

Mahmoud1029Sharaf avatar Aug 18 '24 12:08 Mahmoud1029Sharaf