Zigbee for Domoticz upgrade fails
Posted: Saturday 01 November 2025 17:11
I tried to do an upgrade from 7.1.023 to 7.1.024 but that was failing.
First tried an update via de local webpage, showing that it was a succes but the version was still 7.1.023, also after a domoticz restart
Doing a (sudo) git pull, even with a hard reset, did not help, the plugin was not starting anymore
After deleting the plugin folder and a plugin download the requirements was failing.
Doing the next:
python3 -m pip install -r requirements.txt --upgrade -t /home/pi/Domoticz_Python_Environment
solved the requirements problem, the vitual environment folder was already earlier created. So the installation could be completed
After a domoticz restart the plugin was running now and showing the right version on de webpage
After copying from the backup data and conf files to the new installed plugin everything was ok now
I don't know why the webpage upgrade doesn't work, but this was how to get Z4D working again.
First tried an update via de local webpage, showing that it was a succes but the version was still 7.1.023, also after a domoticz restart
Doing a (sudo) git pull, even with a hard reset, did not help, the plugin was not starting anymore
After deleting the plugin folder and a plugin download the requirements was failing.
Doing the next:
python3 -m pip install -r requirements.txt --upgrade -t /home/pi/Domoticz_Python_Environment
solved the requirements problem, the vitual environment folder was already earlier created. So the installation could be completed
After a domoticz restart the plugin was running now and showing the right version on de webpage
After copying from the backup data and conf files to the new installed plugin everything was ok now
I don't know why the webpage upgrade doesn't work, but this was how to get Z4D working again.