This product is temporarily prohibited from being shipped to the EU. Sellers who require shipping to the EU are advised not to place orders. Orders that are placed will be canceled and refunded.
1xZigbee Gateway
1x USB Power adaptor
1x Type C USB Cable
1x Lan Cable
- Support Bluetooth Proxy
- Support Zigbee2MQTT ZHA
- ESP32-WROOM-32E
- CC2652 P2
- 200+ Zigbee sub devices
- 10/100M Ethernet
- CH340C Built in easy to flash ESP32 and communicates with Zigbee
- Support TCP and Serial Port
- Support CC2652P2 firmware upgrade
Pre flashed Zigbee 3.0 Coordinator firmware
Easy intergrated with Home Assistant
Use the tutorial
For Home Assistant (ZHA or Zigbee2MQTT)
This mode creates a TCP bridge from the zigbee module to Home Assistant or Zigbee2MQTT. In this case ESPHome is only relaying all the messages from the zigbee module
The default firmware will disable Wi-Fi and use Ethernet to improve Bluetooth agent communication and performance, so you must connect to Ethernet for it to work. If you need to enable Wi-Fi, please edit the configuration file yourself
Connecting to Home Assistant with ZHA
In Home Assistant (requires version 0.113+) go to Configuration - Integrations, click the + icon, search for ZHA integration and select it.
- for Radio Type choose “ZNP”
- choose “software” for data flow control
- under “Serial device path” enter socket://[athomzbbrdg_ip]:8888 replacing [athomzbbrdg_ip] with its IP address. Do not use hostnames.
- if you changed the port number use yours
- ensure port speed is set to “115200”
- when the athomzbbrdg is discovered you will get a confirmation message
Connecting to Home Assistant OS with Zigbee2MQTT
This assumes you already have a basic knowledge of installing custom addons in HAOS, MQTT and have an MQTT broker already configured within Home Assistant OS.
- Install Zigbee2MQTT Add On by adding the custom github repository.
- Add the following line to the Configuration > Options > Serial text field.
- replace [athomzbbrdg_ip] with its IP address
- if you changed the port number use the configured portport: tcp://[athomzbbrdg_ip]:8888