Skip to content

Choose your side

Zigbee2MQTT has support for TI CC2652P/CC2652RB chips used on this boards.
ZHA Supports both TI and SiLabs chips.

First Steps

Choose your device instructions:

  1. Power on your USB Stick
  2. Make sure that the USB-serial bridge drivers are installed and your device is recognised (instructions here).
  3. Configure your software to access the device.

Currently only TI Chips are supported by Z2M( CC2652P/CC2652RB ).

With the correct serial port identified, edit your Zigbee2MQTT configuration.yaml :

serial:
    port: /dev/ttyUSB0  (change this if it is different on your machine)

3.1. Add the ZHA Integration via the Add Integrations option:

ZHA-0

3.2. From dropdown menu select your stick:

ZHA-1

3.3. Choose the device path of USB Stick and wait for installation to complete.

  • In case the autodetection fails,a manual setup menu will be displayed.

Info

Enter device path and Port Speed:115200 and Software Flow Control leave empty.

ZHA-3

Info

If ZHA is unable to connect to the USB adapter then try re-plugging in the USB adapter or try moving it to another USB-port.

  1. Connect the gateway to a ethernet cable which has access to your local network.
  2. Power on the gateway with a Type C cable.
  3. Determine the device's ip address,if your local network supports .local mdns addresses, the devices can be reached that way:

    zigstargw.local
    
    or by static ip.

    Info

    If its used Static IP Address - be sure it is reserved in your router,so will not change after reboot.

  4. Configure your software to access the device.

Currently only TI Chips are supported by Z2M( CC2652P/CC2652RB ).

With the correct IP or hostname identified, edit your Zigbee2MQTT configuration.yaml:

serial:
    port: 'tcp://ip_or_hostname:6638'

4.1. Add the ZHA Integration via the Add Integrations option:

ZHA-0

4.2. From dropdown menu select Manual:

ZHA-1

4.3. Select the Radio type for your chip:

ZHA-2

Info

For TI based gateways select ZNP
For SiLabs based gateways select EZSP

4.4. Enter socket://ip_or_hostname:6638 and Port Speed:115200 and Software Flow Control leave empty.

ZHA-3

Troubleshooting

Will be added soon.