Page 1 of 1

downgrade Domoticz for Zigbee

Posted: Thursday 17 October 2024 17:56
by jandoedel
Version: 2024.7 (build 16267)
Build Hash: 83c3c5310
Compile Date: 2024-09-30 09:17:12
dzVents Version: 3.1.8
Python Version: 3.9.2 (default, Feb 28 2021, 17:03:44) [GCC 10.2.1 20210110]
Raspberry 3

how can i downgrade Domoticz for Zigbee?

i have now problems
I think that version 7.1.001 works wel for me in the past
I will try that.
Now i am on 7.1.012

Re: downgrade Domoticz for Zigbee

Posted: Thursday 17 October 2024 18:27
by zicht
see for info : viewtopic.php?p=302702&hilit=downgrade#p302702
You will need to build the old version localy. You will run into db problems so probably you'll need to start ove with a clean (empty) db.

Re: downgrade Domoticz for Zigbee

Posted: Thursday 17 October 2024 18:28
by waltervl
Perhaps make an issue in the Z4D repository as the French plugin author is now in Singapore and has issue accessing this forum.

https://github.com/zigbeefordomoticz/Do ... bee/issues

Re: downgrade Domoticz for Zigbee

Posted: Friday 18 October 2024 14:10
by jandoedel
Received an image of his Domoticz from a fellow Domoticz user with "Zigbee for Domoticz" version 7.1.001
Restored my backup of the database and made everything work again.
Now the problem is no longer present.
I'll wait until Pipiche has time again so I can use the latest version.

Thanks for thinking along

Re: downgrade Domoticz for Zigbee

Posted: Friday 18 October 2024 15:07
by gizmocuz
Or you can use Zigbee2MQTT and don't have this problem anymore.
It is what most users are using

Re: downgrade Domoticz for Zigbee

Posted: Friday 18 October 2024 15:29
by waltervl
That is the freedom of Domoticz, You can use plugins or MQTT AD. It all has it plusses and cons. But it is up to the user.... But we have had this discussion before (happy Z4D plugin user here....).

Re: downgrade Domoticz for Zigbee

Posted: Saturday 19 October 2024 18:01
by pipiche
if you want to downgrade, you can simply do

Code: Select all

git checkout stable7-7.1.001
sudo python3 -m pip install -r requirements.txt --upgrade
bit if you can share what the problem are , we might be able to fix if they are not yet fixed on the future 7.1.013

Re: downgrade Domoticz for Zigbee

Posted: Saturday 19 October 2024 19:40
by Thorgal789
gizmocuz wrote: Friday 18 October 2024 15:07 Or you can use Zigbee2MQTT and don't have this problem anymore.
It is what most users are using
Honnestly it's not a "constructive" comment.
There is lot of reason to use other thing than Zigbee2MQTT, this comment is not usefull at all, limit toxic for me.

And the user can use HA instead of Domoticz, no ? Because "It is what most users are using"

Re: downgrade Domoticz for Zigbee

Posted: Saturday 19 October 2024 19:54
by jandoedel
Thanks Pipiche i will try this. Now i can try other versions.

Re: downgrade Domoticz for Zigbee

Posted: Sunday 20 October 2024 11:24
by jandoedel
Version: 2024.7 (build 16267)
Build Hash: 83c3c5310
Compile Date: 2024-09-30 09:17:12
dzVents Version: 3.1.8
Python Version: 3.9.2 (default, Feb 28 2021, 17:03:44) [GCC 10.2.1 20210110]
ZigBeeforDomoticZ plug-in Admin Interface
Versie 7.1.012

timer function works strangely
The problem occurs with 2 of my Zigbee Ikea lights GU 10 RGBWW
No problems with other brand lamps
If the timer of a switch is set to 4:00 PM, it will turn off after 10 seconds.
If you turn it on manually, it will stay on.

It worked correctly on older versions

Re: downgrade Domoticz for Zigbee

Posted: Monday 21 October 2024 11:26
by jandoedel

Code: Select all

 i@raspberrypi:~/domoticz/plugins/Domoticz-Zigbee $ git checkout stable7-7.1.001

When i use this command I got this error

error: Your local changes to the following files would be overwritten by checkout:
plugin.py
Please commit your changes or stash them before you switch branches.
Aborting

How can i solve this?

Re: downgrade Domoticz for Zigbee

Posted: Monday 21 October 2024 15:17
by lost
Thorgal789 wrote: Saturday 19 October 2024 19:40 the user can use HA instead of Domoticz, no ? Because "It is what most users are using"
No need to nitpick on this! Users choose what is more appropriate depending on their system/needs.

My choice was also Z4D when I stopped buying new zwave devices (keeping OZW integration that was, many thanks for this, restored & for legacy stuff can IMO do the job until all such devices die & gets replaced over years) and 1st reason is everything being co-hosted so IMO no need to add networked SW piles, especially external to domoticz (if MQTT is the future & not brand new so stable, best may IMO be to embed a tiny server to at least remove one layer; after all we fortunately don't need to setup Apache for the Web-UI!).

But can understand this may sometimes be difficult to read when you invest time in MQTT-AD. The problem for now is issues may then come from layers out of Domoticz scope so less straightforward to narrow-down quickly, even with forum help: That's the same kind of situation you have (on HW side) when you start using ARM based SoCs after decades of Freescale/NXP(those PPC based) or Cavium(those MIPS based) ones. For CPU based issues ask ARM support, for IPs that were melted-in ask it's provider, if this may be somewhere in the middle, that should be for the company that did the assembly of those bricks in it's box. Then observe those three sending you in a infernal circle from their support-ticket-machines until you find the solution yourself!

Re: downgrade Domoticz for Zigbee

Posted: Monday 28 October 2024 14:27
by pipiche
jandoedel wrote: Monday 21 October 2024 11:26

Code: Select all

 i@raspberrypi:~/domoticz/plugins/Domoticz-Zigbee $ git checkout stable7-7.1.001

When i use this command I got this error

error: Your local changes to the following files would be overwritten by checkout:
plugin.py
Please commit your changes or stash them before you switch branches.
Aborting

How can i solve this?

you can try the following

Code: Select all

git reset --hard
git checkout stable7-7.1.001

Re: downgrade Domoticz for Zigbee

Posted: Monday 28 October 2024 19:23
by jandoedel
Thanks.
This week on holiday but then i try