Page 1 of 1

ZigbeeForDomoticZ plugin won’t update (not automatically, not manually)

Posted: Friday 27 January 2023 15:35
by RMvanderBijl
Dear all,

I tried to update my Zigbee plugin which is now red coloured in Zigate dashboard indicating that there is an update available.
However I did not succeed running the updating proces automatically via Zigate dashboard as well as manually with the instruction given on the Zigee-for-Domoticz Plugin wiki page. In the attachment the results / logfile of each step I have done is posted.

Does anyone have suggestions how to proceed?

FYI, I have been succesfull in the past in updating the plugin to the current version via the automatic updating proces within the Zigate dashboard.

Many thanks for your reactions in advance.
Ronald

Re: ZigbeeForDomoticZ plugin won’t update (not automatically, not manually)

Posted: Friday 27 January 2023 16:47
by pipiche
When we released the latest stable6 6.3.009, we have also stop the dev branch, and moved the developement to a new one named develop

so you can do:

- to return to the stable branch

Code: Select all

git checkout stable6
git pull
or to switch to the development branch

Code: Select all

git checkout develop
git pull

PS/ Thanks for posting this here, as I think you won't be the only one.

Re: ZigbeeForDomoticZ plugin won’t update (not automatically, not manually)

Posted: Friday 27 January 2023 20:36
by RMvanderBijl
Many thanks! The updating proces works again!

What I did was the following.

step 1) SSH terminal (Putty):
cd domoticz/plugins/Domoticz-Zigbee/
sudo git checkout stable6
sudo git pull
sudo reboot

step 2) Zigate dashboard:
Start Plugin update
Result: Plugin Upgrade process completed without errors
Plugin restart
Plugin 6 3 009 succesfully installed

With the above actions I returned to the stable branch.
I presume that my previous version 6 4 150 was a development version in the development branch?

Re: ZigbeeForDomoticZ plugin won’t update (not automatically, not manually)

Posted: Saturday 28 January 2023 16:06
by pipiche
yes, that is correct. and the 6.4.150 was most likely merged into 6.3.009