Search found 4 matches

by dnlauto
Monday 07 May 2018 10:15
Forum: Python
Topic: Error executing script from blocky
Replies: 2
Views: 907

Re: Error executing script from blocky

Strange, the image is hosted om imager and is visible to me :|

The issue has nothing to do with the contents of the script. I can reference an empty executable file with the same results.

The issue is that domoticz adds a # at the end of the file, regardless of if the filename is a .sh or a .py or ...
by dnlauto
Sunday 06 May 2018 18:10
Forum: Suggestions
Topic: [667] Ability to execute script:/// from Blocky
Replies: 29
Views: 19073

Re: [667] Ability to execute script:/// from Blocky

Did you ever get this resolved? I have the same issue. Adding "1/" as a parameter does not help for me.
by dnlauto
Sunday 06 May 2018 18:10
Forum: Blockly
Topic: "Start Script" will add # when passing an argument?
Replies: 4
Views: 2215

Re: "Start Script" will add # when passing an argument?

Did you ever get this resolved? I have the same issue. Adding "1/" as a parameter does not help for me.
by dnlauto
Saturday 05 May 2018 23:34
Forum: Python
Topic: Error executing script from blocky
Replies: 2
Views: 907

Error executing script from blocky

Hi

I have written a small python script to record from IP cameras. The script is to be run if the alarm is set and motion is detected by a sensor.

The script works fine from the shell. However I get a weird error when domoticz tries to execute the script.
It seems domoticz adds a # at the end of ...