I have a Synology NAS with Domoticz running as a docker, I previuosly have Domoticz running on a raspberry and the script for a SR-201 relay was working perfect.
Now that I migrate to Synology nas I'm having some problem to run the script, it self it is:
echo -n "11" | nc -n -w 1 192.168.0.99 6722
echo -n "21" | nc -n -w 1 192.168.0.99 6722
The first is for the on action and the second for the off action, the .sh script is present in my nas, maybe I write the wrong path?

The log file say:
Code: Select all
Error: SQLHelper: Error script not found '/volume1/docker/Domoticz/scripts/relay_ch1_on.sh'