Soucis config Zigbee2mqtt - Zstack = Error while starting zigbee-herdsman suite changement de box

Bonjour,

Z2M ne démarre plus suite à un changement d’opérateur

Ma configuration Z2M


data_path: /config/zigbee2mqtt
socat:
  enabled: false
  master: pty,raw,echo=0,link=/tmp/ttyZ2M,mode=777
  slave: tcp-listen:8485,keepalive,nodelay,reuseaddr,keepidle=1,keepintvl=1,keepcnt=5
  options: "-d -d"
  log: false
mqtt:
  base_topic: zigbee2mqtt
serial:
  port: >-
    /dev/serial/by-id/usb-SMLIGHT_SMLIGHT_SLZB-06_be4c9e0cc0d4ef11b3ce642a49d2c684-if00-port0
  adapter: zstack
  baudrate: 115200
  rtscts: false
force_onboarding: false

J’utilise une clé SLZB-06 firmware à jour et connectée

Le jounal de Mosquito Broker ne me remonte pas d’erreur

[18:08:45] INFO: Successfully send discovery information to Home Assistant.
[18:08:45] INFO: Successfully send service information to the Supervisor.
2026-01-23 18:08:50: New connection from 172.30.32.1:54308 on port 1883.
2026-01-23 18:08:50: New client connected from 172.30.32.1:54308 as 2PgMWl4389GBu6F0ErQJ4k (p2, c1, k60, u'mqtt').

Le module complémentaire ne veut pas démarrer

PS: cette configuration fonctionnait avec une box POP de FREE mais je suis passé à une BBox F@st5696b de Sagem.
Merci d’avance pour votre aide

Alors le changement de box n’a aucune incidence sur z2m, sachant que ta clé n’est pas connecté en réseau
Par contre où sont les logs de z2m ?

Merci aussi de formater les logs pour les rendre lisibles

Merci

Les voici

[18:08:45] INFO: Successfully send discovery information to Home Assistant.
[18:08:45] INFO: Successfully send service information to the Supervisor.
2026-01-23 18:08:50: New connection from 172.30.32.1:54308 on port 1883.
2026-01-23 18:08:50: New client connected from 172.30.32.1:54308 as 2PgMWl4389GBu6F0ErQJ4k (p2, c1, k60, u'mqtt').`Texte préformaté`

Oups! je pense ne pas avoir fait la bonne manipulation ,désole c’est ma 1ere demande d’aide, du coup , je ne sais pas comment faire !

ce se sont les logs de mqtt (parfait le formatage) et je voudrais bien avoir les logs de zigbee2mqtt :wink:
et la configuration aussi au passage

1 « J'aime »

Bonjour

Merci pour le retour

Voici les logs de Z2M

[18:18:23] INFO: Preparing to start...
[18:18:23] INFO: Socat not enabled
[18:18:23] INFO: Starting Zigbee2MQTT...
Starting Zigbee2MQTT without watchdog.
[2026-01-23 18:18:24] info: 	z2m: Logging to console, file (filename: log.log)
[2026-01-23 18:18:24] info: 	z2m: Starting Zigbee2MQTT version 2.7.2 (commit #unknown)
[2026-01-23 18:18:24] info: 	z2m: Starting zigbee-herdsman (8.0.1)
[2026-01-23 18:18:24] info: 	zh:zstack:znp: Opening SerialPort with {"path":"/dev/serial/by-id/usb-SMLIGHT_SMLIGHT_SLZB-06_be4c9e0cc0d4ef11b3ce642a49d2c684-if00-port0","baudRate":115200,"rtscts":false,"autoOpen":false}
[2026-01-23 18:18:24] info: 	zh:zstack:znp: Serialport opened
[2026-01-23 18:18:24] info: 	zh:zstack:znp: Writing CC2530/CC2531 skip bootloader payload
[2026-01-23 18:18:26] info: 	zh:zstack:znp: Skip bootloader for CC2652/CC1352
[2026-01-23 18:18:44] error: 	z2m: Error while starting zigbee-herdsman
[2026-01-23 18:18:44] error: 	z2m: Failed to start zigbee-herdsman
[2026-01-23 18:18:44] error: 	z2m: Check https://www.zigbee2mqtt.io/guide/installation/20_zigbee2mqtt-fails-to-start_crashes-runtime.html for possible solutions
[2026-01-23 18:18:44] error: 	z2m: Exiting...
[2026-01-23 18:18:44] error: 	z2m: Error: Failed to connect to the adapter (Error: SRSP - SYS - ping after 6000ms)
    at ZStackAdapter.start (/app/node_modules/.pnpm/zigbee-herdsman@8.0.1/node_modules/zigbee-herdsman/src/adapter/z-stack/adapter/zStackAdapter.ts:107:27)
    at Controller.start (/app/node_modules/.pnpm/zigbee-herdsman@8.0.1/node_modules/zigbee-herdsman/src/controller/controller.ts:143:29)
    at Zigbee.start (/app/lib/zigbee.ts:70:27)
    at Controller.start (/app/lib/controller.ts:101:13)
    at start (/app/index.js:149:5)
[18:18:45] INFO: Preparing to start...
[18:18:45] INFO: Socat not enabled
[18:18:45] INFO: Starting Zigbee2MQTT...
Starting Zigbee2MQTT without watchdog.
[2026-01-23 18:18:46] info: 	z2m: Logging to console, file (filename: log.log)
[2026-01-23 18:18:46] info: 	z2m: Starting Zigbee2MQTT version 2.7.2 (commit #unknown)
[2026-01-23 18:18:46] info: 	z2m: Starting zigbee-herdsman (8.0.1)
[2026-01-23 18:18:46] info: 	zh:zstack:znp: Opening SerialPort with {"path":"/dev/serial/by-id/usb-SMLIGHT_SMLIGHT_SLZB-06_be4c9e0cc0d4ef11b3ce642a49d2c684-if00-port0","baudRate":115200,"rtscts":false,"autoOpen":false}
[2026-01-23 18:18:46] info: 	zh:zstack:znp: Serialport opened
[2026-01-23 18:18:46] info: 	zh:zstack:znp: Writing CC2530/CC2531 skip bootloader payload
[2026-01-23 18:18:47] info: 	zh:zstack:znp: Skip bootloader for CC2652/CC1352
[2026-01-23 18:19:06] error: 	z2m: Error while starting zigbee-herdsman
[2026-01-23 18:19:06] error: 	z2m: Failed to start zigbee-herdsman
[2026-01-23 18:19:06] error: 	z2m: Check https://www.zigbee2mqtt.io/guide/installation/20_zigbee2mqtt-fails-to-start_crashes-runtime.html for possible solutions
[2026-01-23 18:19:06] error: 	z2m: Exiting...
[2026-01-23 18:19:06] error: 	z2m: Error: Failed to connect to the adapter (Error: SRSP - SYS - ping after 6000ms)
    at ZStackAdapter.start (/app/node_modules/.pnpm/zigbee-herdsman@8.0.1/node_modules/zigbee-herdsman/src/adapter/z-stack/adapter/zStackAdapter.ts:107:27)
    at Controller.start (/app/node_modules/.pnpm/zigbee-herdsman@8.0.1/node_modules/zigbee-herdsman/src/controller/controller.ts:143:29)
    at Zigbee.start (/app/lib/zigbee.ts:70:27)
    at Controller.start (/app/lib/controller.ts:101:13)
    at start (/app/index.js:149:5)
[18:19:06] INFO: Preparing to start...
[18:19:06] INFO: Socat not enabled
[18:19:07] INFO: Starting Zigbee2MQTT...
Starting Zigbee2MQTT without watchdog.
[2026-01-23 18:19:07] info: 	z2m: Logging to console, file (filename: log.log)
[2026-01-23 18:19:07] info: 	z2m: Starting Zigbee2MQTT version 2.7.2 (commit #unknown)
[2026-01-23 18:19:07] info: 	z2m: Starting zigbee-herdsman (8.0.1)
[2026-01-23 18:19:07] info: 	zh:zstack:znp: Opening SerialPort with {"path":"/dev/serial/by-id/usb-SMLIGHT_SMLIGHT_SLZB-06_be4c9e0cc0d4ef11b3ce642a49d2c684-if00-port0","baudRate":115200,"rtscts":false,"autoOpen":false}
[2026-01-23 18:19:07] info: 	zh:zstack:znp: Serialport opened
[2026-01-23 18:19:08] info: 	zh:zstack:znp: Writing CC2530/CC2531 skip bootloader payload
[2026-01-23 18:19:09] info: 	zh:zstack:znp: Skip bootloader for CC2652/CC1352
[2026-01-23 18:19:27] error: 	z2m: Error while starting zigbee-herdsman
[2026-01-23 18:19:27] error: 	z2m: Failed to start zigbee-herdsman
[2026-01-23 18:19:27] error: 	z2m: Check https://www.zigbee2mqtt.io/guide/installation/20_zigbee2mqtt-fails-to-start_crashes-runtime.html for possible solutions
[2026-01-23 18:19:27] error: 	z2m: Exiting...
[2026-01-23 18:19:27] error: 	z2m: Error: Failed to connect to the adapter (Error: SRSP - SYS - ping after 6000ms)
    at ZStackAdapter.start (/app/node_modules/.pnpm/zigbee-herdsman@8.0.1/node_modules/zigbee-herdsman/src/adapter/z-stack/adapter/zStackAdapter.ts:107:27)
    at Controller.start (/app/node_modules/.pnpm/zigbee-herdsman@8.0.1/node_modules/zigbee-herdsman/src/controller/controller.ts:143:29)
    at Zigbee.start (/app/lib/zigbee.ts:70:27)
    at Controller.start (/app/lib/controller.ts:101:13)
    at start (/app/index.js:149:5)
[18:19:28] INFO: Preparing to start...
[18:19:28] INFO: Socat not enabled
[18:19:28] INFO: Starting Zigbee2MQTT...
Starting Zigbee2MQTT without watchdog.
[2026-01-23 18:19:29] info: 	z2m: Logging to console, file (filename: log.log)
[2026-01-23 18:19:29] info: 	z2m: Starting Zigbee2MQTT version 2.7.2 (commit #unknown)
[2026-01-23 18:19:29] info: 	z2m: Starting zigbee-herdsman (8.0.1)
[2026-01-23 18:19:29] info: 	zh:zstack:znp: Opening SerialPort with {"path":"/dev/serial/by-id/usb-SMLIGHT_SMLIGHT_SLZB-06_be4c9e0cc0d4ef11b3ce642a49d2c684-if00-port0","baudRate":115200,"rtscts":false,"autoOpen":false}
[2026-01-23 18:19:29] info: 	zh:zstack:znp: Serialport opened
[2026-01-23 18:19:29] info: 	zh:zstack:znp: Writing CC2530/CC2531 skip bootloader payload
[2026-01-23 18:19:30] info: 	zh:zstack:znp: Skip bootloader for CC2652/CC1352
[2026-01-23 18:19:49] error: 	z2m: Error while starting zigbee-herdsman
[2026-01-23 18:19:49] error: 	z2m: Failed to start zigbee-herdsman
[2026-01-23 18:19:49] error: 	z2m: Check https://www.zigbee2mqtt.io/guide/installation/20_zigbee2mqtt-fails-to-start_crashes-runtime.html for possible solutions
[2026-01-23 18:19:49] error: 	z2m: Exiting...
[2026-01-23 18:19:49] error: 	z2m: Error: Failed to connect to the adapter (Error: SRSP - SYS - ping after 6000ms)
    at ZStackAdapter.start (/app/node_modules/.pnpm/zigbee-herdsman@8.0.1/node_modules/zigbee-herdsman/src/adapter/z-stack/adapter/zStackAdapter.ts:107:27)
    at Controller.start (/app/node_modules/.pnpm/zigbee-herdsman@8.0.1/node_modules/zigbee-herdsman/src/controller/controller.ts:143:29)
    at Zigbee.start (/app/lib/zigbee.ts:70:27)
    at Controller.start (/app/lib/controller.ts:101:13)
    at start (/app/index.js:149:5)
[18:32:51] INFO: Preparing to start...
[18:32:51] INFO: Socat not enabled
[18:32:51] INFO: Starting Zigbee2MQTT...
Starting Zigbee2MQTT without watchdog.
[2026-01-23 18:32:52] info: 	z2m: Logging to console, file (filename: log.log)
[2026-01-23 18:32:52] info: 	z2m: Starting Zigbee2MQTT version 2.7.2 (commit #unknown)
[2026-01-23 18:32:52] info: 	z2m: Starting zigbee-herdsman (8.0.1)
[2026-01-23 18:32:52] info: 	zh:zstack:znp: Opening SerialPort with {"path":"/dev/serial/by-id/usb-SMLIGHT_SMLIGHT_SLZB-06_be4c9e0cc0d4ef11b3ce642a49d2c684-if00-port0","baudRate":115200,"rtscts":false,"autoOpen":false}
[2026-01-23 18:32:52] info: 	zh:zstack:znp: Serialport opened
[2026-01-23 18:32:52] info: 	zh:zstack:znp: Writing CC2530/CC2531 skip bootloader payload
[2026-01-23 18:32:53] info: 	zh:zstack:znp: Skip bootloader for CC2652/CC1352
[2026-01-23 18:33:12] error: 	z2m: Error while starting zigbee-herdsman
[2026-01-23 18:33:12] error: 	z2m: Failed to start zigbee-herdsman
[2026-01-23 18:33:12] error: 	z2m: Check https://www.zigbee2mqtt.io/guide/installation/20_zigbee2mqtt-fails-to-start_crashes-runtime.html for possible solutions
[2026-01-23 18:33:12] error: 	z2m: Exiting...
[2026-01-23 18:33:12] error: 	z2m: Error: Failed to connect to the adapter (Error: SRSP - SYS - ping after 6000ms)
    at ZStackAdapter.start (/app/node_modules/.pnpm/zigbee-herdsman@8.0.1/node_modules/zigbee-herdsman/src/adapter/z-stack/adapter/zStackAdapter.ts:107:27)
    at Controller.start (/app/node_modules/.pnpm/zigbee-herdsman@8.0.1/node_modules/zigbee-herdsman/src/controller/controller.ts:143:29)
    at Zigbee.start (/app/lib/zigbee.ts:70:27)
    at Controller.start (/app/lib/controller.ts:101:13)
    at start (/app/index.js:149:5)

Et voici ma config

## System Information

version | core-2026.1.2
-- | --
installation_type | Home Assistant OS
dev | false
hassio | true
docker | true
container_arch | amd64
user | root
virtualenv | false
python_version | 3.13.11
os_name | Linux
os_version | 6.12.63-haos
arch | x86_64
timezone | Europe/Paris
config_dir | /config

<details><summary>Home Assistant Community Store</summary>

GitHub API | ok
-- | --
GitHub Content | ok
GitHub Web | ok
HACS Data | ok
GitHub API Calls Remaining | 5000
Installed Version | 2.0.5
Stage | running
Available Repositories | 2634
Downloaded Repositories | 6

</details>

<details><summary>Home Assistant Cloud</summary>

logged_in | false
-- | --
can_reach_cert_server | ok
can_reach_cloud_auth | ok
can_reach_cloud | ok

</details>

<details><summary>Home Assistant Supervisor</summary>

host_os | Home Assistant OS 17.0
-- | --
update_channel | stable
supervisor_version | supervisor-2026.01.1
agent_version | 1.8.1
docker_version | 29.1.3
disk_total | 468.7 GB
disk_used | 10.4 GB
nameservers | 2001:861:2084:c630:d627:ffff:fe0f:8e54, 192.168.1.254
healthy | true
supported | true
host_connectivity | true
supervisor_connectivity | true
ntp_synchronized | true
virtualization | 
board | generic-x86-64
supervisor_api | ok
version_api | ok
installed_addons | Mosquitto broker (6.5.2), MQTT Explorer (browser-1.0.1), File editor (5.8.0), Zigbee2MQTT (2.7.2-1), Terminal & SSH (9.22.0), Get HACS (1.3.1), ZeroTier One (0.24.0), go2rtc (1.9.14)

</details>

<details><summary>Dashboards</summary>

dashboards | 3
-- | --
resources | 3
views | 4
mode | storage

</details>

<details><summary>Network Configuration</summary>

adapters | lo (disabled), enp2s0 (enabled, default, auto), docker0 (disabled), hassio (disabled), zt6jyw7cmf (disabled), veth10dc522 (disabled), veth0647ecb (disabled), veth0d08c31 (disabled), veth250985d (disabled), veth12b9878 (disabled), veth7a2e6ea (disabled), veth2c7ebb4 (disabled), vethaa0e3cd (disabled), vethfd35e23 (disabled), veth22846e2 (disabled)
-- | --
ipv4_addresses | lo (127.0.0.1/8), enp2s0 (192.168.1.165/24), docker0 (172.30.232.1/23), hassio (172.30.32.1/23), zt6jyw7cmf (192.168.191.102/24), veth10dc522 (), veth0647ecb (), veth0d08c31 (), veth250985d (), veth12b9878 (), veth7a2e6ea (), veth2c7ebb4 (), vethaa0e3cd (), vethfd35e23 (), veth22846e2 ()
ipv6_addresses | lo (::1/128), enp2s0 (2001:861:2084:c630:d2ac:7094:b782:3820/64, fe80::4d32:c9a7:2e62:693d/64), docker0 (fe80::47f:a4ff:fed9:e2a/64), hassio (fd0c:ac1e:2100::1/48, fe80::b431:5aff:fe18:c9c1/64), zt6jyw7cmf (fe80::48c6:3cff:fe3c:cd0a/64), veth10dc522 (fe80::bca7:68ff:fe39:1b31/64), veth0647ecb (fe80::10f1:f9ff:fe54:ec17/64), veth0d08c31 (fe80::5889:f5ff:fe46:7a0c/64), veth250985d (fe80::4423:a0ff:fe22:e6ab/64), veth12b9878 (fe80::4c18:5ff:fe74:d9b7/64), veth7a2e6ea (fe80::40f5:aeff:fedd:1516/64), veth2c7ebb4 (fe80::5071:e6ff:fe95:a9d0/64), vethaa0e3cd (fe80::bcd4:eaff:fe72:dca2/64), vethfd35e23 (fe80::b8db:cdff:fec6:8708/64), veth22846e2 (fe80::c02:34ff:fe67:8280/64)
announce_addresses | 192.168.1.165, 2001:861:2084:c630:d2ac:7094:b782:3820, fe80::4d32:c9a7:2e62:693d

</details>

<details><summary>Recorder</summary>

oldest_recorder_run | 12 janvier 2026 à 17:32
-- | --
current_recorder_run | 23 janvier 2026 à 20:57
estimated_db_size | 103.57 MiB
database_engine | sqlite
database_version | 3.49.2

</details>

Bonne soirée

Bonjour,
tu as regarder le lien ?

Erreur : SRSP - SYS - ping after 6000ms pour zStack ou HOST_FATAL_ERROR pour EmberZNet

Raisons courantes de cette erreur :

  1. Le port de votre adaptateur série a changé. Vérifiez ceci pour connaître le port de votre adaptateur.
  2. Si vous utilisez un CC2530 ou un CC2531, il arrive fréquemment que cet adaptateur plante (en raison de son matériel obsolète). Une mise à jour du firmware devrait résoudre le problème. Si le problème persiste, envisagez de mettre à jour le firmware du routeur source ou d’opter pour un adaptateur plus performant .
  3. Votre adaptateur nécessite des paramètres de configuration supplémentaires. Consultez la section Adaptateurs compatibles pour savoir si votre adaptateur requiert des paramètres supplémentaires (par exemple, ConBee II / RaspBee II).
  4. L’intégration « Zigbee Home Automation » (ZHA) de Home Assistant est activée. Essayez de désactiver l’intégration ZHA et de redémarrer l’extension Zigbee2MQTT.
  5. Votre adaptateur matériel est flashé avec le firmware du routeur et non avec le firmware du coordinateur.
  6. Votre adaptateur réseau Zigbee n’est pas accessible via le réseau LAN.
  7. Un autre logiciel sur votre machine (y compris l’intégration Home Assistant) interfère avec les périphériques USB (exemple : l’intégration HA EDL21 tente de trouver un périphérique USB).

tu as bien ignoré l’installation de Zigbee Home automation (ZHA) ?

1 « J'aime »

C’est la configuration de z2m que je voudrais

Mais comme le souligne @WarC0zes tu sembles ne pas avoir ignoré ZHA dans les intégrations

Peux-tu m’indiquer où je peux trouver la config que tu souhaites, je ne la trouve pas !
Je suis désolé, je débute avec HA et je patauge un peu

Bonjour,
J’ai pris grde de NE PAS avoirinstallé ZHA sur cette instance, car je sais que ça peut causer des problèmes avce Z2M.
Z2M fonctionnait correctement jusqu’au changement de box internet, et je n’ai fait aucune modification entre deux. Bonne journée.

ne pas l’installler est une chose, mais HA détecte automatiquement ta clé zigbee et après un redémarrage, te propose l’installation de ZHA automatiquement. La il faut faire ignoré l’installation, si tu ne le fais pas , il bloquera l’accès a la clé pour Z2M.
Donc est ce que ZHA est bien en ignoré ?

pour le vérifier va dans paramètres/appareils et services/ puis les 3 traits, afficher les intégrations ignorées.


1 « J'aime »

ZHA et bien dans la section « ignorées »

Dans l’onglet configuration de l’addon a côté de l’onglet journal

data_path: /config/zigbee2mqtt
socat:
  enabled: false
  master: pty,raw,echo=0,link=/tmp/ttyZ2M,mode=777
  slave: tcp-listen:8485,keepalive,nodelay,reuseaddr,keepidle=1,keepintvl=1,keepcnt=5
  options: "-d -d"
  log: false
mqtt: {}
serial: {}

saisissez ou collez du code ici

voila qui est plus clair ZERO configuration
on comprends mieux pourquoi ça ne fonctionne pas :wink:

ou est toute la partie port et adapter

tu devrais a mininma avoir

serial:
  port: /dev/serial/by-id/XXXXXXXXXXX
  adapter: zstack

il te faudra juste adapter la partie port a ta configration ?

1 « J'aime »

La partie serial a été « effacée ! »
Du coup j’ai de nouveau tout renseigné





Apès enregistrement et redémarrage voici le journal

Starting Zigbee2MQTT without watchdog.
[2026-01-28 13:23:27] info: 	z2m: Logging to console, file (filename: log.log)
[2026-01-28 13:23:27] info: 	z2m: Starting Zigbee2MQTT version 2.7.2 (commit #unknown)
[2026-01-28 13:23:27] info: 	z2m: Starting zigbee-herdsman (8.0.1)
[2026-01-28 13:23:27] info: 	zh:zstack:znp: Opening SerialPort with {"path":"/dev/serial/by-id/usb-SMLIGHT_SMLIGHT_SLZB-06_be4c9e0cc0d4ef11b3ce642a49d2c684-if00-port0","baudRate":115200,"rtscts":false,"autoOpen":false}
[2026-01-28 13:23:27] info: 	zh:zstack:znp: Serialport opened
[2026-01-28 13:23:27] info: 	zh:zstack:znp: Writing CC2530/CC2531 skip bootloader payload
[2026-01-28 13:23:29] info: 	zh:zstack:znp: Skip bootloader for CC2652/CC1352
[2026-01-28 13:23:47] error: 	z2m: Error while starting zigbee-herdsman
[2026-01-28 13:23:47] error: 	z2m: Failed to start zigbee-herdsman
[2026-01-28 13:23:47] error: 	z2m: Check https://www.zigbee2mqtt.io/guide/installation/20_zigbee2mqtt-fails-to-start_crashes-runtime.html for possible solutions
[2026-01-28 13:23:47] error: 	z2m: Exiting...
[2026-01-28 13:23:47] error: 	z2m: Error: Failed to connect to the adapter (Error: SRSP - SYS - ping after 6000ms)
    at ZStackAdapter.start (/app/node_modules/.pnpm/zigbee-herdsman@8.0.1/node_modules/zigbee-herdsman/src/adapter/z-stack/adapter/zStackAdapter.ts:107:27)
    at Controller.start (/app/node_modules/.pnpm/zigbee-herdsman@8.0.1/node_modules/zigbee-herdsman/src/controller/controller.ts:143:29)
    at Zigbee.start (/app/lib/zigbee.ts:70:27)
    at Controller.start (/app/lib/controller.ts:101:13)
    at start (/app/index.js:149:5)

Toujours en echec !

tu peux poster ce qu’il y’a dans le fichier /zigbee2mqtt.configuration.yaml avec file editor

edit : pourquoi utiliser un smlight en USB plutot qu’en ethernet ?
je me demande si ce n’est pas un soucis d’alimentation ?

Voilà le fichier config

version: 4
mqtt:
  base_topic: zigbee2mqtt
  server: mqtt://core-mosquitto:1883
  user: mqtt
  password: mqtt
advanced:
  transmit_power: 20
  log_level: info
  channel: 11
  network_key:
    - 163
    - 250
    - 205
    - 9
    - 48
    - 23
    - 173
    - 53
    - 40
    - 0
    - 48
    - 79
    - 230
    - 69
    - 116
    - 23
  pan_id: 34135
  ext_pan_id:
    - 114
    - 37
    - 215
    - 102
    - 101
    - 196
    - 68
    - 254
  last_seen: ISO_8601
frontend:
  enabled: true
  port: 8099
homeassistant:
  enabled: true
serial:
  port: >-
    /dev/serial/by-id/usb-SMLIGHT_SMLIGHT_SLZB-06_be4c9e0cc0d4ef11b3ce642a49d2c684-if00-port0
  baudrate: 115200
  adapter: zstack
  disable_led: false
  rtscts: false

Ma ZLZB-06 est bien reliée en ethernet, mais je viens de rentrer le port USB par erreur (oups!)
C’est peut être une piste

1 « J'aime »

Mais elle semble être tout de même connectée en ethernet!

Alors utilises l’éthernet et pas l’USB c’est quand même le but de ces dongles configures donc z2m en tcp et pas en USB