The following comand
/home/pi/domoticz/scripts/RM-Pro/python-broadlink/playcode.py /home/pi/domoticz/scripts/RM-Pro/python-broadlink/yamazen.fan.ON.OFF.txt
works in the SSH command line but when put in the on/off action of a Domoticz switch, it does not work. Checking the Domoticz log, it says: error executing the script command /home/pi/domoticz/scripts/RM-Pro/python-broadlink/playcode.py returned 256
if I open the playcode.py and change: import broadlink into #import broadlink then there is no error in the domoticz log anymore. But of course the script does not work.
Is the issue in the broadlink library? Please help.
The following comand
/home/pi/domoticz/scripts/RM-Pro/python-broadlink/playcode.py /home/pi/domoticz/scripts/RM-Pro/python-broadlink/yamazen.fan.ON.OFF.txt
works in the SSH command line but when put in the on/off action of a Domoticz switch, it does not work. Checking the Domoticz log, it says: error executing the script command /home/pi/domoticz/scripts/RM-Pro/python-broadlink/playcode.py returned 256
if I open the playcode.py and change: import broadlink into #import broadlink then there is no error in the domoticz log anymore. But of course the script does not work.
Is the issue in the broadlink library? Please help.