kundantirex

Results 12 comments of kundantirex

Hi, thank you! Now I can authorize from the local list. But when we are disconnected from the internet, it does not update the CMS after the connection is re-established....

Hi @c-jimenez , Remote Start Transaction is not working. please check this logs. [remoteStartTestlog.txt](https://github.com/user-attachments/files/19484691/remoteStartTestlog.txt)

Hi @c-jimenez, I’m waiting for your response. Could you please let me know what the issue might be? Is it related to the CMS?

Hi, In this code, esp32 uses wifi to connect with websocket. I have to connect with 4G module **VVM ESP32 4G LTE A7670 MODULE**.

Hi, I am having an issue. I have created another thread for meter value reading. c Copy code int getEnergyReading(void) { return energy; } static void energy_reading(void *arg) { while...

Hi @c-jimenez, After following these steps, do we need to manually call the getMeterValue() method after the transaction starts, or is it invoked automatically? my code: `} else if (j.contains("StartTransaction")...

Yes, but in my case, it's not working. That's why I thought I should call this function.

Yes, see void handleStopTransaction(IChargePoint& charge_point, unsigned int connector_id, const std::string& id_tag) { charge_point.stopTransaction(connector_id, id_tag, Reason::Local); std::cout

Yes sure, please check path /TestMessages, in main.cpp i have creating API's using websocket. and after start transaction , meter value should send over cms. for now i have to...