OpenEVSE Language Translation

The new unit will be identical to the current OpenEVSE kit that we sell. The only difference will be the type-2 socket instead of a tethered cable and three-phase option as well as full CE certification.

The EVSE currently only monitors current and assumes a unity power factor and a steady voltage. These assumptions are generally true with EV charging resulting in a a pretty accurate kWh reading, but I agree your solution would be more accurate at the expense of extra hardware. The three-phases should be balanced and at constant voltage when EV charging. If greater accuracy is required a billing grade meter can be installed inline with the EVSE.

I had been thinking about different language packs for the LCD. This would be quite easy to do since all the strings for the openEVSE are in a single file:

https://github.com/openenergymonitor/open_evse/blob/development/firmware/open_evse/Language_default.h

Feel free to translate the strings, I’m happy to re-compile the FW for different languages if required. However, I guess this would only be useful for the LCD menu. The new type-2 enclosure does not have a button since all interaction is done via the WiFi-gateway web interface. Currently translating the wifi-gateway interface would be more work since all the strings are not in a single file:

https://github.com/OpenEVSE/ESP8266_WiFi_v2.x/blob/stable/src/html/home.htm