zigpy / zigpy-xbee

A library which communicates with XBee radios for zigpy
GNU General Public License v3.0
22 stars 18 forks source link

Baudrate 9600 need to be specified for Digi XStick USB Adapter (XU-Z11)? #105

Closed Gamester17 closed 12 months ago

Gamester17 commented 4 years ago

Apparently plug-and-play does maybe not currently work for Digi XBee Series 2 at 9600 baudrate?

https://www.digikey.com/en/product-highlight/d/digi-intl/xu-a11-and-xu-z11-xbee-xstick

I don't have one but noticed this issue reported and currency discussed for Home Assistant ZHA:

https://community.home-assistant.io/t/zha-with-digi-xstick/125934

Home Assistant community users only get it working by manually setting it to baud rate 9600 or?

Digi XStick USB Adapter (XU-Z11) is also sold as "Digi XStick 2", "Digi X-Stick ZB", "Digi XBee 2 USB Adapter" USB to XBee ZB Network Adapter. FCC part 15.247 (USA): MCQ-XSTICK2 / MCQ-STICK1

Adminiuga commented 4 years ago

Nah, the docs in zigpy-xbee need to be updated.

Gamester17 commented 4 years ago

Please see pull request https://github.com/zigpy/zigpy-xbee/pull/106

Gamester17 commented 4 years ago

@Adminiuga Should zigpy-xbee be trying to connect using different baudrate speeds in sequence?

As in, first try baudrate 115200, then try 57600, and then last try 9600 bps if it does not connect?

Adminiuga commented 4 years ago

nah. the instructions for XBee should recommend users to setup baudrate to 57600 using XCTU

Gamester17 commented 4 years ago

ok