During charging my 3-phase MPII 5000 system switches frequently to Passthru mode. There seems to be a relation between SoC and occurances. This starts to happen more often when the SoC increases. It can happen as often as 30 times per charging cycle.
When debugging this issue I used Node-RED for alarming me. I found that it happens when the connection with my external Grid Meter is lost. This is a CG-EM340. The grid meter works fine otherwise.
So I made an alarm in Node-RED for a frozen power value of the grid meter. This disconnection also only happens during charging, and synchronizes with the Passthru mode perfectly: no disconnection other than during charging. All Passthru’s matched exactly with loss of the grid meter connection.
Therefore I am possitive that Passthru mode is caused by lost connection with the grid meter.
I also found an error message in Modbus/TCP matching the exact time of the last Passthru event and related to Modbus connection to the grid meter:
"Error processing function code 3, unit id 30, start address 2600, quantity 38, src ::ffff 192.168.178.20 Error finding service device type grid at device instance 30"
The grid meter is connected via an official Victron USB-modbus device (so why error message in modbus/tcp???)
There are no other instances with VRM id 30.
The problem started on earlier versions of VenusOS, I don´t exactly know which version. It was present in 3.50/3.52. Right now I am testing 3.60~11. Still there.
Has anyone seen this problem before? Is it a bug? Why only during charging?