Jeremy Poulter

Results 220 comments of Jeremy Poulter

The post code if just the status at boot, so it the status is not one of the error states it can be derived that the post code was 0

Have you checked the `pilotstate(hex): EVSE_STATE_xxx` ? I woud expect that to be `08` in this case

I guess the check state is being cleared after the boot then, maybe a RAPI command is needed to get the POST code....

FYI the latest ESP32 firmware should not put the ATMEGA to speed by default, but that is kind of mute as you can certainly set it up to go to...

That is rubbish, I think the code in the OpenEVSE works reasonably well. Doing a bit of work on the script to make it a bit more flexible (for the...

When you want to do OTA updates, it is convenient to merge the web UI files on to the firmware so you don't need a secondary process for updating them.

Thanks for the report, this would indeed seem to be a bug, the HTTP client shoud do something similar to https://github.com/jeremypoulter/ArduinoMongoose/blob/master/src/MongooseMqttClient.cpp#L141

This library just sits on top of the IP stack, the actual transport should be independent. So just start the GSM modem as indicated in the examples and mongoose can...

Not entirely, I have started work on this and trying to fit it in among other projects