Hi,
I have a SmartSolar PV controller connected to Venus Pi via VE.direct. I also have a control system that has MODBUS TCP client coded and I successfully communicate with Venus to read battery volts. This system also activates supplemental battery charger which provides data via proprietary protocol.
Goal: Consolidate the energy used by battery charger in one place with the data of the SmartSolar (PV power and load usage).
Is there a way to add a virtual device in Venus, preferably with holding (read and write) MODBUS registers that I can "feed" from my control system? I don't think my control system has a module to be MODBUS master, but if there was would that work?
Alternative could be via MQTT, but I am yeat to experiment with that.