Razvan Grigore
Razvan Grigore
~PS: would something like this work?~ I have vibe-coded a working class, validated successfully with Transparenzsoftware, but I'm pretty sure it could be simplified even further (maybe extending the `addMeterValueInput`...
I think this is an implementation detail, in our case, on reboot, transaction id is retrieved from LittleFS and everything continues to work. You could tap into `setOnSendConf("BootNotification", ....` and...
hey @matth-x, do you need help testing this? I think it makes no sense adding more fixes to the current `main` branch, until we get this through, right?
This scenarios works and I have personally tested it with OCTT, local Auth list is stored on flash (JSON file on LittleFS).
Just curious, isn't STM32 supposed to be supported already? I saw STM mentioned on the README, hence my confusion. Also, maybe you want to check https://github.com/matth-x/MicroOcpp/issues/172#issuecomment-1669574485.
This seems to be a problem with your LittleFS, file is corrupted, what Arduino Core version / IDF are you using?
Hey @JungHeum-Park, Did you manage to pass the OCPP Certification? We also have exactly those failed test cases. PS: we use v1.2.0 Cheers, R
Why is this not merged? It's very confusing indeed and does not encurage community contributions. Thank you!
Good catch, I think I saw some strange times from the future in our logs and was wondering what's wrong. Can you write a unit test for it? The we...
what `MO_PLATFORM` are you using? We're on `MO_PLATFORM_ARDUINO` (using `millis()` internally) and I think the behaviour is different than for `MO_PLATFORM_ESPIDF`. From my investigation, the problem seems to be caused...