Hi, the baud rate for the deCONZ RaspBee2 is still wrong: https://github.com/zigpy/zigpy-deconz/blob/8d993738491f460b3fdf1b9746cec535ad46c052/zigpy_deconz/zigbee/application.py ``` _probe_config_variants = [ {zigpy.config.CONF_DEVICE_BAUDRATE: 57600}, {zigpy.config.CONF_DEVICE_BAUDRATE: 115200}, ] ``` It is 38400, as stated in https://www.zigbee2mqtt.io/guide/adapters/deconz.html. Please change the baud rate from 57600 to 38400 -- or the older RasbBee 1/2 or ConBee will not work with Home Assistant. Why is the issue https://github.com/zigpy/zigpy-deconz/pull/250 closed without changing the baud rate?
Hi,
the baud rate for the deCONZ RaspBee2 is still wrong:
https://github.com/zigpy/zigpy-deconz/blob/8d993738491f460b3fdf1b9746cec535ad46c052/zigpy_deconz/zigbee/application.py
It is 38400, as stated in https://www.zigbee2mqtt.io/guide/adapters/deconz.html.
Please change the baud rate from 57600 to 38400 -- or the older RasbBee 1/2 or ConBee will not work with Home Assistant.
Why is the issue #250 closed without changing the baud rate?