Page 1 of 1

Z4D plugin - stuck to 7.1.018

Posted: Wednesday 19 March 2025 9:49
by pipiche
We have found an issue on 7.1.018 which prevent you to upgrade to any later version.
You need to do the update manualy by doing from the Z4D plugin directory

Code: Select all

git pull
sudo python3 -m pip install -r requirements.txt --upgrade
If you have access right issue, this is most likely because domoticz is running root and some files belongs now to root. You can use the

Code: Select all

sudo
command