- Platform information:
- Hardware: RPI4
- OS: Openhabian
- openHAB version: openHAB 5.1.0
Build #4825
- Issue of the topic: SMLIGHT SLZB-06M does not communicate with Mosquito
Dear All,
I’ve been strugling setting up my 1st zigbee device, even my zigbee adapter.
As you can see above i’m running the latest Openhab rlz, on an RPI4 with openhabian installed.
I’ve already sorted out to have the SMLIGHT SLZB-06M detected via and USB hub (as RPI4 fails to power devices properly.. my zwave adapter also is connected through that usb hub.)
What I’ve done and tried using forums, chatgpt and others..
I’ve installed Mosquito from openhabian-config, with default username and no pw.
I’ve instaled Zigbee2MQTT from openhabian-config.
Verified that the SMLIGHT SLZB-06M is connected and can be seen on USB0
openhabian@openhabian:~ $ lsusb
Bus 002 Device 002: ID 05e3:0626 Genesys Logic, Inc. Hub
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 022: ID 10c4:ea60 Silicon Labs CP210x UART Bridge
Bus 001 Device 005: ID 0658:0200 Sigma Designs, Inc. Aeotec Z-Stick Gen5 (ZW090) - UZB
Bus 001 Device 003: ID 05e3:0610 Genesys Logic, Inc. Hub
Bus 001 Device 002: ID 2109:3431 VIA Labs, Inc. Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
openhabian@openhabian:~ $ ls -l /dev/serial/by-id/
total 0
lrwxrwxrwx 1 root root 13 Oct 4 09:17 usb-0658_0200-if00 → ../../ttyACM0
lrwxrwxrwx 1 root root 13 Oct 4 09:24 usb-SMLIGHT_SMLIGHT_SLZB-06M_4ef54b2d269aef11b77a037c61ce3355-if00-port0 → ../../ttyUSB0
Also have checked if the Mosquito is listening on port 1883.. opened 2 separate console-s. In 1 consolse i was connected to the port and on the other I’ve sent a hello command.. it did arrive.
openhabian@openhabian:~ $ sudo ss -lntp | grep 1883
LISTEN 0 100 0.0.0.0:1883 0.0.0.0:* users:((“mosquitto”,pid=707,fd=5))
LISTEN 0 100 [::]:1883 [::]:* users:((“mosquitto”,pid=707,fd=6))
I’ve set the zigbee2mqtt config as it was suggested by chatgpt to troubleshoot the issue..
frontend:
port: 8081
homeassistant: false
permit_join: true
mqtt:
base_topic: zigbee2mqtt
server: mqtt://localhost
user: openhabian
password: ‘’
serial:
port: “/dev/serial/by-id/usb-SMLIGHT_SMLIGHT_SLZB-06M_4ef54b2d269aef11b77a037c61ce3355-if00-port0”
adapter: ember
baudrate: 115200
rtscts: true
advanced:
network_key:HIDDEN
pan_id: 48625
log_level: warn
channel: 25
output: attribute_and_json
log_directory: /var/log/zigbee2mqtt/%TIMESTAMP%al
homeassistant_legacy_entity_attributes: false
legacy_api: false
legacy_availability_payload: false
device_options:
legacy: false
If i start the zigbee2MQTT service and grab the logs i get this result:
openhabian@openhabian:~ $ sudo systemctl start zigbee2mqtt
journalctl -u zigbee2mqtt -f
Oct 04 10:20:04 openhabian npm[12972]: at DerivedLogger.Writable.write (/opt/zigbee2mqtt/node_modules/winston/node_modules/readable-stream/lib/_stream_writable.js:300:21)
Oct 04 10:20:04 openhabian npm[12972]: at DerivedLogger.log (/opt/zigbee2mqtt/node_modules/winston/lib/winston/logger.js:231:12)
Oct 04 10:20:04 openhabian npm[12972]: at Logger.log (/opt/zigbee2mqtt/lib/util/logger.ts:198:25)
Oct 04 10:20:04 openhabian npm[12972]: at Logger.error (/opt/zigbee2mqtt/lib/util/logger.ts:203:14)
Oct 04 10:20:04 openhabian npm[12972]: at Controller.start (/opt/zigbee2mqtt/lib/controller.ts:164:20)
Oct 04 10:20:04 openhabian npm[12972]: at start (/opt/zigbee2mqtt/index.js:154:5)
Oct 04 10:20:04 openhabian systemd[1]: zigbee2mqtt.service: Deactivated successfully.
Oct 04 10:20:04 openhabian systemd[1]: Stopped zigbee2mqtt.service - Zigbee2MQTT.
Oct 04 10:20:04 openhabian systemd[1]: zigbee2mqtt.service: Consumed 11.037s CPU time.
Oct 04 10:23:00 openhabian systemd[1]: Started zigbee2mqtt.service - Zigbee2MQTT.
Oct 04 10:23:02 openhabian npm[13161]: > zigbee2mqtt@1.42.0 start
Oct 04 10:23:02 openhabian npm[13161]: > node index.js
Oct 04 10:23:03 openhabian npm[13176]: Starting Zigbee2MQTT without watchdog.
Oct 04 10:23:21 openhabian npm[13176]: [2025-10-04 10:23:21] error: z2m: Error while starting zigbee-herdsman
Oct 04 10:23:21 openhabian npm[13176]: [2025-10-04 10:23:21] error: z2m: Failed to start zigbee
Oct 04 10:23:21 openhabian npm[13176]: [2025-10-04 10:23:21] error: z2m: Check https://www.zigbee2mqtt.io/guide/installation/20_zigbee2mqtt-fails-to-start.html for possible solutions
Oct 04 10:23:21 openhabian npm[13176]: [2025-10-04 10:23:21] error: z2m: Exiting…
Oct 04 10:23:21 openhabian npm[13176]: [2025-10-04 10:23:21] error: z2m: Error: Failed to start EZSP layer with status=HOST_FATAL_ERROR.
Oct 04 10:23:21 openhabian npm[13176]: at EmberAdapter.initEzsp (/opt/zigbee2mqtt/node_modules/zigbee-herdsman/src/adapter/ember/adapter/emberAdapter.ts:684:19)
Oct 04 10:23:21 openhabian npm[13176]: at EmberAdapter.start (/opt/zigbee2mqtt/node_modules/zigbee-herdsman/src/adapter/ember/adapter/emberAdapter.ts:1598:24)
Oct 04 10:23:21 openhabian npm[13176]: at Controller.start (/opt/zigbee2mqtt/node_modules/zigbee-herdsman/src/controller/controller.ts:137:29)
Oct 04 10:23:21 openhabian npm[13176]: at Zigbee.start (/opt/zigbee2mqtt/lib/zigbee.ts:69:27)
Oct 04 10:23:21 openhabian npm[13176]: at Controller.start (/opt/zigbee2mqtt/lib/controller.ts:161:27)
Oct 04 10:23:21 openhabian npm[13176]: at start (/opt/zigbee2mqtt/index.js:154:5)
unfortunately this webpage does not exist anymore.. so i’m kind of lost now and need your expertise ![]()