Page 1 of 1

Execute command on slave PI

Posted: Tuesday 26 September 2017 23:15
by pvm
I'm using the Logtiech Media Server notification script as documented on the wiki

Thanks a lot for this nice script!

I have one issue:
I run Domoticz on my Synology NAS. The scripting to play audio alerts is installed on my Domoticz slave PI.
I want to trigger this script from my Synology NAS / primary domoticz. Is it possible to directly execute scripts on the slave PI when for example turning a switch on? using a script:// command ?

Re: Execute command on slave PI

Posted: Wednesday 27 September 2017 10:51
by felix63
I use SSH to execute scripts on remote servers. This https://www.shellhacks.com/ssh-execute- ... ipt-linux/ helped me figuring it out.

Re: Execute command on slave PI

Posted: Thursday 28 September 2017 18:36
by pvm
Thnx