Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Schematics and open questions #20

Closed
jwillmer opened this issue May 6, 2018 · 3 comments
Closed

Schematics and open questions #20

jwillmer opened this issue May 6, 2018 · 3 comments

Comments

@jwillmer
Copy link
Contributor

jwillmer commented May 6, 2018

The following image is linked in the readme:

I guess a more detailed schematic looks like this?

[Generic MQTT gateway] <-> [Linux with zigbee2mqtt software] <-> [CC2531 dongle] <-> [Zigbee device 1-N]
  • I have the dongle as Zigbee connector
  • This software interacts with the dongle and runs on Linux
  • The software needs a MQTT gateway address to send/receive data

My open questions are:

  1. Does it need to be the CC2531 dongle or can the software work with any dongle?
  2. Why does the CC2531 need a custom firmware? Is this firmware part of the project / what does it change?
  3. Is my assumption correct that I can use a Raspberry Pi Zero together with this software and the CC2531 dongle to get a Zigbee to MQTT bridge?
  4. Can I have the setup described in 3 multiple times to cover my whole house? - What happens if they overlap?
  5. Is there a cheaper/less power consumption way to cover my whole house?
@Koenkk
Copy link
Owner

Koenkk commented May 6, 2018

  1. zigbee2mqtt uses zigbee-shepherd which only supports the CC2530 and CC2531.
  2. To use the CC2531 as a coordinator
  3. Yes
  4. Zigbee is a mesh network: http://www.rfwireless-world.com/images/zigbee-mesh-network.jpg, so just add more routers if you need to increase the range. https://www.silabs.com/community/wireless/zigbee-and-thread/knowledge-base.entry.html/2012/07/02/what_is_the_differen-IYze
  5. see 4

@Koenkk Koenkk added the question label May 6, 2018
@jwillmer
Copy link
Contributor Author

jwillmer commented May 6, 2018

Ah O.K. of course it supports mesh. The router part is interesting. Does any of the supported hardware have this functionality? Is there an easy way to know which devices work as router?

@Koenkk
Copy link
Owner

Koenkk commented May 6, 2018

I haven't found out how to check this, but I assume that most of the devices without battery act as a router. (E.G. Tradfri bulbs)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants