I am reusing a script un dz.vents but facing issue with os.execute that is not working.
The command is working well in a terminal.
The domoticz is installed on a raspbery under buster.
the instruction is :
Code: Select all
command = "/usr/bin/python3 "..scriptPython.." "..credentials.." "..fichierTemp.." &"
domoticz.log(command)
os.execute(command)
What could be the issue ?
Thanks for your support