Zorg dat python3, pip en git geïnstalleerd is:
python3 -V git --version ls /usr/bin/pip
Ga naar de plugin directory van domocticz, iets inde geest van /home/pi/domoticz/plugins
Met git clone download je de plugin en zorg ervoor dat de plugin zelf executable is:
sudo chmod +x plugin.py
Voorbeeld:
cd domoticz/plugins git clone https://github.com/ycahome/pp-manager.git PP-MANAGER chmod +x PP-MANAGER/*.py sudo systemctl restart domoticz # Go to "Hardware" page and add new item with type "Python Plugins Manager" # Refresh Domoticz and in main menu open "Custom\Plugins-Manager"