Zigbee2mqtt erreur au lancement

Bonjour à tous,
J’ai le même problème et ai l’impression d’avoir tout essayé.
J’ai tenté l’instalation de Z2M sans succès j’ai donc fait un test avec ZHA pour vérifier mon matériel et c’est ok.
J’ai donc supprimé ZHA et cela fait 3 jours que je tourne en rond pour Z2M.
l’installation de mosquito semble ok.
Avez vous une idée ?

Ma config : raspberry 4 avec HA OS et un SONOFF Zigbee 3.0 USB Dongle Plus - TI CC2652P

    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:
      server: mqtt://192.168.178.82:1883
      user: ha-mqtt
      password: xxxxx
    serial:
      port: >-
      /dev/serial/by-id/usb-ITead_Sonoff_Zigbee_3.0_USB_Dongle_Plus_xxxxxxx-if00-port0
      #adapter: zstack

j’ai deux erreur différente avec et sans la ligne adapter: zstack
avec :

    [11:52:39] INFO: Preparing to start…
    [11:52:40] INFO: Socat not enabled
    [11:52:41] INFO: Starting Zigbee2MQTT…
    Zigbee2MQTT:info 2024-04-19 11:52:47: Logging to console and directory: ‘/config/zigbee2mqtt/log/2024-04-19.11-52-47’ filename: log.txt
    Zigbee2MQTT:info 2024-04-19 11:52:47: Starting Zigbee2MQTT version 1.36.1 (commit #unknown)
    Zigbee2MQTT:info 2024-04-19 11:52:47: Starting zigbee-herdsman (0.40.3)
    Zigbee2MQTT:error 2024-04-19 11:53:07: Error while starting zigbee-herdsman
    Zigbee2MQTT:error 2024-04-19 11:53:07: Failed to start zigbee
    Zigbee2MQTT:error 2024-04-19 11:53:07: Check Zigbee2MQTT fails to start | Zigbee2MQTT for possible solutions
    Zigbee2MQTT:error 2024-04-19 11:53:07: Exiting…
    Zigbee2MQTT:error 2024-04-19 11:53:08: Error: Failed to connect to the adapter (Error: SRSP - SYS - ping after 6000ms)
    at ZStackAdapter.start (/app/node_modules/zigbee-herdsman/src/adapter/z-stack/adapter/zStackAdapter.ts:103:27)
    at Controller.start (/app/node_modules/zigbee-herdsman/src/controller/controller.ts:132:29)
    at Zigbee.start (/app/lib/zigbee.ts:62:27)
    at Controller.start (/app/lib/controller.ts:109:27)
    at start (/app/index.js:107:5)

sans :

 [12:12:06] INFO: Preparing to start…
    [12:12:07] INFO: Socat not enabled
    [12:12:08] INFO: Starting Zigbee2MQTT…
    Zigbee2MQTT:info 2024-04-19 12:12:14: Logging to console and directory: ‘/config/zigbee2mqtt/log/2024-04-19.12-12-14’ filename: log.txt
    Zigbee2MQTT:info 2024-04-19 12:12:14: Starting Zigbee2MQTT version 1.36.1 (commit #unknown)
    Zigbee2MQTT:info 2024-04-19 12:12:14: Starting zigbee-herdsman (0.40.3)
    Zigbee2MQTT:error 2024-04-19 12:12:24: Error while starting zigbee-herdsman
    Zigbee2MQTT:error 2024-04-19 12:12:24: Failed to start zigbee
    Zigbee2MQTT:error 2024-04-19 12:12:24: Check Zigbee2MQTT fails to start | Zigbee2MQTT for possible solutions
    Zigbee2MQTT:error 2024-04-19 12:12:24: Exiting…
    Zigbee2MQTT:error 2024-04-19 12:12:24: undefined

J’ai vérifié le port utilisé pour l’usb :

`test -w /dev/serial/by-id/usb-ITead_Sonoff_Zigbee_3.0_USB_Dongle_Plus_xxxxxx-port0 && echo success || echo failure`

J’ai aussi tenté l’usb 2 et 3 avec et sans rallonge usb…

Merci d’avance pour votre aide!

Cyp

Bonjour,
j’ai créer un nouveau sujet, car le sujet ou ta écris est ancien.

Faut utiliser des ports USB 2 ( pas usb 3 ) et une rallonge est conseiller.
J’ai une clé sonoff P , j’ai pas eu besoin de mettre adapter: zstack, mais un utilisateur a eu besoin de le mettre pour que ca fonctionne ( mystère ).

Bonjour,
Problème résolu !
La config était ok dans le module complémentaire mais en ouvrant le fichier /homeassistant/zigbee2mqtt/configuration.yaml j’ai remarqué que j’avais un ancien paramétrage pour un autre module zigbee.
Une fois le paramétrage du module reporté directement dans le fichier Z2M a démarré.
Merci à ceux qui on cherché.
Cyprien