1) Is there a common fault that is likely to be to blame here?
2) Am I likely to be able to disassemble / remove the module without causing damage?
3) Could this be repairable?

Really hard, it's all glued in, I don't think anyone has taken one apart like that, which is why we X-rayed one when we wanted to look inside.
The part number of the charger is 1014963-00-C - or did you mean the individual module? I can open it up and check if that helps.
I will make a CAN log and send it over ASAP. If you can help me decode it, that will be great.EV_Builder wrote: ↑Mon Dec 13, 2021 1:02 pm Also if you have a savvycan log; i could check it for you. The modules send more info out over it's faults.
Thank you for looking. I am fairly sure the module is faulty. I have some questions though:EV_Builder wrote: ↑Mon Dec 13, 2021 10:22 pm Ok i checked your logs.
The pre-charge sequence fails.
So when the module is switched on it tries to reach battery voltage inside. That fails.
Maybe the module is faulty (albeit i don't see any signals from that) or the DC connection is bad (like not stable), or maybe the AC connection??
The module sends info over CanBus and it fails with a pre-charge error state.
They are not mine and I promised not to share.2) Do you have savvycan schema files? If so, could you share them, so that I can see the data more easily?
Yes; it's failing to match pre-charge VDC.So if I understand correctly, the module is correctly identifying the voltage on the DC bus, but is failing to generate this voltage internally?
In any case, if the module can't be removed from the charger, it seems unlikely I'll be able to fix it. I'll follow up with the model number from the modules tomorrow.
This issue was fixed in the software by Johannes. The reason was that some parameters were read from module 1 only, so if module 1 wasn't enabled, they would be assumed to be zero. This has now been fixed so that the parameters are read from the first enabled module.catphish wrote: ↑Tue Dec 14, 2021 1:31 pm I have another oddity error with this charger:
If I first attempt to charge at 2A DC using modules 2 & 3, I only get a few milliamps. If I then attempt to charge with module 2 or module 3 individually, I get 2.5A, and then switching back to 2&3 simultaneously, i get 2A as expected. This is very odd behaviour. I didn't take a CAN capture of this sadly, but I might. Seems more like a software issue in this case.