Z4D plugin - stuck to 7.1.018
Posted: Wednesday 19 March 2025 9:49
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
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 command
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
Code: Select all
sudo