Page 1 of 1

Zigate 4.0.0

Posted: Sunday 02 December 2018 19:21
by pipiche
Today we are releasing version 4.0.0 au Zigate-Plugin for Domoticz.
Version 3 didn't stay for long as we have reconsider part of the architecture and we have made the plugin compliant with the Domoticz database.

This version brings a new Transport mechanism with the Zigate, which makes the communication more reliable and much faster than in version 3.

You can cross-check the Release notes to see what are the various addon.

Last but not least, please use the forum channels to ask questions and report problems, we would like to focus the usage of the GitHub Issue only for confirmed Bugs and Enhancement

big thanks to the contribution of some of you in the testing of the Beta3.2 and 3.3 @ricky74, @d2e2n2o

In case you are on the master branch ( 3.0.x ) this branch is not compatible with the versions 3.2 and above. A miration will be needed and is documented https://github.com/sasu-drooz/Domoticz- ... de-IEEE.md

https://github.com/sasu-drooz/Domoticz-Zigate

Support of IKEA trådfri Bulbs, most of the Xiaomi sensors, recently added the Salus plug

Re: Zigate 4.0.0

Posted: Monday 03 December 2018 9:30
by LouiS22
Had problems with the migration tool, so I simply removed and readded all my 5 devices. Now it's ok and really like this version!

Re: Zigate 4.0.0

Posted: Monday 03 December 2018 9:43
by pipiche
Thanks for the feedback.
It would be great if you could share what the difficulty was on the upgrade, so we could address it.

Re: Zigate 4.0.0

Posted: Monday 03 December 2018 10:28
by LouiS22
pipiche wrote: Monday 03 December 2018 9:43 Thanks for the feedback.
It would be great if you could share what the difficulty was on the upgrade, so we could address it.
If I recall it, there was a problem within the script at line 80. Didn't fiddle it with though, solved it with the easeier way: remove and readd :D

Re: Zigate 4.0.0

Posted: Monday 03 December 2018 11:01
by pipiche
@LouiS22 ok. Indeed with 5 objects to commission it was even much better.
Line 80 is a query in the Domoticz database . Let see if someone else get the same trouble.

Re: Zigate 4.0.0

Posted: Monday 03 December 2018 12:44
by hkhk
How do I move from beta-3.3 to 4.0 ?

Re: Zigate 4.0.0

Posted: Monday 03 December 2018 13:25
by pipiche
@hkhk

from Domoticz-Zigate directory
git pull
git checkout stable

Re: Zigate 4.1 (beta)

Posted: Saturday 12 January 2019 21:33
by pipiche
Short announcement,

We have push a version to beta branch.
- This version provides
- Native support of Groups. Which means your group is defined inside the Zigate and when you switch on a group All devices associated to that group are switch on. (more information here : https://github.com/sasu-drooz/Domoticz- ... e-on-beta) )
- Network Topology display ( more information here : https://github.com/sasu-drooz/Domoticz- ... LQI-report )

In order to switch to beta

Code: Select all

git pull
git checkout beta

If you want to switch back to stable

Code: Select all

git pull
git checkout stable