priya2212

Results 9 comments of priya2212

Hi @euripedesrocha , Thank you for your message. Below is the code snippet - ``` static void mqtt_event_handler(void *handler_args, esp_event_base_t base, int32_t event_id, void *event_data) { ESP_LOGD(TAG, "Event dispatched from...

QoS - 0, tested with 1 as well. Facing same problem. In the logs, even I don't see any issues captured. Just that I have MQTTLens/MQTTBox as another client and...

You need to add port also in the OCPP_URL.

Hi @demirschmid61 , Did you get any solutions for your problem? I am also facing the same issue. Would be happy if you can share your inputs. :)

I tested it and the separate test with OCPP traffic is working completely fine. But when sending Meter values and IDtag in OCPP during transaction, it is giving operation timeout....

Do I need to make an adapter in MicroOcpp_c.cpp and call it acc or the library is handling the functionality? Please help!

So Sorry I got busy in some work here. Will check it today and confirm it here.

Dear @matth-x , Setting the Cst_MeterValuesInTxOnly to false works. Thank you very much for your support and help.

Dear @matth-x , I am configuring connector 0 to get the meter values irrespective of transactions. I have configured ClockAlignedDataInterval to 600 sec and MeterValueSampleInterval to 30 sec (to get...