Zigate Plugin release 4.1.0 Topic is solved

Xiaomi, Ikea TRÅDFRI, Philips Hue and more.

Moderator: leecollings

Post Reply
pipiche
Posts: 2027
Joined: Monday 02 April 2018 20:33
Target OS: Linux
Domoticz version:

Zigate Plugin release 4.1.0

Post by pipiche »

Release 4.1.0 will be on stable branch soon.
Please take the time to read this document which introduce it.
https://github.com/pipiche38/Domoticz-Z ... ase-4.1.md

ATTENTION, you need to plan a MIGRATION step (moving files from one place to an other)

In case of trouble, please use the following:

1. Wiki pages (https://github.com/sasu-drooz/Domoticz-Zigate/wiki)
2. This forum
User avatar
waltervl
Posts: 6689
Joined: Monday 28 January 2019 18:48
Target OS: Linux
Domoticz version: 2025.1
Location: NL
Contact:

Re: Zigate Plugin release 4.1.0

Post by waltervl »

Thanks!
Domoticz running on Udoo X86 (on Ubuntu)
Devices/plugins: ZigbeeforDomoticz (with Xiaomi, Ikea, Tuya devices), Nefit Easy, Midea Airco, Omnik Solar, Goodwe Solar
pfloryann
Posts: 205
Joined: Wednesday 09 January 2019 10:14
Target OS: Raspberry Pi / ODroid
Domoticz version: 2025.2
Location: BlooeSky
Contact:

Re: Zigate Plugin release 4.1.0

Post by pfloryann »

Hi i've updated plugin and now i have:

"git status
On branch pre-4.1
Your branch is up-to-date with 'origin/pre-4.1'"

This is stable 4.1 stable version?
Domoticz on Raspberry Pi 4 Debian 13 x64
Zigbee2mqtt and zigbee devices (Xiaomi, Ikea,Tuya, Philips, Osram), Broadlink, Solar power Victron Energy, Yeelight, Xiaomi Purifier Pro, Roborock S5
pipiche
Posts: 2027
Joined: Monday 02 April 2018 20:33
Target OS: Linux
Domoticz version:

Re: Zigate Plugin release 4.1.0

Post by pipiche »

No pre-4.1 was just a branch in preparation of 4.1. That one is discontinued

You need to switch back to stable branch by git checkout stable



Envoyé de mon iPhone en utilisant Tapatalk
pfloryann
Posts: 205
Joined: Wednesday 09 January 2019 10:14
Target OS: Raspberry Pi / ODroid
Domoticz version: 2025.2
Location: BlooeSky
Contact:

Re: Zigate Plugin release 4.1.0

Post by pfloryann »

i have tried and i have this error

git checkout stable
error: Your local changes to the following files would be overwritten by checkout:
Conf/DeviceConf.txt
Conf/PluginConf.txt
Please commit your changes or stash them before you switch branches.
Aborting
Domoticz on Raspberry Pi 4 Debian 13 x64
Zigbee2mqtt and zigbee devices (Xiaomi, Ikea,Tuya, Philips, Osram), Broadlink, Solar power Victron Energy, Yeelight, Xiaomi Purifier Pro, Roborock S5
pipiche
Posts: 2027
Joined: Monday 02 April 2018 20:33
Target OS: Linux
Domoticz version:

Re: Zigate Plugin release 4.1.0

Post by pipiche »

Cela indique que tu as modifiés ces fichiers qui sont sous control de version

Devrait t'aider

Code: Select all

git reset --hard
git checkout stable
Tu peux également copier ton fichier PluginConf.txt en PluginConf-xx.txt (avec xx le HardwareID du plugin), cela t'evitera par la suite d'avoir ce soucis.
pfloryann
Posts: 205
Joined: Wednesday 09 January 2019 10:14
Target OS: Raspberry Pi / ODroid
Domoticz version: 2025.2
Location: BlooeSky
Contact:

Re: Zigate Plugin release 4.1.0

Post by pfloryann »

That worked and is done

"git status
On branch stable
Your branch is up-to-date with 'origin/stable'."

Thank you Pipiche!
Domoticz on Raspberry Pi 4 Debian 13 x64
Zigbee2mqtt and zigbee devices (Xiaomi, Ikea,Tuya, Philips, Osram), Broadlink, Solar power Victron Energy, Yeelight, Xiaomi Purifier Pro, Roborock S5
jjnj

Re: Zigate Plugin release 4.1.0

Post by jjnj »

How many devices can connect to zigate?
The maximum amount of devices.

Verstuurd vanaf mijn LM-V405 met Tapatalk

fredo
Posts: 16
Joined: Thursday 28 March 2019 21:09
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Zigate Plugin release 4.1.0

Post by fredo »

jjnj wrote: Wednesday 03 April 2019 5:39 How many devices can connect to zigate?
The maximum amount of devices.

Verstuurd vanaf mijn LM-V405 met Tapatalk
This has nothing to do with the plugin. The limitation is on the hardware itself.
https://zigate.fr/2019/02/11/maj-firmwa ... sion-3-0f/
70 devices in total where 40 in direct pairing
If you want more, please use : https://github.com/fairecasoimeme/ZiGate
pipiche
Posts: 2027
Joined: Monday 02 April 2018 20:33
Target OS: Linux
Domoticz version:

Re: Zigate Plugin release 4.1.0

Post by pipiche »

That is correct 70 devices in total with 40 in direct. If you want to know more and especially what 40 in direct versus 70 , please contact the Zigate vendor, as from a plugin standpoint I don't really care ...
mpx2
Posts: 75
Joined: Friday 21 September 2018 18:28
Target OS: Raspberry Pi / ODroid
Domoticz version: 4.10717
Contact:

Re: Zigate Plugin release 4.1.0

Post by mpx2 »

There's this radio analysis feature.
https://github.com/pipiche38/Domoticz-Z ... -Status.md

How can I run it?
pipiche
Posts: 2027
Joined: Monday 02 April 2018 20:33
Target OS: Linux
Domoticz version:

Re: Zigate Plugin release 4.1.0

Post by pipiche »

mpx2 wrote: Tuesday 16 April 2019 23:35 There's this radio analysis feature.
https://github.com/pipiche38/Domoticz-Z ... -Status.md

How can I run it?
You need to set networkScan 240 in the Conf/PluginConf.txt file so the network Interference report will be trigger 4 minutes after plugin start

for more information: https://github.com/pipiche38/Domoticz-Z ... onf.txt.md
mpx2
Posts: 75
Joined: Friday 21 September 2018 18:28
Target OS: Raspberry Pi / ODroid
Domoticz version: 4.10717
Contact:

Re: Zigate Plugin release 4.1.0

Post by mpx2 »

pipiche wrote: Wednesday 17 April 2019 9:32
mpx2 wrote: Tuesday 16 April 2019 23:35 There's this radio analysis feature.
https://github.com/pipiche38/Domoticz-Z ... -Status.md

How can I run it?
You need to set networkScan 240 in the Conf/PluginConf.txt file so the network Interference report will be trigger 4 minutes after plugin start

for more information: https://github.com/pipiche38/Domoticz-Z ... onf.txt.md
My PluginConf.txt is now

Code: Select all

{
'channel':'11,15,19,20,25,26',
'vibrationAqarasensitivity':'medium',
'resetMotiondelay':'30',
'enablegroupmanagement':'0',
'logLQI':'0',
'logFORMAT':'0',
'networkScan':'240'
}
but I cannot see any reports in "Zigate Status 8" or "Zigate Notifications 8".
pipiche
Posts: 2027
Joined: Monday 02 April 2018 20:33
Target OS: Linux
Domoticz version:

Re: Zigate Plugin release 4.1.0

Post by pipiche »

What about Logs ?
mpx2
Posts: 75
Joined: Friday 21 September 2018 18:28
Target OS: Raspberry Pi / ODroid
Domoticz version: 4.10717
Contact:

Re: Zigate Plugin release 4.1.0

Post by mpx2 »

pipiche wrote: Wednesday 17 April 2019 11:18 What about Logs ?
Domoticz log:

Code: Select all

2019-04-17 13:19:31.062 (ZiGate) NwkMgtUpdReq - scan channel(s): 6188800 duration: 05 count: 1 >0000061888000501010000<
pipiche
Posts: 2027
Joined: Monday 02 April 2018 20:33
Target OS: Linux
Domoticz version:

Re: Zigate Plugin release 4.1.0

Post by pipiche »

At least the line you show, tell that the plugin has requested the Scan which is good
mpx2
Posts: 75
Joined: Friday 21 September 2018 18:28
Target OS: Raspberry Pi / ODroid
Domoticz version: 4.10717
Contact:

Re: Zigate Plugin release 4.1.0

Post by mpx2 »

pipiche wrote: Wednesday 17 April 2019 13:21 At least the line you show, tell that the plugin has requested the Scan which is good
After setting software reset to true in Zigate settings I notices this in the log.

Code: Select all

2019-04-17 14:26:05.060 Status: (ZiGate) DomoticzVersion: 4.9700
2019-04-17 14:26:05.060 Status: (ZiGate) DomoticzHash: xxxxxxxxx
2019-04-17 14:26:05.060 Status: (ZiGate) DomoticzBuildTime: 2018-06-23 17:24:51
2019-04-17 14:26:05.060 Status: (ZiGate) The current Domoticz version doesn't support the plugin to enable a number of features
2019-04-17 14:26:05.060 Status: (ZiGate) switching to Domoticz V 4.10355 and above would help
pipiche
Posts: 2027
Joined: Monday 02 April 2018 20:33
Target OS: Linux
Domoticz version:

Re: Zigate Plugin release 4.1.0

Post by pipiche »

You need a Domoticz Version higher than 4.10355 in order to have a number of features enabled which is mainly the regular update of Last Seen field in domoticz
Post Reply

Who is online

Users browsing this forum: Bing [Bot] and 1 guest