Anyone that's been following this thread: https://www.speakev.com/threads/ete...epc-dynamic-adjustment-of-charging-current.183865/?post_id=3584097#post-3584097 may have spotted that there seems to be a way to DIY a UK compliant (in terms of both open PEN fault, DC tolerant earth leakage protection and compliance with the smart charge point regulations*, for less than £200.
HEALTH WARNING: This needs DIY electrical competence and also a working Home Assistant (Home Assistant instance.
The basis of this charge point is this ~£34 ETEK EVSE module, that is pretty much a direct replacement for the Rolec EVSE controller (more capable, much cheaper and same LED polarity): https://www.aliexpress.com/i/1005004512138683.html
To get the DC tolerant (i.e Type B) RCD capability means adding the ~ £14 RCMU module on the above link.
The ETEK EVSE has built in programmable over and under voltage sensing that can easily be set to provide open PEN fault protection.
To make a basic charge point just needs a contactor, an enclosure and a tethered cable, or Type 2 outlet (depending on the version).
To make a smart (and so pretty much UK legal, I think) charge point means adding this ESP8266 & RS485 module (for around £14, inc postage), plus adding the charge point to Home Assistant, using ESPHome: Epever RS485 to wifi adaptor v1.7
I'm far from being an IT wizard, and truth be told, the part of this that causes me the most pain and grief is coding Home Assistant/ESPHome. For me (who cut my coding teeth writing Fortran 77 on an ICL, running George 3) I find yaml bloody hard going (not least because of it's space character indenting rule).
If anyone wants to collaborate on an open source charge point, that has all required safety protection, and works within Home Assistant (also open source), then I'm more than happy to do the electrical/electronic/testing stuff, but could really use some help with HA and ESPHome.
*Compliance with the smart charge point regulations seems pretty flexible. In essence I think that using HA to access publicly provided data and do things like time dithering and provde OCPP compatibility "may" be enough. The regulations seem to me to be more than a little vague as to what is really needed, but I'm convinced that it can be done within HA.
HEALTH WARNING: This needs DIY electrical competence and also a working Home Assistant (Home Assistant instance.
The basis of this charge point is this ~£34 ETEK EVSE module, that is pretty much a direct replacement for the Rolec EVSE controller (more capable, much cheaper and same LED polarity): https://www.aliexpress.com/i/1005004512138683.html
To get the DC tolerant (i.e Type B) RCD capability means adding the ~ £14 RCMU module on the above link.
The ETEK EVSE has built in programmable over and under voltage sensing that can easily be set to provide open PEN fault protection.
To make a basic charge point just needs a contactor, an enclosure and a tethered cable, or Type 2 outlet (depending on the version).
To make a smart (and so pretty much UK legal, I think) charge point means adding this ESP8266 & RS485 module (for around £14, inc postage), plus adding the charge point to Home Assistant, using ESPHome: Epever RS485 to wifi adaptor v1.7
I'm far from being an IT wizard, and truth be told, the part of this that causes me the most pain and grief is coding Home Assistant/ESPHome. For me (who cut my coding teeth writing Fortran 77 on an ICL, running George 3) I find yaml bloody hard going (not least because of it's space character indenting rule).
If anyone wants to collaborate on an open source charge point, that has all required safety protection, and works within Home Assistant (also open source), then I'm more than happy to do the electrical/electronic/testing stuff, but could really use some help with HA and ESPHome.
*Compliance with the smart charge point regulations seems pretty flexible. In essence I think that using HA to access publicly provided data and do things like time dithering and provde OCPP compatibility "may" be enough. The regulations seem to me to be more than a little vague as to what is really needed, but I'm convinced that it can be done within HA.