Chris Howell

Results 36 comments of Chris Howell

@jeremypoulter Any idea what may be causing this behavior? It is strange as MQTT / mosquitto / solar divert is a very popular combination. I have not seen any similar...

I agree an a out of the box default of "Disabled": is absolutely stupid and causes unnecessary headaches. I submitted an issue a while back here: https://github.com/OpenEVSE/openevse_esp32_firmware/issues/753

Check that "Default State" is set to "Active" not "Disabled". It is part of the setup wizard or found in Settings => EVSE. On Sun, Dec 3, 2023, 10:52 AM...

The firmware supports Mennekes lock on a couple of the ISP pins. A forward reverse motor driver and 12v source is required. https://github.com/OpenEVSE/OpenEVSE_PLUS/blob/master/OpenEVSE_PLUS_v5/Standard_3Phase.pdf On Thu, Apr 20, 2023 at 3:25 ...

Hi Chris, The latest development OpenEVSE firmware has a new RAPI command to get plug state. G0 - get EV connect state response: $OK connectstate connectstate: 0=not connected, 1=connected, 2=unknown...

Thanks for the suggestion and improvements to the code. I will integrate many of the improvements you made including SSL fingerprint and MQTT.

Great, I am about finished merging a lot of your work, just a few issues left. Username and Password have been on my todo list. eeprom is probably the best...

I uploaded my working copy to the development branch. It is mostly working except saving SSID and password and the update buttons. It is broken up in tabs as there...

Solid State Relays are not a good fit for EVSEs for 3 main reasons. The main purpose of the EVSE is isolation until all safety checks pass. SSRs can not...

To use a different LCD/Controller combo you will need to modify the source code to support your particular device and recompile. On Sun, Aug 25, 2019, 9:10 PM Sami wrote:...