I disagree that AC Input control and ESS have different applications. I believe they can be very complimentary.
If the AC Input Control can be overridden by ESS for Scheduled Charge, Min SoC, Keep Batteries Charged etc, it can be perfect.
I will probably end up writing a Node-RED flow to fix the behaviour for myself. I see the AC Input Control cannot be directly enabled/disabled by the Multi RS node. I will have to duplicate that functionality in its entirety by manipulating the switch from On to Inverter only.
You can access directly the Victron register 0xD0E0 over CAN to enable/disable AC Input Control.
Use vreg utility in a Node Red script to access that register.
Sorry, don’t use NodeRed, but, from what I remember, others have implemented and posted here flows that call a command line utility and parse the result. Search for vreg.
Only that the command, for VE.CAN, would be:
For disable: vreg -c socketcan:can0 -n xxx -s 0xD0E0 0
For enable: vreg -c socketcan:can0 -n xxx -s 0xD0E0 1
Where xxx is the network address of your Multi RS.
Also, the CAN network could be different, depending on where you have the Multi RS connected.