Hi everyone, I’ve been trying to resolve an issue with my Zigbee devices after changing the channel on my Zigbee2MQTT setup. I initially had everything working smoothly, but I noticed some connectivity problems that I thought might be related to the channel I was using. So, I decided to switch to channel 25 and re-pair all my devices to see if that would fix the issue.
Here’s what I did:
- Unpaired all devices: I started by unpairing every Zigbee device in my setup.
- Changed the channel: I updated the Zigbee2MQTT configuration to use channel 25.
- Restarted Home Assistant: I rebooted the entire system to ensure all changes were applied.
- Attempted re-pairing: Unfortunately, when I tried to re-pair the devices, none of them were detected.
I’ve tried several troubleshooting steps:
- Uninstalling and reinstalling Zigbee2MQTT
- Removing and reinserting the RaspBee II
- Shutting down and restarting the Raspberry Pi
- Checking the logs for any errors or clues
Despite all these attempts, I’m still unable to get any devices to pair. I’m wondering if there’s something I’m missing in the process or if there’s a specific configuration setting I need to adjust.
Here’s a snippet of my current configuration:
yaml
mqtt:
server: mqtt://core-mosquitto:1883
user: addons
password: APasswordHash
serial:
port: /dev/ttyS0
adapter: deconz
baudrate: 38400
frontend:
port: 8099
permit_join: true
channel: 25
And some relevant logs:
text
Zigbee2MQTT:info 2022-07-12 19:57:03: Currently 0 devices are joined:
Zigbee2MQTT:warn 2022-07-12 19:57:03: permit_join set to true in configuration.yaml.
Zigbee2MQTT:warn 2022-07-12 19:57:03: Allowing new devices to join.
Zigbee2MQTT:warn 2022-07-12 19:57:03: Set permit_join to false once you joined all devices.
Any ideas or suggestions would be greatly appreciated! I’m really stuck and would love to get my devices back up and running smoothly.