Zigbee Installation Troubleshooting & Success Story

I recently decided to expand my home automation setup by adding a Zigbee network using the SMLIGHT SLZB-06 adapter. The goal was to integrate various Zigbee devices into my Home Assistant ecosystem. However, the installation process wasn’t as smooth as I hoped it would be.

The Challenge

I started by configuring the SLZB-06 adapter with the latest firmware (0.9.9, Mar 3 2023). My setup included a fresh installation of zigbee2mqtt v1.35.1-1 on Home Assistant v2024.1.2. I carefully followed the configuration guidelines, ensuring all settings were correctly entered. However, upon starting the add-on, I encountered an error:

Zigbee2MQTT:error 2024-01-08 12:36:30: Error while starting zigbee-herdsman
Zigbee2MQTT:error 2024-01-08 12:36:30: Failed to start zigbee
Zigbee2MQTT:error 2024-01-08 12:36:30: Check https://www.zigbee2mqtt.io/guide/installation/20_zigbee2mqtt-fails-to-start.html for possible solutions
Zigbee2MQTT:error 2024-01-08 12:36:30: Exiting…

The error message indicated a problem with udevadm, which I wasn’t entirely familiar with. After some research, I discovered that this error often occurs due to missing dependencies or incorrect permissions. I spent several hours troubleshooting, checking logs, and consulting forums. One user suggested reinstalling the udev package, which didn’t solve my issue. Another recommended checking the USB permissions, but everything seemed correctly configured.

The Solution

After exhausting all online resources, I decided to try a fresh installation of Home Assistant OS on a new SD card. I carefully backed up my existing configuration and restored it on the new setup. To my relief, the Zigbee installation worked seamlessly on the new system. It turned out that the issue was related to some residual files or corrupted configurations from my previous setup.

The Success

Now that the Zigbee network is up and running, I’ve been able to pair several devices, including smart lights, sensors, and switches. The integration with zigbee2mqtt has been flawless, and I’m excited to see how this enhances my home automation setup.

Tips for Others

If you’re facing similar issues, here are a few tips:

  1. Backup Your Configuration: Before making any major changes, ensure you have a complete backup of your Home Assistant setup.
  2. Check Dependencies: Ensure all required system packages are installed and up-to-date.
  3. Fresh Installations: Sometimes, a clean slate can resolve persistent issues caused by corrupted files or conflicting configurations.
  4. Consult Logs: Detailed logs are your best friend when troubleshooting. They often provide clues that aren’t immediately obvious.

I’m now looking forward to expanding my Zigbee network further and exploring the endless possibilities it offers for home automation. If anyone has tips or experiences to share, I’d love to hear them!

Happy automating! :rocket: