Hi!
I want to split the config to smaller parts. I have already spitted the modbus, but when I try to separate the Beckhoff ADS, I get this error.
I have added the ADS to config like this:
script: !include scripts.yaml
scene: !include scenes.yaml
modbus: !include_dir_merge_list modbus
ads: !include_dir_merge_list ads
And the ADS file:
#ads
device: ‘192.168.1.13.1.1’
port: 801
ip_address: 192.168.1.13
It has worked when its in the config file before separation:
ads
device: ‘192.168.1.13.1.1’
port: 801
ip_address: 192.168.1.13
Could some guide me in the right directions, as I don´t see what is wrong. I made the splitting as the modbus that works.
Thanks for your help.
1 post - 1 participant