Using sticks and modules with Zigbee2MQTT

When using the recommended firmware, the Zigbee coordinator sticks and JetHome modules provide full operation with Zigbee2MQTT.

Note

Coordinator firmware is installed by default during production of sticks and modules.

The devices are immediately ready to work with Zigbee2MQTT.

Hint

Full installation and setup instructions: Zigbee2MQTT Getting started.

The following parameters must be set in the Zigbee2MQTT configuration file:

serial:
  port: <PORT>

advanced:
  rtscts: false

Note

For modules and sticks based on Silabs EFR21 chips, the serial: block should look like this:

serial:
  port: <PORT>
  adapter: ezsp

Where:

  • <PORT> - port to which the stick or module is connected.

    For example, /dev/ttyUSB0 or /dev/ttyACM0.

  • The parameter rtscts: false disables hardware flow control for a given serial port. This parameter can be left blank, but make sure it is not set to true.