UZG-01 "Cannot discover TCP adapters at this time"

I have a UZG-01 updated to device FW 20240914 and Zigbee FW 20240710.
I followed this tutorial for adding to HA, Installation - ZigStar UZG and this one for setting up Z2M https://www.youtube.com/watch?v=sfsZF0R0HtE.
When I try to start Zigbee2MQTT, I get the error z2m: Error: Cannot discover TCP adapters at this time. Specify valid 'adapter' and 'port' in your configuration.

data_path: /config/zigbee2mqtt
socat:
  enabled: false
  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: false
mqtt:
  server: mqtt://core-mosquitto:1883
  user: mqtt_user
  password: *pass*
serial:
  port: tcp://172.16.227.59:6638
  baudrate: 115200

It doesn’t seem like defining an adapter is normally done for this device.
The UZG-01 is accessible via the web interface.
I also have a SkyConnect plugged into the USB port on my Yellow.

add adapter :

1 Like

That did it. Thank you!