Matthias Akstaller

Results 129 comments of Matthias Akstaller

The logs indicate a connectivity issue. Is the ESP able to maintain a robust WebSocket connection? In case it isn't, then these timeouts are normal and expected behavior, although the...

A big part is already implemented (the Certificate Management part) and I'm planning to integrate it with the Mongoose WebSocket adapter and firmware updater in the next months. But the...

You can use the OccupiedInput to manually keep the connector in Finishing state: https://github.com/matth-x/MicroOcpp/blob/1bf49421a4641a29ddaf5e3de99027bd93d2b22a/src/MicroOcpp.h#L304 More precisely, this callback puts the connector into an Occupied state, i.e. if the connector is...

I'm not sure I understand the scenario (don't have the OCTT descriptions at hand). The reason to reject a RemoteStopTransaction is that the transactionId doesn't match any running transaction on...

Update: the RFID reader does recognize 4-byte cards, sorry for getting it wrong. Still, we need to be able to distinguish between 4-byte and 7-byte identifiers (since 4-byte readings are...

The issue with the trailing 0s is the interoperability with other chargers. If you already have a few chargers on your parking lot and want to add a SmartEVSE, you...

Hi @demirschmid61, To answer your questions, 1. Yes, I would say using the same idTag for both connectors is an acceptable solution. I have never seen a backend system which...

Hi @demirschmid61, this could actually be related to a regression bug in v1.0. Can you upgrade to v1.1? Everything on your side looks correct. Cst_PreBootTransactions and Cst_SilentOfflineTransactions are both set...

Hi @shengxiang200788, Thanks for the report and your analysis. There's indeed been a recent issue on stale transactions blocking the connector, but I hoped that would be resolved. Are you...

Does this happen while the charger is online? If yes, do you have the possibility to view all the JSON files? The files starting with "op" (opstore.json and op-XXX.jsn) and...