Zigbee2mqtt - TABLE_FULL Error

I’m new to Zigbee and trying to add some smartwing shades to HA. I notice these errors in the log:

error 2025-04-02 21:46:32z2m: Failed to configure 'James Shade', attempt 3 (Error: Bind 0x0ceff6fffea669a2/1 genPowerCfg from '0x00124b002a9a886d/1' failed (Status 'TABLE_FULL') at Endpoint.bind (/app/node_modules/.pnpm/[email protected]/node_modules/zigbee-herdsman/src/controller/model/endpoint.ts:565:23) at processTicksAndRejections (node:internal/process/task_queues:105:5) at Object.bind (/app/node_modules/.pnpm/[email protected]/node_modules/zigbee-herdsman-converters/src/lib/reporting.ts:42:9) at Object.configure (/app/node_modules/.pnpm/[email protected]/node_modules/zigbee-herdsman-converters/src/devices/smartwings.ts:20:13) at Configure.configure (/app/lib/extension/configure.ts:124:13) at EventEmitter.wrappedCallback (/app/lib/eventBus.ts:204:17))
error 2025-04-02 21:46:53z2m: Failed to configure 'Dine Side Shade', attempt 1 (Error: Bind 0x0ceff6fffea6a1a4/1 genPowerCfg from '0x00124b002a9a886d/1' failed (Status 'TABLE_FULL') at Endpoint.bind (/app/node_modules/.pnpm/[email protected]/node_modules/zigbee-herdsman/src/controller/model/endpoint.ts:565:23) at processTicksAndRejections (node:internal/process/task_queues:105:5) at Object.bind (/app/node_modules/.pnpm/[email protected]/node_modules/zigbee-herdsman-converters/src/lib/reporting.ts:42:9) at Object.configure (/app/node_modules/.pnpm/[email protected]/node_modules/zigbee-herdsman-converters/src/devices/smartwings.ts:20:13) at Configure.configure (/app/lib/extension/configure.ts:124:13) at EventEmitter.wrappedCallback (/app/lib/eventBus.ts:204:17))
error 2025-04-02 21:47:36z2m: Failed to configure 'Ken Office Shade', attempt 1 (Error: Bind 0x0ceff6fffea85088/1 genPowerCfg from '0x00124b002a9a886d/1' failed (Status 'TABLE_FULL') at Endpoint.bind (/app/node_modules/.pnpm/[email protected]/node_modules/zigbee-herdsman/src/controller/model/endpoint.ts:565:23) at processTicksAndRejections (node:internal/process/task_queues:105:5) at Object.bind (/app/node_modules/.pnpm/[email protected]/node_modules/zigbee-herdsman-converters/src/lib/reporting.ts:42:9) at Object.configure (/app/node_modules/.pnpm/[email protected]/node_modules/zigbee-herdsman-converters/src/devices/smartwings.ts:20:13) at Configure.configure (/app/lib/extension/configure.ts:124:13) at EventEmitter.wrappedCallback (/app/lib/eventBus.ts:204:17))
error 2025-04-02 21:49:31z2m: Failed to configure 'Dine Front Shade', attempt 3 (Error: Bind 0x0ceff6fffea96b27/1 genPowerCfg from '0x00124b002a9a886d/1' failed (Status 'TABLE_FULL') at Endpoint.bind (/app/node_modules/.pnpm/[email protected]/node_modules/zigbee-herdsman/src/controller/model/endpoint.ts:565:23) at processTicksAndRejections (node:internal/process/task_queues:105:5) at Object.bind (/app/node_modules/.pnpm/[email protected]/node_modules/zigbee-herdsman-converters/src/lib/reporting.ts:42:9) at Object.configure (/app/node_modules/.pnpm/[email protected]/node_modules/zigbee-herdsman-converters/src/devices/smartwings.ts:20:13) at Configure.configure (/app/lib/extension/configure.ts:124:13) at EventEmitter.wrappedCallback (/app/lib/eventBus.ts:204:17))

I’m using a SLZB-06 Zigbee Ethernet PoE USB LAN WIFI Adapter.
Config:

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: {}
serial:
  port: tcp://192.168.2.218:6638
  baudrate: 115200
  adapter: zstack
  disable_led: false
advanced:
  transmit_power: 20

I found another post on this topic: SMSZB-120 Fails to configure due to TABLE_FULL · Issue #23684 · Koenkk/zigbee2mqtt · GitHub But it didn’t help.

How about THIS approach? :thinking:

Additionally your z2m configuration file looks wrong/incomplete:

  1. Complete the settings for “mqtt” (you have to have a mqtt-broker installed!)
  2. “serial: → port” doesn’t look right.