The battery pair works as low capacity buffer and are not for power storage.
This is a 24 volt system.
There's a RS232 port on the inverter's side that looks like an Ethernet port. The box comes with an ethernet to RS232 cable.
Then used a RS232 to USB converter to connect it to USB port. Added another USB to micro-USB converter and connected to a Raspberry PI Zero 2 W that was running at my control room.
Used a program to read from the RS232 every few seconds and send that data to a MQTT server running on this machine. And then displaying live data on this page, fetching from the MQTT server.
That's the jest of it.