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:
- Power on your USB Stick
- Make sure that the USB-serial bridge drivers are installed and your device is recognised (instructions here).
- 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:
3.2. From dropdown menu select your stick:
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.
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.
- Connect the gateway to a ethernet cable which has access to your local network.
- Power on the gateway with a Type C cable.
-
Determine the device's ip address,if your local network supports .local mdns addresses, the devices can be reached that way:
or by static ip.zigstargw.local
Info
If its used Static IP Address - be sure it is reserved in your router,so will not change after reboot.
-
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:
4.2. From dropdown menu select Manual:
4.3. Select the Radio type for your chip:
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.
Troubleshooting¶
Will be added soon.