I’ve just installed the Zigbee2MQTT add-on, using a SLZB-06 as the coordinator. The first device that I want to add is a Sonoff Zigbee Bridge (flashed with Tasmota), acting as zigbee router. I followed the instructions here to set up the Sonoff ZB as a router:
digiblur.com/2022/02/20/how-to-convert-the-sonoff-zigbee-bridge-into-a-router-repeater/
I put the Sonoff ZB in pairing mode, then clicked “Permit Join (All)” in the Z2M UI. The interview process keeps failing, and the Sonoff ZB is not added. This is what gets written to the Z2M log:
` 2025-01-18 17:22:35z2m: Device '0x804b50fffea7de0f' joinedinfo 2025-01-18 17:22:35z2m: Starting interview of '0x804b50fffea7de0f'info 2025-01-18 17:22:35z2m:mqtt: MQTT publish: topic 'zigbee2mqtt/bridge/event', payload '{"data":{"friendly_name":"0x804b50fffea7de0f","ieee_address":"0x804b50fffea7de0f"},"type":"device_joined"}'info 2025-01-18 17:22:35z2m:mqtt: MQTT publish: topic 'zigbee2mqtt/bridge/event', payload '{"data":{"friendly_name":"0x804b50fffea7de0f","ieee_address":"0x804b50fffea7de0f","status":"started"},"type":"device_interview"}'info 2025-01-18 17:22:35z2m:mqtt: MQTT publish: topic 'zigbee2mqtt/bridge/event', payload '{"data":{"friendly_name":"0x804b50fffea7de0f","ieee_address":"0x804b50fffea7de0f"},"type":"device_announce"}'error 2025-01-18 17:22:36zh:controller: Interview failed for '0x804b50fffea7de0f with error 'Error: Interview failed because can not get active endpoints ('0x804b50fffea7de0f')'error 2025-01-18 17:22:36z2m: Failed to interview '0x804b50fffea7de0f', device has not successfully been paired`
Any idea how to fix this? I’m running HA 2025.1.1, and Zigbee2MQTT 2.0.0-2. I’ve tried placing the Sonoff ZB right next to the SLZB-06 coordinator, but still got the same error.