Ethernet Zigbee Controller
I have bought the Ethernet Zigbee Controller to use with Zigbee2MQTT. Unfortunately it looks like zigbee is not properly enabled. On the device, the blue LED for zigbee support is off. The other two are on. On the website of the device I see the following Name State Actions
AthomZB Serial Connected OFF
Prep the cc2652p2 for firmware update OFF
Restart the Device ☐
Status ON
Status LED OFF
Zigbee Module Restart ☐
zBSL OFF Is there anything else I need to do to enable zigbee? And what is zBSL? My Z2M config looks like this: data_path: /config/zigbee2mqtt
socat:
enabled: true
master: pty,raw,echo=0,link=/tmp/ttyZ2M,mode=777
slave: tcp-listen:8485,keepalive,nodelay,reuseaddr,keepidle=1,keepintvl=1,keepcnt=5
options: "-d -d"
log: true
mqtt:
server: mqtt://192.168.86.79:1883
user: hamqtt
password: XXXXXXXXX
base_topic: zigbee2mqtt
serial:
port: tcp://192.168.86.229:8888
baudrate: 115200
Unfortunately, zigbee2mqtt does not seem to find a zigbee coordinator with this config and stays stuck with the onboarding UI.
Have I been missing some secret handshake? The setup documentation is rather sparse.