Page 1 of 1

Z4D update from 7.1.018 to 0.19

Posted: Saturday 25 January 2025 12:50
by WouterO
Hi pipiche,
Just for your information: this was the first time since very long that the Z4D plugin update from .018 to .019 failed via the WebUI. However, by updating manually using the commands in your wiki, I succeeded updating the plugin. I don’t know why this happened. Just to let you know.
(Latest Domoticz on Raspberry Pi 4 running Raspberry PiOS Bullseye)

Re: Z4D update from 7.1.018 to 0.19

Posted: Saturday 25 January 2025 13:44
by pipiche
Can you share the plugin logs ? ( they are in logs folder)

Re: Z4D update from 7.1.018 to 0.19

Posted: Saturday 25 January 2025 14:26
by pipiche
Found the issue, will issue an update (but upfortunatly) manual step will be required :-(

Re: Z4D update from 7.1.018 to 0.19

Posted: Saturday 25 January 2025 14:32
by pipiche
Unfortunately since 7.1.018 the WebUI plugin update feature do not work. You need to upgrade manually the plugin by doing

Code: Select all

git checkout stable7
git pull
sudo python3 -m pip install -r requirements.txt --upgrade
and then restarting Domoticz


Shame on me

Re: Z4D update from 7.1.018 to 0.19

Posted: Saturday 25 January 2025 15:43
by WouterO
Thank you for your fast reaction. The manual installation is an easy work-around, but it’s good to know that it wasn’t me, or my configuration. So, I am now at .019 using the manual installation as mentioned also in your previous post. Everybody happy 😊