Does anyone know if its possible to monitor multiple cerbo GX units with MQTT? I’m sucessfully monitoring 1 using Mosquitto but need to add a second for another system and cant see to get it working. I can monitor the second victron cerbo with MQTTExplorer (unauthenticated) so I know MQTT is working on the Victron side.
/share/mosquitto/victron.conf
connection victron-1
address 192.168.1.10:1883
topic N/# in 0 victron-1/
topic R/# out 0 victron-1/
topic W/# out 0 victron-1/
connection victron-2
address 192.168.1.11:1883
topic N/# in 0 victron-2/
topic R/# out 0 victron-2/
topic W/# out 0 victron-2/