Search found 2 matches

by cpceb
Thursday 28 March 2024 18:01
Forum: Python
Topic: Python Plugin : Broadlink
Replies: 543
Views: 98723

Re: Python Plugin : Broadlink

Hello,

I finally have been able to install the script after have downloading it in domoticz/plugin (instead of domoticz/plugin/Broadlink) and updating it in two points :

Line 284 :
command = 'sudo chmod +x scr/*.sh '
Become
command = 'sudo chmod +x Broadlink-Domoticz-plugin-main/scr/*.sh ...
by cpceb
Sunday 24 March 2024 20:13
Forum: Python
Topic: Python Plugin : Broadlink
Replies: 543
Views: 98723

Re: Python Plugin : Broadlink

Hello,

I just tested the installation of the pluging, unfortunately without success . . .

Domoticz is installed on a linux distribution (Yunohost), is using python 3.9.2, has " python3-pip" installed, and domoticz plugin folder is /var/www/domoticz/plugins

In a first time I created the Broadlink ...