And once /Info/MaxDischargeCurrent != 0, set it back to full operation, which is Mode 3.
All possible modes are:
1=Charger Only;
2=Inverter Only;
3=On;
4=Off
Note that I think that the best way to do this is to use the charger only mode. If that is really the case is something we'll need to find out by testing.
During a grid failure, the ESS mechanism in the CCGX/Multi will let the Multi continue inverting until one of these conditions apply:
Besides those, something extra is necessary: when
/Info/MaxDischargeCurrent == 0
it should stop inverting. Aka go to charger only mode:And once
/Info/MaxDischargeCurrent != 0
, set it back to full operation, which is Mode 3.All possible modes are:
Note that I think that the best way to do this is to use the charger only mode. If that is really the case is something we'll need to find out by testing.