Matthias Akstaller
Matthias Akstaller
Happy to hear that it works! 1. For an official feature of MicroOcpp, it should either be an acknowledged extension by the OCA or should actually be used in at...
The networking library (mongoose) uses the Google DNS server by default (8.8.8.8), but unfortunately, it doesn't try alternative DNS servers automatically. It should be possible to change the default by...
Hi @ziyadtarek7, I believe that TinyGSM implements the Arduino Client interface. Since arduinoWebSockets is programmed against WiFiClient (also implementing Arduino Client) there's a good chance that you can replace all...
Oh cool! It would be incredibly useful to share the code online, because 4G connectivity is discussed a lot here. I assume you've forked arduinoWebSockets? The maintainer of that project...
The GetConfiguration response is created at the moment when the OCPP lib tries to send it. If the WebSocket is not ready (and sendTXT returns false), then no attempt to...
Hard reset "ungracefully" reboots the charger. The hard reset response gets lost. To change this behavior, the Reset listener should start a reset timer (of about 10s) instead of resetting...
Hi @engahmedaadel, The issue here is that the ESP firmware updater doesn't support TLS, it works over HTTP only. Sorry that its limitations are everything but clear. I will either...
Btw. I did a short code review and it seems like HTTPS support could be enabled by just adding two lines. This is the place in the OCPP lib to...
Sorry that your issue remained unanswered. I'm closing this assuming it's no longer relevant.
Closing this due to inactivity