Setup zigbee2mqtt with domoticz including flashing!!

Опубликовано: 13 Май 2026
на канале: Jelle Peters
14,598
76

If zigbee2mqtt hardware does not show up in domoticz after this guide chech the last post in this forum topic: https://www.domoticz.com/forum/viewto...

items u need:
raspberry pi, any would do
cc debugger (aliespress:https://nl.aliexpress.com/item/326967... )
zigbee sniffer stick: (aliexpress: https://nl.aliexpress.com/item/328522... )
downloader cable: (aliexpress: https://nl.aliexpress.com/item/327674... )

links:
zigbee2mqtt website: https://www.zigbee2mqtt.io

install mqtt (commands):

1. update the raspberry pi: sudo apt-get update && sudo apt-get upgrade

2. install mosquitto: sudo apt-get install mosquitto mosquitto-clients

3. make a mqtt user: sudo mosquitto_passwd -c /etc/mosquitto/pwfile mqtt

4. add a couple of rules to the config: sudo nano /etc/mosquitto/mosquitto.conf

4. add these rules: allow_anonymous false
password_file /etc/mosquitto/pwfile

5. save with these key combinations: ctrl+O and ctrl+X

6. open rc.local: sudo nano /etc/rc.local

7. put in before exit 0 the following: /usr/sbin/mosquitto -d

8. restart your pi: sudo reboot

install zigbee2mqtt:

follow the guide on: https://www.zigbee2mqtt.io/getting_st...