I am trying to controll relay 1 and 2 from Home assistant with Modbus . In the Victron modbus tcp register it says com.victronenergy.system (Should be Device/slave id 100?) with address 806 and 807. In Home assistant i have added the following for this "switch"
switch: - platform: modbus coils: - name: "Victron relay 2" hub: victron slave: 100 coil: 807
(All "Sensors" from victron works fine)
Anyone here been able to controll the relays on a Cerbo from HA ? Is the Slave ID and Address correct?