Announcement

Collapse
No announcement yet.

Nortek HUSBSB-1 Zigbee

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Nortek HUSBSB-1 Zigbee

    Hello everyone,

    I have updated my Nortek HUSBSB-1 Zigbee/Z-wave adapter according to the first link at the end of this post.

    The second and third links may or not be of interest of users of this adapter, so I added those as well.

    By following the instructions it's possible to update the Zigbee firmware with special firmware version that adds support to 115200bps rate.
    The enhanced speed is currently only supported by HomeAssistant, and I was able to verify that it indeed does work on HA.

    On the other hand, it seems that the Homeseer Zigbee plugin currently available only supports the default 57600bps transfer rate available on the factory firmware.

    So my question is: is there a config file where I could change the transfer rate from the default 57600 to 115200?

    If negative, can the next plugin update provide a choice between the default 57600 and 115200?

    Best regards,
    Cesar

    https://github.com/walthowd/husbzb-firmware
    https://github.com/zigpy/bellows
    https://community.hubitat.com/t/guid...firmware/48012
    Nortek GoControl HUSBZB-1 / EM3581 Firmware update image - GitHub - walthowd/husbzb-firmware: Nortek GoControl HUSBZB-1 / EM3581 Firmware update image

    #2
    Edit Config/Zigbee.ini and change the baud_rate value in the [INTERFACE] section

    Code:
    [INTERFACE]
    model=Nortek Securty & Control HUSBZB-1
    type=Ember
    flow_control=FLOWCONTROL_OUT_XONOFF
    baud_rate=57600
    serial_port=COM3

    Comment


      #3
      Many thanks. Will try ASAP.

      Comment


        #4
        Note that if anyone else tries this, the newest firmware I was able to get working with the Zigbee plugin was "ncp-uart-sw-6.6.5.ebl"

        Comment

        Working...
        X