Bonjour,
Ce matin tous mes devices Zigbee2MQTT étaient hors ligne. Depuis le démarrage du module est en échec. Il n’y a pas eu de mise à jour récente de ce module et je n’ai pas changé la configuration.
La clé est une Sonoff_Zigbee_3.0_USB_Dongle_Plus. Elle fonctionnait sans problème depuis plusieurs mois! Est-elle en panne?
[16:19:30] INFO: Preparing to start...
[16:19:30] INFO: Socat not enabled
[16:19:31] INFO: Starting Zigbee2MQTT...
[2024-05-24 16:19:33] info: z2m: Logging to console, file (filename: log.log)
[2024-05-24 16:19:33] info: z2m: Starting Zigbee2MQTT version 1.37.1 (commit #unknown)
[2024-05-24 16:19:33] info: z2m: Starting zigbee-herdsman (0.46.6)
[2024-05-24 16:19:33] info: zh:zstack:znp: Opening SerialPort with {"path":"/dev/ttyUSB0","baudRate":115200,"rtscts":false,"autoOpen":false}
[2024-05-24 16:19:33] info: zh:zstack:znp: Serialport opened
[2024-05-24 16:19:33] error: zh:adapter:zstack:manager: Configuration is not consistent with adapter state/backup!
[2024-05-24 16:19:33] error: zh:adapter:zstack:manager: - PAN ID: configured=11281, adapter=6754
[2024-05-24 16:19:33] error: zh:adapter:zstack:manager: - Extended PAN ID: configured=01ced0bf937b6e7b, adapter=00124b00257e14a8
[2024-05-24 16:19:33] error: zh:adapter:zstack:manager: - Network Key: configured=e9c5de3107df1a8829a420b655e87e6d, adapter=01030507090b0d0f00020406080a0c0d
[2024-05-24 16:19:33] error: zh:adapter:zstack:manager: - Channel List: configured=11, adapter=11
[2024-05-24 16:19:33] error: zh:adapter:zstack:manager: Please update configuration to prevent further issues.
[2024-05-24 16:19:33] error: zh:adapter:zstack:manager: If you wish to re-commission your network, please remove coordinator backup at /config/zigbee2mqtt/coordinator_backup.json.
[2024-05-24 16:19:33] error: zh:adapter:zstack:manager: Re-commissioning your network will require re-pairing of all devices!
[2024-05-24 16:19:33] error: z2m: Error while starting zigbee-herdsman
[2024-05-24 16:19:33] error: z2m: Failed to start zigbee
[2024-05-24 16:19:33] error: z2m: Check https://www.zigbee2mqtt.io/guide/installation/20_zigbee2mqtt-fails-to-start.html for possible solutions
[2024-05-24 16:19:33] error: z2m: Exiting...
[2024-05-24 16:19:33] error: z2m: Error: startup failed - configuration-adapter mismatch - see logs above for more information
at ZnpAdapterManager.determineStrategy (/app/node_modules/zigbee-herdsman/src/adapter/z-stack/adapter/manager.ts:223:35)
at ZnpAdapterManager.start (/app/node_modules/zigbee-herdsman/src/adapter/z-stack/adapter/manager.ts:57:26)
at Controller.start (/app/node_modules/zigbee-herdsman/src/controller/controller.ts:124: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)
Ma configuration
System Information
version
core-2024.5.4
installation_type
Home Assistant OS
dev
false
hassio
true
docker
true
user
root
virtualenv
false
python_version
3.12.2
os_name
Linux
os_version
6.6.25-haos
arch
x86_64
timezone
Europe/Paris
config_dir
/config
Home Assistant Community Store
GitHub API
ok
GitHub Content
ok
GitHub Web
ok
GitHub API Calls Remaining
5000
Installed Version
1.34.0
Stage
running
Available Repositories
1395
Downloaded Repositories
53
Home Assistant Cloud
logged_in
false
can_reach_cert_server
ok
can_reach_cloud_auth
ok
can_reach_cloud
ok
Home Assistant Supervisor
host_os
Home Assistant OS 12.2
update_channel
stable
supervisor_version
supervisor-2024.05.1
agent_version
1.6.0
docker_version
25.0.5
disk_total
234.0 GB
disk_used
39.5 GB
healthy
true
supported
true
board
generic-x86-64
supervisor_api
ok
version_api
ok
installed_addons
Studio Code Server (5.15.0), Home Assistant Google Drive Backup (0.112.1), Node-RED (17.0.12), Samba share (12.3.1), Duck DNS (1.17.0), File editor (5.8.0), ESPHome (2024.5.2), Zigbee2MQTT (1.37.1-1), NGINX Home Assistant SSL proxy (3.9.0), SQLite Web (4.1.2), Mosquitto broker (6.4.0), Music Assistant BETA (2.1.0b1), Advanced SSH & Web Terminal (17.3.0), MQTT Explorer (browser-1.0.3), RTSPtoWeb - WebRTC (1.4.0), AppDaemon (0.16.6)
D’après ce que je lis, il y a 2 configurations diffférentes (par rapport à configuration.yaml dans le dossier zigbee2mqtt)
zh:adapter:zstack:manager: Configuration is not consistent with adapter state/backup!
[2024-05-24 16:19:33] error: zh:adapter:zstack:manager: - PAN ID: configured=11281, adapter=6754
[2024-05-24 16:19:33] error: zh:adapter:zstack:manager: - Extended PAN ID: configured=01ced0bf937b6e7b, adapter=00124b00257e14a8
[2024-05-24 16:19:33] error: zh:adapter:zstack:manager: - Network Key: configured=e9c5de3107df1a8829a420b655e87e6d, adapter=01030507090b0d0f00020406080a0c0d
[2024-05-24 16:19:33] error: zh:adapter:zstack:manager: - Channel List: configured=11, adapter=11
[2024-05-24 16:19:33] error: zh:adapter:zstack:manager: Please update configuration to prevent further issues.
[2024-05-24 16:19:33] error: zh:adapter:zstack:manager: If you wish to re-commission your network, please remove coordinator backup at /config/zigbee2mqtt/coordinator_backup.json.
Et il t’indique la solution en supprimant le fichier coordinator_backup.json (dans le répertoire zigbee2mqtt).
En fait il vaut mieux le renommer en coordinator_backup.jsonbak, après avoir arrêté le module zigbee2mqtt.
Relancer le module et normalement, le fichier sera reconstruit avec les bon paramètres.