Bonjour à tous,
j’aurais besoin de vos lumières sur une erreur qui apparait en permanence lorsque je fais un « npm start » dans la console de mon container LXC Zigbee2MQTT.
J’ai également un container LXC pour MQTT Mosquitto (systemctl status mosquitto → OK).
J’utilise une clé SMLIGHT la SLZB-06M Ethernet en PoE (Core et Zigbee dernières mises à jour OK).
Tout fonctionne correctement mais j’ai ça qui apparait :
[2025-03-15 17:42:50] error: zh:ember:uart:ash: Received unexpected reset from adapter, with reason=RESET_SOFTWARE.
[2025-03-15 17:42:50] error: zh:ember:uart:ash: ASH disconnected: ASH_ERROR_NCP_RESET | Adapter status: ASH_NCP_FATAL_ERROR
[2025-03-15 17:42:50] error: zh:ember:uart:ash: Error while parsing received frame, status=HOST_FATAL_ERROR.
[2025-03-15 17:42:50] error: zh:ember: Adapter fatal error: HOST_FATAL_ERROR
et à la fin
[2025-03-15 17:42:50] error: z2m: Adapter disconnected, stopping
qui indique que le service est stoppé alors que tout reste fonctionnel (systemctl status zigbee2mqtt.service ----> OK)
J’ai testé Z2M en local dans Jeedom (qui tourne sur une VM sous Proxmox) et idem.
D’après vous ?
Ci-dessous le code complet :
Zigbee2MQTT LXC Container 🌐 Provided by: community-scripts ORG | GitHub: https://github.com/community-scripts/ProxmoxVE
🖥️ OS: Debian GNU/Linux - Version: 12
🏠 Hostname: zigbee2mqtt
💡 IP Address: 192.168.0.51
root@zigbee2mqtt:~# cd /opt/zigbee2mqtt && npm start
> zigbee2mqtt@2.1.3 Start
> node index.js
Starting Zigbee2MQTT without watchdog.
[2025-03-15 17:42:44] info: z2m: Logging to console, file (filename: log.log)
[2025-03-15 17:42:44] info: z2m: Starting Zigbee2MQTT version 2.1.3 (commit #unknown)
[2025-03-15 17:42:44] info: z2m: Starting zigbee-herdsman (3.2.7)
[2025-03-15 17:42:44] info: zh:ember: Using default stack config.
[2025-03-15 17:42:44] info: zh:ember: ======== Ember Adapter Starting ========
[2025-03-15 17:42:44] info: zh:ember:ezsp: ======== EZSP starting ========
[2025-03-15 17:42:44] info: zh:ember:uart:ash: ======== ASH Adapter reset ========
[2025-03-15 17:42:44] info: zh:ember:uart:ash: Socket ready
[2025-03-15 17:42:44] info: zh:ember:uart:ash: ======== ASH starting ========
[2025-03-15 17:42:47] info: zh:ember:uart:ash: ======== ASH connected ========
[2025-03-15 17:42:47] info: zh:ember:uart:ash: ======== ASH started ========
[2025-03-15 17:42:47] info: zh:ember:ezsp: ======== EZSP started ========
[2025-03-15 17:42:47] info: zh:ember: Adapter EZSP protocol version (14) lower than Host. Switched.
[2025-03-15 17:42:47] info: zh:ember: Adapter version info: {"ezsp":14,"revision":"8.0.2 [GA]","build":397,"major":8,"minor":0,"patch":2,"special":0,"type":170}
[2025-03-15 17:42:47] info: zh:ember: [STACK STATUS] Network up.
[2025-03-15 17:42:47] info: zh:ember: [INIT TC] Adapter network matches config.
[2025-03-15 17:42:47] info: zh:ember: [CONCENTRATOR] Started source route discovery. 1246ms until next broadcast.
[2025-03-15 17:42:47] info: z2m: zigbee-herdsman started (resumed)
[2025-03-15 17:42:47] info: z2m: Coordinator firmware version: '{"meta":{"build":397,"ezsp":14,"major":8,"minor":0,"patch":2,"revision":"8.0.2 [GA]","special":0,"type":170},"type":"EmberZNet"}'
[2025-03-15 17:42:47] info: z2m: Currently 0 devices are joined.
[2025-03-15 17:42:47] info: z2m: Connecting to MQTT server at mqtt://192.168.0.73:1883
[2025-03-15 17:42:47] info: z2m: Connected to MQTT server
[2025-03-15 17:42:47] info: z2m:mqtt: MQTT publish: topic 'zigbee2mqtt/bridge/state', payload '{"state":"online"}'
[2025-03-15 17:42:47] info: z2m: Started frontend on port 9440
[2025-03-15 17:42:47] info: z2m: Zigbee2MQTT started!
[2025-03-15 17:42:50] warning: zh:ember:uart:ash: Frame(s) in progress cancelled in [1ac1020b0a527e]
[2025-03-15 17:42:50] error: zh:ember:uart:ash: Received unexpected reset from adapter, with reason=RESET_SOFTWARE.
[2025-03-15 17:42:50] error: zh:ember:uart:ash: ASH disconnected: ASH_ERROR_NCP_RESET | Adapter status: ASH_NCP_FATAL_ERROR
[2025-03-15 17:42:50] error: zh:ember:uart:ash: Error while parsing received frame, status=HOST_FATAL_ERROR.
[2025-03-15 17:42:50] error: zh:ember: Adapter fatal error: HOST_FATAL_ERROR
[2025-03-15 17:42:50] info: zh:ember:uart:ash: ASH COUNTERS since last clear:
[2025-03-15 17:42:50] info: zh:ember:uart:ash: Total frames: RX=37, TX=71
[2025-03-15 17:42:50] info: zh:ember:uart:ash: Cancelled : RX=1, TX=0
[2025-03-15 17:42:50] info: zh:ember:uart:ash: DATA frames : RX=35, TX=34
[2025-03-15 17:42:50] info: zh:ember:uart:ash: DATA bytes : RX=407, TX=343
[2025-03-15 17:42:50] info: zh:ember:uart:ash: Retry frames: RX=0, TX=0
[2025-03-15 17:42:50] info: zh:ember:uart:ash: ACK frames : RX=0, TX=36
[2025-03-15 17:42:50] info: zh:ember:uart:ash: NAK frames : RX=0, TX=0
[2025-03-15 17:42:50] info: zh:ember:uart:ash: nRdy frames : RX=0, TX=0
[2025-03-15 17:42:50] info: zh:ember:uart:ash: CRC errors : RX=0
[2025-03-15 17:42:50] info: zh:ember:uart:ash: Comm errors : RX=0
[2025-03-15 17:42:50] info: zh:ember:uart:ash: Length < minimum: RX=0
[2025-03-15 17:42:50] info: zh:ember:uart:ash: Length > maximum: RX=0
[2025-03-15 17:42:50] info: zh:ember:uart:ash: Bad controls : RX=0
[2025-03-15 17:42:50] info: zh:ember:uart:ash: Bad lengths : RX=0
[2025-03-15 17:42:50] info: zh:ember:uart:ash: Bad ACK numbers : RX=0
[2025-03-15 17:42:50] info: zh:ember:uart:ash: Out of buffers : RX=0
[2025-03-15 17:42:50] info: zh:ember:uart:ash: Retry dupes : RX=0
[2025-03-15 17:42:50] info: zh:ember:uart:ash: Out of sequence : RX=0
[2025-03-15 17:42:50] info: zh:ember:uart:ash: ACK timeouts : RX=0
[2025-03-15 17:42:50] info: zh:ember:uart:ash: ======== ASH stopped ========
[2025-03-15 17:42:50] info: zh:ember:ezsp: ======== EZSP stopped ========
[2025-03-15 17:42:50] info: zh:ember: ======== Ember Adapter Stopped ========
[2025-03-15 17:42:50] error: z2m: Adapter disconnected, stopping
[2025-03-15 17:42:50] info: z2m:mqtt: MQTT publish: topic 'zigbee2mqtt/bridge/state', payload '{"state":"offline"}'
[2025-03-15 17:42:50] info: z2m: Disconnecting from MQTT server
[2025-03-15 17:42:50] info: z2m: Stopping zigbee-herdsman...
[2025-03-15 17:42:50] info: z2m: Stopped zigbee-herdsman
[2025-03-15 17:42:50] info: z2m: Stopped Zigbee2MQTT
root@zigbee2mqtt:/opt/zigbee2mqtt#
Informations Jeedom
Core : 4.4.19 (master) VM sous Proxmox
DNS Jeedom : oui