Page 1 of 1

Script isn't running from Domoticz anymore

Posted: Monday 30 January 2017 17:05
by Huubke80
Hi,

Sinds last week my doorbell bash script isn't running anymore in domoticz. While it still works in whitout any problems in the terminal.

In the log the folowing message appears:

Code: Select all

 2017-01-30 16:59:15.778 (RFXCOM) Chime (Deurbel)
2017-01-30 16:59:16.140 Executing script: /home/pi/domoticz/scripts/Deurbel4.sh
2017-01-30 16:59:16.141 Error: Error executing script command (/home/pi/domoticz/scripts/Deurbel4.sh). returned: -1
The used line under the ON action is:
script:///home/pi/domoticz/scripts/Deurbel4.sh 260xxxxx

Someone any idea?

Re: Script isn't running from Domoticz anymore

Posted: Monday 30 January 2017 19:28
by SweetPants
Wrong topic. Please update to latest Beta first

Re: Script isn't running from Domoticz anymore

Posted: Sunday 05 February 2017 18:21
by Huubke80
Ok, sorrry! After updating to the beta verison 3.6608 it seems regarding the that the path to script is changed . After editing the on action to "script://Deurbel4.sh" it works again. Thnx