In https://community.victronenergy.com/questions/215013/single-phase-charging-on-three-phase-setup.html
@Lucian Popescu (Victron Energy Staff) describes a not officially supported method to make that work with the existing EVCS models. On the hardware side, the 4p contactor has to be replaced by 2x2p contactors. 1st contactor for P1 and N, 2nd contactor for P2 and P3. The 2nd contactor will be switched by the 2nd relay, which is not in use in the original setup.
These contactors might work: https://www.se.com/de/de/product/A9C20842/installationssch%C3%BCtz-ict-40a-2s-220-240v-50hz/ They are a bit wider, but should fit. Probably the DIN rail needs to be extended.
On software side, the modbus register 5056 hat to be set to 2
But before I'm going to invest in the contactors (btw, street prices are far below the list price), I wanted to play with the modbus register, to see, how the EVCS behaves. The documentation says, range is 0-2 and default is 1. But when I read it, the value is 65535 and I'm not able to change it.
$ mbpoll -1 -0 -a1 -r5055 -c2 evcs mbpoll 1.0-0 - FieldTalk(tm) Modbus(R) Master Simulator Copyright © 2015-2019 Pascal JEAN, https://github.com/epsilonrt/mbpoll This program comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to redistribute it under certain conditions; type 'mbpoll -w' for details. Protocol configuration: Modbus TCP Slave configuration...: address = [1] start reference = 5055, count = 2 Communication.........: 172.23.1.15, port 502, t/o 1.00 s, poll rate 1000 ms Data type.............: 16-bit register, output (holding) register table -- Polling slave 1... [5055]: 65535 (-1) [5056]: 65535 (-1)
Can please anyone confirm or proof me wrong.
Cheers... luphi