Set CCL when Grid-lost

Hi!

Sry, I´m a Newbie:

I have CCL = 0 in Summer so that only the MPPT´s are charging the battery (DC-feed-in = active).
Now in Grid-lost event, charging stop´s, so i would do the following:

When Multiplus in “Inverter-mode” > set CCL = 200

Is this Flow correct?

_aktuell/20260319553326.png

_aktuell/20260319927603.png

_aktuell/20260319750813.png

_aktuell/20260319807100.png

What does happen when the Multiplus is NOT in Inverting-Mode? Can i just reset CCL = 0 manually in the remote-control?

Is there an option to reset CCL automatically to the value it had before when the Multiplus goes back from inverter to grid-mode?

Thank you :smiley:

I have it:

Instead of a “switch” i have to set a “function” with following code:

if (msg.payload == 9) {

msg.payload = 200;

return msg;

}