Hi,
I have a Wago PLC 750 using modbus over ethernet. I am struggling to set up a simple configuration file to activate some coils.
To make it simple, how do I create a switch to turn on and off the coil at QX0.3 in my output module (DO)? I used the following code in configuration.yaml and the switch is showing up but is greyed out (it says something about not having a unique ID).
modbus:
- name: wago_modbus_15
type: tcp
host: 192.168.1.198
port: 2455
switches:
- name: office
slave: 1
address: 3
command_on: 1
command_off: 0
Thanks