Matthias Akstaller

Results 69 comments of Matthias Akstaller

Sounds like a great project! The first thing to find out is how the communication on their board works in detail and how to control the EVSE from an Arduino...

Hi, @Joelmaca9 This library does not need a preexisting configs file. When the configs file is missing, it loads the defaults from the program memory and it will create the...

Have you already been able to work around this problem? Please try checking out from the develop branch. I have added a few things to improve the compatibility with different...

Hi @vinothkrstatiq Thank you for the report. The compiler output shows that the library versions are not compatible with each other. Does it also print error messages if you compile...

@shardul10 In version 0.0.4, `startTransaction(...)` had no dedicated idTag parameter but used the cached idTag from a previous Authorize operation. But in case you authorize your idTags locally, that leads...

Unfortunately, that's not possible at the moment. I'm working on it though as I clearly see interesting use cases of it. What are you trying to achieve? Maybe there is...

Hi @retrocoder-78 Sorry for not responding earlier. The [development fork for OCPP](https://github.com/matth-x/ESP32_WiFi_V4.x) already supports more measurands, including the voltage and amperage. Feel free to try it. If you find any...

This is addressed in #255 @glynhudson Can you ckeck if the PR solves this issue? Unfortunately, I cannot test it with a real load.

Yes I've only worked on the OCPP side of this.

Yes, that would be great. The energy reading is fully encapsulated in my code, so switching to another function will be no effort.