07-20-2024, 07:45 PM
Hello,
where I could find yaml file with details to add digital inputs of kc868-a6 board to modbus-controller?
I have already info to add relay, as following:
- platform: modbus_controller
name: 'modbus-switch1'
address: 0 # 0: relay1 1: relay 2 .........
register_type: coil
bitmask: 1
I need something similar to add digital inputs to the RS485.
where I could find yaml file with details to add digital inputs of kc868-a6 board to modbus-controller?
I have already info to add relay, as following:
- platform: modbus_controller
name: 'modbus-switch1'
address: 0 # 0: relay1 1: relay 2 .........
register_type: coil
bitmask: 1
I need something similar to add digital inputs to the RS485.