zigpy-deconz
zigpy-deconz copied to clipboard
Still wrong baud rate for deCONZ RaspBee2
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?
The commit you're linking to is over two years old and doesn't reflect what's is the repository today:
https://github.com/zigpy/zigpy-deconz/blob/dev/zigpy_deconz%2Fzigbee%2Fapplication.py#L64