Hi everyone.
I'm developing a energy transfer system and I've a question about the monitoring and control. I'm using pylontech batteries, quattros, and fronius pv inverters in my system. What I want to make is a Python program to include AI in the control of the system and for that I have my Raspberry Pi. I also have a cerbo GX. I think I have two options:
I can use the cerbo just to communicate with all the devices in my system. By doing this I will take advantage of the great communication system of the cerbo. Then, using modbus TCP I can adquire the data I need from the cerbo to the raspberry PI (Using the modbus tcp register list).
The other option is to communicate straigh between the raspberry and all the devices, using adapters for all the comunication, as the raspberry only has usb connection.
I know that the second option is obiously more complex, but the point is that I don't know if with the cerbo in between I will have access to the same information than in the second option, and that is my question of what to do.
Thank you.