Skip to content

Still wrong baud rate for deCONZ RaspBee2 #266

@AxelDuerrbaum

Description

@AxelDuerrbaum

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 #250 closed without changing the baud rate?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions