Only the CC2531 is supported.
I can vouch for Conbee and deCONZ too. Happily using it here with Xiaomi Aqara, Hue and Tradfri kit.
This is amazing!!! Before I order some wall switches and sensors, I have a few questionsā¦
1- How fast is the response time using the USB sniffer instead of the actual gateway? Iām asking because I would like to get a door sensor.
2- Do I have to copy data/configuration.yaml to my configuration.yaml? Or do I keep bothā¦
3- If I reboot the pi, is it going to automatically launch zigbeetomqtt or I need to setup systemdā¦
Even though It seems that itās really easy to flash the USB, Iām not understanding how to run it with
just npm start
Thank you very much for sharing your workā¦
- No difference from the gateway.
- You dont have to copy configuration.yaml, just edit.
- No, you need to setup something (systemd, supervisor, etcā¦)
This will provide you more information: https://github.com/Koenkk/zigbee2mqtt/wiki/Running-the-bridge
What a coincidence, I started developing the same a few weeks ago and running it flawlessly. I certainly will follow your progress. If I have the time Iām trying to move everything which is possible to āmicroservicesā. At the end for me Homeassistant will only do the automation and UI part.
I like this, I hate the Xiaomi hub, although making it bark like a dog creates amusement with my own dogs. My real worry is that I am completely dependent on some company updating my firmware and NOT screwing the system.
I also wonder about range. I had to move my Xiaomi hub to another room to get range to my kitchen the other day. In terms of range is this hub better or worse than the Xiaomi hub?
Also if I wanted to make multiple homes, do I need all three hardware components (ie debugger, sniffer and cable) for each hub? Or is the debugger just needed to flash the sniffer?
Hi all, just wanted to point out there is already a bridge for using ZiGate with home assistant:
As I understand it ZiGate works differently from zigbee2mqtt.
All the āintelligenceā is on the ZiGate device, which exposes an API back to the home automation service (HA, Domoticz etc)
With zigbee2mqtt the intelligence is in the node.js software.
Also there is deconz (with dresden electronics raspbee/conbee) - again using a proprietary (more expensive) USB zigbee dongle
And HA ZHA, which supports a different (more expensive and harder to obtain) Zigbee dongle.
Parts are on order, looking forward to giving it a go!
@Koenkk Any plans to support more than 20 devices? I have LOTS of Xiaomi Sensors around the house.
Is there a maximum limitation due to the hardware?
Thanks again
Debugger is just required to flash the sniffer is my understanding.
Once the sniffer is flashed it stays flashed.
I think it is confusing that you have a conf file called configuration.yaml and so does home assistant. Maybe in your docs make it clear that your configuration.yaml relates to your software, and has nothing to do with home assistantās configuration.yaml.
Cool, that is what I thought, just checking.
Iām currently working (slowly ) on wrapping @Koenkk docker images in a hass.io addon.
Im not moving that fast as I am waiting on the USB devices to ship from China, so cannot test anything yetā¦
I was planning to map the zigbee2mqtt configuration.yaml into a sub dir in the HA config dir called āzigbee2mqttā.
So the full path would be //hassio_server/config/zigbee2mqtt/configuration.yaml
I donāt and wonāt use hassio, but good work on your part. Nice to see an open source zigbee solution!
Iām currently testing a firmware which support 48 devices.
I have an existing setup using Deconz, would it be possible add this device to my existing network as a secondary controller?
Also, Iāve currently got ~45 devices and are adding new ones all the time. Will 48 be a hard limit or will there be support for more?
Does it require less resources?
HA has an embedded MQTT while one or more Zigbee2mqtt can update.
So the push could be faster than monitoring each bridge, right?
Nice work btw.
Thx
Bob
I think that deconz had a device limit of approx 200 devices
48 will be the hard limit (for now), you have to setup another zigbee2mqtt instance to get more.
Setting up several instances would be counterproductive, as I assume that would mean having several Zigbee networks. Then you would lose the dynamic mesh configuration you have in a single network.
48 devices is a very low limit and will be a serious limitation. Which is a pity, because otherwise this seems like very nice addition to Hass.
As Robban wrote, Deconz has a limit of 200 devices - and that seems like a more realistic approach.