question

smejfi avatar image
smejfi asked

Victron EV charger without ESS and inverters

Hi all, I have a question regarding the Victron EV charging station. As far as I know, the charging station in combination with ESS should be able to limit the charging power according to the main circuit braker, so ev charging wont overload the breaker when other house loads are running. I have not tested this so far, although I have allready installed a few of those chargers, but I believe this actually works. My question is, if it is possible to install stand alone Victron EV charging station (without inverters and therefore without ESS) and still benefit this feature? Of course I understand that there would have to be an external energy meter which would measure how much power goes through the main circuit breaker and probably there would have to be GX device as well, but if there are these components (Charging station, GX device and energy meter), will this charging power limiting feature work? Also now when new Victron energy meter came out, I was wondering if this was possible also without gx device, but that is probably too much to ask. Thank you for your answers.

ev charging station
11 comments
2 |3000

Up to 8 attachments (including images) can be used with a maximum of 190.8 MiB each and 286.6 MiB total.

Yes, it works without ESS, on both grid connected or off grid installations
0 Likes 0 ·
smejfi avatar image smejfi Lucian Popescu (Victron Energy Staff) ♦♦ commented ·
Thank you for your answer, I get that for Carlo Gavazzi energy meters the gx device was necessary to comunicate with the meter, is this also the case with Victron brand energy meter?
0 Likes 0 ·
kudos50 avatar image kudos50 Lucian Popescu (Victron Energy Staff) ♦♦ commented ·
Are you sure no further disclaimers are needed here ? As discussed in other threads, overload protection in my setup will not work simply because it is designed to do something different. That's OK, but I did actually buy the chargers because you said "no problem, use overload protection". I ended up writing the node-red flows to accomplish load-balancing myself.

Again, so many people, so many setups. Node-red and modbus are life savers.

In an ESS setup, overload protection max amps is read only. It is taken from the max amps input of the Multi's. No matter if this value actually represents your grid connection max amps. But even if that is no issue for this forum-member / use-case.... than still, during overload detection, the power will only be reduced and if below 6A it will stop charging. And it will never restart. That is proper overload protection but it is most certainly not load balancing.

Writing a flow is not super difficult but the fact that charge current cannot be 0 results in added complexity as you need to cook something up to stop and restart without influencing manual or scheduled stop and start.

0 Likes 0 ·

Electric vehicles are not charging below 6A, so I'm not sure what you can do about that.

Then, yes, for most of the systems, maximum AC current, is the one defined inside multi. For exceptions, there is Modbus control and NodeRed is just the perfect tool.

It's pretty hard to have a solution to fit all the possibilities.

0 Likes 0 ·
kudos50 avatar image kudos50 Lucian Popescu (Victron Energy Staff) ♦♦ commented ·
If charge current lower than 6A, than charge current is 0A should result in the vehicle reporting SuspendedEVSE instead of SuspendedEV.

From a charging perspective there's not much difference. From a programming perspective it will prevent you from having to write logic for a restart. Without it, you simply do not know if the logic stopped charging or something else. As a result it will start just because grid headroom is =>6A.

In all honesty I think my other remark is more important and less dependant on setup: If overload protection stops the charging process it will never restart. So don't mix and merge the term overload protection with load balancing.

For me, node-red makes it all OK. Happy user. For this particular thread I read between the lines that we're talking about an installer. Using node-red flows to accomplish load balancing as I do might not be his/her cup of tea. Customers like a supported solution.

Happy to share though. It's not that complex. Specially not for a single charger.

0 Likes 0 ·
smejfi avatar image smejfi kudos50 commented ·

Thank you very much for your contribution. Yes, Im an installer and although Im used to use Node Red in some cases, this is the case where I would expect originally supported solution. So let me ask again, I was assuming that overload protection means, that in case there is an overload caused by the combination of ev charging and other house loads on one or more phases, the ev charging current will be automatically lowered to prevent the overload. I also assumed that in case this would mean lowering the charging current below 6A per phase, it would stop temporarily charging ev until there would be sufficient current available again and then it would start charging again. According to your description this doesnt seem to be the case, does it? So by the term "load balancing" you probably mean what I just described above?

0 Likes 0 ·
Show more comments

Below 6A is charging stopped.

0 Likes 0 ·
0 Answers