Easiest zigbee to get working
Moderator: leecollings
-
- Posts: 22
- Joined: Friday 03 June 2016 18:43
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Easiest zigbee to get working
I have a few zigbee items from xiaomi, like buttons, power plugs and cubes.
I have tried the zigbee2mqtt but im not happy with it.
What is the easiest zigbee gateway to set up on domoticz? I use raspberry pi 4 4gb and raspbian.
I have been looking at zigate but im a little lost
I have tried the zigbee2mqtt but im not happy with it.
What is the easiest zigbee gateway to set up on domoticz? I use raspberry pi 4 4gb and raspbian.
I have been looking at zigate but im a little lost
-
- Posts: 74
- Joined: Friday 07 September 2018 14:46
- Target OS: Raspberry Pi / ODroid
- Domoticz version: Beta 4.1
- Location: Netherlands
- Contact:
Re: Easiest zigbee to get working
@wuffer
Why are you lost. Zigate has a very active community and tutorials are very clear. So I would advice Zigate. The plug-in development is very active thanks to pipiche.
For preparation you can check Domo wiki page
https://www.domoticz.com/wiki/Zigate
Or
https://github.com/pipiche38/Domoticz-Zigate-Wiki.git
After that you have decide if you go for USB, wifi, pi, Din variant and many more to come.a Depending on your wishes.
Zigate might be a bit more expensive but it is worth every penny or
Good luck with your search.
Verstuurd vanaf mijn ONEPLUS A6003 met Tapatalk
Why are you lost. Zigate has a very active community and tutorials are very clear. So I would advice Zigate. The plug-in development is very active thanks to pipiche.
For preparation you can check Domo wiki page
https://www.domoticz.com/wiki/Zigate
Or
https://github.com/pipiche38/Domoticz-Zigate-Wiki.git
After that you have decide if you go for USB, wifi, pi, Din variant and many more to come.a Depending on your wishes.
Zigate might be a bit more expensive but it is worth every penny or
Good luck with your search.
Verstuurd vanaf mijn ONEPLUS A6003 met Tapatalk
- emme
- Posts: 909
- Joined: Monday 27 June 2016 11:02
- Target OS: Raspberry Pi / ODroid
- Domoticz version: latest
- Location: Milano, Italy
- Contact:
Re: Easiest zigbee to get working
I use deConz... works like a charm!
The most dangerous phrase in any language is:
"We always done this way"
"We always done this way"
-
- Posts: 543
- Joined: Saturday 02 July 2016 5:17
- Target OS: Linux
- Domoticz version: Beta
- Contact:
Re: Easiest zigbee to get working
To offer a slightly different perspective to the previous posts.
I have been using zigbee2mqtt for > 6 months now and I am very happy with it.
It could just be you are using an old out-dated firmware on CC2531 that has known issues?
I have been using zigbee2mqtt for > 6 months now and I am very happy with it.
It could just be you are using an old out-dated firmware on CC2531 that has known issues?
Unless otherwise stated, all my code is released under GPL 3 license: https://www.gnu.org/licenses/gpl-3.0.en.html
-
- Posts: 22
- Joined: Friday 03 June 2016 18:43
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Easiest zigbee to get working
I could try it again. I can see that there is a new firmware.ben53252642 wrote: ↑Thursday 03 October 2019 12:18 To offer a slightly different perspective to the previous posts.
I have been using zigbee2mqtt for > 6 months now and I am very happy with it.
It could just be you are using an old out-dated firmware on CC2531 that has known issues?
-
- Posts: 10
- Joined: Saturday 04 March 2017 11:06
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Easiest zigbee to get working
I have to respectfully disagree. I have been fighting with the PiZigate for three days now, facing a plethora of problems, and it still does not work. The tutorials for the install are in French, and you have to search back and forth to try and find things that were not mentioned anywhere but were miraculously needed for the install. Now I am stuck with domoticz not starting withgerbenvanasselt wrote: ↑Thursday 03 October 2019 11:13 @wuffer
Why are you lost. Zigate has a very active community and tutorials are very clear. So I would advice Zigate. The plug-in development is very active thanks to pipiche.
For preparation you can check Domo wiki page
https://www.domoticz.com/wiki/Zigate
Or
https://github.com/pipiche38/Domoticz-Zigate-Wiki.git
After that you have decide if you go for USB, wifi, pi, Din variant and many more to come.a Depending on your wishes.
Zigate might be a bit more expensive but it is worth every penny or
Good luck with your search.
Verstuurd vanaf mijn ONEPLUS A6003 met Tapatalk
Oct 05 08:53:04 Domoticz domoticz[760]: Libgcrypt error: reading `/proc/sys/crypto/fips_enabled' failed: Too many open files - abort
And even if I do ulimit -n 1024, the web service dont start, even though it doesnt give me that error anymore.
PiZigate has to be the worst product I have bought in years. Complete waste of money and time.
-
- Posts: 22
- Joined: Friday 03 June 2016 18:43
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Easiest zigbee to get working
Couldn't get zigbee2mqtt installed even tho i followed the guide on his webpage, lots of erros. So i bought the zigate usb. Hopefully it will work
-
- Posts: 815
- Joined: Wednesday 15 August 2018 14:38
- Target OS: -
- Domoticz version:
- Contact:
Re: Easiest zigbee to get working
For me the easiest is deconz with conbee.
Installation procedure is fast, if you have a raspbian desktop install, just download a file and double clic on it.
All is working out the box, just plug the key, no more config, you have a web url for phoscon (https://phoscon.de/en/app/doc) and a GUI for power user.
There is install procedure for raspbian, unbutu, docker, windows.
Installation procedure is fast, if you have a raspbian desktop install, just download a file and double clic on it.
All is working out the box, just plug the key, no more config, you have a web url for phoscon (https://phoscon.de/en/app/doc) and a GUI for power user.
There is install procedure for raspbian, unbutu, docker, windows.
-
- Posts: 543
- Joined: Saturday 02 July 2016 5:17
- Target OS: Linux
- Domoticz version: Beta
- Contact:
Re: Easiest zigbee to get working
Sounds like you might need to improve your knowledge working with Linux.
Each time an error occurs, search and understand why it is occurring.
The fault may not be with zigbee2mqtt at all but perhaps a lack of a needed software package on the system.
Unless otherwise stated, all my code is released under GPL 3 license: https://www.gnu.org/licenses/gpl-3.0.en.html
- waltervl
- Posts: 5149
- Joined: Monday 28 January 2019 18:48
- Target OS: Linux
- Domoticz version: 2024.7
- Location: NL
- Contact:
Re: Easiest zigbee to get working
I can partly agree with you that the French documentation is not very user friendly. The Google translate function of the zigate website is OK though. I just checked but you did not ask here on the forum about your issues. so I would advise you to create a new topic. The Zigate plugin is very well documented and the creator is very helpful.Trunald wrote: ↑Saturday 05 October 2019 10:11 I have to respectfully disagree. I have been fighting with the PiZigate for three days now, facing a plethora of problems, and it still does not work. The tutorials for the install are in French, and you have to search back and forth to try and find things that were not mentioned anywhere but were miraculously needed for the install. Now I am stuck with domoticz not starting with
Oct 05 08:53:04 Domoticz domoticz[760]: Libgcrypt error: reading `/proc/sys/crypto/fips_enabled' failed: Too many open files - abort
And even if I do ulimit -n 1024, the web service dont start, even though it doesnt give me that error anymore.
PiZigate has to be the worst product I have bought in years. Complete waste of money and time.
Domoticz running on Udoo X86 (on Ubuntu)
Devices/plugins: ZigbeeforDomoticz (with Xiaomi, Ikea, Tuya devices), Nefit Easy, Midea Airco, Omnik Solar, Goodwe Solar
Devices/plugins: ZigbeeforDomoticz (with Xiaomi, Ikea, Tuya devices), Nefit Easy, Midea Airco, Omnik Solar, Goodwe Solar
-
- Posts: 22
- Joined: Friday 03 June 2016 18:43
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Easiest zigbee to get working
Maybe. I got it up and running first time i tried it. Then it just stopped working and then nothing helped, not even a fresh install.ben53252642 wrote: ↑Saturday 05 October 2019 11:16Sounds like you might need to improve your knowledge working with Linux.
Each time an error occurs, search and understand why it is occurring.
The fault may not be with zigbee2mqtt at all but perhaps a lack of a needed software package on the system.
Got the zigate today and it is up and running. All devices have been paired and working. So for me the zigate is working better.
Not sure what to do with the wifi version, i only ordered the usb but got both
-
- Posts: 74
- Joined: Friday 07 September 2018 14:46
- Target OS: Raspberry Pi / ODroid
- Domoticz version: Beta 4.1
- Location: Netherlands
- Contact:
Re: Easiest zigbee to get working
Welcome to the Zigate user community. It is growing everyday, which means the functionality will also be enhanced.
Wifi might be useful if your Domo server is not positioned in the center of you're home. You can place the wifi version wherever you want. You're not binded to one location. Through wifi it will communicate with domoticz.
One other thing, you can use the cc2531 as a range extender for the mesh network. Look at this.
https://www.twoenter.nl/blog/domotica/v ... ee-router/
If you're not Dutch it can be translated with Google translator
Verstuurd vanaf mijn ONEPLUS A6003 met Tapatalk
Wifi might be useful if your Domo server is not positioned in the center of you're home. You can place the wifi version wherever you want. You're not binded to one location. Through wifi it will communicate with domoticz.
One other thing, you can use the cc2531 as a range extender for the mesh network. Look at this.
https://www.twoenter.nl/blog/domotica/v ... ee-router/
If you're not Dutch it can be translated with Google translator
Verstuurd vanaf mijn ONEPLUS A6003 met Tapatalk
-
- Posts: 1977
- Joined: Monday 02 April 2018 20:33
- Target OS: Raspberry Pi / ODroid
- Domoticz version: beta
- Location: France
- Contact:
Re: Easiest zigbee to get working
@Trunald please let me know in an other post what the issues are. If you can post the log file this will be easier to find what the problem is.Trunald wrote: ↑Saturday 05 October 2019 10:11I have to respectfully disagree. I have been fighting with the PiZigate for three days now, facing a plethora of problems, and it still does not work. The tutorials for the install are in French, and you have to search back and forth to try and find things that were not mentioned anywhere but were miraculously needed for the install. Now I am stuck with domoticz not starting withgerbenvanasselt wrote: ↑Thursday 03 October 2019 11:13 @wuffer
Why are you lost. Zigate has a very active community and tutorials are very clear. So I would advice Zigate. The plug-in development is very active thanks to pipiche.
For preparation you can check Domo wiki page
https://www.domoticz.com/wiki/Zigate
Or
https://github.com/pipiche38/Domoticz-Zigate-Wiki.git
After that you have decide if you go for USB, wifi, pi, Din variant and many more to come.a Depending on your wishes.
Zigate might be a bit more expensive but it is worth every penny or
Good luck with your search.
Verstuurd vanaf mijn ONEPLUS A6003 met Tapatalk
Oct 05 08:53:04 Domoticz domoticz[760]: Libgcrypt error: reading `/proc/sys/crypto/fips_enabled' failed: Too many open files - abort
And even if I do ulimit -n 1024, the web service dont start, even though it doesnt give me that error anymore.
PiZigate has to be the worst product I have bought in years. Complete waste of money and time.
The issue you are referring is the the first time I see it.
I know that PiZigate configuration is some how complicated. We have tried to document as much as possible, but it seems that they are few cases which doesn't fit into the Wiki, lets just enhance it.
Zigbee for Domoticz plugin / RPI3B+ / Electrolama ZZH-P / 45 devices
If the plugin provides you value, you can support me with a donation Paypal.
Wiki is available here.
Zigbee for Domoticz FAQ
If the plugin provides you value, you can support me with a donation Paypal.
Wiki is available here.
Zigbee for Domoticz FAQ
Who is online
Users browsing this forum: No registered users and 0 guests