Hello.
I've attached my Solis single-phase inverter on AC-Out (RS485, Modbus RTU) via USB converter to my ESS (CG EM540, Cerbo GX, MP II 48/5000, MPPT RS 450, SmartSolar 150) and injecting it's data via my own driver (https://github.com/codeworkx/dbus-serialinverter) to dbus (pvinverter:20, ProductID 0xA144).
When not using /Ac/PowerLimit (https://github.com/codeworkx/dbus-serialinverter/blob/master/etc/dbus-serialinverter/dbushelper.py#L137) parameter everything is working as expected. But as soon as i start using /Ac/PowerLimit the zero-feed-in regulation of the ESS assistant feels slower and the whole system never reaches zero-consumption state. The regulation is not as accurate as without using PowerLimit.
This also happens when using dummy data.
Am i doing something wrong?