Hi.
Im all new at Home Assistance. Working good for me so fare.
I see a lot of people talking about like Zigbee2mqtt. As i understand it is a way to talk to Zigbee units.
Today i have a hub for Phillips Hue and for Ikea tradfri. As fare as i understand they both run Zigbee ?
Do i need anything else or can i start buying Zigbee hardware like aqara sensors and link them to my hubs i allready have up and running ?
I like to start out with temperature and door sensors.
I use zigbee2mqtt to control my Ikea tradfri devices and it works well. You have to choose between your hubs or work with zigbee2mqtt. Phililips Hue devices, Ikea, Xiaomi, all can work with zigbee2mqtt and you donât need to work with branded hubs.
See list of supported devices:
You need to buy a router (in my case itâs a CC2531), flash it and thatâs all.
Everythning is explained here:
Thanks a lot for the answer and the links. Something for me to read
But now that i allready have my hue and ikea hubs. Can i just use them with all my Zigbee hardware ?
The problem with hubs is that they support only whatever the manufacturer wants to support. That Hue hub will talk to a relatively limited number of brands, and models. Same for the Tradfri hub.
People use Zigbee2MQTT, and other solutions, because it allows them to use a wide range of brands. You canât re-use the hubs, but you can migrate the devices. I recycled my Hue hub a long time ago and havenât looked back.
Yes, you can use one RPi to run HA and be the Zigbee âhubâ (in Zigbee networking, the âcoordinator.â)
You need a way to communicate with the Zigbee devices. I use a HUSBZB USB stick in one of the RPi USB ports (or even better, use a short USB extension cable to get the stick a short distance away from the radios in the RPi.) There is also a Zigbee USB stick by Conbee I believe. Search this forum for more information.
This allows me to use the native ZHA integration for HA. No MQTT or third-party hubs needed. I will say that my Zigbee stuff, from 7 different manufacturers, have been rock-solid reliable with almost no tinkering. Truly plug-and-play.
By all means, ask away. Iâm not as proficient in HA as a lot of the folks here, but I can try.
In fact, that is why I like Zigbee. Much shorter learning curve and much less tinkering compared to other solutions. My experience has been it just works, right out of the box. I especially like not having additional components to maintain, or having to make network changes. The Zigbee devices create their own mesh network, and talk directly to the USB stick in the RPi running HA. This reduces both the administrative overhead and the number of points of failure.
That said, Iâve seen threads on this forum with questions about controlling Zigbee color-changing lights and other more complex devices. I havenât been following those threads. I use HA mostly for home monitoring and simple on/off control. Maybe if you need more functionality than that, Zigbee requires more effort. But I suspect thatâs true with any protocol.
deCONZ is one of three ways of using Zigbee with Home Assistant.
Itâs not one Iâd personally recommend. I normally recommend Zigbee2MQTT (if you want something decoupled from HA, much like deCONZ) or ZHA (built into HA).
The RaspBee II is functionally the same as the ConBee II. I only recommend these if youâre using deCONZ. If youâre using Zigbee2MQTT or ZHA then any CC2652 based stick is a good choice. If youâre using ZHA then any current generation EmberZNet stick is a good choice.
The software you use defines the channel used by the dongle, and hence by the devices.
Yes, these dongles act as whatâs called the âcoordinatorâ in Zigbee networking. Basically what everyone else would call a âhub.â
Yes, ZHA controls the coordinator and the coordinator (USB stick) talks directly to the Zigbee remote devices over the wireless mesh network.
To use another coordinator (hub), youâd need an integration so HA could talk to it. Not sure ZHA can do that. I think it would be a different integration.
Guys, sorry for hijacking but my question (and the answer might benefit other users as well).
I have been reading up on zigbee and would like to get your opinions since this is also new for me.
In a few days I will receive a Conbee II stick and will use it with HA Core running in a LXC on Proxmox.
I have managed the USB pass-through and can see the USB port in the devices from my container, so I think that part is covered.
Itâs not clear to me which integration to use with this coordinator and the zigbee stuff from IKEA (bulb, tradfri & symfonisk remotes)
I am already using MQTT but donât know if this relevant.